@font-face {
    font-family: Roboto-Black;
    src: url(../Font/Roboto-Black.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-BlackItalic;
    src: url(../Font/Roboto-BlackItalic.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../Font/Roboto-Bold.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-BoldItalic;
    src: url(../Font/Roboto-BoldItalic.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Italic;
    src: url(../Font/Roboto-Italic.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Light;
    src: url(../Font/Roboto-Light.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-LightItalic;
    src: url(../Font/Roboto-LightItalic.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Medium;
    src: url(../Font/Roboto-Medium.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-MediumItalic;
    src: url(../Font/Roboto-MediumItalic.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../Font/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Thin;
    src: url(../Font/Roboto-Thin.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-ThinItalic;
    src: url(../Font/Roboto-ThinItalic.ttf) format('truetype');
}

:root {
    --light-grey-color: #6f6f6f75;
    --grey-color: #555755;
    --admin-color: #7f197f;
    --principle-color: #2088CA;
    --learner-color: #2088CA;
    --teacher-color: #2BA337;
    --student-color: #EC660E;
    --parent-color: #f4ca09;
}

* {
    margin: 0px;
    padding: 0px;
}

html {
    height: 100%;
}

body {
    /*font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;*/
    font-family: Roboto-Regular;
    font-size: 11pt;
    background: #fff url('../../Images/bg-body.jpg') 0 0;
    height: 100%;
}

#wrap {
    position: relative;
    width: 90%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -150px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #999;
}

.site {
    height: 100%;
    margin: 0 auto;
    /*padding-bottom: 150px;*/
}

.container {
    padding: 0 15px;
    width: 95%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    position: relative;
}

#clsContentLeftIcon {
    width: 60px;
    position: absolute;
    left: -60px;
    overflow-x: hidden;
    top: 95px;
}

    #clsContentLeftIcon div {
        margin-bottom: 4px;
        width: 60px;
        height: 60px;
        text-align: center;
        background-repeat: no-repeat;
        border: none;
        position: relative;
        left: 50%;
        vertical-align: middle;
        display: inline-table;
    }

#main {
    min-height: 100%;
    height: 100%;
}

.Alertbutton {
    width: 60px;
    height: 30px;
    background-color: transparent;
    /*background-image: url('../../Images/sprite-1.png');*/
    background: url('../../Images/icons/Alert.png');
    background-position: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    /*background-position: 2px -202px;*/
    margin-top: 4px;
    cursor: pointer;
    outline: none;
}

#clsAlertbutton {
    background-image: url('../../Images/button-shortcut-1.png');
    background: #2b81ba;
    border-radius: 8px 0 0 8px;
}

    #clsAlertbutton:hover {
        background-image: url('../../Images/button-shortcut-1-hover.png');
        background: #c1def0;
        left: 0 !important;
    }

.Calendarbutton {
    width: 60px;
    height: 30px;
    background-color: transparent;
    /*background-image: url('../../Images/sprite-1.png');*/
    background: url('../../Images/icons/Calendar.png');
    background-position: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    /*background-position: -25px -202px;*/
    margin-top: 4px;
    cursor: pointer;
    outline: none;
}

#clsCalendarbutton {
    background-image: url('../../Images/button-shortcut-2.png');
    background: #2b81ba;
    border-radius: 8px 0 0 8px;
}

    #clsCalendarbutton:hover {
        background-image: url('../../Images/button-shortcut-2-hover.png');
        background: #c1def0;
        left: 0 !important;
    }

.Lbl_Icon {
    color: white;
    font-weight: bold;
    font-size: 10px;
}

.clear {
    line-height: 0px;
    font-size: 0px;
    clear: both;
}

/***********************************************************************/

.pre-main {
    position: relative;
    width: 100%;
    padding-top: 15px;
    height: 30px;
}

.PagePath {
    width: 53%;
    height: 30px;
    text-align: left;
    float: left;
    line-height: 30px;
    vertical-align: middle;
    font-size: 15px;
    color: var(--grey-color);
    font-family: roboto-medium;
    padding-left: 20px;
    margin-bottom: .15rem;
    box-sizing: border-box;
}

    .PagePath a {
        color: var(--grey-color);
        text-decoration: none;
    }

.pre-main-right {
    width: 46%;
    float: right;
}

.SearchBox {
    float: right !important;
    margin-right: 10px;
}

.FilterBox {
    float: right !important;
    height: 28px;
    margin-right: .5rem;
}

#BtnShowFilter {
    border: 1px solid;
    background-image: none;
    float: left;
    font-size: 12px;
    color: var(--grey-color);
    height: 30px;
    box-sizing: border-box;
    padding: .1rem .6rem;
    background: transparent;
    border-radius: 4px;
}

    #BtnShowFilter:hover {
        /*opacity: 0.8;
        cursor: pointer;*/
    }

