#mainMenuContainer {
	top: 121px;
}
#headerContainer #mainMenuIcon {
    top: 53px !important;
}
#currentDayInsideDateIcon{
	color: rgba(33, 110, 184, 1) !important;
}
#advisoriesPanelBox {
    display: flex;
    height: 30px;
    background-color: rgba(200, 25, 25, 1) !important;
    z-index: -1;
    border: solid;
    border-color: white;
    border-radius: 5px;
    border-width: 1px;
    align-items: center;
    pointer-events: all;
}
#ui-datepicker-div {
    background-color: #fff !important;
}