﻿/* color
PRIMARY GREEN : #537A2F;
*/

@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

@import url('https://fonts.googleapis.com/css?family=Alex+Brush&display=swap');

@font-face {
    font-family: 'BrushScript';
  
     src: url('fonts/brushscn.ttf'); /* IE9 Compat Modes */
    src: local('BrushScript'), local('BrushScript'), url('fonts/BrushScriptStd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/brushsci_1.ttf') format('truetype'), /* Safari, Android, iOS */
}
:root {
    --primary-color: #0084df;
    --primary-text-color: #443d3f;
    --secondary-color: #981e32;
    --primarylight-color: #B1C791;
    --primary-darkblue:#304659;
    --secondary-darkblue:#022043;
    --secondary-darknavyblue:#002044;
    --input-padding-x: 1rem;
    --input-padding-y: 1rem;
    --light-grey: #ebf1e3;
    --grey: #777;
    --grey2: #dfe3e4;
    --blue: #2183dd;
    --green: #009900;
    --white: #fff;
    --light-green-border: #b1e7ec;
    --primary-shadow: 0px 0px 25px rgba(179, 208, 222, 0.66);
    --secondary-shadow: 0 0px 13px rgba(179, 208, 222, 0.66);
    --secondaryerror-color: #892434;
    --secondaryinvalid-color: #B56C36;
    --secondaryrequired-color: #91BC55;
    --primary-button: #ffa845;
    --primary-button-hover: #e3693e;
    --primary-button-hover-text: #fff;
    --primary-header: #211d1e;
    --primary-amount: #0084df;
    --primary-hyperlink: #ec795c;
    --menu-background: #ffffff;
    --menu-text: #ec795c;
    --menu-link-border:#004062;
    --submenu-background: #004062;
    --header-icon: #443d3f;
    --grey-border: #cccccc;
    --othercontrols: #cd3e41;
    --othercontrols-border: #cd3e41;
     --checkbox: #cd3e41;
}

html {
    height: 100%;
    overflow: hidden;
}

.primary_color {
    background-color: #002044;
    color: #fff;
}

body {
    font-family: 'Quicksand', sans-serif;
    color: #343434 !important;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}


.greytext {
    color: rgba(2, 32, 67, 0.5) !important;
}

.labelsmall {
}

label {
}

.labelsmall .form-group-inputlabel .control-label, .labelsmall .selectlabelblock label {
    font-size: 13px !important;
}


form {
    display: block;
    /*overflow-y:scroll;*/
    overflow-x: auto;
}

textarea:focus, input:focus, select:focus {
    outline: none !important;
}

*:focus, selectpicker:focus {
    outline: none !important;
}

.form-group .bootstrap-select .dropdown-toggle:focus, .form-group .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: hidden !important;
}




.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    outline: none !important;
    background: none !important;
    border: none;
}



.form-control {
    color: #000 !important;
    outline: none !important;
}

    .form-control:focus {
        outline: hidden !important;
        box-shadow: 0 0 0pt 0pt #fff;
    }

.form-group select {
    outline: hidden !important;
    fill: red;
}

    .form-group select::-ms-expand {
        display: none;
    }

    .form-group select:focus {
        outline: hidden !important;
        box-shadow: 0 0 0pt 0pt #fff;
    }

body a {
    color: var(--primary-hyperlink);
    color: #004062;
     
}

ul {
    padding: 10px;
}

.fa-times {
    color: var(--primary-color) !important;
    color: #004062;
    color: #004062;
}

.closetop {
    height: 20px;
    padding-left: 5px;
}

/* This style feels counter-productive, setting flag !imporant makes it hard to override
this style further down the stylesheet */
/* .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-weight: 400 !important;
} */


.green {
    color: var(--primary-color) !important;
    color: #004062;
    color: #004062;
}

.top_btm_border .label.secondarycolor {
    color: var(--primary-darkblue) !important;
    color: #304659 !important;
}

.captialtext {
    text-transform: uppercase;
}

html body .border-top {
    border-top: 1px solid #8298AB !important;
}

.borderdash {
    border: 1px dashed #B1C791;
}

.border-bottom {
    border-bottom: 1px solid #8298AB;
}

.border-left {
    border-left: 1px solid #8298AB;
}

.border-right {
    border-right: 1px solid #8298AB;
}

.pageheader {
    color: #000 !important;
    font-size: 1.2em;
}

.padding-x {
    padding: 0 1rem;
}

.padding-y {
    padding: 1rem 0;
}

.shadow_radius {
    box-shadow: var(--primary-shadow, 0px 0px 25px rgba(179, 208, 222, 0.66));
    border-radius: 24px;
}

/* HEADER STYLES */

h1.primary-heading {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: var(--secondary-darknavyblue) !important;
    color: #002044;
    padding: 0 !important;
}

h2.secondary-heading {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height, or 120% */
    /* font */
    color: var(--secondary-darknavyblue);
    color: #002044;
}

.header_green {
    color: var(--primary-color) !important;
    color: #004062!important;
}

.font-small {
    font-weight: normal;
    font-size: 11px;
    line-height: 18px;
    /* identical to box height, or 164% */
    /* font */
    color: var(--secondary-darknavyblue) !important;
    color: #002044;
}

.headingbluemedium {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height, or 120% */
    /* font */
    color: var(--secondary-darknavyblue) !important;
    color: #002044;
}


header {
    /*background: #fff;*/
    /*flex: 0 0 auto;*/
}

/*.header {
    padding: 0 !important;
    position: fixed;
    width: 100% !important;
    top: 0 !important;
    z-index: 99;
}*/

.headermaster {
    /*background: #fff;*/
    flex: 0 0 auto;
}



.headermaster {
    padding: 0 !important;
    position: fixed;
    width: 100% !important;
    top: 0 !important;
    z-index: 5;
}

 

.headercounter {
    max-width: 890px;
    margin: 0 auto;
}

.headermaster fa, .headermaster a { color: var(--header-icon); color:#443d3f; }


.fa-grip-lines {
    /*color: var(--primary-color, #004062) !important;*/
    font-size: 20px;
}

.menu {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: var(--menu-background);
    background-color:#fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 400px;
    z-index: 9999;
    padding-bottom: 20px;
    text-align: right;    
    color:#ec795c;
    color: var(--menu-text);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    height: 100%;
    /*overflow: auto;*/
    overflow-y: scroll;
    overflow-x: hidden;
    transition: all 330ms ease-in-out;
}

@media screen and (min-width: 600px) {
    .menu {
        max-height: 860px !important;
    }
}

@media screen and (max-width: 600px) {
    .menu {
        width: 350px !important;
        left: 114% !important;
        padding-right: 5px;
    }
}

.menu.open {
    transform: translateX(-400px);
}

.menu .toggle {
    padding: 20px;
}

    .menu .toggle i {
        transform: rotate(90deg);
        font-size: 20px;
    }

.menu .language {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*padding: 0 30px;*/
    position: relative;
    border-bottom: solid 1px var(----menu-link-border);
    margin: 4px 5px 0px 39px;
}

    .menu .language .language-image {
        margin-right: 8px;
    }

/*.menu .language::after {
        content: '\f105';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        transform: translateX(20px);
        position: absolute;
        right: 30px;
        top: 0;
        line-height: 32px;
    }*/

.menu.open fa {
    color:#fff;
}

.menu .navigation-items a {
    display: block;
    padding: 10px 30px;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: var(--menu-link-border) !important;
    border-bottom-color: #304659;
    margin-left: 40px;
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color:var(--menu-text);
    color:#ec795c;
}

.menu .navigation-items > a:last-child {
    border-bottom: none;
}

.menu .navigation-items .sub-nav > div:first-child {
    padding-right: 30px;
    position: relative;
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .menu .navigation-items .sub-nav > div:first-child::after {
        content: '\f105';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        transform: translateX(20px);
        position: absolute;
        right: 30px;
        top: 0;
        line-height: 66px;
    }

.menu .navigation-items .sub-nav.open > div:first-child::after {
    transform: rotate(90deg);
    right: 10px;
}

.menu .navigation-items .sub-nav .sub-items {
    background-color:#981e32;
    background-color: var(--submenu-background);    
    border-radius: 14px;
    margin-right: 20px;
    margin-left: 40px;
}

    .menu .navigation-items .sub-nav .sub-items a {
        padding: 10px;
        color:#fff;
    }

.menu-modal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0;
    transition: opacity 130ms ease-in;
    pointer-events: none;
    touch-action: none;
}

    .menu-modal.visible {
        opacity: .5;
        z-index: 999;
    }

.counter .row {
    margin: 0;
}

.headerlogo {
    background: #fafafa;
    border-radius: 10px;
    padding: 0px 10px;
    border: 1px solid #e9e9e9;
    text-align: center;
}



    .headerlogo p {
        font-size: 12px;
    }

.navigation-bar {
    /*height: 66px;*/ /*given by Cat*/
    height: 75px;
    box-shadow: 0px 2px 6px rgba(176, 190, 197, 0.24);
    display: flex;
    align-items: center;
    /*padding: 0 5px;*/
    /*margin-bottom: 20px;*/
    position: relative;
    background: #fff;
    
}


.navigation-bar .leading {
        text-align: center;
    width: 100%;
}

.poweredby {
        /*text-align: center;*/
    /*width: 10%;*/
        font-style: normal;
    font-weight: bold;
    font-size: 8px;
    line-height: 12px;
    color: #000000;
}

.poweredby img {
    /*height: 10px;
    height: 35px;*/
     padding-bottom: 9px;
}

@media (max-width: 600px) {
    .poweredby {
        /*width: 15%;
        font-size: 7px;*/
    }
   
    .poweredby img {
    /*height: 10px;*/
     padding-bottom: 10px;
}

    .navigation-bar .leading {
    
    /*width: 70%;*/
}
}

@media (max-width: 600px) {

    .navigation-bar {
        margin-bottom: 0px;
    }
}

.navigation-bar .leading img {
       height: 70px;
    padding:10px;
}

@media (max-width: 600px) {

    .navigation-bar .leading img {
            height: 45px;
    }

    .navigation-bar .center {
        font-size: 14px;
    }

    .navigation-bar .poweredby {
        display:none !important;
    }

    .navigation-bar .leading {
        text-align: left;
    }
}

.navigation-bar .center {
    /*position: absolute;*/
    width: 100%;
    color: var(--secondary-darknavyblue) !important;
    color: #002044;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 66px;
}

@media (min-width: 600px) {

    .navigation-bar .center {
        text-align: left;
        padding-left: 20px;
    }
}

.languagetop {
    margin-left: auto;
    flex: 0 0 auto;
    z-index: 1;
    display: flex;
    align-items: center;
}

#google_translate_element {
    float: left;
    height: 50px;
    padding-right: 10px;
}

.languagetop img {
    /*height: 16px;*/
    /*right: -8px;*/
    position: relative;
    z-index: 999;
    margin-right: -10px;
    top: -4px;
}

.languagetop .goog-te-gadget {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 50px;
}



.languagetop select {
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 206.5%;
    /* identical to box height, or 27px */
    /* font */
    color: #004062;
    background-color: var(--menu-background);
    background-color:#fff;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 10px 0 20px;
}

    .languagetop select option {
        background: #FFFFFF;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    }


.languagetop select {
    /*padding: 10px 5px;*/
}

.languagetop .fas {
    color: var(--primary-color) !important;
    color: #004062;
    color: #004062;
    /*position: relative;
    top: 28px;*/
    margin-top: -4px !important;
}

       
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .languagetop select { /*padding-right:18px*/
    }
}