#filter {
    float: left;
    height: 30px;
    width: 220px;
    font-size: 12px;
    text-align: left;
    border-radius: 4px;
    background: transparent;
    margin-right: .5rem;
    color: var(--grey-color);
    border: 1px solid;
}

    #filter:active {
        /*background:red*/
    }


    #filter:focus {
        /*background:yellow*/
    }

#search {
    border: 1px solid;
    background-image: none;
    float: left;
    font-size: 12px;
    color: var(--grey-color);
    height: 30px;
    width: 30px;
    box-sizing: border-box;
    padding: .1rem;
    background: transparent;
    border-radius: 4px;
}

/***********************************************************************/

.push {
    height: 150px;
    clear: both;
}

.highlight {
    color: #4cd1e2;
}
/***********************
 *       Header
 **********************/
.header {
}

.top-header {
    height: 23px;
    text-decoration: none;
    color: #ffffff;
    background: #EC660E;
    /*url('../../Images/sprite-1.png') no-repeat 830px -177px*/
}

.Logintop-header {
    height: 23px;
    color: #ffffff;
    background-color: #227db9;
}

.Logintop {
    position: absolute;
    top: -183px;
    right: 50px;
}

.Loginbottom {
    position: absolute;
    bottom: -37px;
    right: -32px;
}

.logincontent {
    vertical-align: middle;
    margin: 0 auto;
    width: 478px;
    height: 208px;
    position: relative;
    margin-bottom: 45px;
    margin-top: 235px;
    background: url('../../Images/bg-login-block.jpg');
    padding: 10px 30px 20px 30px;
}

    .logincontent input {
        width: 320px;
        height: 40px;
        background-color: #fff;
        border: 1px solid;
        border-color: #c4c4c3;
        float: right;
        padding-right: 0px;
        font-size: 22px;
        color: #227db9;
    }

.loginBody label {
    font-family: Lucida Sans;
    font-size: 22px;
    color: #227db9;
    float: left;
    width: 135px;
    height: 40px;
    float: left;
    vertical-align: middle;
    padding-left: 10px;
}

.logincontent a {
    font-family: Lucida Sans;
    font-size: 14px;
    color: #227db9;
    text-decoration: underline;
    display: block;
}

    .logincontent a:hover {
        color: #ec660e;
    }

.UserCredentials {
    float: left;
    margin-bottom: 20px;
}

.username {
    float: left;
    margin-bottom: 20px;
}

.userpassword {
    float: left;
    margin-bottom: 10px;
}

#btnfooter {
    float: right;
    width: 320px;
    margin-right: 18px;
}

#Loginbtn {
    float: left;
}

#linkBtn {
    float: right;
}

.top-header-container {
    float: right;
    line-height: 23px;
    /*margin-right: 130px;*/
    width: 100%;
}

    .top-header-container ul {
        float: right;
    }

.top-header-Module {
    float: left;
    line-height: 23px;
    width: 300px;
}

    .top-header-Module ul {
        float: right;
    }

.top-header-item {
    color: #ffffff;
    float: left;
    list-style-type: none;
}

    .top-header-item .spaced {
        padding: 0 8px;
    }

    .top-header-item a {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
        /*border-left: 1px solid #fff;*/
        padding: 0 8px;
    }

        .top-header-item a:hover {
            /*text-decoration: underline;*/
            color: #ffffff;
        }

    .top-header-item:first-child a {
        border-left: none;
    }

.branding {
    /*width:100%;
	height: 60px;
	background: #fff url('../../Images/img-mountain-view.jpg') no-repeat 0 0;
    background-size:cover;*/
    width: 100%;
    height: 5px;
    background: #fff;
    background-size: cover;
}

