@font-face {
		font-family: "COpenSans";
		src: url("../css/fonts/opensans-light.eot"), url("../css/fonts/opensans-light.ttf") format("truetype");
		font-weight: normal;
}

html
{
	overflow: auto;
}

body
{
	margin: 0px;
	padding: 0px;
	border: none;
	background: url("../images/bg.png");
	font-family: "COpenSans";
}

img
{
	border: none;
	vertical-align: middle;
}

#Title
{
	display: none;
	float: left;
	line-height: 77px;
	padding-left: 46px;
	padding-right: 46px;
	background-color: #4BAED0;
	font-weight: bold;
	font-size: 19pt;
	color: #FFFFFF;
}

#Logo
{
	display: none;
	text-align: center;
}

#Logo img
{
	height: 77px;
	width: auto;
}

#Banner
{
	height: 77px;
	background-image: url("../images/bg_banner.png");
	overflow: hidden;
}

/* Toolbar */
#Toolbar
{
	height: 55px;
	background-color: #3E95B3;
	font-size: 16pt;
	color: #FFFFFF;
	overflow: hidden;
}

#Toolbar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

#Toolbar ul li {
	float: left;
}

#Toolbar ul li a
{
	display: block;
	font-size: 16pt;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 55px;
	padding-left: 15px;
	padding-right: 15px;
}

#Toolbar ul li a.sel
{
	display: block;
	font-size: 16pt;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 55px;
	background-color: #1865AF;
	padding-left: 15px;
	padding-right: 15px;
}

#Toolbar ul li b
{
	font-size: 16pt;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 55px;
}

/* App Menu Style */
#AppBtn
{
	float: left;
	background-color: #3E95B3;
}

#AppPnl
{
	display: none;
	position: absolute;
	float: left;
	max-width: 680px;
	border: 1px solid #CCCCCC;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 3px 3px 15px 5px #CCCCCC;
	background-color: #FFFFFF;
	margin-top: -4px;
	margin-right: 10px;
	z-index: 3;
}

div.app_pnl_padding
{
	margin: 10px;
}


