:root {
    --principale: #77C1DC;
    --secondario: #ffffff;
    --terziario: #f5f6fe;
    --bianco: #ffffff;
    --nero: #000000;
    --grigio: #808080;
    --grigioChiaro: #858597;
    --arancione: #FFA500;
    --rosso: red;
}

.loadingFullscreen {
    height: 100%;
    width: 100% !important;
    z-index: 1000000;
}

/*.bg-ADS{
    background-color:var(--principale);
}

.border-ADS {
    border: 1px solid;
    border-color: var(--principale);
    color: var(--principale);
}*/

/*#region DataTable */

.tdSubLine {
    border: none;
    padding-left: 15px;
    padding-right: 15px;
}

.filters th {
    padding: 5px;
}

.dataTables_filter {
    display: none;
}

.iconeTabella {
    cursor: pointer;
    font-size: 20px;
}

.iconeNonAbilitate {
    opacity: 0.6;
    cursor: not-allowed;
}

.containerIconeTabella {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.coloreStato {
    height: 3vmin;
    width: 1vmin;
}

/*#endregion */

/*#region ALERT-VALIDATE */

.alert-validate-scheda::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 14px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
    pointer-events: none;
    font-family: Montserrat-Bold;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
    z-index: 3;
}

.alert-validate-scheda::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    z-index: 2;
}

.alert-validate-scheda:hover:before {
    visibility: visible;
    opacity: 1;
    z-index: 2;
}

/*#endregion */


/*
    CSS SumoSelect
*/

.SumoSelect {
    width: 100%;
    height: 34px;
    display: block;
}

.dropdownmultiple {
    width: 100% !important;
    height: 34px !important;
}

.SumoSelect > .CaptionCont {
    height: 100%;
    border-radius: 4px;
}

.form-group .SumoSelect > .CaptionCont {
    border-color: transparent !important;
}

.SumoSelect > .CaptionCont > label {
    margin-bottom: 0;
}

.SumoSelect .select-all {
    height: auto !important;
}

.SumoSelect > .optWrapper > .options li label {
    color: black;
    font-size: 12px;
}

.SumoSelect.open > .optWrapper {
    width: 11vw !important;
}

.SumoSelect > .CaptionCont > span.placeholder {
    color: white !important;
}

/*#region SCROLLBAR*/

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #355efd;
}

/*#endregion*/