#LiAdmin {
    width: 25px;
    background-image: url('../../Images/ProfileBG_Pur.png');
    background-repeat: no-repeat;
    /*background-attachment :fixed;
 background-position :1026px -177px;*/
    background-size: cover;
}

#LiPrin {
    width: 25px;
    background-image: url('../../Images/ProfileBG_Blu.png');
    background-repeat: no-repeat;
    /*background-attachment :fixed;
  background-position :1026px -177px;*/
    background-size: cover;
}

#LiTea {
    width: 25px;
    background-image: url('../../Images/ProfileBG_Grn.png');
    background-repeat: no-repeat;
    /*background-attachment :fixed;
 background-position :1002px -177px;*/
    background-size: cover;
}

#LiPare {
    width: 25px;
    background-image: url('../../Images/ProfileBG_Yel.png');
    background-repeat: no-repeat;
    /*background-attachment :fixed;
 background-position :1026px -177px;*/
    background-size: cover;
}

#LiStu {
    width: 25px;
    background-image: url('../../Images/ProfileBG_Orn.png');
    background-repeat: no-repeat;
    /*background-attachment :fixed;
  background-position :1026px -177px;*/
    background-size: cover;
}
/***********************
 *     Main menus
 **********************/
.all-menu {
    font-family: Geneva, Tahoma, sans-serif;
}

    .all-menu a {
        text-decoration: none;
    }

/* Menu 1 */
.menu {
    /*background: #156698 url('../../Images/bg-Menu-A.jpg') repeat-x 0 0;*/
    background: #2b81ba;
    height: 35px;
    color: #c0deef;
    line-height: 35px;
    padding: 0 50px;
    font-size: 17px;
    overflow: hidden;
    /*font-weight: bold;*/
}

    .menu ul li {
        padding: 0 10px;
    }

        .menu ul li:first-child {
            padding-left: 0;
        }

        .menu ul li a {
            color: #c0deef;
            display: block;
            height: 100%;
            padding: 0 9px;
            font-family: roboto-medium;
        }

            .menu ul li a:hover,
            .menu ul li.menu-selected a {
                color: #156698;
                background-color: #c0deef;
                /*border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top: 4px;*/
                line-height: 35px;
                height: 35px;
                font-family: roboto-medium;
            }

/* Menu 2 */
.sub-menu {
    text-decoration: none;
    height: 25px;
    line-height: 25px;
    background-color: #c1def0;
    /*border-bottom:1px solid #b8cbd5;*/
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    padding: 0 60px;
}

    .sub-menu a {
        color: #156698;
        font-family: roboto-medium;
    }

        .sub-menu a:hover {
            color: #436c4e;
        }

    .sub-menu ul {
        list-style-type: none;
    }

        .sub-menu ul li {
            list-style-type: none;
            float: left;
            position: relative;
            margin: 0 10px;
        }

/* Menu 3 */
.sub-menu2 {
    text-decoration: none;
    height: 25px;
    line-height: 25px;
    background-color: #d8eefa;
    border-bottom: 1px solid #b8cbd5;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding: 0 30px;
}

    .sub-menu2 a {
        text-decoration: none;
        color: #555;
    }

        .sub-menu2 a:hover {
            text-decoration: none;
            color: #ec660e;
        }

    .sub-menu2 ul {
        list-style-type: none;
    }

        .sub-menu2 ul li {
            list-style-type: none;
            float: left;
        }

.tab {
    /*width: 120px;*/
}

    .tab.selected:after {
        content: '';
        display: block;
        height: 0;
        position: absolute;
        width: 0;
        z-index: 99;
        border-width: 0 9px 6px;
        border-style: solid;
        border-color: #D8EEFA transparent;
        left: 50%;
        bottom: 0;
        margin-left: -9px;
    }

.tab2 {
    /* Edited on 20-12-2016 */
    /*width: 130px;*/
    /*height:28px;*/
    /*margin-top:-2px;*/
    /*text-decoration:none;
	color:#196898;
	margin: 0 20px;*/
    min-height: 13px;
    text-decoration: none;
    color: #196898;
    margin: 0;
    border-bottom: 1px solid #fff;
    padding: 5px 5px 5px 15px;
    display: block;
    /* -------------------- */
}

    .tab2 a {
        color: #156698;
    }

        .tab2 a:hover {
            color: #436c4e;
            margin-top: 2px;
        }

    .tab2.selected {
        color: #436c4e;
    }

        .tab2.selected a {
            color: #436c4e;
        }

            .tab2.selected a:hover {
                color: #436c4e;
            }

