<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }

.rshow {
	display: none !important;
}

h1.page-title {
	display: inline-block;
	padding: 0px 0px 10px;
}

#responsive-menu {
	display: none;
	float: right;
}

#user-page &gt; .padded {
	padding-top: 10px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0px 5px;
	font-weight: bold;
	padding: auto !important;
}

table.minimal {
	border-collapse: collapse;
	border: 1px solid black;
	width: 100%;
	cursor: default;
	margin: 5px 0px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.65);
	background: white;
}
table.minimal th {
	border-bottom: 1px solid black;
	padding: 1px 5px;
	font-weight: bold;
}
table.minimal tfoot td, table.minimal tfoot td:hover {
	border-top: 1px solid black;
	font-weight: bold;
	background: white !important;
}
table.minimal td {
	font-size: 12px;
	padding: 3px 6px;
}
table.minimal td, table.minimal th {
	word-break: hyphenate;
}
table.minimal tr:nth-child(2n-1), table.minimal tr.odd:nth-child(n) {
	background: rgba(0, 0, 0, 0);
}
table.minimal tr:nth-child(2n), table.minimal tr.even:nth-child(n) {
	background: rgba(0,0,0,0.1);
}
table.minimal tr:hover td {
	background: rgba(0, 0, 0, 0.2);
	//color: #318FD8;
}

.modal {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
	position: fixed;
	top: 0px;
	left: 0px;
	user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	z-index: 10000;
	color: #000;
	
}
.modal .modal-window {
	background: white;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
	margin-top: 4%;
	width: 600px;
	max-width: 90%;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.5);
	user-select: auto;
	-o-user-select: auto;
	-ms-user-select: auto;
	-moz-user-select: auto;
	-webkit-user-select: auto;
	overflow: hidden;
}
.modal .modal-window &gt; header {
	padding: 10px 10px 7px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
.modal .modal-window .modal-body {
	padding: 10px;
	overflow-y: scroll;
	max-height: 70%;
}
.modal .modal-window &gt; footer {
	padding: 10px 10px 7px;
	text-align: right;
	border-top: 1px solid #CCC;
}
.modal .close {
	float: right;
	cursor: pointer;
	font-size: large;
	color: #666;
	display: inline-block;/*ie7*/zoom:1;*display:inline;/*ie7end*/
	text-align: center;
	height: 13px;
	width: 13px;
	background: transparent;
	line-height: 13px;
	border-radius: 10px;
	font-weight: 400;
	border: 1px solid transparent;
}
.close:hover {
	background: #EC978B;
	border: 1px solid #CF776C;
	text-shadow: 1px 1px 0px #CF776C;
	height: 13px;
	width: 13px;
	color: white;
}

table.sidebar-layout {
	margin: 10px -20px -20px;
	border-collapse: collapse;
	border-top: 1px solid #CCC;
}

table.sidebar-layout td {
	vertical-align: top;
}

table.sidebar-layout td.sidebar {
	padding: 0px;
	border-right: 1px solid #CCC;
}

table.sidebar-layout .body {
	width: 100%;
	padding: 20px;
}

.sidebar &gt; ul {
	padding-left: 0px;
	width: 150px;
	float: left;
	margin: 0px;
	min-height: 500px;
	padding-bottom: 30px;
}
.sidebar &gt; ul li {
	list-style-type: none;
}

.table-container {
	overflow-y: auto;
	border: 1px solid black;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.65);
}
.table-container table.minimal {
	border: none !important;
	box-shadow: none !important;
}

.sidebar &gt; ul a {
	display: block;
	padding: 5px;
	cursor: pointer;
	color: black;
}
.sidebar li.title {
	text-align: center;
	text-transform: uppercase;
	color: #888;
	margin: 2px 0px;
	cursor: default;
	font-weight: bold;
}
.sidebar &gt; ul a:hover, .sidebar &gt; ul a:focus {
	background: #318FD8;
	color: white;
	outline: none;
}
.sidebar &gt; ul li.divider {
	margin: 5px 10px;
	padding: 0px;
	border-bottom: 1px solid #CCC;
}
ul.dropdown li a, .sidebar &gt; ul li a {
	text-decoration: none;
}
.sidebar &gt; ul li a [class^="icon-"], .sidebar &gt; ul li a [class*=" icon-"] {
	background-image: url("/css/users/bootstrap/img/glyphicons-halflings.png");
	margin: 0px 5px 0px 5px;
}
.sidebar &gt; ul li a:hover [class^="icon-"], .sidebar &gt; ul li a:hover [class*=" icon-"] {
	background-image: url("/css/users/bootstrap/img/glyphicons-halflings-white.png");
}

