@font-face {
	font-family: EONBrixSans;
	src: url(../font/EON_BrixSansWeb-Regular.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: EONBrixSans;
	src: url(../font/EON_BrixSansWeb-Medium.woff2) format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: EONBrixSans;
	src: url(../font/EON_BrixSansWeb-Bold.woff2) format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

body {
	font-size: 16px;
	font-family: EONBrixSans;
}

.client-data-form {
	padding-left: 10px;
	padding-right: 10px;
}

.control-label.pl-2{
	padding-left: 5px !important;
}

#main_content {
	color: white !important;
	overflow: auto;
}

/*a:focus, .btn:focus {
	color: #ffffff !important;
}*/

#main_content form label, #advanced-wizard .control-label {
	display: inline-block;
	margin-top: 0rem;
	margin-bottom: 0.6rem;
	font-size: 16px;
	padding-left: 0px;
}
#advanced-wizard{
	margin-bottom: 50px !important;
}

#main_content form input,
button,
select, .form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 18px;
	padding: 8px 12px;
	height: 45px;

	overflow: visible;
	display: inline-block;

	border-radius: 5px;
	padding-left: 12px;
	width: 100%;

	background: #b00402;
	border: 0px solid #fff;
	color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border:none;
	-webkit-text-fill-color: #fff;
	-webkit-box-shadow: none;
	transition: background-color 5000s ease-in-out 0s;
}
.form-group {
	margin-bottom: 10px;
}

.eon-select {
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	background-image: url(https://www.eon.hu/etc.clientlibs/eon-hungary/clientlibs/clientlib-resources/resources/img/dropdown-arrow.svg);
	background-position-x: calc(100% - 4px);
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}

.btn-bg-none {
	background: none !important;
}

.btn-eon .inner {
	position: relative;
	z-index: 1;
	line-height: 48px;
	font-size: 1.6rem;
	font-weight: 700;
}

.pull-left .btn-eon .inner i {
	margin-right: 6px;
}
.pull-right .btn-eon .inner i {
	margin-left: 6px;
}
.f-16{
	font-size: 18px !important;
}
.btn-eon {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: auto;
	min-height: 48px;
	margin: 0;
	padding: 0 24px !important;
	color: #ea1b0a;

	position: relative;
	background: #EA1C0A;
}

.btn-eon-switch:hover {
	color: #fff;
}

.btn-eon-switch {
	background: transparent;
	font-size: 20px;
	font-weight: 400;
	height: 40px;
	text-align: left;

	border-radius: 0px;
	padding-left: 0px;
}

.btn-eon-switch:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 22px;

	content: "\f10c";
	margin-right: 10px;

}

.btn-eon-switch.eon-active {
	background: transparent;
	border-radius: 0px;

	font-weight: 700;
}

.btn-eon-switch.eon-active:before {
	content: "\f058";
}

