﻿@import url("bottoni.css");
@import url("griglie_up.css");
@import url("gridControls.css");
@import url("DropDownGroup.css");
@import url("TabsControl.css");
@import url("CharOrganigramma.css");
@import url("UserControls.css");
@import url("Calendar.css");
@import url("guru_up_valutazione.css");

/* krub-regular - latin */
@font-face {
    font-family: 'Krub';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/guru_up_font/krub-v3-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Krub Regular'), local('Krub-Regular'), url('../fonts/guru_up_font/krub-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/guru_up_font/krub-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/guru_up_font/krub-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/guru_up_font/krub-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/guru_up_font/krub-v3-latin-regular.svg#Krub') format('svg'); /* Legacy iOS */
}
:root {
    --primary: #f3a200 !important;
}

.textPrimary {
    color: var(--primary) !important;
}

body {
    background-color: #e6ebfa; /*celeste 2*/
    font-family: Krub, Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0%;
}

/* TOGLIE IL BORDO NERO DAI BOTTONI E DAL FOCUS DEI COMPONENTI!!!*/
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

/*#region PLACEHOLDER */

input::-webkit-input-placeholder { /* WebKit browsers (Safari, Chrome and Opera) */
    color: #aab0c4 !important;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aab0c4 !important;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aab0c4 !important;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #aab0c4 !important;
}
/*#endregion */

.talign-left {
    text-align: left;
}

.talign-right {
    text-align: right;
}

.talign-center {
    text-align: center;
}

.taling-justify {
    text-align: justify;
}

