/*================================================================================================================================*/
/*                                                            BASE.CSS                                                            */
/*================================================================================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	min-width: 320px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
* {
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 90%;
	font-family: 'Open Sans', Arial, sans-serif;
	color: black;
	position: relative;
	height: 100%;
	background: #e9e9e9;

}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
.devices,
div.mobile_spacer_sml {
	display: none !important;
}
img {
	border: 0px;
}
div.captcha img {
	width: auto;
}
a {
	color: #005996;
	text-decoration: none;
}
p {
	margin-bottom: 18px;
}
h1 {
	font-size: 2em;
	margin-bottom: 18px;
	color: #005996;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 14px;
	color: #005996;
}
h2.withLeftMargin {
	margin-left: 25%;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 12px;
	color: #005996;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	margin-bottom: 5px;
	color: #005996;
}
p, div.content li, div.content label, label {
	font-size: 0.95em;
}
p, li {
	line-height: 1.5;
}
ul {
	list-style: disc;
}
br.devices { display: none; }
cite {
	color: red;
	font-weight: bold;
}
div.appform_left cite {
	color: red;
	font-weight: bold;
	margin-right: -8px;
}
div.field abbr {
	float: left;
	line-height: 40px;
	font-size: 1em;
}
form {
	display: inline;
}
input, select, textarea {
	vertical-align: middle;
}
input.watermark {
	color: #999 !important;
}
input.number {
	color: black !important;
}
input.textbox {
	-webkit-appearance: none;
	border-radius: 0;

}
input.textbox:focus {
	border-left: 4px solid #005996
}
ul, ol {
	margin: 20px 0 0 30px;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
ul.lower_alpha {
	list-style-type: lower-alpha;
	margin-top: 0;
}
div.highlight {
	padding: 20px;
	padding-bottom: 2px;
	background-color: #b6b7ba;
	margin-bottom: 18px;
}

/* =================================== TABLE =================================== */
table.standard {
	width: 100%;
	margin-bottom: 16px;
	border-collapse: collapse;
}
table.standard thead {
	color: #626262;
	border-bottom: 1px solid #136a97;
}
table.standard th {
	font-weight: bold;
}
table.standard thead th {
	color: #626262;
	text-align: left;
}
table.standard td, table.standard th {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #626262;
}
table.standard .odd, table.standard .even {
	border-bottom: 1px solid #095764;
}
table.standard .left {
	text-align: left;
}
table.standard .right {
	text-align: right;
}
table.standard a {
	color: #095764;
	text-decoration: none;
}
table.standard a:hover {
	color: #388794;
	text-decoration: none;
}
/*================================================================================================================================*/
/*                                                           WEBSITE.CSS                                                          */
/*================================================================================================================================*/
div.wrapper {
	position: relative;
	width: auto;
	padding: 0px;
	background: white;
}
/* Header  ============================================================ */
div.header {
	width: auto;
	margin: 0 auto;
	padding: 30px 30px 15px 30px;
	height: auto;
	background: white;
	border-bottom: 3px solid black;
}
div.header_inner {
	position: relative;
	width: auto;
	max-width: 1200px;
	min-height: 67px;
	margin: 0 auto;
	padding-bottom: 0;
	background: white;
}
div.sitebranding {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 196px;
	height: 65px;
	background: url(../images/logo.png) center no-repeat;
}
div.offer_title {
	position: absolute;
	bottom: 10px;
	right: 0;
	width: auto;
	height: auto;
}
div.offer_title h1 {
	text-align: right;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: black;
	margin: 0; padding: 0;
}
ul.login {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}
ul.login li {
	float: left;
	margin-left: 20px;
}

