/* #ctnMenu {
    max-width: 450px;
} */

[class*="col-"] {
    padding: 0px 0px;
    float: left;
    margin: 0px 0px;
}

.row {
    --bs-gutter-x: 0;
}

.mLabel {
    min-width: 100px;
    max-width: 120px;
}

body,
html {
    font-size: 12px;
}

#ctnUser {
    font-size: 11px;
}

.rText {
    text-align: end;
}

.btnTable:hover {
    color: #fff;
}

.errInput {
    box-shadow: 2px 1px 10px #e76881;
}

.bvBox {
    border: 0px solid #000000;
    -moz-box-shadow: inset 4px 4px 4px rgba(255, 255, 255, .4), inset -4px -4px 4px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 4px 4px 4px rgba(255, 255, 255, .4), inset -4px -4px 4px rgba(0, 0, 0, .4);
    box-shadow: inset 4px 4px 4px rgba(255, 255, 255, .4), inset -4px -4px 4px rgba(0, 0, 0, .4);
}

.tSum {
    font-size: 14px;
    font-weight: bold;
}

.tTot {
    font-size: 36px;
    font-weight: bold;
    padding-top: 4px;
}

.lblRequire {
    font-family: Helvetica, Arial, sans-serif;
    padding-left: 6px;
    color: #0062cc;
    padding-top: 3px;
    font-size: 98%;
}

.lblNormal {
    font-family: Helvetica, Arial, sans-serif;
    padding-left: 6px;
    color: #000;
    padding-top: 3px;
    font-size: 98%;
}


/* .lblRequire {
    color: #0A7EC5;
} */

.info {
    background-color: #9e9fa0;
    color: #B4F6FF;
}

.btnTable {
    cursor: pointer;
    border: #999988 solid 0.15px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    padding: 4px 6px;
    height: cover;
    margin-right: 2px;
    margin-left: 2px;
}

.input-group-label {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    padding-top: 0.375rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    /* color: #212529; */
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: none;
    border-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.ui-autocomplete {
    position: absolute;
    font-size: 11px;
    cursor: default;
    z-index: 99999 !important
}


/* .fraPaging {
    min-height: 40px;
} */

.ovBox {
    width: cover;
    height: cover;
    overflow: auto;
    border: #999988 solid 0.25px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.bText {
    font-weight: bold;
}

.iText {
    font-style: italic;
}

.btnMerge {
    min-width: 60px;
    max-width: 100px;
}

.btnSingle {
    min-width: 30px;
    max-width: 50px;
}

.table> :not(caption)>*>* {
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: middle !important;
    font-size: 11px;
}

.cText {
    text-align: center;
}

#ctnPage {
    background-image: url(../img/appBack.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#fLabel {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

#lblInfo {
    font-size: 10px;
    font-style: italic;
    color: #0A7EC5;
}

.imgUC {
    background-image: url(../img/siteC.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    color: #000000;
}

.bb {
    border-bottom: 1px solid #dee2e6 !important;
}

.bt {
    border-top: 1px solid #dee2e6 !important;
}

.bl {
    border-left: 1px solid #dee2e6 !important;
}

.br {
    border-right: 1px solid #dee2e6 !important;
}

body {
    line-height: 1.5;
    transition: background-color .5s;
    overflow: hidden;
}


/*=== ADJUST BOOTSTRAP ====*/

.modal-content {
    background-color: transparent;
    border: none;
    color: #fff;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, calc(50vh - 50%));
    -ms-transform: translate(0, 50vh) translate(0, -50%);
    -o-transform: translate(0, calc(50vh - 50%));
    transform: translate(0, 50vh) translate(0, -50%);
}


/* .modal:nth-of-type(even) {
    z-index: 1052 !important;
}

.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
} */


/* PAGINATION */


/* Paginaton*/

ul.tsc_pagination li a {
    border: solid 1px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 1px 2px 1px 2px;
}

ul.tsc_pagination li {
    padding-bottom: 1px;
}

ul.tsc_pagination li a:hover,
ul.tsc_pagination li a.active {
    color: #FFFFFF;
    box-shadow: 0px 1px #EDEDED;
    -moz-box-shadow: 0px 1px #EDEDED;
    -webkit-box-shadow: 0px 1px #EDEDED;
}

ul.tsc_pagination {
    /* margin: 2px 0; */
    padding: 0px;
    height: 100%;
    overflow: hidden;
    font-family: Helvetica, Arial, sans-serif;
    list-style-type: none;
}

ul.tsc_pagination li {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 2px;
}

ul.tsc_pagination li a {
    color: black;
    display: block;
    text-decoration: none;
    padding: 4px 8px 4px 8px;
}

.optHide {
    display: none;
    visibility: hidden;
}

ul.tsc_pagination li a img {
    border: none;
}

ul.tsc_pagination li a {
    color: #0A7EC5;
    border-color: #8DC5E6;
    background: #F8FCFF;
}

ul.tsc_pagination li a:hover,
ul.tsc_pagination li a.active {
    text-shadow: 0px 1px #388DBE;
    border-color: #3390CA;
    background: #58B0E7;
    background: -moz-linear-gradient(top, #B4F6FF 1px, #63D0FE 1px, #58B0E7);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #B4F6FF), color-stop(0.02, #63D0FE), color-stop(1, #58B0E7));
}


/* input,
button,
select,
optgroup,
textarea {
    height: 32px;
} */

.input-group>.select2-container--bootstrap {
    width: auto;
    flex: 1 1 auto;
}

.optHide {
    display: none;
    visibility: hidden;
}

.input-group>.select2-container--bootstrap .select2-selection--single {
    height: 100%;
    line-height: inherit;
    padding: 0.395rem 1rem;
}

.elmSelected {
    background: #acd7f2;
    color: #404142;
}

.select2-container--bootstrap .select2-selection {
    font-size: inherit;
}

.select2-container--bootstrap .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.blueText {
    color: #0A7EC5;
}

.darkText {
    color: #343a40;
}

.uText {
    text-transform: uppercase;
}

.select2-container--open {
    z-index: 9999999 !important;
}

#ctnPrint {
    font-size: 8px;
}