.font-bold {
    font-weight: bold !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.sticky-top {
    box-shadow: 0px 0px 50px rgba(99, 126, 170, 0.2);
}

.required {
}

    .required::after {
        content: " *";
    }

.no-wrap {
    white-space: nowrap;
}

/*#region LABEL */

/*10px bold*/
.labelFont10bold {
    font-family: Krub;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 14px;
    color: #2E384D;
}

/*12px*/
.labelBasic {
    height: 16px;
    font-family: Krub;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2e384d;
    display: block;
}

/*12px*/
.labelBasic-upper {
    height: 16px;
    font-family: Krub;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.70;
    letter-spacing: normal;
    color: #2e384d;
    text-transform: uppercase;
    display: block;
}

/*12px*/
.labelFont12 {
    height: 16px;
    font-family: Krub;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2e384d;
}

/*14px*/
.labelFont14 {
    font-family: Krub;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2e384d;
}

/*14px - usata come txt*/
.labelFontOnlyValue {
    font-family: Krub;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 3em;
    letter-spacing: normal;
    color: #2e384d;
}

/*16px bold*/
.lblHeaderPopup { /*titolo del popup di dettaglio*/
    height: 64px;
    text-align: left;
    margin-left: 24px;
    font-family: Krub;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #2e384d;
    text-transform: uppercase;
    display: inline-block;
}

/*16px*/
.labelFont16 {
    font-family: Krub;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    color: #2E384D;
}

/*24px*/
.labelFont24Bold {
    font-family: Krub;
    font-size: 24px;
    font-weight: bold !important;
    color: #2e384d;
    display: block;
}

/*24px*/
.labelFont24-upper {
    font-family: Krub;
    font-size: 24px;
    font-weight: 500;
    color: #2e384d;
    display: block;
    text-transform: uppercase;
}

/*24px*/
.labelFont24 {
    font-family: Krub;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2e384d;
}

.labelCount {
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    /*margin-left: 98% !important;*/
}

.lblLink {
    color: var(--primary);
    text-decoration: underline;
}

/*#endregion */
/*#region DROPDOWNLIST*/
.ddlDashboard {
    font-size: 14px;
    font-family: Krub;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border: none;
    line-height: 2em;
    width: 17em;
    height: 3em;
    padding: 0.5em;
    padding-left: 1rem;
    text-transform: capitalize;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    font-weight: 600;
}

.ddlFiltriRicerca {
    border: 0;
    height: 3.2em;
    width: 27em;
    font-family: Krub;
    font-size: 1.1em;
    border-radius: 0.5em;
    margin: 1em 1.5em 1em 0em;
    color: #2e384d;
    font-weight: 600;
    padding-left: 0.5em;
}

.ddlBasic {
    min-width: 245px;
    max-width: 100%;
    /*max-width: 95%;*/
    height: 29px;
    border-top: 0;
    border-bottom: 1px solid #aab0c4;
    border-left: 0;
    border-right: 0;
    font-family: Krub;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2e384d;
}

.ddlBasicWidth100 {
    min-width: 245px;
    max-width: 100%;
    height: 29px;
    border-top: 0;
    border-bottom: 1px solid #aab0c4;
    border-left: 0;
    border-right: 0;
    font-family: Krub;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2e384d;
}

.ddlBasic2 {
    border-top: 0;
    border-bottom: 1px solid #aab0c4;
    border-left: 0;
    border-right: 0;
    height: 18px;
    font-family: Krub;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2e384d;
}

/*.ddlBasicGrid {
    height: 2rem;*/
    /*border:none;*/
    /*border-bottom: 1px solid #aab0c4;
    border-left: none;
    border-right: none;
    border-top: none;
    font-family: Krub;
    font-size: 0.75rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2e384d;
}*/

.ddlBasicWidthLess {
    height: 29px;
    border-top: 0;
    border-bottom: 1px solid #aab0c4;
    border-left: 0;
    border-right: 0;
    font-family: Krub;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2e384d;
}

/*#endregion*/

/*#region RADIO*/
input[type=radio] {
    position: relative;
    cursor: pointer;
    margin-right: 1em;
    margin-left: 1em;
    margin-top: 1.5em;
}

    input[type=radio]::before {
        content: "";
        display: block;
        position: absolute;
        width: 1.6em;
        height: 1.6em;
        top: -0.2em;
        left: -0.2em;
        border: 0.1em solid var(--primary);
        border-radius: 2em;
        background-color: white;
    }

    input[type=radio]:checked::after {
        content: "";
        display: block;
        border: 0.5em solid var(--primary);
        border-radius: 1em;
        position: absolute;
        top: 0.18em;
        left: 0.18em;
    }

    input[type=radio]:disabled::before {
        content: "";
        display: block;
        position: absolute;
        width: 1.6em;
        height: 1.6em;
        top: -0.1em;
        left: -0.1em;
        border: 0.1em solid #E2E2EE;
        border-radius: 2em;
        background-color: white;
        color: #E2E2EE;
    }

    input[type=radio]:disabled:checked::after {
        content: "";
        display: block;
        border: 0.5em solid #E2E2EE;
        border-radius: 1em;
        position: absolute;
        top: 0.18em;
        left: 0.18em;
        color: #E2E2EE;
    }

/*serve ancora?*/
.radioButtonListBasic {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2e384d;
    text-align: left !important;
}

/*serve ancora?*/
.radioButtonListBasicDisabled {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #E2E2EE;
    border: #E2E2EE !important;
    text-align: left !important;
}
/*#endregion*/

/*#region CHECKBOX*/
input[type=checkbox] {
    position: relative;
    cursor: pointer;
    margin-right: 1.2em;
    margin-bottom: 2.5em;
    vertical-align: top;
}

    input[type=checkbox]::before {
        content: "";
        display: block;
        position: absolute;
        width: 1.8em;
        height: 1.8em;
        top: -0.1em;
        left: -0.1em;
        border: 0.15em solid #E2E2EE;
        border-radius: 0.4em;
        background-color: white;
    }

    input[type=checkbox]:checked::after {
        content: "";
        display: block;
        width: 0.6em;
        height: 1.1em;
        border: solid var(--primary);
        border-width: 0 0.3em 0.3em 0;
        -webkit-transform: rotate( 45deg);
        -ms-transform: rotate(45deg);
        transform: rotate( 45deg);
        position: absolute;
        top: 0.2em;
        left: 0.5em;
    }

    input[type=checkbox]:disabled::before {
        content: "";
        display: block;
        position: absolute;
        width: 1.8em;
        height: 1.8em;
        top: -0.1em;
        left: -0.1em;
        border: 0.15em solid #E2E2EE;
        border-radius: 0.4em;
        background-color: #FFF;
    }

    input[type=checkbox]:disabled:checked::after {
        content: "";
        display: block;
        width: 0.6em;
        height: 1.1em;
        border: solid #E2E2EE;
        border-width: 0 0.3em 0.3em 0;
        -webkit-transform: rotate( 45deg);
        -ms-transform: rotate(45deg);
        transform: rotate( 45deg);
        position: absolute;
        top: 0.2em;
        left: 0.5em;
    }

/*#endregion */


.datiObbligatori {
    font-size: 12px;
    font-weight: bold !important;
    top: 10px !important;
    padding-left: 1px;
}
.datiObbligatori_daCodeBehind {
    font-size: 12px;
    font-weight: bold !important;
    top: 0px !important;
    padding-left: 1px;
}

.icona_UploadFile {
    height: 60px;
    width: 60px;
    border: 0;
    background-image: url('../img/svg/icon_upload_file.svg' );
    background-repeat: no-repeat;
    background-color: transparent;
    margin-right: 10px;
}

/*#region TEXTBOX*/

.txtBasic {
    width: 50%;
    border-bottom: 1px solid #aab0c4;
    height: 29px;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-top: 5px;
    font-family: Krub;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2e384d;
    background-color: transparent;
}

.txtBoxGrid {
    /*border: none;*/
    border-bottom: 1px solid #aab0c4;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-top: 5px;
    font-family: Krub;
    font-size: 0.75rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2e384d;
    background-color: transparent;
}

.txtBasicDate {
    width: 240px;
    height: 2em;
    border: none;
    border-bottom: 1px solid #aab0c4;
    font-family: Krub;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2e384d;
    padding-left: 0.5em;
    /*margin-top: 5px; serve? sennò bisogna a ggiungerlo a tutti gli altri componenti*/
}

.txt-multiline {
    text-align: left;
    width: 350px;
    height: 50px;
    border-radius: 8px;
    font-family: Krub;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2e384d;
    margin-top: 5px;
}


input[type="text"]:read-only,
input[type="text"]:disabled {
    background: #F2F5FC;
    color: #AAB0C4;
    border-bottom: 1px solid #AAB0C4;
    /*border-radius: 6px;*/
    line-height: 1.33;
}
/*#endregion  TEXTBOX fine*/

/*#region TEXTAREA*/
textarea:read-only,
textarea:disabled {
    background: #F2F5FC;
    color: #AAB0C4;
    border: 1px solid #E6EBFA;
    border-bottom: 1px solid #AAB0C4;
    resize: none;
}

/*#endregion */

/*#region BOTTONI PAGINE */

/* A tutte le classi che contengono "button" o "bottone" nel nome setto questi attributi */
[class*="button"], [class*="Button"], [class*="bottone"], [class*="Bottone"] {
    cursor: pointer;
    text-align: center;
    font-family: Krub, Arial, sans-serif;
    vertical-align: middle; /*da mettere solo per le griglie?*/
    text-align: center;
}

.smallPrimaryButton {
    min-width: 130px;
    height: 32px;
    border-radius: 10px;
    background-color: var(--primary);
    border: none;
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    margin: 1px;
}


.smallSecondaryButton {
    min-width: 130px;
    height: 32px;
    border-radius: 10px;
    background-color: #6e6f85;
    border: none;
    font-family: Krub;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    margin: 1px;
}

.smallerOutlineButton { 
    min-width: 120px;
    height: 22px;
    border-radius: 10px;
    border: solid 2px var(--primary);
    font-family: Krub;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: var(--primary);
    background-color: #ffffff;
    text-transform: uppercase;
    margin: 1px;
}

.smallOutlineButton {
    min-width: 120px;
    height: 32px;
    border-radius: 10px;
    border: solid 2px var(--primary);
    font-family: Krub;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: var(--primary);
    background-color: #ffffff;
    text-transform: uppercase;
    margin: 1px;
}

.smallOutlineSecondaryButton {
    min-width: 120px;
    height: 32px;
    border-radius: 10px;
    border: solid 2px #E2E2EE;
    font-family: Krub;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #E2E2EE;
    background-color: #ffffff;
    text-transform: uppercase;
    margin: 1px;
}

.smallButtonDisabled,
.smallPrimaryButtonDisabled,
.smallSecondaryButtonDisabled {
    min-width: 130px;
    height: 32px;
    border-radius: 10px;
    background-color: #E2E2EE;
    border: none;
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    cursor: not-allowed !important;
}

.largePrimaryButton {
    width: 220px;
    height: 48px;
    border-radius: 10px;
    background-color: var(--primary);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.29;
    color: #FFFFFF;
    border: 2px solid var(--primary);
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

    /*    .largePrimaryButton:hover {
        color: var(--primary);
        background-color: #FFDD99;
        border: 2px solid var(--primary);
        font-weight: 500;
        font-size: 17px;
    }
*/
    .largePrimaryButton:hover {
        font-weight: 900;
    }


.largeSecondaryButton {
    width: 220px;
    height: 48px;
    border-radius: 10px;
    background-color: #6E6F85;
    font-family: Krub;
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    border: 2px solid #6E6F85;
}

    /*    .largeSecondaryButton:hover {
        color: #6E6F85;
        background-color: #C7C8D1;
        border: 2px solid #6E6F85;
        font-weight: 500;
        font-size: 17px;
    }
*/
    .largeSecondaryButton:hover {
        font-weight: 900;
        /*text-shadow: 0px 0px 2px #FFFFFF;*/
    }


.largeOutlineButton {
    width: 220px;
    height: 48px;
    border-radius: 10px;
    background-color: #F2F2F2;
    border: 2px solid var(--primary);
    font-family: Krub;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.29;
    color: var(--primary);
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

    .largeOutlineButton:hover {
        font-weight: 900;
    }


.largeButtonLink {
    font-family: Krub;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    color: var(--primary);
    background: transparent;
    border: none;
}

.largePrimaryButtonDisabled,
.largeSecondaryButtonDisabled,
.largeButtonDisabled {
    width: 220px;
    height: 48px;
    border-radius: 10px;
    background-color: #E2E2EE;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.29;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    cursor: not-allowed !important;
}

.bottoneIndietro {
    width: 130px;
    height: 32px;
    font-family: Krub;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2e384d;
    border: solid 0 #ffffff;
    border-radius: 24px;
    background-color: #ffffff;
    padding: 0.75em 0.75em 0.5em 2em;
    background-image: url(../img/svg/icon_back.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-position: 10px;
}

.bottoneStorico {
    width: 160px;
    height: 32px;
    font-family: Krub;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2e384d;
    border: solid 0 #ffffff;
    border-radius: 24px;
    background-color: #ffffff;
    padding: 5px 10px 5px 35px;
    background-image: url(../img/svg/icon_storicoricerche.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-position: 10px;
}

.bottoneCarouselPrev {
    height: 34px;
    width: 34px;
    border: 0;
    background-image: url('../img/svg/icon_action_carousel_left.svg');
    background-repeat: no-repeat;
    background-color: transparent;
}

.bottoneCarouselNext {
    height: 34px;
    width: 34px;
    border: 0;
    background-image: url('../img/svg/icon_action_carousel_right.svg');
    background-repeat: no-repeat;
    background-color: transparent;
}

.bottoneDettaglioAccordionCard {
    height: 34px;
    width: 34px;
    border: 0;
    background-image: url('../img/svg/icon_action_edit.svg' );
    background-repeat: no-repeat;
    background-color: transparent;
}

/*#endregion  BOTTONI PAGINE fine*/

/*#region SPINNER */

.divProgressFiller {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw; /*100vh 100%*/
    height: 100vh; /*100vw 100%*/
    z-index: 9999999;
    background-color: #6e6f85; /*grigio*/
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: var(--primary); /*arancione*/
    font-size: 10px; /*grandezza palline*/
    margin: 200px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

/*#endregion SPINNER fine */


/*#region MENU PRINCIPALE */

.lblVoceMenu {
    font-family: Krub;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #2e384d;
}

.lblVoceMenu10 {
    font-family: Krub;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2e384d;
}

.btnlivreaRedirect {
    width: 100px;
    height: 50px;
    border-radius: 5%;
    background-image: url("../menu/img/svg/livrea-logo-bianco.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 0px;
    border-radius: 6px;
    background-color: #0077bd;
    cursor: pointer;
    padding: 13px 32px;
    -webkit-box-shadow: 0 5px 6px -6px #777;
    -moz-box-shadow: 0 5px 6px -6px #777;
    box-shadow: 0 5px 6px -6px #777;
    border: none;
}

    .btnlivreaRedirect:hover {
        width: 100px;
        height: 50px;
        border-radius: 5%;
        background-image: url("../menu/img/svg/livrea-logo-blu.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center 0px;
        border-radius: 6px;
        background-color: white;
        cursor: pointer;
        padding: 13px 32px;
        -webkit-box-shadow: 0 5px 6px -6px #777;
        -moz-box-shadow: 0 5px 6px -6px #777;
        box-shadow: 0 5px 6px -6px #777;
        border: 1px solid #0077bd;
        
    }


/*#endregion MENU PRINCIPALE fine */

/*#region USERCONTROL TextBoxDate.ascx */
/*
#ui-datepicker-div {
    display: none;
}

.containerCalendar {
    width: 245px;
}

.containerTxtData {
    width: 215px;
    float: left;
}

.CalendarButton {
    background-image: url('../img/svg/icon_calendar.svg' );
    background-color: Transparent;
    width: 18px;
    height: 18px;
    border-width: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    margin-top: 10px;
}
    */

/*#endregion USERCONTROL TextBoxDate.ascx fine*/

/*#region Ajax CalendarExtender */

.Calendar .ajax__calendar_body {
    height: 139px;
    width: 200px;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.Calendar .ajax__calendar_container {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    z-index: 100;
    text-align: center;
    font-family: Krub;
}

.Calendar .ajax__calendar_other .ajax__calendar_day, .ajax__calendar_other .ajax__calendar_year {
    color: #000000;
    font-weight: normal;
    text-align: center;
}

.Calendar .ajax__calendar_hover .ajax__calendar_day, .ajax__calendar_hover .ajax__calendar_month, .ajax__calendar_hover .ajax__calendar_year {
    color: #000000;
    background-color: #f2a100; /*arancione*/ /*#dae2ec;*/
    text-align: center;
}

.Calendar .ajax__calendar_active .ajax__calendar_day, .ajax__calendar_active .ajax__calendar_month, .ajax__calendar_active .ajax__calendar_year {
    color: #000000;
    font-weight: bolder;
    background-color: #f2a100; /*arancione*/ /* #dae2ec;*/
    text-align: center;
}

.ajax__calendar_footer .ajax__calendar_header {
    font-size: 9px;
    border-top: 1px solid #f5f5f5;
    color: Black;
    text-align: center;
}

.ajax__calendar_today {
    border-top: solid 1px #f2a100; /*arancione*/ /*#dae2ec;*/
    text-align: center;
}

.ajax__calendar_header {
    background-color: #f2a100; /*arancione*/ /*#dae2ec;*/
    text-align: center;
}

/*#endregion */

/*#region COMPONENTI FILTRI DI RICERCA */

/*.ricerca_Data {
    height: 50px;
    width: 90px;
    border: solid 0 #ffffff;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #2e384d;
}*/

.div_RicercaData {
    border-radius: 10px;
    background-color: #FFFFFF;
    text-align: center;
    width: 14em;
    height: 4.35em;
    max-height: 4.35em;
    padding-top: 0.25em;
}

    .div_RicercaData .txtBasicDate {
        height: 2em;
        border: none;
        font-family: Krub;
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        color: #2e384d;
        padding-left: 2em;
    }

.ricerca_Lente {
    width: 50px;
    height: 50px;
    border: solid 0 #ffffff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #ffffff;
    background-image: url(../img/svg/icon_search_big.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.ricerca_Txt {
    width: 300px;
    height: 50px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #2e384d;
}

.ricerca_Txt_Rounded {
    width: 25em;
    height: 3.5em; /*3.2em;*/
    border: none;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #2e384d;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 5px;
}

.ricerca_Filtro {
    width: 80px;
    height: 50px;
    border: solid 0 #ffffff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #ffffff;
    background-image: url('../img/svg/icon_filter_search.svg');
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: var(--primary);
    padding: 15px 10px 5px 30px;
    background-position: 10px;
    cursor: pointer;
}

.ricerca_Bottone {
    height: 50px;
    width: 90px;
    border-radius: 10px;
    background-color: var(--primary);
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-family: Krub;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
}

.ricerca_FiltroAvanzato {
    height: 20px;
    width: 150px;
    border-radius: 10px;
    background-color: #FFFFFF;
    border: none;
    color: var(--primary);
    text-align: center;
    background-image: url('../img/svg/icon_removeelement_orange.svg');
    background-repeat: no-repeat;
    background-position: right center;
    font-family: Krub;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 10px;
}

/*#endregion COMPONENTI FILTRI DI RICERCA fine */

.readonly, .disabled {
    background: #F2F5FC;
    color: #AAB0C4;
    border-bottom: 1px solid #AAB0C4;
    line-height: 1.33;
}



/* divInfoWarnig - Rosso */
.divInfoWarnig {
    background-color: #B93636;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*pan partecipanti FOpianoFormativo inizio*/
.divPartecipanti .divPartecipantiInner {
    display: none;
    position: absolute;
    background-color: #6e6f85;
    border-radius: 5px;
    margin-top: -100px;
    margin-left: -250px;
    min-width: 250px;
    height: 150px;
    padding: 5px 8px;
    text-align: left;
}

.divPartecipanti:Hover .divPartecipantiInner {
    display: block;
}

/*pan condivisioni SELProcessoSelezione inizio*/
.divPannelloCondivisioni .divPannelloCondivisioniInner {
    display: none;
    position: absolute;
    background-color: #6e6f85;
    border-radius: 5px;
    margin-top: -100px;
    margin-left: -250px;
    min-width: 250px;
    height: 150px;
    padding: 5px 8px;
    text-align: left;
}

.divPannelloCondivisioni:Hover .divPannelloCondivisioniInner {
    display: block;
}

/*pan partecipanti FOpianoFormativo fine*/


/*#region guruup */

.div-footer-page {
    background-color: white;
    top: unset !important;
    bottom: 0;
    z-index: 1;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.FileUploadClass-Button input[type=text] {
    display: none;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-92 {
    width: 92% !important;
}

.w-93 {
    width: 93% !important;
}

.w-94 {
    width: 94% !important;
}

.w-95 {
    width: 95% !important;
}

.w-99 {
    width: 99% !important;
}


.bgColor1 {
    background-color: var(--primary); /*arancione*/
}

.bgColor2 {
    background-color: #2e384d;
}

.bgColor3 {
    background-color: #6e6f85;
}

.bgColor4 {
    background-color: #aab0c4;
}

.bgColor5 {
    background-color: #e6ebfa;
}

.bgColor6 {
    background-color: #f2f5fc;
}

.bgColorGreen {
    background-color: #41ae6e;
}

.bgColorRed {
    background-color: #B93636;
}

.bgColorWhite {
    background-color: #ffffff !important;
}

.red {
    color: #B93636;
}

.green {
    color: #41AE6E;
}

.orange {
    color: var(--primary) !important;
}

.black {
    color: #2E384D;
}

.grey {
    color: #AAB0C4 !important;
}

/*#endregion guruup */


/*#region REPORT CONTAINER*/

.header-container {
    background-color: #F2F5FC;
    border-radius: 1em 1em 0em 0em;
    height: 3.8em;
    padding: 1.25em;
    font-family: Krub;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.body-container {
    background-color: #FFFFFF;
    border-radius: 0em 0em 1em 1em;
    padding: 5em;
}

/*#endregion*/


/* risorse_cambioPassword.aspx, utility.aspx */
.divPannelloOrizzontale {
    width: 100%;
    min-height: 5em;
    background-color: #F2F5FC;
    font-family: Krub;
    font-size: 24px;
    font-weight: 500;
    margin-top: 1em;
    margin-bottom: 2em;
    border-radius: 0.5em;
    padding: 1em;
}


/*************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************/
/************************************* controllare i css qui sotto e cancellare quelli non utilizzati *******************************************************/
/*************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************/

.divBackGround {
    text-align: center;
    border: none;
    height: 250px; /*background-image: url('../img/GURU_2.png');*/
    /* background-image: url('../img/LogoPeg_Trasparent.png');*/
    background-color: Transparent;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}

#_divBackGroundPopUp_, .divBackGroundPopUp {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 500;
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    display: none;
}

.popUpDiv {
    display: none;
    overflow: auto;
    margin-right: 0px;
    display: block;
    z-index: 200;
    overflow: auto;
    height: 100%;
    width: 85%;
    position: fixed;
    /*style ="display: none; z-index: 200; overflow: auto; height: 85%; width: 850px; position: fixed;"*/
}

.divPopUpModal {
    display: none;
    position: absolute;
    background-color: White;
    border: solid 1px var(--primary);
    top: 30%;
    left: 50%;
    padding: 3px 8px;
    box-shadow: 5px 3px;
    z-index: 550;
}

.select option {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.lbl-smallsize {
    font-size: 9px;
}

.txt-string {
    width: 200px;
}

.txt-string-small {
    width: 70px;
}

.txt-string-large {
    width: 300px;
    margin-right: 3px !important; /*LD RATIOGURU CSS*/
}

.txt-string-xlarge {
    width: 350px;
    margin-right: 3px !important; /*LD RATIOGURU CSS*/
}

.txt-xxlarge {
    width: 450px;
    margin-right: 3px !important; /*LD RATIOGURU CSS*/
}



/*#region ALBERO AZIENDALE TreeView */
.treeView {
}

.treeViewNode {
    text-decoration: none;
}

    .treeViewNode :hover {
        font-weight: bold;
    }

.treeViewNodeSelected {
    font-size: 12px;
    color: #DC551F;
    text-decoration: none;
}

.treeViewNode :hover {
    font-weight: bold;
}

treeViewNodeRoot {
    font-size: 13px;
    text-decoration: none;
}

.treeViewNodeRoot :hover {
    font-weight: bold;
}

/*#endregion treeview fine*/


.CollapsableHead {
    height: 30px;
    width: 100%;
    cursor: pointer;
    font-weight: normal;
    border: 1px solid #aaaaaa;
    background-color: #E4E4E4;
    font-weight: bold;
    font-size: 12px;
    color: #DC551F;
}

    .CollapsableHead span {
        line-height: 30px;
        vertical-align: middle;
    }

.CollapsableHeadImage {
    float: right;
    margin-top: 6px;
    margin-right: 4px;
}


/*#region DragPanel */
.DragPanelHead {
    /*width: 100%;
    height: 20px;
    border: solid 2px var(--primary);
    border-bottom: solid 1px var(--primary);*/
    width: 100%;
    height: 40px;
    border: solid 2px var(--primary);
    border-bottom: solid 1px var(--primary);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: white;
}

.DragPanelHeadLabel {
    padding-top: 3px;
    height: 64px;
    text-align: left;
    margin-left: 24px;
    font-family: Krub;
    font-size: 16px;
    font-weight: bold;
    color: #2e384d;
    text-transform: uppercase;
    cursor: move;
    display: inline-block;
}

.DragPanelDetails {
    width: 100%;
    height: 100%;
    /*overflow: scroll;*/
    background-color: #FFFFFF;
    border: solid 2px var(--primary);
    border-top: solid 1px var(--primary);

    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/*#endregion */


/*#region mappatura_posizioni_valutazione.aspx */
.ddlMappaturaP {
    border: solid 1px navy;
    font-size: 9px;
    text-align: left;
}

.ddlMappaturaD {
    border: solid 1px navy;
    font-size: 9px;
    text-align: left;
    background-color: #E0E0E0;
}

.lblMappaturaP {
    font-size: 9px;
    text-align: left;
    background-color: #ffffff;
}

.lblMappaturaD {
    font-size: 9px;
    text-align: left;
    background-color: #E0E0E0;
}

.txtMappaturaP {
    font-size: 9px;
    text-align: right;
    background-color: #ffffff;
    width: 40px;
}

.txtMappaturaD {
    font-size: 9px;
    text-align: right;
    background-color: #E0E0E0;
    width: 40px;
}

/*#endregion */

/*usato in pesatura_posizioni.aspx*/
.rblList {
    font-size: 9px;
    text-align: left;
}

/*#region Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../img/FilledStar.png);
}

.emptyRatingStar {
    background-image: url(../img/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../img/SavedStar.png);
}

/*#endregion */



/*AutoComplete flyout */
.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px !important;
    background-color: White;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    height: 70px;
    text-align: left;
    list-style-type: none;
    z-index: 80;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    background-color: var(--primary);
    color: #ffffff;
    padding: 1px; /*font-weight:bold;  */
    z-index: 80;
    text-align: left;
    font-size: 10px;
    font-style: italic;
}
/* AutoComplete item */
.autocomplete_listItem {
    background-color: White;
    color: windowtext;
    padding: 1px;
    z-index: 80;
    text-align: left;
    font-size: 10px;
}


/*#region AJAX TABCONTAINER */

.ajax__TabContainer .ajax__tab_header {
    color: #000000;
    font-style: inherit;
    font-weight: bold;
    background: url('../img/tab-line.gif') repeat-x 50% bottom;
    margin-left: 2px;
    margin-right: 2px;
}

.ajax__TabContainer .ajax__tab_outer {
    padding-right: 4px;
    background: url(../img/tab-right.gif) no-repeat right;
    height: 21px;
}

.ajax__TabContainer .ajax__tab_inner {
    padding-left: 3px;
    background: url(../img/tab-left.gif) no-repeat;
}

.ajax__TabContainer .ajax__tab_tab {
    /*height: 13px; LUCY*/
    padding: 4px;
    margin: 0px;
    background: url(../img/tab.gif) repeat-x;
}

.ajax__TabContainer .ajax__tab_hover .ajax__tab_outer {
    cursor: pointer;
    background: url(../img/tab-hover-right.gif) no-repeat right;
}

.ajax__TabContainer .ajax__tab_hover .ajax__tab_inner {
    cursor: pointer;
    background: url(../img/tab-hover-left.gif) no-repeat;
}

.ajax__TabContainer .ajax__tab_hover .ajax__tab_tab {
    cursor: pointer;
    background: url(../img/tab-hover.gif) repeat-x;
}

.ajax__TabContainer .ajax__tab_active .ajax__tab_outer {
    background: url(../img/tab-active-right.gif) no-repeat right;
}

.ajax__TabContainer .ajax__tab_active .ajax__tab_inner {
    background: url(../img/tab-active-left.gif) no-repeat;
}

.ajax__TabContainer .ajax__tab_active .ajax__tab_tab {
    background: url(../img/tab-active.gif) repeat-x;
}

.ajax__TabContainer .ajax__tab_disabled {
    color: #A0A0A0;
}

.ajax__TabContainer .ajax__tab_body {
    border: 1px solid #999999;
    border-top: 0;
    padding: 8px;
    background-color: Transparent;
    margin-left: 2px;
    margin-right: 2px;
}

.ajax__TabPanel {
    background-color: #000000;
}

/*#endregion */

/*dati_risorsa.aspx*/
.imgErrorTab {
    border: 0;
    background-color: Transparent;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: URL('../img/svg/icon_info_F_red.svg');
}
/*dati_risorsa.aspx*/
.imgEditedTab {
    border: 0;
    background-color: Transparent;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: URL('../img/svg/icon_edit.svg');
}
/*dati_risorsa.aspx*/
.imgWarningTab {
    border: 0;
    background-color: Transparent;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: URL('../img/svg/icon_info_F_yellow.svg');
}


/* ContextMenu */
.divContextMenu {
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    border-color: gray;
    position: absolute;
    background-color: White;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.divContextMenuItem {
}

    .divContextMenuItem a {
        font-style: normal;
        /*font-size: 11px;prove*/
        color: Black;
        text-align: left;
        text-decoration: none;
    }

        .divContextMenuItem a:hover {
            color: #DC551F;
        }
/* ContextMenu fine */


/*gadgetMbo.ascx*/
.GadgetMboProgressBar {
    width: 165px;
    font-size: 10px;
    text-indent: 4px;
}


/*#region pan condivisioni bozze SELRichiesteCondivise */

/* Inizio*/
.divCondivisioni {
    width: 18px;
    height: 20px;
    display: inline-block;
}

    .divCondivisioni span {
        width: 200px;
        position: relative;
    }

    .divCondivisioni .divCondivisioniInner {
        display: none;
        position: absolute;
        background-color: White;
        border: solid 1px #DC551F; /*var(--primary)*/
        margin-top: -100px;
        margin-left: -215px;
        width: 410px;
        height: 100px;
        padding: 3px 8px;
        box-shadow: #7b7575 5px 3px;
    }

    .divCondivisioni:Hover .divCondivisioniInner {
        display: block;
    }

/*pan condivisioni bozze SELRichiesteCondivise fine*/

/*#endregion */



.lblThrobber {
    height: 16px;
    width: 16px;
    background-image: url('../img/uploading.gif');
    margin-top: -22px;
    float: right; /*vertical-align:middle;     left: 16px;     top: -25px;     /*position: relative;*/
}

/* usato in geoReference.aspx */
.bkgroundBlack {
    background-color: Black;
}

/* usato in geoReference.aspx */
.bkgroundWhite {
    background-color: White;
}

.popupHead {
    width: 100%;
    height: 21px;
    background-image: url('../img/dragPanel-header.png' );
    background-repeat: repeat;
    padding-top: 3px;
}

/*FoReportisticaAttestati.aspx*/
.bkImgChekedGreen {
    width: 16px;
    height: 16px;
    background-image: url('../img/chekedGreen.png' );
    background-repeat: no-repeat;
    background-position: center;
}
/*FoReportisticaAttestati.aspx*/
.bkImgCrossRed {
    width: 16px;
    height: 16px;
    background-image: url('../img/crossRed.png' );
    background-repeat: no-repeat;
    background-position: center;
}


/*#region risorse_ricerca.aspx */
.divPannellino {
    width: 18px;
    height: 20px;
    display: inline-block; /* width: 100%;     height: 100%;     display:block;     overflow: visible;*/
}

    .divPannellino span {
        width: 200px;
        position: relative;
    }

    .divPannellino .divPannellinoInner {
        display: none;
        position: absolute;
        background-color: White;
        border: solid 1px var(--primary);
        margin-top: 20px;
        margin-left: 0px;
        width: 410px;
        height: 220px;
        padding: 3px 8px;
        box-shadow: 5px 3px;
        z-index: 1;
    }

    .divPannellino:Hover .divPannellinoInner {
        display: block;
    }

/*#endregion */

/*#region risorse_ricercaPatenti.aspx */
.divPannellinoOpzioni {
    /*width: 18px;*/
    height: 20px;
    display: inline-block;
    overflow: visible;
}

    .divPannellinoOpzioni span {
        font-size: 10px;
        /*cursor: pointer;
        width: 200px;
        position: relative;*/
    }

    .divPannellinoOpzioni .divPannellinoOpzioniInner {
        display: none;
        position: absolute;
        background-color: White;
        border: solid 1px var(--primary);
        margin-top: 10px;
        margin-left: -102px;
        width: 100px;
        height: 100px; /*70px*/
        padding: 3px 8px;
        box-shadow: 3px 5px;
        z-index: 1;
        text-align: center;
        white-space: normal;
    }

    .divPannellinoOpzioni:Hover .divPannellinoOpzioniInner {
        display: block;
    }

/*#endregion */



/*usato in GeoDashScripts */
.ovl {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
}


.progress {
    height: 35px;
}

    .progress .skill {
        font: normal 12px "Open Sans Web";
        line-height: 35px;
        padding: 0;
        margin: 0 0 0 20px;
        text-transform: uppercase;
    }

        .progress .skill .val {
            float: right;
            font-style: normal;
            margin: 0 20px 0 0;
        }

.progress-bar {
    text-align: left;
    transition-duration: 3s;
}




/*divCookie inizio*/
.divCookie .divCookieInner {
    display: none;
    position: absolute;
    background-color: White;
    border: solid 1px var(--primary);
    margin-top: -100px;
    margin-left: -215px;
    width: 210px;
    height: 100px;
    padding: 3px 8px;
    box-shadow: 5px 3px;
}

.divCookie:Hover .divCookieInner {
    display: block;
}

.divCookie2 {
    background-color: #AAB0C4;
    opacity: 0.8;
    display: none;
    position: absolute!important;
    width:100%;
    z-index: 1000;
    padding: 3px 8px;
    box-shadow: 5px 3px 30px rgba(0,0,0, .3);
    font-family: Krub;
    color: #2e384d;
}

    .divCookie2 a {
        font-family: Krub;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        text-align: center;
        color: var(--primary);
        width: 100%;
        transition: .2s;
    }

        .divCookie2 a:hover {
            font-weight: bolder;
            color: #ffdd80;
        }
/*divCookie fine*/





.masterBase {
    font-size: 26px;
    text-align: left;
    margin-top: 1%;
    color: #CD5416;
}

.name {
    display: block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/*#region css per far funzionare js calcola somma in SG_DMPosizioniOrgCoordinamenti */
.field-text1 {
    width: 50px;
}

.field-text2 {
    width: 50px;
}

.field-text3 {
    width: 50px;
}

.field-text4 {
    width: 50px;
}

.field-textTOT {
    width: 50px;
    border: 1px solid #aaaaaa;
    background-color: #f0f0f0;
}
/* fine css js calcola somma in SG_DMPosizioniOrgCoordinamenti*/
/*#endregion */


#dialog {
    display: table;
    vertical-align: middle;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

    #dialog div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-weight: bold;
    }

    #dialog table {
        text-align: center;
        border-spacing: 0;
        border-collapse: collapse;
    }

        #dialog table th {
            border-bottom: 1px solid #aaa;
        }

        #dialog table td {
            padding: 5px;
        }


#messageDiv div {
    display: none;
    text-align: center;
}


.divSfondo {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 500;
    background-color: #6e6f85;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
}
/* Classe utilizzata per l'oggetto Select2, applicabile ai dropdownlist*/
/* utilizzati nei filtri di ricerca. Per utilzzare Select2 anche su */
/* altri tipi di dropdownlist è necessario inserire questa classe modificata */
/* opportunamente nella pagina specifica in cui è presente il dropdownlist. */
.select2-selection__rendered {
    border: 0;
    height: 3.2em;
    width: 95%;
    font-family: Krub;
    font-size: 1.1em;
    border-radius: 0.5em;
    margin: 1em 1.5em 1em 0em;
    color: #2e384d;
    font-weight: 600;
    padding-left: 0.5em;
    padding-top: 1em;
    background: white;
    background-image: url('../img/svg/freccia_down.svg');
    background-repeat: no-repeat;
    background-position: right 5px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* ************** */
.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}