/* CSS Document */
@font-face {
    font-family: "ge_ss_two_bold";
    src: url("../fonts/ge-ss-two-bold/ge_ss_two_bold.eot"); /* IE 9  */
    src: url("../fonts/ge-ss-two-bold/ge_ss_two_bold.eot?") format("eot"), /* IE 6-8 */
    url("../fonts/ge-ss-two-bold/ge_ss_two_bold.otf") format("opentype"), /* Other browsers */
    url("../fonts/ge-ss-two-bold/ge_ss_two_bold.ttf") format("truetype"); /* Safari, Android, iOS  */
}

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #989898;
    border-radius: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #9f9f9f9f;
    border-radius: 6px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #9f9f9fc4;
    }



a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none !important;
}

:focus {
    outline: none !important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    box-sizing: border-box !important;
}

.col-2-5 {
    flex: 0 0 270px;
    max-width: 270px;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box !important;
}

.col-9-5 {
    flex: 0 0 calc(100% - 270px);
    max-width: calc(100% - 270px);
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box !important;
}

/* @media only screen and (max-width:1400px){
      .col-2-5 {
            flex: 0 0 22%;
            max-width: 22%;
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            box-sizing: border-box !important;
        }
      
        .col-9-5 {
            flex: 0 0 78%;
            max-width: 78%;
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            box-sizing: border-box !important;
        }
  }

  
  @media only screen and (max-width:1100px){
      .col-2-5 {
            flex: 0 0 25%;
            max-width: 25%;
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            box-sizing: border-box !important;
        }
      
        .col-9-5 {
            flex: 0 0 75%;
            max-width: 75%;
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            box-sizing: border-box !important;
        }
  } */


body {
    font-family: Tahoma, Geneva, sans-serif;
    /* background: url(../Img/bg.png) repeat scroll 0 0 #F8F8F8; */
    font-size: 12px;
    min-width: 1100px;
    height: 100%;
    color: #666666;
}

li {
    list-style: none;
}

a:active {
    outline: none;
}

:focus {
    -moz-outline-style: none;
}

/*START General */
a {
    color: #ec1c24;
    text-decoration: none;
}

    a:hover {
        color: #ec3037;
    }

.clearSmall {
    clear: both;
    margin: 10px;
}

.clearBig {
    clear: both;
    margin: 20px;
}

.clear {
    clear: both;
}

.alignCenter {
    text-align: center;
}

.ltr {
    direction: ltr;
}

h1, h2, h3 {
    font-family: "ge_ss_two_bold", Tahoma, Geneva, sans-serif;
    font-weight: normal;
    color: #EC1C24;
    margin: 10px 0;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

.valignTop {
    vertical-align: top;
}

.floatLeft {
    float: left;
}



/*END General */

/* START Fluid Grid */
.row-fluid {
    width: 100%;
    *zoom: 1;
}

    .row-fluid:before,
    .row-fluid:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: right;
        width: 100%;
        min-height: 30px;
        margin-right: 2.127659574468085%;
        *margin-right: 2.074468085106383%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .row-fluid [class*="span"]:first-child {
            margin-right: 0;
        }

    .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-right: 2.127659574468085%;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.48936170212765%;
        *width: 91.43617021276594%;
    }

    .row-fluid .span10 {
        width: 82.97872340425532%;
        *width: 82.92553191489361%;
    }

    .row-fluid .span9 {
        width: 74.46808510638297%;
        *width: 74.41489361702126%;
    }

    .row-fluid .span8 {
        width: 65.95744680851064%;
        *width: 65.90425531914893%;
    }

    .row-fluid .span7 {
        width: 57.44680851063829%;
        *width: 57.39361702127659%;
    }

    .row-fluid .span6 {
        width: 48.93617021276595%;
        *width: 48.88297872340425%;
    }

    .row-fluid .span5 {
        width: 40.42553191489362%;
        *width: 40.37234042553192%;
    }

    .row-fluid .span4 {
        width: 31.914893617021278%;
        *width: 31.861702127659576%;
    }

    .row-fluid .span3 {
        width: 23.404255319148934%;
        *width: 23.351063829787233%;
    }

    .row-fluid .span2 {
        width: 14.893617021276595%;
        *width: 14.840425531914894%;
    }

    .row-fluid .span1 {
        width: 6.382978723404255%;
        *width: 6.329787234042553%;
    }

    .row-fluid .offset12 {
        margin-right: 104.25531914893617%;
        *margin-right: 104.14893617021275%;
    }

        .row-fluid .offset12:first-child {
            margin-right: 102.12765957446808%;
            *margin-right: 102.02127659574467%;
        }

    .row-fluid .offset11 {
        margin-right: 95.74468085106382%;
        *margin-right: 95.6382978723404%;
    }

        .row-fluid .offset11:first-child {
            margin-right: 93.61702127659574%;
            *margin-right: 93.51063829787232%;
        }

    .row-fluid .offset10 {
        margin-right: 87.23404255319149%;
        *margin-right: 87.12765957446807%;
    }

        .row-fluid .offset10:first-child {
            margin-right: 85.1063829787234%;
            *margin-right: 84.99999999999999%;
        }

    .row-fluid .offset9 {
        margin-right: 78.72340425531914%;
        *margin-right: 78.61702127659572%;
    }

        .row-fluid .offset9:first-child {
            margin-right: 76.59574468085106%;
            *margin-right: 76.48936170212764%;
        }

    .row-fluid .offset8 {
        margin-right: 70.2127659574468%;
        *margin-right: 70.10638297872339%;
    }

        .row-fluid .offset8:first-child {
            margin-right: 68.08510638297872%;
            *margin-right: 67.9787234042553%;
        }

    .row-fluid .offset7 {
        margin-right: 61.70212765957446%;
        *margin-right: 61.59574468085106%;
    }

        .row-fluid .offset7:first-child {
            margin-right: 59.574468085106375%;
            *margin-right: 59.46808510638297%;
        }

    .row-fluid .offset6 {
        margin-right: 53.191489361702125%;
        *margin-right: 53.085106382978715%;
    }

        .row-fluid .offset6:first-child {
            margin-right: 51.063829787234035%;
            *margin-right: 50.95744680851063%;
        }

    .row-fluid .offset5 {
        margin-right: 44.68085106382979%;
        *margin-right: 44.57446808510638%;
    }

        .row-fluid .offset5:first-child {
            margin-right: 42.5531914893617%;
            *margin-right: 42.4468085106383%;
        }

    .row-fluid .offset4 {
        margin-right: 36.170212765957444%;
        *margin-right: 36.06382978723405%;
    }

        .row-fluid .offset4:first-child {
            margin-right: 34.04255319148936%;
            *margin-right: 33.93617021276596%;
        }

    .row-fluid .offset3 {
        margin-right: 27.659574468085104%;
        *margin-right: 27.5531914893617%;
    }

        .row-fluid .offset3:first-child {
            margin-right: 25.53191489361702%;
            *margin-right: 25.425531914893618%;
        }

    .row-fluid .offset2 {
        margin-right: 19.148936170212764%;
        *margin-right: 19.04255319148936%;
    }

        .row-fluid .offset2:first-child {
            margin-right: 17.02127659574468%;
            *margin-right: 16.914893617021278%;
        }

    .row-fluid .offset1 {
        margin-right: 10.638297872340425%;
        *margin-right: 10.53191489361702%;
    }

        .row-fluid .offset1:first-child {
            margin-right: 8.51063829787234%;
            *margin-right: 8.404255319148938%;
        }

    [class*="span"].hide,
    .row-fluid [class*="span"].hide {
        display: none;
    }

    [class*="span"].pull-left,
    .row-fluid [class*="span"].pull-left {
        float: left;
    }
/* END Fluid Grid */

/* START Form  */
.form input {
    background: none repeat scroll 0 0 #ddd;
    border: 1px solid #ccc;
    padding: 10px;
    width: 250px;
    display: inline-block;
    font-family: Tahoma, Geneva, sans-serif;
    color: #555555;
}

#LoginUser_LoginButton,
.form button {
    background-color: #ec1c24;
    color: #fff;
    border: none;
    border-bottom: 3px solid #b9161c;
    border-top: 3px solid #ec1c24;
    padding: 5px 10px;
    font-family: "ge_ss_two_bold", Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    width: 270px;
    margin-right: 11px;
}

    #LoginUser_LoginButton:hover,
    .form button:hover {
        border-top: 3px solid #b9161c;
        border-bottom: 3px solid #ec363d;
        background-color: #ec363d;
    }
/* EndForm  */



/* START layout */
.mainWrapper {
    position: relative;
    text-align: right;
    direction: rtl;
}

.container-fluid {
    margin: 0px;
    padding: 0px;
}

