@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
:root {
    --primary: #10447b;
    --primary_hover: #0062cc;
    --primary_trans: #10447b66;
    --secondary: rgba(0, 0, 0, .125);
    /*
    --gray: #ddd;
    --gray_secondary: #bbb;
    */
    --gray: #D1D5DB;
    --gray_secondary: #9CA3AF;
}

body {
    opacity: 0;
}


/*
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
    font-family: 'Poppins', sans-serif !important;
}
*/

ol {
    counter-reset: item;
    font-size: 14px;
}

ol>li {
    counter-increment: item;
}

ol ol>li {
    display: block;
}

ol ol>li:before {
    content: counters(item, ".") ". ";
    margin-left: -20px;
}

* {
    font-family: 'Montserrat', sans-serif !important;
}

a {
    color: var(--primary);
}

a:hover {
    color: var(--primary_hover);
}

.btn {
    padding: 12px 14px;
}

#form-registration {
    display: none;
}

.footer-desc p,
.footer-desc a,
.footer-link {
    margin-bottom: 0;
}

.footer-desc a,
.footer-link {
    color: white;
    text-decoration: underline;
}

.footer-desc a,
.footer-link:hover {
    color: var(--gray);
}

.footer-link {
    color: white;
    transition: 2;
    text-decoration: underline;
    font-size: 14px;
    padding: 2px 6px;
}

.footer-link:hover {
    color: var(--gray) !important;
}

#asn_footer {
    font-size: 12px;
    margin-top: 20px;
    z-index: 1;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.btn-primary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.btn-primary:hover {
    background-color: var(--primary_hover) !important;
    border-color: var(--primary_hover) !important;
}

.card-header {
    background-color: var(--secondary) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .054) !important;
}

.nav-link:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5);
}

.tab-10 {
    text-indent: 10px;
    margin: 0 !important;
}

.text-black {
    color: black;
}

.it-header-center-wrapper {
    background-color: var(--primary) !important;
}

.toolbar::before {
    background: none;
    width: 0;
}

.toolbar>ul {
    background-color: var(--primary_trans) !important;
}

.table thead th {
    vertical-align: middle;
}

.table td,
.table th {
    vertical-align: middle;
}

.table {
    font-size: 14px;
}

.nowrap {
    white-space: nowrap;
}

.toolbar>ul>li.toolbar-divider {
    background-color: var(--primary) !important;
}

.manage-asn {
    text-decoration: none;
}

.password-toggle>input {
    max-width: 100%;
}

.password-toggle .form-control-feedback {
    right: 20px;
}

.password-toggle .form-password-toggle.active {
    display: inline;
}

.form-password-toggle {
    position: absolute;
    top: 33px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: none;
    cursor: pointer;
    color: #666;
}

