.center-content {
  text-align: center;
}
.map-place {
  width: 100%;
  height: 450px;
}
.map-place .loading-comment{
  text-align: center;
  top: 200px;
  width: 100%;
  z-index: -1;
  position: absolute;
}
tr.current-ciry-row{
  box-shadow: inset 0 0 10px rgba(0,255,0,0.5);
}
.current-ciry-row .selected {
  color: green;
}

.carousel-control::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.carousel-control:hover{
  background-color: rgba(100, 100, 100, 0.4);
}

.introSection a {
  color: #5a5a5a;
}

.marketing a {
  color: #337ab7;
}

table.dataTable thead .sorting, 
table.dataTable thead .sorting_asc, 
table.dataTable thead .sorting_desc {
    background : none;
}

html {
  height: 100%;
}
body {
  min-height: 100%;
}

#content_place {
  min-height: calc(100vh - 86px);
}

footer {
  bottom: 0px;
}

#menu-place, #city-change {
  font-size: 16pt;
}
