html, body {
	height: 100%;
	background: #fff;
	color: #252525;
}

body {
	font-family: 'HelveticaNeueW02-45Ligh', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
@media (min-width: 768px) {
	body {
		font-size: 15px;
	}
}
@media (min-width: 1200px) {
	body {
		font-size: 16px;
	}
}

.HelvNeueThin {
	font-family: 'HelveticaNeueW02-Thin';
}
.HelvNeueLight {
	font-family: 'HelveticaNeueW02-45Ligh';
}
.HelvNeueRoman {
	font-family: 'HelveticaNeueW01-55Roma';
}
.HelvNeueMedium {
	font-family: 'HelveticaNeueW01-65Medi';
}
.HelvNeueBold {
	font-family: 'HelveticaNeueW02-75Bold';
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'HelveticaNeueW02-45Ligh', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.1;
	color: inherit;
	margin: 1em 0 0.4em 0;
	color: #ee3124;
}
h1 {
	font-size: 30px;
	color: #ee3124;
	border-bottom: 2px solid #ee3124;
	padding-bottom: 15px;
	margin-top: 1.25em;
	margin-bottom: 1em;
}
h1.alt {
	color: #808080;
}
h1.secondary {
	color: #404040;
}
h1 + h1 {
	margin-top: 0;
}
h1.unlined,
.theme-dark h1 {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: .2em;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-family: 'HelveticaNeueW01-65Medi', Arial, Helvetica, sans-serif;
	font-size: 1rem;
	color: #505050;
	text-transform: uppercase;
}
h1.nom,
h2.nom,
h3.nom {
  margin-top: 0;
  margin-bottom: 0;
}
p,
table {
	margin: 1em 0;
}
p.last {
	margin-bottom: 0;
}
p.first {
	margin-top: 0;
}
strong,
th {
	font-weight: normal;
	font-family: 'HelveticaNeueW01-65Medi', Arial, Helvetica, sans-serif;
}
a,
a:visited {
	color: #ee3124;
}
a:hover {
	color: #252525;
}
table {
	border-bottom: 2px solid #ccc;
}
td {
	padding: 11px 15px 10px;
}
th {
	text-align: left;
	padding: 11px 15px;
	font-size: 1em;
	font-weight: normal !important;
	font-family: 'HelveticaNeueW01-65Medi', Arial, Helvetica, sans-serif;
}
td {
	border-bottom: 1px solid #f0f0f0;
}
tr:last-child td {
	border-bottom: none;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
select {
	border: 1px solid #bbb;
	min-height: 28px;
}
figure {
	margin: 0;
}
iframe,
video,
embed,
object {
	max-width: 100% !important;
}
.hoverable {
	cursor: pointer;
}
hr {
	border: none;
	border-top: 1px solid #ddd;
	margin: 10px 0;
}
.smaller {
	font-size: .9em;
}
@media all and (min-width: 768px) {
	h1 { font-size: 32px; }
	h2 { font-size: 27px; }
	h3 { font-size: 23px; }
	h4 { font-size: 18px; }
	h5 { font-size: 1rem; }
}
@media all and (min-width: 1200px) {
	h1 { font-size: 40px; }
	h2 { font-size: 30px; }
	h3 { font-size: 24px; }
	h4 { font-size: 20px; }
	h5 { font-size: 1rem; }
}

.section iframe,
.section object,
.section embed {
	max-width: 100%;
}

/* buttons */
.button,
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	display: inline-block;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: .5em 1.1em;
	text-align: center;
	font-size: 1em;
	min-height: 34px;
}
@media (min-width: 768px) {
	.button,
	button,
	input[type="reset"],
	input[type="submit"],
	input[type="button"] {
		min-height: 36px;
	}
}
@media (min-width: 1200px) {
	.button,
	button,
	input[type="reset"],
	input[type="submit"],
	input[type="button"] {
		min-height: 40px;
	}
}
input:disabled {
	font-size: inherit;
}
a.button {
	text-decoration: none;
}
.button,
.button:visited {
	color: #252525;
	background-color: transparent;
	border: 1px solid #252525;
}
.button:hover,
.button:active {
	text-decoration: none;
	color: #fff;
	background: #252525;
}
.button.primary,
.button.primary:visited {
	background: #ee3124;
	border-color: transparent;
	color: #fff;
}
.button.disabled,
.button:disabled {
	background: #d9d9d9;
	border-color: transparent;
	color: #fff;
}
#header .button,
#header .button:visited {
	color: #fff;
	border-color: #fff;
	font-size: .8em;
}
input,
input[type="text"],
textarea {
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0.4875em .4875em;
}
input.full,
button.full,
.button.full {
	width: 100%;
}
.valign {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* lists */
ul li,
ol li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
ul.list,
ul.list li {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
ul.list {
	margin-left: 2em;
}
ul.list li {
	position: relative;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
ul.list li:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	position: absolute;
	left: -1.2em;
	top: 0.1em;
}

/* layout */
#header {
	background: #ee3124;
	color: #fff;
	height: 60px;
}
#header a {
	color: #fff;
}
#header-brand {
	float: left;
}
#header-links {
	float: right;
	padding-top: 21px;
}
.brand {
	display: block;
	height: 60px;
	padding-top: 17px;
}
.brand img {
	display: block;
	width: 140px;
	max-width: 100%;
	height: auto !important;
}
.inner {
	padding: 0 20px;
}
#welcome,
#logout {
	font-size: 14px;
	color: #fff;
}
#logout {
	border-left: 1px solid #fff;
}
#welcome a,
#logout a {
	color: #fff;
	text-decoration: none;
}
.i-holder {
	position: relative;
	display: inline-block;
	width: 1.7em;
}
.i-bigger {
	font-size: 1.6em;
	position: absolute;
	line-height: 0;
	top: -.3em;
}
#content {
	padding-bottom: 20px;
}
#main-nav {
	background: #fafafa;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: -1px;
}
#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #252525;
}
#footer,
#footer a {
	color: #fff;
}
@media (min-width: 576px) {
	#header {
		height: 90px;
	}
	#header-links {
		padding-top: 36px;
	}
	.brand {
		height: 90px;
		padding-top: 28px;
	}
	.brand img {
		width: 172px;
	}
}
@media (min-width: 768px) {
	#page {
		min-height: 100%;
		margin-bottom: -50px;
	}
	#footer {
		padding-top: 15px;
		padding-bottom: 0;
	}
	#footer,
	#page-spacer {
		height: 50px;
	}
	.inner {
		padding-left: 0;
		padding-right: 0;
		margin: 0 auto;
		max-width: 700px;
	}
}
@media (min-width: 992px) {
	.inner {
		margin: 0 auto;
		max-width: 940px;
	}
}
@media (min-width: 1200px) {
	.inner {
		margin: 0 auto;
		max-width: 1100px;
	}
}
#footer,
#footer .nav-item {
	font-size: 13px;
}
#footer,
#footer a,
#footer a:visited {
	color: #909090;
	text-decoration: none;
}

