@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

/* RESET */
html,body,div,span{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
* {
	box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
}
a {
	color: #000;
}

a:link,
a:visited,
a:active,
a:hover {
	text-decoration: none;
}

/*=====================*/
/*	TABLES             */
/*=====================*/
table tr.heading {
	border-bottom: 1px solid #eee;
	text-align: left;
}
table th {
	cursor: pointer;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	margin-left: -1px;
}
table td {
	font-size: 12px
}
table td a {
	color: #0056AF;
	font-weight: 400;
}
table tr.odd {
	background: #eee;
}
.fixed {
	position: fixed;
	top:0; left:0;
	width: 100%; }

/*=====================*/
/*	FORMS              */
/*=====================*/

input {
	background: #fff;
	border: 1px solid #707070;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 10px 10px;
	width: 50%;
}

textarea {
	background: #fff;
	border: 1px solid #707070;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 10px 10px;
	height: 240px;
	width: 50%;
}

select {
	background-position-x: right;
	background-position-y: -10px;
	border: 1px solid #707070;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 10px 10px;
	 -webkit-appearance: none;
	cursor: pointer;	 
}
input:hover {
	border-color: #efefef
}
select:hover {
	background-position-x: right;
	background-position-y: -10px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type="submit"], input[type="button"] {
	cursor: pointer;
}

/*=====================*/
/*	TYPOGRAPHY         */
/*=====================*/
h1 {
	font-weight: 300;
	color: #372C29;
	letter-spacing: -.03em;
}

h1.parentTitle {
	font-size: 26px;
	font-weight: 300;
	margin: 0 -20px 20px -20px;
	padding: 3px 20px 20px 55px;
	border-bottom: 2px solid #FEC240;
	position: relative;
}

.clear{
	clear: both;
}
.clearFix {
	clear: both;
}

/*=====================*/
/*	HEADER             */
/*=====================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	background: #ffffff;
	width: 100%;
	min-width: 960px;
	height: 97px;
	z-index: 900;
	box-shadow: 0 1px 5px #999;
}

/* Main Header */
header #ia_logo {
	float: left;
	margin: 23px 0 0px 20px;
	padding-left: 70px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 40px;
	color: #666;
	background: url(/images/ia-logo.png) no-repeat 0 0;
}

header #rvsi_logo {
	float: left;
	margin: 23px 0 0px 20px;
	padding-left: 270px;
	width: 300px;
	height: 63px;
	line-height: 50px;
	font-size: 40px;
	color: #666;
	background: url(/images/rvsi-logo.jpg) no-repeat 0 0;
}

header nav {
	margin: 0;	
	right: 0;
	position: relative;
}

header nav ul {
	float: right;
	margin-top: 36px;
}

header nav li {
	float: left;
	padding: 0 15px;
}
header nav li.current {
	border-bottom: 2px solid #FEC240;
}

header nav li a {
	font-size: 12px;
	color: #000;
}
header .headerwrap {
	width: 100%;
	height: 77px;
	margin: 0;
}

/* Header Login */
#loginBox {
	margin: 0 0 0 -1px;
	height: 77px;
	width: 0px;
	border-left: 1px solid #F0F0F0;
	background: #F9F9F9 ;
	overflow: hidden;
	float: right;
	position: relative;
	right: -1px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#loginWindow {
	position: relative;
	display:inline-block;
	padding-top:30px;
}

#loginBox.open {
	right: 0px;
	width: 420px;
}
#loginBox a#loginClose {
	background: url(/images/loginclosebtn.png) no-repeat;
	display: block;
	width: 19px;
	height: 35px;
	font-size: 10px;
	position: absolute;
	top: 28px;
	left: 0px;
}

#loginBox a#loginClose span {
	display: none;
}

#loginBox a#loginClose:hover span {
	display: block;
	font-weight: 700;
	color: #666;
	position: relative;
	top: 14px;
	left: 4px;
	font-size: 8px
}

#loginBox a.forgotpass,
#loginWindow a.forgotpass {
	position: absolute;
	top: 5px;
	right: 142px;
	font-size: 12px;
	font-weight: 600;
	color: #4F7EAF;
	padding: 4px 0px;
	display: block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 120px;
	text-align: center;
}


#loginBox a.register,
#loginWindow a.register {
	position: absolute;
	top: 5px;
	right: 242px;
	font-size: 12px;
	font-weight: 600;
	color: #4F7EAF;
	padding: 4px 0px;
	display: block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 80px;
	text-align: center;
}


