

#full_height_holder {
  height: 100vh;
  BACKGROUND-COLOR: #A9A9A9;
}

#main_holder {
	overflow: visible;
}

.cell_holder {
	padding: 10px;
	background: white;
}

.head_top, .head_top_final {
	font-family: dosis_bld;
	background: #61B329;
	color: white;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 20px;
}

.head_top_final {
	background: navy;
	font-size: 1.5rem;
}

.cell_vals {
	background: white;
	color: orange;
	font-size: 1.15em;
	padding: 5px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
	border: 1px solid #D3D3D3;
	border-radius: 5px;
}

.cell_vals:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cell_lbel, .sel_recorder, .brd_recorder {
	display: inline-block;
}


.info_marker {
	position: relative;
	cursor: help;
	border: 1px solid red;
	min-height: 50px;
	width: 40%;
	display: inline-block;
}

.pop_up {
	font-size: 0.80rem;
	color: black;
	display: none;
	position: absolute;
	background: white;  
	border: 2px solid #88b7d5;
	z-index: 3000;
	padding: 5px;  
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 400px;
	right: 100%;
	top: -20px;
	border-radius: 3px;
	cursor: auto;
}

.pop_head {
	font-weight: bold;
	background: #4CB5F5;
	color: white;
	padding: 5px;
}

.square_ul li {
	background: #f9f9f9;
	border-left: 1px solid #5DADE2;
	padding: 5px;
	margin: 5px;
}

.square_ul_inner li {
	background: white;
	border: none;
	padding: 2px;
	margin: 2px;
}

.sub_con {
	background: white;
	padding: 5px;
}

#sub_holder, #body_holder, .opt_holder {
	margin-left: 25px;
	box-sizing: border-box;
}

#body_holder {
	position: relative;
	display: inline-block;
}

#sub_put, #q_here, #vid_here, #ref_here {
	background: #f8fcff;
	padding-left: 5px;
	height: 1.5rem;
	font-size: 1.20rem;
	border-radius: 3px;
	width: 750px;
	box-sizing: border-box;
}

#q_here {
	height: 22rem;
	font-size: 1rem;
}


#ref_here {
	width: 500px;
	height: 10rem;
	display: none;
}

#vid_here {
	height: 4rem;
	font-size: 0.75rem;
	width: 425px;
}


#subject_holder_hed, #body_holder_hed {
	background: #90AFC5;
	font-size: 1.15rem;
	padding: 5px;
	color: white;
	margin-bottom: 10px;
	width: 775px;
}

#body_holder_hed {
	background: #336B87;
}


.afterSet {
	color: black;
	opacity: 1.0;
}

#cap_txt, #vid_cap_txt { 
	background: #f8fcff;
	padding-left: 5px;
	border-radius: 3px;
	color: gray;
	opacity: 0.5;
	font-size: 0.90rem;
}

#vid_cap_txt { 
	width: 425px; /* Same as #vid_here */
}

.q_holder {
	float: right;
	margin-right: 20px;
	position: relative;
}

.txt_counter {
	position: absolute;
	right: 0px;
	bottom: 5px;
} 


.opt_holder {
	margin-top: 5px;
	border: 3px solid #d3d3d3;
	border-radius: 3px;
	font-size: 1rem;
	width: 750px;
	padding-left: 5px;
}

.opt_label {
	vertical-align: top;
	font-weight: 900;
	display: inline-block;
}

.icon_holder {
	display: inline-block;
	margin-left: 15px;
	position: relative;
	cursor: pointer;
}


#open_image_upload, #open_video_upload, #open_poll_upload, #open_link_upload {
	display: none;
	position: absolute;
	border: 3px solid gray;
	padding: 10px;
	border-radius: 5px;
	width: 450px;
	right: -350px;
	top: -50px;
	background-color: white;
	position: absolute;
	cursor: auto;
	min-height: 75px;
	z-index: 700;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#open_video_upload {
	top: -160px;
	right: -255px;
}

.head_back {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 1.25rem;
	font-weight: bold;
	background-color: #2288ee;
	color: white;
}

.pop_info {
	position: absolute;
	border: 2px solid #2288ee;
	border-radius: 3px;
	padding: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display: none;
	color: #2288ee;
	font-size: 0.8rem;
	width: 200px;
	right: -100px;
	top: -20px;
	background: white;
	z-index: 300;
}


#image_error {
	display: none;
	position: absolute;
	border: 3px solid red;
	padding: 5px;
	border-radius: 5px;
	width: 200px;
	right: -225px;
	top: -75px;
	background-color: white;
	position: absolute;
	min-height: 100px;
	text-align: left;
}

#anim_image {
	text-align: center;
	display: none;
}


.foot_note_rem {
	background: gray;
	color: white;
	font-size: 0.70rem;
	padding: 2px;
	margin-top: 5px;
}

.foot_note_rem_val {
	font-style: italic;
}

.cap_con {
	margin-bottom: 10px;
}

.cap_frame, .cap_frame_vid {
	font-size: 12px;
	color: gray
	margin-top: 2px;
	padding: 3px;
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	width: <?php echo $img_disp_w; ?>px;
}

.cap_frame_vid {
	width: 96%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: auto;
}

#image_box {
	position: absolute;
	width: 450px;
	height: 300px;
	right: -455px;
	top: 0px;
}


#container_box {
	position: absolute;
	width: 600px;
	height: 180px;
	left: 5px;
	top: 170px;
}

