body {
/*    background-color: #eee;*/
}

.navbar.bg-dark {
  background-color: #332D2D !important;
}

@media (max-width: 992px) {
  .navbar-collapse {
    background-color: #332D2D !important;  
  }
  .navbar-right {
    margin-left: 3rem !important;
  }
}

.text-bg-dark {
    background-color: #332D2D !important;
}

.text-bg-success,
.text-bg-danger {
    color: #fff !important;
}

.form-group .checkbox label, .form-group .radio label, .form-group label {
  color: #555;
}

.form-group label.control-label {
  /*font-size: 14px;*/
}

#floating-panel {
    position: absolute;
    top: 25px;
    left: 25%;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-family: 'Roboto','sans-serif';
    line-height: 30px;
    padding-left: 10px;
}

#coords_map {
    height: 400px;
    margin: 15px 0;
}

td.actions {
    white-space: nowrap;
}

td.actions .btn {
    margin-top: 3px;
}

a.user-trial-toggle {
    color: rgb(117, 117, 117) !important;
}

.card-overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}
