/* Progress bar background, or incomplete area */
.progressbar_progressBar {
    background-color: #D5D8DD;    /* Color of incomplete area */
    height: 12px;                  /* Height of the bar */
}

/* Container for the page logo and language selectors */
.layout_mainHeader {
    padding: 12px 0;      /* Padding top and bottom: 0px each */
    min-height: 30px;     /* Entire header height is at least 54px (12+12+30) */
}

/* Center the logo on the page */
 .layout_mainHeaderLeft { 
  margin-left: auto; 
  margin-right: auto; 
  }

.layout_mainHeaderLeft {
    width: 100%;
    overflow: hidden;
}

/* If logo is too large */  
.layout_logo {
    max-width: 35%;
}

.layout_mainHeader {
    padding-top: 20px;
}

@media screen and (max-width: 600px) {
.indicatorCircle_circle_isSelected {
        width: 14px;
        height: 14px;
}
}