/*** REGOLE PER L'UTILIZZO DI QUESTO FILE: ****/

/***** - QUESTO FILE DEVE CONTENERE SOLO REGOLE CSS GENERICHE, OVVERO REGOLE CHE POSSONO ESSERE UTILIZZATE SU PIU' CMS ****/
/***** - QUANDO SI AGGIUNGONO REGOLE CSS NON AGGIUNGERLE IN PUNTI A CASO DEL FILE, BENSI' CERCARE LA SEZIONE RELATIVA ALLE REGOLE CHE SI VOGLINO AGGIUNGERE ****/
/***** - SE NON SI TROVA UNA SEZIONE RELATIVA ALLE REGOLE CHE SI VOGLINO AGGIUNGERE CREARNE UNA NUOVA, SEGUENDO LO STANDARD UTILIZZATO PER CREARE LE ALTRE ****/


:root {
    --btn-project-text: #fff;
    --project-base-color: #133370;
    --cms-background: #F3FAFF;
    --bg-color: #F0F2F5;
    --white: #FFFFFF;
    --text-color: #68758F;
    --hint-color: #A3B1C8;
    --text-color-dark: #202020;
    --line-color: #DDE3EF;
    --light-blue: #0044B926;
    --blue: #00439B;
    --green: #00B731;
    --grey: #656565;
    --light-grey: #AEAEAE;
    --extralight-grey: #CFCFCF;
    --light-light-grey: #F8F8F8;
    --yellow: #E3AD5A;
    --yellow-dark: #FFAA00;
    --red-dark: #7E3B53;
    --red: #EE0000;
    --red-light: #ED5565;
    --purple: #840088;
    --orange: #FA7800;
    --black: #000;
    --border-bottom-table: #e7eaec;
}

/***** COLOR ---> ****/

.background-cms {
    background-color: var(--cms-background) !important;
}



.background-transparent {
    background-color: transparent !important;
}



.background-grey-cell {
    background-color: #CCD9E633;
}



.color-font-yellow {
    color: var(--yellow);
}

.color-font-light-grey {
    color: var(--light-grey);
}

.color-font-yellow-dark {
    color: var(--yellow-dark);
}



.color-font-purple {
    color: var(--purple);
}



.color-back-grey {
    background-color: var(--grey) !important;
}



.color-back-blue {
    background-color: var(--blue) !important;
}



.color-back-white {
    background-color: var(--white) !important;
}



.color-back-line-color {
    background-color: var(--line-color) !important;
}



.color-font-black {
    color: var(--black) !important;
}



.font-underline {
    text-decoration: underline;
}



.color-font-hint-color {
    color: var(--hint-color) !important;
}



.color-font-text-color {
    color: var(--text-color) !important;
}



.color-font-text-color-dark {
    color: var(--text-color-dark) !important;
}



.color-font-blue {
    color: var(--blue) !important;
}



.color-font-grey {
    color: var(--grey) !important;
}



.color-font-green {
    color: var(--green) !important;
}



.color-font-line-color {
    color: var(--line-color) !important;
}



.color-font-lightgrey {
    color: var(--light-grey) !important;
}



.color-back-lightgrey {
    background-color: var(--light-grey) !important;
}


.color-back-lightlightgrey {
    background-color: var(--light-light-grey) !important;
}



.color-font-orange {
    color: var(--orange) !important;
}



.color-back-white {
    background-color: var(--white) !important;
}



.color-font-white {
    color: var(--white) !important;
}



.color-icon-grey {
    color: var(--text-color) !important;
}



.color-back-transparent {
    background-color: transparent !important;
}



.color-body {
    background-color: #F3F3F4 !important;
}



.color-font-red {
    color: var(--red) !important;
}



.color-back-red {
    background-color: var(--red) !important;
}



.color-back-light-red {
    background-color: rgba(237, 85, 101, 0.2) !important;
}



.color-border-grey {
    border-color: var(--grey) !important;
}


.color-border-error {
    border-color: var(--red) !important;
}


.color-font-dark-blue {
    color: var(--text-color-dark) !important;
}

/*****  <---  COLOR   ****/

/*****  FONT ---> ****/

.font-size-9 {
    font-size: 9px !important;
}



.font-size-11 {
    font-size: 11px !important;
}



.font-size-12 {
    font-size: 12px !important;
}



.font-size-13 {
    font-size: 13px !important;
}



.font-size-14 {
    font-size: 14px !important;
}



.font-size-15 {
    font-size: 15px !important;
}



