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_verde, div.stato_verde {
  background-color: green;
  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;
}

button.btn-float-right {
  float: right;
}

.pagination>li>button {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li>button:focus {
  outline: none;
}

table.calendario th {
  text-align: center;
  /*text-transform: uppercase;*/
}

table.calendario td {
  width: 14.25%;
  height: 100px;
}

table.calendario td div.evento {
  width: 100%;
  border: 1px solid white;
  padding: 20px;
}

table.calendario td div.evento a {
  color: black !important;
}

div.navigazione-calendario {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 40px;
}