div.app_item
{
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

div.app_item a
{
	display: block;
	height: 120px;
	width: 120px;
	font-size: 11pt;
	background-color: #4BAED0;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	
}

div.app_item img
{
	margin-top: 10px;
}

div.app_item a div
{
	margin-top: 5px;
	margin-left: 5px;
	text-align: center;
}

/* User Menu Style */
#UserBtn
{
	float: right;
	margin-right: 24px;
}

#UserPnl
{
	display: none;
	position: fixed;
	top: 0px;
	right: 24px;
	width: 258px;
	z-index: 3;
}

#UserIcon
{	
	position: relative;
	float: right;
	width: 79px;
	height: 77px;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	box-shadow: -5px 0 5px -5px #CCCCCC, 5px 0 5px -5px #CCCCCC;
	z-index: 4;
}

#UserMenu
{
	position: relative;
	top: -1px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 3px 3px 15px 5px #CCCCCC;
	z-index: 3;
}

div.user_pnl_padding
{
	margin: 2px;
}

#UserDetail
{
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2px;
	padding-bottom: 20px;
	border-bottom: 2px solid #EEEEEE;
	font-family: "COpenSans";
	font-size: 14pt;
	color: #7A93AE;
}

#UserMenu ul
{
	padding: 0px;
	margin: 0px;
}

#UserMenu ul li
{
	list-style: none;
}

#UserMenu ul li a
{
	display: block;
	padding-left: 20px;
	padding-top: 16px;
	padding-bottom: 16px;
	text-decoration: none;
	font-family: "COpenSans";
	font-size: 15pt;
	color: #7A93AE;
}

#UserMenu ul li a:hover
{
	display: block;
	padding-left: 20px;
	padding-top: 16px;
	padding-bottom: 16px;
	text-decoration: none;
	font-family: "COpenSans";
	font-size: 15pt;
	color: #FFFFFF;
	background-color: #4BAED0;
}

/* Content Style*/
div.content
{
	position: fixed; 
	top: 77px;
	left: 0px; 
	right: 0px;
	bottom: 0px;
	overflow: auto;
	z-index: 1;
}

div.content_full
{
	position: fixed; 
	top: 0px;
	left: 0px; 
	right: 0px;
	bottom: 0px;
	overflow: auto;
	z-index: 1;
	background-color: #FFFFFF;
}

.clear
{
	clear: both;
}

p.small_text
{
	font-size: 10pt;
}

p.message
{
	display: block;
	max-width: 900px;
	margin-left: 26px;
	margin-right: 26px;
	padding: 14px;
	font-size: 15pt;
	border-left: 16px solid #F65529; 
	color: #BB3D70;
	background-color: #F3F3F3;
	border-radius: 3px;
	text-align: left;
}

p.error
{
	font-size: 12pt;
	color: red;
}

a:Link, a:Visited, a:Active 
{
	color : #4F5051;
	font-size : 14pt;
	font-style : normal;
	font-weight : normal;
	text-decoration: none;
}

a:Hover 
{
	color : #999999;
	font-size : 14pt;
	font-style : normal;
	font-weight : normal;
	text-decoration: none;
}


a.edit_link:Link, a.edit_link:Visited, a.edit_link:Active 
{
  font-family : "COpenSans";
  color : #3378EB;
  font-size : 13pt;
  font-style : normal;
  font-weight : bold;
  text-decoration: none;
	margin-left: 20px;
}

a.edit_link:Hover 
{
  font-family : "COpenSans";
  color : #4b8AF2;
  font-size : 13pt;
  font-style : normal;
  font-weight : bold;
  text-decoration: none;
}

div.title
{
	font-size: 25pt;
	color: #F04187;
	padding-top: 20px;
	padding-bottom: 20px;
}

b.expired
{
	color: red;
	font-size : 13pt;
	font-style : normal;
	font-weight : bold;
}

/* Induction */
div.induction_menu
{
	display: none;
	position: fixed; 
	top: 167px; 
	left: 0px; 
	bottom: 0px;
	width: 400px;
	text-align: left;
	border: 1px solid #CCCCCC;
	overflow: auto;
}

div.induction_content
{
	position: fixed; 
	top: 167px;
	left: 0px; 
	right: 0px;
	bottom: 0px;
	overflow: scroll; 
	background: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

img.media
{
	width: 100%;
}

b.induction_module
{
	font-size: 16pt;
	color: #333333;
}

/* Grid */
div.border
{
	position: fixed; 
	top: 167px;
	left: 13px; 
	right: 13px;
	bottom: 40px;
	overflow: scroll; 
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	z-index: 2;
}

div.dasbboard_border
{
	margin: 20px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	z-index: 2;
}

div.border_margin
{
	margin: 20px;
}

div.expander
{
	margin: 20px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 20px;
}

div.expanded_title
{
	font-size: 18pt;
	color: #F04187;
}

table.grid
{
	width: 100%;
	height: 100%;
	border-spacing: 0;
	border-collapse: collapse; 
}

table.grid th
{
	font-size: 14pt;
	font-weight: bold;
	color: #595858;
	text-align: left;
	border-bottom: 2px solid #999999;
	padding: 8px;
}

table.grid td
{
	font-size: 14pt;
	font-weight: normal;
	color: #737272;
	border-top: 1px solid #CCCCCC;
	padding: 8px;
}

table.grid tr:nth-child(even) td
{
	background-color: #EEEEEE;
}

table.grid tr:nth-child(odd) td
{
	background-color: #FFFFFF;
}

tr.selected td
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4BAED0 !important;
}

td.mobile_column, th.mobile_column
{
	display: table-cell;
}

td.normal_column, th.normal_column
{
	display: none;
}

div.mobile_info
{
	display: block;
	font-weight: normal;
	font-size: 11pt;
}

div.side_menu
{
	display: none;
	position: fixed; 
	top: 197px; 
	left: 0px; 
	bottom: 0px;
	width: 235px;
	text-align: left;
	overflow: hidden;
}

div.side_menu ul 
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 50px;
}

div.side_menu ul li
{
}

div.side_menu ul li a
{
	font-size: 15pt;
	text-decoration: none;
	color: #38393B;
	line-height: 50px;
}

/* Form */
div.form_content
{
	position: fixed; 
	top: 167px;
	left: 0px; 
	right: 0px;
	bottom: 0px;
	overflow: scroll; 
	background: #ffffff;
	padding-left: 60px;
	padding-right: 60px;
}

form
{
	padding: 0px;
	margin: 0px;
}

div.form_panel
{
	max-width: 300px;
}


div.form_section
{
	font-size: 25pt;
	color: #F04187;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid #D6D7D9;
}

div.form_title
{
	font-size: 25pt;
	color: #F04187;
	padding-top: 10px;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
}

div.form_row
{
	margin-top: 10px;
	text-align: left;
}

div.button_panel
{
	margin-top: 55px;
	margin-bottom: 30px;
	text-align: center;
}

div.form_error
{
	display: none;
	font-size: 9pt;
	color: red;
	margin-left: 0px;
}

div.control_shown
{
	display: block;
}

label
{
	float: clear;
	display: block;
	font-size: 15pt;  
	text-align: left;
	vertical-align: middle;
	margin-top: 8px;
}