#video_box {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 170px;
	margin-right: 20px;
	border: 3px solid red;
	border-radius: 3px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	vertical-align: top;
}

#video_box iframe {
	position: absolute;
    width: 100%;
	height: 100%;
    top: 0;
	left: 0;
    border: 0;
}

#video_container {
	position: relative;
	display: none;
	width: 200px;
	height: 170px;
	margin-right: 20px;
	border: 3px solid red;
	border-radius: 3px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#myVideo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#poll_box {
	display: inline-block;
	width: 250px;
	height: 100px;
	margin-right: 20px;
	border: 3px solid orange;
	border-radius: 3px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 5px;
	vertical-align: top;
	z-index: 1500;
}

#video_display {
	position: fixed;
	width: 60%;
	margin-left: 20%;
	height: auto;
	margin-top: 5%;
	z-index: 800;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background: white;
	display: none;
}

.image_frame {
	display: inline-block;
	border: 1px solid  gray;
	border-radius: 3px;
	padding: 2px;
	margin-left: 5px;
	position: relative;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	cursor: pointer;
}


#video_frame {
	margin-top: 20px;
}


#video_in {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%; 
  height: 100%;
}

.trash_con {
	position: absolute;
	width: 25px;
	height: 30px;
	right: 0px;
	top: -32px;
	cursor: pointer;
}

#vid_select {
	margin-top: 10px; 
	margin-bottom: 15px;
	font-size: 1rem;
	font-weight: bold;
}

#vid_sel_options {
	margin-top: 5px; 
	margin-left: 15px;
	font-size: 0.8rem;
	font-weight: normal;
}


.form_button_qd, .form_button_qd_lg {
	font-size: 1.25rem;
	font-weight: bold;
	cursor: pointer;
}

.form_button_qd:hover {
	color: red;
}

.form_button_qd_lg {
	font-size: 1.5rem;
}

#button_holder {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-left: 25px;
	padding: 10px;
	width: 750px;
	background: #3399FF;
	border-radius: 5px;
	color: white;
	font-size: 1.5rem;
	font-weight: bold;
	cursor: pointer;
	box-sizing: border-box;
}

#button_holder:hover {
	background: red;
}

.simp_submit_button {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
	background: #3399FF;
	border-radius: 5px;
	color: white;
	font-size: 1.25rem;
	font-weight: bold;
	cursor: pointer;
}

.simp_submit_button:hover {
	background: red;
}

#button_action {
	display: inline-block;
	border: 3px solid blue;
	padding: 10px;
	font-size: 1.25rem;
	cursor: pointer;
	border-radius: 5px;
}

#poll_con {
	margin-top: 15px;
	border: 2px solid gray;
	padding: 10px;
}

.head_info {
	font-weight: bold;
	font-size: 1.15rem;
	color: red;
	margin-bottom: 5px;
}

#poll_body {
	font-size: 1rem;
	background: orange;
	color: white;
	margin-top: 5px;
	padding: 5px;
	cursor: pointer;
}

#sign_in_plz {
	margin-top: 10px;
	margin-left: 20px;
}

#sign_up_txt {
	font-style: italic;
	margin-left: 15px;
	color: orange;
}


#error_messages {
}

.general_pop_close {
	right: -10px;
	top: -10px;
}

.search_button {
	cursor: pointer;
}


/* Video Specific CSS */

#my_video_upload {
	padding: 5px;
	margin-top: 15px;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
}

#progressbar {
	width: 98%;
	display: none;
	margin-top: 15px;
}

#ref_holder {
	cursor: pointer;
	position: relative;
	width: 90%;
}


.link_icon {
	width: 18px;
	height: 18px;
	cursor: pointer;
}

#link_holder {
	position: absolute;
	right: 10px;
	top: 0px;
}

.input_txt_new  {
	background: #f8fcff;
	padding: 5px;
	color: #084e7d;  /* #36454f Charchoal  */
	font-size: 1.25rem;
	border-radius: 3px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	width: 100%;
}

.input_txt_new:focus { 
    outline: none;
    border: 1px solid #7bc1f7;
    box-shadow: 0px 0px 8px #7bc1f7;
}

.input_txt_new::placeholder {
	color: gray;
	font-size: 14px;
}

.input_main_sub  {
	background: #f8fcff;
	color: #084e7d;  /* #36454f Charchoal  */
	border-radius: 3px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.input_main_sub:focus { 
    outline: none;
    border: 1px solid #7bc1f7;
    box-shadow: 0px 0px 8px #7bc1f7;
}

#ref_act_holder {
	position: relative;
	margin: 10px;
	padding: 5px;
	border: 1px solid #7c9bdc;
}

#ref_act_values {
	margin: 10px;
	padding: 5px;
	border: 1px solid #7c9bdc;
}

#ref_act_head {
	display: inline-block;
	background: red;
	color: white;
	padding: 5px;
}

.ref_item {
	margin-bottom: 5px;
	width: 50%;
	text-align: center;
	box-sizing: border-box;
}

#ref_submit {
	margin-top: 5px;
	text-align: center;
	font-size: 1.25rem;
	background: #7c9bdc;
	color: white;
	cursor: pointer;
	width: 50%;
	padding: 5px;
	border-radius: 3px;
	box-sizing: border-box;
}

#ref_submit:hover {
	background: red;
}



@media only screen and (min-device-width: 300px) and (max-device-width: 480px) {


	.head_top  {
		font-size: 1.25rem;
	}

	.cell_vals {
		margin-left: 10px;
		margin-right: 10px;
	}
}