html {
    font-family: 'Roboto', sans-serif;
    background: #f8f8f8;
}

.center {
    text-align: center !important;
}

.middle {
    vertical-align: middle !important;
}

.link-casella {
    cursor: pointer;
}

.non-letta {
    font-weight: 600;
}

.anomalia {
    font-style: italic;
}

table tbody {
    color: black !important;
    font-weight: 400 !important;
}

.dataTable tbody tr {
    height: 2.3em;
}

.mdi-18 {
    font-size: 18px;
}

.selected {
    background-color: #DADADA !important;
    color: black;
}

.error-container {
    color: red;
}

.topbar .top-navbar {
    max-width: none;
}

.nowrap {
    white-space: nowrap;
}

.page-titles {
    background: #e4e4e4;
}

.shadow {
    box-shadow: 3px 3px 6px grey;
}

.shadow_light {
    box-shadow: 2px 2px 6px lightgrey;
}

.shadow_buttons {
    box-shadow: 1px 1px 3px lightgrey;
}

.attivo {
    background-color: #04b381 !important;
    border-color: #04b381 !important;
}

.btn:not(disabled):not(disabled) {
    cursor: unset;
}

.disabled {
    cursor: not-allowed;
}

.spazio {
    padding-bottom: 1em;
}

.poco-spazio {
    padding-bottom: 0.5em;
}

.delivery-failure {
    color: #ef5350 !important;
}

.stato_active {
    background-color: grey;
}

.badge-stato-invio {
    padding: 0.65em 0.5em;
    font-style: normal;
    font-size: 12px;
    vertical-align: middle;
}

.tooltip-inner{
    background-color: #04b381;
    color: #ffffff;
    font-size: 12px;
    max-width: none;
    white-space: nowrap;
}

.nome-allegato {
    overflow: hidden;
    text-overflow: ellipsis;
}

.container-fluid {
    max-width: none;
    padding-top: 0;
}

.align-right {
    text-align: right;
}

.top-buttons {
    padding: 1.8em 0;
    width: 12em;
    text-align: center;
}

.top-buttons a{
    color: white;
}

.top-buttons:hover a{
    color: #57c2bc;
    font-weight: 900;
}

.top-buttons.active a{
    color: #57c2bc;
    font-weight: 900;
}

.fix-header.fix-sidebar .page-wrapper {
    padding-top: 70px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 25px;
    font-size: 18px;
    font-weight: 700;
    color: #1976d2;
}

.select2 {
    margin-left: 3px;
}

.dropzone .dz-preview .dz-image {
    height: 128px;
    width: 98px;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: white;
}

.login-text::placeholder {
    color: #4d4d4d;
}

.login-text:focus {
    color: #4d4d4d;
}

.login-text {
    color: #4d4d4d;
}

.node-selected {
    background-color: #e9edf2 !important;
    color: #67757c !important;
    border-left: 3px solid #398bf7 !important;
}

#select2-select-filter-container  {
    font-size: 13px;
    font-weight: normal;
}

#select2-select-foglio-di-stile-container {
    font-size: 13px;
    font-weight: normal;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #1976d2;
    border: 1px solid #1976d2;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
}

.mini-sidebar .top-navbar .navbar-header {
    width: 160px;
}

.table thead th {
    vertical-align: top;
}

.radio-filter-label {
    font-size: 13px !important;
}