.languagetop .label {
    position: relative;
    width: 100%;
}

.navigation-bar .trailing {
    /*margin-left: auto;
    flex: 0 0 auto;*/
    z-index: 1;
        flex: 1;
    text-align: right;
}

.navigation-bar .menu-trigger {
    padding: 10px;
    display: inline-block;
}

    .navigation-bar .menu-trigger i {
        font-size: 20px;
        color: var(--header-icon);
        color: #443d3f;
    }

.maincontent.container {
    /*z-index: -1;*/
    font-size: 12px;
    flex: 1 1;
    position: relative;
    /*top: 100px;*/
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: auto;
    overflow-x: hidden;
}

@media (max-width: 600px) {
    .maincontent.container {
        /*top: 70px;*/
        padding: 0 10px;
    }
}

.maincontent > div {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    padding: 0 15px;
    max-width: 890px;
    margin: 0 auto;
}

@media screen and (max-width: 599px) {
    .maincontent > div {
        padding: 0;
    }
}

.maincontainer label {
    font-size: 15px !important;
    border: 0 !important;
    outline: none !important;
}

@media screen and (max-width: 599px) {
    .headercounter {
        margin: 0 10px;
    }
}

@media screen and (min-width: 600px) {
    .headercounter {
        padding-right: 20px;
    }
}

@media screen and (max-width: 600px) {
}

.counter {
    background: var(--primary-color) !important;
    background:#004062;
    /*border: 1px solid #e9f1f8;*/
    text-align: center;
    color: #fff;
    padding: 0;
    /*box-shadow: 0 11px 6px -6px #cacaca;*/
    margin-bottom: 20px;
    box-shadow: var(--primary-shadow, 0px 0px 25px rgba(179, 208, 222, 0.66)) !important;
    border-radius: 15px;
    /*overflow: hidden;*/
}



    .counter h3 {
        font-size: 1em;
        padding: 5px 0 3px 0;
        margin:0;
    }

    .counter h4 {
        font-size: 1em;
    }

    .counter .date {
        color: #fff;
    }

    .counter .payment-amount {
        height: 100px;
        background: #FFFFFF;
    }

        .counter .payment-amount h2 {
            color: var(--primary-amount) !important;
            color: #0084df;            
            font-size: 37px;
            font-weight: bold;
            line-height: 100px;
        }

    .counter .payment-amount {
        margin-left: -15px;
        margin-right: -15px;
    }

    .counter .due-today {
        height: 50px;
    }

        .counter .due-today h3 {
            line-height: 50px;
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
        }

@media screen and (max-width: 600px) {

    .counter {
        font-size: 0.7em;
        word-break: break-all;
    }

        .counter h2 {
            /*font-size: 1em;*/
            margin-bottom: 5px;
        }

        .counter h3 {
            /*font-size: 1em;*/
            margin-bottom: 5px;
        }

        .counter h4 {
            /*font-size: 1em;*/
            margin-bottom: 5px;
        }
}

.blockmessage {
    background: var(--light-green-border, #b1e7ec);
    box-shadow: 0px 0px 25px rgba(179, 208, 222, 0.66);
    border-radius: 10px;
    color: var(--secondary-darknavyblue);
    color: #002044;
    padding: 15px;
    margin: 15px 0;
}

    .blockmessage h6 {
        margin-bottom: 0;
    }

    .blockmessage p {
        margin-bottom: 0;
        font-weight: 600 !important;
        font-size: 14px;
        line-height: 130%;
        /* or 15px */
        text-align: center;
        /*color:#002044;*/
    }

.covid-message, .information-block {
    background-color: var(--secondary-color);
    background-color:#a30050;
    box-shadow: 0px 0px 25px rgba(179, 208, 222, 0.66);
    border-radius: 10px;
    color: #fff !important;
    color: #fff;
    padding: 15px;
    margin: 15px 0;
}

.covid-message h1.ods-text__heading--large, .information-block h1.ods-text__heading--large {
    color:#fff !important;

}

    .covid-message h6, .information-block h6 {
        margin-bottom: 0;
    }

.payment-summary {
    padding: 20px 10px;
    margin-top: 10px;
    color: var(--primary-color) !important;
    color: #004062;
    color: #004062;
}

    .payment-summary h6 {
        margin-bottom: 0;
    }

.br-right {
    border-right: 1px solid #004062;
}

/*Form control*/

#Content_pnlCardPay {
    width: 100%;
}

.payment-form {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(179, 208, 222, 0.66);
    border-radius: 15px;
    padding: 17px 10px !important;
    margin: 15px 0 !important;
}

    .payment-form .row {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

.radio-wrapper {
    position: relative;
    padding-left: 26px;
    
}

    .radio-wrapper input[type=radio] {
        display: none;
    }

    /*.radio-wrapper label {
        border: none !important;
    }*/

    .radio-wrapper label::before {
        content: ' ';
        position: absolute;
        left: 0;
        width: 20px;
        height: 20px;
        border-color: var(--primary-color) !important;
        border-width: 1px;
        border-style: solid;
        border-color: #537A2F;
        border-radius: 10px;
    }

    .radio-wrapper input:checked ~ label::after {
        content: '\f058';
        position: absolute;
        left: 0;
        font-family: "Font Awesome 5 Free";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-weight: 900;
        color: var(--othercontrols) !important;
        color: #00c6d7;
        font-size: 20px;
        border: 0 !important;
        outline: hidden !important;
    }

.check-wrapper {
    position: relative;
    padding-left: 26px;
    margin-left: 9px;
    outline: hidden;
}

    .check-wrapper > label {
        margin: 0;
        font-size: 13px !important;
        color: #343434;
        font-weight: normal;
        border: 0 !important;
        outline: hidden !important;
    }

    .check-wrapper > label a {
        color: #304659 !important;
            font-weight: 600;
          
    }

        .check-wrapper > label u {
            font-weight: 600;      
            color: #ec795c; 
            color: var(--primary-hyperlink);
        }

    .check-wrapper input[type=checkbox] {
        display: none;
    }

    .check-wrapper label::before {
        content: ' ';
        position: absolute;
        left: 0;
        width: 20px;
        height: 20px;
        border-width:1px;
        border-style:solid;
        border-color:#ccc;
        border-width:1px;
        border-style:solid;
        border-color:var(--grey-border);
        
        border-radius: 2px;
    }

    .check-wrapper input:checked ~ label::after {
        content: '\f14a';
        position: absolute;
        left: 0;
        top: 7px;
        font-family: "Font Awesome 5 Free";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-weight: 900;
        color: var(--checkbox) !important;        
        color: #cd3e41;
        font-size: 22px;
    }

.form-group input[type=text],
.form-group input[type=password], .form-group textarea {
    border: 1px solid var(--grey-border) !important;
    border-width:1px;
    border-style:solid;
    border-color:#ccc;
    border-radius: 0;
}

.form-group input[type=text],
.form-group input[type=password],
.form-group select,
.form-group textarea {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 206.5%;
    /* identical to box height, or 31px */
    /* font */
    color: var(--secondary-darknavyblue) !important;
    color: #002044;
}

.fileupload_block {
    position: relative;
    overflow: hidden;
}


    .fileupload_block input.uploadBtn {
        position: absolute;
        font-size: 50px;
        opacity: 0;
        right: 0;
        top: 0;
    }

.selectblock {
    background: #FFFFFF;
    /* Green */
    border: 1px solid var(--grey-border);
    border-width:1px;
    border-style:solid;
    border-color: #ccc;
    box-sizing: border-box;
    padding: var(--input-padding-y) var(--input-padding-x);
    padding: 1rem 1rem;
    margin-bottom: 1rem;
}

    .selectblock select {
        border: 0px solid var(--grey-border) !important;
    }

    .selectblock label {
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 156%;
        /* or 23px */
        /* Primay */
        color: var(--primary-color) !important;
        color: #004062;
        color: #004062;
    }


.selectlabelblock .dropup .dropdown-toggle::after, .selectlabelblock .dropdown-toggle::after {
    content: none;
}

.selectlabelblock .bootstrap-select .dropdown-menu li a, .selectlabelblock .bootstrap-select .dropdown-toggle .filter-option {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    /* identical to box height, or 31px */
    /* font */
    
}

.selectlabelblock_mgtop7 {
    margin-top: 7px;
}

.selectlabelblock .bootstrap-select .dropdown-menu ::-webkit-scrollbar {
    width: 10px;
    background-color: #ccc;
}

.selectlabelblock .bootstrap-select .dropdown-menu ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #ccc;
}

.selectlabelblock .bootstrap-select .dropdown-menu ::-webkit-scrollbar-thumb {
    background-color: #003359;
    border: 2px solid #003359;
}

.selectlabelblock .bootstrap-select .dropdown-menu ::-webkit-scrollbar {
}






.selectlabelblock .dropdown-item {
    padding: 10px;
}

.selectlabelblock .dropdown-item {
    color: var(--primary-color);
    color:#004062;
}

    .selectlabelblock .dropdown-item.active, .dropdown-item:active {
        background: #00c6d7;
        color: var(--primary-color);
        color:#004062;
    }

.signatureblock {
}

    .signatureblock label.green {
    }



