/*

Table of contents

[01] resets

[02] frame

[03] header

[04] navigation
    [04.1] Primary Nav
    [04.2] Secondary Nav

[05] ui
    - buttons
    - forms
    - notifications (remove when steve has completed core.css)
    - crm-modal

[06] helpers (remove when steve has completed core.css)

[07] dashboard
    - Upcoming booking
    - App Download
    - Add Credit Card (complete profile)
    - you're a rental star
    - Useful guides
    - Check list

[08] bookings

[09] settings

[10] check in form

[11] Sign in / Sign up

[12] Stepify

[13] responsive

*/
/* ========================
    [01] resets
=========================== */

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 {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	font-size: 16px;
	color: #444444;
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.clearfix {
	clear: both;
}

legend {
	display: none
}

strong {
	font-weight: 700
}

#SearchResultsForm .checkboxcontainer label {
  float: left;
  min-width: 300px;
}

.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
	/* For IE 6/7 (trigger hasLayout) */
}

a {
	text-decoration: none;
  color: #0064c8;
}

body {
	/*font-family: "Open Sans","Noto Sans",sans-serif;*/
	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	background: #f9f9f9;
}
/* Info */

.info {
	/* background: url(images/info.png) no-repeat 0 0; */
	
	width: 14px;
	height: 14px;
	line-height: 14px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Open Sans', sans-serif;
}

ol,
ul {
	list-style: none;
}

.group {
	zoom: 1;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mybookinglog {
	box-sizing: content-box;
}

.section-heading {
	font-size: 1.500em;
	font-weight: 300;
	margin-bottom: 10px;
}

.section-sub-heading {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	font-size: 1.125em;
	line-height: 1.500em;
}

.section-sub-heading span {
	font-weight: 600;
}
/* ========================
    [02] Frame
=========================== */

.dashboard {
	position: relative;
	padding: 0;
}

.r-content {
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
}
/* ========================
    [03] Header
=========================== */

#header-main {
	position: relative;
	z-index: 123;
}

.logo-header {
	border: 0;
	float: left;
	width: 155px;
}

.btn-dd > a {
	min-height: 31px;
}

.mybookinglog div {
	width: 216px;
}
/* ========================
    [04] Navigation
=========================== */

.profile {
	display: none;
	padding-bottom: 15px;
	margin-bottom: 15px;
	float: left;
	width: 100%;
	padding-top: 0;
}

.hola {
	display: block;
	margin-bottom: 5px;
	color: #666666;
}

.uname h3 {
	color: #1D508F;
	font-weight: 400;
	font-size: 1.625em;
}

.uname h3 span {
	color: #489AE3;
}

.rs {
	background: #dda838;
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0 8px;
	line-height: 26px;
	margin-top: 10px;
	border-radius: 16px;
	font-size: 0.875em;
	font-weight: 700;
}

.rs img {
	margin-bottom: -1px;
	margin-right: 5px;
	width: 12px;
}

.l-nav {
	float: left;
	width: 100%;
	background: #444;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
}

.sticky-wrapper {
	display: inline-block;
	zoom: 1;
	*display: inline;
	float: left;
	width: 100%;
}

.rtl .sticky-wrapper {
	float: right;
}

.nav {
	float: left;
	width: 100%;
}

.nav-nest {
	display: none;
}

.side-nav .fa {
	display: block;
	margin: 0 auto 10px;
}

.side-nav li {
	font-size: 0.875em;
	text-align: center;
	position: relative;
	font-weight: 500;
	float: left;
	width: 33.333%;
}

