﻿@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(--teacher-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);*/
    background: #55575508;
    box-shadow: 1px 2px 2px 1px #dbd6d6;
}

    #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(--teacher-color);
            cursor: pointer;
        }

.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(--teacher-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;
    }

#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;
    }

.Btn_Add {
    float: right;
    color: rgb(255, 255, 255);
    min-width: 120px;
    display: inline-block;
    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_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;
    }

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;
    white-space: break-spaces;
    font-size: 13px;
}

.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;
}

.ui-pg-div {
    background: var(--grey-color) !important;
}

    .ui-pg-div:hover {
        background: var(--teacher-color) !important;
    }

/* 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(--teacher-color);
    }

    #ActionChange option {
        font-size: 14px;
        background: #fff;
        color: #333;
    }

.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;
}

/* ***************************** */


/* ***************************** */
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;
        }
/* ***************************** */

#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="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: var(--teacher-color);
    }
/* *********************************************** */

.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;
}


/* Remove margins and padding from the list */
.Custom_ul {
    margin: 0;
    padding: 0;
}

    /* Style the list items */
    .Custom_ul li {
        position: relative;
        padding: 4px;
        background: #eee;
        transition: 0.2s;
        /* make the list items unselectable */
        /*-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;*/
        list-style-type: none;
    }

        /* Set all odd list items to a different color (zebra-stripes) */
        .Custom_ul li:nth-child(odd) {
            background: #f9f9f9;
        }

        /* Darker background-color on hover */
        .Custom_ul li:hover {
            background: #ddd;
        }


/* Style the close button */
.Custom_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 8px;
}

    .Custom_close:hover {
        background-color: #f44336;
        color: white;
        cursor: pointer;
    }


.Btn_Custom_1 {
    color: var(--teacher-color) !important;
    border: 1px solid var(--teacher-color) !important;
    display: inline-block !important;
    padding: 5px 5px !important;
    outline: none !important;
    cursor: pointer !important;
    text-decoration: none !important;
    text-align: center !important;
    white-space: nowrap !important;
    font-size: 11px !important;
    font-weight: bold !important;
    border-radius: 3px !important;
    vertical-align: middle !important;
    background-color: #fff !important;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.05) !important;
    -webkit-transition: all 0.2s !important;
    -moz-transition: all 0.2s !important;
    transition: all 0.2s !important;
    width: auto !important;
    margin: 0px !important;
    height: auto !important;
    min-width: 80px !important;
}

    .Btn_Custom_1:hover {
        background: var(--teacher-color) !important;
        color: #fff !important;
    }

.Btn_Custom_1_Selected {
    cursor: default !important;
    background: var(--teacher-color) !important;
    color: #fff !important;
}


.Btn_Custom_2 {
    color: var(--teacher-color) !important;
    border: 1px solid var(--teacher-color) !important;
    display: block;
    padding: 5px 5px !important;
    outline: none !important;
    cursor: pointer !important;
    text-decoration: none !important;
    text-align: center !important;
    white-space: nowrap !important;
    font-size: 11px !important;
    font-weight: bold !important;
    border-radius: 3px !important;
    vertical-align: middle !important;
    background-color: #fff !important;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.05) !important;
    -webkit-transition: all 0.2s !important;
    -moz-transition: all 0.2s !important;
    transition: all 0.2s !important;
    width: auto !important;
    margin: 0px !important;
    height: auto !important;
    min-width: 80px !important;
}

    .Btn_Custom_2:hover {
        background: var(--teacher-color) !important;
        color: #fff !important;
    }

.Btn_Custom_2_Selected {
    cursor: default !important;
    background: var(--teacher-color) !important;
    color: #fff !important;
}


.legend-div {
    font-style: italic;
    font-size: 11px;
    color: #555;
    margin-top: .5rem;
}

.legend-hdr {
    font-weight: bold;
    margin: 0;
}

.legend-list {
    margin: 0;
}

.legend-item {
}


textarea {
    border: 1px solid #cecece;
    border-radius: 4px;
}

