﻿/* GLOBAL STYLES */
/* Padding below the footer and lighter body text */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

/* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin-top: 20px;
    margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}

/*.navbar-wrapper .navbar {
    }*/

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
    border: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
    box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

/* Downsize the brand/project name a bit */
.navbar .brand {
    padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
    /*padding: 30px 10px;*/
}

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
    margin-top: 10px;
}

.navbar-inverse {
    background-color: #06c !important;
    border-color: #06c !important;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #e0e0e0 !important;
        font-size: small;
    }

.navbar-inversoNE {
    background-color: black !important;
    border-color: black !important;
}

    .navbar-inversoNE .navbar-nav > li > a {
        color: #e0e0e0 !important;
        font-size: small;
    }

/* MARKETING CONTENT
    -------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .span4 {
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .span4 p {
    margin-left: 10px;
    margin-right: 10px;
}


/* Featurettes
    ------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

.featurette {
    padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
    overflow: hidden; /* Vertically center images part 2: clear their floats. */
}

.featurette-image {
    margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
        margin-right: 40px;
    }

    .featurette-image.pull-right {
        margin-left: 40px;
    }

/* Thin out the marketing headings */
.featurette-heading {
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

.carousel-caption {
    position: relative;
    /*right: 15%;*/
    bottom: 30px;
    left: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    color: black;
}

.carousel-indicators li {
    display: inline-flex;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    /*background-color: #000 \9;*/
    background-color: black;
    border: 1px solid black;
    border-radius: 4px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 1px;
    background-color: whitesmoke;
}

.container-fluid {
    padding-right: 14px !important;
    padding-left: 14px !important;
    margin-right: auto;
    margin-left: auto
}

.ajax__slider_h_rail {
    background-repeat: repeat-x;
    height: 22px;
    position: relative;
    width: auto !important;
}
/* RESPONSIVE CSS
    -------------------------------------------------- */
@media (max-width: 1820px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}

@media only screen and (min-width: 1270px) {

    .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
    }

    .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
    }

    .carousel .item {
        height: 500px;
    }

    .carousel img {
        width: auto;
        height: 500px;
    }

    .featurette {
        height: auto;
        padding: 0;
    }

    .featurette-image.pull-left,
    .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
    }

    .ajax__slider_h_rail {
        background-repeat: repeat-x;
        height: 22px;
        position: relative;
        width: auto !important;
    }
}


.btn {
    display: inline-block;
    padding: 1px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px !important;
    font-size: 18px !important;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.NoDisplayHome {
    display: none;
}

/*********************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************/
/***********************************                                     Impostazioni Locali                         *************************************************************/
/*********************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************/
.HTMLeditor {
    border: 2px solid black;
    position: relative;
    z-index: 100001;
    background: oldlace;
    width: 70%;
    top: 0px;
    left: 0px;
}

.regolare {
    background-color: #899e89 !important;
    text-align: center !important;
    color: #fff !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.14);
}

.allarme {
    background-color: red !important;
    text-align: center !important;
    color: #fff !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.14);
}

.regolarecommessa {
    background-color: #00ff44 !important;
    text-align: center !important;
    color: #000 !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.14);
}

.allarmecommessa {
    background-color: red !important;
    text-align: center !important;
    color: #ff0 !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.14);
}

.allarmescaortaminina {
    background-color: #FF9800 !important;
    color: #000 !important;
}

.AllarmeRosso {
    background-color: red !important;
    color: white !important;
    font-weight:bold;
}

.AllarmeVerde {
    background-color: green !important;
    color: white !important;
    font-weight: bold;
}


.ajax__slider_v_handle {
    height: 16px !important;
    width: 22px;
}

.ucCampo_uLabel_right {
    text-align: right;
    font-size: smaller;
}

.ucCampo_uLabel_left {
    text-align: left;
    font-size: smaller;
}

.ucCampo_uLabel_center {
    text-align: center;
    font-size: smaller;
}

.ucBodyCustomGrid_X-Small {
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.14);
    background-color: rgba(158, 188, 62, 0.02) !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin: 0 !important;
    border-radius: 3px !important;
    font-size: smaller !important;
}

.ucBodyCustomGrid_XX-Small {
    border: 1px solid #9A9A9A !important;
    color: #000 !important;
    background-color: #F5F5DC !important;
    padding: 1px;
    margin: 0;
    border-radius: 3px;
    font-size: smaller !important;
}

