

/*ul {
    padding: 0;
    margin: 0;
}

    ul li {
        display: inline-block;
    }*/


.divlogo {
    min-width: 350px;
    float: left;
    margin-top: 16px;
    margin-left: 4px;
}


    .divlogo #imglogo {
        margin-right: 5px;
        border-radius: 5px;
    }

    .divlogo ul {
        margin: 0;
        padding: 0;
    }

        .divlogo ul li {
            list-style: none;
            display: table-cell;
            vertical-align: middle;
        }


    .divlogo > ul {
        margin: 0;
        padding: 0;
    }

        .divlogo > ul > li {
            list-style: none;
            display: inline-block;
            vertical-align: middle;
        }



.divLogout {
    float: right;
}

    .divLogout > ul {
        padding: 0;
        margin: 0;
    }

        .divLogout > ul > li {
            list-style: none;
            display: table-cell;
            vertical-align: middle;
            padding: 2px;
            height: 40px;
        }

.ModalFrame {
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
    height: 480px;
    width: 600px;
    background-color: #000000;
}

.ModalBox {
    opacity: 0.7;
    -moz-opacity: 0.70;
    filter: alpha(opacity=70);
}


div.modal-box.wrapper {
    padding: 0;
    position: fixed;
    float: none;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    z-index: 2000;
    text-align: left;
    height: 1px;
    width: 1px;
    background-color: #fffeff;
    border-bottom: 2px solid #4cc0c1;
    border-left: 2px solid #4cc0c1;
    border-right: 2px solid #4cc0c1;
    border-top: 1px solid #4cc0c1;
    box-shadow: 5px 10px 15px rgb(39, 38, 38);
}

div.modal-box div.inside {
    margin: 3px;
    padding: 10px;
    overflow: visible;
    z-index: 2000;
}


div.modal-box.wrapper .modalTitle span {
    padding: 10px;
    display: block;
}


div.modal-box div.hr {
    height: 5px;
    background: url(./images/hr.png) repeat-x;
}

#adjust-settings span.button.white.save {
    margin-left: 95px;
}

div.modal-box div.inside.green {
    background: #d7e2cb url(./images/green-bg.jpg) repeat-x;
}

div.modal-box span.modal-close {
    position: absolute;
    top: 4px;
    right: 3px;
    padding: 5px;
}

    div.modal-box span.modal-close:hover {
        cursor: pointer;
    }

    div.modal-box span.modal-close.left {
        top: -13px;
        left: -13px;
    }

    div.modal-box span.modal-close.black {
        background-position: -35px 0;
    }

        div.modal-box span.modal-close.black:hover {
            background-position: -35px -36px;
        }

    div.modal-box span.modal-close.red {
        background-position: -70px 0;
    }

        div.modal-box span.modal-close.red:hover {
            background-position: -70px -38px;
        }

    div.modal-box span.modal-close.yellow {
        background-position: -105px 0;
    }

        div.modal-box span.modal-close.yellow:hover {
            background-position: -105px -38px;
        }


div.modal-box div.clear {
    height: 1px;
    clear: both;
}

div.modal-box.centered {
    text-align: center;
}





span.modal-link {
    cursor: pointer;
}


.divbackCanvas {
    display: none;
    position: absolute;
    width: 100%;
    background-color: black;
    left: 0px;
    top: 0px;
    text-align: right;
    color: White;
    vertical-align: top;
    z-index: 1000;
    opacity: .50;
    -moz-opacity: 0.50;
    filter: alpha(opacity=50);
}

.divLoading {
    padding: 5px;
    position: fixed;
    z-index: 1500;
    height: 0px;
    width: 0px;
    text-align: center;
}

    .divLoading img {
        margin: 0 auto;
        height: 0px;
        width: 0px;
    }


.FixedHeaderCss table {
    margin: 0;
}


.FixedHeaderCss > div {
    border: 1px solid #ddd;
}

.FixedHeaderCss TH, .FixedHeaderCss TD {
    border-color: #e8e8e8;
    padding: 5px;
    color: #333;
    background-color: #f5f5f5;
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #ddd !important;
   
}


