@charset "utf-8";
/* CSS Document */
table#SkillsMap{
	border-collapse:collapse;
  width:100%;
}

table#SkillsMap, 
#SkillsMap td,
#SkillsMap th{
	border: 1px solid #c3c3c3/*#6B6B6B*/;
}

#SkillsMap th{
	padding:6px;
}

#SkillsMap td .ShortName{
	float:left;
}

#SkillsMap td{
	padding:3px;	
  min-width:16px;

  /*line-height:20px;*/
  vertical-align:middle;
}
#SkillsMap th.center,
#SkillsMap td.center{
	text-align:center;
}
#SkillsMap td.left{
	text-align:left;
}



.bg_row{
	background-color: #ebebeb;
}

/*.bg_rowPraxis{
	background-color: #ababab;
}

.bg_row2Praxis{
	background-color: #e2e2e2;
}*/


.skillParent{
	background: #7824d1;
  font-weight:bold;
  color: #ffffff;
}

#SkillsMap th.PraxisBorder,
#SkillsMap td.PraxisBorder{
  border-left-width: 6px;
}

#SkillsMap .bg_rowEmpty{
	border-color:  #c3c3c3/*#6B6B6B*/;
	background-color: #c3c3c3 /*#6B6B6B*/;
}



.sollwert{
	background-color: #BB91E8;/* #bb1f1e;*/
}

.rating{
	display: block;
  height:17px;
  width: 18px;
  background-image:url(../images/cpm/skillPoints.png);
  background-repeat: no-repeat;
  float:left;
  margin-left: -8px;
}





.selbst{
	background-position: center 0;
  margin-left: 0;
}

.fk{
	background-position: center -18px;
}

.ma{
  background-image:url(../images/cpm/skillPoints.png);
	background-position: center -36px;
}

.your{
	background-position: center -54px;
}

ul.legende li{
	float: left;
  margin: 0;
  padding: 0 20px 0 0;

  vertical-align: middle;
}

.legende li span.rating{
	display:block; /**/ 
  height: 17px;
  width: 17px;
  float: left;/**/
  margin: 0px 4px 0 0;
  text-align: center;
  line-height: 17px;
  background-image:none;
}


.legende li span input{
	margin:2px 0 0 0;
  padding: 0;
  
  
  _margin: 0; /* ie6 */
  *margin: 0; /* ie6 ie7 */
  margin: 0\9; /* ie8 */
}


.legende .selbst{
  background-position: center 0;
  background-image: none;
  background-color: #4c009e;
}

*input[type=radio].rated_selbst{
	outline: 3px solid #4c009e;
 
}

/* --- FÜR IE -----*/
* html input.rated_selbst{
	background-color: #4c009e;
  border: 2px solid #4c009e;
}

.legende .fk{
	/*background-position: center -18;*/
  background-image: none;
  background-color: #b20343;
}

.legende .ma{
	/*background-position: center -36;*/
  background-image: none;
  background-color: #8b9107;
}

.legende .your{
	background-image: none;
	background-color: #ffd321;
}

input[type=radio].rated_your{
	outline: 3px solid #4c009e;
 
}

/* --- FÜR IE -----*/
* html input.rated_your{
	background-color: #4c009e;
  border: 2px solid #4c009e;
}


.icon_massnahmen{
	margin-right: 15px;
  padding: 3px 0 3px 20px;
  /*line-height: 20px;
  height: 20px;*/
  vertical-align:middle;
  float: left;
}


.icon_massnahmen_all{
	background:url(../images/icons/massnahmen.png) left center no-repeat;
}

.icon_massnahmen_offen{
	background:url(../images/icons/massnahmen_offen.png) left center no-repeat;
}


.no_self_rating{
	vertical-align:middle;
  margin-left: 5px;
  float:right;
}

.setMeasures{
	float:right;
}

.floatRight{
 float:right;
}

.display_none{
	display: none;/**/
  position:fixed;
  left: -99999em;
  z-index: -9999;
  
}

.no_margin_left{
	margin-left: 0;
  /*border:1px solid #FF00FF;*/
}


a span.link
{
  text-decoration:underline;
}


a.tooltip
{

  position: relative;
	/*background: #eaeaea; */
  cursor: pointer;
  text-decoration: none;
  color: #222222;
  outline: none;
}

a.tooltip:hover{
	color: #222222
}
 
a.tooltip div{
  visibility: hidden;
  position: absolute; 
  bottom: 30px;/**/
  left: -20px;
  z-index: 999;
  
  /*margin-left: 50px;*/
  padding: 10px;
  border: 2px solid #cccccc;
  opacity: .9;
  background-color: #ddd;                     
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));  
  -moz-border-radius: 4px;
  border-radius: 4px;  
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;  
  text-shadow: 0 1px 0 rgba(255,255,255,.4); 
  
  width: 430px;
  
  text-align: left;
  
	color: #000000;
}




a.tooltip.big,
a.tooltip.small{
  display:block;
  width: 100%;
  height: 100%;
}

a.tooltip.big div{
 left: -50%;
 width: 430px;

}



a.tooltip.small div{
 left: -50%;
 width: 230px;

}

a.tooltip.big div.right,
#SkillsMap a.tooltip.small div.right{
	 left:  -400px;
	 font-weight: normal;
}

a.tooltip.small div.right,
#SkillsMap a.tooltip.small div.right{
	 left: -200px;
	 font-weight: normal;

}


 
a.tooltip:hover
{
  border: 0; /* IE6 fix */
}
 
a.tooltip:hover div
{
  visibility: visible;
}

 
a.tooltip div:before,
a.tooltip div:after
{
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: -8px;
  left: 10%;
  margin-left: -8px;  
  border-top: 8px solid #cccccc;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;        
  border-bottom: 0;  
}

a.tooltip.big div.right:before,
a.tooltip.big div.right:after{
 left: 95%;
}


a.tooltip div.right:before,
a.tooltip div.right:after{
 left: 85%;
}




a.tooltip.fixedPosition div:before,
a.tooltip.fixedPosition div:after{
	left: 20px;
  
}



a.tooltip.fixedPosition div{
	width: auto;
}


a.tooltip.fixedPosition div.right:before,
a.tooltip.fixedPosition div.right:after{
  left: 85%;
}


 
a.tooltip div:before
{
  border-top-color: #cccccc;
  bottom: -9px;
}
 
/* Yellow */
 
a.yellow-tooltip div
{
  border-color: #e1ca82;
  background-color: #ffeaa6;                     
}
 
a.yellow-tooltip div:after
{ 
  border-top-color: #ffeaa6;
}
 
a.yellow-tooltip div:before
{
  border-top-color: #e1ca82;
}

#SkillsMap select{
	width: 100%;
	border: 1px solid #c3c3c3;
}
.MapReasonsInput_gross,
.MapReasonsInput_klein
{
	padding: 0px 5px;
	border: 1px solid #c3c3c3;
	margin-top: 3px;

	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	 
}

.MapReasonsInput_gross{
	height: 8em;
}

.MapReasonsInput_klein{
	height:1.6em;
}



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

span.clearfix,
.clearfix {
	display: inline-block;/**/
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}