/*---area lavoro---*/
html {
    width: 100%;
    height: 100%;
    line-height: 0;
}

body {
    display: inline-block;
    height: 100%;
    width: 100%;
}

/*-----Home-----*/
.home_body {
    background: #2c3e50;;
    width: 100%;
    height: 100%
}

.centreHome {
    background: #FFFFFF;
    width: 95%;
    margin: 0px auto;
    position: fixed;
}

#leftside {
    display: inline-block;
    position: fixed;
}

#titolo {
    color: #454c4d;
    font-weight: 200;
}

#rightside {
    height: 600px;
    display: inline-block;
    float: right;
}

#login {
    background: #2c3e50;;
    border-radius: 5px;
}

#log_table {
    width: 90%;
}

.label-login {
    color: #FFFFFF;
    text-align: right !important;
    vertical-align: super;
    margin-right: 10px;
}

.input-login {
    width: 100%;
    border-radius: 4px;
    border: rgba(120, 120, 120, 1) solid 1px;
    padding-left: 5px;
    vertical-align: unset !important;
    font-size: 20px;
    color: rgb(54, 74, 94);
}

.login-botton {
    background: #ffa502;
    border: solid #ffa502 1px;
    border-radius: 2px;
    color: #FFFFFF;
    width: 100px;
}

.login-error {
    color: #f39c12;
    text-align: left;
}

/*---Header---*/
#header {
    background-color: #1A1C23;
    padding: 5px;
    line-height: 0;
    display: inline-block;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
}

.headerh4 {
    display: inline-block;
    color: #FFFFFF;
    font-weight: 300;
    float: right;
    margin-top: 25px;
    margin-right: 60px;
    font-size: 24px;
}

.headerh5 {
    /*display: inline-block;*/
    float: right;
    margin-top: 25px;
    margin-right: 60px;
}

.headerimg {
    display: inline-block;
    color: #FFFFFF;
    font-weight: 300;
    float: right;
    margin-top: 25px;
    margin-right: 60px;
    font-size: 24px;
}

#logo {
    height: 50px;
    margin-left: 20px;
}

/*---Footer---*/
#footer {
    position: fixed;
    z-index: 1000;
    left: 0;
    height: 30px;
    background: rgb(230, 172, 14);
    padding: 5px;
    width: 100%;
}

.footerh3 {
    display: inline-block;
    color: #FFFFFF;
    font-weight: 800;
    float: right;
    margin-top: 3px;
    margin-right: 60px;
}

/*---Menu Sinistro---*/
#mainMenuContainer {
    background: #2c3e50;
    display: inline-block;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 60px;
}

/*---pannello centrale---*/
#centralPanel {
    display: inline-block;
    z-index: -1;
    margin-top: 60px;
    margin-bottom: 50px;

    height: auto;
    background: rgb(255, 255, 255);
    height: 100%;
    vertical-align: baseline;
    overflow: auto;
}

/*---primo sidebar---*/
#firstRightsidebar {
    background: #454c4d;
    display: inline-block;
    position: fixed;
    z-index: 1000;
    top: 60px;
    text-align: center;
}

#firstRightsidebarD {
    background: #454c4d;
    display: inline-block;
    position: fixed;
    z-index: 1000;
    top: 60px;
    text-align: center;
}

/*---secondo sidebar---*/
#secondRightsidebar {
    background: #2c3e50;
    display: inline-block;
    position: fixed;
    z-index: 1000;
    top: 60px;
    width: 17% !important;
    left: unset !important;
    height: 100%;
}

#secondRightsidebarD {
    background: #454c4d;
    display: inline-block;
    position: fixed;
    z-index: 1000;
    top: 60px;
    width: 17% !important;
    left: unset !important;
    height: 100%;
    margin-left: 65px;
}

/*---MENU---*/




