.red{
    color: red;
}

.green{
    color: green;
}

*[hidden] { display: none; }

/*.table-responsive {
    overflow-x: scroll;
}*/

.html5buttons{
    float: right;
}
div.boxformtools form {
    float: right;
    margin-bottom: 15px;
    margin-top: 15px;
}

div.boxformtools form button{
    margin-right: 5px;
}

.navbar-default .landing_link a {
    background: rgba(248, 172, 89, 0.21);
    color: white;
}

.margin-top-10{
    margin-top: 10px;
}

.margin-top-20{
    margin-top: 20px;
}

.margin-top-30{
    margin-top: 30px;
}

.margin-bottom-20{
    margin-bottom: 20px;
}

/* blocco intestazioni tabella */
.table-fixed thead {
  width: 97%;
}
.table-fixed tbody {
  height: 260px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}
