﻿/**Fonts***/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700italic,800,700,800italic,300italic,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,100italic,400italic,500,500italic,700,700italic,900,900italic);

.clear {
	clear: both;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.displaynone {
	display: none;
}


body {
	padding-top: 0px;
	font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
}

.body-topmargin {
	margin-top: 151px;
}
/*Bootstrap Overrides*/
.fa-fw {
	margin-right: 4px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: bold;
}

.nav-tabs {
	border-bottom: 0px;
}

input[type="checkbox"] {
	margin-right: 10px;
}

.input-sm {
	font-size: 12px !important;
	height: 30px !important;
	padding: 5px 10px !important;
	font-size: 12px;
	line-height: 1.5 !important;
	border-radius: 3px !important;
}

.hotel-markup, .hotel-fee, .activity-markup, .activity-fee {
	height: 42px !Important;
}

.form-control.input-sm:focus {
	border: 1px solid #66afe9 !Important;
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)!Important;*/
	box-shadow: none !Important;
	outline: 0 none !Important;
}

option:disabled {
	color: #CCC;
	text-decoration: line-through;
	/* text-decoration-style: wavy; */
}

.hr-clear {
	clear: both;
	margin: 12px;
}

.popover {
	max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.btn {
	padding: 8px 12px;
	text-transform: uppercase;
	font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
	font-weight: bold;
}
/* centered columns styles */
.row-centered {
	text-align: center;
}

.col-centered {
	display: inline-block;
	float: none;
	/* reset the text-align */
	text-align: left;
	/* inline-block space fix */
	margin-right: -4px;
}

.counter {
	font-size: 20px;
	color: #777;
	padding-left: 2px;
}

	.counter:before {
		content: "$";
	}

.counter-number:before {
	content: "\a0";
}

.counter-success {
	border-left: 4px solid #5cb85c;
}

.counter-warning {
	border-left: 4px solid #f0ad4e;
}

.counter-unmatched {
	border-left: 4px solid #946192;
}

.counter-danger {
	border-left: 4px solid #d9534f;
}
/**********************MDB Overrides*********************************/
.card-wrapper {
	height: 450px;
}

	.card-wrapper .icon {
		border-radius: 50%;
		display: block;
		height: 102px;
		margin: -65px auto 0;
		overflow: hidden;
		width: 120px;
		margin-bottom: 0px
	}

	.card-wrapper .fa-repeat, .card-wrapper .fa-undo {
		font-size: 20px;
		margin-top: 15px;
	}

[type="checkbox"] + label {
	padding-left: 25px;
	font-weight: normal !Important;
	font-size: 14px !Important;
	color: #333 !Important;
	line-height: 19px;
}

[type="radio"] + label {
	padding-left: 30px;
	font-weight: normal !Important;
	font-size: 14px !Important;
	color: #333 !Important;
}

[type="checkbox"] + label img {
	margin-top: -14px
}

[type=checkbox]:not(:checked) + label:after {
	border: 1px solid #999 !Important;
	background-color: #ffffff
}

[type="checkbox"] + label::after {
	background-color: #ffffff;
	border: 2px solid #058bbd;
	border: 2px solid var(--darkerdefault);
	height: 20px;
	top: 0;
	width: 20px;
	z-index: 0;
}

#filterModal [type=checkbox]:not(:checked) + label:after {
	margin-top: 10px;
}

#filterModal [type=checkbox]:checked + label:after {
	margin-top: 10px;
}

[type=radio]:checked, [type=radio]:not(:checked) {
	position: absolute;
	left: -9999px;
	visibility: hidden;
}

	[type=radio]:checked + label, [type=radio]:not(:checked) + label {
		position: relative;
		height: 25px;
		-webkit-transition: .28s ease;
		-moz-transition: .28s ease;
		-o-transition: .28s ease;
		-ms-transition: .28s ease;
		transition: .28s ease
	}

[type=radio] + label:after, [type=radio] + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin: 4px;
	width: 16px;
	height: 16px;
	z-index: 0;
	-webkit-transition: .28s ease;
	-moz-transition: .28s ease;
	-o-transition: .28s ease;
	-ms-transition: .28s ease;
	transition: .28s ease;
}

[type=radio]:not(:checked) + label:before {
	border-radius: 50%;
	border: 1px solid #cccccc
}

[type=radio]:not(:checked) + label:after {
	border-radius: 50%;
	border: 1px solid #cccccc;
	z-index: -1;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

[type=radio]:checked + label:before {
	border-radius: 50%;
	border: 2px solid transparent
}

[type=radio]:checked + label:after {
	border-radius: 50%;
	border: 2px solid #058bbd;
	background-color: #058bbd;
	border: 2px solid var(--darkerdefault);
	background-color: var(--darkerdefault);
	z-index: 0;
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02)
}

[type=radio].with-gap:checked + label:before {
	border-radius: 50%;
	border: 2px solid #4285F4
}

[type=radio].with-gap:checked + label:after {
	border-radius: 50%;
	border: 2px solid #4285F4;
	background-color: #4285F4;
	z-index: 0;
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5)
}

[type=radio].with-gap:disabled:checked + label:before {
	border: 2px solid rgba(0,0,0,.26)
}

[type=radio].with-gap:disabled:checked + label:after {
	border: none;
	background-color: rgba(0,0,0,.26)
}

[type=radio]:disabled:checked + label:before, [type=radio]:disabled:not(:checked) + label:before {
	background-color: transparent;
	border-color: rgba(0,0,0,.26)
}

[type=radio]:disabled + label {
	color: rgba(0,0,0,.26)
}

[type=radio]:disabled:not(:checked) + label:before {
	border-color: rgba(0,0,0,.26)
}

[type=radio]:disabled:checked + label:after {
	background-color: rgba(0,0,0,.26);
	border-color: #BDBDBD
}

form p {
	margin-bottom: 10px;
	/*text-align: left*/
}



/************************Updated Styles for checkboxes****************************************/
/***********note updates default mdb checkbox to use similar style to .filled-in  checkbox(as we can't add classes to all checkboxes ******/


[type=checkbox]:checked, [type=checkbox]:not(:checked) {
	position: absolute;
	left: -9999px;
	visibility: hidden
}

[type=checkbox] + label {
	position: relative;
	height: 25px
}

	[type=checkbox] + label:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 20px;
		z-index: 0;
		border: 0px solid #ccc;
		border-radius: 1px;
		margin-top: 2px;
		-webkit-transition: .2s;
		-moz-transition: .2s;
		-o-transition: .2s;
		-ms-transition: .2s;
		transition: .2s;
	}

	[type=checkbox] + label:after {
		border-radius: 2px
	}

	[type=checkbox] + label:after, [type=checkbox] + label:before {
		content: '';
		left: 0;
		position: absolute;
		transition: border 0s, background-color .5s /* width .2s, height 0s .1s, top .2s .1s, left .2s .1s*/;
		z-index: 1
	}

[type=checkbox]:not(:checked):disabled + label:before {
	border: none;
	background-color: rgba(0,0,0,.26)
}

[type=checkbox]:checked + label:before {
	top: 0px;
	left: 1px;
	width: 8px;
	height: 13px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transform: rotate(40deg);
	-webkit-backface-visibility: hidden;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

#filterModal [type=checkbox]:checked + label:before {
	top: 0px;
	left: 1px;
	width: 8px;
	height: 13px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transform: rotate(40deg);
	-webkit-backface-visibility: hidden;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	margin-top: 10px;
}

[type=checkbox]:checked + label:after {
	top: 0;
	width: 20px;
	height: 20px;
	/**Change background clor here of checked filled in*/
	border: 2px solid #058bbd;
	background-color: #058bbd;
	border: 2px solid #058bbd;
	background-color: #058bbd;
	z-index: 0
}



[type=checkbox]:checked:disabled + label:before {
	border-right: 0px solid rgba(0,0,0,.26);
	border-bottom: 0px solid rgba(0,0,0,.26)
}


[type=checkbox]:disabled:not(:checked) + label:before {
	background-color: transparent;
	border: 2px solid transparent
}

[type=checkbox]:disabled:not(:checked) + label:after {
	border-color: transparent;
	background-color: #BDBDBD
}

[type=checkbox]:disabled:checked + label:before {
	background-color: transparent
}

[type=checkbox]:disabled:checked + label:after {
	background-color: #BDBDBD;
	border-color: #BDBDBD
}


[type=checkbox]:indeterminate + label:before {
	left: 0px;
	top: 1px;
	width: 8px;
	height: 13px;
	border-top: none;
	border-left: none;
	border-right: 2px solid #4285F4;
	border-bottom: none;
}

[type=checkbox]:indeterminate:disabled + label:before {
	border-right: 2px solid rgba(0,0,0,.26);
	background-color: transparent
}

.progress .determinate, .progress .indeterminate {
	background-color: #059ad2;
	background-color: var(--default);
}

/***********************Banner/Flag Ribbons**************************/
/*Container for all ribbons*/
.all-rbns {
	position: absolute;
	margin-top: -22px;
}

#cruise-results .all-rbns {
	margin-left: -15px;
}
/*Common to all ribbons*/
.rbn {
	height: 32px;
	margin-left: 5px;
	position: relative !Important;
	float: left !Important;
	width: 34px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	color: #f2f2f2;
	z-index: 99;
	font-size: 20px;
	-webkit-box-shadow: 0px -5px 13px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px -5px 13px 0px rgba(0,0,0,0.55);
	box-shadow: 0px -5px 13px 0px rgba(0,0,0,0.55);
	margin-top: -2px;
}

	.rbn:after,
	.rbn:before {
		content: '';
		position: absolute;
		height: 0;
		width: 0;
		top: 100%;
	}

	.rbn:after {
		border-left: 25px solid transparent;
		right: 0px;
	}

	.rbn:before {
		border-right: 25px solid transparent;
		left: 0px;
	}


/*Colors etc for TSA(The Travelsavers Hotel Program)ribbon*/
.rbn-tsa {
	background: #d64248;
	margin-left: 10px;
}

	.rbn-tsa:after,
	.rbn-tsa:before {
		border-top: 15px solid #d64248;
	}


