/******************
** 19.12.13
** Isen Callaki
**
**
****************/


.tshClass{
	margin-top:10px;
	position:relative;
	/*width:230px;*/
	padding:5px;
	cursor:pointer;
	color:#000;
	background-color:#E8F2FF;
	/*font-weight:bold;
	text-shadow: 0.1em 0.1em 0.2em black;*/
	font-family:Arial;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	-webkit-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}

.tshClass_selected{
	margin-top:10px;
	position:relative;
	/*width:230px;*/
	padding:5px;
	/*
	font-weight:bold;
	color:#000;
	cursor:pointer;
	background-color:#fff;
	font-family:Arial;
	border-color:#C00;
	border-width:1px;
	border-style:solid;
	text-align:center;
	text-shadow: 0.2em 0.2em 0.4em black;
	*/
		
	-webkit-radius: 15px;
	-moz-border-radius: 15px;	
	border-radius: 15px;
	
	border: 1px solid 		#fff /*{global-active-border}*/;
	background: 			#5393c5 /*{global-active-background-color}*/;
	font-weight: bold;
	color: 					#fff /*{global-active-color}*/;
	cursor: pointer;
	text-shadow: 0 /*{global-active-shadow-x}*/ 1px /*{global-active-shadow-y}*/ 0 /*{global-active-shadow-radius}*/ #3373a5 /*{global-active-shadow-color}*/;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #5393c5 /*{global-active-background-start}*/), to( #6facd5 /*{global-active-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/);
	font-family:  Arial/*{global-font-family}*/;
	}
	
.displayNON{
	display:none;
	}
.possRecClass{
	position:relative;
	/*left:5px;*/
	
	}


.tabellenClass {
  background-color:#FEAFAB;

}

.tabellenClass th {
	 font-family: Arial;
  font-size: 12px;
  background-color:#E8F2FF;
  color:#000;
}
.troubleClass{
	position:relative;
	cursor:pointer;
	font-family: Arial;
  	font-size: 12px;
	padding:5px;
  	color:#000;
	border: 1px solid #C00;
	
	}
.troubleActiveClass{
	background-color:#C00;
	color:#000;
	font-family: Arial;
  	font-size: 12px;
	padding:5px;
	border: 1px solid #C00;
	}
.troubleClass_en{
	position:relative;
	cursor:pointer;
	font-family: Arial;
  	font-size: 12px;
	padding:5px;
  	color:#000;
	border: 1px solid #C00;
	}

.renditjatrouble{
	margin-top:1px;
	padding-left:3px;
	/*width:350px;
	float:left;*/
   	font-family: Arial;
  	font-size: 12px;
	background-color:#FFE0DD;	
	}
.renditjatrouble_rec{
	margin-top:1px;
	padding-left:3px;
	/*width:350px;
	float:left;*/
   	font-family: Arial;
  	font-size: 12px;
	background-color:#E8FFE9;
	}	
.schliessVideoClass{
	color:#FFF;	
    cursor:pointer;
    position:absolute;
	width:100px;
	height:40px;/**/
    right: 0px;
    top: 0px;
	background-color:#A60000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;  
	border-radius: 5px;
	text-align:center;
	padding-top:10px;
	/*border-spacing:5px;
	padding-bottom:1px;
	
	padding-left:5px;
	padding-right:5px;*/
	border-style:solid;
	border-width:1px;
	/*z-index:2;*/
	z-index:1007;	
	
}
	
.troble_videoClass{
	position:fixed;
	right:15px;
	top:70px;
	background-color:#e1e2e3;
	/*width:300px;
	height:215px;*/
	z-index:150;
	}


#rightICpanel-popup {
    right: 0 !important;
    left: auto !important;
}
#rightICpanel {
    top:auto;
    width: 270px;
    border: 1px solid #000;
    border-right: none;
    background: rgba(0,0,0,.5);
    margin: -1px 0;
}
