body {
  max-width:  1140px;
  margin-right: auto;
  margin-left: auto;
}

.leaflet-control-layers-list {
  padding-top: 5px;
  padding-bottom: 0px;
}
.form-control::-webkit-input-placeholder { color: #C0C0C0; }
.form-control:-moz-placeholder { color: #C0C0C0; }
.form-control::-moz-placeholder { color: #C0C0C0; }
.form-control:-ms-input-placeholder { color: #C0C0C0; }

.tt-menu {
  z-index: 1000 !important;
}

hr { //swal bottom div
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.htCore > tbody > tr:nth-child(even) > td {
    background-color: #F9F9F9;
}

input#search {
  display: inline;
  margin-right: 10px;
  margin-bottom: 2px;
}

input[type=file] {
  display: inline; 
}

input[type=date] {
  display: inline; 
}

.ht_clone_top {
    z-index: 99 !important;
}

.changeType {
  border: 1px solid #bbb;
  color: #bbb;
  background: #eee;
  border-radius: 2px;
  padding: 2px;
  font-size: 9px;
  float: right;
  line-height: 9px;
  margin: 3px 3px 0 0;
}

.changeType:hover {
  border: 1px solid #777;
  color: #777;
  cursor: pointer;
}

.changeType.pressed {
  background-color: #999;
}

.changeTypeMenu {
  position: absolute;
  border: 1px solid #ccc;
  margin-top: 18px;
  box-shadow: 0 1px 3px -1px #323232;
  background: white;
  padding: 0;
  font-size: 13px;
  display: none;
  z-index: 100;
}

.changeTypeMenu li {
  text-align: left;
  list-style: none;
  padding: 2px 20px;
  cursor: pointer;
  margin-bottom: 0;
}

.changeTypeMenu li.active:before {
  font-size: 12px;
  content: "\2714";
  margin-left: -15px;
  margin-right: 3px;
}

.changeTypeMenu li:hover {
  background: #eee;
}

.group-name {
  margin: 0px 10px 5px 10px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}

.modal-header {
  border-bottom: 0px !important;
}

.modal-dialog {
  width: 660px !important;
}

.spinner { position: fixed !important;}