body {
	background: #fbfbfb !important;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial,
		sans-serif !important;
	font-size: 14px;
	color: #666;
}

body, ul, div, li, dd, dl, table, tr, td, thead, tbody, h1, h2, h3, h4, h5, input {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1, h2, h3, h4, h5 {
	color: #555!important;
}

h2 {
	margin-top: 10px!important;
}

input {
	border: 1px solid #DDD;
	border-radius: .4rem;
	padding: 6px;
	font-size: 1.5em!important;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 36rem;
}

input[type=checkbox] {
	visibility: hidden;
}

a:not([href]) {
	cursor: pointer;
}
a, a:link, a:visited, a:hover {
	text-decoration: none!important;
	color: #666;
	outline: none!important;
}

.ath--checkbox {
	width: 20px;
	position: relative;
	top: 12px;
	float: left;
}

.ath--checkbox label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 19px;
	top: 0;
	border-radius: 7px;
	opacity: 0.7;
	-webkit-box-shadow: 0px 2px 0 #111;
	-moz-box-shadow: 0px 2px 0 #111;
	box-shadow: 0px 2px 0 #111;
	background: #979797;
}

.ath--checkbox label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 10px;
	height: 6px;
	background: transparent;
	top: 6px;
	left: 5px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.ath--checkbox label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.ath--checkbox input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.ath--checkbox .ath--checkbox-label {
	display: inline-block;
	position: relative;
	left: 25px;
	top: -6px;
	width: 16rem;
	-webkit-font-smoothing: antialiased;
	color: #888;
}

.ath-form {
	width: 100%;
}

@media all {
	header {
		height: 7rem;
		background: white;
		box-shadow: 0 1px 3px -1px #CCC;
	}
}

@media all {
	.default--ath-header #header_logo {
		padding: .9rem;
		height: 7rem;
	}
}

.panel--ath-buttons {
	margin: 1rem 0;
}

header {
	background: #fff;
	height: 7rem;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.default--ath-header a#header_logo {
	display: inline-block;
	padding: 1.4rem 1.2rem 1rem;
	height: 5rem;
}

.default--ath-header #header_logo img {
	height: 45px;
	border: 0;
	opacity: 0.7;
}

.default--ath-header h1.default--ath-brand {
	font-size: 100px;
	color: #555;
	font-family: 'Ek Mukta', sans-serif;
}

.default--ath-header .default--ath-nav {
	float: right;
	display: block;
}

.default--ath-header .default--ath-nav-links {
	padding: 2.3rem;
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
}

.default--ath-header .default--ath-nav-links a {
	color: #555;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 8px;
}

.default--ath-header .default--ath-nav-links a:hover {
	text-decoration: underline!important;
}

@media all {
	#page_contents {
		padding: 6rem 2rem
	}

	#default--ath-header-togglenav {
		margin: 1.9rem;
		color: #666;
		display: inline-block;
	}
	#default--ath-header-togglenav:hover {
		color: #444;
	}

	.nav-label {
		font-size: 1.3em;
		margin: 0 6px;
		position: relative;
		top: -1px;
	}

	.nav-icon {
		font-size: 2.1rem;
		display: inline-block;
		box-sizing: border-box;
	}

}

header #menu_toggle {
	display: inline-block;
	height: 5rem;
	color: #404b55;
	font-weight: bold;
	padding: 1.8rem 1.7rem 1.6rem 2rem;
	float: left;
	position: relative;
	-webkit-transition: -webkit-transform .15s cubic-bezier(0.2,0.3,0.25,0.9);
	-moz-transition: -moz-transform .15s cubic-bezier(0.2,0.3,0.25,0.9);
	-o-transition: -o-transform .15s cubic-bezier(0.2,0.3,0.25,0.9);
	transition: transform .15s cubic-bezier(0.2,0.3,0.25,0.9);
}

#athento-nav {
	position: absolute;
	width: 320px;
	box-sizing: content-box;
	overflow: visible;
	top: 0;
	bottom: 0;
	display: flex;
	display: -webkit-flex;
	background: #333;
	z-index: 999;
	left: -350px;
	transition: left 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
	box-shadow: 1px 0 15px 2px rgba(0,0,0,.4);
}

#athento-nav.opened {
	left: 0;
}

.athento-nav-container {
	width: 100%;
}

#user-data {
	padding-left: 1.5em;
	padding-top: 1.2em;
	display: inline-block;
	width: 100%;
	height: 6em;
	overflow: visible;
}