.form-group select {
    border: 1px solid var(--light-green-border, #B1C791);
    border-radius: 0;
    height: 58px !important;
}




.form-panel .form-panel-header {
    border: 1px solid #B1C791;
    height: 64px !important;
    position: relative;
    margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
    .form-panel .form-panel-header.DOB {
        height: 130px !important;
    }
}

.form-panel .form-panel-header label {
    position: absolute;
    margin: 0 !important;
    padding: 5px 0 0 0 !important;
    left: 10px;
    font-weight: 500;
    font-size: 15px !important;
    line-height: 156%;
    color: #537A2F;
}


.form-panel .form-label-group {
    width: 90%;
    padding: 0 !important;
    position: absolute;
    top: 25px;
    left: 10px;
    margin: 0;
}

    .form-panel .form-label-group input[type=text], .form-panel .form-label-group select {
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 206.5%;
        height: auto !important;
        padding: 0;
        border: 0;
        outline: hidden;
    }

    .form-panel .form-label-group select {
        padding: 5px 0;
        /* styling */
        background-color: white;
        border: 0 solid blue;
        border-radius: 4px;
        display: inline-block;
        font: inherit;
        line-height: 1.5em;
        padding: 0.4em 2em 0 0em;
        /* reset */
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-weight: bold;
        font-size: 15px;
        color: #002044;
    }


        .form-panel .form-label-group select.minimal {
            background-image: linear-gradient(45deg, transparent 50%, #D0DDBB 50%), linear-gradient(135deg, #D0DDBB 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
            background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
            background-size: 5px 5px, 5px 5px, 1px 1.5em;
            background-repeat: no-repeat;
        }

            .form-panel .form-label-group select.minimal:focus {
                background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
                background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
                background-size: 5px 5px, 5px 5px, 1px 1.5em;
                background-repeat: no-repeat;
                border-color: green;
                outline: 0;
            }


        .form-panel .form-label-group select:-moz-focusring {
            color: transparent;
            text-shadow: 0 0 0 #000;
        }

        .form-panel .form-label-group input[type=text]:focus, .form-panel .form-label-group select:focus {
            box-shadow: none;
            outline: hidden;
        }

.moreselect {
        border: 1px solid var(--grey-border) !important;
    border-width:1px;
    border-style:solid;
    border-color:#ccc;
    border-radius: 0;
    padding: 5px 10px !important;
    margin-bottom: 15px;
}

    .moreselect label {
        color: #003768;
    }

    .moreselect .form-label-group {
        margin-bottom: 0.5rem;
    }


.selectlabelblock {
    border-width:1px;
    border-style:solid;
    border-color:var(--grey-border);
    border-width:1px;
    border-style:solid;
    border-color:#ccc;
    padding: 5px 0px !important;
    position: relative;
    height: 65px;
    /*margin-right:10px;*/
    flex: 0 0 30%;
    max-width: 30%;
}

.selectlabelblock-fullwidth {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}


@media screen and (max-width: 600px) {

    .selectlabelblock {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
}

.selectlabelblock .filter-option-inner-inner {
    padding-left: 15px;
}

.selectlabelblock label {
    position: absolute;
    z-index: 1;
    margin: 0 !important;
    padding: 0;
    line-height: 1;
    top: 6px !important;
    left: 14px;
    color: #3caee9;
    /*color: var(--primary-color) !important;*/
}

.selectlabelblock select {
    position: absolute;
    border: 0;
    height: 75% !important;
    padding: 0 !important;
    width: 95%;
    top: 12px;
    left: 14px;
    outline: none !important;
}

    .selectlabelblock select:focus {
        outline: none !important;
    }


.selectlabelblock select {
    background: #fff;
    border: 0px solid #F0F3FB;
    /*border-radius: 4px;*/
    /*width: 100%;*/
    padding: 5px 0px;
    /*font-size: 16px;*/
    color: #3F3F3F;
    /* Here's the code we need */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 10px !important;
    left: 5px;
}

.selectlabelblock .select-wrapper {
    /*position: relative;*/
}

    .selectlabelblock .select-wrapper:after, .selectlabelblock .select-wrapper:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f0d7";
        font-weight: 600; /* <-- add this */
        font-size: 28px;
        position: absolute;
        top: 16px;
        right: 12px;
        color: #ccc;
        pointer-events: none;
    }


    .selectlabelblock .select-wrapper:before {
        font-family: 'Font Awesome 5 Free';
        right: 12px;
        content: "\f0d8";
        font-weight: 600;
        top: -7px;
        z-index: 1;
        /*background:url(images/arrow-up.png) no-repeat left top;*/
    }

.selectlabelblock select::-ms-expand {
    display: none;
}

.selectlabelblock .dropdown-menu.show {
    padding: 0;
}



.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group > input,
    .form-label-group > label {
        padding: var(--input-padding-y) var(--input-padding-x);
        padding: 1rem 1rem;
    }

    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0; /* Override default `<label>` margin */
        line-height: 1.5;
        color: var(--primary-color) !important;
        color: #004062;
        color: #004062;
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
        margin-top: .1rem !important;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
        padding-bottom: calc(var(--input-padding-y) / 3);
        padding-top: calc(1rem + 1rem * (2 / 3));
        padding-bottom: calc(1rem / 3);
    }

        .form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: calc(var(1rem) / 3);
            padding-bottom: calc(1rem) / 2);
            font-size: 12px;
            color: #777;
        }


.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: 0 !important;
        box-shadow: none !important;
    }

.maincontent .btn-primary, .maincontent .PaymentBtnGrad, .maincontent .btnlighter, .maincontent .btn-secondary, .maincontent .btn-danger {
    background: #ffa845;
    background: var(--primary-button);    
    border: 0;
    padding: 15px .75rem !important;
    height: 50px;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 100% !important;
    border-radius: 96px;
}

.maincontent .btn-primary:hover, .maincontent PaymentBtnGrad:hover {
    background: #e3693e;
    background: var(--primary-button-hover);
    color:#fff;
    color:var(--primary-button-hover-text);
    border: 0;
}

.attachdocument {
    background: none;
    border: 0;
    text-align: left;
    color: #004062;
    color: var(--primary-color) !important;
    font-weight: 600;
    font-size: 11px;
    padding: 0;
    top: -10px;
}

a.btn-primary, a.PaymentBtnGrad, a.btnlighter, a.btn-secondary {
    color: #FFFFFF !important;
}

.btnlighter, .btn-secondary {
    background: var(--primarylight-color) !important;
    background: #B1C791;
    color: var(--secondary-darknavyblue) !important;
    color: #002044;
    /*height: 40px;*/
    padding: 10px .75rem !important;
}


.btn-danger {
 background: #892434 !important;

}

.greyhtml {
    background: #BBBCBE !important;
    opacity: 0.5;
    border-radius: 96px;
}







.greyhtml:hover {
    opacity: 1 !important;
    background: #BBBCBE !important;
}

.tablemnthly .btn-primary {
    padding: 3px 0.45rem !important;
}

.btnblock p {
    display: block;
    /*height:50px;*/
    font-size: 1em;
}

    .btnblock p.tc {
        font-size: 1em;
        height: auto !important;
    }

        .btnblock p.tc a {
            color: #000;
        }

@media screen and (max-width: 600px) {
    .btnblock {
        padding: 0 !important;
    }

        .btnblock p {
            display: block;
            /*height:50px;*/
            font-size: 0.9em;
        }
}

.borderblock {
    background: #FFFFFF;
    box-shadow: var(--primary-shadow) !important;
    box-shadow: 0px 0px 25px rgba(179, 208, 222, 0.66);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    /*font-size: 0.8em;*/
    line-height: 1.5;
}

    .borderblock .note {
        padding: 10px;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 19px;
        /* Primay */
        color: var(--primary-text-color) !important;
       
        color: #343434;
    }

    .borderblock .row {
        margin-left: 0;
        margin-right: 0;
    }

    .borderblock .mt-3 {
        margin-top: 0 !important;
    }

    .borderblock p {
        padding: 0;
        margin: 0;
    }

.table__row {
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 0.8em;
    border-radius: 10px;
}


.noteinsidepage {
    box-shadow: none;
    border: 0;
    line-height: 16px;
}


.icon:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.maincontainer {
    /*margin-top: 20px;*/
    margin-bottom: 20px;
    /*padding-bottom: 30px;*/
    font-size: 1em;
    color: #000;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 600px) {
    .maincontainer {
        font-size: 1em;
    }
}

.maincontainer.padding220 {
    padding-top: 325px !important;
}

.maincontainer.padding70 {
    padding-top: 70px !important;
}

.maincontainer a {
    color: var(--primary-hyperlink);
}



h2.ods-text__heading--large {
    font-size: 15px;
    
    color: #211d1e;
    text-transform: uppercase;
    font-weight: bold !important;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #211d1e;
    width: 100%;
    padding-bottom: 8px;
    line-height: 19px;
}

h2.heading-secondary {
    font-size: 15px;
    color: var(--primary-color) !important;
    color: #004062;
    text-transform: uppercase;
    font-weight: bold !important;
    width: 100%;
    padding-bottom: 8px;
    line-height: 19px;
}





.amountblock {
}

    .amountblock ul {
        list-style: none;
    }

        .amountblock ul li {
            border-bottom: 1px solid rgb(220, 218, 218);
            padding: 5px 0;
        }

            .amountblock ul li b {
                font-weight: 400;
                color: #000;
            }

.highlight {
    color: #000;
}

.making-payment {
    display: flex;
    width: 100%;
    font-weight: bold;
}

    .making-payment .label {
        color: var(--primary-color) !important;
        color: #004062;
        font-size: 15px;
    }

    .making-payment .value {
        margin-left: auto;
        color: var(--secondary-darknavyblue) !important;
        color: #002044;
        font-size: 16px;
    }

.toward-balance {
    color: var(--secondary-darknavyblue) !important;
    color: #002044;
    opacity: 0.5;
    font-size: 12px;
    font-weight: bold;
}

.table-bordered {
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > td, .table-bordered tr th, .table-bordered tr td, .dtamtTable tr td {
        font-weight: normal !important;
        color: #000 !important;
        padding: 5px;
        /*font-size:0.7em;*/
    }

.dtamtTable tr td {
    font-size: 0.9rem !important;
}

.table-bordered > thead > tr > th, .table-bordered tr th {
    background: #f4f4f4 !important;
    font-weight: 600 !important;
    font-size: 1.2em;
}

.table-bordered > thead > tr > td, .table-bordered tr td {
    word-break: break-all;
}

.table-bordered tr th, .table-bordered > thead > tr > th {
    background: #f1f8ff;
    font-weight: 600 !important;
}



.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(250, 250, 250);
}


.faq a {
    color: #000 !important;
}

.faq .card {
    margin-bottom: 2px;
}

.sweet-alert, .swal-modal {
    background: #fff !important;
    border: 1px solid #e9f1f8 !important;
    color: #000 !important;
}


    .sweet-alert p, .swal-modal p {
        color: #000 !important;
    }

    .sa-confirm-button-container .sweet-alert button, .swal-button, .sweet-alert .confirm  {
        background-color: var(--primary-button) !important;
        background-color: #ffa845;
        border: 0;
        padding: 9px .75rem !important;
        border-color: #fff !important;
        color: #fff !important;
    }

    .sa-confirm-button-container .sweet-alert button:hover, .swal-button:hover, .sweet-alert .confirm:hover  {
         background-color: var(--primary-button) !important;
        background-color: #ffa845;
        color:#1ABFD5;
    }

.cardimg img {
    width: 60px;
    padding: 4px;
}

.mmclick label {
    margin-right: 10px;
}

.requestmsg {
    color: #000;
}

    .requestmsg span {
        color: #000;
        font-size: 0.7em;
    }

label {
    margin-top: .5rem !important;
}

.PositionCenter {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    left: 0;
    -moz-opacity: 0.8;
    max-width: 100%;
}

.center_progress {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
}

.Statementtable {
    border: 1px solid #002044;
    color: #000 !important;
}

    .Statementtable td {
        padding: .25rem !important;
        border: 1px solid #adadad !important;
        color: #000 !important;
    }

@media screen and (max-width: 600px) {

    .Statementtable td {
        font-size: 10px !important;
        padding: 4px !important;
    }
}

.Statementtable td.transplan {
    padding: 0 !important;
    border: 1px solid #adadad !important;
    border-bottom: 0 !Important;
}

    .Statementtable td.transplan table td, .Statementtable td.transplan table th {
        padding: .85rem .45rem !important;
        font-weight: normal !important;
        border-color: #adadad !important;
        color: #000 !important;
    }

@media screen and (max-width: 600px) {
    .Statementtable td.transplan table td, .Statementtable td.transplan table th {
        padding: 4px 4px !important;
        font-size: 10px !important;
    }
}


.Statementtable td.transplan table th {
    text-align: center;
    font-weight: 600 !important;
}

.Statementtable td.transplan table tr td:first-child, .Statementtable td.transplan table tr th:first-child {
    border-left: 0 !important;
    border-color: #adadad !important;
}

.Statementtable td.transplan table tr td:last-child, .Statementtable td.transplan table tr th:last-child {
    border-right: 0;
}