.font-size-16 {
    font-size: 16px !important;
}



.font-size-18 {
    font-size: 18px !important;
}



.font-size-20 {
    font-size: 20px !important;
}



.font-size-22 {
    font-size: 22px !important;
}



.font-size-26 {
    font-size: 26px !important;
}


.font-size-24 {
    font-size: 24px !important;
}


.font-size-30 {
    font-size: 30px !important;
}


.font-size-30 {
    font-size: 30px;
}



.font-size-31 {
    font-size: 31px !important;
}



.font-size-40 {
    font-size: 40px !important;
}


.font-size-50 {
    font-size: 50px !important;
}



.font-size-60 {
    font-size: 60px !important;
}


.font-light {

    font-family: Arial, HelveticaBold !important;
    font-weight: bold;
    font-weight: unset !important;

}


.font-regular {

    font-family: Arial, Helvetica !important;
    font-weight: unset !important;

}


.font-medium {

    font-family: Arial, HelveticaMedium !important;
    font-weight: 600;
    font-weight: unset !important;

}



.font-bold {

    font-family: Arial, HelveticaBold !important;
    font-weight: bold;
    font-weight: unset !important;

}


/*****  <--- FONT  ****/

/***** TEXT PROPERTY ---> ****/

.text-align-left {
    text-align: left !important;
}



.text-align-center {
    text-align: center;
}



.text-align-right {
    text-align: right;
}



.ellipsis-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*****  <--- TEXT PROPERTY  ****/

/***** MARGIN & PADDING ---> ****/

.margin-auto {
    margin: auto !important;
}



.margin-bottom-20 {
    margin-bottom: 20px !important;
}


.margin-bottom-30 {
    margin-bottom: 30px !important;
}


.margin-bottom-50 {
    margin-bottom: 50px !important;
}


.margin-top-5 {
    margin-top: 5px !important;
}



.margin-top-7 {
    margin-top: 7px !important;
}



.margin-top-15 {
    margin-top: 15px !important;
}



.margin-top-16 {
    margin-top: 16px !important;
}




.margin-top-20 {
    margin-top: 20px !important;
}



.margin-top-24 {
    margin-top: 24px !important;
}



.margin-top-25 {
    margin-top: 25px !important;
}


.margin-top-30 {
    margin-top: 30px !important;
}



.margin-top-40 {
     margin-top: 40px !important;
}




.margin-top-46 {
    margin-top: 46px !important;
}



.margin-top-50 {
    margin-top: 50px !important;
}


.margin-top-90 {
    margin-top: 90px !important;
}


.margin-top-140 {
    margin-top: 140px !important;
}



.margin-right-0 {
    margin-right: 0px !important;
}



.margin-right-10 {
    margin-right: 10px !important;
}



.margin-right-15 {
    margin-right: 15px !important;
}



.margin-right-20 {
    margin-right: 20px !important;
}



.margin-right-40 {
    margin-right: 40px !important;
}


.margin-left-0 {
    margin-left: 0px !important;
}



.margin-left-5 {
    margin-left: 5px !important;
}



.margin-left-10 {
    margin-left: 10px !important;
}



.margin-left-15 {
    margin-left: 15px !important;
}



.margin-left-20 {
    margin-left: 20px !important;
}



.margin-left-25 {
    margin-left: 25px !important;
}


.margin-left-50 {
    margin-left: 50px !important;
}



.margin-bottom-40 {
    margin-bottom: 40px !important;
}



.margin-bottom-5 {
    margin-bottom: 5px !important;
}



.margin-bottom-10 {
    margin-bottom: 10px !important;
}



.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-7 {
    margin-top: 7px !important;
}



.margin-top-60 {
    margin-top: 60px !important;
}




.no-padding {
    padding: 0px !important;
}



.no-padding-left {
    padding-left: 0px !important;
}



.no-padding-bottom {
    padding-bottom: 0px !important;
}



.no-margin-bottom {
    margin-bottom: 0px !important;
}




.padding-5 {
    padding: 5px !important;
}



.padding-10 {
    padding: 10px !important;
}



.padding-15 {
    padding: 15px !important;
}



.padding-20 {
    padding: 20px !important;
}



.padding-25 {
    padding: 25px !important;
}



.padding-30 {
    padding: 30px !important;
}



.padding-40 {
    padding: 40px !important;
}



.padding-60 {
    padding: 60px !important;
}



.padding-left-5 {
    padding-left: 5px !important;
}



.padding-right-5 {
    padding-right: 5px !important;
}



