/*==@import url("../bootstrapmin.css");
@import url("../groupama.css");==*/

/* ====== Header ====== */
.header-table {
  width: 100%;
  border-collapse: collapse;
}

.header-left {
width: 1%;
} 

.header-left-bg {
width: 270px;
height: 115px;
background-image: url("/pkmspublic/headerBannerLeft.png");
background-repeat: no-repeat;
background-position: center left;
background-size: cover;
}

.header-right {
  width: 100%;
}

.header-right-bg {
  width: 100%;
  height: 115px;
  background-image: url("/pkmspublic/headerBannerRight.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

/* ====== Footer ====== */
.footer-fixed-height {
  height: 33px;
}

.footer-table {
  border-collapse: collapse;
}

/* ====== Error handling (niente inline) ======
   Se vuoi eliminare lo style="display:none" dall'HTML, lascia questo. */
#erroreDiv {
  display: none;
}