/*1.2.6*/

*:not([dir]) {
    font-size: initial;
    direction: ltr;
}

body {
    background: #f8f9fb !important;
}

:not(.k-ie) body {
    /* FIRAS - 2024-08-06 */
    /* font-family: "Cairo"; */
    font-family: Poppins, Readex !important;
}

.navbar-static-side ul[side-navigation] li.nav-header {
    background-size: cover !important;
}


/*v1.2.6 form validation messages*/

[ng-message] {
    padding: 5px 0px;
    color: red;
}


/*v1.2.9*/


/* .btn-group > .btn:not(.btn-icon) {
    border: 1px solid #8d9096 !important;
    color: #393a3d !important;
    border-radius: 3px !important;
}
.btn-group > .btn:not(.btn-icon):hover {
    border-color: #8d9096 !important;
    background: white !important;
    color: #393a3d !important;
    box-shadow: 0 0 0 1px #8d9096;
} */

.badge {
    min-width: 20px;
    min-height: 20px;
    line-height: 13px;
}


/*DISCUSSION DETAILS SCREEN*/

.chat-discussion {
    background: inherit;
    border: 1px solid #eee;
}

.chat-message-container {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0px;
}

.img.avatar {
    display: block;
    width: 60px;
    height: 60px;
    margin: 10px;
    border: 1px solid #e7eaec;
    border-radius: 50%;
}


/*STC CARDS*/

.card-grid {
    border-bottom: none !important;
}

.card-grid .k-grid-header {
    display: none !important;
}

.card-grid.k-grid.k-widget,
.card-grid.k-grid.k-widget .k-grid-content,
.card-grid.k-grid.k-widget .k-grid-content>table,
.card-grid.k-grid.k-widget .k-grid-content>table>tbody {
    background: transparent;
}

.card-grid.k-grid.k-widget .k-grid-content>table>tbody>tr,
.card-grid.k-grid.k-widget .k-grid-content>table>tbody>tr>td {
    color: #333;
    border: none !important;
    box-shadow: none !important;
}

.card-grid.k-grid.k-widget .k-grid-content>table>tbody>tr:hover {
    background: inherit !important;
}

.stc-card {
    table-layout: fixed !important;
    border-spacing: 0px !important;
    margin: 8px auto !important;
    box-shadow: 0px 0px 1px #ccc !important;
    border-width: 0px !important;
    border-bottom: 2px solid #ccc !important;
    position: relative;
    overflow: hidden;
}

.stc-card tr {
    position: relative;
    overflow: hidden;
    background: white;
}

.stc-card tbody td {
    border: none !important;
    line-height: 30px !important;
    cursor: pointer !important;
}

.stc-card tr:hover,
.stc-card tr:hover td {
    background: white !important;
}

.stc-card .icon {
    width: 100px;
    text-align: center;
    position: relative;
    font-size: 4rem;
    padding: 10px;
    font-weight: bold;
    color: #337ab7;
}

.stc-card .icon:after {
    display: block;
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: 0px;
    width: 1px;
    background: grey;
    opacity: 0.5;
    content: "";
}

.stc-card .icon:before {
    display: block;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: -15px;
    left: -15px;
    background: #ccc;
    content: "";
}

.stc-card.flag .icon:before {
    background: red;
}

.stc-card .extra-info {
    width: 100px;
    position: relative;
}

.stc-card .extra-info:before {
    display: block;
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 0px;
    width: 1px;
    background: grey;
    opacity: 0.5;
    content: "";
}

.stc-card .info .title .header {
    font-size: 2.2rem;
    padding: 0px 10px;
}

.stc-card .info .title .header-small {
    font-size: 1.8rem;
    padding: 10px;
}

.stc-card .info .details {
    color: grey;
    overflow: hidden;
}

.stc-card .info .details .detail {
    float: left;
    padding: 5px 10px;
    position: relative;
}

.stc-card .info .details .detail:not(:last-child):after {
    display: block;
    width: 1px;
    height: 60%;
    position: absolute;
    top: 20%;
    right: 0px;
    background: grey;
    content: "";
    opacity: 0.5;
}

select {
    padding: 1px !important;
}


/*------------------------------login Screen-------------------------------*/

.loginscreen.middle-box {
    width: 100%;
    max-width: 100%;
    display: flex;
    height: 100vh;
    /* FIRAS - 2024-09-08 */
    height: 100%;
    align-items: center;
    justify-content: center;
    /* background-image: url(../../app/img/loginBackground.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;*/
    position: relative;
}

