/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8 Nov, 2017, 3:51:43 PM
    Author     : Sidekick
*/
/*******************************************************************************************/
.text-danger{
    line-height:20px !important;
    padding:5px 0 0 0 !important;
    margin:0 !important;
    height:auto !important;
    clear:both;
    font-size:12px;
    font-weight:600;
    color:#FE2E2E !important;
}


body{
    margin: 0 auto;
}
*{
    box-sizing: border-box;    
    font-family: Calibri;
}

[class*="col-"] {
    float: left;
}
/* For desktop: */
.col-1 {width: 8.33%;}
.col-2R  {float:right !important;width: 16.66%;}
.col-1-1 {width: 14.2%;}
.col-1-2 {width: 10.2%;}
.col-1-3 {width: 5%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
/*STRUCTURE OF FEE SUBMISSION*/
[class*="fee-submit-"] {
    float: left;
}
.fee-submit-1 {width: 8.33%;}
.fee-submit-1-1 {width: 14.2%;}
.fee-submit-2 {width: 16.66%;}
.fee-submit-3 {width: 25%;}
.fee-submit-4 {width: 33.33%;}
.fee-submit-5 {width: 41.66%;}
.fee-submit-6 {width: 50%;}
.fee-submit-7 {width: 58.33%;}
.fee-submit-8 {width: 66.66%;}
.fee-submit-9 {width: 75%;}
.fee-submit-10 {width: 83.33%;}
.fee-submit-11 {width: 91.66%;}
.fee-submit-12 {width: 100%;}

.fee-content{
    height:auto;
}
.mtb25{
    margin-top: 25px;
    margin-bottom: 0px;
}
.alert{
    padding-bottom: 5px;
    background-color: #9afe28;
    text-align:center;
    font-family: Calibri;
    font-size:16px;
    font-weight:600;
    color:#444;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.red_alert{
    padding-bottom: 5px;
    background-color: red;
    text-align:center;
    font-family: Calibri;
    font-size:16px;
    font-weight:600;
    color:#fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.divAgreement{
    height:500px;
    border:solid 1px orange;
    padding:10px;
    margin: 1% 10%;
    width:80%;
}
.divMain{  
}
.divHeader{
    background-color: #ff8000;
    min-height:50px;
}
.divHeaderLogoArea{
    height: auto;
    font-family: Calibri;
    font-size:20px;
    font-weight: bolder;
    color:#fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    /*border: solid 1px #fff;*/
}
.prodName{
    color:white;
    font-family: Calibri;
    font-size:20px;
    font-weight: bolder;
    text-align: center;
    padding-bottom: 5px;
}

.divContent{
    /*min-height:520px;*/
}
.rowForm::after {
    content: "";
    clear: both;
    display: block;
}
.divContentGeneralSettings{

}
.divContentHeading{
    min-height:30px;
    height:auto;
    padding-top: 7px;
    font-weight:bolder;
    background-color: #d8d8d8;
    text-align:center;
    color:#444;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.bg_dashboard{
    background-color: #414142;
    color:#fff
}
.imgMainModule{
    height:25px;
    width:25px;
}
.pContentHeadingPara{
    position:relative;
    top:-10px;
    left:-10px;
    display: inline-block;
}
.divContentInputArea1{
    margin-top:10px;
}
.divContentInputArea{
    padding:10px;
    text-align: center;
}
.label_form{
    color: #424242;
    font-size:16px;
    font-weight:100;
}
.spanFormMandatory{
    color:red;
    font-weight: bolder;
    font-size: 18px;
}
.input_textBox{
    border:1px solid #ccc;
    font-size: 12px;
    color:#424242;
    width:70%;
    /*    width:250px;*/
    padding: 7px 5px 7px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 2px 1px 2px rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.input_textBox:focus{
    border-color:#333;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.input_textBoxSmall{
    border:1px solid #ccc;
    font-size: 12px;
    color:#424242;
    width:70%;
    /*    width:250px;*/
    padding: 7px 5px 7px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 2px 1px 2px rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.input_textBoxSmall:focus{
    border-color:#333;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.input_textBox_mail{
    border:1px solid #ccc;
    font-size: 12px;
    color:#424242;
    width:100%;
    padding: 7px 5px 7px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 2px 1px 2px rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.input_textBox_mail:focus{
    border-color:#333;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.divContentValidationArea{
    text-align: center;
    min-height:20px;
}
.span_formError{
    display:block;
    clear:both;
    font-size:12px;
    font-weight:600;
    color:#FE2E2E;
}
.pFileUploadInfo{
    color:gray;
    font-size:10px;
}
div.custom_file_upload {
    width: auto;
    height: auto;
    margin: 0 0 0px 0;
}
input.file {
    /*width: 173px;*/
    width:47% !important;
    height: 32px;
    border: 1px solid #BBB;
    border-right: 0;
    color: #888;
    /*margin-right: 30px;*/
    margin-left: -75px !important;
    padding: 5px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

    outline: none;
}
div.file_upload {
    width: 77px;
    height: 32px;
    display: inline;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    border:solid 1px silver;
    outline:none;
    color: #000;
    font-size: 12px;
    font-weight: bolder;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    padding-top: 8px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 2px 1px 2px rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}
div.file_upload:before {
    content: 'UPLOAD';
    position: absolute;
    left: 0; right: 0;
    text-align: center;

    cursor: pointer;
}
div.file_upload input {
    position: relative;
    height: 30px;
    width: 250px;
    display: inline;
    cursor: pointer;
    opacity: 0;
}
/*FILE UPLOAD ON EDIT PROFILE*/
input.file_edit_profile {
    /*width: 173px;*/
    /*width:47% !important;*/
    width:55%;
    height: 32px;
    border: 1px solid #BBB;
    border-right: 0;
    color: #888;
    /*margin-right: 30px;*/
    /*margin-left: -75px !important;*/
    padding: 5px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

    outline: none;
}
div.file_upload_edit_profile {
    /*width: 77px;*/
    width:5.7%;
    height: 32px;
    display: inline;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    border:solid 1px silver;
    outline:none;
    color: #000;
    font-size: 70%;
    font-weight: bolder;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    padding-top: 8px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 2px 1px 2px rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}
div.file_upload_edit_profile:before {
    content: 'UPLOAD';
    position: absolute;
    left: 0; right: 0;
    text-align: center;

    cursor: pointer;
}
div.file_upload_edit_profile input {
    position: relative;
    height: 30px;
    width: 250px;
    display: inline;
    cursor: pointer;
    opacity: 0;
}
.aDeleteUploadedImg{
    text-decoration:none;
    border:none;
    outline:none;
    background-color:white;
    border-radius:50%;
    padding:2px 5px 2px 5px;
    color:black;
    font-weight:bolder;
    cursor:pointer;
    position:relative;
    top:-50px;
}
.aDeleteUploadedImg_asset{
    text-decoration:none;
    border:none;
    outline:none;
    background-color:white;
    border-radius:50%;
    padding:2px 5px 2px 5px;
    color:black;
    font-weight:bolder;
    cursor:pointer;
    position:relative;
    top:-130px;
    left:60px;
}
.aDeleteUploadedImgEmpProfile{
    text-decoration:none;
    border:none;
    outline:none;
    background-color:white;
    border-radius:50%;
    padding:2px 5px 2px 5px;
    color:black;
    font-weight:bolder;
    cursor:pointer;
    position:relative;
    top:-90px;
}
.aDeleteUploadedImgStudParProfile{
    text-decoration:none;
    border:none;
    outline:none;
    background-color:white;
    border-radius:50%;
    padding:2px 5px 2px 5px;
    color:black;
    font-weight:bolder;
    cursor:pointer;
    position:relative;
    top:-90px;
}
.aDeleteUploadedImgStudProfile{
    text-decoration:none;
    border:none;
    outline:none;
    background-color:white;
    border-radius:50%;
    padding:2px 5px 2px 5px;
    color:black;
    font-weight:bolder;
    cursor:pointer;
    position:relative;
    top:-90px;
}
.bg_dissolve{
    -webkit-transition: color,text-shadow,background-color 1s ease 0s;
    -moz-transition: color,text-shadow,background-color 1s ease 0s;
    -o-transition: color,text-shadow,background-color 1s ease 0s;
    transition: color,text-shadow,background-color 1s ease 0s;
}
.bg_dissolve:hover{
    cursor:pointer;
    color:#fff;
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.3);
    background-color: gray;
}
.input_checkBox{
    border:1px solid #ccc;
    font-size: 12px;
    color:#424242;
    padding: 7px 5px 7px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 2px 1px 2px rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.dummy-height{
    height:1px;
}
.dummy-height-10{
    height:10px;
}
.dummy-height-gap{
    height:10px;
}
.rect{
    background-color: #fff;
    border-radius: 5px;
    border:none;
    outline:none;
    font-weight: bolder;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    padding: 4px 14px 4px 14px;
    animation: anm_btnLoad 1s forwards;
    -webkit-animation:anm_btnLoad 1s forwards;
    -moz-animation: anm_btnLoad 1s forwards;
    -o-animation: anm_btnLoad 1s forwards;
}
@keyframes anm_btnLoad{
    100% {transform:translateX(10%);}
}
@-webkit-keyframes anm_btnLoad{
    100% {-webkit-transform:translateX(10%);}
}
@-moz-keyframes anm_btnLoad{
    100% {-moz-transform:translateX(10%);}

}
@-o-keyframes anm_btnLoad{
    100% {-o-transform:translateX(10%);}
}
.btnMR{
    margin-right: 18px;
}
.dummy-height-footer{
    height:70px;
    clear:both
}
/*subjectMarksStyle.css*/
.form_style #contentText {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}
.form_style #FormSubmit {
    /*    display: block;
        background: #6C93AD;
        border: 1px solid #4B6170;
        color: #FFFFFF;
        margin-top: 5px;
        padding: 6px 9px 6px 9px;
        border-radius: 5px;*/
}
#responds{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#respond li {
    list-style: none;
    padding: 15px;
    background: rgb(221, 240, 255);

    margin-bottom: 5px;
    border-radius: 5px;
    /*max-width: 400px;*/
    width:80%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
}
#responds li.sel {
    background: rgb(255, 221, 221);
}
.rect_for_li_subject{
    background-color: #fff;
    border-radius: 5px;
    border:none;
    outline:none;
    font-weight: bolder;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    padding: 4px 14px 4px 14px;
}
.del_wrapper{float:right;}
.content_wrapper {
    /*max-width: 400px;*/
    width:80%;
    margin-right: auto;
    margin-left: auto;
}
.divFooter{
    z-index:9999999999;
    min-height:40px;
    background-color:#151515;
    padding-top: 10px;
    position:fixed;
    bottom:0;
}
.divFooterLoader{
    height:47px;
    width:10%;
    float:left;
}
.divLoader{
    text-align: center;
    float: left;
    width:10%;
    position: relative;
    top:-40px;
    left:-80px;
    z-index:999;
}
.imgSKNLogo{
    position: absolute;
    /*  top:49px;
      left:104.4px;*/
    top:49px;
    left:103.5px;
    height:29px;
    width:28px;
}
.bigCircle {
    font-size: 8.4px;
    margin: 9em 0em -9em 13.72em;
    width: .7em;
    height: .7em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: bigload 2s infinite linear;
    animation: bigload 1s infinite linear;
}
@keyframes bigload{
    0%,
    100% {
        box-shadow: 0em -3em 0em 0.2em #0C3B53;
    }
    70% {
        box-shadow: 0em -3em 0em 0.1em #fff;
    }
}
.loader {
    font-size: 7.2px;
    margin: 10em auto;
    width: .7em;
    height: .7em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load 2s infinite linear;
    animation: load 1s infinite linear;
}
@keyframes load{
    0%,
    100% {
        box-shadow: 1.26em -2.18em 0 0.2em #0186b9, .79em -.7em 0 0.2em #de0d0d, -.79em -.7em 0 0.2em #f26a06, -1.26em -2.18em 0 0.2em #23a12c;
    }
    70% {
        box-shadow: 1.26em -2.18em 0 0.1em #fff, .79em -.7em 0 0.1em #fff, -.79em -.7em 0 0.1em #fff, -1.26em -2.18em 0 0.1em #fff;
    }
}
.loader2 {
    /*font-size: 9px;*/
    margin: 10em auto;
    width: .08em;
    height: 1.5em;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load2 2s infinite linear;
    animation: load2 1s infinite linear;
}
@keyframes load2 {
    0%,
    100% {
        box-shadow: 0.008em -3.25em 0em 0.08em #0C3B53;
    }
    70% {
        box-shadow: 0.008em -3.25em 0em 0.08em #fff;
    }
}
.loader3 {
    /*font-size: 40px;*/
    margin: 10em auto;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load3 2s infinite linear;
    animation: load3 1s infinite linear;
    border: 0px solid #0C3B53;
    top:-11.87px;
    left:-.724px;
}
@keyframes load3 {
    0%,
    100% {
        border-left: 1px solid transparent;
        border-right: .9px solid transparent;
        border-top: 1.85px solid #0C3B53;
    }
    70% {
        border-left: 1px solid transparent;
        border-right: .9px solid transparent;
        border-top: 1.85px solid #fff;
    }
}
.loader4 {
    font-size: 9px;
    margin: 10em auto;
    width: .05em;
    height: 1.1em;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 2s infinite linear;
    animation: load4 1s infinite linear;
    -ms-transform: rotate(77.5deg); /* IE 9 */
    -webkit-transform: rotate(77.5deg); /* Safari */
    transform: rotate(77.5deg); /* Standard syntax */
}
@keyframes load4 {
    0%,
    100% {
        box-shadow: -12.65em -3.62em 0em 0.05em #0186b9;
    }
    70% {
        box-shadow: -12.65em -3.62em 0em 0.05em #fff;
    }
}
.loader5 {
    /*  font-size: 40px;*/
    margin: 10em auto;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 2s infinite linear;
    animation: load5 1s infinite linear;
    border: 0px solid #0186b9;
    top:-22.33px;
    left:-114.41px;
}
@keyframes load5 {
    0%,
    100% {
        border-left: 1px solid transparent;
        border-right: .9px solid transparent;
        border-top: 1.85px solid #0186b9;
    }
    70% {
        border-left: 1px solid transparent;
        border-right: .9px solid transparent;
        border-top: 1.85px solid #fff;
    }
}
.loader6 {
    font-size: 9px;
    margin: 10em auto;
    width: .05em;
    height: 1.1em;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load6 2s infinite linear;
    animation: load6 1s infinite linear;
    -ms-transform: rotate(148deg); /* IE 9 */
    -webkit-transform: rotate(148deg); /* Safari */
    transform: rotate(148deg); /* Standard syntax */
}
@keyframes load6 {
    0%,
    100% {
        box-shadow: -31.02em 48.9em 0em 0.05em #de0d0d;
    }
    70% {
        box-shadow: -31.02em 48.9em 0em 0.05em #fff;
    }
}
.loader7 {
    font-size: 40px;
    margin: 10em auto;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load7 2s infinite linear;
    animation: load7 1s infinite linear;
    border: 0px solid #de0d0d;
    top:450px;
    left:-279.8px;
}
@keyframes load7 {
    0%,
    100% {
        border-left: 1px solid transparent;
        border-right: .9px solid transparent;
        border-top: 1.85px solid #de0d0d;
    }
    70% {
        border-left: 1px solid transparent;
        border-right: .9px solid transparent;
        border-top: 1.85px solid #fff;
    }
}
.loader8 {
    font-size: 9px;
    margin: 10em auto;
    width: .05em;
    height: 1.1em;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load8 2s infinite linear;
    animation: load8 1s infinite linear;
    -ms-transform: rotate(212deg); /* IE 9 */
    -webkit-transform: rotate(212deg); /* Safari */
    transform: rotate(212deg); /* Standard syntax */
}
@keyframes load8 {
    0%,
    100% {
        box-shadow: 55.17em 87.48em 0em 0.05em #f26a06;
    }
    70% {
        box-shadow: 55.17em 87.48em 0em 0.05em #fff;
    }
}
.loader9 {
    font-size: 40px;
    margin: 10em auto;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load9 2s infinite linear;
    animation: load9 1s infinite linear;
    border: 0px solid #f26a06;
    top:797.55px;
    left:495.8px;
}
@keyframes load9 {
    0%,
    100% {
        border-left: 1px solid transparent;
        border-right: .9px solid transparent;
        border-top: 1.85px solid #f26a06;
    }
    70% {
        border-left: 1px solid transparent;
        border-right: .9px solid transparent;
        border-top: 1.85px solid #fff;
    }
}
.loader10{
    font-size: 9px;
    margin: 10em auto;
    width: .05em;
    height: 1.1em;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load10 2s infinite linear;
    animation: load10 1s infinite linear;
    -ms-transform: rotate(282.5deg); /* IE 9 */
    -webkit-transform: rotate(282.5deg); /* Safari */
    transform: rotate(282.5deg); /* Standard syntax */
}
@keyframes load10 {
    0%,
    100% {
        box-shadow: 146.02em -33.19em 0em 0.05em #23a12c;
    }
    70% {
        box-shadow: 146.02em -33.19em 0em 0.05em #fff;
    }
}
.loader11 {
    font-size: 40px;
    margin: 10em auto;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load11 2s infinite linear;
    animation: load11 1s infinite linear;
    border: 0px solid #23a12c;
    top:-288.35px;
    left:1313.5px;
}
@keyframes load11 {
    0%,
    100% {
        border-left: 1px solid transparent;
        border-right: .9px solid transparent;
        border-top: 1.85px solid #23a12c;
    }
    70% {
        border-left: 1px solid transparent;
        border-right: .9px solid transparent;
        border-top: 1.85px solid #fff;
    }
}
.divFooterMenuBlank{
    text-align: center;
    float:left;
    width:20%;
}
.divFooterCopyright{
    text-align: right;
    float:left;
    width:70%;
}
.pCopy{
    color: #6a6f75;
    font-weight: lighter;
    font-size: 15px;
    font-family: mistral;
    margin-right: 30px;
    margin-top: 18px;
}
.pCopy a{
    text-decoration: none;
    color:#6a6f75;
}
.pCopy a:hover{
    color: #444;
}
/*MENU STYLE*/
/*.slimScrollRail{
    margin-top:-100px;
}*/
.divMenuContent {
    /*overflow-y: scroll;*/
    box-sizing: border-box;
    position:relative;
    /*bottom:63px;*/
    height: auto;    
    background-color: #000;    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";       /* IE 8 */
    filter: alpha(opacity=90);  /* IE 5-7 */
    -moz-opacity: 0.9;          /* Netscape */
    -khtml-opacity: 0.9;        /* Safari 1.x */
    opacity: 0.9;               /* Good browsers */
}
.div123{
    padding-left: 20px;
    padding-right:20px
}
.toggled {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
    border-width: 0 1px;
}
.divSubMenuContent{

}
.divMenuAdministration{
    height:auto;             /* Good browsers */
}
.divMenuAdminHeading{
    /*margin-top:10px;*/
    padding:1px;
    background-color: #fff;
    width: 100%;
    height:18px;
    float: left;
    margin-bottom: 5px;
    text-align:center;
    display:block;
    border-radius: 5px;
    font-size:13px;
    font-family: Calibri;
    border:none;
    outline:none;
    text-decoration: none;
    font-weight: bolder;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.imgMenuAdminHeading{
    position:relative;
    top:2px;
    height:15px;
    width:15px;
}
.spanMenuAdminHeading{
    color: #444;
}
.divMenu4dContainer{

}
.divMenu1dContainer{

}
.divMenu1dHeading{
    opacity:0.9;
    text-align: center;
    background-color:#101010;
    color:#fff;
    display:block;
    border-radius: 5px;
    font-size:13px;
    font-family: Calibri;
    border:none;
    outline:none;
    text-decoration: none;
    font-weight: bolder;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    padding: 0px;
    height:18px;
}
.imgMenu1dHeading{
    position:relative;
    top:2px;
    height:15px;
    width:15px;
}
.spanMenu1dHeading{
    border-radius: 10px;
    padding-left: 10px;
    padding-right:10px;
    opacity:0.9;
    background-color:#101010;
    border-radius: 5px;
    /*margin: 3px auto;*/
}
.spanMenuAdminHeading,.spanMenu1dHeading{
    position:relative;
    top:-2px;
    display:inline-block;
    font-weight: bold;
    font-size:15px;
}
.divMenu1dContainer{
    padding:2px;   
}
.divMenuItems1dContainer{
    opacity:0.9;
    background-color:#101010;
    border-radius: 5px;
    padding:5px;
    margin: 3px auto;
}
.spanSubMenuHead{
    display:block;
    color:#fff;
    font-size:12px;
    text-decoration: none;
    font-weight: bolder;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.divSubMenuItem{

    padding-top:1px;
    padding-bottom:1px;
    padding-left:15px;
}
.imgSubMenuItem{
    position:relative;
    top:2px;
    height:12px;
    width:12px;
}
.aSubMenuItem{
    font-family: sans-serif;
    text-decoration: none;
    font-size:11px;
    color: #FFF;
    background-color: #424242;
    padding:1px;
    border-radius: 10px;
}
.aSubMenuItem:hover{
    text-decoration: none;
    color: #000;
    background-color: #FFF;
}

.divMenuAcademics{
    height:auto;
}

.divLogin{
    height:510px;
    padding-top:10%;
    background: url('../../chitra/login.jpg')no-repeat center center fixed; 
    background-size: 100% 100%;
}
.divContentInputArea3{
    margin-top:15px;
}
.divContentInputAreaMiddle{
    text-align: center;
    padding-top:5px;
}
.div_pictorial_password{
    background: url('../../chitra/password/junglebook.png') no-repeat;
    background-size: 100% 100%;
    height:300px;
    margin-top: 20px;
}
.divLui{    
    margin-top: 90px;
    margin-left: 2.1%;
}
.lui{
    width:25.2%;
    height:130px;
}
.divKaa{
    margin-top: -162px;
    margin-left: 22.3%;
}
.kaa{
    width:9.9%;
    height:52px;
}
.divMowgli{
    margin-top: 28px;
    margin-left: 42%;
}
.mowgli{
    width:12%;
    height:50px;
}
.divBaghira{
    margin-top: -150px;
    margin-left: 45.2%;
}
.baghira{
    width:25%;
    height:70px;
}
.divBaloo{
    margin-top: -3px;
    margin-left: 49.2%;
}
.baloo{
    width:27.5%;
    height:100px;
}
.divSherkhan{
    margin-top: -125px;
    margin-left: 75%;
}
.sherkhan{
    width:92%;
    height:120px;
}
.btnML1{
    margin-top:10px;
    margin-right: 20px;
    float:right;
}
.btnML2{
    margin-top:10px;
    float:right;
    margin-right: 20px;
}
.divHeaderProName{
    height:20px;
    text-align: center;
}

.divHeaderOrgLogo{
    text-align: center;
    /*border: solid 1px #fff;*/
}
.divHeaderOrgLogo a
{
    text-decoration:none;
    color:white
}
.imgOrgLogo{
    border:solid 3px #FE642E;
    border-radius:20%;
    height:40px;
    width:50px;
    float:left;
    margin-left: 45px;
}
.pOrgName{
    float:left;
    margin-top: 5px;
    padding-left: 25px;
    /*border: solid 1px #fff;*/
}
.divHeaderSearch{
    /*border: solid 1px #fff;*/
}
.txtOrgSearch{
    float:right;
    width:150px;
    margin-right:20px;
    margin-top:10px;
    background: url('../../chitra/search-dark.png') no-repeat 10px 6px #fff;
    border: 0 none;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #151515;
    width:150px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.txtOrgSearch:focus {
    background: url('../../chitra/search-dark.png') no-repeat 10px 6px #fcfcfc;
    color: #6a6f75;
    width: 200px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
#menu_display_results{
    color:#000;
    font-size: 13px;
}
#div_menu_search_result{
    text-align: center;
    padding:2px;
    z-index:9999;
    height:auto;
    width:200px;
    border:solid 1px white;
    position:absolute;
    right:20px;
    top:60px;
    background-color:#fff;
    border-radius: 10px;
}
#close_div_menu_search_result{
    z-index:9999;
    position:fixed;
    padding:1px;
    top:37px;
    right:27px;
    background-color: orange;
}
.a_search_menu_items{
    text-decoration: none;
    color:#000;
    font-size: 14px;
    font-weight: bold;
}
.a_search_menu_items:hover{
    color:#2E9AFE;
}


.divHeaderProName #login-trigger{  
    text-decoration: none;
    cursor:pointer;
    color:white;
    border-color: #fff;
    float:right;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0
}
.divHeaderProName #login-content {
    text-align: center;
    display: none;
    position: absolute;
    width:100px;
    height:auto;
    top: 24px;
    right: 30px;
    z-index: 99999999; 
    background-color: #000;
    /*padding-right: 10px;*/
    -moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
    -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);

}
.divHeaderProName #login-content a{
    text-decoration: none;
    color:#FFF;
    text-align: center;
}
.imgLoggedIn{
    border-radius:50%;
    border:solid 5px orange;
    height:30px;
    width:30px;
}
.imgWaveHand{
    height:25px;
    width:25px;
    position:relative;
    top:5px;
}
.pSenderName{
    color:orange;
    float:left;
    font-size: 15px;
}
.aLogout{   
    text-decoration: none;
    text-align: center;
    display:block;
    margin-bottom:5px;
}
.pLogOut{  
    display:block;
    text-align: center;
    /*border:solid 1px red;*/
    /*float:left;*/
    /*margin-left:28px;*/
    /*background-color: #fff;*/
    color:#fff;
    font-size:12px;
    border-radius:5px;
    padding-left: 5px;
    padding-right:5px;
}
.divNewDashboardLeft{
    float:left;
    height: auto;
    text-align: center;
    padding:10px 25px 10px 20px;
    background-color: #414142;
}
.imgDashboardProPic{
    border-radius:50%;
    border:solid 5px orange;
    height:100%;
    width:100%;
    max-height:130px;
    max-width:130px;
}
.imgDuplicateProPic{
    border-radius:50%;
    border:solid 1px orange;
    height:20px;
    width:20px;
    position:relative;
    top: 5px;
}
.imgReportDayWiseProfilePic{
    height:20px;
    width:20px;
    border-radius:50%;
    border:solid 3px #ccc;
}
.pLogggedInMemberName{
    text-align: center;
    color:orange;
    font-weight: bolder;
}
.divNewDashboardItemLeftMail{
    float:left;
    height:auto;
    margin:0px 0 0 0;
    padding:5px;
}
.rect_dashboard{
    display:block;
    height:21px;
    background-color:#151515;
    color:#fff; 
    border-radius: 10px;
    text-align: center;
    padding-top:1px;
    padding-bottom:25px;
    padding-right:3px;
    padding-left:3px;
    margin-top:5px;
    cursor:pointer;
}
.aLinkDashboard{
    font-size: 16px;
    text-decoration: none;
    color:#fff;
    font-weight: bold;
    text-align: center;
    border:none;
    outline: none;
}
.img_dash_menu_link{
    height:20px;
    width:20px;
    position:relative;
    top:2px;
}
.span_dash_menu_link{
    position:relative;
    top:-4px;
    left:2px;
}
.img_dash_menu{
    height:15px;
    width:15px;
    position:relative;
    top:2px;
}
.span_dash_menu{
    position:relative;
    left:2px;
}
.spanBdayHeadAdmin{
    display:block;
    color:#fff;
    font-size: 16px;
    cursor:pointer;
    border-radius: 10px;
    text-align: center;
    font-weight: bolder;
    padding:1px 3px 1px 3px;
}
.divTodayBirthdayListAdmin{
    background-color: #414142;
    display:none;   
    width:100%;
    padding-top: 15px;
    padding-left:10px;
    padding-right:10px;    
    height:auto;
}
.imgAdminBdayDashboard{
    height: 30px;
    width:30px;  
    float:left;
}
.pSuperAdminCandidateDashboard{  
    width:100%;    
    height:auto;
    color: #fff;
    font-weight: 300;   
    font-size: 12px;
}
.pEmpNameAdminBdayDashboard{
    margin-top:5px;
    text-align:center;
    /*margin-left:3px;*/
    float:left;
}
.spanAppFrameHeadAdmin{
    clear:both;
    display:block;
    font-size: 16px;
    color:#fff;
    cursor:pointer;
    border-radius: 10px;
    text-align: center;
    font-weight: bolder;
    padding:1px 3px 1px 3px;
}
.divAppFrameListAdmin{
    background-color: #414142;
    display:none;
    width:100%;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    height:auto;
}
.pCandidateDashboardApp{
    width:auto;    
    height:auto;
    color: #fff;
    font-weight: 300;   
    font-size: 12px;

}
.spanDashbAppFName{
    display:inline-block;
    text-decoration: none;
    color:#FFF;
}
.rating{
    float:right;
    height:20px;
    width:20px;
}
.spanDashbFirstLetter{
    text-align: center;
    display:inline-block;
    border-radius: 50%;
    background-color: #FCEFA1;
    height:18px;
    width:20px;
    font-weight: bolder;
    color:#000;
}
.spanAdminMenu{
    cursor:pointer;
    clear:both;
    display:block;
    color:#fff;
    font-size: 16px;
    border-radius: 10px;
    text-align: center;
    font-weight: bolder;
    padding:1px 3px 1px 3px;
}
.divTotalAdminMenu{
    z-index: 999999;
    display:none;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #414142;
}
.admin_menu_box{
    float:left;
    font-family: monospace;
    border-radius: 5px;
    border:solid 3px #222;
    padding: 5px;
    color:#fff;
    margin-top: 3px;
}
.imglinkDivHead{
    position:relative;
    top:2px;
    height:15px;
    width:15px;
}
.spanlinkDivHead{  
    background-color:#151515;
    border-radius: 10px;
    padding-left: 10px;
    padding-right:10px;
    position:relative;
    top:-2px;
    display:inline-block;
    font-weight: bold;
    font-size:15px;     
}
.admin_menu_item{
    padding: 1px;
    margin:4px 0;
    color:#FFF;
    font-weight: bolder;
}
.imgSubModuleLink{
    position:relative;
    top:2px;
    height:12px;
    width:12px;
}
.a_admin_menu{
    text-decoration: none;
    color:#FFF;
}
.clear{
    clear:both;
    height:1px;
}
.spanAcademicMenu{
    clear:both;
    display:block;
    cursor:pointer;
    color:#fff;
    border-radius: 10px;
    text-align: center;
    font-weight: bolder;
    padding:1px 3px 1px 3px;
}
.divTotalAcademicMenu{
    z-index: 999999;
    display:none;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #414142;
}
.divNewDashboardRight{
    float:left;
    height:auto;
    padding: 10px;
}
.divNewDashboardRightLeftSideItem{
    /*    float:left;
        height:auto;*/
    border:solid 1px #F2F2F2;
    border-radius: 10px;

}
.divInboxHt{
    height:382px !important;
}
.divAssignHt{
    min-height:450px !important;
}
.spanInboxHead{
    display:block;
    background-color:palegreen;
    color: #000;
    border-radius: 10px;
    text-align: center;
    font-weight: bolder;
    padding:1px 3px 1px 3px;
}
.divMailsContent{
    height:360px;
    /*width:100%;*/    
    padding-left: 0;
    padding-right: 0px;
}
.imgDashboardMailProPic{
    border-radius:50%;
    border:solid 5px orange;
    height:50px;
    width:50px;
}
.divMail{
    /*margin: 15px;*/
    border: solid 1px #E6E6E6;
    border-radius: 5px;
    min-height:100px;
}
.a_mail_anchorDashboard{
    text-decoration: none;
    color:#000;
}
.divMailUp{
    float:left;
    padding:5px 5px 5px 5px;
    /*width:100%;*/
}
.divMailProfilePic{
    float:left;
    padding-left:10px;
}
.divMailNameSubject{
    float:left;
    padding-left:20px;
    word-wrap: break-word;
}
.spanMailSenderName{
    color:orange;
}
.spanMailSubjectName{
    color:#000;
}
.hrMail{
    height:1px; 
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}
.spanMailMessage{
    color: #666;
}
.divMailDateTime{
    /*float:right;*/
}
.divNewDashboardRightRightSideItem{
    /*    float:right;
        height:auto;*/
    border:solid 1px #F2F2F2;
    border-radius: 10px;
}
.divTotCalendar{
    /*    float:left;
        height:auto;*/
    width: 100%;
}
.divHeadCalendar{   
    width:100%;
    display:block;
    background-color:#ea828e;
    color: #000;
    border-radius: 10px;
    text-align: center;
    font-weight: bolder;
    padding:1px 3px 1px 3px;    
}
.calendar_dashboard{
    width:99%;
    margin-left: 0.5%;
    height:360px;
    text-align: center;
    background-color: #FFF;
}
.previous_url,.next_url{
    width:auto;
    position:relative;
    top:-2px;
    color:#fff;
    text-decoration:none;
    font-weight: bolder;
    font-size: 10px;
    background-color: #424242;
    border-radius: 5px;
    border:none;
    outline:none;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    padding: 2px 5px 2px 5px;
}

