/*
 * Copyright (c) 2013 regio iT GmbH. All rights reserved.
 */

@font-face{ 

	font-family: 'Open Sans Condensed'; 
	src: url('../opensanscondensed_light_macroman/OpenSans-CondLight-webfont.eot'); 
	src: url('../opensanscondensed_light_macroman/OpenSans-CondLight-webfont.eot?iefix') format('eot'), 
	     url('../opensanscondensed_light_macroman/OpenSans-CondLight-webfont.woff') format('woff'), 
	     url('../opensanscondensed_light_macroman/OpenSans-CondLight-webfont.ttf') format('truetype'), 
	     url('../opensanscondensed_light_macroman/OpenSans-CondLight-webfont.svg#webfont') format('svg'); 
}

body {
    font-family: "Open Sans Condensed", "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:300;
}
h1,h2,h3,h4,h5 {
    font-family: "Open Sans Condensed", "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:300;
}

h3 {
    padding-left: 10px;
}

a, button {
    text-transform: uppercase;
    color:#000;
    font-size: 16px;
}
.leaflet-control a {
    text-transform: none;
    color:#000;
    font-size: inherit;
}
.back-home {
    float: right;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}
a.custom.thumb-link {
    padding:0px;
    width:100%;
}
a.custom.thumb-link p.content {
    background: #fff;
    margin: 0px;
}
a.custom.thumb-link div {
    padding: 10px 10px 10px 10px;
}

.container {
    background: #E9EBEC url("../img/texture_light.png") repeat left top;
    padding: 0 100px;
    min-width: 970px;
}
.container.no-padding {
    background: #E9EBEC;
    padding: 0 15px;
}

.container.header {
    padding-bottom:20px;
}

#map-canvas {

}

#map-layer{
    border: 2px #666 solid;
    display: none;
    margin-left:auto;
    margin-right:auto;
    position: absolute;
    height: 600px;
    width: 800px;
    right: 0px;
    left: 0px;
    top: 1180px;
    z-index: 10;
    box-shadow: 0px 0px 7px 0px #000;
}

div.map-single-object{
    height: 600px;
}

#map-layer .close-layer {
    background-color: #000000;
    color: #FFFFFF;
    padding: 3px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 999;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Arial,Helvetica,sans-serif;
    padding: 0 5px;
}

#lageplan-link {

}

div.map-overview{
    height: 300px;
}

.map-footer, .chart-footer {
    padding:12px;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
}

.main-shadow {
    margin-top: 0px;
    margin-bottom: 0px;
    /*-webkit-box-shadow : 0 30px 30px -20px #000000;
    -moz-box-shadow: 0 30px 30px -20px #000000;
    box-shadow:0 30px 30px -20px #000000;*/
}
#shadow {
    background-image: url("../img/Boxschatten.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 80px;
}

.object-list {
    display:none;
    position:absolute;
    width:50%;
    z-index:100;
}

.objektSelectButton {
    width:500px;
}
.objektSelectButton span:first-child {
    float:left;
}
.objektSelectButton span:last-child {
    float:right;
}

#typeSelectMapButtons {
    position: absolute;
    right: 15px;
    z-index: 1000;
    margin-top: 35px;
}


#customer-logo {
    float: right;
}

.info-band {
    width:100%;
    background: #DBDDDF url("../img/texture_dark.png") repeat left top;
    border-top: #94999C solid 1px;
    border-bottom: #94999C solid 1px;
    padding: 0 100px;
    margin-top: 0px;
}
.link-band {
    padding: 20px 15px 5px 15px;
    
    position: relative;
   
}
.text-link-container {
    text-align: right;
    vertical-align: bottom;
    height: 50px;
    padding-top: 35px;
}
.link-band a.text-link {
}
.link-band a.img-link {
    width:150px;
}

.link-band a.img-link , .link-band h3{
    margin-top: 0px;
}
#footer a.link-1 { display: inline-block; }
.link-band a.link-1 img { width:100px; }
.link-band a.link-2 { margin-left: 150px; opacity: 0.5; }
.link-band a.link-2 img { width:100px; }

#gemeinde-links{
    margin-bottom: 5px;
}

.footer-band {
    width:100%;
    background: #434749;
    color: #fff;
    border-top: #C5C6C9 solid 1px;
    border-bottom: #C5C6C9 solid 1px;
    padding: 20px 100px;
}
.list-group-item-heading {

}

/*
    Charts
*/
.chartContainer {
    height: 300px;
}


.first-row .chartContainer {
    margin-bottom: 30px;
}

.second-row .chartContainer {
    margin-bottom: 0px;
}



.mainChartContainer {
    height: 480px;
    margin-bottom: 20px;
}
.choose-elements {
    display: none;
    /*float:right;*/
}


