@font-face
{
	font-family: Myriad Set Pro;
	src: url("/static/fonts/myriad-set-pro_text.ttf") format("truetype");
	src: url("/static/fonts/myriad-set-pro_text.woff") format("woff");
}

@font-face
{
	font-family: Shadows Into Light Two;
	src: url("/static/fonts/shadows-into-light-two-regular.ttf") format("truetype");
}

html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Myriad Set Pro;
	//background: #d3ff8e;
	//background: #f1ffdc;
	background: #f0ffff;
	//background: #c8c6c6;
}

body
{
	min-width: 850px;
	overflow-y: scroll;
}

#content
{
	padding-top: 40px; /* height of main_header */
}

button
{
	cursor: pointer;
}

/*========== HEADER - NAVBAR ==========*/

#main_header
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	box-sizing: border-box;
	//width: 100%;
	min-width: 850px;
	height: 40px;
	background: #017f81;
	//background: #3c3b3b;
	box-shadow: 0 2px 5px #000000;
	font-family: Shadows Into Light Two;
}

#header_element_container
{
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

#main_navigation
{
	position: absolute;
	top: inherit;
	transform: inherit;
	-webkit-transform: inherit;
	right: 0;
	display: inline;
}

.header_title
{
	display: inline;
	margin: 0 15px 0 15px;
	text-decoration: none;
	color: #ffffff;
	
	//font-family: Arial;
}

.account_button
{
	cursor: pointer;
}

.account_button:hover
{
	text-decoration: underline;
}

#slider_login_container
{
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 250px;
	padding: 20px;
	background: #017f81;
	color: #ffffff;
}

#roles_container
{
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 500px;
	padding: 20px;
	font-family: Myriad Set Pro;
	background: #017f81;
	color: #ffffff;
}

#roles_container p
{
	margin: 5px 0 5px 0;
}

#roles_container p > span
{
	font-weight: bold;
}

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

.main_form_container
{
	width: 400px;
	margin: 0 auto 40px auto;
	border: 2px solid #000000;
	border-radius: 20px;
	padding: 20px;
	text-align: center;
	background: #d4ecec;
}

.main_form label
{
	display: inline-block;
	width: 200px;
	text-align: left;
}

.main_form .input_field
{	
	width: 200px;
	border: 1px solid black;
}

.main_form_container p
{
	margin: 0 0 15px 0;
	font-weight: bold;
	color: #ff0000;
}

.mandatory
{
	color: #ff0000;
}

/*==========  ==========*/

.data_table
{
	min-width: 850px;
	max-width: 1050px;
	margin: auto;
}

.data_table, th, tr, td
{
	border: 2px solid #000000;
	border-collapse: collapse;
}

/*==========  ==========*/

.message_title
{
	margin: 50px 0 25px 0;
	font-family: Shadows Into Light Two;
	font-size: 20pt;
	text-align: center;
}

th.table_heading_title
{
	margin: 10px 0 10px 0;
	font-family: Shadows Into Light Two;
	font-size: 20pt;
	text-align: center;
}

.tooltip
{
	display: none;
	position: absolute;
	border: 2px solid #000000;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 5px 5px 10px #000000;
	font-family: Myriad Set Pro;
	font-size: 12pt;
	background: #ffe89a;
	//background: #a09e9e;
	//color: #ffffff;
}

.action-button
{
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	color: #000000;
}

.action-button:hover
{
	color: #009db9;
}

#redirect_button_container
{
	text-align: center;
}

#redirect_button_container > a
{
	//font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	color: #000000;
}

#redirect_button_container > a:hover
{
	color: #009db9;
}

.navigation_container
{
	text-align: center;
	font-size: 14pt;
}

.page_list
{
	list-style-type: none;
	padding: 0;
	font-family: Shadows Into Light Two;
}

.page_option
{
	display: inline-block;
	margin: 0 10px 0 10px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.page_option > a
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.page_option > a:hover
{
	color: #009db9;
}

#result_container
{
	margin: 30px 50px 50px 50px;
}

#result_container h2
{
	font-family: Shadows Into Light Two;
	text-align: center;
}

#overlay
{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.5);
}

.close_window
{
	position: absolute;
	top: 10px;
	right: 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a.close_window
{
	border-radius: 50px;
	padding: 3px;
	font-size: 15pt;
	font-weight: bold;
	background: red;
	color: #ffffff;
	cursor: pointer;
}

a.close_window:hover
{
	background: #ffffff;
	color: red;
}

.form_window
{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 10000;
	width: 500px;
	height: 250px;
	border: 2px solid #000000;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 10px 10px 25px #000000;
	background: #d4ecec;
	//background: #b4b2b2;
	font-family: Myriad Set Pro;
}

#redeem_points
{
	display: block;
}

#subtask_list
{
	list-style-type: none;
}

.subtask_option
{
	display: inline-block;
	cursor: pointer;
}

.subtask
{
	display: none;
}

/*========== Input fields ==========*/

.input_field
{
	margin: 2px;
	width: 200px;
	border: 1px solid black;
	padding: 2px;
	font-family: Myriad Set Pro;
	font-size: 12pt;
}