.row {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.newSideNav {
    background-color: #ed1d25;
}

.newHeader {
    background-color: #f5f5f5;
    position: relative;
    height: 100px;
    box-shadow: 0 3px 3px -2px rgba(0,0,0,.2), 0 3px 4px 0 rgba(0,0,0,.14), 0 1px 8px 0 rgba(0,0,0,.12);
}

.newMainContent {
    min-height: 100vh;
}

.newSchoolName {
    color: #989898;
    font-size: 22px;
}

.newContent {
    width: 100%;
    padding: 20px 30px;
    min-height: calc(100vh - 155px); /*header height + footer height = 100 + 55*/
    background: #ecebeb;
}

.newFooter {
    width: 100%;
    text-align: center;
    background: #ecebeb;
}

.newTabs {
    text-align: center;
    background: #ecebeb;
    width: 100%;
}

    .newTabs li {
        list-style: none;
        text-align: center;
        display: inline-block;
        width: auto;
        border-radius: 100px;
        margin: 10px 5px;
        font-size: 14px;
        padding: 6px 15px;
    }

        .newTabs li a {
            color: #ed1d25 !important;
            text-decoration: none !important;
        }

        .newTabs li:hover {
            background-color: #ed1d25;
        }

        .newTabs li.current {
            background-color: #ed1d25;
        }

            .newTabs li.current a {
                color: #fff !important;
            }

        .newTabs li:hover a {
            color: #fff !important;
            text-decoration: none !important;
        }


/* END .layout */


/* START header */
.newLogo {
    text-align: center;
    padding: 30px 0;
}



.topMenu {
    text-align: right;
    float: right;
    margin: 5px 0 0 0;
}

    .topMenu li {
        color: #fff;
    }

        .topMenu li a {
            color: #ccc;
        }

            .topMenu li a:hover {
                color: #999;
            }

.schoolName {
    font-family: "ge_ss_two_bold", Tahoma, Geneva, sans-serif;
    margin: 20px 0 0 0;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}
/* END header */


/* START tabs */
.tabs {
    margin: -25px 200px 0 0;
}

    .tabs li {
        float: right;
    }

        .tabs li a {
            font-family: "ge_ss_two_bold", Tahoma, Geneva, sans-serif;
            font-size: 14px;
            font-weight: normal;
            padding: 8px 20px;
            display: block;
            margin-left: 10px;
            border-bottom: 2px solid #ec1c24;
            text-align: center;
            background-color: #C10C14;
            color: #B6B6B6;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
            cursor: pointer;
        }

            .tabs li a:hover {
                color: #fff;
            }

        .tabs li.current a {
            margin-bottom: 0;
            border-bottom: 2px solid #F8F8F8;
            background: url(../Img/bg.png) repeat scroll 0 0 #F8F8F8;
            color: #EC1C24;
        }
/* END tabs */

/* START toolbar */
.toolbar {
    padding-bottom: 25px;
}

    .toolbar li {
        border-right: 1px solid #DDDDDD;
        display: inline-block;
        float: right;
        padding: 0 10px;
    }

        .toolbar li.first {
            padding-left: 0;
            border-right: 0 none;
        }

        .toolbar li a {
            color: #666666;
            display: block;
            font-size: 11px;
            padding: 2px 10px;
            text-transform: uppercase;
        }

            .toolbar li a:hover {
                background: none repeat scroll 0 0 #DDDDDD;
                color: #666666;
                text-decoration: none;
            }

        .toolbar li.current a {
            background: none repeat scroll 0 0 #333333;
            color: #FFFFFF;
        }
/* END toolbar */


/* START leftPanel */
.mm {
    /* position: relative;
z-index: 2; */
    margin-bottom: 0px;
}

    .mm ul {
        margin-bottom: 0px;
    }

    .mm li a {
        color: #fff;
        padding: 12px 20px;
        font-size: 15px;
        display: block;
        font-family: "ge_ss_two_bold", Tahoma, Geneva, sans-serif;
        font-weight: normal;
        margin: 0px 10px;
        text-decoration: none;
    }

    .mm li i {
        padding-left: 10px;
    }

    .mm li {
        border-top: 1px solid #fffefe52;
        margin: 5px 16px;
        box-sizing: border-box;
    }

    .mm .mm li:nth-child(1) {
        border-top: 1px solid transparent;
        ;
        /* border-top: 1px solid transparent; */
    }

    .mm li:hover {
        color: #ed1d25;
        background-color: #fff;
        border-radius: 100px;
    }

        .mm li:hover a {
            color: #ed1d25;
            font-weight: 600;
        }

        .mm li:hover + li {
            border-color: transparent;
            font-size: 28px;
        }

    .mm li.current {
        color: #ed1d25;
        background-color: #fff;
        border-radius: 100px;
        font-weight: 600;
    }

        .mm li.current a {
            color: #ed1d25;
            font-weight: 600;
        }

        .mm li.current + li {
            border-color: transparent;
            font-size: 28px;
        }


    /*--subnav--*/

    .mm div {
        color: #999999;
        border-top: 1px solid #232323;
        padding: 10px 20px;
        font-size: 14px;
        display: block;
        font-family: "ge_ss_two_bold", Tahoma, Geneva, sans-serif;
        font-weight: normal;
        cursor: pointer;
    }

    .mm .mm {
        background-color: #333;
    }


        .mm .mm li a {
            border: 0 none;
            padding: 5px 40px 5px 20px;
            font-family: Tahoma, Geneva, sans-serif;
        }
/* END leftPanel */


/* START middlePanel */

/* END middlePanel */

.pageHeader {
    border-bottom: 1px solid #DDDDDD;
    padding: 0 0 15px;
    margin: 0 0 20px 0;
}

    .pageHeader h1 {
        font-family: "ge_ss_two_bold", Tahoma, Geneva, sans-serif;
        font-size: 18px;
        font-weight: normal;
        color: #ec1c24;
        margin: 0;
    }



/* START vertical sidemenu */
.rmVertical {
    border: 0 none !important;
}

    .rmVertical li a {
        border: 1px solid #ccc;
        border-top: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        cursor: pointer !important;
    }


    .rmVertical li.rmFirst a {
        border-top: 1px solid #ccc !important;
    }

    .rmVertical li a span {
        background: #ddd !important;
        color: #333 !important;
        padding: 7px 18px 7px 10px !important;
        display: block !important;
        font-family: Tahoma, Geneva, sans-serif !important;
        font-size: 12px !important;
    }

    .rmVertical li a:hover, .rmVertical li a:hover span {
        background-color: #fff !important;
    }

    .rmVertical li a.rmSelected {
        border-left: 1px solid #F9F9F9 !important;
        background: transparent !important;
    }



        .rmVertical li a.rmSelected span {
            border-right: 3px solid #ec1c24 !important;
            background: url(../Img/sidebar-menu-arrow-red.png) no-repeat scroll right center transparent !important;
            padding: 7px 15px !important;
        }

    .rmVertical li a span:hover {
        color: #333333 !important;
    }


/* END vertical sidemenu */


/* START sidemenu */



.sidemenu {
    position: relative;
    z-index: 2;
}

    .sidemenu li {
        border: 1px solid #ccc;
        border-top: 0;
    }

        .sidemenu li.first {
            border-top: 1px solid #ccc;
        }

        .sidemenu li a {
            background-color: #ddd;
            color: #333;
            padding: 10px 20px;
            display: block;
        }

            .sidemenu li a:hover {
                background-color: #fff;
            }

        .sidemenu li.current a {
            border-left: 3px solid #ec1c24;
            background: url(../Img/sidebar-menu-arrow-red.png) no-repeat scroll 0 center transparent;
        }

        .sidemenu li.current {
            border-right: 1px solid #F9F9F9;
        }

/* END sidemenu */

/* START footer */
.footer {
    background: url(../Img/leftpanelbg.png) 0 0;
    text-align: center;
    padding: 8px 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

    .footer p {
        line-height: 1.8em;
        font-size: 11px;
    }

    .footer .copyright span {
        font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
    }

    .footer .powered {
        font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
    }

/* END footer */


/*  -------- START Table -------- */

table.styletable {
    font-size: 11px;
    text-align: center;
    color: #5D5D5D;
    border: 1px solid #fff;
    border-collapse: collapse;
    line-height: 1.5em;
    width: 100%
}

    table.styletable th {
        background: #D1D1D1;
        border: 1px solid #fff;
        padding: 8px;
    }

    table.styletable tr {
        background: #E8E8E8;
    }

        table.styletable tr:hover {
            background: #E2E2E2;
        }

    table.styletable td {
        border: 1px solid #fff;
        padding: 8px;
    }

.namesList td {
    vertical-align: top;
}

/*-- data table --*/
table.rgMasterTable {
    font-size: 11px !important;
    text-align: center !important;
    color: #5D5D5D !important;
    border: 1px solid #fff !important;
    border-collapse: collapse !important;
    line-height: 1.5em !important;
    width: 100%;
}

    table.rgMasterTable th {
        background: #D1D1D1 !important;
        border: 1px solid #fff !important;
        padding: 8px !important;
        color: #5D5D5D !important;
        font-weight: bold !important;
    }

    table.rgMasterTable tr {
        background: #E8E8E8 !important;
    }

        table.rgMasterTable tr:hover {
            background: #E2E2E2 !important;
        }

    table.rgMasterTable td {
        border: 1px solid #fff !important;
        padding: 8px !important;
    }

        table.rgMasterTable td .rcbArrowCell {
            border: 1px solid #fff !important;
            padding: 0px !important;
        }

/*  -------- End Table -------- */

/* START Buttons */
/*.btn {
background-color: #ECECEC;
border: 0 none;
border-radius: 2px 2px 2px 2px;
color: #5C5C5C;
cursor: pointer;
display: inline-block;
font-size: 13px;
font-weight: normal !important;
line-height: 18px;
padding: 7px 15px;
position: relative;
text-align: center;
transition: all 0.3s ease 0s;
box-shadow: 0 3px 0 #D3D3D3;
}

.btn a {
color: #5C5C5C;
}

.btn:hover {
background-color: #DFDFDF;
}*/

/* .btn {
font-family: Tahoma, Geneva, sans-serif;
display: inline-block;
*border-left: 0 none #e6e6e6;
border-right: 0 none #e6e6e6;
border-top: 0 none #e6e6e6;
border-bottom: 0 none #b3b3b3;
display: inline;
padding: 4px 12px;
margin-bottom: 0;
*margin-left: .3em;
font-size: 14px;
line-height: 20px;
line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
*background-color: #e6e6e6;
background-repeat: repeat-x;
*-webkit-border-radius: 4px;
 -moz-border-radius: 4px;
      border-radius: 4px;
zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);*
} */

/* .btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
color: #333333;
background-color: #e6e6e6;
*background-color: #d9d9d9;
} */

/* .btn:active,
.btn.active {
background-color: #cccccc \9;
} */

.btn:first-child {
    *margin-left: 0;
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* .btn.active,
.btn:active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
} */

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .btn-large [class^="icon-"],
    .btn-large [class*=" icon-"] {
        margin-top: 4px;
    }

.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .btn-small [class^="icon-"],
    .btn-small [class*=" icon-"] {
        margin-top: 0;
    }

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
    margin-top: -1px;
}

.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    *background-color: #0044cc;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    border-left-color: #0044cc;
    border-right-color: #0044cc;
    border-top-color: #0044cc;
    border-bottom-color: #002a80;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        color: #ffffff;
        background-color: #0044cc;
        *background-color: #003bb3;
    }

    .btn-primary:active,
    .btn-primary.active {
        background-color: #003399 \9;
    }

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    *background-color: #f89406;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    border-left-color: #f89406;
    border-right-color: #f89406;
    border-top-color: #f89406;
    border-bottom-color: #ad6704;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .btn-warning.disabled,
    .btn-warning[disabled] {
        color: #ffffff;
        background-color: #f89406;
        *background-color: #df8505;
    }

    .btn-warning:active,
    .btn-warning.active {
        background-color: #c67605 \9;
    }

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    border-left-color: #bd362f;
    border-right-color: #bd362f;
    border-top-color: #bd362f;
    border-bottom-color: #802420;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .btn-danger.disabled,
    .btn-danger[disabled] {
        color: #ffffff;
        background-color: #bd362f;
        *background-color: #a9302a;
    }

    .btn-danger:active,
    .btn-danger.active {
        background-color: #942a25 \9;
    }

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    border-left-color: #51a351;
    border-right-color: #51a351;
    border-top-color: #51a351;
    border-bottom-color: #387038;
}
    /*
.btn.btn-flat-3d {
box-shadow: 0 3px 0 #D3D3D3;
}

.btn.btn-3d:active {
background-color: #FCFCFC;
background-image: -moz-linear-gradient(center top , #E7E7E7, #FCFCFC);
}

.btn.btn-danger.btn-flat-3d {
box-shadow: 0 3px 0 #DB0000;
}

.btn.btn-warning.btn-flat-3d {
box-shadow: 0 3px 0 #E2B103;
}

.btn.btn-info.btn-flat-3d {
box-shadow: 0 3px 0 #078F8C;
}

.btn.btn-submit.btn-flat-3d {
box-shadow: 0 3px 0 #0090CC;
}

.btn.btn-success.btn-flat-3d {
box-shadow: 0 3px 0 #9DB838;
}*/




    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .btn-success.disabled,
    .btn-success[disabled] {
        color: #ffffff;
        background-color: #51a351;
        *background-color: #499249;
    }

    .btn-success:active,
    .btn-success.active {
        background-color: #408140 \9;
    }

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    border-left-color: #2f96b4;
    border-right-color: #2f96b4;
    border-top-color: #2f96b4;
    border-bottom-color: #1f6377;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .btn-info.disabled,
    .btn-info[disabled] {
        color: #ffffff;
        background-color: #2f96b4;
        *background-color: #2a85a0;
    }

    .btn-info:active,
    .btn-info.active {
        background-color: #24748c \9;
    }

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    *background-color: #222222;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #444444, #222222);
    border-left-color: #222222;
    border-right-color: #222222;
    border-top-color: #222222;
    border-bottom-color: #000000;
}

    .btn-inverse:hover,
    .btn-inverse:focus,
    .btn-inverse:active,
    .btn-inverse.active,
    .btn-inverse.disabled,
    .btn-inverse[disabled] {
        color: #ffffff;
        background-color: #222222;
        *background-color: #151515;
    }

    .btn-inverse:active,
    .btn-inverse.active {
        background-color: #080808 \9;
    }