#loginWindow .login {
	width:80px;
}
#loginWindow a.forgotpass {
	right:0px;	
}

#loginWindow a.forgotpass:hover,
#loginBox a.forgotpass:hover {
	background: #4F7EAF;
	color: #fff;
	
}

#loginForm {
	float: right;
	width: 400px;
	margin: 8px auto 0 auto;
	padding: 15px 10px 0 10px;
}

#loginBox input {
	background: #fff;
	border: 1px solid #B4B4B4 ;
	width: 130px;
	font-family: 'Open Sans', sans-serif;
}

#loginBox .login {
	background: #B4B4B4 ;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	width: 80px;
	color: #fff;
	/* webkit overide*/
	box-sizing: border-box;
}

.slideDownAlert {
	display: none;
	color: #fff;
	text-align: center;
	position: fixed;
	width: 100%;
	padding: 20px 0;
	font-weight: 300;
	font-size: 20px;
	box-shadow: 0 1px 2px #666;
}
.slideDownAlert.success {
	background: #bada55;
	z-index: 998;
}
.slideDownAlert.error {
	background: red;
	z-index: 999;
}

p.alert {
	color: #bada55;
	background: #F0F0F0;
	padding: 10px;
}

div.fact {
	margin: 0px 0px 20px 0px;
	color: #999;
	font-size: 14px;
}


/*=====================*/
/*	BODY               */
/*=====================*/
#wrapper {
	padding: 120px 25px 25px 25px;
	background: #e4e4e4;
	position: relative;
	width: 100%;
}

#content {
	background: white;
	padding: 10px 20px 20px;
	min-width: 1000px;
}

/*=====================*/
/*	FOOTER             */
/*=====================*/
footer {
	background: #fff;
	width: 100%;
}
footer .legalese {
	background: url(/images/ia-logo.png) no-repeat top right;
	background-size: 20px auto;
	color: #BDBDBD;
	font-size: 10px;
	margin: 30px 20px;
	padding: 0 35px 10px 10px;	
	text-align: right;
	line-height: 20px;
}
footer .setDefaultPage {
	color: #BDBDBD;
	font-size: 10px;
	margin: 0px 30px 20px 30px;
	padding: 0 35px 10px 10px;	
	text-align: left;
	line-height: 20px;
	float: left;
}
footer .setDefaultPage a {
	color: #BDBDBD;
	font-size: 10px;
}


/*=====================*/
/*	CONTENT            */
/*=====================*/
#content.body {
	min-width: 960px;
	box-shadow: 0 1px 2px #ccc;
	background: #fff;
	padding: 20px;

}


/*=====================*/
/*	USER            */
/*=====================*/
#content.user {
	min-width: 960px;
	box-shadow: 0 1px 2px #ccc;
	background: #fff;
	padding: 20px;

}
a#addNewUser {
	background: #bada55;
	width: 140px;
	text-align: center;
	border:none;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 8px 20px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	float: right;
	margin: 0;
	height: 35px;
	display: block;
	position: absolute;
	top: 207px;
	right: 40px;
	line-height: 19px
}
#content.user label {
	display: block;
	font-size: 14px;
	margin: 5px 0;
}
#content.user input, #content.user select {
	display: block;
	width: 50%;
	margin-bottom: 20px;
}
#content.user label.preference {
	display: inline;
	margin:0px;
}
#content.user input.preference {
	display: inline;
	width: 10px;
	line-height: 10px;
	height: 10px;
	margin: 10px 5px;
}
#content.user form {
	width: 100%;
	margin: auto;
}
#content.user .buttonrow {
	width: 100%;
	text-align: right;
}

#content.user input.save {
	background: #bada55;
	width: 140px;
	text-align: center;
	border:none;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 8px 20px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	float: right;
	margin: 0;
	height: 35px;
}
#content.user a.cancel {
	background: #f0f0f0;
	color: #999;
	width: 140px;
	-webkit-width: 140px;
	-moz-width: 100px;
	text-align: center;
	font-size: 14px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 11px 20px 10px 20px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	float: right;
	margin: 0 0 0 10px;
}
#content.user .save:hover, #content.user .cancel:hover {
	background: #707070;
	color: #fff;
}
#content.user input.checkboxSide {
	float: left;
	margin: 5px 0;
	width: 30px;
}
#content.user label.labelSide {
	float: left;
	margin: 5px 0;
	line-height: 10px;
}

