﻿/*#region General*/
html {
    direction: rtl;
    padding-bottom: 0px;
}

body {
    padding-top: 0px;
    padding-bottom: 20px;
    direction: rtl;
    background-color: #f1f1f1;
}

.body-content {
    width: 82.9%;
    margin-top: 10px;
    margin-right: 1px;
    padding-left: 25px;
    padding-bottom: 5px;
    float: left;
    vertical-align: top;
    background-color: #f1f1f1;
    overflow-x: unset;
}

@font-face {
    font-family: DroidKufi-Regular;
    src: url(../Fonts/DroidKufi-Regular.ttf);
}

@font-face {
    font-family: DroidKufi-Bold;
    src: url(../Fonts/DroidKufi-Bold.ttf);
}

:root {
    /*color*/
    --primaryColor: #006666;
    --lightGrey: #f1f1f1;
    --grey: #bebcbc;
    --primaryBackground: #f1f1f1;
    --white: #fff;
    --primaryFontColor: #4c4a77;
    /*font-size*/
    --fontSmaller: 11px;
    --fontSmall: 12px;
    --fontMiddle: 14px;
    --fontBig: 18px;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: DroidKufi-Bold;
    color: #028275;
}
/*#endregion General*/
/*#region toolbar*/
.toolbar {
    position: fixed;
    width: 100%;
    top: 0px;
    height: 50px;
    background-color: var(--primaryColor);
    margin-right: -2px;
    left: 0px;
    color: #fff;
    z-index: 1000;
    font-family: DroidKufi-Bold;
    font-size: 30px;
    border-bottom: 0px solid #ddd;
    padding-right: 50px;
}

.account {
    width: 170px;
    float: left;
    margin-left: 10px;
    margin-top: 1px;
    font-size: 14px;
    font-family: DroidKufi-bold;
    color: #fff;
}

.sms-count {
    width: 170px;
    float: left;
    margin-left: 0px;
    margin-top: 5px;
    font-size: 14px;
    font-family: DroidKufi-Regular;
    color: #fff;
}

.logouser {
    border-radius: 50%;
    background-color: #1abc9c;
    height: 35px;
    width: 35px;
    padding-right: 7px;
    padding-top: 5px;
    float: right;
}

.welcome {
    margin-right: 40px;
    margin-top: 5px;
    cursor: pointer;
}
/*#endregion toolbar*/
/*#region sidebar*/
.sidebar {
    background-color: var(--primaryColor);
    height: 1200px;
    width: 15%;
    padding-top: 20px;
    float: right;
    margin-left: 0px;
    font-family: DroidKufi-Regular;
    font-weight: normal;
    margin-top: 50px;
    color: #fff;
    overflow: auto;
}

    .sidebar a {
        text-decoration: none;
        color: #d0dcda;
    }

.sidebar-item {
    display: block;
    list-style: none;
    margin-bottom: 1px;
    color: #d0dcda;
    height: 45px;
    background-color: var(--primaryColor);
    padding-right: 20px;
    float: right;
    width: 100%;
    padding-top: 12px;
}

    .sidebar-item .fa {
        font-size: 20px;
    }

    .sidebar-item:hover {
        background-color: rgba(0, 0, 0, 0.10);
        cursor: pointer;
    }

.logo {
    font-size: 30px;
    text-align: center;
    color: var(--primaryFontColor);
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: DroidKufi-bold;
}

.fa-chalkboard {
    margin-top: 10px;
    padding: 0;
}
/*#endregion sidebar*/
/*#region PartialView*/
.homeinfo {
    width: 98%;
    height: 120px;
    margin-right: 10px;
    padding: 10px;
    margin-top: 0px;
    background-color: #fff;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
    font-family: DroidKufi-bold;
    color: var(--primaryFontColor);
    font-size: 15px;
    border: 1px solid #f1f1f1;
}

    .homeinfo div {
        width: 70px;
        height: 100%;
        margin-left: 10px;
        padding-top: 30px;
        float: right;
        font-size: 30px;
        color: Highlight;
        text-align: center;
    }

