﻿

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Thin';
    src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
}
* {
}
.panelloBello{
    border-color:#f4f4f4!important;
    border-width:2px!important;

}

.panelloBelloMulti {
    border-color: #f4f4f4 !important;
    border-width: 2px !important;
    border-top: none !important;
    border-radius: 0px 0px 5px 5px;
    z-index:1;
}

.bordino {
    border-bottom-color:#f4f4f4!important;
    border-bottom-width:3px!important;
}
.nobordino {
   
    border-bottom-width:0px!important;
}

.displayNone {
    display: none !important;
}

body {
    margin: 0;
    min-height: 100vh;
}

.layoutPanel{
    padding:10%;
}

.fontReglar {
    font-family: "Montserrat-Regular";
} 

.fontBold {
    font-family: "Montserrat-Bold";
}

.fontThin {
    font-family: "Montserrat-Thin";
}

.fontLight {
    font-family: "Montserrat-Light";
}

.fontSemiBold {
    font-family: "Montserrat-SemiBold";
}

.fontBold_lit_num {
    font-family: "Montserrat-SemiBold";
    font-size:17px;
}

.fontBold_lit_scritte {
    font-family: "Montserrat-SemiBold";
    font-size: 11px;
    padding-top: 20px;
}

.fontBold_lit_tabName {
    font-family: "Montserrat-SemiBold";
    font-size: 12px;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -3px!important;
}

.pannelliEnergie {
    min-height: 188px !important;
    border-radius : 8px!important;
    padding-right:25px!important;
}

.panelGrande {
    border-radius: 8px !important;
}

.panelGrandeMulti {
    border-radius: 0px 0px 8px 8px !important;
   
}


.fontMedium {
    font-family: "Montserrat-Medium";
}

.border{
    border:solid 1px #ff9900;
}


.icon {
    width: 50px;
    height: 50px;
}
.fotImpianto {
    width: 100%;
    height: 100%;
}

.divIndexInfoEco {
    background-color: aliceblue;
    border-radius:10px !important;
}

.noPadding{
    padding:0px!important;
}
.noMargin{
    margin:0px!important;
}

.col-md-10 {
    background-color: #ECEFF4;
}
.logo {
    width: 100%;
    height: 100%;
}

.layout {
    background: rgb(160,188,212);
    background: linear-gradient(90deg, rgba(160,188,212,1) 0%, rgba(197,225,184,1) 100%);
    box-shadow: inset -6px 0px 10px -6px rgba(0,0,0,0.7);
}
.layoutPortrait {
    background: rgb(160,188,212);
    background: linear-gradient(90deg, rgba(160,188,212,1) 0%, rgba(197,225,184,1) 100%);
    box-shadow: inset -6px 0px 10px -6px rgba(0,0,0,0.7);
}

.paddingEnergie{
    padding:5%!important;
}

.layoutPadding {
    padding-left:10%!important;
    padding-right:10%!important;
}
.dataLuogo {
    margin-bottom: -7px !important;
    padding: 0px !important;
}

.marginLeftEnergie {
    margin-left: 4% !important;
}
.marginRightEnergie {
    margin-right: 4% !important;
}

.logoImpiantoFooterLayout {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}


.containerbodyDynamic {
    margin-top: 55px;
}

.mainLogo {
    height: 40px;
    margin-top: 5px;
}

.periodoLabel {
    display: inline-block;
    margin-right: 8px;
    margin-left: 10px;
}

.displayNone {
    display: none !important;
}

#mainContainer {
    margin-top: 45px
}

.SitiPlantTitlePanel {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 582px) {
    .dashboardContainer {
        margin-top: 10px;
    }

    .mainLogo {
        height: 30px;
        margin-top: 5px;
    }

    /*.periodoLabel {
        display: none;
    }*/
    #btn_comparing_mode {
        display: none;
    }

    .SitiPlantTitlePanel {
        font-size: 14px;
    }

    #mainContainer {
        margin-top: 40px
    }
}


.dashboardContainer_582_flussi {
    margin-top: 50px;
}

@media (max-width: 992px) {
    body {
        padding-top: 4px;
        padding-bottom: 20px;
        /*background-color: #d1d1d0!important;*/
    }

    .containerbodyDynamic {
        margin-top: 55px;
    }

    #dashboardContainer {
        margin-top: 32px;
    }

    #mainContainer {
        margin-top: 76px
    }
}

.barraTemporaleContainer {
    float: right;
}

.barraTemporaleTH {
    color: #ffffff !important;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #ffffff;
}

.barraTemporaleSpacer {
    display: inline-block;
    width: 15px;
    height: 10px;
}

.data_flussiSpacer {
    display: inline-block;
    margin-right: 20px;
}
/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/
/*.container
{
    width:1400px;
}*/
.change-nav {
    background-color: rgba(1,77,161,.90) !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    margin-top: 10px;
    margin-left: 20px;
    font-size: 20px !important;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        color: #ffd800;
    }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}



.overlayDIV {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 998;
    cursor: pointer;
}








/*#anagraphiCTRL {
    font-size:10px;
    min-height:365px;
}*/


.anagrafica_title {
    font-size: 16px;
    font-weight: bold;
    /*padding-left: 6px;*/
    /*padding-top: 6px;*/
    margin-bottom: 6px;
    cursor: pointer;
}
/*.anagrafica_title:hover {
    color: #34b1eb!important;
}*/
.anagrafica_expanderIco {
    display: none;
}

.hr_anagrafica {
    display: block;
}


.hideOnSmartphone {
}

@media (max-width: 992px) {
    .anagrafica_title {
        display: inline;
    }

    .anagrafica_expanderIco {
        display: inline;
    }

    .hr_anagrafica {
        display: none;
    }
}

.anagrafica_sub_titles {
    font-size: 14px;
    font-weight: bold;
}



/*.anagrafica_body_collapse {
}*/

@media (max-width: 992px) {

    .anagrafica_body_collapse {
        display: none;
    }

    .hideOnSmartphone {
        display: none;
    }
}

/*#meteoCTRL {
    font-size: 10px;
}*/

.meteoTemperature {
    display: block;
    margin-left: 25px;
    margin-top: 8px;
}

@media (max-width: 992px) {
    .meteoTemperature {
        display: inline-block;
    }
}