/*Colors etc for TSX Rates (The Affluent Traveler hotels) ribbon*/
.rbn-affluent {
	background: #c49922;
}

.badge-affluent {
	color: #c49922;
}

.rbn-affluent:after,
.rbn-affluent:before {
	border-top: 15px solid #c49922;
}

#hotel-options label i.affluent {
	background-color: #c49922;
	font-size: 16px;
	padding: 4px 6px;
}

#filterModal i.affluent {
	background-color: #c49922;
}

.panel-heading i.affluent {
	background-color: #c49922;
}

#filterModal h5 {
	margin-top: 0px;
}

#filterModal label {
	width: 100%;
	margin-bottom: 20px;
}

#filterModal .checkbox {
	margin-bottom: 15px;
}
/*Colors etc for Special Amenities/Rates ribbon*/
.alert .special {
	color: #28b939;
}

#hotel-options label i.special {
	background-color: #28b939;
}

#filterModal i.special {
	background-color: #28b939;
}

.panel-heading i.special {
	background-color: #28b939;
}

.special {
	background-color: #28b939 !important;
}

.badge-special {
	color: #28b939;
}

#hotel-options label i.preferred {
	background-color: #2BBBAD;
}

#filterModal i.preferred {
	background-color: #2BBBAD;
}

.panel-heading i.preferred {
	background-color: #2BBBAD;
}

.alert-preferred {
	color: #2BBBAD;
}

#hotel-options label i.netrate {
	background-color: #0277bd;
}

#filterModal i.netrate {
	background-color: #0277bd;
}

.panel-heading i.netrate {
	background-color: #0277bd;
}

.panel-heading i.norefundban {
	background-color: #e53935;
}

#filterModal i.norefundban {
	background-color: #e53935;
}

.rbn-special {
	background: #28b939;
}

	.rbn-special:after,
	.rbn-special:before {
		border-top: 15px solid #28b939;
	}

.preferred {
	background: #2BBBAD;
}

.badge-preferred {
	color: #2BBBAD;
}

.rbn-preferred {
	background: #2BBBAD;
}

	.rbn-preferred:after,
	.rbn-preferred:before {
		border-top: 15px solid #2BBBAD;
	}

	.rbn-preferred i {
		line-height: inherit;
	}

.rbn-netrate {
	background: #0277bd;
}

	.rbn-netrate:after,
	.rbn-netrate:before {
		border-top: 15px solid #0277bd;
	}

	.rbn-netrate i {
		line-height: inherit;
	}


.group {
	background: #2BBBAD !important;
}

.rbn-group {
	background: #2BBBAD;
}

	.rbn-group:after,
	.rbn-group:before {
		border-top: 15px solid #2BBBAD;
	}

.rbn-plus:after,
.rbn-plus:before {
	border-top: 15px solid #28b939;
}

.plus {
	background: #28b939 !important;
}

.rbn-plus {
	background: #28b939;
}

.upgrade {
	background: #aa66cc !important;
}

.vip {
	background: #059ad2;
	background: var(--default);
}

.badge-vip {
	color: #059ad2;
	color: var(--default);
}

.rbn-vip {
	background: #059ad2;
	background: var(--default);
}

	.rbn-vip:after,
	.rbn-vip:before {
		border-top: 15px solid #059ad2;
		border-top: 15px solid var(--default);
	}
/*Colors etc for Package/Rates ribbon*/
.rbn-package {
	background: #059ad2;
	background: var(--default);
}

	.rbn-package:after,
	.rbn-package:before {
		border-top: 15px solid #059ad2;
		border-top: 15px solid var(--default);
	}

/*.rbn-sar,.rbn-tsa,.rbn-tsx{	 -webkit-box-shadow: 0px 0px 2px #000;
       -moz-box-shadow: 0px 0px 2px #000;
            box-shadow: 0px 0px 2px #000;}*/


.btn-wsn {
	white-space: normal;
}

#side-btns {
	position: fixed;
	top: 120px;
	left: 0%;
	z-index: 99999;
}

#side-btns-right {
	position: fixed;
	top: 120px;
	right: 0%;
	z-index: 99999;
	text-align: right;
}

.btn-help {
	/*side button to show/hide Help panel*/
	float: left;
	clear: both;
	margin-bottom: 10px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	/* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)!Important; */
	/* float: right; */
	/* max-width: 1000px; */
}

.btn-back {
	/*side button to return to search*/
	float: left;
	clear: both;
	margin-bottom: 10px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	/* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)!Important; */
	/* float: right; */
	/* max-width: 1000px; */
}

.btn-up {
	/*side button to return to top of page. Hidden until user scrolls*/
	float: left;
	clear: both;
	margin-bottom: 10px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	/* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)!Important; */
	/* float: right; */
	/* max-width: 1000px; */
}

.btn-book, .btn-add, .btn-save {
	/*right side buttons */
	float: right;
	clear: both;
	margin-bottom: 10px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	/* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)!Important; */
	/* float: right; */
	/* max-width: 1000px; */
}

@media only screen and (max-width : 1200px) {
	#side-btns {
		position: fixed;
		bottom: 0px !Important;
		z-index: 1000;
		width: 100%;
		top: auto; /*not sure how else to override top??*/
		background-color: rgba(31,142,184,0.75);
		text-align: center !Important;
		padding-left: 10px;
		padding-top: 10px;
		min-height: 71px
	}

	#side-btns-right {
		position: fixed;
		bottom: 0px !Important;
		z-index: 99999;
		top: auto; /*not sure how else to override top??*/
		text-align: center !Important;
		padding-left: 10px;
		padding-top: 10px;
	}

	.btn-up, .btn-back, .btn-help, .btn-book, .btn-add, .btn-save {
		clear: none;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		width: 70px;
		position: relative;
		margin-right: 7px
	}

		.btn-up, .btn-back, .btn-help
		.btn-book, .btn-add .fa-fw {
			margin-left: 0px
		}
}

.slidingDiv {
	height: auto;
	background-color: #059ad2;
	background-color: var(--default);
	padding: 20px;
	padding-bottom: 40px;
	margin-top: 10px;
	z-index: 99998;
	position: fixed;
	width: 100%;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0%;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	color: #ffffff;
}

	.slidingDiv .fa {
		color: #ffffff;
	}

@media only screen and (max-width : 1200px) {
	.slidingDiv {
		bottom: 90px;
		width: 98%;
	}
}

.btn-primary {
	background-color: #059ad2;
	background-color: var(--default);
	border-color: #059ad2;
	border-color: var(--default);
	color: #fff;
}

	.btn-primary:hover {
		background-color: #007ead;
		border-color: #007ead;
		background-color: var(--defaulthover);
		border-color: var(--defaulthover);
	}
	.btn-primary[disabled] {
		background-color: var(--default);
	}

.btn-vip {
	background-color: rgba(40, 185, 57, 0);
	border-color: #fff;
	color: #fff;
	border: 1px #fff solid;
}

	.btn-vip:hover {
		background-color: var(--defaulthover);
		border-color: var(--defaulthover);
		color: #fff;
	}

.btn-special {
	background-color: rgba(40, 185, 57, 0);
	border-color: #fff;
	color: #fff;
	border: 1px #fff solid;
}

	.btn-special:hover {
		background-color: #229f31;
		border-color: #229f31;
		color: #fff;
	}

.btn-affluent {
	background-color: rgba(40, 185, 57, 0);
	border-color: #fff;
	color: #fff;
	border: 1px #fff solid;
}

	.btn-affluent:hover {
		background-color: #a4811f;
		border-color: #a4811f;
		color: #fff;
	}

.btn-preferred {
	background-color: rgba(40, 185, 57, 0);
	border-color: #fff;
	color: #fff;
	border: 1px #fff solid;
}

	.btn-preferred:hover {
		background-color: #28a79a;
		border-color: #28a79a;
		color: #fff;
	}

.img-center {
	margin-left: auto;
	margin-right: auto;
}

hr {
	margin-top: 12px;
	margin-bottom: 12px;
}

