/* @group reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, menu, nav, header, footer {
	color: #333;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	-webkit-text-size-adjust: none;
	text-decoration: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */
html, body {
	height: 100%
}

body {
	background: #333c4d url(../img/bg-digitalbooker.png) right bottom no-repeat;
	background-size: 40% auto;
}

@media (max-width: 440px) {
	body {
		background: #333c4d;
	}
}

h1 {
	color: #333;
	font-weight: 100;
	font-size: 28px;
	text-align: center;
	color: #fff;
	padding-top: 0px;
	padding-bottom: 20px;
}

h1 small {
	font-size: 16px;
	display: block;
	color: #bcbfc4;
	margin-top: 2px;
}

.icon {
	margin: 20px auto 10px;
	height: 98px;
	width: 98px;
	border-radius: 20px;
	line-height: 96px;
	text-align: center;
	position: relative;
	background-color: #369cf7;
	color: #fff;
	font-size: 78px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.02) 100%);
}

.icon-red {
	background-color: #f83b47;
}

.btn {
	border-color: #ddd;
	font-weight: 200;
	font-size: 15px;
	border-radius: 4px;
	display: block;
	height: 42px;
	line-height: 42px;
	border-radius: 4px;
	color: #333;
	text-align: center;
	position: relative;
	border: 1px solid #ddd;
	margin: 0px auto 10px;
	max-width: 420px;
	text-decoration: none;
}

.btn span {
	color: #333;
	font-weight: 200;
	font-size: 15px;
}

.btn-main {
	background-color: #369cf7;
	border-color: #369cf7;
	color: #fff;
	font-weight: 500;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.02) 100%);
	transition: all 0.2s ease-in-out;
}

.btn label {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 0px;
}

.btn b {
	height: 30px;
	width: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
	line-height: 30px;
	text-align: center;
	display: none;
}

.btn b .fa {
	padding: 2px;
	font-size: 20px;
}

.btn.loading b {
	display: block;
}

.btn.loading label {
	display: none;
}

.hover .btn:hover,
.hover .btn:hover label {
	cursor: pointer;
}

.hover .btn.btn-main:hover {
	background-color: #328bdb;
	border-color: #328bdb;
}

.copy {
	color: rgba(255, 255, 255, 0.7);
	font-weight: 100;
	font-size: 12px;
	position: absolute;
	left: 16px;
	text-align: left;
	bottom: 10px;
	height: 18px;
	line-height: 18px;
	transition: all 0.2s ease-in-out;
}

.copy a {
	color: rgba(255, 255, 255, 0.9);
	font-weight: 100;
	font-size: 13px;
	transition: all 0.15s ease-in-out;
}

@media (max-width: 440px) {
	.copy {
		right: 16px;
		text-align: center;
	}
}

.hover .copy a:hover {
	color: #369cf7;
	cursor: pointer;
}

.form {
	border: 1px solid #333c4d;
	border-radius: 5px;
	background: #fff;
	margin: 0px auto 12px;
	width: auto;
	max-width: 422px;
}

.form-row {
	position: relative;
	min-height: 42px;
	border-bottom: 1px solid #ddd;
}

.form-row p {
	margin: 0px;
	text-align: left;
	padding: 10px;
	color: #777;
	font-size: 13px;
	line-height: 1.5em;
}

.form-row p a {
	color: #369cf7;
	font-size: inherit;
}

.hover .form-row p a:hover {
	text-decoration: underline;
}

.form-row p b.red {
	color: #f83b47;
}

.form-row p b {
	font-weight: 500;
	color: #333;
}

.form .form-row:last-child, .form .form-row.bottom {
	border-bottom: 0;
}

.form .form-row span {
	display: block;
	float: left;
	height: 43px;
	width: 46%;
	position: relative;
}