.METEO_title {
    font-size: 17px;
    font-weight: bold;
}

.meteoCTRL-CONT {
    /*min-height: 298px !important;*/
    min-height: 264px !important;
}


.littleTable {
    padding: 4px;
}

    .littleTable td {
        padding: 4px;
    }


.tdTitle {
    background-color: #ccf6f7;
    font-size: 12px;
    color: #1d83cd;
    font-weight: bold;
    max-height: 30px;
    height: 30px !important;
    padding: 4px !important;
}

.AlertItemContainer {
    margin-left: 15px;
    margin-top: 10px;
}

.alertIcon {
    width: 15px;
}

.alert_item {
    margin-bottom: 8px;
}

@media (max-width: 992px) {
    .alert_item {
        display: inline-block;
        margin-bottom: 4px;
        margin-right: 60px;
        justify-content: space-between;
    }

    .AlertItemContainer {
        margin-left: 0px;
        margin-top: 10px;
        justify-content: space-between;
        display: flex;
    }
}

@media (max-width: 700px) {
    .alert_item {
        display: inline-block;
        /*background-color:#ff9900;*/
        margin-bottom: 4px;
        margin-right: 12px;
        font-size: 13px;
    }

    .AlertItemContainer {
        margin-left: 0px;
        margin-top: 10px;
    }
}


.preLoader {
    background-color:white;
    position:absolute;
    z-index:10;
    width:100vw;
    height:100vh;
    text-align:center;
    vertical-align:central;
    top:0;
    left:0;
}


.COLOR-PRODOTTA {
    background-color: #45e122;
}

.COLOR-PR {
    background-color: #57e0ff;
}


.COLOR-IRRAGGIAMENTO {
    /*background-color: #f2fd40;*/
    background-color: #e9fc22;
    /*opacity:0.4;*/
}

.COLOR-PRODUZIONE_ATTESA {
    background-color: #A2F680;
}

.COLOR-IMMESSA {
    background-color: #2480ff;
}

.COLOR-PRELEVATA {
    background-color: #f6ab38;
}

.COLOR-REATTIVA_PRELEVATA {
    /*background-color: #EEE8AA;*/
    background-color: #ba9934;
}


.COLOR-CONDIVISA {
    background-color: #5ff811;
}

.COLOR-CONSUMATA {
    background-color: #fd4719;
}

.COLOR-AUTOCONSUMATA {
    background-color: #a503fc;
}

.COLOR-FABBISOGNO {
    background-color: #ff0000;
}

.COLOR-INCENTIVO {
    background-color: #2480ff;
}

.COLOR-VENDITA {
    background-color: #f6ab38;
}


.COLOR-CARICATA {
    background-color: #03fcf8;
}

.COLOR-SCARICATA {
    background-color: #f55685;
}

.COLOR-PERC_ACCUMULO {
    background-color: #2a3cfa;
}

.BORDER-PRODOTTA {
    border: solid 2px #45e122 !important;
    background-color: #ffffff !important;
}

.BORDER-PR {
    border: solid 2px #57e0ff !important;
    background-color: #ffffff !important;
}

.BORDER-IRRAGGIAMENTO {
    /*border: solid 2px #f2fd40 !important;*/
    border: solid 2px #ced12e !important;
    background-color: #ffffff !important;
}

.BORDER-PRODUZIONE_ATTESA {
    border: solid 2px #A2F680 !important;
    background-color: #ffffff !important;
}

.BORDER-IMMESSA {
    border: solid 2px #2480ff !important;
    background-color: #ffffff !important;
}

.BORDER-PRELEVATA {
    border: solid 2px #f6ab38 !important;
    background-color: #ffffff !important;
}

.BORDER-REATTIVA_PRELEVATA {
    /*border: solid 2px #EEE8AA !important;*/
    border: solid 2px #ba9934 !important;
    background-color: #ffffff !important;
}


.BORDER-CARICATA {
    border: solid 2px #03fcf8 !important;
    background-color: #ffffff !important;
}

.BORDER-SCARICATA {
    border: solid 2px #f55685 !important;
    background-color: #ffffff !important;
}

.BORDER-PERC_ACCUMULO {
    border: solid 2px #2a3cfa !important;
    background-color: #ffffff !important;
}


.BORDER-CONDIVISA {
    border: solid 2px #5ff811 !important;
    background-color: #ffffff !important;
}

.BORDER-CONSUMATA {
    border: solid 2px #fd4719 !important;
    background-color: #ffffff !important;
}

.BORDER-AUTOCONSUMATA {
    border: solid 2px #a503fc !important;
    background-color: #ffffff !important;
}

.BORDER-FABBISOGNO {
    border: solid 2px #ff0000 !important;
    background-color: #ffffff !important;
}

.BORDER-ACCUMULO {
    border: solid 2px #2a3cfa !important;
    background-color: #ffffff !important;
}

.BORDER-PERC_ACCUMULO {
    border: solid 2px #2a3cfa !important;
    background-color: #ffffff !important;
}


.BORDER-INCENTIVO {
    border: solid 2px #2480ff !important;
    background-color: #ffffff !important;
}

.BORDER-VENDITA {
    border: solid 2px #f6ab38 !important;
    background-color: #ffffff !important;
}



.EN_DEVICES_PERIOD_ABS_VISIBLE {
    background-color: #45e122;
}

.EN_DEVICES_PERIOD_NORM_VISIBLE {
    background-color: #6d4aed;
}

.EN_DEVICES_PERIOD_ABS_INVISIBLE {
    border: solid 2px #45e122;
}

.EN_DEVICES_PERIOD_NORM_INVISIBLE {
    border: solid 2px #6d4aed;
}

.EN_DEVICES_PERIOD_POWER_IRRADIANCE_VISIBLE {
    background-color: rgba(233,252,34,0.3);
}

.EN_DEVICES_PERIOD_POWER_IRRADIANCE_INVISIBLE {
    border: solid 2px rgba(233,252,34,0.3);
}


.EN_DEVICES_CARICA_ACCUMULO_PERC_VISIBLE {
    background-color: #9946d4;
}

.EN_DEVICES_CARICA_ACCUMULO_PERC_INVISIBLE {
    border: solid 2px #9946d4;
}