.side-nav li a {
	display: block;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 1rem 0.875rem;
	text-decoration: none;
	box-shadow: inset 0px 0px 0px 0px #1B65A4;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.side-nav li a.active,
.side-nav li a:hover {
	color: #1B65A4;
	background: #f9f9f9;
	font-weight: 600;
}

.side-nav li li {
	margin-bottom: 0px;
}

.side-nav li ul {
	background: #f1f1f1;
}

.side-nav li li a {
	font-size: 14px;
	background: #f1f1f1;
	padding: 10px 0 10px 48px;
	position: relative;
}

.side-nav li li a:hover {
	box-shadow: inset 5px 0px 0px 0px #2d9edf;
	color: #2d9edf;
}

.side-nav li li a.active {
	color: #2d9edf;
	box-shadow: inset 5px 0px 0px 0px #2d9edf;
}

.m-nest-nav {
	float: left;
	width: 100%;
	margin-bottom: 35px;
}

.m-nest-nav li {
	float: left;
	width: 25%;
	text-align: center;
}

.m-nest-nav li a {
	text-decoration: none;
	color: #444;
	padding: 15px 10px;
	display: block;
	box-shadow: inset 0px -1px 0px 0px #2d9edf;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.m-nest-nav li a:hover,
.m-nest-nav li a.active {
	box-shadow: inset 0px -5px 0px 0px #2d9edf;
	color: #2d9edf;
	font-weight: 600;
	/*									background: #f1f1f1;*/
}

.rtl .m-nest-nav li {
	float: right;
}
/* Secondary Nav */

.nav {
	zoom: 1;
	/*  margin-bottom: 30px;*/
}

.nav.tabbed {
  margin-bottom: 35px;
  box-shadow: inset 0px -1px 0px 0px #2d9edf;
}

.nav.tabbed>.nav-item {
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-align: center;
	font-size: 0.875em;
	color: #2d9edf;
	padding: 18px 6px;
	text-decoration: none;
	-webkit-box-shadow: inset 0px -1px 0px 0px #2d9edf;
	box-shadow: inset 0px -1px 0px 0px #2d9edf);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.nav.tabbed>.nav-item.active,
.nav.tabbed>.nav-item.active:hover {
	font-weight: 700;
	-webkit-box-shadow: inset 0px -5px 0px 0px #2d9edf;
	box-shadow: inset 0px -5px 0px 0px #2d9edf;
}
/* ========================
    [05] UI
=========================== */
/* Iconography */

.fa {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 24px;
	height: 24px;
	background-position: 50% 50%;
	background-size: cover;
	vertical-align: sub;
	margin-right: 10px;
}

.fa.fa-tachometer {
	background-image: url('../images/site_graphics/newsite/crm/icons/64/icon_tachometer.png');
	background-image: url('../images/site_graphics/newsite/crm/icons/svg/icon_tachometer.svg'), none;
}

.fa.fa-calendar-o {
	background-image: url('../images/site_graphics/newsite/crm/icons/64/icon_calandar.png');
	background-image: url('../images/site_graphics/newsite/crm/icons/svg/icon_calandar.svg'), none;
}

.fa.fa-cog {
	background-image: url('../images/site_graphics/newsite/crm/icons/64/icon_cog.png');
	background-image: url('../images/site_graphics/newsite/crm/icons/svg/icon_cog.svg'), none;
}

.fa.fa-envelope-o {
	background-image: url('../images/site_graphics/newsite/crm/icons/24/icon_envelope.png');
	background-image: url('../images/site_graphics/newsite/crm/icons/svg/icon_envelope.svg'), none;
}

.fa.fa-close {
	background-image: url('../images/site_graphics/newsite/crm/icons/24/icon_close.png');
	background-image: url('../images/site_graphics/newsite/crm/icons/svg/icon_close.svg'), none;
}

.fa.fa-pencil {
	background-image: url('../images/site_graphics/newsite/crm/icons/24/icon_pencil.png');
	background-image: url('../images/site_graphics/newsite/crm/icons/svg/icon_pencil.svg'), none;
}

.fa.fa-eye {
	background-image: url('../images/site_graphics/newsite/crm/icons/24/icon_car.png');
	background-image: url('../images/site_graphics/newsite/crm/icons/svg/icon_car.svg'), none;
}

.fa.fa-print {
	background-image: url('../images/site_graphics/newsite/crm/icons/64/icon_print.png');
	background-image: url('../images/site_graphics/newsite/crm/icons/svg/icon_print.svg'), none;
}

.fa.fa-check-o {
	background-image: url('../images/site_graphics/newsite/crm/icons/64/icon_check-outline.png');
	background-image: url('../images/site_graphics/newsite/crm/icons/svg/icon_check-outline.svg'), none;
}

.fa.fa-check-o.blue {
	background-image: url('../images/site_graphics/newsite/crm/icons/64/icon_check-outline.png');
	background-image: url('../images/site_graphics/newsite/crm/icons/svg/blue/icon_check-outline.svg'), none;
}

.fa.fa-credit-card {
	background-image: url('../images/site_graphics/newsite/crm/icons/64/icon_credit-card.png');
	background-image: url('../images/site_graphics/newsite/crm/icons/svg/icon_credt-card.svg'), none;
}

.fa.fa-trash-o {
	background-image: url('../images/site_graphics/newsite/crm/icons/64/icon_trash.png');
	background-image: url('../images/site_graphics/newsite/crm/icons/svg/icon_trash.svg'), none;
}

.fa.fa-comment-o {
	background-image: url('../images/site_graphics/newsite/crm/icons/64/icon_comment.png');
	background-image: url('../images/site_graphics/newsite/crm/icons/svg/icon_comment.svg'), none;
}

.fa.fa-plus {
	background-image: url('../images/site_graphics/newsite/crm/icons/16/icon_plus.png');
}
/* Notifications */

.notifications .inline-message {
	float: left;
	width: 100%;
}

.success,
.error {
	float: left;
	width: 100%;
}


.inline-message.cta .cta-wrap {
	max-width: 100%;
	width: 100%;
	float: right;
	text-align: center;
	margin-top: 10px;
}

.inline-message.cta h4, .inline-message.cta p {
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.inline-message.cta .cta-wrap {
		width: 25%;
		float: right;
		margin-top: 0;
	}
}
/* BUTTONS */

.btn {
	display: block;
	margin: 0;
	padding: 10px 25px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #444;
	border: 1px solid #DDD;
	border-radius: 6px;
	text-decoration: none;
}

.btn.btn-small {
	font-size: 12px;
	font-weight: 500;
	padding: 4px 8px;
}

.rc-btn {
display: inline-block;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
margin-bottom: 0;
font-size: 14px;
font-weight: bold;
line-height: 1.42857143;
text-align: center;
text-decoration: none;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-top: 1px solid transparent;
border-right: 1px solid transparent;
border-bottom: 1px solid transparent;
border-left: 1px solid transparent;
border-top-left-radius:6px;
border-top-right-radius:6px;
border-bottom-right-radius:6px;
border-bottom-left-radius:6px;
-webkit-font-smoothing: antialiased;
-webkit-transition:background-color 0.32s;
transition: background-color 0.32s;
-webkit-transition-timing-function: ease-out;

*display: inline;
zoom:1;
}

.rc-btn:active, .inline-message a.rc-btn:active { padding-top: 11px; padding-bottom: 9px;}

.rc-btn:active { box-shadow: inset 0 1px 1px rgba(0,0,0,0.4);} /* Sets the inset shadow for the button */

.rc-btn.primary { background-color: #749E3A; color: #ffffff; }
.rc-btn.primary:hover { background-color: #5B8521; }
.rc-btn.primary:active  { background-color: #416B07; }


.micro-btn {
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 14px;
	color: #444;
	border: 1px solid #BBB;
	padding: 0 8px 0 32px;
	line-height: 26px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	border-radius: 2px;
	margin-top: 8px;
	cursor: pointer;
	margin-right: 5px;
}

.btn.medium {
	line-height: 24px;
	font-size: 14px;
	padding: 0 25px;
}

.btn.inline {
	display: block;
}

.btn.outline {
	background: #FFF;
	color: #444;
	border: 1px solid #CCC;
}

.btn-outline {
	border-color: #1D508F;
	color: #1D508F;
}

.btn-outline.white {
	border-color: #FFF;
	color: #FFF;
}

.btn.btn-outline.red {
	border-color: #970000;
	color: #970000;
	background: #FFF;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.btn.pill {
	font-size: 0.875em;
	font-weight: 400;
	text-align: left;
	border-radius: 4px;
	padding: 10px 10px;
}

.rtl .btn.pill {
	text-align: right;
}

.btn.pill.disabled {
	background: #789F3C;
	color: #FFF;
	border-color: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.btn.pill .ico-wrap {
	border-right: 1px solid #ddd;
	padding-right: 5px;
	margin-right: 5px;
	min-width: 21px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-align: center;
}

.rtl .btn.pill .ico-wrap {
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #ddd;
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.btn.btn-green,
.btn.green,
a.btn.green,
.bookingbox .btn.green {
	background: #749E3A;
	border-color: #688D34;
	color: #FFF;
}

.btn.orange,
a.btn.orange,
.bookingbox .btn.orange {
	border-color: transparent;
	background: #F0901E;
	color: #FFF;
}

.btn.orange:hover,
a.btn.orange:hover,
.bookingbox .btn.orange:hover {
	background-color: #D77705;
	color: #FFF;
}

.btn.blue {
	border-color: transparent;
	background: #1B65A4;
	color: #FFF;
}

.btn.red {
	border-color: transparent;
	background: #970000;
	color: #FFF;
}

.btn .ico {
	margin-right: 8px;
}

.btn img {
	vertical-align: sub;
	margin-bottom: -1px;
	margin-right: 6px;
}



/* Tomos Crowle Buttons */
.rc-btn {
display: inline-block;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
margin-bottom: 0;
font-size: 14px;
font-weight: bold;
line-height: 1.42857143;
text-align: center;
text-decoration: none;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-top: 1px solid transparent;
border-right: 1px solid transparent;
border-bottom: 1px solid transparent;
border-left: 1px solid transparent;
border-top-left-radius:6px;
border-top-right-radius:6px;
border-bottom-right-radius:6px;
border-bottom-left-radius:6px;
-webkit-font-smoothing: antialiased;
-webkit-transition:background-color 0.32s;
transition: background-color 0.32s;
-webkit-transition-timing-function: ease-out;

*display: inline;
zoom:1;
}


.rc-btn:active, .inline-message a.rc-btn:active { padding-top: 11px; padding-bottom: 9px;}

/* This is the only bit I'm not happy with. I want the inset shadow to be visible on every button except where a background colour is not declared. Open to suggestions on how to fix this. */

.rc-btn:active { box-shadow: inset 0 1px 1px rgba(0,0,0,0.4);} /* Sets the inset shadow for the button */

/* Removes the inset shadow for any button that only has a single .rc-btn class, ie. one without a background */
.rc-btn[class=rc-btn]:active { box-shadow: none; } 
/* Reapplies the inset shadow for the inline messages if a single rc-btn class is applied */
.inline-message a.rc-btn:active { box-shadow: inset 0 1px 1px rgba(0,0,0,0.4); } 




/* ********** Colours ********** */

/* Most Common Buttons. Please note these will deliberately overide Steve's inline-message colours */
.rc-btn.primary { background-color: #749E3A; color: #ffffff; }
.rc-btn.primary:hover { background-color: #5B8521; }
.rc-btn.primary:active  { background-color: #416B07; }

.rc-btn.secondary { background-color: #F0901E; color: #ffffff; }
.rc-btn.secondary:hover { background-color: #D77705; }
.rc-btn.secondary:active  { background-color: #BD5D00; }


/* ********** Size Classes ********** */

/* FORMS */

p.hint {
	color: #666;
}

.form-con {
	padding-top: 20px;
}

.form-row,
.edit_form_row {
	width: 100%;
	display: inline-block;
	zoom: 1;
	*display: inline;
	clear: both;
	margin: 0 0 10px;
	padding: 0;
}

.form-row label,
.edit_form_row label {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 100%;
	margin: 0 0 0 0;
	font-size: 0.875em;
	text-align: left;
	line-height: 40px;
}

.form-row input,
.edit_form_row input {
	font-size: 1em;
	padding: 8px;
	border-radius: 3px;
	border: 1px solid #bfbfbf;
	width: 100%;
	background: #f8f8f8;
	margin: 0;
}

input.convert-to-text {
	background: none;
	border: none;
	padding-left: 0;
	font-weight: 600;
}

label.l-block {
	display: block;
	text-align: left;
	width: 100%;
	font-weight: 600;
}

.form-row label.checkbox {
	text-align: left;
}

.form-border {
	background-color: #b1b1b1;
	background: url("../images/site_graphics/newsite/download-line.png") no-repeat scroll right 8px white;
	position: relative;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	height: auto;
	margin: 0 0 -10px 0;
	overflow: hidden;
	display: inline-block;
	zoom: 1;
	*display: inline;
	zoom: 1;
	width: 100%;
}

.form-border.inline {
	width: auto;
}

.rtl .form-border {
    background-color: #b1b1b1;
    background: url("../images/site_graphics/newsite/download-line.png") no-repeat scroll 7px 8px white;
    position: relative;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    height: auto;
    margin: 0 0 -10px 0;
    overflow: hidden;
    display: inline-block;
    zoom: 1;
    zoom: 1;
    width: 240px;
}

.rtl .form-border.inline {
	width: auto;
}

.form-border .holder {
  position: absolute;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
}

.rtl .form-border .holder {
    position: absolute;
    right: 5px;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
}

/*Form errors*/
.banner.error {
  display: none;
  background: url("https://cdn.rcstatic.com/images/site_graphics/newsite/alert1_ri.png") no-repeat 10px center #fadddd;
  border-color: #edbdbd;
}
.banner {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0 0 10px 0;
  padding: 15px 10px 15px 50px;
  border-left: 5px solid #e7a14e;
  -moz-box-sizing: border-box;
  float: left;
  position: relative;
  background: url("https://cdn.rcstatic.com/images/site_graphics/newsite/clock-icon.png") no-repeat 8px center #f5e7d7;
  line-height: 18px;
}

.banner.error p {
  color: #cc0000;
}

.cf:before, .cf:after, .inline-message:before, .inline-message:after, .cta-wrap:before, .cta-wrap-message:after {
  content: " ";
  display: table;
}

.form-row.error .error-msg {
  color: #cc0000;
  font-size: 12px;
  line-height: 1.5;
}

.form-row.error input {
  border-color: #cc0000;
  background: #fef0f0;
}

.form-row.error label {
  color: #cc0000;
}

.form-border select {
	opacity: 0;
	_noFocusLine: expression(this.hideFocus=true);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none repeat scroll 0 0 transparent !important;
	border: 0 none;
	color: #333;
	display: block;
	font-family: Arial;
	font-size: 14px;
	height: 32px;
	margin: 0 20px 0 0;
	padding: 7px 4px;
	width: 100%;
	outline: none;
}


.info_tip {
	position: relative;
  font-size: 12px;
}

.info_tip a span.tiplabel {
  padding: 6px 6px 6px 24px;
  right: -210px;
  top: -54px;
  bottom: auto;
  visibility: hidden;
  width: auto;
  position: absolute;
  vertical-align: top;
  font-size: 12px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 9px;
  padding-left: 10px;
  margin-top: 3px;
  border: 1px solid #dddddd;
  box-shadow: 0 2px 2px rgba(0,0,0,0.12);
  background: #FFF;
}

.info_tip a:hover span.tiplabel {
  visibility: visible;
}


.info_tip span.tiplabel .arrow {
  position: absolute;
  left: -6px;
  top: 49px;
  margin: 0;
  border-top: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #ffffff;
  padding: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  _border-right-color: white;
  _border-left-color: white;
  _filter: chroma(color=white);
}

.info_tip span.tiplabel .border-arrow {
  border-right-color: #cccccc;
  left: -7px;
}

.info_tip span.tiplabel .drop-shadow-arrow {
  border-right-color: rgba(0,0,0,0.2);
  left: -7px;
  top: 52px;
}

input#driverAgeCheck {
  display: inline-block;
  width: auto;
}


.invalid .hidden {
  color: #CC0000;
  font-size: 12px;
  padding: 0 0 0 12px;
	display: inline-block;
  max-width: 350px;
  line-height: 16px;
  vertical-align: middle;
}

.form-row.invalid input, .edit_form_row.invalid input {
  border-color: #CC0000;
}

.form-border.invalid {
	border-color: #CC0000;
}

.form-row.invalid .form-border {
  border-color: #cc0000;
  color: #CC0000;
}

/* CRM MODAL */

.crm-modal {
	width: 50%;
	background: #FFF;
	color: #444;
	float: left;
	margin: 0 0 14px;
	position: relative;
}

.crm-modal .close {
	position: absolute;
	top: 14px;
	right: 0;
}

.crm-modal h2 {
	font-size: 22px;
	width: 100%;
	padding: 10px;
	margin: 0;
	line-height: 32px;
	-moz- background: #E6E6E6;
	color: #333;
	font-weight: 100;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.modal-cta {
	background: #e6e6e6;
	padding: 10px;
	border-top: 1px solid #DDD;
	margin-top: 15px;
	text-align: right;
}

.modal-cta .close {
	color: #B1BFD2;
	text-decoration: none;
	margin-right: 10px;
	cursor: pointer;
}

.modal-cta .btn {
	font-weight: 500;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
/* ========================
    [06] Helpers
=========================== */

.box {
	border: 1px solid #DDD;
	padding: 15px;
	background: #FFF;
	display: block;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.img-reponsive {
	max-width: 100%;
}

.pull-right {
	float: right;
}
.pull-left {
	float: left;
}

.rtl .pull-right {
	float: left;
}
/* ========================
    [07] Dashboard
=========================== */
/* Bookings */

.booking-header {
	margin-bottom: 45px;
	margin-top: 30px;
	border-bottom: 1px solid rgb(221, 221, 221);
	position: relative;
	float: left;
	width: 100%;
}

.booking-header>span {
	position: absolute;
	left: 0;
	background-color: #f9f9f9;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 25px 0 50px;
	text-align: center;
	top: -17.5px;
	font-size: 14px;
	font-weight: 300;
}

.booking-header.airport>span {
	background-image: url(../images/site_graphics/newsite/booking-head-airport.png);
}

.booking-header.rail>span {
	background-image: url(../images/site_graphics/newsite/booking-head-rail.png);
}

.booking-header.downtown>span {
	background-image: url(../images/site_graphics/newsite/booking-head-downtown.png);
}

span.loc {
	display: block;
	text-align: left;
	height: auto;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 600;
	color: #2d9edf;
}

.hide-booking {
	position: absolute;
	background: rgb(249, 249, 249);
	top: -7px;
	right: 10px;
	padding: 0px 15px;
	text-decoration: none;
}
/*rtl*/

.rtl .booking-header>span {
	right: 0;
	left: auto;
	text-align: right;
	padding: 0 50px 0 25px;
	background-position: right center;
}

.rtl span.loc {
	text-align: right;
}

.rtl .hide-booking {
	left: 10px;
	right: auto;
}

.booking-ref-status {
	float: left;
	width: 100%;
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 1.375em;
	font-weight: 700;
}

.booking-ref-status .status {
	float: right;
	max-width: 50%;
	text-align: right;
}

.booking-ref-status .ref {
	float: left;
	max-width: 50%;
}

.booking-ref-status span {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	color: #666666;
	font-weight: normal;
}

.booking-ref-status .confirmed {
	color: #678A32;
}

.booking-ref-status .confirmed.payment-failed {
	color: #CC0000;
}

.booking-ref-status .quote {
	color: #f18f0f;
}

.booking-ref-status .completed {
	color: #1B65A4;
}

.booking-ref-status .cancelled {
	color: #999999;
}

.booking-img {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}

.supplier {
	margin-bottom: 5px;
	border-radius: 5px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
}

.booking-info {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

.car-spec-strong {
	display: block;
	clear: both;
	font-weight: 700;
	margin-top: 8px;
}

.car-spec-strong li {
	float: left;
	padding: 0 2px;
	font-size: 0.875em;
	line-height: 18px;
}

.rtl .car-spec-strong li,
.rtl .car-spec-normal li {
	float: right;
}

.car-spec-normal {
	display: block;
	clear: both;
	padding-top: 2px;
}

.car-spec-normal li {
	padding: 0 0 0 16px;
	margin: 0 10px 0 0;
	line-height: 18px;
	font-size: 0.875em;
	float: left;
	background: url(../images/site_graphics/newsite/tick-sml.png) no-repeat 0 50%;
}

.pudo_info {
	border-top: 1px solid #e6e6e6;
	margin: 10px 0 0;
	padding: 10px 0 0;
	float: left;
	width: 100%;
}

.by {
	margin: 0 0 5px;
	font-size: 0.750em;
	font-style: italic;
	font-weight: 400;
	color: #888;
	line-height: 14px;
}

.pu {
	margin-bottom: 10px;
}

.pu,
.do {
	font-size: 14px;
}

.pu h3,
.do h3 {
	font-weight: bold;
	margin-bottom: 4px;
}

.pu p,
.do p {
	margin-bottom: 4px;
}

.bookingbox .cta {
	float: left;
	font-size: 0.875em;
	padding-top: 15px;
}

.bookingbox .cta a {
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 15px;
	color: #1B65A4;
	text-decoration: none;
}

.bookingbox.quote .cta a {
	width: auto;
}

.bookingbox .cta a .ico {
	margin-right: 8px;
}

.more-bookings {
	float: left;
	width: 100%;
	margin-bottom: 45px;
	font-size: 1.125em;
	margin-top: -10px;
}

.more-bookings span {
	color: #2d9edf;
	font-weight: 600;
}
/* Scenarios */
/*payment-failed*/

.re-pay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

p.important-lead {
	color: #970000;
	margin-top: 20px;
	clear: both;
}

.customer-action-required {
	margin-bottom: 35px;
}

.action-head {
	background: #FFF;
	border: 1px solid #DDD;
	border-bottom: none;
	padding: 15px;
	font-size: 0.875em;
	font-weight: 600;
	margin-top: 30px;
	text-align: right;
}

ul.cust-action-list {
	background: #FFF;
	border: 1px solid #DDD;
	border-top: none;
}

.cust-action-item {
	display: table;
	width: 100%;
	border-top: 1px solid #DDD;
	padding: 15px;
}

.cust-action-item .btn {
	display: inline-block;
	zoom: 1;
	*display: inline;
	min-width: 200px;
}

.cust-action-list div {
	text-align: center;
}

.cust-action-list div.cta {
	margin-top: 15px;
}

.rtl .cust-action-list div.cta {
	text-align: left;
}

.important-lead .btn {
	margin-left: 20px;
}

.ico-16 {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: -2px;
}

.ico-16.important {
	background-image: url(../images/site_graphics/newsite/crm/icons/16/important.png);
}
/* App Download */

.app-download-new {
	position: relative;
	background: url(../images/site_graphics/newsite/app-download-bg.png) no-repeat -15px center #FFF;
	margin-bottom: 30px;
	float: left;
	width: 100%;
	border: 1px solid #DDD;
}

.app-download-new .hero {
	padding: 182px 15px 0;
}

.app-img {
	position: absolute;
	margin-left: -91px;
	left: 50%;
	top: 15px;
}

.app-download-new h2 {
	color: #489ae3;
	font-size: 1.125em;
	font-weight: 600;
	padding: 25px 0 0;
	line-height: 1.5em;
	margin-bottom: 15px;
	text-align: center;
}

.app-download-new p {
	color: #FFF;
	line-height: 22px;
	padding: 0 15px 15px;
	margin-bottom: 15px;
}

.app-download-new ul li {
	margin-bottom: 10px;
	line-height: 24px;
	vertical-align: top;
	text-align: center;
}

.app-download-new ul li .fa {
	display: block;
	margin: 0 auto 5px;
}

.app-download-new .cta {
	text-align: center;
	padding-top: 15px;
}

.app-download-new .cta a {
	margin-bottom: 15px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.app-download-new .cta .btn {
	width: 100%;
	margin-bottom: 20px;
	background: transparent;
	border-color: #FFF;
	color: #FFF;
	font-weight: normal;
	margin-right: 5px;
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
/* Update Profile */

.profile-prog-img {
	text-align: center;
}

.profile-progress h2 {
	font-size: 1.500em;
	font-weight: 100;
	line-height: 1.250em;
	margin-bottom: 15px;
	margin-top: 15px;
}

.profile-progress p {
	line-height: 22px;
	margin-bottom: 15px;
}

.actions-list {
	margin-top: 25px;
}

.action-item {
	display: block;
}

.action-item .btn {
	width: 100%;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 0.875em;
	padding: 0 8px;
	line-height: 34px;
}
/* Update Profile Alternative */

.percent-box {
	min-height: 160px;
	width: 150px;
	margin: 0 auto;
}

.chart {
	float: left;
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 100px;
	height: 100px;
	text-align: center;
	margin-left: 20px;
	margin-top: 10px;
}

.percent {
	display: inline-block;
	zoom: 1;
	*display: inline;
	font-size: 21px;
	color: #474d5d;
	line-height: 100px;
	z-index: 2;
	margin-left: 10px;
}

.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}

.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

p.prog-title {
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.to-do {
	width: 100%;
	text-align: center;
	border-top: 1px solid #DDD;
	padding-top: 15px;
}

.to-do h2 {
	font-size: 1.375em;
	margin-bottom: .5em;
}

.to-do li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 100%;
	margin-bottom: 15px;
}

.to-do span {
	padding-left: 22px;
	background-image: url('../images/site_graphics/newsite/crm/icons/16/icon_close.png');
	background-image: url('../images/site_graphics/newsite/crm/icons/16/icon_close.svg'), none;
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: left 1px;
	text-decoration: none;
	color: #999;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: 500;
	cursor: default;
}

.to-do a:hover {
	color: #666666;
}

.to-do span.complete {
	color: #749E3A;
	background-image: url('../images/site_graphics/newsite/crm/icons/16/green/icon_check-outline.png');
	background-image: url('../images/site_graphics/newsite/crm/icons/16/green/icon_check-outline.svg'), none;
}

.to-do .actions {
	margin-bottom: 20px;
}
/* ========================
    [08] Settings
=========================== */

.section_settings {
  position: relative;
}

.section_settings h2 {
	margin: 0;
	margin-bottom: 15px;
    padding: 5px 0;
	font-size: 1.375em;
	font-weight: normal;
}

.settings_content {
	list-style-type: none;
	margin: 0;
	padding: 15px 0 0;
	border-top: 1px solid #ddd;
}

.settings_content_row {
	display: inline-block;
	zoom: 1;
	*display: inline;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	color: #000;
	position: relative;
	border-bottom: 1px solid #ddd;
	line-height: 1.7;
	width: 100%;
}

.settings_content_row:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.settings_label {
	font-size: 0.875em;
}

.settings_data {
	color: #777;
	font-size: 0.875em;
}

.settings_actions {
	float: right;
}

.rtl .settings_actions {
	float: left;
}

.settings_edit {
	padding: 10px;
	margin-bottom: 5px;
	background: rgb(241, 241, 241);
}

.settings_content_row .add_or_edit,
.settings_content_row .cancel,
.settings_content_row .delete {
	font-style: normal;
	font-weight: normal;
	font-size: .875em;
	cursor: pointer;
}

.remove-cc {
  float: right;
  font-style: normal;
  font-weight: normal;
  font-size: .875em;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0px;
  text-align: right;
}

.remove-cc .default {
	display: block;
	margin-bottom: 5px;
}

.remove-cc a {
	display: block;
}

.tab {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  padding: 0 8px;
  border-radius: 2px;
	cursor: auto;
}

.tab.green {
  color: #5A9854;
  background: #E3EED9;
}

.settings_edit.edit_form.fade-in {
	-webkit-animation: fadeIn ease 1;
	-moz-animation: fadeIn ease 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	border-style: none;
}

.edit_form_row input {
	background: #FFF;
}

.card-wrap {
	border-bottom: 1px solid #ddd;
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	color: #444;
	position: relative;
}

.card-type {
	float: left;
	margin: 0 0 0 0;
	display: none;
}

.rtl .card-type {
	float: right;
}

.card-type .icon {
	float: left;
	width: 64px;
	height: 40px;
	background-repeat: no-repeat;
}

.card-wrap .icon.visa, .card-wrap .icon.electron {
	background-image: url(../images/site_graphics/newsite/card-types/Visa.png);
}

.card-wrap .icon.american-express {
	background-image: url(../images/site_graphics/newsite/card-types/American-Express.png);
	background-size: contain;
}

.card-wrap .icon.maestro {
	background-image: url(../images/site_graphics/newsite/card-types/Maestro.png);
	background-size: contain;
}

.card-wrap .icon.switch {
	background-image: url(../images/site_graphics/newsite/card-types/Switch.png);
	background-size: contain;
}

.card-wrap .icon.solo {
	background-image: url(../images/site_graphics/newsite/card-types/Solo.png);
	background-size: contain;
}

.card-wrap .icon.mastercard {
	background-image: url(../images/site_graphics/newsite/card-types/Mastercard.png);
}

.card-number {
	float: left;
	margin: 0 0 0 0;
	width: 169px;
}

.rtl .card-number {
	float: right;
}

.card-expire {
	float: left;
	margin: 0 0 0 10px;
	width: 80px;
}

.rtl .card-expire {
	float: right;
}

.card-name {
	float: left;
	width: 280px;
	display: none;
}

.rtl .card-name {
	float: right;
}

.card-wrap .label,
.card-wrap .answer {
	display: block;
}

.card-wrap .label {
	font-size: 0.875em;
	color: #666666;
	margin-bottom: -4px;
}

.card-wrap .answer {
	font-size: 0.875em;
}

.edit_form_row_action a.cancel_action {
	margin-bottom: 15px;
}

#cardexpirydate .form-border {
	width: 118px;
}

.cta-add .fa {
	width: 16px;
	height: 16px;
}

.section_settings .cta-add {
    position: static;
    padding: 15px 0 0 0;
  }


@media only screen and (min-width: 480px) {
  .section_settings .cta-add {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
  }

}


/* LEAD DRIVERS */

.lead-drivers {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 25px;
}

.lead-drivers .section-heading {
	border-bottom: 1px solid #DDD;
	padding-bottom: 15px;
}

.add-new-driver {
  position: absolute;
  top: 0;
  right: 0;
}

.btn.btn-medium {
  font-size: 14px;
  padding: 8px 16px;
}

.complete-driver-profile {
	width: 100%;
	float: left;
	text-align: right;
}

.complete-driver-profile a {
	margin-left: 10px;
}


/* LEAD DRIVERS UPDATE */
#lead-drivers {
  padding-bottom: 0;
}

.driver-wrap {
  float: left;
  width: 100%;
  border-top: 1px solid #DDD;
	padding: 15px 0;
}

.driver-wrap .name,
.driver-wrap .dob,
.driver-wrap .status {
	float: left;
}

.driver-wrap .name {
	width: 25%;
	
}
.driver-wrap .dob {
	width: 25%
}

.driver-wrap .status {
	width: 25%; 
}

.driver-wrap .cta {
	float: right;
	max-width: 25%;
}

.driver-wrap .cta a {
  font-size: .875em;
  line-height: 39px;
}

.driver-wrap .label,
.driver-wrap .answer {
	display: block;
}

.driver-wrap .label {
	font-size: 0.875em;
  color: #666666;
	margin-bottom: 8px;
}

.driver-wrap .answer {
	  font-size: 1em;
}

.lead-drivers .control {
  padding-bottom: 25px;
  padding-top: 10px;
}

.select-driver .label {
  padding-bottom: 5px;
  font-size: 0.875em;
  font-weight: 700;
}

.select-driver .cta {
  display: inline-block;
  vertical-align: top;
}

.select-driver .cta a {
  padding: 9px 16px;
}


.lead-drivers .field-head {
  margin: 0;
  margin-bottom: 15px;
  padding: 5px 0;
  font-size: 1.375em;
  font-weight: normal;
  border-bottom: 1px solid #DDD;
  padding-bottom: 15px;
  color: #444;
  background: none;
}

.lead-drivers .form-section {
  margin-bottom: 15px;
  border-bottom: none;
}

.form-fieldset + .form-fieldset + .form-fieldset .form-section {
  border-bottom: none;
  margin-bottom: 0;
}

/*=========================
	Registration
=========================== */

#registration .form-section {
	border: 0px solid;
	padding: 0;
	margin: 0;
}

#registration .box {
	border: 0px none #FFF;
	background-color: #FFF;
	margin: 1.5rem 0 1.75rem 0;
}

#registration .form-fieldset {
	border: 0px none #FFF;
	padding: 0rem 2.0rem;
}

#registration .form-fieldset,
#registration .form-fieldset.valid {
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 1rem;
	background-size: 1.5rem;
	
	border-left-width: 0px;
    margin-left: 0px;
    padding-left: 3.25rem;
}

#registration .form-fieldset .accordion-horizontal-line {
	position: absolute;
    top: 6px;
    bottom: 0;
    left: 11px;
    margin-top: 2rem;
    margin-bottom: -1rem;
    border-left: 2px solid #8F8F8F;
}

#registration .form-fieldset p.field-head {
	position: relative;
}


#registration .form-fieldset p.field-head::after {
	content:'';
	background: url('https://cdn.rcstatic.com/images/site_graphics/newsite/hub/svg/down-arrow.svg');
	position: absolute;
	right: 10px;
    top: 15px;
	background-size: 30px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
	-webkit-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}

#registration .form-fieldset.open p.field-head::after {
	-webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

#registration .field-head {
	border-top: 1px solid #DDD;
	border-bottom: 0px none;
	background-color: #FFF;
	padding: 1.0rem 0px;
}

#registration .form-fieldset:last-of-type .field-head {
	border-bottom: 1px solid #DDD;
	background-color: #FFF; 
}

#registration .form-fieldset::before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    top: 15px;
    border: 2px solid #8F8F8F;
    border-radius: 50%;
}

#registration .form-fieldset.valid::before {
    background-image: url("https://cdn.rcstatic.com/images/site_graphics/newsite/hub/svg/check-666.svg");
    background-size: 24px;
    background-position: -2px;
}

#registration .form-fieldset.invalid::before {
    background-image: url("https://cdn.rcstatic.com/images/site_graphics/newsite/hub/svg/circle-info.svg");
    background-size: 24px;
    background-position: -2px;
    border-color: #F6743F;
}

#registration .form-row {
	width: 100%;
	margin-bottom: 0;
	padding: 0.5rem 0;
}

#registration .form-row label {
	font-size: 1rem;
	line-height: 1.25;
	display: block;
	margin-bottom: 0;
	padding-bottom: 0.5rem;
	width: 100%;
}

#registration .form-row input,
#registration .form-row span.form-border{
	display: inline-block;
	border-radius: 4px;
}

#registration span.form-border {
	background: url("https://cdn.rcstatic.com/images/site_graphics/newsite/hub/svg/down-arrow.svg") scroll 8px white;
	background-repeat: no-repeat;
    background-size: 20px;
    background-position: right;
}

