.modal-xl {
    max-width: 1100px !important;
}

.modal-l {
    max-width: 800px !important;
}

.col-sm-050 {
    width: 4.1666666667%;
}

.col-sm-125 {
    width: 10.4166666667%;
}

.col-sm-150 {
    width: 12.5%;
}

.ui-select-match {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-select-choices {
    min-width: max-content;
    width: auto;
    white-space: nowrap;
    overflow-y: auto;
    text-overflow: ellipsis;
}

input[readonly] {
    background-color: #ffffff !important;
    opacity: 1 !important;
    cursor: default !important;
}

textarea[readonly] {
    background-color: #ffffff !important;
    opacity: 1 !important;
    cursor: default !important;
}

.ui-select-match[disabled] {
    background-color: transparent !important;
    opacity: 1 !important;
}

.ui-select-toggle[disabled] {
    background-color: transparent !important;
    opacity: 1 !important;
}

select[disabled] {
    background-color: #ffffff !important;
    opacity: 1 !important;
    cursor: default !important;
}

input[disabled] {
    background-color: #ffffff !important;
    opacity: 1 !important;
    cursor: default !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.btn[disabled] {
    cursor: default !important;
}

td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    line-height: 35px !important;
}

.ui-select-multiple.ui-select-bootstrap {
    height: auto;
    padding: 3px 3px 0 3px;
    min-height: 34px;
    white-space: normal;
    word-wrap: break-word;
}

.form-group.cafeteria-selector {
    height: auto !important;
    min-height: calc(1.8125rem + 2px);
    margin-bottom: 15px;
}

.ui-select-bootstrap .ui-select-choices-row>span {
    padding: 3px 10px;
}

.ui-select-container.ui-select-multiple.ui-select-bootstrap.dropdown {
    height: auto !important;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    display: inline-block;
    margin: 0 3px 3px 0;
    white-space: normal;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match {
    white-space: normal;
    display: flex;
    flex-wrap: wrap;
}

.custom-badge-danger {
    color: #fff !important;
    background-color: #ff0000 !important;
}

.custom-badge-orange {
    color: #fff !important;
    background-color: #fd7e14 !important;
}

.custom-badge-warning {
    color: #000000 !important;
    background-color: #fef24a !important;
}

.custom-badge-success {
    color: #fff !important;
    background-color: #448005 !important;
}

.custom-badge-dark {
    color: #fff !important;
    background-color: #444444 !important;
}

.custom-text-md {
    font-size: 0.8rem !important;
    font-weight: 500 !important;
}

.border-right-light {
    border-right: 1px solid lightgrey !important;
}

.border-top-light {
    border-top: 1px solid lightgrey !important;
}

.tooltip-inner {
    max-width: 400px;
    width: auto;
    white-space: normal;
}

.text-dark {
    color: #000000 !important;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #292b2c !important;
}

.vertical-divider {
    display: inline-block;
    width: 1px;
    height: 24px;
    background-color: #ccc;
    margin: 0px;
    vertical-align: middle;
}

.btn-clear-filter {
    position: absolute;
    top: -8px;
    right: -8px;
    cursor: pointer;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.btn-clear-filter-lg {
    width: 25px !important;
    height: 25px !important;;
    font-size: 16px !important;;
}

span.btn-clear-filter:hover {
    background-color: rgb(92, 92, 92);
}

.modal-behind {
    pointer-events: none !important;
    z-index: 1040 !important;
}

.modal-table-new {
    border-width: 2px; 
    border-bottom-width: 1px; 
    border-radius: 5px 5px 0px 0px;
}

.modal-table-view {
    border-width: 2px; 
    border-radius: 5px 5px 5px 5px;
}

@media (min-width: 768px) {
  .h4-md {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
  }
}

.fa-xl {
    font-size: 1.65em !important;
}

.horizontal-divider {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #888888;
    margin: 0px;
}

.border-full {
    border: 1px solid #888888 !important;
    border-radius: 5px !important;
}

.btn-adanger {
    background-color: transparent !important;
    color: #ff0000 !important;
    border: none !important;
}
.btn-adanger.disabled .btn-adanger:disabled {
    background-color: transparent !important;
    color: #f86c6b !important;
    border: none !important;
}

.btn-aprimary {
    background-color: transparent !important;
    color: #20a8d8 !important;
    border: none !important;
}
.btn-aprimary.disabled .btn-aprimary:disabled {
    background-color: transparent !important;
    color: #43c4f3 !important;
    border: none !important;
}

.btn-awarning {
    background-color: transparent !important;
    color: #f8cb00 !important;
    border: none !important;
}
.btn-awarning.disabled .btn-awarning:disabled {
    background-color: transparent !important;
    color: #ffe46c !important;
    border: none !important;
}

.btn-asuccess {
    background-color: transparent !important;
    color: #4dbd74 !important;
    border: none !important;
}
.btn-asuccess.disabled .btn-asuccess:disabled {
    background-color: transparent !important;
    color: #6ed8a0 !important;
    border: none !important;
}

.btn-ainfo {
    background-color: transparent !important;
    color: #2d35bd !important;
    border: none !important;
}
.btn-ainfo.disabled .btn-ainfo:disabled {
    background-color: transparent !important;
    color: #686edf !important;
    border: none !important;
}