.fluxLegendPickerNoBorder {
    display: inline-block;
    width: 28px;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle;
    /*border: solid 1px #808080;*/
}

.fluxLegendItem {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    cursor: pointer;
    margin-top: 8px;
}

.fluxLegendItemUnclickable {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    cursor: pointer;
    margin-top: 8px;
}

.fluxLegendItem-hidden {
    text-decoration: line-through solid rgb(68, 68, 68);
}

.fluxLegendPicker {
    display: inline-block;
    width: 28px;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle;
    border: solid 1px #808080;
}

@media(max-width:992px) {
    .fluxLegendPicker {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 5px;
        vertical-align: middle;
        border: solid 1px #808080;
    }

    .fluxLegendItem {
        display: inline-block;
        margin-right: 10px;
        font-size: 13px;
        cursor: pointer;
        margin-top: 8px;
    }
}

.fluxLegenda {
    text-align: left;
    margin-bottom: 12px;
}

.panel-default {
    border-color: #34b1eb !important;
}


@media (max-width: 992px) {
    /*.energyFluxesCTRL {
        height: 600px !important;
        width: 800px !important;
        border: solid 1px #ff9900;
    }*/

    /*#panel-body-energyFluxesCAN {
        height: 560px !important;
        width: 800px !important;
        border: solid 1px #ff0000;
    }*/
}


.energyFluxes_title {
    font-size: 18px;
    font-weight: bold;
}

.btnFlux {
    border: solid 1px #34b1eb;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
}

.btnFluxSel {
    background-color: #1d83cd;
    color: #ffffff;
}

.energyFluxExpanded {
    width: 100%;
    /*height: 80%;*/
    position: absolute;
    top: 52px;
    left: 0;
    float: left;
    z-index: 2;
}

.energyFluxExpanded_compare {
    width: 100%;
    /*height: 80%;*/
    position: absolute;
    top: 92px;
    left: 0;
    float: left;
    z-index: 2;
}

/*#energyFluxesCTRL {
    width: 100%;
    height: 200px;
}*/
#alertCTRL {
    /*margin-left: 4px;*/
    margin-bottom: 4px;
    /*font-size: 10px;*/
}

.ALERT_title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
}

.ALERT_icons {
    text-align: left;
    display: inline-block;
    margin-right: 0px;
}


/*#inverterPerformanceCTRL {
        height:200px;
    }*/

.inverterPerformanceCAN {
    margin-top: 10px;
}

.selButton {
    background-color: #ff9900;
}

.borderElenco {
    border-bottom: 0px !important;
    border-color: #dcdddf !important;
    border-width: 2px !important;
}
a:hover {
    background-color: initial !important;
    border-color: transparent !important;
}

.rigaSupMulti{
    margin-bottom:5%!important;
}

li {
    border: none !important
}
.panel {
    padding: 3px !important;
    margin: 3px !important;
}
.panelMulti {
    
    padding: 3px !important;
    margin: 3px !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    background-color: white;
}

.borderPanelMulti {
    border-color: #f4f4f4 !important;
    border-width: 2px !important;
}

.panel-heading {
    /*background-color:#c6e0f4 !important;*/
    background-color: #ffffff !important;
    border-top: none;
}


.table-anagrafica {
    /*width:180px!important;*/
    font-size: 12px;
}

    .table-anagrafica td {
        padding: 3px !important;
    }


.col-md-2 {
    margin: 0px !important;
    padding: 0px !important;
}

.col-md-3 {
    margin: 0px !important;
    padding: 0px !important;
}

.col-md-4 {
    margin: 0px !important;
    padding: 0px !important;
}

.col-md-5 {
    margin: 0px !important;
    padding: 0px !important;
}

.col-md-6 {
    margin: 0px !important;
    padding: 0px !important;
}

.col-md-8 {
    margin: 0px !important;
    padding: 0px !important;
}

.col-md-9 {
    margin: 0px !important;
    padding: 0px !important;
}

.col-md-10 {
    margin: 0px !important;
    padding: 0px !important;
}

.col-md-12 {
    margin: 0px !important;
    padding: 0px !important;
}

#fluxToolBar {
    /*float: right !important;*/
    /*display: inline-block;*/
    text-align: right;
}

#navAnalisi {
    display: inline-block;
    text-align: right;
    /*float:right!important;*/
}

@media(max-width:992px) {
    #fluxToolBar {
        float: right !important;
        margin-top: 4px;
    }

    #navAnalisi {
        display: block;
        margin-right: 5px;
    }

    #btn_expand_Fluxes {
        display: none;
    }
}

.selezionato {
    border-color: #f4f4f4 !important;
    border-width: 6px !important;
    background-color: white;
    border-radius: 5px 5px 0px 0px;
    color: black !important;
    
}

.albatramonto{
    min-width:100%!important;
    min-height:190px!important;

}
.albatramontoPortait{
    min-width:100%!important;
    min-height:180px!important;

}
.albatramontoPortaitMulti{
    min-width:100%!important;
    min-height:180px!important;

}

svg {
    max-height: 100vh;
    max-width: 100vw;
}

.noSelezionato {
    border-color: #ebebeb !important;
    border-width: 6px !important;
    background: rgb(244,244,244)!important;
    background: linear-gradient(90deg, rgba(244,244,244,1) 10%, rgba(235,235,235,1) 100%)!important;
    border-radius: 5px 5px 0px 0px;
    color: black !important;
}

.target {
    fill: none;
    stroke: #fff;
    stroke-width: 6px;
    stroke-linecap: round;
}

.stop {
    fill: none;
    stroke: #fff;
    stroke-width: 6px;
    stroke-linecap: round;
}

.iconeSemplificata{
    width:36%!important;
    height:36%!important;
}

.iconeSemplificataPort {
    width: 26% !important;
    height: 26% !important;
}

.headingSemplificata{
    background-color:#e4e4e4!important;
}

.panelSemplificata {
    border: 2px solid #d9d9d9 !important;
    background-color: #f9f9f9 !important;
}

.btnFlat1 {
    min-width: 40px;
    border: solid 1px #34b1eb;
    vertical-align: top;
    text-align: center;
    border-radius: 5px;
    /*padding: 6px 12px;*/
    padding: 6px 10px;
    color: #1284ba;
    text-decoration: none;
    font-size: 15px;
    margin-top: 3px;
}