button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

    button.btn::-moz-focus-inner,
    input[type="submit"].btn::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    button.btn.btn-large,
    input[type="submit"].btn.btn-large {
        *padding-top: 7px;
        *padding-bottom: 7px;
    }

    button.btn.btn-small,
    input[type="submit"].btn.btn-small {
        *padding-top: 3px;
        *padding-bottom: 3px;
    }

    button.btn.btn-mini,
    input[type="submit"].btn.btn-mini {
        *padding-top: 1px;
        *padding-bottom: 1px;
    }

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-link {
    color: #0088cc;
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .btn-link:hover,
    .btn-link:focus {
        color: #005580;
        text-decoration: underline;
        background-color: transparent;
    }

    .btn-link[disabled]:hover,
    .btn-link[disabled]:focus {
        color: #333333;
        text-decoration: none;
    }

.btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    *margin-left: .3em;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    *zoom: 1;
}

    .btn-group:first-child {
        *margin-left: 0;
    }

    .btn-group + .btn-group {
        margin-left: 5px;
    }

.btn-toolbar {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0;
}

    .btn-toolbar > .btn + .btn,
    .btn-toolbar > .btn-group + .btn,
    .btn-toolbar > .btn + .btn-group {
        margin-left: 5px;
    }

.btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .btn-group > .btn + .btn {
        margin-left: -1px;
    }

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 14px;
}

.btn-group > .btn-mini {
    font-size: 10.5px;
}

.btn-group > .btn-small {
    font-size: 11.9px;
}

.btn-group > .btn-large {
    font-size: 17.5px;
}

.btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
    z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    *padding-top: 5px;
    padding-right: 8px;
    *padding-bottom: 5px;
    padding-left: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
    *padding-top: 2px;
    padding-right: 5px;
    *padding-bottom: 2px;
    padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
    *padding-top: 7px;
    padding-right: 12px;
    *padding-bottom: 7px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222222;
}

.btn .caret {
    margin-top: 8px;
    margin-left: 0;
}

.btn-large .caret {
    margin-top: 6px;
}

.btn-large .caret {
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
    margin-top: 8px;
}

.dropup .btn-large .caret {
    border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.btn-group-vertical {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
}

    .btn-group-vertical > .btn {
        display: block;
        float: none;
        max-width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .btn-group-vertical > .btn + .btn {
            margin-top: -1px;
            margin-left: 0;
        }

        .btn-group-vertical > .btn:first-child {
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }

        .btn-group-vertical > .btn:last-child {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

    .btn-group-vertical > .btn-large:first-child {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .btn-group-vertical > .btn-large:last-child {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .alert,
    .alert h4 {
        color: #c09853;
    }

        .alert h4 {
            margin: 0;
        }

        .alert .close {
            position: relative;
            top: -2px;
            right: -21px;
            line-height: 20px;
        }

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success h4 {
        color: #468847;
    }

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

    .alert-danger h4,
    .alert-error h4 {
        color: #b94a48;
    }

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info h4 {
        color: #3a87ad;
    }

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

    .alert-block > p,
    .alert-block > ul {
        margin-bottom: 0;
    }

    .alert-block p + p {
        margin-top: 5px;
    }
/* END Buttons */

/* START loginPage */

body.login {
    min-width: 500px;
}

.loginPage {
    padding: 40px 0 90px;
}

    .loginPage .logo {
        margin-bottom: 40px;
        float: none;
    }

.loginWrap {
    background: url(../Img/texture.gif) repeat-x 0 center;
}

    .loginWrap form {
        background-color: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #ccc;
        width: 350px;
        margin: 0 auto;
        padding: 60px 40px 70px;
        text-align: center;
    }

.loginPage button,
.loginPage .form input {
    font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
}


/* END loginPage */



/* START RegistrationPage */

/* -START styleForm- */

.styleForm .k-tooltip-validation {
    border: 0 none !important;
    box-shadow: none !important;
    color: red !important;
    background-color: transparent !important;
    padding-right: 0;
    padding-left: 0;
}

.styleForm .k-warning {
    margin-right: 0 !important;
}

.styleForm .row-fluid input[type=text] {
    /*border: 1px solid #ddd;*/
}

.styleForm .row-fluid input[type=text],
.styleForm .k-dropdown,
.styleForm .k-datepicker,
.styleForm .k-textbox {
    width: 100%;
}

.styleForm input[type=checkbox] {
    margin: 0 0 0 5px;
}

.styleForm .label, .styleForm label {
    display: block;
    line-height: 1.8em;
    color: #666;
}

.styleForm .checklabel {
    color: #666;
    line-height: 1.8em;
}
/* -END styleForm- */

/* form dropdown input */
.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default {
    background: #fff !important;
    /*border: 1px solid #ddd !important;*/
}
/*  dropdown arrow icon */
.k-i-arrow-s {
    margin-top: 5px;
}
/*  calendar validation */
.k-picker-wrap span.k-tooltip {
    position: absolute;
    right: 0;
    top: 22px;
}

/*dropdown selected*/
.k-state-focused.k-state-selected, .k-list > .k-state-focused.k-state-selected, .k-listview > .k-state-focused.k-state-selected, td.k-state-focused.k-state-selected, .k-button:focus:active {
    background: #C10C14;
    box-shadow: none;
    border: 0 none !important;
}

.k-state-selected, .k-button:active, .k-draghandle.k-state-selected:hover {
    background: #C10C14 !important;
    box-shadow: none !important;
    border: 0 none !important;
}




.iconsBar {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    overflow: hidden;
}

/*- START addTab -*/
.addTabWrap {
    overflow: hidden;
}

    .addTabWrap #tabstrip {
        border: 0 none;
        background: none !important;
    }

.addTab {
    float: right;
    margin: 0 0 0 15px;
}

.addTabWrap .k-state-active,
.addTabWrap .k-state-active:hover,
.addTabWrap .k-active-filter,
.addTabWrap .k-tabstrip .k-state-active {
    border-color: #ddd !important
}

.addTabWrap .k-tabstrip .k-content {
    margin: 0 !important;
    overflow: hidden;
    padding: 20px !important;
}


/*- END addTab -*/

.scroll {
    overflow-y: scroll;
}

td.names {
    background-color: #E8E8E8;
}

td.namesWrap .scroll {
    max-height: 625px;
}

td.namesWrap {
    padding: 0 !important;
}

.alphabet .letters {
    color: #666666;
    font-size: 12px;
    cursor: pointer;
}

    .alphabet .letters:hover {
        color: #666666;
        background-color: #E2E2E2;
    }

.alphabet .letters_clicked {
    color: #EC1C24;
    background: #E2E2E2;
}

#btn_GetConfig {
    border: 0 none;
}



#searchName {
    text-align: right;
}

.projects-details {
    float: right !important;
    margin-right: 0 !important;
}

    .projects-details input {
        font-family: Tahoma, Geneva, sans-serif !important;
        font-style: normal !important;
    }

.footer > a {
    color: #fff !important;
}

    .footer > a:hover {
        color: #ddd !important;
    }

/* END RegistrationPage */


.namesList {
    display: block;
    float: right;
    /* margin-left: -100%;*/
    width: 300px;
    z-index: 999;
}

    .namesList .sticky_navigation {
        width: 300px;
    }


.registrationForm {
    width: 100%;
    background: #f5f5f5;
    padding-bottom: 20px;
    /* margin-top: 25px;
box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),
          0 8px 10px 1px rgba(0,0,0,.14),
          0 3px 14px 2px rgba(0,0,0,.12); */
}

.NamesFrame {
    /* margin-right: 320px;*/
}

.fixedBar.buttonsWrap {
    width: 100%;
    right: 0;
    background: url(../Img/blackBg.png);
}

.fixedBar .buttonsBar {
    padding: 7px 0;
    position: relative;
    margin: 0 auto;
    width: 500px;
    overflow: hidden;
}

#treeYears span.k-in {
    padding-right: 20px;
}

#MainContent_imgSave {
    font-family: Tahoma, Geneva, sans-serif;
}

/* START tree */


.RadTreeView_BSETeacherSkin .rtIn {
    color: #666666 !important;
    background-color: transparent !important;
    border-bottom: 0 none !important;
}
/*-- hover & selected --*/
.RadTreeView .rtHover {
    background: #E2E2E2 !important;
}

.RadTreeView .rtSelected {
    background: #E2E2E2 !important;
}

    .RadTreeView .rtHover .rtIn,
    .RadTreeView .rtSelected .rtIn {
        background: none !important;
        border: 0 none !important;
        padding: 4px 3px 3px !important;
    }

.rtUL li {
    cursor: pointer;
}

.rtIn {
    width: 100%;
    display: inline-block;
}