.form-control,
.is-focused .form-control {
    background-image: linear-gradient(to top, var(--primary) 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #aaa 1px, rgba(210, 210, 210, 0) 1px);
}

.has-danger .form-control,
.is-focused .has-danger .form-control {
    background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #aaa 1px, rgba(210, 210, 210, 0) 1px);
}

.has-success .form-control,
.is-focused .has-success .form-control {
    background-image: linear-gradient(to top, #4caf50 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, #aaa 1px, rgba(210, 210, 210, 0) 1px);
}

.form-control-feedback>svg {
    display: none;
}

.form-control-feedback>svg.active {
    display: inline;
}

.card .card-header-primary,
.card.bg-primary,
.card.card-rotate.bg-primary .front,
.card.card-rotate.bg-primary .back {
    background: linear-gradient(60deg, var(--primary), var(--primary_hover));
}

.card .card-header-primary {
    box-shadow: 0 5px 20px 0px rgb(0 0 0 / 20%), 0 13px 24px -11px rgb(16 68 123 / 60%);
}

.btn.btn-primary {
    box-shadow: 0 2px 2px 0 rgb(16 68 123 / 14%), 0 3px 1px -2px rgb(16 68 123 / 20%), 0 1px 5px 0 rgb(16 68 123 / 12%);
}

.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:hover {
    box-shadow: 0 14px 26px -12px rgb(16 68 123 / 42%), 0 4px 23px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(16 68 123 / 20%);
}

.togglebutton label input[type=checkbox]:checked+.toggle {
    background-color: rgb(16, 68, 123);
}

.togglebutton label input[type=checkbox]:checked+.toggle:after {
    border-color: rgb(16, 68, 123);
}

.togglebutton label input[type=checkbox]:checked+.toggle:active:after {
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 40%), 0 0 0 15px rgb(16 68 123 / 10%);
}

.togglebutton label .toggle,
.togglebutton label input[type=checkbox][disabled]+.toggle {
    margin-right: 5px;
}

.navbar.bg-primary {
    color: #ffffff;
    background-color: rgb(16, 68, 123) !important;
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 12px -5px rgb(16 68 123 / 46%);
}

.navbar .navbar-brand {
    height: auto !important;
}

.navbar {
    border-radius: 0;
}

.navbar .navbar-nav .nav-item.active .nav-link:hover,
.navbar .navbar-nav .nav-item.active .nav-link:focus {
    background-color: var(--primary_hover);
}

.bootstrap-datetimepicker-widget a[data-action] {
    color: var(--primary) !important;
    font-size: 25px;
}

.bootstrap-datetimepicker-widget a[data-action]:hover {
    color: var(--primary-hover) !important;
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: var(--primary-hover);
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: var(--primary);
    color: #ffffff;
}

.bootstrap-datetimepicker-widget table td.active>div,
.bootstrap-datetimepicker-widget table td.active:hover>div {
    background-color: var(--primary) !important;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(16, 68, 123, 0.4) !important;
}

.cookie-content {
    bottom: 0;
    position: fixed;
    right: 0;
    background-color: #555;
    z-index: 999;
}

.cookie-content a {
    cursor: pointer;
    text-decoration: underline;
    color: white;
}

.cookie-content a:hover {
    color: var(--gray_secondary);
}

.cookie-dismiss {
    position: absolute;
    right: 30px;
    top: 30px;
    color: white;
    cursor: pointer;
}

.cookie-dismiss:hover {
    color: var(--gray_secondary);
}

#map {
    margin-top: 0;
    height: 400px;
}

#map_global {
    margin-top: 0;
    height: 400px;
}

.chart {
    margin-top: 0;
    height: 200px;
}

.over-map {
    width: calc(100% - 30px);
    height: 400px;
    line-height: 400px;
    position: absolute;
    /* Profondità visualizzazione*/
    z-index: 100;
    background-color: var(--gray);
}

.over-chart {
    width: calc(100% - 30px);
    height: 200px;
    line-height: 200px;
    position: absolute;
    z-index: 100;
    background-color: var(--gray);
}

.container-fluid-more-padding {
    padding-left: 1rem;
    padding-right: 1rem;
}

.ml-4_5 {
    padding-left: 2rem;
}

html {
    font-size: 0.9rem;
}

.footer-desc p,
.footer-desc a,
.footer-link {
    font-size: 0.8rem;
}

.asn-tile>h4 {
    font-size: 0.95rem;
    background-color: var(--gray);
    border-radius: 6px 6px 0 0;
    padding: 5px 10px;
    /*display: inline-flex;*/
}

.fas-more {
    font-size: 12px;
    vertical-align: -1px;
    margin-right: 3px;
}

.fas-extra {
    font-size: 18px;
    vertical-align: -4px;
    margin-right: 3px;
}

.fas-iper {
    font-size: 34px;
    vertical-align: -11px;
    margin-right: 3px;
}

.nav-pills .nav-item .nav-link {
    padding: 8px 10px;
}

.nav-pills:not(.flex-column) .nav-item+.nav-item:not(:first-child) {
    margin-left: 3px;
}

.navbar-collapse .navbar-nav .nav-item.active .nav-link,
.navbar-collapse .navbar-nav .nav-item.active .nav-link:hover,
.navbar-collapse .navbar-nav .nav-item.active .nav-link:focus,
.navbar-collapse .navbar-nav .nav-item.active .nav-link:active {
    background-color: var(--primary);
    color: #fff;
}

#toast_master {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
}


/* Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {
    #map {
        margin-top: 0;
        height: 450px;
    }
    #map_global {
        margin-top: 0;
        height: 450px;
    }
    .chart {
        margin-top: 0;
        height: 250px;
    }
    .over-map {
        width: calc(100% - 30px);
        height: 450px;
        line-height: 450px;
        position: absolute;
        z-index: 100;
        background-color: var(--gray);
    }
    .over-chart {
        width: calc(100% - 30px);
        height: 250px;
        line-height: 250px;
        position: absolute;
        z-index: 100;
        background-color: var(--gray);
    }
    .container-fluid-more-padding {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    html {
        font-size: 0.95rem;
    }
    .footer-desc p,
    .footer-desc a,
    .footer-link {
        font-size: 0.85rem;
    }
    .fas-more {
        font-size: 14px;
        vertical-align: -2px;
        margin-right: 3px;
    }
    .fas-extra {
        font-size: 20px;
        vertical-align: -5px;
        margin-right: 3px;
    }
    .fas-iper {
        font-size: 36px;
        vertical-align: -12px;
        margin-right: 3px;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
}


/* Medium devices (tablets, 768px and up)*/

@media (max-width: 767px) {
    .sticky-top {
        position: relative !important;
        top: 0 !important;
    }
}

@media (min-width: 768px) {
    #map {
        margin-top: 0;
        height: 520px;
    }
    #map_global {
        margin-top: 0;
        height: 520px;
    }
    .chart {
        margin-top: 0;
        height: 300px;
    }
    .over-map {
        width: calc(100% - 30px);
        height: 520px;
        line-height: 520px;
        position: absolute;
        z-index: 100;
        background-color: var(--gray);
    }
    .over-chart {
        width: calc(100% - 30px);
        height: 300px;
        line-height: 300px;
        position: absolute;
        z-index: 100;
        background-color: var(--gray);
    }
    .container-fluid-more-padding {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    html {
        font-size: 1rem;
    }
    .footer-desc p,
    .footer-desc a,
    .footer-link {
        font-size: 0.9rem;
    }
    .asn-tile>h4 {
        font-size: 1rem;
        padding: 40px 0px;
        /*display: block;*/
        margin-top: 10px;
        border-radius: 6px;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .ml-md-3 {
        margin-left: 1rem !important;
    }
    .fas-more {
        font-size: 16px;
        vertical-align: -3px;
        margin-right: 3px;
    }
    .fas-extra {
        font-size: 22px;
        vertical-align: -6px;
        margin-right: 3px;
    }
    .fas-iper {
        font-size: 38px;
        vertical-align: -13px;
        margin-right: 3px;
    }
    .nav-pills .nav-item .nav-link {
        padding: 10px 15px;
    }
    .nav-pills:not(.flex-column) .nav-item+.nav-item:not(:first-child) {
        margin-left: 15px;
    }
    .p-md-3 {
        padding: 1rem !important;
        /*!important = da priorità su ovveride */
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .mb-md-0 {
        margin-bottom: 0;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    #toast_master {
        width: 50%;
    }
}


/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {
    #map {
        margin-top: 0;
        height: 600px;
    }
    #map_global {
        margin-top: 0;
        height: 600px;
    }
    .chart {
        margin-top: 0;
        height: 350px;
    }
    .over-map {
        width: calc(100% - 30px);
        height: 600px;
        line-height: 600px;
        position: absolute;
        z-index: 100;
        background-color: var(--gray);
    }
    .over-chart {
        width: calc(100% - 30px);
        height: 350px;
        line-height: 350px;
        position: absolute;
        z-index: 100;
        background-color: var(--gray);
    }
    .container-fluid-more-padding {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    html {
        font-size: 1rem;
    }
    .footer-desc p,
    .footer-desc a,
    .footer-link {
        font-size: 0.9rem;
    }
    .fas-more {
        font-size: 18px;
        vertical-align: -4px;
        margin-right: 3px;
    }
    .fas-extra {
        font-size: 24px;
        vertical-align: -7px;
        margin-right: 3px;
    }
    .fas-iper {
        font-size: 40px;
        vertical-align: -14px;
        margin-right: 3px;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .ml-lg-3 {
        margin-left: 1rem !important;
    }
    .navbar-collapse .navbar-nav .nav-item.active .nav-link,
    .navbar-collapse .navbar-nav .nav-item.active .nav-link:hover,
    .navbar-collapse .navbar-nav .nav-item.active .nav-link:focus,
    .navbar-collapse .navbar-nav .nav-item.active .nav-link:active {
        background-color: rgb(255 255 255 / 20%);
        color: #fff;
    }
    #toast_master {
        width: 43%;
    }
}


/* Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
    #map {
        margin-top: 0;
        height: 700px;
    }
    #map_global {
        margin-top: 0;
        height: 700px;
    }
    .chart {
        margin-top: 0;
        height: 400px;
    }
    .over-map {
        width: calc(100% - 30px);
        height: 700px;
        line-height: 700px;
        position: absolute;
        z-index: 100;
        background-color: var(--gray);
    }
    .over-chart {
        width: calc(100% - 30px);
        height: 400px;
        line-height: 400px;
        position: absolute;
        z-index: 100;
        background-color: var(--gray);
    }
    .container-fluid-more-padding {
        padding-left: 8rem;
        padding-right: 8rem;
    }
    html {
        font-size: 1rem;
    }
    .footer-desc p,
    .footer-desc a,
    .footer-link {
        font-size: 0.9rem;
    }
    #toast_master {
        width: 35%;
    }
}

#loading_map {
    /*background-image: url("../assets/img/maps/loading-map.gif");*/
    display: none;
}

