body{
    color: #213051;
}

.header-postlogin{
    background: #eee;
}

.bgdiv{
    background-image: linear-gradient(to bottom, #fff, #e0e0ff 74%, #d8d8ff 90%);
}

.loading-page-parent{
    background-image: linear-gradient(to bottom, #fff, #e0e0ff 74%, #d8d8ff 90%);
}

.member_table tr th {
    background-color: #337ab7;
    color: #fff;
}

.member_table tr td {
    border: 1px solid #337ab7;
}

.member_table tr.highlight td {
    background-color: #3070b0;
    color: #fff;
}

.header-iconnav{
    color:#213051;
}

.textlink{
    color:#213051;
}

.homecard-parent{
    background-image: linear-gradient(to bottom right, #fff, #e8e8ff 90%);
}

.form-input-parent{
    background: #337ab7;
}

.btn-primary{
    background:#2781cc;
    color:#fff;
}

.btn-primary-danger{
    background:linear-gradient(to bottom, #f9605c, #ac2925);;
    color:#fff;
}

.form-label{
    color:#fff;
}

.leaderboard_btn {
    color:#213051;
}

.member_wallet_btn {
    color: #213051;
}

.homecard-parent .form-control{
    color:#213051;
}

.homecard-title-text{
    color:#213051;
}

.homecard-title-desc{
    color:#213051;
}

.whatsapp_contact_btn {
    color:#213051;
}

.signup_link {
    color:#213051;
}

.footer-postlogin{
    background: #eee;
}

.postlogin-nav-parent.active .postlogin-nav{
    color:#213051;
    border-bottom: 2px solid #213051;
}

.tac-btn {
    background: #babaff;
    color: #213051;
}

.form-control {
    color:#fff;
}

.form-control:-webkit-autofill {
    background-color: #337ab7 !important;
    color:#fff !important;
    box-shadow: 0 0 0px 1000px #337ab7 inset !important;
    -webkit-box-shadow: 0 0 0px 1000px #337ab7 inset !important;
    -webkit-text-fill-color: #fff;
}

.submenu-parent {
    background: #eee;
}

.submenu {
    color:#41537d;
}
.submenu.active {
    color:#41537d;
    border-bottom: 2px solid #41537d
}
.submenu.active>.submenu-icon {
    color:#41537d;
}

.sub-section-nav-btn {
    border: 1px solid #41537d;
    color: #41537d;
}

.sub-section-nav-btn.active {
    background: #41537d;
    color: #fff;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:active, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #ddd;
}

.rstinfo-title {
    color:#41537d;
}
.rstinfo-row-val--1 {
    color:#41537d;
}
.rstinfo-row-title--2 {
    color:#41537d;
}
.creditdebit-title {
    color:#41537d;
}

.overlay-content {
    background-image: linear-gradient(to bottom right, #fff, #d8d8ff 90%);
}

.modal-content{
    background-image: linear-gradient(to bottom right, #fff, #d8d8ff 90%);
}
.modal-datepicker .datepicker .datepicker-switch{
    color:#41537d;
}
.datepicker table tr th{
    color:#41537d;
}

.hint-hightlight {
    color: #888800;
}

.package-name {
    color:#41537d;
}
.package-count {
    color:#808080;
}

.homecard-header {
    border-bottom: 1px solid #ddd;
}

.product_description {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.packageitem-parent {
    background-image: linear-gradient(to bottom right, #fff, #d8d8ff 90%);
}

.radio-label-circle {
    background: #fff;
}
.checked .radio-label-circle {
    border:1px solid #2694eb;
}

.form-input-parent-phone {
    background: #337ab7; 
}

@media only screen and (max-width: 767px) {

    .footer-nav{
        background: #eee;
    }

    .header-notification--parent{
        background-image: linear-gradient(to bottom right, #fff, #d8d8ff 90%);
    }

    .postlogin-nav{
        border-bottom: 1px solid #213051;
        color:#213051;
    }

    .postlogin-nav-parent.active .postlogin-nav{
        color:#213051;
        background-image: linear-gradient(to bottom right, #fff, #d8d8ff 90%);
    }
}

