/* Style to denote the QA environment */

/* animal room */
#mainNavigationBar {
    background-color: rgba(255, 204, 0, 0.84) !important;
    background-image: none !important;
}

/* admin */
.viewport > .x-box-inner {
    background-color: rgba(255, 204, 0, 0.84) !important;
}

/* desktop */
.main {
    .x-panel-bodyWrap {
        .x-tab-bar {
            background-color: rgba(255, 204, 0, 0.84) !important;
            background-image: none !important;
        }
    }
}

/* new animal room */
.mainPanelToolbarCls {
    background-color: rgba(255, 204, 0, 0.84) !important;
}

/* login */
#content {
    background: -moz-linear-gradient(top, #fff, rgba(255, 204, 0, 0.84)) !important;
    background: -ms-linear-gradient(top, #fff, rgba(255, 204, 0, 0.84)) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 204, 0, 0.84))) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = #ffffff, endColorstr = rgba(255, 204, 0, 0.84) ) ";
}
