.rowInput{
    padding:25px; padding-bottom:0;
}

i.form-control-feedback {
    top: 35px !important;
}

.div_error{
    margin-bottom: 10px;
}

.trasparentButton{
    background-color: white;
    border: none;
    margin-bottom: 10px;
    margin-top: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143 !important;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.select2-container--default .select2-selection--single {
    background-color: none !important;
    border: none !important;
    border-radius: 0px !important;
}

.todo-list>li .label {
    float: right;
    font-size: 75% !important;
}

.toggle {
    margin-right:10px;
    /*float: right;*/
}

.label-teal {
    background-color: teal;
}

.label-purple {
    background-color: purple !important;
}

.label-olive {
    background-color: olive !important;
}

.label-royalblue {
    background-color: royalblue;
}

.label-navy {
    background-color: navy;
}

.margin-right-5 {
    margin-right: 5px;
}

.input-datePicker {
    color: #444;
    line-height: 28px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143 !important;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}		

#calc_codice_fiscale{
    cursor: pointer;
}
		   
/*AGGIUNTE PER GESTIRE GRAFICI IN DASHBOARD*/
#pagChart div{
    width:100% !important;
    height: 100% !important;
}
#pagChart canvas{
    width:100% !important;
}
#pagChart2 div{
    width:100% !important;
    height: 100% !important;
}
#pagChart2 canvas{
    width:100% !important;
}

/*-----------------------------------------*/											 