@font-face {
	font-family: 'San Francisco Thin';
	src: url('../fonts/System_San_Francisco_Display_Thin.ttf') format('truetype');
}

@font-face {
	font-family: 'San Francisco Regular';
	src: url('../fonts/San_Francisco_Display_Regular.ttf') format('truetype');
}

* {
	box-sizing: border-box;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html {
	transform-origin: 0 0;
	overflow: auto;
}

html, body{
	height: 100%;
}

a.button {
	line-height: 44px;
	text-decoration: none;
}

body {
	margin: 0;
}

header {
	width: 100%;
	height: auto;
	background: white;
	padding-bottom: 30px;
	position: relative;
}

footer {
	width: 100%;
	height: 115px;
	background: white;
}

h1, p {
	margin: 0;
}

strong {
	font-family: 'San Francisco Regular', Arial, sans-serif;
}

#footer-container{
	position: relative;
    top: 0px;
    left: 0px;
    text-align: right;
}

#container {
	width: 100%;
	min-height: 100%;
	margin-bottom: -115px;
        overflow: hidden;
}

#container:after {
  content: "";
  display: block;
  height: 115px;
}

#content-left {
	height: 100%;
	padding-top: 30px;
}

#content-left.page-4 .report-description {
	height: auto;
}

#content-right {
	height: 100%;
	padding-top: 39px;
}

#content-right h1 {
	color: #0ba14b;
	font-size: 22px;
}

#content-right p {
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 36px;
}

#content-right .box-description p {
	font-size: 15px;
	line-height: 18px;
}

#content-right .row-left p {
	display: block;
	position: absolute;
	top: 25px;
	left: 20px;
	color: #959595;
	font-size: 22px;
	font-weight: bold;
}

#content-right .row-left p.wide {
	left: 15px;
}

#content-right .text-card.expanded p {
	color: #818285;
	font-size: 14px;
	line-height: 21px;
}

#content-right p:nth-child(3) {
	margin-bottom: 27px;
}

#error-container {
	display: none;
	width: 50%;
	color: #f57f20;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
}

#footer-text-left, #footer-text-right {
	color: #818285;
	font-size: 15px;
	line-height: 22px;
	padding-top: 38px;
}

#footer-text-left {
	float: left;
	padding-left: 80px;
}

#footer-text-right {
	float: left;
	margin-left: 26px;
}

#header-left {
	float: left;
}

#header-right {
    left: 0;
    float: right;
}

#inner {
	background-color: #f6f6f6;
        padding: 50px;
}

#inner:after {
    content: "";
    display: table;
    clear: both;
}

#inner #content-right.page-4 {
	width: 831px;
	margin-top: -26px;
	padding-right: 0;
}

#inner-ajax {
	width: 100%;
	background-color: #f6f6f6;
	margin: 0 auto;
	overflow: visible;
}

#legend {
	margin-top: 50px;
}

#legend p {
	font-size: 16px;
	line-height: 22px;
	clear: left;
}

#legend span {
	float: left;
	display: block;
}

#legend span:first-child {
	width: 30px;
	text-align: center;
}

#legend span:nth-child(2) {
	margin-left: 15px;
}

#login {
	height: 452px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), no-repeat center left/cover url('../img/login-bg-v2.jpg');
	margin-top: 30px;
}

#login-form {
	width: auto;
	text-align: center;
	margin: 0 auto;
	padding-top: 72px;
}

#login-form .link{
	color: #fff;
	text-align: left;
	display: block;
	margin-left: 20px;
}

#login-form h1 {
	font-size: 39px;
	color: white;
	padding-bottom: 13px;
}

#login-form input[type="text"], #login-form input[type="email"], #login-form input[type="password"] {
	display: block;
	width: 262px;
	height: 42px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	border: 0;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	margin: 0 auto;
}

#login-form input[type="text"], #login-form input[type="email"], #login-form input[type="password"] {
	margin-bottom: 13px;
	padding: 0 10px;
}

#login-form input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
}

#login-form p {
	font-size: 21px;
	color: #fff;
	padding-bottom: 36px;
}

#login-form label {
	color: #fff;
	margin-right: 10px;
}

