﻿@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;
}

html {
}

body {
    background-image: none;
    /*font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;*/
    font-family: Roboto-Regular;
    color: #2577a9;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.wrapper {
    margin: 0 auto -26px;
    min-height: 400px;
    height: auto !important;
    height: 100%;
}

/****************************
 *  Setup page
 ****************************/
.column {
    float: left;
    width: 30%;
    margin-right: 40px;
}

#DivRight {
    margin-right: 0;
}

.group {
    border-radius: 6px;
    margin-bottom: 45px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid var(--light-grey-color);
}

.group h3, .group div {
    padding-left: 1rem;
    padding-right: 1rem;
}

.group h3 {
    background: var(--grey-color);
    margin: 0;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto-medium';
    border-radius: 6px 6px 0 0;
    text-align: center;
    font-weight: normal;
}

.group div {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--light-grey-color);
}

    .group div:hover {
        /*background-color: #fff2dd;*/
    }

.group table {
    padding: 20px;
}

.group h4 {
    margin: 0;
}

    .group h4 a {
        color: var(--grey-color);
        font-size: 14px;
        line-height: 18px;
        text-decoration: none !important;
        font-family: roboto-medium;
    }

        .group h4 a:hover {
            color: var(--student-color);
            cursor: pointer;
        }


.group p {
    font-size: 11px;
    color: #5d5d5d;
    margin: 0;
    line-height: 18px;
    padding-top: 5px;
}

.group .odd {
    /*background-color: #ffffffa3;*/
}

.group .even {
    /*background-color: #ffffffa3;*/
}

.Custom_ScrollBar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.Custom_ScrollBar::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.Custom_ScrollBar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #eee;
}


/*****************************
 * List page
 ****************************/

/* .GridFilter*/
.GridFilter {
    padding: 5px 10px;
    font-size: 14px;
    background-color: rgb(240, 244, 247);
    border: 1px solid #cecece;
    margin: 10px 0;
}

    .GridFilter table {
        width: 100%;
    }

    .GridFilter tr {
        margin-bottom: 5px;
    }

        .GridFilter tr:last-child {
            margin-bottom: 0px;
        }

    .GridFilter label {
        margin-right: 10px;
    }


    .GridFilter div button {
        float: right;
    }

/* #GridFilter */
#GridFilter {
    padding: 5px 10px;
    color: var(--grey-color);
    font-size: 14px;
    margin: 10px 4px 10px 0;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid var(--grey-color);
}

    #GridFilter > table {
        width: 100%;
        padding-bottom: 4px;
    }

    #GridFilter tr {
        margin-bottom: 5px;
    }

        #GridFilter tr:last-child {
            margin-bottom: 0px;
        }

    #GridFilter label {
        margin-right: 10px;
    }


    #GridFilter > div {
        padding-top: 4px;
    }




    #GridFilter input[type="text"] {
        height: 30px;
        width: 190px;
        padding: 0 10px;
        border: 1px solid #cecece;
        background-color: transparent;
        border-radius: 4px;
        box-sizing: border-box;
    }

    #GridFilter input[type="Date"] {
        height: 30px;
        width: 155px;
        padding: 0 10px;
        border: 1px solid #cecece;
        background-color: #fff;
        border-radius: 4px;
    }

    #GridFilter select {
        height: 30px;
        width: 190px;
        padding: 5px;
        border: 1px solid #cecece;
        border-radius: 4px;
        background-color: transparent;
        box-sizing: border-box;
    }

    #GridFilter div button {
        float: right;
    }

        #GridFilter div button:hover {
            opacity: 0.8;
            color: #fff;
            background-color: var(--student-color);
            cursor: pointer;
        }

    #GridFilter div #Btn_Search {
        color: rgb(255, 255, 255);
        width: 120px;
        height: 30px;
        background-color: var(--grey-color);
        font-size: 14px;
        text-align: center;
        padding: 0px;
        border-width: initial;
        border-style: none;
        border-color: initial;
        border-image: initial;
        margin: 2px;
        border-radius: 6px;
        background-image: url(../../Images/icons/btn_search.png);
        background-repeat: no-repeat;
        background-position: 10px 5px;
        padding-left: 25px;
        background-size: 21px;
        cursor: pointer;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
    }

        #GridFilter div #Btn_Search:hover {
            opacity: 0.8;
        }

.divbutton {
    float: right;
    padding: 2px 10px;
}

