﻿ 
#unlicensed {
    display: none !important;
    z-index: 0 !important;
}
.x-window-default {
    border-color: #e53526;
}

.x-tab-bar-default {
    background-color: #e53526;
}

.x-panel-header-default, .x-btn-default-small {
    background-color: #e53526;
}
.wizard .x-panel-header-default {
    background-color: grey;
}

.x-menu-item-default.x-menu-item-active {
    background-color: #fff;
}
.x-menu-item-active .x-menu-item-text-default {
    color: #000;
    font-weight:bold;
}

 .x-menu-item-default-focus {
    color: red;
    font-weight: bold;
}
.x-panel-header-default .x-tool-img {
    background-color: #e99393;
}

.x-accordion-hd .x-tool-img {
    color: #fff;
}

.x-panel-primary-framed,
.x-panel-primary-framed-outer-border-trl,
.x-panel-primary-framed-outer-border-rl,
.x-panel-primary-framed-outer-border-rbl {
    border-color: #d0d0d0 !important;
}

.x-tab.x-tab-active.x-tab-default .x-tab-inner-default {
    color: #404040;
}

.x-column-header-inner, .x-column-header-inner span {
    white-space: normal;
}

.x-column-header {
    font-size: 12px;
}