#login-form .message-fail p {
	color: white;
	font-size: 16px;
	padding-bottom: 0;
}

#me-logo {
    cursor: pointer;
	margin-top: 38px;
	margin-left: 80px;
}

#navigation {
	float: right;
	width: 751px;
	background-color: #818285;
	text-align: center;
	border-radius: 0 0 5px 5px;
	margin-right: 80px;
	padding-bottom: 20px;
}

#navigation-container {
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
}

#step-button-row {
	margin-top: 24px;
	overflow: auto;
}

#step-button-row button {
	float: left;
	margin-left: 16px;
}

#step-button-row button:first-child {
	margin-left: 0;
}

#step5-counter {
	position: relative;
	width: 245px;
	height: 48px;
	background-color: white;
	border: 1px solid #efefef;
	border-radius: 5px;
	margin-top: 77px;
}

#step5-counter img {
	opacity: 0.6;
}

#step5-accept-amount, #step5-reject-amount, #step5-unsure-amount {
	position: absolute;
	color: #d7d7d7;
	margin-left: 27px;
}

#step5-accept-counter {
	position: absolute;
	top: 16px;
	left: 169px;
	width: 122px;
}

#step5-accept-counter.active #step5-accept-amount, #step5-accept-counter.active .step5-counter-x {
	color: #959595;
}

#step5-message {
	margin-top: 16px;
}

#step5-message img {
	float: left;
	margin-left: 4px;
}

#step5-message p {
	float: left;
	color: #f57f20;
	font-size: 14px;
	margin-top: 2px;
	margin-left: 8px;
}

#step5-message.fail p {
	color: #f57f20;
}

#step5-message.success p {
	color: #d0d0d0;
}

#step5-reject-counter {
	position: absolute;
	top: 16px;
	left: 19px;
	width: 119px;
}

#step5-unsure-counter {
	position: absolute;
	top: 16px;
	left: 97px;
	width: 122px;
}

#step-indicator-container {
	position: relative;
}

#steps {
	height: 21px;
    margin-top: 25px;
    margin-left: 0;
}

#steps-back {
	float: left;
	margin-top: -4px;
	margin-right: 12px;
}

#steps-back-large, #steps-next-large {
	position: absolute;
	top: 430px;
}

#steps-back-large {
	left: 12px;
}

#steps-next {
	float: left;
	margin-top: -4px;
	margin-left: 12px;
}

#steps-next-large {
	right: 12px;
}

#steps-progress {
	display: block;
    font-size: 15px;
    color: #818285;
    margin: 10px 0;
    margin-left: 0;
}

#steps-progress-bar {
	float: left;
	width: 239px;
	height: 12px;
	background-color: #ecf0f1;
	border-radius: 5px;
}

#steps-progress-bar-overlay {
	position: absolute;
	width: 0;
	height: 12px;
	background-color: #8fceaa;
	border-radius: 5px;
	z-index: 2000;
}

#steps-question {
	float: left;
	margin-top: -4px;
	margin-left: 16px;
}

#text-card-accept {
	float: left;
	margin-left: 42px;
}

#text-card-container {
	position: relative;
	width: 810px;
	height: 490px;
	margin-top: 3px;
}

#text-card-reject {
	float: left;
	margin-left: 65px;
}

#text-card-unsure {
	float: left;
	margin-left: 42px;
}

#thumb {
	text-align: center;
	margin-top: 84px;
}

#thumb p {
	width: 100%;
	margin-top: 22px;
}

#thumb p.positive {
	color: #8fceaa;
}

#thumb p.negative {
	color: #efc7a8;
}

#tttt-logo {
	cursor: pointer;
	float: right;
	margin-top: 25px;
	margin-right: 80px;
}

.blue {
	color: #2e2f8b;
}

.box {
	float: left;
	background-color: white;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	margin-top: 10px;
	margin-left: 10px;
}

.box-description {
	width: 554px;
	height: 215px;
	color: #959699;
	font-size: 14px;
	margin-left: 20px;
	padding-top: 15px;
	padding-left: 19px;
	padding-right: 31px;
}

.box-text-cards {
	width: 172px;
	height: 215px;
}