.button {
    color: #fff;
    height: 30px;
    width: 80px;
    padding: 0 10px;
    background-color: var(--grey-color);
    font-size: 14px;
    border: none;
    margin: 2px;
    text-align: center;
    border-radius: 6px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    border-radius: 6px;
}

    .button:hover {
        /*background-color: #80019C;*/
        /*color: #333;*/
        background-color: var(--student-color) !important;
        color: #fff !important;
        opacity: 0.8;
        cursor: pointer;
    }



.buttonCancel {
    color: #fff;
    height: 30px;
    width: 80px;
    padding: 0 20px;
    background-color: #b0aeae;
    font-size: 14px;
    border: none;
    border-radius: 3px;
}

    .buttonCancel:hover {
        background-color: #c0deef;
        color: #333;
    }

h3 {
    padding: 0;
    margin: 0;
}

input[type="text"] {
    height: 30px;
    width: 190px;
    padding: 0 10px;
    border: 1px solid #cecece;
    background-color: transparent;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type="Number"] {
    height: 30px;
    min-width: 175px;
    padding: 0 10px;
    border: 1px solid #cecece;
    background-color: transparent;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type="Date"] {
    height: 30px;
    min-width: 175px;
    padding: 0 10px;
    border: 1px solid #cecece;
    background-color: transparent;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type="file"] {
    height: 30px;
    min-width: 175px;
    padding: 0 10px;
    border: 1px solid #cecece;
    background-color: transparent;
    border-radius: 4px;
    box-sizing: border-box;
}

textarea {
    background-color: transparent;
}

input[type="password"] {
    border-radius: 4px;
}

textarea {
    border-radius: 4px;
}

select {
    height: 30px;
    width: 190px;
    padding: 5px;
    border: 1px solid #cecece;
    border-radius: 4px;
    background-color: transparent;
    box-sizing: border-box;
}


.ui-jqgrid tr.jqgrow td {
    border-top: none;
    border-bottom: none;
    border-color: rgba(198, 198, 198, 0);
    text-align: center;
    height: 35px;
}

.gradebook .ui-jqgrid tr.jqgrow td {
    border-bottom: 1px;
    border-bottom-style: solid;
    /*border-color: #c6c6c6;*/
    border-color: rgba(198, 198, 198, 0.4);
}

.ui-paging-info {
    color: #555;
}


.ui-jqgrid .ui-pager-control .ui-pg-input {
    width: 20px;
    text-align: center;
    color: var(--grey-color);
    border-radius: 4px;
    height: 18px;
}

.ui-jqgrid .ui-paging-info {
    color: var(--grey-color);
}

.ui-jqgrid {
    font-family: Lucida Sans;
    font-size: 14px;
    color: #555;
}

.ui-dialog .ui-dialog-title {
    font-family: roboto-medium;
    font-size: 15px;
    color: var(--grey-color);
    text-align: center;
    float: none;
}

.ui-dialog {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0px;
    padding: 0px;
}