.avatar {
	width: 52px;
	height: 52px;
	background-color: #ccc;
	border-radius: 50%;
	font-family: sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.avatar-sm {
	width: 34px;
	height: 34px;
	background-color: #ccc;
	border-radius: 50%;
	font-family: sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.avatar-lg {
	width: 100px;
	height: 100px;
	background-color: #ccc;
	border-radius: 50%;
	font-family: sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px auto;
}

.label-confirmed {
	background-color: #5cb85c;
	padding: .4em .6em .3em;
}

	.label-confirmed:before {
		content: "\e084";
		font-family: 'Glyphicons Halflings';
		margin-right: 3px;
	}

figure {
	position: relative;
}

figcaption {
	position: absolute;
	right: 10px;
	top: 0;
}

/*****Navbar*****/
.logo-header {
	background-color: rgba(44, 62, 80, 0.9);
	background-color: var(--topbackground);
	min-height: 85px;
	width: 100%;
}

.navbar-inverse {
	background-color: #343231;
}

.tx-logo {
	float: left;
	font-size: 18px;
	line-height: 20px;
	padding: 15px;
	padding-left: 0px
}

.right-btns a {
	color: #3b536c;
	color: var(--headerbuttons);
}

	.right-btns a:hover {
		color: var(--defaulthover);
	}

.right-btns {
	padding-top: 28px;
	text-align: right;
}

.c-trip a {
	background-color: #058bbd;
	background-color: var(--darkerdefault);
}

	.c-trip a:hover {
		background-color: #007ead !important;
		background-color: var(--defaulthover) !important;
		color: #fff !important;
	}
/*updated badge for current trip*/
.c-trip .badge {
	background-color: #00aeef;
	background-color: var(--iconfonts);
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	min-width: 10px;
	padding: 3px 8px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

/*Used to color fa icons*/
.tx-blue {
	color: #059ad2;
	color: var(--default);
}

.navbar {
	background-color: rgba(35,31,30,0.9);
	background-color: var(--navbackground);
	border-color: transparent;
	border: none;
	/*min-height: 127px;*/
	border-radius: 0px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
}

/*Remove menu transparency for smaller screens*/
@media only screen and (max-width : 768px) {

	.navbar {
		background-color: rgba(57,53,52,1);
	}

	.body-topmargin {
		margin-top: 60px;
	}
}


.navbar-brand {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.navbar-right {
	min-height: 0px;
	border-radius: 0px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	padding: 0px 0px;
}


.navbar-nav > li > a {
	padding-bottom: 12px;
	padding-top: 12px;
}

.navbar .navbar-nav > li > a {
	color: #fff;
	text-align: center;
}

	.navbar .navbar-nav > li > a:focus {
		color: #fff;
	}

	.navbar .navbar-nav > li > a:hover {
		color: var(#00aeef);
		color: var(--iconfonts);
	}

.navbar-nav > li {
	border-right: #3b536c;
	border-right: 1px solid var(--headerbuttons);
}

.navbar-right .dropdown-menu {
	left: auto;
	right: auto;
}

.navbar-nav > .active > a, .navbar-nav > .open > a {
	color: #2c3e50 !Important;
	background-color: #ffffff !Important;
	border-top: 3px solid #00aeef !important;
	border-top: 3px solid var(--iconfonts) !important;
	/* padding-bottom: 29px; */
	/* padding-top: 21px; */
	box-sizing: border-box;
}

.navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: 2px solid #ffffff;
	border-radius: 4px;
	float: right;
	margin-bottom: 7px;
	margin-right: 15px;
	margin-top: 7px;
	padding: 9px 10px;
	position: relative;
}

.navbar-collapse {
	border-top: 0 solid transparent;
}

.navbar-nav {
	margin: 0px -15px;
}

@media only screen and (max-width : 768px) {
	.navbar-collapse li {
		border-bottom: 1px solid #3c4f63;
	}

	.dropdown-menu li {
		border-bottom: 0px solid #3c4f63;
	}
}

.navbar .navbar-nav .open .dropdown-menu > li:hover {
	background-color: #dddddd;
}



/*dropdown menu*/


/*Animate dropdown on hover */
@media (min-width: 768px) {
	.dropdown .dropdown-menu {
		display: block;
		opacity: 0;
		-webkit-transition: all 100ms ease-in;
		-moz-transition: all 100ms ease-in;
		-ms-transition: all 100ms ease-in;
		-o-transition: all 100ms ease-in;
		transition: all 100ms ease-in;
		transform: scale(1, 0);
		-webkit-transform-origin: top;
		transform-origin: top;
	}

	.dropdown:hover .dropdown-menu {
		transform: scale(1, 1);
		display: block;
		opacity: 1;
	}
}





.dropdown-menu {
	border: 0px;
}

	.dropdown-menu > li > a {
		padding-left: 10px;
	}

	.dropdown-menu .fa {
		color: #cccccc;
		width: 25px;
	}

	.dropdown-menu li:hover {
		color: #252525;
	}

	.dropdown-menu > li > a:hover, .navbar .navbar-nav .open .dropdown-menu > li > a:hover {
		background-color: #00aeef;
		background-color: var(--iconfonts);
		color: #ffffff;
	}


.navbar .navbar-toggle .icon-bar {
	background-color: #00aeef;
	background-color: var(--iconfonts);
}

.navbar .navbar-toggle:focus {
	background-color: transparent;
}

.navbar .navbar-toggle:hover {
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.nav-pills > li > a {
	border-radius: 2px;
}

@media (max-width: 767px) {
	.nav-pills > li {
		float: none;
	}

	.navbar-nav > li > a {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.navbar-nav > .active > a, .navbar-nav > .open > a {
		color: #2c3e50 !Important;
		background-color: #3f5367 !Important;
		border-top: 0px !important;
		padding-bottom: 10px;
		padding-top: 10px;
		box-sizing: border-box;
	}

	.navbar-nav > .open > a {
		color: #ffffff !Important;
	}

	.navbar-nav > .active > a {
		background-color: #ffffff !Important;
	}

	.navbar .navbar-nav > li > a:hover {
		background-color: #00aeef;
		background-color: var(--iconfonts);
		color: #ffffff;
	}

	.navbar-collapse {
		box-shadow: 0 0px 0 rgba(255, 255, 255, 0.1) inset;
	}
}



/*animated  navbar-toggle*/
.navbar-toggle {
	border: 1px;
	background: transparent !important;
}

	.navbar-toggle:hover {
		background: transparent !important;
	}

	.navbar-toggle .icon-bar {
		width: 22px;
		transition: all 0.2s;
	}

	.navbar-toggle .top-bar {
		transform: rotate(45deg);
		transform-origin: 10% 10%;
	}

	.navbar-toggle .middle-bar {
		opacity: 0;
	}

	.navbar-toggle .bottom-bar {
		transform: rotate(-45deg);
		transform-origin: 10% 90%;
	}

	.navbar-toggle.collapsed .top-bar {
		transform: rotate(0);
	}

	.navbar-toggle.collapsed .middle-bar {
		opacity: 1;
	}

	.navbar-toggle.collapsed .bottom-bar {
		transform: rotate(0);
	}

.badge-message-count {
	position: absolute;
	background: #f12b24;
	height: 1.2rem;
	top: 0rem;
	right: 0.1rem;
	width: 1.2rem;
	text-align: center;
	line-height: 1.2rem;
	font-size: .8rem;
	border-radius: 50%;
	color: white;
	border: none;
}
/******/



/******End Navbar*****/

.bottom-buffer {
	margin-bottom: 10px;
}

.panel-body {
	padding: 15px;
}

.btn-toolbar .btn {
	margin-bottom: 5px;
}

.container-full {
	margin: 0 auto;
	width: 100%;
}

.jscroll-loading {
	text-align: center;
}

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

	.row.no-gutters > [class^="col-"],
	.row.no-gutters > [class*=" col-"] {
		padding-right: 0;
		padding-left: 0;
	}

.row.no-gutters-right {
	margin-right: 0;
}

	.row.no-gutters-right > [class^="col-"],
	.row.no-gutters-right > [class*=" col-"] {
		padding-right: 0;
	}

.buffer-top {
	margin-top: 10px;
}

.buffer-bottom {
	margin-bottom: 10px;
}

.panel-heading a.collapsable:after {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: right;
	color: grey;
}

/*.panel-heading a.collapsed:after {
    content: "\e080";
}*/




/* Make inline editables take the full width of their parents */
.editable-container.editable-inline {
	width: 70% !important;
}

	.editable-container.editable-inline .control-group.form-group,
	.editable-container.editable-inline .control-group.form-group .editable-input,
	.editable-container.editable-inline .control-group.form-group .editable-input textarea,
	.editable-container.editable-inline .control-group.form-group .editable-input select,
	.editable-container.editable-inline .control-group.form-group .editable-input input:not([type=radio]):not([type=checkbox]):not([type=submit]) {
		width: 100% !important;
	}
/*JQuery UI overrides*/
.ui-spinner-input {
	width: 20px;
}

.bootstrap-touchspin-down, .bootstrap-touchspin-up {
	border: 1px solid #ccc;
	box-shadow: none;
}
/* Custom icons */
span.hotel {
	content: url("/itinerary/images/hotel.png");
}

/*span.hotel-small
{
    content: url("/itinerary/images/hotel-small.png");
    width: 16px;
}
*/
span.hotel-small {
	background: url("/itinerary/images/hotel-small.png") no-repeat;
	background-size: contain;
	float: left;
	height: 16px;
	width: 16px;
}

.panel-hotel-comp {
	min-height: 600px;
}

#ContentMain_ctl00_cblRating td {
	white-space: nowrap;
}

.info-head {
	background-color: #059ad2;
	background-color: var(--default);
	color: #ffffff;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.form-group-highlight {
	background-color: #eff4f4;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#cruise-results h3 {
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 28px;
}

.change-currency {
	background-color: #eee;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	margin-top: 10px;
}

	.change-currency span {
		margin-bottom: 5px;
		display: block
	}

span.cruise {
	content: url("/itinerary/images/cruise.png");
}

.cruise-special {
	width: 20px;
}

	.cruise-special i {
		color: #fff;
		font-size: 10pt;
		border-radius: 50%;
		background-color: #059ad2;
		background-color: var(--default);
		padding: 5px;
		/* float: left; */
		box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	}

.cruise-plus i {
	color: #fff;
	padding: 7px 13px;
	background-color: #5cb85c;
	border-radius: 50%;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.cruise-plus div {
	overflow: hidden;
}

.cruise-date {
	width: 90px;
	padding: 0px !important;
}

.cruise-price {
	color: #2B3B4C;
	background-color: #eee;
	vertical-align: middle;
	border: 1px #fff solid;
	width: 90px;
	padding: 0px !important;
}

.cruise-price-btn {
	padding: 1px !important;
	width: 90px;
}

	.cruise-price-btn a {
		padding: 27px 12px;
		border-radius: 0px !important;
	}

.selGroups {
	font-size: 10px;
	max-width: 90px;
}

.cruise-price input[type="checkbox"] {
	margin-right: 0px;
}

span.cruise-small {
	content: url("/itinerary/images/cruise-small.png");
	width: 15px;
}

#cruise-options label {
	font-size: 13pt;
}

	#cruise-options label i {
		background-color: #00aeef;
		background-color: var(--iconfonts);
		border-radius: 50%;
		color: #ffffff;
		font-size: 16px;
		height: 24px;
		width: 24px;
		padding: 4px;
		text-align: center;
		box-sizing: border-box;
	}
/*#cruise-options label i.plus
{
        padding: 5px 8px;
}
#cruise-options label input[type="checkbox"]{
    height: 20px;
}*/
/*Cruise Category*/
#deckModal .modal-dialog {
	max-width: 300px;
	text-align: center;
}

.table-category td {
	max-width: 150px;
}

.table-wrapper {
	max-width: 60em;
	max-height: 52em;
	overflow: scroll;
	position: relative;
}

	.table-wrapper table {
		position: relative;
		border-collapse: collapse;
	}

	.table-wrapper td, .table-wrapper th {
		padding: 0.25em;
	}

	.table-wrapper thead th {
		position: -webkit-sticky; /* for Safari */
		position: sticky;
		top: 0;
		background: #ccc;
		z-index: 1;
	}

		.table-wrapper thead th:first-child {
			left: 0;
			z-index: 2;
		}

	.table-wrapper tbody th {
		position: -webkit-sticky; /* for Safari */
		position: sticky;
		left: 0;
		background: #FFF;
		border-right: 1px solid #CCC;
		z-index: 1;
	}

.panel-category {
	border: none !important;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15) !important;
}

	.panel-category > .panel-heading {
		background-color: #059ad2;
		background-color: var(--default);
		border-color: #e0e0e0;
		color: #fff;
		border: 0px
	}

.panel-heading-tabs {
	padding-bottom: 0px
}

	.panel-heading-tabs .nav-tabs > li.active > a {
		box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0) inset
	}

	.panel-heading-tabs .nav-tabs > li > a {
		box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0) inset;
		outline: 0;
	}

	.panel-heading-tabs .nav-tabs > li > a {
		color: #ffffff;
		padding-left: 20px;
		padding-right: 20px;
		font-weight: normal
	}

	.panel-heading-tabs .nav-tabs > li.active > a {
		color: #000000;
		font-weight: normal
	}



