.background-manutenzioni{
    background-color: #006400;
}
.background-installazioni{
    background-color: #4169E1;
}
.background-default{
    background-color: #003366;
}

.login-body,
.login-body #wrapper{
    min-height: 100vh;
}

.navbar > img{
    max-height: 100%;
}

#dettaglio_scadenza ul#allegati{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#dettaglio_scadenza ul#allegati li i{
    margin-right: 5px;
}

#riepilogo_scadenza{
    display: block;
    margin-bottom: 15px;
}
.elimina_allegato{
    padding: 4px;
}
.elimina_allegato:hover{
    cursor: pointer;
}
.allegato_eliminato{
    text-decoration: line-through;
}

.navbar h3{
    margin: auto;
    margin-left: 15px;
}

.form-check input[type="checkbox"]{
    width: auto;
    height: 24px;
    display: block;
    float: left;
    margin-right: 10px;
}
.form-check.hasCheckbox{
    padding: 0;
    margin-bottom: 10px;
}

table .table_label {
    font-weight: bold;
}

#firmaModal canvas{
    border:1px solid #ccc;
    float: left;
    margin-right: 2px;
}

@media (max-width: 991px) {
    .col-chiamata > .btn-container{
        flex-direction: column;
    }
}

ul.typeahead.dropdown-menu{
    max-height: 250px;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
}

.col-descrizione{
    max-width: 400px;
}

.table-danger, .table-danger>td, .table-danger>th,
.table-warning, .table-warning>td, .table-warning>th{
    color: #333;
}

.background-modifica{
    background-color: rgba(246, 194, 62, .1);
}

.table-tecnici tr th,
.table-tecnici tr td{
    width: 20%;
}
.table-tecnici tr th:first-child,
.table-tecnici tr td:first-child{
    width: 40%;
}

.table-tecnici .input_qta_nl{
    display: none;
}

#dataTable .table-danger td.hasTime{
    background-color: red;
    color: #fff;
}
#dataTable .table-warning td.hasTime{
    background-color: yellow;
}