.Btn_Add {
    float: right;
    color: rgb(255, 255, 255);
    min-width: 120px;
    display: inline-block;
    height: 30px;
    background-color: #EC660E;
    font-size: 14px;
    text-align: center;
    padding: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    margin: 2px;
    border-radius: 4px;
    background-image: url(../../Images/icons/btn_add.png);
    background-repeat: no-repeat;
    background-position: 5px 4px;
    padding-left: 32px;
    padding-right: 6px;
    background-size: 23px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

    .Btn_Add:hover {
        opacity: 0.8;
    }


/* releated info */

.one {
    width: 100%;
    margin-top: 25px;
    box-sizing: border-box;
}

    .one > .tabs {
        height: 39px;
    }

        .one > .tabs > ul {
            font: 1em;
            list-style: none;
            padding: 0 5px;
        }

            .one > .tabs > ul > li {
                padding: 11px 9px !important;
                background: transparent !important;
                color: var(--grey-color) !important;
                font-family: roboto-medium !important;
                font-size: 12px;
                margin: 3px 0px 0px 0px !important;
                display: inline-flex;
            }

                .one > .tabs > ul > li > a {
                    color: var(--grey-color);
                    font-size: 16px;
                    font-family: 'Roboto-Medium';
                }

                .one > .tabs > ul > li:hover {
                    /*background: #C1DEF0;
                    cursor: pointer;
                    color: #333;*/
                }

                .one > .tabs > ul > li.tabActiveHeader {
                    background: var(--grey-color) !important;
                    color: #fff !important;
                    cursor: pointer !important;
                    border: 1px solid var(--grey-color) !important;
                    border-width: 1px 1px 0 1px !important;
                    border-radius: 8px 8px 0 0;
                }

                    .one > .tabs > ul > li.tabActiveHeader > a {
                        color: #fff;
                    }


                .one > .tabs > ul > li > a > i {
                    margin-right: 10px;
                }

    .one > .tabscontent {
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        padding: 16px;
        margin: 0;
        box-sizing: border-box;
        background: transparent !important;
        border: 1px solid var(--grey-color) !important;
    }

.tabpage {
    width: 100%;
}

tr.jqgrow :odd {
    background-color: Red;
}


label.error {
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: red !important;
    background: url("../../images/Error_16x16.png") no-repeat 0px 0px;
    padding-left: 18px !important;
    padding-bottom: 2px !important;
    font-size: 12px !important;
    width: auto !important;
    height: auto !important;
    float: left !important;
    clear: left;
}

div.error {
    display: none;
}

input.error {
    border: 1px dashed red !important;
}


.ColEditable {
    /*background-color:#f6f8f9;*/
}

.columnnoteditibale {
    background-color: #f6f8f9 !important;
}


.ColHdrEditable {
    background: transparent url('../../Images/check.gif') no-repeat 30px 0px scroll;
    padding-right: 9px;
}

legend {
    color: #fff;
    font-family: 'Roboto-Medium';
    font-size: 14px;
    padding: 4px 20px;
    background: var(--grey-color);
    border-radius: 6px;
    font-weight: normal;
}

fieldset {
    width: 100% !important;
    margin-left: 0px;
    margin-bottom: 40px;
    border: 1px solid var(--grey-color);
    border-radius: 6px;
    padding: 20px;
    box-sizing: border-box;
}

.ui-widget-content.footrow td {
    background-color: #f6f8f9;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    height: 21px;
    padding: 0 2px 0 2px;
    border-top-width: 1px;
    border-top-color: inherit;
    border-top-style: solid;
}

#ActionChange {
    padding: 0px;
    margin: 0;
    margin-left: 3px;
    width: 100px;
    height: 18px;
    color: #fff;
    border: 0px;
    margin-top: 6px;
    font-weight: bold;
    border-radius: 4px;
    font-size: 9px;
    background: var(--grey-color);
}

    #ActionChange:hover {
        cursor: pointer;
        background: var(--student-color);
    }

    #ActionChange option {
        font-size: 14px;
        background: #fff;
        color: #333;
    }


.GradingNotif {
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url('../../Images/ColorIcon.jpg');
    background-repeat: no-repeat;
    border: none;
    background-position: -31px -102px;
    margin-right: 2px;
    float: left;
}

.AttendanceNotif {
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url('../../Images/ColorIcon.jpg');
    background-repeat: no-repeat;
    border: none;
    background-position: -59px -77px;
    margin-right: 2px;
    float: left;
}

.ConductNotif {
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url('../../Images/ColorIcon.jpg');
    background-repeat: no-repeat;
    border: none;
    background-position: -141px -77px;
    margin-right: 2px;
    float: left;
}

.DemeritNotif {
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url('../../Images/ColorIcon.jpg');
    background-repeat: no-repeat;
    border: none;
    background-position: -31px -77px;
    margin-right: 2px;
    float: left;
}


.MedicalNotif {
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url('../../Images/ColorIcon.jpg');
    background-repeat: no-repeat;
    border: none;
    background-position: -58px -53px;
    margin-right: 2px;
    float: left;
}



.youtube_container {
    position: relative;
    width: 95%;
    margin: 0 auto;
    height: 0;
    padding-bottom: 56.25%;
}

.youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*******************************
  Widget 
 ******************************/

.widget_dropdown {
    width: 120px;
    height: 20px;
    padding: 0px;
    border: 1px solid #cecece;
    border-radius: 4px;
    background-color: #fff;
    margin: 0px;
    font-size: 1em;
}

/* ***************************** */


#GridDisplay {
    /*width: 99.87%;*/
    width: 99.7%;
    box-shadow: 3px 3px 4px #ccc;
    box-sizing: border-box;
    border-radius: 8px;
}

.MoreAction {
    padding: 1px;
    margin: 0;
    width: 120px;
    height: 20px;
    color: #156698;
    border: 0px solid #cecece;
    font-size: 12px;
    background-color: transparent;
}

/* ***************************** */
input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 0.5px solid #656d6d;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 7.5px;
    border-radius: 3px;
    margin: 1px;
    display: inline-block;
    position: relative;
}

    input[type="checkbox"]:active, input[type="checkbox"]:checked:active {
        /*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);*/
    }

    input[type="checkbox"]:checked {
        background-color: var(--grey-color);
        border: 0.5px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #99a1a7;
    }

        input[type="checkbox"]:checked:after {
            content: '\2714';
            font-size: 10px;
            position: absolute;
            top: 0px;
            left: 3px;
            font-weight: bold;
            color: #99a1a7;
            color: #fff;
        }
