html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	font-family: 'Segoe UI', Arial;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

.slide_to_submit {
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
	border: 2px solid #cccccc;
	border-radius: 10px;
	background-color: #eeeeee;
	height: 35px;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.slide_to_submit_button {
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 8px;
	width: 50px;
	text-align: center;
	font-weight: bold;
	vertical-align: center;
	font-size: 27px;
	line-height: 35px;
	background-color: #058ec8;
	color: #ffffff;
	height: 35px;
	cursor: pointer;
	z-index: 10;
}

.slide_to_submit_label {
	text-align: center;
	font-size: 13pt;
	font-weight: bold;
	padding-top: 6px;
	color: #666666;
	text-align: center;
	z-index: 5;
	position: relative;
	top: 0px;
	left: 0px;
}

.image_select {
	width: 80px;
	height: 70px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	border: 1px solid #dddddd;
	text-align: center;
	line-height: 70px;
	overflow: hidden;
	border-radius: 5px;
}

.image_select img {
	vertical-align: middle;
}

.image_select a.delete {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #058ec8;
	width: 25px;
	height: 20px;
	line-height: 20px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	border-bottom-left-radius: 5px;
}

.schedule_button {
	display: inline-block;
	background-color: #058ec8;
	padding: 4px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 2px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

tr.ha1 {
	background-color: #f6f6f6;
}

tr.ha2 {
	background-color: #fafafa;
}

td.handover_left {
	padding: 4px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

td.handover_right {
	font-weight: bold;
	padding: 4px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

div.white_bubble {
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

div.complete_yes {
	cursor: pointer;
	border-radius: 10px;
	background-color: #009900;
	color: #ffffff;
	text-align: center;
	padding: 7px;
	font-size: 12pt;
	font-weight: bold;
}

div.complete_no {
	cursor: pointer;
	border-radius: 10px;
	background-color: #990000;
	color: #ffffff;
	text-align: center;
	padding: 7px;
	font-size: 12pt;
	font-weight: bold;
}

div.complete_grey {
	cursor: pointer;
	border-radius: 10px;
	background-color: #bbbbbb;
	color: #ffffff;
	text-align: center;
	padding: 7px;
	font-size: 12pt;
	font-weight: bold;
}

input.default {
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 5px;
}

input.default_button {
	background-color: #058ec8;
	color: #ffffff;
	padding: 8px;
	padding-left: 25px;
	padding-right: 25px;
	border: 0px;
	border-radius: 4px;
	font-size: 11pt;
}

td.main_menu {
	width: 90px;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
}

td.tab_selected {
	border-bottom: 3px solid #74d3fc;
	color: #058ec8;
	text-align: center;
	height: 35px;
	font-size: 9pt;
	cursor: pointer;
}

td.tab_notselected {
	border-bottom: 3px solid white;
	color: #058ec8;
	text-align: center;
	height: 35px;
	font-size: 9pt;
	cursor: pointer;
}

div.current_job_bubble {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	background-color: #e1e1e1;
	background-image: url('../images/inner_grad.png');
	background-repeat: repeat-x;
	box-shadow: 2px 2px 8px -4px #999999;
	border: 1px solid #d4d4d4;
	border-radius: 10px;
	padding: 10px;
}

div.saved_job_bubble {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	background-color: #e1ffe1;
	background-image: url('../images/inner_grad.png');
	background-repeat: repeat-x;
	box-shadow: 2px 2px 8px -2px #666666;
	border: 1px solid #ff9900;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
}

div.warning_box {
	border: 1px solid #eec9ca;
	background-color: #f2dede;
	background-image: url('../images/error_grad.gif');
	background-position: 0px -30px;
	background-repeat: repeat-x;
	padding: 10px;
	border-radius: 10px;
	color: #440000;
}

div.inner_title {
	border-bottom: 1px solid #999999;
	padding-bottom: 3px;
	color: #058ec8;
	font-weight: bold;
}

td.order_left {
	color: #058ec8;
	padding-right: 6px;
	text-align: right;
}

div.main_padding {
	padding: 15px;
}

div.main_menu_outer {
	text-align: center;
	margin-bottom: 12px;
	font-size: 9pt;
	width: 100%;
}

div.main_menu_outer div.image {
	background-color: #058ec8;
	border-radius: 15px;
	width: 100%;
	height: 85px;
	color: #ffffff;
	margin-bottom: 2px;
	cursor: pointer;
}

div.main_menu_outer div.image i {
	font-size: 55px;
	padding-top: 15px;
}

div.loading_overlay {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	border-radius: 10px;
	background-image: url('../images/bg_50p.png');
	padding: 20px;
	font-weight: bold;
	color: #ffffff;
}

div.back_button {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 22px;
	line-height: 45px;
	cursor: pointer;
}

div.page_title_padded {
	padding-left: 10px;
}

div.header_bar {
	height: 45px;
	background-color: #3D63B0;
	line-height: 45px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11pt;
}

table.keypad {
	background-color: #000000;
	border: 4px solid #000000;
	border-left: 7px solid #000000;
	border-right: 7px solid #000000;
	cursor: default;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

table.keypad td {
	border: 4px solid #000000;
	text-align: center;
	background-color: #302f37;
	height: 50px;
	width: 33%;
	color: #ffffff;
	font-family: 'Segoe UI Light', 'Segoe UI', Arial;
	font-size: 16pt;
	font-weight: bold;
	border-radius: 6px;
}

table.keypad td:hover {
	background-color: #403f47;
}

table.keypad td a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	color: inherit;
}

div.keycode {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 15pt;
	line-height: 40px;
	margin-left: 5px;
	margin-right: 5px;
	color: #058ec8;
}