.box-text-cards div {
	height: 12px;
	margin-top: 36px;
	margin-left: 10px;
	margin-right: 20px;
}

.box-text-cards div:first-child {
	margin-top: 20px;
}

.box-text-cards div:nth-child(3) {
	margin-top: 40px;
}

.box-text-cards img {
	float: left;
	vertical-align: middle;
	margin-right: 10px;
}

.box-text-cards span {
	display: table-cell;
	max-width: 90px;
	color: #818285;
}

.button {
	display: block;
	width: 262px;
	height: 44px;
	font-size: 16px;
	color: white;
	border: 0;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
}

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

.button:disabled {
	background-color: #d7d7d7;
	box-shadow: none;
	cursor: default;
}

.button-back {
	width: 44px;
	background-color: white;
	color: #0ba14b;
	border: 2px solid #0ba14b;
	box-shadow: none;
}

.button-primary {
	background-color: #f57f20;
	margin: 0 auto;
}

.button-secondary {
	width: 187px;
	background-color: #0ba14b;
	text-align: center;
}

.button-secondary.button-arrow {
	background: #0ba14b url('../img/arrow-right.png') no-repeat 83% center;
}

.button-login {
	display: inline;
    width: 100px;
    margin-left: 40px;
}

.dark-green {
	color: #0ba14b !important;
}

.dark-grey {
	color: #959595 !important;
}

.green {
	color: #8fceaa !important;
}

.grey {
	color: #b7b7b7 !important;
}

.ipad #footer-text-left, .ipad #footer-text-right, .ipad #steps-progress, .ipad .box span, .ipad .box, .ipad .report-description p, .ipad .text-card p, .ipad .text-card.expanded .text-card-category, .ipad .text-card-counter {
	color: black !important;
}

.ipad .grey {
	color: #a0a0a0 !important;
}

.ipad .navigation-button:not(.active) span {
	color: #c5c5c5 !important;
}

.ipad .orange {
	color: #db9a66 !important;
}

.message-fail {
	margin-top: -30px;
	margin-bottom: 10px;
}

.navigation-button {
	float: left;
	height: 100%;
	text-decoration: none;
}

.navigation-button:hover{
	text-decoration: none;
}

.navigation-button:first-child {
	margin-left: 0;
}

.navigation-button img {
	display: block;
	border: 0;
	margin: 0 auto;
	margin-top: 20px;
}

.navigation-button span {
	display: block;
	font-size: 13px;
	color: #fff;
	margin: 0 auto;
	margin-top: 15px;
}

.orange {
	color: #efa86f !important;
}

.placeholder {
	font-family: 'San Francisco Thin', Arial, sans-serif;
	font-size: 13px;
	color: #6d6d6d;
	text-align: center;
}

.previous-step, .next-step {
	cursor: pointer;
}

.previous-step.disabled, .next-step.disabled {
	cursor: default;
}

.purple {
	color: #853d8f !important;
}

.red {
	color: #ff3333 !important;
}

.report-page4-column {
	float: left;
	margin-left: 8px;
	border: 3px solid #c6c6c6;
}

.report-page4-column:first-child {
	margin-left: 0;
}

.report-page4-column.no-border {
	padding: 0 3px;
	border: 0;
}

.report-page4-column.no-border .report-page4-block {
	height: 50px;
	line-height: 50px;
	border: 1px solid #ebebeb;
	margin-top: 10px;
	margin-bottom: 0;
}

.report-page4-column.no-border .report-page4-block:first-child {
	margin-top: 0;
}

.report-page4-column.no-border .report-page4-block img {
	margin-top: 18px;
}

.report-page4-row {
	margin-top: 11px;
	overflow: auto;
}

.report-page4-row:first-child {
	margin-top: 0;
}

.report-page4-block {
	width: 172px;
	height: 50px;
	background-color: white;
	line-height: 50px;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	margin: 10px 5px 10px 5px;
	padding-left: 7px;
}

.report-page4-block img {
	float: right;
	vertical-align: middle;
	margin-top: 18px;
	margin-right: 7px;
}

.report-page4-block span {
	display: inline-block;
	max-width: 120px;
	font-size: 18px;
	line-height: 18px;
	vertical-align: middle;
	clear: left;
}