.panel-category .well {
	border: 0px solid #e0e0e0
}

.cat-btns .btn {
	margin-bottom: 5px;
	word-wrap: break-word;
	white-space: normal
}

.select_cat_btn {
	padding: 15px;
	max-width: 300px
}

	.select_cat_btn .btn {
		word-wrap: break-word;
		white-space: normal
	}

span.air {
	content: url("/itinerary/images/air.png");
}

span.air-small {
	content: url("/itinerary/images/air-small.png");
	width: 15px;
}

span.car {
	content: url("/itinerary/images/car.png");
}

span.car-small {
	content: url("/itinerary/images/car-small.png");
	width: 15px;
}

span.restaurant {
	content: url("/itinerary/images/restaurant.png");
}

span.restaurant-small {
	content: url("/itinerary/images/restaurant-small.png");
	width: 15px;
}

span.excursion {
	content: url("/itinerary/images/excursion.png");
}

span.excursion-small {
	content: url("/itinerary/images/excursion-small.png");
	width: 15px;
}

span.tour {
	content: url("/itinerary/images/default.png");
}

span.tour-small {
	content: url("/itinerary/images/default-small.png");
	width: 15px;
}

span.groundtransportation {
	content: url("/itinerary/images/bus.png");
}

span.groundtransportation-small {
	content: url("/itinerary/images/bus-small.png");
	width: 15px;
}

span.rail {
	content: url("/itinerary/images/rail.png");
}

span.rail-small {
	content: url("/itinerary/images/rail-small.png");
	width: 15px;
}
/*Bootstrap style for gridview pager*/

.pagination-gv {
	display: inline-block;
	padding-left: 0;
	margin-bottom: 15px;
	border-radius: 4px;
	float: right;
}

.pagination-gv-left {
	display: table-row !important;
	float: none !important;
}

.pagination-gv table > tbody > tr > td {
	display: inline;
}

	.pagination-gv table > tbody > tr > td > a,
	.pagination-gv table > tbody > tr > td > span {
		position: relative;
		float: left;
		padding: 8px 12px;
		line-height: 1.42857143;
		text-decoration: none;
		color: #337ab7;
		background-color: #ffffff;
		border: 1px solid #dddddd;
		margin-left: -1px;
	}

	.pagination-gv table > tbody > tr > td > span {
		position: relative;
		float: left;
		padding: 8px 12px;
		line-height: 1.42857143;
		text-decoration: none;
		margin-left: -1px;
		z-index: 2;
		color: #aea79f;
		background-color: #f5f5f5;
		border-color: #dddddd;
		cursor: default;
	}

	.pagination-gv table > tbody > tr > td:first-child > a,
	.pagination-gv table > tbody > tr > td:first-child > span {
		margin-left: 0;
		border-bottom-left-radius: 4px;
		border-top-left-radius: 4px;
	}

	.pagination-gv table > tbody > tr > td:last-child > a,
	.pagination-gv table > tbody > tr > td:last-child > span {
		border-bottom-right-radius: 4px;
		border-top-right-radius: 4px;
	}

	.pagination-gv table > tbody > tr > td > a:hover,
	.pagination-gv table > tbody > tr > td > span:hover,
	.pagination-gv table > tbody > tr > td > a:focus,
	.pagination-gv table > tbody > tr > td > span:focus {
		color: #23527c;
		background-color: #eeeeee;
		border-color: #dddddd;
	}

#page-loading {
	text-align: center;
	padding-top: 200px;
	background-color: #ffffff;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: none;
	z-index: 100;
}

.loading-ad {
	border: 1px solid #eee9e9;
	margin-top: 70px;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 468px) {
	.loading-ad {
		margin-top: 30px;
	}
}

/*Hotel Search*/

#hotel-options label i {
	background-color: #00aeef;
	background-color: var(--iconfonts);
	border-radius: 50%;
	color: #ffffff;
	font-size: 15px;
	height: 24px;
	width: 24px;
	padding: 4px;
	text-align: center;
	box-sizing: border-box;
}

.fa-search {
	margin-right: 12px;
}

.tblRooms {
	width: 100%;
}

	.tblRooms td {
		padding-right: 5px;
		padding-bottom: 5px;
	}

	.tblRooms select {
		margin-bottom: 5px;
	}

.room-ddl {
	padding: 6px 5px !important;
}

.room-icons i {
	margin-bottom: 4px;
}
/*Search Headers*/
.header-search {
	font-size: 20px;
	margin-left: 0px;
	color: #063a4e;
	font-weight: normal;
	margin-bottom: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

	.header-search.white-font {
		text-shadow: 0 1px 2px rgba(0,0,0,0.6);
		color: #fff;
	}

	.header-search .fa {
		color: #ffffff;
		background-color: #00aeef;
		background-color: var(--iconfonts);
		padding: 9px;
		border-radius: 50%;
		box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
		text-shadow: none;
		height: 40px;
		width: 40px;
		text-align: center;
	}
/******************************Select Search Option 2 (tabs)*********************/

.fa-select {
	font-family: 'FontAwesome', 'Helvetica';
}

.no-topborder { /*remove top border of panel so that it doesn't cross tab*/
	border-top: #fff !Important;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.10) !Important;
}

.nav-tabs {
	border-bottom: 0px;
}

	.nav-tabs > li > a {
		background-color: rgba(0, 0, 0, 0.3);
		/* color: #323638; */ /*add inner shadow to bottom of tab*/
		-webkit-box-shadow: inset 0px -4px 5px -4px rgba(0,0,0,0.75);
		-moz-box-shadow: inset 0px -4px 5px -4px rgba(0,0,0,0.75);
		box-shadow: inset 0px -4px 5px -4px rgba(0,0,0,0.75); /*tab margin and radius*/
		margin-left: 4px;
		border-radius: 0;
	}

.select-search-tabs .nav-tabs > li:last-child > a {
	/*remove margin from last tab*/
	margin-right: 0px;
}

.select-search-tabs .nav-tabs > li.active > a {
	color: #059ad2;
	color: var(--default);
	font-weight: bold;
	-webkit-box-shadow: 0px 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
}

.select-search-tabs {
	float: none;
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
	height: 65px;
	font-size: 15px;
	font-weight: bold;
	color: #b3b2ae;
}

	.select-search-tabs .fa {
		font-weight: normal;
	}

	.select-search-tabs a {
		color: #ffffff;
	}

	.select-search-tabs li.active > a:hover, .select-search-tabs li.active > a:focus {
		color: #059ad2;
		color: var(--default);
		background-color: #fff !important;
	}

	.select-search-tabs a:hover, .select-search-tabs a:focus {
		background-color: rgba(119, 119, 119, 0.63) !important;
		border-color: transparent !important;
	}

	.select-search-tabs > li.active > .fa {
		color: #949a9c;
	}


@media only screen and (max-width : 768px) {
	/*tab text is hidden on xs screens using .hidden-xs*/

	h4.header-search {
		margin-bottom: 10px !Important;
	}

	.select-search-tabs {
		/*height: 58px;*/
		vertical-align: bottom;
	}

		.select-search-tabs .fa-fw {
			margin-right: 0px;
		}

		.select-search-tabs .nav-tabs > li > a {
			border-radius: 6px 6px 0 0;
			padding: 18px 18px;
			margin-left: 1px;
			margin-top: 10px;
		}
}

@media only screen and (max-width : 580px) {
	.select-search-tabs .nav-tabs > li > a {
		padding: 6px 6px;
	}

	.header-search {
		/* smaller font to allow tabs to fit*/
		font-size: 20px !Important;
	}
}

/******************************[End] Select Search Option 2 (tabs)*********************/
.amen {
	position: relative;
	float: left;
}

	.amen span {
		position: absolute;
		font-weight: bold;
		color: #66ff00;
	}

.ui-slider-range {
	background: #059ad2 !Important;
	background: var(--default) !Important;
}

.btn-primary:hover {
	background-color: #007ead !important;
	border-color: #007ead !important;
	background-color: var(--defaulthover) !important;
	border-color: var(--defaulthover) !important;
}

.btn-success:hover {
	background-color: #449d44 !important;
	border-color: #398439 !important;
}

/*Google Maps Responsive Layout*/
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	width: 100% !important;
}



/*Hotel detail*/

@media (min-width: 768px) {
	/*expand button and show text*/
	.btn-extend:hover {
		width: auto
	}

		.btn-extend:hover > .btn-text {
			display: block;
		}

		.btn-extend:hover > .btn-right-text {
			display: block;
		}
}

.btn-right-text {
	display: none;
	float: right;
	line-height: 28px;
	margin-left: 10px;
}

#hotel-info {
	margin-bottom: 20px;
	background-color: #ffffff;
}
/*.btn-update .fa { margin-left: 10px}*/

.gallery-thumb {
	padding: 5px;
}


/***Thumbnail gallery***/
#HotelImageThumb {
	height: 70px;
	object-fit: cover;
	width: 100% !Important;
}

.GalleryImageThumb {
	height: 70px;
	object-fit: cover;
	width: 100% !Important;
}

#CruiseImageThumb {
	height: 70px;
	object-fit: cover;
	width: 100% !Important;
}

