
html, body
{
    height: 100%;
}

.login-content {
  text-align: center;
  background-color: #607D8B;
  margin: 0 auto;
  min-height: 100%;
}

.login-content:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 1px;
  height: 100%;
}

.header-inner {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
  position: relative;
}

.text-bold {
    font-weight: bold;
}

.input-md {
  height: 30px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}

.label-md {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}

.bgm-lightgray {
  background-color: #e6e6e6 !important;
}

.c-lightgray {
  color: #e6e6e6 !important;
}

.bgm-darkgray {
  background-color: #4f4f4f !important;
}

.c-darkgray {
  color: #4f4f4f !important;
}

.borderless tr, .borderless td, .borderless th {
    border: none !important;
}


.table > tbody > tr:last-child > td,
.table > tfoot > tr:last-child > td {
  padding-bottom: 7px;
}

.table > tbody > tr.row-select {
  cursor: pointer;
}

.table-bordered {
  border: 1px solid #f0f0f0;
}

.table > thead > tr > th:first-child, .table > tbody > tr > th:first-child, .table > tfoot > tr > th:first-child, .table > thead > tr > td:first-child, .table > tbody > tr > td:first-child, .table > tfoot > tr > td:first-child {
  padding-left: 10px;
}


#gmaps {
  width: 100%;
  height: 550px;
}

.alert-info {
  background-color: #2196F3;
  color: #fff;
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
