/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7 lug 2021, 14:13:28
    Author     : utente
*/

form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}

form .required input {
	    border-color: #dc3545;
}

.select2-container--bootstrap4 .select2-selection__clear {
    padding: 0;
    text-align: center;
    background-color: #afafaf!important;
    margin-left: 1em;
    float: left;
}

.table > tbody > tr > td {
     vertical-align: middle;
}

/*altrimenti il bottone + va a capo Select2*/
.select2-container
{
     width: auto!important;
}

.table-sm th, .table-sm td {
    padding: 0.15rem;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
       line-height: normal;

}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    float: unset;
    padding-left: unset;
    border: none;
    font-size: 1em;
    background: transparent
}


.desc:before {
  display: inline-block;
    margin-left: 0.255em;
     margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.asc:before {
  display: inline-block;
    margin-left: 0.255em;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

