﻿/*QUI SI INSERISCONO GLI STILI PERSONALIZZATI PER I VARI BRANCH*/
body {
}

a {
    color: #009FE3;
}

.warning {
    color: coral
}

a:hover {
    color: #85C8E2;
}

.back-gray {
    background-color: #F5F5F5 !important;
}

legend {
    padding-top: .625rem;
    padding-bottom: .625rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #009FE3;
    font-size: .8125rem;
    color: #009FE3;
}

.sidebar-user {
    color: #f5f5f5;
    background-color: rgba(0,0,0,.3);
}

.text-custom {
    color: #2a3140 !important;
}

.breadcrumb-line {
    padding: 5px;
}

.border-custom {
    border-color: #2a3140 !important;
}

.border-left-inprogress {
    border-left-color: #dab600;
}

.bg-custom {
    background-color: #2a3140 !important;
}

.bg-custom-2 {
    background-color: #3f7371 !important;
    color: #ffffff !important;
}


.form-control {
    min-height: 36px !important;
}

.sidebar-user i {
    color: #f5f5f5;
}

#import-form .col-md-4, #clienti_attivi .col-md-4 {
    margin-top: 5px;
}

.form-check-input {
    position: relative;
    margin-left: 0px;
    display: inline-block;
}

.form-control {
    display: inline-block;
    margin-left: 5px;
}

.card-title, .bold {
    font-weight: bold;
}

.dataTable > thead {
    background-color: #ddd;
}

.dt-button-collection > .dt-button.active, .btn-primary, .buttons-colvis {
    background-color: #009FE3;
    color: rgba(255,255,255,.9);
    border-color: #00796b;
}

    .btn-primary:hover {
        background-color: #85C8E2;
    }


.content {
    padding: 0.40rem 0.40rem !important;
}

.sidebar-dark .nav-sidebar > .nav-item-open > .nav-link:not(.disabled), .sidebar-dark .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar > .nav-item-open > .nav-link:not(.disabled), .sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar > .nav-item > .nav-link.active {
    background: rgba(0,0,0,.3) !important;
    /*color: #fff;*/
}

.sidebar-dark .nav-sidebar .nav-item > .nav-link.active, .sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar .nav-item > .nav-link.active, .nav-item active {
    background-color: rgba(0,0,0,.3) !important;
}

.nav-tabs-solid .nav-item.show .nav-link.active, .nav-tabs-solid .nav-link.active {
    background-color: #009FE3;
}

.sidebar-dark .nav-sidebar .nav-item > .nav-link.active, .sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar .nav-item > .nav-link.active {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.nav-tabs-highlight .nav-link.active:before {
    background-color: #009FE3;
}

.progress-text-area {
    width: 100%;
    height: 200px;
    margin-top: 20px;
    resize: none;
}

.dropzone {
    min-height: 12rem !important;
}

.dataTable {
    min-height: 160px !important;
}

.dropzone-button {
    padding: 4px;
    top: 4px;
}

.dataTable thead .sorting_asc:after {
    content: '' !important;
    opacity: 1;
}

.dataTable thead .sorting_asc:after {
    content: '' !important;
    opacity: 1;
}

.dataTable thead .sorting:before {
    content: '' !important;
    margin-top: -0.125rem;
    opacity: 0.5;
}

.dataTable thead .sorting:after {
    content: '' !important;
    margin-top: -0.625rem;
    opacity: 0.5;
}

.dataTable thead .sorting_asc:after {
    content: '' !important;
    opacity: 1;
}

.dataTable thead .sorting_desc:after {
    content: '' !important;
    opacity: 1;
}

.dataTable thead .sorting_asc_disabled:after {
    content: '' !important;
    opacity: 0.25;
}

.dataTable thead .sorting_desc_disabled:after {
    content: '' !important;
    opacity: 0.25;
}

.zerotextarea {
    width: 100%;
    max-width: 100%;
    max-height: 60%;
    resize: none;
}

.navbar-brand {
    padding: 10px 0px 5px 0px;
}

    .navbar-brand img {
        width: 180px;
        min-height: 40px;
    }

.navbar-toggler {
    color: #009FE3;
}

.slow-spin {
    -webkit-animation: fa-spin 6s infinite linear;
    animation: fa-spin 6s infinite linear;
}

.dataTables_filter {
    display: none;
}

.button-fixed {
    position: fixed;
    bottom: 85px;
    right: -10px;
    width: 300px;
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
