﻿@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;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.wrapper {
    margin: 0 auto -26px;
    /*min-height: 400px;*/
    height: auto !important;
    height: 100%;
    width: 100%;
    margin-top: 5px;
    box-sizing: border-box;
    padding: 8px;
}

iframe {
    border-width: 0 !important;
}

/****************************
 *  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(--admin-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;*/
    }


.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;
}


.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;
    height: 12px;
    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;
}


.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;
}



.ui-jqgrid-bdiv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.ui-jqgrid-bdiv::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background-color: #F5F5F5;
}

.ui-jqgrid-bdiv::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: var(--light-grey-color);
}




/* 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;
    }


/*****************************
 * List page
 ****************************/

/* .GridFilter*/
.GridFilter {
    padding: 5px 10px;
    color: var(--grey-color);
    font-size: 14px;
    background-color: #ffffff94;
    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(--admin-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(--admin-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: 6px;
}

    .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_Custom_1 {
    color: var(--admin-color) !important;
    border: 1px solid var(--admin-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(--admin-color) !important;
        color: #fff !important;
    }

.Btn_Custom_1_Selected {
    cursor: default !important;
    background: var(--admin-color) !important;
    color: #fff !important;
}


.Btn_Custom_2 {
    color: var(--admin-color) !important;
    border: 1px solid var(--admin-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(--admin-color) !important;
        color: #fff !important;
    }

.Btn_Custom_2_Selected {
    cursor: default !important;
    background: var(--admin-color) !important;
    color: #fff !important;
}

.SearchBox {
    float: right !important;
    margin-right: 10px;
}

.FilterBox {
    float: right !important;
    height: 28px;
}

.DivExport {
    float: right;
}

#BtnExport {
    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;
}

.DivExportToAI {
    float: right;
}

#BtnExportToAi {
    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;
}



#filter {
    float: left;
    height: 28px;
    width: 260px;
    font-size: 12px;
    vertical-align: middle;
    text-align: left;
    border-radius: 4px 0 0 4px;
}

    #filter:active {
        /*background:red*/
    }


    #filter:focus {
        /*background:yellow*/
    }

#search {
    border: 0px;
    background-image: url(../../Images/sprite-1.png);
    background-repeat: no-repeat;
    background-position: -143px -168px;
    height: 30px;
    width: 33px;
    float: right;
    float: left;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
}

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: 1px solid var(--light-grey-color);
    border-right: none;
    border-left: none;
    text-align: center;
    /*height: 35px;*/
    height: 28px;
    white-space: break-spaces;
    /*font-size: 13px;*/
    font-size: 12px;
    font-family: 'Roboto-Medium';
}

.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;
    min-width: 20px;
    text-align: center;
    color: #196898;
    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-jqgrid td select {
        min-width: unset;
    }

.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: 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;
    }


/* 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;
}



/**********************************************/
/********** Calendar Style ********************/

.Calendar h3 {
    margin: 0;
    line-height: 12px;
    font-size: 12px;
    color: var(--grey-color);
    font-weight: bold;
    vertical-align: middle;
}

.Calendar p {
    font-size: 9px;
    color: #5d5d5d;
    margin: 0;
    line-height: 18px;
    padding-left: 5px;
}




#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(--admin-color);
    }

    #ActionChange option {
        font-size: 14px;
        background: #fff;
        color: #333;
    }



.ActionChange {
    padding: 0px;
    margin: 0;
    margin-left: 3px;
    width: 100px !important;
    height: 18px !important;
    color: #fff !important;
    border: 0px;
    margin-top: 6px !important;
    border-radius: 4px;
    font-size: 12px !important;
    font-family: roboto-medium !important;
    background: var(--grey-color) !important;
    margin-right: 3px !important;
    font-weight: normal !important;
}

    .ActionChange:hover {
        cursor: pointer;
        background: var(--admin-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%;
    border: 0;
}

.youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*******************************
  Widget 
 ******************************/
.widget_dropdown {
    width: 120px;
    height: 20px;
    padding: 0px;
    padding-left: 2px;
    border: 1px solid var(--admin-color);
    border-radius: 4px;
    background-color: #fff;
    margin: 0px;
    font-size: 1em;
}

.widget_txt {
    width: 120px;
    height: 18px !important;
    padding: 0px;
    padding-left: 2px;
    border: 1px solid var(--admin-color) !important;
    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;
    -ms-appearance: none;
    -o-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;
        }


.CustomCheckBox:checked:after {
    content: '' !important;
}
/* ***************************** */


/* ***************************** */
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;
}
/* *********************************************** */

/* *********************************************** */
.Box_Msg {
    border: 1px solid rgba(138, 134, 134, 0.38);
    box-shadow: 3px 3px 3px #8a8686;
    width: 98%;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
    line-height: 40px;
    text-align: center;
    background: #fff;
}
/* *********************************************** */

/* *********************************************** */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* 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 */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    /*border: 1px solid #888;*/
    border: 0;
    width: 35%;
    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;
}

    .modal-content .modal-header h2 {
        -webkit-margin-before: 7px;
        -webkit-margin-after: 7px;
    }

.chat-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 20px; /* 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;*/
    border: 0;
    width: 98%;
    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;
    }

.modal-body p {
    color: #555;
    font-family: roboto-medium;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 2px 16px;
    background-color: #f31313;
    color: white;
}

.modal-body {
    padding: 2px 16px;
}
/* *********************************************** */