.heading_calendar_dashboard{
    height:10px;
    font-size:1em;
    font-weight: bolder;
    padding:0px;
    color:#000;
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.3);
}
.week_row_dashboard{
    background-color: #444;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.week_day_dashboard{
    font-size:100%;
    font-weight: bolder;
    padding:0px;
    width:7%;
    height:3%;
    color:#fff;
}
.cal_cell_dashboard{
    border:solid 1px #E6E6E6;
    padding: 8px;
    width:auto;
    height:25px;
}
.day_p_dashboard{
    padding:0;
    margin:0;
    width:auto;
    font-weight: 600;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    text-align:left;
}
.cal_cell_div_dashboard{
    height:auto;
    border:solid 0px #000;
    width:auto;
}
.content_dashboard{
    padding:0;
    margin:0;
    float:left;
    font-size:10px;
    color:#666666;
    color:transparent;
    border:solid 0px #d8d8d8;
    width:50px;
    max-width: 50px;
}
.highlight_dashboard a{
    text-decoration: none;
    color:#000;
}
.highlight_dashboard{
    padding:0px;
    font-size:14px;
    font-weight: bolder;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    background-color: #99ff00;
    border-radius:20px;
}
.event_box_dashboard{
    float:left;
    height:15px;
    width:15px;
    border-radius: 50%;
    position:relative;
    top:2px;
    left:5px;
}
a.calendar_tooltip {
    position: relative;
    display: inline;
    text-decoration:none;
    cursor:pointer;
}
a.calendar_tooltip span.calendar_tooltipSpanDashboard {
    position: absolute;
    height: auto;
    width:auto;
    min-width:200px;
    max-height: 100px;
    color: #FFFFFF;
    background: #ea828e;
    font-size:10px;  
    line-height: 20px;
    text-align: center;
    padding:1px;
    visibility: hidden;
    border:solid 1px #FFF;
    border-radius: 6px;
    z-index: 9999;
    left: -180px;
}
a:hover.calendar_tooltip span.calendar_tooltipSpanDashboard {
    visibility: visible;
    opacity: 0.8;
    top: 30px;
    left: -180px;  
    z-index: 99999;
}
.calendar_tooltipLabelDashboard{
    color:#000;
    font-size:13px;
    font-weight:bold;
}
.event_titleDashboard{
    font-size:18px;
    font-weight: bolder;
}
.content_calendar{
    padding:0;
    margin:0;
    float:left;
    font-size:10px;
    color:#666666;
    color:transparent;
    border:solid 0px #d8d8d8;
    width:auto;
}
.span_event{
    height:10px;
    width:10px;
}