.page-header, .table-header {
    width: 98%;
    height: auto;
    min-height: 60px;
    margin: 70px 10px 0px 15px;
    padding: 17px 0px;
    border-bottom: 1px solid #DDD;
    /* background: linear-gradient(#fafafa,#efefef);*/
    font-family: Tahoma;
    font-size: 15px;
    color: var(--primaryFontColor);
    font-family: DroidKufi-Bold;
}

.table-header {
    height: 50px;
    min-height: 50px;
    margin-top: 0px;
    font-family: DroidKufi-Regular;
    margin-right: 15px;
    border-bottom: 0px solid #DDD;
}

.content-tools, .content, .infoPage {
    width: 98%;
    height: auto;
    min-height: 60px;
    margin-right: 10px;
    padding: 12px 12px;
    border: 1px #e2e5e8 solid;
    border-radius: 15px;
    background-color: #fff;
    font-family: DroidKufi-Regular;
    font-size: var(--fontMiddle);
    color: var(--primaryFontColor);
    margin-bottom: 7px;
    box-shadow: 5px 5px 4px rgba(0,0,0,.1);
}

.errorMessage {
    width: 98%;
    height: 0px;
    background-color: #ef8b81;
    color: #fff;
    animation-name: anmerrormsg;
    animation-duration: 5s;
    margin-right: 10px;
    border-radius: 2px;
    font-family: DroidKufi-Regular;
    font-size: 15px;
    margin-bottom: 10px;
    overflow: hidden;
}

    .errorMessage div {
        padding: 0.75rem 1.25rem;
    }

@keyframes anmerrormsg {
    0% {
        height: 0;
    }

    20% {
        height: 40px;
    }

    40% {
        height: 40px;
    }

    60% {
        height: 40px;
    }

    80% {
        height: 40px;
    }

    100% {
        height: 0px;
    }
}

.print-details-headpage {
    display: none;
}

.content-report {
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
    font-family: sans-serif;
    direction: rtl;
}

.content {
    min-height: 80px;
    padding: 20px 10px;
    overflow: auto;
}


.infoPage {
    margin: 0px 10px 10px;
    border-right: 0px solid #009999;
}

.title-infohead {
    font-family: DroidKufi-Bold;
}

.infoPage div:nth-child(1) {
    color: var(--primaryFontColor);
    font-family: DroidKufi-Bold;
}

.infoPage hr {
    margin: 10px 0px;
}

.infoPage .fa {
    color: #898989
}

.print-head-page {
    display: none;
}

.content-table {
    width: 100%;
    margin-top: 10px;
}

.table, .control-table {
    width: 100%;
    margin: 0px 0px;
    /*border: 1px solid #f1f1f1;*/
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.10);*/
    background-color: #fff;
    font-family: DroidKufi-Regular;
    font-size: var(--fontMiddle);
    color: var(--primaryFontColor);
    direction: rtl;
}

.details-table {
    font-size: var(--fontSmaller);
    font-family: DroidKufi-Regular;
}

.control-table td {
    border-bottom: 1px #f1f1f1 solid;
    padding-right: 10px;
    height: 50px;
}

.table tr:hover {
    background-color: #DDD;
}

.table td {
    border-top: 1px #e2e5e8 solid;
    text-align: center;
}

.table th {
    background-color: #f6f6f6;
    color: var(--primaryFontColor);
    border-top: 0px;
    font-weight: 100;
    text-align: center;
    font-family: DroidKufi-bold;
}

.footerpage {
    display: none;
    padding-right: 50px;
}
/*#endregion PartialView*/
/*#region absent-search-student*/
.colorAbsentShare {
    color: red;
}
/*#endregion absent-search-student*/
/*#region Button*/
.btn-link-fa {
    height: 30px;
}