/* Navigation  ============================================================ */
#navicon, .mobile-nav {
	display: none;
}
div.slide_nav { display: none; } /* Smartphone Navigation wrapper */
div.navigation_wrapper {
	width: auto;
	height: 52px;
	margin: 0 auto;
	padding: 0 30px;
	background-color: white;
}
div.navigation_wrapper.blank {
	height: 0px;
}
div.navigation {
	position: relative;
	width: auto;
	max-width: 1200px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background: #e5e5e5;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;

}
div.navigation.blank {
	height: 2px;
}
div.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 50px;
}
div.navigation li {
	display:block;
	float: left;
	height: 60px;
	margin: 0;
	padding: 0;
}
div.navigation a {
	display: block;
	height: 50px;
	padding: 0 20px;
	color: #005996;
	line-height: 50px;
	font-size: 1.2em;
	font-weight: normal;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
div.navigation a.first {
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

div.navigation a:hover, div.navigation a.active, div.navigation li.selected a {
	background-color: #005996;
	color: white;
	text-decoration: none;
}
/* Banner  ========================================================== */
div.banner_wrapper {
	width: auto;
	height: auto;
	background: url("../images/bkg_banner-wrapper.jpg") center no-repeat;
}
div.banner_wrapper.alt {
	padding: 40px 0;
	background-position: 50% -300px;
}
div.banner {
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}
div.offer_intro {
	float: left;
	width: 50%;
	background: rgba(0,0,0,0.6);
	padding: 50px 20px;
}
div.offer_intro h2 {
	color: white;
	font-size: 2.2em;
}
div.offer_intro p {
	color: white;
	font-size: 1.2em;
}
/* Body  ============================================================ */
div.residency {
	width: auto;
	min-height: 60px;
	padding: 30px;
	background-color: white;
}
div.residency_inner {
	position: relative;
	width: auto;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	min-height: 60px;
}
div.inputs,
div.accept_terms {
	float: left;
	width: 65.5%;
	min-height: 40px;
	padding: 15px;
	background-color: #d8d9da;
}
div.accept_terms br.tab768 { display: none; } /* iPad portrait only <br /> tag */
div.declare {
	float: left;
	width: 70%;
	min-height: 40px;
	margin-bottom: 12px;
	padding: 15px;
	border: 1px solid black;
}
div.receive {
	float: left;
	width: 100%;
	min-height: 40px;
	margin-bottom: 20px;
}
.review div.receive {
	border: 1px solid black;
	padding: 15px;
	width: 95%;
}
.review div.insitu_error_box {
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: 0px 24px !important;
}
div.residency_inner p, div.residency_inner ul {
	margin-bottom: 8px;
	font-size: 1em;
}
div.inputs label {
	float: left;
	color: black;
	font-size: 1em;
	font-weight: bold;
	margin-right: 20px;
	padding-top: 4px;
	line-height: 33px;
	width: 35%;
}
div.inputs input.residence-input {
	display: block;
	float: right;
	width: 62%;
	height: 38px;
	line-height: 33px;
	background: white;
	color: black !important;
	border: 1px solid black;
	padding-left: 1%;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	outline: none;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
div.the_gap {
	width: 100%;
	min-height: 280px;
	background: url(../images/bkg_the-gap.png) repeat-x;
}
/* View Offer Document / Apply Now / Register Now buttons in main banner block */
div.multilinks {
	float: right;
	width: 400px;
	height: auto;
	margin-top: 55px;
}
a.btn_offer_document,
a.offer_document {
	display: inline-block;
	width: auto;
	height: 60px;
	line-height: normal;
	text-align: left;
	color: white;
	font-size: 1.2em;
	font-weight: normal;
	background-position: left 50%;
	padding-left: 70px;
	padding-right: 20px;
	padding-top: 8px;
	background: #050609 url("../images/bkg_offer-document.png") top left no-repeat;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
}
a.btn_offer_document:hover,
a.offer_document:hover {
	background-position: bottom left;
	text-decoration: none!important;
}
a.btn_apply_now,
a.btn_register_now {
	float: right;
	width: 40%;
	height: 40px;
	line-height: 40px;
	color: white;
	font-size: 1em;
	text-align: center;
	border: 1px solid white;
	margin-left: 8px;
}
a.btn_apply_now:hover,
a.btn_register_now:hover {
	border: 1px solid #c3d600;
}

a.btn_apply_now:hover,
a.btn_register_now:hover {
	text-decoration: none;
	color: #c3d600;
}
/* Content ===================================================== */
div.content_wrapper {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 40px 20px 20px 20px;
	background-color: white;
}
div.content_wrapper_inner {
	width: auto;
	max-width: 1200px; /* Change this to whatever width you want the page */
	margin: 0 auto 20px auto;
	padding: 0 20px 20px 20px; /* add padding if required */
	background: #f7f7f7;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
	border-left: 5px solid #005996;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
div.content_wrapper_inner.last {
	margin: 0 auto;
}
div.content_wrapper_inner h1 {
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: black;
	margin: 0; padding: 0;
}
div.content_wrapper.investor div.content_wrapper_inner {
	background: #f7f7f7;
}
.ie8 div.content_wrapper_inner {
	max-width: 1138px;
	box-sizing: content-box;
}
div.content_wrapper_inner.withpadding {

}
div.content_wrapper_inner.no_bg {
	background: none;
	border: none;
	padding: 30px 0;
}

div.content_wrapper_inner.no_bg img {
	width: 100% !important;
}
div.content_wrapper_inner.no_bg.no_padding_top {

}
div.content_wrapper_inner ol {
	list-style: decimal;
}
section.page_title {
	width: 100%;
}
div.content_wrapper_inner.no_border,
div.content_wrapper.investor div.content_wrapper_inner.no_border {
	background: none;
	border: none;
	padding: 0;
}
/* Offer Management */
div.offer_management_wrapper {
	float: left;
	width: 48.5%;
	height: auto;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
	margin-bottom: 30px;
}
div.management_window_header {
	width: 100%;
	height: 40px;
	background: #005996;
	padding: 0 20px;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
div.management_window_header h2 {
	color: white;
	line-height: 40px;
}
section.offer_management_window {
	width: 100%;
	height: auto;
	padding: 0px 20px 20px 20px;
	background: #e5e5e5;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
	border-left: 1px solid #005996;
	border-right: 1px solid #005996;
	border: 1px solid #005996;
}
section.offer_management_window div.row {
	width: 100%;
	min-height: 24px;
	padding: 8px 0;
	border-bottom: 1px dotted #005996;
}
section.offer_management_window div.row a.blue_glass {
	text-align: center !important;
}
section.offer_management_window div.row.last {
	border-bottom: none;
	padding: 8px 0 0 0;
}
section.offer_management_window div.row p {
	margin-bottom: 0;
	line-height: 24px;
}
section.offer_management_window div.row div.left_column {
	float: left;
	width: 32%;
}
section.offer_management_window div.row div.left_column p {
	font-weight: bold;
}
section.offer_management_window div.row div.middle_column {
	float: left;
	width: 32%;
	margin: 0 2%;
}
section.offer_management_window div.row div.middle_column p {
	text-align: right;
}
section.offer_management_window div.row div.right_column {
	float: right;
	width: 32%;
}
section.offer_management_window div.row div.right_column p {
	text-align: right;
}
section.offer_management_window div.row div.right_column.wide {
	width: 66%;
}

/* Offer Status */
div.offer_status_wrapper {
	float: right;
	width: 48.5%;
	height: auto;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
	margin-bottom: 30px;
}
div.status_window_header {
	width: 100%;
	height: 40px;
	background: #005996;
	padding: 0 20px;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
div.status_window_header h2 {
	color: white;
	line-height: 40px;
}
section.offer_status_window {
	width: 100%;
	height: auto;
	padding: 0px 20px 20px 20px;
	background: #e5e5e5;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
	border-left: 1px solid #005996;
	border-right: 1px solid #005996;
	border: 1px solid #005996;
}
section.offer_status_window div.row {
	width: 100%;
	min-height: 24px;
	padding: 8px 0;
	border-bottom: 1px dotted #005996;
}
section.offer_status_window div.row.last {
	border-bottom: none;
	padding: 8px 0 0 0;
}
section.offer_status_window div.row p {
	margin-bottom: 0;
	line-height: 24px;
}
section.offer_status_window div.row div.left_column {
	float: left;
	width: 40%;
}
section.offer_status_window div.row div.left_column p {
	font-weight: bold;
}
section.offer_status_window div.row div.right_column {
	float: right;
	width: 32%;
}
section.offer_status_window div.row div.right_column.wide {
	float: right;
	width: 66%;
}
section.offer_status_window div.row div.right_column p {
	text-align: right;
}
section.datatable_wrapper {
	width: auto;
	height: auto;
}
div.bank_details_wrapper {
	width: 40%;
	height: auto;
	margin: 15px 0 30px 30px;
	padding: 20px;
	background: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
div.bank_details_wrapper div.row {
	width: 100%;
	height: auto;
}
div.bank_details_wrapper div.row p {
	margin-bottom: 0;
	line-height: 30px;
}
div.bank_details_wrapper div.row div.left {
	float: left;
	width: 50%;
}
div.bank_details_wrapper div.row div.left p {
	font-weight: bold;
}
div.bank_details_wrapper div.row div.right {
	float: right;
	width: 48%;
}
div.main {
	position: relative;
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
}
div.main a.download {
	display: inline-block;
	width: auto;
	height: 50px;
	line-height: 50px;
	margin: 14px 0;
	padding: 0 20px 0 50px;
	color: white;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	background: #005996 url("../images/btn_download.png") left no-repeat;
	cursor: pointer;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
div.main a.download:hover {
	background: #007acd url("../images/btn_download.png") left no-repeat;
}
/*div.main input.upload {
	display: block;
	margin: 14px 0;
}*/
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    max-width: 80%;
    font-size: 0.85rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.425rem 1rem;
    /* 10px 20px */
	margin: 14px 0;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.no-js .inputfile + label {
    display: none;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}
.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}
/* style 1 */
.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #005996;
}
.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #007acd;
}
div.left {
	float: left;
	width: 25%;
}
div.content {
	float: right;
	width: 72%;
}
div.content h2 {
	font-size: 1.8em;
}
div.content h2 {
	font-size: 1.4em;
}
div.content li {
	color: black;
	font-size: 1em;
}
div.details_block {
	width: auto;
	height: auto;
	background: #9ab7d8;
}
div.details_block p {
	font-size: 2em;
	padding: 100px 0;
	text-align: center;
}
div.content_heading_wrapper {
	width: auto;
	height: 50px;
	padding: 0 30px;
	background-color: #353943;
}
div.content_heading {
	width: auto;
	max-width: 1200px;
	height: 50px;
	margin: 0 auto;
}
div.content_heading h2 {
	color: white;
	text-transform: none;
	line-height: 50px;
}
div.important_dates_wrapper {
	width: auto;
	height: auto;
	padding: 30px;
	background-color: white;
}
div.important_dates {
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
}
/* Important Dates ===================================================== */
div.important_dates_box {
	position: relative;
	float: left;
	width: 28.15%;
	margin-right: 3%;
	padding: 1.5%;
	border: 1px solid #d8d9da;
}
div.important_dates_box.last {
	margin-right: 0 !important;
}
div.dates_left {
	float: left;
	width: 30%;
	padding-top: 0%;
}
div.dates_left p.date_number {
	text-align: center;
	font-size: 5em;
	font-weight: bold;
	margin: -10px 0 0 0;
	padding: 0;
	line-height: normal;
}
div.dates_left p.date_month {
	text-align: center;
	font-weight: bold;
	margin: -10px 0 0 0;
	padding: 0;
	font-size: 1.1em;
	line-height: normal;
	text-transform: uppercase;
}
div.dates_right {
	float: right;
	width: 62%;
	padding: 2%;
}
div.dates_right p {
	line-height: normal;
	margin: 0;
}
a.back {
	display: block;
	width: auto;
	height: 25px;
	margin: 15px 0 0 1.45%;
	padding-left: 30px;
	line-height: 25px;
	background: url(../images/btn_back2.png) left no-repeat;
}
/* Application Form ------------------------------------------------------------------------------- */
div.wizsteps_outer {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 20px 30px;
	background: #f7f7f7;
}
div.wizsteps {
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
div.wizsteps h2 {
	font-size: 1.8em;
}
div.wizsteps img {
	width: 504px;
	height: 26px;
}
div.wizsteps img.mob { display: none; }
div.appform_block {
	width: auto;
	padding: 20px 0 20px 0;
	border-bottom: 1px dotted #005996;
}
div.appform_block.last {
	border-bottom: none;
}
/* Form Section Headings */
div.appform_section_header {
	width: auto;
	max-width: 1200px;
	height: 40px;
	margin: 0 auto;
	padding: 0 15px;
	background-color: #005996;
	clear: left;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.ie8 div.appform_section_header {
	max-width: 1170px;
}
div.section_header_left {
	width: 100%;
	min-height: 40px;
	margin-right: 2%;
}
div.appform_section_header h1 {
	margin: 0; padding: 0;
	line-height: 40px;
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: white;
}
div.appform_section_header p {
	margin-bottom: 0;
}
div.section_header_left h2.one_line {
	line-height: normal;
}
div.section_header_middle {
	float: left;
	width: 68%;
	min-height: 40px;
	margin-right: 2%;
}
div.section_header_middle p {
	margin: 0; padding: 0;
	font-size: 1em;
}
div.section_header_help {
	float: right;
	width: 40px;
	height: 40px;
	background-color: #b2b1b6;
}
div.section_header_help a.help {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	font-weight: bold;
}
div.section_header_help a.help:hover {
	text-decoration: none;
	color: #353943;
}
div.testmode {
	float: right;
	width: 260px;
	height: 50px;
	margin-top: 8px;
	background: red;
}
div.testmode p {
	line-height: 50px;
	margin-bottom: 0;
	color: white;
	font-weight: bold;
	text-align: center;
}
/* Form sections */
div.main div.appform_innerblock {
	position: relative;
	width: auto;
	height: auto;
	padding: 0 14px;
}
div.main div.appform_middle div.app_amount_detail {
	float: left;
	width: 50.75%;
	margin-bottom: 14px;
	padding: 2%;
	background: #edeeee;
}
div.main div.appform_middle div.app_amount_detail p {
	margin-bottom: 0;
	line-height: normal;
}
div.main div.appform_left {
	position: relative;
	float: left;
	width: 22.75%;
	margin-right: 2%;
}
div.main div.appform_left p {
	font-weight: bold;
	font-size: 1em;
	text-align: right;
}
div.main div.appform_left_wide {
	position: relative;
	float: left;
	width: 68%;
}
div.main div.appform_left_wide p#search {
	position: absolute;
	top: -22px;
	right: 10px;
	cursor: pointer;
	color: blue;
}
div.main div.appform_left_wide p#search:hover {
	text-decoration: underline;
}
div.main div.appform_middle {
	position: relative;
	float: left;
	width: 45%;
}
div.main div.appform_middle a:hover {
	text-decoration: underline;
}
div.main div.appform_middle.wide {
	width: 75%;
}
div.main div.appform_middle.wide p {
	margin-bottom: 10px;
}
div.main div.appform_middle div.appform_middle_left {
	float: left;
	width: 50%;
}
div.main div.appform_middle div.appform_middle_left p {
	font-weight: bold;
	margin-bottom: 0;
}
div.main div.appform_middle div.appform_middle_right {
	float: right;
	width: 48%;
}
div.main div.appform_middle div.appform_middle_right p {
	margin-bottom: 0;
}
div.main div.field {
	position: relative;
	width: auto;
	margin-bottom: 14px;
}
div.main div.field label {
	float: left;
	width: 34.35%;
	min-height: 40px;
	line-height: 40px;
	margin-right: 2%;
	text-align: right;
	font-weight: bold;
}

div.main div.field label.two_lines {
	line-height: normal;
}
div.main div.field label.three_lines {
	line-height: normal;
}
div.main div.field label.two_lines.withbr {
	line-height: normal;
}
div.main div.field label.shorter {
	width: 31%;
	margin-left: 3.35%;
}
div.main div.appform_left_wide input {
	float: left;
	display: block;
	width: 61%;
	height: 38px;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #005996;
	font-size: 1em;
	padding: 0 2%;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	outline: none;
}
div.main div.appform_left_wide input.textbox {
	-webkit-transition: border 0.2s;
	   -moz-transition: border 0.2s;
			transition: border 0.2s;
}
div.main div.appform_left_wide input.textbox:focus {
	border-left: 4px solid #005996;
}
.ie8 div.main div.appform_left_wide input {
	display: inline;
	padding-top: 10px;
	height: 28px;
}
div.main div.appform_left_wide input.mandatory {
	border: 1px solid red;
}
div.main div.appform_left_wide textarea.textarea {
	float: left;
	display: block;
	width: 57%;
	height: 240px;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #005996;
	font-size: 1em;
	padding: 2%;
}
div.main div.appform_left_wide div.address_list {
	position: absolute;
	left: 0;
	top: 40px;
	display: block;
	width: 57%;
	height: auto;
	background: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 20px 2% 0 2%;
	z-index: 1000;
}
div.main div.appform_left_wide input.names {
	float: left;
	width: 25.25%;
	margin-right: 2%;
}
div.main div.appform_left_wide input.names.optional {
	margin-right: 0;
}
.IE8 div.main div.appform_left_wide input {
	padding: 10px 2% 0 2%;
	height: 28px;
}
div.main div.field input.designation {
	width: 45%;
}
div.main div.appform_middle input {
	float: left;
	display: block;
	width: auto;
	height: 38px;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #005996;
	font-size: 1em;
	padding: 0 2%;
}
div.main div.field input.postcode {
	width: 5%;
}
div.main div.field input.bsb, div.main div.field span.bsb {
	width: 5%;
}
div.main div.field span.bsb {
	width: 10%;
}
div.main div.field input.account, div.main div.field span.account {
	width: 32.9%;
}
div.main div.field input.chesshin {
	width: 52%;
}
div.main div.field abbr {
	float: left;
	margin: 0 1.0%;
	font-size: 1.2em;
}
div.main.hin div.field abbr {
	margin: 0 1% 0 0;
}
div.main div.field a.help {
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #353943;
	text-align: center;
	color: white;
	font-weight: bold;
}
div.appform_middle a.help {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #353943;
	text-align: center;
	color: white;
	font-weight: bold;
}
div.main div.field a.help:hover,
div.appform_middle a.help:hover {
	text-decoration: none;
	color: #c3d600;
}
/* Error / Help column */
div.main div.appform_right {
	position: relative;
	float: left;
	width: 32%;
	height: auto;
}
div.main div.appform_right.thirty_percent {
	width: 30%;
}
div.main div.appform_right div.insitu_email_box {
	z-index: 50;
	display: none;
	width: 100%;
	background: url(../images/insitu-email-box.png) 0px 9px no-repeat;
	display: none;
	position: absolute;
	height: auto;
}
div.main div.appform_right div.insitu_help_box {
	z-index: 100;
	display: none;
	width: 100%;
	background: url(../images/insitu-help-box.png) 0px 9px no-repeat;
	display: none;
	position: absolute;
	height: auto;
}
div.main div.appform_right div.insitu_error_box {
	z-index: 200;
	width: 100%;
	height: auto;
	background: url(../images/insitu-error-box.png) 0px 9px no-repeat;
	position: relative;
}
div.main div.appform_right div.emailbox {
	_position: absolute;
	_height: auto;
}
div.main div.appform_right div.insitu_email_message,
div.main div.appform_right div.insitu_error_message,
div.main div.appform_right div.insitu_help_message {
	width: auto;
	margin-left: 14px;
	padding: 15px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
div.main div.appform_right div.insitu_error_message {
	background: #e4002b;
}
div.main div.appform_right div.insitu_help_message {
	background: #353943;
}
div.main div.appform_right div.insitu_email_message {
	background: #F0E68C;
}
div.main div.appform_right div.insitu_error_message p,
div.main div.appform_right div.insitu_help_message p {
	color: white;
	margin: 0;
	line-height: normal;
}
div.main div.appform_right div.insitu_email_message p {
	color: black;
	margin: 0;
	line-height: normal;
	font-size: 0.7em;
}
div.main div.appform_middle label.bold,
div.accept_terms label,
div.declare label,
div.receive label {
	display: block;
	font-weight: bold;
}
div.receive {
	clear: all;
}
div.receive label {
	width: 90%;
	position: relative;
}
div.application_heading {
	width: 280px;
	height: 35px;
	background-color: #00a3e0;
	color: white;
	text-align: center;
	font-size: 1.5em;
	padding-top: 15px;
	text-transform: uppercase;
}
div.application_heading.double_line {
	height: auto;
	padding-bottom: 15px;
}
div.reviewstatus {
	width: 400px;
	font-weight: bold;
	font-size: 1.2em;
}
select.app_form {
	display: block;
	width: 402px;
	height: 42px;
	padding: 5px 10px;
	border: 1px solid #00a3e0;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
input.form_textbox {
	display: block;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 393px;
	height: 42px;
	border: 1px solid #00a3e0;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	padding-left: 7px;
	color: #666;
	text-transform: uppercase;
}
input.form_textbox_ac {
	display: block;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 303px;
	height: 42px;
	border: 1px solid #00a3e0;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	padding-left: 7px;
	color: #666;
	text-transform: uppercase;
}
label.radio, label.checkbox {
	display: block;
	text-align: left;
	position: relative;
	top: 5px;
	left: 15px;
	width: 380px;
	z-index: 200;
}
/* BPAY table ============================================================ */
.bpay_layout {
	width: 100%;
	margin-bottom: 5px;
}
.bpay_layout td {
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}
.bpay_layout td.logo {
	width: 45px;
}
.bpay_layout td.logo img {
	border: 2px solid #192e69;
	width: 36px;
	height: 60px;
	margin-right: 5px;
}
.bpay_details_table {
	width: 100%;
	height: 64px;
	border: 2px solid #192e69;
	margin: 0px;
}
.bpay_details td {
	text-align: left;
	vertical-align: middle;
	padding: 2px !important;
	border: 0px solid blue;
	color: #192e69;
}
.bpay td.bottom {
	vertical-align: bottom !important;
}
.bpay td.top {
	vertical-align: top !important;
}
.bpay td.left {
	text-align: left !important;
}
.bpay td.right {
	text-align: right !important;
}
.bpay td.bpay_text {
	width: 100%;
	padding: 0px;
	padding-top: 5px;
	color: #192e69;
	text-align: left;
	vertical-align: top;
	line-height: 13px;
}
/* BPAY table ============================================================ */
div.bpay {
	width: 300px;
	padding: 10px;
	border: 2px solid #192e69;
	margin: 0px;
	margin-bottom: 16px;
	font-size: 1em;
	background: white;
}
div.bpay p {
	margin-bottom: 0px;
	color: #192e69;
	font-size: 1em;
	line-height: 1;
}
div.bpay_top {
	width: auto;
	height: 66px;
	margin-bottom: 8px;
}
div.bpay_btm {
	width: auto;
	height: auto;
}
div.bpay_btm p.title {
	font-weight: bold;
	font-size: 1em;
}
div.bpay_btm p {
	font-size: 1em;
}
div.bpay_logo {
	float: left;
	width: 43px;
	height: 66px;
	margin-right: 8px;
}
div.bpay_details {
	float: left;
	width: 225px;
	height: 42px;
	border: 2px solid #192e69;
	padding: 5px 10px 15px 10px;
}
div.bpay_details p {
	font-weight: bold;
	line-height: normal;
	padding-top: 4px;
}
p.footnote {
	clear: both;
	padding-top: 20px;
	text-align: right;
}
span.broker {
	display: block;
	float: right;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	color: black;
	border: 1px solid #d70a2d;
}
span.broker span.code {
	font-weight: bold;
}
/* Dialog buttons =========================================================== */
a.blue_glass {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: white;
	font-weight: bold;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
	border: 1px solid #005f9f;
	background: #005996;
	-moz-border-radius: 4px;
	border-radius: 4px;

}
a.blue_glass:hover {
	background: #006fb7;
	text-decoration: none;
}
div.button_area {
	width: auto;
	max-width: 1200px;
	height: auto;
	min-height: 70px;
	margin: 0 auto;
	padding: 30px;
	background: white;
}
div.button_area.no_padding {
	padding: 30px 0;
}
div.divider_2px {
	float: left;
	width: 2px;
	height: 70px;
	background-color: white;
}
div.divider_8px {
	float: right;
	width: 8px;
	height: 70px;
	background-color: white;
}
input.home_banner {
	position: absolute;
	right: 0;
	top: 108px;
	width: auto;
	height: 96px;
	background: #000 url(../images/btn_home_banner.png) right no-repeat;
	border: none;
	outline: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	color: white;
	padding: 0 130px 0 30px;
	font-size: 2.4em;
}
input.home_banner:hover {
	color: #c3d600;
}
input.submit_button {
	position: absolute;
	bottom: 0px;
	left: 69%;
	float: left;
	display: block;
	text-align: left;
	margin: 0;
	width: auto;
	height: 70px;
	line-height: 70px;
	padding-left: 20px;
	padding-right: 80px;
	font-size: 1.3em;
	font-weight: bold;
	background: url(../images/btn_submit.png) top right no-repeat;
	color: white;
	border: none;
	outline: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
}
input.submit_button.terms {
	bottom: 77px;
}
input.submit_button:hover {
	background-position: bottom right;
	color: #c3d600;
}
input.back, input.cancel, input.print, input.blue, input.upload  {
	float: left;
	font-weight: normal;
	display: block;
	width: auto;
	height: 70px;
	line-height: 70px;
	color: white;
	font-size: 1.3em;
	font-weight: bold;
	border: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	padding: 0 30px 0 66px;
	font-size: 1.2em;
	outline: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
input.upload {
	float: right;
	height: 50px;
	line-height: 50px;
	background: #005996 url(../images/btn_upload.png) left no-repeat;
	margin: 30px 0 0 30px;
	padding: 0 20px 0 52px;
}
input.back {
	background: #d8d9da url(../images/btn_back.png) top left no-repeat;
	margin-right: 20px;
}
input.cancel {
	background: url(../images/btn_cancel.png) top left no-repeat;
}
input.print {
	background: #d8d9da url(../images/btn_print.png) top left no-repeat;
}
input.blue {
	background: #005996;
	margin-right: 10px;
	text-align: center;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
	font-size: 1em;
}
input.blue.left {
	float: left;
}
input.blue.right {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}
input.blue:hover {
	background: #005996;
}
input.back:hover, input.cancel:hover, input.print:hover, input.import:hover, input.add:hover {
	background-position: bottom left;
}
input.upload:hover {
	background: #007acd url(../images/btn_upload.png) left no-repeat;
}
input.next, input.finished {
	display: block;
	width: 260px;
	height: 70px;
	line-height: 70px;
	background: url(../images/btn_submit.png) top right no-repeat;
	border: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	color: white;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	padding-left: 30px;
	float: right;
	outline: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
input.next:hover, input.finished:hover {
	background-position: bottom right;
}
a.primary-button {
	display: block;
	width: 332px;
	height: 33px;
	background-color: #17212a;
	border-radius:25px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 19px;
	font-size: 1.1em;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
a.primary-button:hover {
	color: #00a3e0;
}
input.broker_checkbox {
	float: left;
}

a.blue_glass.save_password {
	display: inline-block;
	width: auto;
	padding: 0 20px;
}
a.blue_glass.save_password:hover {
	text-decoration: none !important;
}
/* Help & Error */
span.instuerror {
	display: block;
	position: absolute;
	right: -320px;
	top: 12px;
	margin-left: 11px;
	width: 282px;
	background-image: url(../images/error-icon.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 5px 10px 5px 50px;
	background-color: #d2232a;
	color: white;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 30px;
	font-size: 1.3em;
	height: auto;
}
.downloaddate span.instuerror {
	top: 0px;
	right: auto;
	left: 380px;
}
span.instuerrortext {
	display: block;
	width: 250px;
	overflow: hidden;
}
span.instuerrorpointer {
	position: absolute;
	background-image: url(../images/insitu-error-box.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 11px;
	height: 13px;
	left: -11px;
	top: 13px;
}
span.instuhelp {
	display: block;
	position: absolute;
	left: 0;
	top: 18px;
	margin-left: 11px;
	width: 300px;
	background-image: url(../images/help-icon.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: white;
	color: white;
	min-height: 61px;
	font-size: 1.3em;
	vertical-align: middle;
	border: 1px solid red;
}
span.instuhelptext {
	display: block;
	width: 250px;
	overflow: hidden;
	margin-top: auto;
	margin-bottom: auto;
}
span.singlehelptext {
	padding-top: 7px;
}
span.instuhelppointer {
	position: absolute;
	background-image: url(../images/insitu-help-box.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 11px;
	height: 13px;
	left: -11px;
	top: 13px;
}
/* Review page Layout ==========================================================*/
div.review_block {
	float: left;
	width: 30.33333333333%;
	min-height: 100px;
	margin: 0 1.5%;
}
div.review_block h3 {
	margin-bottom: 0px;
}
/* Footer  ============================================================ */
div.footer_wrapper {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding-bottom: 70px;
	background: #005996;
}
div.footer_top {
	width: auto;
	max-width: 1200px;
	height: 30px;
	margin: 0 auto;
	padding-top: 30px;
}
div.footer_top img {
	float: right;
}
div.footer_top ul {
	list-style: none;
	text-align: center;
	height: 50px;
	margin: 0;
	padding: 0;
}
div.footer_top li {
	display: inline-block;
	line-height: 50px;
	color: white;
}
div.footer_top li span {
	padding: 0 10px;
	color: #b3dcf9 !important;
}
div.footer_top a {
	color: white;
}
div.footer_top p {
	text-align: center;
	color: white;
}
div.footer_top a:hover,
div.footer_top a.active,
div.footer_top li.selected a {
	color: #b3dcf9;
}
div.footer_wrapper p {
	line-height: 50px;
	margin: 0;
	padding: 0;
}
div.footer_nav a:hover, div.footer_nav a.active, div.footer_nav li.selected a {
	color: white;
}
div.footer_btm {
	width: auto;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 20px 30px;
}
div.footer_btm h3 {
	color: white;
	font-size: 1.15em;
}
div.footer_btm p {
	font-size: 0.9em;
	width: auto;
	margin: 0 auto;
	line-height: 1.25;
	margin-bottom: 12px;
}
div.footer_btm a {
	color: white;
}
div.footer_btm a:hover {
	color: #c3d600;
}
div.built_by {
	width: auto;
	max-width: 1200px;
	height: 30px;
	margin: 30px auto 70px auto;
}
div.built_by img {
	float: right;
}
div.built_by p {
	color: white;
	font-size: 0.75em;
	line-height: 30px;
}
/* Back to top */
a.scrollToTop{
	display: block;
	position:fixed;
	overflow:hidden;
	width:34px;
	height:34px;
	bottom:20px;
	right:20px;
	background: url(../images/back-to-top.png) bottom no-repeat;
	display: none;
	z-index:100;
	outline: none;
	border: none;
}
a.scrollToTop:hover{
	background-position: top;
}
a.scrollToTop span {
	display: none;
}
/*================ Shadow box table ============================*/
body.shadowbox {
	margin: 40px;
	background-image: none;
	background-color: white;
	width: auto;
}
body.shadowboxwide {
	margin: 30px;
	background-image: none;
	background-color: white;
	width: 1000px;
}
a.shadowbox {
	color: black;
}
a.shadowbox:hover {
	color: #e67529;
}
a.shadowboxclose, a.shadowboxclose:visited, a.shadowboxclose:active, a.shadowboxclose:link, a.shadowboxclose:hover {
	float: right;
	display: block;
	width: 21px;
	height: 21px;
	margin-top: -5px;
	background-image: url(../images/close-icon.png);
	text-decoration: none;
}
body.shadowbox div.fixed h1 {
	padding-left: 0px;
	padding-right: 0px;
}
body.shadowbox div.fixed h1 a {
	margin-right: 8px;
	margin-top: -2px;
}
/*================================================================================================================================*/
/*                                                           JQUERY PLUGINS                                                       */
/*================================================================================================================================*/
/* ---------- Jquery iCheck
------------------------------------------------ */
.icheckbox_black-basic,
.iradio_black-basic {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
    padding: 0;
    width: 40px !important;
    height: 40px !important;
    background: url(../images/black@2x.png) no-repeat;
    border: none;
    cursor: pointer;
}
.IE7 .icheckbox_black-basic,
.IE7 .iradio_black-basic {
	display: inline;
}
.iradio_black-basic {
    background-position: -220px 0;
}
.iradio_black-basic.checked {
	background-position: -176px 0;
}
.icheckbox_black-basic {
    background-position: 0 0;
}
.icheckbox_black-basic.checked {
	background-position: -44px 0;
}
.icheckbox_grey-small-basic,
.iradio_grey-small-basic {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
    padding: 0;
    width: 25px !important;
    height: 25px !important;
    background: url(../images/inputs-checkbox.png) no-repeat;
    border: none;
    cursor: pointer;
}
.IE7 .icheckbox_grey-small-basic,
.IE7 .iradio_grey-small-basic {
	display: inline;
}
.icheckbox_grey-small-basic {
	background-position: top;
}
.icheckbox_grey-small-basic.checked {
	background-position: bottom;
}
.icheckbox_small-basic,
.iradio_small-basic {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
    padding: 0;
    width: 25px !important;
    height: 25px !important;
    background: url(../images/inputs-checkbox-small-basic.png) no-repeat;
    border: none;
    cursor: pointer;
}
.IE7 .icheckbox_small-basic,
.IE7 .iradio_small-basic {
	display: inline;
}
.icheckbox_small-basic {
	background-position: top;
}
.icheckbox_small-basic.checked {
	background-position: bottom;
}
div.large_radio_button_holder {
	float: left;
	width: 40px;
	height: auto;
	margin-right: 10px;
}
div.large_radio_label {
	width: 85%;
	height: auto;
	margin-bottom: 10px;
}
div.large_radio_label.wide {
	width: 100%;
}
div.large_radio_label label.single {
	line-height: 40px;
}
div.large_radio_label label.single span.bold_underline {
	font-weight: bold;
	text-decoration: underline;
}
.facta div.large_radio_button_holder {
	margin-bottom: 30px;
	z-index: 500;
}
.facta div.large_radio_label label.single {
	line-height: normal;
	padding-top: 10px;
}
.facta div.large_radio_label {
	position: relative;
	margin-left: 50px;
	height: 80px;
}
div.radio_group_wrapper {
	position: relative;
	float: left;
	margin-right: 40px;
}
div.radio_group_wrapper.with_left_margin10 {
	margin-left: 10px;
}
div.radio_group_wrapper.with_left_margin30 {
	margin-left: 30px;
}
div.radio_group_wrapper.no_float {
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
}
div.radio_group_wrapper div.large_radio_label {
	margin-left: 50px;
}
div.radio_group_wrapper div.large_radio_label label.single {
	line-height: normal;
	position: relative;
	top: 10px;
}
div.checkbox_group_wrapper {
	position: relative;
	margin-bottom: 10px;
}
div.checkbox_group_wrapper div.large_radio_label {
	margin-left: 50px;
}
div.checkbox_group_wrapper div.large_radio_label label.single {
	line-height: normal;
	position: relative;
	top: 10px;
}
div.checkbox_group_wrapper input.identification {
	position: absolute;
	top: 0;
	right: 38px;
	width: 45% !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.ie8 div.checkbox_group_wrapper input.identification {
	padding-top: 10px;
	height: 28px;

}
div.checkbox_holder_small,
div.checkbox_holder_small_grey {
	float: left;
	width: 25px;
	height: auto;
	margin-right: 10px;
	margin-top: 8px;
}
div.checkbox_small_label {
	float: left;
	width: 85%;
	height: auto;
	margin-top: 8px;
}
div.checkbox_small_label label {
	padding-top: 4px;
}
div.main div.appform_left_radios ul input,
div.accept_terms input,
div.declare input,
div.receive input{
	position: absolute;
	top: 4px;
	left: 0;
}
/*================ Shadow box dialog help ============================*/
/*================ Shadow box dialog help ============================*/
.vadialog {
	position: relative;
	width: 80%;
	max-width: 800px;
	max-height: 500px;
	overflow: auto;
}
.vaCloseButton { border: none; position: absolute; left: -10000px; display: none; }
.vadialog img {
	width: 100% !important;
}
div.dialog_medibankcard {
	margin: 0px auto;
	border: 4px solid red;
}
a.help_icon {
	float: right;
	z-index: 600;
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/btn_help-icon.png) top no-repeat;
	margin-left: 30px;
}
a.help_icon_acc {
	float: right;
	z-index: 600;
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/btn_help-icon.png) top no-repeat;
	margin-left: 30px;
	margin-top: -7px;
}
input.help_icon2 {
	float: left;
	z-index: 600;
	display: block;
	width: 40px !important;
	height: 40px !important;
	background: url(../images/btn_help-icon.png) top no-repeat;
	margin-left: 10px;
	cursor: pointer;
	border: none !important;
}

a.help_icon:hover,
input.help_icon2:hover {
	background-position: bottom
}
body.dialoghelp {
	margin: 40px;
	background-image: none;
	background-color: white;
	width: auto;
}
body.dialoghelp h1 {
	text-transform: uppercase;
	color: #2c5697;
	font-size: 1.6em;
}
body.dialoghelp h2 {
	font-size: 1.4em;
	color: #2c5697;

}
body.dialoghelp h3 {
	font-size: 1.3em;
	line-height: 1.4em;
	color: #2c5697;
	margin-top: 10px;
	margin-bottom: 8px;
}
body.dialoghelp h4 {
	color: #373f4a;
	font-size: 0.85em;
	font-weight: bold;
}
body.dialoghelp p {
	font-size: 0.85em;
}
a.shadowboxclose {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 21px;
	height: 21px;
	background-image: url(../images/close-icon.png);
	text-decoration: none;
}
body.dialoghelp div.fixed h1 {
	padding-left: 0px;
	padding-right: 0px;
}
body.dialoghelp div.fixed h1 a {
	margin-right: 8px;
	margin-top: -2px;
}
/* ---------- Jquery SelectIt
------------------------------------------------ */
/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */

.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
  -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
/* Button */
.selectboxit-container .selectboxit {
  width: 220px; /* Width of the dropdown button */;
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  display: block;
  width: 100% !important;
}
.selectboxit-container {
	width: 61.25%;
	background: white;
}
div.inputs .selectboxit-container {
	width: 62%;
	background: white;
	float: right;
}
.selectboxit-container.selectboxit-container {
	width: none;
}
.selectboxit-text {
	max-width: none !important;
	color: #333;
}
/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 40px; /* Height of the drop down */
  line-height: 40px; /* Vertically positions the drop down text */
  display: block;
}
/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
.selectboxit-container li {
	padding-left: 0px;
}
/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;

}
/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Individual options */
 .selectboxit-option .selectboxit-option-anchor{
  padding: 0 2px;
}
/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}
/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px; /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}
/* The first Drop Down option */
.selectboxit-option-first {

}
/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
/* The last Drop Down option */
.selectboxit-option-last {

}
/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}
/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}
/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}
/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}
/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
	background-color: #fff;
	border: 1px solid #005996;
	color: #999 !important;
}

.selectboxit-btn.selectboxit-enabled:active {
  border: 1px solid black;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  text-decoration: none;
  background-position: 0 -15px;
}
.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid black;
  width: 100%;
  min-width: 0 !important;
}
.selectboxit-list .selectboxit-option-anchor {
  color: #333;
}
/* Changes colour of dropdown options bg */
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #ea3429;
}
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}
span.selectboxit-btn {
	width: 61% !important;
}
.vashadow {
	background-color: black;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.vadialog {
	background: white;
	border-radius: 0px;
	display: none;
	position: fixed;
	left:50%;
	top:50%;
	padding:40px;
}

.vaCloseButton {
	float:right;
	border-radius: 0px;
	font-family:"wheel";
	color:grey;
	font-size:20px;
	border:none;
	margin-right:-40px;
	margin-top:-35px;
	background: white;
}


.vaOffscreen{
	position:absolute;
	left:-9999px;
}

@font-face {
    font-family:"wheel";
    src: url('wheel.eot');
    src: url('wheel.eot?#iefix') format('embedded-opentype'),
         url('wheel.ttf') format('truetype');
}
/* jquery - DataTables ===================================================================================================================== */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
.dataTables_wrapper label {
	text-transform: none !important;
	font-weight: normal !important;
	width: auto;
	line-height: normal;
	float: left;
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 8px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-size: 0.85em;
  vertical-align: middle;

}
table.dataTable thead tr {
	background: #eee;
	border-left: 1px solid #ccc;
}
table.dataTable td {
	vertical-align: middle;
}
#ReportsGrid td {
	vertical-align: top;
}
thead {
	border-right: 1px solid #ccc !important;
}
th.first {
	border-left: 1px solid #ccc;
}
th.last {
	border-right: 1px solid #ccc;
}
th.account {
	width: 80px !important;
	max-width: 80px !important;
}
th:last-child {
	border-right: 1px solid #ccc;
}
table.dataTable thead th.check.sorting_disabled {
	border-left: 1px solid #ccc;
}
table#investors_wrapper thead th.sorting_disabled {
	border-right: none !important;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
tfoot tr,
tfoot th {
	border-top: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
	background: #eee;
}
tfoot th.first {
	border-left: 1px solid #ccc;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 8px;
}
table.dataTable tfoot th select,
table.dataTable tfoot td select {
	width: 100%;
	height: 30px;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
}
td.amount {
	color: #005996;
	font-weight: bold;
	font-size: 1em !important;
}
td:first-child {
	border-left: 1px solid #ccc;
}
td:last-child {
	border-right: 1px solid #ccc !important;
}
table.dataTable thead .sorting {
  background: url("../images/sort_both.png") no-repeat center right;
}
table.dataTable thead .sorting_asc {
  background: url("../images/sort_asc.png") no-repeat center right;
}
table.dataTable thead .sorting_desc {
  background: url("../images/sort_desc.png") no-repeat center right;
}
table.dataTable thead .sorting_asc_disabled {
  background: url("../images/sort_asc_disabled.png") no-repeat center right;
}
table.dataTable thead .sorting_desc_disabled {
  background: url("../images/sort_desc_disabled.png") no-repeat center right;
}
table.dataTable tbody tr {
  background-color: white;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 8px;
  font-size: 0.85em;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.display tbody tr.odd:hover > .sorting_2,
table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
  background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.display tbody tr.odd:hover > .sorting_3,
table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
  background-color: #eeeeee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #ccc;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 5px 9px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 5px 9px 3px 9px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px 5px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {

}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  margin-top: -35px;
  margin-right: 1.5%;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
  margin-top: 15px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
  font-size: 0.85em;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ddd;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  background-color: #005996;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;

}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  background-color: #005996;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #005fa0;
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    text-align: center;
	margin: 0 auto;
	float: left;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-right: 0;
	margin-top: 0;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 50px;
	line-height: 0px;
	width: 100%;
	float: left !important;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
  }
}
/* Responsive */
table.dataTable.dtr-inline.collapsed tbody td:first-child,
table.dataTable.dtr-inline.collapsed tbody th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
  top: 50%;
  left: 6px;
  height: 18px;
  width: 18px;
  margin-top: -8px;
  display: block;
  position: absolute;
  color: white;
  /*border: 2px solid white;*/
  border-radius: 18px;
  text-align: center;
  line-height: 18px;
  box-sizing: content-box;
  content: "+";
  background-color: #005fa0;
  font-weight: bold;
}
table.dataTable.dtr-inline.collapsed tbody td:first-child.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child.dataTables_empty:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
  content: "-";
  line-height: 15px;
  background-color: #005fa0;
}
table.dataTable.dtr-inline.collapsed tbody tr.child td:before {
  display: none;
}
table.dataTable.dtr-column tbody td.control,
table.dataTable.dtr-column tbody th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column tbody td.control:before,
table.dataTable.dtr-column tbody th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: "+";
  background-color: #31b131;
}
table.dataTable.dtr-column tbody tr.parent td.control:before,
table.dataTable.dtr-column tbody tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable tr.child {
  padding: 0.5em 1em;
}
table.dataTable tr.child:hover {
  background: transparent !important;
}
table.dataTable tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable tr.child ul li:first-child {
  padding-top: 0;
}
table.dataTable tr.child ul li:last-child {
  border-bottom: none;
}
table.dataTable tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
div.bottom {
	margin-top: 20px;
}
table.dataTable tr {
	border-left: 1px solid #ccc !important;
	border-right: 1px solid #ccc;
}
.toolbar {
    float: left;
}
.paginate_button.first, .paginate_button.last, .paginate_button.previous, .paginate_button.next {
	display: none !important;
}
div.bottom .selectboxit-container .selectboxit {
	width: 50px !important;
}
.toolbar {
	width: 100%;
	height: 50px;
	background: #e5e5e5;
	/*-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;*/
	border: 1px solid #ccc;
	line-height: 50px;
	font-size: 1.1em;
	font-weight: bold;
	color: #005fa0;
	padding: 0 1.5%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
//*Define Accordion box*/
.accordion { width:500px; overflow:hidden; margin:10px auto; color:#474747; background:#414141; padding:10px; }

/*General Accordion****************************************************************************/
/*Set style of open slide*/
.accordion section:target { background:#FFF; padding:10px;}
.accordion section:target:hover { background:#FFF; }
.accordion section:target h2 {width:100%;}
.accordion section:target h2 a{ color:#333; padding:0;}
.accordion section:target p {display:block;}
.accordion section h2 a{padding:8px 10px;display:block; font-size:16px; font-weight:normal;color:#eee; text-decoration:none; }

/*set style of closed slide*/
.accordion section{ float:left;	overflow:hidden; color:#333; cursor:pointer; background: #333; margin:3px; }
.accordion section:hover {background:#444;}
.accordion section p { display:none; }
.accordion section:after{position:relative;font-size:24px;color:#000;font-weight:bold;}
.accordion section:nth-child(1):after{content:'1';}
.accordion section:nth-child(2):after{content:'2';}
.accordion section:nth-child(3):after{content:'3';}
.accordion section:nth-child(4):after{content:'4';}
.accordion section:nth-child(5):after{content:'5';}
/*End General Accordion****************************************************************************/

/*Horizontal Accordion *********************************************************************/
.horizontal section{ width:5%; height:250px;
	-moz-transition:width 0.2s ease-out;
	-webkit-transition:width 0.2s ease-out;
  	-o-transition:width 0.2s ease-out;
	-ms-transition:width 0.2s ease-out;
  	transition:width 0.2s ease-out;
}
h3.acchead {
	background-color: #ddd;
	padding: 10px;
	cursor: pointer;

}
div.accordion_content p {
	padding: 0 10px;
}
/*Position the number of the slide*/
.horizontal section:after{top:140px;left:15px;}

/*Header of closed slide*/
.horizontal section h2 {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width:240px; position:relative; left:-100px; top:85px;
}

/*On mouse over open slide*/
.horizontal :target{ width:73%;height:230px; }
.horizontal :target h2{ top:0px;left:0;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
input.show_check {
	display: block !important;
}