.toolbar {
  width: 100%;
  display: table;
  border-collapse: collapse;
  margin-bottom: 30px;
  background: rgba(59, 53, 59, 1);
  color: white;
}

.toolbar--sidebar {
  display: block;
  width: auto;
  margin-bottom: 0;
  margin-top: 3px;
}

.toolbar-item {
  display: table-cell;
  table-layout: fixed;
  white-space: nowrap;
  padding: 7px 10px;
  vertical-align: middle;
}

.toolbar-item md-switch{
  margin: 0;
  height: 0;
}

.toolbar-item--hover {
  cursor: pointer;
}

.toolbar-item--hover:hover {
  background: rgba(38, 33, 37, 1);
}

.toolbar-item--center {
  table-layout: auto;
  width: 100%;
}

.toolbar-item--green {
  color: rgba(129, 204, 193, 1);
}

.toolbar-item--yellow {
  color: rgba(255, 225, 156, 1);
}

.toolbar-item--red {
  color: rgba(250, 153, 155, 1);
}

.toolbar-item__label {
  font-weight: bold;
}

.toolbar-item .glyphicon {
  font-size: 20px;
  vertical-align: middle;
  margin-top: -6px;
}

.toolbar-item img {
  height: 20px;
  margin-top: -2px;
}

.toolbar-item .form-control {
  display: inline-block;
  height: 25px;
  line-height: 20px;
  padding: 0 5px 0 5px;
}

@media (max-width: 769px) {
  .toolbar-item:not(.toolbar-item--show-little) {
    display: none;
  }

  .toolbar--sidebar .toolbar-item {
    display: inline-block;
  }
}

@media (min-width: 769px) {
  .toolbar--sidebar {
    display: none;
  }
}
