/*@import url(//fonts.googleapis.com/css?family=Lato:400,900italic,700italic,900,400italic,700,300,300italic,100italic,100|Source+Sans+Pro:400,300,300italic,200italic,200,400italic,600,600italic,700,700italic,900italic,900|Open+Sans+Condensed:300,300italic,700|Open+Sans:400,300,300italic,400italic,600,800italic,700italic,800,700,600italic);*/

.fguheader {
    background: #2993C3;
    min-height: 210px;
}

.logonp {
    background: url("/images/forgobgtop.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 205px;
    text-align: center;
}

    .logonp img {
        margin-top: 55px;
    }

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 75px;
    height: 75px;
    -webkit-animation: spin .75s linear infinite;
    animation: spin .75s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.divBackground {
    width: 100%;
    overflow-y: auto;
    height: 84vh;
    border-top: 1px solid;
    background: -moz-linear-gradient(top, rgba(243,238,247,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,238,247,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(243,238,247,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(243,238,247,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(243,238,247,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(243,238,247,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3eef7', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}


.effect6 {
    position: relative;
    /*  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;*/
}

    .effect6:before, .effect6:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,1);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,1);
        box-shadow: 0 0 20px rgba(0,0,0,1);
        top: 50%;
        bottom: 0;
        left: 10px;
        right: 10px;
        -moz-border-radius: 100px / 10px;
        border-radius: 100px / 10px;
    }

.subheadn {
    background: #2A94C4;
}

    .subheadn h1 {
        margin: 0px;
        padding: 10px 10px;
        color: white;
        font-size: 23px;
        font-family: 'Conv_HelveticaLTStd-Light';
    }


.danube {
    background: #2A94C4;
}


.userforgbox {
    background: none repeat scroll 0 0 #ebebeb;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    margin-top: 50px;
}

.mobnumbubox {
}

    .mobnumbubox input {
        border: 0 solid;
        border-radius: 6px;
        box-shadow: 0 0 5px #bbb;
        height: 45px;
        font-weight: bold;
        padding-left: 10px;
        margin: auto;
        width: 85%;
    }

.captchaub {
    background: none repeat scroll 0 0 white;
    display: block;
    margin: auto;
    border-radius: 6px;
    width: 85%;
    box-shadow: 0 0 5px #bbb;
}

.captchaubox {
    margin-top: 20px;
    padding-top: 20px;
}

.captchauinput {
    margin-top: 20px;
    padding-bottom: 20px;
}

    .captchauinput p {
        font-family: Conv_HelveticaLTStd-Light;
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .captchauinput input {
        border: 1px solid;
        border-radius: 6px;
        height: 50px;
        width: 85%;
        margin: auto;
    }


.sububox {
    margin-top: 20px;
}

    .sububox input {
        background: linear-gradient(#6FA1BC, #277BA0) repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 1px solid white;
        border-radius: 6px;
        color: white;
        font-size: 18px;
        font-weight: bold;
        height: 33px;
        width: 50%;
    }

.createpassu {
}

    .createpassu input {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #C0B7B0;
        border-image: none;
        border-style: none solid solid none;
        border-width: 0 0 1px;
        margin: 0;
        width: 71%;
        height: 50px;
        padding-left: 10px;
        margin: auto;
        font-weight: bold;
    }

        .createpassu input:first-child {
            border-top-right-radius: 10px;
            border-top-left-radius: 10px;
        }

        .createpassu input:last-child {
            border-bottom: 0px;
            border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px;
        }


.tophedcashac {
    background: #3CA5D5;
    width: 100%;
    min-height: 50px;
}

    .tophedcashac p {
        color: white;
        line-height: 50px;
        margin: 0px;
        font-size: 14px;
    }

        .tophedcashac p strong {
            color: white;
        }

.secheaderac {
    background: #EBEBEB;
    width: 100%;
    min-height: 100px;
}

.signoffbutca a {
    background: linear-gradient(#d79052, #c15e09) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 6px;
    box-shadow: 2px 2px 0 0 gray;
    color: white;
    display: inline-block;
    font-size: 23px;
    margin-top: 20px;
    padding: 15px 45px;
}

    .signoffbutca a:hover {
        box-shadow: 0px 0px 0 0 gray;
        text-decoration: none;
    }

.signoffbutca2 a {
    background: linear-gradient(#7AADCC, #1A5D78) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 6px;
    box-shadow: 2px 2px 0 0 gray;
    color: white;
    display: inline-block;
    font-size: 23px;
    margin-top: 20px;
    padding: 15px 45px;
}

.acloginfoca {
    margin-top: 15px;
}

    .acloginfoca p {
        color: black;
        font-size: 16px;
        margin: 0;
    }

        .acloginfoca p strong {
        }



.bluebutca a {
    background: linear-gradient(#7AADCC, #1A5D78) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 6px;
    box-shadow: 2px 2px 0 0 gray;
    color: white;
    display: inline-block;
    font-size: 30px;
    margin-top: 20px;
    padding: 22px 60px;
}

    .bluebutca a:hover {
        text-decoration: none;
    }

.midcontca {
    padding-top: 30px;
}

    .midcontca h2 {
        font-size: 22px;
        margin: 5px 0;
    }

.greenbutca a {
    background: linear-gradient(#92BC7A, #256226) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 6px;
    box-shadow: 2px 2px 0 0 gray;
    color: white;
    display: inline-block;
    font-size: 30px;
    margin-top: 20px;
    padding: 22px 60px;
    width: 250px;
}

    .greenbutca a:hover {
        text-decoration: none;
    }



.midcont2 {
    margin-top: 80px;
}

    .midcont2 h2 {
        font-size: 18px;
        text-align: center;
    }


.aclogofoca {
    margin-top: 15px;
}


.circlehme {
    border-radius: 110px;
    box-shadow: 0 0 6px 14px #cdcdcd;
    height: 175px;
    margin-top: 100px;
    margin: 100px auto;
    width: 175px;
}

    .circlehme a {
        border: 0 solid;
        border-radius: 108px;
        box-shadow: 0 0 39px 33px #dbdbdb inset;
        display: block;
        height: 175px;
        padding-top: 41px;
        text-align: center;
        transition: .3s;
        width: 175px;
    }

        .circlehme a.disabled {
            box-shadow: 0 0 39px 56px #b2b2b2 inset;
        }

            .circlehme a.disabled p {
                color: #98999b;
            }


        .circlehme a img {
        }

        .circlehme a p {
            color: #3ca5d5;
            font-size: 18px;
            margin: 5px 0 0 0;
            font-weight: bold;
        }

        .circlehme a:hover {
            box-shadow: 0 0 39px 33px #aaa inset;
            transition: .3s;
            text-decoration: none;
        }


.citrus {
    color: #62BB47 !important;
}

.salmon {
    color: #F58320 !important;
}

.shadyl {
    color: #98999B !important;
}

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1) !important;
}

@media (min-width: 1200px) {
    .container {
        width: 970px !important;
    }




    .col-md-5-2 {
        width: 38.667%;
        float: none;
        margin: auto;
    }
}





.fguheader:after {
    box-shadow: none;
    color: black;
    float: left;
    height: 148px;
    margin-top: 76px;
    position: absolute;
    text-align: center;
    z-index: 9999999;
}

.reveal-modal-bg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
}

#myModal {
    border-radius: 5px;
    float: none;
    height: 200px;
    left: 50%;
    margin: auto auto auto -185px;
    width: 370px;
    top: 35% !important;
}

    #myModal h2 {
        font-size: 18px;
        text-align: center;
    }

    #myModal p {
        font-family: helveticaneue-light;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }

.modokbut {
    border-radius: 30px;
    color: white !important;
    display: block;
    float: none !important;
    font-size: 17px !important;
    margin: auto !important;
    padding: 10px !important;
    position: relative !important;
    right: 0 !important;
    text-align: center;
    width: 150px !important;
}




.homeheader {
    float: left;
    width: 100%;
    box-shadow: 0 0 59px -16px #888;
}

.homelogo {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 15px;
}

.userinfo {
    float: right;
    margin-top: 45px;
    margin-right: 15px;
}


.unamelo {
    float: right;
}

    .unamelo ul {
        margin: 0;
    }

        .unamelo ul li {
            border-left: 1px solid #D7D7D7;
            display: inline-block;
            height: 13px;
            line-height: 1px;
            margin-left: 6px;
            margin-top: 19px;
            padding-left: 10px;
        }

            .unamelo ul li:first-child {
                border-left: 0px solid;
            }

            .unamelo ul li a {
                color: black;
                font-family: inherit;
                font-size: 14px;
            }

                .unamelo ul li a i {
                }

                .unamelo ul li a span {
                    margin-left: 4px;
                }


li.blue a {
    color: #2e3192 !important;
}

.avbalhome {
    float: right;
}

    .avbalhome a {
        color: black;
        font-family: inherit;
        font-size: 14px;
    }


.topmenu {
    border-top: 1px solid #ebebeb;
    float: left;
    width: 100%;
    background: #eaeaea; /* Old browsers */
    background: -moz-linear-gradient(top, #eaeaea 0%, #ffffff 34%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(34%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eaeaea 0%,#ffffff 34%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eaeaea 0%,#ffffff 34%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eaeaea 0%,#ffffff 34%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eaeaea 0%,#ffffff 34%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

    .topmenu ul {
        margin: 0;
    }

        .topmenu ul li {
            float: left;
            list-style: outside none none;
        }

            .topmenu ul li a {
                color: #2e3192;
                font-family: inherit;
                font-size: 14px;
                padding: 27px 20.7px;
                line-height: 73px;
                border-right: 1px solid #ddd !important;
                background: #eaeaea; /* Old browsers */
                background: -moz-linear-gradient(top, #eaeaea 0%, #ffffff 34%, #e5e5e5 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(34%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #eaeaea 0%,#ffffff 34%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #eaeaea 0%,#ffffff 34%,#e5e5e5 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #eaeaea 0%,#ffffff 34%,#e5e5e5 100%); /* IE10+ */
                background: linear-gradient(to bottom, #eaeaea 0%,#ffffff 34%,#e5e5e5 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
            }

            .topmenu ul li:last-child a {
                border-right: 0px solid #ddd !important;
            }

            .topmenu ul li a:hover {
                background: #e5e5e5; /* Old browsers */
                background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 66%, #eaeaea 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(66%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 66%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #e5e5e5 0%,#ffffff 66%,#eaeaea 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 66%,#eaeaea 100%); /* IE10+ */
                background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 66%,#eaeaea 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
            }

            .topmenu ul li:first-child a {
                border-width: 0px;
            }

.afterheader {
    background: none repeat scroll 0 0 #2b95c7;
    float: left;
    min-height: 70px;
    width: 100%;
}

    .afterheader h1 {
        color: white;
        font-family: 'Conv_HelveticaLTStd-Light';
        font-size: 24px;
        line-height: 70px;
        margin: 0;
        font-weight: 300 !important;
    }



.carthomeamt {
    float: right;
}

    .carthomeamt a {
        border-left: 1px solid #3fa5d5;
        color: white;
        float: left;
        font-size: 30px;
        height: 70px;
        line-height: 70px;
        padding-left: 20px;
    }

    .carthomeamt p {
        border-left: 1px solid #3fa5d5;
        color: white;
        float: left;
        font-size: 14px;
        height: 33px;
        line-height: 33px;
        margin-left: 20px;
        margin-top: 17px;
        padding-left: 20px;
    }

.hmpshade {
    box-shadow: 0 0 27px -13px #aaa;
}

.midcontinp {
    background: none repeat scroll 0 0 #ebebeb;
    border-bottom: 1px solid #959595;
    float: left;
    width: 100%;
}

.midcontophead {
    font-weight: lighter;
}

    .midcontophead h3 {
        color: black;
        font-family: Conv_HelveticaLTStd-Roman;
        font-size: 18px;
        margin: 15px 0 0;
    }

        .midcontophead h3 span {
            font-family: 'Conv_HelveticaLTStd-Light';
            font-weight: 300;
        }

.midconcash {
    text-align: right;
    margin-top: 7px;
}

    .midconcash h4 {
        font-size: 14px;
        text-transform: lowercase;
        margin: 0;
    }

    .midconcash h2 {
        color: black;
        font-size: 19px;
        font-weight: bold;
        margin: -5px 0 0 0;
    }

.topconmid {
    border-bottom: 1px solid #959595;
    float: left;
    margin: auto auto auto 38px;
    width: 91%;
    padding-bottom: 10px;
    padding-top: 10px;
}


.inputfieldcash {
    float: left;
    margin-bottom: 5px;
    margin-left: 30px;
    margin-top: 20px;
}

    .inputfieldcash p {
        margin: auto;
        width: 275px;
    }

    .inputfieldcash a {
        background: none repeat scroll 0 0 #62bb47;
        border-radius: 28px;
        color: white;
        float: left;
        height: 35px;
        line-height: 37px;
        text-align: center;
        width: 42px;
    }

        .inputfieldcash a i {
        }

    .inputfieldcash input {
        border: 1px solid black;
        border-radius: 38px;
        float: left;
        margin-left: 10px;
        margin-right: 10px;
        width: 170px;
    }

.inputfieldcash2 {
    float: left;
    margin-bottom: 5px;
    margin-left: 30px;
    margin-top: 20px;
}

    .inputfieldcash2 input {
        border: 1px solid black;
        border-radius: 38px;
        float: left;
        margin-left: 10px;
        margin-right: 10px;
        width: 240px;
    }

.inputprogressbar {
    background: none repeat scroll 0 0 #e1e1e1;
    height: 5px;
    margin-right: 35px;
    margin-top: 35px;
}


.progressbr {
    background: none repeat scroll 0 0 black;
    height: 5px;
    width: 16%;
}

.termsbox {
    border-left: 1px solid #959595;
    height: 50px;
    margin-top: 18px;
    padding-left: 35px;
    padding-top: 10px;
}

    .termsbox label {
        color: black;
        float: left;
        font-family: inherit;
        font-size: 16px;
        line-height: 30px;
        padding-left: 30px !important;
    }

.bottitle {
    padding-top: 21px;
}

    .bottitle h3 {
        color: black;
        font-family: Conv_HelveticaLTStd-Roman;
        font-size: 18px;
        line-height: 43px;
        margin: 0;
        /* text-align: center;*/
    }

        .bottitle h3 span {
            float: left;
        }

        .bottitle h3 b {
            float: right;
        }

.submitconbut {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    padding-bottom: 85px;
    /*alignment-baseline: central;*/
}

    .submitconbut a {
        background: linear-gradient(#72a0ba, #267ba4) repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-radius: 5px;
        color: white;
        float: left;
        height: 38px;
        line-height: 38px;
        text-align: center;
        width: 70%;
        font-size: 18px;
    }

.submitconbut-disable {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    padding-bottom: 85px;
    /*alignment-baseline: central;*/
}

    .submitconbut-disable a {
        background: linear-gradient(gray, gray) repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-radius: 5px;
        color: white;
        float: left;
        height: 38px;
        line-height: 38px;
        text-align: center;
        width: 70%;
        font-size: 18px;
    }

.btnWidth {
    width: 20% !important;
}

.mandatory {
    color: red;
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}

.lblSubmit {
    background: linear-gradient(#72a0ba, #267ba4) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    color: white;
    float: left;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 70%;
    font-size: 18px;
}





#myModal2 {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    box-shadow: none;
    color: white;
}


.caccescrs {
    background: none repeat scroll 0 0 white !important;
    border-radius: 50px;
    color: black !important;
    font-weight: lighter !important;
    height: 35px;
    line-height: 28px !important;
    text-align: center;
    width: 35px;
}

.banklist {
    background: none repeat scroll 0 0;
    float: left;
    min-height: 70px;
    width: 100%;
    border-bottom: 1px solid #959595;
}


    .banklist h1 {
        color: black;
        font-family: inherit;
        font-size: 18px;
        line-height: 70px;
        margin: 0;
        text-shadow: 0 0 0 #fff;
        font-family: 'Conv_HelveticaLTStd-Light';
    }


.bankrightanc {
    float: right;
    margin-top: 10px;
}

    .bankrightanc b {
        color: black;
        font-size: 30px;
    }


        .bankrightanc b span {
            color: #2e3192 !important;
            float: left;
            font-size: 13px;
            margin: 15px 8px 0 0;
        }



#firstModal {
    border-radius: 5px;
    box-shadow: none !important;
    width: 420px;
}

    #firstModal h2 {
        font-family: helveticaneue-light;
        font-size: 22px;
        text-shadow: 0 0 0;
    }

.modimpamnt {
}

    .modimpamnt input {
        background: none repeat scroll 0 0 #d7d7d7;
        border: 1px solid black;
        border-radius: 4px;
        box-shadow: none;
    }

.modintxtup {
}

    .modintxtup p {
        color: black;
        font-size: 14px;
        line-height: 17px;
    }


.modokbut2 {
    border-radius: 30px;
    color: white !important;
    display: block;
    float: none !important;
    font-size: 17px !important;
    margin: auto !important;
    padding: 10px !important;
    position: relative !important;
    right: 0 !important;
    font-weight: bold;
    text-align: center;
    width: 185px !important;
}


#secondModal {
    border-radius: 5px;
    box-shadow: none !important;
    width: 420px;
}

    #secondModal h2 {
        font-family: helveticaneue-light;
        font-size: 22px;
        text-shadow: 0 0 0;
    }


.bankdetac {
    margin-top: 15px;
}

    .bankdetac h3 {
        color: black;
        font-family: Conv_HelveticaLTStd-Roman;
        font-size: 18px;
    }

    .bankdetac .accordion {
        box-shadow: 0 0 5px 0 #bbb;
        border-radius: 10px;
        margin-top: 15px;
    }


    .bankdetac .accordion-navigation {
    }

    .bankdetac .accordion input {
        background: none repeat scroll 0 0 white;
        border-color: #c0b7b0;
        border-left: 0 none;
        border-right: 0 none;
        border-style: solid none none;
        border-width: 1px 0 0;
        box-shadow: none;
        color: #acacac;
        font-size: 14px;
        font-weight: bold;
        height: 50px;
        margin: 0;
        padding: 13px 0 13px 15px;
    }


    .bankdetac .accordion-navigation a {
        background: none repeat scroll 0 0 white;
        border-top: 1px solid #c0b7b0;
        color: #acacac;
        font-size: 14px;
        font-weight: bold;
        padding: 13px 0 13px 15px;
    }

        .bankdetac .accordion-navigation a span {
            float: right;
            margin-right: 25px;
        }


    .bankdetac .accordion input:first-child {
        border-top: 0 solid !important;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .bankdetac .accordion input:last-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }


.inputfieldsearch {
}

    .inputfieldsearch input {
        border-radius: 6px;
        box-shadow: 0 0 4px 0 #bbb;
        float: left;
        height: 42px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .inputfieldsearch i {
        color: #a2a2a2;
        float: left;
        font-size: 20px;
        position: absolute;
        right: 25px;
        top: 25px;
    }


th {
    background: none repeat scroll 0 0 #a1d684;
    font-size: 23px !important;
    font-weight: normal !important;
    height: 40px;
    line-height: 40px !important;
}

.fc-event-container {
    display: none;
}

.fc-more {
    display: none;
}

.fc-day-number {
    border: 3px solid #cccccc !important;
    font-family: helveticaneue-light;
    font-size: 29px;
    font-weight: lighter;
    line-height: 52px;
    text-align: center !important;
}


.fc-row.fc-week.fc-widget-content.fc-rigid {
    height: 55px !important;
}



.fc-toolbar {
    background: none repeat scroll 0 0 #8dc8ea;
    margin-bottom: 0em !important;
    min-height: 60px;
    text-align: center;
}

.list-group {
    margin-bottom: 0px !important;
}

.fc-left .fc-next-button {
    display: none;
}

.fc-right .fc-prev-button {
    display: none;
}

.fc-toolbar .fc-center h2 {
    color: white;
    font-weight: bold !important;
    margin-top: 15px;
    font-size: 30px;
}

.fc-toolbar .fc-button-group button {
    background: transparent !important;
    border: 0px solid !important;
    height: 4.3em;
}


.fc-toolbar .fc-button-group .fc-button span {
    font-size: 4em !important;
    color: white;
}

.fc-today-button {
    margin-top: 20px !important;
}

    .fc-today-button:hover {
        background: none !important;
    }

.fc-widget-header table {
    margin: 0;
}


.filterta {
    font-size: 37px !important;
    margin-top: 15px;
}






.thlist {
    background: none repeat scroll 0 0;
    float: left;
    min-height: 70px;
    padding-left: 20px;
    width: 100%;
    border-bottom: 1px solid #959595;
}


    .thlist h1 {
        color: black;
        font-family: helveticaneue-light;
        font-size: 20px;
        text-shadow: 0 0 0 #fff;
        line-height: 59px;
    }


.thcross {
    float: left;
    width: 20px;
    text-align: center;
    margin-right: 20px;
}

    .thcross i {
        color: #ff5a58;
        font-size: 30px;
        margin-top: 18px;
    }

.thdate {
    float: left;
    width: 115px;
    position: relative;
}

    .thdate h1 {
        margin-left: 6px;
        margin-top: 4px;
        height: 35px;
        font-family: 'Conv_HelveticaLTStd-Roman';
        font-size: 18px;
    }


.thpend {
}

    .thpend i {
        color: #f4821f;
        font-size: 10px;
        margin-left: 5px;
        margin-top: 0;
        position: absolute;
    }


    .thpend span {
        color: grey;
        font-size: 15px;
        left: 19px;
        position: absolute;
        top: 41px;
    }

.thicons {
    float: left;
    margin-top: 18px;
    margin-left: 25px;
}

    .thicons ul {
        margin: 0;
    }

        .thicons ul li {
            float: left;
            list-style: outside none none;
            margin-left: 14px;
        }


.thriamnt {
    font-size: 21px;
    margin-right: 10px;
    color: black;
    font-size: 18px;
}



.midcontophead2 h3 {
    color: black;
    font-family: Conv_HelveticaLTStd-Roman;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0;
}

.midconcash2 {
    text-align: right;
    margin-top: 7px;
}

    .midconcash2 h4 {
        font-size: 14px;
        text-transform: lowercase;
        margin: 0;
    }

    .midconcash2 h2 {
        color: black;
        font-size: 18px;
        font-weight: bold;
        margin: -5px 0 0 0;
        font-family: Conv_HelveticaLTStd-Roman;
    }




.topconmid2 {
    border-bottom: 0px solid #959595;
    float: left;
    margin: auto auto auto auto;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 15px;
}






.midconcash3 {
    text-align: right;
    margin-top: 7px;
}


    .midconcash3 h4 {
        font-size: 14px;
        margin: 0;
    }

    .midconcash3 h2 {
        color: black;
        font-size: 18px;
        font-weight: bold;
        margin: -5px 0 0 0;
    }

    .midconcash3 i {
        color: #f88222;
        font-size: 10px;
        margin-right: 4px;
    }


.tdspanr {
    font-size: 19px;
    color: black;
}

.mcheck {
    float: left;
}

    .mcheck label {
        padding-left: 15px !important;
    }

.mstar {
    float: left;
    margin-top: 17px;
}

.mtitle {
    float: left;
    margin-left: 10px;
    margin-top: 18px;
}

    .mtitle span {
        font-weight: bold;
        font-size: 14px;
    }

.msub {
    margin-top: 18px;
}

    .msub a {
        color: black;
        font-size: 14px;
    }

        .msub a span {
            color: #898989;
        }

.fc-ltr .fc-basic-view .fc-day-number {
    font-family: 'Conv_HelveticaLTStd-Light' !important;
}


.mcntrdate {
    float: right;
    margin-top: 18px;
}

    .mcntrdate a {
        color: #2e3192;
        font-size: 14px;
    }


        .mcntrdate a span {
            color: #2e3192 !important;
            float: left;
            font-family: helveticaneue-light;
            font-size: 13px;
            margin: 15px 8px 0 0;
        }


.mclist {
    background: none repeat scroll 0 0;
    float: left;
    min-height: 65px;
    width: 100%;
    border-bottom: 1px solid #959595;
}





.mobshow {
    display: none;
}

.mobshowbt {
    display: none;
}






/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    left: -9999px;
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
    }

        /* checkbox aspect */
        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 22px;
            height: 22px;
            border: 1px solid #aaa;
            background: #f8f8f8;
            border-radius: 3px;
            box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
        }
        /* checked mark aspect */
        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            content: '✔';
            position: absolute;
            top: 0;
            left: 4px;
            font-size: 18px;
            font-weight: bold;
            color: #000;
            transition: all .2s;
        }
        /* checked mark aspect changes */
        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
    border: 1px solid #4778d9 !important;
}



.circlesave {
    border-radius: 110px;
    box-shadow: 0 0 6px 14px #cdcdcd;
    height: 130px;
    margin: 20px auto;
    width: 130px;
}

    .circlesave a {
        border: 0 solid;
        border-radius: 108px;
        box-shadow: 0 0 39px 33px #dbdbdb inset;
        display: block;
        height: 130px;
        padding-top: 20px;
        text-align: center;
        transition: all 0.3s ease 0s;
        width: 130px;
    }

        .circlesave a img {
            width: 25px;
        }


        .circlesave a p {
            color: #000;
            font-size: 18px;
            font-weight: bold;
            margin: 12px 0 0;
            line-height: 19px;
        }

.savcir {
    margin-top: 5px;
}

.savcirWhenRegistered {
    margin-top: 25px;
}

.paginationPosition {
    float: right;
    width: 35%;
}


@media all and (max-width: 640px) {

    .paginationPosition {
        width: 95%;
    }

    .mobloginnam {
        background: #0095b3;
        padding: 0px;
    }

    .lcontext {
        margin-right: 10px !important;
    }

    .divBackground {
        height: 74vh;
    }

    .loaderimg {
        left: 40%;
        top: 45%;
        position: absolute;
    }

    .fguheader {
        min-height: 0;
    }

    .userforgbox {
        margin-top: 0;
    }

    .sububox input {
        width: 86%;
    }

    .subheadn {
        text-align: center;
    }


    .createpassu input {
        width: 86%;
    }

    .circlehme {
        margin: 43px auto 0;
    }


    .mobshow {
        display: block;
        z-index: 999;
    }

    .mobshowbt {
        display: block;
        position: fixed;
        bottom: 0;
    }

    .mrbt {
        padding-bottom: 0;
    }

    .mrbt85 {
        padding-bottom: 85px;
    }

    .menubut {
    }

        .menubut a {
            color: black;
            font-size: 35px;
        }

    .mobusername {
        text-align: center;
    }

        .mobusername span {
            color: black;
            font-size: 22px;
            line-height: 50px;
            text-transform: uppercase;
            white-space: nowrap;
        }

    .moblogout {
        text-align: right;
        margin-right: 15px;
    }

        .moblogout a {
            color: black;
            font-size: 17px;
            line-height: 49px;
        }

            .moblogout a span {
                margin-right: 15px;
                float: right;
            }

            .moblogout a i {
                font-size: 25px;
                margin-left: 8px;
                position: absolute;
                right: 15px;
                top: 14px;
            }

    .mobbalanceshow {
        background: none repeat scroll 0 0 #2a95c6;
        color: white;
        font-size: 22px;
        height: 50px;
        text-align: center;
        font-weight: bold;
        line-height: 50px;
    }



        .mobbalanceshow span {
            font-weight: lighter !important;
            margin-left: 30px;
        }


    .mobtrans {
        background: none repeat scroll 0 0 #2a95c6;
        bottom: 0;
        float: left;
        height: 52px;
        margin-top: 35px;
        /*  position: absolute;*/
        width: 100%;
        z-index: 99999;
    }


    /*.inner-wrap{
     min-height: 100%;
}
.off-canvas-wrap {
    height: 100%;
    
    position: relative;
    width: 100%;
}*/
    .mobtrans {
    }

    .hmpshade {
        padding-bottom: 85px;
    }

    .mobcart {
    }

        .mobcart i {
            border-right: 1px solid #53b4dd;
            color: white;
            font-size: 31px;
            line-height: 50px;
            padding-right: 20px;
        }

    .mobtrantxt {
        color: white;
        font-size: 16px;
        font-weight: bold;
        line-height: 50px;
        text-align: center;
    }


    .mobtamnt {
        color: white;
        font-size: 18px;
        line-height: 50px;
        text-align: center;
    }

    .topmarhme {
        padding-top: 70px;
    }

    .left-off-canvas-menu {
        background: linear-gradient(#3CA5D5,#3CA5D5);
    }


    .canmenuusername {
        color: white;
        font-size: 21px;
        line-height: 50px;
    }


    .menulogout {
        color: white;
        font-size: 24px;
        line-height: 50px;
    }

        .menulogout i {
        }

    .topmenuse {
        box-shadow: 0 0 10px -2px #666;
    }


    .sidemenu {
        float: left;
        margin: 0;
    }

        .sidemenu li {
            border-bottom: 1px solid #8ec7e4;
            float: left;
            list-style: outside none none;
            padding-bottom: 10px;
            padding-left: 15px;
            padding-top: 10px;
            width: 100%;
        }


            .sidemenu li a {
                color: white;
                font-size: 19px;
                font-weight: bold;
                padding-bottom: 10px;
                padding-top: 10px;
                width: 100%;
            }





    .topconmid {
        border-bottom: 1px solid #959595;
        float: left;
        margin: auto;
        padding-bottom: 10px;
        padding-top: 10px;
        width: 100%;
    }

    .bottitle {
        border-bottom: 1px solid #959595;
        padding-bottom: 15px;
        padding-top: 21px;
        float: left;
        width: 100%;
    }

    .termsbox {
        border-bottom: 1px solid #959595;
        border-left: 0 solid #959595;
        float: left;
        height: 80px;
        margin-bottom: 15px;
        margin-top: 2px;
        padding-bottom: 7px;
        padding-left: 15px;
        padding-top: 10px;
        width: 100%;
    }


    .innerp {
        background: none repeat scroll 0 0 #2a95c6;
    }

        .innerp .menubut a {
            color: white;
        }

        .innerp .mobusername span {
            color: white;
            font-size: 17px;
            line-height: 52px;
        }


        .innerp .moblogout a span {
            color: white;
        }

        .innerp .moblogout a i {
            color: white;
        }

    #firstModal {
        border-radius: 5px;
        box-shadow: none !important;
        left: 50%;
        margin: auto auto auto -160px;
        width: 320px;
    }

    #secondModal {
        border-radius: 5px;
        box-shadow: none !important;
        left: 50%;
        margin: auto auto auto -160px;
        width: 320px;
    }

    .midconcash2 {
        margin-top: 7px;
        text-align: right;
    }



    .mtitle {
        float: left;
        margin-left: -25px;
        margin-top: 18px;
    }


    .msub {
        margin-left: -40px;
        margin-top: 0;
    }




    .left-off-canvas-menu {
        min-height: 570px;
    }




    .fc-day-grid-container {
        height: 335px !important;
    }

    .thicons {
        float: left;
        margin-left: 0;
        margin-top: 13px;
        margin-bottom: 10px;
    }

        .thicons ul li {
            float: left;
            list-style: outside none none;
            margin-left: 7px;
        }

    .circlehme {
        border-radius: 110px;
        box-shadow: 0 0 6px 14px #cdcdcd;
        height: 130px;
        margin: 20px auto;
        width: 130px;
    }

        .circlehme a {
            border: 0 solid;
            border-radius: 108px;
            box-shadow: 0 0 39px 33px #dbdbdb inset;
            display: block;
            height: 130px;
            padding-top: 20px;
            text-align: center;
            transition: all 0.3s ease 0s;
            width: 130px;
        }

            .circlehme a img {
                width: 35px;
            }


    .circlesave {
        border-radius: 110px;
        box-shadow: 0 0 6px 14px #cdcdcd;
        height: 130px;
        margin: 20px auto;
        width: 130px;
    }

        .circlesave a {
            border: 0 solid;
            border-radius: 108px;
            box-shadow: 0 0 39px 33px #dbdbdb inset;
            display: block;
            height: 130px;
            padding-top: 20px;
            text-align: center;
            transition: all 0.3s ease 0s;
            width: 130px;
        }

            .circlesave a img {
                width: 25px;
            }


            .circlesave a p {
                color: #000;
                font-size: 18px;
                font-weight: bold;
                margin: 12px 0 0;
                line-height: 19px;
            }



    .termsbox label {
        color: black;
        float: left;
        font-family: inherit;
        font-size: 16px;
        line-height: 30px;
        padding-left: 30px !important;
        width: 86%;
    }


    .termsbox img {
        float: right;
        margin-right: 2px;
        margin-top: 15px;
    }




    .termsbox [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
        background: none repeat scroll 0 0 #f8f8f8;
        border: 1px solid #aaa;
        border-radius: 3px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
        content: "";
        height: 22px;
        left: -15px;
        position: absolute;
        top: 16px;
        width: 22px;
    }

    .termsbox [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
        color: #000;
        content: "✔";
        font-size: 18px;
        font-weight: bold;
        left: -11px;
        position: absolute;
        top: 14px;
        transition: all 0.2s ease 0s;
    }





    .submitconbut a {
        background: linear-gradient(#72a0ba, #267ba4) repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-radius: 5px;
        color: white;
        float: left;
        font-size: 18px;
        height: 50px;
        line-height: 52px;
        text-align: center;
    }


    .inputfieldcash input {
        border: 1px solid black;
        border-radius: 38px;
        box-shadow: 0 0 0 1px #000;
        float: left;
        margin-left: 10px;
        margin-right: 10px;
        width: 56%;
    }



    .savcir {
        margin-top: 5px;
        margin-bottom: 60px;
    }
}






@media all and (max-width: 325px) {

    .bottitle {
        border-bottom: 1px solid #959595;
        float: left;
        padding-bottom: 3px;
        padding-top: 5px;
        width: 100%;
    }


    .termsbox {
        border-bottom: 1px solid #959595;
        border-left: 0 solid #959595;
        float: left;
        height: 65px;
        margin-bottom: 15px;
        margin-top: 2px;
        padding-bottom: 7px;
        padding-left: 15px;
        padding-top: 10px;
        width: 100%;
    }

        .termsbox label {
            color: black;
            float: left;
            font-family: inherit;
            font-size: 16px;
            line-height: 20px;
            padding-left: 30px !important;
            width: 86%;
        }




        .termsbox [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
            background: none repeat scroll 0 0 #f8f8f8;
            border: 1px solid #aaa;
            border-radius: 3px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
            content: "";
            height: 22px;
            left: -3px;
            position: absolute;
            top: 9px;
            width: 22px;
        }


        .termsbox [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
            color: #000;
            content: "✔";
            font-size: 18px;
            font-weight: bold;
            left: 1px;
            position: absolute;
            top: 11px;
            transition: all 0.2s ease 0s;
        }

    .inputfieldcash {
        margin-left: 10px;
    }


    .midconcash h4 {
        white-space: nowrap;
    }




    .topconmid2 {
        border-bottom: 0 solid #959595;
        float: left;
        margin: auto;
        padding-bottom: 0;
        padding-top: 4px;
        width: 100%;
    }



    .midconcash2 {
        margin-top: 2px;
        text-align: right;
    }


    .banklist {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-bottom: 1px solid #959595;
        float: left;
        min-height: 42px;
        width: 100%;
    }

        .banklist h1 {
            color: black;
            font-family: inherit;
            font-size: 20px;
            line-height: 50px;
            margin: 0;
            text-shadow: 0 0 0 #fff;
        }

    .bankrightanc {
        float: right;
        margin-top: 0;
    }


    .midcontophead h3 {
        margin-top: 10px;
    }



    .fc-today-button {
        float: left;
        margin-left: -105px !important;
        margin-top: 2px !important;
    }

    th {
        background: none repeat scroll 0 0 #a1d684;
        font-size: 17px !important;
        font-weight: normal !important;
        height: 55px;
        line-height: 55px !important;
    }



    .fc-day-number {
        border: 3px solid #cccccc !important;
        font-family: helveticaneue-light;
        font-size: 22px;
        font-weight: lighter;
        line-height: 52px;
        text-align: center !important;
    }



    .fc-toolbar .fc-center h2 {
        color: white;
        font-size: 25px;
        font-weight: bold !important;
        margin-top: 0;
    }




    .fc-toolbar .fc-button-group button {
        background: none repeat scroll 0 0 transparent !important;
        border: 0 solid !important;
        height: 2.3em;
    }

    input[type="checkbox"] + label, input[type="radio"] + label {
        display: inline-block;
        margin-bottom: 0;
        margin-left: 0.5rem;
        margin-right: 0rem;
        vertical-align: baseline;
    }
}

.enroll-clmn-inp {
    width: 60%;
    float: right;
    text-indent: 10px;
}

.enroll-clmn-day, .enroll-clmn-month, .enroll-clmn-year, .enroll-clmn-drpd {
    background-image: url('images/dropdown-arrow.png');
    background-position: right center;
    background-size: 24px 16px;
    background-repeat: no-repeat;
    cursor: pointer;
    /*text-overflow: '';*/
    text-indent: 10px;
}

.enroll-clmn-drpd {
    width: 60%;
    float: right;
}

.enroll-clmn-day {
    width: 22.5%;
    float: left;
}

.enroll-clmn-month {
    width: 40%;
    margin-left: 2.5%;
    float: left;
}

.enroll-clmn-year {
    width: 32.5%;
    margin-left: 2.5%;
    float: left;
}

.enroll-clmn-inp, .enroll-clmn-day, .enroll-clmn-month, .enroll-clmn-year, .enroll-clmn-drpd {
    height: 50px;
    background-color: #f9f9f9;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 1px 0 rgba(0,0,0,.75);
    box-shadow: 0 0 1px 0 rgba(0,0,0,.75);
    font-size: 16px;
    font-family: "OpenSans-Regular";
    color: #333;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
}

    .enroll-clmn-inp:focus, .enroll-clmn-day:focus, .enroll-clmn-month:focus, .enroll-clmn-year:focus {
        outline: none;
        -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
        -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
        box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
    }

    .enroll-clmn-inp::-webkit-input-placeholder {
        color: #727272;
    }

    .enroll-clmn-inp:-moz-placeholder {
        color: #727272;
    }

    .enroll-clmn-inp::-moz-placeholder {
        color: #727272;
    }

    .enroll-clmn-inp:-ms-input-placeholder {
        color: #727272;
    }

.hasDatepicker {
    background-image: url('images/calender-2.png');
    background-repeat: no-repeat;
    background-position: 96%;
    background-size: 20px 28px;
}

.inp-label {
    width: 35% !important;
    padding-bottom: 0px !important;
    float: left !important;
    font-size: 20px !important;
    color: black !important;
}

.inp-div {
    width: 100% !important;
    float: left !important;
    clear: left !important;
}

#enrollForm .inp-div {
    padding-left: 13%;
}

.inp-textbox {
    width: 60% !important;
    float: inherit !important;
}

#enrollForm .inp-textbox {
    font-family: inherit;
    font-size: .9rem;
    padding-left: 7px;
}

.inp-mandatory {
    width: 2% !important;
    padding-left: 1px !important;
    text-align: left !important;
}

.inp-validation-div {
    float: right !important;
    clear: left !important;
    width: 62.5% !important;
    padding-left: 8%;
}

.validation-fail {
    color: red !important;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
    line-height: 1.5 !important;
    font-size: 13px;
}

.text-area-padding {
    padding-top: 6px !important;
    text-indent: 0 !important;
    padding-left: 14px !important;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
    color: rgba(0, 0, 0, 0.75) !important;
    background-color: white !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #cccccc;
}

.label-membership {
    padding-bottom: 0px !important;
    float: left !important;
    font-size: 20px !important;
    color: black !important;
    width: 100%;
    padding-bottom: 6px;
}

.separator {
    width: 752px;
    height: 1px;
    background-color: gray;
    float: left;
    margin-bottom: 16px;
    border-top: 1px solid #CAC5C5;
    border-bottom: 1px solid gray;
}

.ddl-txt-color {
    color: rgba(0, 0, 0, 0.75) !important;
    height: 35px !important;
    background-color: white !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #cccccc;
}

.employee-page-select {
    width: 30% !important;
    /*float: right !important;*/
    text-indent: 10px !important;
}

.ajax-loading-div-css {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    background-color: black;
    opacity: 0.7;
    filter: alpha(opacity=70); /* ie */
    -moz-opacity: 0.7; /* mozilla */
    display: none;
}

.ajax-loading-div-gif-css {
    height: 100%;
    width: 100%;
    background-image: url('/Content/Images/Loading.gif');
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    filter: alpha(opacity=100); /* ie */
    -moz-opacity: 1; /* mozilla */
}

.blackMask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-color: black;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=80);
}

.loaderimg {
    left: 637px;
    top: 140.5px;
    position: absolute;
}

@media all and (max-width: 640px) {

    .inp-label {
        font-size: 15px !important;
    }

    .mandatory {
        margin-left: 0px;
        margin-right: 5px;
    }

    .label-membership {
        font-size: 13px !important;
    }
}