.calendar{
    width:100%;
    text-align: center;
    background-color: #fcfcfc;
    border:solid 1px #d8d8d8;
}
.heading_row{
    background-color: #666666;
}
.heading_calendar{
    height:20px;
    font-size:14px;
    font-weight: bolder;
    padding:5px;
    color:#fff;
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.3);
}
.week_row{
    background-color: #d8d8d8;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.week_day{
    font-size:17px;
    font-weight: bolder;
    padding:10px;
}
.cal_cell{
    border:dotted 1px #d8d8d8;
    padding: 10px;
}
.day_p{
    float:left;
    padding:0;
    margin:0;
    font-weight: 600;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    text-align:left;
}
.cal_cell_div{
    height:25px;
    max-width:70px;
    width:auto;
    border:solid 0px #000;
    padding:0;
    margin:0;
}
.content_id{
    font-size:10px;
    color:transparent;
}
.leave_name{
    font-weight: bolder;
    width:auto;
    color: #fff;
    border-radius: 20%;
    background-color: red;
    padding:1px;
}
.event_name{
    position:relative;
    top:-25px;
    left:30px;
    float:left;
    font-size:10px;
    color: black;
    width:90px;
}
.highlight a{
    text-decoration: none;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    color:#000;
}
.highlight{
    padding:0;
    /*font-size:25px;*/
    font-weight: bolder;
    color: #000;
    background-color: #99ff00;
    border-radius:20px;
    /*width:25px;*/
}
.event_title{
    font-size:20px;
    font-weight: bolder;
}
.event_denote{
    float:left;
    font-style: italic;
    font-size: 15px;
    margin-left: 10px;
}
.event_box{
    float:left;
    height:15px;
    width:15px;
    border-radius: 50%;
    position:relative;
    top:2px;
    left:5px;
}
a.calendar_tooltip span.calendar_tooltipSpan {
    position: fixed;
    width:100%;
    min-width:50px;
    /*max-height: 100px;*/
    color: #FFFFFF;
    background: #000000;
    font-size:10px;
    height: auto;
    line-height: 30px;
    text-align: left;
    padding:2px;
    visibility: hidden;
    border-radius: 6px;
    z-index: 9999;
}
/*a.calendar_tooltip span.calendar_tooltipSpan:after {
content: '';
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}*/
a:hover.calendar_tooltip span.calendar_tooltipSpan {
    visibility: visible;
    opacity: 0.8;
    top: 30px;
    /*left: 70%;*/
    /*margin-left: -76px;*/
    z-index: 99999;
}
.calendar_tooltipLabel{
    color:#64FE2E;
    font-size:13px;
    font-weight:bold;
}
.ulDashboardTT{
    text-align: center !important;
    padding:1px !important;
    height:24px !important;
    background-color: #FFFF7E !important;
    border-radius: 10px!important;
    border:none !important;      
}
.liDashboardTT1{
    border:none !important;   
    outline: none !important;
    height:14px !important;
    padding:0px !important;
    margin: 0 !important;
    width:50px !important;
    font-size:10px !important;
    font-family:Monospace !important;    
    font-weight: bolder !important;
}
.aDashboardTT1{
    padding:0px !important;
    margin:0 !important;
    width:50px !important;
    font-size:11px !important;
    font-family:Monospace !important;
    font-weight: bolder !important;
    border-radius: 10px !important;
    color: #fff !important;
    background-color: #000 !important;
}
.liDashboardTT2{
    border:none !important;
    outline: none !important;
    height:14px !important;
    padding:0px !important;
    margin: 0 !important;
    width:50px !important;
    font-size:11x !important;
    font-family:Monospace !important;
    color: maroon !important;
    font-weight: bolder !important;
    background-color: #fff !important;
}
.aDashboardTT2{
    padding:0px !important;
    margin:0 !important;
    width:70px !important;
    font-size:11px !important;
    font-family:Monospace !important;
    font-weight: bolder !important;
    border-radius: 10px !important;
    color: #fff !important;
    background-color: #000 !important;
}
.spanDashboardTT{
    display: inline-block !important;
    margin-left:-30px !important;
    font-family: Calibri !important;
    color:#000 !important;
    font-weight: bold !important;
    font-size: 16px !important;
    position:relative !important;
    top:-4px !important;
}
.tabsTT{
    border:none;
}
.tabMinHeightTT{
    min-height:380px;
}
/*ADDED EMPLOYEE DASHBOARD TIMETABLE AND ATTENDANCE INNER ELEMENTS CSS FROM ALL*/
.ui-widget-content{
    border:none !important;
}
.div_period_box_dashb_teacher_tt{
    border:solid 1px #d8d8d8;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    /*    padding: 2px;
        margin: 2px;*/
    font-family:monospace;
    font-size: 14px;
    min-height: 150px;
}
.div_period_box_dashb_student_tt{
    border:solid 1px #f2f2f2;
    border-radius: 10px;
}
.period_subject_dashb_teacher_tt{
    display:block;
    background-color:#F9F9F9;
    border:solid 1px #A7C3D2;
    color: #434343;  
    border-radius: 10px;
    width:auto;
    height:auto;
    word-break: break-all;
    padding:1px 3px 1px 3px;
    margin-top:3px;
}
.period_class_sect_dashb_teacher_tt{
    display:block;
    background-color:#F9F9F9;
    border:solid 1px #A7C3D2;
    color: #434343;  
    border-radius: 10px;
    width:auto;
    height:auto;
    padding:1px 3px 1px 3px;
    margin-top:3px;
}
.period_name_dashb_teacher_tt{
    display:block;
    background-color: #9AD9F3;
    color: #454551;
    border-radius: 10px;
    width:auto;
    height:auto;
    padding:1px 3px 1px 3px;
}
.period_timings_dashb_teacher_tt{
    display:block;
    background-color:#F9F9F9;
    border:solid 1px #A7C3D2;
    color: #434343;
    border-radius: 10px;
    width:auto;
    height:auto;
    padding:1px 3px 1px 3px;
    margin-top:3px;
}



/*TEACHER ATTENDANCE DASHBOARD*/
.div_class_sect{
    width:100%;
    margin-top: 10px;
    color:  #666;
    font-family: calibri;
    font-weight: bolder;

}
.divEachStudAttDashb{
    height:50px;
    width:200px;
    float:left;
    margin-left:10px;
}
.divEachStudAttDashbPresent{
    height:50px;
    width:200px;
    float:left;
    margin-left:30px;
}
.divEachStudAttDashbPresentObject{
    font-weight:bolder;
    color:white;
    background-color:#92FB3A;
    border-radius:50%;
    height:20px;
    width:20px;
    text-align:center;
    font-size:13px;
    float:left;
    top:15px;
    position:relative;
}
.divEachStudAttDashbAbsentObject{
    font-weight:bolder;
    color:white;
    background-color:#F56460;
    border-radius:50%;
    height:20px;
    width:20px;
    text-align:center;
    font-size:13px;
    float:left;
    top:15px;
    position:relative
}
.checkBoxEachStudAttDashb{
    background:transparent;
    border:0;
    box-shadow:none;
    outline:solid 2px orange;
    position:relative;
    top:-2.2px;
}
.imgEachStudAttDashb{
    height:30px;
    width:30px;
    border-radius:50%;
    border:solid 2px orange;
    top:8px;
    position:relative;
}
.spanDashbAttenName{
    display: inline-block;
    font-family: Verdana;
    font-weight: 900;
    font-size: 11.5px;
    color:#000;
    position:relative;
    top:-1px;
}
.tt_imgProfilePic_view_timetable_dashb{
    display:inline-block;
    height:30px;
    width:30px;
    border-radius: 50%;
    margin-top:-10px;
}
.spanRemarksHead{
    width: 530px;
    display:block;
    background-color:#F5B860;
    color: #000;
    border-radius: 10px;
    text-align: center;
    font-weight: bolder;
    padding:1px 3px 1px 3px;
    margin-left: 8px;
}
.spanAttendancePercentHead{
    background-color:#9AD9F3;
    color: #000;
    border-radius: 10px;
    text-align: center;
    font-weight: bolder;
    padding:1px 3px 1px 3px;
    margin-top: 4px;
}



/*ATTENDANCE CHART*/

#chart{
    width:auto;
    /*border:solid 1px #000;*/
    float:left;
}
#chart dt{
    width:15%;
    float:left;
    /*margin:0 10px 5px 0;*/
    margin-left:5px;
    padding:2px 0;
    display:inline-block;
    font-weight:bold;
    text-align:left;
    /*border:solid 1px #000;*/
}
#chart dd{
    width:63%;
    border:1px solid #ddd;
    float:right;
    margin-bottom:5px;
    display:inline;
    margin-right: 5px;
}
#chart dd span{
    color:#666;
    background:#94DBF9;
    text-align:center;
    padding:0;
    font-size: 14px;
    display:block;

    /*text-shadow:1px 1px 1px rgba(0,0,0,0.2);*/
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background:-webkit-gradient(linear, left top, 
        left bottom, from(#94DBF9), to(#C4EAFA));
    -webkit-box-reflect:below 0 
        -webkit-gradient(linear, left top, 
        left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.25)));
}

