/*** fonts ***/
@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*** init styling ***/
html, body {
    padding: 0;
    margin: 0;
    height:100%;
    width:100%;
    overflow:auto;    
}

body {
    font-size: 16px; 
    font-family: 'OpenSansRegular', Arial, sans-serif;
    color: #ffffff;
    background-color: #1F2C33;
    padding: 0;
    margin: 0;
    overflow: hidden; 
}

#page {
    background-size: 100% 100%;
    background-position:50% 100%;
    background-repeat: no-repeat;
    overflow: hidden !important;
}
    #loader {
        background-repeat: no-repeat;
        background-image: url(../images/loader.gif);
        width: 64px;
        height: 64px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -32px;
        margin-left: -32px;
    }
    #head {
        position: absolute;
        background-color: #efefef;
        background-image: url(../images/head_background.png);
        background-size: 100% 100%;
        background-position:auto 100%;
        color: #333333;
        width: 100%;
        height: 0;
        z-index: 1000;
    }

        #head .logo {
            background-image: url(../images/logo.png);
            background-size: 100% 100%;
            display: none;
            float: left;
            height: 28px;
            margin: 21px;
            width: 136px;
        }        

        #head .title {
            color: #333333;
            display: none;
            font-size: 21px;
            line-height: 48px;
            padding: 12px 0 0;
            margin: 0 20px;
            white-space: nowrap;
        }            
            #head .title span.label {
                color: #163970;
                font-weight: bold;
            }

        #head .bottom {
            position: absolute;
            width: 100%;
            height: 25px;
            background-repeat: repeat-x;
            background-image: url(../images/head_bottom.png);
            background-size: 100% 100%;
            bottom: -25px;
        }
        
        #head .icons {
            position: absolute;
            display: none;
            width: 205px;
            height: 100%;
            top: 0;
            right: 0;
            background-image: url(../images/head_icons.png);
            background-size: 100% 100%;
            background-position: 0 0;
        }
        #head .icons.nofsbutton {
            background-image: url(../images/head_icons_nofs.png);
            width: 113px;
        }

        #head #tsbutton,
        #head #fsbutton {
            position: absolute;
            cursor: pointer;
            width: 103px;
            height: 100%;
        }

        #head #fsbutton {
            background-image: url(../images/head_tofullscreen_no.png);
            background-size: 100% 100%;
            right: 0;
        }

        #head #fsbutton.over {
            width: 108px;
            background-image: url(../images/head_tofullscreen_on.png);
        }

        #head #fsbutton.from {
            background-image: url(../images/head_fromfullscreen_no.png);
        }

        #head #fsbutton.over.from {
            background-image: url(../images/head_fromfullscreen_on.png);
        }

        #head #tsbutton {
            background-image: url(../images/head_tileselect_no.png);
            background-size: 100% 100%;
            left: 0;
        }

        #head #tsbutton.over {
            background-image: url(../images/head_tileselect_on.png);
            width: 121px;
            left: -8px;
        }
        
        #head .tileselect {
            position: absolute;
            left: 0;
        }

        #head .tileselect.over {
            width: 121px;
            left: -8px;
        }
        #head .nofsbutton .tileselect.over {
            width: 113px;
        }
        
            #head .tileselect.over .wrap {
                display: block;
            }

            #head .tileselect .wrap {
                display: none;
                position: absolute;
                width: 315px;
                z-index: 2000;
                padding: 0 8px 0 6px;
                top: 74px;
                left: -208px;
                background-image: url(../images/head_tileselect_bg.png);
                background-repeat: repeat-y;
                background-size: 100% 100%;                
            }
                #head .tileselect .top {
                    position: absolute;
                    width: 208px;
                    height: 5px;
                    background-repeat: no-repeat;
                    background-image: url(../images/head_tileselect_bg_top.png);
                    background-size: 100% 100%;
                    top: -5px;            
                    left: 0;
                }

                #head .tileselect .bottom {
                    position: absolute;
                    width: 329px;
                    height: 9px;
                    background-repeat: no-repeat;
                    background-image: url(../images/head_tileselect_bg_bottom.png);
                    background-size: 100% 100%;
                    bottom: -9px;            
                    left: 0;
                }            

                #head .tileselect .hint {
                    font-size: 14px;
                    color: #949494;
                    padding: 12px 25px 12px 25px;
                    line-height: 14px;
                }            

                #head .tileselect ul {
                    position: relative;
                    padding: 12px 0 12px 0;
                    background-image: url(../images/head_tileselect_bg_grad.png);
                    background-image: 0 100%;
                    background-size: 100% 100%;
                }
                    #head .tileselect li {
                        position: relative;
                        font-size: 19px;
                        display: block;
                        padding: 12px 25px 12px 25px;
                        line-height: 18px;
                    }

                    #head .tileselect li.over {
                        background-image: url(../images/head_tileselect_bg_over.png);
                        background-image: 0 100%;
                        background-size: 100% 100%;
                    }
                    
                    #head .tileselect li.over.disabled {
                        background: none;
                    }
                        #head .tileselect .checkboxclick {
                            height: 100%;
                            width: 17%;
                            background-image: url(../images/cleargif.png);
                            position: absolute;
                            cursor: pointer;
                            left: 0;
                            top: 0;
                            z-index: 2000;
                        }

                        #head .tileselect input {
                            cursor: pointer;
                        }

                        #head .tileselect label {
                            padding-left: 10px; 
                        }

                        #head .tileselect li.over label {
                            color: #ffffff;
                        }

                        #head .tileselect li.disabled label {
                            color: #949494;
                        }

                        #head .tileselect .drag {
                            position: absolute;
                            cursor: pointer;
                            background-image: url(../images/head_tileselect_bg_drag.png);
                            top: 14px; right: 32px;
                            background-size: 100% 100%;
                            height: 18px; width: 18px;
                            z-index: 1000;
                        }
                        
    #main:after, .tile:after, .row:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #main {
        text-shadow: 0.1em 0.1em 0.1em #000; 
        z-index: 50;
        clear: both;
    }
    .ie #main {
        text-shadow: 0.05em 0.05em 0.05em #000; 
    }
        #error {
            height: 100%;
            width: 100%;
            text-align: center;
            display:none;
        }

        #error:after {
            content:"";
            display:inline-block;
            height:50%;
        }
            .errorBox {
                z-index: 100;
                display:inline-block;
                vertical-align: middle;
                text-align: center;
                padding: 1.5em;
                border: 1px solid #ffffff; 
                width: 40%;
                -moz-border-radius: 5px;
                border-radius: 5px;
                -moz-box-shadow: 5px 5px 5px #1B282F;
                -webkit-box-shadow: 5px 5px 5px #1B282F;
                box-shadow: 5px 5px 5px #1B282F;
            }

    #templates {
        position: absolute;
        width: 1px; height: 1px;
        top: 0; left: 0;
        visibility: hidden;
    }
    
    #debug {
        position: absolute;
        top: 0; left: 0;
        z-index: 1000;
    }
        #debug a {
            color: black;
            font-size: 10px;
            text-decoration: underline;
            font-family: "Courier New", Courier, monospace;
            padding: 0 5px;
        }
    
    #screeninfo {
        position: absolute;
        top: 9px;
        left: 50%;
        height: 54px;
        line-height: 54px;
        width: 10%;
        font-size: 20px;
        margin-left: -5%;
        z-index: 2000;
        color: #000;
        text-align: center;
        background-color: green;
        border: 1px solid #ccc;
    }   

    #restore {
        display: none;
    }
    
