#auth {
    height: 100vh;
    overflow-x: hidden
}

#auth #auth-right {
    background: url(/admin/assets/images/4853433.png), linear-gradient(90deg, #0d499d, #0f5491);
    height: 100%
}

#auth #auth-left {
    padding: 5rem 8rem
}

#auth #auth-left .auth-title {
    font-size: 4rem;
    margin-bottom: 1rem
}

#auth #auth-left .auth-subtitle {
    color: #a8aebb;
    font-size: 1.7rem;
    line-height: 2.5rem
}

#auth #auth-left .auth-logo {
    margin-bottom: 7rem
}

#auth #auth-left .auth-logo img {
    height: 2rem
}

@media screen and (max-width: 767px) {
    #auth #auth-left {
        padding: 5rem
    }
}

@media screen and (max-width: 576px) {
    #auth #auth-left {
        padding: 5rem 3rem
    }
}

body.theme-dark #auth-right {
    background: url(/admin/assets/images/4853433.png), linear-gradient(90deg, #0d499d, #3f5491)
}

.infoSmall {
    font-size: 1rem;
    line-height: 1rem;
    color: #aaaaaa
}


.debugInput {
    display: none; /*inline-block*/
    min-height: 12px;
    font-size: 0.7em;
    color: #BBB;
}

.risultatoCalcolo {
    float: left;
    /* font-size: 1.2em*/
}

.risultatoCalcolo2 {
    /*  font-size: 1.2em;*/
}

.risultatoCalcolo3 {
    /*  font-size: 1.2em;*/
    padding-top: 10px;
    display: inline-block
}

.labelRisultatoCalcolo {
    float: left;
    width: 300px;
}

.form-check-input {
    width: 40px;
    clear: both;
    margin-left: 310px;
    margin-top: -6px;
}

.common-subtitle-ghp {
    color: #a53535;
    padding: 14px 0 14px 0;
}

.azioni-tabs-azp {
    padding: 24px 0 0 0;
}

.area-item-over-arp {
    width: 20px;
    float: right;
    margin-right: 10px;
    margin-top: 0;
}

.area-item-over-arp a:link, .area-item-over-arp a:visited {
    width: 18px;
    height: 18px;
    font-size: 0.4em;
    padding-left: 3px;
    padding-top: 2px;
    display: block;
    border-radius: 4px;
    opacity: 0.5
}

.area-item-over-arp a:hover, .area-item-over-arp a:active {
    opacity: 1
}

.file-item-arp {
    margin-bottom: 12px;
    margin-right: 10px !important;
    border-top: 1px solid #848888;
    padding-top: 8px;
    border-bottom: none;
}

.date-item-group {
    margin-bottom: 20px;
}

.date-item-arp {
    padding-bottom: 14px;
}

.date-item-text-arp {
}

.date-item-over-arp {
    width: 20px;
    float: right;
    margin-right: 10px;
    margin-top: 0;
}

.date-item-over-arp a:link, .area-item-over-arp a:visited {
    width: 18px;
    height: 18px;
    background: #ffffff;
    font-size: 0.4em;
    padding-left: 3px;
    padding-top: 2px;
    display: block;
    border-radius: 4px;
    opacity: 0.5
}

.date-item-over-arp a:hover, .area-item-over-arp a:active {
    opacity: 1
}

.azioni-tabs-in-azp a {
    width: 250px;
    margin: 2px;
    min-width: 120px;
}

.azioni-tabs-in-azp.float-right {
    float: right;
}

.parametri-ricerca-cont {
    border: 1px solid #ccc;
    background: #eee;
    padding: 15px 10px 0 10px;
    margin: 10px 0 30px 0;
}

.parametri-ricerca-cont .azioni-tabs-azp {
    padding: 0 0 0 0;
}

.parametri-ricerca-cont .form-row > .col, .form-row > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}

.bottone-spaziosx {
    margin-left: 260px
}

label {
    font-weight: bold;
}

.data-mod, .data-mod:active, .data-mod:visited {
    color: #999;
}

.data-mod:hover {
    color: #666;
}

.data-mod b {
    color: #666;
}

.data-mod:hover b {
    color: #333;
}

.table.table-striped th {
    text-align: center
}

/* ----------------------------- */
/* PRELOADER ANIM */
.sb-content-overlay {
    z-index: 10000022;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    overflow: hidden;
    pointer-events: none;
    left: 0px;
    top: 0px;
    transition: opacity;
    transition-duration: 1s;
    z-index: 10000000;
}