#data-one{
    -webkit-animation-name:bar-one; /* Give the bar an animation with a
      unique name */
}
#data-two{
    -webkit-animation-name:bar-two; /* Give the bar an animation with a
      unique name */
}
#data-three{
    -webkit-animation-name:bar-three; /* Give the bar an animation with a
      unique name */
}
#data-one,#data-two,#data-three{ /* Define animation styles for all three
        bars at once */
    -webkit-animation-duration:0.5s; /* Animation duration in seconds */
    -webkit-animation-iteration-count:1; /* Amount of times to loop */
    -webkit-animation-timing-function:ease-out; /* Ease in, out etc. */
}
.divHeadAttendance{   
    float:right;
    width:100%;
    display:block;
    background-color:orange;
    color: #000;
    border-radius: 10px;
    text-align: center;
    font-weight: bolder;
    padding:1px 3px 1px 3px;   
    margin-top:4px;
}
.spanToday{
    display:inline-block;
    text-align: center;
    font-weight: bold;
    color: #000;
    margin-right: 10px;
}
.spanTodayDate{
    display:inline-block;
    text-align: center;
    color: #000;
    font-weight: bolder;
}
.spanSubjectListHead{
    clear:both;    
    display:block;
    color: #FFF;
    font-size: 16px;
    border-radius: 10px;
    text-align: center;
    font-weight: bolder;
    padding:1px 3px 1px 3px;
}
.imgDashbBook{
    height:15px;
    width:15px;
    position:relative;
    top:2px;
}
.rect_menu{
    border-radius: 5px;
    border:none;
    outline:none;
    color: #000;
    font-weight: bolder;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    padding: 10px;
    margin:4% 3%;
}
.divFooterMenu{
    text-align: center;
    float:left;
    width:80%;
}

.divFooterMenu button{
    height:45px;
    width: 45px;
    margin: 0% 0% 0 0%;
    background-color:#151515;
    background-image: url('../../chitra/menu3.png');
    background-size: 45px 45px;
    cursor:pointer;
}
.divFooterDashboard{
    text-align: center;
    float:right;
    width:10%;
}

.divFooterDashboard a{
    height:45px;
    width: 45px;
    margin-right:20px;
    float:right;
    background-color:#151515;
    background-image: url('../../chitra/dashboard.gif');
    background-size: 45px 50px;
}
.imgDashboard{
    height: 30px;
    width: 30px;
}
/*STYLE OF HELP STARTS*/

.help_definition_quote{
    height:350px;
    display:block;
    background: #F2F2F2;
    padding: 15px;
    margin: 0 0 20px;
    position: relative;

    /*Font*/
    font-family: Calibri;
    font-size: 12px;
    line-height: 1.2;
    color: #000;

    /*Borders - (Optional)*/
    border-left: 7px solid orange;
    border-right: 2px solid orange;

    /*Box Shadow - (Optional)*/
    /*  -moz-box-shadow: 2px 2px 15px #ccc;
      -webkit-box-shadow: 2px 2px 15px #ccc;
      box-shadow: 2px 2px 15px #ccc;*/
}

.help_definition_quote::before{
    content: "\201C"; /*Unicode for Left Double Quote*/

    /*Font*/
    font-size: 30px;
    font-weight: bold;
    color: orange;

    /*Positioning*/
    position: absolute;
    left: 0;
    top:5px;
}

.help_definition_quote::after{
    /*Reset to make sure*/
    content: "";
}
.mTopSubject{
    position:relative;
    top:-10px;
}
.help_example{
    padding-left:15px;
    font-weight: bolder;
    font-family: Calibri;
    font-size: 12px;
    color: #555;
}
.ulHelpSubEx1{
    float:left;
    width:115px;
    display:block;
}
.ulHelpSubEx2{
    float:left;
    width:124px;
}
.help_ul {
    list-style: none;
    padding:0;
    margin:0;
}

.help_li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

.help_li:before {
    content: "\1F80A";
    color: orange; /* or whatever color you prefer */
}
.help_list_head{
    font-family: Calibri;
    font-size: 12px;
    font-weight: bolder;
}
.help_list_content{
    font-family: Calibri;
    font-size: 12px;

}
/*STYLE OF HELP ENDS*/
.open {
    position: relative;
    float:right;
    width: 50px;
    height: 30px;
    display: block;
    cursor: pointer;
}
#action_button_view {
    position:relative;
    background-color: #2E9AFE;
}
#action_button_close{
    z-index: 200;
    position:relative;
    /*top:2px;*/
    background-color: orange;
}
.sub-menu {
    height: 0;
    width: 300px;
    right: 0;
    margin-top:10px;
    margin-right:10px;
    position: absolute;
    background-color: #2E2E2E;
    border-radius: 2%;
    z-index: 18;
    /*padding-left:20px;*/
}
.oppenned .sub-menu {
    opacity: 1;
    height:375px;
    width: 300px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.container_view{
    display:table;
    width:250px;
    max-width:250px;
    position:relative;
    margin-left:-7px;
}
.heading_view{
    display:table-row;
    line-height: 11px;
    text-align: center;
    background-color: #585858;
    width:200px;
}

.row_highlight_light_view{
    background-color: #585858;
}
.row_highlight_dark_view{
    background-color: #424242;
}
.table-row_view{
    display:table-row;
    text-align: right;
}
.table-row_view_emp_sub_assoc{
    display:table-row;
    text-align: right;
}
.col-head-white_view{
    text-align: left;
    font-size:16px;
    font-weight:700;
    color:#fff;
}
.col-head_view{
    text-align: center;
    font-size:16px;
    font-weight:700;
    color:#fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.col-head_view, .col_view, .col-head-white_view, .col-white_view{
    padding:10px;
    display:table-cell;
}
.col-white_view,.spanWhite_view{
    text-align: center;
    font-size:14px;
    color:#fff;
    font-weight: bolder;
}
.col_view{
    text-align: left;
    font-size:14px;
    color:#fff;
    font-weight: bolder;
    word-wrap: break-word;
}
.col_view_emp_sub_assoc{
    display: table-cell;
    text-align: left;
    font-size: 14px;
    color: #fff;
    font-weight: bolder;
    padding-left: 10px;
    word-wrap: break-word;
}
.col_view_emp_sub_assoc_name{
    position:relative;
    top:-20px;
    left:-9px;
}

.p_status_active{
    display: inline;
    font-weight: bold;
    color: #9afe28;
}
.p_status_inactive{
    display: inline;
    font-weight: bold;
    color: orange;
}
.delete{
    text-decoration: none;
    width:50px;
    background-color: #fff;
    border-radius: 5px;
    border:none;
    outline:none;
    color: #000;
    font-weight: bolder;
    font-size:11px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    padding: 3px 7px 3px 7px;
}
.delete_managett{
    text-decoration: none;
    background-color: #fff;
    border:none;
    border-radius:2px;
    outline:none;
    color: #000;
    font-weight: bolder;
    font-size:11px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    padding-left:2px;
    padding-right:2px;
}
.edit{
    text-decoration: none;
    width:50px;
    background-color: #fff;
    border-radius: 5px;
    border:none;
    outline:none;
    color: #000;
    font-weight: bolder;
    font-size:11px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    padding: 3px 7px 3px 7px;
    margin-right:10px;
}
.edit_managett{
    text-decoration: none;
    border-radius:2px;
    background-color: #fff;
    border:none;
    outline:none;
    color: #000;
    font-weight: bolder;
    font-size:11px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    margin-right:2px;
    padding-left:2px;
    padding-right:2px;
}
.edit_entries{
    text-decoration: none;
    width:50px;
    background-color: #fff;
    border-radius: 5px;
    border:none;
    outline:none;
    color: #000;
    font-weight: bolder;
    font-size:11px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    padding: 3px 7px 3px 7px;
    margin-right:10px;
}
.edit_entries_managett{
    text-decoration: none;
    border-radius:2px;
    background-color: #fff;
    border:none;
    outline:none;
    color: #000;
    font-weight: bolder;
    font-size:11px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    margin-right:1px;
    padding-left:2px;
    padding-right:2px;
}
.div_tooltipSpan{
    z-index:9999;
    position:absolute;
    top:70px;
    left:90px;
    width:160px;
    max-width:160px;
    color: #FFFFFF;
    background: #000000;
    font-size:10px;
    height: 300px;
    text-align: left;
    padding:12px 10px 20px 10px;
    visibility: hidden;
    border-radius: 6px;
}
.divHelp{
    height:30px;
    float:right;
    margin-right:9px;
    margin-top:3px;
}
.tooltip_help{
    height: 15px;
    width:25px;
    /*    float:right;
        position:absolute;
        top:112px;
        right:60px;*/
}
.tooltip_img{
    height: 15px;
    width:25px;
}
.div_tooltipSpan_help{
    z-index:99999;
    float:right;
    opacity: 1;
    height:375px;
    width: 300px;
    right: 10px;
    margin-top: 7px;
    position:absolute;
    color: #000;
    background-color:  #FFF;
    font-size:15px;
    height: 375px;
    padding-top:25px;
    padding-bottom:25px;
    text-align: left;
    padding:12px 10px 20px 10px;
    visibility: hidden;
    border:solid 1px orange;
    border-radius: 6px;
}
.close_tooltip{
    border:none;
    outline:none;
    background-color:red;
    border-radius:50%;
    padding:2px 5px 2px 5px;
    color:white;
    font-weight:bolder;
    position:relative;
    top:-7px;
    left:130px;
    cursor:pointer
}
a.tooltip {
    position: relative;
    display: block;
    text-decoration:none;
    color:#fff;
    max-width:108px;
    width:108px;
    padding-left:2px;
    padding-top:2px;
    padding-bottom:2px;
}
a.tooltip:hover{
    background-color: #000;
    border-radius: 6px;
}
a.tooltip span.tooltipSpan {
    position: fixed;
    width:180px;
    max-width:180px;
    color: #FFFFFF;
    background: #000000;
    font-size:10px;
    height: 300px;
    text-align: left;
    padding:12px 10px 10px 10px;
    visibility: hidden;
    border-radius: 6px;
}
a.tooltip span.tooltipSpan:after {
    content: '';
    position:fixed;
    top: 3%;
    right: 100%;
    width: 0; height: 0;
}
a:hover.tooltip span.tooltipSpan {
    visibility: visible;
    top: 201px;
    right: 37px;
    z-index: 200;
}
.rect_small_for_list{
    background-color: #fff;
    border-radius: 5px;
    border:none;
    outline:none;
    color: #000;
    font-weight: bolder;
    font-size:11px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    padding: 5px;
}
.rect_small_for_list_leave_reset{
    background-color: #fff;
    border-radius: 5px;
    border:none;
    outline:none;
    color: #000;
    font-weight: bolder;
    font-size:11px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    padding: 5px;
}
.container_tool_tip{
    display:table;
    margin: 0 auto;
}
.heading_tool_tip{
    display:table-row;
    line-height: 11px;
    text-align: center;
    background-color: #585858;
}
.row_highlight_light_tool_tip{
    background-color: #585858;
}
.row_highlight_dark_tool_tip{
    background-color: #424242;
}
.table-row_tool_tip{
    display:table-row;
    text-align: right;
    height:250px;
    max-height: 250px;
}
.col-head-white_tool_tip{
    text-align: left;
    font-size:16px;
    font-weight:700;
    color:#fff;
}
.col-head_tool_tip{
    text-align: left;
    font-size:16px;
    font-weight:700;
    color:#fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.col-head_tool_tip, .col_tool_tip, .col-head-white_tool_tip, .col-white_tool_tip{
    padding:10px;
    display:table-cell;
}
.col-white_tool_tip,.spanWhite_tool_tip{
    text-align: center;
    font-size:14px;
    color:#fff;
    font-weight: bolder;
}
.col_tool_tip{
    text-align: left;
    font-size:14px;
    color:#fff;
    font-weight: bolder;
}
.container_view_holder{
    height:335px;
    width:260px;
    max-width:260px;
    position: relative;
    margin-left:20px;
}
.tooltipContentGreen{
    color: #9afe28;
}
.tooltipHead{
    display:fixed;
    width:115px;
    float:left;
    margin-right:15px;
    color: #9afe28;
    font-size:14px;
    font-weight:bolder;
    padding: 1px;
}
.tooltipDesc{
    word-break:break-all;
    display:fixed;
    width:115px;
    float:left;
    color: #fff;
    font-size:13px;
    padding: 1px;
    font-weight:400;
}
.tooltipClear{
    clear:both;
}
/*scrollbarStyle.css*/
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS:
        1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
        2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
        3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
        4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
        5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
        6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
                6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/

.mCustomScrollbar{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
.mCustomScrollbar.mCS_no_scrollbar{ -ms-touch-action: auto; touch-action: auto; }

.mCustomScrollBox{ /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container{ /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
}



/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_inside > .mCSB_container{ margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */

.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail{
    width: 10px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 30px; /* minimum dragger height */
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_horizontal.mCSB_inside > .mCSB_container{
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

.mCSB_scrollTools.mCSB_scrollTools_horizontal{
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    width: 100%;
    height: 7px;
    margin: 5px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
    width: 30px; /* minimum dragger width */
    height: 100%;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
    height: 12px; /* auto-expanded scrollbar */
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
    height: 8px; /* auto-expanded scrollbar */
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_container_wrapper{
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container{
    padding-right: 30px;
    padding-bottom: 30px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{
    padding-right: 0;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{
    padding-bottom: 0;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
    margin-right: 0; /* non-visible scrollbar */
    margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,
        margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
        margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
        opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,
        margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
        margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
        opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,
        margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
        margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
        opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s,
        margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
        margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
        opacity .2s ease-in-out, background-color .2s ease-in-out;
}



/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/

/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/

/* default theme ("light") */

.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #000; background-color: rgba(0,0,0,0.4);
    filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #fff; background-color: rgba(255,255,255,0.75);
    filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background-color: #fff; background-color: rgba(255,255,255,0.85);
    filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #fff; background-color: rgba(255,255,255,0.9);
    filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
    background: url('../images/mCSB_buttons.png'); /* css sprites */
    background-repeat: no-repeat;
    /*opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)";*/
}

.mCSB_scrollTools .mCSB_buttonUp{
    background-position: 0 0;
    /*
    sprites locations
    light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
    dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
    */
}

.mCSB_scrollTools .mCSB_buttonDown{
    background-position: 0 -20px;
    /*
    sprites locations
    light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
    dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
    */
}

.mCSB_scrollTools .mCSB_buttonLeft{
    background-position: 0 -40px;
    /*
    sprites locations
    light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
    dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
    */
}

.mCSB_scrollTools .mCSB_buttonRight{
    background-position: 0 -56px;
    /*
    sprites locations
    light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
    dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
    */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }


/* theme: "dark" */

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }

/* ---------------------------------------- */



/* theme: "light-2", "dark-2" */

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
    width: 4px;
    background-color: #fff; background-color: rgba(255,255,255,0.1);
    -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 4px;
    background-color: #fff; background-color: rgba(255,255,255,0.75);
    -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }


/* theme: "dark-2" */

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #000; background-color: rgba(0,0,0,0.1);
    -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #000; background-color: rgba(0,0,0,0.75);
    -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }

/* ---------------------------------------- */



/* theme: "light-thick", "dark-thick" */

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
    width: 4px;
    background-color: #fff; background-color: rgba(255,255,255,0.1);
    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 6px;
    background-color: #fff; background-color: rgba(255,255,255,0.75);
    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


/* theme: "dark-thick" */

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #000; background-color: rgba(0,0,0,0.1);
    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #000; background-color: rgba(0,0,0,0.75);
    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }

/* ---------------------------------------- */



/* theme: "light-thin", "dark-thin" */

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    height: 2px;
    margin: 7px auto;
}


/* theme "dark-thin" */

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }

/* ---------------------------------------- */



/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 14px;
    margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    height: 14px;
    margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
    width: 16px; /* auto-expanded scrollbar */
    height: 16px;
    margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
    height: 16px; /* auto-expanded scrollbar */
    width: 16px;
    margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
    height: 4px; /* auto-expanded scrollbar */
    margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }


/* theme "rounded-dark", "rounded-dots-dark" */

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }


/* theme "rounded-dots", "rounded-dots-dark" */

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    background-color: transparent;
    background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    opacity: 0.3;
    filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }


/* theme "rounded-dots-dark" */

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }

/* ---------------------------------------- */



/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
}


/* theme "3d", "3d-dark" */

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools{
    opacity: 1;
    filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
    width: 8px;
    background-color: #000; background-color: rgba(0,0,0,0.2);
    box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    height: 8px;
    margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }


/* theme "3d-dark" */

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #000; background-color: rgba(0,0,0,0.1);
    box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }

/* ---------------------------------------- */



/* theme: "3d-thick", "3d-thick-dark" */

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools{
    opacity: 1;
    filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    height: 12px;
    width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
    background-color: #000; background-color: rgba(0,0,0,0.05);
    box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }


/* theme: "3d-thick-dark" */

.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
    background-color: #fff; background-color: rgba(0,0,0,0.05);
    box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }

/* ---------------------------------------- */



/* theme: "minimal", "minimal-dark" */

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
    right: 0;
    margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
    bottom: 0;
    margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
    left: 0;
    right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #fff; background-color: rgba(255,255,255,0.2);
    filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #fff; background-color: rgba(255,255,255,0.5);
    filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)";
}


/* theme: "minimal-dark" */

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #000; background-color: rgba(0,0,0,0.2);
    filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #000; background-color: rgba(0,0,0,0.5);
    filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */



/* theme "light-3", "dark-3" */

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
    width: 6px;
    background-color: #000; background-color: rgba(0,0,0,0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    width: 100%;
    height: 6px;
    margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
    width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
    height: 12px;
    margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }


/* theme "dark-3" */

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }

/* ---------------------------------------- */



/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
    width: 12px;
    background-color: #000; background-color: rgba(0,0,0,0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    width: 100%;
    height: 12px;
    margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }


/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }


/* theme "inset-2", "inset-2-dark" */

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255,255,255,0.2);
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }


/* theme "inset-3", "inset-3-dark" */

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

/*--------------------------------------------------*/
.input_select {
    margin: 0;
    border:solid 1px silver;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 2px 1px 2px rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    color:#444;
    width:70%;
    padding: 7px 5px 7px 5px;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

.select_label {position:relative}
.select_label:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#444;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.select_label:before {
    content:'';
    right:5px; top:-5px;
    width:19px; height:30px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block !important;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: top;
    padding: 0;
    margin: 0;
}
table tr {
    margin: 0;
    padding: 0;
}
table td {
    vertical-align: top;
    margin: 0;
    padding: 0;
    text-align: center;
}
.table{
    width:100%;
}
.thead{
    background-color: #d8d8d8;
    padding:10px;
    margin:0;
    text-align: center;
    font-weight:bolder;
    color:#000;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.row{
    border-left: solid 5px #d8d8d8;
    border-right: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
}
.row:hover{
    background-color: #d8d8d8;
    border-left: solid 5px #444;
}
.table tr:first-child{
    border-top: solid 1px #d8d8d8;
    width:100%;
}
.table td{
    padding:10px;
    margin:0;
    width:140px;
    color:#444;
    font-size: 16px;
}
.next{
    text-decoration: none;
}
.span_no_matches_found{
    color:#444;
    font-size:12px;
}
/*NOT RESPONSIVE profile.css-- DONE*/
.bg-odd{
    background-color: #f1f1f1;
}
.bg-even{
    background-color: #fff;
}
.bg-add-subject{
    background-color: #ffe9d2;
}
.a-delete-subject{
    padding:3px;
    text-decoration: none;
    color:#000;
    font-weight: bolder;
    border-radius: 30%;
    border: solid 1px #f1f1f1;
    background-color: #fff;
    margin-left:5px;
}
.div_container{
    height:auto;
    border:solid 1px #dcdcdc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*margin:2% 0;*/    
    padding:3%; 
}
/*.div_container .edit_profile{
    display:inline-block;
    text-decoration: none;
    position:relative;
    left:500px;
}*/
.h1ProfileName{
    word-break:  break-all;
}
.divProfilePic{
    float:right;
}
.imgProfilePic{
    height:70px;
    width:70px;
    border-radius: 50%;
}
.h_general{
    border:solid 1px #dcdcdc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #dcdcdc;
    padding:2px;
}
.p_general{
    padding:0;
    margin:2px 0;
    /*width:700px;*/
    min-height: 20px;
    height:auto;

}
.p_label_general{
    /*float:left;*/
    font-weight: bold;
    /*width:200px;*/
    /*margin-right:10px;*/
}
.mt25{
    margin-top:25px;
}
.p_value_general{
    /*float:left;*/
}
.p_clear{
    clear:both;
    height:3px;
    padding:0;
    margin:0;
}
/*NOT RESPONSIVE ATTENDANCE PROFILE DIV -- DONE*/
.div_attendance_profile{
    background-color: #000;
    padding:10px 0 10px 0;
    border-radius: 10px;
}
.div_attendance_profile_pic{
    float:left;

}
.img_attendance_profile_pic{
    height:35px;
    width:35px;
    border-radius:50%;
}
.attendance_profile_info{
    background-color: #2E9AFE;
    padding:10px;
    border-radius: 10px;
}
.span_attendance_profile_info{
    display:block;
    font-weight: 100;
    font-size: 18px;
    color:#fff;
}
.bolder{
    font-weight: bolder;
}
.italic{
    font-style:italic;
}
/***********************/
.studList{
    overflow-y: scroll;height:80px;
}
.studList_assignment{
    overflow-y: scroll;height:300px;
}
.div_popup{
    overflow-x: hidden;
    overflow-y: hidden;
    float:left;
    border:solid 1px #dcdcdc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height:440px;
    width:500px;
    background-color:#fff;
}
.div_popup_calendar{
    text-align: center;
    overflow-x: hidden;
    overflow-y: hidden;
    float:left;
    border:solid 1px #dcdcdc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height:auto;
    min-height:70px;
    width:500px;
    background-color:#000;
    color:#fff;
}
.div_popup_calendar_dashboard{
    text-align: center;
    overflow-x: hidden;
    overflow-y: hidden;
    float:left;
    border:solid 1px #dcdcdc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height:auto;
    min-height:70px;
    width:500px;
    background-color:#000;
    color:#fff;
}
.div_popupRow{
    float:left;
    width:100%;
    /*padding:10px;*/
    text-align:left;
}
.label_popup{
    float:left;
    color: #424242;
    font-size:16px;
    font-weight:100;
    width:100%;

}
.div_popupInput{
    float:right;
    text-align:left;
    margin-top: -3px;
}

.input_ptextBox{
    border: 0 none;
    font-size: 12px;
    color:#424242;
    width:200px;
    padding: 7px 5px 7px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 2px 1px 2px rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.input_ptextBox:focus{
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.input_pselect{
    margin: 0;
    border:solid 1px silver;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 2px 1px 2px rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    color:#444;
    width:210px;
    padding: 5px 0px 7px 0px;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}
.select_plabel {position:relative}
.select_plabel:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#444;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:3px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.select_plabel:before {
    content:'';
    right:5px; top:3px;
    width:19px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.spanCautionHeading{
    font-weight: bolder;
    color: red;
}
.spanCautionContent{
    color:red;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .input_pselect {padding-right:18px}
}
.span_popupError{
    display:block;
    clear:both;
    padding-top:10px;
    text-align:left;
    font-size:12px;
    font-weight:600;
    color:#FE2E2E;
    width: 250px;
}
.span_popupError_emp_attendance{
    display:block;
    clear:both;
    padding-top:10px;
    text-align:center;
    font-size:12px;
    font-weight:600;
    color:red;
    width: 250px;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox{
    max-width:600px;
}
#colorbox, #cboxOverlay, #cboxWrapper{

    position:absolute;
    top:0;
    left:0;
    z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; }
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.

#cboxOverlay{background:url(images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

         these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

         avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating)
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}*/

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
#cboxClose{
    display: none;
}
/*--------------------------------------------------*/
.anchor_button{
    text-decoration: none;
    border-radius: 5px;
    border:none;
    outline:none;
    color: #000;
    font-weight: bolder;
    font-size:12px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    padding: 5px 10px 5px 10px;
    animation: anm_btnLoad 1s forwards;
    -webkit-animation:anm_btnLoad 1s forwards;
    -moz-animation: anm_btnLoad 1s forwards;
    -o-animation: anm_btnLoad 1s forwards;
}
.anchor_button_for_emp_profile{
    float:right;
    text-decoration: none;
    border-radius: 5px;
    border:none;
    outline:none;
    color: #000;
    font-weight: bolder;
    font-size:12px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    padding: 5px 10px 5px 10px;
    /*    animation: anm_btnLoad 1s forwards;
        -webkit-animation:anm_btnLoad 1s forwards;
        -moz-animation: anm_btnLoad 1s forwards;
        -o-animation: anm_btnLoad 1s forwards;*/
}
.p_note_mandatory{
    color: #424242;
    font-size: 17px;
    font-weight: bold;
}
#div_user_explore{
    height:auto;
    max-height: 100%;   
    padding:10px;

}
.div_explore_content{
    padding:10px;
    float:left;
    background-color: #000;
    border-radius: 10px;
}
.div_explore_profile_pic{
    float:left;
    padding:5px;
}
.img_explore_profile_pic{
    float:left;
    border-radius: 50%;
    height:100px;
    width:100px;
}
.img_former_profile_pic{
    border-radius: 50%;
    height:50px;
    width:50px;
}
.div_former_content{
     padding:10px;
    border: solid 1px wheat;
    border-radius: 10px;
}
.div_former_stud_name{
    font-weight: bolder;
    color: #57585b;
    font-size: 16px;
}
.div_former_parent_name{
    color: #57585b;
    font-size: 14px;
}
.img_former_parent_pic{
    border-radius: 50%;
    height:35px;
    width:35px;
/*     position:relative;
    left:-110px;*/
}
.div_former_parent_area{
/*    position:relative;
    top:-30px;*/
}
.div_emergency_contact_number{
    color: #57585b;
    font-size: 12px;
}
.div_profile_content{
    color: #57585b;
    font-size: 12px;
    padding:5px;
}
.div_explore_field{
    float:left;
    padding:5px;
}
.label_explore_field{
    display:block;
    float:left;
    color: #2E9AFE;
    font-weight: bolder;
    font-size:14px;
}
.span_explore_field{
    display:block;
    float:left;
    margin-left:5px;
    color:#fff;
    font-size:14px;
}
.div_explore_clear{
    clear:both;
}
.div_explore_buttons_field{
    float:left;
    padding: 25px 5px 5px 5px;
}
/*NOT RESPONSIVE--DONE*/
.div_explore_buttons{
    background-color: orange;
    border-radius: 5px;
    border:none;
    outline:none;
    color: #000;
    font-weight: bolder;
    font-size:11px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    padding: 5px;
    margin: 0 10px;
}
.change{
    background-color:red;
    color:white;
}
.imgProfilePicDD{
    height:50px;
    width:50px;
}
.imgProfilePic_small{
    height:60px;
    width:80px;
    border-radius: 50%;
}

/*NOT RESPONSIVE EDIT 2 OF EVENT*/
/*CSS FOR FEE SUBMISSION DIV*/
.divFeeHeading{
    background-color: #D0D0D0;
    text-align: center;
    font-size:16px;
    font-weight:700;
    color:#424242;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    padding:5px 0;
}
.divFeeHeading_without_bold{
    background-color: #D0D0D0;
    text-align: center;
    font-size:16px;
    color:#424242;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    /*padding:5px;*/
}
.container{
    display:table;
    width:95%;
    border-left:solid 1px #ccc;
    border-right:solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin: 0 auto;
}
.heading_fee{
    display:table-row;
    line-height: 11px;
    text-align: center;
    background-color: #d8d8d8;
}
.btnCross{
    text-decoration:none;
    border:none;
    outline:none;
    background-color:#FFF;
    border-radius:50%;
    padding:1px 5px 1px 5px;
    color:#000;
    font-weight:bolder;
    cursor:pointer;
    position:relative;
    top:-1px;
    left:2px;
}
.imgFeeStudentPic{
    height:40px;
    width:40px;
    border-radius: 50%;
    border:solid 3px orange;
}

.span_reciept_num,.color_greyish{
    color: #424242;
}

.row_highlight_light{
    background-color: #585858;
}
.row_highlight_dark{
    background-color: #424242;
}
.table-row{
    width:100%;
    display:table-row;
    text-align: right;
}
.col-head-white{
    text-align: center;
    font-size:16px;
    font-weight:700;
    color:#fff;
}
.col-head{
    text-align: center;
    font-size:16px;
    font-weight:700;
    color:#424242;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);

}
.col-head, .col, .col-head-white, .col-white{
    padding:10px;
    display:table-cell;
}
.col-white,.spanWhite{
    text-align: center;
    font-size:14px;
    color:#fff;
    font-weight: bolder;
}
.col{
    text-align: center;
    font-size:14px;
    color:#000;
    font-weight: bolder;
}
/*date_time_picker*/
.xdsoft_datetimepicker {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
    background: #fff;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px;
    padding-left: 0;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
    border: none !important;
}

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none;
}