.loginscreen.middle-box .loginBackgroundImage {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 55%;
    align-items: center;
    justify-content: center;
    background-image: url(../../app/img/loginBackground.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    left: 0%;
}

.loginscreen.middle-box .middleContainer {
    display: block;
    width: 22%;
    min-width: 250px;
    height: calc(105vw / 2.8);
    min-height: 200px;
    /* border: 1px solid #cbccce;*/
    border-radius: 15px;
    /*box-shadow: -3px -4px 6px #cbccce;*/
    /* FIRAS - z-index:999999 -> 1000 */
    z-index: 1000;
}

.stc-card .info .details .detail .sm-screen,
.stc-customList.sm-screen {
    display: none;
}

label.lg-screen {
    text-align: center;
}

@media only screen and (max-width: 1500px) {
    .loginscreen.middle-box .middleContainer {
        width: 30%;
        height: calc(100vw * 0.44);
    }
}

@media only screen and (max-width: 1300px) {
    .loginscreen.middle-box .middleContainer {
        width: 40%;
        height: calc(105vw * 0.52);
    }
}

@media only screen and (max-width: 900px) {
    .loginscreen.middle-box .middleContainer {
        width: 40%;
        height: calc(105vw * 0.5);
    }
}

@media only screen and (max-width: 800px) {
    .loginscreen.middle-box .middleContainer {
        width: 50%;
        height: calc(105vw * 0.8);
    }
    .stc-customList.lg-screen {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    .loginscreen.middle-box .middleContainer {
        width: 70%;
        height: calc(105vw * 0.8);
    }
    .stc-customList.lg-screen {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .loginscreen.middle-box .middleContainer {
        width: 80%;
        height: calc(105vw * 0.9);
    }
    .stc-card .extra-info {
        width: 0px !important;
    }
    .stc-card .icon {
        width: 0px !important;
    }
    .stc-card.inner .info .details {
        display: grid;
    }
    /***/
    .stc-card .info:before {
        display: block;
        width: 30px;
        height: 30px;
        transform: rotate( 45deg);
        -webkit-transform: rotate( 45deg);
        position: absolute;
        top: -15px;
        left: -15px;
        background: #ccc;
        content: "";
    }
    .stc-card.flag .info:before {
        background: red;
    }
    .stc-card.flagUpdated .info:before {
        background: orange;
    }
    .stc-card .info .details .detail .sm-screen,
    .stc-customList.sm-screen {
        display: block !important;
    }
    td.lg-screen,
    .detail.lg-screen {
        visibility: hidden !important;
        width: 0px !important;
    }
    label.lg-screen {
        text-align: inherit;
    }
    .panel-body {
        padding: 0px !important;
    }
    .stc-customList {
        table-layout: fixed !important;
    }
    .stc-customList .sm-td {
        width: 10% !important;
    }
    .stc-customList .md-td {
        width: 16% !important;
    }
    .stc-customList .lg-td {
        width: 20% !important;
    }
    .sm-flex {
        align-items: center !important;
        line-height: initial !important;
        display: flex !important;
    }
    .stc-customList.lg-screen {
        display: none;
    }
}

.loginscreen.middle-box .middleContainer .leftContainer {
    display: block;
    width: 0%;
    height: 100%;
    float: left;
    overflow: hidden;
    background: white;
    border-radius: 15px 0px 0px 15px;
}

.loginscreen.middle-box .middleContainer .leftContainer .logo {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px 0px 0px 15px;
    background-image: url(../../app/img/logo.png);
    background-size: 60% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.loginscreen.middle-box .middleContainer .rightContainer {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    background: transparent;
    border-radius: 0px 15px 15px 0px;
}

@media only screen and (max-width: 600px) {
    .loginscreen.middle-box .middleContainer .rightContainer {
        display: block;
        width: 100%;
        border-radius: 15px 15px 15px 15px;
    }
    .loginscreen.middle-box .middleContainer .leftContainer {
        display: none !important;
    }
    .loginscreen.middle-box .middleContainer {
        height: calc(100vw/1.2);
    }
}

@media only screen and (max-width: 500px) {
    .loginscreen.middle-box .middleContainer .rightContainer {
        display: block;
        width: 100%;
        border-radius: 15px 15px 15px 15px;
    }
    .loginscreen.middle-box .middleContainer .leftContainer {
        display: none !important;
    }
    .loginscreen.middle-box .middleContainer {
        height: calc(100vw);
    }
    .loginscreen.middle-box .middleContainer .rightContainer .rightContainerContent .title {
        font-size: 110% !important;
    }
}

.loginscreen.middle-box .middleContainer .rightContainer .masterWhiteSpace {
    display: block;
    width: 100%;
    height: 30%;
    background-image: url(../../app/img/logo.png);
    background-size: 40% auto;
    background-position: top;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1700px) {
    .loginscreen.middle-box .middleContainer .rightContainer .masterWhiteSpace {
        display: block;
        width: 100%;
        height: 24%;
        background-image: url(../../app/img/logo.png);
        background-size: 35% auto;
        background-position: top;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 1500px) {
    .loginscreen.middle-box .middleContainer .rightContainer .masterWhiteSpace {
        display: block;
        width: 100%;
        height: 22%;
        background-image: url(../../app/img/logo.png);
        background-size: 30% auto;
        background-position: top;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 1300px) {
    .loginscreen.middle-box .middleContainer .rightContainer .masterWhiteSpace {
        display: block;
        width: 100%;
        height: 29%;
        background-image: url(../../app/img/logo.png);
        background-size: 40% auto;
        background-position: top;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 900px) {
    .loginscreen.middle-box .middleContainer .rightContainer .masterWhiteSpace {
        display: block;
        width: 100%;
        height: 25%;
        background-image: url(../../app/img/logo.png);
        background-size: 30% auto;
        background-position: top;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 800px) {
    .loginscreen.middle-box .middleContainer .rightContainer .masterWhiteSpace {
        display: block;
        width: 100%;
        /* height: 0%; */
        background-image: url(../../app/img/logo_noWhite.png);
        background-size: 20% auto;
        background-position: top;
        background-repeat: no-repeat;
        z-index: 99999;
        position: absolute;
        top: 2%;
        left: 0%;
    }
}

@media only screen and (max-width: 700px) {
    .loginscreen.middle-box .middleContainer .rightContainer .masterWhiteSpace {
        display: block;
        width: 100%;
        /* height: 0%; */
        background-image: url(../../app/img/logo_noWhite.png);
        background-size: 25% auto;
        background-position: top;
        background-repeat: no-repeat;
        z-index: 99999;
        position: absolute;
        top: 2%;
        left: 0%;
    }
}

@media only screen and (max-width: 500px) {
    .loginscreen.middle-box .middleContainer .rightContainer .masterWhiteSpace {
        display: block;
        width: 100%;
        /* height: 0%; */
        background-image: url(../../app/img/logo_noWhite.png);
        background-size: 35% auto;
        background-position: top;
        background-repeat: no-repeat;
        z-index: 99999;
        position: absolute;
        top: 2%;
        left: 0%;
    }
}

.loginscreen.middle-box .middleContainer .rightContainer .whiteSpace {
    display: block;
    width: 100%;
    height: 4%;
}

.loginscreen.middle-box .middleContainer .rightContainer .rightContainerContent {
    display: block;
    width: 100%;
    min-height: 55%;
    border-radius: 15px;
    margin: 0% auto;
    background: #ffffff;
    border: 2px solid #d6d6d6;
    box-shadow: 0px 0px 2px #dadada;
}

@media only screen and (max-width: 1700px) {
    .loginscreen.middle-box .middleContainer .rightContainer .rightContainerContent {
        display: block;
        width: 100%;
        min-height: 60%;
        border-radius: 15px;
        margin: 0% auto;
        background: #ffffff;
        border: 2px solid #d6d6d6;
        box-shadow: 0px 0px 2px #dadada;
    }
}

@media only screen and (max-width: 1500px) {
    .loginscreen.middle-box .middleContainer .rightContainer .rightContainerContent {
        display: block;
        width: 100%;
        height: 60%;
        border-radius: 15px;
        margin: 0% auto;
        background: #ffffff;
        border: 2px solid #d6d6d6;
        box-shadow: 0px 0px 2px #dadada;
    }
}

@media only screen and (max-width: 1300px) {
    .loginscreen.middle-box .middleContainer .rightContainer .rightContainerContent {
        display: block;
        width: 100%;
        height: 70%;
        border-radius: 15px;
        margin: 0% auto;
        background: #ffffff;
        border: 2px solid #d6d6d6;
        box-shadow: 0px 0px 2px #dadada;
    }
}

@media only screen and (max-width: 900px) {
    .loginscreen.middle-box .middleContainer .rightContainer .rightContainerContent {
        display: block;
        width: 100%;
        height: 80%;
        border-radius: 15px;
        margin: 0% auto;
        background: #ffffff;
        border: 2px solid #d6d6d6;
        box-shadow: 0px 0px 2px #dadada;
    }
}

@media only screen and (max-width: 800px) {
    .loginscreen.middle-box .middleContainer .rightContainer .rightContainerContent {
        display: block;
        width: 100%;
        height: 75%;
        border-radius: 15px;
        margin: 0% auto;
        background: #ffffff;
        border: 2px solid #d6d6d6;
        box-shadow: 0px 0px 2px #dadada;
    }
}

@media only screen and (max-width: 700px) {
    .loginscreen.middle-box .middleContainer .rightContainer .rightContainerContent {
        display: block;
        width: 100%;
        height: 84%;
        border-radius: 15px;
        margin: 0% auto;
        background: #ffffff;
        border: 2px solid #d6d6d6;
        box-shadow: 0px 0px 2px #dadada;
        /* FIRAS - 2024-08-06 */
        height: unset;
        min-height: 84%;
        padding-block: 1rem;
    }
}

.loginscreen.middle-box .middleContainer .rightContainer .rightContainerContent .contentContainer {
    display: block;
    width: 90%;
    height: 100%;
    margin: 0% auto;
}

.loginscreen.middle-box .middleContainer .rightContainer .rightContainerContent .title {
    text-align: left;
    font-size: 120%;
    font-weight: bold;
    color: #0d547e;
    display: block;
}

.rtls .loginscreen.middle-box .middleContainer .rightContainer .rightContainerContent .title {
    text-align: right !important;
}

.loginscreen.middle-box .middleContainer .rightContainer .rightContainerContent input {
    display: block;
    width: 100% !important;
    height: 35px !important;
    margin: 4% auto 2% auto !important;
    background: #f3f3f5;
    border: none;
    padding: 2%;
}

.loginscreen.middle-box .middleContainer .rightContainer .rightContainerContent input.loginInputIcon {
    background-size: 18px auto;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 35px !important;
}

.loginscreen.middle-box .middleContainer .rightContainer .rightContainerContent input.loginInputIcon {
    background-size: 18px auto;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 35px !important;
}

.rtls .loginscreen.middle-box .middleContainer .rightContainer .rightContainerContent input.loginInputIcon {
    background-size: 18px auto;
    background-position: right center;
    background-repeat: no-repeat;
    padding-left: 0px !important;
    padding-right: 35px !important;
}

.rtls .forgrtMyPassword {
    text-align: left !important;
}

.loginscreen.middle-box .middleContainer .rightContainer .rightContainerContent input.loginInputIcon.userName {
    background-image: url(../../app/img/icon_userName.png);
}

.loginscreen.middle-box .middleContainer .rightContainer .rightContainerContent input.loginInputIcon.password {
    background-image: url(../../app/img/icon_password.png);
}

.loginscreen.middle-box .middleContainer .rightContainer .rightContainerContent button {
    display: block;
    width: auto !important;
    height: 35px !important;
    background: #0d5482 !important;
    color: white !important;
    border: none;
    margin: 0px;
    margin-top: 3.5%;
    padding: 0% 5%;
    width: 100% !important;
}

.loginscreen.middle-box .middleContainer .rightContainer .rightContainerContent button.google {
    display: block;
    width: auto !important;
    height: 35px !important;
    background: #ed5565 !important;
    color: white !important;
    border: none;
    width: 100% !important;
}

.firstLogin {
    background: #07466f;
    display: block;
    margin: 0% auto;
    padding: 2%;
    border-radius: 15px;
}

.firstLogin p,
.firstLogin label,
.firstLogin li {
    color: white;
}

.loginscreen .mobileAppContainer {
    display: block;
    width: 300px;
    height: 90px;
    margin: 0% auto;
}

.loginscreen .mobileAppContainer .mobileAppLink {
    display: block;
    width: 130px;
    height: 80px;
    float: left;
    margin: 10px;
    border-radius: 10px;
}

.loginscreen .mobileAppContainer .mobileAppLink.ios {
    background-image: url(../../app/img/iOSAppStoreIcon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.loginscreen .mobileAppContainer .mobileAppLink.android {
    background-image: url(../../app/img/andoidGooglePlayIcon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


/*------------------------------/login Screen-------------------------------*/

.wrapper {
    padding: 7px 0px !important;
}

.count-info .label {
    height: 20px !important;
    line-height: 15px !important;
    font-size: 100% !important;
    padding: 2px 5px !important;
    position: absolute;
    right: 3px !important;
    top: 3px !important;
    background-color: #ed5565 !important;
    color: white !important;
}

.divider {
    cursor: pointer !important;
    height: 1px !important;
    margin: 9px 0 !important;
    overflow: hidden !important;
    background-color: #e5e5e5 !important;
}

.modal-xlg {
    width: 70%;
}

#page-wrapper,
.navbar.navbar-static-top,
.navbar-header,
.nav.navbar-top-links.navbar-right {
    background: #f8f9fb !important;
}

#page-wrapper,
.navbar.navbar-static-top,
.navbar-header a,
.nav.navbar-top-links.navbar-right a {
    background: #f8f9fb !important;
}


/* ----------------  navbar  --------------*/

.dropdown-menu>li>a {
    margin: 1px;
}

body.fixed-sidebar .navbar-static-side,
body.canvas-menu .navbar-static-side {
    width: 10%;
}

@media (min-width: 768px) {
    #page-wrapper {
        margin: 0 0 0 10%;
    }
}

body.rtls #page-wrapper {
    margin: 0 10% 0 0;
}

.navbar-static-side ul[side-navigation] .lastLiMargin {
    display: block;
    width: 100%;
    height: 150px;
}

.navProfileHeader {
    display: block;
    width: 100%;
    margin: 0px 0% 5px 0%;
    box-shadow: -3px 4px 10px #000;
    overflow: visible;
    z-index: 999;
}

.rtls .navProfileHeader {
    box-shadow: 7px 4px 10px #000;
}

.navProfileHeader img {
    margin: 16px 0% 3px 0%;
}

.navProfileHeader span {
    color: white;
    padding: 0px 0px 8px 0px;
}

.navbar-static-side ul[side-navigation] li:not(.nav-header) a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 4%;
    padding-right: 4%;
}

.navbar-static-side ul[side-navigation] li:not(.nav-header) a i {
    display: block;
    width: 100%;
    height: 70%;
}

.navbar-static-side ul[side-navigation] li:not(.nav-header) a i.fa,
.navbar-static-side ul[side-navigation] li:not(.nav-header) a i.glyphicon {
    font-size: 270%;
    text-align: center;
}

.navbar-static-side ul[side-navigation] li:not(.nav-header) a .nav-label {
    display: block;
    width: 100%;
    height: 20%;
    padding-top: 5px;
    text-align: center;
    padding-bottom: 5px;
    font-size: 90%;
}

.navbar-static-side ul[side-navigation] li:not(.nav-header)[ui-sref-active].active {
    border-left: none !important;
    border-right: none !important;
}

.mini-navbar .navProfileHeader img {
    display: none !important;
}

.nav>li>a {
    padding: 5px 10px;
}


/* ----------------  /navbar  --------------*/

.modal-footer {
    border: none;
}

.customModal table.table tbody tr td {
    border: none;
}

.modal-customModal-xlg {
    width: 94%;
}

.modal-customModal-lg {
    width: 82%;
}

.modal-customModal-fullScreen {
    width: 100%;
}

.modal-customModal-small-lg {
    width: 85%;
}


/* ----------------  btn  --------------*/

.btn.disabled,
.btn.btn-default.disabled {
    background: #ffffff !important;
    color: #888888 !important;
    border-color: #babec5 !important;
}

.btn {
    border-radius: 0px !important;
}

.parentPrimaryColor {
    color: #24a9e1 !important;
}

.parentPrimaryBackgroundColor {
    background-color: #24a9e1 !important;
}

.parentPrimaryBorderColor {
    text-decoration: underline;
}

.parentBtnPrimaryColor,
.parentBtnPrimaryColor:hover {
    background: #24a9e1 !important;
    color: #ffffff !important;
    border-color: #24a9e1 !important;
    border: none !important;
    border-radius: 0px;
    border: 1px solid #9ecfef;
}

.navbar.navbar-static-top,
.navbar.navbar-static-top * {
    background: transparent !important;
}

.navbar.navbar-static-top .customBadge,
.navbar.navbar-static-top .customBadge * {
    background: #ed5565 !important;
    background-color: #ed5565 !important;
}

.parentBtnPrimaryColor:hover,
.parentBtnPrimaryColor:focus,
.parentBtnPrimaryColor:active,
.parentBtnPrimaryColor.active,
.open .dropdown-toggle.parentBtnPrimaryColor,
.parentBtnPrimaryColor:active:focus,
.parentBtnPrimaryColor:active:hover,
.parentBtnPrimaryColor.active:hover,
.parentBtnPrimaryColor.active:focus {
    background-color: #24a9e1;
    border-color: #24a9e1;
    color: #ffffff;
}

.k-datepicker .k-picker-wrap.k-state-focused .k-select {
    background-color: #24a9e1 !important;
}

.btn.btn-primary {
    background: #24a9e1 !important;
    color: #ffffff !important;
    border-color: #24a9e1 !important;
}

.btn.btn-primary:active,
.btn.input-group-addon.btn-primary:active {
    background: #24a9e1 !important;
    color: #ffffff !important;
    border-color: #24a9e1 !important;
}

.btn.btn-primary:hover,
.btn.input-group-addon.btn-primary:hover {
    background: #24a9e1 !important;
    color: #ffffff !important;
    border-color: #24a9e1 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
    background-color: #24a9e1;
    border-color: #24a9e1;
    color: #ffffff;
}


/* ----------------  /btn  --------------*/


/* ----------------  filters  --------------*/

.filterContainer {
    display: block;
    width: 100%;
    height: auto;
    margin: 0% 0% 1% 0%;
}

.filterContainer .customSelectorA {
    border: 1px solid #e5e6e7;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    color: #888888 !important;
    background: #ffffff !important;
    border-color: #babec5 !important;
    padding: 0px 2px;
}

.filterContainer .k-picker-wrap.k-state-default {
    border: 1px solid #b6b7b8 !important;
}

.filterContainer .inputField {
    width: 18% !important;
    border: 1px solid #b6b7b8 !important;
}


/* .filterContainer .inputFieldText {
    padding: 0% 5px !important;
    border: 1px solid #b6b7b8 !important;
} */

.filterContainer .inputFieldBorder {
    border: 1px solid #b6b7b8 !important;
}

.filterContainer .inputTitle {
    width: auto !important;
}

.filterContainer .inputTitle.customInput {
    color: #828284;
    border-color: #828284;
    width: auto;
    padding: 0% 3px;
    font-size: 95%;
}

.filterContainer .customFilterBtn {
    text-decoration: underline;
    padding: 0% 1.5%;
    font-size: 120%;
}

.filterContainer .customAddNewBtn {
    padding: 5px 10px;
    font-size: 110%;
    margin: 0% 4px;
}

.filterContainer .customFilterInputTitle {
    width: auto;
    padding: 0% 1% 0% 0%;
    color: #000;
    font-size: 110%;
}

@media only screen and (max-width: 1300px) {
    .filterContainer .inputField {
        width: 20% !important;
    }
}

@media only screen and (max-width: 900px) {
    .filterContainer .inputField {
        width: 22% !important;
    }
}

@media only screen and (max-width: 800px) {
    .filterContainer .inputField {
        width: 100% !important;
    }
    .filterContainer .inputTitle {
        width: 100% !important;
    }
}

@media only screen and (max-width: 700px) {
    .filterContainer .inputField {
        width: 100% !important;
    }
    .filterContainer .inputTitle {
        width: 100% !important;
    }
}


/* ----------------  customGrid  --------------*/

.customListHeader {
    margin: 0% 3% 0% 1%;
}

.customListHeader .ibox-content {
    border: none !important;
    padding: 2px 0% !important;
}

.customListHeader .contentBackground {
    background: white;
}

.customListHeader .screenTitleContainer {
    border-bottom: 2px solid #edebeb;
}

.customListHeader .screenTitleContainer .screenTitle {
    font-size: 120%;
    font-weight: bold;
}

.customListHeader .screenTitleContainer .fileTitle {
    color: #98999b;
    padding: 0% 2px;
    font-size: 90%;
    text-transform: lowercase;
}

.stc-customList {
    table-layout: fixed !important;
    border-spacing: 0px !important;
    margin: 0px auto !important;
    border-width: 0px !important;
    border: 2px solid #edebeb !important;
    position: relative;
}

.stc-customList tr {
    position: relative;
    overflow: hidden;
    background: white;
}

.stc-customList tr.previousWeek {
    opacity: .5;
}

.listviewWithHeaderContainer .k-grid-content table tbody tr td {
    border: none !important;
    line-height: 20px;
    padding: 5px 0%;
}

.listviewWithHeaderContainer .k-grid-content table.stc-customList tbody tr td {
    border: none !important;
    line-height: 20px;
    padding: 10px 3px;
}

.listviewWithHeaderContainer:not(.k-detail-row) .k-grid.k-widget:not(.custom) .k-grid-content table tbody tr:hover>td:not(.k-hierarchy-cell) {
    background: white !important;
}

.listviewWithHeaderContainer:not(.k-detail-row) .k-grid.k-widget:not(.custom) .k-grid-content .stc-customList tr:hover>td:not(.k-hierarchy-cell) {
    background: #e0e0e0 !important;
}

.listviewWithHeaderContainer .k-grid-header {
    display: none !important;
}

.listviewWithHeaderContainer.showHeaderForGrid .k-grid-header {
    display: block !important;
}

.listviewWithHeaderContainer.showHeaderForGrid .studentIcon {
    border-radius: 100%;
    display: block;
    width: 50px;
    margin: 0% auto;
    height: 50px;
    /*background-image: url(../../app/img/icon_person.png);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listviewWithHeaderContainer.showHeaderForGrid .k-grid tbody td>span,
.listviewWithHeaderContainer.showHeaderForGrid .k-grid tbody td>div {
    text-align: left;
    color: black;
    font-weight: bold;
}

.rtls .listviewWithHeaderContainer.showHeaderForGrid .k-grid tbody td>span,
.rtls .listviewWithHeaderContainer.showHeaderForGrid .k-grid tbody td>div {
    text-align: right !important;
}

.listviewWithHeaderContainer.showHeaderForGrid .k-grid.k-widget:not(.custom) .k-grid-header,
.k-grid.k-widget:not(.custom) .k-grid-header th.k-header {
    border: none !important;
}

.detailsScreen#tabset .listviewWithHeaderContainer.showHeaderForGrid .k-grid-header th {
    background-color: #f8f9fb !important;
    font-weight: bold !important;
    font-size: 100% !important;
    color: #818284 !important;
    text-align: left;
}

.rtls .detailsScreen#tabset .listviewWithHeaderContainer.showHeaderForGrid .k-grid-header th {
    text-align: right !important;
}

.detailsScreen#tabset .listviewWithHeaderContainer.showHeaderForGrid .k-grid-header th a {
    font-weight: bold !important;
    font-size: 110% !important;
    color: #818284 !important;
    text-transform: capitalize;
}

.detailsScreen#tabset .listviewWithHeaderContainer.showHeaderForGrid .k-grid-header th a {
    text-align: left;
}

.rtls .detailsScreen#tabset .listviewWithHeaderContainer.showHeaderForGrid .k-grid-header th a {
    text-align: right;
}

.detailsScreen#tabset .listviewWithHeaderContainer.showHeaderForGrid table th,
.detailsScreen#tabset .listviewWithHeaderContainer.showHeaderForGrid table td {
    padding: 10px 0px;
}

.detailsScreen#tabset .listviewWithHeaderContainer.showHeaderForGrid table tr {
    border: 1px solid #f6f6f6 !important;
}

.listviewWithHeaderContainer td {
    border: 2px solid #edebeb !important;
    padding: 0%;
}

.listviewWithHeaderContainer .docTitle {
    padding: 5px 5px !important;
    font-weight: bold;
    color: black;
    width: 14%;
    vertical-align: baseline;
    font-size: 115%;
}

.stc-customList .dateDetails {
    padding: 5px 5px;
    color: black;
    width: 14%;
    height: 100%;
    vertical-align: baseline;
    line-height: 18px;
}

.stc-customList .dateDetails .title {
    height: 20px;
    display: block !important;
    color: #828284;
    width: 100%;
    font-size: 80%;
    font-weight: bold;
}

.stc-customList .dateDetails .value {
    height: auto;
    display: block;
    width: 100%;
    color: black;
}

.stc-customList .info {
    padding: 5px 5px;
    color: black;
    width: auto;
    vertical-align: baseline;
}

.stc-customList .info .title {
    min-height: 20px;
    display: block !important;
    color: #828284;
    width: 100%;
    font-size: 80%;
    font-weight: bold;
}

.stc-customList .info .value {
    height: auto;
    display: block;
    width: 100%;
    color: black;
}

.stc-customList .extra-info {
    padding: 5px 5px;
    color: black;
    width: 10%;
}

/* FIRAS - 2024-09-30 */
/* .listviewWithHeaderContainer .k-grid .k-grid-content.k-auto-scrollable {
    overflow-y: hidden !important;
} */

.listviewWithHeaderContainer .k-grid-pager {
    /* display: block; */
    width: 100%;
    margin: 0% auto;
    border: none;
    padding: 30px 0% 0% 0%;
    position: relative;
    background: white !important;
    text-align: center;
}

.listviewWithHeaderContainer .k-grid.k-widget:not(.custom) .k-pager-wrap.k-grid-pager {
    background: white !important;
}

.listviewWithHeaderContainer .k-grid-pager .k-pager-nav {
    border: none;
}

.listviewWithHeaderContainer .k-grid-pager .k-state-selected {
    border: none;
    background: transparent !important;
    color: #19ba9b !important;
}

.listviewWithHeaderContainer .k-grid-pager .k-pager-numbers {
    border: none;
}

.listviewWithHeaderContainer .k-grid-pager .k-pager-info.k-label {
    display: block;
    width: auto;
    margin: 0% auto;
    text-align: center;
    color: #8f9092;
    position: absolute;
    top: 10%;
    left: 0%;
    right: 0%;
    font-size: 90%;
    font-weight: bold;
}

.listviewWithHeaderContainer .k-grid .k-pager-numbers {
    float: none !important;
}

.listviewWithHeaderContainer .k-pager-wrap>.k-link {
    float: none !important;
}

.listviewWithHeaderContainer .k-pager-first {
    margin-left: 44.5% !important;
    margin-right: 0% !important;
}

.rtls .listviewWithHeaderContainer .k-pager-first {
    margin-right: 44.5% !important;
    margin-left: 0% !important;
}

.stc-customList .customDetails .title {
    height: 20px;
    display: block !important;
    color: #828284;
    width: 100%;
    font-size: 80%;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
}

.stc-customList .customDetails .value {
    height: auto;
    display: block;
    width: 100%;
    color: black;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
}

.stc-customList .customDetails .studentIcon {
    border-radius: 100%;
    display: block;
    width: 50px;
    margin: 0% auto;
    height: 50px;
    /*background-image: url(../../app/img/icon_person.png);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1300px) {
    .stc-customList .docTitle {
        width: 14%;
    }
    .stc-customList .dateDetails {
        width: 14%;
    }
    .stc-customList .extra-info {
        width: 10%;
    }
    .listviewWithHeaderContainer .k-grid-pager {
        padding: 3% 0% 0% 0%;
    }
}

@media only screen and (max-width: 1002px) {
    .stc-customList .docTitle {
        width: 14%;
    }
    .stc-customList .dateDetails {
        width: 14%;
    }
    .stc-customList .extra-info {
        width: 10%;
    }
    .listviewWithHeaderContainer .k-grid-pager {
        padding: 5% 0% 0% 0%;
    }
    .k-grid .k-pager-numbers {
        left: 46% !important;
    }
}

@media only screen and (max-width: 900px) {
    .stc-customList .docTitle {
        width: 18%;
    }
    .stc-customList .dateDetails {
        width: 18%;
    }
    .stc-customList .extra-info {
        width: 15%;
    }
    .listviewWithHeaderContainer .k-grid-pager {
        padding: 5% 0% 0% 0%;
    }
    .k-grid .k-pager-numbers {
        left: 44% !important;
    }
}

@media only screen and (max-width: 800px) {
    .stc-customList .docTitle {
        width: 20%;
    }
    .stc-customList .dateDetails {
        width: 20%;
    }
    .stc-customList .extra-info {
        width: 18%;
    }
    .listviewWithHeaderContainer .k-grid-pager {
        padding: 6% 0% 0% 0%;
    }
    .k-grid .k-pager-numbers {
        left: 44% !important;
    }
}

@media only screen and (max-width: 700px) {
    .stc-customList .docTitle {
        width: 24%;
    }
    .stc-customList .dateDetails {
        width: 24%;
    }
    .stc-customList .extra-info {
        width: 20%;
    }
    .listviewWithHeaderContainer .k-grid-pager {
        padding: 7% 0% 0% 0%;
    }
    .k-grid .k-pager-numbers {
        left: 42% !important;
    }
}

@media only screen and (max-width: 500px) {
    .stc-customList .docTitle {
        width: 24%;
    }
    .stc-customList .dateDetails {
        width: 24%;
    }
    .stc-customList .extra-info {
        width: 20%;
    }
    .listviewWithHeaderContainer .k-grid-pager {
        padding: 10% 0% 0% 0%;
    }
    .k-grid .k-pager-numbers {
        left: 42% !important;
    }
}

.listviewWithHeaderContainer.customkpiGrid .k-grid-content table tbody tr {
    width: 180px;
    height: 180px;
    float: left;
    margin: 10px;
}

.rtls .listviewWithHeaderContainer.customkpiGrid .k-grid-content table tbody tr {
    float: right !important;
}

.listviewWithHeaderContainer.customkpiGrid .k-grid-pager {
    display: none !important;
}

.listviewWithHeaderContainer.customkpiGrid .customKPIsGridContainer {
    display: block;
    width: 180px;
    height: 180px;
    border: 1px solid #f6f6f6;
}

.listviewWithHeaderContainer.customkpiGrid .customKPIsGridContainer .imageContainer {
    display: block;
    width: 90%;
    height: 70%;
    /* border: 1px solid #f6f6f6;*/
    margin: 2% auto 0% auto;
    background-size: auto 75%;
    background-repeat: no-repeat;
    background-position: center;
}

.listviewWithHeaderContainer.customkpiGrid .customKPIsGridContainer .subjectName {
    display: block;
    width: 96%;
    margin: 0% auto;
    height: auto;
    color: white !important;
    padding: 5px 0px 0px 0px;
}

.listviewWithHeaderContainer.customkpiGrid .customKPIsGridContainer .totalAssignment {
    display: block;
    width: 94%;
    margin: 0% auto;
    height: auto;
    color: white !important;
    padding: 5px 0px 0px 0px;
    font-size: 85%;
}

.rtls .listviewWithHeaderContainer.customkpiGrid .customKPIsGridContainer .subjectName {
    padding: 0px 0px 0px 0px;
}

.rtls .listviewWithHeaderContainer.customkpiGrid .customKPIsGridContainer .totalAssignment {
    padding: 0px 0px 0px 0px;
    font-size: 78%;
}


/* ----------------  /customGrid  --------------*/


/* ------------------disccussion Grid 2 -------------------------*/

.stc-customList .customDetails .teacherIcon {
    border-radius: 100%;
    display: block;
    width: 100%;
    margin: 0% auto;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.stc-customList .customDetails .discussionLiDetailsContainer {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0% auto;
}

.stc-customList .customDetails .discussionLiDetailsContainer .whiteSpace {
    display: block;
    width: 100%;
    height: 10px;
    margin: 0% auto;
}

.stc-customList .customDetails .discussionLiDetailsContainer .title {
    height: auto;
    display: block;
    width: 100%;
    color: black;
    font-weight: bold;
    font-size: 120%;
}

.stc-customList .customDetails .discussionLiDetailsContainer .tagsContainer {
    height: auto;
    display: block;
    width: 100%;
}

.stc-customList .customDetails .discussionLiDetailsContainer .tagsContainer label {
    color: #b0b1b5;
    font-size: 85%;
    margin: 0%;
}

.stc-customList .customDetails .discussionLiDetailsContainer .tagsContainer label.seperator {
    color: #b0b1b5;
    font-size: 85%;
    padding: 5px;
}

.stc-customList .customDetails .discussionLiDetailsContainer .value {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 95%;
}

.stc-customList .statusTitle {
    display: block;
    width: auto;
    text-align: center;
    top: 5px;
    right: 1%;
    position: absolute;
    color: #37b54a;
    font-size: 110%;
    padding: 0% 5px;
    font-weight: bold;
}

.rtls .stc-customList .statusTitle {
    left: 1% !important;
    right: unset !important;
}

.stc-customList.ended .customDetails .discussionLiDetailsContainer .tagsContainer label {
    color: #dadada !important;
}

.stc-customList.ended .customDetails .discussionLiDetailsContainer .title {
    color: #a0a1a5 !important;
}

.stc-customList.ended .customDetails .discussionLiDetailsContainer .value {
    color: #b0b1b3 !important;
}

.stc-customList.ended .customDetails .teacherIcon {
    opacity: 0.5;
}

.stc-customList.endded .statusTitle {
    color: #ed5565 !important;
}

.detailsScreen#tabset .marksGrid table th {
    text-align: center;
}

.detailsScreen#tabset .marksGrid table td {
    padding: 2px;
}


/*-------------------------------------------------*/

.customFaIcon {
    height: 42px !important;
    width: 35% !important;
    margin: 0% auto;
    object-fit: contain;
    display: block;
}


/* ----------------  details  --------------*/

.customDetailsScreen {
    border: none;
    padding-top: 0% !important;
    padding-bottom: 0% !important;
}

.customDetailsScreen .breadcrumb li {
    color: #818285;
    font-size: 90%;
}

.customDetailsScreen.ibox-content {
    border: none;
    padding: 0% !important;
    background: transparent;
}

.noPadding {
    padding: 0%;
}

.customDetailsScreen .panel-body {
    background: white !important;
}

.detailsScreen#tabset .nav.nav-tabs a {
    background: transparent !important;
    padding: 0% 5px;
    margin: 0% 10px;
    color: #7f8084 !important;
}

.detailsScreen#tabset .nav.nav-tabs li.active a {
    color: #000 !important;
    border-color: #000 !important;
    font-size: 110%;
}

.detailsScreen#tabset .nav.nav-tabs {
    margin: 10px 0%;
    border: none;

    /* FIRAS - 2024-08-05 */
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
}

.detailsScreen#tabset table th,
#tabset table td {
    border: none;
    padding: 4px 0%;
}

.detailsScreen#tabset table th,
#tabset table .stc-customList td {
    border: none;
    padding: 10px 0%;
}

.detailsScreen table.table tbody tr td {
    color: #24a9e1 !important;
}


/* ------------------------/details ----------------------*/


/* ------------------------teacherDashboard ----------------------*/

.teacherDashboard .myScheduleContainer {
    background: #f8f9fb !important;
}

.teacherDashboard .myScheduleContainer .myScheduleHeaderEmpty {
    width: 80px;
    text-align: center;
    font-size: 90%;
}

.teacherDashboard .myScheduleContainer .myScheduleHeader {
    text-align: center;
    /* FIRAS - 2024-08-06 */
    font-size: 0.8rem;
}

.teacherDashboard .myScheduleContainer .myScheduleValueHeader {
    background: white;
    border: 2px solid #edebeb !important;
    text-align: center;
}

.teacherDashboard .myScheduleContainer .myScheduleValueHeader .subjectName {
    color: #000;
    font-size: 85%;
}

.teacherDashboard .myScheduleContainer .myScheduleValueHeader .className {
    color: #818284;
    font-size: 80%;
}
.teacherDashboard .myScheduleContainer .myScheduleValueHeader .time {
    color: #818284;
    font-size: 70%;
}

.teacherDashboard .myScheduleContainer .myScheduleHeaderEmpty.rotateText {
    color: black;
}

.teacherDashboard .myScheduleContainer table th {
    padding: 5px 0px !important;
}

.teacherDashboard .teacherInfoContainer {
    display: block;
    width: auto;
    float: left;
}

.teacherDashboard .teacherScheduleContainer {
    display: block;
    width: 80%;
    float: left;
    margin-left: 40px;
}

.rtls .teacherDashboard .teacherInfoContainer {
    float: right !important;
}

.rtls .teacherDashboard .teacherScheduleContainer {
    float: right !important;
    margin-left: 0px;
    margin-right: 40px;
}

.teacherDashboard .teacherInfoContainer .teacherInfoContentContainer {
    display: block;
    width: 80%;
    margin: 0% auto;
}

.teacherDashboard .teacherInfoContainer .imageContainer {
    display: block;
    width: 160px;
    height: auto;
}

.teacherDashboard .teacherInfoContainer .imageContainer img {
    display: block;
    width: 100%;
    height: 100%;
}

.teacherDashboard .teacherInfoContainer .infoContainer {
    display: block;
    width: 100%;
    height: auto;
    margin: 6px 0px 12px 0px;
}

.teacherDashboard .teacherInfoContainer .infoContainer .title {
    display: block;
    width: 100%;
    height: auto;
    color: #818284;
    font-size: 90%;
    font-weight: bold;
}

.teacherDashboard .teacherInfoContainer .infoContainer .value {
    display: block;
    width: 100%;
    height: auto;
    color: #000002;
    font-weight: bold;
}

.teacherDashboard .teacherInfoContainer a {
    width: 160px;
}

.teacherDashboard .k-grid-pager {
    display: none !important;
}

.teacherDashboard .teacherScheduleContainer .calendarContainer {
    display: block;
    width: 100%;
}

.teacherDashboard .teacherScheduleContainer .calendarContainer .calendarDetails {
    display: block;
    width: 25%;
    float: left;
    height: 300px;
}

.teacherDashboard .teacherScheduleContainer .calendarContainer .calendarDetails .selectedDayContainer {
    display: block;
    width: 90%;
    margin: 0% auto;
    /* border-bottom:1px solid #fff;*/
    margin-top: 16px;
}

.teacherDashboard .teacherScheduleContainer .calendarContainer .calendar {
    display: block;
    width: 75%;
    float: left;
}

.rtls .teacherDashboard .teacherScheduleContainer .calendarContainer .calendarDetails {
    float: right !important;
}

.rtls .teacherDashboard .teacherScheduleContainer .calendarContainer .calendar {
    float: right !important;
}

.teacherDashboard .k-scheduler-table tr {
    border: none !important;
    height: 40px !important;
    padding: 0% !important;
}

.teacherDashboard .k-scheduler-table td,
.teacherDashboard .k-scheduler-table th {
    border: none !important;
    text-align: center !important;
    color: #9fa0a2;
    /* font-size: 90%; */
    /* FIRAS - 2024-08-06 */
    font-size: 0.8rem;
    height: 40px !important;
    padding: 0% !important;
    margin: 0% !important;
    vertical-align: middle !important;
    background: transparent !important;
}

.teacherDashboard .k-event {
    border: none;
    background: transparent;
    display: inline-table;
    height: 30px !important;
    display: block;
    border-radius: 0px;
}

.teacherDashboard .k-event.k-state-selected {
    border: none;
    background: transparent;
    box-shadow: none;
}

.teacherDashboard .k-event-template {
    /* border-radius: 100%; */
    height: 10px;
    /* width: 10px; */
    background: #24a9e2;
    color: transparent;
    margin: 0% auto;
    padding: 0%;
}

.teacherDashboard .k-scheduler-table td.k-today span {
    border-radius: 100%;
    height: 30px;
    width: 30px;
    background: #bdbec0;
    color: white;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.teacherDashboard .k-scheduler-table td.k-state-selected span {
    border-radius: 100%;
    height: 30px;
    width: 30px;
    background: #24a9e2;
    color: white;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.teacherDashboard .k-header {
    border: none !important;
    background: transparent;
}

.teacherDashboard .k-scheduler-toolbar {
    display: block;
    width: 100%;
    margin: 0% auto;
    text-align: center;
}

.teacherDashboard .k-scheduler-toolbar .k-reset.k-scheduler-navigation {
    display: inline-block;
    float: none !important;
}

.teacherDashboard .k-scheduler-toolbar a {
    color: black;
}

.teacherDashboard .k-scheduler-toolbar .k-i-refresh {
    display: none;
}

.teacherDashboard .k-scheduler-toolbar .k-nav-today {
    display: none;
}

.teacherDashboard .k-scheduler-toolbar .k-icon.k-i-calendar {
    display: none;
}

.teacherDashboard .k-more-events {
    display: block;
    border: none;
    background-image: transparent;
    height: 10px;
    width: 40px;
    background: transparent;
}

.teacherDashboard div.k-more-events>span {
    display: none;
}

.teacherDashboard .k-more-events:after {
    display: block;
    position: absolute;
    bottom: 0%;
    right: 30px;
    width: 10px;
    height: 10px;
    opacity: 0.5;
    margin: 0% auto;
    content: "";
    background: green !important;
    border-radius: 100%;
}

.teacherDashboard .k-button:hover,
.teacherDashboard .k-button:active:hover,
.teacherDashboard .k-button.k-state-active:hover,
.teacherDashboard .k-button:active {
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    background-image: none;
}


/* ------------------------/teacherDashboard ----------------------*/

nav[class*=navbar-] .slimScrollBar {
    /*background: #24a9e1 !important;*/
    background: white !important;
    width: 8px !important;
    opacity: .8 !important;
}

.dropdown-menu>.active>a {
    background: #24a9e1 !important;
}

.rtls .navbar-static-side ul[side-navigation] li:not(.nav-header)[ui-sref-active].active {
    border-right: none !important;
}

.k-datepicker .k-picker-wrap.k-state-focused {
    border-color: #9fc1f8 !important;
    box-shadow: 0 0 0 0px #9fc1f8 !important;
}

.k-picker-wrap .k-select {
    border-radius: 0px !important;
}

@media (max-width: 500px) {
    body.rtls .navbar-top-links li:last-child {
        margin-left: 20px;
    }
    .body-small.rtls #page-wrapper {
        position: inherit;
        margin: 0 0 0 0;
        min-height: 1000px;
    }
    .body-small.rtls .navbar-static-side {
        display: none;
        z-index: 2001;
        position: absolute;
        width: 70px;
    }
    .body-small.rtls.mini-navbar .navbar-static-side {
        display: block;
    }
    .rtls.fixed-sidebar.body-small .navbar-static-side {
        display: none;
        z-index: 2001;
        position: fixed;
        width: 100px !important;
    }
    .rtls.fixed-sidebar.body-small.mini-navbar .navbar-static-side {
        display: block;
    }
    body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
        width: 100px !important;
    }
    .navbar-static-side ul[side-navigation] li:not(.nav-header) a .nav-label {
        margin: 0% auto;
        display: block !important;
    }
    .teacherDashboard .teacherScheduleContainer {
        display: block;
        width: 100% !important;
        margin-left: 0px;
        margin-top: 10px;
    }
    .teacherDashboard .myScheduleContainer .myScheduleValueHeader .subjectName {
        font-size: 8px !important;
    }
    .teacherDashboard .myScheduleContainer .myScheduleValueHeader .className {
        font-size: 10px !important;
    }
    .teacherDashboard .k-scheduler-table td,
    .teacherDashboard .k-scheduler-table th {
        font-size: 10px !important;
    }
    .teacherDashboard .teacherScheduleContainer .calendarContainer .calendarDetails .selectedDayContainer label {
        font-size: 12px !important;
    }
    .teacherDashboard .myScheduleContainer .myScheduleHeaderEmpty {
        width: 50px;
        text-align: center;
        font-size: 10px;
    }
    #page-wrapper {
        padding: 0 8px;
    }
    .stc-customList .customDetails .title {
        font-size: 10px;
    }
    .stc-customList .customDetails .value {
        font-size: 10px;
    }
    .detailsScreen#tabset .nav.nav-tabs a {
        font-size: 12px;
    }
    .detailsScreen#tabset .nav.nav-tabs li.active a {
        font-size: 13px;
    }
    .listviewWithHeaderContainer.showHeaderForGrid .k-grid tbody td>div {
        font-size: 12px !important;
    }
    .listviewWithHeaderContainer.showHeaderForGrid .k-grid tbody td>span,
    .listviewWithHeaderContainer.showHeaderForGrid .k-grid tbody td>div {
        font-size: 12px !important;
    }
    .detailsScreen#tabset .listviewWithHeaderContainer.showHeaderForGrid .k-grid-header th a {
        font-size: 12px !important;
    }
    .filterContainer .customFilterBtn {
        font-size: 14px !important;
    }
    .stc-customList .btn {
        padding: 4px;
        font-size: 12px !important;
    }
     :not(.k-detail-row) .k-grid.k-widget:not(.custom) .k-grid-content table tbody tr td {
        font-size: 12px !important;
    }
    .filterContainer .customAddNewBtn {
        padding: 4px 6px;
        font-size: 12px !important;
    }
}

