.page-oneday-quote.stanley-container {
	min-width: 1024px;
}
.page-oneday-quote.stanley-container,
.page-oneday-quote.stanley-container .stanley-component,
.page-oneday-quote.stanley-container .oneday-container.mapview {
	height: 100%;
}
.oneday-container.mapview {
	position: relative;
}
.oneday-container.mapview #oneday-map {
	width: 100%;
	height: 100%;
	background: #fff url("/custom/images/spinner.gif") center center no-repeat;
	background-size: 100px auto;
}
.oneday-container.mapview .map-loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
}
.oneday-container.mapview .oneday-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: transparent url("/custom/images/sky.jpg") center center no-repeat;
	background-size: cover;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.oneday-container.mapview .oneday-header img.logo {
	width: auto;
	height: 60px;
	margin: 20px;
}
.oneday-container.mapview .oneday-filter {
	position: absolute;
	top: 110px;
	left: 10px;
	width: 290px;
	height: 490px;
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 5px;
	border: 1px solid #004d74;
	border-top: 4px solid #004d74;
}
.oneday-container.mapview .oneday-filter .inner {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
.oneday-container.mapview .oneday-filter .inner a.btn-view.list {
	display: block;
	width: 130px;
	height: 50px;
	background: transparent url(/custom/images/icon_listview.png) center center no-repeat;
	background-size: 100% 100%;
	line-height: 3;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
}
.oneday-container.mapview .oneday-filter .inner > .title {
	margin: 10px 0 14px;
	font-weight: 600;
	font-size: 16px;
}
.oneday-container.mapview .oneday-filter .inner label {
	float: left;
	padding: 2px 4px;
	border: 1px solid #c5e0ff;
	background-color: #e5f1ff;
	border-radius: 2px;
	margin-right: 4px;
	-webkit-touch-callout: none;
	  -webkit-user-select: none;
	   -khtml-user-select: none;
	     -moz-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
}
.oneday-container.mapview .oneday-filter .inner label input[type="checkbox"] {
	margin-top: 0px;
	margin-right: 3px;
}
.oneday-container.mapview .oneday-filter .inner .filter-type {
	margin-bottom: 10px;
	margin-right: 6px;
	overflow: hidden;
}
.oneday-container.mapview .oneday-filter .inner .filter-type > .title {
	font-weight: 600;
	margin-bottom: 2px;
}
.oneday-container.mapview .oneday-filter .inner .filter-type input[type="text"] {
	padding: 4px 6px;
	border-color: #c5e0ff;
}
.oneday-container.mapview .oneday-filter .inner .filter-type button {
	border-radius: 0;
	border-color: #c5e0ff;
	background-color: #e5f1ff;
}
.oneday-container.mapview .oneday-filter .inner .journey {
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	margin-bottom: 10px;
	margin-right: 6px;
	padding: 6px;
	background-color: #fff;
	border-radius: 4px;
}
.oneday-container.mapview .oneday-filter .inner .journey.alert {
	/* background-color: #f00; */
}
.oneday-container.mapview .oneday-filter .inner .journey > .title {
	font-weight: 600;
	margin-bottom: 2px;
}
.oneday-container.mapview .oneday-filter .inner .journey .list {
	
}
.oneday-container.mapview .oneday-filter .inner .journey .list ul#journey-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.oneday-container.mapview .oneday-filter .inner .journey .list ul#journey-list li {
	position: relative;
	padding: 4px 30px 4px 30px;
	margin-bottom: 2px;
	background-color: #36b249;
	border: 1px solid #166b23;
	border-radius: 2px;
	color: #fff;
}
.oneday-container.mapview .oneday-filter .inner .journey .list ul#journey-list li[data-type-name="catering"] {
	background-color: #bf1155;
	border: 1px solid #a20d48;
}
.oneday-container.mapview .oneday-filter .inner .journey .list ul#journey-list li .handler {
	position: absolute;
	left: 8px;
	top: 4px;
	font-size: 16px;
	cursor: pointer;
}
.oneday-container.mapview .oneday-filter .inner .journey .list ul#journey-list li .remove {
	position: absolute;
	right: 8px;
	top: 4px;
	font-size: 16px;
	cursor: pointer;
}
.oneday-container.mapview .oneday-filter .inner .journey .list ul#journey-list li .item .name {
	
}
.oneday-container.mapview .oneday-filter .inner .journey .list ul#journey-list li .item .time {
	display: inline-block;
	padding: 2px 6px 2px 24px;
	background: #fff url(/custom/images/clock.png) 5px center no-repeat;
	background-size: auto 16px;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.4);
}
.oneday-container.mapview .oneday-filter .inner .journey .list ul#journey-list li .item .time select {
	width: auto;
	height: 20px;
	padding: 0;
	margin: 0;
	border: 0;
	color: #333;
	border-radius: 0;
}
.oneday-container.mapview .oneday-filter .inner a.get-quote {
	display: block;
	margin-right: 6px;
	padding: 10px 0;
	border: 0;
	border-radius: 0;
	background: #004d74;
	color: #fff;
	text-shadow: none;
	font-size: 16px;
}
.oneday-container.mapview .oneday-info-window {
	position: absolute;
	left: 310px;
	bottom: 10px;
	width: 665px;
	height: 170px;
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 5px;
	border: 1px solid #004d74;
}
.oneday-container.mapview .oneday-info-window a.close-info {
	position: absolute;
	top: 2px;
	right: 6px;
	font-size: 28px;
	line-height: 1;
}
.oneday-container.mapview .oneday-info-window .inner .supplier-image-large {
	display: none;
	float: left;
	width: 188px;
	height: 158px;
	margin-right: 20px;
	background-size: cover;
	background-position: center center;
}
.oneday-container.mapview .oneday-info-window .inner .supplier-info {
	float: left;
	width: 520px;
	padding-right: 6px;
	margin-right: 6px;
}
.oneday-container.mapview .oneday-info-window .inner .name-row {
	overflow: hidden;
	margin-bottom: 2px;
}
.oneday-container.mapview .oneday-info-window .inner .name-row .image {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 10px;
	background-size: cover;
	background-position: center center;
}
.oneday-container.mapview .oneday-info-window .inner .name-row .name {
	float: left;
}
.oneday-container.mapview .oneday-info-window .inner .name-row .name > div {
	line-height: 1.5;
}
.oneday-container.mapview .oneday-info-window .inner .name-row .name #info-name {
	font-size: 18px;
	font-weight: 600;
}
.oneday-container.mapview .oneday-info-window .inner .name-row .name #info-address {
	font-size: 14px;
	color: #999;
}
.oneday-container.mapview .oneday-info-window .inner .name-row .name #info-rating {
	font-size: 18px;
}
.oneday-container.mapview .oneday-info-window .inner .name-row .name #info-rating i {
	margin-right: 2px;
	color: #ffbe00;
}
.oneday-container.mapview .oneday-info-window .inner .intro-row {
	height: 80px;
	font-size: 12px;
	overflow-y: auto;
}
.oneday-container.mapview .oneday-info-window .inner .intro-row #info-introduction {
	margin-right: 4px;
}
.oneday-container.mapview .oneday-info-window .inner .footer {
	position: relative;
	float: left;
	width: 126px;
	height: 157px;
}
.oneday-container.mapview .oneday-info-window .inner .footer .add-area {
	position: absolute;
	top: 30px;
	right: 0;
	width: 100%;
	text-align: right;
}
.oneday-container.mapview .oneday-info-window .inner .footer .add-area a.add-item {
	display: inline-block;
	width: 100%;
	max-width: 180px;
	padding: 8px 0;
	margin-bottom: 6px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	border-radius: 0;
}
.oneday-container.mapview .oneday-info-window .inner .footer .add-area a.add-item.attractions {
	background-color: #36b249;
	border: 1px solid #166b23;
}
.oneday-container.mapview .oneday-info-window .inner .footer .add-area a.add-item.catering {
	background-color: #bf1155;
	border: 1px solid #a20d48;
}
.empty-journey-alert {
	background-color: #fff;
    -webkit-animation-name: empty-journey-alert; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
    animation-name: empty-journey-alert;
    animation-duration: 0.5s;
	}
	@-webkit-keyframes empty-journey-alert {
		from {background-color: #f00;}
		to {background-color: #fff;}
	}
	@keyframes empty-journey-alert {
		from {background-color: #f00;}
		to {background-color: #fff;}
}
#detail-modal {
	border-radius: 0;
}
#detail-modal .modal-dialog {
	min-width: 820px;
}
#detail-modal .modal-header {
	background-color: #004d74;
	color: #fff;
}
#detail-modal .modal-body {
	max-height: none;
}
#detail-modal .detail-container {
	width: 100%;
	max-width: 1000px;
	height: 500px;
}
#detail-modal .detail-container .journey {
	overflow: hidden;
}
#detail-modal .detail-container .journey .journey-list {
	float: left;
	width: 250px;
}
#detail-modal .detail-container .journey .journey-list .title {
	font-size: 18px;
}
#detail-modal .detail-container .journey .journey-list ul.list {
	list-style-type: none;
	padding: 0;
	margin: 12px 0 0 0;	
}
#detail-modal .detail-container .journey .journey-list ul.list li {
	position: relative;
	margin-bottom: 2px;
	padding: 4px;
	background-color: #36b249;
	border: 1px solid #166b23;
	color: #fff;
}
#detail-modal .detail-container .journey .journey-list ul.list li.catering {
	background-color: #d63679;
	border: 1px solid #a2295b;
}
#detail-modal .detail-container .journey .journey-list ul.list li .arrival-time {
	float: left;
	width: 50px;
}
#detail-modal .detail-container .journey .journey-list ul.list li .name {
	float: left;
	width: 176px;
}
#detail-modal .detail-container .journey .client-information {
	float: left;
}
#detail-modal .detail-container .journey .client-information .title {
	font-size: 18px;
}
#detail-modal .detail-container .journey .client-information .inner {
	height: 500px;
	margin-left: 30px;
	padding-right: 6px;
	overflow-y: auto;
}
#detail-modal .detail-container .journey .client-information .info-form .form-container {
	margin: 12px 0 0 0;
}
#detail-modal .detail-container .journey .client-information .info-form .form-container label.radio {
	float: left;
	padding: 2px 4px;
	border: 1px solid #c5e0ff;
	background-color: #e5f1ff;
	border-radius: 2px;
	margin: 0 4px 0 0;
	-webkit-touch-callout: none;
	  -webkit-user-select: none;
	   -khtml-user-select: none;
	     -moz-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
}
#detail-modal .detail-container .journey .client-information .info-form .form-container .field {
	margin-bottom: 12px;
}
#detail-modal .detail-container .journey .client-information .info-form .form-container .field label.radio input[type="radio"] {
	position: relative;
	top: 2px;
	margin: 0 3px 0 0;
}
#detail-modal .detail-container .journey .client-information .info-form .form-container .field input[type="text"] {
	margin-bottom: 2px;
}
#detail-modal .detail-container .journey .client-information .info-form .form-container .field select {
	padding: 1px 0 2px;
}
#detail-modal .detail-container .journey .client-information .info-form .form-container .field select:disabled {
	background-color: #ebebe4;
}
#detail-modal .detail-container .journey .client-information .info-form .form-container .field .red {
	display: none;
}
#detail-modal .detail-container .journey .client-information .info-form .form-container .field.error .red {
	display: block;
}
#detail-modal .detail-container .journey .client-information .info-form .form-container .field .comment {
	font-size: 12px;
	color: #666;
}
#detail-modal .detail-container .journey .client-information .info-form .form-container .footer #submit {
	display: block;
	padding: 18px 0;
	border: 0;
	border-radius: 0;
	background: #004d74;
	color: #fff;
	text-shadow: none;
	font-size: 16px;
}

#detail-modal .detail-container .journey .client-information .disclaimer {
	width: 100%;
	max-width: 700px;
	margin-top: 20px;
	border-top: 1px solid #ddd;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: justify;
}

@media screen and (min-width: 1400px) { /* 1400 - infinity */
	.oneday-container.mapview .oneday-info-window {
		width: 1020px;
	}
	.oneday-container.mapview .oneday-info-window .inner .supplier-image-large {
		display: block;
	}
	.oneday-container.mapview .oneday-info-window .inner .supplier-info {
		width: 600px;
	}
	.oneday-container.mapview .oneday-info-window .inner .name-row .image {
		display: none;
	}
	.oneday-container.mapview .oneday-info-window .inner .footer {
		width: 193px;
	}
	#detail-modal .modal-dialog {
		min-width: 1060px;
	}
}
@media screen and (max-width: 1399px) { /* 1024 - 1399 */
	#detail-modal .detail-container .journey .client-information .form-container #quote-organization,
	#detail-modal .detail-container .journey .client-information .form-container #quote-email {
		width: 350px !important;
	}
	#detail-modal .detail-container .journey .client-information .disclaimer {
		width: 460px;
	}
}
@media screen and (max-width: 1023px) { /* minimum - 1023 */

}