.btn:focus,
.btn:hover,
.btn:active {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-eon:hover {
	opacity: .9;
	color: #ea1b0a;
}

.btn-eon:before {
	background-color: #fff;
	content: '';
	position: absolute;
	width: 100%;
	height: calc(100% - 6px);
	left: 0;
	top: 3px;
	border-radius: 12px/100%;
}

.btn-eon:after {
	background-color: #fff;
	content: '';
	width: calc(100% - 10px);
	height: 100%;
	left: 5px;
	top: 0;
	border-radius: 14px/4px;
	position: absolute;
}

.btn-custom-lg{
	background: transparent !important;


}.btn-custom-lg:hover, .btn-custom-lg:active{
	 text-decoration: none;
 }
.btn-custom-lg h4{
	color: #fff !important;
}
.btn-custom-lg:before{
	display: none;
}
.btn-custom-lg:hover{
	background: #fff !important;
	color: #ea1b0a;
}
.btn-custom-lg:hover h4{
	color: #ea1b0a !important;
}
.btn-eon-pager {


}


.eon-active {
	background: #a51306;
	color: #edf1f3;
}

.eon-next-btn {
	background: #5cc1cb;
	color: #edf1f3;
	margin-top: 20px;
	border: 3px solid #56abb3;
	border-radius: 5px 5px 5px 5px;
}

.logout-btn {
	border: 3px solid #edf1f3;
	background-color: #d61b0a;
}

.logout-btn:hover {
	border: 3px solid #d7dadc;
	background-color: #bd140b;
}

.logout-container {
	left: -20px !important;
	font-size: 16px !important;
	margin-bottom: 8px;
	display: block;
	width: 100%;
}
.logout-container .pull-left{
	float: none !important;
}

.logout-container.name span{
	font-size: 24px;
	font-weight: 700;
	display: block;
	width: 100%;

}
.logout-container br {
	display: none;

}

.logout-container.col-md-12 {
	margin-top: 30px !important;
}

.logout-container.col-md-6 {
	margin-bottom: 30px !important;
}

.eon-next-btn:hover {
	background: #5cc1cb;
	color: #edf1f3;
	margin-top: 20px;
	border: 3px solid #56abb3;
	border-radius: 5px 5px 5px 5px;
}

/*.eon-select-button{
	border-bottom: 7px solid #56abb3;
}*/

.btn-full {
	border: 3px solid #edf1f3 !important;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #edf1f3;
	background: #f21c0a;
}

.dropzone {
	min-height: 300px !important;
	border: 3px dashed rgb(92, 193, 203) !important;
	background: rgba(255, 255, 255, .90);
	border-radius: 10px !important;
	padding: 20px 20px !important;
	margin-top: 16px;backdrop-filter: blur(6px);
}

.dropzone .dz-message {
	color: #37a7b3 !important;
}

h4 {
	margin-top: 32px;
}

.text-wrapper.d-flex.flex-column {
	overflow-y: scroll;
}

::-webkit-scrollbar {
	display: none !important;
	height: 12px;
	width: 12px;
	background: #40aebb;
}

::-webkit-scrollbar-thumb {
	background: #ed1b00;
	-webkit-border-radius: 1ex;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-thumb:hover {
	background: #b30300;
	-webkit-border-radius: 1ex;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
	background: #40aebb;
}

.steps {
	display: block;
	min-height: 60px;
	width: 100%;
	border-radius: 0px;
	border: 2px solid white;
	margin-bottom: 20px;
	padding: 15px 20px;

}
.btn-load-picture-box{
	background: #fff;
	color: #EA1C0A;
	padding: 15px 20px;
	position: relative;
}
.btn-load-picture-box:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #ffffff transparent transparent transparent;
	bottom: -15px;
	left: 15px;

}
.btn-load-picture-box h4{
	color: #EA1C0A ;
}
.step-icon {
	border-radius: 20px;
	/*border: 4px solid white;*/
	width: 30px;
	height: 30px;
	text-align: center;
	top: -28px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*.step-icon.success {*/
/*background: green;*/
/*}*/
/*.step-icon.danger {*/
/*background: red;*/
/*}*/
.step-icon i {
	position: relative;
	top: 2px;
	font-size: 110%;
}

.push-bit  .fa-times.wrapper-closed{
	background-color: #a51306;
	border-radius: 50%;
	font-size: 2rem;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding: 0px;
}

span.input-group-addon {
	background: #b00402;
	color: white;
	border: 1px solid #b00402;
}

.modal-dialog {
	color: #b00402;
}

.container-box {
	width: 80%;
	margin: 25% auto;
	position: relative;
	height: 50vh;
	background: white;
	border-radius: 5px;
	border: 2px dashed #5cc1cb;
}

#eon_logo {
	width: 150px;
	max-width: 100%;
	margin: 0px 0 35px 0;
	position: absolute;
	top: 20px;
}

.animation-wrapper-login .scene {
	height: 100%;
}

.d-flex-justify-end {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.d-flex-justify-start {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.error {
	color: #6b0000;
	position: absolute;
	top: -18px;
	font-size: 10px !important;
	left: 10px;
}

input[type=checkbox] {
	position: absolute;
	cursor: pointer;
	top: 5px;
	left: 8px;
}

.d-flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.text-underline {
	text-decoration: underline;
}

#customCheck {
	height: 20px !important;
	width: 20px !important;
}

#customCheckLabel {
	font-size: 14px !important;
	margin-left: 20px;
}

.row-picture-box {
	width: 80%;
	max-width: 100%;
	margin: 0 auto;
	max-height: 80%;
}

.row-picture-box form {
	width: 100%;
}

.none {
	display: none;
}

a.disabled {
	pointer-events: none;
	cursor: default;
}

.disabled-grey {
	border: 2px dashed #969696;
	color: #969696 !important;
}

.gallery img {
	width: 100px !important;
	height: auto !important;
	margin: 10px;
	display: block;
}

.dropzone-picture-box {
	min-height: auto !important;
	flex-wrap: wrap;
}

.helper-div {
	position: relative;
	/*height: 300px;*/
	width: 100%;
	background: #ea1c0a;
	padding: 30px;
	margin-top: 20px;
	border-radius: 20px;
	color: white
}

.dropzone{
	margin-bottom: 50px;
}

.btn-load-picture-box {
	min-height: 50px !important;
}

.btn-load-picture-box h4 {
	margin: 0;
}

.mt-10 {
	margin-top: 10px;
}

.f-14 {
	font-size: 14px !important;
}

.f-16 {
	font-size: 16px !important;
}

.w-32 {
	width: 32% !important;
}

.left {
	width: 100%;
}

#consultation-content {
	width: 100% !important;
	display: flex !important;
}

#box-consultation img {
	border: 2px solid #ea1c0a !important;
	opacity: 1;
	height: auto;
}

