/* html, body{ */
	/* height: 100%; */
/* } */

/* .container{ */
	/* min-height: 100%; */
	/* overflow: hidden; */
/* } */
/* #left-container, #right-container { */
	/* margin-bottom: -9999px; */
	/* padding-bottom: 9999px; */
	/* float: left; */
/* } */
/* #left-container{ */
	/* background-color: #3fa4d8; */
/* } */
/* #right-container{ */
	/* background-color: #65b6df; */
/* } */



/*
    DEMO STYLE
*/

body {
    font-family: 'Klavika Light', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#design-logo{
	height: 100px;
	padding: 0 100px 0 10px;
}
#design-column{
	min-height: 100vh;
    position: absolute;
    background-color: #1a1d43;
    width: 59px;
    /* margin-left: 250px; */
    top: 0;
    right: 0;
}
#design-column .design-head{
	height: 10vh;
    background-color: #3fa4d8;
	margin-bottom: 170px;
}
#design-column .design-icon{
	height:60px;
}

#design-column #nav-leltar{
	
	background: url(/images/bcs_web-20.png) no-repeat;
	/* background-position: center top 22px; */
	background-position: center top 10px;
	background-size: 45px;
}

#design-column #nav-leltar.active{
	/* height:100px; */
	background: url(/images/bcs_web-37.png) no-repeat;
	background-size: cover;
    background-position: center;
}

#design-column #nav-leltar:not(.active):hover{
	background: url(/images/bcs_web-17.png) no-repeat;
	background-color: #3fa4d8;
	background-size: cover;
    background-position: center;
}

#design-column #nav-strategia{
	/* height:100px; */
	background: url(/images/bcs_web-21.png) no-repeat;
	background-size: 39px;
	background-position: center top 10px;
    /* background-position: center top 21px; */
	
	/* display: none; */
	
}

#design-column #nav-strategia.active{
	/* height:100px; */
	background: url(/images/bcs_web-36.png) no-repeat;
	background-size: cover;
    background-position: center;
}

#design-column #nav-strategia:not(.active):hover{
	background: url(/images/bcs_web-18.png) no-repeat;
	background-color: #3fa4d8;
	background-size: cover;
    background-position: center;
}

#design-column #nav-terkep{
	/* height:100px; */
	background: url(/images/bcs_web-22.png) no-repeat;
	background-size: 47px;
	background-position: center top 10px;
    /* background-position: center top 17px; */
	
	/* display: none; */
}

#design-column #nav-terkep.active{
	/* height:100px; */
	background: url(/images/bcs_web-33.png) no-repeat;
	background-size: cover;
    background-position: center;
}

#design-column #nav-terkep:not(.active):hover{
	background: url(/images/bcs_web-19.png) no-repeat;
	background-color: #3fa4d8;
	background-size: cover;
    background-position: center;
}

#design-column .nav-sub{
	position:absolute;
	/* display:none; */
}
    
.hand{
	cursor:pointer;
}

#sidebar {
    min-width: 350px;
    max-width: 350px;
    background: #3fa4d8;
    color: #fff;
    transition: all 0.3s;
	min-height: 100vh;
	background-image: url("/images/bcs_web-24.png");
    background-size: cover;
	position:relative;
}

#sidebar.active {
    min-width: 59px;
    max-width: 59px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar.active ul.components {
	margin-left: 0px;
}

#sidebar .sidebar-header {
    padding: 20px;
	height: 10vh;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar .sidebar-footer{
	position: absolute;
	bottom:0;
	/* left: 23px; */
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
	margin-left: 200px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
	background-color: #65b6df;
	overflow: hidden;
	
}

#content .map{
	height : 70vh;
	overflow: hidden;
}
#content .header{
	height: 10vh;
}
#content .footer{
	height: 20vh;
	background: url("/images/bcs_web-13.png") no-repeat;
	background-size: 20vh;
	background-position:left 0px;
	overflow: hidden;
}
#content .footer p{
	font-family: 'Klavika Light';
	font-size: 15px;
    color: unset;
	margin: 30px 20px 10px;
	text-align:justify;
}

@font-face {
    font-family: 'Klavika Light';
    src: url("/css/fonts/Klavika Light.otf") format("opentype");
}



div.nav-sub{
	border-left: solid 1px white;
    background-color: #4b96abe6;
    position: absolute;
    height: 70vh;
	width: 4.5vw;
	display:none;
	z-index: 10;
	box-shadow: 1px 0px 0px silver;
}

