.navbar-brand { padding:0px; }
.row{ margin: 0px; }

body,div.navbar-defaut {
   min-width:1024px;
   width: auto !important;
   width:1024px;
}

.form-group {
	margin-bottom: 3px;
 }

.after-form {
	background-color:white;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  left: 4px;
}

#column-list li label{
	max-width: 90%;
}

.number-unit-field {
  width:auto!important;
}

.bs-placeholder {
	background-color: rgb(245,245,245)!important;
}

.mapHeight {
	height: calc(100vh - 180px);
	height: -o-calc(100vh - 180px);
	height: -webkit-calc(100vh - 180px);
	height: -moz-calc(100vh - 180px);
}

.mapHeight2 {
	height: calc(100vh - 280px);
	height: -o-calc(100vh - 280px);
	height: -webkit-calc(100vh - 280px);
	height: -moz-calc(100vh - 280px);
}

.label-plain {
	font-weight: normal;
}

@media (min-width: 768px) {
  .modal-lg {
    width: 90%;
   max-width:1200px;
  }
}

a {
    color: #606060;
    text-decoration: none;
}

.tree-toggle {
cursor: pointer;
}