.t1 { font-family: 'OpenSansRegular', Arial, sans-serif; }
.t2 { font-family: 'OpenSansLight', Arial, sans-serif; }
.c1 { color: #ffffff; }
.c2 { color: #fed045; }
.f1 { font-size: 3.375em; line-height: 1.275em; }
.f2 { font-size: 1.688em; line-height: 1.288em; }
.f3 { font-size: 1.440em; line-height: 1.440em; }

.tileimagetext .content .f1 { font-size: 2.15em; line-height: 1.275em; }
.tileimagetext .content .f2 { }
.tileimagetext .content .f3 { }

sub { vertical-align: -90%; font-size: 50%; line-height: 80%; }
b, strong { font-weight: bold; }
a { color: #ffffff; text-decoration: none; }
a:hover { text-decoration: underline; }

/*** base content styling ***/
    .tile {
        float: left;
        width: 50%; height: 50%; 
        overflow: hidden;
        position: relative;
        font-size: 1em;
    }
        .borderright,
        .borderbottom {
            position: absolute;
            background-repeat: no-repeat;
            width: 100%; height: 100%; 
            bottom: 0; right: 0;
        }

        .borderbottom {
            background-image: url(../images/border-bottom.png);
            background-size: 100% auto;
            background-position:50% 100%;
        }

        .borderright {
            background-image: url(../images/border-right.png);
            background-size: auto 100%;
            background-position: 100% 50%;
        }
        
        #page.tcnt1 .tile .borderbottom,
        #page.tcnt1 .tile .borderright,
        #page.orientportrait.tcnt2 .tile .borderright,
        #page.orientlandscape.tcnt2 .tile .borderbottom,
        #page.orientportrait.tcnt2 #main .tile:nth-child(2) .borderbottom,
        #page.orientlandscape.tcnt2 #main .tile:nth-child(2) .borderright,
        #page.tcnt3 #main .tile:nth-child(2) .borderright,
        #page.tcnt4 #main .tile:nth-child(2) .borderright,
        #page.tcnt4 #main .tile:nth-child(4) .borderright,
        #page.tcnt4 #main .tile:nth-child(3) .borderbottom,
        #page.tcnt4 #main .tile:nth-child(4) .borderbottom {
            background-image: none;
        }
        
        #page.dragged .borderbottom {
            background-image: url(../images/border-bottom.png) !important;
        }

        #page.dragged .borderright {
            background-image: url(../images/border-right.png) !important;
        }

        .tileicons {
            position: absolute;
            z-index: 1000;
            cursor:pointer;
            display:none;
            top: 2.688em; right: 4.688em;
            height: 3.750em; width: 7.500em;
        }

        .tileicons .drag { 
            position: absolute;
            background-image: url(../images/drag_no.png);
            top: 0; left: 0;
            background-size: 100% 100%;
            height: 100%; width: 50%;
        }

        .tileicons .close { 
            position: absolute;
            background-image: url(../images/close_no.png);
            top: 0; right: 0;
            background-size: 100% 100%;
            height: 100%; width: 50%;
        }

        .tileicons .drag.over { 
            background-image: url(../images/drag_on.png);
        }

        .tileicons .close.over { 
            background-image: url(../images/close_on.png);
        }

        .tilebodyWrap {
            height: 95%;
            width: 97%;
            overflow: hidden;
            position: relative;
            text-align: center;
        }
            .tilebody {
                height: 100%;
            }
                .titleWrap {
                    text-align: center;
                    overflow:hidden;
                    height: 15.29%;
                    height: 18%;
                }

                .titleWrap:after {
                    content:"";
                    display:inline-block;
                    height:50%;
                }
                    h1 {
                        font-size: 2.813em;
                        line-height: 1.813em;
                        padding: 0;
                        margin: 0;
                        font-family: 'OpenSansLight', Arial, sans-serif;
                        display: inline-block;
                        vertical-align: middle;                
                    }

                .contentWrap {
                    text-align: center;
                    height: 82%;
                    position: relative;
                    margin: 0 auto;
                    width: 100%;
                }
                .contentWrap.viewmodeimage {
                    height: 99%;
                    padding-top: 1%;
                }
                #Yield .contentWrap {   
                    width: 90%;
                }
                    .content {
                        position: absolute;
                        height: 88%;
                        width: 100%;
                        line-height: 1.5em;
                        margin: 0 auto;
                        top: 0;
                        left: 0;
                    }
                    .slideshow .content {
                        height: 100%;
                    }
                    
                    #Yield .content {
                        height: 100%;
                    }
                        .col {
                            float: left;
                            width: 33.33%;
                            height: 100%;
                            position: relative;
                        }
                            .imageWrap {
                                text-align: center;
                                width: 100%;
                                height: 66.66%;
                            }

                            .imageWrap:after {
                                content:"";
                                display:inline-block;
                                height:50%;
                            }
                                .image {
                                    display: inline-block;
                                    vertical-align: middle;
                                    background-size: 100% 100%;
                                }

                                .gauge {
                                    display: inline-block;
                                    vertical-align: middle;
                                }

                            .textWrap {
                                width: 100%;
                                height: 33.33%;
                            }
                            
                            #Balance  .image {
                                width: 100%;
                                height: 100%;
                            }
                            
                    #Balance .col {
                        position: absolute;
                        opacity: 0;
                        overflow: visible !important;
                        float: none;
                        top: 0;
                        left: 0;
                    }
                    
                    #Yield .col1 .textWrap,
                    #Yield .col3 .textWrap {
                        position: absolute;
                        bottom: 1.5em;
                    }

                    #Yield .col2 .textWrap {
                        position: absolute;
                        bottom: -0.8em;
                    }
    
                    .tileimagetext .contentWrap:after,
                    #Plant .contentWrap:after  {
                        content:"";
                        display:inline-block;
                        height:50%;
                    }
                    #Plant .contentWrap.nodesc {
                        width: 80%;
                    }

                    .tileimagetext .content,
                    #Plant .content{
                        text-align: left;
                        width: 92%;
                        display: inline-block;
                        vertical-align: middle;
                        position: static;
                        height: auto;
                    }

                    .tileimagetext .col1,
                    #Plant div.col1 {
                        width: 39%;
                    }
                    
                    #Plant .nodesc div.col1 {
                        width: 48%;
                    }

                        .tileimagetext .imageWrap,
                        #Plant .imageWrap {
                            margin: 0 auto;
                            width: 25em;
                            text-align: left;
                        }
                            .tileimagetext .image,
                            #Plant .image {
                                margin-top: 0.5em;
                                vertical-align: top;
                            }
                            
                            .address {
                                padding-top: 1.6em;
                            }
                                #Plant table {
                                    width: 100%;
                                }         
                                    #Plant td.col1 {
                                        white-space: nowrap;
                                        width: 20%;
                                        padding-right: 0.5em;                        
                                    }

                                    #Plant td.col2 {
                                        width: 80%;
                                    }

                        .tileimagetext table {
                            width: 100%;
                        }
                        
                            .tileimagetext table td {
                                vertical-align: middle;
                            }
                            
                                .tileimagetext table td .image {
                                    margin: 0;
                                    vertical-align: middle;
                                }
                                                        
                    .tileimagetext .col2,
                    #Plant div.col2 {
                        width: 4%;
                    }

                    .tileimagetext .col3,
                    #Plant div.col3 {
                        width: 57%;
                    }
                    
                    #Plant .nodesc div.col3 {
                        width: 48%;
                    }

                    #Overview .infotextWrap {
                        text-align: center;
                        height: 10%;
                        position: relative;
                        margin: 0px auto;
                        width: 100%;
                    }

                        #Overview .infotext {
                        }

                    #Overview .contentWrap {
                        height: 72%;
                    }

                        #Overview .content {
                            height: 100%;
                        }

                            #Overview .boxWrap {
                                text-align: center;
                                height: 100%;
                            }

                            #Overview .boxWrap:after {
                                content: "";
                                display: inline-block;
                                height: 50%;
                            }

                                #Overview .box {
                                    position: relative;
                                    margin: 0 auto;
                                    width: 80%;
                                    display: inline-block;
                                    height: 75%;
                                }
                                /*
                                #page.tcnt1 #Overview .box,
                                #page.tcnt2 #Overview .box,
                                #page.orientportrait #Overview .box {
                                    width: 80%;
                                }
                                */

                                    #Overview .box .top {
                                        position: relative;
                                        height: 65%;
                                        width: 100%;
                                        padding: 1em 0.5em;
                                        background-color: #272e34;
                                        border-top-right-radius: 0.5em;
                                        border-top-left-radius: 0.5em;
                                    }

                                        #Overview .col {
                                            text-align: center;
                                        }

                                        #Overview.altview .col {
                                            height: 50%;
                                            width: 50%;
                                        }
                                        
                                        #Overview.altview .col1 {
                                            width: 100%;
                                            float: none;
                                        }

                                            #Overview .colInnerWrap {
                                                text-align: center;
                                                width: 100%;
                                                height: 100%;
                                            }

                                            #Overview .colInnerWrap:after {
                                                content:"";
                                                display:inline-block;
                                                height:70%;
                                            }

                                                #Overview .colInnerWrap .colInner {
                                                    display: inline-block;
                                                }

                                                    #Overview .canvas {
                                                        padding-top: 1.1em;    
                                                    }

                                                    #Overview canvas {
                                                        border-radius: 0.3em;
                                                        margin: 0 0.2em;
                                                        background-color: #151617;
                                                        border: 0.17em solid #151617;  
                                                    }

                                                    #Overview .bottom canvas {
                                                        background-color: #2c3438;
                                                        border-color: #2c3438;
                                                    }

                                                    #Overview canvas.decimal {
                                                        border-color: #be0000;
                                                    }

                                                    #Overview .unit {
                                                        padding: 0.45em;
                                                        vertical-align: top;
                                                        display: inline-block;
                                                    }

                                    #Overview .box .bottom {
                                        position: relative;
                                        height: 35%;
                                        width: 100%;
                                        padding: 1em 0.5em;
                                        background-color: #151618;
                                        border-bottom-right-radius: 0.5em;
                                        border-bottom-left-radius: 0.5em;
                                    }

                                        #Overview .box .bottom .arrow {
                                            position: relative;
                                            left: 50%;
                                            width: 0px;
                                            height: 0px;
                                            border-color: #272E34 transparent;
                                            border-style: solid;
                                            border-top: 1.5em solid #272E34;
                                            border-left: 2em solid transparent;
                                            border-right: 2em solid transparent;
                                            margin-left: -2em;
                                            margin-top: -1em;
                                        }
                        
                                            #Overview .bottom .colInner div {
                                                float: left;
                                            }
                                            
                                            #Overview .bottom .label {
                                                padding-top: 1em;
                                                padding-right: 0.5em;
                                            }

                            #Overview .box .boxshadow {
                                position: absolute;
                                bottom: -3.5em;
                                height: 3.5em;
                                width: 100%;
                                margin: 0 0.5em;
                                left: -0.5em;
                                background-image: url('../images/Overview/wide/boxshadow.png');
                                background-size: 100% auto;
                                background-repeat: no-repeat;
                                background-position: 0 0;
                            }

                    #Weather .content {
                        width: 90%;
                        position: relative;
                    }
                        #Weather .row {
                            height: 100%;
                            margin: 0 auto;
                            position: relative;
                        }
                            #Weather .col {
                                right: -12%;
                                text-align: left;
                            }

                            #Weather .top .col2 {
                                width: 21%;
                            }
                    
                        #Weather .top {
                            height: 43%;
                            position: relative;
                        }
                            #Weather .top .imageWrap {
                                height: 100%;
                                width: 100%;
                            }
                                #Weather .top .image {
                                    height: 13.5em;
                                    width: 13.5em;
                                }
       
                            #Weather .top .textWrap {
                                height: 100%;
                            }

                            #Weather .top .textWrap:after {
                                content:"";
                                display:inline-block;
                                height:50%;
                            }
                                #Weather .top .text {
                                    display:inline-block;
                                    vertical-align: middle;
                                }
            
                        #Weather .separator {
                            height: 4%;
                            width: 100%;
                            background-image: url(../images/separator_weather_bg.png);
                            background-size: 100% 100%;
                            background-repeat: no-repeat;
                        }

                        #Weather .bottom {
                            height: 53%;
                            position: relative;
                        }
                            #Weather .bottom .row {
                                width: 77%;
                            }
                                #Weather .col {
                                    text-align: left;
                                }

                                #Weather .bottom .imageWrap {
                                    text-align: left;
                                    height: 42%;
                                    width: 100%;
                                }

                                #Weather .bottom .image {
                                    height: 7.5em;
                                    width: 7.5em;
                                }

                                #Weather .bottom .textWrap {
                                    height: 58%;
                                }
                                
                        #Weather .copyright {
                            bottom: 0;
                            padding: 0 0 0 11px;
                            position: absolute;
                            text-align: center;
                            width: 100%;
                        }

                    .barWrap {
                        height: 12%;
                        text-align: center;
                        position: absolute;
                        width: 100%;
                        bottom: 0;
                    }
                    .slideshow .barWrap {
                        display: none;
                    }

                    .barWrap:after {
                        content:"";
                        display:inline-block;
                        height:50%;
                    }
                        .bar {
                            display: inline-block;
                            vertical-align: middle;                
                        }
                            .bar div {
                                float: left;
                                padding: 0 1em;
                                cursor: pointer;
                                background-image: url(../images/bar_bg.png);
                                background-size: 100% 100%;
                                background-repeat: repeat-x;
                                border-right: 1px solid #151617;
                                height: 2em;
                                line-height: 2em;
                            }
                            
                            .bar div:first-child {
                                background-position: 0 100%;
                                background-repeat: no-repeat;
                                background-image: url(../images/bar_bg_left.png);
                            }

                            .bar div:last-child {
                                border: none;
                                background-position: 100% 100%;
                                background-repeat: no-repeat;
                                background-image: url(../images/bar_bg_right.png);
                            }

                            .bar div.active,
                            .bar div.over {
                                color: #fed045;
                            }

                            .bar div.active {
                                background-color: #151617;
                            }
                            
                            .bar div.active:first-child  {
                                background-color: transparent;
                                background-image: url(../images/bar_bg_left_on.png);
                            }

                            .bar div.active:last-child {
                                background-color: transparent;
                                background-image: url(../images/bar_bg_right_on.png);
                            }
                            
                            .bar div.prev {
                                background-image: url(../images/bar_bg_prev.png);
                            }

                            .bar div.next {
                                background-image: url(../images/bar_bg_next.png);
                            }

                            .bar div.prev.over {
                                background-image: url(../images/bar_bg_prev_on.png);
                            }

                            .bar div.next.over {
                                background-image: url(../images/bar_bg_next_on.png);
                            }

                        