.chart svg {
    border-radius: 6px;
}

.vertical-center {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.vertical-center>img {
    vertical-align: middle;
}

.loading-chart {
    /*background-image: url("../assets/img/maps/loading-map.gif");*/
    display: none;
}

#alert_map {
    display: none;
}

.togglebutton label {
    color: #666 !important;
}

.bmd-form-group:not(.has-success):not(.has-danger) [class^='bmd-label'].bmd-label-floating,
.bmd-form-group:not(.has-success):not(.has-danger) [class*=' bmd-label'].bmd-label-floating {
    color: #666;
}

.bmd-form-group label {
    color: #666;
}

.bmd-settings {
    top: -18px;
}

.is-focused [class^='bmd-label'],
.is-focused [class*=' bmd-label'] {
    color: var(--primary);
}

.bmd-label-select {
    top: -2;
    left: 0;
    font-size: 0.6875rem;
    position: absolute;
    pointer-events: none;
    transition: 0.3s ease all;
    color: #666;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: rgba(0, 0, 0, 0);
    opacity: 0.8;
}

fieldset[disabled][disabled] .form-control,
.form-control.disabled,
.form-control:disabled,
.form-control[disabled] {
    background-image: linear-gradient(to top, #aaa 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #aaa 1px, rgba(210, 210, 210, 0) 1px);
    background-repeat: repeat-x;
    background-size: 0 100%, 100% 100%;
}

.form-check .form-check-input:checked~.form-check-sign .check {
    background: var(--primary);
}

label {
    color: #666;
}

.tooltip-inner {
    max-width: 250px;
    text-align: left;
}

.asn-box {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%) !important;
    border: 0 !important;
    border-radius: 6px !important;
}

.table-hover tbody tr:hover {
    background-color: rgba(16, 68, 123, 0.2);
}

.table .thead-light th {
    color: #fff;
    background-color: var(--primary);
}

.table .thead-secondary th {
    color: #000;
    background-color: rgba(16, 68, 123, 0.2);
}

.border-right {
    border-right: 1px solid black;
}

.hr-section {
    border-top: 1px solid var(--primary);
    margin-top: 15px;
    margin-bottom: 15px;
}

.hr-inner {
    border-top: 1px dashed var(--gray_secondary);
    margin-top: 15px;
    margin-bottom: 15px
}

.table-sm th,
.table-sm td {
    padding: 0.1rem;
}

.table-sm {
    font-size: 12px;
}

.bmd-help-asn {
    position: relative;
}

.navbar-collapse::after {
    background-color: var(--gray) !important;
}


/*
.navbar-collapse .navbar-nav .nav-item.active .nav-link,
.navbar-collapse .navbar-nav .nav-item.active .nav-link:hover,
.navbar-collapse .navbar-nav .nav-item.active .nav-link:focus,
.navbar-collapse .navbar-nav .nav-item.active .nav-link:active {
    background-color: var(--primary);
    color: #fff;
}
*/

.form-check .form-check-input:checked~.circle {
    border-color: var(--primary);
}

.form-check .form-check-label .circle .check {
    background-color: var(--primary);
    top: -1px;
    left: -1px;
}

.bmd-help-hidden {
    /*opacity: 0;*/
    display: none;
    color: #f44336;
    position: absolute;
    left: 0;
    top: 14px;
}

.sel-form-group {
    padding-top: 27px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.4375rem + -3px);
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #495057;
}

.select-asn {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #495057 !important;
    border-color: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
    padding: 6px 1px;
    transition: background-color 1s ease-out;
}