.FixedHeaderCss tr TD {
    padding: 5px;
    white-space: nowrap;
    border-top: 1px solid #f1f1f1;
    background: white;
    text-align: center;
}

.FixedHeaderCss tr {
    border-collapse: collapse;
}

    .FixedHeaderCss tr TD .GridCellDiv {
        margin: 0 auto;
    }

.FixedHeaderCss thead {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .FixedHeaderCss thead > tr > th {
        border-bottom: 1px solid #ebebeb;
    }

.ptsStudentFee .PayOnlineCss {
    padding: 3px;
    background: #009999;
    color: White;
    text-decoration: none;
    margin-left: 5px;
    border-radius: 2px;
}

.ptsStudentFee .PayOnlineDisabledCss {
    padding: 3px;
    background: #CCCCCC;
    color: White;
    text-decoration: none;
    margin-left: 5px;
    border-radius: 2px;
}

.ptsStudentFee .Refresh {
    font: normal 14px Arial;
    background: #19A3A3;
    color: White;
    padding: 7px;
    text-decoration: none;
}

.ptsStudentFee .AcademicYear {
    padding: 2px;
    border: 1px solid #19A3A3;
    background: #E8F6F6;
}

.ptsStudentFee .Unavailable_Banner {
    position: absolute;
    border: 2px solid black;
    border-radius: 10px;
    margin-left: 180px;
    margin-top: -200px;
    display: none;
}

.ptsStudentFee .Unavailable_Banner2 {
    position: absolute;
    border: 2px solid black;
    border-radius: 10px;
    margin-left: 250px;
    margin-top: -200px;
    display: none;
    z-index: 999;
}

.ptsStudentFee .NetBalance {
    padding: 4px;
    border: 1px solid #19A3A3;
    background: #E8F6F6;
    font-weight: bold;
}

.ptsStudentFee .UnpaidMessage {
    position: absolute;
    display: none;
    padding: 5px;
    border: 3px solid #E8F6F6;
    background: #19A3A3;
    color: #E8F6F6;
    margin-left: 330px;
    margin-top: 0px;
    font: 14px Arial;
}

.ptsStudentFee .UnpaidBillCss {
    padding: 3px;
    background: #CC6699;
    color: White;
    text-decoration: none;
    margin-left: 5px;
    border-radius: 2px;
}

.ptsStudentFee .divCons {
    height: 100px;
    background: #FFDCB2;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
    margin-left: 100px;
    width: 400px;
    text-align: justify;
}

.ptsStudentFee .btnConsol {
    border: 1px solid Gray;
    background: lightgray;
    width: 70px;
    padding: 2px;
}

.divSendBulkEmail ul {
    padding: 0;
    list-style: none;
}

.divSendBulkEmail .liGridEmail {
    width: 35%;
    padding: 0 .5%;
    vertical-align: top;
    display: inline-block;
    transition: all 0.5s ease !important;
}

.divSendBulkEmail .liEmailControl {
    width: 62%;
    padding: 0 .5%;
    vertical-align: top;
    display: inline-block;
}

    .divSendBulkEmail .liEmailControl .liControl ul {
        width: 100%;
    }

        .divSendBulkEmail .liEmailControl .liControl ul li.EmailLiOdd {
            width: 22%;
            text-align: right;
            padding: 0.5% 0;
            vertical-align: top;
            display: inline-block;
        }

        .divSendBulkEmail .liEmailControl .liControl ul li.EmailLiEven {
            width: 73%;
            text-align: left;
            padding: 0.5% 0;
            vertical-align: top;
            display: inline-block;
        }

.ulEmailTool li {
    width: auto !important;
    display: inline-block !important;
}

.EmailToolFooter li {
    display: inline-block;
    width: 100% !important;
}

.divSendBulkEmail .ulEmailTool li {
    vertical-align: top;
}

.feeInvoiceModifi ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feeInvoiceModifi #GridInvModification tr th {
    background: rgb(90, 61, 138);
    color: White;
    font-family: sans-serif;
}

.feeInvoiceModifi li {
    display: inline-block;
}

.InvoiceModidiUl .liLeftControl li.liOdd {
    width: 30%;
    text-align: right;
    padding: 1% 0;
    vertical-align: top;
    display: inline-block;
}

