/*===============================================================================================================================*/
/*                                                            RESET.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;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	line-height: 1;
	font-family: "Montserrat Regular", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #444;
	background: #333333;
	-webkit-font-smoothing: antialiased;
	position: relative;
	overflow-y: auto;
}

.login-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url('../images/bkg_london-aerial.jpg') no-repeat 50% 50% fixed;
	background-size: cover;
	height: 100%;
	min-height: 100vh;
	z-index: -1;
}

ol, ul {
	list-style: none;
	margin: 0 0 15px 30px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

br.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}

h1 {
	font-family: "Montserrat Regular", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	border-bottom: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	padding-bottom: 0;
	padding-right: 0;
	line-height: 1.3;
	color: #fff;
}

.error h1 {
    text-align: left;
}

h2,
h3 {
	font-family: "Montserrat SemiBold", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: left;
	border-bottom: none;
	letter-spacing: 1px;
	margin-bottom: 15px;
	padding-bottom: 0;
	padding-right: 0;
	line-height: 1.3;
	color: #fff;
}

h3 {
	font-size: 1em;
	margin-bottom: 10px;
}

p {
    position: relative;
	font-size: 0.85em;
	line-height: 1.4;
	color: white;
	margin-bottom: 15px;
}

ul {
    list-style: disc;
}

li {font-size: 0.85em;
	line-height: 1.4;
    color: white;
}
a {
	color: white;
}

strong {
	font-family: "Montserrat SemiBold", Arial, Helvetica, sans-serif;
}

/*===============================================================================================================================*/
/*                                                            WEBSITE.CSS                                                        */
/*===============================================================================================================================*/
div.wrapper {
	width: auto;
	height: auto;
	min-height: calc(100vh - 130px)
}

/* Sitebranding & Navigation --------------------------------------------------------------------------------------------------- */
div.sitebranding {
	float: left;
	width: auto;
	height: auto;
	margin: 5px 30px 5px 10px;
}

.sitebranding.login {
	/*float: none;*/
	/*width: 137px;
	height: 60px;*/
	width: 40%;
	margin: 30px 0 0 30px;
}

div.cobranding {
	text-align: right;
	float: right;
	width: 40%;
	height: auto;
	margin: 30px 30px 0 0;
}

.cobranding img,
.sitebranding img {
	/*display: block;*/
	width: auto;
	max-width: 100%;
	max-height: 100px;
}

/* Content Areas --------------------------------------------------------------------------------------------------------------- */
.login_form_wrapper {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 1px;
}

article.main {
	position: relative;
	width: 95%;
	max-width: 400px;
	min-height: 0;
	height: auto;
	margin: 40px auto 0;
	padding: 15px 20px 20px;
	background: rgba(25,23,21,0.8);
	border-radius: 5px;
}

article.main.wide {
	width: 95%;
	max-width: 850px;
}

div.in-check-note {
	padding-left: 36px;
}

/* Form Components ------------------------------------------------------------------------------------------------------------- */
div.form-input-group {
	margin-bottom: 20px;
}

div.form-input-group.no-bottom-margin {
	margin-bottom: 0px;
}

label {
	display: inline-block;
	font-family: "Montserrat Regular", Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	width: auto;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 0;
	left: 15px;
	color: white;
	margin-bottom: 8px;
	z-index: 10;
}

label.relative {
	position: relative;
	height: auto;
	line-height: 1.3;
	left: 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis
}

label.relative.timer {
	margin-top: .75em;
	margin-bottom: 0;
}

label.mandatory:after {
	display: inline-block;
	position: absolute;
	top: 0px;
	right: -10px;
	content: '*';
	color: red;
	font-size: 2em;
}

.remaining-time label{
    position: relative;
    line-height: 1;
    height:auto;
}

.remaining-time p {
    margin-bottom:0;
}

div.form-input {
    position: relative;
    background: rgba(0,0,0,0.4);
    border-radius: 5px;
    margin-bottom: 5px;
}

div.form-input.no-bg {
	background: none;
}

div.form-input.full-width {
	width: 100%;
}

.cols-2 div.form-input {
	float: left;
	width: calc(50% - 10px);
	margin-right: 20px;
}

.cols-2 .form-input:nth-of-type(2n) {
	margin-right: 0;
}