/*** device override styling ***/

/* Wide Screen : */
@media screen and (min-width: 1920px) { 

    #page { background-image: url(../images/Dashboard/wide/background.png); }
    
    .atom .image      { background-image: url(../images/Env/desktop/atom.png); }
    .segway .image  { background-image: url(../images/Env/desktop/segway.png); }
    .ecar .image      { background-image: url(../images/Env/desktop/ecar.png); }
    .oil .image        { background-image: url(../images/Env/desktop/oil.png); }
    .budget .image  { background-image: url(../images/Env/desktop/budget.png); }
    .tree .image      { background-image: url(../images/Env/desktop/tree.png); }
    .co2 .image        { background-image: url(../images/Env/desktop/co2.png); }

    .EUR .image { background-image: url(../images/Balance/desktop/EUR.png); }
    .USD .image { background-image: url(../images/Balance/desktop/USD.png); }
    .CHF .image { background-image: url(../images/Balance/desktop/CHF.png); }
    .GPB .image { background-image: url(../images/Balance/desktop/GPB.png); }
    .PLN .image { background-image: url(../images/Balance/desktop/PLN.png); }
    .CZK .image { background-image: url(../images/Balance/desktop/CZK.png); }
    .BGN .image { background-image: url(../images/Balance/desktop/BGN.png); }
    .NIS .image { background-image: url(../images/Balance/desktop/NIS.png); }
    .DKK .image { background-image: url(../images/Balance/desktop/DKK.png); }
    .CNY .image { background-image: url(../images/Balance/desktop/CNY.png); }
    .STD .image { background-image: url(../images/Balance/desktop/STD.png); }

    #page.tcnt1 .atom .image      { background-image: url(../images/Env/wide/atom.png); }
    #page.tcnt1 .segway .image  { background-image: url(../images/Env/wide/segway.png); }
    #page.tcnt1 .ecar .image      { background-image: url(../images/Env/wide/ecar.png); }
    #page.tcnt1 .oil .image        { background-image: url(../images/Env/wide/oil.png); }
    #page.tcnt1 .budget .image  { background-image: url(../images/Env/wide/budget.png); }
    #page.tcnt1 .tree .image      { background-image: url(../images/Env/wide/tree.png); }
    #page.tcnt1 .co2 .image        { background-image: url(../images/Env/wide/co2.png); }

    #page.tcnt1 .EUR .image { background-image: url(../images/Balance/wide/EUR.png); }
    #page.tcnt1 .USD .image { background-image: url(../images/Balance/wide/USD.png); }
    #page.tcnt1 .CHF .image { background-image: url(../images/Balance/wide/CHF.png); }
    #page.tcnt1 .GPB .image { background-image: url(../images/Balance/wide/GPB.png); }
    #page.tcnt1 .PLN .image { background-image: url(../images/Balance/wide/PLN.png); }
    #page.tcnt1 .CZK .image { background-image: url(../images/Balance/wide/CZK.png); }
    #page.tcnt1 .BGN .image { background-image: url(../images/Balance/wide/BGN.png); }
    #page.tcnt1 .NIS .image { background-image: url(../images/Balance/wide/NIS.png); }
    #page.tcnt1 .DKK .image { background-image: url(../images/Balance/wide/DKK.png); }
    #page.tcnt1 .CNY .image { background-image: url(../images/Balance/wide/CNY.png); }
    #page.tcnt1 .STD .image { background-image: url(../images/Balance/wide/STD.png); }
    
    .tile {
        font-size: 1em; 
        font-size: 1.15em;
    }
    
    .contentWrap {
        width: 85%;
    }
    
    .tileimagetext .contentWrap,
    #Overview .contentWrap,
    #Plant .contentWrap {
        width: 90%;
    }
    
    #Plant .contentWrap.nodesc  {
        width: 80%;
    }
}

