
html,
button,
input,
select,
textarea {
    color: #222;
}
body {
    line-height: 1.4;
    margin: 0px;
    font-family: Tahoma, Arial, Helvetica;
}
body, html {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.chromeframe {
    background: #ccc;
    color: #000;
}
:focus {
    outline: none;
}
#sma-solar-root { width: 920px; padding: 0 20px 20px 20px; margin: auto; font-family: Tahoma, Arial, Helvetica; font-size: 12px; }
.col-map  { width: 400px; float:left; position: relative; top: 0px; left: 0px; overflow: hidden; }
.col-vis  { width: 246px; float:left; margin-left: 20px; }
.col-text { width: 234px; float:left; margin-left: 20px; }
.header-top-container { width: 100%; height: 45px; margin-top: 20px; font-size: 26px; font-weight: bold; margin-bottom: 20px;}
.header-detail-container { width: 100%; height: 55px; margin-bottom: 0px; font-size: 16px; }
.legend-container  { width: 42px; height: 520px; position: absolute; top: 50%; left: 0px;}
.map-container     { width: 375px; height: 520px; margin-left: 30px; }
.map-container > svg { width: 100%; height: 100%; }
.graph-container   { width: 100%; height: 190px; margin-top: 20px; position: relative; top: 0px; left: 0px; }
.tacho-container   { width: 100%; height: 175px; margin-top: 20px; position: relative; top: 0px; left: 0px; }
.info-container    { width: 206px; height: 65px; margin-top: 20px; font-size: 11px; color: #666666; padding: 10px 20px; }
.playbar-container { clear: both; width: 100%; height: 185px; -ms-touch-action: none; touch-action: none; }
.error-container { clear: both; display: none; opacity: 0; margin-top: 20px; }
.message-container { font-size: 11px; }
.not-supported-container { clear: both; display: none; margin-top: 20px; }
.box-gradient {
    background: rgb(255,255,255); 
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1))); 
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%); 
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%); 
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%); 
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%); 
    filter:     progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); 
}
.shadow {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(211,211,211,1);
    -moz-box-shadow: 0px 2px 4px 0px rgba(211,211,211,1);
    box-shadow: 0px 2px 4px 0px rgba(211,211,211,1);
    
}
.shadow-large {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(211,211,211,1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(211,211,211,1);
    box-shadow: 0px 10px 20px 0px rgba(211,211,211,1);
    
}
:-webkit-full-screen #sma-solar-root { width: 670px; }
:-moz-full-screen    #sma-solar-root { width: 670px; }
:-ms-full-screen     #sma-solar-root { width: 670px; }
:-o-full-screen      #sma-solar-root { width: 670px; }
:full-screen         #sma-solar-root { width: 670px; }
:-webkit-full-screen .playbar-container > *:not(.visible-fullscreen),
:-webkit-full-screen .additional-info-container { display: none; }
:-moz-full-screen    .playbar-container > *:not(.visible-fullscreen),
:-moz-full-screen    .additional-info-container { display: none; }
:-ms-full-screen     .playbar-container > *:not(.visible-fullscreen),
:-ms-full-screen     .additional-info-container { display: none; }
:-o-full-screen      .playbar-container > *:not(.visible-fullscreen),
:-o-full-screen      .additional-info-container { display: none; }
:full-screen         .playbar-container > *:not(.visible-fullscreen),
:full-screen         .additional-info-container { display: none; }
    :-webkit-full-screen .error-container { display: block !important; min-height: 105px; }
    :-moz-full-screen .error-container { display: block !important; min-height: 105px; }
    :-ms-full-screen .error-container { display: block !important; min-height: 105px; }
    :-o-full-screen .error-container { display: block !important; min-height: 105px; }
    :full-screen .error-container { display: block !important; min-height: 105px; }
    
    :-webkit-full-screen, :-webkit-full-screen body { overflow-y: hidden; }
    :-moz-full-screen,    :-moz-full-screen body    { overflow-y: hidden; }
    :-ms-full-screen,     :-ms-full-screen body     { overflow-y: hidden; }
    :-o-full-screen,      :-o-full-screen body      { overflow-y: hidden; }
    :full-screen,         :full-screen body         { overflow-y: hidden; }
    
    :-webkit-full-screen .playbar-container {
        height: 35px;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    :-webkit-full-screen .playbar-container .visible-fullscreen.netPowerText {
        top: 10px;
        left: 40px;
    }
    
    :-moz-full-screen .playbar-container {
        height: 35px;
        background: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    :-moz-full-screen .playbar-container .visible-fullscreen.netPowerText {
        top: 10px;
        left: 40px;
    }
    
    :-ms-full-screen .playbar-container {
        height: 35px;
        background: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }
    :-ms-full-screen .playbar-container .visible-fullscreen.netPowerText {
        top: 10px;
        left: 40px;
    }
    
    :-o-full-screen .playbar-container {
        height: 35px;
        background: none;
        -o-box-shadow: none;
        box-shadow: none;
    }
    :-o-full-screen .playbar-container .visible-fullscreen.netPowerText {
        top: 10px;
        left: 40px;
    }
    
    :full-screen .playbar-container {
        height: 35px;
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }
    :full-screen .playbar-container .visible-fullscreen.netPowerText {
        top: 10px;
        left: 40px;
    }
.header-top-container,
.header-detail-container,
.legend-container,
.map-container,
.graph-container,
.tacho-container,
.info-container,
.additional-info-container,
.playbar-container {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.additional-info-container a {
    text-decoration: none;
    color: #0166a9;
}
.additional-info-container a:active {
    color: #0166a9;
}
.additional-info-container a:visited {
    color: #0166a9;
}
.additional-info-container a:hover {
    text-decoration: underline;
    color: #0166a9;
}
.tachometer { 
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -61px;
    margin-left: -53px;
}
img.tachometer { 
    width: 107px;
    height: 122px;
}
#nadel.tachometer svg { 
    margin-top: 8px;
    margin-left: 1px;
}
#tachoLow {
    position: absolute;
    bottom: 50%;
    margin-bottom:-5px;
    right: 50%;
    margin-right: 56px;
    font-size: 14px;
}
#tachoMid {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: -8px;
    font-size: 14px;
}
#tachoHigh {
    position: absolute;
    bottom: 50%;
    margin-bottom:-5px;
    left: 50%;
    margin-left: 58px;
    font-size: 14px;
}
.tachometer_text {
    text-align:center;
    position: absolute;
    display: inline-block;
    bottom: 3px;
    width:100%;
    font-size:12px;
}
.tachometer_text h4 {
    margin-bottom:0;
}
.tachometer_text h2 {
    margin-top:  -2px;
    font-size:   20px;
    font-weight: bold;
}
.dayprofile_text {
    text-align:center;
    font-weight : bold;
    font-size: 11px;
}
#dayprofile_chart {
    width: 100%;
    height: 100%;    
}
#dayprofile_chart svg {
    overflow: visible;
}
.axis path,
.axis line {
  fill: none;
  stroke: #bebebe;
  stroke-width: 1.0px;
  shape-rendering: crispEdges;
}
.x.axis .tick line{
    stroke:#000;
    stroke-opacity:1;
}
.x.axis .tick text{
    font-size: 12px;
}
.y.axis .tick text{
    fill:#bebebe;
    font-size: 12px;
}
.y.axis .tick line{
    display:none;
}
.y2.axis .tick text{
    fill:#bebebe;
    font-size: 12px;
}
.line2{
  fill: none;
  stroke: #ff0000;
  stroke-width: 1px;
}
.triangle {
    fill: #ff0000;
      stroke: #ff0000;
}
.area {
    fill: #0e538a;
    stroke-width: 0;
}
#profileloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}
#profileloader img {
    height: 32px;
    width: 32px;
}
.col-text { font-size: 11px; line-height: 17px; }
.netPowerText {
    color: gray;
    font-style: normal;
    font-size: 11px;
    position: relative;
    top: 18px;
    left: 75px;
}
.playbar {
    position: relative;
    height: 34%;
    width: 760px;
    top: 20%;
    left: 8%;
    -webkit-box-shadow: inset 0px 1px 2px 1px rgba(189,189,189,0.65);
    -moz-box-shadow: inset 0px 1px 2px 1px rgba(189,189,189,0.65);
    box-shadow: inset 0px 1px 2px 1px rgba(189,189,189,0.65);
    
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #BDBDBD;
    
    background: rgba(234,234,234,1);
    background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(228,228,228,1) 100%);
    background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(228,228,228,1) 100%);
    background: -o-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(228,228,228,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(228,228,228,1) 100%);
    background: linear-gradient(to bottom, rgba(241,241,241,1) 0%, rgba(228,228,228,1) 100%);
}
.playbarHelper {
    background: url('../img/playbar_buttons_sprite.svg') no-repeat;
    position: absolute;
}
.inactiveElement {
    opacity: 0.3;
    pointer-events: none;
}
.playbar .rewind {
    background-position: 0px -31px;
    top: 19px;
    left: 36px;
    height: 20px;
    width: 20px;
}
.playbar .rewind:hover {
    cursor: pointer;
    background-position: -24px -31px;
    top: 19px;
    left: 36px;
    height: 20px;
    width: 20px;
}
.playbar .pausing {
    background-position: 2px 0;
    top: 17px;
    left: 60px;
    height: 25px;
    width: 25px;
}
.playbar .pausing:hover {
    cursor: pointer;
    background-position: -22px 0;
    top: 17px;
    left: 60px;
    height: 25px;
    width: 25px;
}
.playbar .playing {
    background-position: 2px -58px;
    top: 20px;
    left: 60px;
    height: 20px;
    width: 25px;
}
.playbar .playing:hover {
    cursor: pointer;
    background-position: -22px -58px;
    top: 20px;
    left: 60px;
    height: 20px;
    width: 25px;
}
.dawn {
    color: #666;
    position: absolute;
    top: 22px;
    left: 93px;
}
.sliderContainer {
    height: 100%;
    position: absolute;
    width: 321px;
    left: 137px;
}
.back {
    margin-top: 27px;
    background-color: #C3C3C3;
    border-radius: 3px;
    overflow: hidden;
}
.mid {
    background-color: #939393;
    width: 0; 
}
.fore {
    height: 8px;
    background-color: #333333;
    width: 0; 
}
.newCurrentPositionNeedle {
    cursor: pointer;
    background-position: -8px -334px;
    height: 10px;
    width: 1px;
    top: 25px;
    left: 0; 
}
.newCurrentPositionTime {
    color: #000;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 0; 
}
.dusk {
    color: #666;
    position: absolute;
    top: 22px;
    left: 472px;
}
.playbar .repeat {
    background-position: 1px -134px;
    top: 18px;
    left: 522px;
    height: 24px;
    width: 24px;
}
.playbar .repeat:hover,
.playbar .repeatActive,
.playbar .repeatActive:hover {
    cursor: pointer;
    background-position: -23px -134px;
    top: 18px;
    left: 522px;
    height: 24px;
    width: 24px;
}
.playbar .repeatBubble {
    pointer-events: none;
    position: absolute;
    top: -32px;
    left: 433px;
    z-index: 999;
}
.playbar .repeatBubble .repeatText {
    pointer-events: none;
    position: absolute;
    top: 12px;
    font-variant: small-caps;
    text-align: center;
    width: 200px;
    
    
}
.playbar .repeatBubble .repeatBubbleTop {
    pointer-events: none;
    background: url('../img/playbar_buttons_sprite.svg') no-repeat;
    background-position: -72px 0;
    height: 20px;
    width: 200px;
}
.playbar .repeatBubble .repeatBubbleBottom {
    pointer-events: none;
    background: url('../img/playbar_buttons_sprite.svg') no-repeat;
    background-position: -72px -252px;
    height: 30px;
    width: 200px;
}
.playbar .separator {
    background-position: -7px -351px;
    top: 10px;
    left: 562px;
    height: 51px;
    width: 4px;
}
.playbar .leftButton {
    background-position: 0 -77px;
    top: 18px;
    left: 582px;
    height: 28px;
    width: 24px;
}
.playbar .leftButton:hover {
    cursor: pointer;
    background-position: -24px -77px;
    top: 18px;
    left: 582px;
    height: 28px;
    width: 24px;
}
.date {
    position: absolute;
    top: 14px;
    left: 605px;
    text-align: center;
}
.dateUpper {
    font-size: 14px;
}
.dateLower {
}
.playbar .rightButton {
    background-position: 0 -103px;
    top: 18px;
    left: 649px;
    height: 28px;
    width: 24px;
}
.playbar .rightButton:hover {
    cursor: pointer;
    background-position: -24px -103px;
    top: 18px;
    left: 649px;
    height: 28px;
    width: 24px;
}
.playbar .today {
    position: absolute;
    font-weight: bold;
    font-size: 14px;
    top: 23px;
    left: 677px;
}
.playbar .today:hover {
    position: absolute;
    font-weight: bold;
    font-size: 14px;
    top: 23px;
    left: 677px;
    cursor: pointer;
}
.playbar .calendar {
    background-position: 0 -162px;
    border: none;
    top: 22px;
    left: 736px;
    height: 20px;
    width: 20px;
    font-size: 0px;
    color: transparent;
}
.playbar .calendar:hover {
    cursor: pointer;
    background-position: -24px -162px;
    border: none;
    top: 22px;
    left: 736px;
    height: 20px;
    width: 20px;
    font-size: 0px;
    color: transparent;
}
.picker__holder {
    width: 280px !important;
    top: -245px;
    left: 60%;
}
#controlbar-addon{
    position: relative;
    top: 20%;
    left: 10%;
}
#controlbar-addon span {
    position: relative;
    white-space: nowrap;
    color: #aeaeae;
}
#controlbar-addon span:hover {
    color: #737373;
    cursor: pointer;
}
#controlbar-addon div.profitHigh {
    background-position: -24px -192px;
    top: 18px;
    left: 20px;
    height: 20px;
    width: 20px;
}
#view-controlbar.hidden-online #controlbar-addon div.profitHigh {
    left: 190px;
}
#controlbar-addon div.profitHigh:hover {
    background-position: 0 -192px;
    
    cursor: pointer;
}
#controlbar-addon span.profitHigh {
    top: -1px;
    left: 22px;
}
#controlbar-addon div.profitPoor {
    background-position: -24px -214px;
    top: 18px;
    left: 200px;
    height: 24px;
    width: 20px;
}
#view-controlbar.hidden-online #controlbar-addon div.profitPoor {
    left: 370px;
}
#controlbar-addon div.profitPoor:hover {
    background-position: 0 -214px;
    
    cursor: pointer;
}
#controlbar-addon span.profitPoor {
    top: -1px;
    left: 22px;
}
#controlbar-addon div.storeDay {
    background-position: 0 -260px;
    top: 10px;
    left: 395px;
    height: 26px;
    width: 20px;
}
#controlbar-addon div.storeDay:hover {
    background-position: -24px -260px;
    
    cursor: pointer;
}
#controlbar-addon .storeDay.inactiveElement{
    opacity: 0.8;
}
#controlbar-addon span.storeDay {
    top: 7px;
    left: 20px;
}
#controlbar-addon div.loadDays {
    background-position: 0 -242px;
    top: 18px;
    left: 590px;
    height: 20px;
    width: 24px;
}
#controlbar-addon div.loadDays:hover {
    background-position: -24px -242px;
    
    cursor: pointer;
}
#controlbar-addon span.loadDays {
    top: -1px;
    left: 30px;
}
.controlbar-bubble {
    position: absolute;
    top: -206px;
    left: 0;
    width: 200px;
    margin-left: -30px;
    display:none;    
}
.controlbar-bubble.pos1{
    left: 20px;
}
#view-controlbar.hidden-online .controlbar-bubble.pos1 {
    left: 200px;
}
.controlbar-bubble.pos2{
    left: 200px;
}
#view-controlbar.hidden-online .controlbar-bubble.pos2 {
    left: 380px;
}
.controlbar-bubble.pos3{
    left: 395px;
}
.controlbar-bubble.pos4{
    left: 590px;
}
.controlbar-bubble-top{
    background-position: -72px 0;
    height: 20px;
    width: 200px;
    cursor: pointer;
    position: relative;
}
.controlbar-bubble-mid{
    background-position: -72px -60px;
    height: 174px;
    width: 200px;
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
    text-align:center;
}
.bubble-profitHigh{
    background-position: -40px -185px;
    position: relative;
    width: 30px;
    height: 25px;
    margin-top: 24px;
    margin-left: 20px;
}
.bubble-profitPoor{
    background-position: -40px -210px;
    position: relative;
    width: 30px;
    height: 25px;
    margin-top: 24px;
    margin-left: 20px;
}
.bubble-storeDay{
    background-position: 0 -260px;
    position: relative;
    width: 20px;
    height: 25px;
    margin-top: 24px;
    margin-left: 20px;
}
.bubble-loadDays{
    
    position: relative;
    width: 20px;
    height: 25px;
    margin-top: 24px;
    margin-left: 20px;
}
.bubble-deleteDays{
    background-position: -24px -348px;
    position: relative;
    width: 20px;
    height: 25px;
    margin-top: -24px;
    margin-left: 165px;
}
.bubble-deleteDays:hover{
    background-position: -48px -348px;
   
}
.bubbletitle span{
    font-size:11px;
    color:#999;
}
.bubblevalues span{
    margin-left: 35px;
    font-size:11px;
    color:#999;
}
.bubble-loadDays span{
    margin-left: 0;
}
.controlbar-bubble-bottom{
    background-position: -72px -252px;
    height: 30px;
    width: 200px;
    cursor: pointer;
    position:relative;
    top:0;
    left:0;
}
.controlbar-bubble-close {
    position: absolute !important;
    top: 0;
    right: 16px;
    font-size: 20px;
    z-index: 999;
}
#mapmarker {
    position: absolute;
    border: none;
    background: url("../img/map_marker.png");
    width:  16px;
    height: 26px;
    visibility: hidden;
    display: none;
}
body.touch #mapmarker {
    display: block;
}
#tooltip {
    position: absolute;
    width: 216px;
    height: 47px;
    background-color: #EBEBEB;
    border-radius: 0 0 0 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
