/* Webjet UI Library Extract for Exclusives
 * Author: Prageeth Silva <prageeth.silva@webjet.com.au>
 */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

/* FONT ICONS */

/*@font-face {
	font-family: 'WebjetIcons';
	src: url('../fonts/webjet-icons.eot');
	src: url('../fonts/webjet-icons.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/webjet-icons.woff2') format('woff2'),
		 url('../fonts/webjet-icons.woff') format('woff'),
		 url('../fonts/webjet-icons.ttf') format('truetype'),
		 url('../fonts/webjet-icons.svg#webjet-iconsregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

@font-face {
	font-family: 'WebjetIcons';
	src: url('../fonts/webjet-icons-regular-webfont.eot');
	src: url('../fonts/webjet-icons-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/webjet-icons-regular-webfont.woff2') format('woff2'),
		 url('../fonts/webjet-icons-regular-webfont.woff') format('woff'),
		 url('../fonts/webjet-icons-regular-webfont.ttf') format('truetype'),
		 url('../fonts/webjet-icons-regular-webfont.svg#webjet-iconsregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* CHECKBOXES */

.styled-checkbox {
	opacity: 0;
	position: absolute;
}
.styled-checkbox + .styled-checkbox-label {
	padding: 0 12px 0 32px;
	color: #333333;
	font-size: 15px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	line-height: 22px;
}
.styled-checkbox + .styled-checkbox-label:before {
	display: inline-block;
	content: "";
	width: 22px;
	height: 22px;
	background: #ffffff;
	border: #646464 solid 1px;
	vertical-align: middle;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	left: 0;
	pointer-events: none;
	font-family: "WebjetIcons";
	font-size: 15px;
	line-height: 127%;
}
.styled-checkbox + .styled-checkbox-label:hover:before {
	background: #f6f2e7;
}
.styled-checkbox:focus + .styled-checkbox-label:before {
	background: #f6f2e7;
	-webkit-box-shadow: 0 0 0 4px rgba(135, 135, 135, 0.75);
	-moz-box-shadow: 0 0 0 4px rgba(135, 135, 135, 0.75);
	box-shadow: 0 0 0 4px rgba(135, 135, 135, 0.75);
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-ms-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}
.styled-checkbox:checked + .styled-checkbox-label:before {
	background: #646464;
	border-color: #646464;
	color: #ffffff;
	content: "\E028";
}
.styled-checkbox:disabled + .styled-checkbox-label {
	opacity: 0.25;
	cursor: not-allowed;
}
.styled-checkbox:disabled + .styled-checkbox-label:hover:before {
	background: #ffffff;
}
.styled-checkbox:disabled:checked + .styled-checkbox-label:hover:before {
	background: #646464;
}
.styled-checkbox:enabled + .styled-checkbox-label:active:before {
	border-color: #646464;
	color: #ffffff;
	font-family: "WebjetIcons";
	content: "\E028";
	position: absolute;
	left: 0;
}
.styled-checklist {
	opacity: 0;
	position: absolute;
}
.styled-checklist + .styled-checklist-label {
	padding-right: 12px;
	color: #333333;
	font-size: 15px;
}
.styled-checklist + .styled-checklist-label:before {
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	margin: -2px 6px 0 12px;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.styled-checklist:checked + .styled-checklist-label:before {
	color: #646464;
	font-family: "WebjetIcons";
	content: "\E028";
	padding: 1px 0 0 2px;
}

/* RADIO BUTTONS */

.styled-radio {
	opacity: 0;
	position: absolute;
}
.styled-radio:disabled + .styled-radio-label {
	opacity: 0.25;
	cursor: not-allowed;
}
.styled-radio:disabled + .styled-radio-label:hover:before {
	border: 1px solid #646464;
	background: #ffffff;
}
.styled-radio:checked + .styled-radio-label:after {
	content: "";
	background: #646464;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 17px;
	top: 14px;
}
.styled-radio:focus + .styled-radio-label:before {
	background: #f6f2e7;
	-webkit-box-shadow: 0 0 0 4px rgba(135, 135, 135, 0.75);
	-moz-box-shadow: 0 0 0 4px rgba(135, 135, 135, 0.75);
	box-shadow: 0 0 0 4px rgba(135, 135, 135, 0.75);
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-ms-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}
.styled-radio + .styled-radio-label {
	position: relative;
	padding: 12px 12px 12px 44px;
	cursor: pointer;
}
.styled-radio + .styled-radio-label:before {
	content: "";
	background: #ffffff;
	border: 1px solid #646464;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 12px;
	top: 9px;
}
.styled-radio + .styled-radio-label:hover:before {
	background: #f6f2e7;
}
.styled-radio:enabled + .styled-radio-label:active:before {
	background: #bfbfbf;
}


/* LOADER */

#page-loader-popup .modal-dialog {
	width: 240px;
	height: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -45px 0 0 -120px;
	box-shadow: 0 5px 15px #000000;
	text-align: center;
	background: #ffffff;
}
#page-loader-popup .modal-dialog .modal-body {
	padding: 0;
}
#page-loader-popup .modal-dialog .title {
	font-size: 19px;
	margin: 18px 0;
	font-weight: 700;
	color: #333333;
}
.page-loader {
	background: #f5f5f5;
	display: inline-block;
	padding: 2px 50px;
	border-radius: 2px;
}
.page-loader span,
.page-loader:before,
.page-loader:after {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-radius: 2px;
	background: #999999;
	margin: 0 2px;
}
.page-loader:before {
	content: "";
	animation: b1 1s infinite;
}
.page-loader span {
	animation: b2 1s infinite;
}
.page-loader:after {
	content: "";
	animation: b3 1s infinite;
}
@keyframes b1 {
	0% {
		background: #000000;
	}
	34% {
		background: #999999;
	}
	100% {
		background: #999999;
	}
}
@keyframes b2 {
	0% {
		background: #999999;
	}
	33% {
		background: #000000;
	}
	67% {
		background: #999999;
	}
	100% {
		background: #999999;
	}
}
@keyframes b3 {
	0% {
		background: #999999;
	}
	66% {
		background: #000000;
	}
	100% {
		background: #999999;
	}
}
.loader-text {
	display: none;
}
.loader {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	width: 24px;
	height: 24px;
	border-radius: 150px;
	vertical-align: middle;
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
	border: 2px solid #ffffff;
	border-top-color: rgba(255, 255, 255, 0.4);
	border-left-color: rgba(255, 255, 255, 0.4);
	border-bottom-color: rgba(255, 255, 255, 0.4);
	border-right-width: 3px !important;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.loader.alt {
	border: 2px solid #646464;
	border-top-color: rgba(100, 100, 100, 0.4);
	border-left-color: rgba(100, 100, 100, 0.4);
	border-bottom-color: rgba(100, 100, 100, 0.4);
}

.loader.static-loader {
	display:inline-block;
}

.loader.static-loader.static-page-loader {
	margin-bottom:15px;
}

/* NOTIFICATIONS */

.notice {
	padding: 12px;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.notice a {
	text-decoration: none;
	padding: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.3;
}
.notice a:hover,
.notice a:active {
	opacity: 0.5;
}
.notice a:focus {
	-webkit-box-shadow: inset 0 0 0 4px rgba(135, 135, 135, 0.75);
	-moz-box-shadow: inset 0 0 0 4px rgba(135, 135, 135, 0.75);
	box-shadow: inset 0 0 0 4px rgba(135, 135, 135, 0.75);
	text-decoration: none;
	outline: none;
	opacity: 0.5;
}
.notice .content {
	display: block;
	padding-right: 28px;
	margin-top: 0;
}
.notice-warning {
	background: #f6f2e6;
	color: #646464;
}
.notice-success {
	background: #d5efcc;
	color: #29a300;
}
.notice-error {
	background: #f2dede;
	color: #b13312;
}

/* BUTTONS */

.btn-base {
	border: 0;
	padding: 0 16px;
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
	outline: none;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
.btn-base:hover {
	text-decoration: none;
}
.btn-base:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(135, 135, 135, 0.75);
	-moz-box-shadow: 0 0 0 4px rgba(135, 135, 135, 0.75);
	box-shadow: 0 0 0 4px rgba(135, 135, 135, 0.75);
	text-decoration: none;
	outline: none;
}
.btn-base:active {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset;
}
.btn-base.btn-disabled {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: 0.25;
	filter: alpha(opacity=25);
	cursor: not-allowed;
}
.btn-base.btn-icon-left .wj-icon {
	margin: 0 -4px 0 -6px;
	padding-right: 7px;
	pointer-events: none;
}
.btn-base.btn-icon-right .wj-icon {
	margin: 0 -6px 0 -4px;
	padding-left: 7px;
	pointer-events: none;
}
.btn-standard {
	border: 0;
	padding: 0 16px;
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
	outline: none;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	background: #dfdfdf;
	font-size: 15px;
	font-weight: 400;
	color: #333333;
}
.btn-standard:hover {
	text-decoration: none;
}
.btn-standard:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(135, 135, 135, 0.75);
	-moz-box-shadow: 0 0 0 4px rgba(135, 135, 135, 0.75);
	box-shadow: 0 0 0 4px rgba(135, 135, 135, 0.75);
	text-decoration: none;
	outline: none;
}
.btn-standard:active {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset;
}
.btn-standard.btn-disabled {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: 0.25;
	filter: alpha(opacity=25);
	cursor: not-allowed;
}
.btn-standard.btn-icon-left .wj-icon {
	margin: 0 -4px 0 -6px;
	padding-right: 7px;
	pointer-events: none;
}
.btn-standard.btn-icon-right .wj-icon {
	margin: 0 -6px 0 -4px;
	padding-left: 7px;
	pointer-events: none;
}
.btn-standard:visited {
	color: #333333;
}
.btn-standard:hover,
.btn-standard:active,
.btn-standard:focus {
	background: #bfbfbf;
	color: #333333;
}
.btn-standard.btn-disabled,
.btn-standard.btn-loading {
	background: #dfdfdf;
}
.btn-standard .loader {
	border: 2px solid #646464;
	border-top-color: rgba(100, 100, 100, 0.4);
	border-left-color: rgba(100, 100, 100, 0.4);
	border-bottom-color: rgba(100, 100, 100, 0.4);
}
.btn-selection {
	border: 0;
	padding: 0 16px;
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
	outline: none;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	background: #ff8c00;
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
}
.btn-selection:hover {
	text-decoration: none;
}
.btn-selection:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(135, 135, 135, 0.75);
	-moz-box-shadow: 0 0 0 4px rgba(135, 135, 135, 0.75);
	box-shadow: 0 0 0 4px rgba(135, 135, 135, 0.75);
	text-decoration: none;
	outline: none;
}
.btn-selection:active {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset;
}
.btn-selection.btn-disabled {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: 0.25;
	filter: alpha(opacity=25);
	cursor: not-allowed;
}
.btn-selection.btn-icon-left .wj-icon {
	margin: 0 -4px 0 -6px;
	padding-right: 7px;
	pointer-events: none;
}
.btn-selection.btn-icon-right .wj-icon {
	margin: 0 -6px 0 -4px;
	padding-left: 7px;
	pointer-events: none;
}
.btn-selection:visited {
	color: #ffffff;
}
.btn-selection:hover,
.btn-selection:active,
.btn-selection:focus {
	background: #e07b00;
	color: #ffffff;
}
.btn-selection.btn-disabled,
.btn-selection.btn-loading {
	background: #ff8c00;
}
.btn-action,
.btn-request {
	border: 0;
	padding: 0 16px;
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
	outline: none;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	background: #2db300;
	font-weight: 500;
	color: #ffffff;
}
.btn-action:hover,
.btn-request:hover {
	text-decoration: none;
}
.btn-action:focus,
.btn-request:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(135, 135, 135, 0.75);
	-moz-box-shadow: 0 0 0 4px rgba(135, 135, 135, 0.75);
	box-shadow: 0 0 0 4px rgba(135, 135, 135, 0.75);
	text-decoration: none;
	outline: none;
}
.btn-action:active,
.btn-request:active {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3) inset;
}
.btn-action.btn-disabled,
.btn-request.btn-disabled {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: 0.25;
	filter: alpha(opacity=25);
	cursor: not-allowed;
}
.btn-action.btn-icon-left .wj-icon,
.btn-request.btn-icon-left .wj-icon {
	margin: 0 -4px 0 -6px;
	padding-right: 7px;
	pointer-events: none;
}
.btn-action.btn-icon-right .wj-icon,
.btn-request.btn-icon-right .wj-icon {
	margin: 0 -6px 0 -4px;
	padding-left: 7px;
	pointer-events: none;
}
.btn-action:visited,
.btn-request:visited {
	color: #ffffff;
}
.btn-action:hover,
.btn-request:hover,
.btn-action:active,
.btn-request:active,
.btn-action:focus,
.btn-request:focus {
	background: #259400;
	color: #ffffff;
}
.btn-action.btn-disabled,
.btn-request.btn-disabled,
.btn-action.btn-loading,
.btn-request.btn-loading {
	background: #2db300;
}
.btn-action,
.btn-action .btn-loading .loader-text {
	font-size: 16px;
}
.btn-request {
	font-size: 20px;
	height: 57px;
	line-height: 57px;
	width: 100%;
	margin: 0;
}
.btn-request.btn-loading .loader-text {
	font-size: 20px;
}
.btn-request.btn-icon,
.btn-request.btn-icon-both,
.btn-request.btn-icon-left,
.btn-request.btn-icon-right {
	min-width: auto;
}
.btn-request.btn-icon .wj-icon,
.btn-request.btn-icon-both .wj-icon,
.btn-request.btn-icon-left .wj-icon,
.btn-request.btn-icon-right .wj-icon {
	font-size: 24px;
}
.btn-request.btn-icon-both .wj-icon:first-child {
	padding-right: 6px;
}
.btn-request.btn-icon-both .wj-icon:last-child {
	padding-left: 6px;
}
.btn-request.btn-icon-left .wj-icon {
	padding-right: 11px;
}
.btn-request.btn-icon-right .wj-icon {
	padding-left: 11px;
}
.btn-loading {
	box-shadow: none;
	cursor: not-allowed;
	font-size: 0;
}
.btn-loading:focus {
	box-shadow: none;
}
.btn-loading .loader,
.btn-loading .loader-text {
	display: inline-block;
}
.btn-loading .wj-icon {
	display: none;
}
.btn-loading .loader-text {
	font-size: 15px;
	vertical-align: middle;
	padding-left: 7px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}



/* OVERRIDES */

.btn-loading .loader-text {
	padding-left:0;
}