/* Desktop & Laptops: *//* iPads: */
@media screen and (min-width: 640px) and (max-width: 1919px) { 
    #page { background-image: url(../images/Dashboard/desktop/background.png); }

    .atom .image      { background-image: url(../images/Env/desktop/atom.png); }
    .segway .image  { background-image: url(../images/Env/desktop/segway.png); }
    .ecar .image      { background-image: url(../images/Env/desktop/ecar.png); }
    .oil .image        { background-image: url(../images/Env/desktop/oil.png); }
    .budget .image  { background-image: url(../images/Env/desktop/budget.png); }
    .tree .image      { background-image: url(../images/Env/desktop/tree.png); }
    .co2 .image        { background-image: url(../images/Env/desktop/co2.png); }

    .EUR .image { background-image: url(../images/Balance/desktop/EUR.png); }
    .USD .image { background-image: url(../images/Balance/desktop/USD.png); }
    .CHF .image { background-image: url(../images/Balance/desktop/CHF.png); }
    .GPB .image { background-image: url(../images/Balance/desktop/GPB.png); }
    .PLN .image { background-image: url(../images/Balance/desktop/PLN.png); }
    .CZK .image { background-image: url(../images/Balance/desktop/CZK.png); }
    .BGN .image { background-image: url(../images/Balance/desktop/BGN.png); }
    .NIS .image { background-image: url(../images/Balance/desktop/NIS.png); }
    .DKK .image { background-image: url(../images/Balance/desktop/DKK.png); }
    .CNY .image { background-image: url(../images/Balance/desktop/CNY.png); }
    .STD .image { background-image: url(../images/Balance/desktop/STD.png); }

    #head {
        width: 100%;
        height: 52px;
    }
        #head .logo {
            width: 126px;
            height: 26px;
            margin: 12px;
        }
        
        #head .title {
            line-height: 16px;
            font-size: 16px;
            padding: 18px 0 0;
            margin: 0 12px;
        }

        #head .bottom {
            width: 100%;
            height: 17px;
            background-image: url(../images/head_bottom.png);
            bottom: -17px;
        }
        
        #head .icons {
            width: 144px;
            height: 100%;
            top: 0;
            right: 0;
            background-image: url(../images/head_icons.png);
        }
        #head .icons.nofsbutton {
            background-image: url(../images/head_icons_nofs.png);
            width: 80px;
        }
        
        #head #tsbutton,
        #head #fsbutton {
            width: 72px;
            height: 100%;
        }

        #head #fsbutton {
            background-image: url(../images/head_tofullscreen_no.png);
            right: 0;
        }

        #head #fsbutton.over {
            width: 75px;
            background-image: url(../images/head_tofullscreen_on.png);
        }

        #head #fsbutton.from {
            background-image: url(../images/head_fromfullscreen_no.png);
        }

        #head #fsbutton.over.from {
            background-image: url(../images/head_fromfullscreen_on.png);
        }

        #head #tsbutton {
            background-image: url(../images/head_tileselect_no.png);
            left: 0;
        }

        #head #tsbutton.over {
            background-image: url(../images/head_tileselect_on.png);
            width: 85px;
            left: -6px;
        }

        #head .tileselect {
            position: absolute;
            left: 0;
        }

        #head .tileselect.over {
            width: 85px;
            left: -6px;
        }
        #head .nofsbutton .tileselect.over {
            width: 80px;
        }
        
            #head .tileselect .wrap {
                width: 270px;
                padding: 0 7px 0 6px;
                top: 52px;
                left: -197px;
            }
                #head .tileselect .top {
                    width: 197px;
                    height: 5px;
                    background-image: url(../images/head_tileselect_bg_top.png);
                    top: -5px;            
                    left: 0;
                }

                #head .tileselect .bottom {
                    width: 283px;
                    height: 9px;
                    background-image: url(../images/head_tileselect_bg_bottom.png);
                    bottom: -9px;            
                    left: 0;
                }            

                #head .tileselect .hint {
                    font-size: 12px;
                    padding: 8px 12px 8px 12px;
                    line-height: 12px;
                }            

                #head .tileselect ul {
                    padding: 12px 0 12px 0;
                    background-image: url(../images/head_tileselect_bg_grad.png);
                }
                    #head .tileselect li {
                        position: relative;
                        font-size: 14px;
                        padding: 8px 12px 8px 12px;
                        line-height: 15px;
                    }

                    #head .tileselect li.over {
                        background-image: url(../images/head_tileselect_bg_over.png);
                    }
                        #head .tileselect label {
                            padding-left: 10px; 
                        }

                        #head .tileselect .drag {
                            background-image: url(../images/head_tileselect_bg_drag.png);
                            top: 11px; right: 23px;
                            height: 15px; width: 15px;
                        }
    .tile {
        font-size: 1.2em;
        font-size: 1em;
        font-size: 1.12em;
    }

    .f1 { font-size: 3em; }

    #screeninfo {
        top: 4px;
        height: 42px;
        line-height: 42px;
        font-size: 15px;
        background-color: yellow;
    }   
}

