/*================================================================================
	Customization Revool
================================================================================*/


.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 15px;
}

.card-header {
    background-color: white;
}

label[class="asterisk"]:after {
    content: ' *';
    color: red;
}

.dataTables_processing {
    z-index: 99999;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    color: white;
    top: 0 !Important;
    left: 50% !Important;
    width: 100% !Important;
    min-height: 100% !Important;
    margin-left: -50% !Important;
    margin-top: initial !Important;
    padding-top: initial;
    background:rgba(0, 0, 0, 0.3);
}

/* Per la validazione ho bisogno del pointer */
.btn:disabled, .btn.disabled, fieldset:disabled .btn{
    pointer-events: inherit;
}