#DIV_Reports .rtIn {
    width: inherit !important;
    display: inline-block !important;
}

.RadTreeView {
    font-family: Tahoma, Geneva, sans-serif;
}

/* END tree */

.rcbHovered {
    background: #ddd !important;
    border: 0 none !important;
}

input.riTextBox {
    color: #5D5D5D;
    border: 1px solid #E8E8E8;
}

/* START widget */
.widget {
    border: 1px solid #DDDDDD;
}

.widgetHeader {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
    background-color: #F9F9F9;
}

    .widgetHeader h2 {
        margin: 0;
    }

.widgetContent {
    padding: 15px;
    background-color: #fff;
}

/* END widget */

/* START transfer */
.rlbGroup {
    border: 1px solid #ccc;
    background-color: #E8E8E8;
}



.RadListBox {
    width: 100% !important;
    min-width: 300px;
}

.RadListBox {
    /*top: 20px;*/
    right: 0px;
}

    .RadListBox .rlbItem {
        border-bottom: 1px solid #fff;
        font-family: Tahoma, Geneva, sans-serif;
        cursor: pointer !important;
        line-height: 1.5em !important;
        padding: 5px 8px 8px !important;
    }

        .RadListBox .rlbItem.rlbHovered {
            background-color: #E2E2E2 !important;
        }

        .RadListBox .rlbItem.rlbSelected {
            background-color: #EC1C24 !important;
        }

/* END transfer */



.projects-details {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 90%;
    border: dotted 1px #CCC;
    min-height: 100px;
    background-color: #fff;
}

.RadMenu {
    white-space: normal !important;
}

/* START pop up button */

#slide-in-content {
    /* width: 400px;
    height: 500px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    margin-top: -1200px;
    position: absolute;
    overflow: hidden;
    left:-40px;*/
}


#slide-in-share {
    position: absolute;
    top: 90px;
    left: 0;
    width: 225px;
    margin-left: -247px;
    border: 1px solid #ddd;
    height: 125px;
    background-color: White;
    padding: 10px;
}

#slide-in-handle div, #slide-in-handle label {
    cursor: pointer;
}


#slide-in-handle {
    position: absolute;
    left: 246px;
    min-width: 20px;
    min-height: 20px;
    padding: 15px 1px 15px 3px;
    background: #EC1C24 no-repeat 50% 50%;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
/* END pop up button */

.marginLeft {
    margin-left: 30px;
}

.RadGrid {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.rgHeaderDiv {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}




/* beshoy new comer start*/

.k-list .k-item.k-state-selected, .k-list-optionlabel.k-state-selected {
    color: #fff !important;
    background-color: #ed1d25 !important;
    padding: 5px;
}

.k-list .k-item, .k-list-optionlabel {
    padding: 10px !important;
}

.k-popup {
    border-radius: 10px;
    direction:rtl;
    text-align: right;
}

    .k-popup .k-list-scroller {
        border-radius: 10px !important;
    }

    .k-popup .k-list .k-item {
        color: #0e0d0d;
        text-align:right;
    }

.k-treeview span.k-in {
    padding: 5px 10px;
}

    .k-treeview span.k-in.k-state-selected {
        background-color: #ed1d25 !important;
        color: #fff !important;
        box-shadow: none !important;
        border: 0 none !important;
    }

.k-treeview .k-icon {
    color: #0e0d0d;
    padding: 3px;
}

    .k-treeview .k-icon:hover {
        color: #0e0d0d;
        background-color: #f5f6f6;
    }

.k-calendar table .k-link {
    color: #0e0d0d;
}

.k-multiselect-wrap #txtSiblings_taglist .k-select {
    padding: 2px 9px;
    left: 0px;
    right: auto;
}

    .k-multiselect-wrap #txtSiblings_taglist .k-select .k-icon {
        color: #989898 !important;
    }

.k-multiselect.k-state-focused > .k-multiselect-wrap > .k-i-close, .k-multiselect.k-state-hover > .k-multiselect-wrap > .k-i-close {
    display: none;
    outline: 0
}


/*fields start*/
.colorBtn {
    width: 100%;
    border-radius: 100px;
    padding: 8px;
    background: #ed1d25;
    color: #fff;
}

    .colorBtn:hover {
        width: 100%;
        border-radius: 100px;
        padding: 8px;
        background: #ed1d25;
        color: #fff;
        text-decoration: none;
    }

.whiteBtn {
    width: 100%;
    border-radius: 100px;
    padding: 8px;
    background: #fff;
    color: #ed1d25;
    box-sizing: border-box;
}

    .whiteBtn:hover {
        width: 100%;
        border-radius: 100px;
        padding: 8px;
        background: #fff;
        color: #ed1d25;
        box-sizing: border-box;
    }

.transBtn {
    width: 100%;
    border-radius: 100px;
    padding: 8px;
    background: transparent;
    color: #ed1d25;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
}

    .transBtn:hover {
        width: 100%;
        border-radius: 100px;
        padding: 8px;
        background: transparent;
        color: #ed1d25;
        box-sizing: border-box;
        border: none;
        box-shadow: none;
    }

#newComer .k-textbox,
#studentCard .k-textbox {
    width: 100% !important;
    background: transparent;
    box-sizing: border-box;
    border: none;
    position: relative;
}

#newComer input.k-textbox
#studentCard input.k-textbox {
    width: 100% !important;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    ;
    border-radius: 100px;
    padding: 8px;
}

#newComer .k-numerictextbox .k-select,
#studentCard .k-numerictextbox .k-select {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 8px;
    padding-left: 8px;
    /* position: absolute; */
}

/* #newComer .k-textbox .k-select ,
#studentCard .k-textbox .k-select
{
position: absolute;
width:100%
} */

.searchBox {
    position: relative;
    width: 100%;
}

    .searchBox input {
        padding: 8px !important;
        background-color: #fff !important;
        border-radius: 100px !important;
    }

.searchBtn {
    position: absolute;
    left: 0px;
    border-radius: 100px 0px 0px 100px;
    padding: 8px 12px;
    border: 2px solid;
    background: #ed1d25;
    border-color: #ed1d25;
}

    .searchBtn.changeClassbtn {
   
        padding: 11px 12px;

    }

    .searchBtn i {
        color: #fff;
    }

    .searchBtn:hover {
        background: #ed1d25 !important;
    }

        .searchBtn:hover i {
            color: #FFF !important
        }


#newComer .k-dropdown-wrap.k-state-default,
#newComer .k-numeric-wrap.k-state-default,
#studentCard .k-dropdown-wrap.k-state-default,
#studentCard .k-numeric-wrap.k-state-default {
    padding: 8px;
    border-radius: 100px;
    min-height: 20px;
}

#newComer .k-select,
#studentCard .k-select {
    padding-left: 15px;
    text-align: center;
    background: #ed1d25;
    border-radius: 100px 0px 0px 100px;
}

#newComer .k-numerictextbox,
#studentCard .k-numerictextbox {
    width: 100%;
    position: relative;
}

#newComer .k-numeric-wrap .k-input,
#studentCard .k-numeric-wrap .k-input {
    padding: 0px !important;
}

#newComer .k-i-arrow-60-down:before,
#newComer .k-i-arrow-60-down::after,
#newComer .k-icon:before,
#studentCard .k-i-arrow-60-down:before,
#studentCard .k-i-arrow-60-down::after,
#studentCard .k-icon:before {
    color: #fff;
}

#newComer .k-pager-nav .k-icon:before,
#newComer .k-pager-nav .k-icon:after,
#studentCard .k-pager-nav .k-icon:before,
#studentCard .k-pager-nav .k-icon:after {
    color: #ed1d25 !important;
}

/* fields end*/

/*letter start*/

#table_content {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    margin: auto;
    width: 100%;
    border: 2px solid;
    border-color: #e0e0e0 #e0e0e0 #e0e0e0 #fff;
    padding-bottom: 5px;
}

    #table_content th {
        font-size: 15px;
        padding: 8px;
        background: #e1e1e1;
        box-sizing: border-box;
        color: #a19898;
    }



    #table_content tbody .btn-link {
        color: #ed1d25 !important;
        font-size: 13px;
        font-weight: 500;
        cursor: pointer;
    }

    #table_content tbody div {
        color: #ed1d25;
        font-size: 12px;
        font-weight: 500;
        cursor: pointer;
    }



/*letter end*/


/* grid start*/
#newComer #grid,
#studentCard #grid,
.gridTable {
    height: 574px !important;
    background-color: transparent !important;
    margin-bottom: 70px;
}

#grid,
.gridTable {
    height: 574px !important;
    background-color: transparent !important;
    margin-bottom: 70px;
}

#newComer .k-grid-content,
#studentCard .k-grid-content {
    height: 535px !important;
    border-bottom: 2px solid #e1e1e1;
}

.k-grid-content {
    height: 535px !important;
    border-bottom: 2px solid #e1e1e1;
    /*overflow-y: hidden !important;*/
}


#newComer #grid td, #newComer #grid th,
#studentCard #grid td, #studentCard #grid th {
    text-align: center;
}

#newComer .k-grid-header,
#studentCard .k-grid-header {
    padding-right: 0px !important;
    background-color: #e1e1e1 !important;
}

.gridTable td, .gridTable th,
.gridTable td, .gridTable th {
    text-align: center;
}

#newComer #grid th, #newComer .k-grid-header th.k-header > .k-link,
#studentCard #grid th, #studentCard .k-grid-header th.k-header > .k-link, #studentCard .gridTable th {
    font-weight: 700;
    color: #989898;
    background-color: #e1e1e1 !important;
    border: none;
    margin: 0px;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}

#grid th, .k-grid-header th.k-header > .k-link, .gridTable th {
    font-weight: 700;
    color: #989898;
    background-color: #e1e1e1 !important;
    border: none;
    margin: 0px;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}

#studentCard #grid th, #studentCard .k-grid-header th.k-header > .k-link, #studentCard .gridTable th {
    padding: 13px;
}

/* #studentCard #grid th{
      padding: 13px;
} */

#newComer .k-grid td,
#studentCard .k-grid td {
    color: #989898;
    background-color: #ecebeb !important;
    font-size: 13px;
    font-weight: 500;
    border: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-bottom: 2px #fff solid;
    padding: 0.91em 0.6em;
}


.k-grid td {
    color: #989898;
    background-color: #ecebeb !important;
    font-size: 13px;
    font-weight: 500;
    border: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-bottom: 2px #fff solid;
    padding: 0.91em 0.6em;
}

#newComer .k-grid td:last-child,
#studentCard .k-grid td:last-child {
    padding-bottom: 10px;
}

#newComer .k-grid .btn-link,
#studentCard .k-grid .btn-link {
    color: #ed1d25;
}