.btnFlat1Unsel {
    background-color: #ffffff !important;
    text-decoration: none;
}


.btnFlat1SelPeriod {
    border: solid 1px #ffffff;
    background-color: #337ab7 !important;
    color: #ffffff;
    text-decoration: none;
}

.btnFlat1Period {
    width: 42px;
    margin: 4px;
}

.btnFlat1PeriodCol2 {
    width: 48%;
}

.FlatPeriodBorderW {
    border-left: solid 1px #ffffff;
}

.btnFlat1UnselPeriod {
    background-color: #ffffff !important;
    text-decoration: none;
}

.btnFlat1DisabledPeriod {
    background-color: #a09e9e !important;
    text-decoration: none;
    color: #edeef0;
}


.btnFlat1HeaderPeriod {
    color: #fff;
    font-weight: bold;
    /*background-color: #6b8092 !important;*/
    background-color: #337ab7 !important;
    border: solid 1px #ffffff;
    text-decoration: none;
}


.btnFlat1Sel {
    border: solid 1px #1284ba;
    background-color: #337ab7 !important;
    color: #ffffff;
    text-decoration: none;
}

.btnNavPrinc {
    display: inline-block;
    border: solid 1px #34b1eb;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    padding: 4px 12px;
    text-decoration: none;
    background-color: #fff;
}

    .btnNavPrinc:hover {
        text-decoration: none !important;
        text-transform: none !important;
    }

/*.btnNavPrincRight {
    
    width: 150px;
    display: inline-block;
    border: solid 1px #34b1eb;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    padding: 6px 12px;
    text-decoration: none;
    background-color:#fff;
}

.btnNavPrincRight:hover {
    text-decoration: none !important;
    text-transform:none!important;
    
}*/


.btnNavPrincVettori {
    /*margin-top: 8px;   */
    /*width: 33px;*/
    display: inline-block;
    border: solid 1px #34b1eb;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    /*padding: 4px 4px 4px 4px;*/
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
}

.btnNavPrincVettoriSel {
    background-color: #337ab7 !important;
    /*background-color: #337ab7 !important;
    color: #fff;
    */
    /*border: solid 2px #337ab7 !important;*/
}

.btnNavPrincVettori:hover {
    text-decoration: none !important;
}

#fluxPeriodDiv {
    display: inline-block;
    margin-top: 8px;
    vertical-align: bottom;
    text-align: left;
    height: 30px;
    color: #ffffff;
}

#fluxNavRight {
    float: right !important;
}
/*@media (max-device-width: 480px) and (orientation: landscape) {

}*/
@media (max-width: 767px) {
    #navToolBar {
        width: 100%;
    }

    #fluxNavRight {
        float: right !important;
        margin-right: 3px;
    }
}


@media (max-width: 582px) {
    .containerbodyDynamic {
        margin-top: 60px;
    }

    .barraTemporaleSpacer {
        display: none;
        width: 15px;
        height: 10px
    }

    .data_flussiSpacer {
        display: none;
        margin-right: 20px;
    }

    #fluxPeriodDiv {
        display: block;
        margin-top: 8px;
        vertical-align: bottom;
        text-align: right;
        height: 20px;
        color: #ffffff;
        /*font-size: 9px;*/
    }

    .barraTemporaleContainer {
        float: none;
    }

    .btnNavPrinc {
        display: none;
    }

    #dashboardContainer {
        margin-top: 16px;
    }
    /*#fluxPeriodDiv {
        display: inline-block;
        margin-top: 8px;
        vertical-align: bottom;
        text-align: left;
        height: 30px;
        color: #ffffff;
        font-size:9px;
    }*/
}



@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}



.btnNavPrinc-sel {
    background-color: #337ab7;
    border-color: #ffffff;
    color: #ffffff;
}

    .btnNavPrinc-sel:hover {
        text-transform: none !important;
        text-decoration: none !important;
        color: #fff;
    }

.btnNavPrinc-unsel {
    border: solid 1px #aeaeae;
}

    .btnNavPrinc-unsel:hover {
        text-transform: none !important;
        text-decoration: none !important;
        color: #337ab7;
    }

.table-alert {
    font-size: 12px;
}


.powerRealtimeTitle {
    margin-top: 4px;
}

.powerRealtimePercValue {
    color: #808080;
    margin-left: 5px;
    font-size: 12px;
}

.powerRealtimeContDiv {
    min-height: 326px !important;
}

@media (max-width: 992px) {

    .powerRealtimeContDiv {
        min-height: 100px !important;
    }
}

.powerRealtimeBlock {
    width: 130px;
    height: 150px;
    border: solid 1px #34b1eb;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 0px;
}

.powerRealtimeBlockSite {
    width: 138px;
    height: 110px;
    border: solid 1px #34b1eb;
    /*vertical-align: middle;*/
    text-align: center;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 0px;
}

.powerRealtimeBlockSiteContainer {
    /*height:350px;*/
    width: 37%;
    vertical-align: middle;
}


.powerRealtimeBlockSiteHouseContainer {
    /*min-height: 100px;*/
    width: 23%;
    /*width: 32%;*/
    vertical-align: middle;
    height: 100px;
}


.powerRealtimeBlockSite_ACCU {
    /*width: 148px;*/
    /*height: 50px;*/
    height: 70px;
    border: solid 1px #34b1eb;
    /*vertical-align: middle;*/
    text-align: center;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    /*margin-top: 0px;*/
    margin-top: 20px;
    padding-top: 0px;
}


.buildingIstantFluxes td {
    /*width: 100px;*/
    padding: 4px;
    /*border: solid 1px #ff9900;*/
}

.buildingIstantFluxes {
    width: 100%;
}


@media (max-width:420px) {
    .powerRealtimeHome {
        height: 70px;
        width: 70px;
    }

    .powerRealtimeBlockSite {
        width: 100px;
        height: 130px;
        border: solid 1px #34b1eb;
        vertical-align: middle;
        text-align: center;
        border-radius: 5px;
        font-size: 11px;
        font-weight: bold;
        margin-top: 0px;
        padding-top: 0px;
    }

    .buildingIstantFluxes td {
        /*width: 50px;*/
        padding: 4px;
        /*border: solid 1px #ff9900;*/
    }
    /*.tdArrow {
        width: 25px;
        padding: 0px;
        margin:0px;
    }*/
}