#registration .form-border.inline {
    width: auto;
    min-width: 70px;
}

#registration .cta-wrap {
	padding: 0.5em 0 1em 0 !important;
}

#registration .cta-wrap a.rc-btn {
	border-radius: 4px;
	padding: 0.5em 1em;
}

#registration .form-error-msg {
  	padding: .25em 0 .5em 0;
  	margin: 0;
}

#registration .form-border {
	margin: 0;
}

#registration .edit-profile-full .cta {
	border-bottom: 0px solid;
}

/* Don't know why the 4th child should have a different style. */
#registration #form-accord > div.form-fieldset.open > div > div:nth-child(4) > div.form-error-msg {
  margin-top: 0;
}

/*  accept terms */
#registration .form-row .account p {
    line-height: 1.2;
}
#registration .form-row p.accept-terms {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#registration .form-row p.accept-terms input {
    float: left;
    width: auto;
}
#registration .form-row .account.hub-settings label {
    display: inline-block;
}
#registration .form-row p.accept-terms label {
    display: inline-block;
    float: left;
    width: 90%;
    padding-left: 10px;
    font-size: 0.875em;
    line-height: 1.4;
}
#registration .form-row .account label {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}
/*******************/
@media screen and (max-width: 480px) {

	#registration .cta-wrap a.rc-btn {
	    margin: 10px 0;
	}
}