.select-asn:hover {
    color: var(--primary) !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus {
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 10px -5px rgba(16, 68, 123, 0.4);
    background-color: var(--primary_hover);
    color: #fff !important;
}

.dropdown-menu .dropdown-item:active,
.dropdown-menu a:active,
.dropdown-menu a.active {
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 10px -5px rgba(16, 68, 123, 0.4);
    background-color: var(--primary);
    color: #fff !important;
}

.form-check-label.disabled {
    cursor: not-allowed;
}

.a-not-link {
    color: var(--primary) !important;
    cursor: pointer !important;
}

.a-not-link:hover {
    color: var(--primary_hover) !important;
}

.over-tr {
    display: none;
    width: calc(100% - 30px);
    height: 100%;
    line-height: 100%;
    position: absolute;
    z-index: 100;
    background-color: var(--gray);
}

.filter-option.has-danger {
    color: #f44336;
}

.filter-option.has-success {
    color: #4caf50;
}

.no-transition {
    transition: none !important;
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f44336;
    margin: 0 5px;
    white-space: nowrap;
    border-radius: 3px;
    color: white;
}

.new-tr {
    display: none;
}

.a-file-download {
    font-size: 30px;
}

.footer-fixed-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

footer {
    padding: 0;
}

.select-asn.is-focused {
    background-image: linear-gradient(to top, var(--primary) 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #aaa 1px, rgba(210, 210, 210, 0) 1px);
}

.select-asn.is-focused.has-danger {
    background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #aaa 1px, rgba(210, 210, 210, 0) 1px);
}

.select-asn.is-focused.has-success {
    background-image: linear-gradient(to top, #4caf50 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, #aaa 1px, rgba(210, 210, 210, 0) 1px);
}

.alert-hidden {
    display: none;
}

.disabled {
    cursor: not-allowed;
}

.square {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
}

.carousel .carousel-indicators li {
    background: var(--primary);
    box-shadow: 0 2px 2px 0 rgb(16 68 123 / 20%), 0 3px 1px -2px rgb(16 68 123 / 20%), 0 1px 5px 0 rgb(16 68 123 / 20%);
}

.micro-vehicle {
    padding: 6px;
    border-radius: 6px;
    /*border: 1px solid var(--primary);*/
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%) !important;
    margin: 0px 6px;
    cursor: pointer;
}

.micro-vehicle svg {
    height: 24px;
    position: relative;
    bottom: -6px;
    margin-right: 4px;
    margin-left: 4px;
}

.micro-vehicle-1 {
    color: #000;
    background-color: #e74c3c;
}

.micro-vehicle-1 svg {
    fill: #000;
}

.micro-vehicle-2 {
    color: #fff;
    background-color: #3498db;
}

.micro-vehicle-2 svg {
    fill: #fff;
}

.micro-vehicle-3 {
    color: #000;
    background-color: #2ecc71;
}

.micro-vehicle-3 svg {
    fill: #000;
}

.micro-vehicle-4 {
    color: #000;
    background-color: #f1c40f;
}

.micro-vehicle-4 svg {
    fill: #000;
}

.micro-vehicle-5 {
    color: #fff;
    background-color: #8e44ad;
}

.micro-vehicle-5 svg {
    fill: #fff;
}

.micro-vehicle-6 {
    color: #000;
    background-color: #ecf0f1;
}

.micro-vehicle-6 svg {
    fill: #000;
}

.micro-vehicle-7 {
    color: #fff;
    background-color: #17202a;
}

.micro-vehicle-7 svg {
    fill: #fff;
}

.micro-vehicle-8 {
    color: #000;
    background-color: #95a5a6;
}

.micro-vehicle-8 svg {
    fill: #000;
}

.micro-vehicle-9 {
    color: #000;
    background-color: #1abc9c;
}

.micro-vehicle-9 svg {
    fill: #000;
}

.micro-vehicle-10 {
    color: #000;
    background-color: #e67e22;
}

.micro-vehicle-10 svg {
    fill: #000;
}

.list-inline-item {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.tooltip>.tooltip-inner {
    /*background-color: var(--gray);*/
    border: 1px solid #555;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #555 !important;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #555 !important;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: #555 !important;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: #555 !important;
}

.top-25- {
    top: -25px;
}

.num_timeout {
    color: var(--primary);
    font-size: 20px;
}


/*
.navbar-brand>img {
    height: 75px;
}
*/

.footer-desc>p>img {
    height: 25px;
    margin-bottom: 20px;
}

.footer-desc {
    line-height: 20px;
}

.alert-android-11 {
    background-color: #f1c40f;
}

.info-android {
    background-color: #fff;
    border-radius: 100px;
}

.modal-primary {
    background: rgba(16, 68, 123, 0.75);
}

.modal-success {
    background: rgba(71, 164, 75, 0.75);
}

.modal-warning {
    background: rgba(255, 152, 0, 0.75);
}

.modal-danger {
    background: rgba(244, 67, 54, 0.75);
}

.modal-black {
    background: rgba(0, 0, 0, 0.75);
}

.btn.btn-secondary {
    background-color: #ccc;
}

.btn.btn-secondary:focus,
.btn.btn-secondary.focus,
.btn.btn-secondary:hover {
    color: rgba(0, 0, 0, 0.87);
    background-color: #888;
    border-color: #666;
}

.asn-toast {
    background: white;
    margin-bottom: 15px;
    box-shadow: 0 5px 10px 2px rgb(0 0 0 / 50%) !important;
    border: 0 !important;
    border-radius: 6px !important;
    display: none;
}

.w-35 {
    width: 35% !important;
}

.asn-toast .toast-header {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    color: black;
}

.toast-success .toast-header {
    background: rgba(71, 164, 75, 0.75);
    border-radius: 6px 6px 0px 0px;
}

.toast-danger .toast-header {
    background: rgba(244, 67, 54, 0.75);
    border-radius: 6px 6px 0px 0px;
}

.asn-toast .toast-body {
    padding: 10px;
}

.asn-toast-wrapper {
    z-index: 100;
    position: fixed;
    bottom: 0;
}

.btn-admin {
    width: 30px;
    height: 30px;
    padding: 0px 0px;
    border-radius: 20px;
    font-size: 20px;
    text-align: center;
    margin: 2px;
}

.unclickable {
    cursor: not-allowed;
}

.text-primary {
    color: var(--primary) !important;
}

.close {
    text-shadow: none;
    font-weight: 1000;
    opacity: 1 !important;
}

.form-textarea {
    border: 1px solid var(--gray_secondary);
    border-radius: 6px;
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    font-size: 14px;
    transition: 0.2s ease-in-out;
    display: block;
    width: 100%;
    box-sizing: border-box;
    /*max-height: 94px;*/
    /* optional, but recommended */
    min-height: 80px;
    overflow: hidden;
    /* for Firefox (issue #5) */
}

.form-textarea[contenteditable]:empty::before {
    content: "Scrivi qui il corpo del messaggio";
    color: gray;
}

.form-textarea:focus {
    border: 1px solid var(--primary);
}

.textarea-label {
    position: absolute;
}

#clear_toast {
    text-align: center;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translate(-50%, 0);
}

#clear_toast button {
    font-size: 24px;
    padding: 0px 10px;
    border-radius: 27px;
    line-height: 1.5;
    box-shadow: 0 5px 10px 2px rgb(0 0 0 / 50%) !important;
    display: none;
}

#clear_toast button svg {
    vertical-align: -0.15em;
}

