﻿#menuAndStatus {
    padding-right: 30px;
    line-height: 1.42857143;
}
#portalLinks {
    float: right;
}

.header-luxco {
    min-height: 75px;
}
.header-trade {
    position: absolute;
    left: 80px;
    top: 0;
}
.header-logo img {
    max-height: 26px;
}
.header-logo {
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 14px;
}
.header-menu .top-menu {
    margin: 0 80px 0 80px;
}
.header-links-wrapper {
    margin: 0 80px 0 80px;
}
div.header-menu {
    background-color: #90060D;
    color: white;
}

.breadcrumb, .navbar {
    margin-left: 80px;
    top: 30px;
    color: #D9534F;
    background-color: #90060D;
    padding: 0;
}
@media (max-width:1000px) {
    .header-logo {
        left: 300px;
        top: 13px;
    }
}
@media (max-width:650px) {
    .header-logo {
        left: 150px;
        top: 15px;
    }
}

/* match portal/bootstrap */
#menuAndStatus ul {
    text-align: left;
}
#menuAndStatus li {
    position: relative;
    display: inline-block;
}
#menuAndStatus li a {
    display: block;
    line-height: 20px;
}

#menuAndStatus.nav-top {
    border-bottom: none;
}

@media (max-width: 790px) {
    #menuAndStatus {
        display: none;
    }
}
.filtersPanel {
	display:none;
}