div.ui-datepicker {
  background-color: white;
  border: 1px solid #337ab7;
  padding: 0px;
}
div.ui-datepicker div.ui-datepicker-header {
  background-color: #337ab7;
  /* color: white; */
}

ul.checkbox-select-multiple li {
  display: block;
}

.checkbox-select-multiple.form-control {
  height: auto;
}

ul.checkbox-select-multiple.form-control {
  min-height: 34px;
}

input.checkbox-select-multiple {
  width: auto;
  display: inline;
  margin-right: 10px;
}

i.danger {
  color: #d9534f;
}

td.stato_giallo, div.stato_giallo {
  background-color: yellow;
  color: black;
}

td.stato_rosso, div.stato_rosso {
  background-color: red;
  color: white;
}

td.stato_verde, div.stato_verde {
  background-color: green;
  color: white;
}

td.stato_arancione, div.stato_arancione {
  background-color: #ffa500;
  color: white;
}

div.stato_rosso > a {
  color: white;
}

div.stato_verde > a {
  color: white;
}

td.progress-blocchi-td {
  padding: 0px !important;
}

div.progress-blocchi-div {
  padding: 8px;
}

.form-group input[type=checkbox], .form-group input[type=radio] {
  box-shadow: none;
  width: auto;
  margin-top: 2px;
}

tr.today {
  background-color: rgba(51, 122, 183, 0.1) !important;
  border: 2px solid #337ab7;
}

div.from-group.bordato {
  border-top: 1 px solid #337ab7;
  border-bottom: 1 px solid #337ab7;
}

.panel {
  border-radius: 4px;
}

p.help {
  font-size: 12px;
  line-height: 18px;
  padding-top: 0px;
}

.navbar-brand {
  padding: 0px;
}