/*.sub-menu2,
.sub {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}*/

/* Menu 4 */
.sub {
    position: absolute;
    /* Edited on 20-12-2016 */
    /*margin-top: 1px;*/
    margin-top: -19px;
    /*width:190px;*/
    width: 200px;
    /* -------------------- */
    display: none;
    z-index: 500;
    cursor: pointer;
}

    .sub :hover {
        background-color: #fef2dc;
    }

.menu3 {
    /* Edited on 20-12-2016 */
    /*height: 19px;*/
    min-height: 13px;
    /*line-height: 19px;*/
    /* -------------------- */
    background-color: #d8eefb;
    border-top: 1px solid #ffffff;
    color: #555;
    padding: 5px 15px;
    line-height: 19px;
}

.tab2 .menu3 a {
    text-decoration: none;
    color: #156698;
}

    .tab2 .menu3 a:hover {
        text-decoration: none;
        color: #555;
    }
/* Edited on 20-12-2016 */
.sub_menu_flag {
    float: right;
    width: 9px;
    height: 9px;
    background: url('../../Images/icons/right_1.png') no-repeat;
    background-size: contain;
}
/* -------------------- */
/***********************************
 * Content
 **********************************/
.content {
    top: 0px;
    left: -1px;
}


.IndexContent {
    height: 550px;
}


/***********************************
 *           Pager menu
 **********************************/
.pager-menu {
    position: absolute;
    margin-top: -32px;
    margin-left: 30px;
    list-style-type: none;
}

    .pager-menu ul li {
        list-style-type: none;
        float: left;
    }

.pager-menu-list {
    width: 35px;
}

.edit {
    position: absolute;
    margin-top: -127px;
    width: 0px;
    height: 0px;
    z-index: 500;
    overflow: hidden;
    border: 1px solid #97b0c7;
}

.edit-menu {
    padding-left: 5px; /*10px;*/
    padding-top: 5px;
    height: 26px;
    width: 74px;
    font-family: "Myriad Pro";
    /*font-size:11pt;*/
    font-weight: bold;
    vertical-align: middle;
    text-decoration: none;
    background-color: #ffffff;
    color: #196898;
    text-align: left;
}

    .edit-menu a {
        text-decoration: none;
        color: #196898;
    }

        .edit-menu a:hover {
            text-decoration: none;
            color: #196898;
        }

.edit-menu-selected {
    padding-left: 10px;
    padding-top: 5px;
    height: 26px;
    width: 74px;
    font-family: "Myriad Pro";
    /*font-size:11pt;*/
    font-weight: bold;
    vertical-align: middle;
    text-decoration: none;
    background-color: #d8e9fa;
    color: #196898;
    text-align: left;
}
/*.edit-menu-selected a{
	text-decoration:none;
	color:#196898;
}
.edit-menu-selected a:hover{
	text-decoration:none;
	color:#196898;
}*/
.edit2 {
    position: absolute;
    margin-left: -85px;
    margin-top: -155px;
    width: 0px;
    height: 0px;
    z-index: 500;
    overflow: hidden;
    border: 1px solid #99b1c8;
    list-style-type: none;
}

    .edit2 ul {
        list-style-type: none;
    }

        .edit2 ul li {
            float: left;
            list-style-type: none;
        }

.edit-menu2 {
    padding-left: 5px;
    padding-top: 5px;
    height: 30px;
    width: 100px;
    font-family: "Myriad Pro";
    font-size: 11pt;
    vertical-align: middle;
    text-decoration: none;
    background-color: #ffffff;
    color: #196898;
    text-align: left;
}

    .edit-menu2 a {
        text-decoration: none;
        color: #196898;
    }

        .edit-menu2 a:hover {
            text-decoration: none;
            color: #196898;
        }

.edit-menu2-selected {
    padding-left: 5px;
    padding-top: 5px;
    height: 30px;
    width: 100px;
    font-family: "Myriad Pro";
    font-size: 11pt;
    vertical-align: middle;
    text-decoration: none;
    background-color: #d8e9fa;
    color: #196898;
    text-align: left;
}

    .edit-menu2-selected a {
        text-decoration: none;
        color: #196898;
    }

        .edit-menu2-selected a:hover {
            text-decoration: none;
            color: #196898;
        }