@media screen and (max-width: 568px) {

	#registration .form-fieldset,
	#registration .form-fieldset.valid,
	#registration .form-fieldset.invalid {
		position: relative;
		background: none;

		border-left-width: 0px;
	    margin-left: 0px;
	    padding: 0px;
	}

	#registration .accordion-horizontal-line{
		display: none;
	}
}

/* ========================
    [11] Sign in / Sign up
=========================== */

#sign-in,
#sign-up {
	text-align: center;
	margin: 15px 10px;
}

#sign-in h2,
#sign-up h2,
.create-account h2,
.why-use h2 {
	text-align: left;
	font-size: 1.5em;
	margin-bottom: 25px;
}

.sign-in,
.sign-up,
.create-account {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #DDD;
}

#sign-in .form-row input,
#sign-up .form-row input,
.create-account .form-row input {
	width: 100%;
}

#sign-in .form-row label.checkbox input {
	width: auto;
}

.sign-up-link {
	font-size: 0.875em;
}

.sign-up .cta {
	margin-top: 25px;
}

.sign-in a.btn {
	margin-bottom: 8px;
}

.forgot {
	line-height: 40px;
	font-size: 0.875em;
}

.access-booking .btn,
.sign-up .btn,
.sign-in .btn {
	padding-left: 20px;
	padding-right: 20px;
}

.reasons-list {
	padding-top: 12px;
}

.reason-item {
	text-align: left;
	padding-left: 25px;
	background: url(../images/site_graphics/newsite/ticks.png) no-repeat left 2px;
	line-height: 20px;
	margin-bottom: 15px;
}

.strength {
	font-weight: 600;
}

.strength.strong {
	color: #749E3A;
}

.edit-profile-full h1 {
	font-size: 2em;
	font-weight: 300;
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
	margin-bottom: 35px;
}

.add-new-card .section-heading,
.edit-profile-full .section-heading {
	font-size: 1.5em;
	font-weight: 600;
}

.add-new-card .section-sub-heading,
.edit-profile-full .section-sub-heading {
	font-size: 1.125em;
}

.section-heading span {
	font-weight: 300;
}

.align-right {
	text-align: right;
}

.box.collapsible {
	position: relative;
	margin-bottom: 0;
	border-bottom: none;
}

.box.collapsible.basic,
.box.collapsible.passport {
	border-bottom: 1px solid #DDD;
	margin-bottom: 35px;
}

.display-form {
	position: absolute;
	top: 21px;
	right: 15px;
	text-decoration: none;
	font-size: 14px;
	padding-right: 25px;
	background: url(images/site_graphics/newsite/ex-expand-arrow-d.png) right 50% no-repeat;
}

.active .display-form {
	background: url(images/site_graphics/newsite/ex-expand-arrow-u.png) right 50% no-repeat;
}

.edit-profile-full .cta {
	float: left;
	width: 100%;
	margin-bottom: 2.0rem;
	border-bottom: 1px solid #DDD;
}