/* Smartphones: */
@media screen and (max-width: 639px) {
    #page { background-image: url(../images/Dashboard/mobile/background.png); }

    .atom .image      { background-image: url(../images/Env/mobile/atom.png); }
    .segway .image  { background-image: url(../images/Env/mobile/segway.png); }
    .ecar .image      { background-image: url(../images/Env/mobile/ecar.png); }
    .oil .image        { background-image: url(../images/Env/mobile/oil.png); }
    .budget .image  { background-image: url(../images/Env/mobile/budget.png); }
    .tree .image      { background-image: url(../images/Env/mobile/tree.png); }
    .co2 .image        { background-image: url(../images/Env/mobile/co2.png); }
    
    .EUR .image { background-image: url(../images/Balance/mobile/EUR.png); }
    .USD .image { background-image: url(../images/Balance/mobile/USD.png); }
    .CHF .image { background-image: url(../images/Balance/mobile/CHF.png); }
    .GPB .image { background-image: url(../images/Balance/mobile/GPB.png); }
    .PLN .image { background-image: url(../images/Balance/mobile/PLN.png); }
    .CZK .image { background-image: url(../images/Balance/mobile/CZK.png); }
    .BGN .image { background-image: url(../images/Balance/mobile/BGN.png); }
    .NIS .image { background-image: url(../images/Balance/mobile/NIS.png); }
    .DKK .image { background-image: url(../images/Balance/mobile/DKK.png); } 
    .CNY .image { background-image: url(../images/Balance/mobile/CNY.png); } 
    .STD .image { background-image: url(../images/Balance/mobile/STD.png); } 

    body {
        overflow: visible;
    }
    
    #error {
        position: absolute;
        top: 0;
        left: 0;
    }
        #head .logo {
            width: 126px;
            height: 26px;
            margin: 12px;
        }
        
        #head .title {
            line-height: 16px;
            font-size: 16px;
            padding: 18px 0 0;
            margin: 0 12px;
        }
            #head .title span  {
                display:none;
            }

        #head .bottom {
            width: 100%;
            height: 17px;
            background-image: url(../images/head_bottom.png);
            bottom: -17px;
        }
        
        #head .icons,
        #head .icons.nofsbutton {
            width: 80px;
            height: 100%;
            top: 0;
            background-image: url(../images/head_icons_nofs.png);
        }

        #head #tsbutton,
        #head #fsbutton {
            width: 72px;
            height: 100%;
        }

        #head #fsbutton {
            display: none;
        }

        #head #tsbutton {
            border-left: 2px solid #B7B7B7;
            background-image: url(../images/head_tileselect_no.png);
            left: 0;
        }

        #head #tsbutton.over {
            border-left: none;
            background-image: url(../images/head_tileselect_on.png);
            width: 85px;
            left: -6px;
        }
        #head .nofsbutton .tileselect.over {
            width: 80px;
        }

        #head .tileselect {
            position: absolute;
            left: 0;
        }

        #head .tileselect.over {
            width: 85px;
            left: -6px;
        }    
            #head .tileselect .wrap {
                width: 270px;
                padding: 0 7px 0 6px;
                top: 52px;
                left: -197px;
                background-image: url(../images/head_tileselect_bg.png);
            }
                #head .tileselect .top {
                    width: 197px;
                    height: 5px;
                    background-image: url(../images/head_tileselect_bg_top.png);
                    top: -5px;            
                    left: 0;
                }

                #head .tileselect .bottom {
                    width: 283px;
                    height: 9px;
                    background-image: url(../images/head_tileselect_bg_bottom.png);
                    bottom: -9px;            
                    left: 0;
                }            

                #head .tileselect .hint {
                    font-size: 12px;
                    padding: 8px 12px 8px 12px;
                    line-height: 12px;
                }            

                #head .tileselect ul {
                    padding: 12px 0 12px 0;
                    background-image: url(../images/head_tileselect_bg_grad.png);
                }
                    #head .tileselect li {
                        position: relative;
                        font-size: 14px;
                        padding: 8px 12px 8px 12px;
                        line-height: 15px;
                    }

                    #head .tileselect li.over {
                        background-image: url(../images/head_tileselect_bg_over.png);
                    }
                        #head .tileselect label {
                            padding-left: 10px; 
                        }
                        #head .tileselect .drag {
                            top: 0px;
                            right: 20px;
                            height: 15px;
                            width: 15px;
                            background-image: url(../images/head_tileselect_bg_drag.png);
                            background-size: 40% 40%;
                            background-repeat: no-repeat;
                            background-position: 50% 50%;
                            padding: 4%;
                        }

                #Weather .contentWrap {
                    height: 76%;
                } 
    .tile {
        width: 100%;
        font-size: 2.7em;
    }
    #Overview.tile {
        font-size: 2.5em;
    }
        #Overview .top .colInnerWrap:after {
            height: 80%;
        }
        #Overview.altview .box .top {
            padding-bottom: 3em;
        }

    .f1 { 
        font-size: 3.075em; 
    }
        .tileicons {
            height: 5em; width: 10em;
            display:block;
        }

        .tileicons .drag { 
            height: 5em; width: 5em;
        }

        .tileicons .close { 
            height: 5em; width: 5em;
        }

        .tilebodyWrap {
            width: 100%;
        }
        
        #error {
            font-size: 2em;
        }

    #screeninfo {
        top: 4px;
        height: 42px;
        line-height: 42px;
        font-size: 15px;
        background-color: red;
        margin-left: -10%;
        width: 20%;
    }   
}

.slinfo_top_content {
    width: 100%;
    height: 100%;
    overflow: hidden;
}