.btn-link.delBtn,
.btn-link.delBtn {
    color: #ed1d25 !important;
}

.btn-link.viewBtn,
.btn-link.viewBtn {
    color: #949191 !important;
}

.btn-link.edBtn,
.btn-link.edBtn,
.edtBtn {
    color: #5ab857 !important;
}

/*grid end*/

/* grid footer start*/

#newComer .k-pager-wrap.k-grid-pager.k-widget.k-floatwrap,
#studentCard .k-pager-wrap.k-grid-pager.k-widget.k-floatwrap {
    background: transparent;
    position: relative;
    top: 10px;
    border: none;
}

.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap {
    background: transparent;
    position: relative;
    top: 10px;
    border: none;
}

.k-pager-first, .k-pager-last {
    border: none;
    background: #fff;
    width: 63px !important;
    padding: 8px;
    color: gray;
    position: relative;
}



    .k-pager-first span, .k-pager-last span {
        visibility: hidden;
    }

    .k-pager-first:after, .k-pager-last:after {
        position: absolute;
        color: #ed1d25 !important;
        left: 0px;
        top: 0px;
        line-height: 40px;
        font-size: 14px;
        width: 100%;
    }

    .k-pager-first:after {
        content: 'الاول';
    }

    .k-pager-last:after {
        content: 'الاخير';
    }

.k-pager-numbers li a, .k-pager-nav {
    border-color: #fff;
    background-color: #fff !important;
    border-radius: 0 !important;
    color: #ed1d25 !important;
    padding: 8px 6px;
    border: 1px solid #cfcdcd !important;
    margin: 1px -1px !important;
}

    .k-pager-numbers li a:hover, .k-pager-nav:hover {
        border-color: #fff !important;
        background-color: #fff !important;
        border-radius: 0;
        color: #ed1d25 !important;
        padding: 8px 6px !important;
        border: 1px solid #cfcdcd !important;
        margin: 1px -1px !important;
    }

.k-pager-numbers .k-state-selected {
    border-color: #ed1d25;
    background-color: #ed1d25 !important;
    border-radius: 0;
    color: #fff;
    padding: 8px 6px;
    /* border: 1px solid #ed1d25 !important; */
}

    .k-pager-numbers .k-state-selected:hover {
        border-color: #ed1d25 !important;
        background-color: #ed1d25 !important;
        color: #fff !important;
        padding: 8px 6px !important;
        /* border: 1px solid #ed1d25 !important; */
    }

.k-pager-first {
    border-radius: 0px 100px 100px 0px !important;
}

.k-pager-last {
    border-radius: 100px 0px 0px 100px !important;
}

.k-pager-nav .k-i-arrow-60-left, .k-pager-nav .k-i-arrow-60-right {
    transform: rotate(180deg);
}

.k-pager-wrap .k-pager-info {
    order: -7 !important;
    justify-content: flex-start !important;
}


/* grid footer end*/

/* beshoy new comer end*/

/* new comer details start*/

.styleForm .row input[type=text],
.styleForm .k-dropdown,
.styleForm .k-datepicker,
.styleForm .k-textbox {
    width: 100%;
    border-radius: 100px;
    padding: 8px 5px;
    border: 1px solid #d8c7c7;
    box-sizing: border-box;
}

    .styleForm .k-datepicker input {
        padding: 0px !important;
        border: none !important;
    }

    .styleForm .k-datepicker .k-picker-wrap {
        border: none;
    }

.k-dropdown-wrap .k-input {
    padding: 0px !important;
    border: none !important;
}

.k-dropdown-wrap {
    border: none !important;
}

.styleForm .k-multiselect {
    border: none !important;
    padding: 0px !important;
}

.k-multiselect-wrap {
    /* border: 1px solid #d8c7c7;
padding: 6px 5px;
border-radius: 100px; */
    border: 1px solid #d8c7c7;
    padding-right: 0px !important;
    padding: 6px 5px;
    border-radius: 20px;
}

.saveBtn input, #MainContent_DIV_BTN_Preview_up button {
    padding: 10px 60px;
    border: none;
    background: #ed1d25;
    border-radius: 100px;
    color: #fff;
    margin-bottom: 20px;
}

.k-dropdown-wrap .k-select, .k-numeric-wrap .k-select, .k-picker-wrap .k-select {
    right: auto;
    left: 0 !important;
}

.k-dropdown-wrap, .k-numeric-wrap, .k-picker-wrap {
    padding-left: 2em;
    padding-right: 0px;
}

.k-icon, .k-tool-icon {
    width: 100%;
    height: 100%;
    top: 0px !important;
    right: 0px !important;
    margin: 0px !important;
}

.styleForm .k-icon, .styleForm .k-tool-icon {
    color: #9f9f9f;
    font-weight: 600;
}

.styleForm .k-datepicker .k-select {
    border-right: 2px solid #9f9f9fc4;
    padding-right: 3px;
}

#NewCommerData {
    width: 100%;
}

/* new comer details end*/

/*student card start*/

.k-popup-dropdowntree .k-icon, .k-popup-dropdowntree .k-tool-icon {
    width: 1em !important;
    height: 1em !important;
}

#photoImage {
    height: 120px;
}

.row-build .k-file, .row-build .k-upload {
    background-color: transparent !important;
    border-color: transparent !important;
}

/* image col*/
.row-build {
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 25px;
    padding: 20px 10px;
    border: 1px solid #84848485;
}

#divImage {
    width: 170px;
    height: 170px;
    margin: 5px auto;
    border-radius: 100%;
    background-size: cover;
    background-position: top center;
    border: 2px solid #ed1d25;
}

#txtProfileName {
    font-size: 16px;
    font-weight: 700;
    color: #848484 !important;
}

#txtProfileGrade {
    font-size: 14px;
    font-weight: 400;
    color: #848484 !important;
}

/* dialogs*/

.k-dialog {
    border: none !important;
    direction: rtl;
    text-align: right;
}

.k-dialog-buttongroup {
    width: 75%;
    margin: auto;
}

    .k-dialog-buttongroup .k-button {
        margin: 5px auto 20px !important;
        border-radius: 100px !important;
        border: none !important;
        max-width: 150px;
        /* box-shadow: 0px 0px 7px -1px !important; */
        border: 1px solid #e0e0e0 !important;
    }

.k-dialog-content .k-dropdown,
.k-dialog-content .k-dropdowntree {
    width: 47%;
    padding: 9px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 100px;
    margin: 5px;
}

.k-dialog-content label {
    padding: 10px 15px 3px;
}

.k-dialog-content .k-textbox {
    background-color: #fff;
    border-color: #e0e0e0;
    border-radius: 100px;
    width: 100%;
    padding: 8px;
}

.newComerDelPop {
    color: gray;
    font-size: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

    .newComerDelPop + .k-dialog-buttongroup.k-dialog-button-layout-stretched {
        width: 60%;
        margin: auto;
        min-width: 200px;
    }

        .newComerDelPop + .k-dialog-buttongroup.k-dialog-button-layout-stretched button {
            color: #ed1d25;
            text-decoration: underline;
            font-size: 15px;
            line-height: 10px;
        }

            .newComerDelPop + .k-dialog-buttongroup.k-dialog-button-layout-stretched button.k-primary {
                color: #fff;
                text-decoration: none;
                background-color: #ed1d25;
            }

button.k-primary {
    background-color: #ed1d25;
}

.alertSuc + .k-dialog-buttongroup.k-dialog-button-layout-stretched {
    width: 200px;
}

    .alertSuc + .k-dialog-buttongroup.k-dialog-button-layout-stretched button {
        border: 1px solid #3fb54c !important;
    }

.alertSuc {
    color: #3fb54c;
    text-align: center;
    width: 250px;
    font-size: 15px;
    margin: auto;
}

    .alertSuc i {
        font-size: 45px;
        margin-top: 30px;
        margin-bottom: 10px;
    }

.alertWarn + .k-dialog-buttongroup.k-dialog-button-layout-stretched {
    width: 200px;
}

    .alertWarn + .k-dialog-buttongroup.k-dialog-button-layout-stretched button {
        border: 1px solid #ed1d25 !important;
    }

.alertWarn {
    color: #ed1d25;
    text-align: center;
    width: 250px;
    font-size: 15px;
    margin: auto;
}

    .alertWarn i {
        font-size: 45px;
        margin-top: 30px;
        margin-bottom: 10px;
    }





.cannotDelete {
    color: #ed1d25;
    text-align: center;
    width: 250px;
    font-size: 15px;
    margin: auto;
    display: flex;
    align-items: center;
}

    .cannotDelete + .k-dialog-buttongroup.k-dialog-button-layout-stretched {
        width: 200px;
    }

/* student card end */

/* student card tabs start*/

#tabstrip {
    border: none !important;
}

.k-tabstrip.k-header {
    background-color: transparent !important;
}

#tabstrip ul {
    border: none;
    background: transparent;
    padding: 0px;
    margin: 27px 0px;
}

    #tabstrip ul li {
        width: 50%;
        text-align: center;
        border: 1px solid #8080804f;
        padding: 10px;
        box-sizing: border-box;
        color: #989898;
        font-size: 14px;
    }

.k-tabstrip-items .k-loading {
    display: none !important;
}

#tabstrip ul li:hover {
    background-color: #fff !important;
    background-image: none !important;
}

.k-tabstrip-top > .k-tabstrip-items .k-item.k-state-active {
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #8080804f !important;
}


.k-tabstrip > .k-content {
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box !important;
    max-width: 100%;
    background: #f5f5f5;
    padding-bottom: 0px;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
}

.detailsTabs #parentList {
    border: none !important;
    background: transparent !important;
    padding: 30px 0px 90px 0px;
}