.form-header {
	font-size: 22px;
	width: 100%;
	padding: 4px 5px 10px 5px;
	line-height: 32px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.collapsible .form-wrapper {
	display: none;
	border-top: 1px solid #DDD;
	margin-top: 10px;
}

.collapsible.basic .form-wrapper {
	display: block;
}

.collapsible .form-header {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

p.required {
	margin: 10px 0;
	float: right;
	font-size: 9px;
}

div.accept-terms {
	margin-bottom: 35px;
	display: inline-block;
}

p.accept-terms {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

p.accept-terms input {
	float: left;
}

p.accept-terms label {
	display: inline-block;
	float: left;
	width: 90%;
	padding-left: 10px;
	font-size: 0.875em;
	line-height: 1.4;
}

.add-new-card .cta {
	float: left;
	width: 100%;
	margin-bottom: 35px;
}

.add-new-card .cta a {
}

.add-new-card a.back {
	float: left;
	width: 100%;
}

.add-new-card p.accept-terms {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-align: center;
	margin: 0;
	padding: 15px 10px 25px;
}

.add-new-card p.accept-terms input {
	float: none;
}

.add-new-card p.accept-terms label {
	float: none;
  width: auto;
  padding-left: 5px;
  padding-right: 10px;
}


@media only screen and (min-width: 480px) {
	.add-new-card p.accept-terms {
		display: inline-block;
		width: auto;
		padding: 11px;
		float: right;
	}
	.add-new-card a {
		float: right;
	}
	.add-new-card a.back {
		float: left;
		width: auto;
	}
}


.cta-wrap.loading .throbber {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/site_graphics/newsite/save-throbber.gif) 50% 50% no-repeat #FFF;
  opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.loading .btn.green {
  color: #749E3A;
  color: rgba(255,255,255,0.5);
}


#form-accord {
	padding: 0;
}

.field-head {
	font-size: 22px;
	width: 100%;
	padding: 15px 55px 15px 0px;
	line-height: 32px;
	box-sizing: border-box;
	border-bottom: 1px solid #DDD;
	background: #f1f2f1;
	color: #888;
}

.form-fieldset.open .field-head {
	background: #FFF;
	color: #444;
}

.form-fieldset.valid .field-head {
background-image: url(../images/site_graphics/newsite/crm/icons/svg/green/icon_check-outline.svg);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 32px;
	color: #21A968;
}

.form-section {
	border-bottom: 1px solid #DDD;
	margin-top: 10px;
	padding: 0 15px 15px;
}

.form-error-msg {
	margin-bottom: 8px;
	font-size: 0.750em;
	padding-top: 3px;
	color: #CC0000;
}

#form-accord > div.form-fieldset.open > div > div:nth-child(4) > div.form-error-msg {
  margin-top: 15px;
}


.form-row.required-field.field-error input {
	border-color: #CC0000;
	background: #fef0f0;
}

.form-row.required-field.field-error span {
	border-color: #CC0000;
	background-color: #fef0f0;
}

.form-row.required-field.field-error label {
	color: #CC0000;
}

#form-accord .cta-wrap {
	padding-top: 15px;
}

#form-accord .cta-wrap a {
	display: block;
}

#form-accord .cta-wrap a + a {
	margin-top: 0px;
}

.cta-wrap.loading {
	position: relative;
}

@media only screen and (min-width: 480px) {
	
	
	#form-accord .cta-wrap a {
		display: inline-block;
	}
}

@media only screen and (min-width: 768px) {
	.cta-wrap.loading {
		display: inline-block;
	}
}


.no-bb {
	border-bottom: none;
}

/* Add new card */

.add-new-card .back {
	margin-right: 25px;
}


/* ========================
    No Bookings
=========================== */

.no-bookings {
	float: left;
	width: 100%;
	margin-bottom: 44px;
}

.search-box {
	background: #f5d361;
	background: -moz-linear-gradient(top, #f5d361 0%, #e7bf3b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5d361), color-stop(100%, #e7bf3b));
	background: -webkit-linear-gradient(top, #f5d361 0%, #e7bf3b 100%);
	background: -o-linear-gradient(top, #f5d361 0%, #e7bf3b 100%);
	background: -ms-linear-gradient(top, #f5d361 0%, #e7bf3b 100%);
	background: linear-gradient(to bottom, #f5d361 0%, #e7bf3b 100%);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    float: left;
	width: 100%;
	
}

@media only screen and (min-width: 56.25em) {
  .search-box {
    width: 48%;
  }
}

form#SearchResultsForm {
	padding: 5%;
}

.search-box h2 {
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	padding: 0 0 15px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.3em;
	color: #000;
}

legend {
	display: none;
}

form#search fieldset div,
form#SearchResultsForm fieldset div {
	clear: both;
	height: 30px;
	line-height: 30px;
	padding: 0 0 5px;
	box-sizing: initial;
}

.search-box label {
	display: block;
	width: 100%;
	float: left;
	font-size: 0.875em;
	color: #000;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

fieldset#location-fieldset select,
fieldset#do-location-fieldset select {
	width: 100%;
	height: 30px;
	float: left;
	margin: 0;
	border-radius: 4px;
	background: #FEFEFE;
	border-color: #8E8E8E #E1E1E1 #E1E1E1 #8E8E8E;
	border-style: solid;
	border-width: 1px;
	font-size: 0.813em;
	padding: 5px;
}

form#search div.checkboxcontainer,
form#SearchResultsForm div.checkboxcontainer {
	margin: 0 0 0 0;
	float: left;
	height: 30px;
	line-height: 26px;
}

.checkboxcontainer input {
	width: 13px;
	height: 13px;
	margin: 8px 5px 0 0;
	float: left;
}

.checkboxcontainer label {
	width: auto;
	padding: 0;
	float: left;
}

#do-location-fieldset {
	display: none;
}

#pu-fieldset,
#do-fieldset {
	width: 260px;
	float: left;
	padding: 0 0 15px;
}

#pu-fieldset label,
#do-fieldset label {
	width: 100%;
	padding: 0 0 5px;
}

#pu_whole_date,
#do_whole_date,
#pu_whole_date_footer,
#do_whole_date_footer {
	float: left;
	margin: 0 5px 0 0;
	border-radius: 4px;
	background: #FEFEFE;
	border-color: #8E8E8E #E1E1E1 #E1E1E1 #8E8E8E;
	border-style: solid;
	border-width: 1px;
	font-size: 0.813em;
	padding: 2px 30px 0 9px;
	height: 26px;
	width: 80%;
	box-sizing: content-box;
}

#pu-fieldset select,
#do-fieldset select,
#putime-fieldset select,
#dotime-fieldset select {
	float: left;
	margin: 0 5px 0 0;
	border-radius: 4px;
	background: #FEFEFE;
	border-color: #8E8E8E #E1E1E1 #E1E1E1 #8E8E8E;
	border-style: solid;
	border-width: 1px;
	font-size: 0.813em;
	padding: 5px;
	height: 30px;
    width: 46%
}

#putime-fieldset select,
#dotime-fieldset select {
  width: 44%;
}

#pu-fieldset,
#do-fieldset {
	height: auto;
	width: 62%;
	float: left;
}

.datepicker {
	float: left;
	width: 23px;
	height: 30px;
	background: url('/images/site_graphics/newsite/ico-calendar.png') 0 50% no-repeat transparent;
	margin-left: -31px;
	margin-top: 0px;
	cursor: pointer;
}

#putime-fieldset,
#dotime-fieldset {
	float: left;
	width: 38%;
}

#putime-fieldset label,
#dotime-fieldset label {
	width: 100%;
	padding: 0 0 5px;
}

select#puMonth_select,
select#doMonth_select {
/*	width: 115px;*/
}

#chinese-driver-license {
	display: none;
}

.search-box form input[type="submit"] {
	width: 100%;
	display: block;
	float: right;
	cursor: pointer;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.75em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 14px 30px;
	margin: 10px auto 0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	border: 1px solid #7ca249;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background-color: #a2c375;
	background: -moz-linear-gradient(top, #a2c375 0%, #749e3a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a2c375), color-stop(100%, #749e3a));
	background: -webkit-linear-gradient(top, #a2c375 0%, #749e3a 100%);
	background: -o-linear-gradient(top, #a2c375 0%, #749e3a 100%);
	background: -ms-linear-gradient(top, #a2c375 0%, #749e3a 100%);
	background: linear-gradient(to bottom, #a2c375 0%, #749e3a 100%);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	filter: chroma(color=#000000);
	-webkit-appearance: none;
}

#why_book_bullets {
	float: left;
	width: 50%;
	margin-bottom: 15px;
	margin-top: -63px;
}

#why_book_bullets li {
	color: #FFF;
	font-size: 0.750em;
	line-height: 1.313em;
	background: url('/images/site_graphics/newsite/why_book_bullet.png') left top no-repeat;
	padding: 2px 0px 2px 24px;
	margin-bottom: 2px;
}
/* RESPONSIVE SEARCH FORM */

@media screen and (max-width: 960px) {
	.search-box div,
	form#SearchResultsForm div {
		padding: 0 0 10px;
	}
}

.recent-searches {
	float: right;
	width: 400px;
}

.recent-searches h3 {
	font-size: 1.5em;
	margin-bottom: .2em;
	font-weight: 400;
}

.recent-searches h3+p {
	margin-bottom: 1em;
}

.recent-searches a {
	float: left;
	width: 100%;
	border: 1px solid #DDD;
	background: #FFF;
	padding: 10px;
	color: #444;
	text-decoration: none;
	margin-bottom: 15px;
}

.recent-searches .icon {
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	color: rgba(0, 0, 0, 0.4);
}

.recent-searches .info {
	float: left;
	width: 330px;
	border-left: 1px solid #DDD;
	padding-left: 10px;
	height: auto;
	margin-left: 5px;
}

.recent-searches .info .location {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 8px;
}

.recent-searches .dates {
	font-size: 14px;
	float: left;
}

.popular-destinations {
	float: left;
	width: 100%;
    margin-top: 35px;
}

@media only screen and (min-width: 56.25em) {
  .popular-destinations {
    margin-top: 0;
    float: right;
    width: 50%;
  }
}

.popular-destinations h3 {
	color: #0069a0;
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom: 15px;
}

.destination {
	background-color: #FFF;
	border: #eee 1px solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2%;
	overflow: hidden;
	height: auto;
	margin-bottom: 15px;
}

.destination_img {
	width: 27%;
	height: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
}

.destinationinfo {
	float: left;
	padding: 0;
	margin: 0 0 0 4%;
	width: 68%;
	overflow: hidden;
}

.destination h4 {
	color: #0069a0;
	font-size: 1.375em;
	font-weight: bold;
}

.destination_country {
	float: left;
	text-align: left;
	/* width: 30%; */
	
	width: auto;
	color: #919191;
	margin-top: 3px;
}

.destinationinfo img {
	margin-top: -1px;
	padding-top: 0;
}

.destination_country span {
	color: #919191;
	font-size: 0.813em;
}

.destination_comment {
	border-top: 1px dotted #d7d7d7;
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-top: 7px;
	color: #919191;
	font-size: 0.813em;
	line-height: 1.313em;
}

.destination_comment span {
	color: #618ab7;
}

.popular-destinations .see-more {
	display: block;
	text-align: center;
	line-height: 2.5em;
	text-decoration: none;
}

.popular-destinations .see-more:hover {
	text-decoration: underline;
}

.popular-destinations .see-more i {
	margin-left: 12px;
	font-weight: 600;
}

.der-prompt.cta {
	display: table;
}

.der-info h2 {
	color: #970000;
	font-size: 1.375em;
}

.der-info p {
	font-size: 0.875em;
	line-height: 1.2;
}

.der-prompt p.lead {
	margin: 10px 0;
	font-size: 1.1em;
	font-weight: 600;
}

.der-prompt .cta-wrap {
	margin-top: 15px;
}

.mas-info-link {
	display: block;
	text-align: center;
	font-size: 0.875em;
	margin-top: 10px;
}

@media only screen and (min-width: 768px) {
	.der-info {
		display: table-cell;
		padding-right: 15px;
		border-right: 1px solid #DDD;
	}
	.der-prompt .cta-wrap {
		display: table-cell;
		vertical-align: middle;
		min-width: 185px;
		padding-left: 15px;
	}
}

/* ========================
    [13] Footer
=========================== */

.box.email-verify {
  float: none;
  width: 60%;
  margin: 35px auto;
  padding-top: 110px;
  text-align: center;
  background: url(../images/site_graphics/newsite/envelope-o-64.png) 50% 25px no-repeat #FFF;
}

.box.email-verify.thank-you {
  background: url(../images/site_graphics/newsite/check-o-64.png) 50% 25px no-repeat #FFF;
}

.box.email-verify h2 {
	font-size: 1.375em;
	margin-bottom: .5em
}

.box.email-verify p {
	line-height: 1.2;
	margin-bottom: .5em;
}

.box.email-verify p.small {
	font-size: 0.875em;
}

.email-verify .cta-wrap {
  margin: 1.5em 0;
}

/* ========================
    [13] Footer
=========================== */

#footer {
	clear: both;
	position: relative;
	background: #eee;
	border-top: 1px solid #e6e6e6;
}

#footer .content {
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
	color: #555;
}