.label {
	display: inline-block;/*ie7*/zoom:1;*display:inline;/*ie7end*/
	padding: 1px 4px;
	color: white;
	background: #999;
	border-radius: 4px;
	margin: 1px 0px;
}
.label.label-small {
	padding: 0px 4px;
}
.label.blue		{ background: #318FD8; }
.label.green	{ background: #7BCC3A; }
.label.yellow	{ background: #FFDE00; }
.label.orange	{ background: #FFB400; }
.label.red		{ background: #FD494D; }
.label.purple	{ background: #BA00CA; }

#facebook-field {
	font-size: 12px;
}
#facebook-field.btn {
	width: 168px;
	text-align: center;
}
.facebook-field {
	border: 1px solid #CCC;
	padding: 2px;
	display: inline-block;/*ie7*/zoom:1;*display:inline;/*ie7end*/
	width: 194px;
	text-align: left;
	background: white;
}
.facebook-field &gt; * {
	vertical-align: middle;
	max-height: 28px;
	margin-right: 5px;
	font-size: 12px;
}
.facebook-field .remove {
	float: right;
	font-size: 20px;
	color: #888;
}
.facebook-field:hover .remove {
	color: black;
}


.location, .journey {
	border: 1px solid black;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.375);
	padding: 5px;
	margin: 0px 0px 10px;
}
.location header, .journey header {
	color: #C65F48;
	text-align: center;
	margin: 0px 0px 5px;
	font-size: 16px;
	text-transform: uppercase;
}
.location .map, .journey .map {
	height: 150px;
	max-width: 200px;
	width: 200px;
	background: url('/imgs/common/ajax-loader-maps.gif') #A9C7EF;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
	float: left;
	border: 1px solid #666;
}
.location .map .no-map, .journey .map .no-map {
	text-align: center;
	padding: 55px 10px 0px;
	color: #333C48;
}
.location .not-map, .journey .not-map {
	max-width: 320px;
	float: right;
}
.journey .detail {
	margin-bottom: 10px;
}
.location address, .journey address, .journey .detail {
	color: #333;
	font-size: 14px;
	font-style: normal;
}
.location .actions, .journey actions {
	margin-top: 10px;
}

ul.editable {
	padding-left: 0px;
}
ul.editable li {
	list-style-type: none;
	display: block;
	width: 100%;
	padding: 5px;
	font-size: 14px;
}
ul.editable li:hover {
	background: #F6F6F6;
}
ul.editable a {
	font-size: 18px;
	float: right;
	color: #CCC;
}

th.rotate {
	height: 140px;
	white-space: nowrap;
}

th.rotate &gt; div {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	width: 140px;
	vertical-align: middle;
	text-align: right;
	height: 30px;
	margin: 0px -55px;
}

table.display {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCC;
	background: white;
}
table.users-manage-wrapper {
	margin-bottom: 75px;
}
table.display th {
	font-weight: bold;
}
table.display th.multi-line {
	padding-top: 0px;
	padding-bottom: 0px;
}
table.display td, table.display th {
	padding: 10px;
	border: 1px solid #CCC;
}
table.display tr:hover td {
	background: #F6F6F6;
}

table.display.compact td, table.display.compact th {
	padding: 4px;
}

.checkbox {
	width: 12px;
	height: 12px;
	background: url('/css/users/checkbox.png');
	background-position: 0px 0px;
	cursor: pointer;
	display: inline-block;/*ie7*/zoom:1;*display:inline;/*ie7end*/
	vertical-align: -1px;
	outline: none;
	-webkit-transition: box-shadow linear 0.25s, border-color linear 0.25s;
	transition: box-shadow linear 0.25s, border-color linear 0.25s;
}
.checkbox.checked {
	background-position: 12px 0px;
}
.checkbox:focus {
	outline: 1px solid #318FD8;
	outline-offset: -1px;
	box-shadow: 0px 0px 8px rgba(0,153,255,0.5);
}

.hide {display: none;}



form .field {
	clear: both;
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
form .field &gt; * {
	vertical-align: middle;
}
form .field &gt; label {
	display: inline-block;/*ie7*/zoom:1;*display:inline;/*ie7end*/
	width: 100px;
	margin-right: 5px;
	text-align: right;
	font-size: 12px;
	vertical-align: -3px;
}
form .field &gt; label.short {
	width: 70px;
}

.field .valid {
	display: inline-block;/*ie7*/zoom:1;*display:inline;/*ie7end*/
}
.field .valid:after {
	content: '\2022';
	color: #AAA;
	font-size: 32px;
	line-height: 0px;
	vertical-align: -9px;
	-webkit-transition: color 1s;
	transition: color 1s;
}
.field .valid.ok:after {
	color: #7BCC3A;
}

#session-pop {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #008DD4;
	color: white;
	padding: 8px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	border-top: 1px solid #007FBF;
	z-index: 3000;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
}
#session-pop:hover {
	background: #007FBF;
}


.user-notes.threaded {
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
.user-notes.threaded .comment {
	margin: 10px 0px 10px;
	padding-bottom: 10px;
	clear: both;
	border-bottom: 1px solid #CCC;
}
.user-notes.threaded .comment.first {
	margin-top: 5px;
}
.user-notes.threaded .comment.last {
	margin-bottom: 5px;
	border-bottom: none;
}
.user-notes.threaded .comment .profile-picture {
	width: 32px;
	margin-right: 6px;
	float: left;
}
.user-notes.threaded .comment .details {
	color: #999;
	font-size: 12px;
}
.user-notes.threaded .message {
	background: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.profile-picture  {
	width: 64px;
	padding: 5px;
	border: 1px solid #CCC;
}

code,pre {
	background: #F2F2F2;
	border: 1px solid #DDD;
	padding: 5px;
	word-wrap: break-word;
	font-size: 12px;
}

.field-vertical label, .field-vertical input {
	display: block;
	margin-bottom: 5px;
	box-sizing: border-box;
}

.booking-detail {
	padding-bottom: 5px;
}
.booking-detail &gt; strong {
	width: 37%;
	text-align: right;
	margin-right: 5px;
	display: inline-block;/*ie7*/zoom:1;*display:inline;/*ie7end*/
}

@media print {
    #header, #nav-menu, #footer, #slidebar-menu, .sidebar, .print-hide, .background-map {
        display: none;
    }

    .sidebar-layout, .sidebar-layout td, #user-page {
    	border: none !important;
    }
}

/***************************************/
/*  Journey Review in bookings pop up  */
/***************************************/

.review-container {
    padding: 20px;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.review-container-inner {
    margin-top: 40px;
}

#review-details {
    color: #999;
    display: block;
    font-size: 12px;
}

.star_reviews_block {
    text-align: right;
    margin-right: 50px
}

.star-bar {
    width: 160px;
    height: 32px;
    display: inline-block;
    zoom: 1;
    background: #999999;
    text-align: left;
    line-height: 32px;
}

.star-bar &gt; div, .star-bar &gt; .fill {
    height: 32px;
    margin-bottom: -32px;
    display: block;
    background: #FCA205;
    width: 0%;
}

.star-bar:after {
    width: 160px;
    height: 32px;
    display: inline-block;
    zoom: 1;
    background-image: url("/imgs/common/bg_star_white.png");
    background-size: 32px 32px;
    font-size: 0px;
    content: " ";
}

.group {
    text-align: right;
    margin-bottom: 22px;
}

.top-container {
    margin-right: 132px;
}

#nameBlock, #emailBlock, #telBlock {
    margin-bottom: 12px;
}

.middle-container {
    margin-right: 210px;
}

#rate-tag {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
}

