.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;
  margin: 10px 0px;
}

ul.pagination li button {
  background-color: transparent;
  border: none;
}

ul.pagination > li > span {
  float: none;
}

/* Ennio 20181119 */

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-printer,
td a i.fa-fw.fa-envelope,
td a i.fa-fw.fa-eye {
  font-size: 18px;
  padding: 5px 10px 5px 5px;
  border: 1px solid #1bbae1;
  border-radius: 5px;
  width: 1.6em;
}

/* Start Matteo Vitali 20191213 */
/* td a i.fa-fw.fa-eye {
  font-size: 18px;
  padding: 5px 10px 5px 5px;
  border: 1px solid #eeb300;
  color: #eeb300;
  border-radius: 5px;
  width: 1.6em;
} */
/* End Matteo Vitali 20191213 */

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 td {
  width: 14.25%;
  height: 100px;
}

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: 20px;
}

/* 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;
}



/* Matteo Vitali 20191213 */
.card {
  box-sizing: border-box;
  width: 90%;
  border: 0 solid #343d5b;
  float: left;
  border-radius: 4px;
  border-left: 6px solid #6ad2eb;
  box-shadow: 3px 3px 3px #aaaaaa;
}

.card:hover {
  box-shadow: 4px 4px 4px #aaaaaa;
}

.card > a {
  color: inherit;
}

.card > a:hover {
  color: inherit;
  text-decoration: none;
}

.card:active {
  box-shadow: 1px 1px 1px #aaaaaa;
}

.row-card {
  margin: 2px;
  padding: 20px;
}

/*.card-users {
  border-left: 6px solid #00acd1;
}

.card-customers {
  border-left: 6px solid green;
}

.card-portfolios {
  border-left: 6px solid #f0d500;
}

.card-riskdrivers {
  border-left: 6px solid orange;
} */

div.inline { 
  display:inline;
  padding-left: 3%;
}

#id_id {
  display: none;
}

label[for='id_id'] {
  display: none;
}

.errorlist {
  color: red;
  padding-left: 18%;
}

/*
.pagination {
  display: inline-flex;
  float: right;
}
*/

.circle {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* background: red; */
  margin-right: 1%;
  float: left;
}

.nounderline:hover {
  text-decoration: none;
}

.col-1-5-dashboard {
  /* margin-left:4.166666667%; */
  width: 20%;
}

#login-container .login-title {
  background-color: #f9fafc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

#login-container .block.push-bit {
  margin-bottom: 0px !important;
}

#login-container footer {
  background-color: #f9fafc;
  display: flex;
  justify-content: center;
  align-items: center;
}

#login-container footer p {
  margin-top: 20px;
}

a.sidebar-brand {
  background-color: #f9fafc;
}