.padding-left-20 {
    padding-left: 20px;
}



.padding-right-20 {
    padding-right: 20px;
}



.padding-left-30 {
    padding-left: 30px;
}



.margin-top-13 {
    margin-top: 13px !important;
}



.margin-top-10 {
    margin-top: 10px !important;
}



.margin-20 {
    margin: 20px;
}



.margin-right-5 {
    margin-right: 5px !important;
}



.no-padding-top {
    padding-top: 0px !important;
}



.margin-inherit {
    margin: inherit;
}



.margin-left-inherit {
    margin-left: inherit;
}



.row-margin-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}



.margin-right--15 {
    margin-right: -15px !important;
}



.margin-left--15 {
    margin-left: -15px !important;
}



.padding-bot-top-3 {
    padding-top: 3px;
    padding-bottom: 3px;
}



.padding-top-5{
    padding-top: 5px;
}



.padding-top-10{
    padding-top: 10px;
}


.padding-top-20{
    padding-top: 20px;
}



.padding-bottom-5{
    padding-bottom: 5px;
}



.padding-bottom-10{
    padding-bottom: 10px;
}


.padding-bottom-20{
    padding-bottom: 20px;
}


.no-padding-left {
    padding-left: 0 !important;
}


/***** <--- MARGIN & PADDING  ****/

/***** HEIGHT & WIDTH ---> ****/

.height-230 {
    height: 230px !important;
}



.width-400 {
    width: 400px !important;
}



.width-90 {
    width: 90px !important;
}


.width-445{
    width: 445px !important;
}



.width-490{
    width: 490px !important;
}



.height-100{
    height: 100px !important;
}


.height-170{
    height: 170px !important;
}



.height-140{
    height: 140px !important;
}


.height-60 {
    height: 60px !important;
}


.height-70 {
    height: 70px !important;
}


.height-80 {
    height: 80px !important;
}



.height-90 {
    height: 90px !important;
}



.height-95 {
    height: 95px !important;
}



.width-5perc {
    width: 5% !important;
}



.width-7perc {
    width: 7% !important;
}



.width-8perc {
    width: 8% !important;
}



.width-10perc {
    width: 10% !important;
}



.width-12perc {
    width: 12% !important;
}



.width-15perc {
    width: 15% !important;
}



.width-16perc {
    width: 16% !important;
}



.width-17perc {
    width: 17% !important;
}



.width-19perc {
    width: 19% !important;
}



.width-20perc {
    width: 20% !important;
}



.width-25perc {
    width: 25% !important;
}




.width-30perc {
    width: 30% !important;
}

.width-35perc {
    width: 35% !important;
}

.width-40perc {
    width: 40% !important;
}



.width-45perc {
    width: 45% !important;
}



.width-50perc {
    width: 50% !important;
}



.width-55perc {
    width: 55% !important;
}



.width-60perc {
    width: 60% !important;
}



.width-65perc {
    width: 65% !important;
}



.width-95perc {
    width: 95% !important;
}



.width-100perc {
    width: 100% !important;
}


.width-40 {
    width: 40px;
}

.height-40 {
    height: 40px;
}



.width-50-height-50 {
    width: 50px !important;
    height: 50px !important;
}



.width-68 {
    width: 68px;
}



.height-68 {
    height: 68px;
}



.width-180 {
    width: 180px;
}



.height-100 {
    height: 180px;
}


.height-177 {
    height: 177px;
}


.height-180 {
    height: 180px;
}

.height-150 {
    height: 150px;
}



@media screen and (min-width: 1650px){
    .hidden-semi-lg{
        display: block;
        visibility: visible;
    }
}



@media screen and (max-width: 1650px){
    .hidden-semi-lg{
        display: none;
        visibility: hidden;
    }
}



@media screen and (min-width: 992px) and  (max-width: 1690px) {

    .col-mdlg-3{
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: 25% !important;
    }

    .col-mdlg-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50% !important;
    }



    .col-mdlg-12{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100% !important;
    }



    .hidden-mdlg-12{
        visibility: hidden;
        display: none;
    }
}



@media (min-width: 768px) {
    .modal-dialog-big {
        width: 550px;
        margin: 30px auto;
    }
}



@media (min-width: 992px) {
    .modal-dialog-big {
        width: 800px;
        margin: 30px auto;
    }
}



@media (min-width: 1300px) {
    .modal-dialog-big {
        width: 1000px;
        margin: 30px auto;
    }
}




