/* 
    Document   : welcome_screen
    Created on : mod. 14.12.2015
    Author     : Sandra Duerst
    Description: Welcome Screen
*/

#left{
    width: 340px;
    float: left;
}

#middle{
    width: 1020px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

#right{
    width: 470px;
    float: left;
}

#energy_cost{
    width: 470px;
    height: 130px;
    margin-bottom: 20px;
}

#energy_consumption{
    width: 470px;
    height: 130px;
    margin-bottom: 20px;
}

#keyfacts{
    width: 340px;
    height: 580px;
    margin-bottom: 20px;
}

#datacenter_location{
    width: 100%;
    height: 580px;
    margin-bottom: 20px;
}

#power_consumption{
    width: 470px;
    height: 300px;
    float: left;
}

#capacity_utilisation{
    width: 470px;
    height: 580px;
    margin-bottom: 20px;
}

#pue{
    width: 340px;
    height: 300px;

}

#traffic {
    height: 300px;
    float: left;
    width: 100%;
}

#cam {
  height: 300px;
  width: 470px;
}

/* Keyfacts */

#keyfacts i{
    margin-top: 5px;
}

#keyfacts a:hover{
    text-decoration: none;
}

.keyfacts_left{
    width: 130px;
    float: left;
    margin-bottom: 3px;
}

.keyfacts_right{
    width: 180px;
    float: left;
    margin-bottom: 3px;
}

.space{
    height: 10px;
    clear: both;
}

.space_small{
    height: 10px;
    clear: both;
}

/* Datacenter Location */

#datacenter_location_view{
    height: 100%;
    text-align: center;
    overflow: hidden;
}

#swissmap{
    margin-top: 20px;
}

/* Power Consumption Graph */

#power_consumption_graph{
    float: left;
    height: 235px; 
    width: 470px; 
}

#power_consumption_legend{
    float: left;
    margin-top: 15px;
    height: 220px;
    width: 160px;
}

#traffic_graph {
    float: left;
    height: 235px;
    width: 1040px;
}

#traffic_legend {
    float: left;
    height: 230px;
    width: 145px;
}

/* Power Consumption Graph Legend */

.legend_entry{
    width: 110px;
    float: left;
}

.legend_symbol{
    float: left;
    height: 25px;
    width: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: #004B7D;
    border-radius: 5px;
    padding: 1px;
    margin-top: 18px;
    margin-bottom: 18px;
    margin-left: 20px;
    margin-right: 10px;
    box-shadow: 0px 2px 2px 2px #ccc;
}

.legend_symbol_inner{
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.legend_title{
    float: left;
    font-size: 14px;
    line-height: 61px;
}

/* PUE Gauge */

#pue_current{
    float: left;
    width: 100%;
    height: 245px;
	position: relative;
	top: 0px;
	   background-image:url(/img/pue_gauge.svg);
   background-repeat:no-repeat;
   /*margin-left: auto;
   margin-right: auto;*/
   background-position: center;
}

#pue_avg{
    float: left;
    width: 45%;
    height: 220px;
    text-align: center;
    margin-top: 10px;
    border-left: 1px solid #b3b3b3;
}

#pue_gauge_wrapper{
   position:relative;
   text-align: center;
   overflow: hidden;
   top: 8px;

 }

#pue_avg_gauge_wrapper{
    position:relative;
    left:5px; 
    top:20px;
    z-index:100;
    height: 140px;
    width: 140px;

}

#pue_current h3{
    text-align: center;
    line-height: 40px;
    width: 100%;
}

#pue_gauge_value{
    position: absolute; 
    left: 0px; 
    top: 0px; 
    width: 336px; 
    height: 245px;
    z-index:1;
}

#pue_avg_gauge_value{
    position:absolute; 
    width:200px; 
    height:200px;
    left:0px; 
    top:0px; 
    z-index:1;
}

.pue_gauge_title{
    font-family: "MuseoSans_500", sans-serif;
	font-size: 22px;
    line-height: 45px;
    text-align: center;
    margin-top: 63px;
	padding: 5px;
}

#pue_avg_gauge_value .pue_gauge_title{
    font-family: "MuseoSans_500", sans-serif;
	font-size: 22px;
    margin-top: 20px;
    line-height: 30px;
}

.pue_gauge_value{
    font-family: "MuseoSans_500", sans-serif;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
}

#pue_avg_gauge_value .pue_gauge_value{
    font-family: "MuseoSans_300", sans-serif;
    font-size: 22px;
    line-height: 30px;
}

#pue_avg h3{
    line-height: 20px;
    width: 100%;
}

#pue_avg h1{
    font-weight: normal;
    line-height: 70px;
}

.pue_global{
    margin-top: 15px;
    font-size: 14px;
}

/* Capacity Utilistaion */

#capacity_utilisation_view{
    position: relative;
}

#circle_pie_chart{
    margin-left: 20px;
    margin-top: 20px;
}

.pie_value{
    position: absolute;
}

.pie_value h1{
    font-family: "MuseoSans_300", sans-serif;
    font-size: 22px;
    line-height: 60px;
}

#value_power{
    top: 80px; 
    left: 20px;
}

#value_cooling{
    top: 80px;
    right: 20px;
}

#value_u-space{
    bottom: 100px;
    left: 20px;
}

#value_network{
    bottom: 100px;
    right: 20px;
}

.pie_detail{
    position: absolute;
    width: 175px;
    height: 60px;
}

.pie_detail h3{
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 24px;
}

