﻿.info{
    color: black;
    font-weight:bold;
    font-size: 10px;
    float:right;
    position: relative;
    z-index:99;
}

    .info:hover { 
        color:white
    }

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.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-11 {
    font-style: normal;
    font-weight: 100;
    font-size: 11pt;
}

    .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;
}

.table.table-inedit > tfoot > tr > td {
    vertical-align: middle !important;
}

.table > tbody > tr > td.break {
    overflow-wrap: anywhere;
}

.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;
}

div.radiogroup {
    margin-top:0.6em;
}

div.radiogroup * {
    vertical-align: middle;
    cursor: pointer;
}

    .group {
        font-weight: bold;
    }

    .group td{
        padding: 15px 5px;
    }



.select2-big + .select2-container > .selection > .select2-selection {
    height: calc(6em + 1rem + 2px) !important;
    overflow:hidden !important;
}

.select2-big + .select2-container > .selection > .select2-selection > .select2-selection__rendered {
    white-space:break-spaces;
    line-height:1.5;
    padding-top:0.8em;
}

.select2-results__option {
    white-space:break-spaces !important;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

div.form-row:has(.table.table-inedit.table-static) {
    overflow-x:auto;
}
.table.table-inedit.table-static {
    min-width: 1000px;
}
.SignatureWrapper {
    width:100%;
    aspect-ratio:3/1;
}
.SignatureWrapper > img{
    width:inherit;
    aspect-ratio: 3/1;
    vertical-align:middle;
    margin:auto;
}
.CompanyLogoWrapper {
    max-width:200px;
    width: 100%;
    aspect-ratio: 4/1;
}
.CompanyLogoWrapper > img {
    width: inherit;
    aspect-ratio: 4/1;
    vertical-align: middle;
    margin: auto;
}