/* *********************************************** */
a {
    font-family: roboto-regular;
    color: #2577a9;
    /*font-weight: bold;*/
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: var(--admin-color);
    }
/* *********************************************** */


.icon-top-blank-space {
    height: 50px;
}


/*  -------------------------------- */
.cd-top, .cd-home-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: var(--light-grey-color) url(../../Images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 9999;
    border-radius: .5rem;
}

    .cd-top.cd-is-visible, .cd-home-top.cd-is-visible, .cd-top.cd-fade-out, .cd-home-top.cd-fade-out, .no-touch .cd-top:hover, .no-touch .cd-home-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible, .cd-home-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out, .cd-home-top.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

.no-touch .cd-top:hover, .no-touch .cd-home-top:hover {
    background-color: var(--admin-color);
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top, .cd-home-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top, .cd-home-top {
        height: 50px;
        width: 50px;
        right: 35px;
        bottom: 35px;
    }
}
/* --------------------------------- */


.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 {
}

.legend-p {
    margin: 0;
    font-style: italic;
    font-size: 11px;
    color: #555;
    margin-top: .5rem;
}

.font-disabled {
    color: #555;
}

.input-disabled {
    background-color: #eaeaea !important;
}

input[type="number"]:disabled {
    background: #f3f3f3;
}

.form-wrapper {
    padding: 1rem;
    box-sizing: border-box;
}



.dropbtn {
    background-color: var(--grey-color);
    color: white;
    padding: 3px 25px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: var(--admin-color)
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.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;
}


.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(--admin-color);
        }



.box-menu:hover {
    border-top-color: var(--admin-color);
    transition: all ease-in-out .4s;
}

    .box-menu:hover > h2 {
        color: var(--admin-color);
        transition: all ease-in-out .4s;
    }


form {
    padding: 5px;
    box-sizing: border-box;
}



.collage {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1rem;
    box-sizing: border-box;
}

    .collage .item {
        width: 25%;
        background-color: black;
        border: 2px solid #fff;
        border-radius: 1rem;
    }

        .collage .item img {
            margin: 0 auto;
            max-width: 100%;
            display: block;
            border-radius: 1rem;
        }

    .collage .item_description {
        margin-top: -27px;
        text-align: center;
    }

        .collage .item_description span {
            background: #000000a3;
            padding: 3px 12px;
            border-radius: 6px;
            font-size: 12px;
            color: #fff;
            font-weight: bold;
        }

optgroup {
    font-weight: bold;
    color: white; /* Text color for optgroup label */
    background-color: #555755; /* Background color */
    font-size: 15px; /* Font size for label */
    padding: 4px; /* Padding around label */
    height: 30px; /* Height (not fully supported by all browsers) */
}


#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;
}


.form-group {
    width: 100%;
    margin-bottom: 15px;
}

    .form-group label {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }


.information-text {
    font-style: italic;
    border-top: 1px solid #ccc;
    padding-top: .5rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
}

    .information-text i {
        margin-right: .5rem;
        font-size: 1rem;
    }



.toast-container {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.toast {
    font-family: Roboto-Regular;
    min-width: 500px;
    text-align: center;
    background: #28a745;
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

    .toast.show {
        opacity: 1;
        transform: translateY(0);
    }

    .toast.error {
        background: #dc3545;
    }




.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 25px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 3.5px;
        background-color: white;
        transition: 0.4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #4CAF50;
}

    input:checked + .slider:before {
        transform: translateX(24px);
    }



/*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;
}

/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/

.form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #f6f6f6;
}

.form-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 1rem;
    max-width: 800px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .form-container .form-header {
        text-align: center;
        margin-bottom: 2rem;
    }

    .form-container .form-title {
        font-size: 1.3rem;
        font-weight: 700;
        background: var(--grey-color);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: .5rem;
    }

    .form-container .form-subtitle {
        color: #6b7280;
        font-size: 15px;
        font-weight: 400;
        margin-top: .6rem;
        margin-bottom: .6rem;
    }

    .form-container .form-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 24px;
        margin-bottom: 32px;
    }

    .form-container .form-field {
        position: relative;
    }

        .form-container .form-field.full-width {
            grid-column: 1 / -1;
        }


    .form-container .field-label {
        display: block;
        font-weight: 600;
        color: var(--grey-color);
        margin-bottom: 8px;
        font-size: 0.95rem;
        position: relative;
    }

    .form-container .form-input {
        width: 100%;
        padding: 8px 14px;
        border: 2px solid #e5e7eb;
        border-radius: 12px;
        font-size: 14px;
        background: #ffffff;
        transition: all 0.3s ease;
        font-family: inherit;
        height: auto;
    }

    .form-container .form-select {
        width: 100%;
        padding: 8px 14px;
        border: 2px solid #e5e7eb;
        border-radius: 12px;
        font-size: 14px;
        background: #ffffff;
        transition: all 0.3s ease;
        font-family: inherit;
        height: auto;
    }

    .form-container .required-indicator {
        color: #ef4444;
        margin-left: 4px;
        font-weight: 700;
    }

    .form-container .button-container {
        display: flex;
        justify-content: center;
        gap: 16px;
        margin-top: 1rem;
    }

        .form-container .button-container .button {
            width: 100%;
        }

        .form-container .button-container .buttonCancel {
            width: 100%;
        }

    .form-container .form-error {
        display: flex;
        justify-content: center;
        gap: 16px;
        margin-top: 1rem;
    }


/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