#user-data-content h3 {
	color: #0089AF!important;
	line-height: 1rem;
}

#user-data-content #ath--nav-username {
	color: white;
}

#athento-logo-info {
	text-align: center;
	margin: 1em 0;
}

#athento-logo-info img {
	width: 12rem;
	opacity: 0.3;
}

.nav-content {
	color: white;
	line-height: 4rem;
	margin-top: 2rem;
	font-size: 1.05em;
}

.nav-content .access-nav-list {
	border: 0;
	padding: 0;
	margin: 0;
}

.nav-content .access-nav-list li {
	border-bottom: 1px solid #434343;
	transition: background 200ms;
}

.nav-content .access-nav-list li:hover {
	transition: none;
}

.nav-content .access-nav-list a {
	color: inherit!important;
	display: block;
	padding: 0 16px;
}

.nav-content .access-nav-list a.disabled {
	color: #444!important;
}

.nav-content .access-nav-list a:hover {
	text-decoration: none;
	transition: background 200ms;
	transition: padding 400ms;
	padding: 0 22px;
	background-color: #3F3F3F;
}

.nav-content .access-nav-list i {
	font-size: 1.3em;
}

.nav-content .access-nav-list i::before {
	margin: 0 6px;
}

h2.login--ath-slogan {
	font-size: 4em;
	color: #3498DB;
	text-align: center;
	padding-top: 10rem;
	font-family: 'Waiting for the Sunrise', cursive;
}

#loginbox {
	margin-top: 42px;
}

#loginbox>.panel--ath-login {
	background: white;
	border-radius: 5px;
	border: 1px solid #DDD;
	box-shadow: 0 3px 6px -3px #888;
	padding: 1em 1.4em;
	width: 60rem;
	overflow: auto;
}

#loginbox .panel-heading--ath-login {
	border-bottom: 1px solid #DDD;
	font-size: 1.1em;
}

#loginbox>.panel--ath-login .panel--ath-login-title {
	font-size: 2rem;
	padding: 4px 8px 6px;
	font-size: 3rem;
}

#loginbox .zone--ath-add-account {
	text-align: right;
	position: relative;
	top: -1px;
}

#loginbox .zone--ath-add-account a::before {
	content: '';
	margin-left: 4px;
}

#loginbox .panel-body--ath-login {
	margin-top: 18px;
}

#loginbox .zone--ath-field {
	margin: 20px 8px;
}

#loginbox #loginform .zone--ath-rememberme {
	position: relative;
	margin: 10px;
}

#loginbox .zone--ath-help {
	-webkit-font-smoothing: antialiased;
	text-align: center;
	font-size: 1.2em;
}

#loginbox input[type="text"],#loginbox input[type="password"] {
	box-shadow: none;
	padding: 1.3rem;
	height: 5.9rem;
	-webkit-font-smoothing: antialiased;
}

#loginbox .panel--ath-login-buttons {
	float: right;
}

#loginbox .panel--ath-other-login-buttons {
	display: inline-block;
	width: 100%;
}

.login--ath-credits {
	text-align: center;
	margin: 50px;
	color: #777;
	-webkit-font-smoothing: antialiased;
}

/** BUTTONS */
.ath-button {
	border: 0;
	outline: none;
	position: relative;
	padding: 10px 32px;
	margin: 0px 6px 4px 0px;
	float: left;
	border-radius: 8px;
	font-size: 1.7rem;
	color: #FFF!important;
	text-decoration: none;
}

.ath-button.ath-button-sm {
	padding: 4px 11px;
	font-size: 1.3rem;
}

.ath-button.ath-button-md {
	padding: 6px 15px;
	font-size: 18px;
}

.ath-button.ath-button-big {
	padding: 9px 18px;
	font-size: 22px;
}

.ath-button.pushed {
	border: 0;
	box-shadow: 0px 2px 2px #AAA inset;
}