.font-disabled {
    color: #555;
}

.dynatree-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.dynatree-container::-webkit-scrollbar {
    width: 10px;
    height: 12px;
    background-color: #F5F5F5;
}

.dynatree-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #eee;
}


.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(--teacher-color);
        }


.box-menu:hover {
    border-top-color: var(--teacher-color);
    transition: all ease-in-out .4s;
}

    .box-menu:hover > h2 {
        color: var(--teacher-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(--teacher-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(--teacher-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;
}


.chat-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* chat-modal-content Content */
.chat-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 90%;
    height: 98%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

    .chat-modal-content .modal-header h2 {
        -webkit-margin-before: 7px;
        -webkit-margin-after: 7px;
    }










.summary .tabs {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .summary .tabs .tab-list {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #ccc;
    }

        .summary .tabs .tab-list .tab-item {
            padding: 15px 20px;
            cursor: pointer;
            transition: background-color 0.3s ease;
            flex-grow: 1;
            text-align: center;
        }

            .summary .tabs .tab-list .tab-item.active {
                background-color: var(--teacher-color);
                color: #fff;
                border-radius: 8px 8px 0 0;
            }

            .summary .tabs .tab-list .tab-item:not(.active):hover {
                background-color: #f1f1f1;
            }

.summary .tab-content {
    display: none;
    padding: 20px;
    border-top: 1px solid #ccc;
}

    .summary .tab-content.active {
        display: block;
    }


.summary-header {
    background: var(--teacher-color);
    color: #fff;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .summary-header h1 {
        margin: 0;
        font-size: 2em;
        font-family: 'Roboto-bold';
    }


.tab-wrapper {
}

.tab-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--light-grey-color);
    padding: 0px 1rem;
}

    .tab-header h2 {
        color: var(--teacher-color);
        font-size: 18px;
    }

.tab-wrapper p {
    margin: 0;
}

.tab-body {
    padding: 1rem;
}


.btn-box {
    display: flex;
    color: #fff;
    background-color: var(--teacher-color);
    padding: 6px 8px;
    border-radius: 6px;
    justify-content: space-between;
    cursor: pointer;
}

    .btn-box i {
        margin-right: 6px;
    }

.btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--teacher-color);
}

    /*.btn-wrapper .btn-icon {
        margin-left: 1rem;
        cursor: pointer;
        color: var(--teacher-color);
        font-size: 18px;
    }*/

    .btn-wrapper .btn-icon {
        margin-left: .4rem;
        cursor: pointer;
        color: var(--teacher-color);
        font-size: 14px;
        /*background-color: var(--teacher-color);*/
        padding: .5rem;
        border-radius: 1rem;
        border: 1px solid var(--teacher-color);
    }



        .btn-wrapper .btn-icon:hover {
            color: #fff;
            background-color: var(--teacher-color) !important;
            opacity: 0.8;
        }

.btn-icon-active {
    color: #fff !important;
    background-color: var(--teacher-color) !important;
}




.section {
    margin-top: 30px;
    padding-left: 20px;
    border-left: 4px solid var(--teacher-color);
    position: relative;
}

    .section h3 {
        color: var(--teacher-color);
        font-size: 16px;
        margin-bottom: 10px;
    }

    .section .item {
        margin-bottom: 1.2rem;
        background: #efefef47;
        padding: 1rem 1.4rem;
        border-radius: 1rem;
        box-shadow: 1px 1px 4px #ededed;
    }

        .section .item p {
            margin: 4px 0;
        }

        .section .item strong {
            display: inline-block;
            width: 150px;
        }



.section-header {
}

.section-body {
}

.field-wrapper {
    margin: 1rem 0;
    display: flex;
}

.field-lbl {
    color: var(--grey-color);
    font-size: 15px;
    font-family: 'Roboto-Bold';
    min-width: 200px;
}

.field-value {
    color: var(--grey-color);
    font-size: 14px;
}


.item .field-wrapper {
    margin: 0;
    display: flex;
}