.panel {
	padding-top: 10px;
	padding-bottom: 10px;
}
.panel.no-pad-t {
	padding-top: 0;
}
.panel.theme-light {
	background: #fafafa;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}
.panel.theme-dark {
	background: #404040;
	padding-top: 80px;
	padding-bottom: 70px;
}
.panel.no-pad-b {
	padding-bottom: 0;
}
.panel.theme-dark,
.panel.theme-dark h1,
.panel.theme-dark h2,
.panel.theme-dark h3,
.panel.theme-dark h4,
.panel.theme-dark h5,
.panel.theme-dark a {
	color: #fff;
}
.panel.theme-dark h1 {
	margin-top: 0;
}
.panel.theme-dark h1.secondary {
	color: #808080;
}

.cols {
	padding-top: 20px;
	padding-bottom: 20px;
}
.col-title {
	margin-right: 180px;
}
.col-title-inner {
	width: 100%;
	float: left;
	margin-right: -180px;
}
.col-title h2,
.col-title h3,
.col-title h4 {
	margin: 6px 0;
}
.col-sidebar {
	width: 180px;
	float: right;
}
.cols:after {
	content: "";
	clear: both;
	display: table;
}

.admin-action {
	width: 100%;
}
.admin-action,
.admin-action:visited {
  color: #fff;
	background-color: #ee3124;
  border-color: #ee3124;
}
.admin-action:hover {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}
.admin-action i {
	color: #fff;
}
.admin-action:hover i {
	color: #fff;
}

.h1-line {
	border-bottom: 2px solid #ee3124;
  padding-top: 3.125em;
	padding-bottom: 15px;
	margin-bottom: 3em;
}
.td-line {
  padding: 1.3em 0;
  border-bottom: 1px solid #f0f0f0;
}

.docs #bg {
	bottom: 0;
	left: 221px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1;
}
.docs .bg-inset {
	bottom: 0;
	left: 45%;
	position: absolute;
	right: 0;
	top: 0;
	background: #252525;
}

@media (min-width: 768px) {
	.col-with-aside {
		width: 100%;
		float: left;
		margin-right: -520px;
	}
	.main-col {
		margin-right: 520px;
	}
	.aside-col {
		width: 510px;
		float: right;
	}
	.col-with-aside.block-three {
		margin-right: -390px;
	}
	.block-three .main-col {
		margin-right: 390px;
	}
	.block-three .aside-col {
		width: 380px;
	}
	.aside-col .block {
		width: 25%;
	}
	
}
@media (min-width: 992px) {
	.col-with-aside {
		margin-right: -620px;
	}
	.main-col {
		margin-right: 620px;
	}
	.aside-col {
		width: 610px;
	}
	.col-with-aside.block-three {
		margin-right: -465px;
	}
	.block-three .main-col {
		margin-right: 465px;
	}
	.block-three .aside-col {
		width: 455px;
	}
	.aside-col .block {
		width: 25%;
	}
}