input.form-textbox {
	position: relative;
	font-family: "Montserrat Regular", Arial, sans-serif;
	font-size: 1em;
	width: 100%;
	max-width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: white;
	border: 1px solid #666;
	background: none;
	border-radius: 5px;
	box-shadow: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	z-index: 20;
	opacity: 1 !important;
}

input.form-textbox:focus,
input.form-textbox:active {
	outline: 0;
	border-left-width: 5px;
	border-left-color: #0091be;
	border-color: #0091be;
}

input.form-textbox:disabled {
	background: rgba(255,255,255,0.1);
	color: #ccc;
	cursor: default;
}

.login input.form-textbox:focus,
.login input.form-textbox:active {
	border-left-color: #ccc;
	border-color: #ccc;
}

span.ico-code:before,
span.ico-email:before,
span.ico-password:before {
	font-family: "Material-Design-Iconic-Font";
	font-size: 22px;
	display: block;
	position: absolute;
	bottom: 11px;
	right: 10px;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	color: #888;
	text-align: right;
}

span.ico-code:before {
	content: '\f1c7';
}

span.ico-email:before {
	content: '\f15a';
}

span.ico-password:before {
	content: '\f191';
}

.login input.form-textbox:focus + span.ico-user:before,
.login input.form-textbox:active + span.ico-user:before,
.login input.form-textbox:focus + span.ico-password:before,
.login input.form-textbox:active + span.ico-password:before {
	color: #ccc;
}

.display-name {
	display: inline-block;
	font-size: 15px;
	color: #fff;
}

.warningMessage {
	font-family: "Montserrat Regular", Arial, sans-serif;
	font-size: 1em;
	color: cornsilk;
	font-weight: bold;
}

.qrimage {
	float: left;
}

.qrimage img {
	background-color: white;
	padding: 20px 20px 20px 20px;
	align-content: center;
	max-width: 250px;
}

div.key {
    width: calc(100% - 240px);
    float: left;
    padding-left: 30px;
}

div.key p {
	display: inline-block;
	font-size: 1em;
    padding: 10px;
    background: rgba(255,255,255,0.2)
}