.Statementtable td.transplan table tr td:last-child {
    text-align: right !important;
}

    .Statementtable td.transplan table tr td:last-child span {
        display: block !important;
    }

.Statementtable td.charges {
    padding: 10px 5px !important;
}

    .Statementtable td.charges table td {
        border: 0 !Important;
        padding: .20rem !important;
        color: #000 !important;
    }

@media screen and (max-width: 600px) {
    .iblcomm {
    }
}

.makeselect {
    display: block !important;
}

.cardimgselectbox {
    padding: 0 0 0 15px;
    text-align: center;
}

    .cardimgselectbox .cardimgselect {
        width: 100%;
    }

@media screen and (max-width: 600px) {

    .cardimgselectbox .cardimgselect {
        width: 15%;
    }

    .cardimgselectbox {
        text-align: left;
    }
}

.faq .card-header h5 {
    font-size: 1em;
}

.faq .card-header, .faq .card-body {
    font-size: 1em;
    padding: .5rem;
}

@media screen and (max-width: 600px) {
    .faq .card-header, .faq .card-body {
        padding: 0.3rem .2rem;
        font-family: calibri !important;
        font-size: 0.9rem !important;
    }

        .faq .card-header h5 {
            font-size: 1em;
        }
}

/*.existinginsur th, .existinginsur td, .existinginsur .table-bordered > thead > tr > th, .existinginsur .table-bordered tr th {
    font-size: 0.8em !important;
}*/

.labelmgleft {
    display: flex;
    align-items: center;
}

    .labelmgleft .cardimg {
        margin-left: auto;
    }

    .labelmgleft label {
        margin-left: 5px !important;
    }

.invalidmsg, .error, #Content_lblError {
    display: block;
    /*border: thin solid red;*/
    padding: .25em;
    color: red;
    font-size: 80%;
    text-align: center;
}




@media screen and (max-width: 400px) {
    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > td, .table-bordered tr th, .table-bordered tr td, .dtamtTable tr td {
        font-size: 0.7em !important;
        word-break: normal !important;
        text-align: center;
    }
}



.downloadfile {
    word-break: break-all;
    border-bottom: 1px solid #eaeaea;
    margin: 0 0 0 10px;
}

.securefiles {
    left: -375px;
    width: 128px;
    position: relative;
}

    .securefiles a {
        display: table;
        width: 100%;
    }



.securefiles2 {
    left: -173px;
    width: 128px;
}

    .securefiles2 td {
        font-size: 11px !important;
    }



@media screen and (max-width: 600px) {
    .securefiles, .securefiles2 {
        position: relative;
        left: -189px;
        width: 75px;
        text-align: left;
    }

    .securefiles2 {
        left: -94px;
    }
}

#goog-gt-tt {
    width: 100%;
    max-width: 100%;
}



.languageblock {
}

/*.goog-te-gadget .goog-te-combo {
margin-right: 5px !important;
}


.languageblock select {
display: block;
margin-right: 5px;
padding: .175rem .15rem;
font-size: 1em;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
float: right;
}*/

.fullbtn .btn {
    width: 100%;
    max-width: 100%;
}



.col-container {
    display: table;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .col-container {
        display: block;
        width: 100%;
    }
}

.col {
    display: table-cell;
    padding: 5px;
}

@media screen and (max-width: 600px) {
    .col {
        display: block;
        width: 100%;
    }
}

.gotp1 {
    width: 33%;
}

.gotp2 {
    width: 50%;
}

.gotp3 {
    width: 17%;
}

@media screen and (max-width: 600px) {
    .gotp1, .gotp2, .gotp3 {
        width: 100%;
    }
}

.btn {
}

.error {
    text-align: left;
}


#bot {
    position: relative;
    z-index: 9;
}

body .wc-app {
    position: fixed;
    /* border: 2px solid #ccc; */
    border-radius: 10px;
    width: 100%;
    background: #000;
    left: 75%;
    bottom: 15%;
    z-index: 9;
}

.wc-console {
    background: #fff;
}


#buttonsWrap {
    bottom: 70px;
    position: fixed !important;
    background: #fff;
    z-index: 99999;
}

.fslwelcomeText {
    font-family: Calibri !important;
    font-size: 13px;
    color: #000 !important;
}
/*New CSS*/
.centrelignV {
    margin: 18% -21% !important;
    font-size: 23px !important;
}

/*.onLoadChatIcon {
    bottom: 70px;
    width: 60px !important;
    height: 60px !important;
    position: fixed !important;
}*/

.welconeTextNew {
    padding: 15px !important;
    font-family: SF-Pro-Display-Regular, -apple-system, BlinkMacSystemFont, Helvetica Neue, Apple Color Emoji, sans-serif !important;
    font-size: 16px !important;
    line-height: 22px !important;
}


.languageButtons {
    padding: 5px !important;
}

.wc-chatview-panel {
    min-height: 550px !important;
    left: 0%;
    margin-bottom: 75px;
    width: 23%;
    position: fixed !important;
}

#buttonsWrap {
    right: 6%;
}

.wc-hscroll-outer {
    background-color: #fff;
}

.wc-hscroll {
    width: 89%;
}

.wc-message-content {
    padding: 8px 10px !important;
    word-break: normal !important;
    margin-right: -5%;
}

.wc-message-from-me svg.wc-message-callout {
    right: 28%;
}

#partialpaymentblock {
    display: none;
}

.none {
    display: none;
}

.paymentmain-message {
    text-align: center;
}


    h1.ods-text__heading--large, .paymentmain-message h1.ods-text__heading--large, .termscondition h1.ods-text__heading--large {
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 25px;
        /* identical to box height, or 125% */
        /* Dark */
        color: var(--primary-header);
        color: #211d1e;
    }

.termscondition h1.ods-text__heading--large {
    text-transform: uppercase;
    margin-bottom: 20px;
}

p.primary {
}

p.topheadingp {
    /* Text/Small text */
    /*font-family: Lato;*/
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    /* or 133% */
    text-align: center;
    /* Additional dark */
    
    color: #343434;
    /*opacity: 0.5;*/
}

p.topheadingp-secondary {
}

@media only screen and (max-width: 600px) {
    p.topheadingp {
        width: 100%;
        margin: 10px auto 20px auto;
    }

    p.topheadingp-secondary {
        width: initial !important;
    }
}

.paymentmain-amount {
    background: #FFFFFF;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: var(--grey-border);
    box-sizing: border-box;
    border-radius: 15px;
    padding: 5% 5% 4% 5%;
    text-align: center;
    /*height:76px;*/
}

.paymentmain-amount #Content_div_TCB, .paymentmain-amount #Content_div_AmtDue {
    padding:0;
}

    .paymentmain-amount h2 {
        /*font-family: Quicksand;*/
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 16px;
        margin-bottom: 10px;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        /* Primay */
        color: var(--primary-amount) !important;
        color: #0084df;
    }

    .paymentmain-amount h3 {
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 1px;
        text-align: center;
        color: rgba(2, 32, 67, 0.5);
        margin: 0;
    }

        .paymentmain-amount h3 span {
            text-transform: uppercase;
        }

        .paymentmain-amount h3 img.infoicon {
            height: 20px;
        }

        @media screen and (max-width: 600px)  {
            .paymentmain-amount {
                    padding: 4%;
            }

            .paymentmain-amount #Content_div_TCB, .paymentmain-amount #Content_div_AmtDue {
                    padding: 0;
            }

            .paymentmain-amount h2 {
                    font-size: 20px;
            }

            .paymentmain-amount h3{
                    font-size: 12px;
    line-height: 1.5;
        min-height: 37px;
            }

            .paymentmain-amount .tooltip-ex .tooltip-ex-text {
                    font-size: 12px;
                        left: -105px;
            }

            .paymentmain-amount .tooltip-ex .tooltip-ex-text:before {
                left: 105px;
            }
        }

/* The Modal (background) */
.modalpopup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 63px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modalpopup-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

