@font-face {
	font-family: "AvenirNext forINTUIT";
	src: url("https://cdn.onesaas.intuit.com/hub/shared/fonts/AvenirNext-forINTUIT-thin.woff") format('woff');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: "AvenirNext forINTUIT";
	src: url("https://cdn.onesaas.intuit.com/hub/shared/fonts/AvenirNext-forINTUIT-regular.woff") format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "AvenirNext forINTUIT";
	src: url("https://cdn.onesaas.intuit.com/hub/shared/fonts/AvenirNext-forINTUIT-medium.woff") format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "AvenirNext forINTUIT";
	src: url("https://cdn.onesaas.intuit.com/hub/shared/fonts/AvenirNext-forINTUIT-demi.woff") format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: "AvenirNext forINTUIT";
	src: url("https://cdn.onesaas.intuit.com/hub/shared/fonts/AvenirNext-forINTUIT-bold.woff") format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "AvenirNext forINTUIT";
	src: url("https://cdn.onesaas.intuit.com/hub/shared/fonts/AvenirNext-forINTUIT-heavy.woff") format('woff');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: "AvenirNext forINTUIT";
	src: url("https://cdn.onesaas.intuit.com/hub/shared/fonts/AvenirNext-forINTUIT-thin-italics.woff") format('woff');
	font-weight: 100;
	font-style: italic;
}
@font-face {
	font-family: "AvenirNext forINTUIT";
	src: url("https://cdn.onesaas.intuit.com/hub/shared/fonts/AvenirNext-forINTUIT-italics.woff") format('woff');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: "AvenirNext forINTUIT";
	src: url("https://cdn.onesaas.intuit.com/hub/shared/fonts/AvenirNext-forINTUIT-medium-italics.woff") format('woff');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "AvenirNext forINTUIT";
	src: url("https://cdn.onesaas.intuit.com/hub/shared/fonts/AvenirNext-forINTUIT-demi-italics.woff") format('woff');
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: "AvenirNext forINTUIT";
	src: url("https://cdn.onesaas.intuit.com/hub/shared/fonts/AvenirNext-forINTUIT-bold-italics.woff") format('woff');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: "AvenirNext forINTUIT";
	src: url("https://cdn.onesaas.intuit.com/hub/shared/fonts/AvenirNext-forINTUIT-heavy-italics.woff") format('woff');
	font-weight: 900;
	font-style: italic;
}

body {
	margin: 0;
	background-color: #f5f5f5;
	font-family: 'AvenirNext forINTUIT', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.splash {
	text-align: center;
	margin: 10% 0 0;
	box-sizing: border-box;
}

.full-splash {
	text-align: center;
	margin: 10% 0;
	box-sizing: border-box;
}

.splash .message {
	font-size: 72px;
	line-height: 72px;
	text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
}

.splash .fa-spinner-third {
	text-align: center;
	display: inline-block;
	font-size: 72px;
	margin-top: 50px;
}

.page-host {
	left: 0;
	right: 0;
	top: 50px;
	bottom: 0;
}

@media print {
	.page-host {
		position: absolute;
		left: 10px;
		right: 0;
		top: 50px;
		bottom: 0;
		overflow-y: inherit;
		overflow-x: inherit;
	}
}

section {
	margin: 0 20px;
}

.navbar-nav li.loader {
	margin: 12px 24px 0 6px;
}

.pictureDetail {
	max-width: 425px;
}


/* animate page transitions */

section.au-enter-active {
	-webkit-animation: fadeInRight 1s;
	animation: fadeInRight 1s;
}

div.au-stagger {
	/* 50ms will be applied between each successive enter operation */
	-webkit-animation-delay: 50ms;
	animation-delay: 50ms;
}


/* animation definitions */

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn01 {
	/*0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }*/
	from {
		opacity: 0.1;
	}
	to {
		opacity: 1;
	}
}

body .super-hide {
	display: none !important;
}

wait-overlay,
.wait-overlay {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	color: #333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0.75;
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 1000;
}

wait-overlay> span,
.wait-overlay> span {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
	font-size: 24px !important;
	line-height: 24px;
	text-align: center;
	width: 100%;
	display: block;
}
.wait-overlay > span > .wait-overlay-text {
	margin-left: 16px;
}

.wait-overlay-high> span {
	top: 40%;
}

wait-overlay> span i[class^="fa"],
.wait-overlay> span i[class^="fa"] {
	font-size: 24px !important;
	vertical-align: baseline !important;
	margin-right: 8px;
}

wait-overlay> span img,
.wait-overlay> span img {
	position: relative;
	opacity: 1;
	display: block;
	margin: 40px auto;
}

wait-overlay> span h3,
.wait-overlay> span h3 {
	font-size: 1em;
	margin: 15px auto;
}

wait-overlay.small span,
.wait-overlay.small span {
	font-size: 20px;
}

.full-page {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	color: #333;
	padding: 0;
	margin: 0 auto;
}

.full-page div.main {
	position: relative;
	padding-top: 50px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.full-page div.main.main-centered {
	position: relative;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-55%);
	text-align: center;
	width: 100%;
}

.full-page div.main p.large {
	font-size: 20px;
}

.full-page div.main p a {
	text-decoration: none;
}

.full-page div.main p a:hover {
	text-decoration: none;
}

.full-page div.main span.large-notification {
	font-size: 30px !important;
}

.full-page div.main span.large-notification i[class^="fa"] {
	font-size: 40px !important;
	vertical-align: baseline !important;
	margin-right: 8px;
}

.full-page div.main span.large-notification img {
	position: relative;
	opacity: 1;
	display: block;
	margin: 40px auto;
}

.full-page div.main .small-notification {
	font-size: 25px !important;
}

.enum-connected {
	color: #3c763d;
}

.connection-icon {
	height: 54px;
	width: 160px;
	background-repeat: no-repeat;
	background-position: center center;
}

.connection-icon i[class^="fa"] {
	font-size: 30px;
	margin-top: 11px;
	margin-left: 81px;
}


.validation-summary-errors ul{
	margin-top: 0;
    margin-bottom: 0;
}


.full-page #background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #333;
	padding: 1px 0 0 0;
	margin: 0 auto;
	overflow: hidden;
}