.relativeCard {
    border: 1px solid #8080804f;
    border-radius: 20px;
    padding: 10px 20px;
    height: calc(100% - 40px );
    text-align: center;
    background: #fff;
    margin: 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .relativeCard h2 {
        color: #989898;
        font-weight: 700;
    }

    .relativeCard p {
        color: #989898;
    }

.absoluteBtn {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #ed1d25;
    border-radius: 0px;
    color: #fff;
    padding: 15px 30px;
    border: none;
}

.absoluteBtn:hover {
    background: #ed1d25 !important;
    color: #fff !important;
}


/* student card tabs end*/

/* student card tabs inside multiselect*/

ul#txtSiblings_taglist, ul#cmbPupils_taglist, ul#cmbSubjects_taglist, ul#cmbUsers_taglist {
    border: none;
    background: transparent;
    height: 100%;
    /* padding: 0px 24px; */
    padding: 0px 0px;
    margin: 0px 10px !important;
    float:right;
}
.btnOverrideAbsolute {
    position: relative !important;
    float: left;
}
    /* student card tabs end*/
    /* student card tabs inside multiselect*/
    ul#txtSiblings_taglist, ul#cmbPupils_taglist, ul#cmbSubjects_taglist, ul#cmbUsers_taglist {
        border: none;
        background: transparent;
        height: 100%;
        /* padding: 0px 24px; */
        padding: 0px 0px;
        margin: 0px 10px !important;
    }

    ul#txtSiblings_taglist li, ul#cmbPupils_taglist li, ul#cmbSubjects_taglist li, ul#cmbUsers_taglist li {
        width: auto;
        display: inline-block;
        padding: 0px 25px;
        border: 1px solid transparent;
        box-sizing: border-box;
        font-size: 14px;
        background-image: none !important;
        background-color: transparent !important;
        text-align: right;
        color: gray;
    }



        ul#txtSiblings_taglist li:hover, ul#cmbPupils_taglist li:hover, ul#cmbSubjects_taglist li:hover, ul#cmbUsers_taglist li:hover {
            background-image: none !important;
            background-color: transparent !important;
            color: gray;
            /* color:#fff !important;  */
        }

/* student card tabs inside multiselect*/

/* student card relative edit view start*/

#ParentData #prtBtnSave {
    margin-bottom: 80px;
    padding: 6px 60px;
    border: none;
    background: #ed1d25;
    border-radius: 100px;
    color: #fff;
}


/* student card relative edit view end*/

/* newcomer conf start*/
.Numeric span {
}

.k-numerictextbox .k-select {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 8px;
    padding-left: 8px;
    border: none !important;
}

.Numeric .k-numeric-wrap.k-state-default {
    background: transparent !important;
    width: 100% !important;
    padding: 0px !important;
    border: none !important;
}

.k-rtl .k-picker-wrap {
    padding-left: 0px !important;
}

.saveBtnConf {
    padding: 10px 60px;
    border: none;
    background: #ed1d25;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    margin: 20px auto
}

    .saveBtnConf:hover {
        background: #ed1d25;
        text-decoration: none;
        color: #fff;
    }
/* newcomer conf end*/

/* change class start */
.changeClassTitle {
    text-align: center;
    font-size: 16px;
    color: gray;
    padding-top: 20vh;
    width: 100%;
}

#changeClass button.active {
    height: 8vw;
    margin: 10px;
    width: 15vw;
    border-radius: 20px;
    background-color: #fff;
    color: #ed1d25;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 2px 3px 5px -3px grey;
}
/* change class end */

/* change Class Pupil start */
.changeClassPupilsBtn {
    height: 5vw;
    margin: 10px;
    width: 10vw;
    border-radius: 15px;
    background-color: #fff;
    color: #ed1d25;
    font-size: 0.8vw;
    font-weight: 500;
    box-shadow: 2px 3px 5px -3px grey;
}

.changeClassHeader .k-textbox {
    width: 100%;
    padding: 11px 8px;
    border-radius: 100px;
    min-height: 42px;
}

.changeClassHeader .k-listview {
    height: 350px;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    position: relative;
    background: #f5f5f5;
}

.changeClassHeader .listItem {
    padding: 7px;
    padding-left: 15px;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    line-height: 15px;
    color: #989898;
}

    .changeClassHeader .listItem input {
        margin: 0px 5px;
    }

.changeClassHeader .listItem2 {
    padding: 7px;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    line-height: 15px;
    color: #989898;
}

    .changeClassHeader .listItem2 input {
        margin: 0px 5px;
    }

.changeClassHeader label {
    margin: 0px;
    line-height: 30px;
}


.promoteLabelFrom, .relegateLabelFrom, .promoteLabelTo, .relegateLabelTo {
    color: #ed1d25;
    font-size: 14px;
    padding: 5px 15px;
}

/*change Class Pupil end*/

/* checkbox styling start */

/* The container */
.container {
    display: block;
    position: relative;
    padding-right: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    right: 10px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ed1d25;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ed1d2491;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #ed1d25;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* checkbox styling end */


.gridCoordination .k-grid-header table, .gridCoordination .k-grid-content table {
    table-layout: auto;
}

.gridCoordination th[data-field='name'], .gridCoordination td[data-field='name'] {
    width: 25%;
}

.gridCoordination th[data-field="enrollmentStatus"], .gridCoordination td[data-field="enrollmentStatus"] {
    width: 10%;
}

.gridCoordination th[data-field="acYearName"], .gridCoordination td[data-field="acYearName"] {
    width: 10%;
}

.gridCoordination th[data-field="age"], .gridCoordination td[data-field="age"] {
    width: 10%;
}

.gridCoordination th[data-field="statusCol"], .gridCoordination td[data-field="statusCol"] {
    width: 10%;
}

.gridCoordination th[data-field="actionBtn"], .gridCoordination td[data-field="actionBtn"] {
    width: 30%;
}


.gridCoordination .whiteBtn {
    width: 100px;
    font-size: 13px;
    margin: 2px;
}

.whiteBtn.forceBtn {
    color: #f03d44;
    border: 1px solid #f03d44;
}

.whiteBtn.acceptBtn {
    color: #00971e;
    border: 1px solid #00971e;
}

.enrollmentStatusBG {
    width: 20px;
    height: 20px;
    margin: auto;
    border-radius: 50%;
    opacity: 0.2;
}

.rollBackBtn, .rollBackBtn:hover {
    color: #ed9a1d;
}

/* changeClassPupils start */

#changeClassPupils {
    direction: rtl;
    text-align: right;
}

.k-dialog {
    direction: rtl;
    text-align: right;
}

#dialog2 p, #dialog p, #chooseDialog p, #DefineBankForm p, #DefineSafeForm p {
    color: #ed1d25;
    font-size: 16px;
    font-weight: 600;
}

.k-button.k-bare {
    left: 24px;
    right: auto;
    top: 24px;
    color: #ed1d25 !important;
    z-index: 10 !important;
    position: absolute;
    border: 2px solid #ed1d25 !important;
}

#dialog2 + .k-dialog-buttongroup, #dialog3 + .k-dialog-buttongroup {
    width: 50%;
    margin: auto;
    max-width: 150px;
}

.succDialog {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: gray;
}
/* changeClassPupils end */

/*control attendance start*/

.attendTable td input {
    border-radius: 100px;
    border: 1px solid #8080804f;
    padding: 5px 15px;
    text-align: center;
}

    /* Chrome, Safari, Edge, Opera */
    .attendTable td input::-webkit-outer-spin-button,
    .attendTable td input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    .attendTable td input[type=number] {
        -moz-appearance: textfield;
    }

.doneSaving {
    color: gray;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .doneSaving + div {
        width: 150px;
        margin: auto;
    }
/* control attendance end */

/* control elecation start*/

.k-grid-content td input {
    max-width: 50px;
    margin: auto;
}

.errorClass input {
    border: 2px solid red !important;
}

.errorClass:after {
    font-family: "Font Awesome 5 Free";
    content: "\f06a";
    display: inline-block;
    color: red;
    padding: 0px 3px;
    vertical-align: middle;
    font-weight: 900;
}

/* control elecation end*/

/* control seat number start*/


#seatNumber #grid th, #seatNumber .k-grid-header th.k-header > .k-link {
    padding: 5px;
}

#seatNumber .start input {
    width: 100%;
    border-radius: 100px;
    padding: 8px 5px;
    border: 1px solid #d8c7c7;
    box-sizing: border-box;
    background-color: #fff !important;
}

.statement {
    color: #ed1d25;
    text-decoration: underline;
    padding: 15px 30px;
    font-weight: 700;
}

.seatNumbSaveContainer {
    position: relative;
}

    .seatNumbSaveContainer button {
        position: absolute;
        left: 0px;
        background-color: #ed1d25;
        color: #fff;
        text-decoration: none;
        border: none;
        line-height: 24px;
        border-radius: 100px 0px 0px 100px;
    }

        .seatNumbSaveContainer button:hover {
            position: absolute;
            left: 0px;
            background-color: #ed1d25;
            color: #fff;
            text-decoration: none;
            border: none;
            line-height: 24px;
            border-radius: 100px 0px 0px 100px;
        }

.seatSaveBtn {
    top: 0px;
}

/* control seat number end*/

/* reg reports start*/


.proj-sec-title {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0px;
    margin-top: 30px;
}

.reports-details .k-colorpicker, .reports-details .k-combobox, .reports-details .k-datepicker, .reports-details .k-datetimepicker, .reports-details .k-dropdown, .reports-details .k-dropdowntree {
    background-color: transparent;
    width: 75% !important;
}

.reports-details .k-multiselect {
    width: 75% !important;
    border-radius: 100px;
}

#reportViewer1 .k-menu.k-header, #reportViewer1 .k-menu .k-item {
    border-color: #ed1d25;
    background-color: #ed1d25 !important;
    color: #fff;
    background-image: none !important;
}

#reportViewer1 .trv-report-viewer {
    direction: ltr;
}

.trv-report-page {
    margin: auto;
}

#reportsReg .k-picker-wrap {
    padding: 6px;
    border-radius: 100px;
    min-height: 20px;
}

.k-multiselect-wrap .k-select {
    left: 0px;
    right: auto;
}

/* reg reports end*/


/* secret num start*/

.dragCard {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
    margin: 30px auto;
    padding: 10px;
    padding-bottom: 30px;
    text-align: center;
    background-color: whitesmoke;
}

    .dragCard #dragStatment {
        padding: 30px 0px 30px;
        font-size: 13px;
        color: #808080c7;
        font-weight: 600;
    }

    .dragCard #listView {
        background-color: transparent !important;
        border: none !important;
    }

#secretNumber #grid th, #secretNumber .k-grid-header th.k-header > .k-link {
    padding: 5px;
}

/* secret num end*/

/* reports control start*/
.ctrlReport .k-listview {
    background: transparent;
    border: none;
}

    .ctrlReport .k-listview div {
        padding: 5px;
        display: inline-block;
    }

.k-multiselect-wrap #cmbPupils_taglist .k-select {
    padding: 0;
    background: transparent !important;
    text-align: right;
}

    .k-multiselect-wrap #cmbPupils_taglist .k-select .k-icon {
        color: #989898 !important;
        width: 20px;
        height: 20px;
        position: relative;
        z-index: 1000;
    }

        .k-multiselect-wrap #cmbPupils_taglist .k-select .k-icon:before, .k-multiselect-wrap #cmbPupils_taglist .k-select .k-icon:after {
            color: #989898 !important;
        }