.ucHeaderCustomGrid_XX-Small {
    border: 1px solid rgb(192, 192, 117) !important;
    background-color: rgba(113, 166, 182, 0.29) !important;
    padding: 5px;
    margin: 0;
    /* background-repeat: repeat-x !important; */
    background-image: -moz-linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,.7) 100%) !important;
    /* background-image: -webkit-linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,.7) 100%) !important; */
    background-image: -o-linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,.7) 100%) !important;
    /* background-image: linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,.7) 100%) !important; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#023b70',endColorstr='#ffffff');
    border-color: rgba(193, 193, 193, 0.54) !important;
    color: #000 !important;
    font-size: smaller !important;
}


.ucMessageBot {
    border: 1px solid #C0C075 !important;
    background-color: lightblue !important;
    padding: 0;
    margin: 0;
    background-repeat: repeat-x !important;
    background-image: -moz-linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,.7) 100%) !important;
    background-image: -webkit-linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,.7) 100%) !important;
    background-image: -o-linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,.7) 100%) !important;
    background-image: linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,.7) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#023b70',endColorstr='#ffffff');
    border-color: #C1C1C1 !important;
    color: #000 !important;
    font-size: smaller !important;
}

.tooltipcalendar {
    position: absolute;
    z-index: 10001;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    text-align: left;
    border: 1px solid #C0C075;
    background-color: #d3d3d3;
    font-size: smaller;
    margin: 0;
    width: 300px;
    background-repeat: repeat-x !important;
    background-image: -moz-linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,.7) 100%);
    background-image: -webkit-linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,.7) 100%);
    background-image: -o-linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,.7) 100%);
    background-image: linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#023b70',endColorstr='#ffffff');
    border-color: #759dc0;
    color: #000;
}

.ucHeaderCalendar_XX-Small1 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #023b70 !important;
    padding: 0;
    margin: 0;
    color: #fff;
}

.ucHeaderCalendar_XX-Small2 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #023b70 !important;
    padding: 0;
    margin: 0;
    color: #fff;
}

.ucHeaderCalendar_XX-Small3 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #023b70 !important;
    padding: 0;
    margin: 0;
    color: #fff;
}

.messaggioradius {
    border-radius: 5px;
    padding: 2px;
}

.messaggiotitolo {
    text-align: center;
    padding: 3px;
    border-bottom-style: outset;
    background: lightblue;
}

.ucCampo_uTextNoCapsLock {
    border: 1px solid #c1c1c1; 
    color: black;
    background-color: #ffffff;
    padding: 0px;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0;
    font-size: smaller;
    border-radius: 3px;
}

.ucCampo_uTextBox_ReadOnly {
    border: 1px solid #c1c1c1;
    color: black;
    background-color: #FFCC66;
    padding: 0px;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0;
    font-size: smaller;
    border-radius: 3px;
}

.headerPopUpTable {
    background: #E6DDC5;
}

.panelPopUp {
    background: #fff;
    border: 1px solid #759dc0;
    overflow: hidden;
    padding-left: 5px;
}

.jConfirmbuttons, .jConfirmbuttons a {
    color: #333;
}

    .jConfirmbuttons:hover, .jConfirmbuttons a:hover {
        color: #759dc0;
    }

.uLabelSqlCombo {
    color: #fff;
    padding: 0;
    margin: 0;
    background-color: Transparent;
}

.ucCampo_uLabel {
    padding: 0;
    margin: 0;
    background-color: Transparent;
}


.ucCampo_uLabel_justify {
    padding: 0;
    margin: 0;
    background-color: Transparent;
    text-align: justify;
}

.ucCampo_uLabel_Bold {
    padding: 0;
    margin: 0;
    background-color: Transparent;
    font-weight: bold;
}

.ucCampo_CheckBox {
    font-weight: bold;
    padding: 0;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0;
}

.ucCampo_CheckBox_ReadOnly {
    font-weight: bold;
    background-color: #f0f0f0;
    font-style: italic;
    padding: 0;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0;
}


.ucCampo_Status4Grid {
    border: 1px solid #d06716;
    color: #009;
}

.ucCampo_Date_MasterPage {
    border: 1px solid #d06716;
    color: #009;
    background-color: #ffc;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.ucCampo_Grid {
    border: 1px solid #9A9A9A;
    color: #000;
    background-color: rgb(249, 255, 255);
    padding: 0;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0;
    border-radius: 3px;
}

.ucCampo_uTextCapsLock {
    border: 1px solid #d06716;
    color: #009;
    background-color: #ffc;
    text-transform: uppercase;
}
 
.Trasp {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    background: #ccc;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    filter: alpha(opacity=50);
    opacity: .5;
}

.TraspMod {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    background: #ccc;
    border-left: 1px solid #000;
    width: 350px;
    border-bottom: 1px solid #000;
    filter: alpha(opacity=50);
    opacity: .5;
}


.BtnCentralButton {
    vertical-align: middle;
    text-align: center;
}

.uclabel_NoCapsFine {
    border: 1px solid #d06716;
    color: #009;
    background-color: #ffc;
    padding: 0;
    margin: 0;
    font-weight: lighter;
}

.ucHeaderCustomGrid_X-Small {
    border: 1px solid #d06716;
    color: #fff;
    background-color: #e89c00;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.SfondoRosso {
    background-color: red;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 4px;
    color: #ff0;
    float: left;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

.SfondoGiallo {
    background-color: #ff0;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 4px;
    color: #630;
    float: left;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

.SfondoVerdeN {
    padding: 1px;
    margin: 1px;
    background-color: #3c3;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 4px;
    text-align: center;
    float: left;
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
}

.SfondoVerde {
    background-color: #3c3;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 4px;
    text-align: center;
    float: left;
    padding-top: 2px;
    padding-bottom: 2px;
}

.SfondoRosso-CAL {
    border: 1px solid #000;
    background-color: red;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 4px;
    color: #f5f5f5;
    float: left;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: x-small;
}

.SfondoNC-CAL {
    border: 1px solid #000;
    background-color: yellow;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 4px;
    color: black;
    float: left;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: x-small;
}

.SfondoGiallo-CAL {
    border: 1px solid #000;
    background-color: #ff0;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 4px;
    text-align: center;
    color: #630;
    float: left;
    padding-top: 2px;
    padding-bottom: 2px;
}

.SfondoVerdeN-CAL {
    padding: 1px;
    margin: 1px;
    border: 1px solid #000;
    background-color: #3c3;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 4px;
    text-align: center;
    float: left;
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
}

.SfondoVerde-CAL {
    border: 1px solid #000;
    background-color: #3c3;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 4px;
    text-align: center;
    float: left;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: x-small;
}

.SfondoWeek-CAL {
    background-color: #039;
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: left;
    color: #fff;
}

.Sfondo-Annullato {
    text-decoration: underline overline line-through;
    font-style: italic;
    background-color: #000;
    color: #ff0;
}

.SfondoGridFiltroOrdina {
    background-color: red;
    color: #ff0;
    border-radius: 5px !important;
}

.ucDDL_DatePattern {
    border: 1px solid #9A9A9A;
    color: #000;
    background-color: #F5F5DC;
    padding: 0;
    margin: 0;
    border-radius: 3px;
    font-size: smaller;
}

.ucDDL-Default {
    border-style: solid;
    border-color: darkgray;
    height: 22px;
    font-family: inherit;
    border-radius: 5px;
}

.input-sm {
    height: 21px;
    padding: 1px 3px;
    background-color: beige;
}

select.input-sm {
    height: 21px;
    line-height: 21px;
}

.myIframe {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: solid black 1px;
}

    .myIframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/*********************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************/
