@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600');

/* font-family: 'Playfair Display', serif;
font-family: 'Source Sans Pro', sans-serif; */

/* .ghs-dashboard .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1200px;
} */
.ghs-dashboard {
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

    .ghs-dashboard > .container {
        min-height: 500px;
    }

    .ghs-dashboard .navbar-fixed-left {
        font-family: 'Playfair Display', serif;
        background: #918247;
        color: #fff;
        border: none;
        padding: 0px 15px 15px;
        z-index: 999;
    }

    .ghs-dashboard .navbar-fixed-left .navbar-header,
    .ghs-dashboard .navbar-fixed-left .navbar-nav {
        margin-bottom: 15px;
    }

    .ghs-dashboard .navbar-fixed-left .contact .line {
        width: 100%;
    }

    .ghs-dashboard .navbar-fixed-left .contact-info {
        text-align: center;
        margin: 21px 0;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
    }

        .ghs-dashboard .navbar-fixed-left .contact-info h4 {
            font-size: 14px;
        }

    .ghs-dashboard .navbar-fixed-left .contact .tata-logo {
        margin: 0 auto;
        display: block;
        padding-bottom: 20px;
    }

    .ghs-dashboard .navbar-fixed-top .dropdown a,
    .ghs-dashboard .navbar-fixed-top .dropdown a:focus {
        background: none;
    }

    .ghs-dashboard .navbar-fixed-top .dropdown a {
        display: grid;
        align-items: flex-start;
        font-size: 13px;
    }

        .ghs-dashboard .navbar-fixed-top .dropdown a img {
            margin-right: 15px;
        }

.ghs-dashboard .navbar-fixed-left .navbar-nav li {
    position: relative;
    height: 32px;
}

        .ghs-dashboard .navbar-fixed-left .navbar-nav li.active::before {
            content: '';
            position: absolute;
            background: url('../img/active.png') center left no-repeat;
            height: 50px;
            width: 50px;
            left: -15px;
            transform: translateX(0px);
        }

    .ghs-dashboard .dropdown-menu {
        background: #B1A26A;
        border: none;
    }

    .ghs-dashboard .dropdown .user,
    .ghs-dashboard .dropdown .online {
        display: block;
    }

    .ghs-dashboard .dropdown .caret {
        margin-top: 6px;
    }

    .ghs-dashboard .dropdown .user {
        font-size: 12px;
        font-family: 'Source Sans Pro', sans-serif;
        line-height: 16px;
        margin-right: 12px;
    }

    .ghs-dashboard .dropdown .online {
        color: #49E880;
        font-size: 10px;
    }

        .ghs-dashboard .dropdown .online i {
            display: inline-block;
            width: 6px;
            height: 6px;
            border-radius: 6px;
            background: #49E880;
            margin-right: 4px;
        }


    .ghs-dashboard .navbar a {
        color: #fff;
        font-size: 13px;
    }

    .ghs-dashboard .navbar .dropdown a {
        color: #000000;
        margin-left: 51px;
    }

    .ghs-dashboard .navbar .dropdown .user span {
        color: #fff !important;
    }

    .ghs-dashboard .navbar a:hover,
    .ghs-dashboard .navbar a:focus {
        background: transparent;
    }

    .ghs-dashboard .navbar a .new {
        background: #C33D48;
        color: #fff;
        font-size: 12px;
        padding: 2px 15px;
        margin-left: 6px;
        border-radius: 12px;
    }

    .ghs-dashboard .navbar-fixed-top {
        background: #B1A26A;
        font-family: 'Playfair Display', serif;
    }

    .db-title {
        text-align: center;
        padding-bottom: 50px;
    }

        .db-title img {
            margin: 0 auto;
            display: block;
            max-width: 100%;
        }

        .db-title h1 {
            font-size: 24px;
            font-weight: 600;
            color: #B1A26A;
            font-family: 'Playfair Display', serif;
        }

    .ghs-dashboard .know-more {
        background: #C33D48;
        height: 35px;
        min-width: 140px;
        display: inline-block;
        color: #fff;
        border-radius: 4px;
        text-align: center;
        line-height: 35px;
        text-decoration: none;
        margin: 15px 0;
    }

    .ghs-dashboard .nav-tabs {
        border-bottom: 1px solid #EADCC3;
    }

        .ghs-dashboard .nav-tabs li a:hover {
            background: transparent;
            border: none;
        }

        .ghs-dashboard .nav-tabs li {
            margin: 0 auto;
        }

            .ghs-dashboard .nav-tabs li a,
            .ghs-dashboard .nav-tabs li a:focus {
                border: none;
                background: transparent;
            }

            .ghs-dashboard .nav-tabs li a {
                padding: 10px 0;
                text-align: left;
                margin-right: 40px;
                font-weight: 600;
                font-size: 14px;
                color: #000;
                opacity: 0.65;
                border-bottom: #ffff 2px solid;
            }

            .ghs-dashboard .nav-tabs li.active a {
                border-bottom: #C33D48 2px solid;
                opacity: 1 !important;
                color: #000;
            }

    .ghs-dashboard .tab-content .tab-pane {
        padding: 25px 0;
    }

    .ghs-dashboard .md-title h4 {
        font-size: 18px;
        font-weight: 600;
        color: #B1A26A;
        padding: 25px 0 15px;
        font-family: 'Playfair Display', serif;
    }

    .ghs-dashboard .md-title span {
        font-size: 14px;
        font-family: 'Source Sans Pro', sans-serif;
        color: #000;
        font-weight: normal;
    }

    .ghs-dashboard .sm-title h4 {
        font-size: 16px;
        font-weight: 600;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .ghs-dashboard .info_block {
        display: flex;
        align-items: self-start;
        margin-bottom: 75px;
        min-height: 60px;
    }

        .ghs-dashboard .info_block .info_block_icon {
            margin-right: 20px;
        }

    .ghs-dashboard .note {
        color: #C33D48;
        font-size: 12px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .ghs-dashboard .example {
        margin: 35px 0;
    }

    .ghs-dashboard .custom-table tr th {
        font-weight: 600;
    }

    .ghs-dashboard .custom-table tr {
        font-size: 14px;
        font-family: 'Source Sans Pro', sans-serif;
    }

        .ghs-dashboard .custom-table tr th,
        .ghs-dashboard .custom-table tr td {
            padding: 15px;
        }

    .ghs-dashboard footer {
        text-align: center;
        /*nishant*/
        /*padding: 15px 0;*/
        /*nishant*/
        background: #F2F2F2;
    }

        .ghs-dashboard footer p {
            font-size: 10px;
            opacity: 0.7;
            margin-bottom: 0px;
        }

        .ghs-dashboard footer ul {
            list-style: none;
            padding-left: 0px;
            font-family: 'Source Sans Pro', sans-serif;
        }

            .ghs-dashboard footer ul li a {
                /*color: #000;*/
                opacity: 0.7;
                padding: 0 4px;
            }

            .ghs-dashboard footer ul li {
                display: inline-block;
            }

    .ghs-dashboard .db-list ul {
        list-style: none;
    }

        .ghs-dashboard .db-list ul li {
            padding-bottom: 20px;
            position: relative;
        }

            .ghs-dashboard .db-list ul li::before {
                position: absolute;
                content: '';
                background: url(../img/list.png) center no-repeat;
                width: 30px;
                height: 20px;
                left: -36px;
            }

    .ghs-dashboard .closure-contact-info {
        background: #EADCC3;
        padding: 15px;
        text-align: center;
        margin: 35px 0;
    }

        .ghs-dashboard .closure-contact-info p {
            opacity: 0.7;
        }

        .ghs-dashboard .closure-contact-info a {
            color: #C33D48;
        }

    .ghs-dashboard .db-normal-list ol {
        padding-left: 14px;
    }

        .ghs-dashboard .db-normal-list ol li {
            padding-bottom: 20px;
        }

            .ghs-dashboard .db-normal-list ol li:last-child {
                padding-bottom: 0px;
            }

            .ghs-dashboard .db-normal-list ol li ol {
                padding-top: 20px;
            }

    .db-faqs .db-faqs-each .question {
        position: relative;
        padding-left: 20px;
        font-size: 16px;
        padding-bottom: 8px;
    }

    .db-faqs .db-faqs-each {
        padding-bottom: 30px;
    }

        .db-faqs .db-faqs-each .question::before {
            position: absolute;
            left: 0;
            top: 0;
            content: 'Q.';
        }

        .db-faqs .db-faqs-each .answer {
            position: relative;
            padding-left: 20px
        }

            .db-faqs .db-faqs-each .answer::before {
                position: absolute;
                left: 0;
                top: -2px;
                content: 'A.';
                font-size: 16px;
            }

    .ghs-dashboard a {
        color: #C33D48;
    }

    .ghs-dashboard .reach-out {
        padding-top: 30px;
    }

    .db-title-bg {
        background: #EADCC3;
        padding: 12px 25px;
        border-radius: 4px;
        margin-bottom: 15px;
    }

    .db-title-bg-si {
        background: #EADCC3;
        padding: 12px 25px;
        border-radius: 4px;
        margin-bottom: 15px;
    }

    .db-title-bg h4 {
        color: #000;
        font-family: 'Playfair Display', serif;
        font-weight: 600;
        font-size: 14px;
        opacity: 0.7;
    }

    .auto-debit-search-form {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .si-creation {
        display: none;
        padding-top: 50px;
    }

        .si-creation.in {
            display: block;
        }

    .err {
        color: #C33D48;
        font-size: 12px;
    }

    .db-submit {
        background: #C33D48;
        height: 35px;
        min-width: 140px;
        display: inline-block;
        color: #fff;
        border-radius: 4px;
        text-align: center;
        line-height: 32px;
        text-decoration: none;
        margin: 15px 0;
        box-shadow: none;
        border: none;
    }

    .db-accordian .panel-heading a {
        color: #000;
        display: block;
        text-decoration: none;
        position: relative;
    }

        .db-accordian .panel-heading a:after {
            position: absolute;
            content: '';
            background: url('../img/chevron_black.png') center no-repeat;
            height: 20px;
            width: 20px;
            right: 10px;
            transform: rotateX(0deg);
            transition: 0.2s linear;
        }

        .db-accordian .panel-heading a.in:after {
            transform: rotateX(180deg);
        }

    .db-accordian .panel-heading {
        background: #fff;
        padding: 15px 20px;
    }

    .db-accordian .panel-default {
        border: none;
        margin-bottom: 10px;
    }

        .db-accordian .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #EADCC3;
        }

    .db-status-points {
        margin-bottom: 15px;
    }

        .db-status-points > span {
            margin-right: 20px;
            font-size: 10px;
        }

        .db-status-points > span {
            position: relative;
            padding-left: 18px;
        }

            .db-status-points > span::before {
                position: absolute;
                content: '';
                width: 12px;
                height: 12px;
                border-radius: 12px;
                left: 0px;
                top: 0px;
            }

        .db-status-points .green::before {
            background: #49E880;
        }

        .db-status-points .paidlate::before {
            background: #EBC33C;
        }

        .db-status-points .pending::before {
            background: #C33D48;
        }

    .db-accordian .db-status-points span {
        font-size: 14px;
    }

    .db-accordian .db-status-points > span::before {
        top: 4px;
    }

    .ghs-dashboard a.pay-now {
        background: #C33D48;
        height: 35px;
        min-width: 100px;
        display: inline-block;
        color: #fff;
        border-radius: 4px;
        text-align: center;
        line-height: 35px;
        text-decoration: none;
    }

    .ghs-dashboard .table-bordered > tbody > tr > td,
    .ghs-dashboard .table-bordered > tbody > tr > th {
        border: none;
        border-top: 1px solid #ddd;
    }

    .db-pay-details {
        padding: 15px 0 35px;
    }

        .db-pay-details .db-pay-details-block h4 {
            font-size: 14px;
            margin-bottom: 20px;
        }

    .db-pay-details-block-each {
        padding-bottom: 10px;
    }

        .db-pay-details-block-each .number {
            opacity: 0.7;
        }

    .ghs-dashboard .navbar-toggle .icon-bar {
        background: #fff;
    }

    .mobile-user-menu {
        display: none;
    }

    .know-more-content {
        display: none;
    }

        .know-more-content.in {
            display: block;
            animation: fadeIn 0.45s linear;
        }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @media only screen and (max-width:767px) {
        .ghs-dashboard .navbar .navbar-brand {
            padding: 0px 15px;
        }

        .ghs-dashboard .navbar-fixed-left .navbar-header {
            margin-bottom: 0px;
        }

        .ghs-dashboard .navbar-fixed-left {
            padding: 0px;
            margin-bottom: 0px;
        }
        /*Commented code for responsive by thivan */
        /*.ghs-dashboard .navbar-fixed-top {
            z-index: 9999;
            width: 50%;
            right: 75px;
            left: auto;
            margin-bottom: 0px;
            top: 3px;
            display: none;
        }*/

            .ghs-dashboard .navbar-fixed-top .navbar-nav {
                margin: 0 auto;
            }

        /* .ghs-dashboard .dropdown .user>span {
        width: 80px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        white-space: nowrap;
    } */
        /*Commented code for responsive by thivan */
        /*.ghs-dashboard .navbar-fixed-top {
            background: #918247;
        }*/

            .ghs-dashboard .navbar-fixed-top .navbar-collapse {
                border: none;
                box-shadow: none;
            }

        .ghs-dashboard .info_block {
            min-height: 1px;
            margin-bottom: 20px;
        }

        .auto-debit-search-form {
            display: block;
        }

        .db-title {
            padding-bottom: 30px;
        }

            .db-title h1 {
                font-size: 20px;
            }

            .db-title img {
                max-width: 65%;
            }

        .mobile-user-menu {
            display: block;
            margin: 0px -15px;
            background: #71642f;
            margin-bottom: 0px !important;
        }

            .mobile-user-menu .dropdown a,
            .mobile-user-menu .dropdown a:focus {
                background: none;
            }

            .mobile-user-menu .dropdown a {
                display: flex;
                align-items: flex-start;
                font-size: 13px;
            }

                .mobile-user-menu .dropdown a img {
                    margin-right: 15px;
                }

        .ghs-dashboard .navbar-toggle {
            margin: 12px;
        }

        .know-more-block p br {
            display: none;
        }
    }

    /* added additional */
    .c-warning {
        color: #C33D48;
    }

    /* user profile[start] */
    .user-prof {
        padding-bottom: 50px;
    }

        .user-prof .each-input {
            position: relative;
            padding-bottom: 20px;
            margin: 15px 0;
            max-width: 80%;
        }

            .user-prof .each-input.size-90 {
                max-width: 90.5%;
            }

            .user-prof .each-input label {
                font-size: 13px;
                padding-top: 5px;
                color: #B1A26A;
                display: block;
            }

                .user-prof .each-input label span {
                    color: red;
                }

            .user-prof .each-input input {
                width: 100%;
                box-shadow: none;
                border: none;
                border-bottom: solid 1px #B1A26A;
                padding: 10px 10px 5px 0;
                background: none;
                outline: none;
                border-radius: 0px;
            }

            .user-prof .each-input textarea {
                width: 100%;
                box-shadow: none;
                border: none;
                border-bottom: solid 1px #B1A26A;
                padding: 10px 10px 5px 0;
                background: none;
                outline: none;
            }

            .user-prof .each-input select {
                width: 100%;
                box-shadow: none;
                border: none;
                outline: none;
                border-radius: 0;
                border-radius-last: 0;
                border-bottom: solid 1px #B1A26A;
                padding: 10px 10px 5px 0;
                background: none;
            }
    /*.user-prof .each-input*/
    div.red {
        color: red;
        font-size: 13px;
        /*position: absolute;*/
        right: 0;
        bottom: 0;
        margin: 0;
        display: block;
    }
    /*div.sired {
        color: red;
        font-size: 13px;
        /*position: absolute;*/
    /*right: 0;
        bottom: 0;
        margin: 0;
        display: block;
        }*/

    .user-prof .each-input .input-group,
    .user-prof .each-input .input-group .form-control:first-child {
        width: 100%;
    }

    .user-prof .each-input .input-group-addon:last-child {
        display: none;
    }

    .datepicker table tr td.active.active,
    .datepicker table tr td.active:hover:hover {
        background: #B1A26A;
    }

    .user-prof .each-input p {
        display: inline-block;
        margin-right: 10px;
    }

        .user-prof .each-input p label {
            padding-top: 0;
        }

    .user-prof .form-submit {
        padding: 8px 40px;
        border: solid 1px #C33D48;
        font-size: 13px;
        color: #C33D48;
        background: none;
        outline: none;
        transition: all 200ms ease;
        border-radius: 5px;
        margin-right: 5px;
        text-decoration: none;
        margin-bottom: 12px;
    }

        .user-prof .form-submit:hover {
            background: #C33D48;
            color: #fff;
        }



    .user-prof .each-input .change-password-btn {
        position: absolute;
        right: 0;
        color: #C33D48;
        font-size: 13px;
        bottom: 26px;
        cursor: pointer;
    }

    @media only screen and (max-width:1099px) {

        .user-prof .each-input,
        .user-prof .each-input.size-90 {
            max-width: 100%;
            width: 100%;
        }
    }


.msg-badge {
    position: relative;
    width:400px;
    padding: 15px;
    background: #029A36;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: 5px;
    z-index: 100;
}

        .msg-badge .msg-badge-copy {
            color: #fff;
            margin: 0;
            position: relative;
        }

            .msg-badge .msg-badge-copy p {
                margin: 8px 0;
                padding-right:20px;
            }

            .msg-badge .msg-badge-copy .close-badge {
                position: absolute;
                right: 0;
                top: 1px;
                cursor: pointer;
            }

        .msg-badge.big {
            width: 700px;
        }

        .msg-badge.warn {
            background: #C33D48;
        }

    /* account manage page */
    /* .customer-details{} */
    .customer-details-box {
        background: #fff;
        margin-bottom: 30px;
    }

        .customer-details-box .title {
            padding: 20px;
            border-bottom: solid 1px #B1A26A;
            font-size: 18px;
            font-weight: bold;
        }

        .customer-details-box ul {
            padding-left: 20px;
            padding-bottom: 20px;
            padding-right: 15px;
        }

            .customer-details-box ul li {
                list-style: none;
                padding: 10px 0;
            }

                .customer-details-box ul li span {
                    min-width: 210px;
                    display: inline-block;
                }

                .customer-details-box ul li address {
                    display: inline-block;
                    vertical-align: top;
                    margin-bottom: 0;
                }

        .customer-details-box.big-size ul {
            width: calc(100% - 150px);
            display: inline-block;
            vertical-align: top;
        }

            .customer-details-box.big-size ul li {
                padding: 5px 0;
            }

                .customer-details-box.big-size ul li span {
                    min-width: 200px;
                }

        .customer-details-box.big-size .avatar {
            width: 100px;
            display: inline-block;
            vertical-align: top;
            margin-right: 20px;
        }

    /* .customer-details-box.big-size{} */

    @media only screen and (max-width:767px) {

        .msg-badge,
        .msg-badge.big {
            width: 100%;
        }

            .msg-badge .msg-badge-copy {
                padding-right: 14px;
            }

        .customer-details-box.big-size .avatar,
        .customer-details-box.big-size ul {
            width: 100%;
            display: block;
        }

        .customer-details-box.big-size .avatar {
            padding: 20px;
            text-align: center;
        }

        .customer-details-box.big-size ul li span {
            width: 100px;
            min-width: auto;
        }
    }

    /* radio styles */
    [type="radio"]:checked,
    [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }

        [type="radio"]:checked + label,
        [type="radio"]:not(:checked) + label {
            position: relative;
            padding-left: 24px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            color: #666;
        }

            [type="radio"]:checked + label:before,
            [type="radio"]:not(:checked) + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 18px;
                height: 18px;
                border: 1px solid #B1A26A;
                border-radius: 100%;
                background: #fff;
            }

            [type="radio"]:checked + label:after,
            [type="radio"]:not(:checked) + label:after {
                content: '';
                width: 10px;
                height: 10px;
                background: #B1A26A;
                position: absolute;
                top: 4px;
                left: 4px;
                border-radius: 100%;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            [type="radio"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            [type="radio"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

    /* user profile[end] */

    .table-responsive .edit {
        background: #C33D48;
        color: #fff;
        font-size: 14px;
        padding: 2px 15px;
        margin-left: 6px;
        border-radius: 12px;
        text-decoration: none;
    }

    .green-box {
        width: 10px;
        height: 10px;
        background: green;
        display: inline-block;
        border-radius: 10px;
    }

    .light-green-box {
        width: 10px;
        height: 10px;
        background: #08e408;
        display: inline-block;
        border-radius: 10px;
    }

    .orange-box {
        width: 10px;
        height: 10px;
        background: #f7bb00;
        display: inline-block;
        border-radius: 10px;
    }

    .indication-boxes > span > span {
        margin-right: 8px;
    }

    .indication-boxes > span {
        margin-right: 25px;
        margin-bottom: 35px;
        display: inline-block;
    }

    .table > tbody > tr > td {
        vertical-align: middle !important;
    }

    .cus-checkbox > input {
        width: auto !important;
        margin-right: 8px;
    }

    .cus-checkbox {
        display: flex;
        align-items: center;
    }

    .right-btn {
        height: 50px;
    }

        .right-btn > div {
            float: right;
        }

        .right-btn a {
            background: #C33D48;
            color: #fff;
            font-size: 15px;
            padding: 6px 15px;
            margin-left: 6px;
            border-radius: 12px;
            text-decoration: none;
        }

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        z-index: 100;
    }

    #dashboard-modal h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .nominee-details-form {
        display: none;
    }

        .nominee-details-form.in {
            display: block;
        }

    /*nishant*/

    .form-submitPrint {
        padding: 10px 40px;
        border: solid 1px #ffffff;
        font-size: 13px;
        color: black !important;
        background: #b1a26a;
        outline: none;
        transition: all 200ms ease;
        border-radius: 5px;
        margin-right: 5px;
        text-decoration: none;
        margin-bottom: 5px;
        letter-spacing: 2px;
        float: right;
        font-weight: bold;
        text-decoration: none !important;
    }


    /*nishant*/
    .ErrormsgOverlappingbeforeLogin {
        /*padding:8px !important*/
        padding: 12px !important
    }

    .ErrormsgOverlappingafterLogin {
        margin: 1px !important;
    }

    .ErrormsgOverlappingafterLoginACHPopup {
        padding: 20px !important;
    }