#footer #norton {
	background-size: 100% auto;
}

#footer .content {
	overflow: hidden;
}

#footer .content div {
	width: 25%;
	float: left;
}

#footer ul li {
	padding: 0 7px 15px 0px;
}

#footer .content .footer_intro {
	width: 30%;
	text-align: center;
	padding-right: 2%;
	margin-right: 2%;
	border-right: 1px solid #e4dfdf;
}

#footer .content .footer_intro {
	*width: 27% !important;
	*padding-right: 1% !important;
	*margin-right: 1% !important;
	*width: initial !important;
}

#footer .content .footer_intro div {
	width: auto;
}

#footer .content div.footer_iframe_links {
	width: 32%;
	float: left;
}

#footer .content div.footer_iframe_links iframe {
	width: 100%;
	min-height: 210px;
}

#footer .content div.footer_links {
	width: 16.5%;
}
#footer .content div.footer_links ul {
	padding: 10px 0 35px 0;
}
#footer .content div.footer_links li {
	padding: 0 7px 9px 0px;
}

#footer .content div.footer_links li a:visited, 
#footer .content div.footer_links li a:hover, 
#footer .content div.footer_links li a:link {
  font-size: 0.750em;
  line-height: 1.375em;
  padding: 0px;
  line-height: 16px;
  color: #0064c8;
  border-bottom: 1px solid #0064c8;
  text-decoration: none;
}

#footer .content div.footer_links h2 {
	font-size: 0.875em;
	font-weight: bold;
	color: #666;
}

.footer_call_centre {
	background-color: #e0f3fa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 1px solid #dcdcdc;
	padding: 0px 0px 8px;
	font-weight: bold;
	color: #0069a1;
	width: 100% !important;
}

.footer_call_centre_msg {
	background: url(/images/site_graphics/newsite/footer_phone_icon.gif) 14px 12px no-repeat #FFF;
	margin-bottom: 8px;
	color: #8b8b8b;
	font-weight: normal;
	font-size: 80%;
	padding: 16px 16px 12px 64px;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	text-align: left;
	line-height: 1.2em;
	float: none !important;
	min-height: 28px;
}

#footer #rc_footer_logo {
	margin: 0 auto 16px;
}

#footer #rc_norton_logo {
	margin: 16px 0px 0px 16px;
}

#rc_norton_logo_tablet {
	display: none;
}

#footer .content .footer_sub_footer {
	float: left;
	width: 100%;
	padding-top: 10px;
}

#footer .content .footer_sub_footer p {
	font-size: 0.750em;
	color: #8b8b8b;
	float: left;
	width: 37%;
}

#footer .content .footer_sub_footer #footerlogos {
	float: right;
	width: 60%;
	text-align: right;
}

#footer .content div#footerlogos {
	padding-top: 16px;
}

#footerlogos img {
	margin: 0px 0px 20px 30px !important;
}

@media screen and (max-width: 960px) {
	#footer .content {
		width: 95%;
	}
}

@media screen and (max-width: 960px) {
	#footer .content div.footer_iframe_links {
		float: none;
		width: 100%;
	}
	#footer .content div.footer_iframe_links,
	#footer .content .footer_intro {
		float: left;
		width: 100%;
		margin-bottom: 18px;
	}
	#footer .content div.footer_links {
		width: 50%;
	}
	#footer .content div {
		min-height: 0;
	}
	#footer .content .footer_call_centre {
		width: 100% !important;
		padding-bottom: 0;
	}
	#footer .content .footer_call_centre span {
		display: block;
		margin-top: 23px;
	}
	#footer .content .footer_call_centre_msg {
		margin-bottom: 0;
		width: 40% !important;
		-moz-border-radius: 3px 0 0 3px;
		-webkit-border-radius: 3px 0 0 3px;
		border-radius: 3px 0 0 3px;
	}
	#footer #rc_footer_logo,
	#footer #rc_norton_logo {
		margin: 0px;
	}
	#footer #rc_footer_logo {
		float: left;
		margin-bottom: 14px;
		width: 56%;
		max-width: 242px;
	}
	#footer #rc_norton_logo_tablet {
		display: block;
		float: right;
		width: 22%;
		max-width: 87px;
		margin-bottom: 11px;
	}
	#footer #rc_norton_logo {
		display: none;
	}
	#footerlogos img {
		margin-bottom: 7px;
	}
	#footer .content .footer_call_centre_msg {
		float: left !important;
	}
}

@media screen and (max-width: 600px) {
	#footer .content .footer_sub_footer p {
		width: 100%;
	}
	#footer .content .footer_sub_footer #footerlogos {
		width: 100%;
		text-align: left;
	}
	#footerlogos img {
		margin: 0px 30px 12px 0px;
	}
}
/* ========================
    [13] Responsive
=========================== */
/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}
/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
	/* Buttons */
	
	.btn.inline {
		display: inline-block;
		zoom: 1;
		*display: inline;
	}
	/* Bookings */
	
	.pu,
	.do {
		float: left;
		width: 183px;
	}
	.rtl .pu,
	.rtl .do {
		float: right;
	}
	.pu {
		margin-bottom: 0px;
		margin-right: 5px;
	}
	.rtl .pu {
		margin-left: 5px;
		margin-right: 0;
	}
	.bookingbox .cta a {
		float: right;
		width: 50%;
	}
	/* app download */
	
	.app-img {
		float: left;
		width: 200px;
	}
	.app-download-new h2,
	.app-download-new p {}
	.app-download-new .cta {
		text-align: center;
	}
	.app-download-new .cta .btn {
		display: inline-block;
		zoom: 1;
		*display: inline;
		width: 45%;
	}
	.profile-prog-img {
		float: left;
		width: 200px;
	}
	.profile-progress h2,
	.profile-progress p {
		padding-left: 215px;
	}
	.actions-list {
		padding-top: 25px;
		text-align: center;
	}
	.action-item {
		display: inline-block;
		zoom: 1;
		*display: inline;
		width: 30%;
		margin-right: 5px;
	}
	.edit_form_row_action a.cancel_action {
		margin-bottom: 0;
		;
	}
	/* Sign in / Sign up */
	
	#sign-in,
	#sign-up {
		text-align: left;
	}
	.logo-header {
		width: 215px;
	}
}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
	/* Frame */
	
	.r-content {
		padding-left: 150px;
	}
	.rtl .r-content {
		padding-left: 15px;
		padding-right: 150px;
	}
	.box.inline {
		max-width: 65%;
		padding: 25px;
	}
	/* Header */
	
	.logo-header {
		width: auto;
	}
	/* Navigation */
	
	.l-nav {
		position: fixed;
		width: 120px;
		top: 0;
		bottom: 0;
		padding-top: 75px;
	}
	.side-nav li {
		float: none;
		width: auto;
	}
	.stuck {
		position: fixed;
		top: -75px;
	}
	.sticky-wrapper {
		width: auto;
	}
	/* Secondary Nav */
	
	.nav.tabbed.tab-4>.nav-item {
		width: 24%;
	}
	/* Notifications */
	
	.inline-message {
		padding: 10px 10px 10px 52px;
	}
	.inline-message.cta .cta-wrap {
		max-width: 25%;
		float: right;
		clear: none;
		margin-top: 0;
	}
	
	.inline-message.cta h4, .inline-message.cta p {
		width: 75%;
	}
	/* Notification Images */
	
	.svg .inline-message.check-in {
		background-image: url(../images/site_graphics/newsite/icons/32/line/blue/ico-car-rental-centre.svg);
	}
	.inline-message.check-in {
		background-image: url(../images/site_graphics/newsite/icons/32/line/blue/ico-car-rental-centre.png);
	}
	/* App Download */
	
	.app-download-new .hero {
		padding-left: 252px;
  padding-right: 15px;
	}
	.app-img {
		margin-top: -91px;
		margin-left: 0;
		left: 25px;
		top: 50%;
	}
	.app-download-new h2 {
		text-align: left;
		font-size: 1.500em;
	}
	.app-download-new ul li {
		text-align: left;
	}
	.app-download-new ul li .fa {
		float: left;
		margin-right: 8px;
	}
	.rtl .app-download-new .hero {
		padding-right: 252px;
		padding-left: 15px;
	}
	.rtl .app-img {
		width: 182px;
		text-align: center;
		height: 182px;
		position: absolute;
		margin-top: -91px;
		top: 50%;
		right: 35px;
		left: auto;
	}
	.rtl .app-download-new h2 {
		text-align: right;
	}
	.rtl .app-download-new ul li {
		text-align: right;
	}
	.rtl .app-download-new ul li .fa {
		float: right;
		margin-right: 0;
		margin-left: 8px;
	}
	.rtl .app-download-new .cta {
		text-align: right;
	}
	.rtl .percent-box {
		float: right;
	}
	.rtl .to-do {
		text-align: right;
		margin-right: 150px;
		margin-left: 0;
		border-right: 1px solid #DDD;
		border-left: none;
		padding-left: 0;
		padding-right: 15px;
	}
	/* Forms */
	
	.form h2 {
		font-size: 1.5em;
	}
	.form h2+p {
		margin: 1em 0;
		line-height: 1.4em;
	}
	.form .cta {
		margin-top: 1em;
	}
	.form .form-row input {
		width: 100%;
	}
	
	.form-row input,
	.edit_form_row input {
		width: 240px;
	}
	.sign-in .form-row input,
	.sign-up .form-row input,
	.create-account .form-row input {
		width: 100%;
	}
	.form-border {
		width: 240px;
	}
	.form-row label.checkbox {
		text-align: left;
	}
	.form-row label.checkbox input {
		width: auto;
	}
	
	#newpasswordLabelId {
		width: 100%;
	}
	
	label.l-block {
		text-align: left;
		width: 100%;
	}
	
	
	.form-error-msg {
  	padding-left: 195px;
	}
	
	/* Settings Form */
	
	.settings_content_row {
		padding: 0 0 10px 200px;
	}
	.rtl .settings_content_row {
		padding: 0 200px 10px 0;
	}
	.settings_content_row.credit-cards {
		padding-left: 0;
	}
	.rtl .settings_content_row.credit-cards {
		padding-right: 0
	}
	.settings_label {
		float: left;
		width: 200px;
		margin-left: -200px;
	}
	.rtl .settings_label {
		float: right;
		margin-right: -200px;
	}
