#header {
    width: 100%;
    height: 64px;
    margin: 0;
    background: #CF0063;
}

#header-company-logo {
    position: relative;
    float: left;
    background-image: url('logo.png');
    background-repeat: no-repeat;
    top: 10px;
    left: 10px;
    width: 127px;
    height: 38px;
    z-index: 1;
}

.header-button:hover {
    background: #CF0063;
}

#header-username-caret span.m-icon {
    content: "\f08b";
}

.tile {
    width: 165px;
    height: 165px;
}

.tile:hover {
    border: 1px solid #CF0063;
}

#centerbody {
    background-color: #eeeeee;
    padding: 10px 10px 40px 15px;
    border: solid 3px #CF0063;
    border-radius: 5px;
}

.message {
    background-color: #eeeeee;
}

.message-info {
    background-color: #b6ccdb;
}

.message-error {
    background-color: #ffcccc;
}

.message-success {
    background-color: #df5598;
}

.menubutton {
    white-space: normal;
}

.tab-container > .label:hover {
    color: #CF0063;
    border-top-color: #CF0063;
    border-left-color: #CF0063;
    border-right-color: #CF0063;
}