/***********************************                                     Impostazioni Locali                         *************************************************************/
/*********************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************/




/*********************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************/
/***********************************                                     Thermobuilding 3.0                          *************************************************************/
/*********************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************/


.ins_amministratore_daconfermare {
    background-color: red;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 4px;
    font-size: small;
    color: #ff0;
    float: left;
    text-align: center;
}

.ins_amministratore_confermato {
    background-color: #093;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 4px;
    font-size: small;
    color: #fff;
    float: left;
    text-align: center;
}

.chiusa, .chiusa:hover {
    background-color: #3c3;
    text-align: center;
    color: #fff;
}

.aperta, .aperta:hover {
    background-color: red;
    text-align: center;
    color: #fff;
}

.urgente, .urgente:hover {
    background-color: #ffa500;
    text-align: center;
}

.daRip, .daRip:hover {
    background-color: #00e600;
    text-align: center;
}

.daRipUrg, .daRipUrg:hover {
    background-color: #00e600;
    text-align: center;
}

.annullata, .annullata:hover {
    text-decoration: underline overline line-through;
    font-style: italic;
    background-color: #000;
    color: #ff0;
    text-align: center;
}

.prenotataC, .prenotataC:hover {
    background-color: #ff0;
    text-align: center;
}

.scadenza, .scadenza:hover {
    background-color: #ff0;
    text-align: center;
}

.daconfermare, .daconfermare:hover {
    background-color: #ff0;
    text-align: center;
}