div.nav-sub .design-sub-icon{
	width: 100%;
    height: 10vh;
	
	/* margin-bottom: -9999px; */
	/* padding-bottom: 9999px; */
}
div.nav-sub .design-sub-icon{
	position:relative;
}
div.nav-sub .design-sub-icon div{
	width: 4vw;
    text-align: center;
    font-variant: all-petite-caps;
    font-weight: bold;
	bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 13px;
    line-height: 10px;
}
div.nav-sub #nav-sub-leltar-szuro{
	background: url("/images/bcs_web-34.png") no-repeat;
	background-size: 5vh;
    background-position: center center;
}

div.nav-sub #nav-sub-strategia-szuro{
	background: url("/images/bcs_web-34.png") no-repeat;
	background-size: 5vh;
    background-position: center center;
}

div.nav-sub #nav-sub-terkep-szuro{
	background: url("/images/bcs_web-34.png") no-repeat;
	background-size: 5vh;
    background-position: center center;
}

div.nav-sub #nav-sub-terkep-wifi{
	background: url("/images/bcs_web-31.png") no-repeat;
    background-size: 4.5vh;
    background-position: center center;
}

div.nav-sub #nav-sub-terkep-kamera{
	background: url("/images/bcs_web-30.png") no-repeat;
	background-size: 4vh;
    background-position: center center;
}

div.nav-sub #nav-sub-terkep-e-auto-tolto{
	background: url("/images/bcs_web-29.png") no-repeat;
	background-size: 5vh;
    background-position: center center;
}

div.nav-sub #nav-sub-terkep-parkolas{
	background: url("/images/bcs_web-28.png") no-repeat;
	background-size: 4.5vh;
    background-position: center  top 12px;
}

div.nav-sub #nav-sub-terkep-szenzor{
	background: url("/images/bcs_web-27.png") no-repeat;
	background-size: 5vh;
    background-position: center center;
}

div.nav-sub #nav-sub-terkep-hulladek{
	background: url("/images/bcs_web-26.png") no-repeat;
    background-size: 4vh;
    background-position: center top 12px;
}

#nav-leltar-sub, #nav-strategia-sub{
	background-color: transparent;
	box-shadow: none;
	text-align: center;
	width: 3vw;
	margin-top: 2vh;
}
#nav-leltar-sub img,#nav-strategia-sub img{
	width: 1.5vw;
}

.bg-def{
	background-color: #1a1d43;
	color:white;
	border:0px;
}

.ol-zoom {
   right: 8px;
   left: unset;
}

.nav-cim{
	position: absolute;
	text-align: right;
    margin-right: 5.4vw;
	white-space: nowrap;
	border-bottom: 1px solid #1a1d43;
    padding-right: 5px;
	display: none;
	color: #1a1d43;
	font-weight: bold;
	font-family: 'Klavika Light';
	font-size: 18px;
}

.nav-cim::before{
	    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    /* background-color: #69b6d5; */
    border: 1px solid #1a1d43;
    /* top: 20px; */
    position: relative;
    top: 15px;
    left: -15px;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

@media (max-width: 768px) {
    /* 80px and its content aligned to centre. Pushing it off the screen with the
       negative left margin
    */
    #sidebar.active {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }


    /* Reappearing the sidebar on toggle button click */
    #sidebar {
        margin-left: 0; 
    }


    /* Toggling the sidebar header content, 
       hide the big heading [h3] and showing the small heading [strong] and vice versa
    */
    #sidebar .sidebar-header strong {
        display: none;
    }
    #sidebar.active .sidebar-header h3 {
        display: none;
    }
    #sidebar.active .sidebar-header strong {
        display: block;
    }

    /* Downsize the navigation links font size */
    #sidebar.active ul li a {
        padding: 20px 10px;
        font-size: 0.85em;
    }

    #sidebar.active ul li a i {
        margin-right:  0;
        display: block;
        font-size: 1.8em;
        margin-bottom: 5px;
    }

    /* Adjust the dropdown links padding*/
    #sidebar.active ul ul a {
        padding: 10px !important;
    }

    /* Changing the arrow position to bottom center position, 
      translateX(50%) works with right: 50% 
      to accurately  center the arrow */
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
}

#fast_info{
	right: 0px;
    width: 300px;
    height: 20px;
    position: absolute;
	margin: -20px 10px 0 0;
    color: white;
	display: none;
	text-align: right;
}
#lampa_info{
    width: 30vw;
    height: 450px;
    position: absolute;
    background-color: white;
    z-index: 10;
    display: none;
    top: 20vh;
    overflow-y: auto;
    overflow-x: hidden;
    /* margin: 0 35vw; */
	/* margin-left: 65vw; */
	right: 10px;
    color: black;
    border-radius: 20px;
    box-shadow: 5px 5px 5px silver;
}
#lampa_info h3{
	text-align: center;
}
#lampa_details{
	font-size: 14px;
	padding-left:0;
}