.pie_detail_value{
    margin-top: 5px;
    letter-spacing: 0.05em;
    line-height: 24px;
}

.pie_detail_left{
    float: left;
    width: 80px;
}

.pie_detail_right{
    float: left;
    width: 95px;
}

#detail_power{
    top: 0px;
    left: 50px;
}

#detail_cooling{
    top: 0px;
    right: 30px;
}

#detail_u-space{
    bottom: 20px;
    left: 50px;
}

#detail_network{
    bottom: 20px;
    right: 30px;
}

.pie_image{
    position: absolute;
}

#image_cooling{
    top: 0px;
    right: 20px;
}

#image_power{
    top: 0px;
    left: 20px;
}

#image_u-space{
    bottom: 60px;
    left: 20px;
	position:absolute;
	top: 403px;
}

#image_network{
    bottom: 60px;
    right: 20px;
	position:absolute;
	top: 403px;
}

/* Info Slider */
.widget_info{
    background: -webkit-linear-gradient(bottom, rgba(191, 191, 191, 0.9) 0%, rgba(223, 223, 223, 0.9) 3%, rgba(239, 239, 239, 0.9) 96%, rgba(255, 255, 255, 0.9) 100%);
    background: -moz-linear-gradient(bottom, rgba(191, 191, 191, 0.85) 0%, rgba(223, 223, 223, 0.85) 3%, rgba(239, 239, 239, 0.85) 96%, rgba(255, 255, 255, 0.85) 100%);
    background: linear-gradient(bottom, rgba(191, 191, 191, 0.85) 0%, rgba(223, 223, 223, 0.85) 3%, rgba(239, 239, 239, 0.85) 96%, rgba(255, 255, 255, 0.85) 100%);
    z-index: 10000;
}

.widget_info h1{
    color: #F15A24;
    font-size: 22px;
    line-height: 50px;
    text-transform: uppercase;
}

.widget_info p{
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
}

#energy_cost_info{
    display: none;
    position: absolute;
    width: 470px;
    height: 130px;
    top: 760px;
    left: 1430px;
    padding-left: 10px;
    padding-right: 10px;
}

#cu_info {
    display: none;
    position: absolute;
    width: 470px;
    height: 580px;
    top: 160px;
    left: 1430px;
    padding: 0 10px;
}

#energy_consumption_info{
    display: none;
    position: absolute;
    width: 505px;
    height: 300px;
    top: 760px;
    left: 380px;
    padding-left: 10px;
    padding-right: 10px;
}

#traffic_info {
    display: none;
    position: absolute;
    width: 505px;
    height: 300px;
    top: 760px;
    left: 905px;
    padding: 0 10px;
}

#pue_info{
    display: none;
    position: absolute;
    width: 340px;
    height: 300px;
    left: 20px;
    top: 760px;
    padding-left: 20px;
    padding-right: 20px;
}

/* Slideshow */
#datacenter_location_view{
    position: relative;
}

.slideshow_container{
    display: none;
    position: absolute;
}

.slideshow_container img{
    max-width: 300px;
    max-height: 250px;
}

#slieshow_container_basel{
    top: 120px;
    left: 60px;
}

#slieshow_container_stein{
    top: 120px;
    right: 60px;
}

.slideshow_container .widget_header{
    height: 30px;
}

.slideshow_container .widget_header_title {
    margin-left: 10px;
}

.slideshow_container .widget_header_title > h1, h2{
    font-family: 'MuseoSans_300', sans-serif;
    font-size: 22px;
    line-height:50px;
	letter-spacing:0.03em;
	color: #1F1F1F;
    text-align: left;
}

.slideshow_container .widget_header_title > h2{
    font-size: 13px;
}

/* New Fullscreen Slideshow */

.showslider-false {
    display: none;
}

.slider_control {
    position: absolute;
    z-index: 5;
    top: 0px;
}

.slider_control_right {
    right: 0px;
}

.slider_control_left {
    left: 0px;
}

.item{
    height: 495px;
}

.item img{
    max-height: 796px;
}

.dclopper-nav{
    position: absolute;
    bottom: 10px;
    z-index: 6;
    width: 100%;
}

.looper-nav > li a{
    color: #FF7C11;
}

.looper-nav > li.active a{
    color: #FFAF44;
}

/* Slideshow title */
#looper_title {
    height: 30px;
}

#looper_title h1{
    margin-left: 20px;
    color: white;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 16px;
    text-align: left;
}

/* Video Player */

.hidevideo-true{
    display:none;
}

.video_player, #video_player{
    position: relative;
    z-index: 10;
    width: 1026px;
}

/* Datacenter Location Menu */

#datacenter_location a:hover{
    text-decoration: none;
}

#location_title {
    float: left;
    width: 320px;
}

#location_nav {
    float: left;
}

#location_nav ul {
    list-style: none;
    margin: 0px;
}

#location_nav ul li {
    display: block;
    float: left;    
    line-height: 50px;
    text-align: center;
}

.location_menu a{
    font-family: "MuseoSans_500", sans-serif;
	text-decoration: none;
    color: #1F1F1F;
    font-size: 18px;
	letter-spacing: 0.05em;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
}

.location_active a{
    color: #1F1F1F;
	font-family: "MuseoSans_900", sans-serif;
}

.location_menu {
    border-left: 1px white solid;
}

.location_menu:last-child {
   border-right: 1px white solid; 
}

.demo {
    display: none;
}

.demobox {
    font-size: 12px;
}