
body {
    font-family: 'Noto Kufi Arabic', sans-serif;
    font-size: 14px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.h5 {
    font-size: 18px;
}

.ltr {
    direction: ltr;
    text-align: left !important;
}

.login-box-body,
.register-box-body, .box, .small-box, .info-box {
    box-shadow: none !important;
    border-radius: 7px;
    border-top-color: transparent;
    /*overflow: hidden*/
}

.table-responsive {
    min-height: 300px;
    color: #67686f;
    font-size: 16px;
}

.form-control {
    background-color: #fff;
    color: rgb(94, 98, 120);
    /*border-color: rgb(245, 248, 250);*/
    transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
}

.input-group-addon:first-child {
    border: 1px solid #d2d6dd;
}

/*.main-sidebar, .left-side {*/
/*    width: 265px;*/
/*}*/


/*.content-wrapper, .main-footer {*/
/*    margin-right: 265px;*/
/*}*/

.content {
    min-height: 250px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 90%;
    /*margin-top: 50px;*/
}

.btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    /*color: #181C32;*/
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    /*color:#fff;*/
    /*background-color: transparent;*/
    border: 1px solid transparent;
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
    border-radius: 0.475rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #286efb;
    border-color: #286efb;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}

.p-1 {
    padding: 5px;
}

.p-2 {
    padding: 10px;
}

.p-3 {
    padding: 30px;
}


.main-header .logo {
    width: 265px;
    height: 54px;
}

table {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e3e6f0;
}

.content-header > h1 {
    padding: 20px;
}

.skin-purple .content-header {
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
}

.content-header > .breadcrumb {
    top: 34px;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    padding-right: 40px;
}

#per_patient_time + span {

}

.time-slot {
    display: inline-block;
    padding: 3px 15px;
    border: 1px solid #969696;
    border-radius: 3px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    /*box-shadow: 0 2px 4px -2px #777;*/
    min-width: 80px;
    width: auto;
}

.time-slot.booked {
    cursor: not-allowed !important;
    background-color: #fdc2c2;
    border: 1px solid #9e9e9e;
    color: rgb(0 0 0);
}

.time-slot.booked:hover {
    background-color: #fdc2c2;
    color: rgb(0 0 0);
    border: 1px solid #9e9e9e;
}

.time-slot-book, .time-slot:hover {
    background-color: #3596e8;
    cursor: pointer;
    color: #fff;
    border: 1px solid #3596e8;
}

.label-primary-soft {
    background-color: rgba(40, 110, 251, .1);
    color: #286efb;
}

.label-green-soft {
    background-color: rgba(40, 110, 251, .1);
    color: #28a745;
}

.badge-warning-soft {
    background-color: #fdde7c;
    color: #856404;
}

.badge-success-soft {
    background-color: rgba(40, 167, 69, .1);
    color: #28a745;
}

.badge-warning-soft {
    background-color: #fdde7c;
    color: #856404;
}

.badge-danger-soft {
    background-color: rgba(220, 53, 69, .1);
    color: #dc3545;
}

.badge {
    display: inline-block;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 20px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
}