kbd {
	display: inline-block;
	font-family: "Courier New", sans-serif;
	font-size: 1.2em;
	color: white;
	/*padding: 2px 4px;
	font-size: 90%;
	color: black;
	font-weight: bold;
	background-color: antiquewhite;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);*/
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Buttons --------------------------------------------------------------------------------------------------------------------- */
button.primary-button,
a.primary-button,
button.secondary-button {
	font-family: "Montserrat Medium", Arial, sans-serif;
	font-size: .9em;
	letter-spacing: 1.1px;
	text-align: center;
	line-height: 1.3;
	text-transform: uppercase;
	margin: 0;
	padding: 0 20px;
	outline: 0;
	border: 0;
	border-radius: 5px;
	color: white;
	width: 100%;
	height: 50px;
	text-align: center;
	margin-top: 5px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	-webkit-appearance: button;
	cursor: pointer;
	white-space: normal;
}
a.primary-button {
	display: inline-block;
	text-decoration: none;
	line-height: 50px;
	width:auto;
}
a.primary-button.floated,
button.primary-button.floated {
	width: calc(50% - 5px);
	float: right;
	margin-top: 10px;
}

a.primary-button.floated {
	width: auto;
}

button.no-margin {
	margin-top: 0;
}

button.primary-button, a.primary-button {
	background-color: #005CB9;
}

button.primary-button:hover,
button.primary-button:focus, a.primary-button:hover,
a.primary-button:focus {
	background-color: #40B5E5;
}

button.secondary-button {
	width: auto;
	background-color: #005CB9;
}

a.forgot {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 0.85em;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
	background: rgba(255,255,255,0.3);
	color: white;
	border-radius: 5px;
}

a.forgot.floated {
	width: calc(50% - 5px);
	float: left;
	margin-right: 10px;
}

a.forgot.floated:last-of-type {
	margin-right: 0px;
}

a.forgot:hover {
	background: rgba(255,255,255,0.1);
	color: #0d98be;
	color: white
}

/* Checkboxes / Radio Buttons --------------------------------------------------------------------------------------------------- */
div.form-check-group,
div.form-radio-group {
	margin-bottom: 20px;
}

label.checkbox:before {
	content: '\f26b';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	font-family: "Material-Design-Iconic-Font";
	font-size: 16px;
	font-weight: 700;
	color: white;
	text-align: center;
	width: 26px;
	height: 26px;
	line-height: 24px;
	margin-left: -36px;
	border: 1px solid #d6d6d6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.2s ease-out;
	-moz-osx-font-smoothing: grayscale;
	transition: all 0.2s ease-out;
}

label.checkbox {
	left: 0;
	font-weight: normal;
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	min-height: 26px;
	line-height: 1.3;
	cursor: pointer;
	margin: 0 0 10px 36px;
	padding-top: 5px;
	left: 0;
}

input.css-checkbox {
	position: absolute;
	left: -9999px;
}

input.css-checkbox + label.checkbox:before {
	background: rgba(0,0,0,0.4);
	color: transparent;
	border-color: #666;
}

input.css-checkbox:hover + label.checkbox:before,
input.css-checkbox:focus + label.checkbox:before {
	background: none;
	border-color: #aaa;
	color: transparent;
}

input.css-checkbox:checked:focus + label.checkbox:before,
input.css-checkbox:checked:active + label.checkbox:before {
	border-color: #999;
	color: white;
}

label.checkbox:hover {
	border-color: #aaa;
}

input.css-checkbox:active + label.checkbox:before {
	border-color: #aaa;
    color:white;
}

input.css-checkbox:checked + label.checkbox:before {
	background: #005CB9; /* --------------------------------------- To change the colour of the checkbox background to a corporate colour change this */
	border-color: #aaa;
	-webkit-box-shadow: inset 0 0 0 1px #FFFFFF;
	-moz-box-shadow: inset 0 0 0 1px #FFFFFF;
	box-shadow: inset 0 0 0 1px #FFFFFF;
}

input.css-checkbox:checked + label.checkbox:before {
	color: white;
}

input.css-checkbox:disabled + label {
	color: #aaa;
	cursor: default;
}

input.css-checkbox:disabled + label.checkbox:before {
	color: #ccc;
	background: #888;
	border-color: #999;
	-webkit-box-shadow: inset 0 0 0 1px #ccc;
	-moz-box-shadow: inset 0 0 0 1px #ccc;
	box-shadow: inset 0 0 0 1px #ccc;
}

label.radio:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	line-height: 1.3;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	margin-top: 0;
	margin-left: -36px;
	border: 1px solid #d6d6d6;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}

label.radio {
	font-weight: normal;
	position: relative;
	display: inline-block;
	width: auto !important;
	height: auto;
	min-height: 26px;
	line-height: 1.3;
	cursor: pointer;
	margin: 0 0 10px 38px;
	padding-top: 5px;
	left: 0;
}

label.radio.margin-right {
	margin-right: 1em;
}

input.css-radio {
	position: absolute;
	left: -9999px;
}

input.css-radio:checked:focus + label.radio:before,
input.css-radio:checked:active + label.radio:before {
	border-color: #d6d6d6;
	color: white;
}

label.radio:hover {
	border-color: #d6d6d6;
}

input.css-radio + label.radio:before {
	background: #F4F4F4;
	border-color: #d6d6d6;
	-webkit-box-shadow: inset 0 0 0 4px #FFFFFF;
	-moz-box-shadow: inset 0 0 0 4px #FFFFFF;
	box-shadow: inset 0 0 0 4px #FFFFFF;
}

input.css-radio:focus + label.radio:before,
input.css-radio:active + label.radio:before {
	border-color: #d6d6d6;
	color: white;
}

input.css-radio:hover + label.radio:before,
input.css-radio:focus + label.radio:before {
	background: #D6D6D6;
	border-color: #d6d6d6;
	-webkit-box-shadow: inset 0 0 0 4px #FFFFFF;
	-moz-box-shadow: inset 0 0 0 4px #FFFFFF;
	box-shadow: inset 0 0 0 4px #FFFFFF;
}

input.css-radio:checked + label.radio:before {
	background: #005CB9; /* --------------------------------------- To change the colour of the radio button background to a corporate colour change this */
	border-color: #d6d6d6;
	-webkit-box-shadow: inset 0 0 0 4px #FFFFFF;
	-moz-box-shadow: inset 0 0 0 4px #FFFFFF;
	box-shadow: inset 0 0 0 4px #FFFFFF;
}

input.css-radio:checked + label.radio:before {
	color: white;
}

/* Messages & Errors ----------------------------------------------------------------------------------------------------------- */
input.form-textbox.input-validation-error {
	border-radius: 5px 5px 0 0;
	border-color: #e4002b;
	margin-bottom: 0;
}

.has-error,
.field-validation-error,
.field-validation-success {
	display: block;
	position: relative;
	font-size: 0.8em;
	width: 100%;
	height: auto;
	padding: 10px 10px 10px 35px;
	border-radius: 0 0 5px 5px;
	background: #e4002b;
	color: white !important;
	/*margin-bottom: 5px;*/
}

.field-validation-error {
	background: #e4002b;
	color: white !important;
}

.field-validation-success {
	background: #61a558;
	color: white !important;
}

.has-error {
	border-radius: 5px;
}

.has-error:before,
.field-validation-error:before,
.field-validation-success:before {
	display: block;
	position: absolute;
	top: 6px;
	left: 10px;
	font-family: "Material-Design-Iconic-Font";
	font-size: 19px;
	color: white;
	text-align: center;
}

.has-error:before,
.field-validation-error:before {
	content: '\f1f1';
}

.field-validation-success:before {
	content: '\f269';
}

div.message.alert {
	width: 100%;
	height: auto;
	padding: 15px 15px 5px 15px;
	background: #f0fbf3;
	border: 1px solid #c3e6cb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 0;
}

div.message.alert.error {
	background: #fceff0;
	border-color: #f5c6cb;
}

div.message.alert.success {
	background: #f0fbf3;
	border: 1px solid #c3e6cb;
}

div.message.alert p {
	font-family: "Montserrat Regular", Arial, sans-serif;
	font-size: .9em;
	line-height: 1.3;
	margin-bottom: 10px;
}

div.message.alert.error p {
	color: #d33644;
}

div.message.alert.success p {
	color: #3c9852;
}
.message a {
    color: #444;
}
/* Footer ---------------------------------------------------------------------------------------------------------------------- */
footer.login {
	width: 100%;
}

.footer-logo {
	float: none;
	width: 157px;
	height: 60px;
	margin: 20px auto 10px;
}

.footer-logo img {
	width: 100%;
}

footer.login p.copyright {
	text-align: center;
	font-size: 0.75em;
	color: white;
	margin-bottom: 20px;
}

@media only screen and (max-height : 640px) {

	.login-form-wrapper {
		margin-top: 10px;
	}

	footer.login p.copyright {
		margin-top: 0px;
	}
}

a.help:after {
    content: '\f1f6';
    display: inline-block;
    font-family: "Material-Design-Iconic-Font";
    font-size: 1.5em;
    color: white;
    text-align: center;
    margin-left: 4px;
    position: absolute;
    top: -5px;
}

/* Vadialog ==================================================================================================================== */
.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;
}