#mainimg {
	height: 270px;
	object-fit: cover;
	object-position: 50% 50%;
}

.btn-category {
	margin: 1px;
	min-width: 60px;
}

.panel-body-amenity {
	min-height: 300px;
}

.panel-cruise-comp {
	min-height: 1470px;
}
/*sm*/
@media only screen and (min-width : 768px) and (max-width : 992px) {
	#mainimg {
		height: 100px;
	}

	#HotelImageThumb {
		height: 50px;
	}

	#CruiseImageThumb {
		height: 50px;
	}
}

/* md */
@media only screen and (min-width : 992px)and (max-width : 1200px) {
	#mainimg {
		height: 160px;
	}

	#HotelImageThumb {
		height: 50px;
	}

	#CruiseImageThumb {
		height: 50px;
	}
}


/* lg*/
@media only screen and (min-width : 1200px) {
	#mainimg {
		height: 180px;
	}
}
/***End Thumbnail gallery***/



/*Rooming List*/
#filterModal .fa {
	margin-right: 10px !important;
	background-color: #00aeef;
	background-color: var(--iconfonts);
	border-radius: 50%;
	color: #ffffff;
	padding: 7px;
	min-width: 44px;
	min-height: 42px;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

#filterModal .material-icons {
	margin-right: 10px;
	background-color: #00aeef;
	background-color: var(--iconfonts);
	border-radius: 50%;
	color: #ffffff;
	padding: 7px;
	min-width: 44px;
	min-height: 42px;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	font-size: 2em;
}

.netprice, .totalprice {
	white-space: nowrap;
}

/*form control*/
.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	display: block;
	font-size: 14px;
	height: 44px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}



/********Login Form******/

#login-form {
	margin-top: 100px;
}

	#login-form input[type="text"], #login-form input[type="password"], #login-form textarea, #login-form textarea.form-control {
		background: #fff none repeat scroll 0 0;
		border: 3px solid #fff;
		border-radius: 4px;
		box-shadow: none;
		color: #888;
		font-family: "Roboto",sans-serif;
		font-size: 16px;
		font-weight: 300;
		height: 50px;
		line-height: 50px;
		margin: 0;
		padding: 0 20px;
		transition: all 0.3s ease 0s;
		vertical-align: middle;
	}

/*not sure why this wasn't being picked up from Bootstrap*/
.form-control:focus {
	border: 3px solid #66afe9 !Important;
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)!Important;*/
	box-shadow: none !Important;
	outline: 0 none !Important;
}

.invalid {
	border: 3px solid #a94442 !important;
}

	.invalid:focus {
		border: 3px solid red !important;
	}

.form-top {
	background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
	border-radius: 7px 7px 0 0;
	overflow: hidden;
	padding: 0 25px 15px;
	text-align: left;
}

.form-bottom {
	background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;
	border-radius: 0 0 7px 7px;
	padding: 25px 25px 30px;
	text-align: left;
}

	.form-bottom table {
		width: 100%;
	}

	.form-bottom .lblError {
		color: #a94442;
	}

.form-top-left {
	float: left;
	padding-top: 25px;
	width: 75%;
}

.form-top-right {
	color: #fff;
	float: left;
	font-size: 66px;
	line-height: 100px;
	opacity: 0.3;
	padding-top: 5px;
	text-align: right;
	width: 25%;
}

.form-top-left h3 {
	color: #fff;
	margin-top: 0;
}

.form-signin input[type="checkbox"] {
	float: left;
}

.form-signin label {
	font-weight: normal;
	color: #cccccc !important;
	text-align: right;
	font-weight: normal;
	padding-bottom: 5px;
	float: left;
	padding-right: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
}

.input-group-addon {
	background-color: #cccccc;
	color: #ffffff;
}

/*Signin Form
#login_fields {
    margin: auto;
    width: 218px;
}
.form-signin input[type="checkbox"]
{ float: right;}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
 
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}*/

/*Bootstrap editable style*/
a.editable-white {
	color: #fff !important;
	text-decoration: none;
	border-bottom: none !important;
}

	a.editable-white:hover {
		color: #fff !important;
		text-decoration: none;
		border-bottom: dashed 1px #fff !important;
	}

a.editable-black {
	color: #fff !important;
	text-decoration: none;
	text-shadow: 1px 1px #000;
	border-bottom: none !important;
}

	a.editable-black:hover {
		color: #fff !important;
		text-decoration: none;
		text-shadow: 1px 1px #000;
		border-bottom: dashed 1px #000 !important;
	}

a.editable-disabled:hover {
	text-decoration: none !important;
	border-bottom: none !important;
}
/*Google Maps*/
.google-maps {
	position: relative;
	padding-bottom: 75%;
	// This is the aspect ratio height: 0;
	overflow: hidden;
}

	.google-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
/*Cruise Listing*/
.divCategoryUpgrade {
	margin: 5px;
}

.namesearchresults {
	float: right;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}

.dvSelectedNamesToChoose {
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.dvsearchexplanation {
	/*float:right;*/
	padding-top: 10px;
	padding-bottom: 10px;
	color: red;
}

.tooltip-inner {
	font-size: 12px !important;
}

.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2000 !important;
	float: left;
	display: none;
	min-width: 160px;
	padding: 4px 0;
	margin: 0 0 10px 25px;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
}

	.ui-autocomplete h5 {
		margin: 0px;
	}

	.ui-autocomplete small {
		margin-left: 10px;
	}

.ui-menu-item > a.ui-corner-all {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #555555;
	white-space: nowrap;
	text-decoration: none;
}

.ui-state-hover, .ui-state-active {
	color: #ffffff;
	text-decoration: none;
	background-color: #0088cc;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-image: none;
}

.bookeddate a {
	background: lightblue !important;
}

.dvvoucherdisplay {
	display: none !important;
}

@media print {

	/*html, body {
    width: 210mm;
    height: 297mm;
  }*/
	/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-size: 93%;
}*/
	a:after {
		display: none;
	}

	.scrollspy {
		display: none;
	}

	.jumbotron {
		background: none !important;
		background: none !important;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

		.jumbotron a.editable-black, .jumbotron a.editable-white {
			color: #000 !important;
		}

	.google-maps img {
		max-width: inherit !important;
	}

	.agent-contact-info {
		text-align: left;
	}

	.scrollspy-content {
		width: 100% !important;
	}

	.panel-body {
		padding: 5px;
		/*font-size: 90%;*/
	}

	.panel-heading {
		padding: 3px 5px;
	}

	div.panel-primary, div.item-panel, div.panel-default {
		display: block !important;
		position: relative;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
		border-width: 1px;
		padding-top: 10px;
	}

	.hidden-print, .btn, input[type="button"], anchor[role="button"], anchor[type="button"], .addthis_sharing_toolbox, .alert, .alert-danger, .alert-dismissible,
	.label-info {
		display: none !important;
	}

	body {
		margin: 25px;
	}
	/*body {
                margin: 0;
                padding: 0 !important;
                min-width: 768px;
            }*/

	.container {
		width: auto;
		min-width: 750px;
	}

	.container {
		max-width: none !important;
		width: 100% !important;
		padding-left: 0;
		padding-right: 0;
	}

	.row {
		margin-left: -1%;
		margin-left: -1%;
	}

	[class*="col-"] {
		float: left;
		padding-left: 1%;
		padding-right: 1%;
		min-height: 0px !important;
		border: 0 !important;
	}

	.col-sm-12,
	.col-md-12,
	.col-lg-12 {
		width: 100%;
	}

	.col-sm-11,
	.col-md-11,
	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-sm-10,
	.col-md-10,
	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-sm-9,
	.col-md-9,
	.col-lg-9 {
		width: 75%;
	}

	.col-sm-8,
	.col-md-8,
	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-sm-7,
	.col-md-7,
	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-sm-6,
	.col-md-6,
	.col-lg-6 {
		width: 50%;
	}

	.col-sm-5,
	.col-md-5,
	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-sm-4,
	.col-md-4,
	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-sm-3,
	.col-md-3,
	.col-lg-3 {
		width: 25%;
	}

	.col-sm-2,
	.col-md-2,
	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-sm-1,
	.col-md-1,
	.col-lg-1 {
		width: 8.33333333%;
	}
}
/*
 * DASHBOARD STYLES
 */

#new-booking-modal {
	overflow-y: auto;
}

.item-panel-print {
	page-break-before: always;
}

.color-swatch div {
	height: 44px;
}

.color-swatch {
	margin: 10px 0px;
}

.dashboard {
	margin-top: 5px;
}
/****Dashboard Side bar ****/
#wrapper {
	padding-left: 0;
	transition: all 0.5s ease 0s;
}

	#wrapper.toggled {
		padding-left: 250px;
	}

#sidebar-wrapper {
	background: #00aeef none repeat scroll 0 0;
	background: var(--iconfonts) none repeat scroll 0 0;
	height: 110%;
	left: 60px;
	margin-left: -60px;
	overflow-y: auto;
	position: fixed;
	transition: all 0.5s ease 0s;
	width: 0;
	z-index: 1000;
}

#wrapper.toggled #sidebar-wrapper {
	width: 60px;
}

#page-content-wrapper {
	padding: 120px 15px 15px;
	position: absolute;
	width: 100%;
}

#wrapper.toggled #page-content-wrapper {
	margin-right: -250px;
	position: absolute;
}

.nav-sidebar {
	list-style: outside none none;
	margin: 0;
	padding: 160px 0 0;
	position: absolute;
	top: 0;
	width: 70px;
}

	.nav-sidebar li {
		line-height: 40px;
		text-indent: 10px;
	}

		.nav-sidebar li a {
			color: #aae3f9;
			display: block;
			font-weight: bold;
			text-decoration: none;
			font-size: 16px;
		}

		.nav-sidebar li.active a {
			color: #ffffff;
		}

#toggle-menu {
	position: fixed;
	z-index: 900;
	right: 20px;
}
/*.nav-sidebar li.active{
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
}*/

.nav-sidebar li a:hover {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	color: #fff;
	text-decoration: none;
}

.nav-sidebar li a:active, .nav-sidebar li a:focus {
	text-decoration: none;
}