.k-multiselect-wrap #cmbSubjects_taglist .k-select {
    padding: 0;
    background: transparent !important;
    text-align: right;
}

    .k-multiselect-wrap #cmbSubjects_taglist .k-select .k-icon {
        color: #989898 !important;
        width: 20px;
        height: 20px;
        position: relative;
        z-index: 1000;
    }

        .k-multiselect-wrap #cmbSubjects_taglist .k-select .k-icon:before, .k-multiselect-wrap #cmbSubjects_taglist .k-select .k-icon:after {
            color: #989898 !important;
        }

.k-multiselect-wrap #cmbUsers_taglist .k-select {
    padding: 0;
    background: transparent !important;
    text-align: right;
}

    .k-multiselect-wrap #cmbUsers_taglist .k-select .k-icon {
        color: #989898 !important;
        width: 20px;
        height: 20px;
        position: relative;
        z-index: 1000;
    }

        .k-multiselect-wrap #cmbUsers_taglist .k-select .k-icon:before, .k-multiselect-wrap #cmbUsers_taglist .k-select .k-icon:after {
            color: #989898 !important;
        }

/* reports control end */

/*remove dirty flag start*/

.k-dirty {
    /* display: none !important; */
    position: absolute;
    width: 0px;
    right: calc(50% + 80px) !important;
    top: calc(50% + -4px) !important;
    border-radius: 100px;
    height: 0px;
    display: inline-block;
    border-style: solid;
    border-color: red;
    padding: 0;
    overflow: hidden;
    vertical-align: middle;
}

/* remove dirty flag end*/

/* grade start*/
#Grades #grid th, #Grades .k-grid-header th.k-header > .k-link {
    padding: 5px;
}
/* grade end*/

/* grade color start*/
#GradesColor #grid th, #GradesColor .k-grid-header th.k-header > .k-link {
    padding: 5px;
}

td[data-field="gradeColorName"] div {
    display: table-cell;
    line-height: 25px;
    margin: 8px;
    padding: 3px;
}

.k-widget.k-tooltip-validation {
    color: red;
    background: none;
    border: none;
    padding: 5px 10px;
}

.valError {
    color: red;
    padding: 6px;
}

#secretFrom .k-widget.k-tooltip-validation, #ticketsForm .k-dropdowntree .k-widget.k-tooltip-validation {
    position: absolute;
    right: 0px;
    top: 100%;
    overflow: auto;
    width: 100%;
    text-align: right;
}

#secretFrom .k-numeric-wrap .k-i-warning, #ticketsForm .k-dropdowntree .k-i-warning {
    display: none !important;
}

/* grade color end  */

/* Tuition */

/*Installments start*/

#studentCard.installmentContainer .k-grid-header {
    /* padding-right: 0px !important; */
    background-color: transparent !important;
    border: none;
}

.k-grid-header {
    background-color: #e1e1e1;
}

#studentCard.installmentContainer #grid th {
    background-color: transparent !important;
}

    #studentCard.installmentContainer #grid th:hover, #studentCard.installmentContainer k-grid-header {
        background-color: transparent !important;
    }

#studentCard.installmentContainer .k-grid-content {
    overflow-y: auto;
    height: auto !important;
    border: none;
}

#studentCard.installmentContainer .k-grid-header-wrap {
    border: none;
}

.installmentContainer tr.k-grouping-row {
    position: relative;
}

    .installmentContainer tr.k-grouping-row .k-icon {
        width: 20px;
        height: 20px;
        position: initial;
    }

        .installmentContainer tr.k-grouping-row .k-icon:before {
            top: auto;
            bottom: auto;
            left: 30px;
            right: auto;
        }

    .installmentContainer tr.k-grouping-row td {
        font-weight: 800 !important;
        border-top: 2px #cbc0c09e solid !important;
    }

        .installmentContainer tr.k-grouping-row td:first-child {
            /* border-left:2px #fff solid !important; */
            border-radius: 0px 200px 200px 0px;
        }

        .installmentContainer tr.k-grouping-row td:last-child {
            /* border-right:2px #fff solid !important; */
            border-radius: 200px 0px 0px 200px;
        }

.installmentContainer tr:not(.k-grouping-row) td {
    border-bottom: none !important;
}


#studentCard.installmentContainer #grid {
    height: auto !important;
    border: none !important;
}

#studentCard.installmentContainer .k-i-expand:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: #989898;
}

#studentCard.installmentContainer .k-i-collapse:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    color: #989898;
}

#studentCard.installmentContainer .k-grid td {
    border-bottom: none !important;
}

#studentCard.installmentContainer .k-dropdown, #studentCard.treeDef .k-dropdown, #editDiv .k-dropdown {
    border-radius: 100px;
}

#studentCard.installmentContainer .k-edit-cell span {
    max-width: 120px !important;
    text-align: right
}

#studentCard.installmentContainer .k-textbox {
    border-radius: 100px;
    min-width: 150px;
    text-align: center;
    background-color: #fff;
    color: gray;
    padding: 8px 8px;
    border: 1px solid gray
}

/*Installments end*/


/* tul tree start*/

#lstTrees {
    background-color: transparent !important;
    border: none;
}

    #lstTrees h3 {
        border: 1px solid #c8c8c8;
        border-radius: 100px;
        padding: 10px 15px;
        color: #989898;
        font-weight: 700;
        position: relative;
    }

        #lstTrees h3 span {
            position: absolute;
            left: 15px;
            top: 10px;
        }

    #lstTrees ul {
        border: 1px solid #c8c8c8;
        padding: 35px 0px 15px;
        border-top: none;
        border-radius: 0px 0px 25px 25px;
        margin-top: -26px;
    }

        #lstTrees ul li {
            color: #adadad;
            font-size: 13px;
            font-weight: 600;
        }

.treeDef .changeClassPupilsBtn, #CategoryDefinition .changeClassPupilsBtn {
    background: #ed1d25 !important;
    color: #fff !important
}

/* tul tree end */

/* control setting start*/

.contolSettingContainer .product-view, #listViewConfig .listItem {
    padding: 6px 25px;
    border-left: none;
    border-right: none;
    margin: 0 5px;
}

    .contolSettingContainer .product-view dl {
        margin: auto;
    }

        .contolSettingContainer .product-view dl dd, #listViewConfig .listItem {
            line-height: 40px;
            color: #9c9c9c;
            font-size: 14px;
            font-weight: 600;
            margin: 0px;
        }

    .contolSettingContainer .product-view.k-state-selected {
        background-color: #ed1d25 !important;
    }

        .contolSettingContainer .product-view.k-state-selected dd {
            color: #fff;
        }

#listViewSubjContainer {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
    padding: 10px 10px;
    background: #fff;
}

    #listViewSubjContainer h3 {
        font-weight: 800;
        padding: 8px 20px;
    }

#listViewSubj {
    border: none;
}

.listViewAcdHeader {
    font-weight: 700;
    color: #989898;
    background-color: #e1e1e1 !important;
    border: none;
    margin: 0px;
    padding: 10px 5px;
    vertical-align: middle;
    text-align: center;
}

#listViewContainer {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
}

#listViewAcd {
    overflow-y: auto !important;
    text-align: center;
    background-color: transparent;
}

    #listViewAcd .listItem {
        border-bottom: 2px solid #fff;
        padding: 5px 0px;
    }

.listViewContainer .saveList {
    text-align: left;
}

#tblterm #tabstrip ul {
    margin: auto;
}

#classCheckboxContainer {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
    padding: 5px;
    padding-bottom: 40px;
}

    #classCheckboxContainer > span {
        font-weight: 700;
        color: #989898;
        font-size: 13px;
        line-height: 40px;
    }

#classCheckbox {
    background-color: transparent;
    border: none;
}

#tblterm .k-tabstrip-top > .k-tabstrip-items .k-item.k-state-active {
    background-color: #ed1d25 !important;
    border-color: #ed1d25 !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
}

    #tblterm .k-tabstrip-top > .k-tabstrip-items .k-item.k-state-active:hover {
        background-color: #ed1d25 !important;
        border-color: #ed1d25 !important;
        color: #fff !important
    }

#classCheckbox .listItem {
    float: right;
}

.contolSettingContainer span.k-invalid {
    position: relative;
    margin-bottom: 25px;
}

.contolSettingContainer span.k-invalid {
    position: relative;
    margin-bottom: 25px;
}

.contolSettingContainer span.k-invalid-msg {
    display: block;
    position: absolute;
    width: 100%;
    text-align: left;
    top: 100%;
    right: 0px;
}

    .contolSettingContainer span.k-invalid-msg .k-icon::before {
        content: none;
    }


.detailGrid td {
    background-color: #9898986b !important;
}

tr.k-detail-row td {
    background-color: #9898986b !important;
}

#YearInfo .gridTable th {
    padding: 13px;
}

#copyMsg .changeClassTitleYearControl {
    font-size: 16px;
    color: #ec1c24;
}

#copyMsg {
    font-size: 16px;
    color: #ec1c24;
    padding-left: 30px;
}

    #copyMsg .yearStyle {
        font-weight: 800;
    }

#listView1 {
    overflow-x: hidden;
}

#listViewConfig h3 {
    font-weight: 800;
    padding: 8px 20px;
}

#listViewConfig .prevRow .checkmark {
    background-color: #ed1d2580 !important;
}

#listViewConfig .prevRow {
    color: #bebebe !important;
    pointer-events: none;
}

#divSpace.automaticDiv {
    width: 100%;
    height: 200px;
}


/* control setting end  */

/* transactions start */

.transactionContainer .k-dropdown, .transactionContainer .k-combobox, .transactionContainer .k-combobox, #CategoryDefinition .k-dropdown, #receiptTypeID .k-dropdown {
    border-radius: 100px;
    width: 100% !important;
    border: 1px solid #e0e0e0;
}

.transactionContainer .k-datepicker, #ticketsForm .k-datepicker, #CategoryDefinition .k-datepicker {
    border-radius: 100px;
    width: 100% !important;
}

    .transactionContainer .k-datepicker .k-picker-wrap, #dialog .k-datepicker .k-picker-wrap, #ticketsForm .k-datepicker .k-picker-wrap, #CategoryDefinition .k-datepicker .k-picker-wrap {
        border-radius: 100px;
        padding: 6px;
    }

.transactionContainer #viewDiv, #receiptTypeID #editDiv {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
    padding: 20px;
    margin-bottom: 10px;
}

.editDivContainer, #viewDiv, #receiptTypeID #editDiv {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 3px -1px 7px -1px #80808073;
}

#grdPupilReciepts.gridTable {
    height: auto !important;
    min-height: 90px;
    overflow-y: scroll;
    width: 100%;
}

