/* Center the logo on the page */
.layout_mainHeaderLeft {
  width: 100%;
  text-align: center;
}
/*Hide the language selector 
.layout_mainHeaderRight {
  display: none;
}
*/

/* Logo size adjustment */
/* Assumes the image has a 1000px width to account for retina display */
.layout_logo { 
	width: 55%;
}

/* Logo size adjustment -- narrow screen (mobile) */
@media screen and (max-width: 768px) {
  .layout_logo {
	width: 90%;
	height: auto;
  }
}

/*remove unnecessary padding around tool tip module in survey */
.popup_popupContainer {

padding: 0px;

}

/*Change calendar button to red*/
.calendar_calendarIconContainer_inActive {
color: #D40029;
}
.calendar_calendarIconContainer_isActive {
    background: #D40029;
    border: 1px solid #D40029;
    color: #fff;
}

/*.medallicons_medallicons {
color: #D40029;
}*/

#customfooter.customFooter {
   text-align: center;
}