.xdsoft_datetimepicker * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
    display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
    position: relative;
    text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: 0.5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    height: 25px;
    line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
    border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
    text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    color: #fff;
    background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
    padding: 2px 10px 2px 5px;
    text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background: #33aaff;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 100px;
    text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
    width: 48px;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
    background: #33aaff;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
    background: #33aaff !important;
    box-shadow: #178fe5 0 1px 3px 0 inset !important;
    color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
    color: inherit	!important;
    background: inherit !important;
    box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px;
}
.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.xdsoft_scroller_box {
    position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
    border: 1px solid #333;
    background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    color: #000;
    background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background: #cc5500;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
    background: #cc5500;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
    color: #000 !important;
    background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
    background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
    font-family: "museo-sans", "Book Antiqua", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
    /* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
    color: #454551;
    background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
    /* IE6-9 */
}
/**************/
.selectVerySmall_label {position:relative}
.selectVerySmall_label:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#444;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.selectVerySmall_label:before {
    content:'';
    right:5px; top:-5px;
    width:19px; height:30px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.input_selectVVerySmall{
    margin: 0;
    border:solid 1px silver;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 2px 1px 2px rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    color:#444;
    width:45px;
    padding: 7px 0px 7px 0px;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}
.selectVVerySmall_label {position:relative}
.selectVVerySmall_label:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#444;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.selectVVerySmall_label:before {
    content:'';
    right:5px; top:-5px;
    width:19px; height:30px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.input_selectVerySmall{
    margin: 0;
    border:solid 1px silver;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 2px 1px 2px rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    color:#444;
    width:70px;
    padding: 7px 0px 7px 0px;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}
.select_label_class_timing_sets {position:relative}
.select_label_class_timing_sets:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#444;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.select_label_class_timing_sets:before {
    content:'';
    right:5px; top:-5px;
    width:19px; height:30px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
/*
* JQUERY UI HOOK UPS
*/
#ui-datepicker-div
{
    z-index: 9999999999999;
}
.overflow{
    height:200px;
}
.ui-selectmenu-menu{font-size:10px;}
.ui-selectmenu-menu .ui-menu {

}
.ui-selectmenu-menu li{
    width:255px;
}
.ui-selectmenu-button span.ui-selectmenu-text {
    font-size:12px !important;
}
.ui-datepicker { width: 260px !important; padding: .2em .2em 0 !important; display: none; }
.ui-datepicker table {width: 100% !important; font-size: .7em !important; border-collapse: collapse !important; margin:0 0 .4em !important; }
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em !important;
    font-size:14px !important;
    line-height: 1.8em !important;
    text-align: center !important;
}
.ui-button{
    font-size:12px !important;
}
.ui-widget-header,.ui-state-default, .ui-button{
    background:#b9cd6d !important;
    border: 1px solid #b9cd6d !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
}
.ui-widget-header-dashboard{
    background:#b9cd6d !important;
    border: 1px solid #2E9AFE !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
}
/* button text element */
.ui-button .ui-button-text {
    display: block !important;
    line-height: normal !important;
}
.ui-button-text-only .ui-button-text {
    padding: 2px 4px !important;
    font-size:12px !important;
}
.ui-dialog{
    max-width: 270px !important;
    z-index: 99999 !important;
    /*    border:solid 1px red !important;*/
}
.ui-front { 
    /*z-index: 99999 !important;*/ 
}
/*NOT RESPONSIVE PERIOD BOX OF TT*/
/*
* STYLE OF PERIOD BOX AND INNER ELEMENTS
*/

.div_period_box{
    border:solid 1px #d8d8d8;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    padding:0 5px;
    margin:10px 2px;
    text-align: center;
    min-height:162px;
}

.div_period_box_view_timetable{
    border:solid 1px #d8d8d8;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    padding:0 5px;
    margin:10px 2px;
    text-align: center;
    min-height:158px;
}
.div_period_box_teacher_tt{
    border:solid 1px #d8d8d8;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    /*padding:0 5px;*/
    /*margin:10px 2px;*/
    text-align: center;
    min-height:210px;
}
.div_period_box_no_class{
    border:solid 1px #d8d8d8;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    padding:0 5px;
    margin:10px 2px;
    text-align: center;
}
.p_period_box_no_class{
    background-color:#424242;
    color:#fff;
    text-align:center;
    border-radius:10px
}
.div_period_box_ins_timetable{
    border:solid 1px #d8d8d8;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    padding:0 5px;
    /*margin:10px 2px;*/
    text-align: center;
    height:auto;
    min-height:230px;
}
.div_period_box_classroom{
    border:solid 1px #d8d8d8;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    padding:0 5px;
    margin:10px 2px;
    text-align: center;
    /*min-height:250px;*/
    min-height:210px;
}
.div_period_box_swap{
    border:solid 1px #d8d8d8;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    padding:0 5px;
    margin:10px 2px;
    text-align: center;   
    min-height:195px;
}
.period_box_dissolve{
    -webkit-transition: color,text-shadow,background-color 1s ease 0s;
    -moz-transition: color,text-shadow,background-color 1s ease 0s;
    -o-transition: color,text-shadow,background-color 1s ease 0s;
    transition: color,text-shadow,background-color 1s ease 0s;
}
.period_box_dissolve:hover{
    cursor:pointer;
    color:#fff;
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.3);
    background-color: #d8d8d8;
}
.period_timings{
    color:#444;
    font-weight: 500;
    margin-top:-1px;
}
.period_subject{
    display:block;
    background-color:#424242;
    color: #fff;
    border-radius: 10px;
    width:auto;
}
.period_subject_helping{
    display:block;
    background-color:orange !important;
    color: #fff;
    border-radius: 10px;
    width:auto;
}
.period_name{
    display:block;
    background-color:#d8d8d8;
    color: #000;
    border-radius: 10px;
    margin-top: 2px;
    width:auto;
}
.period_employee_name{
    display:block;
    color: #444;
    border-radius: 10px;
    width:auto;
    height:45px;
}
.close_tt{
    text-decoration:none;
    border:none;
    outline:none;
    background-color:white;
    border-radius:50%;
    padding:2px 5px 2px 5px;
    color:black;
    font-weight:bolder;
    cursor:pointer;
    position:relative;
    float:right;
    margin-top:-20px;
    font-size: 11px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.close_class_allocate_tt{
    text-decoration:none !important;
    border:none !important;
    outline:none !important;
    background-color:white !important;
    border-radius:50% !important;
    padding:2px 5px 2px 5px !important;
    color:black !important;
    font-weight:bolder !important;
    cursor:pointer !important;
    position:relative !important;
    float:right !important;
    margin-top:-167px !important;
    font-size: 11px !important;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) !important;
}
/*for div checkbox*/
.mt45{
    margin-top: 45px;
}
.tt_imgProfilePic{
    /*display:block;*/
    position:relative;
    height:30px;
    width:30px;
    border-radius: 50%;
    /*margin-top:-18px;*/
}
.period_timings_view_timetable{
    color:#444;
    font-weight: 500;
    margin-top:-1px;
}
.period_subject_view_timetable{
    display:block;
    background-color:#424242;
    color: #fff;
    border-radius: 10px;
    width:auto;
    /*margin-top:-18px;*/
}
.period_subject_ins_timetable{
    display:block;
    background-color:#424242;
    color: #fff;
    border-radius: 10px;
    width:auto;
    margin:2px;
}
.period_class_sect_view_timetable{
    display:block;
    background-color:#424242;
    color: #fff;
    border-radius: 10px;
    width:auto;
    margin-top:2px;
}
.period_name_view_timetable{
    display:block;
    background-color:#d8d8d8;
    color: #000;
    border-radius: 10px;
    margin-top: 2px;
    width:auto;
}
.period_employee_name_view_timetable{
    display:block;
    color: #444;
    border-radius: 10px;
    width:auto;
    height:45px;
}
.tt_imgProfilePic_view_timetable{
    display:block;
    height:30px;
    width:30px;
    border-radius: 50%;
}
.period_building{
    min-height: 35px;

}
.building{
    display:block;
    padding:0;
    margin:0;
    background-color: maroon;
    width:100%;
    color: #fff;
    border-radius: 20px;
    font-size:12px;
    font-weight: bold;
}
.room{
    display:block;
    padding:0;
    margin:10px 0 0 0;
    background-color: darkorange;
    width:100%;
    color: #fff;
    border-radius: 20px;
    font-size: 10px;
    font-weight: bolder;
}
.fieldwrapper{
    padding:10px 5px 5px 5px;
    position:relative;
    left:-5px;
    margin-bottom: 20px;
    border:solid 1px #d8d8d8;
}
.fieldwrapper_room_slab{
    padding:0px 10px 15px 10px;
    width:500px;
    margin-bottom: 20px;
    border:solid 1px #d8d8d8;
    border-radius: 10px;
    background-color: #F2F2F2;
    height:180px;
    max-height: 550px;
}
.fieldwrapper_static{
    margin-bottom: 20px;
    border:solid 1px #d8d8d8;
    border-radius: 10px;
    background-color: #F2F2F2;
}
.remove{
    float:right;
    border-radius: 10px;
    border:none;
    outline:none;
    color: #000;
    font-weight: bolder;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    background: #fff;
}
.remove_room_slab{
    float:right;
    border-radius: 10px;
    border:none;
    outline:none;
    color: #000;
    font-weight: bolder;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    background: #fff;
}

.spanFormInfo{
    display:block;
    font-size:10px;
}
/*mailStyle.css*/
.divLB{
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    margin: 15px 25px 5px 5px;
    max-width:110px;
}
.aLink{
    text-decoration: none;
    color: black;
    font-weight: bold;
    text-align: center;
}
.aLink:hover{
    color: #007fff;
}
.divClear{
    clear:both;
}
.liMail{
    list-style: none;
    border: solid 1px #CBCBCB;
    background-color: #666;
    color:white;
    word-wrap: break-word;
    display: inline-block;   
}
.liMail:hover{
    background-color: #333;
}
.libulk_sms{
    list-style: none;
    border: solid 1px #CBCBCB;
    background-color: #666;
    color:white;
    word-wrap: break-word;
    display: inline-block;   
}
.libulk_sms:hover{
    background-color: #333;
}
#container
{
    position: relative;
}
#receiverIDs
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    width:97.5%;
}

#select_member
{
    position: relative;
    top: 0;
    left: 0;
    padding: 7px 5px 7px 5px;
    margin: 0;
    width:100%;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;

}

.pagination{
    float:right;
}
.select_all{
    text-align: center;
    display:inline-block;
}
.a_mail_anchor{
    text-decoration: none;
    color:white;    
}
.a_bulk_sms_anchor{
    text-decoration: none;
    color:white;    
}
.divPerMail{
    margin:0 30px;
}

.imgMailAttach{
    height:150px;
    width:150px;
}
.imgAttach{
    height:80px;
    width:80px;
}
/*Height for the table generated in employee search for choosing reporting manager in employee admission section*/
.heightTblRepManager{
    max-height:240px;  
    height:auto;
}
.divHt15{
    height:15px;
}

.divHt15ResetLeave{
    height:15px;
}
/*Height for class list on event creation step 2*/
.heightTblList{
    max-height:170px;  
    height:auto;
}

/*USER PASSWORD LIST*/
.divPwdListProfilePic{
    text-align:center;
    padding-top:15px;
}
.divPwdListEntity{
    text-align:center;
    padding-top:30px;
    /*    padding-bottom:20px;*/
}
.imgPwdListProfilePic{
    height:50px;
    width:50px;
    border-radius:50%;
    border:solid 3px #ccc;
}
.imgStudentSearchProfilePic{
    display:block;
    height:50px;
    width:50px;
    border-radius:50%;
    border:solid 3px #ccc;
}
.divRollNoListContent{
    text-align: center;
    /*margin-top:10px;*/
    padding-top: 5px;
    padding-bottom: 0px;
    border-left:solid 1px #d2cece;
    border-bottom:solid 1px #d2cece !important;
    /*border-top:solid 1px #d2cece !important;*/
    border-right:solid 1px #d2cece;
}
.divRollNoStudent{
    text-align:center;
    /*padding-left: 14%;*/
    padding-bottom: 0px;
    max-height:60px;
}
.divRollNoStudent_{
    max-height:60px;
    text-align:center;
    padding-left: 8%;
    padding-bottom: 0px;
}

.divRollNoStudent_AttReport{
    max-height:60px;
    text-align:center;
    padding-top: 3%;
}
.imgRollNoProfilePic{
    /*float:left;*/
    position:relative;

    left:-70px;
    height:50px;
    width:50px;
    border-radius:50%;
    border:solid 3px #ccc;
}
.imgRollNoProfilePicAttReport{
    /*float:left;*/
    position:relative;    
    left:-50px;
    height:50px;
    width:50px;
    border-radius:50%;
    border:solid 3px #ccc;
}
.divRollNoSName{
    /*
    float:left;
    padding-top:17px;
    padding-left:10px;
    padding-bottom:20px;
    */
    text-align:center;

    position:relative;
    top:-37px;
    left:7%;
}
.divRollNoSNameAttReport{
    /*
    float:left;
    padding-top:17px;
    padding-left:10px;
    padding-bottom:20px;
    */
    text-align:center;

    position:relative;
    top:-37px;
    left:10%;
}
.imgPwdListIcon{
    height:15px;
    width:15px;
    display: none;
}

/*EMP LIST FOR ATTENDANCE REPORT*/
.divEmpListProfilePic{
    text-align:center;
    padding-top:15px;
}
.divEmpListEntity{
    text-align:center;
    padding-top:5px;
}
.imgEmpListProfilePic{
    height:50px;
    width:50px;
    border-radius:50%;
    border:solid 3px #ccc;
}
.imgEmpListIcon{
    height:15px;
    width:15px;
}

