/*                             بسم الله الرحمن الرحيم وبه نستعين          */
/*                             --------------------------------          */

html {
    position: relative;
    min-height: 100%;
}


body {
    font: 400 15px Amiri, "Traditional Arabic", Georgia, "Times New Roman", sans-serif;
    line-height: 1.8;
    color: #818181;
    position: relative;
    transition: all ease-in-out 2s;
    height: 100%;
    background-color: #ffffff;
}

@media screen and (max-width: 1200px) {
    body {
        background-color: #ffffff;
    }
}

#sideBarMenu {
    background-color: #ffffff;
}

#wrapper {
    display: flex;
}

    #wrapper #content-wrapper {
        background-color: #f8f9fc;
        width: 100%;
        overflow-x: hidden;
    }

.btn {
    border-radius: 0.35rem;
}

/*top bar css*/
.topbar {
    height: 4.37rem;
}


.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    z-index: 1050;
    border: 0;
    background-color: #ffffff;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

/*aside css*/

.text-muted {
    color: #858796 !important;
}

.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.p-md-3 {
    padding: 1rem !important;
}

.border-bottom {
    border-bottom: 1px solid #e3e6f0 !important;
}

small, .small {
    font-size: 80%;
    font-weight: 400;
}

.shadow {
    box-shadow: 0px 0.15rem 1.75rem 0px rgba(58,59,69,0.15) !important;
}


article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}


h2 {
    font-size: 26px;
    text-transform: uppercase;
    color: #009696;
    font-weight: 600;
}

h4 {
    font-size: 21px;
    line-height: 1.375em;
    color: #009696;
    font-weight: 400;
    padding:5px;
}

h5 {
    font-size: 41px;
    line-height: 1.375em;
    color: #009696;
    font-weight: 400;
    padding:5px;
}


p {
    margin: 0 0 10px;
}
        
/*fix IE */
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    padding-right: 15px;
    padding-left: 15px;
}

.btn-default {
    color: #fff;
    background-color: #009696;
    border-color: #009696;
}
.btn-default:focus,
.btn-default.focus {
    color: #fff;
    background-color: #009696;
    border-color: #009696;
}
.btn-default:hover {
    color: #009696;
    background-color: #fff;
    border-color: #009696;
}
.panel-body {
    padding:15px;
}
        
.login-container-fluid {
    padding: 60px 50px;
}

.bg-grey {
    background-color: #f6f6f6;
}

.mainContainer {
    opacity: 0;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    transition: opacity ease-in-out 2s;
}

.fadeIn {
    opacity: 1;
}

.fadeOut {
    opacity: 0;
}
.form-control {
    color: #009696;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .form-control:focus {
        color: #009696;
        background-color: beige;
        border: solid 2px #f4cb92;
        outline: 0;
        box-shadow: 0 0 0 0 #f4cb92;
        margin-top: 7px;
        margin-bottom: 7px;
    }

.form-control.label-control {
    height:30px;
}

.form-group {
    margin-top:20px;
    margin-bottom:20px;
}

@media screen and (max-width: 768px) {
    .footer {
        display:none;
    }
}

@media screen and (min-width: 768px) {
    .footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        margin: 0;
    }
}

.modal-overlay {
    background-color: #fafafaff;
    opacity: 0.75;
}

.progress-container, .dialog-container {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 1061;
}

.progress-content {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/mainLogo-07.svg");
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 15px 15px;
    border: solid 0.3px #dcdcdcff;
}


.pointer {
    cursor: pointer;
}

.dropdown-item {
    color: #009696;
    font-size:14pt;
    cursor:pointer;
}

.dropdown-item a {
    color: #009696;
    text-decoration: none;
    font-size: 14pt
}

.dropdown-item:hover a {
    color: #fff;
}


.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    background-color: #00C8C8;
    border:solid 1px #009696;
}