.full-page #background div.r{
	height: 62px;
	display: block;
	padding: 0;
	margin: -1px auto 0;
}
.full-page #background div.i{
	width: 62px;
	height: 62px;
	border: solid 1px #dedede;
	padding: 6px;
	margin: 0 0 0 -1px;
	display: inline-block;
}
.full-page #background div img{
	/*animation: fadeIn01 4s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;*/
	padding: 0; margin: 0;
	opacity: 0.1;
}

.full-page .help{
	color: #ccc;
	font-size: smaller;
}

.onesaas-register .panel-logo, .onesaas-signin .panel-logo{
	margin-top: 20px;
	margin-bottom: 20px;
}


.form-checkbox{
	position: relative;
	cursor: pointer;
}
.form-checkbox input{
	opacity: 0;
}
.form-checkbox label{
	margin-left: 28px;
	font-weight: normal;
	background-color: #fff;
}
.form-checkbox label:before {
    content: '';
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 2px;
    left: 2px;
    top: 50%;
    margin-top: -9px;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.16);
}
.form-checkbox label:after {
	content: '';
	position: absolute;
	height: 7px;
	width: 13px;
	left:5px;
	top:50%;
	margin-top: -4px;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);

	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff; 
	border-right: none;
	border-top: none;
	background-color: #fff;
}
.form-checkbox label:hover:after {
	border-color: #2CA01C;
}
.form-checkbox input:focus + label:before {
	border-color: #2CA01C;
}
body .form-checkbox.form-normal.form-primary.active:before{
	background-color: #fff;
	border-color: #2CA01C;
	box-shadow: none;
}
body .form-checkbox.form-normal.form-primary.active:after{
	border-color: #2CA01C;
}
body .form-checkbox.form-normal.form-primary:not(.active):hover:before{
	background-color: #fff;
	border-color: #7FD000;
	box-shadow: none;
}
body .form-checkbox.form-normal.form-primary:not(.active):hover:after{
	border-color: #7FD000;
}
body .form-checkbox input[type=checkbox]:checked + label:after{
	border-color: #2CA01C;
}
body .form-checkbox input[type=checkbox]:checked + label:before{
	border-color: #2CA01C;
}

#cookieConsent{
    position: absolute;
    width: 100%;
	bottom: 0;
	z-index: 99999;
}
#cookieConsent .alert{
	padding: 15px;
}
#cookieConsent .alert button.btn{
	float: right;
	margin-left: 15px;
}

.fa-spin {
	transform-origin: 50% 46%;
}