.report-page4-block span.header {
	max-width: none;
	margin-bottom: 7px;
}

.report-page4-block.report-page4-block-type {
	position: relative;
	width: 100%;
	height: 62px;
	line-height: normal;
	margin: 0;
	padding-top: 7px;
}

.report-page4-block.report-page4-block-type img {
	float: none;
	position: absolute;
	top: 3px;
	right: 3px;
	height: 56px;
	border: 1px solid #c7c7c7;
	margin: 0;
}

.report-page4-block.report-page4-block-type span {
	display: block;
}

.row-cards {
	position: absolute;
	width: 768px;
	height: 236px;
	background-color: #f0f0f0;
	border-radius: 10px;
	margin-top: -9px;
}

.row-cards .picture-card {
	border: 1px solid #ebebeb;
	border-radius: 5px;
	margin-top: 10px;
	margin-left: 14px;
	cursor: pointer;
}

.row-cards .picture-card:first-child {
	margin-left: 10px;
}

.row-cards .picture-card.negative:hover {
	border: 1px solid #f57f20;
}

.row-cards .picture-card.positive:hover {
	border: 1px solid #0ba14b;
}

.row-cards .picture-card.disabled {
	opacity: 0.15;
	cursor: default;
}

.row-cards .picture-card.disabled:hover {
	border: 1px solid #ebebeb;
}

.row-cards .picture-card.selected {
	margin-top: 6px;
}

.row-cards .picture-card.selected.negative {
	width: 173px;
	border: 4px solid #f57f20;
}

.row-cards .picture-card.selected.negative:hover {
	border: 4px solid #f57f20;
}

.row-cards .picture-card.selected.positive {
	width: 173px;
	border: 4px solid #0ba14b;
}

.row-cards .picture-card.selected.positive:hover {
	border: 4px solid #0ba14b;
}

.row-container {
	position: relative;
	height: 236px;
}

.row-container:nth-child(2) {
	top: 20px;
}

.row-left {
	position: absolute;
	top: 70px;
	left: -54px;
	width: 80px;
	height: 80px;
	background-color: #f0f0f0;
	border-radius: 80px;
}

.report-description.step-description {
	width: auto;
}

.report-description.step-description p {
	width: 310px;
	color: #818285;
	font-size: 18px;
	line-height: 22px;
}

.report-description:first-child {
	height: 256px;
}

.step-description {
	width: 291px;
	padding-top: 10px;
}

.step-description h1 {
	color: #0ba14b;
	font-size: 23px;
	margin-bottom: 3px;
        font-weight: 300;
}

.step-indicator {
	position: absolute;
	top: 3px;
	width: 6px;
	height: 6px;
	background-color: #d7dcde;
	border-radius: 5px;
	z-index: 1000;
}

.step-indicator:first-child {
	height: 0;
}

.step-indicator:nth-child(2) {
	left: 61px;
}

.step-indicator:nth-child(3) {
	left: 120px;
}

.step-indicator:nth-child(4) {
	left: 179px;
}

.step-indicator:last-child {
	left: auto;
	right: 0;
	height: 0;
}

.step-indicator.active {
	top: -3px;
	width: 18px;
	height: 18px;
	background-color: #0ba14b;
	border-radius: 10px;
	z-index: 3000;
}

.step-indicator.active:first-child, .step-indicator.active:last-child {
	height: 18px;
	background-color: #0ba14b;
}

.step5-counter-x {
	position: absolute;
	color: #ebebeb;
	margin-left: 9px;
}

.text-card {
	width: 173px;
	height: 50px;
	border: 1px solid #efefef;
	border-radius: 5px;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 19px;
	cursor: pointer;
}

.text-card h2 {
	max-width: 110px;
	color: #d0d0d1;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	margin-top: -3px;
	overflow: hidden;
        font-weight: normal;
}

.text-card p {
	color: #818285;
}

.text-card .text-card-category {
	color: #949597;
	font-size: 12px;
}

.text-card.active {
	height: 58px;
	background-color: white;
	border: 4px solid #ebebeb;
	margin-top: -4px;
	margin-bottom: 6px;
	cursor: default;
}