.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;
}

.vadialog {
    background: white;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 40px;
    width: 90%;
    max-width: 800px;
    max-height: 500px;
    overflow: auto;
    -webkit-transition: 500ms ease-out 1s;
    -moz-transition: 500ms ease-out 1s;
    -o-transition: 500ms ease-out 1s;
    transition: 500ms ease-out 1s;
    border-radius: 5px;
}

.vaCloseButton {
    border: none;
    position: absolute;
    left: -10000px;
    display: none;
}

.vadialog h3 {
    font-family: "Montserrat Regular", Arial, sans-serif;
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #222;
}

.vadialog p {
    color: #222;
}

a.shadowboxclose {
    text-decoration: none;
}

a.shadowboxclose:before {
    content: '\f135';
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: "Material-Design-Iconic-Font";
    font-size: 1.8em;
    font-weight: normal;
    color: #005CB9;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.2s ease-out;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

a.shadowboxclose:hover:before {
    color: #40B5E5;
}
.form-input.diallingcode {
	float: left;
	width: 110px;
	margin-right: 0;
}

.form-input.number {
	float: right;
	width: calc(100% - 120px);
}
/*.DiallingCodeList {
	width: 100%;
	height: 50px;
	font-size:1em;
}*/

/* Selectboxit ----------------------------------------------------------------------------------------------------------------- */
select {
	width: 100% !important;
}

.selectboxit-container {
	position: relative;
	display: block;
	vertical-align: top;
	/*z-index: 1000;*/
}

.selectboxit-container * {
	font-size: 0.9em;
	font-weight: 400;
	-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;
}

.selectboxit-container .selectboxit {
	width: 100%!important; /* Width of the dropdown button */
	cursor: pointer;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
	position: relative;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}

.with_help .selectboxit-container .selectboxit {
	border-radius: 5px 0 0 5px;
}

.error .selectboxit-container .selectboxit {
	border-radius: 5px 5px 0 0;
}

.selectboxit-container {
	width: 100%;
	background: transparent;
}

.with_help .selectboxit-container {
	float: left;
	width: calc(100% - 40px);
}

.selectboxit-container.selectboxit-container {
	width: none;
}

.selectboxit-text {
	max-width: calc(100% - 40px) !important;
}

.selectboxit-container span {
	height: 40px; /* Height of the drop down */
	line-height: 40px; /* Vertically positions the drop down text */
	display: block;
}

.selectboxit-container .selectboxit-options li {
	white-space: normal;
}

.selectboxit-container .selectboxit-options a {
	height: auto; /* Height of the drop down */
	line-height: 1.3; /* Vertically positions the drop down text */
	display: block;
	white-space: normal;
	padding: 7px 5px;
}

.selectboxit-container .selectboxit:focus {
	outline: 0;
}

.selectboxit-container li {
	font-size: 1em;
	padding-left: 0px;
}

.selectboxit-text {
	font-size: 1em;
	color: white;
	text-indent: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	width: 100%;
}

.selectboxit .selectboxit-option-icon-container {
	margin-left: 5px;
}

.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;
}