.InvoiceModidiUl .liLeftControl li.liEven {
    width: 68%;
    text-align: left;
    padding: 1% 0;
    vertical-align: top;
    display: inline-block;
}

.InvoiceModidiUl .liRightControl li.liOdd, .InvoiceModidiUl .liRightControl li.liEven {
    width: 48%;
    text-align: left;
    padding: 0.5% 0;
    vertical-align: top;
    display: inline-block;
}


.webPhotoGallery .headcontent {
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    border-top: 1px solid #b6b6b6;
    background-position: 0% 0%;
    text-shadow: 0 -1px 0 #cfd1cf;
    padding: 6px 8px 2px;
    border-bottom: 1px solid #999;
    white-space: normal;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    background-image: linear-gradient(top,#f5f5f5,#cfd1cf);
    background-color: #cfd1cf;
    background-repeat: repeat;
    background-attachment: scroll;
}

.webPhotoGallery .lnkDelete {
    margin-left: -20px;
    margin-top: -10px;
    padding: 2px;
}

.webPhotoGallery .ImgCntrl {
    float: left;
    border: 0.5px solid lightgray;
}

.webPhotoGallery .lnkUpload {
    position: absolute;
    margin-left: 0px;
    margin-top: 25px;
    padding: 5px 14px 5px 14px;
    display: none;
    color: black;
    border: 1px solid lightgray;
    background: #f7f7f7;
    -webkit-box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
    box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
    font: normal 14px Helvetica;
    cursor: pointer;
    opacity: .80;
}

.webPhotoGallery .txtUpload {
    display: none;
    font-size: 11px;
}

.webPhotoGallery .List option {
    padding: 5px 8px 5px 10px;
    font: normal 14px Trebuchet MS;
    line-height: 18px;
    color: #454545;
    cursor: pointer;
    list-style-image: url(../images/icon_ListReorder.png);
}

    .webPhotoGallery .List option:hover {
        box-shadow: 0 0 10px 100px #F0F0F0 inset;
    }

.webPhotoGallery .lnkDeleteNew {
    vertical-align: top;
    cursor: pointer;
    margin-left: 58px;
    margin-top: -79px;
}


.webPhotoGallery .ImgCntrlNew {
    border: 0.5px solid lightgray;
}



.webPhotoGallery .txtUploadNew {
    display: none;
    font-size: 11px;
    margin-left: -124px;
    margin-top: 78px;
}

/*.webPhotoGallery .file-upload {
    position: absolute;
    overflow: hidden;
    color: black;
    border: 1px solid lightgray;
    background: #f7f7f7;
    -webkit-box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
    box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
    font: normal 14px Helvetica;
    cursor: pointer;
    opacity: .80;
}*/

/*.webPhotoGallery .btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
    width: 96%;
    margin-top: 25px;
}*/



.webPhotoGallery .file-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}



.webPhotoGallery .ulGalleryCreateMore > li.liLeft {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    padding: 1%;
}

.webPhotoGallery .ulGalleryCreateMore > li.liRight {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    padding: 1%;
}

.webPhotoGallery .divGalleryNew > ul > li.liLeft {
    display: inline-block;
    width: 15%;
    text-align: left;
    padding: 0.5%;
    vertical-align: top;
    margin-left: 3%;
}

.webPhotoGallery .divGalleryNew > ul > li.liRight {
    display: inline-block;
    width: 70%;
    text-align: left;
    padding: 0.5%;
    vertical-align: top;
}

.webPhotoGallery .GAlleryGroup > li {
    width: 39%;
    text-align: left;
    padding: 0.5%;
}

.webPhotoGallery .divImagehub > ul > li {
    width: 8.5%;
    padding: 0.5%;
    vertical-align: top;
}