/*********************************
 *           Login
 ********************************/
.login {
    width: 650px;
    min-height: 450px;
    padding-top: 10px;
}

.login-menu {
    width: 500px;
    margin-left: 50px;
    list-style-type: none;
}

    .login-menu ul li {
        list-style-type: none;
        float: left;
    }

.login-blue {
    text-align: center;
    text-decoration: none;
    color: #000000;
    background-color: #0000ff;
    width: 125px;
    height: 20px;
    padding-top: 5px;
}

    .login-blue a {
        text-decoration: none;
        color: #000000;
    }

        .login-blue a:hover {
            text-decoration: none;
            color: #000000;
        }

.login-yellow {
    text-align: center;
    text-decoration: none;
    color: #000000;
    background-color: #fffc00;
    width: 125px;
    height: 20px;
    padding-top: 5px;
}

    .login-yellow a {
        text-decoration: none;
        color: #000000;
    }

        .login-yellow a:hover {
            text-decoration: none;
            color: #000000;
        }

.login-green {
    text-align: center;
    text-decoration: none;
    color: #000000;
    background-color: #0cff00;
    width: 125px;
    height: 20px;
    padding-top: 5px;
}

    .login-green a {
        text-decoration: none;
        color: #000000;
    }

        .login-green a:hover {
            text-decoration: none;
            color: #000000;
        }

.login-purple {
    text-align: center;
    text-decoration: none;
    color: #000000;
    background-color: #993399;
    width: 125px;
    height: 20px;
    padding-top: 5px;
}

    .login-purple a {
        text-decoration: none;
        color: #000000;
    }

        .login-purple a:hover {
            text-decoration: none;
            color: #000000;
        }

.login-content {
    width: 498px;
    min-height: 200px;
    border: 1px solid #0000ff;
    margin-top: 24px;
    margin-left: 50px;
    background-color: #ffffff;
    color: #000000;
}

.student {
    padding-left: 20px;
    display: block;
}

.teacher {
    padding-left: 20px;
    display: none;
}

.parent {
    padding-left: 20px;
    display: none;
}

.admin {
    padding-left: 20px;
    display: none;
}

.button-login {
    margin-top: 45px;
    padding-right: 25px;
}

.submit-blue {
    background-color: #0000ff;
    border: 1px solid #0000ff;
}

.submit-yellow {
    background-color: #fffc00;
    border: 1px solid #fffc00;
}

.submit-green {
    background-color: #0cff00;
    border: 1px solid #0cff00;
}

.submit-purple {
    background-color: #993399;
    border: 1px solid #993399;
}

.buttons {
    float: right;
    /*margin-right:-40px;*/
    margin-top: 20px;
    /*width:500px;*/
}

.button {
    color: #fff;
    height: 30px;
    width: 80px;
    padding: 0 20px;
    background-color: var(--grey-color);
    font-size: 14px;
    border: none;
}

    .button:hover {
        background-color: #c0deef;
        color: #333;
    }

.buttons ul {
    list-style-type: none;
}

    .buttons ul li {
        list-style-type: none;
        float: left;
        padding: 0px 5px 5px 0px;
    }

.button1 {
    background-image: url('../../Images/search-button.png');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 65px;
    height: 34px;
    font-size: 12px;
    color: #186aa0;
    border: 1px solid #cfdde5;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.button2 {
    background-image: url('../../Images/filter-button.png');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 71px;
    height: 34px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border: 0px;
    cursor: pointer;
}

.button3 {
    background-image: url('../../Images/move-on-button.png');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 91px;
    height: 34px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border: 0px;
    cursor: pointer;
}

.path {
    float: left;
    width: 450px;
    margin-left: 20px;
    margin-top: -8px;
}

.module-path {
    height: 80px;
    width: 99px;
    background-color: #ffffff;
    border: 1px solid #d6dfe4;
    font-weight: bold;
    color: #565656;
    text-align: center;
}