.nav-sidebar > .sidebar-brand {
	font-size: 18px;
	height: 65px;
	line-height: 60px;
}

	.nav-sidebar > .sidebar-brand a {
		color: #999999;
	}

		.nav-sidebar > .sidebar-brand a:hover {
			background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
			color: #fff;
		}

@media (min-width: 768px) {

	#wrapper {
		margin-top: -20px;
		padding-left: 60px;
	}

		#wrapper.toggled {
			padding-left: 0;
		}

	#sidebar-wrapper {
		width: 60px;
	}

	#wrapper.toggled #sidebar-wrapper {
		width: 0;
	}

	#page-content-wrapper {
		padding: 170px 20px 20px;
		position: relative;
	}

	#wrapper.toggled #page-content-wrapper {
		margin-right: 0;
		position: relative;
	}
}

.nav-sidebar .fa {
	/*margin-right: 30px;*/
	color: #ffffff;
}

/*charts*/
.visualization_wrap {
	border: 1px solid #e1eff4;
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
}

#destinations, #production, #suppliers, #bookingcount, #bookratio, #commission, #regions {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sub-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

/*.navbar-fixed-top {
  border: 0;
}*/
/**Countto Rows****/

#count-sectors {
	margin-top: 40px;
	text-align: center;
	margin-bottom: 0px;
}

#count-sales {
	margin-top: 0px;
	text-align: center;
	margin-bottom: 0px;
}

#count-circles {
	min-height: 250px;
	margin-bottom: 20px;
}

/**Count to panels****/
#cruise-count, #hotel-count, #tour-count, #activity-sales {
	position: relative;
	min-height: 200px;
	overflow: hidden;
	text-transform: uppercase;
	color: #ffffff;
	padding: 22px;
	margin-bottom: 30px;
	border: 0px solid #e1eff4;
}

#total-sales, #total-comm, #total-cust {
	min-height: 120px;
	overflow: hidden;
	text-transform: uppercase;
	color: #ffffff;
	padding: 22px;
	margin-bottom: 30px;
	border: 1px solid #e1eff4;
}

#total-sales {
	background-color: #00aeef;
	background-color: var(--iconfonts);
}

#total-comm {
	background-color: #00aeef;
	background-color: var(--iconfonts);
}

#total-cust {
	background-color: #00aeef;
	background-color: var(--iconfonts);
}

#cruise-count {
	background-color: #4275da;
}

#hotel-count {
	background-color: #27972e;
}

#tour-count {
	background-color: #efb900;
}

#activity-sales {
	background-color: #dc3912;
}

.countto-sales, .countto-comm, .countto-hotel, .countto-cruise, .countto-tour, .countto-activity, .countto-happy {
	color: #ffffff;
	font-size: 43px;
	font-weight: bold;
}

#count-sales .fa, #count-sectors .fa {
	color: #ffffff;
	display: block;
}


#myStat {
	text-align: center;
}

.circliful {
	margin: 0 auto !Important;
}

#myStat1, #myStat2, #myStat3, #myStat4 {
	font-weight: bold;
}
/* Hide for mobile, show later */
.sidebar {
	display: none;
}

@media (min-width: 768px) {
	.sidebar {
		/*position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;*/
		z-index: 1000;
		display: block;
		padding-left: 10px;
		padding-right: 10px;
		overflow-x: hidden;
		overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
		background-color: #f5f5f5;
		border-right: 1px solid #eee;
	}
}

/* Sidebar navigation */
.nav-sidebar {
	/*margin-right: -21px;*/
	/* 20px padding + 1px border */
	margin-bottom: 20px;
	/*margin-left: -20px;*/
}

	.nav-sidebar > li > a {
		/*padding-right: 20px;
        padding-left: 20px;*/
	}

	.nav-sidebar > .active > a,
	.nav-sidebar > .active > a:hover,
	.nav-sidebar > .active > a:focus {
		color: #fff;
		background-color: #428bca;
	}

.panel-connection {
	min-height: 250px;
}

@media (min-width: 768px) {
	.main {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.main .page-header {
	margin-top: 0;
}

.placeholders {
	margin-bottom: 30px;
	text-align: center;
}

	.placeholders h4 {
		margin-bottom: 0;
	}

.placeholder {
	margin-bottom: 20px;
}

	.placeholder img {
		display: inline-block;
		border-radius: 50%;
	}

/* CUSTOMIZE THE CAROUSEL -------------------------------------------------- */
.carousel-control {
	background-image: none !important;
}

#myCarousel {
	height: 280px;
	margin-bottom: 15px;
}

.xpress_blue {
	color: #00aeef;
	color: var(--iconfonts);
}
/*test4*/

.carousel_main {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: bold;
}

.full {
	padding: 0px;
	margin-top: -20px;
}

/* Carousel base class */
.carousel {
	margin-bottom: 30px;
}

	.carousel .btn-lg {
		font-weight: bold;
		text-transform: uppercase;
	}

/*used where full background not used*/
/*.carousel .item {

 background-color: #777;
}*/

.default_bck {
	padding: 20px;
	padding-top: 20px;
	background-image: url(../images/squares.png);
	background-repeat: repeat;
	background-color: #05384b !Important;
}

	.default_bck img {
		max-width: 100%;
		margin: 0 auto;
	}

.full_back {
	height: 450px;
	background-repeat: no-repeat;
	background-position: center !Important;
	background-size: cover !Important;
}

.full_back_fixed {
	height: 450px;
	background-repeat: no-repeat;
	background-position: center !Important;
	background-size: cover !Important;
	background-attachment: fixed !Important;
	position: static;
}
/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
	transition: opacity ease-out .7s;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

	.carousel-fade .carousel-inner .active.left,
	.carousel-fade .carousel-inner .active.right {
		left: 0;
		opacity: 0;
		z-index: 1;
	}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next,
	.carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.carousel-fade .carousel-inner > .item.prev,
	.carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

		.carousel-fade .carousel-inner > .item.next.left,
		.carousel-fade .carousel-inner > .item.prev.right,
		.carousel-fade .carousel-inner > .item.active {
			opacity: 1;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
}

.carousel-inner > .item > img {
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 400px;
}

.carousel-indicators {
	bottom: -45px !important;
}

.carousel-caption {
	/*top:5%;
	bottom:10%;*/
	position: inherit;
	height: 260px;
	color: #fff;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 10;
	margin-top: 30px;
}

.carousel-image {
	margin-top: 30px;
	opacity: 0.86;
}

	.carousel-image img {
		height: 260px;
		object-fit: scale-down;
		width: 100%;
	}

.overlay {
	background-image: url("/itinerary/images/overaly.png");
	background-repeat: repeat;
	background-color: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(0, 0, 0, 0.3);
}


.overlay2 {
	background-repeat: repeat;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
}

.nav-sm > li > a {
	padding: 8px 11px !important;
}


/**Video for carousel****/
.video-section .pattern-overlay {
	background-color: rgba(71, 71, 71, 0.59);
	/*padding: 110px 0 32px;*/
	min-height: 496px;
	/* Incase of overlay problems just increase the min-height*/
}

.video-section h1, .video-section h3 {
	text-align: center;
	color: #fff;
}

.video-section h1 {
	font-size: 110px;
	font-family: 'Buenard', serif;
	font-weight: bold;
	text-transform: uppercase;
	/*margin: 40px auto 0px;*/
	text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
}

.video-section h3 {
	font-size: 25px;
	font-weight: lighter;
	margin: 0px auto 15px;
}

.video-section .buttonBar {
	display: none;
}

.player {
	font-size: 1px;
}
/**End Video for carousel****/

/*h1 .fa-chevron-right{color:var(--iconfonts); font-weight:normal; padding-right:10px}*/

.carousel-caption h1 {
	font-size: 30px;
	font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
}

.carousel-caption p {
	font-size: 16px;
	font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
	margin-bottom: 20px;
}

.carousel-content {
	top: 10%;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	/*max-width:1000px;*/
	padding-top: 20px;
}



/* Extra Small Devices, xs */
@media (max-width: 767px) {
	.carousel-caption p {
		font-size: 13px;
	}

	.carousel_main {
		font-size: 20px;
	}
}

/* Small Devices, sm-* */
@media (min-width: 768px) {
	.carousel-caption h1 {
		font-size: 40px;
	}

	.carousel-caption p {
		font-size: 18px;
	}
}


/* Medium Devices, md */
@media (min-width: 992px) {
	.carousel-caption {
		padding-left: 50px;
		padding-right: 50px;
	}

		.carousel-caption h1 {
			font-size: 40px;
		}

		.carousel-caption p {
			font-size: 20px;
		}
}

/* Large Devices, lg */
@media (min-width: 1200px) {

	.carousel-caption h1 {
		font-size: 50px;
	}

	.carousel-caption p {
		font-size: 22px;
	}
}


.nav .active {
	font-weight: bold;
	/*background: #eee;*/
}
/*Scroll spy for client page*/
.scrollspy .nav > li > a:focus {
	background-color: #eee;
	text-decoration: none;
}

.scrollspy .nav .active {
	font-weight: bold;
	background: #059ad2;
	background: var(--default);
	width: 100%;
}

	.scrollspy .nav .active a {
		color: #ffffff;
	}

.scrollspy .nav > li > a:focus {
	background-color: #eee;
	text-decoration: none;
}


.affix {
	top: 20px;
	width: 150px;
}
/**Activity Details***************************************************/
.activity-filter {
	margin: 0;
	padding: 0;
	margin-bottom: -20px;
	margin-right: 15px;
	float: right;
}

.activity-category {
	color: #fff;
}

.activity-result .btn {
	margin-top: 10px;
}

.activity-result h4 {
	font-size: 24px;
	margin-top: 0px;
}

	.activity-result h4 small {
		display: block;
		margin-top: 5px;
		font-size: 65%;
	}

.activity-result .panel-heading {
	padding-top: 0px;
}

/**Tour Details***************************************************/
/**Tour Details***************************************************/
.num-tours, .num-hotels {
	color: #059ad2;
	color: var(--default);
}

.tour-search .header-search {
	margin-left: 0px;
}

.tour-result .btn {
	margin-top: 10px;
}

.tour-result h4 {
	font-size: 24px;
	margin-top: 0px;
}

	.tour-result h4 small {
		display: block;
		margin-top: 5px;
		font-size: 65%;
	}

.tour-result .panel-heading {
	padding-top: 0px;
}

.sort-results li {
	margin-right: 8px;
}

#ContentMain_dvToursFound, #ContentMain_dvHotelsFound {
	margin-top: 5px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 30px;
}

