﻿/* *******************************************************************************************************
    ONLY LAYOUT SPECIFIC OVERRIDES SHOULD BE PLACED HERE
    STATUS COLORS ARE DEFINED VIA WEB.CONFIG.PATCH.XML
******************************************************************************************************* */

/* **********************************************
  SIDEBAR
********************************************** */
.hover-block .marmind-logo {
    background-size: 128px 48px !important;
    background-position: 0 center !important;
}
.hover-block:hover .marmind-logo {
  background-position: -80px center !important;
}

/* **********************************************
  HEADER
********************************************** */
.vt-startpage .mini-breadcrumb {
    display: none;
}

/* **********************************************
  NEWS
********************************************** */
.news-overview-list .brand-logo-wrapper .brand-logo {
    padding: 16px !important;
}

/* **********************************************
  GENERIC
********************************************** */
.global-background {
    background-color: #004750 !important;
    opacity: 1;
}


/* server indicator */
.server-indicator {
    position: fixed;
    top: 80px;
    left: 6px;
    border: 1px solid #d9534f;
    border-radius: 4px;
    z-index: 99;
}
    .server-indicator .indicator-wrapper {
        min-width: 48px;
        line-height: 21px;
        background-color: #361514;
        color: #fff;
        text-align: center;
        margin: 1px;
        padding: 0 4px;
        font-size: 9px;
    }
.server-indicator .indicator-wrapper .indicator-alias:after {
    content: 'STAGE';
}