@media (min-width: 1600px) {
    .modal-dialog-big {
        width: 1300px;
        margin: 30px auto;
    }
}




.min-height-21 {
    min-height: 21px !important;
}




.min-height-22 {
    min-height: 22px !important;
}



.min-height-30 {
    min-height: 30px !important;
}



.min-height-41 {
    min-height: 41px !important;
}



.min-height-42 {
    min-height: 42px !important;
}



.min-height-50 {
    min-height: 50px !important;
}



.min-height-60 {
    min-height: 60px !important;
}




.min-height-100 {
    min-height: 100px !important;
}




@media (min-width: 768px) { /*LG*/

    .pull-right-sm {
        float: right;
    }

    .pull-left-sm {
        float: left;
    }

}


@media (min-width: 992px) { /*LG*/

    .pull-right-md {
        float: right;
    }

    .pull-left-md {
        float: left;
    }

}



@media (min-width: 1200px) { /*LG*/

    .pull-right-lg {
        float: right;
    }

    .pull-left-lg {
        float: left;
    }

}



.col-lg-none {}



.col-md-none {}



.col-sm-none {}



.col-xs-none {}




@media(max-width: 991px) {
    .col-lg-none {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        float: left;
    }

}



@media(max-width: 767px) {
    .col-md-none {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        float: left;
    }

}



@media(max-width: 575px) {
    .col-sm-none {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        float: left;
    }

}



.min-width-1400 {
    min-width: 1400px;
}



.min-width-1450 {
    min-width: 1450px;
}



.min-width-1500 {
    min-width: 1500px;
}



.min-height-43 {
    min-height: 43px !important;
}



.min-width-700 {
    min-width: 700px;
}

.min-width-400 {
    min-width: 400px;
}


.min-height-44 {
    min-height: 44px !important;
}

/***** <--- HEIGHT & WIDTH ****/

.add-border {
    border: 1px var(--line-color) solid !important;
}



.add-border-no-bottom {
    border: 1px var(--line-color) solid;
    border-bottom: none;
}



.border-top {
    border-top: 1px solid var(--line-color);
}



.border-bottom {
    border-bottom: 1px solid var(--line-color);
}

.header-border-bottom {
    border-bottom: 1px solid var(--grey);
}



.header-blue-border-bottom {
    border-bottom: 1px solid var(--blue);
}



.rounded {
    border-radius: 50%;
}



.border-radius-6 {

    border-radius: 6px !important;

}



.border-red {
    border-color: var(--red-dark) !important;
}



.border-left {
    border-left: 1px solid var(--line-color);
}



.border-right {
    border-right: 1px solid var(--line-color);
}




.no-border-left {
    border-left: none !important;
}



.no-border-right {
    border-right: none !important;
}

/***** <--- BORDER ****/

/*****  ALIGN VIEW ---> ****/


.vertical-align-center {
    vertical-align: middle;
}