.response {
    margin: 30px auto auto;
    width: 230px;
    display: block;
    padding: 15px;
    background: #c0392b;
    text-decoration: none;
    font-size: 24px;
    color: rgba(255, 255, 255, 1.00);
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

.data1 {
    margin: 30px auto auto;
    min-width: 260px;
    display: block;
    padding: 10px;
    background: #34495e;
    text-decoration: none;
    font-size: 24px;
    color: rgba(255, 255, 255, 1.00);
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid transparent;
}

.data2 {
    margin: 30px auto auto;
    min-width: 260px;
    display: block;
    padding: 10px;
    background: #34495e;
    text-decoration: none;
    font-size: 24px;
    color: rgba(255, 255, 255, 1.00);
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid transparent;
}

.btn-menu .icon {
    float: right;
}

.btn-menu .icon.left {
    float: none;
    margin-right: 10px;
}

div.container-menu .menu li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    font-size: 18px;
    color: rgba(255, 255, 255, 1.00);
}

div.container-menu .menu2 li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    font-size: 18px;
    color: rgba(255, 255, 255, 1.00);
}

div.container-menu .menu li a:hover {
    background: #2f3542;
}

div.container-menu .menu2 li a:hover {
    background: #2f3542;
}

a.btn-menu:hover {
    background: #2f3542 !important;
    color: white !important;
}

div.container-menu .menu .icon.left {
    margin-right: 10px;
}
div.container-menu .menu2 .icon.left {
    margin-right: 10px;
}


li.active {
    background: #2f3542;
}

.center {
    text-align: center !important;
}

#logout {
    height: 30px;
    color: rgb(150, 150, 150);
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background: rgb(239, 239, 239);
    border: solid rgb(239, 239, 239) 1px;
    border-radius: 2px;
    width: 200px;
    margin: 40% auto 0;
}

.underT {
    font-size: 14px;
}

.f_right {
    float: right !important;
}

.mr5px {
    margin-right: 5px
}

.variable_margin {
    margin: calc(0.8rem - .14285714em) 0 0.5rem !important;
}

.mb8px {
    margin-bottom: 8px !important;
}

.wd100 {
    width: 100% !important;
}

.wd50 {
    width: 50%
}

.wd45 {
    width: 45%
}

.wd80 {
    width: 80%
}

.wd90 {
    width: 90% !important;
}

.wd88 {
    width: 88% !important;
}

.wd92 {
    width: 92% !important;
}

.wd60 {
    width: 60%
}

.wd250px {
    width: 229px;
}

.wd280px {
    width: 280px;
}

.wd120px {
    width: 120px;
}

.pdb0 {
    padding-bottom: 0 !important;
}

.pdt0 {
    padding-top: 0 !important;
}

.bg_orange {
    background-color: #d1d8e0 !important;
}

.mb14px {
    margin-bottom: 14px !important;
}

.color_font {
    color: #3498db !important;
}

.idop{
    font-size: 18px !important;
    color: #3498db !important;
}

.px100input {
    width: 100px !important;
}

.px80input {
    width: 80px !important;
}

.px150input {
    width: 150px !important;
}

.td_re {
    width: 120px !important;
}


.minW40 {
    min-width: 40%
}

.minW60 {
    min-width: 60%
}

.minW30 {
    min-width: 30%
}

.ml230px {
    margin-left: 230px !important
}

.ml10px {
    margin-left: 10px !important
}

.ml0px {
    margin-left: 0 !important
}

#tab_progetti {
    display: table;
    width: 80%
}

.selection_titolo {
    background-color: rgb(69, 76, 77) !important;
    color: rgba(255, 255, 255, 1) !important;
    min-width: 14% !important;
}


select {
    border-radius: 3px
}

/*---Canali---------*/
h3.canale {
    color: rgba(0, 0, 0, 1.00) !important;
    text-align: center;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: normal;
}

/*-------------------------*/
/*---SIDEBAR---------*/
div.right_column {
    margin: 30px auto;
    width: 80%;
    text-align: center;
}

.btn {
    margin: 10px 10px 10px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}


.extented_button {
    min-width: 130px;
    width: 100%;
    margin-left: 0;
}


.reset {
    background: #badc58;
    border: solid #badc58 1px;
    border-radius: 2px;
}

.btn4 {
    width: 80%;
    white-space: normal !important;
    word-wrap: break-word;
}

/*------generalclass----------------*/

.map {
    height: 100%;
    width: 100%;
}

