.logo{
    max-width: 300px;
}
.navbar .nav-logo a.navbar-brand img{
    width:auto;
}

.topbar-nav.header nav#topbar ul.menu-categories li.menu.active > a > div span {
    color: #f1feff;
}


.topbar-nav.header nav#topbar ul.menu-categories li.menu.active > a > div svg:not(.feather-chevron-down) {
    color: #f1feff;
    fill: rgba(37, 213, 228, 0.29);
}

div.alert-messages {
    position: fixed;
    top: 50px;
    left: 25%;
    right: 25%;
    z-index: 7000;
}

.delete-button{
    border: none;
    background: unset;
}

.table ul li{list-style: none; display: inline;}
.table-cancel{fill:none;}
.table form{display: inline;}

.blockui-growl-message.success{background-color: #8dbf42;}
.blockui-growl-message.danger{background-color: #e7515a;}

.dataTables_filter input,.dataTables_filter label{width:100% !important;}
table.dataTable td{
    box-sizing: content-box;
    padding: 3px 7px;
}
.table > tbody:before {
    line-height: 0;
}

.btnNuovo{text-align:right;}

.btnSubmit{
    background-color: #1b55e2;
    color: #fff;
    font-weight: 600;
    border: 1px solid #1b55e2;
    padding: 10px 25px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.closeon {
    position: absolute;
    right: 3px;
    top: 2px;
}
.closeon svg{width:18px;color:#434666;}

.fc-event{
    cursor: pointer;
}

#calendarModal .modal-dialog{top:30%;}

.not_sure{background-color: #ffeccb;}

.table-controls{margin-top: 2px; margin-bottom:2px;}
.select2-container{z-index: 1111;}
.table-bordered td, .table-bordered th{
    border: 1px solid #ebedf2 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f1f2f3 !important;
}


.table-bordered > tbody:before {
    line-height: 0;
    content: '';
    color: white;
    display: block;
}


.table > tbody:before {
    line-height: 1em;
    content: "";
    color: white;
    display: block;
}

.selected{
    background-color: #ebedf2;
}


#confirmDelete .modal-content,#confirmDeleteGiornata .modal-content,#nuovaMarca .modal-content,#nuovoModello .modal-content, #assegnaVarianza .modal-content{
    /*background-color: #f1f2f3*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.select2-container {
    min-width:140px;
    /*max-width:300px;*/
}

.flatpickr-calendar{
    z-index: 111111 !important;
}


/*#nuovoModello .modal-dialog{
    width: 70%;
    max-width: none;
}*/


label.error{color:#e7515a}

.tipi_strumento_view_modello .select2{
    z-index: 11;
}

.modal{
    z-index: 1111;
}

.sonda{
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    /*border: 1px solid #a5a3a3;*/
}

@media (min-width: 1200px){
    .modal-xl {
        max-width: 1300px;
    }
}

/*#dettaglioMisurazioneStrumento input{
    width:60%;
}*/

.modal{overflow:scroll;}

.extra-info{padding: 25px;background-color: #f1f2f3;}
.nuovoElementoSelect2{    width: 100%; border-top: 1px solid #bdbdbd;}

.dropdown-menu{z-index: 11111;}

#misurazioni .modal-body{padding:10px}
#misurazioni .table td{padding: 0.25rem;}

.tabellaMisure th{font-size: 10px !important;}
.neg-parziale{background-color:#ffeccb;}
.neg-totale{background-color:#ffe1e2;}
.badge-pagato{font-size:8px;}
#elenco_sonde{max-height:450px; overflow-y: scroll;}
.swal2-title {
    font-size: 16px !important;
}

.table > tbody > tr > td {
    font-weight:700;
}

#logMail .modal-text{
    max-height: 400px;
    overflow-y: scroll;
}

.selectNuovaMarca{width:100% !important;}

.table > tbody > tr > td {
    border: none;
    color: #4a4c56;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.table > thead > tr > th {
    font-size: 11px;
}

.form-group label, label {
    color: #75767d;
    letter-spacing: 0.5px;
    font-weight: 700;
}
.errorEtichetta{
    border: 3px solid #e7515a;
}

.etichettaPresente{
    color:#e7515a !important;
}

.popover-body{
    font-size: 9pt;
}

#alberoCampioni li{
    display: block;
}

#dettaglioPrenotazioni .new-control-indicator{
    width: 20px;
    height: 20px;
}


/*.modal-open  .modal {
    overflow-y:auto !important;
  }*/


  body.modal-open, #nuovaMarca, #nuovoModello{
    overflow: hidden !important;
}

.swal2-container{z-index: 1111 !important;}

.filtered-list-search form button {
    border-radius: 50%;
    padding: 7px 7px;
    position: absolute;
    right: 14px;
    top: 4px;
}

.searchable-container .items {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem .625rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 14px;
    padding: 13px 18px;
    width: 100%;
    color: #0e1726;
    min-width: 625px;
    transition: all 0.35s ease;
    cursor: pointer;
    -webkit-box-shadow: 0px 2px 9px 2px rgb(31 45 61 / 10%);
    box-shadow: 0px 2px 9px 2px rgb(31 45 61 / 10%);
}

.btn-sm{
    padding: 5px;
    font-size: smaller;
}

#riepilogoPagamenti .modal-body{
    overflow: scroll;
}