.expiration-good {
    color: #4caf50;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.expiration_warning {
    color: #ff9800;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.expiration-wrong {
    color: #f44336;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.enable_good {
    color: #4caf50;
    font-size: 40px;
}

.enable_wrong {
    color: #f44336;
    font-size: 40px;
}

.progress-vertical {
    width: 20px;
    min-height: 100px;
    display: flex;
    align-items: flex-end;
    margin-right: 5px;
    float: left;
    background: rgba(16, 68, 123, 0.1);
    border-radius: 6px;
    margin-bottom: 0;
}

.progress-vertical .progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
}

.progress-bar-flex {
    display: inline-flex;
    width: 100%;
}

.progress-asn-download {
    background: rgba(16, 68, 123, 0.2);
    height: 10px;
    border-radius: 20px;
}

.progress-asn-download .progress-bar {
    background: var(--primary);
    -webkit-transition: width linear;
    transition: width linear;
}

.progress-asn-download .progress-bar-striped {
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.v-center {
    display: table-cell;
    vertical-align: middle;
}

.nav-pills .nav-item .nav-link.active {
    color: #ffffff;
    background-color: var(--primary);
    box-shadow: 0 5px 20px 0px rgb(0 0 0 / 20%), 0 13px 24px -11px rgb(16 68 123 / 60%);
}

.nav-pills .nav-item .nav-link.active ::after {
    color: red;
}

.nav-pills .nav-item .nav-link {
    background-color: var(--gray);
}

.nav-pills .nav-item .nav-link:hover {
    background-color: var(--gray_secondary);
    color: black;
}

.nav-pills .nav-item .nav-link.active:hover {
    background-color: var(--primary);
    cursor: default;
    color: white;
}

.table-upper-desc {
    padding: 5px;
    color: black;
}

.plr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

#back_upper {
    position: fixed;
    bottom: 35px;
    left: 35px;
    z-index: 100;
    display: none;
}