@media (max-width: 992px) {
    .powerRealtimeBlock {
        width: 110px;
        height: 130px;
        border: solid 1px #34b1eb;
        vertical-align: middle;
        text-align: center;
        border-radius: 5px;
        font-size: 14px;
        margin-top: 0px;
        padding-top: 0px;
    }
}

.powerRealtimeBlockAccumulo {
    border: solid 1px #aeaeae !important;
    background-color: #f6f6f6 !important;
}

.powerRealtimeFont {
    font-size: 15px;
    font-weight: bold;
    display: block;
}

.powerRealtimeFontSite {
    font-size: 12px;
    font-weight: bold;
    display: block;
}

.powerRealtimeFontSite_Green {
    color: #0ec249;
}

.powerRealtimeFontSite_Red {
    color: #fd4719;
}

@media (max-width: 992px) {
    /*.powerRealtimeArrow {
        height: 40px;
    }*/
}

.powerRealtimeImages {
    height: 50px;
}

.powerRealtimeImagesSites {
    /*height: 35px;*/
    height: 45px;
    margin-bottom: 4px;
}

.powerRealtimeHome {
    height: 70px;
}

@media (max-width: 992px) {

    .powerRealtimeImages {
        height: 30px;
        /*border:solid 1px #ff9900;*/
    }

    .powerRealtimeImagesSites {
        height: 45px;
        /*border:solid 1px #ff9900;*/
    }

    .powerRealtimeHome {
        height: 70px;
        /*border: solid 1px #ff9900;*/
    }
}


.tableBorder {
    border: solid 1px #ff9900;
}

    .tableBorder td {
        border: solid 1px #ff0000;
    }


/* _PRAttualeCTRL */

.PR_title {
    font-size: 17px;
    font-weight: bold;
}

.PRTable td {
    /*padding:8px;*/
    padding-bottom: 10px
}

.lbl_PR_TOGGLE {
    /*font-size: 13px;*/
    font-weight: bold;
    /*cursor: pointer;*/
    font-size: 13px;
}


.lbl_PR_1 {
    color: #000000;
}

/*.lbl_PR_7 {
        color: #7744AD;
    }

    .lbl_PR_30 {
        color: #0000ff;
    }*/


/*  _EnergiaProdottaVSBusinessPlanCTRL  */
.EnergiaProdVSBP_title {
    font-size: 17px;
    font-weight: bold;
}

.lbl_EnPRodVSBP {
    font-size: 16px;
    /*font-weight: bold;*/
    color: #000000;
}

.lbl_lit_EnPRodVSBP {
    font-size: 16px;
    color: #808080;
}

.lbl_EnPRodVSBP_perc {
    font-size: 22px;
    font-weight: bold;
    color: #808080;
}




/* KPI */
.KPI_last_data_title {
    font-size: 15px;
    /*font-weight: bold;*/
    /*color: #34b1eb;*/
    /*color: rgba(0,0,0,0.5);*/
}

.KPI_title {
    font-size: 16px;
    font-weight: bold;
    color: #34B1EB;
}

.kpirightBorderGrey {
    border-right: solid 1px #aeaeae;
}

.KPI_subtitle {
    /*font-size: 15px;*/
    font-size: 13px;
}

.KPI_badge {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 4px;
}

.aKPI_today_energy {
    font-size: 13px;
}

.energiaOggiTable {
    margin-top: 8px;
    width: 100%;
    padding: 0;
    margin-right: 0px;
}

    .energiaOggiTable td {
        /*background-color:#ff9900;*/
        padding-top: 4px;
    }

.KPI_today_energy {
    font-size: 16px;
    /*font-weight: bold;*/
    color: #808080;
}

.KPI_potenza_number {
    font-size: 18px;
}

.KPI_potenza_perc {
    font-size: 18px;
    font-weight: bold;
}


.CTRLPanel {
    border: solid 1px #34b1eb;
    border-radius: 5px;
    padding: 8px 10px 8px 10px;
    margin-left: 4px;
    margin-top: 4px;
    background-color: #fff;
}


/* _InvertersPerformanceCTRL */

.bilanciamento_title {
    font-size: 18px;
    font-weight: bold;
}

/*_ActiveFluxesCTRL*/
.activeFluxes_title {
    font-size: 18px;
    font-weight: bold;
}

.activeFluxes-panel {
    min-height: 330px !important;
}

@media (max-width: 992px) {
    .activeFluxes-panel {
        /*min-height: 300px !important;*/
        min-height: 100px !important;
    }
}


.enPie_title {
    display: block;
}
/*_EnergyProducedPieCTRL*/
/*.enPie_titleContainer {
    font-size: 18px;
    font-weight: bold;
}*/

