label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size:15px;
}

.fa-info-circle {
    transition: .5s;
    color: #d85a13;
}

.fa-info-circle:hover {
    color: #203c89;
}

b, strong {
    font-weight: bold !important;
}

.swal2-container {
    display: grid;
    position: fixed;
    z-index: 9999 !important;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    color: #fff;
    font-size: 1.1em !important;
}


.layout-navbar-fixed .wrapper .main-header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3000;
}

.modal-body {
    margin-bottom: -12px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30001;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-header .close, .modal-header .mailbox-attachment-close {
    padding: 1rem;
    margin: inherit;
}

.close {
    cursor: pointer;
}

.close:after, .close:before {
    content: "";
    height: 20px;
    width: 20px;
    border-top: 1px solid #000;
    position: absolute;
    top: 7px;
    right: -8px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close:before {
    right: 6px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
}

/***STAMPA***/
@-moz-document url-prefix() {
    @media print {
        @page {
            size: A4;
            margin: 0 !important;
        }

        html, body {
            width: 469mm;
            height: 282mm;
            background: #ecf4fe !important;
            overflow: hidden !important;
        }

        body {
            padding-top: 0 !important;
        }

        .col-lg-10 {
            max-width: 83.333% !important;
        }
    }
}

@media print {
    @media (min-width:320px) {
        .hidden-print {
            display: none !important;
        }
        [data-tooltip-text] {
            display: none !important;
        }
        .banca_mobile {
            display: block !important;
        }
    }

    @media (min-width:480px) {
        .hidden-print {
            display: none !important;
        }
        [data-tooltip-text] {
            display: none !important;
        }
        .banca_mobile {
            display: block !important;
        }
    }

    @media (min-width:600px) {
        .hidden-print {
            display: none !important;
        }
        [data-tooltip-text] {
            display: none !important;
        }
        .banca_mobile {
            display: block !important;
        }
    }

    @media (min-width:801px) {
        .hidden-print {
            display: none !important;
        }
        [data-tooltip-text] {
            display: none !important;
        }
        .banca_mobile {
            display: block !important;
        }
    }

    @media (min-width:1025px) {
        .hidden-print {
            display: none !important;
        }
        [data-tooltip-text] {
            display: none !important;
        }
        .banca_mobile {
            display: block !important;
        }
    }
}
/***STAMPA***/

br {
    content: "A" !important;
    display: block !important;
    margin-bottom: 0.1em !important;
}

.masthead.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    opacity: 1;
    transition: .5s;
    filter: brightness(30%);
}

.content-wrapper {
    background-color: #ecf4fe !important;
}

.h5, h5 {
    font-size: 1.20rem;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #bbbaba17;
    opacity: 1;
}


.navbar-light .navbar-nav .nav-link {
    color: #d85a13;
    transition: .5s
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #203c89;
    }

.layout-footer-fixed .wrapper .main-footer {
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    z-index: 1032
}

.head {
    width: 100%
}

.logo {
    float: left;
    padding: 10px
}

* {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important
}

.swal2-popup {
    font-size: .8rem !important
}

.navbar-white {
    background-color: #fff !important;
    color: #d85a13
}

.main-header {
    border-bottom: 1px solid #fff;
    z-index: 1034
}

.text:hover {
    color: rgba(0,0,0,.7) !important
}

.text {
    color: #45545e
}

.swal-wide {
    width: 40rem !important;
    height: 25rem !important;
    font-size: .75rem !important;
    border-radius: 1.25rem !important
}

.href-hover {
    color: #d85a13 !important;
    text-decoration: none !important
}

    .href-hover:hover {
        text-decoration: underline !important;
        opacity: 80% !important
    }

.callout {
    border-radius: .25rem;
    box-shadow: none;
    background-color: #FFFFFF;
    border-left: none;
    margin-bottom: 1rem;
    padding: 1rem
}

.card {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #d8d8d8;
    background-clip: border-box;
    border-radius: 1.25rem !important;
}

.card-header {
    padding: none;
    margin-bottom: 0;
    background-color: #d8d8d8 !important;
    border-bottom: none;
    border-radius: 1.25rem !important
}

.card-body {
    background-color: #fff !important;
    border-radius: 1.25rem !important
}

.commento {
    color: #708090;
    font-size: 90%
}

.swal2-popup {
    font-family: inherit;
    font-size: .6rem
}

.visible {
    visibility: visible
}

.hidden {
    visibility: hidden
}

.btn-botton {
    color: #fff;
    background-color: #d85a13;
    border: none !important;
    box-shadow: none !important;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 10px 30px; /* 12px 35px */
    transition: .5s
}

    .btn-botton:hover {
        color: #fff;
        box-shadow: none !important;
        border: none !important;
        border-color: none !important;
        background-color: #203c89;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px
    }

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    height: 46px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2.25rem !important;
    transition: .5s
}

    .form-control:hover {
        color: #000;
        box-shadow: none;
        border-color: #203c89;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        transition: border-color .4s ease-out,border .4s ease-out !important
    }

    .form-control:active, .form-control:focus {
        border-right: none !important;
        border-bottom: 1px solid !important;
        box-shadow: none !important;
        border-top: none !important;
        border-left: none !important;
        border-color: #d85a13 !important;
        box-shadow: 1px 1px 0 0 #d85a13 !important;
        transition: border-right .4s ease-out,border-bottom .4s ease-out,border-left .4s ease-out,border-top .4s ease-out,box-shadow .4s ease-out !important
    }

    .form-control:disabled, .layout-top-nav .wrapper .main-header .brand-image {
        margin-top: .5rem;
        margin-right: .2rem;
        height: 45px
    }

[data-tooltip-text]:hover {
    position: relative
}

[data-tooltip-text]:hover:after {
    background-color: #d85a13 !important;
    -webkit-box-shadow: 0 0 3px 1px rgba(50,50,50,.4);
    -moz-box-shadow: 0 0 3px 1px rgba(50,50,50,.4);
    box-shadow: 0 0 3px 1px rgba(50,50,50,.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    content: attr(data-tooltip-text);
    margin-bottom: 10px;
    top: 130%;
    left: 0;
    padding: 7px 12px;
    position: absolute;
    width: auto;
    min-width: 250px;
    max-width: 1000px;
    word-wrap: break-word;
    z-index: 9999
}

.valore_positivo {
    color: #193d85
}

.valore_negativo {
    color: #d85a13
}

.blur {
    filter: blur(5px);
    filter: brightness(30%)
}

a {
    color: #d85a13;
    transition: .5s;
    text-decoration: none
}

    a:hover {
        color: #203c89
    }

.main-footer {
    background-color: #FFFFFF;
    border-top: 2px solid #d85a13;
    color: #869099;
    padding: 1rem;
}

.main-header {
    border-bottom: 2px solid #d85a13;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 32px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 25px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 45px !important;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #203c89;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 9px !important;
    right: 1px;
    width: 20px;
}