/*
	.edit_form_row .form-border,
	.edit_form_row .form-border select {
		width: auto;
	}
*/
	.card-type {
		display: block;
	}
	.card-number {
		margin: 0 15px;
		width: 225px;
	}
	.card-expire {
		margin: 0 15px;
		width: 95px;
	}
	
	.rtl .edit_form_row_action {
		text-align: left;
	}
	.settings_content_row .cta-add {
		clear: both;
		margin-top: 5px;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}
	.info_tip {
		display: inline-block;
	}
	.form-row.invalid label,
	.edit_form_row.invalid label {
		color: #CC0000;
	}
	.edit_form_row.invalid input {
		border-color: #CC0000;
		background: #fef0f0;
	}
	.edit_form_row .error {
		float: left;
		width: auto;
		padding-left: 195px;
		font-size: 0.875em;
		color: #CC0000;
	}
	/* Sign in / Sign up */
	
	#sign-in,
	#sign-up {
		text-align: left;
		width: 900px;
		margin: 0 auto;
		margin-top: 91px;
	}
	.sign-in,
	.access-booking,
	.sign-up,
	.why-use,
	.create-account {
		float: left;
		width: 50%;
	}
	.sign-in,
	.sign-up,
	.create-account {
		padding-right: 20px;
		border-right: 1px solid #DDD;
	}
	.access-booking,
	.why-use {
		padding-left: 20px;
	}
	.sign-in,
	.sign-up,
	.create-account {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.percent-box {
		float: left;
	}
	.to-do {
		text-align: left;
		margin-left: 150px;
		border-left: 1px solid #DDD;
		border-top: none;
		width: auto;
		padding-left: 15px;
		padding-top: 0;
		min-height: 159px;
	}
	.to-do li {
		width: 45%;
		margin-right: 10px;
		margin-bottom: 15px;
	}
	.cust-action-list div {
		display: table-cell;
		text-align: left;
	}
	.cust-action-list div.cta {
		text-align: right;
	}
}
/* ===== == = === 56.25em (900px) === = == ===== */

@media only screen and (min-width: 56.25em) {
	/* Bookings */
	
	.booking-img {
		width: 40%;
  	text-align: left;
  	padding-right: 30px;
	}
	.booking-info {
		float: right;
		width: 58%;
		border-top: 0;
		border-bottom: 0;
		border-left: 1px solid #DDD;
		padding-left: 15px;
	}
	.bookingbox .cta {
		width: 100%;
		border-top: 1px solid #DDD;
	}
	.bookingbox .cta a {
		width: 20%;
		margin-bottom: 0;
	}
	/* !idea */
	
	.bookingbox .cta a {
		width: 19%;
		margin-bottom: 0;
		text-align: center;
		color: #444;
		/*		border-left: 1px solid #DDD;*/
		
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
		padding: 10px 0;
		margin-right: 5px;
	}
	.bookingbox .cta .btn {
		padding: 10px 25px;
		white-space: nowrap;
	}
	/*
	.bookingbox .cta a:last-of-type {
		border-left: 0;
	}
*/
	
	.bookingbox .cta a:hover {
		color: #222;
		background: #e9f3fc;
		border-radius: 8px;
	}
	.bookingbox .cta a:hover i.ico {
		color: #444;
	}
	.bookingbox .cta a i.ico {
		display: block;
		-webkit-transition: color 200ms linear;
		-moz-transition: color 200ms linear;
		-ms-transition: color 200ms linear;
		-o-transition: color 200ms linear;
		transition: color 200ms linear;
		width: 24px;
		margin: 0 auto 10px;
	}
	/* end !idea */
	
	.app-img {
		float: left;
		width: 182px;
		text-align: center;
		height: 182px;
		position: absolute;
		margin-top: -91px;
		top: 50%;
		left: 35px;
	}
	.app-download-new .hero {
		padding-left: 252px;
        padding-top: 0;
	}
	.app-download-new h2,
	.app-download-new p {}
	.app-download-new .cta {
		margin-top: 25px;
		margin-bottom: 25px;
		text-align: left;
	}
	.app-download-new .cta .btn {
		width: auto;
		margin-bottom: 0;
	}
	.profile-prog-img {
		width: 288px;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.profile-progress h2,
	.profile-progress p {
		padding-left: 290px;
	}
	.actions-list {
		padding-left: 290px;
		text-align: left;
	}
  .form-row label,
	.edit_form_row label {
		width: 180px;
		margin: 0 10px 0 0;
		text-align: left;
	}
  .edit_form_row_action {
    display: block;
    width: 432px;
    text-align: right;
  }
}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
	.card-name {
		float: left;
		width: 280px;
		display: block;
	}
}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1100px) {
	/* HEADER */
	
	#header-main {
		position: static;
	}
	body #header-main .container {
		width: 1100px;
	}
	/* Typography */
	
	.section-heading {
		font-size: 2em;
	}
	.section-sub-heading {
		font-size: 1.375em;
	}
	/* Frame */
	
	.dashboard {
		width: 1100px;
		margin: 0 auto;
		padding: 0;
		padding-top: 30px;
	}
	.r-content {
		width: 850px;
		float: right;
		padding: 0 0 0 30px;
	}
	.rtl .r-content {
		float: left;
		padding: 0 30px 0 0px;
	}
	/* Navigation */
	
	.profile {
		display: block;
	}
	.l-nav {
		position: static;
		float: left;
		width: 220px;
		background: #F9F9F9;
		padding-top: 0;
	}
	.rtl .l-nav {
		float: right;
	}
	.stuck {
		position: fixed;
		top: 25px;
	}
	.side-nav {
		display: block;
		margin: 0;
		padding: 0;
		list-style-type: none;
		list-style-position: inside;
	}
	.side-nav li {
		font-size: 1.000em;
		text-align: left;
		margin-bottom: 15px;
	}
	.side-nav li a {
		display: block;
		background: #f9f9f9;
		font-weight: normal;
		color: #444;
		margin: 0;
		padding: 1rem 0.875rem;
		text-decoration: none;
	}
	.rtl .side-nav li {
		text-align: right;
	}
	.side-nav li a.active {
		background: #f1f1f1;
	}
	.side-nav li a.disabled {
		color: #999;
		cursor: default;
	}
	.side-nav li a {
		color: #444;
	}
	.side-nav li a.active {
		background: #f1f1f1;
		color: #1B65A4;
	}
	.nav-nest {
		display: block;
	}
	.side-nav .fa {
		display: inline-block;
		zoom: 1;
		*display: inline;
		margin: 0 8px 0 0;
	}
	.m-nest-nav {
		display: none;
	}
	.rtl .side-nav .fa {
		margin: 0 0 0 8px;
	}
	.rtl .side-nav li li a {
		padding: 10px 48px 10px 0;
	}
	.rtl .side-nav li li a:hover,
	.rtl .side-nav li li a.active {
		box-shadow: inset -5px 0px 0px 0px #2d9edf;
	}
	#sign-in,
	#sign-up {
		margin-top: 0px;
	}
	.to-do li {
		width: 30%;
	}
}

/* NEW FOOTER */
.footer-new{text-align:center;background:#F5F5F5;width:100%;clear:both;display:block;padding:10px 0;border-top:1px solid #ddd;position:relative}.footer-new .inner{margin:0 auto;display:block;float:none}.footer-new .inner .copy{margin:5px 10px 10px;padding:0}.footer-new .inner p{display:block;color:#888;line-height:15px;margin:2px 0 0;font-size:11px;font-weight:700}.footer-new .inner .copy img{width:100px;margin:0 10px 15px 0;padding:0 10px 0 0}.footer-new .inner .footerlogos{margin:10px 0 0;padding:0;text-align:center}.footer-new .inner .footerlogos img{margin:25px auto 0;padding:0;display:block}.footer-new .clearfix{clear:both}@media only screen and (min-width:768px){.footer-new .inner .copy{float:left}.footer-new .inner .copy img{width:100px;float:left;margin:0 10px 0 0}.footer-new .inner p{margin-left:120px;text-align:left;padding-right:80px}.footer-new .inner .footerlogos{float:left;width:100%;border-top:1px solid #DDD;padding-top:10px}.footer-new .inner .footerlogos img{display:inline-block;margin:0 25px}}@media only screen and (min-width:56.25em){.footer-new{height:80px}.footer-new .inner .copy{float:left;max-width:55%;margin:5px 10px 10px;padding:0}.footer-new .inner .copy img{float:left;margin:0 10px 0 0;padding:0 10px 0 0;border-right:1px solid #ddd}.footer-new .inner p{float:left;width:275px;margin-left:0;padding-right:0}.footer-new .inner .footerlogos{float:right;width:auto;margin:10px 0 0;padding:0;border-top:none}.footer-new .inner .footerlogos img{margin:5px 10px;padding:0;display:inline-block;zoom:1}}@media only screen and (min-width:980px){.footer-new .inner{width:980px}}


/*
Language options
*/

.logo-header img {max-width: 100%;
}

.opt-toggle {
	display: none;
}

@media screen and (max-width: 568px) {

	.opt-toggle {
		margin: 0;
		display: block;
		float: right;
		padding: 5px 0;
	}

	.opt-toggle-bar {
		background-color: #1B65A4;
		display: block;
		height: 3px;
		width: 20px;
		line-height: 14px;
		margin-top: 3px;
		vertical-align: text-top;
	}

	#options {
		width: 100%;
		padding: 15px 0 0;

	}
}


.remove-cc .default {
	display: none;
}

@media only screen and (min-width: 480px) {
	.remove-cc .default {
		display: block;
	}
}


/* Link emails addresses */

.link-email {
  border-top: 1px solid #DDD;
  padding-top: 15px;
}

.link-email h3 {
  font-weight: bold;
  margin-bottom: 5px;
  color: #2d9edf;
}

.link-email p {
  font-size: 14px;
  line-height: 1.4;
}


.newsletterSignup {
	margin-top: 15px;
	padding-left: 0!important;
}
.newsletterSignup label {
	margin-right: 10px
}

@media only screen and (min-width: 768px) {
	.newsletterSignup {
		margin-top: 10px;
		padding-left: 195px!important;
	}
	.newsletterSignup label {
		margin-right: 5px
	}
}

@media only screen and (max-width: 992px) {
	.upgrade {
		border-top: 0px;
		border-bottom: 1px solid #DDD;
	}
}