.webContentPages .panelmenu {
    background-position: 0% 0%;
    margin-right: 15px;
    padding: 2.5px 20px;
    border-left: 5px solid #3385D6;
    border-bottom: 1px solid #999;
    white-space: normal;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    background-image: linear-gradient(top,#f5f5f5,#cfd1cf);
    background-color: #cfd1cf;
    background-repeat: repeat;
    background-attachment: scroll;
}

.webContentPages .headcontent {
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    border-top: 1px solid #b6b6b6;
    background-position: 0% 0%;
    text-shadow: 0 -1px 0 #cfd1cf;
    padding: 6px 8px 2px;
    border-bottom: 1px solid #999;
    white-space: normal;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    background-image: linear-gradient(top,#f5f5f5,#cfd1cf);
    background-color: #cfd1cf;
    background-repeat: repeat;
    background-attachment: scroll;
}

.webContentPages .Submit {
    background-position: 0% 0%;
    color: #fff;
    text-shadow: 0 -1px 0 #55830c;
    border-color: #62a60a;
    border-radius: 2px;
    background-image: -moz-linear-gradient(top,#9ad717,#69b10b);
    background-color: #69b10b;
    background-repeat: repeat;
    background-attachment: scroll;
}


.webContentPages .divcontentgallery {
    margin-top: -15px;
    width: 175px;
    vertical-align: top;
}

    .webContentPages .divcontentgallery span {
        background: #fff url(../images/grey-gradient.gif) repeat-y;
        color: #000;
        font-style: normal;
        padding: 2px 2px;
        display: block;
        border: 1px solid #999;
        border-left-color: #888;
        width: 150px;
        top: 150px;
        margin-left: -4px;
        position: relative;
        z-index: 500;
    }

    .webContentPages .divcontentgallery img {
        background: #fff;
        border: solid 1px #888;
        padding: 5px;
        width: 200px;
        height: 180px;
    }

    .webContentPages .divcontentgallery a {
        text-decoration: none;
    }

        .webContentPages .divcontentgallery a:hover span {
            border-color: #000;
            background: #ffdb01 url(../images/orange-gradient.gif) repeat-y;
            border-color: #c25b08;
            font-weight: bolder;
            color: black;
            z-index: 500;
        }

.webContentPages .divModal {
    display: none;
    width: 90%;
    margin-left: 3%;
    border: 1px solid #B2B2B2;
    background: #F9F9F9;
    height: 480px;
    position: absolute;
    top: 80px;
    padding: 20px;
    z-index: 999;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 10px 14px 27px #1D1C1C;
    border-radius: 5px;
    border: 1px solid gray;
}


    .webContentPages .divModal header span {
        font: normal 20px Arial;
    }

.webContentPages .boxHeader {
    text-shadow: 0 -1px 0 #55830c;
    border-bottom: 2px solid #ADCEEF;
    font-weight: 400;
    color: #3385D6;
    font-size: 20px;
    margin: .83em 0;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
}

.webContentPages .tdHeader {
    font-weight: 400;
    color: #222;
    font-size: 18px;
    margin: .83em 0;
    font-weight: 400;
    letter-spacing: 1px;
}

.webContentPages .classlblimg {
    border: 1px solid #cfd1cf;
    padding: 5px 5px;
    width: 150px;
    text-align: center;
    margin-top: 170px;
    margin-left: 250px;
    color: #cfd1cf;
    font: normal 15px Helvetica;
}

.webContentPages .anchorupload {
    color: #555;
    border: 1px solid lightgray;
    background: #f7f7f7;
    -webkit-box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
    box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
    vertical-align: top;
    border-radius: 3px;
    padding: 10px 10px;
    font: normal 16px Helvetica;
    cursor: pointer;
}

.webContentPages .extn {
    color: #555;
}

.webContentPages .divUpload {
    padding: 50px 120px;
    text-align: center;
    width: 70%;
}

    .webContentPages .divUpload > ul > li {
        padding: 1%;
    }

.webContentPages .divUploadButton {
    width: 90px;
    cursor: pointer;
    text-align: center;
}

.webContentPages .divInsertButton {
    width: 90px;
    cursor: pointer;
    text-align: center;
    display: none;
}

.webContentPages .datapanel {
    height: 380px;
    overflow: auto;
    border: 1px solid lightgray;
}

.webContentPages .divcontainer {
    margin: 1%;
    float: left;
}

.webContentPages .check {
    z-index: 999px;
    display: none;
    bottom: 0px;
    margin-left: 117px;
    margin-top: -34px;
}

.webContentPages .divcontainer div span.Title {
    font: normal 13px Arial;
    cursor: pointer;
}

.webContentPages .backgroundframe {
    z-index: 999;
    display: none;
    background: black;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .30;
    -moz-opacity: 0.30;
    filter: alpha(opacity=30);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}

.webContentPages .src {
    display: none;
}

.webContentPages .divContentPageGrid > ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

    .webContentPages .divContentPageGrid > ul > li {
        display: inline-block;
        width: 97%;
        list-style: none;
        text-align: left;
    }

.webContentPages .divMediaInfo > ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .webContentPages .divMediaInfo > ul > li {
        padding: 3%;
    }

.webContentPages #divTools ul.ulTools {
    margin: 0;
    padding: 0;
    width: 97%;
    text-align: left;
}

    .webContentPages #divTools ul.ulTools > li {
        width: 45.5%;
        padding: 2%;
        height: 250px;
        vertical-align: top;
        text-align: left;
        background: #F38652;
        border: 1px solid #A9491B;
    }

.webContentPages #divTools .btnOrange {
    padding: 5px;
    border: 1px solid #A94719;
    border-bottom: 2px solid #AB3E0A;
    width: 89px;
    background: #DC5C1F;
    color: white;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    transition: .5s;
    letter-spacing: 1px;
}

    .webContentPages #divTools .btnOrange:hover {
        border: 1px solid #793211;
        border-bottom: 2px solid #461A06;
        background: #A2461B;
    }