@media screen and (min-width: 600px) {
    .modalpopup-content {
        width: 70%;
    }
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/* The Close Button */
.modalpopup-content .close {
    color: var(--primary-color) !important;
    color: #004062;
    float: right;
    font-size: 35px;
    font-weight: 400;
    opacity: 1;
    position: absolute;
    top: -2px;
    right: 12px;
}

    .modalpopup-content .close:hover,
    .modalpopup-content .close:focus {
        color: var(--primary-color) !important;
        color: #004062;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 20px;
}

.modalpopup-content .modal-body {
    padding: 20px;
}

    .modalpopup-content .modal-body h3 {
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 25px;
        text-align: center;
        text-transform: uppercase;
        /* font */
        color: var(--secondary-darknavyblue) !important;
        color: #002044;
    }


    .modalpopup-content .modal-body p, .modalpopup-content .modal-body ul {
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 20px;
        /* or 133% */
        /* Additional dark */
        color: var(--secondary-darkblue, #022043);
    }

.sharePin {
    display: flex;
    justify-content: space-between;
}

    .sharePin input[type=text], .sharePin input[type=password] {
        height: 58px !important;
    }


/* Tooltip */
.tooltip-ex { /* Container for our tooltip */
    position: relative;
    display: inline-block;
    text-transform: none !important;
    left: 5px;
}

    .tooltip-ex .tooltip-ex-text { /* This is for the tooltip text */
        visibility: hidden;
        width: 285px;
        margin-top: 13px;
        border-radius: 10px; /* This defines tooltip text position */
        position: absolute;
        right: -70px;
        z-index: 1;
        display: block;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 19px;
        text-align: left;
        background: #f7f7f7;
        box-shadow: var(--primary-shadow, 0px 0px 25px rgba(179, 208, 222, 0.66));
        opacity: 1;
        padding: 20px;
        /* Primay */
        color: var(--primary-color) !important;
        color: #004062;
        text-transform: none !important;
    }

        .tooltip-ex .tooltip-ex-text:before {
            position: absolute;
            top: 0;
            left: 196px;
            width: 0;
            height: 0;
            margin-top: -10px;
            content: '';
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid white;
        }

    .tooltip-ex:hover .tooltip-ex-text { /* Makes tooltip text visible when text is hovered on */
        visibility: visible;
    }

    .tooltip-ex .tooltip-ex-text span:last-child {
        text-transform: none !important;
    }

.headerusername {
    padding-top: 25px;
    background: #fff;
    padding-bottom: 1px;
}

    .headerusername h3 {
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 25px;
        text-align: center;
        text-transform: uppercase;
        /* font */
        color: var(--secondary-darknavyblue) !important;
        color: #002044;
    }

    .headerusername p {
        font-size: 13px;
        line-height: 113%;
        /* or 15px */
        text-align: center;
        color: #022043;
        /*opacity: 0.5;*/
    }


/* FIRST STEP */

.top_btm_border {
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    width: 100%;
    font-weight: bold;
    padding: 15px 0;
}

    .top_btm_border .label {
        color: var(--primary-color) !important;
        color: #004062;
        font-size: 15px;
    }

    .top_btm_border .value {
        margin-left: auto;
        color: var(--secondary-darknavyblue) !important;
        color: #002044;
        font-size: 16px;
    }

.payment_nd_value {
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
}

    .payment_nd_value .label {
        color: var(--primary-color) !important;
        color: #004062;
        font-weight: 500;
        font-size: 15px;
        line-height: 19px;
    }

    .payment_nd_value .value {
        margin-left: auto;
        color: var(--secondary-darknavyblue) !important;
        color: #002044;
        font-size: 16px;
        padding: 10px 5px;
    }

.currentbalance {
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: bold;
}

    .currentbalance .label {
        color: var(--primary-color) !important;
        color: #004062;
        font-weight: 500;
        font-size: 15px;
        font-weight: bold;
        line-height: 19px;
        text-transform: uppercase;
        padding: 10px 0;
    }

    .currentbalance .value {
        margin-left: auto;
        color: var(--secondary-darknavyblue) !important;
        color: #002044;
        font-size: 16px;
        padding: 10px 0;
    }

.bordertop {
    border-top: 1px solid #EAEAEA;
}

.borderbottom {
    border-bottom: 1px solid #EAEAEA;
}


/* PROGRESS BAR */

.progress {
    position: relative;
    display: flex;
}

.progress-track {
    position: absolute;
    top: 5px;
    width: 100%;
    height: 5px;
    background-color: --grey2;
    z-index: -1;
}

// Each Step on the Progress Bar .progress-step {
    position: relative;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.progress-step:last-child:after {
    display: none;
}

.progress-step:before {
    content: "\f00c";
    display: flex;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 10px;
    height: 10px;
    background: --white;
    border: 4px solid --grey2;
    border-radius: 100%;
    color: --white;
}

.progress-step:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    width: 0%;
    transition: width 1s ease-in;
    height: 5px;
    background: --grey2;
    z-index: -1;
}

.progress-step.is-active {
    color: --blue;
}

    .progress-step.is-active:before {
        color: --blue;
    }

.progress-step.is-complete {
    color: --green;
}

    .progress-step.is-complete:before {
        font-family: FontAwesome;
        font-size: 10px;
        color: --white;
        background: --green;
        border: 4px solid transparent;
    }

    .progress-step.is-complete:after {
        background: --blue;
        animation: nextStep 1s;
        animation-fill-mode: forwards;
    }



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(33,131,221, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(33,131,221, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(33,131,221, 0);
    }
}

@keyframes nextStep {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.securemessage {
    /*display:flex;
justify-content:space-between;*/
    background: #FFFFFF;
    padding: 0px;
}

    .securemessage .iconbox {
        width: 6%;
    }

@media screen and (max-width:600px) {
    .securemessage .iconbox {
        width: 12%;
    }
}

.securemessage .iconbox img {
    height: 30px;
}

.securemessage h3 {
    flex: 1 1;
    font-weight: normal;
    position: relative;
}

    .securemessage h3 span:first-child {
        width: 80%;
        float: left;
    }

    .securemessage h3 span:nth-child(2) {
        width: 20%;
        font-weight: normal;
        font-size: 11px;
        float: right;
    }

    .securemessage h3 span:last-child {
        display: block;
    }

.securemessageActive h3 {
    font-weight: bold;
}

.securemessage .date {
}

.securemessage p.messageTxt {
    font-size: 15px;
    line-height: 18px;
    /* or 120% */
    /* font */
    color: var(--secondary-darknavyblue) !important;
    color: #002044;
    padding-top: 10px;
}


.securemessage .border-top {
    border-color: #f6f6f6 !important;
}

.securemessage .chatbox {
}

    .securemessage .chatbox h2 {
    }

    .securemessage .chatbox .replyblock textarea {
        height: 100px;
        font-weight: 500;
        font-size: 15px;
        line-height: 156%;
        /* or 23px */
        /* Primay */
        color: var(--primary-color) !important;
        color: #004062;
    }

    .securemessage .chatbox p {
        font-size: 15px;
        color: #002044;
    }

    .securemessage .chatbox .icon {
        color: #537A2F;
        font-size: 18px;
    }

    .securemessage .chatbox .close {
        background: #B1C791;
        color: #fff;
        border-radius: 50%;
        padding: 0px 2px;
        font-size: 14px;
        width: 16px;
        height: 16px;
        text-align: center;
    }

.securemessage .requiredtext {
    color: #002044;
    opacity: 0.5;
    font-size: 11px;
}




.fileattach--box {
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    /* identical to box height, or 123% */
    /* font */
    color: var(--secondary-darknavyblue) !important;
    color: #002044;
    background: #F6F6F6;
    border-radius: 4px;
}

    .fileattach--box label {
        margin: 0 !important;
    }

    .fileattach--box .fildate {
        opacity: 0.5;
    }

    .fileattach--box .closefilebox {
    }

.footer {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    position: relative;
    bottom: 0;
}

@media screen and (max-width: 600px) {
    .footer {
        margin-top: 10px;
    }
}

.footer p {
    font-style: normal;
    font-weight: bold;
    font-size: 9.5px;
    line-height: 12px;
    color: #000000;
}

    .footer p span {
        opacity: 0.71;
    }

    .footer p img {
        height: 10px;
        position: relative;
        top: -1px;
        opacity: 1 !important;
    }



.termscondition p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    /* or 133% */
    /* Additional dark */
    color: var(--secondary-darkblue, #022043);
}

.termscondition .check-wrapper label {
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 113% !important;
    /* or 14px */
    font-weight: normal !important;
    color: #022043 !important;
    text-decoration: none;
    opacity: 0.5 !important;
}

.termscondition .check-wrapper u {
    font-weight: 600 !important;
}

.onLoadChatIcon {
    box-shadow: var(--primary-shadow, 0px 0px 25px rgba(179, 208, 222, 0.66));
}


/*.select_label {
    border: 1px solid #B1C791;
}

.select_label label {
    color: #537A2F;
        padding: 0 10px;
}

.select_label select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border:0;
    padding: 4px 10px;
    outline:none;
    font-weight: bold;
font-size: 15px;
    color: #002044;
}

.select_label select:focus {
    outline:none;
    box-shadow:none;
}*/



/* ACCORDION */

.accordion-panel {
    box-shadow: var(--secondary-shadow, 0px 0px 25px rgba(179, 208, 222, 0.66));
    border-radius: 15px 15px !important;
    border: 0 !important;
    margin-bottom: 20px;
}

    .accordion-panel .panel-heading {
        padding: 15px .5em 5px .7em !important;
        font-weight: bold;
        font-size: 18px;
        line-height: 18px;
        text-align: left;
        color: #002044;
        border-radius: 15px 15px 0 0 !important;
        background: #f7f7f7;
        min-height: 66px;
        vertical-align: middle;
        display: flex;
        align-items: center;
    }

        .accordion-panel .panel-heading h4.panel-title {
            font-weight: bold;
            font-size: 15px;
        }

        .accordion-panel .panel-heading h2.panel-title {
            font-weight: bold;
            font-size: 15px;
            text-align: center;
            display: block;
            text-transform: uppercase;
        }

        .accordion-panel .panel-heading .panel-title a {
            color: #002044 !important;
        }

        .accordion-panel .panel-heading a span:first-child {
            background: #cd3e41;
            border-radius: 4px;
            padding-top: 3px;
            color: #fff;
            margin-right: 10px;
            width: 20px;
            height: 20px;
            text-align: center;
        }

    .accordion-panel .panel-body {
        padding: 16px;
        border-top: 1px solid #ebebeb;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
    }

.selectplan_master .panel-group {
    padding: 0 !important;
}

    .selectplan_master .panel-group:first-child, .selectplan_master .panel-group:nth-child(3n) {
        padding-right: 10px !important;
    }

@media screen and (max-width: 460px) {
    .selectplan_master .panel-group:first-child, .selectplan_master .panel-group:nth-child(3n) {
        padding-right: 0 !important;
    }
}

.selectplan_master .panel-group:nth-child(2n), .selectplan_master .panel-group:last-child {
    padding-left: 10px !important;
}

@media screen and (max-width: 460px) {
    .selectplan_master .panel-group:nth-child(2n), .selectplan_master .panel-group:last-child {
        padding-left: 0 !important;
    }
}


/*.selectplan_master .panel-group:last-child .panel .panel-body, .selectplan_master .panel-group:nth-child(2n+1) .panel .panel-body {
    height:350px;
}*/

@media screen and (max-width: 460px) {
    .selectplan_master .panel-group:last-child .panel .panel-body, .selectplan_master .panel-group:nth-child(2n+1) .panel .panel-body {
        height: initial;
    }
}

.selectplan_master .panel-group:first-child .panel .panel-body {
    height: initial;
}

.selectplan_master .panel-group:nth-child(3n) p.topheadingp-secondary {
    display: none;
}

.panel-body .selectplan table {
    width: 100%;
}


.selectplan thead th, .selectplan tbody td {
    text-align: center;
    vertical-align: top;
    color: #032953;
    border: 0;
    /*padding:5px !important;*/
    word-break: break-word;
    padding: 5px !important;
}

    .selectplan thead th:not(:last-child), .selectplan tbody td:not(:last-child) {
        border-right: 1px solid #EAEAEA;
    }


.selectplan thead th {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    padding: 11px 0;
}

.selectplan tbody td {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 113%;
    /* or 20px */
}

.strikethrough {
    opacity: 0.35;
}

.selectplan h3.save {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    text-align: center;
    /* FS Orange */
    color: #FF7F32;
}


@media screen and (min-width: 600px) {
    .selectplan .buttonmargin-top {
        margin-top: 65px;
    }
}











.formatting {
    border: 1px solid var(--light-green-border, #B1C791) !important;
    border-width: 1px;
    border-style: solid;
    border-color: var(--light-green-border) !important;
    border-color: #B1C791;
    border-radius: 0;
    padding: 0px 10px;
}





.has-float-label {
    display: block;
    position: relative;
}

    .has-float-label input[type=text], .has-float-label input[type=password], .has-float-label textarea {
        border: 0 !important;
    }

    .has-float-label label {
        margin: 0 !important;
    }

    .has-float-label label,
    .has-float-label > span {
        position: absolute;
        left: 0;
        top: -2px;
        cursor: text;
        -webkit-transition: all .3s;
        transition: all .3s;
        /* Primay */
        color: #537A2F;
    }

    .has-float-label select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .has-float-label textarea {
        width: 100%;
    }

    .has-float-label input,
    .has-float-label select,
    .has-float-label textarea {
        width: 100%;
        font-weight: bold;
        font-size: 15px;
        line-height: 206.5%;
        /* identical to box height, or 31px */
        /* font */
        color: #002044;
        padding-top: 1.3em;
        margin-bottom: 2px;
        border: 0;
        height: 45px;
        border-radius: 0;
    }

        .has-float-label input::-webkit-input-placeholder,
        .has-float-label select::-webkit-input-placeholder,
        .has-float-label textarea::-webkit-input-placeholder {
            opacity: 1;
            -webkit-transition: all .2s;
            transition: all .2s;
        }

        .has-float-label input::-moz-placeholder,
        .has-float-label select::-moz-placeholder,
        .has-float-label textarea::-moz-placeholder {
            opacity: 1;
            transition: all .2s;
        }

        .has-float-label input:-ms-input-placeholder,
        .has-float-label select:-ms-input-placeholder,
        .has-float-label textarea:-ms-input-placeholder {
            opacity: 1;
            transition: all .2s;
        }

        .has-float-label input::placeholder,
        .has-float-label select::placeholder,
        .has-float-label textarea::placeholder {
            opacity: 1;
            -webkit-transition: all .2s;
            transition: all .2s;
        }

        .has-float-label input:invalid:not(:focus)::-webkit-input-placeholder,
        .has-float-label select:invalid:not(:focus)::-webkit-input-placeholder,
        .has-float-label textarea:invalid:not(:focus)::-webkit-input-placeholder {
            opacity: 0;
        }

        .has-float-label input:invalid:not(:focus)::-moz-placeholder,
        .has-float-label select:invalid:not(:focus)::-moz-placeholder,
        .has-float-label textarea:invalid:not(:focus)::-moz-placeholder {
            opacity: 0;
        }

        .has-float-label input:invalid:not(:focus):-ms-input-placeholder,
        .has-float-label select:invalid:not(:focus):-ms-input-placeholder,
        .has-float-label textarea:invalid:not(:focus):-ms-input-placeholder {
            opacity: 0;
        }

        .has-float-label input:invalid:not(:focus)::placeholder,
        .has-float-label select:invalid:not(:focus)::placeholder,
        .has-float-label textarea:invalid:not(:focus)::placeholder {
            opacity: 0;
        }

        .has-float-label input:invalid:not(:focus) + *,
        .has-float-label select:invalid:not(:focus) + *,
        .has-float-label textarea:invalid:not(:focus) + * {
            top: 14px;
            font-size: 15px;
            color: #537A2F;
        }

        .has-float-label input:focus,
        .has-float-label select:focus,
        .has-float-label textarea:focus {
            outline: 0;
            border-color: #4285f4;
        }

    .has-float-label select {
        padding-right: 1em;
    }

.accountselect {
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.bootstrap-select::-ms-expand {
    display: none;
}

.bootstrap-select .btn-light {
    background: #fff;
    padding-left: 0;
    padding-top: 18px;
    border-radius: 0;
    outline: none;
    border: 0;
}

    .bootstrap-select .btn-light:focus {
        outline: hidden;
        background: #fff;
        border: 0;
        box-shadow: none;
    }

/*.dropup .dropdown-toggle::after {
    font-family: 'Font Awesome 5 Free';
    
    content: "\f0d7";
    font-weight: 600;
}*/



/* FILEUPLOAD */

.group-span-filestyle span.glyphicon-folder-open:before {
    content: ' ';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #537A2F;
    background: url(paperclip.png) no-repeat left top;
    width: 25px;
    height: 25px;
    display: block;
}

.group-span-filestyle label {
    margin: 0;
}


.bootstrap-filestyle .form-control:disabled, .bootstrap-filestyle .form-control[readonly] {
    background: #fff;
}

.lighterpara {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    /* Primay */
    color: #022043;
}

    .lighterpara span.opacitytext {
        opacity: 0.5;
    }

    .lighterpara u {
        color: #003359!important;
    }

.strick-pr {
    padding-right: 10px !important;
}

@media screen and (max-width: 460px) {

    .strick-pr {
        padding-right: 0px !important;
    }
}

.paymenttowards {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: bold;
    margin-top: 10px;
}

    .paymenttowards .label {
        font-size: 15px;
        line-height: 19px;
        text-transform: uppercase;
        color: var(--secondary-color) !important;
        color:#981e32;
    }

        .paymenttowards .label span {
            font-style: normal;
            font-weight: bold;
            font-size: 12px;
            line-height: 15px;
            display: block;
            /* font */
            color: #9a9a9a;
        }

            .paymenttowards .label span span {
                display: inline-block !important;
            }

    .paymenttowards .payment-amount {
        font-weight: bold;
        font-size: 16px;
        line-height: 113%;
        /* or 18px */
        text-align: right;
        /* font */
        color: #002044;
    }

.datepicker {
    z-index: 999 !important;
    box-shadow: 0px 0px 25px rgba(179, 208, 222, 0.66) !important;
    min-width: 22rem !important;
    border-radius: 15px !important;
    border: none !important;
    padding: 10px !important;
}

@media screen and (max-width: 460px) {

    .datepicker {
        padding: 20px !important;
        width: 96% !important;
        left: 2% !important;
        right: 2% !important;
        border-radius: 15px !important;
        border: none !important;
    }
}

.datepicker table {
    width: 100%;
}

.datepicker th.datepicker-switch {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #002044;
    padding: 20px 0 20px 0;
}

.datepicker th {
    width: 44.31px;
    height: 44.31px;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    /* or 127% */
    text-align: center;
    color: #9393AA;
}

.datepicker td {
    width: 44.31px;
    height: 44.31px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 40px;
    /* or 267% */
    padding: 5px 5px !important;
    text-align: center;
    /* font */
    color: #002044;
}

    .datepicker td.active.day {
        color: #003359!important;
        border-radius: 100% !important;
        /* border: 1px solid #537A2F; */
        background: none !important;
        box-shadow: 0px 0px 1px 2px #003359!important;
    }

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    cursor: pointer;
    font-size: 25px;
    line-height: 18px;
    color: #002044;
}




.errorinput {
    border-width: 1px;
    border-style: solid;
    border-color: var(--secondaryerror-color) !important;
    border-color: #892434;
}

.errortext {
    color: #892434;
    font-size: 12px;
    text-align: left;
    font-weight: 600;
}

.table-grid {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: #032953;
    border: 1px solid #eaeaea;
    margin-bottom: 0;
}

    .table-grid tbody > tr > td, .table-grid thead > tr > th, .table-grid tbody > tr > th {
        border: 0 !important;
        border-bottom: 1px solid #EAEAEA !important;
    }

        .table-grid tbody > tr > td:first-child, .table-grid thead > tr > th:first-child, .table-grid tbody > tr > th:first-child {
            padding-left: 0 !important;
        }

        .table-grid tbody > tr > td:not(:last-child), .table-grid thead > tr > th:not(:last-child), .table-grid tbody > tr > th:not(:last-child) {
            border-right: 1px solid #EAEAEA !important;
        }

    .table-grid tbody > tr:last-child > td {
        border-bottom: 0px solid #B1C791 !important;
    }

    .table-grid > tr > td:not(:last-child) {
        border-bottom: 0px solid #B1C791 !important;
    }

    .table-grid thead > tr > th, .table-grid tbody > tr > th, .table-greenheader thead > tr > th, .table-greenheader tbody > tr > th {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        text-align: center;
        padding: 10px 0;
        color: #032953;
        border-bottom: 1px solid #EAEAEA !important;
        background: #e6e6e6;
    }

    .table-greenheader thead > tr > th, .table-greenheader tbody > tr > th {
        background:var(--primary-color) !important;
        background:#004062;
        color:#fff;
    }


@media only screen and (max-width: 890px) {
    .table-grid, .table-grid thead > tr > th, .table-grid tbody > tr > th {
        font-size: 12px;
    }

        .table-grid tbody > tr > td, .table-grid thead > tr > th, .table-grid tbody > tr > th {
            padding: 5px;
        }
}


.emaillabel {
    color: #002044;
}


.emaillabel_header {
    font-weight: bold;
}




.floating_input_label {
    position: relative;
    height: 56px;
    border: 1px solid var(--light-green-border, #B1C791) !important;
    border-width: 1px;
    border-style: solid;
    border-color: var(--light-green-border) !important;
}

    .floating_input_label input {
        padding: 10px 15px;
        border: 0 !important;
    }


        .floating_input_label input:focus ~ .floating-label {
            top: 6px;
            bottom: 12px;
            left: 20px;
            font-size: 11px;
            opacity: 1;
        }

    .floating_input_label .floating-label {
        position: absolute;
        pointer-events: none;
        left: 20px;
        top: 18px;
        text-transform: uppercase;
        transition: 0.2s ease all;
        color: #b2b2b2;
    }

.form-group-inputlabel .control-label {
    font-weight: 500;
    line-height: 0.8;
    margin: 0;
    padding-top: 10px;
    padding-left: 15px;
    position: absolute;
    top: 5px;
    left: 1px;
    display: inline-block;
    color: #443d3f;
    color: var(--primary-text-color) !important;
    margin: 0;
    max-width: 100%;
    white-space: nowrap;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: color, -webkit-transform;
    transition-property: color, transform;
    transition-property: color, transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 15px !important;
}

.form-group-inputlabel .form-group [class*="col-"] .control-label {
    left: 15px;
}

.form-group-inputlabel .form-group.control-focus .control-label, .form-group-inputlabel .form-group.control-highlight .control-label {
    -webkit-transform: scale(0.9, 0.86) translateY(-27px);
    transform: scale(0.9, 0.86) translateY(-14px);
    background: #fff;
}

.form-group-inputlabel .form-group.control-focus .control-label {
}

.form-group-inputlabel .form-group {
    margin-top: 6px;
    position: relative;
}

    .form-group-inputlabel .form-group .form-control {
        z-index: 1;
        padding: 22px 13px 12px 13px;
        height: 65px;
    }

    .form-group-inputlabel .form-group textarea.form-control {
        height: 120px;
    }

    .form-group-inputlabel .form-group .form-control::-webkit-input-placeholder,
    .form-group-inputlabel .form-group .form-control::-moz-placeholder,
    .form-group-inputlabel .form-group .form-control:-ms-input-placeholder,
    .form-group-inputlabel .form-group .form-control::placeholder {
        color: transparent;
    }

.form-group-inputlabel legend + .form-group {
    margin-top: 12px;
}

.form-group-inputlabel .form-control {
    width: 100%;
    padding: 0px;
    padding-bottom: -10px;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-transition: 0;
    -o-transition: 0;
    transition: 0;
}

    .form-group-inputlabel .form-control:-webkit-autofill,
    .form-group-inputlabel .form-control:-webkit-autofill:hover,
    .form-group-inputlabel .form-control:-webkit-autofill:focus .form-control:-webkit-autofill {
        background-color: #fff !important;
        background-image: none;
        -webkit-text-fill-color: #4285f4;
        -webkit-box-shadow: 0;
        transition: background-color 5000s ease-in-out 0s;
    }

.form-group-inputlabel .form-control, .form-control:focus {
    box-shadow: 0 0 0px transparent !important;
}

    .form-group-inputlabel .form-control:focus {
        outline: 0;
        box-shadow: 0 0 0 !important;
        -webkit-box-shadow: 0 0 0 !important;
    }

        .form-group-inputlabel .form-control:focus:invalid {
        }

    .form-group-inputlabel .form-control::-webkit-input-placeholder,
    .form-group-inputlabel .form-control::-moz-placeholder,
    .form-group-inputlabel .form-control:-ms-input-placeholder,
    .form-group-inputlabel .form-control::placeholder {
        color: transparent !important;
    }

    .form-group-inputlabel .form-control[disabled], .form-group-inputlabel .form-control[readonly], .form-group-inputlabel fieldset[disabled] .form-control {
        border-style: double;
        background-color: transparent;
        color: rgba(0, 0, 0, 0.38);
        cursor: not-allowed;
        opacity: 1;
    }



.orangetext_highlight {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FF7F32;
}

.createplan {
}

    .createplan td {
        padding: 0 10px !important;
    }

        .createplan td a {
            font-style: normal;
            font-weight: 500;
            font-size: 15px;
            line-height: 19px;
            /* identical to box height */
            text-align: center;
            /* Primay */
            color: #537A2F;
        }



/* CARD / PANEL */

.medassit-panel {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(179, 208, 222, 0.66);
    padding: 0;
}

    .medassit-panel.medassit-tablepanel {
        flex: 0 0 100%;
        max-width: 100%;
        border-radius: 15px 15px;
        text-align: center;
        border: 0;
        /*margin-bottom: 40px;*/
    }

    .medassit-panel.medassit-tablepanel-45 {
        flex: 0 0 45%;
        max-width: 45%;
    }




.row .medassit-panel.medassit-tablepanel:not(:last-child) {
    margin-right: 40px;
}

.row .medassit-panel.medassit-tablepanel:not(:first-child) {
    margin-left: 40px;
}

@media only screen and (max-width: 890px) {
    .medassit-panel.medassit-tablepanel {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .medassit-panel.medassit-tablepanel {
        margin-left: 0px !important;
    }
}




.medassit-panel.medassit-tablepanel .card-header {
    border: 0;
    background: #e6e6e6;
    height: 66px;
    padding: 25px 0;
}

    .medassit-panel.medassit-tablepanel .card-header:first-child {
        border-radius: 15px 15px 0 0;
    }

.medassit-panel.medassit-tablepanel h2 {
    color: #032953;
    font-weight: bold;
    font-size: 18px;
    line-height: 19px;
    text-transform: uppercase;
    text-align: center;
}

.medassit-panel.medassit-tablepanel .card-body table.paymenttable {
    width: 100%;
}

    .medassit-panel.medassit-tablepanel .card-body table.paymenttable thead tr th {
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 19px;
        text-align: center;
        padding: 10px 0 15px 0;
        /* navy */
        color: #032953;
    }

    .medassit-panel.medassit-tablepanel .card-body table.paymenttable tbody tr td {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 113%;
        padding: 10px 0;
        /* or 20px */
        text-align: center;
        /* font */
        color: #002044;
    }

        .medassit-panel.medassit-tablepanel .card-body table.paymenttable thead tr th:not(:last-child), .medassit-panel.medassit-tablepanel .card-body table.paymenttable tbody tr td:not(:last-child) {
            border-right: 1px solid #EAEAEA;
        }


.progress {
    position: relative;
    display: flex;
}

.progress-track {
    position: absolute;
    top: 5px;
    width: 100%;
    height: 5px;
    background-color: $grey2;
    z-index: -1;
}


.progress-step {
    position: relative;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

    .progress-step:last-child:after {
        display: none;
    }

    .progress-step:before {
        content: "\f00c";
        display: flex;
        margin: 0 auto;
        margin-bottom: 10px;
        width: 10px;
        height: 10px;
        background: $white;
        border: 4px solid $grey2;
        border-radius: 100%;
        color: $white;
    }

    .progress-step:after {
        content: "";
        position: absolute;
        top: 6px;
        left: 50%;
        width: 0%;
        transition: width 1s ease-in;
        height: 5px;
        background: $grey2;
        z-index: -1;
    }


    .progress-step.is-active {
        color: $blue;
    }

        .progress-step.is-active:before {
            border: 4px solid $grey;
            animation: pulse 2s infinite;
        }



    .progress-step.is-complete {
        color: $green;
    }

        .progress-step.is-complete:before {
            font-family: FontAwesome;
            font-size: 10px;
            color: $white;
            background: $green;
            border: 4px solid transparent;
        }


        .progress-step.is-complete:after {
            background: $blue;
            animation: nextStep 1s;
            animation-fill-mode: forwards;
        }


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(33,131,221, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(33,131,221, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(33,131,221, 0);
    }
}

@keyframes nextStep {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}


.steps ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    list-style: none;
    padding-left: 0;
}


.steps li,
.steps li.current {
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    position: relative;
    padding-bottom: 3px;
    padding-right: 63px;
}

    .steps li:last-child {
        padding-right: 0;
    }

    .steps li .current-info {
        display: none;
    }

    .steps li::before {
        position: absolute;
        content: "";
        background: #e5e5e5;
        width: 168px;
        height: 6px;
        top: 20%;
        left: 47%;
    }

    .steps li:last-child::before {
        content: none;
    }

    .steps li.current::after {
        position: absolute;
        content: "";
        width: 45px;
        height: 3px;
        background: #ccc;
        top: 100%;
        left: 25%;
    }

    .steps li a {
        text-decoration: none;
        outline: none;
        -o-outline: none;
        -ms-outline: none;
        -moz-outline: none;
        -webkit-outline: none;
    }

        .steps li a .title {
            text-align: center;
        }

            .steps li a .title span {
                display: block;
                font-size: 16px;
            }

            .steps li a .title .step-icon {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                -o-border-radius: 50%;
                -ms-border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                background: #ccc;
                margin: 0 auto;
                position: relative;
                outline: none;
                -o-outline: none;
                -ms-outline: none;
                -moz-outline: none;
                -webkit-outline: none;
                color: #fff;
                font-size: 20px;
            }

        .steps li a .step-icon i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
        }

    .steps li.current a .step-icon,
    .steps li.current a:active .step-icon,
    .steps .done::before,
    .steps li.done a .step-icon,
    .steps li.done a:active .step-icon {
        background: #6eba2a;
    }

    .steps li.current a .step-icon,
    .steps li.current a:active .step-icon {
        box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
    }

    .steps li a .step-number {
        color: #666;
        font-weight: 400;
        padding: 17px 0 8px;
    }

    .steps li a .step-text {
        color: #333;
        font-weight: 600;
        padding-bottom: 8px;
    }



.multisteps-form__progress {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    margin-top: 20px;
    margin-bottom: 20px;
}

.multisteps-form__progress-btn {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    padding-top: 30px;
    text-indent: -9999px;
    border: 0;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 14px;
    /* identical to box height, or 127% */
    /* font */
    color: #002044;
}

@media (min-width: 500px) {
    .multisteps-form__progress-btn {
        text-indent: 0;
    }
}

.multisteps-form__progress-btn:before {
    position: absolute;
    top: 3px;
    left: 50%;
    display: block;
    width: 22px;
    height: 22px;
    background: rgba(0, 55, 104);
    padding: 3px;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    border: 8px solid #E7E0E5;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 3;
}

.multisteps-form__progress-btn:after {
    position: absolute;
    top: 11px;
    left: calc(-50% - 13px / 2);
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 8px;
    content: '';
    background: #E7E0E5;
    z-index: 1;
}

.multisteps-form__progress-btn:first-child:after, .multisteps-form__progress-btn.js-active:first-child:after, .multisteps-form__progress-btn.js-current:first-child:after {
    display: none;
}

.multisteps-form__progress-btn.js-active {
    color: #B1C791;
}


    .multisteps-form__progress-btn.js-active:before {
        content: '\f00c';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #ffffff;
        border: 0px solid currentColor;
        background: #004062;
        
        padding: 3px;
        padding-top: 4px !important;
    }

.multisteps-form__progress-btn.js-current {
    color: #002044;
}

    .multisteps-form__progress-btn.js-current:before {
        border: 3px solid rgba(0, 55, 104);
        border-width:1px;
        border-style:solid;
        border-color:rgba(0, 55, 104);
        background: #fff;
        padding: 3px;
    }

    .multisteps-form__progress-btn.js-current:after {
        position: absolute;
        left: calc(-50% - 13px / 2);
        transition-property: all;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        transition-delay: 0s;
        display: block;
        width: 100%;
        height: 8px;
        content: '';
        background: #004062;
        z-index: 1;
    }

h2.secondarytext {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 129%;
    /* or 21px */
    text-align: center;
    /* Primay */
    color: #537A2F;
}

.select-noborder {
    border: 0 !important;
}

    .select-noborder .filter-option-inner-inner {
        padding-left: 0 !important;
    }


.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .upload-btn-wrapper .btn {
        border: 1px solid var(--light-green-border, #B1C791);
        border-left: 0;
        border-radius: 0;
        background: #fff;
        padding: 17px 24px;
    }

    .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

.w-90 {
    flex: 0 0 90.333333%;
    max-width: 90.333333%;
}

.w-9 {
    flex: 0 0 9.666667%;
    max-width: 9.666667%;
}

@media screen and (max-width: 600px) {
    .upload-btn-wrapper .btn {
        padding: 17px 6px;
    }
}


fieldset {
    border: 0 !important;
    width: 100%;
}


.bootstrap-select > .dropdown-toggle {
    outline: none !important;
    outline: hidden !important;
}

.form-group .bootstrap-select .dropdown-toggle:focus, .form-group .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
    outline: hidden !important;
}

.RadCalendar_Default {
    /*z-index: 999 !important;*/
    /*box-shadow: 0px 0px 25px rgba(179, 208, 222, 0.66) !important;*/
    min-width: 22rem !important;
    border-radius: 15px !important;
    border: none !important;
    /*padding: 10px !important;*/
}

.RadCalendar .rcMain {
    border: 0;
    box-shadow: 0px 0px 25px rgba(179, 208, 222, 0.66) !important;
    min-width: 22rem !important;
    border-radius: 15px !important;
    border: none !important;
    padding: 10px !important;
}

.RadCalendar_Default .rcTitlebar {
    background-image: none;
    border-style: none !important;
    border-color: inherit !important;
    border-width: 0 !important;
    background-position: 0% 0%;
    background-image: none !important;
    background-color: none !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}

.RadCalendar .rcRow .rcOutOfRange {
    opacity: 1;
}

.RadCalendar .rcRow td {
    text-align: center;
    vertical-align: top;
    height: 44px;
    width: 44px;
    padding: 0;
    border: 0 none;
}

.RadCalendar_Default .rcWeek th {
    background: none;
    border: 0;
}

.RadCalendar_Default a {
    color: #002044 !important;
}

.RadCalendar_Default .rcTitlebar {
    background-color: none !important;
    background-image: none !important;
    border: 0 !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 15px !important;
    line-height: 18px !important;
    color: #002044 !important;
    padding: 0 0 10px 0 !important;
}

.RadCalendar .rcWeek th {
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 11px;
}

.RadCalendar .rcRow a, .RadCalendar .rcRow span {
    text-align: center !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    color: #002044;
    border: 0 !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    display: table-cell !important;
    vertical-align: middle !important;
    border: 2px solid #fff !important;
}

.RadCalendar .rcFastPrev, .RadCalendar .rcFastNext {
    display: none;
}

.RadCalendar .rcPrev {
    margin-left: 110px;
}

.RadCalendar .rcNext {
    margin-right: 110px;
}

.RadCalendar_Default .rcHover a, .RadCalendar_Default .rcHover span {
    border: 2px solid #003359!important;
    border-radius: 100% !important;
    color: #003359!important;
    background: none !important;
    box-shadow: 0px 0px 25px rgba(179, 208, 222, 0.66) !important;
}

.RadCalendar .t-button:hover {
    background: none !important;
    border: 0 !important;
}

.RadCalendar .rcOtherMonth a, .RadCalendar .rcOtherMonth span {
    opacity: 1;
    color: #E0E0E0 !important;
}

.RadCalendar_Default .rcSelected a, .RadCalendar_Default .rcSelected span {
        background-color: #981e32;
    background-image: linear-gradient(var(--secondary-color),var(--secondary-color));
    color:#fff !important;
}

.navigation-items .sub-nav {
    border-bottom: 1px solid #b1c791;
    margin-left: 38px !important;
}

    .navigation-items .sub-nav .sub-items a:last-child {
        border-bottom: 0 !important;
    }

.page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .page-header img {
        height: 15px;
    }

    .page-header h1 {
        width: 100% !important;
        margin: 0 auto;
    }

    .page-header .header_green {
        padding: 0;
        margin: 0;
        width: 100%;
    }

form span.error {
    display: none;
}

.invalidmsg {
    display: inline;
}


.coloredcheckbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 0 !important;
}

    /* Hide the browser's default checkbox */
    .coloredcheckbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom checkbox */
    .coloredcheckbox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border: 2px solid #cd3e41;
        border-width:2px;
        border-style:solid;
        border-color:var(--othercontrols-border);
    }

    /* On mouse-over, add a grey background color */
    .coloredcheckbox:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .coloredcheckbox input:checked ~ .checkmark {
        background-color:var(--othercontrols);
        background-color: #cd3e41;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .coloredcheckbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .coloredcheckbox input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .coloredcheckbox .checkmark:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }


.bootstrap-filestyle.input-group {
    top: -15px;
}

.main {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 20px;
}

/* Hide the default checkbox */
/*input[type=checkbox] { 
            visibility: hidden; 
        }*/

/* Creating a custom checkbox 
        based on demand */
.geekmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #537A2F;
    border-radius: 5px;
    border-color: #537A2F;
    border: 1px solid #537A2F;
}

/* Specify the background color to be 
        shown when hovering over checkbox */
.main:hover input ~ .geekmark {
    background-color: yellow;
}

/* Specify the background color to be 
        shown when checkbox is active */
.main input:active ~ .geekmark {
    background-color: red;
}

/* Specify the background color to be 
        shown when checkbox is checked */
.main input:checked ~ .geekmark {
    background-color: #fff;
}

/* Checkmark to be shown in checkbox */
/* It is not be shown when not checked */
.geekmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Display checkmark when checked */
.main input:checked ~ .geekmark:after {
    display: block;
}

/* Styling the checkmark using webkit */
/* Rotated the rectangle by 45 degree and  
        showing only two border to make it look 
        like a tickmark */
.main .geekmark:after {
    left: 7px;
    bottom: 6px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.checkbox {
    width: 100%;
    margin: 15px auto;
    position: relative;
    display: block;
}

    .checkbox label {
        position: relative;
        min-height: 34px;
        display: block;
        padding-left: 40px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

        .checkbox label span {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

        .checkbox label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            margin: 4px;
            width: 22px;
            height: 22px;
            transition: transform 0.28s ease;
            border-radius: 3px;
            border: 2px solid #34C37A;
        }

        .checkbox label:after {
            content: '';
            display: block;
            width: 10px;
            height: 5px;
            border-bottom: 2px solid #34C37A;
            border-left: 2px solid #34C37A;
            transform: rotate(-45deg) scale(0);
            transition: transform ease 0.25s;
            position: absolute;
            top: 12px;
            left: 10px;
        }

    .checkbox input[type="checkbox"] {
        width: auto;
        opacity: 0.00000001;
        position: absolute;
        left: 0;
        margin-left: -20px;
    }

        .checkbox input[type="checkbox"]:checked ~ label:before {
            border: 2px solid #34C37A;
        }

        .checkbox input[type="checkbox"]:checked ~ label:after {
            transform: rotate(-45deg) scale(1);
        }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: 0;
        }

.bootstrap-filestyle .buttonText {
    display: none;
}

.form-group-inputlabel .RadPicker .RadInput > input {
    border: 0 !important;
}


.securemessage-icon {
    background: #537A2F;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    width: 28px;
    height: 28px;
    text-align: center;
    padding-top: 2px;
}

.securemessage-icon2 {
    color: #537A2F;
    border-radius: 5px;
    font-size: 15px;
    width: 28px;
    height: 28px;
    text-align: center;
    padding-top: 2px;
}

.RadpickerDate .form-group-inputlabel .RadPicker .RadInput > input {
    border: 0 !important;
}

.RadpickerDate .RadPicker .RadInput {
    margin-top: -5px;
}

.RadpickerDate label {
    margin-left: 10px;
}


.RadpickerDate .form-group {
    border: 1px solid #B1C791;
}


.RadpickerDate .RadPicker .RadInput > input {
    padding: 0 !important;
    border: 0 !important;
    padding-left: 10px !important;
}

.RadpickerDate .RadCalendar_Default .rcTitlebar {
    border-style: none !important;
    border-color: inherit !important;
    border-width: 0 !important;
    background-position: 0% 0%;
    background-image: none !important;
    background-color: none !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}

.RadpickerDate .RadCalendar_Default .rcWeek th {
    border: 0 !important;
}

.RadpickerDate .rcHover {
    border-radius: 50px;
}

.RadpickerDate .rcCalPopup:before {
    color: #981e32 !important;
}


.RadpickerDate .RadInput_Default a {
    background-color: #fff;
    background-image: linear-gradient(#fff,#fff);
}


.RadPicker_Default.rcCalPopupOpen .rcCalPopup, .RadPicker_Default.rcMYPopupOpen .rcCalPopup, .RadPicker_Default.rcTimePopupOpen .rcTimePopup {
    border-color: #ffffff !important;
    background-color: #ffffff !important;
    background-image: linear-gradient(#ffffff,#ffffff) !important;
}



/* hide the regular radio button */
.pd-radio input {
    opacity: 0;
    position: absolute;
}
/* position the label */
.pd-radio input, .pd-radio label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.pd-radio label {
    position: relative;
}

/* style the unchecked radio button */
.pd-radio input + label:before {
    content: '';
    background: #fff;
    border-color: var(--primary-color) !important;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 0px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
}

.pd-radio input + label:before {
    border-radius: 50%;
}
/* style the selected radio button */
.pd-radio input:checked + label:before {
    border-width: 0px;
}

.pd-radio input:checked ~ label::after {
    content: '\f058';
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    color: #00c6d7 !important;
   
    font-size: 20px;
    border: 0 !important;
    outline: hidden !important;
}

.pd-radio input:focus + label {
    outline: 1px solid #ddd; /* focus style */
}

form span.error {
    display: none;
}

.invalidmsg {
    display: inline;
}


.multisteps-form__progress-btn.js-complete {
    color: #002044;
}

    .multisteps-form__progress-btn.js-complete:before {
        content: '\f00c' !important;
        font-family: "Font Awesome 5 Free" !important;
        /*font-weight: 900 !important;*/
        color: #ffffff !important;
        border: 0px solid currentColor !important;
        background: #B1C791 !important;
        padding-top: 4px !important;
        padding: 3px;
    }

    .multisteps-form__progress-btn.js-complete:after {
        position: absolute;
        left: calc(-50% - 13px / 2);
        transition-property: all;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        transition-delay: 0s;
        display: block;
        width: 100%;
        height: 8px;
        content: '';
        background: #B1C791;
        z-index: 1;
    }

    .nobordergrp input.form-control {
        border: 0 !important;
    }

    .messageicon {
        text-decoration: none;
        /*padding: 15px 26px;*/
        position: relative;
        display: inline-block;
        border-radius: 2px;
        font-size: 18px;
        padding:10px;
        flex: 1;
        text-align: right;
        /*color: #443d3f !important;*/
    }

        .messageicon .fa-envelope {
            position: relative;
        }

        .messageicon .badge {
            position: absolute;
            top: -8px;
            left: 10px;
            padding: 4px 8px;
            border-radius: 50%;
            background-color: #cd3e41;
            background-color: var(--othercontrols);
            color: white;
            border: 1px solid #fff;
            font-size: 10px;
            font-family: 'Quicksand', sans-serif;
        }

        @media screen and (max-width: 600px) {
           .navigation-bar .menu-trigger {
               margin-left:20px;
           }
        }

        .downloadPDF {
            /*position:absolute;
            right:-120px;*/
        }

        .downloadPDF input {
            height:50px;
             border:solid 1px white;
         border-radius:0px;
        }


@media screen and (max-width: 600px) {

     .downloadPDF {
         position:initial !important;
         padding-bottom:10px !important;
         
     }

     .downloadPDF input {
         height:40px;
         border:solid 1px white;
         border-radius:0px;
     }

}

.greybackground {
    background:#eaeaea;
}


.brushfont
{
    font-family: 'BrushScript' !important;
    letter-spacing: 1px;
    font-size: 20px !important;

}

    .brushfont.form-controlstyle {
        display: inline-block;
        margin-left: 5px;
        padding: 6px 12px;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
         text-transform: none !important;
    }

    
.side_border {
    border-right: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
    display: flex;
    /*width: 100%;*/
    font-weight: bold;
    padding: 15px ;
}


.emaillabel .row {
    font-size: 15px !important;
    border: 0 !important;
    outline: none !important;
}
.emaillabel .labelValue {
    font-size: 15px !important;
    border: 0 !important;
    outline: none !important;
}


.hospital_fileupload {

 

                                }

 

                                .hospital_fileupload_input {
                                    width: 75%; 
                                    float: left;
                                    padding:0;
                                }

 

                                .hospital_fileupload_upload {
                                    float: left;
                                    width: 25%;
                                    padding:0;
                                    margin-top:6px;
                                }

 

                                .hospital_fileupload_input .group-span-filestyle.input-group-btn {
                                    border: 1px solid #b1c791;
                                    border-left: 0 !important;
                                }

 

                                .hospital_fileupload_input .form-control {
                                    border-right: 0 !important;
                                }

 

                                .hospital_fileupload_input .bootstrap-filestyle .form-control {
                                    border-right: 0 !important;
                                }

 

                                .hospital_fileupload_upload .attachdocument {
                                    padding: 15px 10px 16px 10px;
                                    background: var(--secondary-color);
                                    color: #fff !important;
                                    border-radius: 0 25px 25px 0;
                                    width: 100%;
                                    text-align: center;
                                    cursor:pointer;
                                }

                                .select-wrapper .dropdown-menu {    z-index: 9 !important;
} 

                                .fontfullwidth font {
    display: block;
    width: 100%;
}

                                .tooltip-ex .tooltip-ex-text.moreoption {
    width: 100px;
    border-radius: 2px;
    right: 0;
    text-align: center !important;
    font-size: 13px;  
    padding: 5px;
}

 

.tooltip-ex .tooltip-ex-text.moreoption:before {
    right: 1px !important;
    margin-top: -7px;
        left: initial;
}

 .modalhospital .modal-header {
                                background: var(--primary-color) !important;
                                background: #004062;
                                padding: 10px 20px;
                                color: #fff;
                                border-radius: .2em;
                            }

                                .modalhospital .modal-header h4 {
                                    font-size: 1rem;
                                }

                                .modalhospital .modal-header .close {
                                    color: #fff;
                                }

                            .modalhospital .feedbacklist {
                                list-style: none;
                            }

                                .modalhospital .feedbacklist li {
                                    background: #EAEAEA;
                                    padding: 10px;
                                    border-radius: 10px;
                                    margin-bottom: 5px;
                                    font-size: 14px;
                                    font-weight: 500;
                                } 

                                .modalhospital .feedbacklist li .radio-wrapper {
                                    display:inline-block !important;

                                }


                                .modalhospital .feedbacklist li  .radio-wrapper input:checked ~ label::after {
                                    top:8px;

                                }

.loginpage-heading {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #F48A1C;
}