.group:before, .group:after { content: ""; display: table; }
.group:after { clear: both; }
.group { zoom: 1; /* For IE 6/7 (trigger hasLayout) */ }
.upgrade-banner { background: #FFF; box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4); margin-top: 15px; padding: 15px; position: relative; }
.upgrade-banner strong { font-weight: 700; }
.upgrade-banner .title + p {}
.upgrade-banner .title { font-size: 20px; font-weight: 700; margin-bottom: 6px; color: #0069a1; }
.class { padding: 4px 6px; border-radius: 3px; font-size: 12px; font-weight: 400; display: inline-block; margin: 5px 0 -20px; position: relative; }
.class.mini { background: rgba(245, 229, 177, .6); }
.upgrade-banner .car-img { float: left; width: 200px; }
.upgrade-banner .car-img img { max-width: 100%; }
.upgrade-banner .car-details { float: left; margin-left: 20px; max-width: 450px; padding: 0 15px; border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; min-height: 162px; }
.upgrade-banner .car-details p.car-class { font-weight: 400; color: #666; line-height: 18px; margin-bottom: 5px; }
.upgrade-banner .car-details .car-spec-strong { display: block; clear: both; font-weight: 700; }
.upgrade-banner .car-details .car-spec-strong li { padding: 0 2px; margin-right: 0; line-height: 18px; font-size: 14px; float: left; }
.upgrade-banner .car-details .car-spec-strong li.result_seats { padding-left: 0; }
.upgrade-banner .car-details .car-spec-strong em { color: #a0a0a0; font-weight: 400; }
.upgrade-banner .car-details .perfectFor { clear: both; padding-top: 10px; margin-top: 15px; float: left; border-top: 1px solid #e6e6e6; }
.upgrade-banner .car-details .perfectFor span { display: block; margin: 0 0 5px; font-size: 12px; font-style: italic; font-weight: 400; color: #888; line-height: 14px; }
.upgrade-banner .price-cta .cta { width: 234px; position: absolute; bottom: 0; }
.upgrade-banner .cta .up-btn { cursor: pointer; display: block; margin: 16px auto 5px; padding: 10px; font-weight: 700; font-size: 18px; background: #749E3A; text-align: center; color: #fff; border: 1px solid #688D34; border-radius: 6px; text-decoration: none; }
.more-btn { display: block; background: #e6e6e6; text-align: center; padding: 6px 4px; font-size: 12px; border-radius: 4px; text-decoration: none; border: 1px solid rgba(0, 0, 0, 0.05); }
.upgrade-banner .price-cta { width: 234px; position: absolute; top: 91px; bottom: 10px; right: 15px; padding: 0 0 0 15px; }
.upgrade-banner .price-cta .price { text-align: right; padding: 10% 0; }
.upgrade-banner .price-cta .price .num-days { color: #888; font-size: 14px; }
.upgrade-banner .price-cta .price .now { color: #444; font-weight: 700; font-size: 26px; }
a#hide { position: absolute; top: 19px; right: 15px; }
.upgrade-banner .body { float: left; width: 590px; }
div#avail-upgrades { display: none; width: 750px; color: #444; }
div#avail-upgrades .upgrade-box { float: left; width: 100%; position: relative; margin-bottom: 15px; border: 1px solid #e6e6e6; box-sizing: border-box; padding: 10px; }
div#avail-upgrades .upgrade-banner .car-details { float: left; margin-left: 20px; max-width: 283px; min-height: 158px; }
div#avail-upgrades .upgrade-banner .price-cta { width: 153px; top: 10px; right: 10px; padding: 0; }
div#avail-upgrades .upgrade-banner .price-cta .cta { width: 153px; position: absolute; bottom: 0; }
div#avail-upgrades .upgrade-banner .car-details .perfectFor { font-size: 14px; }
div#avail-upgrades .upgrade-banner .price-cta .price { padding: 0; }
div#avail-upgrades .upgrade-banner .title { font-size: 24px; color: #444; padding-bottom: 15px; }
div#avail-upgrades .close { width: 24px; height: 24px; position: absolute; background: url(/images/site_graphics/newsite/close-22-24.png); top: 25px; right: 25px; z-index: 1; cursor: pointer; }
@media screen and (max-width: 768px) {
    .upgrade-banner { width: 600px; margin: 15px auto 0; box-sizing: border-box; text-align: center; }
    .upgrade-banner .title { font-size: 18px; font-weight: 300; border-bottom: none; margin-bottom: 0; }
    .upgrade-banner .title + p { font-size: 16px; }
    .upgrade-banner .body { width: 100%; float: none; }
    /*POP*/
    div#avail-upgrades { width: 90%; height: 90%; overflow-y: scroll; }
    div#avail-upgrades .upgrade-box { float: left; width: 100%; position: relative; margin-bottom: 15px; border: 1px solid #e6e6e6; box-sizing: border-box; padding: 24px 5px 5px 5px; }
    div#avail-upgrades .upgrade-banner { text-align: left; }
    div#avail-upgrades .upgrade-banner { text-align: left; }
    div#avail-upgrades .upgrade-banner .car-img { float: left; width: 40%; }
    div#avail-upgrades .upgrade-banner .car-details { max-width: 53%; box-sizing: border-box; }
    div#avail-upgrades .upgrade-banner .price-cta { width: 100%; top: 0px; right: 0; padding: 0; float: left; clear: both; position: inherit; }
    div#avail-upgrades .upgrade-banner .price-cta .cta { float: right; position: static; }
    div#avail-upgrades .upgrade-banner .price-cta .price { float: left; }
    div#avail-upgrades .upgrade-banner .car-details { max-width: 60%; box-sizing: border-box; margin: 0; border: none; padding-left: 5px; font-size: 12px; }
    div#avail-upgrades .upgrade-banner .car-details .car-spec-strong li { font-size: 12px; }
}
@media screen and (max-width: 568px) {
    .upgrade-box { padding-top: 24px; }
    .upgrade-banner { width: 90%; margin: 15px auto 0; }
    .car-img p { position: absolute; top: 0; }
    div#avail-upgrades .upgrade-banner .title + p { font-size: 14px; }
    div#avail-upgrades .upgrade-banner .car-details .perfectFor { font-size: 12px; }
    div#avail-upgrades { width: 100%; }
    div#avail-upgrades .upgrade-banner .car-details p.car-class { font-size: 16px; }
    div#avail-upgrades .close { top: 25px; right: 25px; }
    div#avail-upgrades .upgrade-banner .price-cta { border-top: 1px solid #e6e6e6; margin-top: 5px; }
    .upgrade-banner .price-cta .price .num-days { font-size: 12px; margin-top: 4px; }
    div#avail-upgrades .upgrade-banner .price-cta .price { width: 40%; text-align: left; }
    .upgrade-banner .price-cta .price .now { font-size: 18px; line-height: 20px; }
    .upgrade-banner .cta .up-btn { display: block; margin: 8px auto 0; padding: 8px; font-weight: 700; font-size: 16px; }
}

/* UPGRADES */
.upgrade { 
    float: left;
    width: 100%;
    border-top: 1px solid #DDD;
    padding: 15px 0;
    position: relative;
}

.upgrade .title {
    color: #2d9edf;
    font-weight: 600;
    margin-bottom: 8px;
}

.upgrade p {
    color: #666;
    font-size: 14px;
}

@media screen and (max-width: 992px) {
	.upgrade p {
		margin-bottom: 10px;
	}
}

.view-up-cta {
    position: absolute;
    right: 0;
    margin-top: -20px;
    top: 50%;
}

@media screen and (max-width: 992px) {
	.view-up-cta {
		position: inherit;
		display: inline;
	}
}

.view-up-btn {
    color: #2d9edf;
    font-size: 14px;
    height: 40px;
    display: block;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #2d9edf;
    background-color: #FFF;
    cursor: pointer;
}

#feedbackFullProtection .inline-message {
	display: none;
}

.der-info .small {
	margin-top: 10px;
	font-size: 12px;
}

#excessexplainedbox {
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: arial, sans-serif;
}
#excessexplainedbox h1 {
	line-height: 1.2;
	padding: 0.438em 1em;
	color: #ffffff;
	background: #1B65A4;
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size:
	0.875em;
	vertical-align: top;
}
#excessexplainedbox h2 {
	margin-bottom: 2em;
	font-size: 0.875em;
	padding: 0.438em 1em;
	line-height: 1.2;
	color: #ffffff;
	vertical-align: middle;
	background-color: #489ae3;
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: top;
}
#excessexplainedbox h3 {
	font-size: 1.125em;
	font-weight: bold;
	color: #444444;
	margin-left: 16px;
}
#excessexplainedbox hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #dddddd;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 0;
}
#excessexplainedbox p {
	margin-left: 1em;
	font-size: 0.875em;
	line-height: 1.3;
}
#excessexplainedbox ul {
	color: #444444;
	margin-left: 1em;
	margin-top: 1.125em;
	font-size: 0.750em;
	line-height: 1.4;
}
#excessexplainedbox ul li ul {
	font-size: 1.125em;
	margin-left: 0.250em;
	margin-top: 0.750em;
}

.rc-check-mark.rc-offset-top.rc-small,
.rc-x-mark.rc-offset-top.rc-small {
	background-position: left 0.313em;
}

ul li.rc-check-mark,
ul li.rc-x-mark {
    background-repeat: no-repeat;
    background-position: left;
    padding-top: 3px;
    padding-right: 0;
    padding-bottom: 3px;
    padding-left: 24px;
    min-height: 6px;
}

.rc-check-mark.rc-circle.rc-solid.green-1 {
	background-image: url(/images/site_graphics/newsite/icons/ticks/check-mark-circle-solid-green-1.png);
}

.rc-check-mark.green-1 {
	background-image: url(/images/site_graphics/newsite/icons/ticks/check-mark-green-1.png);
}

.rc-x-mark.rc-circle.rc-outline {
    background-image: url(/images/site_graphics/newsite/icons/ticks/x-mark-circle-outline.png);
}

#addProtectionWarning.disabled {
	background: #B6B9B8;
}

#firstTimePrefs .saveDetails {
	margin-bottom: 100px;
}
#firstTimePrefs span.firstTimePrefError {
	display: block;
	font-size: 0.750em;
	padding-left: 195px;
	padding-top: 3px;
	padding-bottom: 4px;
	color: #CC0000;
}
@media only screen and (max-width: 900px) {
	#firstTimePrefs span.firstTimePrefError {
		padding-left: 5px;
	}
}
#firstTimePrefs p.required {
	margin: 0px;
}
#firstTimePrefs p.checkbox-desc {
	font-size: 0.750em!important;
}
#firstTimePrefs label.checkbox-wrap {
	line-height: 20px;
}
#firstTimePrefs label.checkbox-wrap input[type="checkbox"] {
	width: 25px;
}
#firstTimePrefs .section_settings h2 + p {
	margin: 0px 0px 20px 0px;
	font-size: 0.875em;
	color: #444;
}
#firstTimePrefs .section_settings p.checkbox-desc {
	font-size: 0.875em;
	margin-top: 10px;
}
#firstTimePrefs .ui-tooltip {display: none;}
@media only screen and (min-width: 900px) {
	#firstTimePrefs .section_settings p.checkbox-desc {
		padding-left: 195px;
		margin-top: 0px;
	}
	#firstTimePrefs .form-row label.checkbox-wrap,
	#firstTimePrefs .edit_form_row label.checkbox-wrap {
		width: 360px;
	}
}
#firstTimePrefs div.form-row.error span.date_picker {
	border-color: #cc0000;
	background-color: #fef0f0;
}

.pref_currency{
	overflow:visible;
}