.text-card h2 {
	float: left;
	clear: left;
}

.text-card.active h2 {
	float: left;
	color: #818285;
	clear: left;
}

.text-card.active .text-card-category {
	color: #949597;
}

.text-card .text-card-header {
	float: left;
}

.text-card.expanded {
	width: 362px;
	height: 228px;
	background-color: white;
	border: 2px solid #ebebeb;
	padding-top: 14px;
	padding-left: 20px;
	padding-right: 18px;
	cursor: auto;
	position: relative;
}

.text-card.expanded > div:last-child {
	position: absolute;
	bottom: 12px;
}

.text-card.expanded img {
	cursor: pointer;
}

.text-card.expanded h2 {
	float: none;
	max-width: none;
	color: #515151;
	white-space: normal;
	text-overflow: clip;
	margin-bottom: 5px;
	overflow: auto;
}

.text-card.expanded .text-card-category {
	color: #949597;
}

.text-card.expanded .text-card-header {
	float: none;
}

.text-card.selected {
	background-color: white;
}

.text-card.selected h2 {
	color: #818285;
}

.text-card.selected .text-card-category {
	color: #b5b5b5;
}

.text-card-column {
	position: absolute;
	top: 241px;
	width: 180px;
	height: 234px;
}

.text-card-column:nth-child(3) {
	left: 200px;
}

.text-card-column:nth-child(4) {
	height: 470px;
	top: 0;
	left: 400px;
}

.text-card-column:nth-child(5) {
	height: 470px;
	top: 0;
	left: 600px;
}

.text-card-counter {
	float: right;
	color: #949597;
	font-size: 12px;
}

.text-card-marker {
	float: right;
	margin-top: -7px;
	margin-right: 8px;
}

::-webkit-input-placeholder {
	font-family: 'San Francisco Thin', Arial, sans-serif;
	font-size: 13px;
	text-align: center;
}

::-moz-placeholder {
	font-family: 'San Francisco Thin', Arial, sans-serif;
	font-size: 13px;
	text-align: center;
}

:-ms-input-placeholder {
	font-family: 'San Francisco Thin', Arial, sans-serif;
	font-size: 13px;
	text-align: center;
}

.inner-form{
	width: 100%;
	max-width: 320px;
	padding: 0 10px;
	margin: 0 auto;
}

.alert{
	text-align: center;
    font-size: 1.5em;
}

.activate-form input, .activate-form select, .activate-form textarea{
	display: block;
	border: 0;
	outline: 0;
	margin: 5px 0 10px 0;
	padding: 10px 5px;
	font-size: 16px;
	width: 100%;
	border: 1px solid #D6D6D6;
}

.activate-form input[type="checkbox"]{
	display: inline;
    width: auto;
}

.activate-form .inner-form{
	margin-left: 20px;
}

#questionnaire .inner-form {
	max-width: 80%;
	margin: 0 auto;
}

#questionnaire form, #questionnaire form > div {
	margin-top: 20px;
}

#questionnaire select, #questionnaire input[type="text"] {
	max-width: 320px;
	height: 28px;
	margin: 0;
	padding: 0 5px;
	font-size: 14px;
	border: 1px solid #aaa;
	border-radius: 4px;
}

#questionnaire .questionnaire-add-remove {
	display: flex;
	justify-content: space-between;
}

#questionnaire .questionnaire-add-remove > div {
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
}

#questionnaire .questionnaire-add-remove > div > div {
    flex-grow: 1;
}

#questionnaire .questionnaire-add-remove > div > div:not(:first-child) {
	margin-left: 20px;
}

#questionnaire .questionnaire-add-remove > button {
	margin-top: 15px;
	background: transparent;
	border: none;
	width: 60px;
}

#questionnaire .select2 {
	display: block;
}

#questionnaire .select2-container {
    width: 100% !important;
}

#questionnaire .qwi {
	margin-top: 20px;
}

#questionnaire .qwi tr:nth-child(2) th, .qwi-input {
	text-align: center;
}

.qwi-input input {
	display: inline-block;
	width: auto;
}

#questionnaire .qwi td {
	padding: 10px 0;
}

