body {
	background: linear-gradient(to right,#10bdd6 0%,#56ba5c 100%);
	margin-bottom: 35px;
}

.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;
}

#autotable tfoot{
	position: fixed;
	z-index: 1000;
	overflow: hidden;
    left: 0;
    bottom: 0;
}

.list-results .badge{
	font-size:15px;
}

.list-results .label{
	font-size: 100%;
}

.list-results .badge{
	background-color: #18bc9c;
}

.list-results .badge-danger{
	background-color: #95a5a6;
}

.list-results .label-destination{
	background-color: #18bc9c;	
}

.list-results-median .badge{
	background-color: #000;
}

.list-results-median .label-destination{
	background-color: #000;
}

.list-results-median .label-median{
	background-color: #000;
}

.list-results-median .badge-danger{
	background-color: #95a5a6;
}

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

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

.tree-toggle {
cursor: pointer;
}

.btn {
	padding: 5px 8px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 11px;
    margin-bottom: 5.5px;
}

h3, .h3 {
    font-size: 20px;
}

.floatingMessage {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width:600px;
	position: fixed;
	top: 0;
	right: 0;
    color: #FFF!important;
	z-index: 9999999999999;	
	font-size: 1.25em;
}

.floatingMessage a {
    color: #FFF!important;
}

label.btn-default.active {
	background-color: rgb(64, 64, 64);
}