@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Yellowtail);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);

body{margin:0px;}
a {text-decoration:none;}
#wrapper{margin:0px auto;background:url('img/bg.jpg');height:500px;color:#eee;}
#wrap{margin:0px auto;background:url('img/bg.jpg');height:96px;color:#eee;}
#header{
	width:960px;
	height:96px;
	margin:0px auto;
}
#main{margin-top:120px;}
h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	font-weight:300;
	letter-spacing:1px;
	line-height:5px;
}
h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight:300;
	letter-spacing:1px;
	line-height:5px;
}
h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight:300;
	letter-spacing:1px;
	line-height:5px;
}
.login{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
#main h3{
	font-family: 'Yellowtail', cursive;
	font-size:18px;
	letter-spacing:1.8px;
}
#main .button{
	float:none;
	width:150px;
	text-decoration:none;
}
#menu{
	width:960px;
	height:45px;
	background:#dedede;
	margin:0px auto;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	padding:5px 0px;
}
#menu li {
	color:#000;
	float:left;
	margin:0px 5px;
	height:30px;
	width:200px;
	list-style:none;
}
#menu li:hover{
	background:#cb5c49;
}
#menu li img{
	float:left;
}
#menu .dashmenu{
	float:none;margin:5px auto;padding-left:40px;
}
h2.inst-title{
	font-family: 'Roboto Slab', serif;
	font-size: 30px;
	font-weight:700;
	line-height:33px;
}
#dash{
	width:960px;
	margin:0px auto;
	margin-top:20px;
	margin-bottom:100px;
}
#dash p{
	font-weight:400;
}
#dash u{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:700;
}
#dash li{
	list-style:none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