/* ***************************** */


/* ***************************** */
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 1px solid #c1c1c1;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    z-index: 1000;
    border-radius: 50%;
}

    input[type="radio"]:hover {
        background: #9faab7;
    }

    input[type="radio"]:checked {
        background: var(--grey-color);
    }

        input[type="radio"]:checked::before {
            height: 20px;
            width: 17px;
            position: absolute;
            content: '✔';
            display: inline-block;
            font-size: 13px;
            text-align: center;
            line-height: 20px;
        }

        input[type="radio"]:checked::after {
            background: var(--grey-color);
            content: '';
            display: block;
            position: relative;
            z-index: 100;
        }

    input[type="radio"].radio {
        border-radius: 50%;
    }

        input[type="radio"].radio::after {
            border-radius: 50%;
        }
/* ***************************** */

/* ********* Grid Pager Buttons sepearator ******* */
[data-prof ="SpaceButton"] {
    display: none !important;
}
/* *********************************************** */

/* *********************************************** */
a {
    font-family: roboto-regular;
    color: #2577a9;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: #ec660e;
    }
/* *********************************************** */


.st-menu-cls {
    background-position: 4px 5px;
    background-size: 25px;
    background-repeat: no-repeat;
    padding-left: 35px !important;
}



.div_accordian_header {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0;
    width: 96%;
    border-radius: 6px;
    border: 1px solid #5557552e;
}

h3.accordion {
    background: var(--grey-color);
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    width: initial;
    padding-left: 20px;
    font-family: 'Roboto-Bold';
    border-radius: 6px 6px 0 0;
}

div.panel {
    padding: 20px;
    background-color: #ffffff75;
    overflow: hidden;
    border-radius: 0 0 6px 6px;
    box-sizing: border-box;
    transition: max-height 0.2s ease-out;
}


textarea {
    border: 1px solid #cecece;
    border-radius: 4px;
}

.font-disabled{
    color:#555;
}

.clsMoreAction {
}

    .clsMoreAction:hover + .clsMoreActionDiv {
        display: block;
    }

.clsMoreActionDiv {
    background: rgb(255 255 255 / 97%);
    display: none;
    position: fixed;
    z-index: 99999;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .8rem;
}

    .clsMoreActionDiv:hover {
        display: block;
    }



.MoreActionMenuList {
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

    .MoreActionMenuList li {
        list-style-type: none;
        color: var(--grey-color);
        cursor: pointer;
        padding: 0.3rem .9rem;
        font-family: 'Roboto-regular';
        text-align: left;
        border-bottom: 1px solid var(--light-grey-color);
        font-weight: 400;
        white-space: nowrap;
        font-size: 14px;
    }

        .MoreActionMenuList li:last-child {
            border-bottom: none;
        }

        .MoreActionMenuList li:hover {
            color: var(--student-color);
        }

.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;
    }

.dropbtn {
    font-size: 20px;
    border: none;
    cursor: pointer;
    color: var(--grey-color);
    background: transparent;
    margin: 0rem .5rem;
}
    .dropbtn:hover, .dropbtn:focus {
        color: var(--student-color)
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    background: rgb(255 255 255 / 97%);
    display: none;
    position: fixed;
    z-index: 99999;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .8rem;
}

    .dropdown-content a {
        color: var(--grey-color);
        cursor: pointer;
        padding: 0.3rem .9rem;
        font-family: 'Roboto-regular';
        text-align: left;
        border-bottom: 1px solid var(--light-grey-color);
        font-weight: 400;
        white-space: nowrap;
        font-size: 14px;
        display: block;
    }

        .dropdown-content a:last-child {
            border-bottom: none;
        }

.dropdown a:hover {
    /*background-color: #f1f1f1;*/
}

.show {
    display: block;
}


.blockUI {
    /*background-color: transparent !important;*/
}


.grid-profile-pic {
    height: 37px;
    width: 37px;
    border-radius: 50%;
    margin: 3px;
}


.grid-icon {
    font-size: 20px;
    color: var(--grey-color);
    cursor: pointer;
}

    .grid-icon:hover {
        color: var(--student-color);
    }

.btn-icon {
    background: none;
    border: 0;
    color: #fff;
}

    .btn-icon:hover {
        background-color: transparent !important;
    }

.tbl-action-div {
    border-spacing: 0px;
    background: var(--grey-color);
    box-sizing: border-box;
    padding: 6px 10px;
    border-radius: 6px;
    color: #fff;
    font-family: 'Roboto-Medium';
}

form {
    padding: 5px;
    box-sizing: border-box;
}