/* SLIDE THREE */
.slideThree {
    z-index:999;
    width: 80px;
    height: 26px;
    background: #000;
    margin: 0px auto;
    float:right;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

.slideFinance {
    z-index:999;
    width: 80px;
    height: 26px;
    background: #000;
    margin: 0px auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

.slideThree:after {
    content: 'NONE';
    font: 12px/26px Arial, sans-serif;
    color: red;
    position: absolute;
    right: 4px;
    z-index: 0;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

.slideFinance:after{
    content: 'NO!';
    font: 12px/26px Arial, sans-serif;
    color: red;
    position: absolute;
    right: 4px;
    z-index: 0;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

.slideThree:before {
    content: 'ALL';
    font: 12px/26px Arial, sans-serif;
    color: #9afe28;
    position: absolute;
    left: 10px;
    z-index: 0;
    font-weight: bold;
}

.slideFinance:before {
    content: 'YES!';
    font: 12px/26px Arial, sans-serif;
    color: #9afe28;
    position: absolute;
    left: 10px;
    z-index: 0;
    font-weight: bold;
}

.slideThree_label {
    display: block;
    width: 38px;
    height: 20px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;

    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.slideFinance_label {
    display: block;
    width: 38px;
    height: 20px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;

    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.slideThree input[type=checkbox]:checked + .slideThree_label {
    left: 43px;
}

.slideFinance input[type=checkbox]:checked + .slideFinance_label {
    left: 43px;
}


/* ROUNDED ONE */
.roundedOne {
    z-index: 1;
    float:right;
    width: 20px;
    height: 20px;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    margin:0px 0px 1px 10px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: relative;
}
.roundedOne_content_main{
    float:left;
    border-radius: 10px;
    background-color: seashell;
    width:100%;
    text-align: left;
    position:relative;
    top:-26px;
    color: #000;
    padding:3px;
}
.roundedOne_content{
    float:left;
    width:100%;
    /*min-width:280px;*/
    text-align: left;
    border-radius: 10px;
    background-color: #2E2E2E;
    padding:2.1px;
    position:relative;
    top:-22px;

}
.roundedOne_clear{
    clear:both;
    padding:0;margin:0;
}
.roundedOne_label {

    cursor: pointer;
    position: absolute;
    width: 14px;
    height: 14px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    left: 3px;
    top: 3px;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

    background: #FF0000;
    background: -webkit-linear-gradient(top, #FF0000 0%, #8A0808 100%);
    background: -moz-linear-gradient(top, #FF0000 0%, #8A0808 100%);
    background: -o-linear-gradient(top, #FF0000 0%, #8A0808 100%);
    background: -ms-linear-gradient(top, #FF0000 0%, #8A0808 100%);
    background: linear-gradient(top, #FF0000 0%, #8A0808 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#8A0808',GradientType=0 );
}

.roundedOne_label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #9afe28;

    background: -webkit-linear-gradient(top, #9afe28 0%, #009400 100%);
    background: -moz-linear-gradient(top, #9afe28 0%, #009400 100%);
    background: -o-linear-gradient(top, #9afe28 0%, #009400 100%);
    background: -ms-linear-gradient(top, #9afe28 0%, #009400 100%);
    background: linear-gradient(top, #9afe28 0%, #009400 100%);

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    top: 0px;
    left: 0px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.roundedOne_label:hover::after {

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.roundedOne input[type=checkbox]:checked + .roundedOne_label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}


/*tabularDivPrivilegesStyle*/
.div_privilege_checkbox_area{
    width:100%;
    height:auto;
    float:left;
}
.table_area_one{
    float:left;
}
.table_area_two{
    float:left;
}
.table_area_three{
    float:left;
}
.table_area{
    padding:10px;
}

.container_privileges{
    display:block; padding:0;
    margin: 0 auto;
}
/*.heading_privileges{
    display:block;
    line-height: 11px;
    text-align: center;
    background-color: #d8d8d8;
    background-color: red;
}*/
.row_highlight_light_privileges{
    /*background-color: #424242;*/
    background-color:#FFF;
}
/*.row_highlight_dark_privileges{
     background-color: #424242;
}*/
.table-row_privileges{
    display:table;
    text-align: right;
    margin-top:-18px;
    position:relative;
    /*top:-20px;*/
    height:auto;
    padding:0;

}
.col-head-white_privileges{
    text-align: center;
    font-size:16px;
    font-weight:700;
    color:#fff;
    border:solid 1px gray;
    border-radius: 10px;
    padding:0;margin:0;
}
.col-head_privileges{

    text-align: center;
    font-size:16px;
    font-weight:700;
    color:#424242;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);


}
.col-head_privileges, .col_privileges, .col-head-white_privileges, .col-white_privileges{
    padding:10px;
    display:table-cell;

}
.col-white_privileges,.spanWhite_privileges{
    text-align: center;
    font-size:14px;
    color:#fff;
    font-weight: bolder;
    padding:0;margin:0;
}
.col_privileges{
    text-align: center;
    font-size:14px;
    color:#000;
    font-weight: bolder;
}


/*******************************************************************************************/
/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/**********************************************************************************************/

@media only screen and (max-width: 1600px) {
    .divNewDashboardLeft{
        width:16.66%;
    }
    .divNewDashboardRight{
        width: 83.33%;
    }
}
@media only screen and (max-width: 1200px) {
    .divNewDashboardLeft{
        width:25%;
    }
    .divNewDashboardRight{
        width: 75%;
    }
    .div_period_box_dashb_teacher_tt{
        width:100%;
    }
}
@media only screen and (max-width: 1020px) {
    .div_period_box_classroom{
        border:solid 1px #d8d8d8;
        border-radius: 5px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
        background-color: #fff;
        padding:0 5px;
        margin:10px 2px;
        text-align: center;
        /*min-height:250px;*/
        min-height:230px;
    }
}
@media only screen and (max-width: 985px){
    .div_period_box_view_timetable{
        border:solid 1px #d8d8d8;
        border-radius: 5px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
        background-color: #fff;
        padding:0 5px;
        margin:10px 0px;
        text-align: center;
        min-height:177.5px;
    }
    .div_period_box_classroom{
        border:solid 1px #d8d8d8;
        border-radius: 5px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
        background-color: #fff;
        padding:0 5px;
        margin:10px 2px;
        text-align: center;
        /*min-height:250px;*/
        min-height:230px;
    }
}
@media only screen and (max-width: 800px) {
    .htHead60{
        height:60px !important;
        text-align:center;

    }
}

@media only screen and (max-width: 768px) {
    .dol-20_dup{
        height:100px !important;
    }
    .dol-20_dup_now{
        height:100px !important;
    }
    .bg-white-dup{
        height:100px !important;
    }
    .divRollNoStudent_AttReport{
        padding-top: 1.5% !important;
    }
    .divHt15ResetLeave{
        height:5px;
    }
    .imgRollNoProfilePic,.imgRollNoProfilePicAttReport{
        height:30px !important;
        width:30px !important;
    }
    .divRollNoSName,.divRollNoSNameAttReport{   
        padding-top:7px !important;
        padding-left:5px !important;
    }
    .divRollNoStudent{
        max-height:40px !important;
    }
    .divRollNoStudent_{
        padding-left: 9% !important;
    }
    .col-2R{
        margin-top:10px;
    }
    .borderAssgHead{
        font-weight: 100;
        font-size: 12px;
    }
    .padT{
        padding-top:0px !important; 
    }
    .borderAssgHeadwMode{
        font-weight: 100;
        font-size: 12px;

        padding-right: 2% !important;
    }
    .imgHWStudPic{
        max-height: 100px;
        max-width: 100px;
    }
    .borderAssgContentwMode{
        font-size: 12px;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        vertical-align:middle;
        text-align: center;
        justify-content:  center;
        border:solid 1px #87ceeb !important;   
        /*padding-top:10px;*/
        min-height: 135px !important;
        height:auto;
        color:#4F5155;
        padding-right: 2% !important;
    }
    .borderAssgHeadwMode{
        font-weight: bolder;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        text-transform: uppercase;
        vertical-align:middle;
        text-align: center;
        justify-content:  center;
    }
    .divAssgnCenterMedia,.borderAssgContent,.divAssgnBy,.divAssgnTitle,.img_name_pic_html_of_user_assgn_view,.img_name_pic_html_of_user_assgn_view_ind,.spanAssignedBy_name_pic_html_of_user_assgn_view,.spanAssignedBy_name_pic_html_of_user_assgn_view{
        text-align: center !important;
    }
    .divAssgnTitle{
        margin-top:20px;
    }
    .divAssgnBy{
        padding:0;
        margin:0;
        height:40px;
    }
    .borderAssgContent{ 
        font-size: 12px;
        padding-top:10px;
        min-height: 135px !important;
        height:auto;
        border:solid 1px #87ceeb !important;
        text-align: center;
        color:#4F5155;
    }
    .img_name_pic_html_of_user_assgn_view{
        height:30px;
        width:30px;
        position:relative;
        top:0px;
        left:0px;
        border-radius:50%;
        border:solid 3px orange;
    }
    .spanAssignedBy_name_pic_html_of_user_assgn_view{
        display:block;
        margin-top:10px;
        position:relative;
        left:0px !important;

    }


    #div_menu_search_result{
        text-align: center;
        padding:2px;
        z-index:9999;
        height:auto;
        width:60%;
        border:solid 1px white;
        position:absolute;  
        top:125px;
        right:20%;
        left:20%;
        background-color:#fff;
        border-radius: 10px;
    }
    #close_div_menu_search_result{
        z-index:9999;
        position:fixed;
        padding:1px;
        top:100px;
        right:20%;
        left:75%;
        background-color: orange;
    }
    .divNewDashboardLeft{
        float:left;
        height:auto;
    }
    .pLogggedInMemberName{
        font-size: 12px;
        float:left;
        padding-top: 5px;
        width:130px;
    }
    .rect_dashboard{
        float:left;
        margin-right:3px;
    }
    .divTodayBirthdayListAdmin{
        text-align: center;  
        height:auto;
    }
    .imgAdminBdayDashboard{ 
        float: none;
    }

    .pEmpNameAdminBdayDashboard{
        float:none;
    }
    .divAppFrameListAdmin{
        text-align: center;   
        height:auto;
    }

    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
    .divHeaderOrgLogo{
        text-align:center;
    }
    .imgOrgLogo{
        position: absolute;    
        left: 50%;
        margin-left: -30px;
    }
    .pOrgName{
        text-align: center;
        width:100%;
        margin-top: 45px;
        margin-left: -15px;
        padding-bottom:15px;
    }
    .txtOrgSearch{
        display:block;
        position: absolute;       
        left:20%;
        right:20%;
        margin-top: -30px;
        width:60%;
    }
    .txtOrgSearch:focus {
        width:60%;
    }
    .divContentInputArea2{
        margin-top:0px;
    }

    /*DASHBOARD LOGGED IN PROFILE PIC*/
    .imgDashboardProPic{
        border-radius:50%;
        border:solid 5px orange;
        height:100%;
        width:100%;
        max-height:50px;
        max-width:50px;
        float:left;
        /*border:solid 1px #00dd1c;*/
    }
    /*USER PASSWORD LIST*/
    .divPwdListHeading{
        display:none;
    }
    .divPwdListEntity{
        text-align:center;
        padding-top:5px;
    }
    .divPwdListContent{
        border-radius: 10px;
        border:solid 3px #BBB;
        margin-top:10px;
        padding-bottom: 20px;
    }
    .imgPwdListIcon{
        display: inline;
    }
    .div_popup{
        width:280px;
    }
    .div_popup_calendar{
        width:280px;
    }
    #colorbox,#cboxWrapper{
        max-width:280px;
    }
    .div_container{
        padding: 0;
    }
    .col-head, .col, .col-head-white, .col-white{
        padding:10px;
        border:solid 1px #ccc;
    }
    .slimScrollDiv{
        height: 270px;
    }
    .div123{
        height: 270px;
    }
    div.file_upload_edit_profile {
        /*width: 77px;*/
        width:7.7%;
        height: 32px;
        display: inline;
        position: absolute;
        overflow: hidden;
        font-size: 70%;
    }
    input.file_edit_profile {
        width:62%;   
        padding: 5px;    
    }
}
@media only screen and (max-width: 628px) {     
    div.file_upload_edit_profile {
        width:10%;
        height: 32px;
        display: inline;
        position: absolute;
        overflow: hidden;
        font-size: 60%;
    }
    input.file_edit_profile {
        width:60%;   
        padding: 5px;    
    }
    #receiverIDs{
        width:96.5%;
    }
}
@media only screen and (max-width: 425px) {

    div.file_upload_edit_profile {
        width:15%;
        height: 32px;
        display: inline;
        position: absolute;
        overflow: hidden;
        font-size: 65%;
    }
    input.file_edit_profile {
        width:55%;   
        padding: 5px;    
    }
    #receiverIDs{
        width:95%;
    }
}
@media only screen and (max-width: 355px) {
    .div_period_box_swap{
        min-height: 215px;        
    }
    .slimScrollDiv{
        height: 270px;
    }
    .div123{
        height: 270px;
    }
    #receiverIDs{
        width:93%;
    }
}

/*ddvmknsfdkjvfojnvkfdjvnkdfjnvkjnvkdjfvnkjfdnvjkdfnvkjdfnvkfdjnvkjdfnvkfdnvkdfjnvlfdjvn*/
.divMailPadding{
    padding-left: 10px;
    padding-right: 10px;
}

/*ASSIGNMENT VIEW*/
.divAssignmentEach{
    border:solid 10px #f7f7f7;
    background-color: #f7f7f7;
    padding:5px;
    border-radius:10px;
    text-align:left;
    margin:10px 0;
}
.bg-black_performance{
    float:left;
    text-align:center;
    margin-top: 1.5%;
    padding: 2px 5px 2px 5px;
    background-color:#000;
    color:#fff;
    border-radius: 5px;
    font-weight: bolder;
}
.bg-black_date{
    float:left;
    text-align:center;
    margin: 2px;
    min-width:200px;
    margin: 1.5%;
    padding: 2px 10px 2px 10px;
    width:auto;
    background-color:#000;
    color:#fff;
    border-radius: 5px;
    font-weight: bolder;
}
.bg-black{
    float:left;
    text-align:center;
    margin: 2px;
    /*min-width:200px;*/
    margin: 1.5%;
    padding: 2px 10px 2px 10px;
    width:100%;
    background-color:#000;
    color:#fff;
    border-radius: 5px;
    font-weight: bolder;
}
.bg-white{
    float:right;
    background-color:#fff;
    font-weight: bolder;
    color:#000;
    min-width:30px;
    padding:1px;
    border-radius: 50px;
}

.bg-blue-head{
    background-color: #87ceeb;
}

.wMode{
    font-weight: bolder;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-transform: uppercase;
    vertical-align:middle;
    text-align: center;
    justify-content:  center;
}
.imgHWStudPic{
    /*float:left;*/
    height:auto;
    width:100%;
    margin-top: 2%;
    border-radius:50%;
    border:solid 5px orange;
}

.borderAssgHead{
    font-weight: bolder;
    height: 120px;
    border:solid 2px #87ceeb;
    color:#57585b;
    background-color: #87ceeb;
    text-align: center;
    text-transform: uppercase;
}
.padT{
    padding-top: 50px;
}
.borderAssgHeadwMode{
    font-weight: bolder;
    height: 120px;
    color:#57585b;
    border:solid 2px #87ceeb;
    text-align: center;
    text-transform: uppercase;
    background-color: #87ceeb;
}
.borderAssgContent{ 
    padding-top:10px;
    min-height: 60px;
    height:auto;
    border-top:solid 1px #87ceeb;
    border-bottom:solid 1px #87ceeb;
    border-left:solid 1px #f2f2f2;
    border-right:solid 1px #f2f2f2;
    text-align: center;
    color:#4F5155;
}
.borderAssgContentwMode{ 
    padding-top:10px;
    min-height: 60px;
    height:auto;
    border-top:solid 1px #87ceeb;
    border-bottom:solid 1px #87ceeb;
    border-left:solid 1px #f2f2f2;
    border-right:solid 1px #f2f2f2;
    text-align: center;
    color:#4F5155;
}
.dol-100{
    float:left;
    width:100%;
}
.dol-90{
    float:left;
    width:90%;
}

.dol-80{
    float:left;
    width:80%;
}

.dol-5{
    float:left;
    width:5%;
}
.dol-40{
    float:left;
    width:40%;
}
.dol-50{
    float:left;
    width:50%;
}
.dol-55{
    float:left;
    width:55%;
}
.dol-70{
    float:left;
    width:70%;
}
.dol-60{
    width:60%;
    float:left;
}
.dol-65{
    width:65%;
    float:left;
}
.dol-67{
    width:67%;
    float:left;
}
.dol-30{
    float:left;
    width:30%;
}
.dol-35{
    float:left;
    width:35%;
}
.dol-45{
    float:left;
    width:45%;
}
.dol-25{
    float:left;
    width:25%;
}
.dol-14{
    float:left;
    width:14%;
}
.dol-12{
    float:left;
    width:12%;
}
.dol-11{
    float:left;
    width:11%;
}
.dol-13{
    float:left;
    width:13%;
}
.dol-20_dup{
    float:left;
    width:16.6%;
    background-color: wheat;
    height:auto;
    max-height: 150px;
}
.dol-20_dup_now{
    float:left;
    width:16.6%;
    background-color: #f7f7f7;
    height:auto;
    max-height: 150px;
    text-align:center;
}
.bg-white-dup{
    float:left;
    width:16.6%;
    background-color: #fff;
    height:auto;
    max-height: 150px;
    text-align:center;
}
.pt15-dupe{
    padding-top:15px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.pt10-dupe{
    padding : 10px;
}
.dol-15{
    float:left;
    width:15%;
}
.dol-11_25{
    float:left;
    width:11.25%;
}
.dol-10{
    float:left;
    width:10%;
}
/*.dol-15{
    float:left;
    width:15%;
}*/
.dol-20{
    float:left;
    width:20%;
}

.a_view_assignment{
    text-decoration: none;
    background-color: skyblue;
    border-radius: 5px;
    border:none;
    outline:none;
    color: #000;
    font-weight: bolder;
    font-size:11px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    padding: 5px;

}
.divAssgnBy{    
    color:orange;
    text-align:left;
}
.img_name_pic_html_of_user_assgn_view{
    height:30px;
    width:30px;
    position:relative;
    top:-3px;
    left:5px;
    border-radius:50%;
    border:solid 3px orange;
}
.img_name_pic_html_of_user_assgn_view_ind{
    height:30px;
    width:30px;
    position:relative;
    top:-3px;
    left:7px;
    /*float:left;
    margin-left:20px;*/
    border-radius:50%;
    border:solid 3px orange;
}
.spanAssignedBy_name_pic_html_of_user_assgn_view{
    font-size:11px;
    position:relative;
    left:15px;
    top:-15px;
}
.spanAssignedBy_name_pic_html_of_user_assgn_view_ind{
    font-size:11px;
    /*float:left;*/
    position:relative;
    left:15px;
    top:-15px;
}
.divAssgnTitle{
    text-align:left;
    color: #666;
}

.div_border_orange,.div_border_sky_blue{
    border-radius:10px;
    padding-bottom: 20px;
}
.div_border_orange{
    border:solid 1px orange;   
}
.div_border_sky_blue{
    border:solid 1px skyblue;    
}
.divHt10{
    clear:both;
    height: 10px;
}

/*STYLE FOR 2 COLUMNS LIST STARTS*/

/*Eg: Employee (Heading for Pic+Name)*/
.listHeadName_for_2_columns{
    background-color: #d8d8d8;
    padding:10px;
    margin:0;
    text-align: center;
    font-weight:bolder;
    color:#000;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
/*Eg: Action (Heading for Assign or Delete Button or Checkbox or Radio Button)*/
.listHeadAction_for_2_columns{
    background-color: #d8d8d8;
    padding-top:10px;
    padding-bottom:10px;
    margin:0;
    text-align: center;
    font-weight:bolder;
    color:#000;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
/*The main div of each item of a list*/ 
.divListItemsMain_for_two_columns{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 0px;
    border-left:solid 1px #d2cece;
    border-bottom:solid 1px #d2cece !important;
    border-right:solid 1px #d2cece;
}
/*The div on LHS of list items which is displayed when scrollbar activates*/
.divListItems_left_scroll_for_2_columns{
    float:left;
    height:10px;
    width:20px;
}
/*This is used in employee subject association where 2 lists appear*/
.divListItems_left_scroll_for_2_columns_extra{
    float:left;
    height:10px;
    width:20px;
}
/*The Result Item (Pic + Name) of the list*/
.divListItemsNameArea_for_2_columns{
    word-break:break-all;
    max-height:60px;
    text-align:center;
    padding-left: 8%;
    padding-bottom: 0px;
}
/*The div put before Name on the List Item Result*/
.divHt15Name_list_items_for_2_columns{
    height:15px;
}
/*The div which has delete or assign button or checkbox or radio button*/
.divListItemsAction_for_2_columns{
    max-height:60px;
    text-align:center;
    padding-left: 0%;    
}
@media only screen and (min-width: 768px) {

    .listHeadAction_for_2_columns{
        padding-left: 0%;
    }
    .listHeadName_for_2_columns{
        text-align: left !important;
        padding-left: 8%;
        padding-right: 0% !important;
    }
}
@media only screen and (max-width: 768px) {
    .divListItemsNameArea_for_3_columns{
        float:none !important;
    }
    .divListItemsNameArea_for_2_columns{
        padding-left:0%; 
    }
    .divHt15Name_list_items_for_2_columns{
        height:0px;
    }
}

.divListItemsNameArea_for_3_columns{
    word-break: break-all;
    float:left;
}

/*STYLE FOR 2 COLUMNS LIST ENDS*/

/*STYLE FOR DATA AND REPORT CENTER*/
.horizontal_strip_1{
    border:solid 1px #DAF7A6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #DAF7A6;
    padding:2px;
    color:#000;
}
.horizontal_strip_2{
    border:solid 1px #ffcc99;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ffcc99;
    padding:2px;
      color:#000;
}
.horizontal_strip_3{
    border:solid 1px #ffcccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ffcccc;
    padding:2px;
      color:#000;
}
.horizontal_strip_default{
    border:solid 1px #dfe5d7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color:  #dfe5d7;
    padding:2px;
     text-shadow: 0 2px 2px rgba(8, 57, 142, 0.3);
}
.div_data_report{
}
.div_data_report li{
    list-style-type: disc;
    margin:0px 20px;
    float:left;
}
.div_data_report a{
    text-decoration: none;
    font-weight: bolder;
    color: #000;
    /*color: #454551;*/
/*    text-shadow: 0 2px 2px rgba(8, 57, 142, 0.3);*/
    padding:5px;
}
.div_data_report a:hover{
/*    background-color: #08398E;*/
    background-color: #454551;
    color:#fff;
    border-radius: 10px;
    padding:5px;
}
.bg-orangered-head{
    background-color: orangered;
     border: solid 2px orangered;
}
.bg-orange-head{
    background-color: #F16D2D;
    border: solid 2px #F16D2D;
}
.bg-lightorange-head{
    background-color: orange;
    border: solid 2px orange;
}
.bg-light-head{
    background-color: #DAF7A6;
    border: solid 2px #DAF7A6;
    color:#000 !important;
}
.bg-skyblue-head{
    background-color: skyblue;
    border: solid 2px skyblue;
    color:#666;
}
.dummy-height-grand{
    height: 35px;
}
.borderReportHead {
    word-break: break-all;
    font-weight: bolder;   
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
}
.borderReportHeadBlack {
    word-break: break-all;
    font-weight: bolder;   
    color: #000;
    text-align: center;
    text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
    .borderReportHead{
        font-weight: 100;
        font-size: 12px;
    }
    .borderReportHeadBlack{
         font-weight: 100;
        font-size: 12px;
    }
}
.div_borderReportContent{
    max-height: 120px;
    border-top:solid 1px #f2f2f2;
    border-bottom:solid 1px #f2f2f2;
}
.div_borderReportLengthy{
    /*max-height: 120px;*/
    height:auto;
/*    border-top:solid 1px #f2f2f2;
    border-bottom:solid 1px #f2f2f2;*/
}
.div_borderReportLengthy:nth-child(even){
    background-color: #F2F2F2;
}
.div_borderReportLengthy:nth-child(odd){
     background-color: #FFF;
}
.borderReportContent{ 
    word-break: break-all;
    padding-top:10px;
    padding-bottom:10px;
    text-align: center;
    color:#4F5155;
}
.noResults{
    text-align: center;
    display:block;
    clear:both;
    font-size:12px;
    font-weight:600;
    color:#FE2E2E !important;
}
.bg_dissolve_generate_pdf{
    -webkit-transition: color,text-shadow,background-color 1s ease 0s;
    -moz-transition: color,text-shadow,background-color 1s ease 0s;
    -o-transition: color,text-shadow,background-color 1s ease 0s;
    transition: color,text-shadow,background-color 1s ease 0s;
     background-color: #178fe5;
     color:#fff;
}
.bg_dissolve_generate_pdf:hover{
    cursor:pointer;
    color:#fff;
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.3);
    background-color: tomato;
}
.bg_dissolve_generate_csv{
    -webkit-transition: color,text-shadow,background-color 1s ease 0s;
    -moz-transition: color,text-shadow,background-color 1s ease 0s;
    -o-transition: color,text-shadow,background-color 1s ease 0s;
    transition: color,text-shadow,background-color 1s ease 0s;
     background-color: #9ef442;
     color:#000;
}
.bg_dissolve_generate_csv:hover{
    cursor:pointer;
    color:#000;
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.3);
    background-color: #FFFFFF;
}

/*STYLES REGARDING EDIT AND DELETE PARENT DETAILS IN STUDENT PROFILE*/
.edit_student_parent_details{
    float: right;    
    
}
.delete_student_parent_details{
    float: right;
    margin-left:10px;
}

.div_popup_content{
    height:380px;
    background-color:#fff;
}
.div_popup_heading{
    margin-bottom: 10px;
}
.div_mailing_members{
    height:130px;
}
.studList_assignment_scroll{
    height:300px;
}

.exam_details{
    padding-top: 10px;
    text-align: center !important;
}
.divExamSchedule{
    /*margin: 15px;*/
    /*border: solid 1px #E6E6E6;*/
    border: solid 1px red;
    border-radius: 5px;
    min-height:70px;
}

#pagination {
        float:right;
	display: inline-block;
	padding-left: 0;
	border-radius: 4px;
}	
#pagination>a, #pagination>strong {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

#pagin {
    clear: both;
    padding:0;
    width:250px;
    margin:20px auto;
}
#pagin li {
    list-style: none;
    float:left;
    margin-right:10px;
    margin-top:15px;
}
#pagin li a {
    text-decoration: none;
    display:block;
    color:#717171;
    font:bold 11px;
    text-shadow:0px 1px white;
    padding:5px 8px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.35);
    -moz-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.35);
    box-shadow:0px 1px 3px 0px rgba(0,0,0,0.35);
    background:#f9f9f9;
    background:-webkit-linear-gradient(top,#f9f9f9 0%,#e8e8e8 100%);
    background:-moz-linear-gradient(top,#f9f9f9 0%,#e8e8e8 100%);
    background:-o-linear-gradient(top,#f9f9f9 0%,#e8e8e8 100%);
    background:-ms-linear-gradient(top,#f9f9f9 0%,#e8e8e8 100%);
    background:linear-gradient(top,#f9f9f9 0%,#e8e8e8 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9',endColorstr='#e8e8e8',GradientType=0 );
}
#pagin li a.current,#pagin li.current {
    color:white;
    text-shadow:0px 1px #3f789f;
    -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.8);
    -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.8);
    box-shadow:0px 1px 2px 0px rgba(0,0,0,0.8);
    background:#7cb9e5;
    background:-webkit-linear-gradient(top,#7cb9e5 0%,#57a1d8 100%);
    background:-moz-linear-gradient(top,#7cb9e5 0%,#57a1d8 100%);
    background:-o-linear-gradient(top,#7cb9e5 0%,#57a1d8 100%);
    background:-ms-linear-gradient(top,#7cb9e5 0%,#57a1d8 100%);
    background:linear-gradient(top,#7cb9e5 0%,#57a1d8 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cb9e5',endColorstr='#57a1d8',GradientType=0 );
}
#pagin li a:hover {
    -webkit-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.55);
    -moz-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.55);
    box-shadow:0px 1px 3px 0px rgba(0,0,0,0.55);
    background:#fff;
    background:-webkit-linear-gradient(top,#fff 0%,#e8e8e8 100%);
    background:-moz-linear-gradient(top,#fff 0%,#e8e8e8 100%);
    background:-o-linear-gradient(top,#fff 0%,#e8e8e8 100%);
    background:-ms-linear-gradient(top,#fff 0%,#e8e8e8 100%);
    background:linear-gradient(top,#fff 0%,#e8e8e8 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff',endColorstr='#e8e8e8',GradientType=0 );
}
#pagin li a:active,#pagin li a.current:active {
    -webkit-box-shadow:inset 0px 1px 3px 0px rgba(0,0,0,0.5),0px 1px 1px 0px rgba(255,255,255,1) !important;
    -moz-box-shadow:inset 0px 1px 3px 0px rgba(0,0,0,0.5),0px 1px 1px 0px rgba(255,255,255,1) !important;
    box-shadow:inset 0px 1px 3px 0px rgba(0,0,0,0.5),0px 1px 1px 0px rgba(255,255,255,1) !important;
}
#pagin li a.current:hover {
    -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.9);
    -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.9);
    box-shadow:0px 1px 2px 0px rgba(0,0,0,0.9);
    background:#99cefc;
    background:-webkit-linear-gradient(top,#99cefc 0%,#57a1d8 100%);
    background:-moz-linear-gradient(top,#99cefc 0%,#57a1d8 100%);
    background:-o-linear-gradient(top,#99cefc 0%,#57a1d8 100%);
    background:-ms-linear-gradient(top,#99cefc 0%,#57a1d8 100%);
    background:linear-gradient(top,#99cefc 0%,#57a1d8 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cefc',endColorstr='#57a1d8',GradientType=0 );
}

.divBorderStats{
    border: solid 1px #CCCCCC;
    padding-left: 10px;
    color: #4F5155;
    word-break: break-all;
}
.divListBackground{
     -webkit-transition: color,text-shadow,background-color 1s ease 0s;
    -moz-transition: color,text-shadow,background-color 1s ease 0s;
    -o-transition: color,text-shadow,background-color 1s ease 0s;
    transition: color,text-shadow,background-color 1s ease 0s;
}
.divListBackground:hover{
     cursor:pointer;
    background-color: #178fe5;
    color: #FFF;
    animation: anm_btnLoad 1s forwards;
    -webkit-animation:anm_btnLoad 1s forwards;
    -moz-animation: anm_btnLoad 1s forwards;
    -o-animation: anm_btnLoad 1s forwards;
}