@media (max-width: 992px) {
    .enPie_titleContainer {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .enPie_title {
        display: inline;
    }
}

.pieEnergyLabel {
    color: rgba(0,0,0,0.5);
    font-size: 14px;
}
/*_EnergyConsumedPieCTRL*/


.section-title {
    font-size: 14px;
    font-weight: bold;
    margin-left: 0px;
    /*color:#808080;*/
    color: #337ab7 !important;
}

.sitePlant_Container {
    margin-bottom: 15px !important;
    /*border:solid 1px #808080;
    border-radius:5px;*/
    padding: 8px;
    min-height: 50px !important;
    font-size: 12px;
}



.sitePlant_IND {
    width: 46px;
    height: 38px !important;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    /*vertical-align:middle;*/
}

.siteIndBCK {
    background-color: #f6ab38;
}

.plantIndBCK {
    background-color: #1d83cd;
}

.ctrlRoomEnergyFormGroup {
    clear: both;
}

.ctrlRoomTableHeader {
    font-size: 11px;
    font-weight: bold;
}


.lastDateNormal {
    color: #000000;
}

.lastDateAlert {
    color: #fd4719;
    font-weight: bold;
}

.lastDateWarning {
    color: #f6ab38;
    font-weight: bold;
}

.rightBorderSeps {
    background-color: #aeaeae;
    width: 1px;
    min-height: 15px;
}

.alertIconCtrlRoomSolar {
    width: 16px;
}

.crIconPR {
    width: 30px;
}

.cr_solar_loader {
    height: 20px;
    width: 60px
}

.sortable {
    cursor: pointer;
}

.th_vettore_elettrico {
    text-align: center;
    /*background-color: #1dc8cd57;*/
    background-color: rgba(29, 200, 205, 0.1) !important;
}

.th_vettore_gas {
    text-align: center;
    /*background-color: #ffd8006e;*/
    background-color: rgba(255, 216, 0, 0.2) !important;
}

.vettore_elettrico_cel_bck {
    background-color: rgba(29, 200, 205, 0.1) !important;
}

.vettore_gas_cel_bck {
    background-color: rgba(255, 216, 0, 0.2) !important;
}

.treeSiteSelected {
    color: #1d83cd;
}

.treeSiteIconSelected {
    color: #1d83cd;
}

.treenode {
    font-size: 13px;
}

.treenodeEye {
    font-size: 16px;
}

.btnFilter {
    padding: 2px 4px 2px 4px !important;
    font-size: 11px !important;
}

.consuntivo_title {
    color: #1d83cd;
}


.prosumerAlertVoice {
    font-size: 11px !important;
}




.btnVettoriCurPage {
    width: 85px;
    display: inline-block;
    border: solid 1px #34b1eb;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    padding: 6px 1px;
    text-decoration: none;
    font-size: 12px;
}

.btnVettoriCurPageSel {
    background-color: #1d83cd;
    color: #fff;
}

.productionAlert {
    color: #fd4719;
}

.productionWarning {
    color: #ff9900;
}

.productionOK {
    color: #45e122;
}

.productionOff {
    color: #aeaeae;
}

.PieLegendLabels {
    font-size: 14px;
    text-transform: uppercase;
    /*width:200px;*/
}

.PieLegendLabelsVal {
    font-size: 14px;
    padding-left: 15px !important;
    /*float:right;*/
    /*width:60px;*/
    /*text-align:right;*/
}

.PieLegendLabelsABSVal {
    font-size: 14px;
    padding-left: 15px !important;
}

.PieLegendLabelsTep {
    font-size: 12px;
}

.PieLegendLabelsTepVal {
    font-size: 12px;
}



.PieLegendLabelsSuddVect {
    font-size: 12px;
    width: 80px;
}

.PieLegendLabelsValSuddVect {
    font-size: 12px;
    float: right;
    width: 55px;
    text-align: right;
}

.pieCTRLNoPower {
    min-height: 290px;
}

.pieCTRLNormal {
    min-height: 330px;
}

.pieCTRLHomeBuilding {
    height: 115px;
    width: 115px;
    display: inline-block;
    border: solid 1px #34b1eb;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 4px 4px 4px 4px;
    margin-bottom: 4px;
    cursor: pointer;
}

.pieCTRLHomeBuildingSuddVector {
    height: 265px;
    width: 265px;
    display: inline-block;
    border: solid 1px #34b1eb;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 4px 4px 4px 4px;
    margin-bottom: 4px;
    cursor: pointer;
}


.lowPriorityARROW {
    color: #ff9900 !important;
}

.lowPriorityARROWNormal {
    color: #aeaeae !important;
}

.actualPowerLabelAlert {
    color: #fd4719 !important;
    font-weight: bold;
}

/* ALERT DIALOG DETTAGLIO ALLARME*/

.popupAlertTitle {
    color: #f90;
    font-size: 12px;
    font-weight: bold;
}

.popupAlertTable {
    border: solid 1px #f90;
    font-size: 10px;
    width: 90% !important;
}


    .popupAlertTable tr:first-child {
        background-color: #ff9900;
        border-bottom: solid 1px #ff9900;
        font-weight: bold;
    }

        .popupAlertTable tr:first-child td {
            border-right: solid 1px #ffffff !important;
            padding: 4px !important;
        }

    .popupAlertTable tr {
        border-bottom: solid 1px #ff9900;
    }

    .popupAlertTable td {
        border-right: solid 1px #ff9900 !important;
        padding: 4px !important;
    }

        .popupAlertTable td:last-of-type {
            border-right: none;
        }

.ArpaOldDataAlert {
    color: #ff0000;
}

.dashBoardDatiNonDisponibili {
    color: #ff0000;
    font-weight: bold;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #fff;
}
/*

.buildingIstantFluxes
{
    border:solid 1px #ff9900;
} 
  */



.disabledRealTimeBox {
    border: solid 1px #aeaeae !important;
    background-color: #f6f6f6 !important;
}

.FlussiIstantaneiAlertPowers {
    font-size: 10px;
    color: #fb5201;
}

.displayBlock {
    display: block;
}

.displayInlineBlock {
    display: inline-block;
}

.displayInline {
    display: inline;
}

.displayNone {
    display: none;
}

.visHidden {
    visibility: hidden;
}

.divDisabled {
    background-color: #f6f6f6 !important;
}

.KPIhomebuildingTitles {
    font-size: 10px;
    color: #23527c !important;
    cursor: pointer;
}

.KPIPieCtrlExpanded {
    width: 100%;
    /* height: 80%; */
    /*position: absolute;*/
    /*top: 92px;*/
    left: 0;
    /*float: left;
    z-index: 2;*/
    background-color: #ffffff;
    /*border: solid 2px rgba(1,77,161,.90);*/
    /*height: 500px;*/
    padding: 8px 10px 8px 10px;
}

.KPIPieCtrlIcExpanderLit {
    font-size: 10px;
    cursor: pointer
}

.kpiPieCanvans {
    margin-top: 30px;
    width: 100px;
}

/*.KPIPieCtrlExpanded_cont {
    width: 1200px;
    position: absolute;
    left: 0px !important;
    top: 0px;
    margin-left: 0px !important;
    padding-left: 0 !important;
    z-index: 1;
}*/


.cosphiMedioHome {
    font-size: 12px;
    color: #808080;
}

.KpiNoValueDiv {
    font-size: 26px;
    color: #808080;
    min-width: 100px;
    min-height: 100px;
    margin-top: 30px;
    text-align: center;
}

.KPILegendContainer {
    margin-left: 80px;
}

@media (max-width: 420px) {
    .KPILegendContainer {
        margin-left: 0px;
    }
}



.FluxesPowerAsterix {
    color: #ff0000;
    /*margin-left: 4px;*/
    font-size: 18px;
    vertical-align: middle;
}

.InverterPowerAsterix {
    color: #ff0000;
    /*margin-left: 4px;*/
    font-size: 22px;
    vertical-align: middle;
}


.lowPriorityTR {
    background-color: #fbeed7 !important;
}


.btnSVVettori {
    width: 33px;
    display: inline-block;
    border: solid 1px #34b1eb;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    padding: 0px 0px;
    text-decoration: none;
}

.btnSVVettoriImg {
    margin-top: 2px;
    margin-bottom: 2px;
}

.btnSVVettori-sel {
    /*background-color: #337ab7 !important;*/
    border: solid 2px #337ab7 !important;
}

.btnSVVettori-unsel {
    /*border: solid 1px #aeaeae;*/
    border: solid 1px #aeaeae !important;
    /*background-color:#f3e7e7;*/
}

.btnSVVettori:hover {
    text-decoration: none !important;
}



.navBarVisible {
    position: relative;
    float: right;
    padding: 6px 8px;
    margin-top: 8px;
    /*margin-right: 15px;*/
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
}

.navbar-collapsex {
    width: 200px;
    text-align: right;
}

.navex {
    float: right !important;
    text-align: right !important;
}

    .navex li {
        text-align: right !important;
    }

        .navex li a {
            text-align: right !important;
        }


.btnSVVettoriFilterDialog {
    width: 46px;
    display: inline-block;
    border: solid 1px #34b1eb;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    padding: 6px 1px;
    text-decoration: none;
    min-height: 32px;
    cursor: pointer;
}


.btnSVVettoriFilterDialog-sel {
    /*border: solid 2px #34b1eb !important;*/
    background-color: #337ab7;
}



.btnSVFilterTypeBTN {
    width: 148px;
    display: inline-block;
    border: solid 1px #34b1eb;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    padding: 6px 1px;
    text-decoration: none;
    min-height: 32px;
    cursor: pointer;
}

.btnSVFilterTypeBTN-unsel {
    border: solid 1px #aeaeae !important;
    /*background-color: #f3e7e7;*/
}

.btnSVFilterTypeBTN-sel {
    /*border: solid 2px #34b1eb !important;*/
    background-color: #337ab7;
    color: #ffffff;
    /*background-color: #f3e7e7;*/
}


.btn-flat-bblue {
    border: solid 1px #34b1eb;
    background-color: #ffffff;
}


.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
}