input.edit, select.edit
{
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: 1px solid #E2DCe4;
	font-size: 15pt;
	padding-left: 5px;
	color: #727F82;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

textarea.edit
{
	width: 100%;
	border: 1px solid #E2DCe4;
	font-size: 15pt;
	padding-left: 5px;
	color: #727F82;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

select.cell
{
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: 1px solid #E2DCe4;
	font-size: 15pt;
	padding-left: 5px;
	color: #727F82;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

input.label
{
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: none;
	font-size: 15pt;
	padding-left: 5px;
	color: #727F82;
	background-color: #FFFFFF;
}

input.error, select.error
{
	border: 1px solid red !important;
}

input.login_edit
{
	width: 100%;
	max-width: 250px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #E2DCe4;
	font-size: 15pt;
	padding-left: 5px;
	color: #727F82;
	background-color: #FFFFFF;
	box-sizing: border-box;
}


input.checkbox_small
{
	width: 20px;
	height: 20px;
}

input.radio_small
{
	width: 24px;
	height: 24px;
}

div.form_text
{
	padding-top: 8px;
	border: none;
	font-size: 15pt;
	font-weight: bold;
	padding-left: 5px;
	color: #727F82;
	background-color: #FFFFFF;
}


input.btn
{
	-webkit-appearance: none;
	height: 48px;
	border: none;
	font-size: 17pt;
	color: #FFFFFF;
	background-color: #4BAED0; 
}

input.btn:disabled
{
	-webkit-appearance: none;
	height: 48px;
	border: none;
	font-size: 17pt;
	color: #FFFFFF;
	background-color: #EEEEEE !important;
}

input.btn_cancel
{
	-webkit-appearance: none;
	height: 48px;
	border: none;
	font-size: 17pt;
	color: #8F8F8F;
	background-color: #E2E2E6; 
}

input.btn_cancel:disabled
{
	-webkit-appearance: none;
	height: 48px;
	border: none;
	font-size: 17pt;
	color: #FFFFFF;
	background-color: #EEEEEE !important;
}

/* Login */
div.login_panel
{
	max-width: 400px;
	border: 1px solid #CCCCCC;
	box-shadow: 3px 3px 15px 5px #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
	margin: 10px;
}

div.login_panel_content
{
	margin: auto;
	max-width: 260px;
	text-align: left;
}

input.btn_login
{
	-webkit-appearance: none;
	width: 100%;
	height: 48px;
	border: none;
	font-size: 17pt;
	color: #FFFFFF;
	background-color: #E3495D;
}

label.login_label
{
	text-align: left;
}

object.video_player
{
	width: 280px;
	height: 158px;
}

/* Dialog */
div.dialog_back
{
	position: fixed;
	z-index: 1000;
	background-color: #333333;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

div.dialog_loader
{
	position: fixed;
	z-index: 1009;
	background-color: #FFFFFF;
	top: 50%;
	left: 50%;
	height: 200px;
	width: 500px;
	margin-left: -250px;
	margin-top: -100px;
	border: 1px solid #CCCCCC;
	box-shadow: 0px 0px 10px 1px #666666;
	border-radius: 5px;
}

div.dialog_title
{
	font-weight: bold;
	font-size: 22pt;
	background-color: #FFFFFF;
	border-bottom: 1px solid #D6D7D9;
	color: #4E5f70;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-align: left;
}

div.dialog_padding
{
	margin: 30px;
}

div.dialog_policy
{
	position: absolute;
	z-index: 1005;
	background-color: #FFFFFF;
	top: 50%;
	left: 5px;
	right: 5px;
	height: 600px;
	margin-top: -300px;
	border: 1px solid #CCCCCC;
	box-shadow: 0px 0px 10px 1px #666666;
	border-radius: 5px;
}

div.dialog_policy_content
{
	height: 400px;
	overflow: auto;
}

div.dialog_invite
{
	position: absolute;
	z-index: 1005;
	background-color: #FFFFFF;
	top: 50%;
	left: 5px;
	right: 5px;
	height: 600px;
	margin-top: -300px;
	border: 1px solid #CCCCCC;
	box-shadow: 0px 0px 10px 1px #666666;
	border-radius: 5px;
}

div.dialog_invite_content
{
	height: 380px;
	overflow: auto;
}

div.dialog_button
{
	margin-top: 20px;
	text-align: center;
}

/* File Upload */
label.file_btn
{
	display: block;
	width: 220px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14pt;
	color: #FFFFFF;
	text-align: center;
	vertical-align: text-bottom;
	background-color: #6F4DD5;
	background-image: url("../images/icon_upload.png");
	background-repeat: no-repeat;
	background-position: left;
	border-radius: 5px;
}

li.correct
{
	list-style-image: url("../images/icon_list_tick.png");
}

li.incorrect
{
	list-style-image: url("../images/icon_list_cross.png");
}