#dashbox{
	width:920px;
	height:250px;
	margin:0px auto;
	border-radius:5px;
	background:url(img/boxbg.png) bottom right no-repeat #dedede;
	padding:10px 0px;
}
#dashbox li {
	color:#000;
	float:none;
	margin:10px 15px 0px;
	height:30px;
	width:300px;
	background:none;
	list-style:none;
}
#dashbox li:hover{
	background:#cb5c49;
}
#dashbox li img{
	float:left;
}
#dashbox .dashmenu{
	float:left;margin:7px auto;padding-left:10px;
}
.intro{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight:300;
	letter-spacing:1px;
}
.repheader{
	margin:0px auto;
	width:100%;
	height:200px;
	background:url(img/reportbg.png) bottom right no-repeat #dedede;
}
.rephead-title{
	float:left;
	margin:120px 0px 15px 25px;
}
.reptitle-top{
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight:300;
	letter-spacing:1px;
}
.reptitle{
	font-family: 'Roboto Slab', serif;
	font-size: 34px;
	font-weight:700;
	letter-spacing:1px;
	line-height:30px;
	text-transform: uppercase;
}
.rephead-info{ float:right; margin:15px; }
.repinfo-title{	
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight:700;
	letter-spacing:1px;
	text-align: right;
}
.repinfo{
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight:300;
	letter-spacing:1px;
	text-align: right;
}
.replogo{
	float:right;
}
#dash .sectiondiv{
	width:100%;
	height:40px;
	margin-top:10px;
	background:#dedede;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 24px;
	font-weight:700;
}
.sectiondiv p{
	margin:0px 15px;
	padding:3px;
}
.kykoradar{
	height:280px;
}
.radarchart{
	float:left;
	margin:15px;
	width:250px;
	height:250px;
}
.dimensionchart{
	margin:15px;
	margin-top:30px;
	float:left;
	width:650px;
	height:250px;
}
#breakdown-wrapper{
	display:block;
}
.dimension-main{
	display:block;
}
.line-div{
	padding:10px 0px;
	border-bottom:1px dashed #ccc;
	clear:both;
}
.dim-type{
	
}
.dim-name{
	font-family: 'Roboto Slab', sans-serif;
	font-size: 34px;
	font-weight:400;
	padding:15px 15px 0px 15px;
}
.dimension-left{
	float:left;
	width:520px;
}
.dimension-right{
	float:left;
	width:420px;
}
.dim-score{
	font-family: 'Open Sans', sans-serif;
	font-size: 55px;
	font-weight:700;
	letter-spacing:1px;
	padding-left:15px;
	line-height: 72px;
	float:left;
}
.range-bar{
	background:url(img/range.png) bottom right no-repeat;
	height:15px;
	width:480px;
	margin-left:15px;
}
.range-left{padding-left:5px;font-family: 'Open Sans', sans-serif;font-weight:600;color:#FFF;float:left;font-size:12px;}
.range-right{padding-right:5px;font-family: 'Open Sans', sans-serif;font-weight:600;color:#FFF;float:right;font-size:12px;}
.dim-value{
	color:#97bbcd;
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	font-weight:600;
	float:left;
	padding-left:15px;
	padding-top:32px;
	text-align:left;
}
.dim-int{
	margin:0px 15px;
}
.dim-type{
	font-family: 'Roboto Slab', sans-serif;
	font-size: 18px;
	font-weight:400;
	color:#999;
}.dim-title{
	font-family: 'Roboto Slab', sans-serif;
	font-size: 18px;
	font-weight:700;
	margin-top:5px;
	margin-bottom:5px;
}
.dim-int-t{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight:400;
	letter-spacing:1px;
	line-height:16px;
}

.dim-fac-main{
	border:1px solid #ddd;
	width:100%;
	padding:5px;
}
.dim-fac{
	width:100%;
}
.fac-bar-main{position:relative;height:30px;display:block;}
.fac-name{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight:700;
	letter-spacing:1px;
	line-height:16px;
	position:absolute;top:5px;left:5px;
	text-shadow: 1px 1px #ddd;
}
.fac-score{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight:700;
	letter-spacing:1px;
	line-height:17px;
	position:absolute;top:5px;right:5px;
}
.fac-bar{
	height:30px;
	position:absolute;top:0px;left:0px;
	background:#97bbcd;
}
.fac-description{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight:400;
	letter-spacing:1px;
	line-height:15px;
	margin-bottom:5px;
}
.swot-table{
	margin:0px auto;
	margin-top:15px;
}
.swot-name{
	font-family: 'Roboto Slab', sans-serif;
	font-size: 21px;
	font-weight:400;
	padding:5px 0px;
}
.swot-text{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight:400;
	letter-spacing:1px;
	line-height:17px;
	margin-bottom:5px;
	vertical-align: top;
}
.swot-text li{
	margin-bottom:5px;
}
#footer{
	width:960px;
	margin:0px auto;
	position:relative;
}
#footer .menu a li{
	font-weight:300;
	color:#3e3e3e;
	padding:0px 8px;
	margin: 10px 0px;
	border-right:1px #3e3e3e solid;
	height:15px;
	line-height:15px;
}
#footer .menu a .last{
	border-right:0px;
}
.logo{ margin:20px 0px;float:left; }
.copy{ 
	float:right;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight:300;
	letter-spacing:1px;	
	color:#3e3e3e;
	margin:10px;
}
#header .menu{ 
	margin:20px 0px;
	padding:10px;
	float:right;
	width:205px;
}
.button{
	background-color:#9d1c1f;
}
a li{
	padding:7px 15px;
	color:#eee;
	float:left;
	list-style:none;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
}
.instrument th{
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
	background:#b3d8f3;
	vertical-align: bottom;
}
.instrument td{
	text-align: center;
    vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
}
table tr:nth-child(odd) td{
	background:#fff;
}
table tr:nth-child(even) td{
	background:#eee;
}
input[type=radio].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}
input[type=radio].css-checkbox + label.css-label {
	padding-left:20px;
	height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:20px;
	vertical-align:middle;
	cursor:pointer;

}
input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -20px;
}
label.css-label {
	background-image:url(img/radio-blue.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}