.Menu_Links {
	position: relative;
	overflow: hidden;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -1px;
}

.Menu_Links li {
    flex-grow: 1;
	flex-basis: auto;
	margin: .25rem 0;
	padding: 0 1rem;
	text-align: center;
	border-left: 1px solid #ccc;
}

.COFooter {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 8px;
}

.ApplicationLogoContainer{
height: 3.2rem;
}

.InformationButton {
    background: url("../Image/ENG/field_info.png") no-repeat scroll 0 0 white;
    background-position: center;
    border: 1px solid #999999;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.InformationButton a,
.InformationButton a:visited,
.InformationButton a:active,
.InformationButton a:hover {
    color: transparent;
    font-weight: bolder;
}
/** DORi Logo **/
.ManagerHeaderLink.ManagerHeaderLinkAssistant {
    background-color: #FFF;
    background-image: url(../Image/ENG/CO.DORi.png);
    background-repeat: no-repeat;
    background-position: 4px 7px;
    background-size: 65px;
}

.ManagerHeaderLink.ManagerHeaderLinkAssistant::before {
    content: " ";
}

.ManagerHeaderLink.ManagerHeaderLinkAssistant:hover
{
    animation: DORi-talk 0.3s infinite;
    animation-timing-function: step-start;
}

.ManagerHeaderLink.ManagerHeaderLinkAssistant:active {
    background-image: url(../Image/ENG/CO.DORi_hello.png);
    animation: none;
}

@keyframes DORi-talk
{
    0%
    {
        background-image: url(../Image/ENG/CO.DORi.png);
    }

    50%
    {
        background-image: url(../Image/ENG/CO.DORi_hello.png);
    }
}