.map2 {
    height: 600px;
    width: 600px;
    margin-bottom: 30px;
    display: inline-block;
}

.polilinea {
    float: right !important;
}

.polilinea2 {
    display: block !important;
    margin-bottom: 20px !important;
    width: 100%;
}

.mb20 {
    margin: 20px auto;
}

.margbot20 {
    margin-bottom: 20px !important;
}

.margrig20 {
    margin-right: 20px
}

.paddbott {
    padding-bottom: 8px
}

.w365 {
    width: 365px;
}

.border1 {
    border: 1px solid #fcb900;
}

.dn {
    display: none;
}

.dn2 {
    display: none !important;
}

.border_right {
    border-right: 1px solid #fcb900
}

.bb1pxgrey {
    border-bottom: 1px solid rgba(36, 36, 38, 0.1) !important
}

.mr115 {
    margin-right: 115px;
}

.mr140 {
    margin-right: 140px;
}

.mr10 {
    margin-right: 10px;
}

.fontwbold {
    font-weight: bold;
}

.color_red {
    color: red;
}

.paddbott20 {
    padding-bottom: 20px
}

.color_txtal_r {
    color: #2980b9;
    text-align: right;
}

.mr20 {
    margin-right: 20px;
}

.bn {
    border: none !important;
}

.w50 {
    width: 50% !important;
}

.w80 {
    width: 80% !important;
}

.dn_minw_787 {
    display: none;
    min-width: 787px;
}

.mw787 {
    min-width: 787px;
}

.wd27pc {
    width: 27% !important;
}

.elemento_tab {
    color: rgb(230, 172, 14) !important;
    font-weight: bold;
}

.mt8px {
    margin-top: 8px;
}

.mt30px {
    margin-top: 30px !important;
}




.mb50px {
    margin-bottom: 50px !important;
}

.mb30px {
    margin-bottom: 30px !important;
}

.bordo_piccolo {
    border-top: 1px solid #fcb900;
}

.colore_peric {
    color: #c0392b;
}

.ml30px {
    margin-left: 30px !important;
}

.display_ib {
    display: inline-block;
}

.mr100pc {
    margin-right: 100% !important;
}

.mr20 {
    margin-right: 20px !important;
}

.pdtop6 {
    padding-top: 6px !important;
}

.pdtop11 {
    padding-top: 11px !important;
}

.insert_btn {
    background-color: #f39c12 !important;
    width: 80% !important;
    margin-bottom: 8px !important;
    color: #FFFFFF !important;
    height: 40px !important;
}

.edit_btn {
    background-color: #e67e22 !important;
    width: 80% !important;
    margin-bottom: 8px !important;
    color: #FFFFFF !important;
    height: 40px !important;
}

.conformita_btn {
    background-color: #c0392b !important;
    width: 80% !important;
    margin-bottom: 8px !important;
    color: #FFFFFF !important;
    height: 40px !important;
}

.parametro_btn {
    background-color: #7f8c8d !important;
    width: 80% !important;
    margin-bottom: 8px !important;
    color: #FFFFFF !important;
    height: 40px !important;
}

.indicazione_btn {
    background-color: #e67e22 !important;
    width: 80% !important;
    margin-bottom: 8px !important;
    color: #FFFFFF !important;
    height: 40px !important;
}

.del_btn {
    background-color: #fd9644 !important;
    width: 80% !important;
    margin-bottom: 8px !important;
    color: #535c68 !important;
    height: 40px !important;
}

.reset_btn {
    background-color: #4b6584 !important;
    width: 80% !important;
    margin-bottom: 8px !important;
    color: #FFFFFF !important;
    height: 40px !important;
}

.geo_btn {
    background-color: #2d98da !important;
    width: 80% !important;
    margin-bottom: 8px !important;
    color: #FFFFFF !important;
    height: 40px !important;
}

.proc_cont {
    width: 80% !important;
    margin: 20px auto !important;
}

.second_btn {
    background-color: #95a5a6 !important;
    width: 80% !important;
    margin-bottom: 8px !important;
    color: #FFFFFF !important;
    height: 40px !important;
}