.nav-title {
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#nav .nav {
	margin-bottom: 20px;
}
.nav,
.nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav a {
	display: block;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	color: #404040;
	position: relative;
}
.nav a:hover:after,
.nav .active a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.nav a:hover {
	color: #ee3124;
}
.nav .active a:after {
	border-bottom: 4px solid #ee3124;
}
.theme-dark .nav a {
	color: #a0a0a0;
}
.nav-item {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 4px 20px;
	cursor: pointer;
	list-style-type: none;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.nav-item,
.nav-item:visited,
.nav-item:active {
	color: #707070;
}
.active .nav-item,
.active .nav-item:visited,
.active .nav-item:active {
	color: #ee3124;
}
#header .nav-item,
#header .nav-item:visited,
#header .nav-item:active {
	color: #fff;
}
.nav.hz {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.hz .nav-item a {
	padding-left: 40px;
	padding-right: 40px;
}
.hz.filled {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.hz.filled .nav-item a {
	padding-left: 0;
	padding-right: 0;
}
.hz.filled .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
  	text-align: center;
}
.tab-nav {
	margin-top: 60px;
	border-top: 1px solid #555;
}

.topic-panel {
	overflow: hidden;
	padding-bottom: 40px;
}
.topic-text {
	float: left;
	width: 45%;
}
.topic-example {
	position: relative;
	z-index: 2;
	margin-left: 45%;
	color: #eee;
}
.topic-example pre {
	background: #333;
	padding: 10px 15px;
}
.topic-example h5 {
	color: #bbb;
}
.line-end {
	color: #999;
}

.fields {
	width: 100%;
}
.field-name {
	width: 30%;
}
.field-type,
.field-format {
	width: 25%;
}
.field-desc {
	
}
.doc-version {
	background: #f0f0f0;
	padding: 5px 20px;
}

/* login */
#login-welcome {
	background: #ee3124;
	color: #fff;
}
#login-welcome h1,
#login-welcome h2,
#login-welcome h3,
#login-welcome h4,
#login-welcome a,
#login-welcome a:visited {
	color: #fff;
}
#login-form {
	margin-bottom: 20px;
}
#login-form h2 {
	text-align: center;
}
#login-welcome .button {
	border-color: #fff;
	padding: 10px 15px;
}
.login-row {
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}
.login-row label {
	display: block;
	padding-bottom: 5px;
}
.login-row .chk + label {
	display: inline;
	margin-left: 5px;
}
.login-row input[type="text"],
.login-row input[type="password"] {
	padding: 10px 15px;
}
.login-row .button {
	width: 100%;
	padding: 10px 15px;
}
#login-logo {
	padding-top: 14px;
}
#login-logo img {
	display: block;
	width: auto !important;
	max-height: 30px;
}
#login-text h2 {
	margin-top: .6em;
}
#login-text .button {
	margin-top: 10px;
	width: 200px;
}
.login-row i {
	color: #bbb;
	font-size: 1.3em;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
}
#login-text,
#login-box {
	padding-bottom: 10px;
}

