.ms-icon {
	width: 78px;
	height: 78px;
	font-size: 37px;
}

.map-icons {
	margin-bottom: 10px;
}

.mainPanel {
	position: fixed;
    top: 90px;
    right: 20px;
    z-index: 500;
    height: calc(100vh - 140px);
	width: 400px;
}

.card.card-primary {
	border-bottom: #ffffff;
}

#map {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 100vw;
	height: calc(100vh - 80px);
	margin: 0px;
	cursor: auto;
}

.navigation {
	position: fixed;
	top: calc(50vh - 200px);
	right: 27px;
	width: 40px;
	height: 400px;
	z-index: 501;
}

.content {
	height: calc(100vh - 170px);
	width: 360px;
	margin-top: 0px;
	overflow-y: auto;
    overflow-x: hidden;
}

.hover-icon {
	opacity: 0.5;
	cursor: pointer;
}

.hover-icon:hover {
	opacity: 1;
}

.nav-points {
  	position: absolute;
  	top: 50%;
  	left: 20px;
  	transform: translate(-50%,-50%);
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s
}
.fade-enter, .fade-leave-to /* .fade-leave-active in <2.1.8 */ {
  opacity: 0
}

.district-name {
	text-align: center;
}

.nav-district-left {
	position: absolute;
	top: 87px;
	left: 20px;
	font-size: 35px;
}

.nav-district-right {
	position: absolute;
	top: 87px;
	right: 70px;
	font-size: 35px;
}

.home {
	position: absolute;
	top:-30px;
	left:0px;
	font-size: 35px;
}

.card-block {
	width: 400px;
}

.leaflet-right {
	right: 462px;
}

.leaflet-iconLayers-layerTitleContainer {
	border-radius: 5px;
}

.leaflet-iconLayers-layer {
	border-radius: 5px;
}

.tile-icon {
	width: 80px;
	height: 80px;
	border: 1px solid #03a9f4;
	cursor: pointer;
	opacity: 0.8;
	margin-right: 3px;
	margin-bottom: 5px;
}

.tile-icon:hover {
	opacity: 1;
}

.info {
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: white;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
}

.info h4 {
	margin: 0 0 5px;
	color: #777;
}

.coords {
  position: fixed;
  bottom: 10px;
  right: 430px;
  background-color: rgba(0,60,136,0.3);
  border-radius: 5px;
  padding: 2px 5px 2px 5px;
  width: 130px;
  color: white;
}

.base-select {
  position: absolute;
  right: 25px;
  top: 10px;
  width: 150px !important;
}

.btn-select {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	width: 26px;
	height: 26px;
	z-index: 9999;
	position: absolute;
	top: 120px;
	left: 10px;
	cursor: pointer;
	color: black;
	background-color: white;
	text-align:center;
	padding-top:9px;
}

.btn-geo {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	width: 26px;
	height: 26px;
	z-index: 9999;
	position: absolute;
	top: 155px;
	left: 10px;
	cursor: pointer;
	color: black;
	background-color: white;
	text-align:center;
	padding-top:9px;
}

.btn-measure {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	width: 26px;
	height: 26px;
	z-index: 9999;
	position: absolute;
	top: 190px;
	left: 10px;
	cursor: pointer;
	color: black;
	background-color: white;
	text-align:center;
	padding-top:9px;
}

.btn-help {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	width: 26px;
	height: 26px;
	z-index: 9999;
	position: absolute;
	top: 225px;
	left: 10px;
	cursor: pointer;
	color: black;
	background-color: white;
	text-align:center;
	padding-top:9px;
}

.btn-panel {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	width: 26px;
	height: 26px;
	z-index: 9999;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	color: black;
	background-color: white;
	text-align:center;
	padding-top:9px;
}

.map-toolbar a {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.1);
}

.map-toolbar a, .map-toolbar a:hover {
	width: 30px;
	height: 30px;
	margin-bottom: 3px;
}

.btn-map {
  width: 34px;
  height: 34px;
  padding: 5px 0px 5px 10px;
}

.logo-bottom {
	margin-left: 10px;
	margin-top: 10px;
	width: 71%;
}

.logo-top {
	position: absolute;
	top: 15px;
	left: 150px;
}

.margin-min {
	margin-top: 10px !important;
}

.legend {
	margin-top: 10px;
	margin-bottom: 0px;
}


/* Nadpisywanie przycisk�w openlayersowych*/
.ol-control button {
	width: 33px;
	height: 33px;
}

.navbar {
	height: 80px;
	border-top: 25px solid #1cafd6;
	background-color: #ffffff !important;
	color: #5b5b5b !important;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: -5px;
}

.nav {
	position: absolute;
    right: 350px;
}

.logo {
	position: absolute;
	top: 5px;
}

.logo-left {
	left: 20px;
}

.logo-right {
	right: 5px;
}

.search-address {
	position: absolute;
	right: 650px;
	top: -18px;
	font-size: 14px;
}

::-webkit-input-placeholder {
   font-size: 14px !important;
}

:-moz-placeholder { /* Firefox 18- */
      font-size: 14px !important;
}

::-moz-placeholder {  /* Firefox 19+ */
      font-size: 14px !important;
}

:-ms-input-placeholder {
      font-size: 14px !important;
}

.pad-l-0 {
	padding-left: 0px;
}

.pad-r-0 {
	padding-right: 0px;
}

.form-group {
	margin: 8px 0 0;
}

.mg-0 {
	margin: 0;
}

.label-out {
	width: 100% !important;
	color: #9e9e9e!important;
}

.visible {
	display: block;
	opacity: 1;
}

.modal {
	z-index: 3667;
}

.modal-content{
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,0);
    box-shadow: 0 5px 15px rgba(0,0,0,0);
}

.modal-measure {
	width: 260px;
	height: 180px;
	top: 60px;
	left: 45px;
}

.modal-dialog-measure {
	width:260px;
	height:180px;
}

.modal-open .modal-measure {
	overflow: hidden;
}

#popup-table {
    width: 250px;
}

#popup-table td th {
	/*border: 1px solid black;*/
	/*border-collapse: collapse;*/
	/*padding: 0.8rem;*/
}

.popup-row {
	padding-bottom: 2px;
}

.popup-content {
	padding: 5px;
	border: 1px #aaa9a9 solid;
}

#popup-box {
    width: 260px;
	max-height: 200px;
	overflow: auto;
}

.basemaps {
    position: absolute;
    display: table;
    height: 80px;
		bottom: 40px;
	  left: 2px;
    z-index:1012;
}

.map-button {
    background: none;
    border: none;
    /*width: 80px;*/
    margin-left: 0;
}

#map-dropdown.dropdown-menu {
    background: transparent;
    width: 80px;
    border: none;
    margin-right: 30px;
    box-shadow: none;
		left: 8px;
}

.tile-icon-basemap, .tile-icon-basemap-c {
  width: 80px;
	height: 80px;
	/*border: 1px solid #03a9f4;*/
	cursor: pointer;
	opacity: 0.8;
	margin-right: 3px;
	/*margin-bottom: 5px;*/
}

.tile-icon-basemap-c {
		left: 5px;
    opacity: 1;
}

#basemap-box {
    box-shadow: 3px 3px 3px #888888;
    border: 1px solid #03a9f4;
}

#modal-select {
	height: 500px;
	width: 100%;
}

#select-image {
	margin: 0 auto;
	height: 80%;
	width: auto;
}

#select-image img {
	height: 80%;
	display: table;
	margin: 0 auto;
}