.final_btn {
    background-color: #f39c12 !important;
    width: 80% !important;
    margin-bottom: 8px !important;
    color: #FFFFFF !important;
    height: 40px !important;
}

.contorno_btn {
    background-color: #778ca3 !important;
    width: 80% !important;
    margin-bottom: 8px !important;
    color: #FFFFFF !important;
    height: 40px !important;
}

.manual_btn {
    background-color: #34495e !important;
    width: 80% !important;
    margin-bottom: 8px !important;
    color: #FFFFFF !important;
    height: 40px !important;
}

.manual_fs {
    font-size: 18px !important;
}

.risultato {
    background-color: #4b6584 !important;
    text-align: left !important;
    color: white !important;
}

.contenitore {
    width: 90% !important;
    margin: 50px auto !important;
}

.contenitore2 {
    width: 100% !important;
    margin-top: 50px;
}

#contenitoreD {
    width: 100% !important;
    margin: 50px auto !important;
    display: inline-block;
}

#livesearch {
    background: #4b6584;
    border: #333 1px solid;
    border-radius: 4px;
    font-size: 14px;
    padding-left: 5px;
    margin-bottom: 10px;
    text-align: left;
}

div#livesearch.live_scuro {
    border: #4b6584 1px solid;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    padding-left: 5px;
    margin-bottom: 10px;
    text-align: left;
}

div#livesearch2.live_scuro {
    border: #4b6584 1px solid;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    padding-left: 5px;
    margin-bottom: 10px;
    text-align: left;
}

div#livesearch3.live_scuro, div#livesearch4.live_scuro {
    border: #4b6584 1px solid;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    padding-left: 5px;
    margin-bottom: 10px;
    text-align: left;
}

.cercaimg {
    margin: 5px 0 10px 10px;
    display: inline
}

.cerca {
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
    white-space: nowrap;
    color: rgba(255, 255, 255, 1);
    vertical-align: text-bottom;
    white-space: normal;
    width: 180px
}

#contlive, #contlive2, #contlive3, #contlive4 {
    background-color: #4b6584;
    border: #33495e solid 1px;
    border-radius: 3px;
    margin-bottom: 8px;
}

.txt_area {
    width: 100% !important;
    border: 1px solid rgba(34, 36, 38, .15);
    border-radius: 3px;
}

.testo {
    word-wrap: normal !important;
    white-space: normal
}

.evidenzia {
    background: #f7b731
}

#livesearch p {
    font-size: 16px
}

#livesearch2 p {
    font-size: 16px
}

#livesearch3 p {
    font-size: 16px
}

#livesearch4 p {
    font-size: 16px
}

.vertical {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    height: 300px;
    margin: auto 10px;
    text-align: center
}

/*device zoom css part Start*/
#footer {
    bottom: 0 !important;
    top: unset !important;
}

#mainMenuContainer {
    width: 17% !important;
    height: 100%;
}


#centralPanel {
    width: 66% !important;
    margin-left: 17% !important;
}

#centralPanel2 {
    width: 100% !important;
    margin-left: 17% !important;
    position: fixed;
    top: 60px;
}

.right_msg {
    width: 80% !important;
    margin: 10px auto !important;
}

.label_box {
    min-height: 38px !important;
    padding-top: 12px !important;
    font-size: 1em !important;
    margin-bottom: 10px !important;
}

.checkbb {

    width: 20px !important;
    height: 20px !important;
    opacity: 0.4 !important;
    border-color: rgba(34, 36, 38, .15) !important;

}

.checkbb2 {

    width: 20px !important;
    height: 20px !important;
    opacity: 0.4 !important;
    border-color: rgba(34, 36, 38, .15) !important;

}

.tab_modal {
    width: 40% !important;
    padding: 60px;
}

.tab_modal2 {
    width: 70% !important;
    padding: 60px;
    background-color: grey !important;
}

.tab_modal3 {
    width: 55% !important;
    padding: 60px;
    background-color: grey !important;
}

.tab_modal6 {
    width: 60% !important;
    padding: 50px;
    background-color: grey !important;
}


.tab_modal5 {
    width: 50% !important;
    padding: 60px;
    background-color: grey !important;
}