.a-link-menu-selected {
    color: #ffd800 !important;
}

.box-leggenda-cons-tep {
    width: 15px;
    height: 14px;
    display: inline-block;
    margin-right: 8px
}

.BOX_PR_MIN_SEL {
    background-color: #9332a8;
}

.BOX_PR_MIN_UNSEL {
    background-color: #ffffff;
    border: solid 2px #9332a8;
}

.BOX_PR_TARGET_SEL {
    background-color: #63EC6F;
}

.BOX_PR_TARGET_UNSEL {
    background-color: #ffffff;
    border: solid 2px #63EC6F;
}

.cr_ord_mon_btn_pos {
    display: inline-block;
    float: right;
    margin-right: 30px;
    margin-top: -6px;
    text-align: right;
}

@media (max-width: 648px) {
    .cr_ord_mon_btn_pos {
        text-align: left;
        clear: both;
        margin-right: 0px;
        margin-top: 20px;
        float: left;
        margin-bottom: 6px;
    }
}

.panel-body-graficoflussi {
    padding-top: 16px;
    padding-bottom: 6px;
}

.accuracyFasce {
    color: #808080;
    cursor: pointer;
}


.disableBtn {
    background-color: #bebaba !important;
}

.deice_power_label {
    font-size: 10px;
}

.cursPointer {
    cursor: pointer;
}

.site_device_filter_plant_lbl {
    font-size: 10px;
}

.stringbox_table_names {
    font-size: 10px;
    white-space: nowrap;
}

.ISTR_cell_red {
    color: #ff0000 !important;
    font-weight: bold;
}

.ISTR_cell_orange {
    color: #ff9900 !important;
    font-weight: bold;
}

.ISTR_row_yellow {
    background-color: #feffe6 !important;
}

.ISTR_cell_red_LEG {
    background-color: #ff0000 !important;
}

.ISTR_cell_orange_LEG {
    background-color: #ff9900 !important;
}

.test1 {
    border: solid 1px #ff9900;
}

.test2 {
    border: solid 1px #ff0000;
}

.test3 {
    border: solid 1px #45e122;
}


.flussi_top_spacer {
    height: 10px;
}

.CE_PLANT_TITLES {
    font-size: 15px;
    font-weight: bold;
    color: #337ab7;
}

.CE_PANEL_TITLES {
    font-size: 15px;
    font-weight: bold;
    color: #337ab7;
}

.CE_CONSUNTIVI_ITEMS {
    font-size: 20px;
    color: #337ab7;
}

.CE_CONSUNTIVI_ITEMS_VAL {
    font-size: 20px;
    color: #000000;
}

.CE_MESSAGE_1 {
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    /*color: #337ab7;*/
}

.CE_MESSAGE_1_RESP {
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    /*color: #337ab7;*/
}

.CE_MESSAGE_2 {
    font-size: 20px;
    font-weight: bold;
    /*color: #337ab7;*/
    /*text-decoration: underline;*/
    /*margin-left: 4px;*/
}

.CE_CONTAINER_CHARTS {
    width: 160px;
    margin-left: -45px;
    margin-top: 15px;
}

.CE_INNER_CHARTS {
    width: 220px;
}

.CE_CHARTS_TITLE {
    font-size: 16px;
    color: #337ab7;
    border-bottom: 1px solid #aeaeae;
    margin-bottom: 6px;
}

.CE_PRODOTTA_TIT {
    display: inline-block;
    width: 25%
}

.CE_CONDIVISA_TIT {
    display: inline-block;
    width: 25%
}





@media (max-width: 992px) {
    .CE_CONTAINER_CHARTS {
        width: 300px;
        /*margin-left: -45px;*/
    }

    .CE_INNER_CHARTS {
        width: 300px;
    }
}

