/*Generic CSS*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a,
em, font, img,
strong, sub, sup,
b, u, i, center,  form,
table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

#size{
	height: 10px;
	width: 10px;
	background: #ffcc00;
	float: right;
}

div{
    box-sizing: border-box;
}

.smaller{
	font-size: 0.8em;
}

.clear{
	clear: both;
}

ol>li, ul>li {
	margin-bottom: 1.3em;
}

ul.plain{
	list-style: none;
}
ul.plain li{

}

td{
	text-align: left;
}

body{
	color: #444;
	background: #fff;
	margin: 0;
	font-family: 'Roboto', arial, helvetica, sans-serif;
	font-size: 100%;
	height: 100%;
}

p{
	margin-bottom: 1.5em;
	line-height: 1.3em;
}

h1{
	font-family: 'Oswald', arial, helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: 400;
	color: #546c8a;
}

h2{
	font-family: 'Oswald', arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	color: #546c8a;
}

h3{
}

.align_right{
	text-align: right;
}

.errormsg{
	background: #ff6699;
	border: 1px solid #ff3333;
	padding: 12px;
	font-size: 1.4em;
	color: #fff;
	max-width: 90%;
}
.email_errormsg{
	font-size: 0.9em;
	color: #cf3232;
}
.information{
	background: #ccdbee;
	border: 1px solid #0048a5;
	padding: 6px;
	font-size: 0.8em;
	color: #0048a5;
}

.centered_content{
	margin: auto;
	text-align: center;
}
.centered_content table{
	margin: auto;
}

.text{
	max-width: 800px;
	margin: auto;
}


#header{
	border-bottom: 1px solid #fff;
	height: 12vw;
	background-color: #0048a5;
	background-image: url('images/sens.png');
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: center;
	position: fixed;
	width: 100%;
	z-index: 100;
}
#header #ud{
	margin: 1% 2%;
	background-size: contain;
	background-image: url('images/UD_logo.png');
	background-repeat: no-repeat;
	height: 50%;
	max-height: 50px;
}

#header #wested{
	margin: 1% 2%;
	background-image: url('images/wested.gif');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center right;
	height: 40%;
	width: 20%;
	max-height: 40px;
	float: right;
}



#user_login{
	font-family: 'Oswald', arial, helvetica, sans-serif;
	float: right;
	margin: 3vh 2vw 0;
	font-size: 0.9em;
	text-align: left;
	position: absolute;
	bottom: 8px;
	right: 12px;
	color: #fff;
	cursor: pointer;
}
#user_toggle{
	margin-left: 12px;
}
#user_options{
	position: absolute;
	right: 40px;
	width: 140px;
	top: 12vw;
	background: #fff;
	color: #e03800;
	border: 1px solid #ccc;

}
#user_options>div{
	padding: 8px;
	cursor: pointer;
}

#nav_container{
	top: 12vw;
	position: fixed;
	width: 40vw;
	height: calc(100% - 12vw);
	left: calc(-40vw + 60px);
	transition: left 0.4s;
	z-index: 95;
}
#nav_container.active{
	left: 0;
	transition: left 0.4s;
}
#menubars{
	color: #999;
	float: right;
	background: #fff;
	width: 60px;
	height: 50px;
	padding-top: 6px;
	text-align: center;
	cursor: pointer;
}
#nav{
	background: #293f5c;
	height: 100%;
	width: calc(100% - 60px);
	color: #fff;
}

#nav .prinav, #nav .secondary{
	width: 100%;
	padding: 12px 0 12px 30px;
	border-bottom: 1px solid #5076a6;
	cursor: pointer;
}

#nav .prinav span, #nav .secondary span{
	padding: 12px;
}

#nav .secondary span{
	padding: 12px;
}

#nav .secondary{
	background-color: #152436;
	font-size: 0.9em;
}

#master_container{
	padding-top: 12vw;
	margin-left: 60px;
}


table.basic_list{
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 95%;
	max-width: 800px;
}
table.basic_list.noborder{
	border: none;
}
table.basic_list td{
	padding: 6px;
}
table.basic_list.striped tr:nth-child(even){
	background: #eee;
}
table.basic_list tr.colhead td{
	background: #0048a5;
	color: #fff;
}
table.basic_list tr.subhead td{
	background: #ccdbee;
	font-weight: bold;
	color: #2b578f;
}
table.basic_list a{
	color: #0048a5;
	text-decoration: none;
}

table.row_border{
	borde-collapse: collapse;
}
table.row_border td{
	border-bottom: 1px solid #999 !important;
}

table tr.disabled td{
	background: #ddd;
	color: #aaa;
}

table tr.matched td{
	background: #b7e0a8;
	color: #297a0b;
}


button.basic{
	background: #fff;
	color: #e03800;
	border: 1px solid #e03800;
	padding: 6px;
	cursor: pointer;
}

button.basic:hover{
	background: #e03800;
	color: #fff;
}

button.secondary{
	background: #fff;
	color: #999;
	border: 1px solid #999;
	padding: 6px;
	cursor: pointer;
}

button.secondary:hover{
	background: #999;
	color: #fff;
}

button.right{
	float: right;
}
button.left{
	float: left;
}

.actions{
	background: #;
	padding-top: 12px;
}
.actions.top{
	float: right;
	margin: 8px;
}

.actions .action{
	display: inline-block;
	margin: 4px 6px;
	color: #e03800;
	cursor: pointer;
}

.action_list{
	font-size: 0.8em;
	line-height: 1.5em;
}

.action_list a{
	display: block;
	padding: 5px;
	border: 1px solid #74cf55;
	background: #e6f5df;
	border-radius: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
	max-width: 9em;
	color: #fff;
}

.margin_12{
	margin: 12px;
}





#screen_overlay{
	height: 100vh;
	width: 100vw;
	position: absolute;
	top: 0;
	background-color:rgba(255, 255, 255, 0.8);
	z-index: 90;
}


#popup{
	z-index: 110;

}
#popup .error{
	background: #fff url('images/exclam.png') no-repeat 20px center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #cc0000;
	margin: -2px;
}
#popup .info{
	background: #fff url('images/info.png') no-repeat 20px center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #3878c7;
	margin: -2px;
}

#popup_close{
	background: url('images/close.png') no-repeat;
	width: 14px;
	height: 20px;
	float: right;
	margin: 5px 10px;
	cursor: pointer;
}

.popup_plain{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
}
.popup_bordered{
	background: #fff;
	border: 2px solid #666;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
}

#popup_close{
	background: url('images/close.png') no-repeat;
	width: 14px;
	height: 20px;
	float: right;
	margin: 5px 10px;
	cursor: pointer;
	font-weight: bold;
}
#popup_close:before{
	content: "X";
}


table.bigform{ 
	display: table; 
}
table.bigform td{ 
	display: table-cell; 
}

table.scores td{
	width: 20%;
	text-align: center;
}
table.scores td:nth-child(1){
	width: 40%;
	text-align: left;
}

input, textarea, select{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	border: 1px solid #ccc;
	background: #fff;
	color: #666;
	padding: 2px;
}

input.required, textarea.required, select.required{
	background: #ffff44;
}

input.error, textarea.error, select.error{
	background: #ff9977 !important;
	border: 1px solid #ff3333;
}
input.disabled{
	background: #eee !important;
	color: #999;
}
input.btn{
	padding: 8px;
	cursor: pointer;
}
input.btn:hover{
	background: #666;
	color: #fff;
}
input.btn.hilite{
	background: #ccdcf0;
	color: #0048a5;
}
input.btn.hilite:hover{
	background: #0048a5;
	color: #ccdcf0;
}
input.btn.smaller{
	font-size: 0.8em;
	padding: 4px;
}

img.fitme{
	max-width: 100%;
	max-height: 100%;
}

.score_chooser{
	max-width: 600px;
	margin: auto;
	border: 1px solid #ccc;
	margin-bottom: 12px;
}

.score_chooser .score_header{
	background: #999;
	color: #fff;
	padding: 6px;
	text-align: left;
}

.score_chooser .score_internal_container{
	padding: 16px;
}

.score_chooser button{
	margin-top: 8px;
}


.brilliant_information{
	background: #d7f2ce;
	color: #225c0d;
	padding: 8px;
	border: 1px solid #5bb338;
	display: inline-block;
	max-width: 90vw;
	margin: 12px;
	border-radius: 5px;
	box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, .2);
	text-align: left;
}

.brilliant_information::before{
	/*background-image: url('images/star.png');*/
	background-image: url('images/info.png');
	background-size: 26px auto;
	position: relative;
	display: block;
	top: -20px;
	left: -20px;
	margin-bottom: -20px;
	width: 26px;
	height: 26px;
	content: " ";
}