.center-horizontally {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.center-child {
    display: flex;
    justify-content: center;
    align-items: center;
}


.align-left {
    float: left !important;
}



.align-right {
    float: right !important;
}



/***** <--- ALIGN VIEW ***/

/***** BUTTONS ---> ****/


.btn-yellow {
    background: var(--yellow);
    border: 1px solid var(--yellow);
    color: white;
}



.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow,
.btn-yellow:active:focus,
.btn-yellow:active:hover,
.btn-yellow.active:hover,
.btn-yellow.active:focus {
    border: 1px solid var(--yellow);
    color: white;
}

.btn-internal-white {
    background: var(--white);
    border: 2px solid var(--grey);
    color: var(--grey);
}



.btn-internal-white:hover,
.btn-internal-white:focus,
.btn-internal-white:active,
.btn-internal-white.active,
.open .dropdown-toggle.btn-internal-white,
.btn-internal-white:active:focus,
.btn-internal-white:active:hover,
.btn-internal-white.active:hover,
.btn-internal-white.active:focus {
    color: inherit;
    border: 2px solid var(--grey);
    color: var(--grey);
}

.btn-internal-grey {
    background: #99ADC7;
    border: 1px solid #99ADC7;
    color: var(--white);
}

.btn-border-blue:hover,
.btn-border-blue:focus,
.btn-border-blue:active,
.btn-border-blue.active,
.open .dropdown-toggle.btn-border-blue,
.btn-border-blue:active:focus,
.btn-border-blue:active:hover,
.btn-border-blue.active:hover,
.btn-border-blue.active:focus {
    color: inherit;
    border: 2px solid var(--blue);
    color: var(--blue);
}

.btn-border-blue {
    background: var(--white);
    border: 2px solid var(--blue);
    color: var(--blue);
}



.btn-internal-grey:hover,
.btn-internal-grey:focus,
.btn-internal-grey:active,
.btn-internal-grey-white.active,
.open .dropdown-toggle.btn-internal-grey,
.btn-internal-grey:active:focus,
.btn-internal-grey-white:active:hover,
.btn-internal-grey.active:hover,
.btn-internal-grey.active:focus {
    color: inherit;
    border: 1px solid #99ADC7;
    color: var(--white);
}



.btn-internal-red {
    background: var(--red);
    border: 2px solid var(--red);
    color: var(--white);
}


.btn-empty-red {
    background: var(--white);
    border: 2px solid var(--red);
    color: var(--red);
}



.btn-internal-blue {
    background: var(--blue);
    border: 2px solid var(--blue);
    color: var(--white);
}

/***** <--- BUTTONS ***/

/***** BADGES ---> ****/

.badge-active-blue{
    background-color: var(--blue);
    color: white;
    padding: 2px 8px 2px 8px;
    font-family: Arial, 'Helvetica', Roboto !important;
    font-size: 10px;
    font-weight: 600;
    vertical-align: middle;
    border-radius: 8px;
}



.badge-active-green{
    background-color: var(--green);
    color: white;
    padding: 2px 8px 2px 8px;
    font-family: Arial, 'Helvetica', Roboto !important;
    font-size: 10px;
    font-weight: 600;
    vertical-align: middle;
    border-radius: 8px;
}



.badge-active-red{
    background-color: var(--red);
    color: white;
    padding: 2px 8px 2px 8px;
    font-family: Arial, 'Helvetica', Roboto !important;
    font-size: 10px;
    font-weight: 600;
    vertical-align: middle;
    border-radius: 8px;
}

.badge-active-light-red{
    background-color: #ED5666;
    color: white;
    padding: 2px 8px 2px 8px;
    font-family: Arial, 'Helvetica', Roboto !important;
    font-size: 10px;
    font-weight: 600;
    vertical-align: middle;
    border-radius: 8px;
}


/***** <--- BADGES ****/

/***** TAGS ---> ****/

p {
    margin-bottom: 0px !important;
}

/***** <--- TAGS ****/

/***** CHECKBOX ---> ****/


.checkbox-background-blue {
    background-color: var(--blue) !important;
    border-color: var(--blue) !important;
}


/***** <--- CHECKBOX ****/

/***** RADIOBUTTONS ---> ****/


.radio-info input[type="radio"] + label::after {
    background-color: var(--blue);
}



.radio-info input[type="radio"]:checked + label::before {
    border-color: var(--blue);
}



.radio-info input[type="radio"]:checked + label::after {
    background-color: var(--blue);
}


/***** <--- RADIOBUTTONS ****/

/***** GENERAL ---> ****/

.hide-box {
    display: none !important;
}



.loginsize {
    width: 500px;
    /*height: 450px;*/
}



.logo-navbar-size {
    width: 135px;
    height: 40px;
}



.no-hover:hover {
    background-color: inherit !important;
}



.no-hover:focus {
    background-color: inherit !important;
}



.logout-btn:hover, .logout-btn:focus {
    background-color: transparent !important;
    color: white !important;
    font-weight:normal;
}



.datepicker
{
    z-index: 9999 !important;
}

.display-grid {
    display: grid;
}



.hide {
    visibility: hidden;
}



.cursor-pointer {
    cursor: pointer;
}



.tooltip {
    display: inline;
    position: absolute;
}



.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}



.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}



.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}



.contain-strict {
    contain: strict;
}



.overflow-x {
    overflow-x: scroll;
}



.no-overflow-x {
    overflow-x: hidden !important;
}



.banner-env{
    visibility: hidden;
    display: none;
}



.env-test, .env-local{
    position: absolute;
    left: calc(50% - 50px);
    background-color: #0051CC;
    color: white;
    font-weight: bold;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    visibility: visible !important;
    display: inline !important;

}



.env-prod{
    visibility: hidden !important;
    display: none !important;
}

.select-custom{
    background-color:white;
    height:34px;
    /*width: 15%;/*150px;*/
    border: 1px solid #DDE3EF;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 30px;
    width: fit-content;
}



.input-style {
    border-radius: 4px;
    height: 34px;
    border: 1px solid #DDE3EF;
    padding-left:10px
}


/***** <--- GENERAL ****/