.menu-path {
    height: 24px;
    width: 500px;
    margin-top: -26px;
    margin-left: 100px;
    font-weight: bold;
    background-color: #ffffff;
    border-right: 1px solid #d6dfe4;
    border-top: 1px solid #d6dfe4;
    border-bottom: 1px solid #d6dfe4;
    color: #829baa;
    text-align: center;
    list-style-type: none;
}

    .menu-path ul li {
        list-style-type: none;
        float: left;
        padding: 0px 5px 5px 0px;
    }

.moveOn {
    position: absolute;
    margin-left: -85px;
    margin-top: -155px;
    width: 0px;
    height: 0px;
    z-index: 50000;
    overflow: hidden;
    border: 1px solid #99b1c8;
    list-style-type: none;
}

    .moveOn ul {
        list-style-type: none;
    }

        .moveOn ul li {
            float: left;
            list-style-type: none;
        }

.moveOn-menu {
    padding-top: 5px;
    height: 30px;
    width: 100px;
    font-family: "Myriad Pro";
    font-size: 11pt;
    font-weight: bold;
    vertical-align: middle;
    text-decoration: none;
    background-color: #ffffff;
    color: #196898;
    text-align: center;
}

    .moveOn-menu a {
        text-decoration: none;
        color: #196898;
    }

        .moveOn-menu a:hover {
            text-decoration: none;
            color: #196898;
        }

.moveOn-menu-selected {
    padding-top: 5px;
    height: 30px;
    width: 100px;
    font-family: "Myriad Pro";
    font-size: 11pt;
    font-weight: bold;
    vertical-align: middle;
    text-decoration: none;
    background-color: #d8e9fa;
    color: #196898;
    text-align: center;
}

    .moveOn-menu-selected a {
        text-decoration: none;
        color: #196898;
    }

        .moveOn-menu-selected a:hover {
            text-decoration: none;
            color: #196898;
        }

/*******************************
 *         Footer
 ******************************/
.footer {
    position: relative;
    width: 100%;
    background: transparent url('../../Images/bg-footer1.png') repeat;
    background-size: contain;
    padding-top: 20px;
    height: auto !important;
    font-size: 12px;
    /*font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;*/
    font-family: roboto-regular;
    line-height: 18px;
    color: #555;
    z-index: 2;
}

    .footer .region {
        padding: 0 3.22%;
        float: left;
        width: 26.8%;
        height: 100% !important;
    }

    .footer h3 {
        font-size: 18px;
        line-height: 20px;
        color: #79b0cf;
        padding-bottom: 5px;
    }

    .footer a {
        color: #555;
        text-decoration: underline;
    }

        .footer a:hover,
        .footer a:focus,
        .footer a:active {
            color: #ec660e;
            text-decoration: none;
        }

    .footer ul {
        list-style: none;
        float: left;
    }

    .footer .school-logo {
        float: left;
    }

    .footer .school-title {
        margin-left: 50px;
        font-weight: bold;
        font-size: 15px;
    }

    .footer .school-address {
        clear: both;
    }

    .footer .region-1 a {
        font-style: italic;
        text-decoration: none;
    }

        .footer .region-1 a:hover,
        .footer .region-1 a:focus,
        .footer .region-1 a:active {
            text-decoration: underline;
        }

    .footer .region-2 {
        border-left: 1px solid #aec4d1;
        border-right: 1px solid #aec4d1;
    }

        .footer .region-2 ul {
            width: 30%;
            margin-right: 3%;
        }

    .footer .region-3 .region-left,
    .footer .region-3 .region-right {
        width: 50%;
    }

    .footer .region-3 .region-left {
        float: left;
        /*width: 46%*/
    }

    .footer .region-3 .region-right {
        float: right;
        /*width: 54%;*/
    }

.follow {
    margin-top: 8px;
}

    .follow li {
        float: left;
    }

        .follow li a {
            width: 21px;
            height: 22px;
            background: transparent url('../../Images/sprite-1.png') no-repeat 0 -43px;
            margin-right: 4px;
            display: block;
        }

    .follow .twitter a:hover {
        background-position-x: -115px;
    }

    .follow .facebook a {
        background-position-x: -50px;
    }

        .follow .facebook a:hover {
            background-position-x: -165px;
        }

    .follow .rss a {
        background-position-x: -25px;
    }

        .follow .rss a:hover {
            background-position-x: -140px;
        }