.btn-success, .btn-primary {
    color: var(--white);
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
    font-family: DroidKufi-Regular;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .btn-primary:hover,
    .open .dropdown-toggle.btn-success {
        color: var(--white);
        background-color: var(--primaryColor);
        border-color: var(--primaryColor);
        font-family: DroidKufi-Regular;
    }



.btniconSt {
    border: 0px;
    background-color: transparent;
    text-decoration: none;
    color: var( --primaryFontColor);
    font-size: 20px;
    text-decoration: none;
}

    .btniconSt:hover {
        text-decoration: none;
    }

.btnDate {
    font-family: DroidKufi-Regular;
    font-size: 14px;
    text-align: right;
    width: 90%;
    padding-right: 7px;
    color: #333;
}

    .btnDate:hover {
        background-color: #428bca;
        color: #fff;
    }



.coloriconEvaOK {
    color: limegreen;
}

.btniconSt.coloriconEvaOK {
    color: limegreen;
}

.coloriconEvaOK:link {
    color: limegreen;
}

.coloriconEvaOK:hover {
    color: limegreen;
}

.coloriconEvaUnOK {
    color: red;
}

.btniconSt.coloriconEvaUnOK {
    color: red;
}

.coloriconWait {
    color: orange;
}

.coloriconEvaUnOK:hover {
    color: red;
}

.coloriconEvaUnOK:link {
    color: red;
}
/*#endregion Btn*/
/*#region Inpu*/
.form-control {
    font-family: DroidKufi-Regular;
    max-width: 500px;
}

.form-item.from-checkbox {
    max-height: 200px;
    overflow: auto;
    min-height: 200px;
}

.form-item, .form-item div {
    margin-bottom: 10px;
}

.ui-menu-item-wrapper {
    font-family: DroidKufi-Bold;
}

input[name='CaptchaInputText'] {
    width: 280px;
    margin-top: -20px;
    border-radius: 6px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/*#endregion Inpu*/
/*#region Menu*/
.container {
    margin-right: 0px;
    padding-right: 0px;
    margin-left: 5px;
    padding-left: 0px;
    margin-bottom: 7px;
}

.control-table .container {
    margin-right: 10px;
}

.menu, .CloseMenu {
    display: none;
}

.dropdown-menu {
    float: right;
    direction: rtl;
    right: 0px;
    height: auto;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    width: auto;
    min-width: 100px;
    max-width: 200px;
    padding-right: 0px;
    font-family: DroidKufi-Regular;
    font-size: 14px;
    margin-top: 0px;
    width: 270px;
    position: absolute;
    margin-right: -170px;
}

    .dropdown-menu a {
        font-size: 14px;
    }

.menu-right {
    margin-right: -20px;
    margin-top: 2px;
    min-width: 50px;
    max-width: 200px;
}

.form-group, .dropdown-toggle {
    font-family: DroidKufi-Regular;
}
/*#endregion Menu*/
/*#region PageNumber*/
.pagination-container ul {
    padding-right: 0px;
    margin-top: 0px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #1abc9c;
    border-color: #1abc9c;
}

.pagination-container ul li {
    float: right;
    color: #898989;
}

    .pagination-container ul li a {
        color: #898989;
    }
/*#endregion PageNumber*/
/*#region Modal*/
#DivBack {
    display: none;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #000;
}

.ModalShow {
    font-family: DroidKufi-bold;
    width: 350px;
    text-align: right;
    box-shadow: 2px 2px 10px black;
    position: fixed;
    top: 17%;
    margin-right: 20%;
    display: none;
    background-color: #fff;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
    max-height: 580px;
    height: 50px;
}

#HeadModal {
    font-family: DroidKufi-bold;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-right: 15px;
    padding-left: 7px;
    text-align: right;
    height: 50px;
    margin-top: 1px;
    border-bottom: 1px solid #ddd;
}

#BtnClose {
    float: left;
    cursor: pointer;
    background: #fff;
    border: 0px solid #fff;
    color: #ccc;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    height: 20px;
    width: 20px;
    margin-bottom: 25px;
}

.BtnClose:hover {
    color: #333;
}

#ModalBody {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-right: 7px;
    padding-left: 7px;
    font-family: DroidKufi-bold;
    font-size: 14px;
    overflow: auto;
    height: auto;
    max-height: 470px;
}

#FooterModal {
    margin-right: 10px;
    border-top: 1px solid #ddd;
    height: 50px;
    padding-top: 10px;
}
/*#endregion Modal*/
/*#region support*/
.support-message-right, .support-message-left {
    background-color: #dcf8c6;
    border-radius: 10px;
    color: #333;
    margin-bottom: 10px;
    height: auto;
    min-height: 50px;
    padding-right: 5px;
    font-family: Arial;
    font-weight: bold;
    width: auto;
    min-width: 30%
}

