﻿
/*<style >*/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    background-color: #f3f2f1 !important;
    background-color: #fefefe !important;
}

.site-container {
    display: flex;
    flex-flow: column;
    min-height: 100vh !important;
    width: fit-content !important;
    min-width: 100% !important;
}

    .site-container .site-header {
        flex: 0 1 auto;
    }

.head-row-1 * {
    font-size: 0.80rem !important;
}

.site-container .site-content {
    flex: 1 1 auto;
    margin-top: 120px !important;
}

.site-container .site-footer {
    background-color: #424244 !important;
}

.site-footer-row-1 * {
    font-size: 0.90rem !important;
}

/*</style >*/




/*<style >*/
.flex-fill {
    flex: 1 1 auto;
}

* {
    font-size: 1.00rem !important;
}

.bg-footer  {
    background-color: #424244 !important;
    /* font-size: 9pt !important;*/
}


.bg-footer > * {
    background-color: #424244 !important;
   /* font-size: 9pt !important;*/
}

.border-footer {
    border-top: 10px solid #39c7ce;
    border-top: 10px solid #115899;
}

.footer-h1 {
    color: #39c7ce !important;
    color: #ececec !important;
    font-size: 1.2rem;
    text-decoration: none !important;
    font-weight: 500;
}

.form-label {
    min-width: 160px !important;
    padding-right: 0 !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
}


.text-primary {
    color: #115899 !important;
}


.section-sep {
    border-top: 0px solid #115899 !important;
    padding-top: 20px !important;
}


.gdpr-policy-box-2 {
    max-height: 400px !important;
    overflow-y: auto !important;
    border: 1px solid #979799 !important;
    padding: 10px 5px !important;
    background-color: white !important;
}

.gdpr-policy-box {
    max-height: 230px !important;
    overflow-y: auto !important;
    background-color: white !important;
}

    .gdpr-policy-box-2 *, .gdpr-policy-box * {
        font-size: 0.90rem !important;
    }


input[type='checkbox'] {
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-right: 5px !important;
}

    input[type='checkbox'] + label {
        vertical-align: top;
        cursor: pointer;
    }

    input[type='checkbox']:checked + label {
        font-weight: 700;
    }


.border-0 {
    border: 0 solid #FFFFFF !important;
}


input[type='submit'] {
    min-width: 90px !important;
    min-height: 25px !important;
    cursor: pointer !important;
    color: #115899 !important;
    border: 1px solid #115899 !important;
    font-weight: 600;
}

    input[type='submit']:hover {
        min-width: 90px !important;
        min-height: 25px !important;
        cursor: pointer !important;
        background-color: #115899 !important;
        color: #ffffff !important;
        border: 1px solid #115899 !important;
    }


.bg-primary {
    background-color: #115899 !important;
}

.page-title {
    font-size: 1.3rem !important;
    font-weight: 400 !important;
}

.page-bg {
    border: 0px solid #115899 !important;
    border-radius: 20px !important;
    padding-top: 10px !important;
    background-color: #FFFFFF !important;
    background-color: #EEEEEE !important;
}



.titolo-sezione {
    font-size: 1.10rem !important;
    font-weight: 600 !important;
}

.fa {
    font-size: 1.1rem !important;
}

.icon-size {
    font-size: 1.1rem !important;
}

.user-icon {
    font-size: 1.31rem !important;
    font-weight: 400 !important;
}

.user-caret {
    font-size: 1.3rem !important;
    font-weight: 400 !important;
}

.fab {
    font-size: 2.0rem !important;
    font-weight: 400 !important;
    color: white !important;
}

.btn-outline-blue {
    color: #115899;
    border-color: #115899;
}

.btn-outline-blue-2 {
    color: #115899;
    border: 0;
    border-bottom: 1px solid #115899 !important;
}

    .btn-outline-blue:hover, .btn-outline-blue-2:hover {
        color: #fff;
        background-color: #55acdd;
        border-color: #115899;
    }

.bg-select-dwd-pack {
    color: #fff;
    background-color: #868688;
    font-weight: 400 !important;
}


.btn-blue {
    /*background-color: #115899 !important;*/
    background-color: #424244 !important;
    color: #fefefe !important;
}

    .btn-blue:hover {
        color: #fff;
        background-color: #55acdd;
        font-weight: 400 !important;
    }


.btn-blue-disable {
    background-color: #115899;
    color: #fefefe;
    pointer-events: none;
}

.btn-green {
    background-color: #39c7ce;
    color: #fefefe;
}

    .btn-green:hover {
        color: #fff;
        background-color: #115899;
        font-weight: 400 !important;
    }



.btn-home-servizi {
    background-color: #79421b;
    color: #ffffff;
    font-weight: 500 !important;
}

    .btn-home-servizi:hover {
        color: #fcfcfc;
        background-color: #d7732c;
        font-weight: 500 !important;
    }

.btn-home-sito {
    background-color: #a12424;
    color: #ffffff;
    font-weight: 500 !important;
}

    .btn-home-sito:hover {
        color: #fcfcfc;
        background-color: #e12424;
        font-weight: 500 !important;
    }


.btn-green-disable {
    background-color: #39c7ce;
    color: #fefefe;
    pointer-events: none;
}

.btn-footer {
    background-color: #424244 !important;
    color: #fefefe !important;
    font-weight: 500 !important;
    border: 1px solid #CBCBCB !important;
    border-radius: 7px !important;
    margin: auto !important;
}

    .btn-footer:hover {
        color: #fff;
        background-color: #424244 !important;
        font-weight: 400 !important;
    }

