* {
  /* font-size: 12px; */
}

.container {
	width: 70% !important;
}

.big-map {
	width: 100%;
    height: 900px;
}

.history-map {
	width: 100%;
    margin-left: -25px;
}

.geometry-map {
    width: 100%;
}

.login-form {
  padding-top:10px;
}


.history-map, .geometry-map, .debug-map {
    height: 450px !important;
}

.location-history {
	width: 340px;
  height: 850px !important;
}

.loading {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    width:30em;
    height:18em;
    z-index: 100;
}

.extraspacing {
    margin-right: 10px;
}

select {
    padding: 0px;
}

.input-vn {
    /*width: 24px !important;
    height: 12px !important;*/
    color: black;
}

.legend-box , .legend-text {
    position: relative;
    float: left;
    padding-right: 3px;
    padding-bottom: 3px;
    margin: 3px;
}

.legend-row {
    margin: 2px;
    margin-right: 25px;
}

.legend-box {
    width: 20px;
    height: 20px;
}

.nav>li {
	font-size: 12px;
}

.navbar .divider-vertical {
    height: 50px;
    margin: 0 9px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #f2f2f2;
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
     }
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.ui-timepicker-container{
    z-index: 1999 !important;
}