.card-header {
    background: #ecf0f4;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}


.border-left-success {
    border-left: 0.25rem solid #1cc88a !important;
}

.border-left-primary {
    border-left: 0.25rem solid #004bad !important;
}

.border-left-info {
    border-left: 0.25rem solid #36b9cc !important;
}

.border-left-warning {
    border-left: 0.25rem solid #f6c23e !important;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}

.h-100 {
    height: 100% !important;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.d-flex {
    display: flex !important;
}

.flex-column {
    flex-direction: column !important;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.shadow {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
}

.align-items-center {
    align-items: center !important;
}

.text-gray-300 {
    color: #dddfeb !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center;
}

.nav-stretch {
    border: 0;
}

.nav-stretch > li a {
    color: #555;
    border: 0;
}

.nav-stretch > li.active > a, .nav-stretch > li.active > a:focus, .nav-stretch > li.active > a:hover {
    color: #0f87dc;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #0f87dc;
}

.user-box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 3px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.list-group-profile li {
    border: 0;
    padding: 0;
}

.list-icon {
    margin: 5px;
}

.phone-control {
    direction: ltr;
}

.fields-group .row {
    margin-bottom: 20px;
}

.mapouter {
    position: relative;
    margin-top: 50px;
}

.gmap_canvas {
    text-align: center;
    margin-bottom: 50px;
}

.mapouter iframe {
    margin: 0 auto;
    padding: 0 50px;
}

.http_path {
    direction: ltr !important;
}

.login-box2 {
    margin-top: 100px;
}

.form-control {
    direction: rtl;
}

.form-horizontal {
    padding-right: 20px;
}

.form-group.has-error label {
    font-size: 12px;
}

.form-group label, .fields-group label {
    font-weight: 400;
    margin-bottom: 10px !important;
    font-size: 14px;
}

.sidebar-user-image {
    padding: 10px 0;
    border: 2px dotted #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 20px;
}

.sidebar-user-image img {
    width: 40px;
    height: 40px;
}

.text-white {
    color: #fff !important;
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
    color: #fff;
    background: #0f87dc;
}

.user-box {
    border: 2px dashed #0080ff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    line-height: 120px;
}

.user-options {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}

.box-header {
    color: #fff;
    display: block;
    position: relative;
    background: rgb(248, 249, 253);
    padding: 2rem;
}

.box-footer {
    font-size: 12px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/*.asterisk::after {*/
/*    content: "*";*/
/*    color: red;*/
/*    font-size: 20px;*/
/*}*/

#has-many-prescriptions {
    width: 90%;
    margin: 0 auto;
}

#has-many-labs, #has-many-radiologies {
    width: 90%;
    margin: 0 auto;
}

.h4-table {
    text-align: center;
    background: #f4f4f4;
    padding: 1rem;
}

.btn-lg-me {
    font-size: 18px;
    padding: 1rem 2rem;
}

.table-success {
    background: #c3ffc5;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #00aff1;
    border-color: #00aff1;
    padding: 1px 10px;
    color: #fff;
    text-align: right;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: right
}

.form-horizontal .control-label {
    text-align: left;
    color: #00aff1;
    font-weight: 600;
    text-transform: capitalize;

    /*margin: 1rem 0 0.25rem 0;*/
}
.box-title{
    text-transform: capitalize;

}
/*@media (min-width: 768px) {*/
/*    .main-header .navbar {*/
/*        margin-right: 265px;*/
/*        margin-left: auto;*/
/*    }*/
/*}*/


.pagination {
    margin: 0 20px;
}

.form-horizontal .btn-lg {
    min-width: 150px;
    font-size: 20px;
}

.main-header > .navbar {
    box-shadow: none;
}

.working_hours {
    display: flex;
    background: #eee;
    padding: 1rem;
    gap: 20px;
    border: 1px solid #eee;

}

.working_hours_separator {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.schedules-time {
    display: inline-flex;
    gap: 3rem;
    /*background: #eee;*/
    padding: 1rem;
    margin-left: 10px;
}

.text-primary {
    color: #00aff1;
}

.working_hours .holiday {
    width: 100px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #daf4ff;
    border: 1px solid #c5e7f6;
    border-radius: 5px;
    margin-right: 0px;
}

label[for="inputError"] {
    color: #a94442;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}

.d-block {
    display: block
}

.box.box-solid.box-default {
    background: #eee;
}

.column-http_path {
    direction: ltr;
}

table h3 {
    font-size: 14px;
    display: block;
    border: 0;
    padding: 1rem;
    background: #ecf0f5;
    color: #222d32;
    border-radius: 5px;
}

table a {
    color: #1887dc;
    font-size: 14px;
}

table thead th {
    border-bottom: 1px solid #f1f1f1;
    font-size: 13px;
    color: #060606;
    background: #f8f9fd;
    text-transform: uppercase;
}

.full-date {
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    min-width: 140px;
}

.record-itmes-details {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}

.table td, .table th {
    border-top: 1px solid #f1f1f1;
    /*border-bottom: 1px solid #f1f1f1;*/
    /*white-space:w;*/
    padding: 0.7rem 0.75rem;
}

.filter-box {
    background: #fff;
}

.msg {
    width: 60%;
    margin: 0 auto;
}

.btn-lg {
    font-size: 2rem;
}

input[type="time"] {
    min-width: 120px;
}

.error {
    display: block;
}

.label-secondary {
    background: #ddd;
    color: #333;
}

.table-scrollable {
    max-height: 500px;
    overflow-y: scroll;
}

.wb-logo {
    text-align: center;
}

.wb-logo img {
    width: 50px;
}

.main-footer {
    background: #eceff5;
    border-top: 0;
}

.w-100 {
    width: 100%;
}

.text-dark {
    color: #67686f;
}

.trix-editor {
    height: 550px !important;
    max-height: 400px !important;
    overflow-y: auto !important;
}

.sidebar {
    box-shadow: none !important;
}

.skin-green-light .sidebar-menu > li:hover > a, .skin-green-light .sidebar-menu > li.active > a {
    background: rgb(7 165 90 / 32%);
}

.skin-green-light .main-header .logo,
.skin-green-light .main-header .navbar {
    background: #fff;
    /*background: rgb(186 223 200);*/
}

.skin-green-light .main-header .navbar .sidebar-toggle,
.skin-green-light .main-header .navbar .nav > li > a {
    color: #444;
}

.skin-green-light .main-header .navbar .sidebar-toggle:hover,
.skin-green-light .main-header .navbar .nav > li > a:hover {
    background: rgb(7 165 90 / 32%);
    color: #444;
}

.skin-green-light .main-header .navbar .sidebar-toggle:hover {
    background: #28a745;
}

.box {
    border-top: 0;
}

.content-header {
    width: 90%;
    margin: 0 auto;
}

.circle {
    padding: 1rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 44px;
    color: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.bg-gradient-warning {
    background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x !important;
}

.bg-mint {

    background: #4ac29a; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4ac29a, #bdfff3); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4ac29a, #bdfff3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.number-bold {
    font-weight: 700;
    font-size: 20px;
    font-family: roboto, sans-serif;

}

.skin-green-light .main-header li.user-header {
    background: #fff;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    color: #333;
}

#validationErrorsBox {

}

.box-header .box-title {
    color: #333;
}

.datepicker td.day.today {
    color: #fff !important;
}

.datepicker td.day {
    color: #333 !important;
}

.datepicker td.day.new {
    color: #7444d6 !important;
}

.skin-green-light .main-header .logo:hover {
    background: #ecf0f4;
}

.d-inline-block {
    display: inline-block;
}

.select2-container .select2-search--inline,
.select2-container .select2-search--inline .select2-search__field {
    float: right !important;
    text-align: right;
}


.sticky-notes {
    background:#ffc;
    display:block;
    width:10em;
    padding:1em;
    box-shadow: 5px 5px 7px rgba(33,33,33,.7);
}

@media (max-width: 767px) {
    .skin-green-light .main-header .logo {
        display: none;
    }
}

@media screen {
    /*#printSection {*/
    /*    display: none;*/
    /*}*/
}

@media print {
    /*body * {*/
    /*    visibility: hidden;*/
    /*}*/
    /*#printSection, #printSection * {*/
    /*    visibility: visible;*/
    /*}*/
    /*#printSection {*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    top: 0;*/
    /*}*/
    /*.noPrint {*/
    /*    display: none;*/
    /*}*/
}



.bootstrap-datetimepicker-widget{
    z-index: 9999 !important;
}