.intro-text, #commentBlock, .help-text, .feedbackRightCol, #submitBlock {
    text-align: center;
}

label.error {
    display: block;
    color: red;
}

.ajax-loader, .disable-fields {
    opacity: 0.3;
    pointer-events: none;
}

.success-response {
    color: #008000;
}

.error-response {
    color: red;
}

.sp-picker-container .sp-input {
	width: 100%;
	background: white;
}

/**********************/
/* Responsive Sidebar */
/**********************/

@media screen and (max-width: 800px) {
	table.sidebar-layout {}
	table.sidebar-layout .sidebar ul {
		position: absolute;
//		top: 0px;
		left: 0px;
		float: left;
		width: 100%;
		padding: 5px;
		border-bottom: 1px solid #CCC;
	}
	table.sidebar-layout .sidebar {
		border: none !important;
	}
	table.sidebar-layout .sidebar ul {
		min-height: 0px;
	}
	table.sidebar-layout .sidebar li {
		display: inline-block;
	}
	table.sidebar-layout .sidebar li.title {
		display: block;
		text-align: left;
	}
	table.sidebar-layout .sidebar li.divider {
		display: block;
		border: none;
	}
	table.sidebar-layout .sidebar li a {
		color: #008DD4;
	}
	table.sidebar-layout .sidebar li a:hover {
		background: none;
		text-decoration: underline;
	}
	table.sidebar-layout .body {
		padding-top: 100px;
	}
	table.sidebar-layout .sidebar li .label {
		float: none;
	}
}