.w-55 {
	width: 55% !important;
}

.w-95 {
	width: 95% !important;
}

.col-step-6-left,
.col-step-6-right {
	position: absolute;
	border: 0 !important;
}

.col-step-6-left {
	top: 50px;
	left: 50px;
}

.col-step-6-right {
	bottom: 50px;
	right: 50px;
}

.btn-eon-mfb {
	width: 200px !important;
}

#form-login {
	margin-top: 50px;
}
#form-login h2{
	margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.w-55 {
		width: 80% !important;
	}
}

.btn-eon {
	width: 150px;
	height: 48px;
}

a.btn.btn-eon {
	padding-top: 10px;
}

.btn-load-container {
	position: relative;
	float: left;
	width: 100%;
}

.btn-eon-mfb {
	width: 200px !important;
}


h3, .h3 {
	font-size: 2rem;
}
h4, .h4 {
	font-size: 2.25rem;
}
.steps:hover{
	text-decoration: none;
	background: #fff;
	color: #ea1b0a;

}
.btn-eon {
	width: 150px;
	height: 48px;
}

.btn-eon-mfb {
	width: 200px !important;
}

.eon-select-button{
	margin-bottom: 20px;
}

#contracteminder-box-container small,
#contracteminder-box-container td {
	font-size: 14px !important;
}

.modal-backdrop.in {
	display: none;
}

#modal-forgotten-pw,
#modal-document_delete {
	background-color: rgba(0, 0, 0, 0.6) !important;
}

#modal-document_delete button {
	height: auto;
	width: auto;
}

/* Modals */
.modal-content {
	border-radius: 3px;
}

.modal-header {
	padding: 15px 15px 14px;
	border-bottom: 1px solid #eeeeee;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.modal-title {
	font-weight: 300;
}

.modal-body {
	padding: 20px 15px;
}

.modal-body .nav-tabs {
	margin: 0 -15px 15px;
	padding: 0 5px !important;
}

.modal-footer {
	margin-top: 0;
	padding: 14px 15px 15px;
	border-top: 1px solid #eeeeee;
	background-color: #f9f9f9;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

@media screen and (max-width: 1000px) {

	.modal-content {
		padding: 10px;
	}

	.block {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 1064px) {

	.modal-content {
		padding: 10px;
	}
}

@media screen and (max-width: 991.98px) {

	#modal-document_delete .col-md-5,
	#modal-document_delete .col-md-8 {
		max-width: 100% !important;
	}

	#modal-document_delete label {
		text-align: left;
	}
}

@media screen and (min-width: 1064px) {

	.modal-dialog {
		min-width: 1000px;
	}
}

a.btn.btn-xs.client_document-delete.btn-danger {
	position: relative;
	right: 25px;
	top: -35px;
}

.consultation-galery-link {
	width: 120px;
	height: 90px;
	cursor: zoom-in !important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

img#sales_avatar {
	max-width: 120px !important;
}