.webContentPages #divTools .ulTabList {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 10px;
}

    .webContentPages #divTools .ulTabList li {
        width: 42%;
        height: 45px;
        vertical-align: top;
    }

.tbcontent .tbcontentLiFirst {
    width: 40%;
    text-align: right;
    display: inline-block;
}

.tbcontent .tbcontentLiSecond {
    width: 50%;
    text-align: left;
    display: inline-block;
}

.feeParentsEnquiry .ulRegCustom {
    width: 70%;
    float: left;
    text-align: left;
    padding-left: 10px;
    color: #675E5E;
    font-weight: bold;
    font-family: inherit;
}


    .feeParentsEnquiry .ulRegCustom li {
        width: 49%;
        float: left;
        text-align: left;
        vertical-align: top;
        padding: 7px 0;
        margin: 0 3px;
    }


        .feeParentsEnquiry .ulRegCustom li .txtOnlineForm {
            width: 65%;
            height: 25px;
            background: beige;
            border: 1px solid lightgray;
            padding: 0px 5px;
        }

        .feeParentsEnquiry .ulRegCustom li select.txtOnlineForm {
            width: 69%;
            height: 28px;
        }

.feeParentsEnquiry .lblPoints {
    display: inline-block;
    border: 1px solid gray;
    padding: 7px 15px;
    font-size: 35px;
    MARGIN-TOP: 8PX;
}


.feeParentsEnquiry .divRegStudent {
}


.feeParentsEnquiry .lishowRegisDetails {
    background: beige;
    border-bottom: 2px solid #C8C3C6;
    width: 98%;
    padding: 1%;
}


.feeParentsEnquiry .reg_note {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-family: 'Exo 2';
    padding: 1% 0;
}

.LeftTime {
    display: none;
    background: black;
    border-radius: 5px;
    padding: 10px;
    position: fixed;
    top: 45%;
    width: 70%;
    margin-left: 15%;
    opacity: .70;
    -moz-opacity: 0.70;
    filter: alpha(opacity=70);
    z-index: 999;
    vertical-align: middle;
    font: bold 15px Arial;
    text-align: center;
}

#tooltip {
    position: absolute;
    background-color: #2e3e4e;
    height: auto;
    width: auto;
    z-index: 9999;
    color: White;
    padding: 7px;
    font-size: 11px;
    border-radius: 5px;
}


    #tooltip .tipTop {
        z-index: 9999;
        content: ' ';
        position: absolute;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #2e3e4e;
        left: 10px;
        top: -20%;
    }



    #tooltip .tipRight {
        z-index: 9999;
        content: ' ';
        position: absolute;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #2e3e4e;
        left: 100%;
        top: 8px;
    }

    #tooltip .tipBottom {
        z-index: 9999;
        content: ' ';
        position: absolute;
        border: 5px solid transparent;
        border-top-color: #2e3e4e;
        top: 100%;
        left: 10px;
    }

