/* Always set the map height explicitly to define the size of the div
     * element that contains the map. */
     #map {
        height: 100%;
      }
      
      .map {
        height:calc(100vh - 60px);
		position: relative;
      }
      /* Optional: Makes the sample page fill the window. */
      html, body {

        margin: 0;
        padding: 0;
		min-height:100%;
      }

      *, ::after, ::before {
        box-sizing: border-box;
    }
body {
	font-family: 'skoda_next',SkodaNEXT,SkodaPro,Tahoma,Helvetica,sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #4a4a4a;
	text-align: left;
	font-size: 18px;
	min-width: 1280px;
	/*background: url(./bottom.png); 
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;*/
}
body.login {

	background: url(./login.jpg); 
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}
body a, body a:hover {
	text-decoration: none;
}
body a {
	color: #4ba82e;
}


.header {
    position: relative;
    z-index: 999;
    width: 100%;
    background-color: #f2f2f2;
    height: 60px;
}
.subheader {
    position: absolute;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    height: 100px;
    top: 60px;
	display: none;
}
.subheader.active {
	display: block;
}
.navbar-top {
	height: 60px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #0D3A2F;
	line-height: 117%;
	font-size: 12px;
	padding: 0 22px;
	display: flex;
	position: relative;
	align-items: center;
}
.subheader .navbar-top {
	height: 100px;
}
.navbar-top .logo {
	margin-right: 12px;
	width: 120px;
	/* height: 100%; */
	padding: 17px 0;
}
.navbar-top .logo .logo-wrapper {
	height: 100%;
	position: relative;
}
.header .logo-wrapper a {
	font-size: 1.7rem;
	align-self: center;
	display: flex;
	margin-top: 1px;
}


.nav-links {
    display: inline-block;
    height: 100%;
	min-width: 400px;
}
.navbar-top .nav-links ul {
	height: 100%;
	margin-block-start: 0;
	margin-block-end: 0;
	padding-inline-start: 0;
	display: flex;
	margin-bottom: 0;
}
.navbar-top .nav-links ul li.nav-link {
	height: 100%;
	margin-right: 15px;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 150%;
	font-weight: 100;
}
.navbar-top .nav-links ul li.nav-link a {
	color: inherit;
	display: flex;
	height: 100%;
	align-items: center;
	padding: 0 10px;
}
.link-highlight-green {
	display: none;
	position: absolute;
	background-color: #0D3A2F;
	width: calc(100% - 10px);
	height: 3px;
	top: 51px;
	left: 5px;
	z-index: 9;
}
.link-highlight-green {
	width: calc(100% - 8px);
	top: 57px;
	left: 4px;
}
.navbar-top .nav-links ul li.nav-link:hover .link-highlight-green {
	display: block;
}
.navbar-top .nav-links ul li.nav-link.active .link-highlight-green {
	display: block;
}
.hamburger-button.active .link-highlight-green {
	display: block;
}
.hamburger-button:hover .link-highlight-green {
	display: block;
}
.separator-horizontal {
	background-color: #f2f2f2;
	height: 1px;
	width: 100%;
	opacity: .2;
	z-index: 999999999;
	position: absolute;
}

.navbar-top .right-box {
	position: absolute;
	display: flex;
	top: 0;
	right: 10px;
	height: 100%;
	align-items: center;
}

.hamburger-button {
	width: 60px;
	height: 60px;
	display: inline-block;
}
.hamburger-button .link-highlight-green {
	width: calc(100% - 20px);
	top: 57px;
	left: 4px;
	position: static;
	margin-left: 10px;
}

.hamburger-button .hamburger {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
	text-align: center;
}
.hamburger-button .hamburger img {
	display: inline-block;
}


.nav-link a .checkbox {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid;
	margin-right: 10px;
	
}


.nav-link.active a .checkbox{
	background: url(check.svg) no-repeat center center transparent;
}

.navbar-top .nav-links ul li.nav-link.inactive {
	cursor: default;
	font-weight: bold;
}
.navbar-top .nav-links.balls ul li.nav-link {
	
}
.navbar-top .nav-links.balls ul li.nav-link a{
	width: 60px;
}