.topbar #sidebarToggleTop {
    height: 2.5rem;
    width: 2.5rem;
    background-color: transparent;
}

    .topbar #sidebarToggleTop:hover {
        background-color: #009696;
    }

    .topbar #sidebarToggleTop:active {
        background-color: #00c8c8;
    }

    .topbar #sidebarToggleTop .navbar-toggler-icon {
        background-image: url("../images/arrow.svg");
    }

    .topbar #sidebarToggleTop:hover .navbar-toggler-icon {
        background-image: url("../images/arrow-hover.svg");
    }

    .topbar #sidebarToggleTop .navbar-toggler-icon.expand {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 150, 150, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        
    }

    .topbar #sidebarToggleTop:hover .navbar-toggler-icon.expand {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .topbar #sidebarToggleTop span {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        background-size: 200%;
    }

.mnu-p-item-btn.collapsed {
    color: #009696;
    font-size: 14pt
}

.mnu-p-item-btn.collapsed:hover {
    background-color: beige;
    border: solid 1px #f4cb92;
    color: #009696;
}

.mnu-p-item-btn, .mnu-p-item-btn:hover {
    color: #009696;
    font-size: 14pt;
}

.mnu-items li {
    line-height: 30px;
    color: #009696;
}

    .mnu-items li:hover {
        line-height: 30px;
        /*border: solid 1px #f4cb92;*/
        background-color: #00c8c8;
        border-radius: 0.25rem;
        cursor: pointer;
    }

.mnu-items li a {
    color: #009696;
    text-decoration: none;
    font-size: 14pt
}

    .mnu-items li:hover a {
        color: #ffffff;
    }

.mnu-items {
    border: solid 1px #f4cb92;
    background-color: beige;
    border-radius: 0.35rem;
}

@media screen and (max-width: 768px) {
    .mnu-items {
        position:fixed;
        width:16%;
    }
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.UserDescription {
    color: #009696;
}

.WindowsTabs {
    color: #009696;
}

.WindowTab {
    color: #009696;
    border: 1px solid #f4cb92;
    border-radius: 1rem;
    text-align: center;
    cursor: pointer;
    min-width: 50px;
}

.WindowTab:hover {
    color: #009696;
    background-color:beige;
}

.WindowTabSelected {
    color: #009696;
    background-color: beige;
}

div, label {
    color:#009696;
}

.btn-operation {
    box-sizing: content-box;
    width: 2.5em;
    height: 2.5em;
    padding: 0.25em 0.25em;
    color: transparent;
    background-color: transparent !important;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.btn-operation:hover {
    opacity: 0.75;
}

.btn-operation:focus {
    opacity: 1;
}

.btn-operation:disabled, .btn-operation.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.25;
}

.search-input, .search-input:focus {
    margin-top: 2px;
    margin-bottom: 2px;
}

.btn-refresh {
    background: transparent url("../images/refresh.svg") center/2.5em no-repeat;
}

.btn-save {
    background: transparent url("../images/save.svg") center/2.5em no-repeat;
}

.btn-new {
    background: transparent url("../images/new-02.svg") center/2.5em no-repeat;
}

.btn-edit {
    background: transparent url("../images/edit.svg") center/2.5em no-repeat;
}

.btn-delete {
    background: transparent url("../images/delete.svg") center/2.5em no-repeat;
}

.btn-close {
    background: transparent url("../images/cross.svg") center/2.5em no-repeat;
}

.btn-02 {
    color: #009696;
    text-align: center;
    cursor: pointer;
    min-width: 50px;
    border:0;
    transition:none;
}

    .btn-02:hover {
        color: #009696;
        border: 1px solid #f4cb92 !important;
        border-radius: 1rem;
        background-color: beige;
    }

.PageInfoLabel {
    background: radial-gradient(ellipse at center, beige 0%, beige 100%);
    background-size: 250% 250%;
    border-radius: 10px 10px 10px 10px;
    border: solid 1px #f4cb92;
    padding: 10px;
}