.brilliant_information p, .highlight_the_menu p, .highlight_action_1 p{
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

.highlight_the_menu{
	z-index: 2000;
	position: absolute;
	top: 12vw;
	left: 0;
	width: 80%;
	background-image: url('images/hilite_nav.png');
	background-position: -14px -12px;
	color: #fff;
	padding: 20px  12px 20px 100px;
	pointer-events: none;
}


.highlight_action_1{
	z-index: 2000;
	position: absolute;
	top: 12vw;
	right: 0;
	width: 80%;
	background-image: url('images/hilite_nav.png');
	background-position: right -160px top -10px;
	color: #fff;
	padding: 20px 150px 20px 12px;
	pointer-events: none;
}

.highlight_action_2{
	z-index: 2000;
	position: absolute;
	top: 12vw;
	right: 0;
	width: 80%;
	background-image: url('images/hilite_nav.png');
	background-position: right -28px top -10px;
	color: #fff;
	padding: 20px 290px 20px 12px;
	pointer-events: none;
}


/*info popup window*/

body.info_window{
	padding: 20px;
	margin-top: 30px;
}

body.info_window .info_window_header{
	height: 50px;
	width: 100%;
	background: #0048a5;
	position: absolute;
	top: 0;
	left: 0;
}

.info_window p.question{
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 0.5em;
	margin-top: 2em;
	background: #bbcde6;
	color: #0048a5;
	padding: 6px;
}
.info_window p.answer{
	line-height: 1.2em;
	margin-bottom: 0.5em;
	
}

#tooltip{
	position: absolute;
	padding: 6px;
	pointer-events: none;
	font-size: 0.8em;
	background: #fff48c;
	color: #333;
	border: 1px solid #999;
	box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, .2);
	border-radius: 5px;
}

.figure{
	max-width: 95%;
}
.figure .figure_img{
	border: 1px solid #555;
	padding: 5px;
}

.figure .figure_img img{
	max-width: 100%;
	max-height: 100%;
}

.figure .figure_credit{
	font-size: 0.8em;
	padding: 5px;
}