.country-code .selectboxit-container .selectboxit-options {
	width: 200px !important
}

.selectboxit-option .selectboxit-option-anchor {
	font-size: 1em;
	padding: 0 2px;
}

.selectboxit-option .selectboxit-option-anchor:hover {
	text-decoration: none;
}

.selectboxit-option, .selectboxit-optgroup-header {
	/*text-indent: 5px;*/
	margin: 0;
	list-style-type: none;
}

.selectboxit-optgroup-header + .selectboxit-option-first {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.selectboxit-arrow-container {
	width: 30px;
	position: absolute;
	right: 0;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
	margin: 0 auto;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin-top: -3px;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
	top: 30%;
}

.selectboxit-option-icon-container {
	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;
}

.selectboxit-btn {
	background-color: transparent;
	color: white;
	border: 1px solid #666;
}

.selectboxit-btn.error {
	border-color: #e4002b;
}

.selectboxit-btn.selectboxit-enabled:active {
	color: white;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
	text-decoration: none;
	background-position: 0 -15px;
	border-color: #CCC;
}

.error .selectboxit-btn.selectboxit-enabled:hover,
.error .selectboxit-btn.selectboxit-enabled:focus,
.error .selectboxit-btn {
	border-color: #e4002b;
}

.selectboxit-default-arrow {
	width: 0;
	height: 0;
	border-top: 6px solid white;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

.selectboxit-list {
	background-color: black;
	width: 100%;
	min-width: 0 !important;
	border: 1px solid #666;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

#phoneTxt .selectboxit-list {
	width: 300px;
}

.selectboxit-list .selectboxit-option-anchor {
	color: white;
}

.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: default;
}

/* Changes colour of dropdown options bg */
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
	background: #005CB9;
	color:white;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
	color: #999999;
}

a.selectboxit-option-anchor {
	text-decoration: none;
}

/* Colour of placeholder text */
.selectboxit-text[data-val=""] {
	color: #ccc;
}

.hidden_button {
	display: none;
}

#loginBy {
	margin-bottom: .5em;
}






/* Login Screen ---------------------------------------------------------------------------------------------------------------- */
.login-intro {
	max-width: 1000px;
	margin: 1.5em auto 0;
	padding: 1em;
	background: rgba(17,17,17,0.8);
}

.login-intro p {
	font-family: "Montserrat Regular", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: white;
	margin: 0;
}

.login-intro p.questions {
	font-family: "Montserrat Bold", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
	color: white;
}

.login-intro p + p.questions {
	margin: 1em 0 0;
}