.ath-button.animated {
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.ath-button:hover,.ath-button:focus {
	text-decoration: none;
	color: white;
}

.ath-button.ath-button-default {
	background-color: #0089af!important;
	border-bottom: 4px solid #0D6780;
	text-shadow: 0px -2px #0D6780;
}

.ath-button.ath-button-red {
	background-color: #E74C3C;
	border-bottom: 4px solid #BD3E31;
	text-shadow: 0px -2px #BD3E31;
}

.ath-button.ath-button-primary {
	background-color: #79AA39;
	border-bottom: 4px solid #558333;
	text-shadow: 0px -2px #558333;
}

.ath-button.ath-button-gray {
	background-color: #CCC;
	border-bottom: 4px solid #A7A7A7;
	text-shadow: 0px -2px #B7B7B7;
}

.ath-button.ath-button-yellow {
	background-color: #F2CF66;
	border-bottom: 4px solid #D1B358;
	text-shadow: 0px -2px #D1B358;
}

.ath-button:active {
	transform: translate(0px, 4px);
	-webkit-transform: translate(0px, 4px);
	border-bottom: 1px solid;
}

.ath-button-disabled {
	padding: 4px 30px 3px;
	opacity: 0.3;
}

.ath-button-disabled:after {
	content: 'coming soon';
	font-size: 10px;
	position: relative;
	left: 0;
	display: block;
	top: -3px;
	padding: 0;
	color: #e3e3e3;
	text-shadow: none;
}

/** Effects */

.effect--ath-fadein {
	-webkit-animation: fadein 1.5s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 1.5s; /* Firefox < 16 */
	-ms-animation: fadein 1.5s; /* Internet Explorer */
	-o-animation: fadein 1.5s; /* Opera < 12.1 */
	animation: fadein 1.5s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.ath--color-icon-nav-home {
	color: #0089AF;
}
.ath--color-icon-nav-user {
	color: #0089AF;
}
.ath--color-icon-nav-ase {
	color: #0089AF;
}
.ath--color-icon-nav-rm {
	color: #0089AF;
}
.ath--color-icon-nav-dm {
	color: #0089AF;
}
.ath--color-icon-nav-logout {
	color: #0089AF!important;
}

#athento-page {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-height: 450px;
}

#athento-page-contents {
	width: 95rem;
	padding: 8rem 2rem;
	margin: 0 auto;
}

#athento-page-contents h1 {
	color: #444;
	font-weight: bold;
	line-height: 7rem;
}

#athento-page-contents h1 > i {
	margin-right: 8px;
}

#ath--welcome-block {
	margin: 2em 0;
}

#ath--welcome-block h2 {
	font-size: 3rem!important;
	-webkit-font-smoothing: antialiased;
}

#athento-page-contents .ath--page-app-block {
	background-color: white;
	-webkit-border-radius: .6rem;
	-moz-border-radius: .6rem;
	border-top-left-radius: .6rem;
	border-top-right-radius: .6rem;
	padding: 1rem 2rem 2rem;
	position: relative;
	border: 1px solid #e8e8e8;
	overflow: auto;
	border-bottom: 0;
	border-top: 4px solid #DDD;
	margin-top: -5px;
	z-index: 99;
	box-shadow: 0 -9px 34px -19px rgba(0, 0, 0, 0.3);
}

#athento-page-contents .ath--page-app-block .ath--page-app-block-title {
	font-size: 2.6rem;
	padding: 1.3rem 1rem;
	border-bottom: 3px solid #f3f3f3;
	color: #3D3D3D!important;
	text-shadow: 1px 1px 1px #eee;
}

#athento-page-contents .ath--page-app-block:last-of-type {
	border-bottom: 1px solid #DDD;
}

#athento-page-contents .ath--page-app-block .disabled {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 333;
	opacity: 0.7;
	background: white;
}

#athento-page-contents .ath--page-app-block h3 {
	display: block;
	line-height: 3rem;
	padding: 0;
	margin: 0;
}

#athento-page-contents .ath--page-app-block h3::before {
	content: '';
	margin: 0 10px;
}

#athento-page-contents .ath--page-app-block .ath--page-app-notify {
	color: #666;
	margin-left: 5.6rem;
	margin-top: 0.5rem;
	-webkit-font-smoothing: antialiased;
}

.ath--notify-item-title {
	margin-left: 18px!important;
}

.ath--notify-item-value {
	padding: 1px 5px 1px;
	background-color: #AAA;
	color: white;
	border-radius: 6px;
	font-weight: bold;
	margin-left: 4px;
	font-size: 0.9em;
}

.ath--nofity-nav {
	position: absolute;
	right: 8px;
	margin-top: -40px;
}

#athento-page-contents .ath--page-app-block .ath--block-description {
	color: #999;
	display: block;
	word-wrap: break-word;
	word-break: break-word;
	margin: 0 6.9rem 0;
	font-size: 1.1em;
}

#athento-page-contents .ath--page-app-block a.ath--block-chevron {
	display: block;
	margin-top: 1.3rem;
	position: relative;
	padding: 0.6rem;
	border: 2px solid transparent;
}

#athento-page-contents .ath--page-app-block a.ath--block-chevron:hover {
	border: 2px solid #efefef;
	border-radius: 0.6rem;
}