@media (max-width: 991px) {
	#questionnaire .questionnaire-add-remove > div {
		flex-direction: column;
	}

	#questionnaire .questionnaire-add-remove > div > div:not(:first-child) {
		margin-left: 0;
	}

	#questionnaire .questionnaire-add-remove > button {
		align-self: flex-start;
	}
}

.auto-height{
	height: auto !important;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.text-right{
	text-align: right;
}

.hidden{
	display: none;
}

#user-line{
    text-align: left;
    width: 100%;
    padding: 5px 20px;
    background: #6A6B6D;
    font-size: 14px;
    color: white;
}

.info-item.clip {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 150px;
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
}

.info-item {
    margin-right: 30px;
}

.info-item.no-margin{
	margin-right: 0;
}

.info-item.right{
	background: #3A3A3A;
    float: right;
    margin-right: -18px;
    padding: 5px 18px;
    margin-top: -5px;
}

.info-item.right a{
	color: white;
    text-decoration: none;
}

.info-item.show-more{
	position: relative;
	margin-right: 0;
    float: right;
    cursor: pointer;
    overflow: hidden;
	padding: 0 60px 0 0;
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.info-item.show-more::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	color: white;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}

.info-item.show-more > span {
	display: block;
}
.info-item.show-more::after,
.info-item.show-more > span {
	padding: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.info-item.show-more.active {
	border-color: #3f51b5;
}
.info-item.show-more.active {
	border-color: #21333C;
}
.info-item.show-more.active::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.info-item.show-more.active > span {
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}

#user-more{
	display: none;
	padding: 10px 20px;
	text-align: left;
    color: white;
    background: #555556;
}

#user-more a{
	color: white;
	text-decoration: underline;
}

.check-access-option{
	position: absolute;
    left: 3px;
    margin-top: 2px;
}

.make-magic, .make-magic:before, .make-magic:after{
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.cl-effect-4[href] span {
	padding: 0 0 10px;
	position: relative;
}

.cl-effect-4[href] span::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-4[href].active span::after,
.cl-effect-4[href]:hover span::after,
.cl-effect-4[href]:focus span::after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.cl-effect-4 .fa{
	font-size: 30px;
    margin-bottom: 13px;
}

.invalid-input {
    border-color: #E14938!important;
}

@media only screen and (max-width: 1080px) {
    #header-left {
        float: none;
        width: 100%;
        text-align: center;
    }

    #me-logo {
    	max-width: 90%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #header-right {
        float: none;
    }

    #navigation {
        float: none;
        margin: 0 auto;
    }

    #content-left:not(.reports-title), .step-description {
	width: 100%;
    }

    #thumb {
        margin-top: 50px;
        width: 50%;
        right: 0;
        top: 0;
        position: absolute;
    }

    #thumb img {
        width: 100px;
    }

    .step-description h1, .step-description p, .step-description #step-button-row {
        width: 50%;
    }
}

.login-links {
	width: 262px;
	margin: 0 auto;
	padding-top: 13px;
}
.login-links a {
	 display: inline-block !important;
	 margin: 0 !important;
 }
.login-links a:first-child {
	float: left;
}
.login-links a:last-child {
	float: right;
}
html[lang|=nl] .login-links a:last-child {
	float: left;
}
.dropdown.block-inline form {
	display: inline-block;
}


/*============================================================
    PRICING STYLES COLORS
    ==========================================================*/
/* bg price */
.db-bk-color-one {
	background-color: #e72f29;
}

.db-bk-color-two {
	background-color: #25338b;
}

.db-bk-color-three {
	background-color: #099739;
}

.db-bk-color-six {
	background-color: #82348c;
}

/* top */
.db-bk-color-one .type {
	background-color: #e72f29;
	background-color: rgba(0, 0, 0, 0.5);
}

.db-bk-color-two .type {
	background-color: #25338b;
	background-color: rgba(0, 0, 0, 0.5);
}

.db-bk-color-three .type {
	background-color: #099739;
	background-color: rgba(0, 0, 0, 0.5);
}

.db-bk-color-six .type {
	background-color: #82348c;
	background-color: rgba(0, 0, 0, 0.5);
}