@media (min-width: 576px) {
	#login-welcome {
		position: absolute;
		left: 0;
		bottom: 0;
		top: 0;
		width: 50%;
	}
	#login-holder {
		position: absolute;
		left: 50%;
		bottom: 0;
		top: 0;
		width: 50%;
	}
	#login-text {
		float: right;
	}
	#login-text,
	#login-box {
		max-width: 400px;
		margin-top: 25%;
	}
	#login-logo {
		padding-top: 0;
	}
	#login-logo img {
		max-height: 36px;
	}
	#login-text h2 {
		margin-top: 1em;
	}
}
@media (min-width: 768px) {
	.login .inner {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (min-width: 992px) {
	#login-logo img {
		max-height: none;
	}
}


.page-title {
	background: #fafafa;
}
.page-title h1 {
	margin: 15px 0px;
}

.frm,
.scroll-holder {
	max-width: 900px;
}
.form-panel {
	margin-top: 20px;
	margin-bottom: 30px;
}
.list-panel {
	padding-top: 10px;
	margin-bottom: 50px;
}
.instruction {
	background: #fafafa;
	padding: 15px;
	font-size: 14px;
}

.choose-list,
.choose-list li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.choose-list,
.choices {
	margin-left: -10px;
	margin-right: -10px;
}
.choose-list {
	margin-bottom: 30px;
}
.choose-list li,
.choices li,
.choice {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.as-radio .choice {
	margin-top: 0px;
}
.choose-list li a {
	display: block;
	text-decoration: none;
	border: 2px solid #f0f0f0;
	color: #404040;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.choose-list li.mark-fav a {
	background: #fafafa;
	font-size: 1.1em;
	padding-top: 32px;
}
.choose-list li a:hover {
	border-color: #ee3124;
	color: #ee3124;
}
.service-name {
	font-size: 1.1em;
}
.service-desc {
	display: block;
	font-size: .9em;
	color: #808080;
}
.round-icon {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 10px;
	top: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #f0f0f0;
	background: #fff;
}
.round-icon .icon-holder {
	display: block;
	position: absolute;
	left: -3px;
	top: 18px;
	width: 40px;
	height: 40px;
}
.service-list .round-icon {
	width: 60px;
	height: 60px;
	left: 14px;
	top: 14px;
}
.service-list .round-icon .icon-holder {
	top: 27px;
}
@media (min-width: 768px) {
	.choose-list li {
		float: left;
		width: 50%;
	}
	.choice {
		float: left;
		width: 50%;
	}
	.across-3 .choice {
		width: 33.33333333%;
	}
	.across-1 .choice {
		width: 100%;
	}
	.as-radio .choice {
		width: auto;
	}
}
@media (min-width: 992px) {
	.choose-list {
		margin-bottom: 40px;
	}
}

.as-button .choice input[type="radio"],
.as-button .choice input[type="checkbox"] {
	visibility: hidden;
	width: 0;
	height: 0;
	margin: 0;
	position: absolute;
}
.as-button .choice input[type="radio"] ~ label,
.as-button .choice input[type="checkbox"] ~ label {
	display: block;
	padding: 10px;
	border: 2px solid #ccc;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.as-button .choice input[type="radio"] ~ label:hover,
.as-button .choice input[type="checkbox"] ~ label:hover {
	border-color: #ee3124;
	cursor: pointer;
}
.as-button .choice input[type="radio"]:checked ~ label,
.as-button .choice input[type="checkbox"]:checked ~ label {
	background: #ee3124;
	border-color: #ee3124;
	color: #fff;
}
.price-from {
	display: block;
	color: #808080;
	font-size: .8em;
}
.as-button .choice input[type="radio"]:checked ~ label .price-from,
.as-button .choice input[type="checkbox"]:checked ~ label .price-from {
	color: #fff;
}

.as-big-radio input[type="radio"] {
	visibility: hidden;
	width: 0;
	height: 0;
	margin: 0;
	position: absolute;
}
.as-big-radio label {
	display: block;
	position: relative;
	padding-left: 30px;
}
.as-big-radio input[type="radio"] ~ label .chk,
.as-big-radio input[type="radio"]:checked ~ label .chk:after {
	display: block;
	position: absolute;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.as-big-radio input[type="radio"] ~ label .chk {
	border: 2px solid #ccc;
	height: 22px;
	width: 22px;
	top: 0;
	left: 0;
	background: transparent;
	pointer-events: none;
}
.as-big-radio input[type="radio"]:checked ~ label .chk {
	border-color: #ee3124;
}
.as-big-radio input[type="radio"]:checked ~ label .chk:after {
	content: "";
	height: 12px;
	width: 12px;
	top: 3px;
	left: 3px;
	margin: auto;
	background-color: #ee3124;
}

/* on/off toggle */
.toggle-list {
	margin-bottom: 30px;
}
.toggle-list .form-row {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 600px;
	border-bottom: 1px solid #f0f0f0;
}
.toggle-list .form-row:first-child {
	border-top: 1px solid #f0f0f0;
	margin-top: 15px;
}
.label-toggle {
	width: 100%;
	margin-bottom: 0;
	line-height: 25px;
}
.toggle-list .input-toggle {
	float: right;
}
.input-toggle {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.input-toggle input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	appearance: none;
	outline: none;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.input-toggle-handle {
	display: block;
	width: 45px;
	height: 26px;
	transition: .2s ease;
	border-radius: 26px;
	background: #fafafa;
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 0 20px rgba(0,0,0,.01),
		0 0 0 1px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 0 0 20px rgba(0,0,0,.01),
		0 0 0 1px rgba(0,0,0,.1);
	box-shadow: inset 0 0 0 20px rgba(0,0,0,.01),
		0 0 0 1px rgba(0,0,0,.1);
}
.input-toggle-handle:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 1px;
	left: 1px;
	width: 24px;
	height: 24px;
	transition: .2s ease;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #fff;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.2),
		0 0 0 1px #dddddd;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,.2),
   		0 0 0 1px #dddddd;
   	box-shadow: 0 3px 3px rgba(0,0,0,.2),
   		0 0 0 1px #dddddd;
}
.input-toggle input:checked ~ .input-toggle-handle {
	-webkit-box-shadow: inset 0 0 0 20px rgba(238,49,36,1),
		0 0 0 1px rgba(238,49,36,1);
	-moz-box-shadow: inset 0 0 0 20px rgba(238,49,36,1),
		0 0 0 1px rgba(238,49,36,1);
	box-shadow: inset 0 0 0 20px rgba(238,49,36,1),
		0 0 0 1px rgba(238,49,36,1);
}
.input-toggle input:checked ~ .input-toggle-handle:before {
	left: 20px;
	-webkit-box-shadow: 0 0 0 1px transparent,
		0 3px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 0 1px transparent,
		0 3px 3px rgba(0,0,0,.3);
	box-shadow: 0 0 0 1px transparent,
		0 3px 3px rgba(0,0,0,.3);
}
  
.fares-table {
	border-top: 1px solid #f0f0f0;
}
.fares-table.view {
	
}
.tr {
	border-bottom: 1px solid #f0f0f0;
	padding-top: .8em;
	padding-bottom: .8em;
}
.has-buttons .tr {
	padding-top: 1.3em;
	padding-bottom: 1.3em;
}
.thead .tr {
	border-bottom: 2px solid #ccc;
}
.tfoot {
	border-top-color: #404040;
	font-family: 'HelveticaNeueW01-65Medi';
}
.tfoot.tr {
	border-top: 1px solid #404040;
}
.td {
	position: relative;
	min-height: 1px;
}
.view .col-fares-price,
.view .col-fares-total {
	text-align: right;
}
.faretype-name,
.faretype-desc,
.faretype-extra {
	display: block;
}
.faretype-name {
	display: block;
}
.faretype-desc,
.fare-total {
	color: #808080;
}
.faretype-desc {
	font-size: .8em;
}
.faretype-extra {
  font-size: .8em;
  padding-top: 14px;
}
.fare-subtotal {
	display: block;
	height: 44px;
	padding: 10px 10px 0 10px;
	background: #f0f0f0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.fare-subtotal.disabled {
	opacity: 0.4;
}
.fare-total {
	font-size: 1.5em;
}
.fare-total-amount {
	color: #252525;
	margin-left: .3em;
}
.to-do {
	opacity: .3;
}
.frm .row {
	margin-top: 10px;
	margin-bottom: 10px;
}
.frm .row.has-input {
	margin-top: 20px;
	margin-bottom: 20px;
}
.frm .row.has-input input {
	margin-top: -5px;
	margin-bottom: -5px;
}
.col-label,
.col-input,
.col-select,
.col-value,
.col-note,
.col-btn,
.label-cover {
	padding-left: 15px;
	padding-right: 15px;
}
.col-label,
.label-cover {
	color: #606060;
}
.col-value {
	font-family: 'HelveticaNeueW01-55Roma';
	margin-bottom: 4px;
}
.col-note {
	color: #808080;
}
.form-input {
	width: 100%;
}
.inc-child {
  padding-top: 10px;
}
.order-list a {
	display: block;
	color: #404040;
}
.order-list a:hover {
	color: #ee3124;
}
.order-list .thead {
	font-family: 'HelveticaNeueW01-65Medi';
}
.buy-price {
	color: #ee3124;
}
.col-fares-price .buy-price {
	padding-left: 15px;
	margin-left: 10px;
	border-left:  1px solid #ccc;
}
.input-note {
  color: #808080;
  margin-top: 4px;
}
.col-btn-main,
.col-btn-other {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 10px;
}
.faretype-service {
	color: #808080;
}
@media (min-width: 768px) {
	.td,
	.col-label,
	.col-select,
	.col-order-date,
	.col-customer-name,
	.col-order-amount,
	.col-order-num,
	.col-invoice-period,
	.col-invoice-date,
	.col-invoice-num,
	.col-invoice-issuer,
	.col-invoice-amount,
	.col-invoice-pdf,
  .col-report-name,
	.col-btn,
	.select-dd,
	.select-dd-other {
		float: left;
	}
	.col-label,
	.label-cover {
		width: 30%;
	}
	.col-input,
	.col-value {
		width: 70%;
	}
	.col-sm-6 .col-label {
		width: 40%;
	}
	.col-sm-6 .col-value {
		width: 60%;
	}
	.no-label .col-input,
	.no-label .col-select,
	.no-label .col-value {
		width: 100%;
	}
	.col-fares-price,
	.view .col-fares-qty {
		padding-top: 11px;
	}
	.col-fares-faretype {
		width: 35%;
	}
	.col-fares-faretype.span-price {
		width: 55%;
	}
	.view .col-fares-faretype {
		width: 65%;
	}
	.col-fares-price {
		width: 20%;
	}
	.col-fares-subtotal,
	.col-fares-total {
		width: 20%;
	}
	.col-fares-subtotal,
	.col-fares-total {
		padding-left: 20px;
	}
	.col-fares-qty {
		width: 25%;
	}
	.view .col-fares-qty {
		width: 15%;
	}
	.col-fares-total-label {
		width: 80%;
	}
	.col-order-date {
		width: 25%;
	}
	.col-customer-name {
		width: 30%;
	}
	.col-order-amount {
		width: 20%;
	}
	.col-order-num {
		width: 25%;
	}
	.col-invoice-period {
		width: 20%;
	}
	.col-invoice-date {
		width: 16%;
	}
	.col-invoice-num {
		width: 18%;
	}
	.col-invoice-issuer {
		width: 22%;
	}
	.col-invoice-amount {
		width: 14%;
	}
	.col-invoice-pdf {
		width: 14%;
	}
  .col-report-name {
    width: 86%;
  }
	.col-invoice-pdf .button {
		margin-top: -.6em;
		margin-bottom: -.6em;
	}
	.col-btn {
		width: 50%;
	}
	.select-dd-other {
		padding-left: 20px;
	}
	.col-btn-main {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-btn-other {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}
@media (min-width: 992px) {
	.col-label,
	.label-cover {
		width: 20%;
	}
	.col-input,
	.col-value {
		width: 80%;
	}
}

/* password toggle */
.toggle-pwd-holder {
	width: 240px;
	max-width: 100%;
	position: relative;
	float: left;
}
.unm-holder {
	width: 240px;
	max-width: 100%;
}
.toggle-pwd {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 30px;
	text-align: center;
}
.toggle-pwd i {
	line-height: 34px;
	color: #888;
}
.pwd-holder .is-unmasked {
	display: none;
}
.pwd-holder.pwd-showing .is-unmasked {
	display: inherit;
}
.pwd-holder.pwd-showing .is-masked {
	display: none;
}
.pwd-generator button {
	margin-left: 20px;
}
@media (min-width: 768px ) {
	.toggle-pwd i {
		line-height: 36px;
	}
}
@media (min-width: 1200px ) {
	.toggle-pwd i {
		line-height: 40px;
	}
}

/* qty selector */
.qty-selector button,
.qty-selector input {
	display: block;
	float: left;
}
.qty-selector input.qty {
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0 6px;
	text-align: center;
}
.qty-selector button {
	padding: 0;
	border: none;
	background: #f0f0f0;
	color: #c7c7c7;
	width: 44px;
	height: 44px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}
.icon {
	display: block;
	position: relative;
}
.icon-minus:after,
.icon-plus:before,
.icon-plus:after {
	content: "";
	display: block;
	position: absolute;
	left: 12px;
	width: 20px;
	height: 2px;
	background: #c7c7c7;
}
.service-list .icon-minus:after,
.service-list .icon-plus:before,
.service-list .icon-plus:after {
	left: 16px;
	width: 32px;
}
.icon-plus:before {
	transform: rotate(-90deg);
}
.qty-selector button.disabled,
.qty-selector button:disabled {
	cursor: default;
}
.qty-selector button.disabled,
.qty-selector button:disabled,
.qty-selector input.disabled,
.qty-selector input:disabled {
	opacity: 0.4;
}

/* hotel */
.selected-accomm {
	background: #f0f0f0;
	padding: 20px;
}
.accomm {
	margin-bottom: 15px;
}

/* fixed width RH col */
.col-aside {
	margin-top: 20px;
}
@media (min-width: 768px) {
	.col-main {
		margin-right: -120px;
	    float: left;
	    width: 100%;
	}
	.col-main-inner {
		margin-right: 140px;
	}
	.col-aside {
		width: 120px;
		float: left;
		margin-top: 0;
	}
}

/* seat availability */
.seat-list,
.seat-list li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.seat-list {
	margin-top: 6px;
	border-top: 1px solid #ee3124;
}
.seat-list li {
	border-bottom: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
}
.seat-list-title,
.seat-list-item {
	margin-left: -10px;
	margin-right: -10px;
}
.pickup-time,
.dropoff-time,
.capacity {
	display: block;
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.pickup-time,
.dropoff-time {
	width: 40%;
	max-width: 200px;
}
.seat-list-title {
	font-family: 'HelveticaNeueW01-65Medi', Arial, Helvetica, sans-serif;
}
.seat-list-title .dropoff-time {
	padding-left: 40px;
}

/* dashboard */
.tools {
	margin-top: 20px;
	margin-bottom: 20px;
}
.blocks {
	margin-left: -5px;
	margin-right: -5px;
}
.block {
	text-align: center;
	float: left;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.8);
}
.block-bg {
	padding-top: 12px;
	padding-bottom: 12px;
}
.theme-light .block-bg {
	border-color: #fff;
}
.theme-dark .block-bg {
	background: #515251;
	border: 1px solid #515251;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.block-bg.alt-bg {
	background: transparent;
	color: #fff;
}
.block a {
	display: block;
	text-decoration: none;
	color: #404040;
	border: 2px solid #f0f0f0;
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.block a:hover {
	border-color: #ee3124;
	color: #ee3124;
}
.block a i {
	color: #808080;
}
.block a:hover i {
	color: #ee3124;
}
.primary .block-bg {
	background: #ee3124;
}
.block.primary a {
	border-color: #ee3124;
}
.block.primary a,
.block.primary i {
	color: #fff;
}
.block.primary a:hover {
	border-color: #252525;
}
.block.primary a:hover .block-bg {
	background-color: #252525;
}
.block.primary a:hover i {
	color: #fff;
}
.block-label {
	display: block;
	font-size: 14px;
}
@media (min-width: 768px) {
	.block {
		width: 12.5%;
		font-size: 24px;
		margin-bottom: 0;
	}
	.block.dbl-w {
		width: 50%;
	}
	.block.one-third {
		width: 33.33333333%;
	}
	.block.full-w {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.block {
		font-size: 30px;
	}
}

/* search */
.search-tools {
	background: #fafafa;
	padding: 20px 30px;
	margin-bottom: 30px;
}
.search-options,
.param-options {
	margin-left: -10px;
	margin-right: -10px;
}
.search-param,
.col-param {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 100%;
}
.search-param {
	margin-top: 10px;
	margin-bottom: 10px;
}
.col-param {
	width: 50%;
}
.search-options label {
	display: block;
	height: 24px;
	color: #707070;
}
input.search-date {
	max-width: 100%;
}
.is-select select,
.is-select input {
	width: 100%;
}
.is-select:after {
	/*
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f107";
	position: absolute;
	right: 20px;
	top: 40px;
	*/
}
.search-param label {
	font-size: 12px;
}
@media (min-width: 768px) {
	.search-main {
		width: 100%;
		float: left;
		margin-right: -120px;
	}
	.search-main-inner {
		margin-right: 140px;
	}
	.search-sidebar {
		padding-top: 10px;
		float: right;
		width: 120px;
	}
	.search-param {
		width: 50%;
	}
	.search-param.is-text {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.search-main-inner {
		margin-right: 140px;
	}
	/*
	.search-options {
		margin-left: -20px;
		margin-right: -20px;
	}
	.search-param {
		padding-left: 20px;
		padding-right: 20px;
	}
	*/
	.search-param,
	.search-param.is-text {
		width: 33.33333333%;
	}
	.is-select:after {
		right: 30px;
	}
}
input.search-text,
input.search-date,
button.search-button,
.is-select input {
	font-size: 16px;
	width: 100%;
	padding: 8px 10px;
	height: 44px;
}
button.search-button {
	height: 44px;
	background: #ee3124;
	border-color: transparent;
	color: #fff;
}

/* service icons */
.choose-list.service-list a {
	position: relative;
	padding: 22px 14px 22px 88px;
	min-height: 92px;
}
.service-title {
	position: relative;
	padding-top: 22px;
	padding-bottom: 0;
	padding-left: 88px;
	height: 88px;
	background: #fafafa;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 1.1em;
}
.service-icon {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 14px;
	top: 14px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  background: #ee3124 url(../../assets/images/services/skybus-bus-icon.png) no-repeat center center;
}
.service-MCE .service-icon {
	background: #ee3124 url(../../assets/images/services/skybus-MEL-icon.png) no-repeat center center;
}
.service-SBD .service-icon {
	background: #ee3124 url(../../assets/images/services/skybus-SBD-icon.png) no-repeat center center;
}
.service-SKE .service-icon {
	background: #ee3124 url(../../assets/images/services/skybus-SKE-icon.png) no-repeat center center;
}
.service-PE .service-icon {
	background: #ee3124 url(../../assets/images/services/skybus-PE-icon.png) no-repeat center center;
}
.service-WE .service-icon {
	background: #ee3124 url(../../assets/images/services/skybus-WEX-icon.png) no-repeat center center;
}
.service-EEX .service-icon {
	background: #ee3124 url(../../assets/images/services/skybus-EEX-icon.png) no-repeat center center;
}
.service-ACE .service-icon {
	background: #ee3124 url(../../assets/images/services/skybus-AVV-icon.png) no-repeat center center;
}
.service-AIRASIA .service-icon {
	background: #ee3124 url(../../assets/images/services/skybus-AVV-AIRASIA-icon.png) no-repeat center center;
}
.service-AVG .service-icon {
	background: #ee3124 url(../../assets/images/services/skybus-AGE-icon.png) no-repeat center center;
}
.service-GCAS .service-icon {
	background: #ee3124 url(../../assets/images/services/skybus-GCAS-icon.png) no-repeat center center;
}
.service-GCTP .service-icon {
	background: #ee3124 url(../../assets/images/services/skybus-GCTP-icon.png) no-repeat center center;
}
.service-FUNPASS .service-icon {
	background: #ee3124 url(../../assets/images/services/skybus-FUNPASS-icon.png) no-repeat center center;
}
.service-BB .service-icon {
	background: #ee3124 url(../../assets/images/services/skybus-BB-icon.png) no-repeat center center;
}
.service-HEX .service-icon {
	background: #ee3124 url(../../assets/images/services/skybus-HEX-icon.png) no-repeat center center;
}
.service-AKL .service-icon {
	background: #ee3124 url(../../assets/images/services/skybus-auckland-icon.png) no-repeat center center;
}
.service-NH .service-icon {
	background: #ee3124 url(../../assets/images/services/skybus-northharbour-icon.png) no-repeat center center;
}
.service-EEX .service-icon {
	background: #ee3124 url(../../assets/images/services/skybus-EEX-icon.png) no-repeat center center;
}
.service-icon,
.service-MCE .service-icon,
.service-SBD .service-icon,
.service-SKE .service-icon,
.service-PE .service-icon,
.service-WE .service-icon,
.service-EEX .service-icon,
.service-ACE .service-icon,
.service-AIRASIA .service-icon,
.service-AVG .service-icon,
.service-GCAS .service-icon,
.service-GCTP .service-icon,
.service-FUNPAS .service-icon,
.service-BB .service-icon,
.service-HEX .service-icon,
.service-AKL .service-icon,
.service-NH .service-icon,
.service-EEX .service-icon {
	background-size: 56px 56px;
}

.box-list {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 30px;
}
.box-item {
	padding-left: 10px;
	padding-right: 10px;
}
.box {
	display: block;
	background: #fafafa;
	padding: 20px;
	font-size: 14px;
	text-align: center;
}
.box-item h4 {
	margin-top: 0;
}
.box-item a {
	text-decoration: none;
	display: block;
	color: #404040;
}
.box-item .button {
	font-size: 1rem;
	width: 100%;
}
.box p:last-child {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.box-item {
		width: 33.33333333%;
		float: left;
	}
}

.bigger {
	font-size: 1.3em;
}
.list-summary {
	font-size: 14px;
	margin-bottom: 20px;
	color: #808080;
}

.select2-container .select2-selection--single {
	/*height: 28px;*/
	height: 44px;
}
.select2-dropdown,
.select2-container--default .select2-selection--single {
	/*border: 1px solid #aaa;
	border-radius: 4px;*/
	border: 2px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.search-options .select2-dropdown,
.select2-container--default .select2-selection--single {
	border-width: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	/*line-height: 28px;*/
	line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	/*height: 26px;
    width: 20px;*/
    height: 42px;
    width: 28px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	/*border: 1px solid #aaa;*/
	border: 1px solid #ccc;
}
.select2-container--classic .select2-selection--single:focus {
	/*border: 1px solid #5897fb;*/
	border: none;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
	/*line-height: 28px;*/
	line-height: 44px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	/*background-color: #5897fb;*/
	background-color: #ee3124;
}
.is-select *:focus,
.select2-container *:focus {
    outline: none;
}

.intro {
	font-size: 1.4em;
}
.notice {
	padding: 5px 20px;
	margin-top: 20px;
	border: 1px solid #9b0;
	color: #9b0;
}
.result-msg {
  display: none;
}
.result-msg.show-msg {
  display: block;
  margin-top: 10px;
}

.ticket {
	margin-bottom: 30px;
}

.fieldset {
	margin-top: 15px;
	margin-bottom: 25px;
}
.edit-mode .row {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.label-cover {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}
.edit-mode label,
.label-cover {
	padding-top: 6px;
}
.tick-opt {
	position: relative;
	float: left;
	margin-right: 30px;
}
.stacked .tick-opt,
.columned .tick-opt {
	width: 100%;
	margin-right: 0;
}
@media (min-width:576px) {
	.columned .tick-opt {
		width: 50%;
	}
}
@media (min-width:768px) {
	.columned .tick-opt {
		width: 33.33333333%;
	}
}
@media (min-width:1200px) {
	.columned .tick-opt {
		width: 25%;
	}
}

.sales-cost-centre {
	width: 20%;
}
.sales-service {
	
}
.sales-qty {
	width: 10%;
}
.sales-total,
.sales-payable {
	width: 13%;
}
.sales-pdf {
	width: 15%;
}

.datepick-holder,
.timepick-holder {
	position: relative;
}
.datepick-holder input,
.timepick-holder input {
	padding-left: 30px;
}
.datepick-holder:after,
.timepick-holder:after {
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 7px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 15px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ccc;
	background: transparent;
	pointer-events: none;
}
.datepick-holder:after {
	content: "\f073";
}
.timepick-holder:after {
	content: "\f017";
}
.mbsc-mobiscroll.mbsc-range .mbsc-cal .mbsc-cal-day.mbsc-cal-day-hl .mbsc-cal-day-date {
	background: #ee3124;
	border-color: #ee3124;
}

.datatbl-holder table.dataTable th,
.datatbl-holder table.dataTable td {
	padding: 14px 10px;
}
.datatbl-holder table.dataTable,
.datatbl-holder table.dataTable thead th {
	border-bottom: 2px solid #ccc;
}
.dataTables_wrapper .dataTables_paginate .paginate_button,
div.dt-container .dt-paging .dt-paging-button {
	min-width: 2.2em;
	padding: 5px 0;
	min-height: 0;
	background: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
	border: 1px solid #ccc;
	background: none;
}

.top,
.bottom {
	background: #fafafa;
	padding: 10px 10px;
}
/*
.dt-search {
	float: left;
	width: 70%;
	display: flex;
	margin-left: 5px;
	margin-right: 5px;
}
.dt-search > * {
	box-sizing: border-box;
	flex: 1;
	padding-left: 5px;
	padding-right: 5px;
	align-items: center;
}
*/
.dt-search {
	flex: 1;
	max-width: 70%;
}
.dt-customfilters {
	flex: 0 1 auto;
	width: auto;
	padding-right: 50px;
}
/*
.dt-info {
	float: right;
}
.dt-search .dataTables_filter {
	float: none;
	text-align: left;
}
.dt-search .dataTables_filter label {
	display: block;
	margin: 0;
}
.dt-search .dataTables_filter input {
	margin-left: 0;
	width: 100%;
}
.dt-info .dataTables_info {
	padding-top: 8px;
}
*/
input#dt-search-0 + label {
	display: none !important;
	width: 0;
	height: 0;
}
div.dt-container div.dt-layout-row {
	margin-top: 0;
	margin-bottom: 0;
}
div.dt-container div.dt-layout-row:not(.dt-layout-table) {
	background-color: #fafafa;
	padding: 10px;
}
div.dt-container div.dt-layout-row:not(.dt-layout-table) .dt-layout-start {
	flex: 1;
}
.suspended {
	color: #999;
}
div.dt-container .dt-search input {
	border: 1px solid #ced4da;
	border-radius: .25rem;
	padding: .375rem .75rem;
	background-color: #fff;
	color: inherit;
	margin-left: 0;
}
div.dt-container .dt-search label + input {
	margin-left: 5px;
}

.notification {
  border-top: 2px solid #ee3124;
  border-bottom: 2px solid #ee3124;
  background: #fafafa;
  padding: 14px 20px;
  margin-top: 30px;
  font-size: .9em;
}

.flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
.col-fill {
  flex: 1;
}

.list-box {
  padding: 15px;
  border-radius: 4px;
  border: solid 1px #f0f0f0;
  margin-bottom: 30px;
}
.list-box .list-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.list-box .list-item:first-child {
  padding-top: 0px;
}
.list-box .list-item:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.md-18 {
	font-size: 18px;
}
.md-24 {
	font-size: 24px;
}
.md-36 {
	font-size: 36px;
}
.md-ml {
	margin-left: 14px;
}
.md-mr {
	margin-right: 14px;
}
.md-ml-10 {
	margin-left: 10px;
}
.md-mr-10 {
	margin-right: 10px;
}
.md-lighter {
  opacity: 0.3;
}

.top:after,
.bottom:after {
	content: "";
	clear: both;
	display: table;
}


@media print {
	
	html, body {
		height: auto;
	}
	body {
		font-size: 11px;
		color: #000;
		padding-left: 10mm;
		padding-right: 10mm;
	}
	.pgbreak {
		page-break-before: always;
	}
	tr,
	td {
		page-break-inside: avoid !important;
	}
	.screen-only {
		display: none;
	}
	
}

@page {
	size: auto;
	margin: 13mm 0mm 10mm 0mm;
}