/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
/*  #202020,# 273b51,#223f67,#e5eaee,#eff2f4*/
/*788277; e5eaee*/
/*788277; 8C8C8C LOGO COLOR CODE 256px 45px padding*//* 788277*/
/*F7F7F7; 9198AA*/
/* blue 8abbd4, green 99cccc*/
@font-face {
  font-family: opensans_sb;
  font-style:  normal; font-weight: normal; 
  src: url(../css/open_sans/OpenSans-Semibold.ttf) format('truetype');
} 

@font-face {
  font-family: opensans_sl;
  font-style:  normal; font-weight: normal; 
  src: url('../css/open_sans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: opensans_sli;
  font-style:  normal; font-weight: normal; 
  src: url('../css/open_sans/OpenSans-Semiboldnormal.ttf') format('truetype');
}
/*{
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
/*}*/

body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    background-attachment:fixed;
    font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height:100%;
    margin:0px;
    padding:0px;
    width:100%;
    overflow:hidden;
	background-image: url("../img/background_data.png");
	background-size: cover; 
	background-repeat: no-repeat;
}
h1{
	font-family: opensans_sl;
	font-size: 17px;
	font-weight: normal;
	color: #6a6f7d;
	line-height: 7px;
	text-align: left;
	padding: 0px;
	padding-top:10px;
}
h2{
	font-family: opensans_sb;
	font-size:25px;
	font-weight: normal;
	color: #373d55;
	line-height: 17px;	
	text-align: left;
	-webkit-margin-after: 0em;	
}
h3{
	font-family: opensans_sb;
	font-size: 14px;
	font-weight: normal;
	color: #273b51;
	line-height: 12px;
	text-align: left;
	padding: 0px;
}
a{
	font-family: opensans_sb;
	color: #373d55;
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover{
	color: #373d55;
	background: none;
}
p {
	text-align: left;
	color: #202020;
}
.results{
	font-size: 10px;
}
td {
	color: #202020;
	font-size: 10px;
}
input[type="radio"]{
margin-right: 20px;
color:#830191;
}
input[type="submit"],input:matches([type="submit"],[type="button"]){
	width: 190px;
	font-family: opensans_sb;
	font-size: 13px;
	color: #ffffff;
	background: #373d55;
	border-radius: 2px;
	border: 1px solid #373d55;
	padding: 5px 10px 7px 10px;
}
input.secondary_button{
	width: 190px;
	font-family: opensans_sl;
	font-size: 13px;
	color: #696969;
	background: #e6e0c3;
	border-radius: 2px;
	border: 1px solid #f1e49e;
	padding: 5px 10px 7px 10px;	
}
input.add_record{
	width: 100px;
	font-family: opensans_sb;
	font-size: 13px;
	color: #555;
	background: #373d55;
	border-radius: 2px;
	border: 1px solid #cdb21e;
	padding: 5px 10px 7px 10px;
}
input[type="text"],[type="password"],[type="email"],[type="date"]{
	font-family: arial;
	font-size: 13px;
	width: 190px;
	border-radius: 2px;
	border: 1px solid #d5dadd;
	background-color: #f0f0f0;
	padding: 5px;
	text-align: left;
	color:#696969;
	border-bottom: 1px solid #d5dadd;
}
input[type="text"]:read-only {
  	background-color: #bbb;
  	color: #777;
}
option, select{
	font-family: arial;
	font-size: 13px;
	width: 190px;
	border-radius: 2px;
	border: 1px solid #d5dadd;
	background-color: #fff;
	text-align: left;
	border-bottom: 1px solid #d5dadd;
	margin-left:0px;
	margin-top: 0px;
	padding: 7px;
	line-height: 30px;
	height: 30px;
	color: #696969;
}
textarea{
	width: 90%;
	height: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 2px;
	border: 1px solid #999;
	padding: 7px;
}
.small{
	font-size: 14px;
	color: #555;
	font-style: normal;
}
.medium{
	font-size: 14px;
}
.big{
	font-size: 18px;
}
.signature{
	color: #373d55;
}
.blue{
	color: #223f67;/*273b51, 223f67*//*0055a4;*/
	z-index: 600;
}
.gray{
	color: #6d6e73;/*808287;*/
}
.white{
	color: #eff2f4;
}
.center{
	text-align: center;
}
.header_font_color{
	color: #e5eaee;
}
.spacy{
	line-height: 1.7em;
}
.normal{
	font-style: normal;
}
.italic{
	font-style: italic;
}
.ticker{
	font-style: normal;
	font-size: 14px;
	float:left;
	clear: left;
}
.description{
	font-size: 13px;
	color: #777;
}
/* Backend */
.body_login{
	background: #fefefe;
}
.div_login{
    margin: 0 auto;
	width: 400px;
	height: 400px;
	margin-top: 8%;
	padding-left: 45px;
	padding-top: 30px;
	border: 1px solid #f0f0f0;
	border-radius:2px;

}
.h1_login{
	color: #6a6f7d;
	font-family: opensans_sb;
	font-size: 33px;
	font-weight: normal;
	text-align: left;
	padding-left: 15px;	
}
.h2_login{
	color: #373d55;
	font-family: opensans_sl;
	font-size: 33px;
	text-align: left;
	padding-left: 15px;			
}
.button_login{
	background-color: #373d55;
	border: 1px solid #373d55;
	font-family: opensans_sl;	
}
.td_login{
	color: #696969;
	font-family: arial;
	font-size: 14px;
	width: 130px;
	text-align: left;
}
.small_login{
	color: #999;
	font-size: 14px;
	font-family: opensans_sl;	
}
.feedback_login{
	background-color: #fefefe;
	font-size: 14px;
	font-family: opensans_sb;
	color:#696969;	
}

.body_main{
	background-color: #fefefe;
	color: #223f67;
}
.div_header_main{
	position: fixed;
	height: 100px;
	width: 100%;
	background-color: #fdfefd;
	color: #9198AA;
	padding: 20px 10px 10px 70px;
	border-bottom: 1px solid #fdfef0;
	background-color: rgba(234, 235, 240, 0.9);
}
@media (max-width:400px) {
.div_header_main{
	position: fixed;
	height: 80px;
	width: 100%;
	background-color: #fefefe;
	color: #788277;
	padding: 10px;
	border-bottom: 1px solid #c4c3d0;
	background-color: rgba(#ffffff77);

}}
.h1_header_main{
	color: #788277;
	font-size: 50px;
}
.h2_header_main{
	color: #999;
	font-size: 25px;	
}
.div_sub_master{
	position: fixed;
	top: 130px;
	left: 0px;
	width: 100%;
	height: calc(100% - 260px);
	padding: 50px;
	overflow-y: scroll;	
	border-top: 1px solid #fff;
	/*background-color: #f7f7f7;
	background-image: url("../img/background_data.png");
	background-size: cover; */
}
@media (max-width:400px) {
.div_sub_master{
	position: fixed;
	top: 100px;
	left: 0px;
	width: 100%;
	height: calc(100% - 100px);
	padding: 5px;
	overflow-y: scroll;	
	border-top: 1px solid #fff;
	background-color: #f7f7f7;
}
}
.div_sub_master h1{
	font-size: 20px;
}
.div_sub_master h2{
	font-size: 18px;
}
.div_right_menu{
	position: fixed;
	right: 0px;
	height: 200px;
	width: 40px;
	background: #555;
	border-radius: 8px 0px 0px 8px;
}
.div_sub_content_master{
	float: left;
	width: 350px;
	height: 140px;
	padding: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
	border: 1px solid #fff;
	overflow-y: hidden;
	line-height: 1.5;
	background-color:#eaebf0;
}
.div_sub_content_master{
	line-height: 2;
}
.div_sub_content_master_logo{
	float:left;
	width:40px;
	padding-right: 20px;
	padding-left:40px;
}
.div_sub_content_editor{
	float: left;
	width: calc(100% - 20px);
	height: calc(100% - 80px);
	padding: 40px;
	overflow-y: scroll;
	line-height: 1.5;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,0.8);
}
.div_sub_table_list{
	float: left;
	width: 45%;
	min-width: 300px;
	height: calc(100% - 268px);
	padding: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
	border: 1px solid #999;
	overflow-y: scroll;
	line-height: 1.8;
	font-size: 13px;
}
.div_sub_table_list td{
	font-size: 13px;
}
.div_editor{
	float: left;
	width: 90%;

}
.texteditor{
	height: 500px;
}
.div_preview{
	float: left;
	width: 30%;
	margin-top: 10px;
	margin-right: 40px;
	height: 500px;
	border: 1px solid #999;
	overflow-y: scroll;	
}
.div_control{
	float: left;
	width: 20%;
	margin-top: 10px;
	height: 480px;
	padding: 10px;	
	border: 1px solid #999;	
}
.div_group_header{
	width: 92px;
	font-family: opensans_sb;
	font-size: 10px;
	color: #555;
	background: #788277;
	border-radius: 2px;
	padding: 6px 10px 7px 10px;
}
.div_group_header_inactive{
	width: 92px;
	font-family: opensans_sb;
	font-size: 10px;
	color: #555;
	background: #ccc;
	border-radius: 2px;
	border: 1px solid #bbb;	
	padding: 7px 10px 6px 10px;
}
.div_group_header_active{
	width: 92px;
	font-family: opensans_sb;
	font-size: 10px;
	color: #555;
	background: #f0e195;
	border-radius: 2px;
	border: 1px solid #788277;		
	padding: 7px 10px 6px 10px;
}
.div_group_header_nonactive{
	width: 92px;
	font-family: opensans_sb;
	font-size: 10px;
	color: #555;
	background: #f6eec2; /*e9d569;*/
	border-radius: 2px;
	border: 1px solid #f3e8ac;		
	padding: 7px 10px 6px 10px;
}

.div_sub_content_logo{
	float:left;
	width:40px;
	padding-right: 20px;
	padding-left:0px;
}
.div_sub_content_editor table{width:100%;}
.div_sub_content_editor tr:nth-child(even) {background: #fff;}
.div_sub_content_editor tr:nth-child(odd) {background: rgba(234, 235, 240, 0.7);}
.div_sub_content_editor td {padding: 4px;}
.div_sub_content_editor th {font-family: opensans_sb; font-size: 10px; text-align: left; padding-top: 7px;padding-bottom: 7px;}
/* Portrait layout (default) */
.app {
    background:none; /* 170px x 200px */
    position:absolute;             /* position in the center of the screen */
    left:50%;
    top:10%;
    height:50px;                   /* text area height */
    width:225px;                   /* text area width */
    text-align:center;
    padding:180px 0px 0px 0px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:-115px 0px 0px -112px;  /* offset vertical: half of image height and text area height */
                                   /* offset horizontal: half of text area width */
}

.start_div{
    position:absolute;             /* position in the center of the screen */
    left:13%;
    top:11%;
    height:250px;                   /* text area height */
    width:255px;  
    text-align:center;
    padding:0px 0px 0px 0px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:0px 0px 0px 0px;  /* offset vertical: half of image height and text area height */
}
.start_div h1{
	font-family: opensans_sb;
	font-size: 22pt;
	font-weight: normal;
	color: #788277;
	text-align: left;
	padding: 5px;
	padding-left: 40px;
    border-radius: 4px;   
    line-height: 1.4em;  
    -webkit-margin-before: 0;
	-webkit-margin-after: 0;    	
}
.start_div h2{
	font-family: opensans_sb;
	font-size:20pt;
	font-weight: normal;
	line-height: 1.2em;
	color: #6d6e73;
	padding: 5px;
	text-align: center;
    background-color: rgba(255,255,255,100);  
    border-radius: 4px;	
}
.start_div_img{
	float: left;
	width:100px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 45px;	
}
.start_div a:visited, a{
	opacity: 1;
}
.start_div p{
	padding-left: 40px;
}
.footer_div{
	bottom: 0px;
	border-top: 1px solid #f7f7f7;
	width: 100%;
	height: 28px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	position: fixed;
	background-color: #fefefe;
	color: #9198AA;
	padding: 20px 10px 10px 70px;
	border-bottom: 1px solid #f7f7f7;
	background-color: rgba(255,255,255,0.8);
}
.footer_text_div{
	position: absolute;
	width: 100%;
	left: 10%;
	bottom: 0px;
	height: 18px;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
}
.footer_div img{
	width: 100%;
}
.header_div{
	position: fixed;
	width: 100%;
	height: 52px;
	top: 0px;
	background: #223f67;
	padding-top: 15px;
	opacity: 1;
	border-bottom: 1px solid rgba(34,63,103,0.2);	
	z-index: 900;
}
.HeaderLogoImg{
	float: left;
	width: 30px;
	padding-left: 8px;
	padding-top: 8px;
	vertical-align: middle;
}
.HeaderShadowDiv{
	position: absolute;
	top: 60px;
	left: 0px;
	width: 100%;
}
.HeaderShadowImg{
	padding-top: 0px;
	width: 100%;
}
.header_title_div{
	float: center;
	text-align: left;	
	padding-top:18px;
	padding-left: 13%;
	width: 70%;
	font-family: opensans_sb;
	font-weight: normal;
	text-align:center;
	font-size: 17px;
	font-weight: 500;		
}
.header_title_div a:hover{
	background: none;
}
.HeaderLogoGrayDiv{
	float: center;
	text-align: center;	
	padding:0px;
	padding-top: 20px;
	width: 70%;
	margin-left: 25%;
}
.HeaderLogoGrayImg{
	padding-top: 15px;
	width: 30px;
}
.header_right_div{
	position: fixed;
	right: 15px;
	top: 36px;
	font-family:opensans_sb;
}
.header_left_div{
	position: fixed;
	left: 15px;
	top: 34px;
}
.header_left_div_logo{
	position: fixed;
	left: 15px;
	top: 31px;
}
.header_right_img{
	float: right;
	height: 15px;	
	padding: 0px;
}
.header_left_img{
	float: left;
	height: 15px;
	padding: 0;
}
.header_left_img_logo{
	float: left;
	height: 20px;
	padding: 0;
}
.header_left_img_arrow{
	float: left;
	height: 16px;
	padding-top: 5px;
	padding-left: 10px;
}
.header_img_logo{
	float: left;
	height: 20px;
	padding: 0;
}
.header_home_img{
	width:17px;
	vertical-align: center;
}
.mainmenu_div {
    background:none; /* 170px x 200px */
    position:absolute;             /* position in the center of the screen */
    left:2%;
    top:23%;
    height:50px;                   /* text area height */
    width:96%;                   /* text area width */
    text-align:center;
    padding:0px 0px 0px 0px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:0px 0px 0px 0px;  /* offset vertical: half of image height and text area height */
                                   /* offset horizontal: half of text area width */
}
.mainmenuLink{
	/*border-radius: 46px 0% 0% 46px;*/
	width: 89%;
	border: 1px solid #b7bbc1;
	padding: 15px 10px 10px 20px;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 20%;
	text-align: left;
background: -moz-linear-gradient(-45deg, rgba(125,185,232,0) 0%, rgba(198,222,255,0.4) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(125,185,232,0) 0%,rgba(198,222,255,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(125,185,232,0) 25%,rgba(198,222,255,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */		
}
.mainmenuLink2016{
	/*border-radius: 46px 0% 0% 46px;*/
	width: 89%;
	border: 1px solid #b7bbc1;
	padding: 15px 10px 10px 20px;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 50px;
	text-align: left;
background: -moz-linear-gradient(-45deg, rgba(125,185,232,0) 0%, rgba(255,162,0,0.4) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(125,185,232,0) 0%,rgba(255,162,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(125,185,232,0) 0%,rgba(255,162,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */		
}
.menuLink{
	border-radius: 43px 0% 0% 43px;
	width: 100%;
	border: 1px solid #b7bbc1;
	padding: 15px 5px 5px 20px;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
	text-align: left;
background: -moz-linear-gradient(-45deg, rgba(125,185,232,0) 0%, rgba(229,234,238,0.4) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(125,185,232,0) 0%,rgba(229,234,238,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(125,185,232,0) 0%,rgba(229,234,238,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	
}
/* Landscape layout (with min-width) */
@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
    .app {
        background-position:left center;
        padding:75px 0px 75px 170px;  /* padding-top + padding-bottom + text area = image height */
        margin:-90px 0px 0px -198px;  /* offset vertical: half of image height */
                                      /* offset horizontal: half of image width and text area width */
    }
	.welcome {
    	background:url(../img/logo.png) no-repeat center top; /* 170px x 200px */
	    position:absolute;             /* position in the center of the screen */
	    left:50%;
	    top:30%;
    	height:50px;                   /* text area height */
	    width:225px;                   /* text area width */
	    text-align:center;
    	padding:280px 0px 0px 0px;     /* image height is 200px (bottom 20px are overlapped with text) */
	    margin:-115px 0px 0px -112px;  /* offset vertical: half of image height and text area height */
    	                               /* offset horizontal: half of text area width */
	} 
	/*.footer_div{
		position: absolute;
		width: 100%;
		bottom: 0px;
		height: 240px;
		left: -10%;
		padding-left: -50%;
	}
	.footer img{
		width: 140%;
	}*/	   
}
.ImpressumApp{
	position: absolute;
	top: 70px;
	left: 5%;
	width: 80%;
	height: 50%;
	padding: 15px 10px 10px 20px;
	font-weight: normal;
	font-size: 13px;
	color: #202020;
	text-align: left;		
}
.RegisterApp{
	position: absolute;
	left:0px;
	top: 67px;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0px;
	padding-top: 20%;
	background-color: #273b51;
	color: #e5eaee;
	font-size: 14px;
    overflow-y: hidden;
    overflow-x: hidden;  	
}
.RegisterApp h1{
	color: #e5eaee;
	text-align: center;
}
.SponsorApp{
	position: absolute;
	left:0px;
	top: 68px;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 10px;
	padding-top: 20%;
	color: #223f67;
}
.sponsor_skip{
	top: 0%;
	font-family: arial;
	float: right;
	text-align: center;
	padding: 4px;
	padding-left: 10px;
	margin-top: 15px;
	background: rgba(255,255,255,0.3);
	width: 50px;
	height: 15px;
	color: rgba(255,255,255,0.8);
}
.VotingApp{
	position: absolute;
	top: 70px;
	left: 5%;
	width: 80%;
	height: 50%;
	padding: 15px 10px 10px 20px;
	font-weight: normal;
	font-size: 13px;
	color: #202020;
	text-align: left;		
}
.event {
    border-radius:4px;
    -webkit-border-radius:4px;
    color:#FFFFFF;
    font-size: 14px;
    margin:0px 30px;
    padding:2px 0px;
}
.event.listening {
    background-color:#333333;
    display:block;
}
.event.received {
    background-color:#4B946A;
    display:none;
}
@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
.blink {
    animation:fade 3000ms infinite;
    -webkit-animation:fade 3000ms infinite;
}
.menu_div{
	position: absolute;
	width: 80%;
	height: 100%;
	top: 0px;
	right: 0%;
	background: rgba(39,59,81,255);
	border-left: 1px solid #33475e;
	color: #e5eaee;
	padding: 0px;
	opacity: 1;
	z-index:901;
	overflow-y: scroll;
}
.menu_div a{
	color: #eeeeee;
}
.menu_div li{
	height: 20px;
	margin: none;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom: 1px solid #788277;
	-webkit-padding-start: 20px;	
	list-style-type: none;	
	font-family: opensans_sb;
}
.menu_div li:hover{
	background-color: #394f68;
}
.menu_div ul{
	list-style-type: none;
	padding-left: none;
	-webkit-padding-start: 10px;
	margin: none;
}
.menu_top{
	line-height: 20px;
	padding-bottom: 3px;
	padding-top: 20px;
}
.menuLink{
	border-radius: 43px 0% 0% 43px;
	width: 100%;
	border: 1px solid #b7bbc1;
	padding: 15px 5px 5px 20px;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 20px;
	text-align: left;
background: -moz-linear-gradient(-45deg, rgba(125,185,232,0) 0%, rgba(229,234,238,0.4) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(125,185,232,0) 0%,rgba(229,234,238,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(125,185,232,0) 0%,rgba(229,234,238,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	
}
.menu_top_img{
	width:19px;
	float:left;
	vertical-align: text-bottom;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
}
.menu_img{
	width:19px;
	float:none;
	vertical-align: text-bottom;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
}
.mitral_menu_img{
	width:19px;
	float:none;
	vertical-align: text-bottom;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
}
.FlagTitle{
	width: 100%;
	height: 40px;
	padding: 15px;
	padding-left: 55px;
	background: url(../img/flag.png) no-repeat left;
}
.MilkGlass{
	position: absolute;
	background-color: #ffffff;
	opacity: 0.5;
	width: 96%;
	height: 100%;
	top: 78px;
	left: 2%;
	overflow-y: scroll;
}
.MilkShadow{
	position: absolute;
	background-color: #ffffff;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	background: -moz-linear-gradient(-45deg, rgba(125,185,232,0) 0%, rgba(229,234,238,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 70%,rgba(229,234,238,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(255,255,255,0) 0%,rgba(229,234,238,1) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */		
	z-index: 500;		
}
.MitralApp {
    background:none; /* 170px x 200px */
    position:fixed;
    top: 0px;
    padding-top:68px;
    max-height:89%;                   /* text area height */
    width:100%;     
    font-family: opensans_sb;              /* text area width */
    text-align:center;
	overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0px);        /*only ios*/
    overflow-x: hidden;
    margin-left:0%;  
    margin-right:0%;
    /*background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(202,207,210,1) 100%); */
	background: linear-gradient(135deg, rgba(202,207,210,0.8) 0%, rgba(255,255,255,1) 50%, rgba(178,182,185,0.8) 100%);  
/*background: linear-gradient(135deg, rgba(34,63,103,1) 0%, rgba(48,128,193,1) 50%, rgba(34,63,103,1) 100%); /*,rgba(28,111,178,1) 51%,rgba(39,59,81,1) 100% W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

/*background: rgb(34,63,103); /* Old browsers */
/*background: -moz-linear-gradient(-45deg, rgba(34,63,103,1) 0%, rgba(48,128,193,1) 50%, rgba(28,111,178,1) 51%, rgba(39,59,81,1) 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(-45deg, rgba(34,63,103,1) 0%,rgba(48,128,193,1) 50%,rgba(28,111,178,1) 51%,rgba(39,59,81,1) 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(135deg, rgba(34,63,103,1) 0%,rgba(48,128,193,1) 50%,rgba(28,111,178,1) 51%,rgba(39,59,81,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#223f67', endColorstr='#273b51',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
/**/
}
.MitralAppPage{
}
.alertDiv{
	position: fixed;
	top: 68px;
	left: 0px;
	background-color: #788277;
	height: 25px;
	width: 100%;
	color: #223f67;
	font-size: 14px;	
	font-family: opensans_sb;
	border-bottom: 2px solid rgba(34,63,103,0.2);
	border-top: 1px solid rgba(34,63,103,0.2);		
	vertical-align: center;
	padding-bottom: 7px;	
	padding-top: 11px;			
}
.recommendDiv{
	position: relative;
	top: 10px;
	left: -10px;
	background-color: #e5eaee;
	height: 105px;
	width: 100%;
	color: #223f67;
	font-size: 14px;	
	font-family: opensans_sb;
	border-top: 1px solid rgba(34,63,103,0.2);		
	border-bottom: 2px solid rgba(34,63,103,0.2);
	vertical-align: center;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 11px;
			
}
.MitralMenuItem{
	background: rgba(255,255,255,0.3);/*rgba(229,234,238,0.3);*/
	border-bottom: 1px solid rgba(34,63,103,0.5);
}
.mitral_menu_hover:hover div{
	background: rgba(229,234,238,0.4);
}
.MitralCover{
	float:left;
	clear:left;
	width: 100%;
	height: 20px;
	border-bottom: 1px solid rgba(34,63,103,0.2);
	padding: 10px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 2.2em;	
	margin-bottom: 0px;
	text-align: left;
	background-color: #e5eaee;
	background-image: url(../img/background_mitral.jpg);
	background-size: cover;
	background-position: 30% 30%;
	color: #223f67;
}
.MitralAd{
	position:fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 28px;
	border: 1px solid #b7bbc1;
	padding: 10px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 2.2em;	
	margin-bottom: 0px;
	text-align: left;
	background-image: url(../img/BannerEdwards.tiff);
	background-size: 100% 100%;
	background-position: cover;
	color: #223f67;
}
.MitralTrials{
	float:left;
	clear:left;
	width: 100%;
	height: 40px;
	border-bottom: 2px solid rgba(34,63,103,0.2);
	padding: 10px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 3.0em;	
	margin-bottom: 0px;
	text-align: left;
}
.MitralLiterature{
	float:left;
	clear:left;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid rgba(34,63,103,0.2);
	padding: 10px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 3.0em;
	margin-bottom: 1px;
	text-align: left;
}
.MitralSearch{
	float:left;
	clear:left;
	width: 1%;
	height: 25px;
	border-bottom: 1px solid rgba(34,63,103,0.2);
	padding: 8px 10px 10px 8px;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 1px;
	margin-right: 2%;	
	text-align: left;
}
.MitralCase{
	position: relative;
	float:left;
	clear:left;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid rgba(34,63,103,0.2);
	padding: 10px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 3.0em;	
	margin-bottom: 1px;
	margin-right: 2%;
	text-align: left;	
}
.MitralDevice{
	float:left;
	clear:left;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid rgba(34,63,103,0.2);
	padding: 10px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 3.0em;		
	margin-bottom: 1px;
	text-align: left;
}
.MitralPress{
	float:left;
	clear:left;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid rgba(34,63,103,0.2);
	padding: 10px 10px 10px 10px;
	margin-bottom: 1px;
	font-weight: normal;
	font-size: 14px;
	line-height: 3.0em;		
	text-align: left;
}
.MitralEvent{
	float:center;
	clear:left;
	width: 100%;
	height: 40px;
	border-top: 1px solid rgba(34,63,103,0.7);	
	border-bottom: 1px solid rgba(34,63,103,0.2);
	padding: 8px 10px 10px 12px;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 1px;
	text-align: left;
	background-color: #e5eaee;
	background-image: url(../img/background_zurich_orange.png);	
	background-size: cover;
	background-position: 0% 35%;
}
.EventWelcome{
	float:center;
	clear:left;
	width: 100%;
	height: 60px;
	padding: 8px 10px 10px 12px;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 3px;
	text-align: left;
	border-top: 1px solid rgba(34,63,103,0.4);	
	border-bottom: 1px solid rgba(34,63,103,0.2);		
	background-color: rgba(229,234,238,0.5);
/*	background-image: url(../img/background_zurich_orange.png);	*/
	background-size: cover;
	background-position: 0% 20%;
}
.EventRegistration{
	float:left;
	clear:left;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid rgba(34,63,103,0.2);
	padding: 10px 0px 10px 0px;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.3em;
	margin-bottom: 3px;
	text-align: center;
	background: rgba(229,234,238,0.2);
}
.EventProgram{
	float:left;
	clear:left;
	width: 33%;
	height: 50px;
	border-bottom: 1px solid rgba(34,63,103,0.2);
	padding: 8px 0px 10px 0px;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 3px;
	margin-right: 1%;	
	text-align: center;
	background: rgba(229,234,238,0.2);
}
.EventWorkshops{
	float:left;
	width: 32%;
	height: 50px;
	border-bottom: 1px solid rgba(34,63,103,0.2);
	padding: 8px 0px 10px 0px;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 3px;
	margin-right: 1%;	
	text-align: center;	
	background: rgba(229,234,238,0.2);
}
.EventFaculty{
	float:left;
	width: 33%;
	height: 50px;
	border-bottom: 1px solid rgba(34,63,103,0.2);
	padding: 8px 0px 10px 0px;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 3px;
	text-align: center;
	background: rgba(229,234,238,0.2);
}
.EventMaps{
	float:left;
	width: 32%;
	height: 50px;
	border-bottom: 1px solid rgba(34,63,103,0.2);
	padding: 8px 0px 10px 0px;
	margin-bottom: 3px;
	margin-right: 1%;
	text-align: center;
	background: rgba(229,234,238,0.2);
}
.EventExhibitors{
	float:left;
	width: 33%;
	height: 50px;
	border-bottom: 1px solid rgba(34,63,103,0.2);
	padding: 8px 0px 10px 0px;
	margin-bottom: 3px;
	margin-right: 1%;	
	text-align: center;
	background: rgba(229,234,238,0.2);
}
.EventQuestions{
	float:left;
	width: 33%;
	height: 50px;
	border-bottom: 1px solid rgba(34,63,103,0.2);
	padding: 8px 0px 10px 0px;
	margin-bottom: 3px;
	margin-right: 1%;	
	text-align: center;
	background: rgba(229,234,238,0.2);
}
.EventVoting{
	float:left;
	width: 33%;
	height: 50px;
	border-bottom: 1px solid rgba(34,63,103,0.2);
	padding: 8px 0px 10px 0px;
	margin-bottom: 3px;
	margin-right: 0%;	
	text-align: center;
	background: rgba(229,234,238,0.2);
}
.EventVideos{
	float:left;
	width: 32%;
	height: 50px;
	border-bottom: 1px solid rgba(34,63,103,0.2);
	padding: 8px 0px 10px 0px;
	margin-bottom: 3px;
	margin-right: 1%;
	text-align: center;
	background: rgba(229,234,238,0.2);
}
.Event2015{
	float:left;
	width: 33%;
	height: 44px;
	border-bottom: 1px solid rgba(34,63,103,0.2);
	padding: 14px 0px 10px 0px;
	margin-bottom: 3px;
	margin-right: 0%;			
	text-align: center;
	background: rgba(229,234,238,0.2);
}
.EventGeneral{
	float:left;
	width: 50%;
	height: 45px;
	border-bottom: 3px solid rgba(34,63,103,0.2);
	padding: 10px 0px 10px 0px;
	margin-bottom: 10px;
	margin-bottom: 13px;
	margin-right: 1%;	
	text-align: center;
	background: rgba(229,234,238,0.2);
}
.Event2017{
	float:left;
	width: 49%;
	height: 45px;
	border-bottom: 3px solid rgba(34,63,103,0.2);
	padding: 10px 0px 10px 0px;
	margin-bottom: 3px;
	text-align: center;
	background: rgba(229,234,238,0.2);
}
.DeviceAppMenu {
	/*background: linear-gradient(135deg, rgba(202,207,210,0.8) 0%, rgba(255,255,255,1) 50%, rgba(178,182,185,0.8) 100%);  
    position:float;
    float:left;
    clear:left;             /* position in the center of the screen */
    left:0%;
    padding-top:70px;
    padding-bottom: 0px;
    height:100%;                   /* text area height */
    width:100%;                   /* text area width */
    text-align:center;
    margin-left:0%;  
    margin-right:0%;         /* image height is 200px (bottom 20px are overlapped with text) */
    border-bottom: 0px solid #ddd;
	overflow-y: scroll;     
	overflow-x: hidden;     	
    /*margin:10px 0px 0px 0px;  /* offset vertical: half of image height and text area height */
                             /* offset horizontal: half of text area width */
}
.DeviceApp {
    background:none; /* 170px x 200px */
    position:absolute;             /* position in the center of the screen */
    left:1%;
    top:70px;
    height:90%;                   /* text area height */
    overflow-y: scroll;
    width:98%;                   /* text area width */
    text-align:center;
    padding:2px 2px 2px 2px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:0px 0px 0px 0px;  /* offset vertical: half of image height and text area height */
                             /* offset horizontal: half of text area width */
}
.device_menu_left_div{
	float:left;
	clear:left;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid rgba(34,63,103,0.2);
	padding: 10px 0px 5px 30px;
	font-weight: normal;
	font-family: opensans_sb;
	font-size: 15px;
	margin-bottom: 0px;
	margin-right: 1%;	
	text-align: left;
	background: rgba(229,234,238,0.2);
}
.device_menu_right_div{
	float:left;
	clear:left;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid rgba(34,63,103,0.2);
	padding: 10px 0px 5px 30px;
	font-weight: normal;
	font-family: opensans_sb;
	font-size: 15px;
	margin-bottom: 3px;
	margin-right: 1%;	
	text-align: left;
	background: rgba(229,234,238,0.2);
}
.device_overview_div{
	float: left;
	width: 30%;
	height: 31%;
	border: 1px solid #b7bbc1;
	padding: 8px 10px 10px 8px;
	padding: 0px 0px 10px 0px;
	font-family: opensans_sb;	
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	color: #223f67;	
	margin: 1%;
	background-color: rgba(255,255,255,0.5);
}
.device_overview_div a{
	color: #222;
	font-size: 11px;
}
.device_overview_div:hover{
	background-color: rgba(255,255,255,0.7);
}
.device_overview_img{
	border: 1px;
	width: 100%;
	height: 80px;
}
.device_detail_div{
	height: 60%;
	margin-top: 20px;
	overflow-y: scroll;
}
.device_detail_img{
	border: 0px;
	width: 100%;
	max-width: 200px;	
}
.deviceDetailTable{
	text-align: left;
	vertical-align: top;
}
.deviceDetailTable table{
	vertical-align: top;	
}
.deviceDetailTitle{
	text-align: center;
}
.device_table_field{
	vertical-align: top;
	color: #273b51;
	background: #f4f6f8;
	font-family: opensans_sb;	
	padding: 2px;
}
.device_table_content{
	background: #f4f6f8;
	vertical-align: top;
	color: #000;
	padding: 2px;	
}
.PressApp {
    background:none; /* 170px x 200px */
    position:absolute;             /* position in the center of the screen */
    left:0%;
    top:67px;
    height:85%;
    font-size: 14px;
    overflow-y: scroll; 
    overflow-x: hidden;                  /* text area height */
    width:100%;                   /* text area width */
    text-align:center;
    padding:0px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:0px 0px 0px 0px;  /* offset vertical: half of image height and text area height */
                             /* offset horizontal: half of text area width */
}
.press_release_div{
	position: relative;
	text-align: left;
	width: 95%;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 30px;
	margin-right: 30px;
	font-family: arial;	
	line-height: 1.4em;
	border-bottom: 1px solid #dddddd;
}
.press_title{
	font-family: opensans_sb;
	color: #273b51;
	font-size: 14px;
}
.press_detail_div{
	font-family: arial;
	color: #111;
	font-size: 11px;
}
.LiteratureApp {
    background:none; /* 170px x 200px */
    position:absolute;             /* position in the center of the screen */
    left:0%;
    top:67px;
    height:100%;
    font-size: 14px;
    overflow-y: scroll; 
    overflow-x: hidden;                  /* text area height */
    width:100%;                   /* text area width */
    text-align:center;
    padding:0px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:0px 0px 0px 0px;  /* offset vertical: half of image height and text area height */
                             /* offset horizontal: half of text area width */
}
.literature_overview_div{
	position: relative;
	text-align: left;
	width: 95%;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 30px;
	margin-right: 30px;
	border-bottom: 1px solid #dddddd;
}
.literature_overview_title{
	font-family: opensans_sb;
	font-size: 14px;
	line-height: 1.8;
	color: #273b51;	
}
.literature_small{
	font-size: 14px;
	color: #555;
	font-style: normal;
}
.literature_detail_div{
	font-size: 14px;
	font-family: arial;
	line-height: 1.5;
	color: #111;
}
.literature_detail_button{
	font-size: 10px !important;
	width: 90px !important;
}
.literature_helper_div{
	position: relative;
	width: 100%;
	font-family: opensans_sb;
	font-size: 10px;	
	padding: 8px;
	border-bottom: 1px solid rgba(34,63,103,0.2);	
	text-align: left;
	background: #e5eaee;
	color: #223f67;
}
.literature_legend_img{
	width: 13px;
	padding: 3px 6px 0px 6px;
	text-align: center;
}
.literature_legend_div{
	position: fixed;
	top:102px;
	width:100%;
	background: #fff;
	height: 140px;
	border-bottom: 2px solid #ddd;
	z-index: 901;
	text-align: left;
		font-family: opensans_sb;
	font-size: 10px;
}
.TrialApp {
    background:none; /* 170px x 200px */
    position:absolute;             /* position in the center of the screen */
    left:3%;
    top:52px;
    height:84%;                   /* text area height */
    width:94%;                   /* text area width */
    text-align:center;
    padding:2px 2px 2px 2px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:10px 0px 0px 0px;  /* offset vertical: half of image height and text area height */
                             /* offset horizontal: half of text area width */
    overflow-x: scroll;
}
.trialsOverviewDiv{
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #dddddd;
}
.trialDetailDiv table{
	text-align: left;
	vertical-align: top;
}
.CaseApp {
    background:none; /* 170px x 200px */
    position:absolute;             /* position in the center of the screen */
    left:3%;
    top:70px;
    height:90%;                   /* text area height */
    width:94%;                   /* text area width */
    overflow-y: scroll;
    text-align:center;
    padding:2px 2px 2px 2px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:0px 0px 0px 0px;  /* offset vertical: half of image height and text area height */
                             /* offset horizontal: half of text area width */
}
.case_detail_div{
	text-align: left;
	vertical-align: top;
}
.case_detail_div h2{
	margin-top:17px;
	margin-bottom:9px;
}
.case_detail_div h1{
	-webkit-margin-after: 0.4em;		
}
.case_detail_div h3{
	font-family: opensans_sb;
	font-size:9px;
	font-weight: normal;
	color: #777;
	line-height: 9px;	
	text-align: left;
	-webkit-margin-before: 0em;	
	-webkit-margin-after: 0em;		
}
.case_detail_img_div{
	width: 100%;
	/*height: 80px;*/
	overflow-y: hidden;
}
.case_detail_img{
	width: 100%;
}

/*  MVM2016  */
.WelcomeApp {
    background:none; /* 170px x 200px */
    position:absolute;             /* position in the center of the screen */
    left:3%;
    top:70px;
    height:90%;                   /* text area height */
    width:84%;                   /* text area width */
    overflow-y: scroll;
    text-align:left;
    font-size: 13px;
    padding:10px 30px 10px 10px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:0px 0px 0px 0px;  /* offset vertical: half of image height and text area height */
                             /* offset horizontal: half of text area width */
}
.WelcomeApp h2{
	line-height: 1.2em;
}
.RegistrationApp {
    background:none; /* 170px x 200px */
    position:absolute;             /* position in the center of the screen */
    left:3%;
    top:70px;
    height:90%;                   /* text area height */
    width:94%;                   /* text area width */  
    text-align:left;
    font-size: 13px;
    padding:2px 2px 2px 2px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:0px 0px 0px 0px;  /* offset vertical: half of image height and text area height */
                             /* offset horizontal: half of text area width */
}
.ProgramApp {
    background:none; /* 170px x 200px */
    position:absolute;             /* position in the center of the screen */
    left:0%;
    top:68px;
    height:90%;                   /* text area height */
    width:100%;                   /* text area width */
    overflow-y: hidden;
    text-align:left;
    font-size: 13px;
    padding:0px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:0px 0px 0px 0px;  /* offset vertical: half of image height and text area height */
                             /* offset horizontal: half of text area width */
}
.ProgramApp h2{
	margin-bottom: 9px;
}
.ProgramApp h3{
    font-size: 13px;
    line-height: 12px;
    margin-top: 0;
    margin-bottom: 2px;
}
.ProgramApp li, ul{
	list-style-type: square;
	padding-left: 15px;
	padding-right: 5px;
	margin: 0px;
}
.ProgramApp td{
	vertical-align: top;
	padding-bottom: 10px;
}
.program_day_div{
	width: 28%;
	float: left;
	height 40px;
	padding: 7px 6px 7px 10px;
	background-color: #223f67;
	color: #e5eaee;
	font-family: opensans_sb;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #e5eaee;			
}
.program_expand_div{
	float: left;
	clear: left;
	width: 100%;
    height:90%; 
    overflow-y: scroll;	
}
.program_day_event{
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.program_time{
	font-family: opensans_sb;
	font-size:11px;
	font-weight: normal;
	color: #808287;
	line-height: 12px;	
	text-align: left;
	width: 70px;
	vertical-align: top;
}
.program_faculty{
	font-family: opensans_sb;
	font-style: normal;
	font-size: 14px;	
	color: #888;
}
.WorkshopsApp {
    background:none; /* 170px x 200px */
    position:absolute;             /* position in the center of the screen */
    left:0%;
    top:68px;
    height:90%;                   /* text area height */
    width:100%;                   /* text area width */
    overflow-y: scroll;
    text-align:left;
    font-size: 13px;
    padding:0px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:0px 0px 0px 0px;  /* offset vertical: half of image height and text area height */
                             /* offset horizontal: half of text area width */
}
.workshop_title_div{
	padding: 10px;
	font-family: opensans_sb;
	font-size: 13px;
	color: #223f67;
	background-color: #eee;
	border-bottom: 1px solid #223f67;
}
.workshop_expand_div{
	padding: 10px;
	padding-bottom: 18px;
	font-family: arial;
	font-size: 14px;
	color: #223f67;
	background-color: #fff;
	border-bottom: 1px solid #223f67;
}
.workshop_expand_div h3{
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;	
	padding-top: 10px;
	padding-bottom: 5px;
}
.FacultyApp {
    background:none; /* 170px x 200px */
    position:absolute;             /* position in the center of the screen */
    left:3%;
    top:70px;
    height:90%;                   /* text area height */
    width:94%;                   /* text area width */
    overflow-y: scroll;
    text-align:left;
    font-size: 13px;
    padding:2px 2px 2px 2px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:0px 0px 0px 0px;  /* offset vertical: half of image height and text area height */
}
.faculty_div{
	text-align: left;
	width: 90%;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #dddddd;
}
.VotingApp {
    background:none; /* 170px x 200px */
    position:absolute;             /* position in the center of the screen */
    left:3%;
    top:70px;
    height:80%;                   /* text area height */
    width:90%;                   /* text area width */
    overflow-y: scroll;
    text-align:left;
    font-size: 13px;
    padding:10px 10px 10px 10px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:0px 0px 0px 0px;  /* offset vertical: half of image height and text area height */
                             /* offset horizontal: half of text area width */
}
.voting_div{
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	line-height:1.2em;
}
.voting_div h2{
	line-height:1.3em;
}
.voting_bar{
	position:relative;
	float: right;
	margin-right: 40px;
	margin-top: 8px;	
	background: #ddd;
	height: 10px;
	width: 100px;
	border-radius: 3px;
}
.voting_bar_color{
	position:relative;
	background: #223f67;
	border-radius: 3px 0px 0px 3px;
	height: 10px;
}
.QuestionApp {
    background:none; /* 170px x 200px */
    position:absolute;             /* position in the center of the screen */
    left:3%;
    top:70px;
    height:80%;                   /* text area height */
    width:90%;                   /* text area width */
    overflow-y: scroll;
    text-align:left;
    font-size: 13px;
    padding:10px 10px 10px 10px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:0px 0px 0px 0px;  /* offset vertical: half of image height and text area height */
                             /* offset horizontal: half of text area width */
}
.OutlookApp {
    position:absolute;             /* position in the center of the screen */
    left:-1px;
    top:65px;
    height:90%;                   /* text area height */
    width:94%;                   /* text area width */
    overflow-y: scroll;
    text-align:center;
    font-size: 13px;
    padding:20px 20px 20px 20px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:0px 0px 0px 0px;  /* offset vertical: half of image height and text area height */
    background: url(../img/background_zuerich.png);
    background-size: cover;
    background-position: 40% 0%;
    
}
.outlook_div{
	position: absolute;
	left: 0%;
	top:0;
	height: 100%;
	width: 100%;
	text-align: center;
	background: rgba(255,255,255,100);
	border-radius: 0px;
	/*border-bottom: 9px solid #3b7d2b;	*/
	background: linear-gradient(135deg, rgba(202,207,210,0.6) 0%, rgba(255,255,255,0.8) 50%, rgba(178,182,185,0.6) 100%);  
	padding-top: 90px;
}
.outlook_div h1{
	text-align: center;
	font-size: 23px;
	line-height: 1.3em;
}
.outlook_div h2{
	text-align: center;
	font-size: 17px;
	line-height: 1.3em;
}
.VideoApp {
    background:none; /* 170px x 200px */
    position:absolute;             /* position in the center of the screen */
    left:3%;
    top:70px;
    height:80%;                   /* text area height */
    width:90%;                   /* text area width */
    overflow-y: scroll;
    text-align:left;
    font-size: 13px;
    padding:10px 10px 10px 10px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:0px 0px 0px 0px;  /* offset vertical: half of image height and text area height */
                             /* offset horizontal: half of text area width */
}
.video_div{
	border-bottom: 1px solid #dddddd;
	padding: 20px;
	line-height:1.2em;
}
.video_img{
	float: left;
	width: 80px;
	height: 50px;
	padding-right: 20px;
}
.ExhibitorsApp {
    background:none; /* 170px x 200px */
    position:absolute;             /* position in the center of the screen */
    left:0px;
    top:70px;
    height:90%;                   /* text area height */
    width:100%;                   /* text area width */
    overflow-y: scroll;
    text-align:left;
    font-size: 13px;
    padding:0px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:0px 0px 0px 0px;  /* offset vertical: half of image height and text area height */
}
.exhibitors_div{
	text-align: left;
	width: 95%;
	min-height: 50px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #dddddd;
}
.exhibitors_a:hover{
	background: none;
}
.exhibitors_img{
	width: 150px;
}
.GeneralApp {
    background:none; /* 170px x 200px */
    position:absolute;             /* position in the center of the screen */
    left:3%;
    top:70px;
    height:calc(100% - 90px);                   /* text area height */
    width:84%;                   /* text area width */
    overflow-y: scroll;
    text-align:left;
    font-size: 11px;
    line-height: 1.3;
    padding:10px 30px 10px 10px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:0px 0px 30px 0px;  /* offset vertical: half of image height and text area height */
                             /* offset horizontal: half of text area width */
}