.tab_modal4 {
    width: 40% !important;
    padding: 60px;
}

.tab_modal_area {
    width: 55% !important;
    padding: 60px;
}

.inp_geo {
    width: 80% !important;
    margin: 0 .25em 0 0 !important;
    height: 40px !important;
    margin-bottom: 8px !important;
}

.inp_barra {
    width: 80% !important;
    margin: 0 auto !important;
}

.bgSecRB {
    background-color: #454C4D !important;
    font-size: 16px !important;
}

.label_prog {
    width: 80% !important;
    color: white;
    font-size: 18px;
    margin: 0 auto 8px;
    text-align: left;
}

.label_geo {
    width: 80% !important;
    color: #f1c40f;
    font-size: 14px;
    margin: 0 auto 8px;
    text-align: left;
}

.tech_mess {
    font-size: 18px !important;
}

.color_legend {
    width: 50px !important;
    height: 30px !important;
}

.alta_lg {
    background-color: #ff8a8a !important;
}

.medioalta_lg {
    background-color: #ffc000 !important;
}

.media_lg {
    background-color: #ffe699 !important;
}

.mediobassa_lg {
    background-color: #c5e0b4 !important;
}

.bassa_lg {
    background-color: #a9d18e !important;
}

.aa_lg {
    background-color: #138972 !important;
}

.a_lg {
    background-color: #27AE60 !important;
}


.b_lg {
    background-color: #2ECC71 !important;
}

.c_lg {
    background-color: #93E65A !important;
}

.d_lg {
    background-color: #FCDC5B !important;
}

.e_lg {
    background-color: #F39C12 !important;
}

.f_lg {
    background-color: #D35400 !important;
}

.g_lg {
    background-color: #C0392B !important;
}

.intervento_n {
    background-color: #548235 !important;
}

.intervento_lt {
    background-color: #f1c40f !important;
}

.intervento_mt {
    background-color: #f39c12 !important;
}

.intervento_bt {
    background-color: #c0392b !important;
}

.intervento_u {
    background-color: #c0392b !important;
}

.db {
    display: block !important;
    margin-bottom: 10px !important;
}

.difetti_pic {
    width: 40px !important;
    height: 40px !important;
}

a, a image {
    cursor: pointer;
}

.style-text5 legend {
    font-size: .8em;
    margin-bottom: 10px
}

.style-text5 .number {
    background: #fab702;
    color: #fff;
    height: 30px;
    width: 30px;
    float: left;
    font-size: .8em;
    margin-right: 8px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 15px 15px 15px 0
}

.ui-accordion .ui-accordion-header {
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    border-bottom-width: 1px;
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    margin: 0 !important;
    padding: .7em .6em .7em .7em !important
}

.ui-accordion-header {
    background-color: #efefef;
    color: #000
}

.report_button_ms1 {
    background-color: #0e566c !important;
    text-align: center !important;
    color: white !important;
}

.fl {
    float: left;
}

.stampa_msg {
    color: white !important;
    font-size: 18px !important;
    background-color: #c0392b !important;
    padding: 6px !important;
    border-radius: 3px !important;

}

.stat {
    display: flex;
}

.mr50px {
    margin-right: 50px;
}

#home_container {
    display: flex;
    align-items: flex-start;
    padding: 50px;
}


.home_title {
    font-size: 30px;
    margin-bottom: 80px;
}

#home_image {
    width: 80%;
}

#left_home {
    width: 50%;
}

#right_home {
    width: 50%;
    font-size: 15px;
}




@media only screen and (max-width: 1680px) {
    body {
        zoom: 90%;
    }
}

@media only screen and (max-width: 1366px) {
    body {
        zoom: 80%;
    }
}

@media only screen and (max-width: 1280px) {
    body {
        zoom: 70%;
    }
}

@media only screen and (max-width: 1024px) {
    body {
        zoom: 60%;
    }
}

@media only screen and (max-width: 768px) {
    body {
        zoom: 50%;
    }
}

@media only screen and (max-width: 640px) {
    body {
        zoom: 40%;
    }
}

/*device zoom css part End*/