.item .field-lbl {
    color: var(--grey-color);
    font-size: 13px;
    font-family: 'Roboto-Bold';
    min-width: 200px;
}

.item .field-value {
    color: var(--grey-color);
    font-size: 12px;
}

.item .icon {
    margin-left: .5rem;
    cursor: pointer;
    color: var(--teacher-color);
    font-size: 14px;
}

.item i {
    font-size: 11px;
    color: #ff4545;
}


.section-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .section-cards .card-container {
        padding: 2px 16px;
    }

    .section-cards .student-card {
        box-shadow: 0 4px 8px 0 rgb(13 13 13 / 20%);
        transition: 0.3s;
        border-radius: 5px;
        width: 160px;
        margin: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: #f5f5f5;
    }



        .section-cards .student-card img {
            border-radius: 50%;
            width: 120px;
            height: 120px;
        }

        .section-cards .student-card h4 {
            margin: .5rem 0px .25rem 0;
        }

        .section-cards .student-card p {
            margin: .25rem 0 .8rem 0px;
        }

        .section-cards .student-card i {
            font-size: 1.1rem;
            color: var(--teacher-color);
        }


        .section-cards .student-card :hover {
        }




    .section-cards .card-bottom {
    }

        .section-cards .card-bottom .card-btn-full {
            width: 100%;
            background-color: #ef5d5d;
            font-family: 'Roboto-Bold';
            color: white;
            border: 0;
            padding: 7px;
            border-radius: 0 0 5px 5px;
            font-size: 12px;
        }


.item-header {
    color: var(--teacher-color);
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--light-grey-color);
}

.item-header-btn-wrapper {
}

    .item-header-btn-wrapper .btn-icon {
        margin-right: .5rem;
        cursor: pointer;
        color: var(--teacher-color);
        font-size: 1rem;
    }



#BtnSort {
    /*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;
    margin-right: 10px;*/
}




#sortingDialog {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}





#levelsContainer {
    margin-top: 20px;
    border-top: 2px dashed #ccc;
    padding-top: 20px;
}



@media (max-width: 600px) {
    #sortingDialog {
        width: 99%;
        padding: 15px;
    }

    .button {
        font-size: 14px;
    }

    #Btn_Sort {
        font-size: 16px;
    }
}
/* Style for the container of the sortable items */
#levelsContainer {
    list-style-type: none; /* Remove bullet points */
    padding: 0;
    margin: 0;
    width: 99%;
}

label {
    margin-left: 5px;
    margin-right: 5px;
}
/* Style for each sortable item */
.sorting-level {
    background: #fff;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: move; /* Indicate that this is draggable */
    transition: background-color 0.2s ease;
}


    /* Add hover effect to show the item is being hovered */
    .sorting-level:hover {
        background-color: #f0f0f0;
    }

/* Add the style for the placeholder when an item is being dragged */
.ui-sortable-placeholder {
    background: #e9e9e9;
    border: 1px dashed #aaa;
    height: 40px; /* Same height as the list items */
}

/* Optional: Style for the dragged item */
.sorting-level.ui-sortable-helper {
    opacity: 0.6; /* Make the item slightly transparent when dragging */
}

/* Add visual feedback when the item is being dragged over a valid position */
.ui-sortable-helper {
    border: 2px dashed #007bff;
    background-color: #cce5ff;
}

/* Optional: Style for the list while dragging */
#levelsContainer.ui-sortable {
    background: #f7f7f7;
    border: 1px solid #ddd;
}

.DeleteLevel-sort {
    border: none;
    background: url(../../Images/delete-20.png) no-repeat 0px;
    width: 100px;
    height: 24px;
    overflow: hidden;
    cursor: pointer;
    margin-left: 25px;
    float: right;
}

    .DeleteLevel-sort li {
        display: none;
    }

.DivSort {
    float: right;
}



/*Chosen Style */
/*--------------------------------------------------------------------------*/
.chosen-drop {
    width: auto !important;
}

.chosen-container {
    font-size: 11px !important;
    font-weight: normal !important;
    display: block !important;
    z-index: 9999999;
    user-select: none;
}