#speedometer {
    position: absolute;
    width: 45px;
    height: 45px;
    margin-left: 10px;
    margin-top: 1px;
}
#speedometercover {
    position: absolute;
    width: 45px;
    top: 10px;
} 
#speedometerneedle {
    position: absolute;
    width: 45px;
    top: 10px;
}
#boxtext {
    position: absolute;
    margin-left: 64px;
    margin-top: 24px;
    font-size: 11px;
    line-height: 1.6;
}
#boxtexthead {
    position: absolute;
    margin-left: 64px;
    margin-top: 6px;
    line-height: 1.6;
    font-size: 13px;
    font-weight: bold;    
}
#maploader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    height: 32px;
    width: 32px;
}
.legend {
    height:170px;
    width:50px;
    margin:-85px 0 10px 0;
}
.legend g{
    box-shadow: 2px 2px 1px #888;
}
.legend text{
    fill:#000;
    font-size:11px;    
}
@media only screen and (min-width: 960px) {
    .hidden-desktop { display: none;  }
    
    body.online .header-top-container   { display: none; }
    :-webkit-full-screen body.online .header-top-container { display: block; }
    :-moz-full-screen body.online .header-top-container { display: block; }
    :-o-full-screen body.online .header-top-container { display: block; }
    :-ms-full-screen body.online .header-top-container { display: block; }
    :full-screen body.online .header-top-container { display: block; }
}
@media only screen and (min-width: 925px) and (max-width: 959px) {
    #sma-solar-root { width: 854px; padding: 20px; padding-right: 50px; margin: auto; }
    body.online .header-top-container   { display: none; }
    .header-top-container    { text-align: center; margin: 0; font-size: 26px; }
    
    :-webkit-full-screen #sma-solar-root { width: 854px; }
    :-moz-full-screen    #sma-solar-root { width: 854px; }
    :-o-full-screen      #sma-solar-root { width: 854px; }
    :-ms-full-screen     #sma-solar-root { width: 854px; }
    :full-screen         #sma-solar-root { width: 854px; }
    
    :-webkit-full-screen body.online .header-top-container { display: block; }
    :-moz-full-screen body.online .header-top-container { display: block; }
    :-o-full-screen body.online .header-top-container { display: block; }
    :-ms-full-screen body.online .header-top-container { display: block; }
    :full-screen body.online .header-top-container { display: block; }
    
    
    :-webkit-full-screen .info-container { display: none; }
    :-moz-full-screen    .info-container { display: none; }
    :-o-full-screen      .info-container { display: none; }
    :-ms-full-screen     .info-container { display: none; }
    :full-screen         .info-container { display: none; }
    .hidden-tablet  { display: none;  }
    .header-detail-container { text-align: center; margin: 0; height: 30px; font-size: 16px; }
    
    
    .col-map  { width: 497px; float:left; position: relative; top: 0px; left: 0px; }
    .col-vis  { width: 304px; float:left; margin-left: 50px; }
    .col-text { width: 814px; float:left; margin-left: 0px; }
    .legend-container  { width: 112px; height: 528px; position: absolute; top: 50%; left: 0px;}
    .map-container     { width: 385px; height: 528px; margin-left: 112px; }
    .graph-container   { margin-top: 20px; }
    .tacho-container   { margin-top: 20px; }
    .info-container    { width: 264px; height: 60px; margin-top: 20px; font-size: 11px; color: #666666; }
    .playbar-container { clear: both; }
    .playbar {
        width: 716px;
        top: 31%;
    }
    .playbar .rewind,
    .playbar .rewind:hover {
        left: 19px;
    }
    .playbar .pausing,
    .playbar .pausing:hover {
        left: 46px;
    }
    .playbar .playing,
    .playbar .playing:hover {
        left: 50px;
    }
    .dawn {
        left: 77px;
    }
    .playbar .calendar,
    .playbar .calendar:hover {
        left: 690px;
    }
    .sliderContainer {
        left: 116px;
    }
    .dusk {
        left: 447px;
    }
    .playbar .repeat,
    .playbar .repeat:hover,
    .playbar .repeatActive,
    .playbar .repeatActive:hover {
        left: 489px;
    }
    .playbar .repeatBubble {
        left: 401px;
    }
    .playbar .separator {
        left: 523px;
    }
    .playbar .leftButton,
    .playbar .leftButton:hover {
        left: 544px;
    }
    .date {
        left: 563px;
    }
    .playbar .rightButton,
    .playbar .rightButton:hover {
        left: 603px;
    }
    .playbar .today,
    .playbar .today:hover {
        left: 630px;
    }
    .picker__holder {
        left: 58%;
    }
    .playbar-container.shadow { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
    .playbar-container .netPowerText {
        top: 37px;
        left: 70px;
    }
    #controlbar-addon{
        left: 8%;
        top: 32%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 924px) {
    #sma-solar-root { width: 728px; padding: 20px; margin: auto; }
    .hidden-tablet  { display: none;  }
    
    body.online .header-top-container    { display: none; }
    .header-top-container    { text-align: center; margin: 0; font-size: 26px; }
    .header-detail-container { text-align: center; margin: 0; height: 30px; font-size: 16px; }
    
    .col-map  { width: 428px; float:left; position: relative; top: 0px; left: 0px; }
    .col-vis  { width: 249px; float:left; margin-left: 20px; }
    .col-text { width: 719px; float:left; margin-left: 0px; }
    .legend-container  { width: 75px; height: 495px; position: absolute; top: 50%; left: 0px;}
    .map-container     { width: 353px; height: 495px; margin-left: 75px; }
    .graph-container   { margin-top: 10px; }
    .tacho-container   { margin-top: 15px; }
    .info-container    { width: 229px; height: 60px; margin-top: 15px; font-size: 11px; color: #666666; padding: 10px; }
    .playbar-container { clear: both; }
    .playbar {
        width: 719px;
        left: 4px;
        top: 29%;
    }
    .playbar .rewind,
    .playbar .rewind:hover {
        left: 19px;
    }
    .playbar .pausing,
    .playbar .pausing:hover {
        left: 46px;
    }
    .playbar .playing,
    .playbar .playing:hover {
        left: 50px;
    }
    .dawn {
        left: 77px;
    }
    .playbar .calendar,
    .playbar .calendar:hover {
        left: 690px;
    }
    .sliderContainer {
        left: 116px;
    }
    .dusk {
        left: 447px;
    }
    .playbar .repeat,
    .playbar .repeat:hover,
    .playbar .repeatActive,
    .playbar .repeatActive:hover {
        left: 489px;
    }
    .playbar .repeatBubble {
        left: 401px;
    }
    .playbar .separator {
        left: 523px;
    }
    .playbar .leftButton,
    .playbar .leftButton:hover {
        left: 544px;
    }
    .date {
        left: 563px;
    }
    .playbar .rightButton,
    .playbar .rightButton:hover {
        left: 603px;
    }
    .playbar .today,
    .playbar .today:hover {
        left: 630px;
    }
    .picker__holder {
        left: 58%;
    }
    .playbar-container.shadow { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
    .playbar-container .netPowerText {
        top: 33px;
        left: 7px;
    }
    
    #controlbar-addon { font-size: 11px; }
    #controlbar-addon div.profitHigh { left:0px; }
    #view-controlbar.hidden-online #controlbar-addon div.profitHigh {left: 155px;}
    #controlbar-addon div.profitPoor { left:155px; }
    #view-controlbar.hidden-online #controlbar-addon div.profitPoor {left: 331px;}
    #controlbar-addon div.storeDay { left:331px; }
    #controlbar-addon div.loadDays { left:496px; }
    
   .controlbar-bubble.pos1{
        left: 20px;
    }
    #view-controlbar.hidden-online .controlbar-bubble.pos1 {left: 153px;}
    .controlbar-bubble.pos2{
        left: 172px;
    }
    #view-controlbar.hidden-online .controlbar-bubble.pos2 {left: 316px;}
    .controlbar-bubble.pos3{
        left: 300px;
    }
    .controlbar-bubble.pos4{
        left: 477px;
    }
    #controlbar-addon{
        left: 7%;
        top: 32%;
    }
}
@media only screen and (max-width: 767px) {
    #sma-solar-root { width: 285px; padding: 15px; margin: auto; }
    .hidden-phone   { display: none;  }
    
    body.online .header-top-container    { display: none; }
    .header-top-container    { text-align: center; margin: 0; font-size: 14px; }
    .header-detail-container { text-align: center; margin: 0; height: 20px; font-size: 11px; }
    
    
    .col-map  { width: 100%; float:left; position: relative; top: 0px; left: 0px; }
    .col-vis  { width: 100%; float:left; margin-left: 0px; }
    .col-text { width: 100%; float:left; margin-left: 0px; }
    .legend-container  { width: 30px; height: 350px; position: absolute; top: 50%; left: 0px;}
    .legend {width: 38px;}
    .legend text{ font-size:8px;}
    
    .map-container     { width: 255px; height: 350px; margin-left: 10%; }
    .graph-container   { width: 100%; margin: 20px 0 0 0; }
    .tacho-container   { width: 100%; margin: 20px 0 0 0; }
    .info-container    { width: 245px; height: 65px; }
    .playbar-container {
        padding-bottom: 20px
    }
    .playbar {
        width: 99%;
        height: 64%;
        top: auto;
        left: auto;
    }
    .playbar .rewind,
    .playbar .rewind:hover {
        left: 9px;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .playbar .pausing,
    .playbar .pausing:hover {
        left: 34px;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .playbar .playing,
    .playbar .playing:hover {
        left: 38px;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .dawn {
        left: 6px;
        top: 88px;
    }
    .sliderContainer {
        height: 60%;
        width: 257px;
        left: 14px;
        top: 46px;
    }
    .dusk {
        left: 243px;
        top: 88px;
    }
    .playbar .repeat,
    .playbar .repeat:hover,
    .playbar .repeatActive,
    .playbar .repeatActive:hover {
        left: 68px;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .playbar .repeatBubble {
        top: -32px;
        left: -20px;
    }
    .playbar .separator {
        left: 105px;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .playbar .leftButton,
    .playbar .leftButton:hover {
        left: 115px;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .date {
        left: 136px;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .playbar .rightButton,
    .playbar .rightButton:hover {
        left: 179px;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .playbar .today,
    .playbar .today:hover {
        left: 202px;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .playbar .calendar,
    .playbar .calendar:hover {
        left: 256px;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .picker__holder {
        left: 0%;
    }
    .playbar-container.box-gradient { background: none; }
    .playbar-container.shadow { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
    .playbar-container.shadow-large { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
    .playbar-container .netPowerText {
        display: none;
    }
    
    #controlbar-addon div.profitHigh { top:0; left:0; }
    #view-controlbar-mobile.hidden-online #controlbar-addon div.profitHigh { top:0; left:64px; }
    #controlbar-addon div.profitPoor { top:0; left:64px; }
    #view-controlbar-mobile.hidden-online #controlbar-addon div.profitPoor { top:0; left:135px; }
    #controlbar-addon div.storeDay { top:-8px; left:135px; }
    #controlbar-addon div.loadDays { top:0; left:200px; }
    span.profitHigh, span.profitPoor, span.storeDay, span.loadDays {
        display: none;
    }
    
    .controlbar-bubble.pos1, .controlbar-bubble.pos2, .controlbar-bubble.pos3 ,.controlbar-bubble.pos4{
        left: 40px;
        top: -230px;
    }
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dppx) {
}
#view-controlbar.hidden-online #controlbar-addon div.storeDay,
#view-controlbar.hidden-online #controlbar-addon div.loadDays,
#view-controlbar-mobile.hidden-online #controlbar-addon div.storeDay,
#view-controlbar-mobile.hidden-online #controlbar-addon div.loadDays {
    display: none !important;
    visibility: hidden;
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
@media print {
    * {
        background: transparent !important;
        color: #000 !important; 
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group; 
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
