/* # ----------------------------------------------------------------------------
CONFIGURAZIONI GENERALI DI PAGINA
# ---------------------------------------------------------------------------- */
html,
body {
  font-size: 14px;
  margin: 5px;
  margin: 0;
  background: #ededed;
}
#header {
  position: relative;
  padding: 0;
  background: #27448c url('/assets/images/top-agenzia-slice-2.jpg') repeat-x;
  height: 30px;
  margin-bottom: 10px;
}
#header #head_box_left {
  background: #27448c url('/assets/images/top-agenzia-sx-2.jpg') no-repeat center left;
  width: 208px;
  height: 30px;
}
#header #head_box_right {
  background: #27448c url('/assets/images/top-agenzia-dx-2.jpg') no-repeat center right;
  width: 6px;
  height: 30px;
}
#header h2 {
  position: absolute;
  right: 15px;
  top: 7px;
  margin: 0;
  color: #fff;
}
#box {
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#footer {
  position: relative;
  padding: 0;
  background: #27448c url('/assets/images/footer-slice.jpg') repeat-x;
  height: 16px;
  margin-top: 10px;
}
#footer #footer_box_left {
  position: absolute;
  background: #27448c url('/assets/images/footer-sx.jpg') no-repeat center left;
  width: 5px;
  height: 16px;
  left: 0;
}
#footer #footer_box_right {
  position: absolute;
  background: #27448c url('/assets/images/footer-dx.jpg') no-repeat center right;
  width: 5px;
  height: 16px;
  right: 0;
}
#footer #footer_content {
  position: absolute;
  width: 80%;
  left: 10%;
}
#footer #footer_content p {
  text-align: center;
  font-size: 80%;
  color: #2d2d2d;
}
.table-spacing3px {
  border-spacing: 3px !important;
  border-collapse: separate !important;
}
.form-group {
  margin-bottom: 4px !important;
}
/* GENERAL DIALOG ERRORS*/
.genErrorDialog {
  background: #961509 url('/assets/images/smiley_girl_sad_white.png') no-repeat 5px 5px !important;
  color: #f6f6f6 !important;
  font-family: 'Noto Sans', sans-serif !important;
  padding: 5px !important;
  padding-left: 60px !important;
}
.genErrorDialog h1 {
  font-size: 18px;
}
.genErrorDialog h2 {
  font-size: 17px;
}
.genErrorDialog h3 {
  font-size: 16px;
}
.genErrorDialog h4 {
  font-size: 15px;
}
.genErrorDialog h5 {
  font-size: 14px;
}
.genErrorDialog h6 {
  font-size: 13px;
}
.genErrorDialog p,
.genErrorDialog ul {
  font-size: 12px;
}
.genErrorDialog a {
  text-decoration: underline;
  color: #f6f6f6 !important;
}
.genErrorDialog a:hover {
  text-decoration: underline;
  color: #ebebeb;
}
.genErrorDialog ul,
.genErrorDialog ol {
  list-style-position: inside;
  margin-left: 3px;
}
.genErrorDialog ul {
  list-style-type: square !important;
}
.genErrorDialog ol {
  list-style-type: decimal !important;
}
.Footer--logo {
  height: 6rem !important;
}
.performerLink {
  background: transparent url('/assets/images/logos/performer_low.png') no-repeat center;
  width: 100%;
  height: 50%;
  min-height: 27px;
  background-size: contain;
}
.performerLink span {
  display: none;
}
.noborders {
  border: none !important;
}
.nobackground {
  background: transparent !important;
}