.sb-loading {
    width: 56px;
    height: 56px;
    position: absolute;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
    z-index: 10000;
    border-radius: 50%;
    padding: 3px;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    display: inline-block;
    background: white;
}

.circular {
    animation: rotate 2s linear infinite;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.loadingPath {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #ff4081;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

/* ----------------------------- */
.th-azioni, .td-azioni {
    min-width: 18px;
    min-height: 18px;
    text-align: center;
}

.td-azioni a:link, .td-azioni a:visited {
    opacity: 0.5
}

.td-azioni a:hover, .td-azioni a:active {
    opacity: 1
}

.td-azioni img {
    width: 13px;
    height: auto;
}

.labelFiltri {
    font-weight: bold;
    text-transform: uppercase;
    color: #133371;
    padding-bottom: 5px;
}

.modal-content .btn {
    color: #fff;
    background: #a53535;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}

.modal-footer .col-xs-6 {
    padding-left: 10px;
}

.nav-tabs .nav-link {
    line-height: 20px;
}

td .common-subtitle-ghp {
    font-size: 1.1rem
}


input[type=checkbox], input[type=radio] {
    transform: scale(1.3);
    margin-right: 5px;
}

a.disabled {
    pointer-events: none !important;
    cursor: not-allowed;
    opacity: 0.3;
}

label.required:after {
    content: "*";
    color: #a53535;
    margin-left: 2px;
}

span.required:after {
    content: "*";
    color: #a53535;
    margin-left: 2px;
}

.azioni-tabs.active.navigazione {
    min-width: 50px;
    width: 50px;
    background: #133371;
    font-size: 1.7em;
    line-height: 38px;
}

.legendaObbligatorio {
    margin-top: 15px;
    font-size: 0.9em;
}

/* ---------------  TARIFFE FORENSI --------------- */
.cont_lista_attivita {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
}

.footer_lista_attivita {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding: 5px 10px 8px 10px;
    text-align: right;
    font-size: 0.9em;
    color: #133371;
}

.item_lista_attivita {
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding: 10px;
    font-size: 0.9em;
}

.item_lista_attivita_check {
    float: left;
    margin-right: 10px;
}

.item_lista_attivita_nome {
}

.item_lista_attivita_text {
    clear: both
}

.hidden {
    display: none
}

#mainIFrame #block-percorsi-login-block-block .container {
    line-height: 1;
}

.progettoMassaTit {
    font-size: 1.5em;
    color: #133371;
}

.progettoMassaSubTit {
    font-size: 1.4em;
    margin: 5px 0;
    color: #a53535;
}

.progettoMassaFasciaTit {
    font-size: 1.3em;
    color: #333;
}

.progettoMassaFasciaSub {
    font-size: 1.2em;
    color: #666;
}

/*
.swal2-confirm {
    background-color: #133371 !important;
}
*/

.homePageAggiuntivi {
    padding: 20px;
}
.homePageAggiuntivi h4{
    margin-bottom: 10px;
}
.homePageAggiuntivi ul li{
    display: inline-block;
    margin: 0 10px 10px 0;
}


/* tools scorporo */
.container.toolsScorporoContainer {
    padding: 20px;
}

.toolsScorporoContainer .error { color: #a53535; margin-top: 20px; }
.toolsScorporoContainer #risultato { background: #f0f0f0; padding: 20px; margin-top: 20px; border-radius: 4px; display: none; }
.toolsScorporoContainer h4 { margin-bottom: 20px;}
.toolsScorporoContainer label { display: block; margin-top: 10px; }
.toolsScorporoContainer input, select { width: 100%; padding: 5px; margin-top: 4px; }
.toolsScorporoContainer .checkbox-group { margin-top: 8px; clear: both;}
.toolsScorporoContainer .checkbox-group label {  width: 50%; float:left;}
.toolsScorporoContainer .checkbox-group input {  width: 50px; float:left; margin-top: 13px}
.toolsScorporoContainer .button-row { margin-top: 70px; display: flex; gap: 10px; clear: both;}
.toolsScorporoContainer .button-row a { border-radius: 0; text-transform: uppercase; background: #a53535; color:#fff; border: 0; padding: 0 20px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
}
.toolsScorporoContainer .hidden { display: none; }
