/* ------------------------------------------------------------------ */
/* ----- GENERAL PAGE LAYOUT ----- */

.landscape_datawidget {
    /*border: 1px solid black;*/
    /*padding: 5px;*/
    min-width: 400px;
    min-height:300px;
}
.portrait_datawidget {
    /*border: 1px solid black;*/
    /*padding: 5px;*/
    min-width: 180px;
    min-height: 400px;
}

#datawidget_inverterdata {
    float:left;
    margin-left: 40px;
    margin-top: 10px;
    background: url(/img/ajax-loader-midi.gif) center no-repeat;
    /* width unset because it breaks resizing of content. */
    /*width:75%;*/
    height:100%;
}

#datawidget_detailinfos {
    margin-left: 20px;
    margin-top: 10px;
    float:left;
    /* width unset because it breaks resizing of content. */
    width:200px;
    /*height:98%;*/
    background: url(/img/ajax-loader-midi.gif) center no-repeat;
    /*border-left: 1px solid #F5F5F5;*/
}

/* ------------------------------------------------------------------ */


/* ----- WIDGETS ----- */

/* --- Inverterdata (left column) --- */
.inverter_comparison_chart
.inverter_comparison_chart_0
.inverter_comparison_chart_1 {
    background: transparent;
}

/* --- Detaildata (right column) --- */

#detail_accordion {
    visibility: hidden;
}

.detail_section {
}

.detail_list {
    list-style: none;
    padding: 0;
    line-height: 1.5em;
    overflow: hidden;
}

.detail_item {
   display:block;
    list-style:none;
    margin-top:0.5em;
    padding-left:1em;
    overflow: hidden;
}

.detail_list > li {
    padding: 1em;
    margin-bottom: 0.1em;
    cursor: pointer;
    background-color: #F5F5F5;
}

/* --- InverterDetailWidget --- */

#inverter_detail_section {
    padding: 0 0.2em 0 0.2em;
    overflow: hidden;
    overflow-y: auto !important;
}

.inverter_detail_item {
}

.inverter_detail_item span[data-islabel] {
    font-weight:bold;
    float:left;
    clear:both;
}

.inverter_detail_item span[data-valueid] {
    float:right;
}

.inverter_detail_item span[data-isvalue] {
    float:right;
}

/* --- SensorDetailWidget --- */

#sensor_detail_section {
    padding: 0 0.2em 0 0.2em;
    overflow: hidden;
    overflow-y: auto !important;
}

.sensor_detail_item {
}

.sensor_detail_item span[data-islabel] {
    font-weight:bold;
    float:left;
    clear:both;
}
.sensor_detail_item span[data-isvalue] {
    float:right;
}

#sensor_detail_list > li[data-deviceid] > span {
    color: #00AAFF;
}


/* --- SystemOverviewWidget --- */

#system_detail_section span[data-valueid] {
    float:right;
    text-align: right;
}

#system_detail_section {
    /*padding: 0 0.2em 0 0.2em;*/
}

/* --- MeterOverviewWidget --- */
#meter_detail_section span[data-valueid] {
    /*float:right;*/
    /*text-align: right;*/
    color: #00AAFF;
    font-size: 15px;
    /*font-weight: bold;*/
    /*vertical-align: bottom;*/
}

#meter_detail_section span[data-unitid] {
    /*float:right;*/
    /*text-align: right;*/
    color: #00AAFF;
    font-size: 13px;
    /*font-weight: bold;*/
    margin-left: 5px;
    /*vertical-align: bottom;*/
}

.NetIncome {
    color: #FEAD00 !important;
}