#content.user p.note {
	color: #999;
	font-size: 12px;
	margin-bottom: 5px;
}

/*=====================*/
/*	HOME               */
/*=====================*/
.homepage .modeEdit, .homepage .modeBrowse {
	top: 130px;
	right: 30px;
}
#content.home {
	min-width: 960px;

}
#content.body > div {
	clear:both;
}


/*=====================*/
/*	LOGIN              */
/*=====================*/

.loginpage h1.pagetitle {
	font-size: 26px;
	font-weight: 300;
	margin: 0 -20px 40px -20px;
	padding: 3px 20px 20px 55px;
	border-bottom: 2px solid #FEC240;
	position: relative;
}

.loginpage label {
	display: block;
	font-size: 14px;
	margin: 5px 0;
}
.loginpage input {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.loginpage form {
	width: 560px;
	margin: auto;
}

.loginpage input.login {
	background: #bada55;
	width: 140px;
	text-align: center;
	border:none;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 8px 20px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0;
	float: right;
	height: 35px;
}

.loginpage ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.loginpage li {
	float: left;
	padding-right: 15px;
	font-size: 12px;
}

.loginpage .login:hover {
	background: #707070;
	color: #fff;
}

.loginpage .buttonrow {
	width: 100%;
	text-align: right;
	clear: both;
}

/*=====================*/
/*	404 NOT FOUND      */
/*=====================*/


.body.notfound h3 {
	font-size: 20px;
	font-weight: 400;	
	text-align: center;
	padding: 60px 0 100px 0;
}


/*=====================*/
/*	SYSTEM MESSAGES    */
/*=====================*/


.body.systemmessages h3 {
	font-size: 20px;
	font-weight: 400;	
	text-align: center;
	padding: 60px 0 100px 0;
}

/*=====================*/
/*	SUCCESS            */
/*=====================*/

.body.success h3 {
	font-size: 20px;
	font-weight: 400;
	text-align: center;	
}

.body.success a.save {
	background: #bada55;
	text-align: center;
	border:none;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 8px 20px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	margin: 20px 0;
}

.body.success a.save:hover {
	background: #707070;
	color: #fff;
}



/*=====================*/
/*	RESET DB           */
/*=====================*/

.body.reset h3 {
	font-size: 20px;
	font-weight: 400;	
}

.body.reset h3 span {
	font-weight: 700;
}

.body.reset h2 {
	font-size: 16px;
	font-weight: 400;	
	margin: 20px 0;
	color: #666
}


.body.reset td {
	text-align: center;
}

.body.reset input.resetbutton {
	background: #bada55;
	text-align: center;
	border:none;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 8px 20px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0 auto;
	height: 35px;
}

.body.reset .loadBox {
	padding: 3px 10px;
	background: #eee;
	display: inline-block;
	margin: 10px 0 20px 0;
}

.body.reset label {
	font-size: 12px;
	color: #666;
}

.body.reset p {
	font-size: 11px;
	color: #666;
	line-height: 25px;
	text-align: center;
}

.body.reset input.resetbutton:hover {
	background: #707070;
	color: #fff;
}

/*===================*/
/*	DOCS             */
/*===================*/
td.projects table {
	max-width: 500px;
	min-width: 300px;
}
td.projects {
	width: 25%;
}
td.projects .note {
	color: #808080;
	font-size: 11px;
}

/*=====================*/
/*	LEGEND             */
/*=====================*/
.legend table {
	background-color: #FFF;
}

/*=====================*/
/*	tablesorter        */
/*=====================*/

th.headerSortUp { 
    background-image: url(/images/asc.gif); 
    background-color: #8783B9; 
} 
th.headerSortDown { 
    background-image: url(/images/desc.gif); 
    background-color: #8783B9; 
} 
th.header { 
    background-image: url(/images/desc.gif); 
    cursor: pointer; 
} 

#instructions {
	float: left;
	width: 20%;
	padding-right: 40px;
	margin: auto;
}
#instructions strong {
	font-size: 13px;
}
#instructions p, #instructions ol {
	font-size: 11px;
}
div#colsurvey {
	float: left;
	width: 80%;
}
.requiredyellowblock {
	background-color: #F7F70F;
	border-radius: 50px;
	width: 15px;
	height: 15px;
	display: inline-block
}
.requiredyellow {
	font-size: 12px;
	position: relative;
	padding-left: 10px;
	display: inline-block;
}
.searchcode {
	width: auto!important
}

td input[type='checkbox'] {
	margin: 0!important;
}