/* Enterprise Group Framework (c) */

:root {
  --color-font: #0a101e;
  --color-font1: #bebebe;
  --color-border: #ebebeb;
  --color-bg: #f9fafb;
  --color-bg1: #bebebe;
  --color-link: #273873;
  --color-link-h: #787FCC;
  --color-brand: #204a87;
  --color1: #273873;
  --color1-invert: #ffffff;
  --color2: #787FCC;
  --color2-invert: #ffffff;
  --color-ok: #28a745;
  --color-error: #D93333;
  --font-size-def: 15px;
  --color-day-de: #c5e4ab;
  --color-day-du: #80c7cd;
  --color-day-est: #aab4ed;
}

.header .navbar-brand {
	padding: 1px;
}

.header .navbar-brand img {
	max-height: 50px;
}

.header .navbar-brand .name {
	display: none;
	font-size: 20px;
	font-weight: 600;
	margin: 0px 1rem; 
}

.header.navbar .userbox {
	text-transform: uppercase; 
	color: var(--color-font);
}

.footeraddress .fas, .footermenu .fas,.footepolicy .fa-chevron-right {
	color: var(--color-font);
}

/*sidebar*/
.sidemenu{
	min-width: 300px;
	max-width: 300px;
	background-color: var(--color-brand);
	padding-top: 30px;
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.2);
}
/*nyito*/

.nyitocont {
	position: relative;
	background: transparent url(/images/nyito_kep_s.jpg) no-repeat  top right;
	background-size: cover;
	min-height: 40vh;
	border-radius: 0.25rem;
}

.nyitocont h1 {
    background: rgba(255,255,255,1);
    color: var(--color-brand);
	font-weight: 300;
	text-transform: uppercase;
	font-size: 25px;
    padding: 1rem;
    position: absolute;
    bottom: 3%;
    left: 15%;
	right: 15%;
	margin: auto;
    border-radius: 0.25rem;
	border: none;
	text-align: center;
}

.menuimg {
	margin-top: 3rem; 
}

.loginstpeshelp {
    display: none;
}

.btn.half {
	width: 45%;
margin: 0.25rem;
}

/*demo addon TODO*/
.kerolap-block h2 {
	font-size: 1rem !important;
}


.webemmaresult .resulttable th, .emma-table th {
    background-color: #9b9daa !important;
}


@media (max-width: 767px) {
	.nyitocont h1 {
		  background: rgba(255,255,255,0.8);
		  position: relative;
		  bottom: auto;
		  left: auto;
		  right: auto;
		  font-size: 20px;
	}
	.epr {
		display: none;
	}
}