#back_upper>button {
    padding: 15px 16px;
    border-radius: 6px;
}

.width-90 {
    width: 90%;
}

.th-button {
    cursor: pointer;
}

.brt-6 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

h6 {
    font-size: 17px;
    margin-bottom: 0;
}

.fs-14 {
    font-size: 14px;
}

.fs-11 {
    font-size: 11px;
}

.lh-13 {
    line-height: 13px;
}

red {
    color: #f44336;
}

.ASC::after {
    color: #FFF;
    content: '\f078';
    /* You should use \ and not /*/
    font-family: "Font Awesome 5 Free";
    /* This is the correct font-family*/
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    font-weight: 900;
    position: absolute;
    top: 26px;
    margin-left: 6px;
}

.DESC::after {
    color: #FFF;
    content: '\f077';
    /* You should use \ and not /*/
    font-family: "Font Awesome 5 Free";
    /* This is the correct font-family*/
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    font-weight: 900;
    position: absolute;
    top: 26px;
    margin-left: 6px;
}

.tr-selectable-odd,
.tr-selectable-even {
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.tr-selected-odd {
    background-color: #6a98fcb9 !important;
}

.tr-selected-even {
    background-color: #4f77c2b9 !important;
}

.tr-selected-odd:hover {
    background-color: rgba(16, 68, 123, 0.7) !important;
}

.tr-selected-even:hover {
    background-color: rgba(16, 68, 123, 0.7) !important;
}

#selection_control {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
    left: 35px;
    z-index: 100;
    display: none;
    background-color: white;
    /*box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.7);*/
    box-shadow: 0 5px 20px 0px rgb(0 0 0 / 20%), 0 13px 24px -11px rgb(16 68 123 / 60%);
    border-radius: 4px;
    border: 1px solid #777;
    /*width: min-content;*/
}


/*
#led_connection {
    position: absolute;
}
*/

#led_connection .connection-symbol {
    font-size: 25px;
}

.red {
    color: #f44336;
}

.yellow {
    color: #ff9800;
}

.green {
    color: #4caf50;
}

.blue {
    color: var(--primary);
}

#led_connection>span {
    vertical-align: middle;
}

.nav-pills .nav-item .nav-link {
    min-width: 0;
}

.span-button {
    padding: 20px 10px;
    background-color: #ececec;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%) !important;
    border-radius: 4px;
    line-height: 24px;
}

.span-title {
    font-size: 16px;
}

.form-check .form-check-label span {
    top: 0;
    left: 0;
}

.form-check .form-check-sign:before {
    top: 3px;
    left: 2px;
    height: 15px;
    width: 15px;
}

.form-check .form-check-label {
    padding-top: 3px;
}

.togglebutton label .toggle,
.togglebutton label input[type=checkbox][disabled]+.toggle {
    top: -1px;
    position: relative;
}

.table-fix-head {
    overflow: auto;
    /*height: 300px;*/
}

.table-fix-head thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.d-flex-center {
    display: flex;
    align-items: center;
}

.d-flex-top {
    display: flex;
    align-items: flex-start;
}

.d-flex-bottom {
    display: flex;
    align-items: flex-end;
}

.li-dot {
    list-style-type: circle;
}


/*
#asn_global_pane {
    display: none;
}
*/

.setting-marker {
    display: inline-block;
}

#operation_feedback {
    /*background-color: #f8f9fa;*/
    border-radius: 21px;
    /*padding: 6px 10px;*/
    display: none;
    /*color: black;*/
}

.line-h-26 {
    line-height: 26px;
}

.wrap-icon-level {
    color: var(--primary);
}

.modal-xxl {
    max-width: 900px;
}

.swal2-actions{
    z-index: 0 !important;
}
.dropdown-menu{
    z-index: 9999999999999999;
}
#tablePoiAssociation_previous, #tablePoiAssociation_next, #tablePoiAssociation_info{
    font-size: 15px;
}