html {
    margin:    0 auto;
    max-width: 600px; 
} 

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

.mt-5 {
  margin-top: 40px !important;
}




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


.extraHeader {
    z-index:100;
    background:#F7F7F7;
}

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


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


.myhidden {
    display: none;
}

.myhiddenmsg {
    display: none;
}

.mydisplay {
    display: inline-flex;
}

.table2 td,.infoCompany .table2 th {
    padding: .05rem !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%);
}        



.table {
  color: #4F5050;
  margin: 0;
  font-size: 11px;
}


.mytext {
    font-size: 12px;
}



.timeline.timed .time {
    top:20px
}

.timeline .dot{
    top:10px
}

table.table.small td, table.table.small th {
    padding:.25rem;
}

p.small {
   margin-bottom:.25rem;
   font-size:13px;
   line-height: 1rem;
}

.small5 {
    margin:0px;
   font-size:12px;
    
}

p.myitem {
    font-weight: bold;
    font-size:13px;
    margin:0px;
    padding:0px;
}

.myright {
    text-align:right;
}


/****/


.gi-notifications {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 1em;
	z-index: 999;
}

.gi-ios-share {
	width: 25px;
	height: 29px;
}

.gi-ios-a2hs {
	width: 19.5px;
	height: 19.5px;
}

.gi-safari {
	width: 26px;
	height: 26px;
}


.gi-logo {
	width: 32px;
	height: 32px;
}

strong, b {
  font-weight: 600;
}