.chosen-search-input {
    width: 100% !important;
}

.chosen-container-single .chosen-single {
    top: 7px;
}

.chosen-single {
    top: 0px;
    display: block !important;
    user-select: none;
}

.chosen-container-single .chosen-search {
    /*float:left;*/
    margin-top: -27px !important;
}

.chosen-container .chosen-results {
    text-align: left;
    position: unset;
    display: contents;
}

.chosen-drop .chosen-search {
    margin-top: 0px !important;
}

.ui-jqgrid .ui-jqgrid-bdiv {
    /*overflow: unset !important;*/
}

.ui-jqgrid tr.jqgrow td:has(> .chosen-container) { /* grid td that has a chosen element */
    white-space: pre-wrap !important;
    overflow: unset !important;
    height: 26px !important;
    border-top: none rgba(198, 198, 198, 0) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
    border-color: rgba(101, 80, 80, 0.18) !important;
    font-size: 11px;
    font-weight: bold !important;
}

.chosen-container .chosen-results li {
    padding: 5px 0px;
    margin-left: 1px !important;
    white-space: nowrap;
}

/*--------------------------------------------------------------------------*/



/* Container */
.ui-jqgrid .ui-paging-info {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    margin-top: 0;
}

.jqgrid-action-buttons {
    display: flex;
    gap: 6px;
    align-items: center;
    height: 100%;
    margin-left: 10px;
}

/* Base button */
.jqgrid-action-btn {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

    /* Icon */
    .jqgrid-action-btn i {
        font-size: 12px;
        color: #fff;
    }

    /* Hover */
    .jqgrid-action-btn:hover {
        background: #f5f7fa;
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
        transform: translateY(-1px);
    }

    /* Active */
    .jqgrid-action-btn:active {
        transform: translateY(0);
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

/* Optional semantic colors */
#BtnExport {
    background-color: #1d6f42; /* Excel green */
}


#BtnSort {
    background-color: #2088ca;
}

#BtnExportToAi {
    background: #8ccbf3;
}

    #BtnExportToAi i {
        color: var(--grey-color);
        font-size: 13px;
    }


/* New Father styles */
:root {
    --gb-card: #ffffff66 !important;
    --gb-border: rgba(15, 23, 42, .10);
    --gb-text: rgba(15, 23, 42, .92);
    --gb-muted: rgba(15, 23, 42, .60);
    --gb-soft: rgba(241, 245, 249, .90);
    --gb-shadow: 0 10px 30px rgba(2, 6, 23, .08);
    --gb-radius: 14px;
    --gb-chip: #ffffff8a;
    --gb-focus: rgba(236,102,14,.40);
    --gb-focusRing: rgba(236,102,14,.10);
    --father-color: rgb(251 244 120 / 45%);
    --father-color-light: rgb(251 244 120 / 32%);
    --light-red-bckg: rgba(239,126,126,.18);
    --light-red-border: rgba(239,126,126,.25);
    --light-green-bckg: rgba(119,224,171,.20);
    --light-green-border: rgba(119,224,171,.30);
    --light-blue-bckg: rgba(119,185,224,.20);
    --light-blue-border: rgba(119,185,224,.30);
    --light-purple-bckg: rgba(150,119,224,.20);
    --light-purple-border: rgba(150,119,224,.30);
}

/* Hint / blocking message */
.teacher-hint {
    border: 1px solid rgba(239,126,126,.25);
    background: rgba(239,126,126,.14);
    border-radius: calc(var(--gb-radius) + 2px);
    padding: 10px 12px;
    display: none;
}

    .teacher-hint .row {
        display: flex;
        gap: 10px;
        align-items: flex-start;
    }

    .teacher-hint .hint-icon {
        width: 30px;
        height: 30px;
        border-radius: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(239,126,126,.16);
        border: 1px solid rgba(239,126,126,.20);
    }

    .teacher-hint .hint-text {
        font-size: 12px;
        color: rgba(15,23,42,.82);
        line-height: 1.25;
    }
