@charset "utf-8";
@import "fonts.css";
@import "index.css";

@import "conversion.css";
@import "delineations.css";
@import "videos.css";
@import "assessment.css";

/*html5 fallback to older browsers*/
header, section, footer, aside, nav, main, article, figure { display: block; }
html { box-sizing: border-box; font-family: 'Montserrat', sans-serif; font-weight:700; font-size:13px; }
*, *:before, *:after { box-sizing: inherit; }
body { margin:0; padding:0; background-color:#EAE9DD; }
h1, h2, h3, .h3, h4, h5, { color:#FFF; }
h6 { color:#000; font-size:36px; padding:30px 0px 0px 0px; margin:0; text-transform: uppercase;}
ul { list-style-type:none; clear:both; padding:0; margin:0; overflow:hidden;}
li { float:left; overflow:hidden; }

/* TOP MENU */
#top { background-color:#CFC7AD; border-bottom:3px solid #E2DECD; }
#top_head { height:24px; }
#top_head div { padding:5px; }
#top_menu { height:36px; position:relative; display:none;}
#menu { position:absolute; bottom:0px; }
.menuitem {
	padding:5px 10px 3px 10px;
	margin:0;
	display:inline;
	height:100%;
	background-color:#EAE9DD;
	border-top:3px solid #E2DECD;
	border-left:3px solid #E2DECD;
	border-right:3px solid #E2DECD;
	color:#000; }
.menuitem:first-child { margin-left:10px; }
.menuitem:hover, #sign_out:hover { color:#FFF; cursor:pointer; }

/* DOCUMENTS PAGE */
#documents_container p { margin:0 0 20px 0; }
#documents_container li { float:none; margin:10px 0 10px 20px; }
#documents_container a { color:#000; font-size:18px; }
#documents_container a:hover { color:#FFF; }

/* SUBJECTS PAGE */
#container { padding: 0 10px; display:inline-block;}
.align21_1 { min-width: 750px; max-width: 800px; float:left; }
.align21_2 { float:left; max-width: 220px;}

.align11_1 { width:50%; float:left; }
.align11_2 { width:50%; float:right; }


.align21_320 { max-width: 320px; float:left; }
.align21_360 { max-width: 360px; float:left; }

/* head / title */
#subjects_head p {
	padding-top:0;
	padding-bottom:10px;
	margin-top:0;
	margin-bottom:0;
}

/* list style */
#subjects_list { padding-right:10px; margin-bottom:20px; }
.subject_list_head { background-color:#CFC7AD; }
.subject_list_head li { margin:5px; width:80px; font-weight:700; }
.subject_list_body { background-color:#EAE9DD; border-bottom:1px solid #CFC7AD; }
.subject_list_body li { margin:5px; width:80px; }
.subject_list_body_label { cursor:pointer; color:#635534; }
.subject_list_body_item { cursor:pointer; color:#000; }
.subject_list_body_item:hover { color:#FFF; }

/* right pane, create, back */
/* .left_box is the error box (crf complete)*/
#subjects_create_new, #right_box, .left_box
{
	background-color:#CFC7AD;
	border:3px solid #E2DECD;
	padding:10px;
}
.left_box h3 { color:black; }

/* head */
#subjects_create_new h1 {
	padding-top:0;
	margin-top:0;
}

/* p */
#subjects_create_new p {
	padding-bottom:0;
	margin-bottom:0;
}

/* initials input text */
#frm_put_subject input[type=text] {
	margin-top:10px;
	width:60px;
	font-size: 14px;
 	line-height: 24px;
	font-family: 'Montserrat', sans-serif;	
}

/* submit and back buttons */
#frm_put_subject input[type=submit], #btn_return_to_crf_list {
	font-size: 14px;
 	background: #E2DECD;
	font-family: 'Montserrat', sans-serif;
	padding: 4px 5px;
	margin:10px;
	cursor:pointer;	
}
#frm_put_subject input[type=submit]:hover, #btn_return_to_crf_list:hover { color:#FFF; }

/* CRF */
/* We probably do not use all these column widths ... */
.Qcontainer {clear:both; padding:5px 0; overflow:hidden; }
.Qcol1, .Qcol2, .Qcol3, .Qcol4, .Qcol5, .Qcol150, .Qcol250, .QcolX {float:left; padding:3px;}
.Qcol1 { width:40px }
.Qcol2 { width:480px }
.Qcol3 { width:220px; }
.Qcol4 { width:200px; }
.Qcol5 { width:100px; }
.Qcol150 { width:160px; }
.Qcol250 { width:230px; }
.QcolX { width:250px; }

/* frm */
.frm_crf { padding: 0 5px; }
.frm_crf input[type=text]{width:100%}
.frm_crf textarea{width:100%}

/* sections */
.section_header, .section_subheader {
	font-size:14px;
	padding:5px 10px;
	margin:0;
	text-transform:uppercase;
}
.section_header { background-color:#CFC7AD; color:#000 }
.section_subheader { background-color:#E2DECD; }
.section_group {
	background-color:#E2DECD;
	border:1px solid #CFC7AD;
	margin-top:10px;
	margin-bottom:5px;
}

/* submit button */
.submit_crf_button
{
	font-size: 24px;
 	background: #CFC7AD;
	font-family: 'Montserrat', sans-serif;
	padding: 15px 200px;
	cursor:pointer;
	margin-top:30px;
	width:100%;
	text-transform:uppercase;
}
.submit_crf_button:hover { color:#FFF; }

/* FILES PAGE */
.section_header_files
{
	background-color:#CFC7AD;
	font-size:18px;
	padding:5px 18px;
	margin:0;
	text-transform:uppercase;
	color:#000;
	border:3px solid #E2DECD;
}

/* sections - different heights */
.div_file_exist, .div_file_no_exist {
	width:100%;	
	margin:5px 0;
	background-color:#E2DECD;
	border:1px solid #CFC7AD;
	font-size:18px;
}
.div_file_exist { height:56px; }
.div_file_no_exist { height:40px; }

/* when file exists in database - 3 columns */
.div_file_exist_col1 {
	width:50%;
	height:100%;
	float:left;
	color:#635534; /* GREEN */
	padding-top:7px;
	padding-left:7px;
	overflow:hidden;
}
.div_file_exist_col1 span { font-size:12px; }

.div_file_exist_col2, .div_file_exist_col3 {
	width:25%;
	height:100%;
	float:left;
}

.div_file_exist_button {
	border:1px solid #E2DECD;
	background: #CFC7AD;
	padding:10px 0;
	margin-top:7px;
	display: block;
	width:170px;
	text-align:center;
	cursor:pointer;
	font-size:14px;
}
.div_file_exist_button:hover { color:#FFF; }

/* when no file exists - 2 columns */
#div_file_no_exist_col1 {
	width:75%;
	height:100%;
	float:left;
	color:#FFF;
	padding-top:9px;
	padding-left:7px;
}

#div_file_no_exist_col2 {
	width:25%;
	height:100%;
	float:left;
}

/* input file button (upload button) */
label.fileInputLabel input[type="file"] { position: fixed; top: -1000px; }
.fileInputLabel {
   border:1px solid #E2DECD;
	background: #CFC7AD;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:6px;
	display: block;
	width:170px;
	text-align:center;
	cursor:pointer;
	font-size:14px;
}
.fileInputLabel:hover { color:#FFF;}
.fileInputLabel:invalid + span { color:#000; }
.fileInputLabel:valid + span { color: #000; } /* font color normal */

#swf_container {margin-left:10px; margin-right:0;padding:0; display:inline-block; visibility: hidden;}
#swf {margin-right:10px; margin-bottom:20px;padding:0}