.DivMainPopUpMarquee {
    background: rgba(0, 0, 0, 0.35);
    color: white;
}

    .DivMainPopUpMarquee .MarqueePopUpDiv {
        width: 56%;
        margin: 0 auto;
        background: white;
        color: black;
        min-height: 134px;
        border-radius: 3px;
        margin-top: 180px;
    }

        .DivMainPopUpMarquee .MarqueePopUpDiv ul {
            padding: 1%;
            list-style: none;
            margin: 0;
        }

    .DivMainPopUpMarquee ul.MarqueeHeader li {
        width: 49%;
        display: inline-block;
        font-size: 15px;
        font-family: dosis;
    }

        .DivMainPopUpMarquee ul.MarqueeHeader li > a {
            float: right;
            padding: 0 8px;
            background: #F35959;
            text-decoration: none;
            color: white;
        }

    .DivMainPopUpMarquee .MarqueeHeade {
        border-bottom: 1px solid black;
    }

    .DivMainPopUpMarquee .MarqueePopUpDiv li.lifirst {
        width: 18%;
        text-align: right;
        padding: 1%;
        font-size: 15px;
        display: inline-block;
        font-family: dosis;
        letter-spacing: 1px;
    }

    .DivMainPopUpMarquee .MarqueePopUpDiv li.liSecond {
        width: 78%;
        text-align: left;
        padding: 1% 0;
        display: inline-block;
    }

        .DivMainPopUpMarquee .MarqueePopUpDiv li.liSecond input[type="text"] {
            width: 96%;
            text-align: left;
            padding: 7px;
        }

    .DivMainPopUpMarquee input#btnsaveMarqueeUrl {
        padding: 6px 25px;
        /*border: 1px solid #1A3148;
        background: #256EB7;*/
        border-radius: 2px;
        color: white;
        display: inline-block;
    }

        .DivMainPopUpMarquee input#btnsaveMarqueeUrl:hover {
            background: #1A3148;
            border: 1px solid #256EB7;
        }

    .DivMainPopUpMarquee p.warnning {
        width: 74%;
        display: inline-block;
        color: #8E0E0E;
        padding-left: 18px;
    }

    .DivMainPopUpMarquee .ulLinkButton li {
        display: block;
    }


.scrollToTop {
    bottom: 60px;
    color: #fff !important;
    display: none;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 999;
    -webkit-transition: all 0.5s ease 0s !important;
    -moz-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
    border-radius: 50%;
    background-color: #25313eb5;
    padding: 2px 5px;
}

.scrollToTop1 {
    bottom: 50px;
    display: none;
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    font-family: "Montserrat", sans-serif;
    padding: 2px 0;
    position: fixed;
    right: 1px;
    text-align: center;
    text-decoration: none;
    width: 30px;
    z-index: 999;
    -webkit-transition: all 0.5s ease 0s !important;
    -moz-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
    border-radius: 50%;
    background-image: url('../website/images/img_top_scroll.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: .8;
}



@media screen and (max-width:1009px) {
    div.modal-box.wrapper {
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }

    .modalTitle {
        width: 100% !important;
    }

    .wrapper-sm {
        padding: 4px !important;
    }

    .btntool-filter-mobile {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .divGridMob {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    div.modal-box.wrapper {
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }

    .modalTitle {
        width: 100% !important;
    }

    .wrapper-sm {
        padding: 4px !important;
    }

    .feeParentsEnquiry .ulRegCustom {
        width: 100% !important;
    }

        .feeParentsEnquiry .ulRegCustom li {
            width: 100% !important;
        }
}

@media screen and (max-width:479px) {
    div.modal-box.wrapper {
        width: 90% !important;
        left: 5% !important;
        top: 2% !important;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }

    .modalTitle {
        width: 100% !important;
    }

    .wrapper-sm {
        padding: 4px !important;
    }

    .feeParentsEnquiry .ulRegCustom {
        width: 100% !important;
    }

        .feeParentsEnquiry .ulRegCustom li, #ContentPlaceHolder1_btnSubmitCustom {
            width: 100% !important;
        }
}
