<style type="text/css">
<!--

body {
	font-family:Ubuntu,Tahoma,sans-serif,verdana,helvetica;
	font-size:10pt; 
	color:#636363;
	-webkit-text-size-adjust : 100%; 
	-ms-text-size-adjust : 100%;  
	-webkit-animation:bugfix infinite 1s;-webkit-font-smoothing:antialiased;
	height:100%;
	background-color:white;
}


.form-group .form-control .show-tick {
	color:red;
}


select.select[title]{ 
	color: lightgrey; 
	font-size:18pt;
} 


.form-control-label label {
	font-family:Ubuntu,Tahoma,sans-serif,verdana,helvetica;
	color:#009b00;
	padding-left:10px;
}

.boxcontainer {
	width:100%;
	height:100%;
	text-align:center;
	background-color:white;
	margin-bottom:100px;
}

.headertitle {
	background-color:rgb(23,120,49);
	width:100%;
	height:96px;
}

.logoplacement64 {
	float:left;
	position:absolute;
	left:30px;
	top:0px;
	z-index:10;
}

.screentitle {
	float:center;
	padding-top:50px;
	z-index:9;
	font-family:Ubuntu,Tahoma;
	font-size:12pt;
	color:#f3fcd6;
	line-height:1;
}

.screenname {
	position:absolute;
	right:30px;
	top:58px;
	z-index:9;
	font-family:Ubuntu,Tahoma;
	font-size:9pt;
	font-weight:bold;
	color:#f3fcd6;
}

.logininfo {
	position:absolute;
	left:30px;
	top:72px;
	z-index:9;
	font-family:Ubuntu,Tahoma;
	font-size:9pt;
	font-style:italic;
	color:#f3fcd6;
}

.contentcontainer {
  display: table;
	width:400px;
  margin: 0 auto;
	z-index:1;
	background-color:white;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #009b00 !important; 
	font-family:Ubuntu,Tahoma,sans-serif,verdana,helvetica;
	float:right;
	margin-top:30px;
	font-weight:bold;
	}

.footertitle {
	position:fixed;
	background-color:rgb(23,120,49);
	width:100%;
	height:72px;
	bottom:0;
	float:top;
	z-index:100;
}	

.bootstrap-select > .dropdown-toggle[title],
.bootstrap-select > .dropdown-toggle[title]:hover,
.bootstrap-select > .dropdown-toggle[title]:focus,
.bootstrap-select > .dropdown-toggle[title]:active {
    color: grey;
}

.buttonicon {
	cursor:pointer;
	border:0px;
}

.rowquestionerheaderleft {
	width:200px;
	font-size:10pt;
	color:white;
	padding:10px;
	border-top:1px solid white;
}

.rowquestionerheaderleft a {
	font-weight:bold;color:white
}

.rowquestionerheaderright {
	width:150px;
	font-size:10pt;
	color:white;
	padding:10px;
	border-top:1px solid white;
}
.rowquestionercol1 {
	width:10px;
	font-size:9pt;
	padding:5px;
	border-top:1px solid rgb(155,205,0);
}
.rowquestionercol2 {
	width:190px;
	font-size:9pt;
	padding:5px;
	border-top:1px solid rgb(155,205,0);
}
.rowquestionercol3 {
	width:50px;
	font-size:9pt;
	padding:5px;
	text-align:center;
	border-top:1px solid rgb(155,205,0);
}
div#search {
	display:block;
}
div#top10 {
	margin-top:50px;
}
.top10left {
	width:70%;
	padding:10px;
	font-size:11pt;
	color:#009b00;
	margin-bottom:12px;
}
.darkauditleft {
	width:70%;
	padding:10px;
	font-size:11pt;
	color:white;
}
.visualauditleft {
	width:70%;
	padding:10px;
	font-size:11pt;
	color:black;
}
.jqx-bulletchart-title  {
	font-size:9pt;
}

@media (max-width: 767px) {
	.logoplacement64{
		left:8px;
		top:2px;
	}
	.logoplacement64 img{
		width:120px;
	}
	.screentitle {
		font-size:10pt;
	}
}
-->
</style>