﻿div.btn-file {
    display: none !important;
}

#ndMenu li.heading {
    margin-bottom: 15px !important;
}

#launcher {
    top: 0 !important;
    right: 115px !important;
    margin-top: 7px !important;
}

#aziendeDichiarazioniMensili_valori th {
    text-align: center;
}

#ritiri_qta tr {
    height: 50px;
}

    #ritiri_qta tr td {
        vertical-align: bottom;
    }

#ritiri_qta input[readonly] {
    border: none;
    background: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #17a2b8;
}

#frmMRitiri li.nav-item {
    display: none;
}

td.ndBtnDgv i:hover {
    font-size: 26px;
}

.theme-blue .sidebar-nav .metismenu > li.active > a {
    background-color: #17a2b8 !important;
}

.sidebar .metismenu > li a:hover {
    color: #fff !important;
}

#ritiri_qta th, #ritiri_qta td {
    border-bottom: 0;
    border-top: 0;
}

    #ritiri_qta td:first-child, #ritiri_qta th:first-child {
        display: none;
    }

    #ritiri_qta td:nth-child(4), #ritiri_qta th:nth-child(4) {
        padding-left: 15px !important;
    }

#ritiri_qta div.custom-checkbox {
    padding-left: 0px !important;
}

.select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-selection__arrow {
    height: 40px !important;
}

.card-title {
    font-size: 18px;
    color: #444;
    font-weight: 600;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    content: '' !important;
}

.table-custom.table thead th {
    border-top: 1px solid #dee2e6 !important;
}

.bg-green {
    background-color: green !important;
}

.bg-amber {
    background-color: #FFBF00 !important; /*amber*/
}

.bg-seagreen {
    background-color: seagreen !important;
}

.navbar-nav ul.notifications {
    background: white;
}

div.clsCard {
    width: 100%;
    background-color: white;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 0 5px 5px 5px;
    border: 1px solid;
    border-color: #fff #dee2e6 #dee2e6 #dee2e6;
}

#dgvFirPerCamion_filter {
    visibility: hidden;
}

#divContent {
    padding: 10px 10px 0 10px;
    background-color: #f1f1f1;
}

div.ndFilter span.select2 {
    margin-left: 5px;
}

div.ndFilter button.btn-success {
    background-color: #17a2b8 !important;
}

textarea {
    height: 140px;
}

.nav-tabs .nav-link.active {
    background-color: floralwhite;
}

#smaltimenti-annotazioni__cds {
    height: 60px;
}

button.btn-secondary {
    background-color: white;
    color: gray;
    border-color: #6c757d;
}

table td, table th {
    /*padding: .5rem !important;*/
    height: 31px !important;
}

.ndGrigliaMolti td, .ndGrigliaMolti th {
    padding: .3rem !important;
}

#left-sidebar li.heading {
    margin-top: 5px !important;
}

/*#left-sidebar a {
    padding: 5px !important;
}*/

.custom-select.is-invalid, .form-control.is-invalid, input.is-invalid, span.is-invalid {
    background-color: lightyellow !important;
}

.required.col-form-label:after {
    content: "*";
    color: red;
}

label.col-form-label {
    font-weight: 600;
    color: #444;
    font-size: 14px;
}

td.td-d-none * {
    display: none;
}

.navbar-nav ul.notifications {
    width: 600px;
}

.custom-checkbox .custom-control-label {
    margin-left: 17px;
}

select[readonly] {
    background-color: #e9ecef !important;
}

.dataTables_title {
    float: left;
    margin-top: 0;
    font-weight: bold;
    font-size: 1.2rem;
    font-variant: small-caps;
}

div.dataTables_wrapper {
    overflow: auto;
}

.table-responsive {
    background-color: white;
    padding: 20px;
}

.cardFilter {
    padding-bottom: 10px;
}

.page-item.active .page-link {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
    opacity: 70%;
}

div.dataTables_paginate {
    margin-top: 30px !important;
}

table.dataTable {
    table-layout: fixed;
    /*min-width: 900px;*/
}

    table.dataTable td.ndBtnDgv a {
        color: #17a2b8;
    }

        table.dataTable td.ndBtnDgv a[data-fn='ndDelRecordRitiri'] {
            color: white;
            background-color: red;
        }

    table.dataTable td {
        overflow: hidden;
        text-overflow: ellipsis;
    }

        table.dataTable td.ndBtnDgv, table.dataTable th.ndBtnDgv {
            padding: 0 !important;
            text-align: center;
        }

    table.dataTable th {
        /*white-space: normal !important;*/
        vertical-align: middle;
        text-align: left;
        word-wrap: normal;
        overflow: hidden;
    }

    table.dataTable td.center {
        text-align: center;
    }

    table.dataTable td.right {
        text-align: right;
        padding-right: 35px;
    }

.select2-container--default {
    border: none !important; 
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;    
}

.select2-selection--single {
    border: 1px solid #ced4da !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}