﻿/* prevent the drop down icon going onto a new line for the top bar language link */
.top-bar-language-nav-link {
    min-width: 65px;
}
@font-face {
    font-family: MOT-FontLIGHT;
    src: url('../img/MOT/Font-MOT/DIN NEXT ARABIC LIGHT.otf');
}

@font-face {
    font-family: MOT-FontMEDIUM;
    src: url('../img/MOT/Font-MOT/DIN NEXT ARABIC MEDIUM.otf');
}

@font-face {
    font-family: MOT-FontREGULAR;
    src: url('../img/MOT/Font-MOT/DIN NEXT ARABIC REGULAR.otf');
}
/* bootstrap model showing two scroll bars */
html {
    overflow: visible;
}

/* main sidebar not under model */
.modal {
    z-index: 1110;
}

.form-group.required .col-form-label:after {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 3px;
}

.nav-user-menu .user-image {
    width: 20px;
    margin-right: 4px;
    margin-top: -4px;
}

.famfamfam-flags {
    display: inline-block;
}
.background-white {
    background-color: white;
}
.border-bottom-title {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: .75rem 1.25rem;
    position: relative;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-bottom: 20px;
    font-weight: 700;
}
.center-text-card {
    place-items: anchor-center;
    align-content: center;
}
.align-center {
    align-content: center;
}
#DivSearch {
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    height: calc(2.25rem + 2px) !important;
    padding: .375rem .75rem !important;
}
.full-width {
    width: -webkit-fill-available;
}
.border-dotted {
    border: 1px dotted #7b7f89 !important;
}

.th-1 {
    background: #00685E;
    color: #e7eaf3;
    text-align: right;
    padding: 12px;
    font-weight: 700;
    position: sticky;
    top: 0;
    text-align: center;
}

.th-2 {
    background: #8BAA99;
    color: #e7eaf3;
    text-align: right;
    padding: 12px;
    font-weight: 700;
    position: sticky;
    top: 0;
    text-align: center;
    width: 50%;
}

.border-t-dotted {
    border-top: 1px dotted;
}

.color-g1 {
    color: #00685E;
}
.text-bg-primary {
    color: #fff !important;
    background-color: #006797 !important;
}

.text-bg-success {
    color: #fff !important;
    background-color: #00685E !important;
}

.text-bg-warning {
    color: #fff !important;
    background-color: #F2C75C !important;
}

.text-bg-danger {
    color: #fff !important;
    background-color: #A13525 !important;
}
.info-box-text {
    font-size: large !important;
}

.info-box1 {
    border-radius: 13px;
    border-bottom: 4px solid #4BC8BB;
}

.info-box2 {
    border-radius: 13px;
    border-bottom: 4px solid #0E9BAE;
}

.info-box3 {
    border-radius: 13px;
    border-bottom: 4px solid #F96A07;
}
.info-box4 {
    border-radius: 13px;
    border-bottom: 4px solid #F96A07;
}
.info-box-number1 {
    color: #4BC8BB
}

.info-box-number2 {
    color: #0E9BAE
}

.info-box-number3 {
    color: #F96A07
}
.info-box-number4 {
    color: #F96A07
}
.bg-info {
    background-color: #17a2b800 !important;
}

.info-box-number {
    font-size: 40px;
    letter-spacing: 2px;
}