/* =============================================================
   GENERAL STYLES
 ============================================================ */

@import url(http://fonts.googleapis.com/css?family=Roboto);
/* FREE GOOGLE FONT */

body {
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
}

.set-radius-zero {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.content-wrapper {
    margin-top: 40px;
    min-height: 600px;
    padding-bottom: 60px;
}

.page-head-line {
    font-weight: 900;
    padding-bottom: 20px;
    border-bottom: 2px solid #F0677C;
    text-transform: uppercase;
    color: #F0677C;
    font-size: 20px;
    margin-bottom: 20px;
}

.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.progress {
    height: 8px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.login-icon {
    height: 60px;
    width: 60px;
    padding: 13px;
    border-radius: 50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #F0677C;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

/* =============================================================
   HEADER SECTION STYLES
 ============================================================ */
header {
    background-color: #F0677C;
    color: #fff;
    padding: 10px;
    text-align: right;
}


/* =============================================================
   LOGO SECTION STYLES
 ============================================================ */
.left-div {
    padding-left: 30px;
    margin-top: 40px;
    /* margin-bottom: 30px; */
}

.navbar-brand {
    width: 250px;
    padding-top: 30px;
}

/* USER SETTINGS DIV */
.user-settings-wrapper .nav>li>a {
    position: relative;
    display: block;
    padding: 15px 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: #F0677C;
    color: #fff;
}

.user-settings-wrapper {
    margin-top: 10px;
}

.user-settings-wrapper li {
    display: inline-block;
}

.user-settings-wrapper .dropdown-settings {
    width: 200px;
    padding: 10px;
}

.user-settings-wrapper .nav>li>a:hover,
.user-settings-wrapper .nav>li>a:focus {
    text-decoration: none;
    background-color: #C36464 !important;
}

.user-settings-wrapper img {
    height: 64px;
    width: 64px;
    border: 1px solid #000000;
}

.user-settings-wrapper .dropdown-menu {
    margin: 0px;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.user-settings-wrapper .btn {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.user-settings-wrapper .media-heading {
    padding-top: 10px;
}

/* MENU LINKS SECTION*/

.menu-section {
    background-color: #3D3D3D;
}

#menu-top a {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 10px 10px 10px;
    text-transform: uppercase;
}

.menu-top-active {
    background-color: #C36464;
}

.menu-section .nav>li>a:hover,
.menu-section .nav>li>a:focus {
    background-color: #F0677C !important;
}

.menu-section .dropdown-menu>li>a:hover,
.menu-section .dropdown-menu>li>a:focus {
    background-color: #F0677C !important;
}

.navbar-inverse {
    background-color: #C36464;
    border-color: transparent;
}

.navbar-toggle {
    background-color: #F0677C;
    border: 1px solid #fff;
}

.navbar {
    margin-bottom: 0px;
}

/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
footer {
    padding: 10px;
    color: #fff;
    font-size: 12px;
    background-color: #C36464;
}

footer a,
footer a:hover {
    color: #fff;
    text-decoration: none;
}

/*==============================================
    DASHBOARD  STYLES    
 =============================================*/

/* DASHBOARD ICONS */

.bk-clr-one {
    background-color: #B9B739;
}

.bk-clr-two {
    background-color: #F94C4C;
}

.bk-clr-three {
    background-color: #119c7e;
}

.bk-clr-four {
    background-color: #b739b9;
}

.dashboard-div-icon {
    height: 75px;
    width: 75px;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.dashboard-div-wrapper {
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    color: #fff;
    /* margin-bottom: 50px; */
}

.card-body {
    border-radius: 5px;
    margin-top: 5px;
}

.card-body p {
    color: #fff;
    text-align: center;
    padding: 5px;
}

.dashboard-div-wrapper .progress {
    height: 2px;
}

/* NOTICE BOARD */


.notice-board .panel {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.notice-board ul {
    padding-left: 0px;
    list-style: none;
}

.notice-board li {
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}

.notice-board li span {
    margin-right: 10px;
    border: 1px solid #DBDBDB;
    padding: 5px;
}

.notice-board li a,
li a:hover {
    text-decoration: none;
    color: #000;
}

/* SOCIAL BUTTONS */
.btn-social {
    color: white;
    opacity: 0.8;
}

.btn-social:hover {
    color: white;
    opacity: 1;
    text-decoration: none;
}

.btn-facebook {
    background-color: #3b5998;
}

.btn-twitter {
    background-color: #00aced;
}

.btn-linkedin {
    background-color: #0e76a8;
}

.btn-google {
    background-color: #c32f10;
}

#invoice {
    position: relative;
    padding: 18px;
    max-width: 940px;
    margin: 40px auto 20px auto;
    background: #f5f5f5;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 0 1px #888888;
    -moz-box-shadow: 0 0 1px #888888;
    -o-box-shadow: 0 0 1px #888888;
    box-shadow: 0 0 1px #888888;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* //added by rajesh */
#invoice.unpaid:before,
#invoice.paid:before {
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    height: 10px;
    background: red;
    background: rgba(187, 0, 0, 0.8);
    content: "";
}

#invoice.paid:before {
    background: green;
    background: rgba(122, 185, 0, 0.7);
}

.this-is {
    padding: 8px 0;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

#header {
    padding-bottom: 20px
}

.invoice-intro p {
    font-size: 12px;
    font-style: italic;
    line-height: 1.5em;
    padding-bottom: 20px;
}

.invoice-meta {
    position: relative;
    overflow: hidden;
    text-align: right;
    line-height: 1.5em;
}

.invoice-meta dt {
    float: left;
    /* width: 46%; */
    clear: both;
    font-weight: bold;
}

.invoice-meta dd {
    /* width: 46%; */
    float: right;
    text-align: left;
}

#parties {
    position: relative;
    overflow: hidden;
}

.invoice-to,
.invoice-from,
.invoice-status {
    text-align: left;
    padding-bottom: 30px;
}

.unpaid .invoice-status strong,
.paid .invoice-status strong {
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 8px;
    background: red;
    background: rgba(187, 0, 0, 0.8);
}

.paid .invoice-status strong {
    background: green;
    background: rgba(122, 185, 0, 0.7);
}

.unpaid .invoice-pay ul {
    padding: 12px;
    border-right: 10px solid red;
    border-right: 10px solid rgba(187, 0, 0, 0.8);
}

.gcheckout {
    float: right;
    height: 32px;
    width: 117px;
    text-indent: -9999em;
    background-image: url(data:image/gif;base64,R0lGODlhdQAwAOZ/AIrQsD+G8Y+s28fa9i9lufHx8djl+HGk82qRz9pENjl85AaaWEKL+TV23fX19VaY+ujo6Eq1hfn5+aFLYIiIiDZtyb6+vj2C7a7Zvurq6kGI9Wie7zd54fjntPjMRtNvbFaFz6ampuzs7DFqwgqiXe2RP+7u7peXlw+oYjp+5+rw+TGpctS8due1sTh64pa79eTr9+fRxrfK6CZduPrx2bzT9ytkwzVz1J+33nvDn63K9jZxzZG07FyU7NQ+MbOzs8fk16rC5oKl2/WuS0yZQ7/S8PH1+zl520eF5pC39MSdK+Ll69pWTLfP9cihMLzfz0eP+kKK98yrT/X5/jd32eNkO9PZ4z2A6jh631SP6x9Vrzl84ea6OaHC9TBx2N7x6IOt7/z8/ECH80GJ9j6E7/7+/vv7+zt/6TyG9vnJQN9JPUqL7+qHb62bLzifUTmhUXyd1Ep3wH1Xhqu/3uB/djd11zFtzECI80SN+XyaOUOI9MfQ3+fn5zZ43////wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjEgNjQuMTQwOTQ5LCAyMDEwLzEyLzA3LTEwOjU3OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOkZDN0YxMTc0MDcyMDY4MTFBNzY4RkU5M0ZEREJEQkM4IiB4bXBNTTpEb2N1bWVu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);
}

.acheckout {
    float: right;
    height: 38px;
    width: 173px;
    text-indent: -9999em;
}

.invoice-items,
.invoice-totals {
    text-align: left;
    padding-bottom: 30px;
}

.invoice-items table,
.invoice-totals table {
    width: 100%;
    height: auto;
    font-size: 12px;
}

.invoice-totals table {
    float: right;
    width: 50%;
    font-size: 12px;
}

.empty_box {
    width: 100%;
    border: 1px solid #000;
}

.invoice-items caption,
.invoice-totals caption {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid #dddddd;
    text-align: left;
}

.invoice-items thead th,
.invoice-totals thead th {
    font-weight: bold;
    padding: 6px 0;
    background: #e5e5e5;
}

.invoice-items thead tc,
.invoice-totals thead tc {
    text-align: center
}

.invoice-items thead th:first-of-type,
.invoice-totals thead th:first-of-type {
    padding-left: 8px
}

.invoice-items thead th:last-of-type,
.invoice-totals thead th:last-of-type {
    text-align: right;
    padding-right: 8px;
}

.invoice-items tbody tr th,
.invoice-totals tbody tr th {
    padding-left: 8px
}

.invoice-items tbody tr td:last-of-type,
.invoice-totals tbody tr td:last-of-type {
    text-align: right;
    padding-right: 8px;
}

.invoice-items tbody tr:nth-of-type(even) th,
.invoice-totals tbody tr:nth-of-type(even) th,
.invoice-items tbody tr:nth-of-type(even) td,
.invoice-totals tbody tr:nth-of-type(even) td {
    background: #eee
}

.invoice-items tbody th,
.invoice-totals tbody th,
.invoice-items tbody td,
.invoice-totals tbody td {
    padding-top: 6px;
    padding-bottom: 6px;
    background: #fff;
}

.invoice-items tbody td,
.invoice-totals tbody td {
    padding-left: 3px;
}

.invoice-items tfoot td,
.invoice-totals tfoot td {
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    background: #e5e5e5;
    padding: 6px 8px;
}

.invoice-pay {
    padding-top: 30px
}

.invoice-pay li {
    overflow: hidden;
    padding-top: 12px;
}

.invoice-pay li:nth-of-type(even) {
    padding-top: 18px
}

.paid .invoice-pay ul li {
    display: block;
    font-weight: normal;
    font-size: large;
    color: #000;
    padding: 8px 20px;
    background: lightgrey;
    text-align: right;
}

.invoice-notes {
    text-align: left;
    padding-bottom: 30px;
}

.invoice-notes p,
.invoice-notes ul,
.invoice-notes ol,
.invoice-notes dl {
    padding-bottom: 1em
}

.invoice-notes ul li {
    list-style: inside disc
}

.invoice-notes ol li {
    list-style: inside decimal
}

#footer {
    border-top: 1px solid #dddddd;
    text-align: right;
    font-size: 14px;
}

/* some margin for middling sceens */

/* @media only screen and (min-width: 426px) and (max-width: 769px) { 
    #invoice { margin: 0 20px }

} */

/* layout splits at 600 css pixels */

@media only screen and (min-width: 700px) {
    h3 {
        padding: 10px 0
    }

    #header {
        overflow: hidden;
        padding-top: 40px;
    }

    .invoice-intro {
        float: left;
        width: 100%;
        text-align: left;
    }

    .invoice-intro p {
        text-align: center
    }

    .invoice-meta {
        float: right;
        width: 65%;
    }

    .invoice-meta dd {
        text-align: right
    }

    .invoice-to,
    .invoice-from,
    .invoice-status {
        float: left;
        width: 100%;
        margin-right: 5%;
    }

    .invoice-status {
        margin-right: 0
    }

    #footer {
        text-align: right;
        padding-top: 18px;
        font-size: 14px;
    }
}

@media(max-width:426px) {
    .invoice-status {
        display: none;
    }
    .invoice-from{
        padding-bottom: 0px;
    }
}

@media(max-width:321px) {
    .col-sm-6 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* bar-chart */
.canvasjs-chart-credit {
    display: none;
}

#chartContainer {
    margin-top: 15px;
}

#chartContainer1 {
    height: 340px;
}

@media(max-width:426px) {
    #chartContainer1 {
        height: 280px;
    }
}

#modal {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

#modal-1 {
    background: #fff;
    width: 50%;
    top: 30%;
    position: relative;
    padding: 15px;
    left: 20%;
    border-radius: 4px;
}

.email-submit-button {
    margin-top: 20px;
    display: flex;
    justify-content: right;
}

#message {
    text-align: center;
    background-color: #fba3b0;
    font-weight: bold;
    padding: 5px;
    font-size: large;
    margin-bottom: 5px;
    display: none;
}

.form-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.form-group label {
    width: 30%;
    text-align: center;
}

#header-text {
    text-align: center;
}

#forgot-password{
    position: absolute;
    left:75%;
    margin-top: -5%;
    cursor:pointer
}
#password-section,#errormessage,#successmessage{
    display: none;
}

/* input type number increase decrease button  */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

@media(max-width:426px) {
    #modal-1 {
        width: 70%;
        left: 15%
    }
    #forgot-password{
        left:65%;
        margin-top: -7%;
    }
    #email-btn{
        display:none;
    }
}

#captcha{
    margin-top: 15px
}

tr.alert-danger {
    opacity: 1 !important;
    display: table-row !important;
}