.spacer-2 {
    margin-top: 110px;
}    

.spacer-1 {
    margin-top: 65px;
}    


.extraHeader {
    z-index:100;
}

.form-wizard-section .button-item.active2 strong {
    background: #72A7FE;
    color: #fff;
}


.modal-backdrop {
    z-index:100;
}


.myhidden {
    display: none;
}

.mydisplay {
    display: inline-flex;
}

.table2 td,.infoCompany .table2 th {
    padding: .5rem !important;
}


  /* Container holding the image and the text */
.mycontainer {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
  background-color:#FFF;
  color:#333;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
    background-color:#FFF;
    color:#333;
    border-radius: 6px 6px 6px 6px;
    border:1px solid #DDD;
    padding:5px 10px;
    line-height: 1em;
    font-size:12px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
    background-color:#FFF;
    color:#333;
    border-radius: 6px 6px 6px 6px;
    border:1px solid #DDD;
    padding:5px 10px;
    line-height: 1em;
    font-size:12px;  
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}        