#ContentMain_lbSortBy {
	border: 3px solid #ffffff;
}

#ContentMain_lbSortOrder {
	border: 3px solid #ffffff;
}

.readmore-fade {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 70px 0; /** might not need to go this big***/
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), #ffffff);
}

.readmore + [data-readmore-toggle], .readmore[data-readmore] {
	position: relative;
}
/*Ensures Read More link isnt under fade.*/
.readmore {
	padding-bottom: 70px;
}
/*Ensures content at bottom isn't covered*/

.highlight {
	color: #00aeef;
	color: var(--iconfonts);
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
	/*border: 1px solid #cccccc;*/
	padding: 10px;
	background-color: #ffffff;
	margin-top: 10px;
}

	.highlight small {
		color: #000000 !Important;
		font-size: 45%;
		font-weight: normal;
	}

.tour-summary h3 {
	font-size: 28px;
	margin-top: 0px;
}

@media (max-width: 768px) {
	.tour-summary h3 {
		margin-top: 20px;
	}

	.nav-sort {
		width: 100%;
	}

	.sort-results li {
		margin-right: 0px;
	}
}

.panel-search {
	background-color: #059ad2;
	background-color: var(--default);
	color: #ffffff;
	padding-bottom: 20px;
	padding-left: 20px;
}
/**Client Itinerary***************************************************/
.image-day {
	padding: 0px;
}

.add-arrow {
	position: relative;
	margin-bottom: 30px;
}

	.add-arrow:after {
		content: '';
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 0;
		height: 0;
		border-top: solid 30px #059ad2;
		border-top: solid 30px var(--default);
		border-left: solid 30px transparent;
		border-right: solid 30px transparent;
	}


#agent-info {
	border: 0px solid #efeaea;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 10px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
	font-size: 18px;
}

	#agent-info [class*="col-"] {
		/*min-height:120px;*/
		/*min height added to help vertical center logo*/
	}

	#agent-info .fa {
		margin-right: 10px;
	}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #f00;
}

#itinerary_lbAgentName {
	font-size: 20px;
	margin-top: 0px;
}

.grand-total.price-total {
	font-size: 26px;
}

/******Images width 100%***/
.img-circle-logo {
	border-radius: 50%;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	height: 50px;
	width: 50px;
	object-fit: scale-down;
}

.img-fullwidth, .img-air, .img-car, .img-groundtransportation, .img-rail {
	width: 100%;
}

.img-cruise, .img-tour, .img-restaurant, .img-excursion, .img-hotel {
	object-fit: cover;
	width: 100%;
	height: 190px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.img-cruise-result {
	object-fit: cover;
	width: 100%;
	height: 140px;
}

.img-day, .img-itinerary {
	object-fit: cover;
	width: 100%;
	height: 250px;
}

#imgAgencyLogo {
	max-height: 150px;
	margin-top: 10px;
}
/*Google Maps Responsive Layout*/
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	width: 100% !important;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}


@media (max-width: 768px) {
	/*****Add borders when columns wrap***/

	.item-info [class*="col-"] {
		margin-bottom: 20px;
		border-bottom: 1px solid #dce2e4;
		padding-bottom: 20px;
	}


	#agent-info {
		border: 0px solid #efeaea;
		text-align: center;
	}

		#agent-info [class*="col-"] {
			border-bottom: 1px solid #f6f2f2;
			margin-bottom: 20px;
			padding-bottom: 20px;
		}

		#agent-info .img-responsive {
			margin: 0 auto;
		}
}


/*scrollspy*/
.affix {
	top: 20px;
	width: 170px;
}

/**contact**/
#contact {
	background: #242a33 none repeat scroll 0 0;
	background: var(--bottombackground) none repeat scroll 0 0;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	line-height: 18px;
	font-size: 14px;
}

	#contact h4 {
		text-transform: uppercase;
		font-size: 18px;
	}

	#contact .fa {
		margin-right: 10px;
	}

/**Panel*/
.panel, .well {
	box-shadow: none;
	border-radius: 0;
	border: none;
}

.roomgroup .panel {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	border: none !important;
}

.roomgroup {
	box-shadow: none !important;
	border: none !important;
}

.panel-default > .panel-heading {
	border: none;
}

.panel-default {
	border: none;
}

.panel-heading .fa {
	margin-right: 5px !important;
	background-color: #00aeef;
	background-color: var(--iconfonts);
	border-radius: 50%;
	color: #ffffff;
	padding: 7px;
	min-width: 44px;
	min-height: 42px;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
/*
    This was making all fa icons blue?
    .panel-heading .fa:not(.fa-default) {
    margin-right: 5px !important;
    background-color: #00aeef;
    background-color: var(--iconfonts);
    border-radius: 50%;
    color: #ffffff;
    padding: 7px;
    min-width: 44px;
    min-height: 42px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}*/

.panel-heading .material-icons {
	margin-right: 5px;
	background-color: #00aeef;
	background-color: var(--iconfonts);
	border-radius: 50%;
	color: #ffffff;
	padding: 7px;
	min-width: 44px;
	min-height: 42px;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	font-size: 2em;
}


.panel-heading, .panel {
	border-radius: 0px;
}

	.panel-heading h3 {
		font-size: 28px;
		font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
		margin-top: 10px;
		font-weight: initial;
	}

.item-title h4 {
	font-size: 24px;
	font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
	margin-top: 10px;
	font-weight: initial;
}

.panel-body-day {
	margin-top: -40px;
}

.panel-primary {
	border: solid 5px #059ad2;
	border: solid 5px var(--default);
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.panel-default {
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 5px 0 rgba(0,0,0,.15);
}

.panel-primary > .panel-heading {
	background-color: #059ad2;
	background-color: var(--default);
	border-color: #059ad2;
	border-color: var(--default);
	color: #fff;
}


.panel-primary { /*-webkit-box-shadow: 0px 19px 21px -21px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 19px 21px -21px rgba(0,0,0,0.75);
box-shadow: 0px 19px 21px -21px rgba(0,0,0,0.75);*/
}


.gradient {
	background: rgba(5,155,210,1);
	background: -moz-linear-gradient(top, rgba(5,155,210,1) 0%, rgba(4,136,184,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,155,210,1)), color-stop(100%, rgba(4,136,184,1)));
	background: -webkit-linear-gradient(top, rgba(5,155,210,1) 0%, rgba(4,136,184,1) 100%);
	background: -o-linear-gradient(top, rgba(5,155,210,1) 0%, rgba(4,136,184,1) 100%);
	background: -ms-linear-gradient(top, rgba(5,155,210,1) 0%, rgba(4,136,184,1) 100%);
	background: linear-gradient(to bottom, rgba(5,155,210,1) 0%, rgba(4,136,184,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#059bd2', endColorstr='#0488b8', GradientType=0 );
}
/***Circle Progres***/
.circliful {
	position: relative;
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
	width: 100%;
	position: absolute;
	text-align: center;
	display: inline-block;
}

.circle-info, .circle-info-half {
	color: #999;
}

.circliful .fa {
	margin: -10px 3px 0 3px;
	position: relative;
	bottom: 8px;
}

.supplemental {
	background-image: linear-gradient(rgba(5, 154, 210, 0.6), rgba(5, 154, 210, 0.6)), url(/itinerary/images/background-2.jpg);
	background-attachment: fixed;
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-top: 0px;
}

.header-supp {
	font-size: 26px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

	.header-supp .fa {
		color: #ffffff;
		background-color: #00aeef;
		background-color: var(--iconfonts);
		padding: 7px;
		border-radius: 7px;
		margin-right: 10px;
	}

.about {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../sample_images/login/samp3.jpg);
	background-color: #06C;
	background-attachment: fixed;
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
}

.about-text {
	color: #FFF;
	font-size: 18px;
	background-color: transparent !Important;
}

.about-heading {
	font-size: 28px !Important;
}

.ad-300 {
	margin-top: 40px;
}

.ad-728 {
	margin-top: 40px;
	margin-bottom: 40px;
}
/******************Suplemental logos and captions*************************/

/* Supplemental Logo Box Style */
.box {
	border: 5px solid #fff;
	cursor: pointer;
	height: 200px;
	float: left;
	margin: 5px;
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	background-color: #FFF;
}

	/* Supplemental Logo (Centered) Image Style */
	.box img {
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		-webkit-transition: all 600ms ease-out;
		-moz-transition: all 600ms ease-out;
		-o-transition: all 600ms ease-out;
		-ms-transition: all 600ms ease-out;
		transition: all 600ms ease-out;
	}

	.box h3 {
		margin-top: 0px;
	}

	/* Caption Common Style */
	.box .caption {
		background-color: rgba(0,0,0,0.8);
		position: absolute;
		color: #fff;
		z-index: 100;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		left: 0;
	}


	/** Caption : Fade **/
	.box .fade-caption, .box .scale-caption {
		opacity: 0;
		width: 100%;
		height: 100%;
		text-align: left;
		padding: 15px;
	}

	/** Caption : Slide **/
	.box .slide-caption {
		width: 100%;
		height: 100%;
		text-align: left;
		padding: 15px;
		left: 100%;
	}


	/** Fade Caption :hover Behaviour **/
	.box:hover .fade-caption, .box:hover .scale-caption {
		opacity: 1;
	}

	.box:hover img {
		-moz-transform: scale(1.4);
		-o-transform: scale(1.4);
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
	}

	/** Slide Caption :hover Behaviour **/
	.box:hover .slide-caption {
		background-color: rgba(0,0,0,1) !important;
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		opacity: .8;
		transform: translateX(-100%);
	}

/******************End Suplemental logos and captions*************************/

/*hompage summary content for tours/activities/cruises/hotels*/

.summary-content {
	text-align: center;
	margin-top: 20px;
	border-color: #cccccc;
}

	.summary-content i {
		color: #059ad2;
		color: var(--default);
		border-width: 0px !Important;
		/* font-size: 24px;*/
	}

h4.about-heading {
	padding: 0px 0;
	font-size: 24px;
	font-weight: normal;
	margin-top: 0px;
}

h4.summary-heading {
	padding: 10px 0;
	text-transform: capitalize;
	font-size: 24px;
	font-weight: normal;
}

.summary-text {
	min-height: 130px;
}

.summary-content span {
	background: #059ad2 none repeat scroll 0 0;
	background: var(--default) none repeat scroll 0 0;
	display: block;
	height: 1px;
	margin: 0 auto;
	width: 60%;
}

.summary-content p {
	letter-spacing: 1px;
	padding-top: 10px;
}


.shadow {
	box-shadow: 0 4px 4px -4px #eae9e7;
	-moz-box-shadow: 0 4px 4px -4px #eae9e7;
	-webkit-box-shadow: 0 4px 4px -4px #eae9e7;
}

.floatingHeader {
	position: fixed;
	top: 0;
	visibility: hidden;
	z-index: 1;
	border: 1px solid #428bca;
	border-radius: 0px;
	-webkit-box-shadow: 0px 5px 10px #888888;
	-moz-box-shadow: 0px 5px 10px #888888;
	box-shadow: 0px 5px 10px #888888;
}

.absoluteHeader {
	position: absolute;
	z-index: 1;
	visibility: hidden;
	border: 1px solid #428bca;
	border-bottom: 1px solid transparent;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

/***End*****hompage summary content for tours/activities/cruises/hotels*/
/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
}
/*#tblItineraryShort, #tblItinerary .head {
    font-size:10px;
}*/
.tdItinArrive, .tdItinDepart {
	display: none !important;
}

.tdItinDate {
	width: 100px;
}

#divPrimaryShipImage {
	min-height: 210px;
}

#txtFeed {
	min-height: 200px;
}


/* Suggestion Ads
-------------------------------------------------- */
.suggestion-ad {
	margin-bottom: 15px;
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.adspace {
	margin-top: 20px
}

img {
	max-width: 100%;
}

	/**Using Object Fit on the image*/
	img.fit {
		width: 100%;
		height: 150px;
		-o-object-fit: cover;
		object-fit: cover;
	}

/*Style/center the ad message*/
.ad-message {
	background-color: #09C;
	height: 150px;
	color: #FFF;
	text-align: center;
	font-size: 30px;
	font-family: 'Indie Flower', cursive;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*Remove col gutters from cols that make up the ad/img*/
.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}

	.row.no-gutter [class*='col-']:not(:first-child),
	.row.no-gutter [class*='col-']:not(:last-child) {
		padding-right: 0;
		padding-left: 0;
	}

.make-block {
	display: block
}

a.make-block {
	text-decoration: none
}

.v2 {
	background-color: #696;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 26px
}

.v3 {
	background-color: #f8f8f8;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 23px;
	color: #555;
}

.ad-message div {
	padding: 10px;
}

.right-padding {
	text-align: right;
	padding-right: 7px;
}

.left-padding {
	text-align: left;
	padding-right: 7px;
}

.not-collapsed {
	display: none;
}

.flightinfobox {
	width: 100%;
	background-color: #049CCD;
	color: white;
	font-weight: bold;
	font-size: 18px;
}
/*#filterPanel {
            position: sticky;
            top: 70px;
        }*/
.borderbox {
	padding-top: 10px;
	padding-left: -15px;
}


/*Fixed Flight filter panel*/
/* Small Devices, xs-* */
#flight-filter.affix {
	position: inherit;
	width: inherit;
}

/* Small Devices, sm-* */
@media (min-width : 768px) {
	#flight-filter.affix {
		position: inherit;
		width: inherit;
	}

	.collapse.dont-collapse-sm {
		display: block;
		height: auto !important;
		visibility: visible;
	}
}
/* Medium Devices, md */
@media (min-width: 992px) {
	#flight-filter.affix {
		position: fixed;
		top: 40px;
	}

		#flight-filter.affix .flight-filter-panel {
			width: 213px;
		}
}

