/* Add here all your CSS customizations */
.switch-disabled {
    cursor: default !important;
}

.switch-button {
}

    .switch-button .ios-switch .on-background {
        z-index: 0 !important;
    }

    .switch-button .ios-switch .state-background {
        z-index: 0 !important;
    }

    .switch-button .ios-switch .handle {
        z-index: 0 !important;
    }

.toogle-on, .toogle-off {
    margin: 10px 5px;
}

.toogle-on {
    color: #94c11f;
}

.toogle-off {
    color: rgba(0,0,0,0.3);
}

html .btn-primary {
    color: #fff;
}

.table-elenco tr th, .table-elenco tr th {
    min-width: 90px;
}

.livello-0, .livello-1, .livello-2 {
    white-space: nowrap;
}

.livello-0 {
    margin-left: 0;
    font-size: 14px;
    font-weight: 700;
}

.livello-1 {
    margin-left: 25px;
    font-size: 12px;
}

.livello-2 {
    margin-left: 50px;
    font-size: 12px;
}


.switch.switch-mini .ios-switch {
    height: 18px;
    width: 48px;
}

    .switch.switch-mini .ios-switch .handle {
        height: 14px;
        width: 14px;
    }

.loading-overlay {
    z-index: 999999;
}


html .toggle-primary .toggle.active > label {
    color: #fff;
}

.control-label {
    color: #777 !important;
}

    .control-label > label {
        color: #777 !important;
        margin-left: 3px;
    }

.clickable-row {
    cursor: pointer;
}

.widget-summary.widget-summary-md .summary-footer {
    display: block;
}

.RadioList {
    display: inline-block;
    padding: 2px;
    white-space: nowrap;
}

    .RadioList input {
        margin-left: 5px;
        margin-right: 0px;
    }

    .RadioList label {
        margin-left: 3px;
        margin-right: 7px;
    }

.card-button, .card-action {
    width: 80px !important;
}

.card-collapsed .card-action-toggle:after {
    font-family: "Open Sans", Arial, sans-serif;
    content: " apri";
    font-weight: 500;
}

.card-action-toggle:after {
    content: " chiudi";
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 500;
}

.valsummary {
    color: #dc3545 !important;
    margin: 1rem !important;
    font-weight: 500 !important;
    line-height: 16px;
    font-size:1rem;

}

    .valsummary ul {
        display: none;
        visibility: hidden;
    }


/*.elencoSnap {
    display: inline-block;
    font-size: 15px;
    padding: 4px;
    margin-right: 5px;
    margin-top: 5px;
    font-weight: 800 !important;
    background-color: #CCC;
    color: #FFF;
    padding: 6px;
    margin-right: 5px;
    border-radius: 5px;
	background-color: #0088cc;
}*/

.elencoSnap {
	display: inline-block;
	font-size: 13px;
	padding: 4px;
	margin-right: 5px;
	margin-top: 5px;
	font-weight: 600 !important;
	background-color: #ccc;
	color: #fff;
	padding: 5px 8px;
	margin-right: 5px;
	border-radius: 30px;
	background-color: #08c;
	line-height: 12px;
}