.btn-footer-disable {
    background-color: #424244 !important;
    color: #fefefe !important;
    pointer-events: none;
}

.bg-blue {
    background-color: #115899 !important;
}

.bg-grigio{
    background-color: #424244 !important;
}

.bg-grigio-light {
    background-color: #424244 !important;
}
.border-grigio-1 {
    border: 1px solid #cbcbcb !important;
}

.border-bottom-grigio-1 {
    border-bottom: 1px solid #cbcbcb !important;
}

.border-top-grigio-1 {
    border-top: 1px solid #cbcbcb !important;
}

.border-blue-1 {
    border: 1px solid #115899 !important;
}

.border-blue-2 {
    border: 2px solid #115899 !important;
}

.border-bottom-blue-1 {
    border-bottom: 1px solid #115899 !important;
    border-radius: 0px !important;
}

.border-top-blue-1 {
    border-top: 1px solid #115899 !important;
    border-radius: 0px !important;
}

.border-bottom-blue-2 {
    border-bottom: 2px solid #115899 !important;
    border-radius: 0px !important;
}

.border-top-blue-2 {
    border-top: 2px solid #115899 !important;
    border-radius: 0px !important;
}

.border-blue-3 {
    border: 3px solid #115899 !important;
}

.none-resize {
    resize: none;
}

.accordion-collapse {
    z-index: 1000 !important;
}

.accordion-w {
    min-width: 250px !important;
}

    .accordion-w * {
        font-size: 0.75rem !important;
    }

.fab {
    font-size: 2.5rem !important;
}



.bg-menu {
    background-color: #a2b4aa !important;
}

.navbar-toggler {
    width: 47px;
    height: 34px;
    background-color: #a2b4aa;
    border: none;
}

    .navbar-toggler .line {
        width: 100%;
        float: left;
        height: 2px;
        background-color: #fff !important;
        margin-bottom: 5px;
    }

    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
    }

.fs-login-register * {
    font-size: 1rem !important;
    font-weight: 400 !important;
    border: none !important;
}

/*</style >*/


/*<style >*/
.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.3;
}

.Cookies-Policy-MsgBox {
    background-color: #fefefe;
    font-size: 1.0rem !important;
    position: sticky !important;
    bottom: 0 !important;
    left: 0 !important;
    border: 5px solid white !important;
}

    .Cookies-Policy-MsgBox * {
        font-size: 1.05rem !important;
    }



    .Cookies-Policy-MsgBox .btn-accetta-tutto {
        color: black !important;
        /*background-color: #84b653 !important;*/
        min-width: 100px !important;
        font-weight: 400 !important;
        border: 1px solid #fefefe !important;
    }

        .Cookies-Policy-MsgBox .btn-accetta-tutto:hover {
            color: #000 !important;
            /* background-color: #84b653 !important;*/
            font-weight: 400 !important;
            min-width: 100px !important;
            border: 1px solid white !important;
            opacity: 0.6;
        }


    .Cookies-Policy-MsgBox .btn-preferenze {
        color: black !important;
        /*background-color: #f87b7b !important;*/
        min-width: 100px !important;
        font-weight: 400 !important;
        border: 1px solid white !important;
    }

        .Cookies-Policy-MsgBox .btn-preferenze:hover {
            color: #000 !important;
            /* background-color: #f87b7b !important;*/
            font-weight: 400 !important;
            min-width: 100px !important;
            border: 1px solid white !important;
            opacity: 0.6;
        }

/*</style >*/



/*<style type="text/css" >*/
.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 30px;
}

.switch input {
    opacity: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 25px;
        width: 25px;
        left: 5px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.default {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s;
}

    .default:before {
        position: absolute;
        content: "";
        height: 25px;
        width: 25px;
        left: 5px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.switch input:checked + .slider {
    background-color: #115899;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.switch input:focus + .default {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .default:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.switch input:checked + .default {
    background-color: #CCCCCC !important;
    pointer-events: none;
}

/* Rounded sliders */
.default.round {
    border-radius: 34px;
}

    .default.round:before {
        border-radius: 50%;
    }

.fw-600 {
    font-weight: 600 !important;
}

.text-danger {
    color: #BB0707 !important;
}

.file-icon-size-20 {
    width: 20px !important;
    height: 20px !important;
}
.file-icon-size-30 {
    width: 30px !important;
    height: 30px !important;
}
.file-icon-size-40 {
    width: 40px !important;
    height: 40px !important;
}
.file-icon-size-50 {
    width: 50px !important;
    height: 50px !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.min-w-50 {
    min-width: 50px !important
}
.fs-75 {
    font-size: 0.75rem !important;
}
.fs-80 {
    font-size: 0.80rem !important;
}
.fs-85 {
     font-size: 0.85rem !important;
}
.fs-90 {
    font-size: 0.90rem !important;
}
.fs-95 {
    font-size: 0.95rem !important;
}
.fs-100 {
    font-size: 1.00rem !important;
}
.fs-150 {
    font-size: 1.50rem !important;
}
.fs-175 {
    font-size: 1.75rem !important;
}
.fs-200 {
    font-size: 2.00rem !important;
}
.fs-250 {
    font-size: 2.50rem !important;
}
.fs-300 {
    font-size: 3.00rem !important;
}



.color-grigio {
    color: #424244 !important;
}
    /*</style >*/