﻿/* DXCOMMENT: Duplicates color from the web.config (devexpress->themes->baseColor) */

.app-header .header-menu .item.selected {
    color: inherit;
    box-sizing: border-box;
    border-bottom: solid 2px #E4278E;
}
.text-content a {
    color: #E4278E;
}
mark {
    background-color: #E4278E;
    color: #fff;
}
.header-logo {
    background: url('../Content/Images/logo-rebound.png') no-repeat center;
    height: 26px;
    width: 186px;
    object-fit: cover;
}

.center {
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 10px;
}


/*@media (max-width: 359px) {
    .header-logo {
        background: url('../Content/Images/logo-rebound.png') no-repeat center;
        width: 26px;
        object-fit: cover;
    }
}*/