.text-primary {
  color: #337ab7 !important; }

.text-secondary {
    color: #6c757d !important }

.text-danger {
  color: #d9534f !important; }

.text-success {
  color: #5cb85c !important; }

.display-inline-block {
  display: inline-block;
  min-width: 300px; }

#stops-image {
  position: relative;
  border: 1px solid #ccc;
  margin: auto; }

#stops-image img {
  width: 100%; }

#stops-square {
  position: absolute;
  border: 2px solid white;
  background: rgba(255, 255, 255, 0.3); }


tr.strikethrough_text
{
    text-decoration: line-through;
}

#users_group, #users_select
{
    display:none;
}

.create-user-block , .bulk-actions-block
{
    display: inline-block;
    vertical-align: middle;
}
.form-control
{
    width: auto;
    display: inline-block;
}

.buttons-panel {
    float: right;
}

.entity-form .control-label {
    float: left;
    width: 20%;
    height: 34px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.entity-form label + input,
.entity-form label + textarea,
.entity-form label + select {
    width: 78%;
}

.entity-form select {
  min-width: 170px;
}

.form-avatar-thumbnail
{
    width: 150px;
    height: 150px;
}

.table .form-control
{
    width:100%;
}
/*# sourceMappingURL=style.css.map */
