.modal-dialog-80-width {
    max-width: 80vw;
    max-width: 80vw;
    min-width: 20%;
    min-height: 20%;
}

.modal-dialog-60-width {
    max-width: 60vw;
    max-width: 60vw;
    min-width: 20%;
    min-height: 20%;
}

.modal-dialog-40-width {
    max-width: 40vw;
    max-width: 40vw;
    min-width: 20%;
    min-height: 20%;
}

.nav-stick-top {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 51;
}

.nav-stick-top-offset-header {
    top: 50px;
    z-index: 50;
}

.nav-stick-bottom {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 50;
}

.nav-stick-left {
    position: sticky;
    position: -webkit-sticky;
    left: 0px;
    z-index: 52;
}

.padding05 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.padding20 {
    padding: 20px;
}

.card-no-padding {
    padding: 0px;
}

.card-body-padding10 {
    padding: 10px;
}

.cursor-point {
    cursor: pointer;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.selectable {
    -webkit-touch-callout: all;
    -webkit-user-select: all;
    -khtml-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    -o-user-select: all;
    user-select: all;
}

.font-size-12px {
    font-size: 12px;
}

.font-size-10px {
    font-size: 10px;
}

.text-middle {
    margin-top: 10px;
    text-align: center !important;
}

td.details-control::after {
    content: "\f0fe";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

tr.shown td.details-control::after {
    content: "\f146";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.bg-tcfd {
    background-color: #0d9ddb !important;
}

/* .modal:nth-of-type(even) {
    z-index: 1055 !important;
}
.modal-backdrop.show:nth-of-type(even) {
    z-index: 1053 !important;
} */

.dialog-arrow-top {
    position: relative;
    background-color: #fff;
    /* border: 5px solid #666;
    border-radius: 30px; */
    margin: 3rem auto;
}

.dialog-arrow-top::before, .dialog-arrow-top::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

.dialog-arrow-top {
    margin-top: 40px;
}

.dialog-arrow-top:after {
    content: " ";
    position: absolute;
    right: 50%;
    top: -14px;
    border-top: none;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #000000A0;
}