div.msg {
    height: 0;
    margin: auto;
    position: relative;
    top: 10px;
    width: 60%;
    z-index: 99999999;
}

body {
    padding: 0;
    margin: 0;
}
html, body, #map, #page-content-wrapper, #wrapper {
    height: 100%;
    width: 100%;
}

img {
  /*image-orientation: from-image;*/
}

.leaflet-popup-content {
	min-width: 100px;
}

.leaflet-control-info, .leaflet-control-asset-list {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	min-width: 200px;
	padding: 1em;
}

.leaflet-control-info a.leaflet-control-close-button, .leaflet-control-asset-list a.leaflet-control-close-button {
    background: transparent none repeat scroll 0 0;
    color: #c3c3c3;
    font: bold 16px/14px Tahoma,Verdana,sans-serif;
    height: 14px;
    padding: 4px 5px 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 18px;
}

/*.container-marker {
    background: rgba(0, 0, 0, 0) url("https://www.taghub.net/media/main/img/c-map.png") no-repeat scroll 0 0;
    display: block;
    height: 37px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 37px;
}*/

.container-marker i {
    color: #fff;
    display: inline-block;
    font-size: 10px;
    margin-top: 7px;
    border: 2px solid #000;
    border-radius: 21px;
    background: #000;
    width: 20px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: 25px;
}

.awesome-marker-shadow.container-marker {
	background: none;
}

dl.dl-horizontal {
	margin-bottom: 5px;
}

#taghub-info a:hover {
	color: #337ab7;
	background-color: transparent;
}

.awesome-marker i {
	font-size: 12px;
	margin-top: 12px;
}

.asset-marker {
	margin-left: -20px !important;
	margin-top: -20px !important;
	width: 40px !important;
	height: 40px !important;

}

.twitter-typeahead {
    display: inline !important;
}

.twitter-typeahead input {
	vertical-align: inherit !important;
}

li.active .text-primary, li.active .text-danger {
	color: #333;
}

.info ul {
	padding-left: 0;
}
.info ul li {
	list-style: none;
}
.info .well {
    margin-top: 20px;
    padding-top: 10px;
}
.container-item {
    border-bottom: 1px solid #dedede;
    margin-top: 5px;
}

.sidebar {
	border-radius: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.sidebar-tabs > li.active, .sidebar-tabs > ul > li.active {
	background-color: #F8F8F8;
	color: #333;
}

.sidebar .sidebar-tabs {
	border-left: 1px solid #999;
}

.sidebar-header {
	background-color: #333;
	margin-bottom: 10px;
}

.sidebar-content {
  background-color: rgba(248,248,248,.95);
}

.pull-down {
    bottom: 0;
    position: absolute;
}

.leaflet-control-measure .leaflet-control-measure-toggle, .leaflet-control-measure .leaflet-control-measure-toggle:hover {
	width: 26px;
	height: 26px;
	border-radius: 4px;
}

.leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
}

.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
}

.division .label {
    color: #333;
}

.clickable {
    display: inline-block;
    cursor: pointer;
    color: #BBB;
}

.img-menu {
    background: rgba(20, 20, 20, 0.5) none repeat scroll 0 0;
    border-bottom: 1px solid #dedede;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    margin-top: -52px;
    padding: 7px;
    position: relative;
}

.img-preview {
    margin-bottom: 1em;
}

.tt-menu {
  display: block !important
}

.fix .fa-spin {
    -webkit-transform-origin: 50% calc(50% - .5px);
    transform-origin: 50% calc(50% - .5px);
}

.sidebar-pane .form-group {
  margin-bottom: 5px;
}

#map-layer-control {

}

#map-layer-control .description, #thumbnail-control .description {
  color: #EEE;
  border-top-left-radius: 3px;
border-top-right-radius: 3px;
background: #222;
}

/**

Styles for hover expand control

#map-layer-control {
  position: absolute;
  bottom: 40px;
  left: 10px;
  width: 130px;
  height: 120px;
  overflow: hidden;
  transition: width .5s ease;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  -ms-transition: width .5s ease;
}

#map-layer-control:hover {
  width: 90%;
}

*/

.base-layer-control-item, #selected-base-layer, .thumbnail-control-item {
    display: block;
    width: 72px;
    height: 92px;
    margin: 10px 0;
    text-align: center;
    border: 1px solid #222;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
}

a.thumbnail-control-item, a.thumbnail-control-item:visited, a.thumbnail-control-item:hover, a.thumbnail-control-item:active {
  color: inherit;
  outline: 0;
}

.base-layer-control-item, .thumbnail-control-item {
  background: #333;
}

#selected-base-layer {
  background: #333;
}

.base-layer-control-item img, .thumbnail-control-item img {
    border-radius: 3px;
    border: 1px solid #222;
}

.carousel-thumbnail {
  width: 72px;
  height: 70px;
}

.sidebar-tabs>li>a, .sidebar-tabs>ul>li>a {
  display: inline;
}

.grid-of-images a {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    border-bottom: 0;
    height: 90px;
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    width: 90px;
}

.btn-remove-img {
  margin-left: 1em;
}

.grid-of-images .popup-gallery {
    padding-top: 10px;
    clear: both;
}

.mfp-bg {
  z-index: 2021;
}

.mfp-wrap {
  z-index: 2022;
}

.thumbnails {
  position: initial;
}

.thumbnail-container {
    position: absolute;
    left: 10px;
    bottom: 30px;
    vertical-align: bottom;
}

#thumbnail-control {


}

#thumbnail-control .inner {
  background: #FFF;
  padding: 1em;
  border: 1px solid #DEDEDE;
}

.gallery-cell {
  width: 90px;
  height: 90px;
  margin-right: 10px;
}

.gallery-cell-thumbnail {
    width: 90px;
    height: 90px;
}

.navbar-inverse .navbar-text.text-muted {
    color: #555;
}

.navbar-default .navbar-text.text-muted {

    color: #CCC;

}

.mapboxgl-marker {
    color: #67001f;
    font-size: 30px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

.search-marker : {
  cursor: pointer;
}

.search-marker span.icon {
  color: #067DBD;
}

.search-marker span.text {
  color: #333333;
}

.mapboxgl-popup {
  max-width: 200px;
}

.mapboxgl-popup-content {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
