body {
    margin: 5px;
    padding: 0;
    /*overflow-y: hidden;*/
}

img {
    border-style: none;
}

#map-id, #noMapDiv {
    top: 0px;
    left: 0px;
    bottom: 24px;
    right: 0px;
    position: fixed;
}

#noMapDiv {
    background-color: white;
    z-index: 1000002;
    margin: 0px auto;
}

#noMapWindowDiv {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 100px;
    margin-top: -50px;
    margin-left: -100px;
    padding: 10px;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 1);
    background-color: rgba(80,80,80,0.9);
    color: white;
}

#noMapWindowDiv table {
    width: 100%;
    height: 100%;
}

#naslovniDiv {
    display: block;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    left: 0px;
    position: absolute;
    width: 100%;
    top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#logout-button {
  border:none;
  outline:none;
  background:none;
  cursor:pointer;
  padding:0;
  text-decoration:underline;
  font-family:inherit;
  font-size:inherit;
  color: inherit;
}

.input-control {
    display: block;
    padding: 6px 14px;
    height: 14px;
    font-size: 14px;
    line-height: 28px;
    color: #444;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: calc(100% - 30px);
}

.parcel-search {
	position:fixed;
	top:110px;
	left:100px;
	width: 250px;
}

