﻿.absolutecenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.overlay-bg {
    background-color: #ffffffd0;
    z-index:1;
}

.align-sub{
    vertical-align:sub !important;
}

.upload-anchor{
    display:none;
}

table.upload-table {
    margin-bottom:0;
}

table.upload-table > tr > td {
    vertical-align: middle;
    line-break:anywhere;
}

table.upload-table > tr td:last-child {
    text-align: right;
    width:50px !important;
}

.dt-body-fit {
    width: 1%;
    white-space: nowrap;
}

.dt-body-minfit {
    width: 1%;
    min-width: 80px;
    white-space: nowrap;
}

.btn-sm-text-icon {
    padding: 0.2rem 0.4rem !important;
}

.modal-inner {
    background-color: #00000080;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.form-label.text-right {
    display: inline-block;
    width: 90%;
    text-align: right;
}

.form-label.form-value{
    font-style:normal;
    font-weight:100;
    font-size:13pt;
}

    .form-label.form-value.text-right {
        display: inline-block;
        width: 90%;
        text-align: right;
    }

form.was-validated .invalid-red {
    border-color: #fd3995 !important;
    padding-right: calc(1.47em + 1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fd3995' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fd3995' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.3675em + 0.25rem) center;
    background-size: calc(0.735em + 0.5rem) calc(0.735em + 0.5rem);
}

form.was-validated .invalid-red.select2-selection{
    background-image:none !important;
}

.dataTables_empty{
    font-size:13pt !important;
}
ul.notification > li{
    cursor:pointer;
}

.header-icon.custom {
    width: auto;
    border-radius: 0;
    cursor: pointer;
    padding-left: 0.50em;
    padding-right: 1.2em;
}
.header-icon.custom:not(.btn)[data-toggle="dropdown"]:after {
    content: " ";
    background: #e3e3e3;
    height: 2.5rem;
    top: 0.8125rem;
    opacity: 1;
    left: 0;
}

.header-icon.custom:not(.btn)[data-toggle="dropdown"][data-toggle="dropdown"]:after{
    width: 100%;
    border-radius:5px;
}
.header-icon.custom:not(.btn)[data-toggle="dropdown"][aria-expanded="true"]:after {
    left: 0rem;
}

.info-card-text.line-s {
    line-height: 1;
}

.header-icon.custom > i.fal{
    height:1.2em;
}

ul.statuslist:first-child{
    font-weight:bold;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.table.table-inedit > tbody > tr > td {
    vertical-align: middle !important;
}

.customselect .select2-selection__arrow {
    display: none;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.table-xs th, .table-xs td {
    padding: 0.1rem;
    line-height:0.95rem;
}

.table-inedit td > input {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #e3e3e3;
    border-radius: 0.3rem;
}

.table-inedit td > select {
    width: 100%;
}

.table-inedit td > input[type="number"] {
    text-align:right;
}

.btn-sm-text {
    padding: 0.2rem 0.8rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 4px;
}

.badge-secondary {
    background-color: #000000 !important;
}

img.contain {
    object-fit: contain;
}

img.fill {
    object-fit: fill;
}

.modal-header.video {
    background-color: #fff0;
    padding:0em;
}

.vjs-portrait {
    height: 88vh;
    width: auto;
    aspect-ratio: 9/16;
}

.modal-content.video {
    background-color: #fff0;
}

.video-js.video {
    width: 100%;
}

.modal-body.video {
    background-color: #fff0;
    padding: 1em 1em;
} 

.customLoading{
    display:none;
}

.customLoading.show{
    display:inline-block !important;
}

.page-logo.long-type {
    padding: 0rem 0.5rem;
    width: 100%;
}

.page-logo.long-type .page-logo-link {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: auto;
}

.page-logo .page-logo-link.long-type {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: auto;
}

.page-logo.long-type > a.page-logo-link > img {
    height: auto;
    width: 100%;
}

.page-logo > a.page-logo-link > img.long-type {
    height: auto;
    width: 100%;
}