/*
 Styles Admin css
*/

#overlay_admin_ajax{
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
   	flex-direction: row;
	background: rgba(255,255,255,0.5)
}


#overlay_admin_ajax i{
	display: block;
}

/* el notifier de alertify debe verse por encima del loader de pantalla completa,
   si no, el loader lo tapa mientras un job en background sigue trabajando */
.alertify-notifier{
	z-index: 10000;
}


.crm-perms > label{
    font-weight: bold;
}

.crm-perms > .internet_pems{
    padding-left: 1em;
    box-sizing: border-box;
}


.navbar-provejal{

}

/* Custom Select 2 */

    .select2-container .select2-selection--single{
        height: calc(2.25rem + 2px);
    }
    .select2-results__option[aria-selected=true]:before {
        font-family: "Font Awesome 5 Free";
        content: "\f00c";
        border: 0;
        display: inline-block;
        margin-right: 10px;
        font-weight: 600;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice{
        color: #000000;
        font-weight: 200;
    }
