/* Sektori sherbimet */

	#sherbimetdiv{
		margin-top:100px;

	}
	
	.sherbimetdiv-col{
		margin-top:10px;
		background-color:#F3F3F3;
		
	}

	.sherbimet-desktop{
		background-color:white;
		border: 1px solid #b3b3b3;
		max-height: 300px;
		min-height: 235px;
		margin-top: 175px;
	}

	.btn-sherbimet + .sherbimet-mobile {
		border: 0px;
	}

	.btn-sherbimet-active + .sherbimet-mobile {
		border: 1px solid #b3b3b3;
	}
	
	.accessibility__contrast .sherbimetdiv-col{
		background-color:#333333;
	}

	.accessibility__contrast .sherbimet-desktop, .accessibility__contrast .sherbimet-mobile{
		background-color:#4d4d4d;
	}
	
	.accessibility__contrast .sherbimet-desktop{
		border: 1px solid #4d4d4d;
	}

	.btn-sherbimet{
		color: #375974;
		background-color: white;
		border: 1px solid #b3b3b3;
		margin-bottom: 3px;
		margin-top: 3px;
		display:flex;
	}
	
	p.titull-sherbimet{
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 18px;
		font-family: 'OpenSans-Bold';
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.btn-sherbimet:first-of-type{
		margin-bottom: 3px;
		margin-top: 0px;
	}
	
	.btn-sherbimet:last-of-type{
		margin-bottom: 0px;
		margin-top: 3px;
	}

	.accessibility__contrast .btn-sherbimet{
		background-color: #4d4d4d;
		border: 0px;
		color: white;
	}
	.btn-sherbimet:hover, .btn-sherbimet-active, .accessibility__contrast .btn-sherbimet:hover, .accessibility__contrast .btn-sherbimet-active{
		color: white;
		background-color: #ff0000;
		border: 1px solid #b3b3b3;
		cursor: pointer;
	}
	.accessibility__contrast .btn-sherbimet + .sherbimet-mobile{
		border: 0px;
	}

	.accessibility__contrast .btn-sherbimet-active + .sherbimet-mobile{
		border: 1px solid #b3b3b3!important;
	}
	.sherbimet-icon{
		margin-right: 2px;
    margin-left: 2px;
    width: 47px;
    height: 47px;
    padding: 5px;
	}
	
	.btn-sherbimet:hover .sherbimet-icon, .btn-sherbimet-active .sherbimet-icon, .accessibility__contrast .sherbimet-icon{
		filter: brightness(0) invert(1);
	}
	
	.div-sherbimet{
		display:none;
		width: 80%;
		margin: 0 auto;
		min-height: 150px;
		margin-top: 36.4px;
		line-height: calc(204px/5);
	}
	
	.div-sherbimet-active{
		display:flex;
	}
	
	.nen-menu-sherbimet:before{
		color: #ff0000;
		content: ">";
		width: 3px;
		height: 100%;
		position: absolute;
		left: 7%;
	}

	.accessibility__contrast li.nen-menu-sherbimet{
		border-bottom:1px solid #0e0e0e;
	}

	li.nen-menu-sherbimet{
		border-bottom:1px solid #b3b3b3;
		width: 100%;
	}
	li.nen-menu-sherbimet:last-of-type{
		border-bottom:none;
	}
	.nen-menu-sherbimet a{
		text-decoration: none;
		font-size: 18px;
	}
	
	@media (max-width: 768px){
		#sherbimetdiv{
			margin-left:20px;
			margin-right:20px;
		}
		.sherbimet-div-col-menu{
			padding-left:0px;
			padding-right:0px;
		}
		.div-sherbimet {
			margin-bottom: 20.4px;
		}
		
		.div-sherbimet:parent{
			
		}
		.div-sherbimet-active:parent{
			
		}
		.sherbimet-desktop {
			display: none;
		}
		.sherbimet-mobile {
			display: block;
		}
		
		p.titull-sherbimet{
			width: calc(100% - 47px - 20px);
			margin-bottom: 0px;
		}
		
		.btn-sherbimet:after{
			content: "^";
			color: #282828;
			font-size: 18px;
			transform: rotate(180deg); 
			height: 30px;
			font-family: 'OpenSans-Bold';
		}
		
		.accessibility__contrast .btn-sherbimet:after {
    		color: white;
		}

		.btn-sherbimet:hover:after, .btn-sherbimet-active:after{
			color: white;
		}
		.btn-sherbimet-active:after{
			transform: rotate(0deg); 
			margin-top: 5px;
		}
	}
	@media (min-width: 769px){
		.sherbimet-desktop {
			display: block;
		}
		.sherbimet-mobile {
			display: none;
		}
	}
	
/* Sektori Harta */
#harta {
	margin-top: 100px;
}


.hartadiv-col:not(:first-of-type){
    background-color: #F3F3F3;
}

.accessibility__contrast .hartadiv-col:not(:first-of-type){
    background-color: #333333;
}

.filtrime-harta{
	margin-top: 65px;
}

label.form-check-label{
	display: inline;
	font-family: OpenSans-Regular, serif;
	font-size: 15px;
	font-weight: 400;
    color: #375974;
	text-transform: none;
}

.accessibility__contrast label.form-check-label{
	color: white;
}

.accessibility__contrast .gm-style .gm-style-iw-c{
	color: black;
}
.form-harta-el {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-harta-el input[type="text"] {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 80%;
	padding: 10px 14px 10px 13px;
	background-color: white;
}

.form-harta-el input[type="button"] {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	width: 80%;
	background-color: #ff0000;
	color:white;
}
@media (max-width:768px){
	.form-harta-el input[type="button"], .form-harta-el input[type="text"] {
		width:100%;
	}
}

.accessibility__contrast .form-harta-el input[type="text"], .accessibility__contrast .form-harta-el input[type="text"]:active {
	background-color: #282828;
	color:white;
}

.form-harta-el input[type="button"]:hover{
	cursor:pointer;
}