.footer .icon {
    position: absolute;
    top: 0;
    left: 0px;
    background: transparent url('../../Images/img-smallblock-footer.png') no-repeat 0 0;
    width: 30px;
    height: 27px;
}

.license {
    position: relative;
    bottom: 0;
    width: 100%;
    font-size: 11px;
    text-align: center;
    clear: both;
    color: #7b7b7b;
}

    .license .highlight {
        color: #068add;
    }

    .license .skoolee-logo {
        width: 80px;
        height: 19px;
        background: transparent url('../../Images/Skoolee.png');
        display: inline-block;
    }
/*******************************
 *	Form elements
 ******************************/
input {
    color: var(--grey-color);
    border: 1px solid #c0c0c0;
    -moz-appearance: none;
    /*-webkit-appearance:none;*/
    padding: 3px;
}

    input:focus {
        outline: none;
    }

select {
    color: var(--grey-color);
    border: 1px solid #c0c0c0;
}

textarea {
    color: var(--grey-color);
    border: 1px solid #c0c0c0;
}

.label {
    font-weight: bold;
    color: #829baa;
}

.labelHdr {
    font-weight: bold;
    color: #829baa;
    font-size: 12pt;
}



.AttendanceNotif {
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url('../../Images/ColorIcon_1.gif');
    background-repeat: no-repeat;
    border: none;
    background-position: -59px -77px;
    /*float: left;*/
}

.ConductNotif {
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url('../../Images/ColorIcon_1.gif');
    background-repeat: no-repeat;
    border: none;
    background-position: -141px -77px;
    /*float: left;*/
}

.DemeritNotif {
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url('../../Images/ColorIcon_1.gif');
    background-repeat: no-repeat;
    border: none;
    background-position: -31px -27px;
    /*float: left;*/
}


.MedicalNotif {
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url('../../Images/ColorIcon_1.gif');
    background-repeat: no-repeat;
    border: none;
    background-position: -114px -23px;
    /*float: left;*/
}



/* ----------------------- */
/* ----------------------- */
/* ----------------------- */
/* ----------------------- */
.wmt_social_icon_dark {
    font-size: 1.1rem;
    color: var(--grey-color);
}

    .wmt_social_icon_dark:hover {
        color: var(--student-color)
    }

.social_icon {
    font-size: 1.8rem;
}

.login_btn {
    color: #fff;
    background-color: var(--positive-color);
}

    .login_btn:hover {
        color: black;
        background-color: white;
    }

.links {
    color: white;
    text-decoration: underline !important;
}

    .links a {
        margin-left: 4px;
    }


.login-footer {
    /*position: sticky;
    bottom: 0;*/
    color: #fff;
    padding: .4rem 1rem;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.login-footer-content {
    display: inline-flex !important;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid;
    padding-top: .5rem;
}

.footer-left {
    text-align: left;
}

.footer-right {
    text-align: right;
}

.skoolee-logo {
    width: 80px;
    height: 20px;
    background: transparent url('../../Images/skoolee-white-logo.png');
    display: inline-block;
    background-size: contain;
}

.skoolee-grey-logo {
    background: transparent url('../../Images/skoolee-grey-logo.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.btn:focus, .btn.focus {
    box-shadow: none !important;
}

.right-action-btn {
    background: no-repeat;
    color: var(--grey-color);
    margin: 0 auto;
    position: relative;
    border: 0;
    padding: .8rem;
}

    .right-action-btn:hover {
        cursor: pointer;
        color: var(--student-color);
        transition: .5s;
    }

    .right-action-btn:focus {
        outline: none;
    }

    .right-action-btn i {
        font-size: 1.2rem;
    }


.WidgetDropMenu {
    border: 1px solid;
    font-size: 12px;
    color: var(--grey-color);
    height: 30px;
    box-sizing: border-box;
    padding: 0.1rem 0.6rem;
    background: transparent;
    border-radius: 4px;
}

    .WidgetDropMenu:hover {
        cursor: pointer;
        color: var(--student-color);
        transition: .5s;
    }


.ModuleDropMenu i {
    font-size: 1.3rem;
    color: #ffffffd9;
}

    .ModuleDropMenu i:hover {
        color: var(--student-color);
        transition: .5s;
    }

.ModuleDropMenuList .dropdown-item.disabled {
    opacity: .3;
}



.dropdown-menu {
    border-radius: .8rem !important;
}


.scroll-bar-custom::-webkit-scrollbar {
    width: 6px;
}

.scroll-bar-custom::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #7b7b7b40 !important;
}

.scroll-bar-custom::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: transparent !important;
}