.client_document-delete {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 22px;
	height: 22px;
	cursor: pointer;
}

@media screen and (max-width: 400px) {

	.text-wrapper {
		padding: 30px 0 !important;
		border-right: solid 0 transparent;
	}

	#login-container .form-group {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.error {
		top: -30px;
	}
	#login-container{
		margin-left: -10px;
		margin-right: -10px;
	}
	.btn-eon .inner{
		font-size: 1.5rem;
		height: 43px;
	}
	#link-reminder-login{
		font-size: 1.3rem;
	}
	.btn-eon{
		height: 45px;
		line-height: 45px;
		min-height: 45px;
	}
	.btn-eon .inner{
		line-height: 43px;
	}
	.client-data-form{
		padding-left: 10px;
	}
	#eon_logo{
		max-width: 120px;
	}
	.logout-container.name span{
		font-size: 20px;
	}
	h4, .h4{
		font-size: 2.25rem;
	}
	.btn-eon-switch{
		font-size: 16px;
	}
}

@media screen and (max-width: 350px) {

	.btn-eon {
		width: 130px;
	}
}

@media screen and (max-width: 330px) {

	#login-container .fa-angle-right {
		display: none;
	}
}

.wrapper-open{
	padding: 15px;
	display: flex;
}

.wrapper{
	overflow-x: hidden;
}

@media screen and (min-width: 768px) {

	.wrapper-open {
		display: none;
	}
}

.wrapper-open,
.wrapper-closed {
	position: absolute;
	z-index: 1000;
	top: 10px;
	left: 10px;
	cursor: pointer;
	padding: 10px;
}
.wrapper-open{
	position: relative;
}
.wrapper-open.none{
	display: none;
}
.wrapper-open{
	position: fixed;
	top: inherit;
	bottom: 0px;
	background: #000;
	width: 100%;
	left: 0px;
	right: 0px;
	z-index: 200;
	font-size: 25px;

}

.wrapper-open span{
	font-size:18px;
	font-family: EONBrixSans;
	vertical-align: middle;
	padding-left: 10px;
}

.animation-wrapper .scene{
	overflow-y: scroll
}

.text-wrapper-0 {
	-webkit-flex: 0 0 0 !important;
	flex: 0 0 0 !important;
	max-width: 0 !important;
	padding: 0 !important;
	border-right: solid 0 transparent !important;
}
.animation-wrapper{
	/*border-left: 15px #1ea2b1 solid;*/
}


.animation-wrapper-100 {
	-webkit-flex: 0 0 100% !important;
	flex: 0 0 100% !important;
	max-width: 100% !important;
	display: block;
	padding: 50px 0 !important;
	overflow: auto;
}

@media screen and (max-width: 768px) {
	.row-picture-box {
		width: 95%;
		margin: 50px auto;
	}

	.dropzone-picture-box {
		justify-content: center;
	}

	.row-picture-box {
		width: 95% !important;
	}
}

.animation-wrapper .scene {
	height: 100%;
}

@media screen and (max-width: 1200px) {
	.animation-wrapper .scene {
		height: auto;
		overflow: auto;
	}

	.row-picture-box {
		margin: 50px auto;
	}

	.animation-wrapper {
		overflow: auto;
	}
}

img {
	height: auto !important;
}

.dropzone-picture-box span.label {
	display: inline-block;
	padding: 3px 4px;
	margin: 40px -2px 40px 0px;
}

.dropzone-picture-box a.pdf-icon {
	display: inline-block;
	height: 100px;
	background: url('/img/icons/pdf.png') center center no-repeat;
}

.dropzone-picture-box a.docx-icon {
	display: inline-block;
	height: 100px;
	background: url('/img/icons/docx.png') center center no-repeat;
	background-size: contain;
}

video#VideoWorker-0 {
	width: 100% !important;
	margin-left: 0 !important;
}




::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #f59c92 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #f59c92 !important;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #f59c92 !important;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #f59c92 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #f59c92 !important;
}

::placeholder { /* Most modern browsers support this now. */
	color: #f59c92 !important;
}
.steps h3{
	margin-bottom: 0px ;
}

.float-save {
	position: fixed;
	top: 50px;
	background: transparent!important;
	z-index: 1000;
}