.support-message-left {
    background-color: rgba(0, 0, 0, 0.10);
    color: #333;
}

.support {
    width: 60%;
    font-size: 17px;
}

.content-support {
    width: 70%;
    margin-left: 15%;
}

.support-c /*دائرة التنبيه*/ {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: red;
    font-size: 10px;
    margin-left: 130px;
    float: left
}
/*#endregion support*/
/*#region Ajax*/
#ajaxprogress {
    top: 37%;
    left: 45%;
    width: 70px;
    height: 70px;
    position: fixed;
    border-radius: 50%;
    background-color: transparent;
    border: 7px solid #1abc9c;
    border-left-color: transparent;
    animation-name: anm;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes anm {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes up-down {
    to {
        opacity: 0.2;
        transform: translateY(-20px);
    }
}

#ajaxbackground {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #000;
    opacity: 0.6;
}
/*#endregion Ajax*/
/*#region Alert Error*/
.alert, alert-success {
    font-family: DroidKufi-bold;
    font-size: 15px;
    margin-top: 7px;
    margin-bottom: 0px;
    margin-right: 10px;
    width: 98%;
    background-color: var(--primaryColor);
    color: #fff;
}

.Save-success, .Save-error {
    width: 300px;
    overflow: hidden;
    height: 0px;
    border: 0px solid #198754;
    margin-top: 10px;
    border-radius: 15px;
    color: #198754;
    padding-top: 5px;
    padding-right: 10px;
    animation-name: anmsave;
    animation-duration: 8s;
}

.Save-error {
    color: red;
}

    .Save-success .fa-check-circle, .Save-error .fa-times-circle {
        font-size: 20px;
    }

@keyframes anmsave {
    0% {
        height: 0;
    }

    50% {
        height: 50px;
    }

    100% {
        height: 0;
    }
}

.text-danger.field-validation-error {
    color: red;
    font-size: 12px;
}

.validation-summary-errors ul {
    list-style: none;
    color: red;
    padding-right: 0px;
}

.alert-danger {
    background-color: red;
    color: #FFF;
}
/*#endregion Alert Error*/
/*#region PrevCom*/
.Col {
    height: auto;
    width: 60px;
    background-color: whitesmoke;
    display: inline-block;
    float: right;
    margin-right: 7px;
    text-align: center;
    font-size: 28px;
    color: green;
    padding-top: 1px;
}

.Col-number, .Col-classroom {
    height: 20px;
    width: 60px;
    border-radius: 10px;
    display: inline-block;
    float: right;
    margin-right: 7px;
    text-align: center;
    font-size: 15px;
}

.Col-number {
    background-color: #27ad60;
    height: 20px;
    color: #fff;
}

.Col-classroom {
    font-size: 10px;
    margin-top: 1px;
    height: auto;
    overflow: hidden;
    color: #333;
    margin-right: 0px;
}

.C1-C4 {
    color: #97d980
}

.C2-C5 {
    color: #7cb6d8
}

.C3 {
    color: #e8dda3;
}

.content-prevcom-classroom {
    padding-top: 0px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: DroidKufi-bold;
    font-size: 14px;
    overflow: auto;
    height: auto;
    max-height: 500px;
    width: auto;
    background-color: #fff;
    display: inline-block;
}

.prevcom-room {
    background-color: #6c757d;
    color: #fff;
    height: 30px;
    padding: 5px 5px;
    margin-bottom: 5px;
    direction: rtl;
}
/*#endregion PrevCom*/
/*#region Login*/
.login {
    width: 350px;
    margin-right: calc(50% - 350px);
    margin-top: 110px;
    background-color: #FFF;
    padding: 20px;
    border-radius: 15px;
}

    .login hr {
        margin: 10px;
    }

    .login div {
        margin-top: 5px;
        font-family: DroidKufi-Regular;
    }

    .login .closedsite {
        color: red;
    }

    .login .btn-account {
        width: 100%;
        background-color: var(--primaryColor);
        color: #fff;
        border: 0px;
    }

