﻿body {
    padding-top: 70px;
}

input[type=checkbox] {
    margin-right: 5px;
}

#FooterCopyright {
    width: 300px;
    padding-top: 20px;
    padding-bottom: 15px;
    margin: auto;
    font-size: 13px;
    color: #0b74f7;
}

#PageLoaderContainer {
    display: none;
    position: fixed;
    z-index: 50001;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .50;
    filter: alpha(opacity=00);
}

#PageLoaderSpinnerContainer {
    position: absolute;
    height: 150px;
    width: 150px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.AppVersion {
    font-size: 12px;
}

.AppVersionSmall {
    font-size: 10px;
}

.cl_Signature {
    outline-color: Black;
    outline-style: solid;
    outline-width: 2px;
    background-color: White;
}

@media (max-width: 1920px) {
    body > div.container {
        max-width: 1840px;
    }
}

#NavBarUserName {
    text-transform: capitalize;
}

.gj-grid > tbody > tr > td > div {
    overflow: visible;
    overflow-wrap: break-word;
    white-space: pre-wrap;
}

.gj-grid-md thead tr th div[data-role='title'] {
    display: inline;
}

.gj-grid-md thead tr th div[data-role='sorticon'] {
    color: #1987BC;
    display: inline;
    margin-left: 5px;
}

.cl_GridSortableTitle {
    color: #1987BC;
}

.form-control.is-invalid {
    background-image: none;
}

label {
    margin: 0px
}

.Ap_TempNumber > input::placeholder,
.Ap_CostoCommFromArticolo {
    color: Red !important;
}

div [cl_empty=true],
div.col-1:has(div[cl_empty=true]),
div.col-2:has(div[cl_empty=true]),
div.col-3:has(div[cl_empty=true]),
div.col-4:has(div[cl_empty=true]),
div.col-5:has(div[cl_empty=true]),
div.col-6:has(div[cl_empty=true]),
div.col-7:has(div[cl_empty=true]),
div.col-8:has(div[cl_empty=true]),
div.col-9:has(div[cl_empty=true]),
div.col-10:has(div[cl_empty=true]),
div.col-11:has(div[cl_empty=true]),
div.col-12:has(div[cl_empty=true]) {
    display: none !important;
}

.nav-tabs .nav-item .nav-link {
    background-color: white;
    color: #0080FF;
    border: 1px solid #dee2e6;
    height: 35px;
    padding-left: 13px;
    padding-top: 4px;
    padding-right: 13px;
    padding-bottom: 4px;
}

    .nav-tabs .nav-item .nav-link.active {
        background-color: #0080FF;
        color: white;
    }

.tab-content {
    border: 1px solid #dee2e6;
    border-top: transparent;
    padding: 15px;
}

    .tab-content .tab-pane {
        background-color: #FFF;
        color: #0080FF;
        min-height: 200px;
        height: auto;
    }