/* Large Devices, lg */
@media (min-width: 1200px) {
	#flight-filter.affix {
		position: fixed;
		top: 40px;
	}

		#flight-filter.affix .flight-filter-panel {
			width: 262px;
		}
}

a[aria-expanded=true] .fa-chevron-right {
	display: none;
}

a[aria-expanded=false] .fa-chevron-down {
	display: none;
}

a[aria-expanded=true] .glyphicon-chevron-right {
	display: none;
}

a[aria-expanded=false] .glyphicon-chevron-down {
	display: none;
}

.btn-class-group {
	margin-top: 10px;
}

	.btn-class-group button {
		padding: 5px !important;
		box-shadow: none;
	}

.flight-price-chevron .fa {
	background-color: transparent;
	border-radius: inherit;
	box-shadow: inherit;
	color: #3c763d;
}

.bubble {
	animation: expand .75s ease-in-out infinite;
	border-radius: 20px;
	display: inline-block;
	transform-origin: center center;
	margin: 0 10px;
	width: 20px;
	height: 20px;
}

	.bubble:nth-child(1) {
		background: #2980b9;
	}

	.bubble:nth-child(2) {
		animation-delay: 180ms;
		background: #2980b9;
	}

	.bubble:nth-child(3) {
		animation-delay: 360ms;
		background: #2980b9;
	}

	.bubble:nth-child(4) {
		animation-delay: 540ms;
		background: #2980b9;
	}

#booking-content .tabulator {
	margin-bottom: 5px !important;
}

.tabulator-header-filter input {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.tabulator .tabulator-footer .tabulator-page.active {
	color: #2980b9 !important;
}

.tabulator .tabulator-loader {
	background: #fff !important;
}

	.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading {
		border: none !important;
	}

	.tabulator .tabulator-loader .tabulator-loader-msg {
		background: none !important;
	}

.cancelBtn, .applyBtn {
	box-shadow: none !important;
}

@keyframes expand {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.55);
	}
}

.filepond--credits {
	display: none;
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.ad-message {
		padding-left: 20px !Important;
		padding-right: 20px !Important;
	}

	img.fit {
		width: 100%;
	}
}

.btn-removeflight {
	margin-top: 25px;
}

/**********************START FLIGHTSEARCH.ASCX STYLING*******************************/
.dialog-box {
	position: absolute;
	background: #fff;
	box-shadow: 0 0 5px lightgray;
	z-index: 1000;
	padding: 20px;
	padding-top: 30px;
}

.btn-decrease, .btn-increase {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	cursor: pointer;
}

.dialog-link {
	position: relative;
	cursor: pointer;
}

.traveler-count, .dialog-chevron {
	padding: 5px;
}

.via-btn {
	background-color: #EBEDED;
	border: none;
}

.dialog-listbox {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.dialog-listoption {
	list-style: none;
	padding: 10px;
	cursor: pointer;
}

	.dialog-listoption:hover {
		background-color: #EBEDED;
	}

.selected-listoption {
	background-color: #EBEDED;
	font-weight: bold;
}

#flTypeDialog, #restrictionDialog {
	padding: 0px;
}

.fa-chevron-up {
	margin-right: 6px;
}

.info-air {
	color: #C0C0C0;
}

.top-spacing {
	padding-top: 25px;
}
/**********************END FLIGHTSEARCH.ASCX STYLING*********************************/
/**********************START ADVANCEDSEARCH.ASPX STYLING*******************************/
.class-selected {
	background: #265a88;
}

.separator {
	height: 2px;
	border: none;
	background-color: #C0C0C0;
}

.carrier-width {
	max-width: 100px;
}

.flight-grey {
	color: #C0C0C0;
}

.flight-large {
	font-size: 20px;
}

.float-right {
	float: right;
}

.next-day-arrival {
	color: red;
	float: right;
}

.no-padding {
	padding: 0px;
}

.bottom-margin {
	margin-bottom: 10px;
}

.layovers {
	background-color: #DCDCDC;
}

.layover {
	padding: 7px;
}
/**********************END ADVANCEDSEARCH.ASPX STYLING*********************************/
/**********************START FLIGHTOPTIONS.ASPX STYLING*******************************/
.filter-option:hover, .cursor-pointer {
	cursor: pointer;
}

.filter-option > a {
	display: none;
}

.filter-option:hover > a {
	display: inline-block;
}

.bottom-spacing {
	padding-bottom: 10px;
}

.consumer-search-tabs .nav-tabs > li > a {
    text-align: center;
}
.consumer-search-tabs .nav-tabs > li.active > a {
	color: var(--default);
	font-weight: bold;
	-webkit-box-shadow: 0px 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
}
.consumer-search-tabs .nav-tabs li {
	width: 100%;
}
.consumer-search-tabs {
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #b3b2ae;
	margin-top: 5px;
	margin-bottom: 13px;
}

.consumer-search-tabs .fa{font-weight: normal;}
.compressed-search{ margin-left: 5px; margin-right: 5px;}
.consumer-search-tabs a {
	color: #ffffff;
}

.consumer-search-tabs li.active > a:hover, .consumer-search-tabs li.active > a:focus {
	color: var(--default);
    background-color: #fff !important;
}

.consumer-search-tabs a:hover, .consumer-search-tabs a:focus {
	background-color: rgba(119, 119, 119, 0.63) !important;
    border-color: transparent !important;
}

    .consumer-search-tabs > li.active > .fa {
        color: #949a9c;
}

@media only screen and (max-width : 768px) {
/*tab text is hidden on xs screens using .hidden-xs*/

.consumer-search-tabs {
	/*height: 58px;*/
	vertical-align: bottom;
}

        .consumer-search-tabs .fa-fw {
            margin-right: 0px;
        }

.consumer-search-tabs .nav-tabs > li > a {
	border-radius: 6px 6px 0 0;
	padding: 18px 18px;
	margin-left: 1px;
            /*margin-top: 10px;*/
}
}

@media only screen and (max-width : 580px) {
    .consumer-search-tabs .nav-tabs > li > a {
        padding: 6px 6px;
    }
}

.compressed-search .form-group{
    margin-bottom: 4px;
}