.navbar-top .nav-links.balls ul li.nav-link a .nav-link-text {
	display: inline-block;
	margin-top: -35px;
	text-align: center;
	font-size: 90%;
	width: 100%;
}

.navbar-top .nav-links.balls ul li.nav-link a .ball {
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	margin: auto;
	background: #C4C4C4;
	left: 25px;
	top: 55px;
	border-radius: 10px;
}
.navbar-top .nav-links.balls ul li.nav-link.active a .ball {
	background: #4BA82E;
}

.navbar-top .nav-links.balls ul li.nav-link a .ball::before {
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	/* background: #4BA82E; */
	background: #C4C4C4;
	position: absolute;
	z-index: -1;
	right: 5px;
	top: 4px;
}
.navbar-top .nav-links.balls ul li.nav-link.first a .ball::before {
	content: "";
	display: none;

}
.navbar-top .nav-links.balls ul li.nav-link.active a .ball::before{
	background: #4BA82E;
}



.si-content-wrapper {
	padding: 20px;
}
.si-content h1 {
	margin: 0;
	font-size: 15px;
}
.si-content p {
	margin: 3px 0;
}
.si-content h1 {
	font-family: 'skoda_next',SkodaNEXT,SkodaPro,Tahoma,Helvetica,sans-serif;
}
.info-logo {
	width: 80px;
	height: 80px;
	float: right;
	margin-left: 20px;
	background-size: contain;
}
.info-logo.info-logo-cez{
	background: url(logo-cez.png) no-repeat center center transparent;
	background-size: contain;
}
.info-logo.info-logo-pre{
	background: url(logo-pre.png) no-repeat center center transparent;
	background-size: contain;
}
.info-logo.info-logo-eon{
	background: url(logo-eon.png) no-repeat center center transparent;
	background-size: contain;
}
.info-logo.info-logo-skoda{
	background: url(logo-skoda.png) no-repeat center center transparent;
	background-size: contain;
}
.info-logo.info-logo-ionity{
	background: url(logo-ionity.png) no-repeat center center transparent;
	background-size: contain;
}
.info-logo.info-logo-polyfazer{
	background: url(logo-polyfazer.png) no-repeat center center transparent;
	background-size: contain;
}
.info-txt {
	float: left;
	padding-right: 20px;
	border-right: 1px solid #C4C4C4;
}
.search-results {
	background: white;
	width: 25%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: -25%;
	box-shadow: none;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.search-results.active {
	left: 0;
	box-shadow: 5px 0px 3px -3px #999;
}

.search-results .handle {
	position: absolute;
	width: 40px;
	height: 60px;
	right: -40px;
	top: 100px;
	box-shadow: 5px 0px 3px -3px #999;
	cursor: pointer;
	background: #fff;
	display: none;
}
.search-results .handle .in {
	width: 100%;
	height: 100%;
	background: url(ic-arrow.svg) no-repeat center center #fff;
	transform: scaleX(-1);
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.search-results.active .handle .in {
	transform: scaleX(1);
}

.search-results .reslist {
	
}

#searchbox {
	width: 90%;
	height: 60px;
	margin: 0px;
	line-height: 30px;
	border: none !important;
	outline: none !important;
	padding: 0 10px;
	padding-left: 40px;
	background: url(ic-search.svg) no-repeat left center;
}
.nav-links.search {
	width: 50%;
}

.search-results .reslist {
	overflow-y: auto;
	height: 100%;
}

.search-results .reslist .item {
	border-bottom: 1px solid #C4C4C4;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 80%;
	margin: 10px;
	padding: 10px;
	padding-top: 0;
}
.search-results .reslist .item .info-txt {
	float: none;
	padding-right: 60px;
	border: none;
}
.search-results .reslist .item .info-logo {
	width: 50px;
	height: 50px;
	margin: 0;
}
.search-results .reslist .item p {
	margin: 0;
}
.search-results .reslist .item h1 {
	margin: 0;
	font-size: 16px;
}
.search-results .reslist .item .dist {
	color: #999;
}
.navbar-top .nav-links ul li.nav-link a.button {
	border: 1px solid;
	height: 40px;
	font-size: 80%;
	border-radius: 40px;
	padding: 0 30px;
}
.navbar-top .nav-links ul li.nav-link a.button:hover{
	color: #ffffff;
	background-color: rgb(74, 74, 74);
	border-color: rgb(74, 74, 74);
}

.hamburger-button.export .hamburger img {
	display: inline-block;
	margin: 15px auto;
}

.hamburger-button.export .hamburger span {
	display: inline-block;
	margin: 20px auto;
	vertical-align: bottom;
	margin-right: 10px;
}







.content {
	margin: 0 auto;
	max-width: 1280px;
	margin-bottom: 80px;
}

.home {
	text-align: center;
	padding: 60px;
	min-height: 646px;
}
.editor {
	padding: 60px;
}
	.home img.img {
		border: 1px solid #e5e5e5;
		display: inline-block;
		width: 100%;
	}
.editor img.img {
	border: 1px solid #e5e5e5;
	display: inline-block;
	width: 100%;
}

h1 {
	text-align: left;
	margin-top: 0;
	color: #000;
	line-height: 30px;
}

.left {
	float: left;
	padding-right: 30px;
	padding-bottom: 30px;
	width: 62%;
}

input[type="text"], input[type="password"], textarea {
	width: 360px;
	padding: 10px 10px;
	border: none;
	border-bottom: 1px solid #A6A6A7;
	outline: none;
	color: #858586;
	background-color: #f1f1f1;
}
textarea {
	min-height: 90px;
}
.form-group {
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 50px;
	position: relative;
	width: 430px;
}

.center {
	text-align: center;
	clear: both;
	padding-top: 30px;

}

.button {
	border: 1px solid;
	height: 40px;
	font-size: 80%;
	border-radius: 40px;
	padding: 0 30px;
	text-align: center;
}

.button {
	border: 1px solid #474748;
	height: 40px;
	font-size: 12px;
	border-radius: 40px;
	padding: 0 30px;
	text-align: center;
	display: inline-block;
	vertical-align: bottom;
	line-height: 40px;
	min-width: 150px;
	margin: 0px 10px;
	font-weight: bold;
	background-color: #474748;
	color: #fff;
	cursor: pointer;
	box-shadow: none;
}

.button:hover {
	
}
	.button.green {
		border-color: #79FAAE;
		background-color: #79FAAE;
		color: #161718;
		box-shadow: none;
	}

		.button.green:hover {
			
		}

.right {
	float: right;
}

.circle {
	width: 30px;
	height: 30px;
	border-radius: 40px;
	background-color: #78FAAE;
	color: #000;
	position: absolute;
	line-height: 30px;
	text-align: center;
	top: 5px;
	left: 10px;
	font-size: 13px;
	font-weight: bold;
}


.login .editor {
	padding: 40px;
	background: #fff;
	position: absolute;
	right: 15%;
	top: 40%;
	border-radius: 10px;
}

.login .form-group {
	padding-left: 0px;
	width: auto;
	padding-right: 0;
}

	.login .form-group input[type=text], .login .form-group input[type=password] {
		width: 250px;
	}

.field-validation-error {
	display: block;
	font-size: 13px;
	color: #cc0000;
}

.validation-summary-errors ul {
	padding: 0;
	list-style-type: none;
	color: #cc0000;
}

.login h1.big {
	display: block;
	width: 50%;
	position: absolute;
	top: 70%;
	font-size: 50px;
	line-height: 65px;
	/* text-transform: uppercase; */
	left: 15%;
	font-weight: normal;
	color: #78FAAE;
}

::-webkit-input-placeholder { /* Edge */
	color: #727272;
	font-family: 'skoda_next',SkodaNEXT,SkodaPro,Tahoma,Helvetica,sans-serif;
	font-size: 13px;
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #727272;
	font-family: 'skoda_next',SkodaNEXT,SkodaPro,Tahoma,Helvetica,sans-serif;
	font-size: 13px;
	opacity: 1;
}

::placeholder {
	color: #727272;
	font-family: 'skoda_next',SkodaNEXT,SkodaPro,Tahoma,Helvetica,sans-serif;
	font-size: 13px;
	opacity:1;
}

.home > a {
	display: block;
	float: left;
	width: 32%;
	margin-right: 2%;
	position:relative;
}
.home a span {
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