.form input {
	-webkit-appearance: none;
	background: transparent;
	display: block;
	width: 100%;
	display: block;
	padding: 18px 11px 4px;
	font-size: 15px;
	box-sizing: border-box;
	margin: 0px;
	position: absolute;
	z-index: 2;
	border: 0;
	color: #333;
	font-weight: 500;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form-row .input-icon {
	color: #bbb;
	position: absolute;
	top: 10px;
	line-height: 22px;
	text-align: center;
	right: 6px;
	height: 22px;
	width: 22px;
	font-size: 18px;
}

.form-row select {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
	height: 42px;
	width: 100%;
	opacity: 0.0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.form-row .select-value {
	font-size: 15px;
	margin: 0px;
	position: absolute;
	z-index: 2;
	border: 0;
	color: #333;
	font-weight: 500;
	padding: 18px 14px 4px 11px;
}

.form-row .select-arrow {
	color: #bbb;
	position: absolute;
	top: 10px;
	line-height: 22px;
	text-align: center;
	right: 6px;
	height: 22px;
	width: 22px;
	font-size: 18px;
}

.hover .form-row-select:hover .select-arrow {
	color: #369cf7;
	cursor: pointer;
}

.form-row.error .select-arrow {
	right: 30px;
}

.form-row .forgot {
	position: absolute;
	right: 0px;
	height: 42px;
	width: 42px;
	font-size: 20px;
	z-index: 3;
	line-height: 42px;
	text-align: center;
	color: #ddd;
	transition: all 0.2s ease-in-out;
}

.form-row small {
	color: #bbb;
	font-size: 12px;
	top: 6px;
	font-weight: 400;
	position: absolute;
	right: 32px;
	top: 16px;
}

.form-row .cb {
	display: block;
	margin: 0px;
	position: absolute;
	z-index: 1;
	color: #777;
	font-size: 15px;
	font-weight: 200;
	left: 8px;
	height: 42px;
	line-height: 42px;
	top: 0px;
	padding-left: 24px;
}

.form-row .cb i {
	position: absolute;
	margin-right: 6px;
	color: #fff;
	background: #d6d8db;
	left: 0px;
	top: 12px;
	height: 18px;
	width: 18px;
	border-radius: 2px;
	line-height: 18px;
	text-align: center;
	font-size: 14px;
}

.form-row a.list-item {
	display: block;
	font-size: 15px;
	color: #333;
	font-weight: 500;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 42px;
	padding-left: 44px;
}

.form-row a.list-item .image {
	position: absolute;
	left: 7px;
	background-color: #369cf7;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 29px;
	border-radius: 15px;
	top: 6px;
	color: #fff;
	font-size: 17px;
}

.form-row a.list-item .image.red {
	background: #f83b47;
}

.form-row a.list-item i.action {
	color: #bbb;
	position: absolute;
	top: 10px;
	line-height: 22px;
	text-align: center;
	right: 6px;
	height: 22px;
	width: 22px;
	font-size: 22px;
}

.form-row a.list-item:hover,
.form-row a.list-item:hover i.action,
.hover .form-row .cb:hover {
	color: #369cf7;
	cursor: pointer;
}

.form-row .cb.on, .hover .form-row .cb.on:hover {
	color: #333;
	font-weight: 500;
}

.form-row .cb.on i {
	background: #369cf7;
}

.form-row-btn {
	color: #69707f;
	position: absolute;
	right: 10px;
	top: 9px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	padding: 0px 10px;
	font-weight: 500;
	font-size: 12px;
	background-color: #fff;
	text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
	background-image: linear-gradient(to bottom, #fff, #eef0f1);
	border-radius: 2px;
	border: 1px solid #c5c6c8;
	z-index: 10;
}

.error .form-row-btn {
	right: 38px;
}

.form-row-btn:hover {
	cursor: pointer;
}

.form-row-btn:active {
	box-shadow: inset rgba(0, 0, 0, 0.1) 0px 1px 2px;
}

.hover .form-row .forgot:hover {
	color: #369cf7;
	cursor: pointer;
}

.form-row .info {
	display: block;
	margin: 0px;
	position: absolute;
	z-index: 1;
	color: #f83b47;
	font-size: 13px;
	font-weight: 200;
	left: 10px;
	top: 14px;
}

.form-row .info b {
	font-size: 15px;
	font-weight: 500;
	color: #555;
	margin-right: 6px;
}

.form label {
	display: block;
	margin: 0px;
	position: absolute;
	z-index: 1;
	color: #777;
	font-size: 15px;
	font-weight: 200;
	left: 9px;
	top: 14px;
}

.form-row:hover label,
.form-row:hover .input-icon {
	color: #369cf7;
}

.form label.active {
	color: #369cf7;
	font-size: 11px;
	padding: 1px 2px;
	top: 6px;
	font-weight: 400;
}

.form label.active.transition {
	transition: all 0.1s ease-in-out;
}

.form label.active.error {
	color: #bbb;
	font-size: 10px;
	padding: 1px 2px;
	border-radius: 2px;
	background: #f64242;
	color: #fff;
	top: 6px;
}

.form .error label,
.form .error label.active,
.form .error .cb {
	color: #f64242;
}

.form-row .error-icon {
	display: none;
	color: #fff;
	background: #f64242;
	position: absolute;
	top: 10px;
	line-height: 23px;
	text-align: center;
	right: 10px;
	height: 22px;
	width: 22px;
	font-size: 15px;
	border-radius: 3px
}

.form-row.error .error-icon {
	display: block;
}

.footer {
	text-align: center;
	color: rgba(255, 255, 255, 0.9);
	padding-top: 44px;
	font-weight: 100;
	font-size: 13px;
	position: relative;
}

.footer a {
	color: rgba(255, 255, 255, 0.9);
	font-weight: 100;
	font-size: 13px;
	transition: all 0.2s ease-in-out;
	margin: 0px 15px;
	position: relative;
}

.hover .footer a:hover {
	color: #369cf7;
	cursor: pointer;
}

.footer a.sso_signin {
	display: block;
	margin-top: -24px;
	margin-bottom: 40px;
}

.footer i.left {
	margin-right: 6px;
}

.footer i.right {
	margin-left: 6px;
}

.footer select {
	left: -8px;
	top: -4px;
	position: absolute;
	opacity: 0;
}

.view {
	display: none;
	padding: 0px 10px;
}

#loading {
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 100000;
}

.msg {
	background: #f64242;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
}

.msg i {
	color: #fff;
	font-size: 14px;
}

.msg p {
	line-height: 18px;
	font-size: 13px;
	font-weight: 200;
	margin: 0px auto;
	max-width: 980px;
	position: relative;
	color: #fff;
	padding: 12px;
	text-align: center;
}