.gradesContainer .ng-isolate-scope>ul {
    display: flex !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
}

.listviewWithHeaderContainer.customkpiGrid .customKPIsGridContainer:hover {
    transition: transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


/* Firas 04-03-2020 */

.modal.full-height .inmodal {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.modal.full-height .inmodal .modal-body {
    flex: 1;
    overflow-y: auto;
}

.modal.full-height .modal-header {
    border-bottom: 1px solid #a0a0a0 !important;
}

.modal.full-height .modal-body {
    padding-top: 20px !important;
}

.modal.full-height .modal-footer {
    border-top: 1px solid #a0a0a0 !important;
}


/* Fix Grid Scroll Bug */

.k-mobile .k-grid .k-grid-content>table,
.body-small .k-grid .k-grid-content>table {
    touch-action: auto !important;
}

.k-mobile .col-lg-1,
.col-lg-10,
.k-mobile .col-lg-11,
.k-mobile .col-lg-12,
.k-mobile .col-lg-2,
.k-mobile .col-lg-3,
.k-mobile .col-lg-4,
.k-mobile .col-lg-5,
.k-mobile .col-lg-6,
.k-mobile .col-lg-7,
.k-mobile .col-lg-8,
.k-mobile .col-lg-9,
.k-mobile .col-md-1,
.k-mobile .col-md-10,
.k-mobile .col-md-11,
.k-mobile .col-md-12,
.k-mobile .col-md-2,
.k-mobile .col-md-3,
.k-mobile .col-md-4,
.k-mobile .col-md-5,
.k-mobile .col-md-6,
.k-mobile .col-md-7,
.k-mobile .col-md-8,
.k-mobile .col-md-9,
.k-mobile .col-sm-1,
.k-mobile .col-sm-10,
.k-mobile .col-sm-11,
.k-mobile .col-sm-12,
.k-mobile .col-sm-2,
.k-mobile .col-sm-3,
.k-mobile .col-sm-4,
.k-mobile .col-sm-5,
.k-mobile .col-sm-6,
.k-mobile .col-sm-7,
.k-mobile .col-sm-8,
.k-mobile .col-sm-9,
.k-mobile .col-xs-1,
.k-mobile .col-xs-10,
.k-mobile .col-xs-11,
.k-mobile .col-xs-12,
.k-mobile .col-xs-2,
.k-mobile .col-xs-3,
.k-mobile .col-xs-4,
.k-mobile .col-xs-5,
.k-mobile .col-xs-6,
.k-mobile .col-xs-7,
.k-mobile .col-xs-8,
.k-mobile .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px !important;
    padding-left: 10px !important;
    overflow-x: inherit !important;
}

.k-mobile .customListHeader {
    margin: 0px !important;
}

.k-mobile .btn-menuBlock {
    width: 40% !important;
}

.k-mobile .btn.btn-menuBlock .menuBlockFont {
    font-size: 16px !important;
}

.k-mobile .modal-dialog.modal-lg {
    height: 100% !important;
}


/* Firas Contract */

.ltr,
.ltr * {
    direction: ltr !important;
}

.intl-tel-input,
.intl-tel-input * {
    direction: ltr !important;
}

.intl-tel-input {
    width: 100%;
}

.intl-tel-input {
    width: 100%;
    direction: ltr !important;
}

.intl-tel-input input {
    direction: ltr !important;
    text-align: right !important;
}

.intl-tel-input .country-list {
    left: 0px;
}

.intl-tel-input li.country {
    direction: ltr;
    text-align: left;
}

.intl-tel-input .selected-flag .iti-flag {
    left: -10px !important;
    right: 0px !important;
    top: 0px !important;
    bottom: 0px !important;
    margin: auto !important;
}

.intl-tel-input .selected-flag .arrow {
    left: 10px !important;
}


/* eman edit 23-07-2020 */

.listviewWithHeaderContainer2 .k-grid-pager {
    display: none !important;
    width: 100%;
    margin: 0% auto;
    border: none;
    padding: 30px 0% 0% 0%;
    position: relative;
    background: white !important;
    text-align: center;
}

#booksReservationGrid.k-grid:not(.custom) tbody td {
    border-bottom: 0px solid #c7c7c7 !important;
    border-left: 0px dotted #c7c7c7 !important;
    line-height: 25px !important;
}