/*#endregion*/
/*#region ReWeek*/
.Reweek-table {
    background-color: #fff;
    font-family: Arial;
    direction: rtl;
    margin-top: 0px;
    font-size: 14px;
    margin-right: 10px;
    width: 98%;
    color: #000;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.10);
    border: 1px solid #000;
    margin-bottom: 0px;
}

    .Reweek-table th {
        border: 1px #000 solid;
        padding-right: 5px;
        text-align: center;
    }

    .Reweek-table td {
        border: 1px #000 solid;
        padding-right: 5px;
        text-align: center;
    }

    .Reweek-table tr:hover {
        background-color: #DDD;
    }
/*#endregion*/
/*#region Student*/
.td-opt-student, .td-opt-classroom {
    background-color: #808080;
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 45px;
    text-align: center;
    padding-top: 7px;
    padding-left: 20px;
    padding-right: 5px;
    font-size: 40px;
}

.td-opt-classroom {
    background-color: #1abc9c;
}

.td-opt-student2 {
    font-size: 20px;
    padding-right: 20px;
    font-family: DroidKufi-Bold;
    color: #898989;
}

    .td-opt-student2 a {
        color: #898989;
    }

/*#endregion*/
/*#region Msarate*/
.circleAvatar {
    border-radius: 35px;
    height: 35px;
    width: 35px;
    background-color: var(--primaryColor);
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 6px;
    font-family: DroidKufi-Bold;
}

    .circleAvatar i {
        color: #fff;
        font-size: 17px;
        margin-top: 2px
    }

.btnicon {
    border: 0px;
    background-color: transparent;
    text-decoration: none;
    font-size: 18px;
}

.btn-default {
    background-color: var(--lightGrey);
    color: var(--primaryFontColor);
}

.primarybackground {
    background-color: var(--primaryColor);
}
.newprimarybackground {
    background-color: #1DCD9F;
}
.lightgreybackground {
    background-color: var(--lightGrey);
}

.greybackground {
    background-color: var(--grey);
}

.redbackground {
    background-color: red;
}

.greenbackground {
    background-color: green;
}

.limegreenbackground {
    background-color: limegreen;
}

.whitecolor {
    color: var(--white);
}

a.fa, a.fa-regular {
    color: var(--primaryFontColor);
}

.smallBox {
    border-radius: 10px;
    white-space: nowrap;
    height: 30px;
    width: auto;
    min-width: 50px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    background-color: #d8fdd2;
    color: var(--primaryFontColor);
    text-align: center;
    vertical-align: middle;
    font-size: var(--fontSmall);
    margin-right: 5px;
    margin-top: 5px;
    font-family: DroidKufi-Bold;
}

    .smallBox .btnicon {
        color: var(--white);
    }

.showdialog {
    font-family: DroidKufi-Regular;
    width: 300px;
    height: auto;
    max-height: 500px;
    min-height: 120px;
    text-align: right;
    position: fixed;
    top: 17%;
    right: calc(50% - 150px);
    display: none;
    background-color: #fff;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 15px;
}

.colordialog {
    height: 220px;
}

.headdialog {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-right: 15px;
    padding-left: 7px;
    text-align: right;
    height: 20px;
    margin-top: 1px;
}

.bodydialog {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    padding-right: 7px;
    padding-left: 7px;
    font-family: DroidKufi-Regular;
    font-size: 14px;
    height: auto;
    min-height: 50px;
    max-height: 470px;
    overflow: auto;
}

.footerdialog {
    margin-right: 10px;
    height: 50px;
    bottom: 0;
}

.btn.btn-link {
    font-family: DroidKufi-Regular;
    font-weight: normal;
}

.item4 {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    height: auto;
    min-height: 20px;
    max-height: 60px;
    font-size: var(--fontMiddle);
    margin-bottom: 10px;
}

.fontMiddle {
    font-size: 30px;
}

.PrintHead {
    margin-top: 50px;
    display: none;
}

    .PrintHead td {
        font-family: sans-serif;
        border: 0;
        font-weight: bold;
        font-size: var(--fontBig);
    }
/*---------Private Class------------*/
.fontSmall {
    font-size: var(--fontSmall);
}
.fontSmaller {
    font-size: var(--fontSmaller);
}
.fontDroidKufi-Regular {
    font-family: DroidKufi-Regular;
}

/*#endregion*/