@media (max-width: 582px) {

    .CE_CONTAINER_CHARTS {
        width: 500px;
    }

    .CE_INNER_CHARTS {
        width: 500px;
    }

    .CE_MESSAGE_1 {
        font-size: 18px;
        /*color: #337ab7;*/
    }

    .CE_MESSAGE_2 {
        font-size: 18px;
        /*color: #ff0000;*/
        color: #337ab7;
        text-decoration: underline;
        margin-left: 0px;
    }

    .CE_PRODOTTA_TIT {
        width: 50%;
    }

    .CE_CONDIVISA_TIT {
        /*display: inline-block;*/
        /*display: block;*/
        width: 50%;
        /*width: 25%  ;*/
    }

    .CE_CHARTS_TITLE {
        font-size: 24px;
        color: #337ab7;
        border-bottom: 1px solid #aeaeae;
        margin-bottom: 6px;
    }
}


.ce_dash_direzioni_lightblue_bck {
    background-color: rgba(29, 200, 205, 0.1) !important;
    vertical-align: middle !important;
}

.ce_dash_direzioni_yellow_bck {
    background-color: rgba(255, 216, 0, 0.2) !important;
    vertical-align: middle !important;
}

.ce_dash_direzioni_green_bck {
    background-color: rgba(156, 217, 154,0.5) !important;
    vertical-align: middle !important;
}

.ce_dash_status_green_bck {
    background-color: rgba(122, 250, 117,1) !important;
}

.ce_dash_status_red_bck {
    background-color: rgba(222, 10, 10,1) !important;
}

.CE_IND {
    width: 46px;
    height: 38px !important;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    /*border-radius: 5px;*/
    /*vertical-align:middle;*/
}

.CEIndBCK {
    /*background-color: #37eb05;*/
    background-color: #80f95e;
}


.CETablePadding tr td {
    padding: 0px !important;
}

.CEIndSize {
    width: 70px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding-top: 2px;
}

.CEIndSizeRows {
    width: 70px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding-top: 6px;
}

.CERowNumber {
    margin-right: 6px !important;
}

.CEItemTabContainer {
    /*height: 36px;*/
    margin-bottom: 6px;
}

.CEitemTab {
    /*height: 36px;*/
    border: solid 1px #aeaeae;
    text-align: center;
    padding: 8px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}

    .CEitemTab:hover {
        background-color: #337ab7;
        color: #fff;
    }

.CEitemTabSel {
    background-color: #337ab7;
    color: #fff;
}

.CEDatiAggMinFa {
    color: #337ab7;
    font-size: 14px;
    text-align: right;
    margin-bottom: 6px;
}


.CEProiezItem {
    height: 64px;
    width: 9%;
    font-size: 12px;
    text-align: center;
    padding: 8px;
    cursor: pointer;
}

.CEProiezItemGrey {
    border: solid 1px #aeaeae;
}

    .CEProiezItemGrey:hover {
        background-color: #a6f0f7;
    }

.CEMembriAttivi {
    font-size: 12px;
}

.CEGraphLegendItem {
    height: 30px;
    width: 26px;
    border-radius: 6px;
    border: 1px solid #000;
}

.CEGraphLegendItemResp {
    height: 20px;
    width: 20px;
    border-radius: 6px;
    border: 1px solid #000;
}


.CEGRaphKwH {
    font-size: 12px;
    font-weight: bold;
}

.CEGRaphPerc {
    font-size: 12px;
}

.CEGraphTitle {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-left: 40px;
    color: #337ab7;
}

.CECtrlRowBig {
    font-weight: bold;
    font-size: 12px;
    padding-right: 6px;
}

.CECtrlRowLit {
    font-size: 10px;
    padding-right: 6px;
}

.CENumContatoreBadge {
    font-size: 10px;
    padding-right: 6px;
    color: #808080;
}




@media (max-width: 430px) {
    .dashboardContainer {
        margin-top: 10px;
    }

    .mainLogo {
        height: 30px;
        margin-top: 5px;
    }

    .btnFlat1 {
        min-width: 36px;
        border: solid 1px #34b1eb;
        vertical-align: top;
        text-align: center;
        border-radius: 5px;
        padding: 6px 8px;
        color: #1284ba;
        text-decoration: none;
        font-size: 14px;
        margin-top: 3px;
    }

    .btnFlat1SelPeriod {
        border: solid 1px #ffffff;
        background-color: #337ab7 !important;
        color: #ffffff;
        text-decoration: none;
    }


    #btn_comparing_mode {
        display: none;
    }

    .SitiPlantTitlePanel {
        font-size: 14px;
    }

    #mainContainer {
        margin-top: 40px
    }
}



@media (max-width: 420px) {
    .dashboardContainer {
        margin-top: 10px;
    }

    .mainLogo {
        height: 30px;
        margin-top: 5px;
    }

    .btnFlat1 {
        min-width: 30px;
        border: solid 1px #34b1eb;
        vertical-align: top;
        text-align: center;
        border-radius: 5px;
        padding: 6px 4px;
        color: #1284ba;
        text-decoration: none;
        font-size: 14px;
        margin-top: 3px;
    }

    .btnFlat1SelPeriod {
        border: solid 1px #ffffff;
        background-color: #337ab7 !important;
        color: #ffffff;
        text-decoration: none;
    }


    #btn_comparing_mode {
        display: none;
    }

    .SitiPlantTitlePanel {
        font-size: 14px;
    }

    #mainContainer {
        margin-top: 40px
    }
}

.alignRight {
    text-align: right;
}

.alignCenter {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.borderRight {
    border-right: solid 1px #000000;
}

.OpenSimItem {
    cursor: pointer;
}

.FieldError {
    background-color: #fca5a5 !important;
    /*border-color:#fd4719 !important;*/
}

.cesim_plant_Green {
    color: #45e122 !important;
}

.cesim_plant_Yellow {
    color: #ffd800 !important;
}

.cesim_plant_Red {
    color: #fd4719 !important;
}


.actionIcon {
    cursor: pointer;
}

    .actionIcon:hover {
        cursor: pointer;
        color: #337ab7 !important;
    }

.reportItemTitle {
    font-size: 14px;
    font-weight: bold;
}