html,
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
html a,
body a {
  text-decoration: none;
}
#wrapper,
section {
  height: calc(100vh - 270px);
  margin: 20px 0 50px;
  padding: 0 20px;
  position: relative;
}
#wrapper.small,
section.small {
  margin: 0 auto;
  max-width: 900px;
}
header {
  border-bottom: 2px solid #DA4242;
  box-sizing: border-box;
  padding: 00;
  height: 150px;
}
header #logo {
  margin: -10px 20px 0;
}
header #logo a img {
  border: 0;
  width: 250px;
}
header #logo.bg {
  margin-top: 100px;
  text-align: center;
}
header #logo.bg a img {
  width: 350px;
}
header #logout {
  margin: 0 20px 0 auto;
}
header #logout a {
  background: #DA4242;
  color: #fff;
  padding: 15px;
}
header #logout a:hover {
  background: #a11f1f;
}
footer {
  bottom: 0;
  border-top: 1px solid #831a1a;
  background: #c32626;
  color: #fff;
  margin: 0;
  position: relative;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
h1 {
  color: #d65b4a;
  font-size: 35px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0 30px;
}
.block {
  display: block;
  width: 100%;
}
.hidden {
  display: none;
}
.nomargin {
  margin: 0;
}
.nopadding {
  padding: 0;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz25 {
  font-size: 25px;
}
.fz30 {
  font-size: 30px;
}
.important {
  color: #d65b4a !important;
}
.read {
  color: #66b92e !important;
}
a:hover {
  text-decoration: none;
}
.vcenter {
  display: flex;
  align-content: center;
}
.vcenter > .vtop {
  align-self: start;
}
.vcenter > .vcentered {
  align-self: center;
}
.vcenter > .vbottom {
  align-self: end;
}
.modal-dialog {
  width: 630px;
}
.modal-dialog .modal-content {
  padding: 15px;
}
.modal-dialog .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
}
.modal-dialog #response {
  font-weight: bold;
  padding: 10px 0;
}
.labelBox {
  border: 1px solid #000;
  height: 214px;
  padding: 15px;
  width: 600px;
}
.labelBox label {
  font-weight: normal;
  text-transform: uppercase;
}
.labelBox .field {
  border: 0;
  border-bottom: 1px solid #000;
  width: 100%;
}
.labelBox .field.h30 {
  height: 30px;
  padding: 0 10px;
}
.labelBox .field.h50 {
  height: 50px;
  padding: 0 10px;
}
.labelBox span {
  font-size: 15px;
}
.searchBox {
  font-size: 14px;
  margin: 20px 0;
}
.searchBox label {
  font-size: 16px;
  font-weight: normal;
}
#actions {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 0;
  margin: 0 auto;
  max-width: 900px;
}
#actions .box {
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  margin: 0 5px;
  padding: 20px;
  text-align: center;
  width: calc(calc(100% / 2) - 10px);
}
#actions .box .title {
  font-size: 3.5rem;
}
#actions .box .new {
  font-size: 1.2rem;
}
#actions .box a {
  color: #333;
}
#actions .box a:hover {
  text-decoration: underline;
}
#actions #assali {
  background: linear-gradient(#0f83da, #2198f0);
}
#actions #repulsori {
  background: linear-gradient(#549826, #66b92e);
}
#actions #tv2 {
  background: linear-gradient(#ff3300, #ff8566);
}

form.centered {
  margin: 50px auto;
  width: 300px;
}
form.centered .form-control {
  border-color: #C32626;
}
@media (max-width: 1024px) {
  .col-descrizione {
    display: none;
  }
  #comment_box textarea[name=comment] {
    width: 80%;
  }
  #comment_box button {
    width: 20%;
  }
}
@media (max-width: 760px) {
  h1 {
    font-size: 24px;
  }
  .col-ora,
  .col-priorita {
    display: none;
  }
}
@media (max-width: 720px) {
  .col-riferimento {
    display: none;
  }
}