@media screen and (max-width: 768px) {
	#responsive-menu {
		display: inline-block;
		margin: 5px 0px 5px;
	}
}

@media screen and (max-width: 420px) {
	#responsive-menu {
		display: block;
		margin-bottom: 15px;
		width: 100%;
		float: none;
	}
}

/*****************************/
/* Affiliate Account Styling */
/*****************************/

.key, .referral-link, .commission-link {
    margin-bottom: 30px;
    background-color: #F9F9F9;
    border: 1px solid #F1F1F1;
}

.key h2, .referral-link h2, .commission-link h2, .referral-link p, .key-inner {
    text-align: center;
}

.key-inner {
    padding: 20px;
}

.alert {
	margin: 5px 0px;
}

.subscriptions-list {
	margin-bottom: 50px;
}

.subscriptions-list h2 {
	margin: 20px 0px;
}

.unsubscribe-container {
	margin: 20px 0px;
	font-size: 14px;
}

.unsubscribe-container h2 {
	margin: 20px 0px;
}

.unsubscribe-container span {
	font-size: 10px;
}

.unsubscribe-container .charge-to-pay {
	font-size: 14px;
}

.proceed-payment-container .alert.error {
	margin: 0px;
	padding: 4px 22px;
	border-bottom: 2px solid #AE382B;
	box-shadow: none;
}

/* The switch - the box around the slider */
.switch-container {
	position: relative;
	display: inline-block;
	width: 53px;
	height: 27px;
}

/* Hide default HTML checkbox */
.switch-container input {display:none;}

/* The slider */
.toggle-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.toggle-slider:before {
	position: absolute;
	content: "";
	height: 21px;
	width: 21px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input[type="checkbox"]:checked + .toggle-slider {
	background-color: #6ECE6E;
}

input[type="checkbox"]:focus + .toggle-slider {
	box-shadow: 0 0 1px #6ECE6E;
}

input[type="checkbox"]:checked + .toggle-slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.toggle-slider.round {
	border-radius: 34px;
}

.toggle-slider.round:before {
	border-radius: 50%;
}


.rewards-banner-join {
	display: block;
	background: #0d507b;
	color: white;
	padding: 12px;
	text-align: center;
	margin-bottom: 20px;
	text-decoration: none !important;
}

.cv2-token {
	margin: 20px 0px;
}

.cv2-token p{
	margin-bottom: 6px !important;
}

.cv2-token input[type=text]{
	width: 50px !important;
}

.cv2-token .what-is-cv2 {
	display: inline-block;
	margin-top: 4px;
	font-size: 12px;
}

.disabled-tele {
	opacity: 0.5;
	pointer-events: none;
}

.loading {
	display: none;
	margin: 20px auto;
	width: 16px;
	height: 16px;
	background-image: url('/imgs/common/ajax-loader.gif');
	background-size: 16px 16px;
	background-position: center;
}</pre></body></html>