.row{
	margin: 0px;
}
#lampa_img {
	padding-right:0;
}

#lampa_img img{
	width: 100%;
}
#lampa_szuro{
	position: absolute;
    height: 30px;
    width: 13vw;
    margin-left: 3vw;
	margin-top: 1vh;
    /* background-color: #1a1d43e3; */
    z-index: 9;
    box-shadow: 0px 1px 1px silver;
    display: none;
    font-size: 15px;
    /* text-align: center; */
}

.lampa_filter_div span,.lampa_filter_div_src span{
	float: right;
    margin: 0 0 0 5px;
    text-align: right;
}
.lampa_filter_div, .lampa_filter_div_src{
	background-color: white;
    margin-top: 5px;
    padding: 0 5px;
    border-radius: 2px;
}
.lampa_filter_div_src input{
	font-size: 12px;
    width: 90%;
    border: silver;
}
.lampa_filter_div_sub{
	display:none;
	background-color: white;
    max-height: 31vh;
    overflow-y: auto;
    border-radius: 2px;
}

input[type=checkbox].form-control {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: -8px;
    margin: 0 2px 0 5px;
}

#lampa_info .lampa_modal h3 span.close_modal{
	float: right;
    margin: -1px -1px;
    font-size: 20px;
    border: 1px solid silver;
    padding: 0 10px;
    border-radius: 0 5px 0 0;
}

#talalatok{
	text-align: center;
    /* margin: 3vh 35vw; */
    /* position: absolute; */
    /* display: block; */
    /* width: 10vw; */
    /* background-color: #e68478; */
}
















.control {
    /* font-family: arial; */
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    /* padding-top: 3px; */
    cursor: pointer;
    font-size: 12px;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 10px;
    width: 10px;
    background: #e6e6e6;
    border: 0px solid #000000;
}
.control-radio .control_indicator {
    border-radius: undefined%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #d31735;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 5px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 0px 0px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

#header_logo{
	height: -webkit-fill-available;
	height: -moz-available;
	height: 10vh;
    float: left;
    margin-left: 20px;
	display: none;
}
#sidebarCollapse{
	display: none;
	width: 60px;
}

#sidebarCollapse img{
	width: 100%;
}

.left-lorem{
    position: absolute;
    width: 245px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 40px;
    min-height: 150px;
    margin: 70px 20px 0 5px;
    padding: 25px 15px;
    color: black;
    /* overflow: hidden; */
    text-align: justify;
    font-size: 15px;
	display:none;
	z-index: 1000;
}

.left-lorem:after {
	content: "";
    position: absolute;
    top: 0px;
    right: -30px;
    width: 0;
    height: 0;
    border-color: rgba(255, 255, 255, 0.8);
    border-style: solid;
    border-width: 120px 0px 50px 30px;
}

#ll1:after {
	-webkit-clip-path: polygon(0 25%, 0% 75%, 100% 15%);
    clip-path: polygon(0 25%, 0% 75%, 100% 15%);
}
#ll2:after {
	-webkit-clip-path: polygon(0 25%, 0% 75%, 100% 50%);
    clip-path: polygon(0 25%, 0% 75%, 100% 50%);
}
#ll3:after {
	-webkit-clip-path: polygon(0 25%, 0% 75%, 100% 85%);
    clip-path: polygon(0 25%, 0% 75%, 100% 85%);
}
.filter-chk{
	text-align: right;
	background-color: white;
	line-height: 2.4vh;
	padding: 0px 4px 0 0;
}

.filter-chk img{
	width: 0.6vw;
}

.hide{
	display:none;
}

div#lampatest_filter img{
	width: 1vw;
}
div#lampatest_filter{
	float: left;
	/* display: inline-block; */
	width: 230px;
	text-align: center;
}

#nav-strategia-sub{
	/* width: 17vw; */
}
#nav-strategia-sub p{
	/* color: white; */
    /* font-size: 1.7vh; */
    /* text-align: justify; */
    /* padding: 10px; */
}

.ch_color{
	display:none;
}

.sp-replacer {
	padding: 0;
}

.sp-preview{
	margin-right: 0;
}

.ch_color_div{
	padding: 0 5px;
	font-size: 0.7vw;
}

hr{
	margin: 5px;
}

#filter-chk-strat p{
	position: absolute;
    float: left;
    text-align: left;
    font-size: 10px;
    margin: 2px 5px;
	width: 90%;
}

#filter-chk-strat{
	padding-bottom: 10px;
}
#lampa_filter_div_sub_strat{
	display: block;
	padding-top: 5px;
    max-height: 60vh;
    overflow-x: hidden;
	
}

#export{
	position: absolute;
    z-index: 10;
    right: 5px;
}