.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;
}