.table thead > tr > th {
    font-size: 14px;
    font-weight: 600;
}

input[type="checkbox"] {
    max-width: 15px !important;
}

.block-footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f9fafc;
    border-bottom: 1px solid #eaedf1;
}

.header-section h1 i {
    line-height: 36px;
}

.danger {
    color: red;
}

div.ui-datepicker {
  background-color: white;
  border: 1px solid #337ab7;
  padding: 0px;
}

div.ui-datepicker div.ui-datepicker-header {
  background-color: #337ab7;
  /* color: white; */
}

/* Ennio 20180103 */

tr.block-separator {
  height: 1px;
  color: #eaedf1;
}

/* Ennio 20180115 */

ul.checkbox-select-multiple li {
  display: block;
}

.checkbox-select-multiple.form-control {
  height: auto;
}

ul.checkbox-select-multiple.form-control {
  min-height: 34px;
  max-height: 150px;
  overflow-y: auto;
}

/* Ennio 20180309 */

ul.checkbox-select-multiple.form-control li {
  display: block;
}

input.checkbox-select-multiple {
  width: auto;
  display: inline;
  margin-right: 10px;
}

th.switch {
  display: table-cell;
}
  
/* Small devices, Tablets (>767px) */
@media screen and (min-width: 768px) {

    .block-footer {
        margin-left: -20px;
        margin-right: -20px;
    }

}

@media print {
    .block-footer {display: none !important;}
    .block-footer {margin: 0 0 20px !important;}
}

/* Ennio 20180427 */

ul.pagination {
  line-height: 26px;
}

ul.pagination li button {
  background-color: transparent;
  border: none;
}

ul.pagination > li > span {
  float: none;
}

/* Ennio 20181119 */

td i.fa-fw.fa-pencil,
td i.fa-fw.fa-list,
td i.fa-fw.fa-users,
td i.fa-fw.fa-print,
td i.fa-fw.fa-plus,
td i.fa-fw.fa-clone {
  font-size: 18px;
  padding: 5px 10px 5px 5px;
  border: 1px solid #666666;
  border-radius: 5px;
  width: 1.6em;
}

td a i.fa-fw.fa-pencil,
td a i.fa-fw.fa-list,
td a i.fa-fw.fa-users,
td a i.fa-fw.fa-print,
td a i.fa-fw.fa-plus,
td a i.fa-fw.fa-clone {
  font-size: 18px;
  padding: 5px 10px 5px 5px;
  border: 1px solid #1bbae1;
  border-radius: 5px;
  width: 1.6em;
}

td a i.fa-fw.fa-trash-o {
  font-size: 18px;
  padding: 5px;
  border: 1px solid red;
  border-radius: 5px;
  width: 1.6em;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.dashboard-amministratore .block-title,
.dashboard-amministratore .btn {
  background-color: rgb(57, 66, 99);
  color: white;
}

.dashboard-amministratore .block-title:after {
  content: '\f0b1';
  color: rgba(57, 66, 99, 0.25);
  font-family: 'FontAwesome';
  font-size: 130px;
  position: absolute;
  right: 50px;
  bottom: 10px;
}

.dashboard-condominio .block-title,
.dashboard-condominio .btn {
  background-color: rgb(230, 126, 34);
  color: white;
}

.dashboard-condominio .block-title:after {
  content: '\f015';
  color: rgba(230, 126, 34, 0.25);
  font-family: 'FontAwesome';
  font-size: 130px;
  position: absolute;
  right: 50px;
  bottom: 10px;
}

.dashboard-messaggio .block-title,
.dashboard-messaggio .btn {
  background-color: rgb(70, 183, 191);
  color: white;
}

.dashboard-messaggio .block-title:after {
  content: '\f0e0';
  color: rgba(70, 183, 191, 0.25);
  font-family: 'FontAwesome';
  font-size: 130px;
  position: absolute;
  right: 50px;
  bottom: 10px;
}

.dashboard-contatto .block-title,
.dashboard-contatto .btn {
  background-color: rgb(231, 76, 60);
  color: white;
}

.dashboard-contatto .block-title:after {
  content: '\f095';
  color: rgba(231, 76, 60, 0.25);
  font-family: 'FontAwesome';
  font-size: 130px;
  position: absolute;
  right: 50px;
  bottom: 10px;
}

.dashboard-notizia .block-title,
.dashboard-notizia .btn {
  background-color: rgb(175, 100, 2014);
  color: white;
}

.dashboard-notizia .block-title:after {
  content: '\f1ea';
  color: rgba(175, 100, 2014, 0.25);
  font-family: 'FontAwesome';
  font-size: 130px;
  position: absolute;
  right: 50px;
  bottom: 10px;
}

.dashboard-informativaprivacy .block-title,
.dashboard-informativaprivacy .btn {
  background-color: rgb(204, 159, 0);
  color: white;
}

.dashboard-informativaprivacy .block-title:after {
  content: '\f0f6';
  color: rgba(204, 159, 0, 0.25);
  font-family: 'FontAwesome';
  font-size: 130px;
  position: absolute;
  right: 50px;
  bottom: 10px;
}

.dashboard-utente .block-title,
.dashboard-utente .btn {
  background-color: rgb(119, 123, 127);
  color: white;
}

.dashboard-utente .block-title:after {
  content: '\f0c0';
  color: rgba(119, 123, 127, 0.25);
  font-family: 'FontAwesome';
  font-size: 130px;
  position: absolute;
  right: 50px;
  bottom: 10px;
}

table.calendario th {
  text-align: center;
  /* text-transform: uppercase; */
}

table.calendario > tbody > tr > td {
  width: 14.25%;
  /* height: 100px; */
  padding: 58px 8px;
}

table.calendario td div.numero {
  display: inline-block;
  font-size: 20px;
  width: 100%;
  text-align: center;
}

table.calendario td div.giorno {
  /* display: inline-block; */
  display: none;
}

table.calendario td div.corso {
  width: 100%;
  border: 1px solid white;
  padding: 10px;
}

table.calendario td div.corso a {
  /* color: black !important; */
}

div.navigazione-calendario {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 40px;
}


.select2-selection {
  padding: 0px;
}

