.paczkawruchu_overlay {
    background-color: #000000;
    opacity: 0.6;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 9998;
}
.paczkawruchu_main {
	width: 80%;
    height: 80%;
	position: fixed;
	left: 10%;
	top: 10%;
    z-index: 9999;
}
.paczkawruchu_main *{
	margin:0!important;
	box-sizing: border-box;
}
.paczkawruchu_main input[type='button'],
.paczkawruchu_main input[type='text']{
	border-radius: 0!important;
}

.paczkawruchu_main input[type='text']{
	padding: 15px 10px!important;
	border-bottom: 2px solid #eee;
}
.paczkawruchu_main.inline {
	width: 100%;
    margin: 0px;
    height: 600px;
    z-index: inherit;
}
.paczkawruchu_close_btn {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 2px;
    right: -32px;
    cursor: pointer;
	background: url(../images/close.png) center center no-repeat;

}
.paczkawruchu_input {
    font-size: 16px;
	display: block;
    padding: 6px;
    width: 100%;
}
.paczkawruchu_input_search {
    background-color: #0188d4;
    color: white;
    font-weight: bold;
    border: none;
	width:100%;
    cursor: pointer;
}
.paczkawruchu_hover_button {
    border: none;
    color: white;
	padding: 20px!important;
    background-color: #1d98cb;
}
.paczkawruchu_hover_button:hover {
    background-color: #0d719b;
}
.paczkawruchu_hover_button:active {
    background-color: #a1cc3a;
}
.paczkawruchu_map_object {
    width: 100%;
    height: 50%;
}
.pac-container {
    z-index: 1005;
}
