.languageDirection {
    direction: ltr
}

.bodyContent {
    min-height: 200px
}

.sidebar .sidebar-brand {
    padding: .5rem .5rem !important;
    background-color: #fff
}

.sidebar-brand-icon img {
    width: 70px
}

.copyright img {
    height: 90px;
}

.cellTitle {
    background-color: #efefef !important;
    font-weight: bold;
    font-size: small;
    color: #666;
    padding-left: 5px !important;
    padding-right: 5px !important
}

.cellEndPadding10 {
    padding-right: 10px
}

.HeightAuto {
    height: auto !important
}

input[type="email"] {
    direction: ltr !important
}

.font-Large {
    font-size: 18px
}

.font-Medium {
    font-size: 14px
}

.font-Small {
    font-size: 12px
}

.font-Smaller {
    font-size: 10px
}

.font-SmallerX {
    font-size: 9px
}

.font-Smallest {
    font-size: 6px
}

button.close {
    color: #f00;
    opacity: 1
}

.cursorDefault {
    cursor: default !important
}

.btn:disabled,.disabled,disabled {
    opacity: .5;
    pointer-events: unset !important;
    cursor: not-allowed !important
}

a:disabled img {
    opacity: .5;
    pointer-events: unset !important;
    cursor: not-allowed !important
}

.field-validation-error {
    color: #f00;
    font-size: 12px
}

.AlertPopup {
    max-width: 350px;
    min-height: 70px;
    z-index: 1100;
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    margin: auto !important;
    text-align: center;
    vertical-align: middle !important;
    cursor: pointer;
    padding: 12px;
    border: 1px solid #808080;
    margin-left: 25px;
    margin-right: 25px
}

.AlertPopup>h4 {
    vertical-align: middle !important;
    margin-top: 10px !important
}

.AlertPopup>span.close {
    padding: 1px;
    right: 0;
    position: absolute;
    opacity: .7;
    font-size: 22px;
    color: #944c4c !important
}

.AlertPopup>span.close:hover {
    color: #f00 !important
}

.ui-datepicker {
    width: unset !important;
    min-width: 17em
}

.DateAltLabel {
    cursor: pointer
}

.datepicker {
    padding: 0 !important;
    border: 0 !important;
    border-color: transparent;
    line-height: 0 !important;
    font-size: 0 !important;
    height: 0 !important;
    width: 1px !important;
    overflow: hidden !important
}

.container-fluid {
    position: relative
}

.width100 {
    width: 100%
}

.widthInitial {
    width: initial !important
}

.maxWidthUnset {
    max-width: unset
}

.col-AutoWidth {
    position: relative;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media screen and (min-width: 800px) {
    .col-AutoWidth {
        flex:0 0 80%
    }
}

@media screen and (min-width: 1200px) {
    .col-AutoWidth {
        flex:0 0 65%;
        max-width: 100%
    }
}

.white {
    color: #fff !important
}

.whiteBG {
    background-color: #fff !important
}

.blackBG {
    background-color: #000 !important
}

.gray {
    color: #b5b5b5 !important
}

.darkGray {
    color: #656565 !important
}

.grayBG {
    background-color: #a1a1a1 !important
}

.silverBG {
    background-color: #f5f5f5 !important
}

.darkSilverBG {
    background-color: #c5c5c5 !important
}

.black {
    color: #000 !important
}

.red {
    color: #f00 !important
}

.lightRed {
    color: #f2b2b2 !important
}

.darkRed {
    color: #9d0505 !important
}

.redBG {
    background-color: #fa6a6a !important
}

.lightRedBG {
    background-color: #f2b2b2 !important
}

.lighterRedBG {
    background-color: #fbcfcf !important
}

.blue {
    color: #5a92aa !important
}

.darkBlue {
    color: #203a82 !important
}

.lightBlue {
    color: #739ad7 !important
}

.blueBG {
    background-color: #739ad7 !important
}

.blueBGLight {
    background-color: #e1ecfc !important
}

.green {
    color: #0d7858 !important
}

.darkGreen {
    color: #0d7858 !important
}

.lightGreen {
    color: #89f198 !important
}

.greenBG {
    background-color: #0d7858 !important
}

.greenBGLight {
    background-color: #28a745 !important
}

.greenBGForWhatsapp {
    background-color: #25d366 !important
}

.yellow {
    color: #bcc250 !important
}

.yellowBG {
    background-color: #bcc250 !important
}

.yellowBGLight {
    background-color: #fafce0 !important
}

.transparentBG {
    background-color: transparent !important
}

.custom-combobox {
    position: relative;
    display: inline-block;
    text-align: initial !important
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px
}

.ui-autocomplete,.ui-autocomplete-list {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000 !important
}

.ui-front {
    z-index: 10000 !important
}

.ui-widget-overlay {
    background: #a0a0a0;
    opacity: .5;
    filter: Alpha(Opacity=50)
}

.ui-dialog {
    z-index: 10001 !important
}

.modal-header {
    padding: initial;
    border-bottom: initial
}

.modal-header h4 {
    float: left
}

.modal-body {
    text-align: center;
    font-size: large
}

.modal-footer {
    justify-content: center
}

.btn-close {
    border: 0;
    background-color: transparent;
    color: #f00
}

.dataFrame {
    width: 100%;
    min-height: 300px;
    height: auto;
    border-width: 0
}

.NotificationBody {
    direction: rtl !important;
    padding: 5px;
    font-size: 14px;
    font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
    min-width: 300px;
    width: 50%;
    background-color: #fdfdfd;
    border: 2px solid #808080;
    border-radius: 5px;
    margin: 0 auto
}

.margin5 {
    margin: 5px
}

.paddingTop5 {
    padding-top: 5px
}

.tableCellPadding td {
    padding: 1px 5px
}

.TextArea {
    height: 150px;
    width: 100%
}

.displayNone {
    display: none
}

.DisplayBlock {
    display: block
}

.textLeft {
    text-align: left
}

.textRight {
    text-align: right
}

.textCenter {
    text-align: center
}

.textAlignUnset {
    text-align: initial
}

.btn-circle {
    height: 2rem;
    width: 2rem
}

.smallCard .card {
    min-width: 100px;
    max-width: 180px;
    min-height: 100px;
    margin: 10px;
    padding: 10px;
    text-align: center
}

.smallCard .card :disabled {
    color: #808080;
    cursor: none
}

.smallCard .card i {
    margin: 5px;
    margin-bottom: 0
}

.smallCard .card p {
    margin: 10px 10px 2px 10px
}

.card-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.cardX {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem
}

.btn-md {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .9rem
}

.btn-circle.btn-md {
    height: 2.7rem;
    width: 2.7rem;
    font-size: 1rem
}

.fa {
    font-weight: bold
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

input[type="checkbox"]+label {
    cursor: pointer
}

.input[type="checkbox"] {
    cursor: pointer
}

.table-bordered th:first-child {
    border-top-right-radius: 5px
}

.table-bordered th:last-child {
    border-top-left-radius: 5px
}

.dirLtr {
    direction: ltr !important
}

.dirRtl {
    direction: rtl !important
}