.LetturaDati {
    background-color: red;
    background-image: -moz-linear-gradient(top,red,#fff 60%,#ff0 1000%,#00f 0%,green 0%,#4b0082 0%,#ee82ee 0%);
    background-image: -webkit-linear-gradient(top,red,#fff 60%,#ff0 1000%,#00f 0%,green 0%,#4b0082 0%,#ee82ee 0%);
    background-image: -o-linear-gradient(top,red,#fff 60%,#ff0 1000%,#00f 0%,green 0%,#4b0082 0%,#ee82ee 0%);
    background-image: -ms-linear-gradient(top,red,#fff 60%,#ff0 1000%,#00f 0%,green 0%,#4b0082 0%,#ee82ee 0%);
    background-image: linear-gradient(top,red,#fff 60%,#ff0 1000%,#00f 0%,green 0%,#4b0082 0%,#ee82ee 0%);
    text-align: center;
}


.Letta {
    border: 1px solid #000;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 4px;
    font-size: x-small;
    float: left;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: red;
    background-image: -moz-linear-gradient(top,red,#fff 60%,#ff0 1000%,#00f 0%,green 0%,#4b0082 0%,#ee82ee 0%);
    background-image: -webkit-linear-gradient(top,red,#fff 60%,#ff0 1000%,#00f 0%,green 0%,#4b0082 0%,#ee82ee 0%);
    background-image: -o-linear-gradient(top,red,#fff 60%,#ff0 1000%,#00f 0%,green 0%,#4b0082 0%,#ee82ee 0%);
    background-image: -ms-linear-gradient(top,red,#fff 60%,#ff0 1000%,#00f 0%,green 0%,#4b0082 0%,#ee82ee 0%);
    background-image: linear-gradient(top,red,#fff 60%,#ff0 1000%,#00f 0%,green 0%,#4b0082 0%,#ee82ee 0%);
}

.Analizzato {
    border: 1px solid #000;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 4px;
    font-size: x-small;
    float: left;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #07730a;
    background-image: -moz-linear-gradient(top,#07730a,#fff 60%,#ff0 1000%,#00f 0%,green 0%,#4b0082 0%,#ee82ee 0%);
    background-image: -webkit-linear-gradient(top,#07730a,#fff 60%,#ff0 1000%,#00f 0%,green 0%,#4b0082 0%,#ee82ee 0%);
    background-image: -o-linear-gradient(top,#07730a,#fff 60%,#ff0 1000%,#00f 0%,green 0%,#4b0082 0%,#ee82ee 0%);
    background-image: -ms-linear-gradient(top,#07730a,#fff 60%,#ff0 1000%,#00f 0%,green 0%,#4b0082 0%,#ee82ee 0%);
    background-image: linear-gradient(top,#07730a,#fff 60%,#ff0 1000%,#00f 0%,green 0%,#4b0082 0%,#ee82ee 0%);
}

/*********************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************/
/***********************************                                     Thermobuilding 3.0                          *************************************************************/
/*********************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************/



/* CLASSE PRESA DA GOVERNO.IT PER BANDIERA ITALIA in HOMEPAGE*/
.flag_container {
    z-index: 100;
    left: 0;
    width: 100%;
    clear: both;
    transition: all 0.4s ease;
    top: 184px;
}

    .flag_container div {
        width: 33.3333333333%;
        height: 8px;
        overflow: hidden;
        float: left;
        border-bottom: 1px #06c;
    }

        .flag_container div.green {
            background: #009246;
        }

        .flag_container div.white {
            background: #ffffff;
        }

        .flag_container div.red {
            background: #ce2b37;
        }

.ucCampo_RadioButtonList {
    border: 1px solid #c1c1c1;
    color: black;
    background-color: inherit;
    padding-left: 5px;
    margin: 0;
    font-size: smaller;
    border-radius: 3px;
    width: fit-content;
    padding-right: 5px;
}

hr {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border: 0 !important;
    border-top: 1px solid #bbbbbb !important;
}

.ProtEntrata {
    background-image: url('../APP_CMP/img/ProtEntrata.png');
    background-repeat: no-repeat;
    padding-left: 36px;
    height: 21px;
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.14);
}

.ProtUscita {
    background-image: url('../APP_CMP/img/ProtUscita.png');
    background-repeat: no-repeat;
    padding-left: 36px;
    height: 21px;
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.14);
}

.navbar {
    position: relative !important;
    min-height: 23px !important;
    margin-bottom: 0px !important;
    border: 1px solid transparent !important;
}