#TuitionGrid.gridTable {
    height: auto !important;
    width: 100%;
}

#grdPupilReciepts .k-pager-wrap.k-grid-pager.k-widget.k-floatwrap {
    top: 60px;
}


#grdReceiptsDetails.gridTable {
    height: auto !important;
    width: 100%;
}


    .transactionContainer .changeClassPupilsBtn span {
        line-height: 30px;
    }

.transactionContainer .k-textbox, #CategoryDefinition .k-textbox, #receiptTypeID .k-textbox {
    border: 1px solid #e0e0e0 !important;
    border-radius: 100px;
    padding: 8px;
    width: 100%;
}

.transactionContainer #txtDiscountRemark.k-textbox {
    height: 50px;
    border-radius: 10px;
    background-color: #fff;
}

.checkboxPercentage {
    position: absolute;
    bottom: 8px;
    right: 10px;
}

#grdReceiptsDetails th, #TuitionGrid.gridTable th {
    text-align: center;
}


#viewDiv label {
    color: #ed1d25;
    font-size: 13px;
    font-weight: 700;
}

#viewDiv span {
    color: #9c9c9c;
    font-size: 13px;
    line-height: 25px;
}

/* transactions end */


/* receipt summary start*/

.receiptsTopBtns {
    text-align: left;
}

/* receipt summary end*/

/* test */
#CategoryDefinition .k-textbox {
    background: #fff;
}

.tableExp {
    background-color: #fff;
    padding: 20px;
    padding-top: 40px;
}

#CategoryDefinition #studentCard #grid th {
    padding: 0px;
}

#CategoryDefinition #expGrid tr td:nth-child(6) {
    /* pointer-events: none; */
}

#CategoryDefinition #expGrid .k-grid-toolbar, #CategoryDefinition #revenueGrid .k-grid-toolbar, .receiptTypeID #grid .k-grid-toolbar {
    padding: 0px
}

#CategoryDefinition #expGrid .k-grid-add, #CategoryDefinition #revenueGrid .k-grid-add, .receiptTypeID #grid .k-grid-add {
    position: absolute;
    left: 40px;
    top: -60px;
}

    #CategoryDefinition #expGrid .k-grid-add:hover, #CategoryDefinition #revenueGrid .k-grid-add:hover, .receiptTypeID #grid .k-grid-add:hover {
        border: none;
    }

#CategoryDefinition #expGrid .k-button, #CategoryDefinition #revenueGrid .k-button {
    min-width: 35px;
}

    #CategoryDefinition #expGrid .k-button:hover, #CategoryDefinition #revenueGrid .k-button:hover {
        background-color: transparent !important;
    }

#expGrid.gridTable, #revenueGrid.gridTable {
    height: auto !important;
    min-height: 90px;
    margin-bottom: 20px;
}

#expGrid .k-dropdown, #expGrid .k-numerictextbox, #revenueGrid .k-dropdown, #revenueGrid .k-numerictextbox, #expGrid .k-textbox, #revenueGrid .k-textbox {
    max-width: 180px;
}

#revenueGrid th[data-field='remarks'], #revenueGrid th[data-field='trsValue'], #revenueGrid th[data-field='subCategoryName'] {
    width: 28%
}

#expGrid th[data-field='remarks'], #expGrid th[data-field='trsValue'], #expGrid th[data-field='subCategoryName'], #expGrid th[data-field='categoryName'] {
    width: 20%
}

#CategoryDefinition .gridTable td {
    background-color: #fff !important;
    border-bottom: 2px #ecebeb solid;
}

/* test */

/* receiptType start*/

#studentCard .receiptTypeID #grid {
    height: auto !important;
    min-height: 90px;
}

#studentCard .receiptTypeID .k-grid-content {
    height: auto !important;
}

.receiptTypeID .k-dropdowntree {
    border-radius: 100px;
}
/*receiptType end*/

/* expensesRevenueSummary start */

#ExpensesRevenueSummary #studentCard #grid th {
    padding: 0;
}

#ExpensesRevenueSummary .k-dropdown {
    border-radius: 100px;
    width: 100%
}

/* expensesRevenueSummary end */

a.k-button {
    border: none !important;
}


/* control school info start*/

#SchoolDefinition .styleForm, #SchoolDefinition .registrationForm {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
    padding-top: 30px;
}

label.radioLabel {
    display: inline-block !important;
    line-height: 1.8em;
    color: #666;
    padding-left: 8px;
}

.attachmentLi {
    text-align: right !important;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        font-weight: 700;
        color: white;
        background-color: #ed1d25;
        display: inline-block;
    }

.saveBtn label {
    padding: 10px 60px;
    border: none;
    background: #ed1d25;
    border-radius: 100px;
    color: #fff;
    margin-bottom: 20px;
    cursor: pointer;
}

.uploadAttachLi li {
    width: 100% !important;
}

/*control school info end*/

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ed1d25;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.tuitionInput {
    background-color: #fff;
    border-color: #e0e0e0;
    border-radius: 100px;
    width: 75%;
    padding: 8px;
    margin-top: 4px;
}

.allowFor {
    padding: 4px !important;
}

.discountValue {
    background-color: transparent !important;
    padding-right: 40px !important;
}

.discountPercentage {
    background-color: transparent !important;
    padding-right: 80px !important;
}

.discountValueSpan {
    position: absolute;
    font-size: 12px;
    padding-top: 11px;
    padding-right: 8px;
}

.discountPercentSpan {
    position: absolute;
    font-size: 12px;
    padding-top: 11px;
    padding-right: 8px;
}


.alertFail + .k-dialog-buttongroup.k-dialog-button-layout-stretched {
    width: 200px;
}

    .alertFail + .k-dialog-buttongroup.k-dialog-button-layout-stretched button {
        border: 1px solid red !important;
    }

.alertFail {
    color: red;
    text-align: center;
    font-size: 15px;
    margin: auto;
}

    .alertFail i {
        font-size: 45px;
        margin-top: 30px;
        margin-bottom: 10px;
    }

.divPayment {
    margin-bottom: 16px !important;
}
/*#cap-view .k-dialog-content .k-dropdown, .k-dialog-content .k-dropdowntree {
    padding: 0px;
    border:none;
}
 .k-list-container.k-popup-dropdowntree {
    text-align: right;
    direction: rtl;
}*/
/*
#cap-view .k-widget.k-tooltip-validation {
    display: inline-flex;
}

.k-dropdowntree > .k-multiselect-wrap > .k-i-close, .k-multiselect-wrap > .k-i-close:hover{
    color:rebeccapurple
}

.k-autocomplete.k-state-focused > .k-i-close, .k-autocomplete.k-state-hover > .k-i-close, .k-dropdown-wrap.k-state-focused > .k-i-close, .k-dropdown-wrap.k-state-hover > .k-i-close, .k-multiselect-wrap.k-state-focused > .k-i-close, .k-multiselect-wrap.k-state-hover > .k-i-close {
    display: contents !important;
    outline: 0;
}*/

#cap-view .k-dialog-content .k-dropdown, .k-dialog-content .k-dropdowntree {
    padding: 0px;
    border: none;
}
#cap-view .k-widget.k-tooltip-validation {
    display: inline-flex;
}
#cap-view .k-icon:before {
    margin: 0 !important;
    width: 1em;
    height: 1em;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    left: 10px;
}

.dgCmbAcYear .k-dialog-content .k-dropdown, .k-dialog-content .k-dropdowntree {
    padding: 9px !important;
    border: 1px solid #e0e0e0 !important;
}

#cap-view .k-autocomplete.k-state-focused > .k-i-close, .k-autocomplete.k-state-hover > .k-i-close, .k-dropdown-wrap.k-state-focused > .k-i-close, .k-dropdown-wrap.k-state-hover > .k-i-close, .k-multiselect-wrap.k-state-focused > .k-i-close, .k-multiselect-wrap.k-state-hover > .k-i-close {
    display: contents !important;
    outline: 0;
}
#cap-view .k-multiselect-wrap .k-select {
    display: none;
}

#cap-view  li{
    float: right;
}

#cap-view .k-treeview .k-content, .k-treeview .k-item > .k-group, .k-treeview > .k-group {
    direction: rtl;
    text-align: right;
}

#cap-view .k-autocomplete-clearable .k-input, .k-combobox-clearable .k-input, .k-dropdowntree-clearable .k-input, .k-multiselect-clearable .k-input {
    float: right;
}
#pplGrid.gridTable {
    height: auto !important;
    width: 100%;
    margin-bottom: 24px;
}
#grdMultiPupilReciepts.gridTable {
    height: auto !important;
    width: 100%
}
#grdMultiPupilReciepts .k-pager-wrap.k-grid-pager.k-widget.k-floatwrap {
    top: 60px;
}

.k-multiselect-wrap.k-floatwrap ul {
    float: right;
    /* text-size-adjust: auto; */
}
/*.k-item {
    text-align:right;
}*/
#reportsReg .k-dropdown-wrap .k-i-close.k-icon:before {
    display: block; /*
    background-color: forestgreen !important;*/
    color: black !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    right: auto;
}

#reportsReg li {
    float: right;
}

#reportsReg .k-treeview .k-content, .k-treeview .k-item > .k-group, .k-treeview > .k-group {
    direction: rtl;
    text-align: right;
}

.k-list-scroller  ul {
    text-align: start;
    direction: rtl;
}
.text-align-center {
    text-align: center !important;
}

.form-check-input-ar{
    position:relative;
    margin:0px;
    margin-left:5px;
}

#grid2 .k-grid-header th.k-header{
    text-align: center;
}

#grid3 .k-grid-header th.k-header {
    text-align: center;
}

#grid4 .k-grid-header th.k-header {
    text-align: center;
}

#ModulesDropdownDiv ~ .k-widget {
    display: none !important;
}










.k-grid-footer {
    display: none !important;
}
.k-grid .k-button {
    color: unset;
}


.form-check-ar {
    margin: 0 0 0 .75rem;
}

    .form-check-ar .form-check-input {
        margin-right: 0;
        margin-left: .3125rem;
    }



/*gallery start css*/
.k-window-titlebar {
    background-color: white;
    color: #000000;
}
/*.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap {
    background: transparent;
    background-color: aqua;*/
    /*position: relative;*/
    /*border: none;*/
    /*padding-bottom: 30px;*/
/*}*/

.gallery-grid .k-grid-header-wrap th .k-link {
    text-align: right;
}

.gallery-grid .k-icon:before {
    transform: rotate(180deg);
}
.gallery-grid .k-icon.k-i-collapse:before {
    transform: rotate(90deg);
}
.create-gallery-folder-btn-plus {
    
    margin: 0 0px 0 10px;
    
}