.medium-toggle-container {
    margin-top:10px;
    margin-bottom:10px;
}
.medium-toggle {
    font-size: 16px;
    font-weight: normal;
    padding: 5px 0;
    width: 100%;
}
#main-chart-reportrange {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    position: absolute;
    z-index: 1000;
}
#type-toggle-container {
    position: absolute;
    right:0px;
    z-index: 1000;
    margin-right: 20px;
    margin-top: 5px;
}

.type-box {
    border-right: #E9EBEC solid 10px;
    float: left;
    min-height: 250px;
    background: #fff url(../img/texture_dots.png) repeat left top;
    margin-top: 0px;
}

.type-box:last-child {
    border-right: #fff solid 0px;
}
.content.type-box {
    float: none;
    min-height: 180px;
    height: 180px;
}
.content.type-box img {
    height: 180px;
    max-height: 180px;
    max-width: 100%;
}
.content.type-box.lageplan-box {
    background: #fff;
}
.type-box .icon.fussabdruck {
    background-position: 90% center;
    text-transform: none;
    text-align: left;
    font-size:18px;
}



.entity-list-container {
    display:none;
    position: absolute;
    /*width:100%;*/
    z-index:10;
    background: #fff;
    padding:10px;
    height: 261px;
}
@media (min-width: 768px) {
    .entity-list-container {
        width: 550px;
    }
    .entity-list-container ul {
        width: 260px !important;
    }
}
@media (min-width: 992px) {
    .entity-list-container {
        width: 770px;
    }
    .entity-list-container ul {
        width: 360px !important;
    }
}
@media (min-width: 1200px) {
    .entity-list-container {
        width: 970px;
    }
    .entity-list-container ul {
        width: 460px !important;
    }
}
.entity-list-container.active {
    overflow-y: auto !important;
}


.footer-band a {
    color:#fff;
}

.entity-list-container {
    overflow-y: auto;
    line-height: 20px;
}
.entity-list-container ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0 20px 0 0;
}
.entity-list-container ul {
    border-right: #c3c3c3 solid 1px;
    padding-left: 10px;
}
.entity-list-container ul:last-child {
    border-right: #ccc solid 0px;
    padding-left: 10px;
}

 .nav-tabs.kategorien > li.active a {
     cursor: pointer;
}

.nav-tabs.kategorien > li a {
    color: #000000;
    font-size: 18px;
    padding: 6px 15px;
    text-align: center;
}

ul.kategorien li a span.glyphicon {
    display: none;
    float:right;
    color:#555;
}
ul.kategorien li.active a span.glyphicon {
    display: inline;
}

button.medium-toggle, button.medium-toggle.active {
    background-size:32px 32px;
    background-repeat: no-repeat;
    background-position: left center;
}
button#strom-toggle {
    background-image:url(../img/Sektionsseite_Button_Strom.png);
}
button#wasser-toggle {
    background-image:url(../img/Sektionsseite_Button_Wasser.png);
}
button#waerme-toggle {
    background-image:url(../img/Sektionsseite_Button_Feuer.png);
}

i.icon-dateselect {
    background-image: url("../img/Kalender.png");
    background-position: -3px -4px;
    background-size: 20px 21px;
    display: inline-block;
    width: 19px;
}

.tooltip {
    font-size: 16px;
    display: block !important;
}
.btn-sm, .btn-xs {
    font-size: 14px;
    width: 110px;
}

ul.nav-tabs.entities li a {
    font-size: 18px;
}

#eview-logo{
   margin-top: 34px;
    cursor:default;
}

.header .row a{
    /*float: left;
    display: block;
    width: 50%;*/
}

#footer{
    padding: 3px 0px;
    height: 100px;
    background-color: #3C4243;
}

#footer * {
   color:lightgray;
}

#footer div{
    background-color: #3C4243;
}

#footer a img{
    /*background-color: #EAEAE9;*/
    margin-right: 10px;
    margin-top: 8px;
    padding: 2px;
}


#footer .footer-links{
    height: 100px;
    padding-right: 98px;
    padding-top: 40px;
    text-align: right;
}

#footer .footer-logos{
    height: 100px;
    padding-left:101px;
}

#footer .link-1{
    margin-left: -12px;
}

#footer .link-background{
    padding: 0 5px;
    float: right;
}

#footer span.version-note{
    bottom: 0;
    color: #3C4243;
    font-size: 12px;
    position: absolute;
    right: 10px;
}

#secondary-footer a{
    float: right;
}

#detail-container .highcharts-container{width:100%;}

#map-dummy img {
	width: 100%;
}

#detail-container .highcharts-container {
	width:100%;
}

.teaser-box {
    padding: 0;
    float: right;
    height: 100%;
    margin-left: 1%;
    width: 63.667%;
    background: url("../img/texture_dots.png") repeat scroll left top #FFFFFF;
}
.teaser-box #teaser-content {
    padding:0px 20px 20px 20px
}
.teaser-box #teaser-content p {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.teaser-box #teaser-content a {
    letter-spacing: 2px;
    float:right;
    margin-right: 84px;
}