/*end eman edit 23-07-2020 */

.booksReservationSchoolLogo {
    display: block;
    width: 18%;
    height: 40vh;
    margin: 0% auto;
    background-image: url(../../app/img/logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: auto;
    white-space: nowrap;
}

.scrollerTable {
    width: auto;
}

.scrollerTable th {
    padding: 5px 10px !important;
}


/* .modal-body {
    padding: 3px 15px 9px 15px;
} */

.icon_correct {
    background-image: url(../../app/img/icon_correct.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.k-grid .hasIndicator {
    position: relative;
    overflow: hidden;
}

.k-grid .hasIndicator:before {
    display: block;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: -12px;
    left: -12px;
    background: #ed5565;
    content: "";
    z-index: 9999;
}

.k-grid .hasIndicator .title {
    margin-top: 5px;
}

.seen {
    color: red;
    float: right;
}

.rtls .seen {
    float: left;
}

.btn-circle {
    width: 30px !important;
    height: 30px !important;
    padding: 6px 0 !important;
    border-radius: 15px !important;
    text-align: center !important;
    font-size: 12px !important;
    line-height: 1.428571429 !important;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.k-grid table {
    touch-action: auto !important;
}

.student-badge {
    position: absolute;
    top: 10px;
    right: 35px;
    border-radius: 100%;
    background: red;
    display: flex;
    color: white;
    line-height: initial !important;
    min-width: 30px;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    /* font-size: 1.4rem; */
}

.stc-card.flagUpdated .icon:before {
    background: orange;
}

.flex {
    align-items: center !important;
    line-height: initial !important;
    display: flex !important;
}


/* ENas 28-02-2021 */

.k-widget.k-dropdown[approved="0"] .k-input {
    color: rgb(36, 169, 225) !important;
}

.k-widget.k-dropdown[approved="1"] .k-input {
    color: rgb(55, 183, 72)!important;
}

.k-widget.k-dropdown[approved="2"] .k-input {
    color: rgb(217, 83, 79) !important;
}

.k-scheduler-content .k-event {
    height: auto !important;
}

.k-scheduler-content .k-more-events {
    opacity: 1 !important;
}

.k-scheduler-content .custom-event {
    width: 100%;
    margin: 0px auto;
    display: block;
    width: 98%;
    margin: 0px auto;
    height: fit-content;
    padding: 0px !important;
    max-height: 30px !important;
}

.ML__mathlive {
    white-space: pre-line !important;
    line-height: 2 !important;
    width: 90% !important;
    display: block !important;
}

.ML__text {
    white-space: pre-line !important;
}

.modal .nav>li {
    display: inline-flex !important;
}

.icon_drive {
    background-image: url(../../app/img/Google_Drive.ico);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.picker-dialog {
    z-index: 99999 !important;
}

.pdfViewer,
.pdfViewer * {
    direction: ltr !important;
    text-align: start;
}

.pdfViewer {
    width: 90%;
    max-width: 1400px;
    box-shadow: 0px 0px 5px 1px #999;
    border-radius: 5px;
    padding-top: 20px;
    margin: auto;
}

.pdf-toolbar {
    text-align: center !important;
}

.reportViewer * {
    direction: ltr !important;
}

.scrollviewer * {
    direction: ltr !important;
}

.stiJsViewerParentMenu {
    position: absolute !important;
}

.inputField.k-datepicker {
    border: 0px !important;
}

.k-toolbar,
.k-button {
    background-image: none !important;
}

.k-scheduler-content {
    min-height: 250px !important;
}

.rtls .k-button.k-button-icon.k-icon-button.k-nav-next,
.k-button.k-button-icon.k-icon-button.k-nav-prev {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.rtls .k-button.k-button-icon.k-icon-button.k-nav-prev,
.k-button.k-button-icon.k-icon-button.k-nav-next {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


/* Firas - 2022-05-24 */

.flex.flex-space-between {
    justify-content: space-between;
}


/* GLOOL */

.navbar-top-links {
    display: flex;
}

.sweet-alert,
.sweet-alert * {
    text-align: center !important;
}

.tab-content .tab-pane {
    padding: 15px 0px;
}

.stiJsViewerPage table td {
    max-width: unset !important;
}

.gl-required::after {
    content: '*';
    color: red;
}
/* FIRAS - 2024-09-16 */
.modal:not(.auto-width) .stiJsViewerPage table td {
    max-width: unset !important;
}