label {
    margin-bottom: 0;
}


table {
    border-collapse: initial;
}


textarea {
    border: 1px solid #cecece;
    border-radius: 4px;
}


.box-menu:hover {
    border-top-color: var(--student-color);
    transition: all ease-in-out .4s;
}

    .box-menu:hover > h2 {
        color: var(--student-color);
        transition: all ease-in-out .4s;
    }




/* Menu Style */
/* **************************************** */
#sidebar {
    min-width: 160px;
    max-width: 160px;
    color: #fff;
    transition: all 0.3s;
    height: calc(100vh - 66px);
    overflow-x: hidden;
    overflow-y: auto;
}

    #sidebar.active {
        min-width: 60px;
        max-width: 60px;
        text-align: center;
    }

        #sidebar.active .sidebar-header h3,
        #sidebar.active .CTAs {
            display: none;
        }

        #sidebar.active .sidebar-header strong {
            display: block;
        }


        #sidebar.active .components li a .menu-title {
            display: none;
        }


    #sidebar ul li {
        border-bottom: 1px solid var(--light-grey-color);
    }


    #sidebar.active ul li a {
        padding: 10px 0px;
        text-align: center;
        font-size: 10px;
        font-family: 'Roboto-Bold';
        justify-content: center;
    }

        #sidebar.active ul li a i {
            margin-right: 0;
            display: block;
            font-size: 1.8em;
            margin-bottom: 5px;
            /*display: inline-flex;*/
        }

    #sidebar.active ul ul a {
        padding: 10px !important;
    }

    #sidebar.active .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar .sidebar-header {
        padding: 10px 10px 0;
    }

        #sidebar .sidebar-header strong {
            display: none;
            font-size: 1.8em;
        }

    #sidebar ul.components {
        padding: 10px 5px;
    }


.menu-icon {
    font-size: 18px;
    width: 24px;
    text-align: center;
    margin-right: 8px !important;
}

.menu-title {
    width: 90px;
}

.menu-arrow {
    width: 10px;
    text-align: center;
    margin-right: 0px !important;
}


#sidebar ul li a {
    padding: .5rem;
    font-size: 13px;
    /*display: block;*/
    color: var(--grey-color);
    font-family: 'Roboto-Medium';
    text-align: left;
    display: flex;
    align-items: center;
}

        #sidebar ul li a:hover {
            color: var(--student-color);
            text-decoration: none;
            transition: .5s;
            cursor: pointer;
        }

        #sidebar ul li a .active {
            color: var(--student-color);
        }

        #sidebar ul li a i {
            margin-right: 10px;
        }

.menu-caret {
    display: inline-flex;
    font-size: 16px;
    margin-left: 3px;
    margin-right: -9px;
    margin-bottom: -1px;
    color: var(--student-color);
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    /* color: #fff;
                background: #6d7fcc;*/
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }


@media (max-width: 768px) {
    /* 80px and its content aligned to centre. Pushing it off the screen with the
       negative left margin
    */

    #sidebar.active {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        /*margin-left: -80px !important;*/
    }


    /* Reappearing the sidebar on toggle button click */
    #sidebar {
        margin-left: 0;
    }


        /* Toggling the sidebar header content, 
       hide the big heading [h3] and showing the small heading [strong] and vice versa
    */
        #sidebar .sidebar-header strong {
            display: none;
        }

        #sidebar.active .sidebar-header h3 {
            display: none;
        }

        #sidebar.active .sidebar-header strong {
            display: block;
        }

        /* Downsize the navigation links font size */
        #sidebar.active ul li a {
            padding: 20px 10px;
            font-size: 11px;
        }

            #sidebar.active ul li a i {
                margin-right: 0;
                display: block;
                font-size: 1.8em;
                margin-bottom: 5px;
                display: inline-flex;
            }

        /* Adjust the dropdown links padding*/
        #sidebar.active ul ul a {
            padding: 10px !important;
        }

    /* Changing the arrow position to bottom center position, 
      translateX(50%) works with right: 50% 
      to accurately  center the arrow */
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
}

/* **************************************** */



