﻿form { margin-bottom: 42px; }
input { outline: none; }

.dxeTextBoxSys.dxeTextBox_MetropolisBlue.form-control { display:table; }
.dxgvHeader_MetropolisBlue td { font-weight: bold; text-align: center; }

body.login .error { color: Red; position: absolute; right: 10px; top: 4px; }
.main-content .container { padding-bottom: 20px !important; }

.hide-menu { display:none; }

.error { color: Red; }

.left-padding-1 { padding-left: 0px; }
.left-padding-2 { padding-left: 50px; }
.left-padding-3 { padding-left: 100px; }
.left-padding-4 { padding-left: 150px; }


.table_td_info {
  font-size: 11px !important;
  white-space: nowrap;
  width:25%;
}

.table_td_detail {
  font-size: 11px !important;
}

.table_td_detail_r {
  font-size: 11px !important;
  text-align: right;
  padding-right:3px;
}


.carousel-control.left, .carousel-control.right {
  background: none !important;
  filter: progid: none !important;
  outline: 0;
}
.carousel .carousel-control {
  visibility: hidden;
}
.carousel:hover .carousel-control {
  visibility: visible;
}

.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    color: #000;
    text-shadow: none;
    padding-top: 5px;
    bottom: 0px;
    padding-bottom: 0px;
}

.carousel-indicators li {
  background-color: #669966;
}
.carousel-indicators .active {
  background-color: #FF7600;
}



.map-marker{
  text-align: center;
  position: absolute;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;                    // icon color
  width: 28px;
  height: 28px;
  border-radius: 50%;             // make a circle
  line-height: 22pt;
  font-size: 22px;
  font-family: 'FontAwesome';     // anything goes
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5)); 
}


.map-marker.marker-color-gray {background: lightgray;}


.map-marker.another-class:before{
  content: '\f1f8';
}


.leaflet-control-locate, .easy-button-container, .leaflet-ruler, .leaflet-draw {
	z-index: -10 !important;
}

.leaflet-control-layers.leaflet-control-layers-expanded {
    max-height: 200px !important; 
    overflow: unset;
}

.ddChild.ddchild_{
    border:none !important;
}

.ddChild.ddchild_ ul {
    padding-left: 0px;
               
}

.enabled._msddli_{
    list-style:none;
}

.enabled._msddli_:hover { 
    border:solid 1px;
    border-color: blue;
}