/* bg text */
.pricing-footer, ul.pricing-info{
	background-color: #eeeeee;
}
ul.pricing-info {
	color: #616161;
}
.text-star {
	color: #23c584;
}

/*============================================================
PRICING STYLES
==========================================================*/
.db-padding-btm {
	padding-bottom: 20px;
}
.db-button-color-square {
	color: #fff;
    background-color: rgb(226, 105, 25);
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 7px 40px;
    font-size: 13px;
}

.db-button-color-square:hover {
	color: #fff;
	background-color: rgb(189, 88, 21);
	border: none;
}

.db-button-color-square:active {
	box-shadow: 3px 2px 11px rgba(0, 0, 0, 0.31) inset;
}


.db-pricing-eleven {
	margin-bottom: 30px;
	margin-top: 50px;
	margin-right: 1px;
	margin-left: 0;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	color: #fff;
	line-height: 30px;
	z-index: 22;
}

.db-pricing-eleven ul {
	list-style: none;
	margin: 0;
	text-align: center;
	padding-left: 0px;
}

.db-pricing-eleven ul li {
	padding-top: 15px;
	padding-bottom: 15px;
	cursor: pointer;
}

.db-pricing-eleven ul li:nth-child(even) {
	background: rgb(247, 246, 247);
}

.db-pricing-eleven ul li i {
	margin-right: 5px;
	font-weight: bold;
}

.db-pricing-eleven .price sup {
	font-weight: normal;
	top: -27px;
    font-size: 20px;
    left: -5px;
}

.db-pricing-eleven .price {
	/*background-color: rgba(0, 0, 0, 0.5);*/
	padding: 40px 0px 20px 0px;
	font-size: 50px;
	font-weight: 900;
	color: #FFFFFF;
	box-shadow: 0 0 2px rgba(250, 250, 250, 0.8);
	position: relative;
}

.db-pricing-eleven .price small {
	color: #e4e4e4;
	// display: block;
	font-size: 12px;
	margin-top: 22px;
}

.db-pricing-eleven .type {
	padding: 20px 0px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}

.db-pricing-eleven .pricing-footer {
	padding: 20px;
	background: rgb(247, 246, 247);
}

.db-attached > .col-lg-4,
.db-attached > .col-lg-3,
.db-attached > .col-md-4,
.db-attached > .col-md-3,
.db-attached > .col-sm-4,
.db-attached > .col-sm-3 {
	padding-left: 0;
	padding-right: 0;
}

.db-pricing-eleven.popular {
	box-shadow: 0 0 40px rgba(0, 0, 0, .5);
}

.db-pricing-eleven.popular .type {
	padding: 30px 0;
    margin-top: -20px;
    overflow: hidden;
    position: relative;
}

.font-normal {
	font-weight: normal !important;
}

.proposal-item {
	z-index: 1;
}

.proposal-item.popular {
	z-index: 2;
}

.proposal-item .most-popular {
	position: absolute;
    left: -26px;
    top: 18px;
    display: block;
    width: 100px;
    background: #ffd664;
    font-size: 10px;
    line-height: 16px;
    color: black;
    text-transform: none;
    transform: rotate(-45deg);
}

.proposal_call_me_button {
	margin-top: 12px;
	margin-bottom: 24px;
}

.proposal_call_me_label {
	font-style: italic;
	font-weight: 400;
	padding-bottom: 8px;
}

.public_languages {
	position: absolute;
	bottom: -15px;
	right: 80px;
	text-align: center;
}

.public_languages .lang-switch {
	color: #000;
	font-size: 16px;
}

.small-buttons {
  padding: 0;
  min-width: 35px;
}

.text-card-column .text-card-category {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 130px;
    display: block;
}

@media (max-width: 991px) {
	.reports-title .text-right {
		text-align: center;
	}
}

#lang-switch-popover {
    position: absolute;
    right: .25rem;
    top: 100%;
    background-color: #fff;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    display: none;
    width: 100px;
    border: 1px solid #818285;
}

#lang-switch-popover a {
	display: block;
	width: 100%;
	padding: .5rem 1rem;
	color: #000;
}