#athento-page-contents .ath--page-app-block .chevron {
	position: absolute;
	right: 1.3rem;
	top: 37%;
	font-size: 2.2rem;
	color: #CCC;
}

#athento-page-contents .ath--page-app-block .icon {
	width: 48px;
	height: 48px;
	font-size: 3rem;
	text-align: center;
	line-height: 48px;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;
	float: left;
	cursor: pointer;
}

#ath--footer {
	text-align: center;
	position: relative;
	bottom: 0.1rem;
}

#ath--footer .ath--footer-links ul li {
	display: inline;
	margin: 0 20px;
}

#ath--footer .ath--footer-links a {
	color: #999!important;
}
#athento-page-contents .ath--page-app-tab {
	min-height: 16rem;
	background-color: white;
	padding: 0;
}

#athento-page-contents .ath--page-app-title {
	margin: 3rem 0;
}

#athento-page-contents .ath--page-app-tab-block a.ath--block-chevron {
	position: relative;
	float: right;
	right: -14px;
	top: 6px;
}

#athento-page-contents .ath--page-app-tab-block > h2 {
	font-size: 1.6em;
}

#athento-page-contents .ath--page-app-tab > .ath--page-app-tab-block {
	padding: 2rem 4rem 4rem;
	overflow: auto;
	border: 1px solid #e8e8e8;
	border-top: 4px solid #DDD;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-top: -5px;
	box-shadow: 0 -9px 34px -19px rgba(0, 0, 0, 0.3);
}

#athento-page-contents .ath--page-app-tab-block .ath--page-app-tab-block-content {
	display: none;
}

#athento-page-contents .ath--page-app-tab-block .ath--page-app-tab-block-content.opened {
	display: block;
}

#athento-page-contents .ath--page-app-tab-block .ath--page-app-tab-block-content h3 {
	font-size: 1.1em;
}

#athento-page-contents .ath--page-app-tab-block .ath--page-app-tab-block-content > .ath--page-app-tab-block-comment {
	display: block;
	margin: 1rem 0;
	color: #999;
	-webkit-font-smoothing: antialiased;
}

#athento-page-contents .ath--page-app-tab > .ath--page-app-tab-block .ath--page-app-tab-block-content > input[type="text"], #athento-page-contents .ath--page-app-tab > .ath--page-app-tab-block .ath--page-app-tab-block-content > input[type="password"] {
	padding: 1.2rem;
}

.alert--ath-login {

}
#ath--social-login-forms{
    position:relative;
	list-style:none;
	margin:20px 0 0 0;
	padding:20px 0 0 0;
	border-top:1px solid #DDD;
}

.ath--btn-icon {
	padding-left: 52px;
	padding-right: 14px;
	background-size: 36px;
	background-position: 6px;
	background-repeat: no-repeat;
}
.ath--btn-icon.ath--btn-google {
	background-image: url('/img/googleplus.png');
	background-color: #C10E14!important;
	border-color: #A70006;
	text-shadow: 0px -2px #921F23;
}

.ath--btn-icon.ath--btn-dropbox {
	background-image: url('/img/dropbox.png');
	background-color: #1676B4!important;
	border-color: #0D5D92;
	text-shadow: 0px -2px #124E74;
}

.ath--btn-icon.ath--btn-facebook {
	background-image: url('/img/facebook.png');
	background-color: #1676B4!important;
	border-color: #0D5686;
	text-shadow: 0px -2px #15415E;
}

.ath--btn-icon.ath--btn-twitter {
	background-image: url('/img/twitter.png');
	background-color: #21AABF!important;
	border-color: #128597;
	text-shadow: 0px -2px #248593;
}

#ath--social-login-forms:before{
	content: 'or login with';
	position: absolute;
	top: 0;
	left: 44%;
	margin: -11px 0 0 -7px;
	padding: 0 3px;
	background-color: #fff;
	font-weight: bold;
}
#ath--social-login-forms li {
	float: left;
	margin-left: 4px;
}

.ath--footer-links .tooltip-inner {
	background-color: transparent!important;
	color: black!important;
}

.ath--footer-links .tooltip-arrow {
	background-color: transparent!important;
	border-color: transparent!important;
}

.ath--footer-links ul:first-child {
	padding-left: 80px;
}

.ath--page-app-block .tooltip-inner {
	border: solid 1px #ccc;
}

#survela {
	margin-top: 25px;
}

.tooltip {
	z-index: 100!important;
}
