@import url("../libs/daterangepicker.css");
@import url("../libs/font-awesome/font-awesome.min.css");
@import url("../libs/bootstrap/bootstrap.min.css");
@import url("../libs/bootstrap-select/bootstrap-select.1.13.0.min.css");
@import url("../libs/comagno/bootstrap.extension.css");

@import url("../libs/comagno/common.css");

@import url('common.css');

.header
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2147483647;
	display: flex;
	box-shadow: none;
	transition: all .5s;
	align-items: center;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	flex-direction: row;
	gap: 10px;
	padding: 0 12px;
	justify-content: space-between;
}
body.scrolled .header
{
	box-shadow: 0 0 7px rgba(0,0,0,0.1) !important;
}

body:not(.menu-opened) .menu-toggle > .closer,
body.menu-opened .menu-toggle > .opener
{
	opacity: 0;
	transition: 0.3s;
	pointer-events: none;
}
.menu-toggle
{
	cursor: pointer;
	position: relative;
	height: 24px;
	width: 24px;
	display: none;
}
.menu-toggle > i
{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.logo-wrapper
{
	margin: 12px 0;
}

.view-selector
{
	position: fixed;
	top: 54px;
	left: 0;
	bottom: 0;
	z-index: 2147483617;
	opacity: 0;
	padding: 12px;
	min-width: 200px;
	transition: 0.2s;
	pointer-events: none;
	background-color: #fff;
	transform: translateX(-100%);
	border-right: 1px solid #ddd;
	box-shadow: 0 0 7px rgba(0,0,0,0.1) !important;
}
body.menu-opened .view-selector
{
	opacity: 1;
	pointer-events: initial;
	transform: translateX(0%);
}
.view-selector-item.active,
.view-selector-item:hover
{
	color: #f79400;
}
.view-selector-item
{
	font-weight: bold;
	cursor: pointer;
	transition: 0.5s;
}
.view-selector-item + .view-selector-item
{
	margin-top: 12px;
}

.view:not(.active),
.header .filters-wrapper .filters:not(.active)
{
	display: none;
}

.header .logo-wrapper .logo
{
	width: 72px;
	height: 29px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/web/img/view/EON_Logo.svg");
}

.header .view-selector
{
	gap: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.header .filters-wrapper
{
	flex: 1;
}

.views
{
	height: calc(100vh - 53px);
}

.view.active
{
	display: flex;
	justify-content: center;
}
.banner-wrapper
{
flex: 2;
position: relative;
}
.banner-wrapper .banner
{
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
padding-left: 15%;
position: absolute;
align-items: center;
background: #484848fc;
background: linear-gradient(90deg, rgba(100,100,100,1) 0%, rgba(100,100,100,1) 30%, rgba(72,72,72,0.95) 100%);
}
.banner-wrapper .banner .logo-slogan-wrapper
{
padding: 20px 16px;
display: inline-flex;
flex-direction: column;
border-left: 10px solid #f79400;
}
.banner-wrapper .banner .logo-slogan-wrapper .logo
{
width: 250px;
height: 100px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-image: url('/web/img/view/EON_Logo.svg');
}
.banner-wrapper .banner .logo-slogan-wrapper .slogan
{
color: #fff;
font-size: 22px;
font-weight: 500;
line-height: 35px;
padding-top: 20px;
}

.split-container {
	display: flex;
}
.split-container > div
{
	flex: 1;
	width: 50%;
	display: flex;
}
picture, img
{
	width: 100%;
}
picture {
	padding: 0 24px;
}

.login-wrapper {
	display: flex;
	padding: 64px 24px 0 24px;
	flex-direction: column;
	width: 100%;
}

.login-wrapper .login-title {
	color: var(--eon-red);
	position: relative;
	font-size: 72px;
	font-family: EONBrixSans, Arial, Geneva, Helvetica, sans-serif;
	line-height: 100%;
	margin: 0;
	font-weight: 900;
	text-align: right;
}

.login-wrapper .login-subtitle {
	font-size: 52px;
	font-family: EONBrixSans, Arial, Geneva, Helvetica, sans-serif;
	line-height: 100%;
	margin: 0;
	color: var(--eon-red);
	font-weight: 900;
	text-align: right;
}

.login-wrapper .content {
	padding-top: 5rem;
}

input.form-control {
	box-shadow: inset 0 0 100px 100px #fff !important;
	display: block;
	filter: none;
	padding: 24px 12px 6px 12px;
	margin: 1px 1px 5px 0;
	position: relative;
	background: none;
	border-radius: 3px;
	border: solid 2px #bfbfbf;
	font-family: EONBrixSans, serif;
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	color: #39393a !important;
	width: 100%;
	height: 52px;
}

input.form-control:focus {
	box-shadow: inset 0 0 100px 100px #fff !important;
}

.form-group {
	position: relative;
}

.form-group input:focus + label,
.form-group .placeholder,
.form-group input:-webkit-autofill + label {
	top: 4px;
	font-size: 14px;
}

.form-group > label {
	position: absolute;
	padding-left: 12px;
	top: 15px;
	bottom: 0;
	left: 0;
	pointer-events: none;
	color: #8f9192;
	transition: .2s;
	font-family: EONBrixSans, serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	opacity: 1;
	width: 100%;
}


button
{
	width: 124px;
	background-color: #ea1c0a;
	border: none;
	color: white;
	padding: 12px 17px;
	text-align: center;
	height: 52px;
	display: inline-block;
	font-size: 18px;
	border-radius: 15px;
	font-family: EONBrixSans, serif;
	opacity: 1;
}
button:disabled
{
	opacity: .6;
}

@media (max-width: 990px)
{
.view.active
{
	height: auto;
	flex-direction: column;
}
.banner-wrapper
{
	flex: auto;
	height: 200px;
}
}