.x-scroll-container {
    overflow: hidden;
    position: relative;
}

.x-scroll-scroller {
    float: left;
    position: relative;
    min-width: 100%;
    min-height: 100%;
}

.x-body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.x-no-touch-scroll {
    touch-action: none;
    -ms-touch-action: none;
}

@-ms-viewport {
    width: device-width;
}

img {
    border: 0;
}

.x-border-box, .x-border-box * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.x-ltr {
    direction: ltr;
}

.x-clear {
    overflow: hidden;
    clear: both;
    font-size: 0;
    line-height: 0;
    display: table;
}

.x-layer {
    position: absolute !important;
    overflow: hidden;
}

.x-fixed-layer {
    position: fixed !important;
    overflow: hidden;
}

.x-shim {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
}

.x-hidden-display {
    display: none !important;
}

.x-hidden-visibility {
    visibility: hidden !important;
}

.x-hidden, .x-hidden-offsets {
    display: block !important;
    visibility: hidden !important;
    position: absolute !important;
    top: -10000px !important;
}

.x-hidden-clip {
    position: absolute !important;
    clip: rect(0,0,0,0);
}

.x-masked-relative {
    position: relative;
}

.x-ie-shadow {
    background-color: #777;
    position: absolute;
    overflow: hidden;
}

.x-unselectable {
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-drag: none;
    cursor: default;
}

.x-selectable {
    cursor: auto;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -o-user-select: text;
}

.x-list-plain {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.x-table-plain {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
}

.x-frame-tl, .x-frame-tr, .x-frame-tc, .x-frame-bl, .x-frame-br, .x-frame-bc {
    overflow: hidden;
    background-repeat: no-repeat;
}

.x-frame-tc, .x-frame-bc {
    background-repeat: repeat-x;
}

td.x-frame-tl, td.x-frame-tr, td.x-frame-bl, td.x-frame-br {
    width: 1px;
}

.x-frame-mc {
    background-repeat: repeat-x;
    overflow: hidden;
}

.x-proxy-el {
    position: absolute;
    background: #b4b4b4;
    filter: alpha(opacity=80);
    opacity: .8;
}

.x-css-shadow {
    position: absolute;
    border-radius: 5px;
}

.x-item-disabled, .x-item-disabled * {
    cursor: default;
}

.x-component, .x-container {
    position: relative;
}

:focus {
    outline: 0;
}

.x-box-item {
    position: absolute !important;
    left: 0;
    top: 0;
}

.x-autocontainer-outerCt {
    display: table;
}

.x-autocontainer-innerCt {
    display: table-cell;
    height: 100%;
    vertical-align: top;
}

.x-mask {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none !important;
}

.x-mask-fixed {
    position: fixed;
}

.x-mask-msg {
    position: absolute;
}

.x-progress {
    position: relative;
    border-style: solid;
    overflow: hidden;
}

.x-progress-bar {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 100%;
}

.x-progress-text {
    overflow: hidden;
    position: absolute;
}

.x-title-icon {
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    text-align: center;
}

.x-title {
    display: table;
    table-layout: fixed;
}

.x-title-text {
    display: table-cell;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.x-title-align-left {
    text-align: left;
}

.x-title-align-center {
    text-align: center;
}

.x-title-align-right {
    text-align: right;
}

.x-title-rotate-right {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: 0 0;
    -o-transform: rotate(90deg);
    -o-transform-origin: 0 0;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: 0 0;
    transform: rotate(90deg);
    transform-origin: 0 0;
}

.x-title-rotate-left {
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform: rotate(270deg);
    -moz-transform-origin: 100% 0;
    -o-transform: rotate(270deg);
    -o-transform-origin: 100% 0;
    -ms-transform: rotate(270deg);
    -ms-transform-origin: 100% 0;
    transform: rotate(270deg);
    transform-origin: 100% 0;
}


.x-horizontal.x-header .x-title-rotate-right.x-title-align-left > .x-title-item {
    vertical-align: bottom;
}

.x-horizontal.x-header .x-title-rotate-right.x-title-align-center > .x-title-item {
    vertical-align: middle;
}

.x-horizontal.x-header .x-title-rotate-right.x-title-align-right > .x-title-item {
    vertical-align: top;
}

.x-horizontal.x-header .x-title-rotate-left.x-title-align-left > .x-title-item {
    vertical-align: top;
}

.x-horizontal.x-header .x-title-rotate-left.x-title-align-center > .x-title-item {
    vertical-align: middle;
}

.x-horizontal.x-header .x-title-rotate-left.x-title-align-right > .x-title-item {
    vertical-align: bottom;
}

.x-vertical.x-header .x-title-rotate-none.x-title-align-left > .x-title-item {
    vertical-align: top;
}

.x-vertical.x-header .x-title-rotate-none.x-title-align-center > .x-title-item {
    vertical-align: middle;
}

.x-vertical.x-header .x-title-rotate-none.x-title-align-right > .x-title-item {
    vertical-align: bottom;
}

.x-title-icon-wrap {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 0;
}

    .x-title-icon-wrap.x-title-icon-top, .x-title-icon-wrap.x-title-icon-bottom {
        display: table-row;
    }

.x-title-icon {
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
}

.x-tool {
    font-size: 0;
    line-height: 0;
}

.x-header > .x-box-inner {
    overflow: visible;
}

.x-splitter {
    font-size: 1px;
}

.x-splitter-horizontal {
    cursor: e-resize;
    cursor: row-resize;
}

.x-splitter-vertical {
    cursor: e-resize;
    cursor: col-resize;
}

.x-splitter-collapsed, .x-splitter-horizontal-noresize, .x-splitter-vertical-noresize {
    cursor: default;
}

.x-splitter-active {
    z-index: 4;
}

.x-collapse-el {
    position: absolute;
    background-repeat: no-repeat;
}

.x-splitter-focus {
    z-index: 4;
}

.x-box-layout-ct {
    overflow: hidden;
    position: relative;
}

.x-box-target {
    position: absolute;
    width: 20000px;
    top: 0;
    left: 0;
    height: 1px;
}

.x-box-inner {
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
}

.x-box-scroller {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 0;
    font-size: 0;
}

.x-box-scroller-top {
    top: 0;
}

.x-box-scroller-right {
    right: 0;
}

.x-box-scroller-bottom {
    bottom: 0;
}

.x-box-scroller-left {
    left: 0;
}

.x-box-menu-body-horizontal {
    float: left;
}

.x-box-menu-after {
    position: relative;
    float: left;
}

.x-toolbar-text {
    white-space: nowrap;
}

.x-toolbar-separator {
    display: block;
    font-size: 1px;
    overflow: hidden;
    cursor: default;
    border: 0;
    width: 0;
    height: 0;
    line-height: 0;
}

.x-toolbar-scroller {
    padding-left: 0;
}

.x-toolbar-plain {
    border: 0;
}

.x-dd-drag-proxy, .x-dd-drag-current {
    z-index: 1000000 !important;
    pointer-events: none;
}

.x-dd-drag-repair .x-dd-drag-ghost {
    filter: alpha(opacity=60);
    opacity: .6;
}

.x-dd-drag-repair .x-dd-drop-icon {
    display: none;
}

.x-dd-drag-ghost {
    filter: alpha(opacity=85);
    opacity: .85;
    padding: 5px;
    padding-left: 20px;
    white-space: nowrap;
    color: #000;
    /*font: normal 12px helvetica,arial,verdana,sans-serif;*/
    border: 1px solid;
    border-color: #ddd #bbb #bbb #ddd;
    background-color: #fff;
}

.x-dd-drop-icon {
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.x-dd-drop-ok .x-dd-drop-icon {
    background-image: url(images/dd/drop-yes.png);
}

.x-dd-drop-ok-add .x-dd-drop-icon {
    background-image: url(images/dd/drop-add.png);
}

.x-dd-drop-nodrop div.x-dd-drop-icon {
    background-image: url(images/dd/drop-no.png);
}

.x-docked {
    position: absolute !important;
    z-index: 1;
}

.x-docked-vertical {
    position: static;
}

.x-docked-top {
/*    border-bottom-width: 0 !important;*/
}

.x-docked-bottom {
    /* border-top-width: 0 !important; */
}

.x-docked-left {
    /* border-right-width: 0 !important; */
}

.x-docked-right {
    /* border-left-width: 0 !important; */
}

.x-docked-noborder-top {
    /* border-top-width: 0 !important; */
}

.x-docked-noborder-right {
    /* border-right-width: 0 !important; */
}

.x-docked-noborder-bottom {
    /* border-bottom-width: 0 !important; */
}

.x-docked-noborder-left {
    /* border-left-width: 0 !important; */
}

.x-noborder-l {
    /* border-left-width: 0 !important; */
}

.x-noborder-b {
    /* border-bottom-width: 0 !important; */
}

.x-noborder-bl {
    /* border-bottom-width: 0 !important; */
    /* border-left-width: 0 !important; */
}

.x-noborder-r {
    /* border-right-width: 0 !important; */
}

.x-noborder-rl {
    /* border-right-width: 0 !important; */
    /* border-left-width: 0 !important; */
}

.x-noborder-rb {
    /* border-right-width: 0 !important; */
    /* border-bottom-width: 0 !important; */
}

.x-noborder-rbl {
    /* border-right-width: 0 !important; */
    /* border-bottom-width: 0 !important; */
    /* border-left-width: 0 !important; */
}

.x-noborder-t {
    /* border-top-width: 0 !important; */
}

.x-noborder-tl {
    /* border-top-width: 0 !important; */
    /* border-left-width: 0 !important; */
}

.x-noborder-tb {
    /* border-top-width: 0 !important; */
    /* border-bottom-width: 0 !important; */
}

.x-noborder-tbl {
    /* border-top-width: 0 !important; */
    /* border-bottom-width: 0 !important; */
    /* border-left-width: 0 !important; */
}

.x-noborder-tr {
    /* border-top-width: 0 !important; */
    /* border-right-width: 0 !important; */
}

.x-noborder-trl {
    /* border-top-width: 0 !important; */
    /* border-right-width: 0 !important; */
    /* border-left-width: 0 !important; */
}

.x-noborder-trb {
    /* border-top-width: 0 !important; */
    /* border-right-width: 0 !important; */
    /* border-bottom-width: 0 !important; */
}

.x-noborder-trbl {
    /* border-width: 0 !important; */
}

.x-panel, .x-plain {
    overflow: hidden;
    position: relative;
}

.x-panel {
    outline: 0;
}

td.x-frame-mc {
    vertical-align: top;
}

.x-panel-body {
    overflow: hidden;
    position: relative;
}

.x-panel-header-plain, .x-panel-body-plain {
    border: 0;
    padding: 0;
}

.x-panel-collapsed-mini {
    visibility: hidden;
}

.x-form-item {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: separate;
}

.x-form-item-label {
    overflow: hidden;
}

.x-form-item.x-form-item-no-label > .x-form-item-label {
    display: none;
}

.x-form-item-label, .x-form-item-body {
    display: table-cell;
}

.x-form-item-body {
    vertical-align: middle;
    height: 100%;
}

.x-form-item-label-inner {
    display: inline-block;
}

.x-form-item-label-top {
    display: table-row;
    height: 1px;
}

    .x-form-item-label-top > .x-form-item-label-inner {
        display: table-cell;
    }

.x-form-item-label-top-side-error:after {
    display: table-cell;
    content: '';
}

.x-form-item-label-right {
    text-align: right;
}

.x-form-error-wrap-side {
    display: table-cell;
    vertical-align: middle;
}

.x-form-error-wrap-under {
    display: table-row;
    height: 1px;
}

    .x-form-error-wrap-under > .x-form-error-msg {
        display: table-cell;
    }

.x-form-error-wrap-under-side-label:before {
    display: table-cell;
    content: '';
    pointer-events: none;
}

.x-form-invalid-icon {
    overflow: hidden;
}

    .x-form-invalid-icon ul {
        display: none;
    }

.x-form-display-field-body {
    vertical-align: top;
}

.x-fit-item {
    position: relative;
}

.x-grid-view {
    overflow: hidden;
    position: relative;
}

.x-grid-row-table {
    width: 0;
    table-layout: fixed;
    border: 0 none;
    border-collapse: separate;
    border-spacing: 0;
}

.x-grid-item {
    table-layout: fixed;
    outline: 0;
}

.x-grid-row {
    outline: 0;
}

.x-grid-td {
    overflow: hidden;
    /* border-width: 0; */
    /* vertical-align: top; */
}

.x-grid-cell-inner {
    overflow: hidden;
    white-space: nowrap;
}

.x-wrap-cell .x-grid-cell-inner {
    white-space: normal;
}

.x-grid-resize-marker {
    position: absolute;
    z-index: 5;
    top: 0;
}

.x-view-item-focused {
    
}

.x-form-cb-wrap {
    vertical-align: top;
}

.x-form-cb-wrap-inner {
    position: relative;
}

.x-form-cb {
    position: absolute;
    left: 0;
    right: auto;
    vertical-align: top;
    overflow: hidden;
    padding: 0;
    border: 0;
}

    .x-form-cb::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

.x-form-cb-after {
    left: auto;
    right: 0;
}

.x-form-cb-label {
    display: inline-block;
}

.x-form-cb-wrap-inner-no-box-label > .x-form-cb {
    position: static;
}

.x-form-cb-wrap-inner-no-box-label > .x-form-cb-label {
    display: none;
}

.x-col-move-top, .x-col-move-bottom {
    position: absolute;
    top: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    z-index: 20000;
    background: no-repeat center top transparent;
}

.x-grid-header-ct {
    cursor: default;
}

.x-column-header {
    position: absolute;
    overflow: hidden;
    background-repeat: repeat-x;
}

.x-column-header-inner {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.x-leaf-column-header {
    height: 100%;
}

    .x-leaf-column-header .x-column-header-text-container {
        height: 100%;
    }

.x-column-header-text-container {
    width: 100%;
    display: table;
    table-layout: fixed;
}

    .x-column-header-text-container.x-column-header-text-container-auto {
        table-layout: auto;
    }

.x-column-header-text-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.x-column-header-text {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.x-column-header-trigger {
    display: none;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.x-column-header-over .x-column-header-trigger, .x-column-header-open .x-column-header-trigger {
    display: block;
}

.x-column-header-align-right {
    text-align: right;
}

.x-column-header-align-left {
    text-align: left;
}

.x-column-header-align-center {
    text-align: center;
}

.x-autowidth-table .x-grid-item {
    table-layout: auto;
    width: auto !important;
}

.x-tree-view {
    overflow: hidden;
}

.x-tree-elbow-img, .x-tree-icon {
    background-repeat: no-repeat;
    background-position: 0 center;
    vertical-align: top;
}

.x-tree-checkbox {
    border: 0;
    padding: 0;
    vertical-align: top;
    position: relative;
    background-color: transparent;
}

.x-tree-animator-wrap {
    overflow: hidden;
}

.x-form-trigger-wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.x-gecko .x-form-trigger-wrap {
    display: -moz-inline-box;
    display: inline-flex;
    vertical-align: top;
}

.x-form-text-wrap {
    display: table-cell;
    overflow: hidden;
    height: 100%;
}

.x-gecko .x-form-text-wrap {
    display: block;
    -moz-box-flex: 1;
    flex: 1;
}

.x-form-item-body.x-form-text-grow {
    min-width: inherit;
    max-width: inherit;
}

.x-form-text {
    border: 0;
    margin: 0;
    border-radius: 0;
    display: block;
    /* background: repeat-x 0 0; */
    width: 100%;
    height: 100%;
}

.x-webkit .x-form-text {
    /* height: calc(100%+3px); */
}

.x-form-trigger {
    display: table-cell;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
    background-repeat: no-repeat;
    line-height: 0;
    white-space: nowrap;
}

.x-item-disabled .x-form-trigger {
    cursor: default;
}

.x-form-trigger.x-form-trigger-cmp {
    background: 0;
    border: 0;
}

.x-gecko .x-form-trigger {
    display: block;
}

.x-border-layout-ct {
    overflow: hidden;
}

.x-border-layout-ct {
    position: relative;
}

.x-border-region-slide-in {
    z-index: 5;
}

.x-region-collapsed-placeholder {
    z-index: 4;
}

.x-btn {
    display: inline-block;
    outline: 0;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}

    .x-btn > .x-frame {
        height: 100%;
        width: 100%;
    }

.x-btn-wrap {
    display: table;
    height: 100%;
    width: 100%;
}

.x-btn-button {
    vertical-align: middle;
    display: table-cell;
    white-space: nowrap;
    /* line-height: 0; */
}

.x-btn-inner {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

.x-btn-icon.x-btn-no-text > .x-btn-inner {
    display: none;
}

.x-btn-icon-el {
    display: none;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
}

.x-btn-icon > .x-btn-icon-el {
    display: inline-block;
}

.x-btn-icon-top > .x-btn-icon-el, .x-btn-icon-bottom > .x-btn-icon-el {
    display: block;
}

.x-btn-button-center {
    text-align: center;
}

.x-btn-button-left {
    text-align: left;
}

.x-btn-button-right {
    text-align: right;
}

.x-opera12m-btn-arrow-right {
    display: table;
}

    .x-opera12m-btn-arrow-right > .x-btn-arrow-right, .x-opera12m-btn-arrow-right > .x-btn-split-right {
        display: table-row;
    }

.x-btn-arrow:after, .x-btn-split:after {
    background-repeat: no-repeat;
    content: '';
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.x-btn-arrow-right:after, .x-btn-split-right:after {
    display: table-cell;
    background-position: right center;
}

.x-btn-arrow-bottom:after, .x-btn-split-bottom:after {
    display: table-row;
    background-position: center bottom;
    content: '\00a0';
    line-height: 0;
}

.x-btn-mc {
    overflow: visible;
}

.x-tab {
    display: block;
    outline: 0;
    cursor: pointer;
    white-space: nowrap;
    /* text-decoration: none; */
    /* vertical-align: top; */
    overflow: hidden;
    position: relative;
}

    .x-tab > .x-frame {
        height: 100%;
        width: 100%;
    }

.x-tab-wrap {
    display: table;
    height: 100%;
    width: 100%;
}

.x-tab-button {
    vertical-align: middle;
    display: table-cell;
    white-space: nowrap;
    line-height: 0;
}

.x-tab-inner {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

.x-tab-icon.x-tab-no-text > .x-tab-inner {
    display: none;
}

.x-tab-icon-el {
    display: none;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
}

.x-tab-icon > .x-tab-icon-el {
    display: inline-block;
}

.x-tab-icon-top > .x-tab-icon-el, .x-tab-icon-bottom > .x-tab-icon-el {
    display: block;
}

.x-tab-button-center {
    /* text-align: center; */
}

.x-tab-button-left {
    text-align: left;
}

.x-tab-button-right {
    text-align: right;
}

.x-tab-mc {
    overflow: visible;
}

.x-tab {
    z-index: 1;
}

.x-tab-active {
    z-index: 3;
}

.x-tab-button {
    position: relative;
}

.x-tab-close-btn {
    display: block;
    position: absolute;
    font-size: 0;
    line-height: 0;
}

.x-tab-rotate-left {
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform: rotate(270deg);
    -moz-transform-origin: 100% 0;
    -o-transform: rotate(270deg);
    -o-transform-origin: 100% 0;
    -ms-transform: rotate(270deg);
    -ms-transform-origin: 100% 0;
    transform: rotate(270deg);
    transform-origin: 100% 0;
}


.x-tab-rotate-right {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: 0 0;
    -o-transform: rotate(90deg);
    -o-transform-origin: 0 0;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: 0 0;
    transform: rotate(90deg);
    transform-origin: 0 0;
}


.x-tab-tr, .x-tab-br, .x-tab-mr, .x-tab-tl, .x-tab-bl, .x-tab-ml {
    width: 1px;
}

.x-tab-bar {
    z-index: 0;
    position: relative;
}

.x-tab-bar-body {
    position: relative;
}

.x-tab-bar-strip {
    position: absolute;
    line-height: 0;
    font-size: 0;
    z-index: 2;
}

.x-tab-bar-top > .x-tab-bar-strip {
    bottom: 0;
}

.x-tab-bar-bottom > .x-tab-bar-strip {
    top: 0;
}

.x-tab-bar-left > .x-tab-bar-strip {
    right: 0;
}

.x-tab-bar-right > .x-tab-bar-strip {
    left: 0;
}

.x-tab-bar-horizontal .x-tab-bar-strip {
    width: 100%;
    left: 0;
}

.x-tab-bar-vertical {
    display: table-cell;
}

    .x-tab-bar-vertical .x-tab-bar-strip {
        height: 100%;
        top: 0;
    }

.x-tab-bar-plain {
    background: transparent !important;
}

.x-box-scroller-plain {
    background-color: transparent !important;
}

.x-window {
    outline: 0;
    overflow: hidden;
}

    .x-window .x-window-wrap {
        position: relative;
    }

.x-window-body {
    position: relative;
    overflow: hidden;
}

.x-tip {
    position: absolute;
    overflow: visible;
}

.x-tip-body {
    overflow: hidden;
    position: relative;
}

.x-tip-anchor {
    position: absolute;
    overflow: hidden;
    border-style: solid;
}

.x-segmented-button {
    display: table;
    table-layout: fixed;
}

.x-segmented-button-item {
    display: table-cell;
    vertical-align: top;
}

    .x-segmented-button-item > .x-frame {
        width: 100%;
        height: 100%;
    }

    .x-segmented-button-item .x-btn-mc {
        width: 100%;
    }

.x-segmented-button-item-horizontal {
    display: table-cell;
    height: 100%;
}

    .x-segmented-button-item-horizontal.x-segmented-button-first {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

        .x-segmented-button-item-horizontal.x-segmented-button-first .x-btn-tr, .x-segmented-button-item-horizontal.x-segmented-button-first .x-btn-mr, .x-segmented-button-item-horizontal.x-segmented-button-first .x-btn-br {
            display: none;
        }

    .x-segmented-button-item-horizontal.x-segmented-button-middle {
        border-radius: 0;
        border-left: 0;
    }

        .x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-tl, .x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-tr, .x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-ml, .x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-mr, .x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-bl, .x-segmented-button-item-horizontal.x-segmented-button-middle .x-btn-br {
            display: none;
        }

    .x-segmented-button-item-horizontal.x-segmented-button-last {
        border-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

        .x-segmented-button-item-horizontal.x-segmented-button-last .x-btn-tl, .x-segmented-button-item-horizontal.x-segmented-button-last .x-btn-ml, .x-segmented-button-item-horizontal.x-segmented-button-last .x-btn-bl {
            display: none;
        }

.x-segmented-button-row {
    display: table-row;
}

.x-segmented-button-item-vertical.x-segmented-button-first {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

    .x-segmented-button-item-vertical.x-segmented-button-first .x-btn-bl, .x-segmented-button-item-vertical.x-segmented-button-first .x-btn-bc, .x-segmented-button-item-vertical.x-segmented-button-first .x-btn-br {
        display: none;
    }

.x-segmented-button-item-vertical.x-segmented-button-middle {
    border-radius: 0;
    border-top: 0;
}

    .x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-tl, .x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-tc, .x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-tr, .x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-bl, .x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-bc, .x-segmented-button-item-vertical.x-segmented-button-middle .x-btn-br {
        display: none;
    }

.x-segmented-button-item-vertical.x-segmented-button-last {
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

    .x-segmented-button-item-vertical.x-segmented-button-last .x-btn-tl, .x-segmented-button-item-vertical.x-segmented-button-last .x-btn-tc, .x-segmented-button-item-vertical.x-segmented-button-last .x-btn-tr {
        display: none;
    }

.x-table-layout {
    font-size: 1em;
}

.x-btn-group {
    position: relative;
    overflow: hidden;
}

.x-btn-group-body {
    position: relative;
}

    .x-btn-group-body .x-table-layout-cell {
        vertical-align: top;
    }

.x-viewport, .x-viewport > .x-body {
    margin: 0;
    padding: 0;
    border: 0 none;
    overflow: hidden;
    position: static;
    touch-action: none;
    -ms-touch-action: none;
}

.x-viewport {
    height: 100%;
}

    .x-viewport > .x-body {
        min-height: 100%;
    }

.x-column {
    float: left;
}

.x-resizable-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 200000;
    background-color: #fff;
    filter: alpha(opacity=0);
    opacity: 0;
}

.x-form-textarea {
    overflow: auto;
    resize: none;
}

div.x-form-text-grow .x-form-textarea {
    min-height: inherit;
}

.x-message-box .x-form-display-field {
    height: auto;
}

.x-fieldset {
    display: block;
    position: relative;
    overflow: hidden;
}

.x-fieldset-header {
    overflow: hidden;
}

    .x-fieldset-header .x-form-item, .x-fieldset-header .x-tool {
        float: left;
    }

    .x-fieldset-header .x-fieldset-header-text {
        float: left;
    }

    .x-fieldset-header .x-form-cb-wrap {
        font-size: 0;
        line-height: 0;
        height: auto;
    }

    .x-fieldset-header .x-form-cb {
        margin: 0;
        position: static;
    }

.x-fieldset-body {
    overflow: hidden;
}

.x-fieldset-collapsed {
    padding-bottom: 0 !important;
}

    .x-fieldset-collapsed > .x-fieldset-body {
        display: none;
    }

.x-fieldset-header-text-collapsible {
    cursor: pointer;
}

.x-ie9 .x-boundlist-list-ct {
    min-height: 0\%;
}

.x-datepicker {
    position: relative;
}

    .x-datepicker .x-monthpicker {
        left: 0;
        top: 0;
        display: block;
    }

    .x-datepicker .x-monthpicker-months, .x-datepicker .x-monthpicker-years {
        height: 100%;
    }

.x-datepicker-inner {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
}

.x-datepicker-cell {
    padding: 0;
}

.x-datepicker-header {
    position: relative;
}

.x-datepicker-arrow {
    position: absolute;
    outline: 0;
    font-size: 0;
}

.x-datepicker-column-header {
    padding: 0;
}

.x-datepicker-date {
    display: block;
    text-decoration: none;
}

.x-monthpicker {
    display: table;
}

.x-monthpicker-body {
    height: 100%;
    position: relative;
}

.x-monthpicker-months, .x-monthpicker-years {
    float: left;
}

.x-monthpicker-item {
    float: left;
}

.x-monthpicker-item-inner {
    display: block;
    text-decoration: none;
}

.x-monthpicker-yearnav-button-ct {
    float: left;
    text-align: center;
}

.x-monthpicker-yearnav-button {
    display: inline-block;
    outline: 0;
    font-size: 0;
}

.x-monthpicker-buttons {
    width: 100%;
}

.x-datepicker .x-monthpicker-buttons {
    position: absolute;
    bottom: 0;
}

.x-form-file-btn {
    overflow: hidden;
    position: relative;
}

.x-form-file-input {
    border: 0;
    position: absolute;
    cursor: pointer;
    top: -2px;
    right: -2px;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 1000px;
}

.x-form-item-hidden {
    margin: 0;
}

.x-color-picker-item {
    float: left;
    text-decoration: none;
}

.x-color-picker-item-inner {
    display: block;
    font-size: 1px;
}

.x-html-editor-tb .x-toolbar {
    position: static !important;
}

.x-htmleditor-iframe, .x-htmleditor-textarea {
    display: block;
    overflow: auto;
    width: 100%;
    height: 100%;
    border: 0;
}

.x-tagfield-body {
    vertical-align: top;
}

.x-tagfield {
    height: auto !important;
    padding: 0 !important;
    cursor: text;
    min-height: 24px;
    overflow-y: auto;
}

    .x-tagfield .x-tagfield-list {
        padding: 1px 3px;
        margin: 0;
    }

.x-tagfield-list.x-tagfield-singleselect {
    white-space: nowrap;
    overflow: hidden;
}

.x-tagfield-input, .x-tagfield-item {
    vertical-align: top;
    display: inline-block;
    position: relative;
}

    .x-tagfield-input input, .x-tagfield-input div {
        border: 0 none;
        margin: 0;
        background: 0;
        width: 100%;
    }

.x-tagfield-input-field {
    line-height: 20px;
}

.x-tagfield-emptyinput {
    display: none;
}

.x-tagfield-stacked .x-tagfield-item {
    display: block;
}

.x-tagfield-item {
    border-radius: 3px;
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
    padding: 0 1px 0 5px !important;
    margin: 1px 4px 1px 0;
    cursor: default;
}

.x-field:not(.x-item-disabled) .x-tagfield-item:hover {
    background: #e4e4e4;
    border: 1px solid #999;
}

.x-field:not(.x-item-disabled) .x-tagfield-item.x-tagfield-item-selected {
    border: 1px solid #157fcc !important;
    background: #c4e2f8 !important;
    color: black !important;
}

.x-tagfield-item-text {
    line-height: 18px;
    padding-right: 20px;
}

.x-tagfield-item-close {
    cursor: pointer;
    position: absolute;
    background-image: url(images/form/tag-field-item-close.png);
    width: 12px;
    height: 12px;
    top: 2px;
    right: 2px;
}

.x-field:not(.x-item-disabled) .x-tagfield-item.x-tagfield-item-selected .x-tagfield-item-close {
    background-position: 0 12px;
}

.x-field:not(.x-item-disabled) .x-tagfield-item-close:hover {
    background-position: 24px 0;
}

.x-field:not(.x-item-disabled) .x-tagfield-item.x-tagfield-item-selected .x-tagfield-item-close:hover {
    background-position: 24px 12px;
}

.x-field:not(.x-item-disabled) .x-tagfield-item-close:active {
    background-position: 12px 0;
}

.x-field:not(.x-item-disabled) .x-tagfield-item.x-tagfield-item-selected .x-tagfield-item-close:active {
    background-position: 12px 12px;
}

.x-grid-cell-inner-action-col {
    line-height: 0;
    font-size: 0;
}

.x-grid-cell-inner-checkcolumn {
    line-height: 0;
    font-size: 0;
}

.x-group-hd-container {
    overflow: hidden;
}

.x-grid-group-hd {
    white-space: nowrap;
    outline: 0;
}

.x-grid-row-body-hidden, .x-grid-group-collapsed {
    display: none;
}

.x-grid-row-body-hidden {
    display: none;
}

.x-menu {
    outline: 0;
}

.x-menu-item {
    white-space: nowrap;
    overflow: hidden;
    border-color: transparent;
    border-style: solid;
}

.x-menu-item-cmp {
    margin: 2px;
}

    .x-menu-item-cmp .x-field-label-cell {
        vertical-align: middle;
    }

.x-menu-icon-separator {
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100%;
    overflow: hidden;
}

.x-menu-plain .x-menu-icon-separator {
    display: none;
}

.x-menu-item-link {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    text-decoration: none;
    outline: 0;
    display: block;
}

.x-menu-item-link-href {
    -webkit-touch-callout: default;
}

.x-menu-item-text {
    display: inline-block;
}

.x-menu-item-icon, .x-menu-item-icon-right, .x-menu-item-arrow {
    font-size: 0;
    position: absolute;
    text-align: center;
    background-repeat: no-repeat;
}

.x-grid-editor .x-form-cb-wrap {
    text-align: center;
}

.x-grid-editor .x-form-cb {
    position: static;
}

.x-grid-editor .x-form-display-field {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
}

.x-grid-editor div.x-form-action-col-field {
    line-height: 0;
}

.x-grid-row-editor-wrap {
    position: absolute;
    overflow: visible;
    z-index: 2;
}

.x-grid-row-editor {
    position: absolute;
}

.x-grid-row-editor-buttons {
    position: absolute;
    white-space: nowrap;
}

.x-grid-row-expander {
    font-size: 0;
    line-height: 0;
}

.x-ssm-row-numberer-hd {
    cursor: se-resize !important;
}

.x-ssm-row-numberer-cell {
    cursor: e-resize;
}

.x-ssm-column-select .x-column-header {
    cursor: s-resize;
}

.x-abs-layout-ct {
    position: relative;
}

.x-abs-layout-item {
    position: absolute !important;
}

.x-center-layout-item {
    position: absolute;
}

.x-center-target {
    position: relative;
}

.x-form-layout-wrap {
    display: table;
    width: 100%;
    border-collapse: separate;
}

.x-form-layout-colgroup {
    display: table-column-group;
}

.x-form-layout-column {
    display: table-column;
}

.x-form-layout-auto-label > * > .x-form-item-label {
    width: auto !important;
}

    .x-form-layout-auto-label > * > .x-form-item-label > .x-form-item-label-inner {
        width: auto !important;
        white-space: nowrap;
    }

.x-form-layout-auto-label > * > .x-form-layout-label-column {
    width: 1px;
}

.x-form-layout-sized-label > * > .x-form-item-label {
    width: auto !important;
}

.x-form-form-item {
    display: table-row;
}

    .x-form-form-item > .x-form-item-label {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
    }

    .x-form-form-item > .x-form-item-body {
        max-width: none;
    }

    .x-form-form-item.x-form-item-no-label:before {
        content: ' ';
        display: table-cell;
        pointer-events: none;
    }

.x-resizable-wrapped {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.x-column-header-checkbox .x-column-header-text {
    display: block;
    background-repeat: no-repeat;
    font-size: 0;
}

.x-grid-cell-row-checker {
    vertical-align: middle;
    background-repeat: no-repeat;
    font-size: 0;
}

.x-slider {
    outline: 0;
    position: relative;
}

.x-slider-inner {
    position: relative;
    left: 0;
    top: 0;
    overflow: visible;
}

.x-slider-vert .x-slider-inner {
    background: repeat-y 0 0;
}

.x-slider-thumb {
    position: absolute;
    background: no-repeat 0 0;
}

.x-slider-horz .x-slider-thumb {
    left: 0;
}

.x-slider-vert .x-slider-thumb {
    bottom: 0;
}

.x-breadcrumb-btn .x-box-target:first-child {
    margin: 0;
}

.x-scroll-indicator {
    position: absolute;
    background-color: black;
    opacity: .5;
    border-radius: 3px;
    margin: 2px;
}

.x-scroll-indicator-x {
    bottom: 0;
    left: 0;
    height: 6px;
}

.x-scroll-indicator-y {
    right: 0;
    top: 0;
    width: 6px;
}

.x-body {
}

.x-animating-size, .x-collapsed {
    overflow: hidden !important;
}

.x-editor .x-form-item-body {
    padding-bottom: 0;
}

.x-focus-element {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 0;
    height: 0;
}

.x-focus-frame {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100000000;
    width: 0;
    height: 0;
}

.x-focus-frame-top, .x-focus-frame-bottom, .x-focus-frame-left, .x-focus-frame-right {
    position: absolute;
    top: 0;
    left: 0;
}

.x-focus-frame-top, .x-focus-frame-bottom {
    border-top: solid 2px #15428b;
    height: 2px;
}

.x-focus-frame-left, .x-focus-frame-right {
    border-left: solid 2px #15428b;
    width: 2px;
}

.x-mask {
    /* background-image: none; */
    /* background-color: rgba(255,255,255,0.7); */
    /* border-style: solid; */
    /* border-width: 1px; */
    /* border-color: transparent; */
	cursor: default;
}

.x-mask.x-focus {
    border-style: solid;
    border-width: 1px;
    border-color: #157fcc;
}

.x-mask-msg {
    padding: 8px;
    border-radius: 3px;
    background: #e5e5e5;
}

.x-mask-msg-inner {
    padding: 0;
    background-color: transparent;
    color: #666;
    /*font: 300 13px helvetica,arial,verdana,sans-serif;*/
}

.x-mask-msg-text {
    padding: 21px 0 0;
    background-image: url(images/loadmask/loading.gif);
    background-repeat: no-repeat;
    background-position: center 0;
}

.x-progress-default {
    background-color: #f5f5f5;
    border-width: 0;
    height: 20px;
    border-color: #157fcc;
}

    .x-progress-default .x-progress-bar-default {
        background-image: none;
        background-color: #c1ddf1;
    }

    .x-progress-default .x-progress-text {
        color: #666;
        font-weight: 300;
        font-size: 13px;
        
        text-align: center;
        line-height: 20px;
    }

    .x-progress-default .x-progress-text-back {
        color: #666;
        line-height: 20px;
    }

.x-cmd-slicer.x-progress-bar-default:before {
    display: none;
    content: "x-slicer:stretch:bottom" !important;
}

.x-progressbar-default-cell > .x-grid-cell-inner, .x-progressbarwidget-default-cell > .x-grid-cell-inner {
    padding-top: 2px;
    padding-bottom: 2px;
}

    .x-progressbar-default-cell > .x-grid-cell-inner .x-progress-default, .x-progressbarwidget-default-cell > .x-grid-cell-inner .x-progress-default {
        height: 20px;
    }

.x-tool {
    cursor: pointer;
}

.x-tool-img {
    overflow: hidden;
    width: 16px;
    height: 16px;
    background-image: url(images/tools/tool-sprites.png);
    margin: 0;
    filter: alpha(opacity=80);
    opacity: .8;
}

.x-tool-over .x-tool-img {
    filter: alpha(opacity=90);
    opacity: .9;
}

.x-tool-pressed .x-tool-img {
    filter: alpha(opacity=100);
    opacity: 1;
}

.x-tool-placeholder {
    visibility: hidden;
}

.x-tool-close {
    background-position: 0 0;
}

.x-tool-minimize {
    background-position: 0 -16px;
}

.x-tool-maximize {
    background-position: 0 -32px;
}

.x-tool-restore {
    background-position: 0 -48px;
}

.x-tool-toggle {
    background-position: 0 -64px;
}

.x-panel-collapsed .x-tool-toggle {
    background-position: 0 -80px;
}

.x-tool-gear {
    background-position: 0 -96px;
}

.x-tool-prev {
    background-position: 0 -112px;
}

.x-tool-next {
    background-position: 0 -128px;
}

.x-tool-pin {
    background-position: 0 -144px;
}

.x-tool-unpin {
    background-position: 0 -160px;
}

.x-tool-right {
    background-position: 0 -176px;
}

.x-tool-left {
    background-position: 0 -192px;
}

.x-tool-down {
    background-position: 0 -208px;
}

.x-tool-up {
    background-position: 0 -224px;
}

.x-tool-refresh {
    background-position: 0 -240px;
}

.x-tool-plus {
    background-position: 0 -256px;
}

.x-tool-minus {
    background-position: 0 -272px;
}

.x-tool-search {
    background-position: 0 -288px;
}

.x-tool-save {
    background-position: 0 -304px;
}

.x-tool-help {
    background-position: 0 -320px;
}

.x-tool-print {
    background-position: 0 -336px;
}

.x-tool-expand {
    background-position: 0 -352px;
}

.x-tool-collapse {
    background-position: 0 -368px;
}

.x-tool-resize {
    background-position: 0 -384px;
}

.x-tool-move {
    background-position: 0 -400px;
}

.x-tool-expand-bottom, .x-tool-collapse-bottom {
    background-position: 0 -208px;
}

.x-tool-expand-top, .x-tool-collapse-top {
    background-position: 0 -224px;
}

.x-tool-expand-left, .x-tool-collapse-left {
    background-position: 0 -192px;
}

.x-tool-expand-right, .x-tool-collapse-right {
    background-position: 0 -176px;
}

.x-header-draggable, .x-header-ghost {
    cursor: move;
}

.x-header-text {
    white-space: nowrap;
}

.x-collapse-el {
    cursor: pointer;
}

.x-layout-split-left, .x-layout-split-right {
    top: 50%;
    margin-top: -24px;
    width: 8px;
    height: 48px;
}

.x-layout-split-top, .x-layout-split-bottom {
    left: 50%;
    width: 48px;
    height: 8px;
    margin-left: -24px;
}

.x-layout-split-left {
    background-image: url(images/util/splitter/mini-left.png);
}

.x-layout-split-right {
    background-image: url(images/util/splitter/mini-right.png);
}

.x-layout-split-top {
    background-image: url(images/util/splitter/mini-top.png);
}

.x-layout-split-bottom {
    background-image: url(images/util/splitter/mini-bottom.png);
}

.x-splitter-collapsed .x-layout-split-left {
    background-image: url(images/util/splitter/mini-right.png);
}

.x-splitter-collapsed .x-layout-split-right {
    background-image: url(images/util/splitter/mini-left.png);
}

.x-splitter-collapsed .x-layout-split-top {
    background-image: url(images/util/splitter/mini-bottom.png);
}

.x-splitter-collapsed .x-layout-split-bottom {
    background-image: url(images/util/splitter/mini-top.png);
}

.x-splitter-active {
    background-color: #b4b4b4;
    filter: alpha(opacity=80);
    opacity: .8;
}

    .x-splitter-active .x-collapse-el {
        filter: alpha(opacity=30);
        opacity: .3;
    }

.x-splitter-focus {
    outline: 1px solid #157fcc;
    outline-offset: -1px;
}

.x-toolbar-default {
    /* padding: 6px 0 6px 8px; */
    
}

    .x-toolbar-default .x-tool-img {
        background-image: url(images/tools/tool-sprites-dark.png);
        background-color: white;
    }

    .x-toolbar-default .x-toolbar-item {
        /* margin: 0 8px 0 0; */
    }

    .x-toolbar-default .x-toolbar-separator-horizontal {
        margin: 0 8px 0 0;
        height: 14px;
        border-style: solid;
        border-width: 0 0 0 1px;
        border-left-color: #e1e1e1;
        border-right-color: white;
    }

    .x-toolbar-default .x-box-menu-after {
        margin: 0 8px;
    }

.x-toolbar-default-vertical {
    padding: 6px 8px 0;
}

    .x-toolbar-default-vertical .x-toolbar-item {
        margin: 0 0 6px 0;
    }

    .x-toolbar-default-vertical .x-toolbar-separator-vertical {
        margin: 0 5px 6px;
        border-style: solid none;
        border-width: 1px 0 0;
        border-top-color: #e1e1e1;
        border-bottom-color: white;
    }

    .x-toolbar-default-vertical .x-box-menu-after {
        margin: 6px 0;
    }

.x-toolbar-text-default {
    padding: 0 4px;
    color: #333f49;
    /*font: 300 13px/16px helvetica,arial,verdana,sans-serif;*/
	line-height: 16px;
}

.x-toolbar-spacer-default {
    width: 2px;
}

.x-toolbar-default-scroller .x-box-scroller-body-horizontal {
    margin-left: 16px;
}

.x-toolbar-default-vertical-scroller .x-box-scroller-body-vertical {
    margin-top: 18px;
}

.x-box-scroller-toolbar-default {
    cursor: pointer;
    filter: alpha(opacity=60);
    opacity: .6;
}

    .x-box-scroller-toolbar-default.x-box-scroller-hover {
        filter: alpha(opacity=80);
        opacity: .8;
    }

    .x-box-scroller-toolbar-default.x-box-scroller-pressed {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .x-box-scroller-toolbar-default.x-box-scroller-disabled {
        filter: alpha(opacity=25);
        opacity: .25;
        cursor: default;
    }

    .x-box-scroller-toolbar-default.x-box-scroller-left, .x-box-scroller-toolbar-default.x-box-scroller-right {
        width: 16px;
        height: 16px;
        top: 50%;
        margin-top: -8px;
    }

    .x-box-scroller-toolbar-default.x-box-scroller-left {
        margin-left: 4px;
        margin-right: 4px;
        margin-bottom: 0;
        background-image: url(images/toolbar/default-scroll-left.png);
    }

    .x-box-scroller-toolbar-default.x-box-scroller-right {
        margin-left: 4px;
        margin-right: 4px;
        margin-bottom: 0;
        background-image: url(images/toolbar/default-scroll-right.png);
    }

    .x-box-scroller-toolbar-default.x-box-scroller-top, .x-box-scroller-toolbar-default.x-box-scroller-bottom {
        height: 16px;
        width: 16px;
        left: 50%;
        margin-left: -8px;
    }

    .x-box-scroller-toolbar-default.x-box-scroller-top {
        margin-top: 4px;
        margin-right: 0;
        margin-bottom: 4px;
        background-image: url(images/toolbar/default-scroll-top.png);
    }

    .x-box-scroller-toolbar-default.x-box-scroller-bottom {
        margin-top: 4px;
        margin-right: 0;
        margin-bottom: 4px;
        background-image: url(images/toolbar/default-scroll-bottom.png);
    }


.x-toolbar-more-icon {
    background-image: url(images/toolbar/default-more.png);
}

.x-toolbar-footer {
    padding: 6px 0 6px 6px;
    border-style: solid;
    border-color: #cecece;
    border-width: 0;
    background-image: none;
    
}

    .x-toolbar-footer .x-tool-img {
        background-image: url(images/tools/tool-sprites-dark.png);
        background-color: #e6e6e6;
    }

    .x-toolbar-footer .x-toolbar-item {
        margin: 0 6px 0 0;
    }

    .x-toolbar-footer .x-toolbar-separator-horizontal {
        margin: 0 8px 0 0;
        height: 14px;
        border-style: solid;
        border-width: 0 0 0 1px;
        border-left-color: #e1e1e1;
        border-right-color: white;
    }

    .x-toolbar-footer .x-box-menu-after {
        margin: 0 6px;
    }

.x-toolbar-footer-vertical {
    padding: 6px 6px 0;
}

    .x-toolbar-footer-vertical .x-toolbar-item {
        margin: 0 0 6px 0;
    }

    .x-toolbar-footer-vertical .x-toolbar-separator-vertical {
        margin: 0 5px 6px;
        border-style: solid none;
        border-width: 1px 0 0;
        border-top-color: #e1e1e1;
        border-bottom-color: white;
    }

    .x-toolbar-footer-vertical .x-box-menu-after {
        margin: 6px 0;
    }

.x-toolbar-text-footer {
    padding: 0 4px;
    color: #333f49;
    /*font: 300 13px/16px helvetica,arial,verdana,sans-serif;*/
	line-height: 16px;
}

.x-toolbar-spacer-footer {
    width: 2px;
}

.x-toolbar-footer-scroller .x-box-scroller-body-horizontal {
    margin-left: 18px;
}

.x-toolbar-footer-vertical-scroller .x-box-scroller-body-vertical {
    margin-top: 18px;
}

.x-box-scroller-toolbar-footer {
    cursor: pointer;
    filter: alpha(opacity=60);
    opacity: .6;
}

    .x-box-scroller-toolbar-footer.x-box-scroller-hover {
        filter: alpha(opacity=80);
        opacity: .8;
    }

    .x-box-scroller-toolbar-footer.x-box-scroller-pressed {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .x-box-scroller-toolbar-footer.x-box-scroller-disabled {
        filter: alpha(opacity=25);
        opacity: .25;
        cursor: default;
    }

    .x-box-scroller-toolbar-footer.x-box-scroller-left, .x-box-scroller-toolbar-footer.x-box-scroller-right {
        width: 16px;
        height: 16px;
        top: 50%;
        margin-top: -8px;
    }

    .x-box-scroller-toolbar-footer.x-box-scroller-left {
        margin-left: 4px;
        margin-right: 4px;
        margin-bottom: 0;
        background-image: url(images/toolbar/footer-scroll-left.png);
    }

    .x-box-scroller-toolbar-footer.x-box-scroller-right {
        margin-left: 4px;
        margin-right: 4px;
        margin-bottom: 0;
        background-image: url(images/toolbar/footer-scroll-right.png);
    }



.x-toolbar-more-icon {
    background-image: url(images/toolbar/footer-more.png);
}

.x-panel-ghost {
    filter: alpha(opacity=50);
    opacity: .5;
}

.x-panel-default {
    /*padding: 0;*/
}

.x-panel-header-default {
/*    font-size: 15px;*/
    
}

    .x-panel-header-default .x-tool-img {
        
    }

.x-panel-header-default-horizontal {
    /* padding: 9px 9px 10px 9px; */
}

    .x-panel-header-default-horizontal .x-panel-header-default-tab-bar {
        margin-top: -9px;
        margin-bottom: -10px;
    }

    .x-panel-header-default-horizontal.x-header-noborder {
        padding: 10px 10px 10px 10px;
    }

        .x-panel-header-default-horizontal.x-header-noborder .x-panel-header-default-tab-bar {
            margin-top: -10px;
            margin-bottom: -10px;
        }

.x-panel-header-default-vertical {
    padding: 9px 9px 9px 10px;
}

    .x-panel-header-default-vertical .x-panel-header-default-tab-bar {
        margin-right: -9px;
        margin-left: -10px;
    }

    .x-panel-header-default-vertical.x-header-noborder {
        padding: 10px 10px 10px 10px;
    }

        .x-panel-header-default-vertical.x-header-noborder .x-panel-header-default-tab-bar {
            margin-right: -10px;
            margin-left: -10px;
        }

.x-panel-header-title-default {
    /* color: #157fcc; */
    /* font-size: 15px; */
    /* font-weight: 300; */
    
    /* line-height: 16px; */
}

    .x-panel-header-title-default > .x-title-text-default {
        text-transform: none;
        padding: 0;
    }

    .x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-top {
        height: 22px;
        padding-bottom: 6px;
    }

    .x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-right {
        width: 22px;
        padding-left: 6px;
    }

    .x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-bottom {
        height: 22px;
        padding-top: 6px;
    }

    .x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-left {
        width: 22px;
        padding-right: 6px;
    }

    .x-panel-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default {
        width: 16px;
        height: 16px;
        background-position: center center;
    }

    .x-panel-header-title-default > .x-title-icon-wrap-default > .x-title-glyph {
        color: #157fcc;
        font-size: 16px;
        line-height: 16px;
        opacity: .5;
    }


.x-panel-body-default {
    
}

.x-panel-header-default {
    /*background-image: none;
    background-color: #f5f5f5;*/
}

.x-panel-header-default-vertical {
    background-image: none;
    background-color: #f5f5f5;
}

.x-panel .x-panel-header-default-collapsed-border-top {
    border-bottom-width: 1px !important;
}

.x-panel .x-panel-header-default-collapsed-border-right {
    border-left-width: 1px !important;
}

.x-panel .x-panel-header-default-collapsed-border-bottom {
    border-top-width: 1px !important;
}

.x-panel .x-panel-header-default-collapsed-border-left {
    border-right-width: 1px !important;
}

.x-cmd-slicer.x-panel-header-default-top:before {
    display: none;
    content: "x-slicer:stretch:bottom" !important;
}

.x-cmd-slicer.x-panel-header-default-bottom:before {
    display: none;
    content: "x-slicer:stretch:top" !important;
}

.x-cmd-slicer.x-panel-header-default-left:before {
    display: none;
    content: "x-slicer:stretch:right" !important;
}

.x-cmd-slicer.x-panel-header-default-right:before {
    display: none;
    content: "x-slicer:stretch:left" !important;
}

.x-panel-header-default-horizontal .x-tool-after-title {
    margin: 0 0 0 6px;
}

.x-panel-header-default-horizontal .x-tool-before-title {
    margin: 0 6px 0 0;
}

.x-panel-header-default-vertical .x-tool-after-title {
    margin: 6px 0 0 0;
}

.x-panel-header-default-vertical .x-tool-before-title {
    margin: 0 0 6px 0;
}

.x-panel-default-resizable .x-panel-handle {
    filter: alpha(opacity=0);
    opacity: 0;
}

.x-panel-default-outer-border-l {
    
}

.x-panel-default-outer-border-b {
    
}

.x-panel-default-outer-border-bl {
    
}

.x-panel-default-outer-border-r {
    
}

.x-panel-default-outer-border-rl {
    
}

.x-panel-default-outer-border-rb {
    
}

.x-panel-default-outer-border-rbl {
    
}

.x-panel-default-outer-border-t {
    
}

.x-panel-default-outer-border-tl {
    
}

.x-panel-default-outer-border-tb {
    
}

.x-panel-default-outer-border-tbl {
    
}

.x-panel-default-outer-border-tr {
    
}

.x-panel-default-outer-border-trl {
    
}

.x-panel-default-outer-border-trb {
    
}

.x-panel-default-outer-border-trbl {
    
}

.x-panel-default-framed {
    
    padding: 0;
}

.x-panel-header-default-framed {
    font-size: 15px;
    
}

    .x-panel-header-default-framed .x-tool-img {
        
    }

.x-panel-header-default-framed-horizontal {
    padding: 9px 9px 9px 9px;
}

    .x-panel-header-default-framed-horizontal .x-panel-header-default-framed-tab-bar {
        margin-top: -9px;
        margin-bottom: -9px;
    }

    .x-panel-header-default-framed-horizontal.x-header-noborder {
        padding: 10px 10px 9px 10px;
    }

        .x-panel-header-default-framed-horizontal.x-header-noborder .x-panel-header-default-framed-tab-bar {
            margin-top: -10px;
            margin-bottom: -9px;
        }

.x-panel-header-default-framed-vertical {
    padding: 9px 9px 9px 9px;
}

    .x-panel-header-default-framed-vertical .x-panel-header-default-framed-tab-bar {
        margin-right: -9px;
        margin-left: -9px;
    }

    .x-panel-header-default-framed-vertical.x-header-noborder {
        padding: 10px 10px 10px 9px;
    }

        .x-panel-header-default-framed-vertical.x-header-noborder .x-panel-header-default-framed-tab-bar {
            margin-right: -10px;
            margin-left: -9px;
        }

.x-panel-header-title-default-framed {
    color: #157fcc;
    font-size: 15px;
    font-weight: 300;
    
    line-height: 16px;
}

    .x-panel-header-title-default-framed > .x-title-text-default-framed {
        text-transform: none;
        padding: 0;
    }

    .x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-top {
        height: 22px;
        padding-bottom: 6px;
    }

    .x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-right {
        width: 22px;
        padding-left: 6px;
    }

    .x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-bottom {
        height: 22px;
        padding-top: 6px;
    }

    .x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed.x-title-icon-left {
        width: 22px;
        padding-right: 6px;
    }

    .x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed > .x-title-icon-default-framed {
        width: 16px;
        height: 16px;
        background-position: center center;
    }

    .x-panel-header-title-default-framed > .x-title-icon-wrap-default-framed > .x-title-glyph {
        color: #157fcc;
        font-size: 16px;
        line-height: 16px;
        opacity: .5;
    }


.x-panel-body-default-framed {
    background: white;
    border-color: #cecece;
    color: black;
    font-size: 13px;
    font-weight: 300;
    
    border-width: 1px;
    border-style: solid;
}

.x-panel-default-framed {
    
    padding: 0;
    
    background-color: white;
}

.x-panel-default-framed-mc {
    background-color: white;
}

.x-nbr .x-panel-default-framed {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-panel-default-framed-frameInfo {
    font-family: dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px;
}

.x-panel-default-framed-tl {
    background-position: 0 -8px;
}

.x-panel-default-framed-tr {
    background-position: right -12px;
}

.x-panel-default-framed-bl {
    background-position: 0 -16px;
}

.x-panel-default-framed-br {
    background-position: right -20px;
}

.x-panel-default-framed-ml {
    background-position: 0 top;
}

.x-panel-default-framed-mr {
    background-position: right top;
}

.x-panel-default-framed-tc {
    background-position: 0 0;
}

.x-panel-default-framed-bc {
    background-position: 0 -4px;
}

.x-panel-default-framed-tr, .x-panel-default-framed-br, .x-panel-default-framed-mr {
    padding-right: 4px;
}

.x-panel-default-framed-tl, .x-panel-default-framed-bl, .x-panel-default-framed-ml {
    padding-left: 4px;
}

.x-panel-default-framed-tc {
    height: 4px;
}

.x-panel-default-framed-bc {
    height: 4px;
}

.x-panel-default-framed-tl, .x-panel-default-framed-bl, .x-panel-default-framed-tr, .x-panel-default-framed-br, .x-panel-default-framed-tc, .x-panel-default-framed-bc, .x-panel-default-framed-ml, .x-panel-default-framed-mr {
    background-image: url(images/panel/panel-default-framed-corners.gif);
}

.x-panel-default-framed-ml, .x-panel-default-framed-mr {
    background-image: url(images/panel/panel-default-framed-sides.gif);
    background-repeat: repeat-y;
}

.x-panel-default-framed-mc {
    padding: 0;
}

.x-cmd-slicer.x-panel-default-framed:before {
    display: none;
    content: "x-slicer:frame:4px 4px 4px 4px, corners:url(images/panel/panel-default-framed-corners.gif), sides:url(images/panel/panel-default-framed-sides.gif)" !important;
}

.x-panel-header-default-framed-top {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 9px 9px 9px 9px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    background-color: #f5f5f5;
}

.x-panel-header-default-framed-top-mc {
    background-color: #f5f5f5;
}

.x-nbr .x-panel-header-default-framed-top {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-panel-header-default-framed-top-frameInfo {
    font-family: dh-4-4-0-4-1-1-0-1-9-9-9-9;
}

.x-panel-header-default-framed-top-tl {
    background-position: 0 -8px;
}

.x-panel-header-default-framed-top-tr {
    background-position: right -12px;
}

.x-panel-header-default-framed-top-bl {
    background-position: 0 -16px;
}

.x-panel-header-default-framed-top-br {
    background-position: right -20px;
}

.x-panel-header-default-framed-top-ml {
    background-position: 0 top;
}

.x-panel-header-default-framed-top-mr {
    background-position: right top;
}

.x-panel-header-default-framed-top-tc {
    background-position: 0 0;
}

.x-panel-header-default-framed-top-bc {
    background-position: 0 -4px;
}

.x-panel-header-default-framed-top-tr, .x-panel-header-default-framed-top-br, .x-panel-header-default-framed-top-mr {
    padding-right: 4px;
}

.x-panel-header-default-framed-top-tl, .x-panel-header-default-framed-top-bl, .x-panel-header-default-framed-top-ml {
    padding-left: 4px;
}

.x-panel-header-default-framed-top-tc {
    height: 4px;
}

.x-panel-header-default-framed-top-bc {
    height: 0;
}

.x-panel-header-default-framed-top-tl, .x-panel-header-default-framed-top-bl, .x-panel-header-default-framed-top-tr, .x-panel-header-default-framed-top-br, .x-panel-header-default-framed-top-tc, .x-panel-header-default-framed-top-bc, .x-panel-header-default-framed-top-ml, .x-panel-header-default-framed-top-mr {
    background-image: url(images/panel-header/panel-header-default-framed-top-corners.gif);
}

.x-panel-header-default-framed-top-ml, .x-panel-header-default-framed-top-mr {
    background-image: url(images/panel-header/panel-header-default-framed-top-sides.gif);
    background-repeat: repeat-y;
}

.x-panel-header-default-framed-top-mc {
    padding: 6px 6px 9px 6px;
}

.x-cmd-slicer.x-panel-header-default-framed-top:before {
    display: none;
    content: "x-slicer:frame:4px 4px 0 4px, corners:url(images/panel-header/panel-header-default-framed-top-corners.gif), sides:url(images/panel-header/panel-header-default-framed-top-sides.gif)" !important;
}

.x-panel-header-default-framed-right {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 9px 9px 9px 9px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    background-color: #f5f5f5;
}

.x-panel-header-default-framed-right-mc {
    background-color: #f5f5f5;
}

.x-nbr .x-panel-header-default-framed-right {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-panel-header-default-framed-right-frameInfo {
    font-family: dh-4-4-4-0-1-1-1-0-9-9-9-9;
}

.x-panel-header-default-framed-right-tl {
    background-position: 0 -8px;
}

.x-panel-header-default-framed-right-tr {
    background-position: right -12px;
}

.x-panel-header-default-framed-right-bl {
    background-position: 0 -16px;
}

.x-panel-header-default-framed-right-br {
    background-position: right -20px;
}

.x-panel-header-default-framed-right-ml {
    background-position: right 0;
}

.x-panel-header-default-framed-right-mr {
    background-position: right 0;
}

.x-panel-header-default-framed-right-tc {
    background-position: 0 0;
}

.x-panel-header-default-framed-right-bc {
    background-position: 0 -4px;
}

.x-panel-header-default-framed-right-tr, .x-panel-header-default-framed-right-br, .x-panel-header-default-framed-right-mr {
    padding-right: 4px;
}

.x-panel-header-default-framed-right-tl, .x-panel-header-default-framed-right-bl, .x-panel-header-default-framed-right-ml {
    padding-left: 0;
}

.x-panel-header-default-framed-right-tc {
    height: 4px;
}

.x-panel-header-default-framed-right-bc {
    height: 4px;
}

.x-panel-header-default-framed-right-tl, .x-panel-header-default-framed-right-bl, .x-panel-header-default-framed-right-tr, .x-panel-header-default-framed-right-br, .x-panel-header-default-framed-right-tc, .x-panel-header-default-framed-right-bc, .x-panel-header-default-framed-right-ml, .x-panel-header-default-framed-right-mr {
    background-image: url(images/panel-header/panel-header-default-framed-right-corners.gif);
}

.x-panel-header-default-framed-right-ml, .x-panel-header-default-framed-right-mr {
    background-image: url(images/panel-header/panel-header-default-framed-right-sides.gif);
    background-repeat: repeat-y;
}

.x-panel-header-default-framed-right-mc {
    padding: 6px 6px 6px 9px;
}

.x-cmd-slicer.x-panel-header-default-framed-right:before {
    display: none;
    content: "x-slicer:frame:4px 4px 4px 0, corners:url(images/panel-header/panel-header-default-framed-right-corners.gif), sides:url(images/panel-header/panel-header-default-framed-right-sides.gif)" !important;
}

.x-panel-header-default-framed-bottom {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 9px 9px 9px 9px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    background-color: #f5f5f5;
}

.x-panel-header-default-framed-bottom-mc {
    background-color: #f5f5f5;
}

.x-nbr .x-panel-header-default-framed-bottom {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-panel-header-default-framed-bottom-frameInfo {
    font-family: dh-0-4-4-4-0-1-1-1-9-9-9-9;
}

.x-panel-header-default-framed-bottom-tl {
    background-position: 0 -8px;
}

.x-panel-header-default-framed-bottom-tr {
    background-position: right -12px;
}

.x-panel-header-default-framed-bottom-bl {
    background-position: 0 -16px;
}

.x-panel-header-default-framed-bottom-br {
    background-position: right -20px;
}

.x-panel-header-default-framed-bottom-ml {
    background-position: 0 bottom;
}

.x-panel-header-default-framed-bottom-mr {
    background-position: right bottom;
}

.x-panel-header-default-framed-bottom-tc {
    background-position: 0 0;
}

.x-panel-header-default-framed-bottom-bc {
    background-position: 0 -4px;
}

.x-panel-header-default-framed-bottom-tr, .x-panel-header-default-framed-bottom-br, .x-panel-header-default-framed-bottom-mr {
    padding-right: 4px;
}

.x-panel-header-default-framed-bottom-tl, .x-panel-header-default-framed-bottom-bl, .x-panel-header-default-framed-bottom-ml {
    padding-left: 4px;
}

.x-panel-header-default-framed-bottom-tc {
    height: 0;
}

.x-panel-header-default-framed-bottom-bc {
    height: 4px;
}

.x-panel-header-default-framed-bottom-tl, .x-panel-header-default-framed-bottom-bl, .x-panel-header-default-framed-bottom-tr, .x-panel-header-default-framed-bottom-br, .x-panel-header-default-framed-bottom-tc, .x-panel-header-default-framed-bottom-bc, .x-panel-header-default-framed-bottom-ml, .x-panel-header-default-framed-bottom-mr {
    background-image: url(images/panel-header/panel-header-default-framed-bottom-corners.gif);
}

.x-panel-header-default-framed-bottom-ml, .x-panel-header-default-framed-bottom-mr {
    background-image: url(images/panel-header/panel-header-default-framed-bottom-sides.gif);
    background-repeat: repeat-y;
}

.x-panel-header-default-framed-bottom-mc {
    padding: 9px 6px 6px 6px;
}

.x-cmd-slicer.x-panel-header-default-framed-bottom:before {
    display: none;
    content: "x-slicer:frame:0 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-bottom-corners.gif), sides:url(images/panel-header/panel-header-default-framed-bottom-sides.gif)" !important;
}

.x-panel-header-default-framed-left {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 9px 9px 9px 9px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    background-color: #f5f5f5;
}

.x-panel-header-default-framed-left-mc {
    background-color: #f5f5f5;
}

.x-nbr .x-panel-header-default-framed-left {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-panel-header-default-framed-left-frameInfo {
    font-family: dh-4-0-4-4-1-0-1-1-9-9-9-9;
}

.x-panel-header-default-framed-left-tl {
    background-position: 0 -8px;
}

.x-panel-header-default-framed-left-tr {
    background-position: right -12px;
}

.x-panel-header-default-framed-left-bl {
    background-position: 0 -16px;
}

.x-panel-header-default-framed-left-br {
    background-position: right -20px;
}

.x-panel-header-default-framed-left-ml {
    background-position: left 0;
}

.x-panel-header-default-framed-left-mr {
    background-position: left 0;
}

.x-panel-header-default-framed-left-tc {
    background-position: 0 0;
}

.x-panel-header-default-framed-left-bc {
    background-position: 0 -4px;
}

.x-panel-header-default-framed-left-tr, .x-panel-header-default-framed-left-br, .x-panel-header-default-framed-left-mr {
    padding-right: 0;
}

.x-panel-header-default-framed-left-tl, .x-panel-header-default-framed-left-bl, .x-panel-header-default-framed-left-ml {
    padding-left: 4px;
}

.x-panel-header-default-framed-left-tc {
    height: 4px;
}

.x-panel-header-default-framed-left-bc {
    height: 4px;
}

.x-panel-header-default-framed-left-tl, .x-panel-header-default-framed-left-bl, .x-panel-header-default-framed-left-tr, .x-panel-header-default-framed-left-br, .x-panel-header-default-framed-left-tc, .x-panel-header-default-framed-left-bc, .x-panel-header-default-framed-left-ml, .x-panel-header-default-framed-left-mr {
    background-image: url(images/panel-header/panel-header-default-framed-left-corners.gif);
}

.x-panel-header-default-framed-left-ml, .x-panel-header-default-framed-left-mr {
    background-image: url(images/panel-header/panel-header-default-framed-left-sides.gif);
    background-repeat: repeat-y;
}

.x-panel-header-default-framed-left-mc {
    padding: 6px 9px 6px 6px;
}

.x-cmd-slicer.x-panel-header-default-framed-left:before {
    display: none;
    content: "x-slicer:frame:4px 0 4px 4px, corners:url(images/panel-header/panel-header-default-framed-left-corners.gif), sides:url(images/panel-header/panel-header-default-framed-left-sides.gif)" !important;
}

.x-panel-header-default-framed-collapsed-top {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 9px 9px 9px 9px;
    border-width: 1px;
    border-style: solid;
    background-color: #f5f5f5;
}

.x-panel-header-default-framed-collapsed-top-mc {
    background-color: #f5f5f5;
}

.x-nbr .x-panel-header-default-framed-collapsed-top {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-panel-header-default-framed-collapsed-top-frameInfo {
    font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9;
}

.x-panel-header-default-framed-collapsed-top-tl {
    background-position: 0 -8px;
}

.x-panel-header-default-framed-collapsed-top-tr {
    background-position: right -12px;
}

.x-panel-header-default-framed-collapsed-top-bl {
    background-position: 0 -16px;
}

.x-panel-header-default-framed-collapsed-top-br {
    background-position: right -20px;
}

.x-panel-header-default-framed-collapsed-top-ml {
    background-position: 0 top;
}

.x-panel-header-default-framed-collapsed-top-mr {
    background-position: right top;
}

.x-panel-header-default-framed-collapsed-top-tc {
    background-position: 0 0;
}

.x-panel-header-default-framed-collapsed-top-bc {
    background-position: 0 -4px;
}

.x-panel-header-default-framed-collapsed-top-tr, .x-panel-header-default-framed-collapsed-top-br, .x-panel-header-default-framed-collapsed-top-mr {
    padding-right: 4px;
}

.x-panel-header-default-framed-collapsed-top-tl, .x-panel-header-default-framed-collapsed-top-bl, .x-panel-header-default-framed-collapsed-top-ml {
    padding-left: 4px;
}

.x-panel-header-default-framed-collapsed-top-tc {
    height: 4px;
}

.x-panel-header-default-framed-collapsed-top-bc {
    height: 4px;
}

.x-panel-header-default-framed-collapsed-top-tl, .x-panel-header-default-framed-collapsed-top-bl, .x-panel-header-default-framed-collapsed-top-tr, .x-panel-header-default-framed-collapsed-top-br, .x-panel-header-default-framed-collapsed-top-tc, .x-panel-header-default-framed-collapsed-top-bc, .x-panel-header-default-framed-collapsed-top-ml, .x-panel-header-default-framed-collapsed-top-mr {
    background-image: url(images/panel-header/panel-header-default-framed-collapsed-top-corners.gif);
}

.x-panel-header-default-framed-collapsed-top-ml, .x-panel-header-default-framed-collapsed-top-mr {
    background-image: url(images/panel-header/panel-header-default-framed-collapsed-top-sides.gif);
    background-repeat: repeat-y;
}

.x-panel-header-default-framed-collapsed-top-mc {
    padding: 6px 6px 6px 6px;
}

.x-cmd-slicer.x-panel-header-default-framed-collapsed-top:before {
    display: none;
    content: "x-slicer:frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-top-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-top-sides.gif)" !important;
}

.x-panel-header-default-framed-collapsed-right {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 9px 9px 9px 9px;
    border-width: 1px;
    border-style: solid;
    background-color: #f5f5f5;
}

.x-panel-header-default-framed-collapsed-right-mc {
    background-color: #f5f5f5;
}

.x-nbr .x-panel-header-default-framed-collapsed-right {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-panel-header-default-framed-collapsed-right-frameInfo {
    font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9;
}

.x-panel-header-default-framed-collapsed-right-tl {
    background-position: 0 -8px;
}

.x-panel-header-default-framed-collapsed-right-tr {
    background-position: right -12px;
}

.x-panel-header-default-framed-collapsed-right-bl {
    background-position: 0 -16px;
}

.x-panel-header-default-framed-collapsed-right-br {
    background-position: right -20px;
}

.x-panel-header-default-framed-collapsed-right-ml {
    background-position: right 0;
}

.x-panel-header-default-framed-collapsed-right-mr {
    background-position: right 0;
}

.x-panel-header-default-framed-collapsed-right-tc {
    background-position: 0 0;
}

.x-panel-header-default-framed-collapsed-right-bc {
    background-position: 0 -4px;
}

.x-panel-header-default-framed-collapsed-right-tr, .x-panel-header-default-framed-collapsed-right-br, .x-panel-header-default-framed-collapsed-right-mr {
    padding-right: 4px;
}

.x-panel-header-default-framed-collapsed-right-tl, .x-panel-header-default-framed-collapsed-right-bl, .x-panel-header-default-framed-collapsed-right-ml {
    padding-left: 4px;
}

.x-panel-header-default-framed-collapsed-right-tc {
    height: 4px;
}

.x-panel-header-default-framed-collapsed-right-bc {
    height: 4px;
}

.x-panel-header-default-framed-collapsed-right-tl, .x-panel-header-default-framed-collapsed-right-bl, .x-panel-header-default-framed-collapsed-right-tr, .x-panel-header-default-framed-collapsed-right-br, .x-panel-header-default-framed-collapsed-right-tc, .x-panel-header-default-framed-collapsed-right-bc, .x-panel-header-default-framed-collapsed-right-ml, .x-panel-header-default-framed-collapsed-right-mr {
    background-image: url(images/panel-header/panel-header-default-framed-collapsed-right-corners.gif);
}

.x-panel-header-default-framed-collapsed-right-ml, .x-panel-header-default-framed-collapsed-right-mr {
    background-image: url(images/panel-header/panel-header-default-framed-collapsed-right-sides.gif);
    background-repeat: repeat-y;
}

.x-panel-header-default-framed-collapsed-right-mc {
    padding: 6px 6px 6px 6px;
}

.x-cmd-slicer.x-panel-header-default-framed-collapsed-right:before {
    display: none;
    content: "x-slicer:frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-right-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-right-sides.gif)" !important;
}

.x-panel-header-default-framed-collapsed-bottom {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 9px 9px 9px 9px;
    border-width: 1px;
    border-style: solid;
    background-color: #f5f5f5;
}

.x-panel-header-default-framed-collapsed-bottom-mc {
    background-color: #f5f5f5;
}

.x-nbr .x-panel-header-default-framed-collapsed-bottom {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-panel-header-default-framed-collapsed-bottom-frameInfo {
    font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9;
}

.x-panel-header-default-framed-collapsed-bottom-tl {
    background-position: 0 -8px;
}

.x-panel-header-default-framed-collapsed-bottom-tr {
    background-position: right -12px;
}

.x-panel-header-default-framed-collapsed-bottom-bl {
    background-position: 0 -16px;
}

.x-panel-header-default-framed-collapsed-bottom-br {
    background-position: right -20px;
}

.x-panel-header-default-framed-collapsed-bottom-ml {
    background-position: 0 bottom;
}

.x-panel-header-default-framed-collapsed-bottom-mr {
    background-position: right bottom;
}

.x-panel-header-default-framed-collapsed-bottom-tc {
    background-position: 0 0;
}

.x-panel-header-default-framed-collapsed-bottom-bc {
    background-position: 0 -4px;
}

.x-panel-header-default-framed-collapsed-bottom-tr, .x-panel-header-default-framed-collapsed-bottom-br, .x-panel-header-default-framed-collapsed-bottom-mr {
    padding-right: 4px;
}

.x-panel-header-default-framed-collapsed-bottom-tl, .x-panel-header-default-framed-collapsed-bottom-bl, .x-panel-header-default-framed-collapsed-bottom-ml {
    padding-left: 4px;
}

.x-panel-header-default-framed-collapsed-bottom-tc {
    height: 4px;
}

.x-panel-header-default-framed-collapsed-bottom-bc {
    height: 4px;
}

.x-panel-header-default-framed-collapsed-bottom-tl, .x-panel-header-default-framed-collapsed-bottom-bl, .x-panel-header-default-framed-collapsed-bottom-tr, .x-panel-header-default-framed-collapsed-bottom-br, .x-panel-header-default-framed-collapsed-bottom-tc, .x-panel-header-default-framed-collapsed-bottom-bc, .x-panel-header-default-framed-collapsed-bottom-ml, .x-panel-header-default-framed-collapsed-bottom-mr {
    background-image: url(images/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif);
}

.x-panel-header-default-framed-collapsed-bottom-ml, .x-panel-header-default-framed-collapsed-bottom-mr {
    background-image: url(images/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif);
    background-repeat: repeat-y;
}

.x-panel-header-default-framed-collapsed-bottom-mc {
    padding: 6px 6px 6px 6px;
}

.x-cmd-slicer.x-panel-header-default-framed-collapsed-bottom:before {
    display: none;
    content: "x-slicer:frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-bottom-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-bottom-sides.gif)" !important;
}

.x-panel-header-default-framed-collapsed-left {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 9px 9px 9px 9px;
    border-width: 1px;
    border-style: solid;
    background-color: #f5f5f5;
}

.x-panel-header-default-framed-collapsed-left-mc {
    background-color: #f5f5f5;
}

.x-nbr .x-panel-header-default-framed-collapsed-left {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-panel-header-default-framed-collapsed-left-frameInfo {
    font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9;
}

.x-panel-header-default-framed-collapsed-left-tl {
    background-position: 0 -8px;
}

.x-panel-header-default-framed-collapsed-left-tr {
    background-position: right -12px;
}

.x-panel-header-default-framed-collapsed-left-bl {
    background-position: 0 -16px;
}

.x-panel-header-default-framed-collapsed-left-br {
    background-position: right -20px;
}

.x-panel-header-default-framed-collapsed-left-ml {
    background-position: left 0;
}

.x-panel-header-default-framed-collapsed-left-mr {
    background-position: left 0;
}

.x-panel-header-default-framed-collapsed-left-tc {
    background-position: 0 0;
}

.x-panel-header-default-framed-collapsed-left-bc {
    background-position: 0 -4px;
}

.x-panel-header-default-framed-collapsed-left-tr, .x-panel-header-default-framed-collapsed-left-br, .x-panel-header-default-framed-collapsed-left-mr {
    padding-right: 4px;
}

.x-panel-header-default-framed-collapsed-left-tl, .x-panel-header-default-framed-collapsed-left-bl, .x-panel-header-default-framed-collapsed-left-ml {
    padding-left: 4px;
}

.x-panel-header-default-framed-collapsed-left-tc {
    height: 4px;
}

.x-panel-header-default-framed-collapsed-left-bc {
    height: 4px;
}

.x-panel-header-default-framed-collapsed-left-tl, .x-panel-header-default-framed-collapsed-left-bl, .x-panel-header-default-framed-collapsed-left-tr, .x-panel-header-default-framed-collapsed-left-br, .x-panel-header-default-framed-collapsed-left-tc, .x-panel-header-default-framed-collapsed-left-bc, .x-panel-header-default-framed-collapsed-left-ml, .x-panel-header-default-framed-collapsed-left-mr {
    background-image: url(images/panel-header/panel-header-default-framed-collapsed-left-corners.gif);
}

.x-panel-header-default-framed-collapsed-left-ml, .x-panel-header-default-framed-collapsed-left-mr {
    background-image: url(images/panel-header/panel-header-default-framed-collapsed-left-sides.gif);
    background-repeat: repeat-y;
}

.x-panel-header-default-framed-collapsed-left-mc {
    padding: 6px 6px 6px 6px;
}

.x-cmd-slicer.x-panel-header-default-framed-collapsed-left:before {
    display: none;
    content: "x-slicer:frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-default-framed-collapsed-left-corners.gif), sides:url(images/panel-header/panel-header-default-framed-collapsed-left-sides.gif)" !important;
}

.x-panel .x-panel-header-default-framed-top {
    border-bottom-width: 1px !important;
}

.x-panel .x-panel-header-default-framed-right {
    border-left-width: 1px !important;
}

.x-panel .x-panel-header-default-framed-bottom {
    border-top-width: 1px !important;
}

.x-panel .x-panel-header-default-framed-left {
    border-right-width: 1px !important;
}

.x-nbr .x-panel-header-default-framed-collapsed-top {
    border-bottom-width: 0 !important;
}

.x-nbr .x-panel-header-default-framed-collapsed-right {
    border-left-width: 0 !important;
}

.x-nbr .x-panel-header-default-framed-collapsed-bottom {
    border-top-width: 0 !important;
}

.x-nbr .x-panel-header-default-framed-collapsed-left {
    border-right-width: 0 !important;
}

.x-panel-header-default-framed-horizontal .x-tool-after-title {
    margin: 0 0 0 6px;
}

.x-panel-header-default-framed-horizontal .x-tool-before-title {
    margin: 0 6px 0 0;
}

.x-panel-header-default-framed-vertical .x-tool-after-title {
    margin: 6px 0 0 0;
}

.x-panel-header-default-framed-vertical .x-tool-before-title {
    margin: 0 0 6px 0;
}

.x-panel-default-framed-resizable .x-panel-handle {
    filter: alpha(opacity=0);
    opacity: 0;
}

.x-panel-default-framed-outer-border-l {
    border-left-color: #f5f5f5 !important;
    border-left-width: 1px !important;
}

.x-panel-default-framed-outer-border-b {
    border-bottom-color: #f5f5f5 !important;
    border-bottom-width: 1px !important;
}

.x-panel-default-framed-outer-border-bl {
    border-bottom-color: #f5f5f5 !important;
    border-bottom-width: 1px !important;
    border-left-color: #f5f5f5 !important;
    border-left-width: 1px !important;
}

.x-panel-default-framed-outer-border-r {
    border-right-color: #f5f5f5 !important;
    border-right-width: 1px !important;
}

.x-panel-default-framed-outer-border-rl {
    border-right-color: #f5f5f5 !important;
    border-right-width: 1px !important;
    border-left-color: #f5f5f5 !important;
    border-left-width: 1px !important;
}

.x-panel-default-framed-outer-border-rb {
    border-right-color: #f5f5f5 !important;
    border-right-width: 1px !important;
    border-bottom-color: #f5f5f5 !important;
    border-bottom-width: 1px !important;
}

.x-panel-default-framed-outer-border-rbl {
    border-right-color: #f5f5f5 !important;
    border-right-width: 1px !important;
    border-bottom-color: #f5f5f5 !important;
    border-bottom-width: 1px !important;
    border-left-color: #f5f5f5 !important;
    border-left-width: 1px !important;
}

.x-panel-default-framed-outer-border-t {
    border-top-color: #f5f5f5 !important;
    border-top-width: 1px !important;
}

.x-panel-default-framed-outer-border-tl {
    border-top-color: #f5f5f5 !important;
    border-top-width: 1px !important;
    border-left-color: #f5f5f5 !important;
    border-left-width: 1px !important;
}

.x-panel-default-framed-outer-border-tb {
    border-top-color: #f5f5f5 !important;
    border-top-width: 1px !important;
    border-bottom-color: #f5f5f5 !important;
    border-bottom-width: 1px !important;
}

.x-panel-default-framed-outer-border-tbl {
    border-top-color: #f5f5f5 !important;
    border-top-width: 1px !important;
    border-bottom-color: #f5f5f5 !important;
    border-bottom-width: 1px !important;
    border-left-color: #f5f5f5 !important;
    border-left-width: 1px !important;
}

.x-panel-default-framed-outer-border-tr {
    border-top-color: #f5f5f5 !important;
    border-top-width: 1px !important;
    border-right-color: #f5f5f5 !important;
    border-right-width: 1px !important;
}

.x-panel-default-framed-outer-border-trl {
    border-top-color: #f5f5f5 !important;
    border-top-width: 1px !important;
    border-right-color: #f5f5f5 !important;
    border-right-width: 1px !important;
    border-left-color: #f5f5f5 !important;
    border-left-width: 1px !important;
}

.x-panel-default-framed-outer-border-trb {
    border-top-color: #f5f5f5 !important;
    border-top-width: 1px !important;
    border-right-color: #f5f5f5 !important;
    border-right-width: 1px !important;
    border-bottom-color: #f5f5f5 !important;
    border-bottom-width: 1px !important;
}

.x-panel-default-framed-outer-border-trbl {
    border-color: #f5f5f5 !important;
    border-width: 1px !important;
}

.x-form-item-label-default {
    /* color: #666; */
    /*font: 300 13px/17px helvetica,arial,verdana,sans-serif;*/
	/* line-height: 17px; */
    /* min-height: 24px; */
    /* padding-top: 4px; */
    /* padding-right: 5px; */
}



.x-form-item-label-default.x-form-item-label-top {
    height: 1px;
}

    .x-form-item-label-default.x-form-item-label-top > .x-form-item-label-inner {
        padding-top: 4px;
        padding-bottom: 5px;
    }

.x-form-item-label-default.x-form-item-label-top-side-error:after {
    width: 26px;
}

.x-form-item-body-default {
    min-height: 24px;
}

.x-form-invalid-icon-default {
    width: 16px;
    height: 16px;
    margin: 0 5px 0 5px;
    background: url(images/form/exclamation.png) no-repeat;
}

.x-form-invalid-under-default {
    padding: 2px 2px 2px 20px;
    color: #cf4c35;
    /*font: 300 13px/16px helvetica,arial,verdana,sans-serif;*/
	line-height: 16px;
    background: no-repeat 0 2px;
    background-image: url(images/form/exclamation.png);
}

.x-form-error-wrap-default.x-form-error-wrap-side {
    width: 26px;
}

.x-form-item-default.x-item-disabled {
    filter: alpha(opacity=30);
    opacity: .3;
}

.x-autocontainer-form-item, .x-anchor-form-item, .x-vbox-form-item, .x-table-form-item {
    /* margin-bottom: 5px; */
}

.x-form-display-field-default {
    min-height: 24px;
    /*font: 300 13px/17px helvetica,arial,verdana,sans-serif;*/
	line-height: 17px;
    color: black;
    margin-top: 4px;
}

.x-grid-view {
    z-index: 1;
}

.x-grid-body {
    
}

.x-grid-item-container {
    min-height: 1px;
    position: relative;
}

.x-grid-empty {
    padding: 10px;
    color: gray;
    background-color: white;
    /*font: 300 13px helvetica,arial,verdana,sans-serif;*/
}

.x-grid-item {
    /*color: black;*/
    /*font: 300 13px/15px helvetica,arial,verdana,sans-serif;*/
	line-height: 15px;
 /*   background-color: white;*/
}

.x-grid-item-alt {
    /* background-color: #fafafa; */
}

.x-grid-item-over {
    /* color: black; */
    /* background-color: #e2eff8; */
}

.x-grid-item-focused {
    outline: 0;
    color: black;
}

    .x-grid-item-focused .x-grid-cell-inner {
        z-index: 1;
    }

        .x-grid-item-focused .x-grid-cell-inner:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            pointer-events: none;
        }

.x-grid-item-selected {
/*     color: black;
    background-color: #c1ddf1; */
}

.x-grid-with-row-lines .x-grid-item {
/*    border-style: solid;
    border-width: 1px 0 0;
    border-color: #cecece;*/
}

    .x-grid-with-row-lines .x-grid-item:first-child {
        /*border-top-color: white;*/
    }

    .x-grid-with-row-lines .x-grid-item.x-grid-item-over {
        /*border-style: solid;
        border-color: #e2eff8;*/
    }

.x-grid-with-row-lines .x-grid-item-over + .x-grid-item {
    /*border-top-style: solid;
    border-top-color: #e2eff8;*/
}

.x-grid-with-row-lines .x-grid-item.x-grid-item-selected {
    /*border-style: solid;
    border-color: #c1ddf1;*/
}

.x-grid-with-row-lines .x-grid-item-selected + .x-grid-item {
    /*border-top-style: solid;
    border-top-color: #c1ddf1;*/
}

.x-grid-with-row-lines .x-grid-item:last-child {
    border-bottom-width: 1px;
}



    
.x-grid-cell-inner {
    position: relative;
    text-overflow: ellipsis;
    /* padding: 5px 10px 4px 10px; */
}

.x-grid-cell-special {
    border-color: #cecece;
    border-style: solid;
    border-right-width: 1px;
}

.x-grid-dirty-cell {
    background: url(images/grid/dirty.png) no-repeat 0 0;
}

.x-grid-row .x-grid-cell-selected {
    /* color: black; */
    /* background-color: #c1ddf1; */
}

.x-grid-with-col-lines .x-grid-cell {
    /* border-right: 1px solid #cecece; */
}

.x-grid-resize-marker {
    width: 1px;
    background-color: #0f0f0f;
}

.x-form-cb-wrap-default {
    height: 24px;
}

.x-form-cb-default {
    margin-top: 5px;
}

.x-form-checkbox-default, .x-form-radio-default {
    width: 15px;
    height: 15px;
}

.x-form-radio-default {
    background: url(images/form/radio.png) no-repeat;
}

.x-form-cb-checked .x-form-radio-default {
    background-position: 0 -15px;
}

.x-form-checkbox-default {
    background: url(images/form/checkbox.png) no-repeat;
}

.x-form-cb-checked .x-form-checkbox-default {
    background-position: 0 -15px;
}

.x-field-default-form-checkbox-focus {
    background-position: -15px 0;
}

.x-form-cb-checked .x-field-default-form-checkbox-focus {
    background-position: -15px -15px;
}

.x-form-cb-label-default {
    margin-top: 4px;
    /*font: 300 helvetica,arial,verdana,sans-serif/17px helvetica,arial,verdana,sans-serif;*/
}

    .x-form-cb-label-default.x-form-cb-label-before {
        padding-right: 19px;
    }

    .x-form-cb-label-default.x-form-cb-label-after {
        padding-left: 19px;
    }

.x-checkbox-default-cell > .x-grid-cell-inner {
    padding-top: 0;
    padding-bottom: 0;
}

.x-tree-expander {
    cursor: pointer;
}

.x-tree-arrows .x-tree-expander {
/*     background-image: url(images/tree/arrows.png); */
}

.x-tree-arrows .x-tree-expander-over .x-tree-expander {
/*     background-position: -36px center; */
}

.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander {
/*     background-position: -18px center; */
}

.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-expander {
/*     background-position: -54px center; */
}

.x-tree-lines .x-tree-elbow {
    /* background-image: url(images/tree/elbow.png); */
}

.x-tree-lines .x-tree-elbow-end {
/*     background-image: url(images/tree/elbow-end.png); */
}

.x-tree-lines .x-tree-elbow-plus {
/*     background-image: url(images/tree/elbow-plus.png); */
}

.x-tree-lines .x-tree-elbow-end-plus {
    /* background-image: url(images/tree/elbow-end-plus.png); */
}

.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-plus {
    /* background-image: url(images/tree/elbow-minus.png); */
}

.x-tree-lines .x-grid-tree-node-expanded .x-tree-elbow-end-plus {
    /* background-image: url(images/tree/elbow-end-minus.png); */
}

.x-tree-lines .x-tree-elbow-line {
    /* background-image: url(images/tree/elbow-line.png); */
}

.x-tree-no-lines .x-tree-expander {
/*     background-image: url(images/tree/elbow-plus-nl.png); */
}

.x-tree-no-lines .x-grid-tree-node-expanded .x-tree-expander {
/*     background-image: url(images/tree/elbow-minus-nl.png); */
}

.x-tree-icon {
    width: 16px;
/*     height: 24px; */
}

.x-tree-elbow-img {
/*     width: 18px;
    height: 24px;
    margin-right: 2px; */
}

.x-tree-icon, .x-tree-elbow-img, .x-tree-checkbox {
/*     margin-top: -5px;
    margin-bottom: -4px; */
}

.x-tree-icon-leaf {
    background-image: url(images/tree/leaf.png);
}

.x-tree-icon-parent {
    background-image: url(images/tree/folder.png);
}

.x-grid-tree-node-expanded .x-tree-icon-parent {
    background-image: url(images/tree/folder-open.png);
}

.x-tree-checkbox {
    margin-right: 4px;
    top: 5px;
    width: 15px;
    height: 15px;
    background-image: url(images/form/checkbox.png);
}

.x-tree-checkbox-checked {
    background-position: 0 -15px;
}

.x-grid-tree-loading .x-tree-icon {
    background-image: url(images/tree/loading.gif);
}

.x-tree-node-text {
    padding-left: 4px;
}

.x-grid-cell-inner-treecolumn {
/*     padding: 5px 10px 4px 6px; */
}

.x-col-move-top, .x-col-move-bottom {
    width: 9px;
    height: 9px;
}

.x-col-move-top {
    background-image: url(images/grid/col-move-top.png);
}

.x-col-move-bottom {
    background-image: url(images/grid/col-move-bottom.png);
}

.x-grid-header-ct {
    /*border: 1px solid #cecece;
    border-bottom-color: white;
    background-color: white;*/
}

.x-accordion-item .x-grid-header-ct {
    border-width: 0 0 1px !important;
}

.x-grid-header-ct-hidden {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.x-grid-body {
    /* border-top-color: #cecece; */
}

.x-hmenu-sort-asc {
    background-image: url(images/grid/hmenu-asc.png);
}

.x-hmenu-sort-desc {
    background-image: url(images/grid/hmenu-desc.png);
}

.x-cols-icon {
    background-image: url(images/grid/columns.png);
}

.x-column-header {
    /* border-right: 1px solid #cecece; */
    /* color: #666; */
    /*font: 300 13px/15px helvetica,arial,verdana,sans-serif;*/
	/* line-height: 15px; */
    outline: 0;
    /* background-color: white; */
}

.x-group-sub-header {
    background: transparent;
    border-top: 1px solid #cecece;
}

    .x-group-sub-header .x-column-header-inner {
        /* padding: 6px 10px 7px 10px; */
    }

.x-column-header-inner {
    /* padding: 7px 10px 7px 10px; */
}

.x-column-header-inner-empty {
    text-overflow: clip;
}

.x-column-header.x-column-header-focus {
    /* color: black; */
}

    .x-column-header.x-column-header-focus .x-column-header-inner:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /* border: 1px solid #4398d6; */
        pointer-events: none;
    }

    .x-column-header.x-column-header-focus.x-group-sub-header .x-column-header-inner:before {
        bottom: 0;
    }

.x-column-header-over, .x-column-header-sort-ASC, .x-column-header-sort-DESC {
    /* background-image: none; */
    /* background-color: #eef6fb; */
}

.x-column-header-open {
    background-color: #eef6fb;
}

    .x-column-header-open .x-column-header-trigger {
        background-color: #dfeaf2;
    }

.x-column-header-trigger {
    width: 18px;
    cursor: pointer;
    background-color: transparent;
    background-position: center center;
}

.x-column-header-align-right .x-column-header-text {
    margin-right: 12px;
}

.x-column-header-sort-ASC .x-column-header-text, .x-column-header-sort-DESC .x-column-header-text {
    padding-right: 17px;
    background-position: right center;
}

.x-column-header-sort-ASC .x-column-header-text {
    background-image: url(images/grid/sort_asc.png);
}

.x-column-header-sort-DESC .x-column-header-text {
    background-image: url(images/grid/sort_desc.png);
}

.x-form-text-field-body-default {
    min-width: 170px;
    max-width: 170px;
}

.x-form-trigger-wrap-default {
    /* border-width: 1px; */
    /* border-style: solid; */
    /* border-color: #cecece; */
}

    .x-form-trigger-wrap-default.x-form-trigger-wrap-focus {
        
    }

    .x-form-trigger-wrap-default.x-form-trigger-wrap-invalid {
        /* border-color: #cf4c35; */
    }

.x-form-text-default {
    /* color: black; */
    /* padding: 4px 6px 3px 6px; */
    /* background-color: white; */
    /*font: 300 13px/15px helvetica,arial,verdana,sans-serif;*/
	/* line-height: 15px; */
    /* min-height: 22px; */
}


.x-form-text-default.x-form-textarea {
    line-height: 15px;
    min-height: 60px;
}


.x-form-text-default.x-form-text-file {
    color: gray;
}

.x-form-empty-field-default {
    color: gray;
}

.x-form-invalid-field-default {
    background-color: white;
}

.x-form-trigger-default {
    /* background: white url(images/form/trigger.png) no-repeat; */
    /* background-position: 0 center; */
    /* width: 22px; */
}

    .x-form-trigger-default.x-form-trigger-over {
        /* background-position: -22px center; */
    }

        .x-form-trigger-default.x-form-trigger-over.x-form-trigger-focus {
            /* background-position: -88px center; */
        }

    .x-form-trigger-default.x-form-trigger-focus {
        /* background-position: -66px center; */
    }

.x-form-trigger.x-form-trigger-default.x-form-trigger-click {
    /* background-position: -44px center; */
}

.x-textfield-default-cell > .x-grid-cell-inner {
    padding-top: 0;
    padding-bottom: 0;
}

.x-form-clear-trigger {
    background-image: url(images/form/clear-trigger.png);
}

.x-form-search-trigger {
    background-image: url(images/form/search-trigger.png);
}

body.x-border-layout-ct, div.x-border-layout-ct {
    background-color: #cecece;
}

.x-btn-default-small {
    /*
    border-radius: 3px;
    padding: 3px 3px 3px 3px;
    border-width: 1px;
    border-style: solid;
    */
}

.x-btn-default-small-mc {
    
}

.x-nbr .x-btn-default-small {
    
}

.x-btn-default-small-frameInfo {
    font-family: th-3-3-3-3-1-1-1-1-3-3-3-3;
}

.x-btn-default-small-tl {
    background-position: 0 -6px;
}

.x-btn-default-small-tr {
    background-position: right -9px;
}

.x-btn-default-small-bl {
    background-position: 0 -12px;
}

.x-btn-default-small-br {
    background-position: right -15px;
}

.x-btn-default-small-ml {
    background-position: 0 top;
}

.x-btn-default-small-mr {
    background-position: right top;
}

.x-btn-default-small-tc {
    background-position: 0 0;
}

.x-btn-default-small-bc {
    background-position: 0 -3px;
}

.x-btn-default-small-tr, .x-btn-default-small-br, .x-btn-default-small-mr {
    padding-right: 3px;
}

.x-btn-default-small-tl, .x-btn-default-small-bl, .x-btn-default-small-ml {
    padding-left: 3px;
}

.x-btn-default-small-tc {
    height: 3px;
}

.x-btn-default-small-bc {
    height: 3px;
}

.x-btn-default-small-tl, .x-btn-default-small-bl, .x-btn-default-small-tr, .x-btn-default-small-br, .x-btn-default-small-tc, .x-btn-default-small-bc, .x-btn-default-small-ml, .x-btn-default-small-mr {
    background-image: url(images/btn/btn-default-small-corners.gif);
}

.x-btn-default-small-ml, .x-btn-default-small-mr {
    background-image: url(images/btn/btn-default-small-sides.gif);
    background-repeat: repeat-y;
}

.x-btn-default-small-mc {
    padding: 1px 1px 1px 1px;
}

.x-cmd-slicer.x-btn-default-small:before {
    display: none;
    content: "x-slicer:frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-corners.gif), sides:url(images/btn/btn-default-small-sides.gif)" !important;
}

.x-btn-default-small {
    
}

.x-btn-button-default-small {
    /* height: 16px; */
}

.x-btn-inner-default-small {
    /*font: 300 12px/16px helvetica,arial,verdana,sans-serif;*/
	line-height: 16px;
    /*color: white;*/
    
    max-width: 100%;
}

.x-btn-icon-right > .x-btn-inner-default-small, .x-btn-icon-left > .x-btn-inner-default-small {
    max-width: calc(100% - 16px);
}

.x-btn-icon-el-default-small {
    /* height: 16px; */
}

.x-btn-icon-left > .x-btn-icon-el-default-small, .x-btn-icon-right > .x-btn-icon-el-default-small {
    width: 16px;
}

.x-btn-icon-top > .x-btn-icon-el-default-small, .x-btn-icon-bottom > .x-btn-icon-el-default-small {
    min-width: 16px;
}

.x-btn-icon-el-default-small.x-btn-glyph {
    font-size: 16px;
    line-height: 16px;
    color: white;
    opacity: .5;
}



.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-small {
    margin-right: 0;
}

.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small {
    margin-left: 0;
}

.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-small {
    margin-bottom: 5px;
}

.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-small {
    margin-top: 5px;
}

.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-small {
    padding-right: 5px;
}

.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small {
    margin-right: 5px;
}

.x-btn-arrow-bottom > .x-btn-button-default-small, .x-btn-split-bottom > .x-btn-button-default-small {
    padding-bottom: 3px;
}

.x-btn-wrap-default-small.x-btn-arrow-right:after {
    width: 16px;
    padding-right: 16px;
    background-image: url(images/button/default-small-arrow.png);
}

.x-btn-wrap-default-small.x-btn-arrow-bottom:after {
    height: 13px;
    background-image: url(images/button/default-small-arrow.png);
}

.x-btn-wrap-default-small.x-btn-split-right:after {
    width: 20px;
    padding-right: 20px;
    background-image: url(images/button/default-small-s-arrow.png);
}

.x-btn-wrap-default-small.x-btn-split-bottom:after {
    height: 15px;
    background-image: url(images/button/default-small-s-arrow-b.png);
}

.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-small {
    padding-right: 5px;
}

.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-small {
    margin-right: 5px;
}

.x-btn-focus.x-btn-default-small {
    
}

.x-btn-over.x-btn-default-small {
    
}

.x-btn-focus.x-btn-over.x-btn-default-small {
    
}

.x-btn.x-btn-menu-active.x-btn-default-small, .x-btn.x-btn-pressed.x-btn-default-small {
    
}

.x-btn-focus.x-btn-menu-active.x-btn-default-small, .x-btn-focus.x-btn-pressed.x-btn-default-small {
    
}

.x-btn.x-btn-disabled.x-btn-default-small {
    
}

.x-btn-focus .x-btn-default-small-tl, .x-btn-focus .x-btn-default-small-bl, .x-btn-focus .x-btn-default-small-tr, .x-btn-focus .x-btn-default-small-br, .x-btn-focus .x-btn-default-small-tc, .x-btn-focus .x-btn-default-small-bc {
    background-image: url(images/btn/btn-default-small-focus-corners.gif);
}

.x-btn-focus .x-btn-default-small-ml, .x-btn-focus .x-btn-default-small-mr {
    background-image: url(images/btn/btn-default-small-focus-sides.gif);
}

.x-btn-focus .x-btn-default-small-mc {
    background-color: #3892d3;
}

.x-btn-over .x-btn-default-small-tl, .x-btn-over .x-btn-default-small-bl, .x-btn-over .x-btn-default-small-tr, .x-btn-over .x-btn-default-small-br, .x-btn-over .x-btn-default-small-tc, .x-btn-over .x-btn-default-small-bc {
    background-image: url(images/btn/btn-default-small-over-corners.gif);
}

.x-btn-over .x-btn-default-small-ml, .x-btn-over .x-btn-default-small-mr {
    background-image: url(images/btn/btn-default-small-over-sides.gif);
}

.x-btn-over .x-btn-default-small-mc {
    background-color: #3386c2;
}

.x-btn-focus.x-btn-over .x-btn-default-small-tl, .x-btn-focus.x-btn-over .x-btn-default-small-bl, .x-btn-focus.x-btn-over .x-btn-default-small-tr, .x-btn-focus.x-btn-over .x-btn-default-small-br, .x-btn-focus.x-btn-over .x-btn-default-small-tc, .x-btn-focus.x-btn-over .x-btn-default-small-bc {
    background-image: url(images/btn/btn-default-small-focus-over-corners.gif);
}

.x-btn-focus.x-btn-over .x-btn-default-small-ml, .x-btn-focus.x-btn-over .x-btn-default-small-mr {
    background-image: url(images/btn/btn-default-small-focus-over-sides.gif);
}

.x-btn-focus.x-btn-over .x-btn-default-small-mc {
    background-color: #3386c2;
}

.x-btn.x-btn-menu-active .x-btn-default-small-tl, .x-btn.x-btn-menu-active .x-btn-default-small-bl, .x-btn.x-btn-menu-active .x-btn-default-small-tr, .x-btn.x-btn-menu-active .x-btn-default-small-br, .x-btn.x-btn-menu-active .x-btn-default-small-tc, .x-btn.x-btn-menu-active .x-btn-default-small-bc, .x-btn.x-btn-pressed .x-btn-default-small-tl, .x-btn.x-btn-pressed .x-btn-default-small-bl, .x-btn.x-btn-pressed .x-btn-default-small-tr, .x-btn.x-btn-pressed .x-btn-default-small-br, .x-btn.x-btn-pressed .x-btn-default-small-tc, .x-btn.x-btn-pressed .x-btn-default-small-bc {
    background-image: url(images/btn/btn-default-small-pressed-corners.gif);
}

.x-btn.x-btn-menu-active .x-btn-default-small-ml, .x-btn.x-btn-menu-active .x-btn-default-small-mr, .x-btn.x-btn-pressed .x-btn-default-small-ml, .x-btn.x-btn-pressed .x-btn-default-small-mr {
    background-image: url(images/btn/btn-default-small-pressed-sides.gif);
}

.x-btn.x-btn-menu-active .x-btn-default-small-mc, .x-btn.x-btn-pressed .x-btn-default-small-mc {
    background-color: #2a6d9e;
}

.x-btn-focus.x-btn-menu-active .x-btn-default-small-tl, .x-btn-focus.x-btn-menu-active .x-btn-default-small-bl, .x-btn-focus.x-btn-menu-active .x-btn-default-small-tr, .x-btn-focus.x-btn-menu-active .x-btn-default-small-br, .x-btn-focus.x-btn-menu-active .x-btn-default-small-tc, .x-btn-focus.x-btn-menu-active .x-btn-default-small-bc, .x-btn-focus.x-btn-pressed .x-btn-default-small-tl, .x-btn-focus.x-btn-pressed .x-btn-default-small-bl, .x-btn-focus.x-btn-pressed .x-btn-default-small-tr, .x-btn-focus.x-btn-pressed .x-btn-default-small-br, .x-btn-focus.x-btn-pressed .x-btn-default-small-tc, .x-btn-focus.x-btn-pressed .x-btn-default-small-bc {
    background-image: url(images/btn/btn-default-small-focus-pressed-corners.gif);
}

.x-btn-focus.x-btn-menu-active .x-btn-default-small-ml, .x-btn-focus.x-btn-menu-active .x-btn-default-small-mr, .x-btn-focus.x-btn-pressed .x-btn-default-small-ml, .x-btn-focus.x-btn-pressed .x-btn-default-small-mr {
    background-image: url(images/btn/btn-default-small-focus-pressed-sides.gif);
}

.x-btn-focus.x-btn-menu-active .x-btn-default-small-mc, .x-btn-focus.x-btn-pressed .x-btn-default-small-mc {
    background-color: #2a6d9e;
}

.x-btn.x-btn-disabled .x-btn-default-small-tl, .x-btn.x-btn-disabled .x-btn-default-small-bl, .x-btn.x-btn-disabled .x-btn-default-small-tr, .x-btn.x-btn-disabled .x-btn-default-small-br, .x-btn.x-btn-disabled .x-btn-default-small-tc, .x-btn.x-btn-disabled .x-btn-default-small-bc {
    background-image: url(images/btn/btn-default-small-disabled-corners.gif);
}

.x-btn.x-btn-disabled .x-btn-default-small-ml, .x-btn.x-btn-disabled .x-btn-default-small-mr {
    background-image: url(images/btn/btn-default-small-disabled-sides.gif);
}

.x-btn.x-btn-disabled .x-btn-default-small-mc {
    background-color: #3892d3;
}

.x-nbr .x-btn-default-small {
    background-image: none;
}

.x-btn-disabled.x-btn-default-small {
    filter: alpha(opacity=50);
    opacity: .5;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first {
    border-right-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first .x-btn-default-small-mc {
        padding-right: 3px !important;
    }

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-middle {
    border-right-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-middle .x-btn-default-small-mc {
        padding-right: 3px !important;
        padding-left: 3px !important;
    }

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-last .x-btn-default-small-mc {
    padding-left: 3px !important;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first {
    border-bottom-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first .x-btn-default-small-mc {
        padding-bottom: 3px !important;
    }

.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-middle {
    border-bottom-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-middle .x-btn-default-small-mc {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-last .x-btn-default-small-mc {
    padding-top: 3px !important;
}

.x-nbr .x-segmented-button-item.x-btn-default-small:after {
    content: ' ';
    border-style: solid;
    border-width: 0;
    position: absolute;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small:after {
    top: 1px;
    right: 0;
    bottom: 1px;
    left: 0;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-first:after {
    left: 1px;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-small.x-segmented-button-last:after {
    right: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-default-small:after {
    top: 0;
    right: 1px;
    bottom: 0;
    left: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-first:after {
    top: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-default-small.x-segmented-button-last:after {
    bottom: 1px;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-small:after {
    border-width: 1px;
    border-color: #d7e9f6;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-small:after {
    border-width: 1px;
    border-color: #d6e6f2;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-small:after, .x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-small:after {
    border-width: 1px;
    border-color: #d4e1eb;
}

.x-cmd-slicer.x-btn-focus.x-btn-default-small:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-corners.gif), sides:url(images/btn/btn-default-small-focus-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-over.x-btn-default-small:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-over-corners.gif), sides:url(images/btn/btn-default-small-over-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-small:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-over-corners.gif), sides:url(images/btn/btn-default-small-focus-over-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-pressed.x-btn-default-small:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-pressed-corners.gif), sides:url(images/btn/btn-default-small-pressed-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-small:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-focus-pressed-corners.gif), sides:url(images/btn/btn-default-small-focus-pressed-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-disabled.x-btn-default-small:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-small-disabled-corners.gif), sides:url(images/btn/btn-default-small-disabled-sides.gif)" !important;
}

.x-button-default-small-cell > .x-grid-cell-inner {
    padding-top: 0;
    padding-bottom: 0;
}

    .x-button-default-small-cell > .x-grid-cell-inner > .x-btn-default-small {
        vertical-align: top;
    }

.x-btn-default-medium {
    border-radius: 3px;
    padding: 3px 3px 3px 3px;
    border-width: 1px;
    border-style: solid;
    background-color: #3892d3;
}

.x-btn-default-medium-mc {
    background-color: #3892d3;
}

.x-nbr .x-btn-default-medium {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-btn-default-medium-frameInfo {
    font-family: th-3-3-3-3-1-1-1-1-3-3-3-3;
}

.x-btn-default-medium-tl {
    background-position: 0 -6px;
}

.x-btn-default-medium-tr {
    background-position: right -9px;
}

.x-btn-default-medium-bl {
    background-position: 0 -12px;
}

.x-btn-default-medium-br {
    background-position: right -15px;
}

.x-btn-default-medium-ml {
    background-position: 0 top;
}

.x-btn-default-medium-mr {
    background-position: right top;
}

.x-btn-default-medium-tc {
    background-position: 0 0;
}

.x-btn-default-medium-bc {
    background-position: 0 -3px;
}

.x-btn-default-medium-tr, .x-btn-default-medium-br, .x-btn-default-medium-mr {
    padding-right: 3px;
}

.x-btn-default-medium-tl, .x-btn-default-medium-bl, .x-btn-default-medium-ml {
    padding-left: 3px;
}

.x-btn-default-medium-tc {
    height: 3px;
}

.x-btn-default-medium-bc {
    height: 3px;
}

.x-btn-default-medium-tl, .x-btn-default-medium-bl, .x-btn-default-medium-tr, .x-btn-default-medium-br, .x-btn-default-medium-tc, .x-btn-default-medium-bc, .x-btn-default-medium-ml, .x-btn-default-medium-mr {
    background-image: url(images/btn/btn-default-medium-corners.gif);
}

.x-btn-default-medium-ml, .x-btn-default-medium-mr {
    background-image: url(images/btn/btn-default-medium-sides.gif);
    background-repeat: repeat-y;
}

.x-btn-default-medium-mc {
    padding: 1px 1px 1px 1px;
}

.x-cmd-slicer.x-btn-default-medium:before {
    display: none;
    content: "x-slicer:frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-corners.gif), sides:url(images/btn/btn-default-medium-sides.gif)" !important;
}

.x-btn-default-medium {
    border-color: #157fcc;
}

.x-btn-button-default-medium {
    height: 24px;
}

.x-btn-inner-default-medium {
    /*font: 300 14px/18px helvetica,arial,verdana,sans-serif;*/
	line-height: 18px;
    color: white;
    padding: 0 8px;
    max-width: 100%;
}

.x-btn-icon-right > .x-btn-inner-default-medium, .x-btn-icon-left > .x-btn-inner-default-medium {
    max-width: calc(100% - 24px);
}

.x-btn-icon-el-default-medium {
    height: 24px;
}

.x-btn-icon-left > .x-btn-icon-el-default-medium, .x-btn-icon-right > .x-btn-icon-el-default-medium {
    width: 24px;
}

.x-btn-icon-top > .x-btn-icon-el-default-medium, .x-btn-icon-bottom > .x-btn-icon-el-default-medium {
    min-width: 24px;
}

.x-btn-icon-el-default-medium.x-btn-glyph {
    font-size: 24px;
    line-height: 24px;
    color: white;
    opacity: .5;
}



.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-medium {
    margin-right: 0;
}

.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium {
    margin-left: 0;
}

.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-medium {
    margin-bottom: 5px;
}

.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-medium {
    margin-top: 5px;
}

.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-medium {
    padding-right: 8px;
}

.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium {
    margin-right: 8px;
}

.x-btn-arrow-bottom > .x-btn-button-default-medium, .x-btn-split-bottom > .x-btn-button-default-medium {
    padding-bottom: 3px;
}

.x-btn-wrap-default-medium.x-btn-arrow-right:after {
    width: 24px;
    padding-right: 24px;
    background-image: url(images/button/default-medium-arrow.png);
}

.x-btn-wrap-default-medium.x-btn-arrow-bottom:after {
    height: 18px;
    background-image: url(images/button/default-medium-arrow.png);
}

.x-btn-wrap-default-medium.x-btn-split-right:after {
    width: 28px;
    padding-right: 28px;
    background-image: url(images/button/default-medium-s-arrow.png);
}

.x-btn-wrap-default-medium.x-btn-split-bottom:after {
    height: 24px;
    background-image: url(images/button/default-medium-s-arrow-b.png);
}

.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-medium {
    padding-right: 8px;
}

.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-medium {
    margin-right: 8px;
}

.x-btn-focus.x-btn-default-medium {
    background-image: none;
    background-color: #3892d3;
    
}

.x-btn-over.x-btn-default-medium {
    border-color: #1374bb;
    background-image: none;
    background-color: #3386c2;
}

.x-btn-focus.x-btn-over.x-btn-default-medium {
    
}

.x-btn.x-btn-menu-active.x-btn-default-medium, .x-btn.x-btn-pressed.x-btn-default-medium {
    border-color: #0f5f99;
    background-image: none;
    background-color: #2a6d9e;
}

.x-btn-focus.x-btn-menu-active.x-btn-default-medium, .x-btn-focus.x-btn-pressed.x-btn-default-medium {
    
}

.x-btn.x-btn-disabled.x-btn-default-medium {
    background-image: none;
    background-color: #3892d3;
}

.x-btn-focus .x-btn-default-medium-tl, .x-btn-focus .x-btn-default-medium-bl, .x-btn-focus .x-btn-default-medium-tr, .x-btn-focus .x-btn-default-medium-br, .x-btn-focus .x-btn-default-medium-tc, .x-btn-focus .x-btn-default-medium-bc {
    background-image: url(images/btn/btn-default-medium-focus-corners.gif);
}

.x-btn-focus .x-btn-default-medium-ml, .x-btn-focus .x-btn-default-medium-mr {
    background-image: url(images/btn/btn-default-medium-focus-sides.gif);
}

.x-btn-focus .x-btn-default-medium-mc {
    background-color: #3892d3;
}

.x-btn-over .x-btn-default-medium-tl, .x-btn-over .x-btn-default-medium-bl, .x-btn-over .x-btn-default-medium-tr, .x-btn-over .x-btn-default-medium-br, .x-btn-over .x-btn-default-medium-tc, .x-btn-over .x-btn-default-medium-bc {
    background-image: url(images/btn/btn-default-medium-over-corners.gif);
}

.x-btn-over .x-btn-default-medium-ml, .x-btn-over .x-btn-default-medium-mr {
    background-image: url(images/btn/btn-default-medium-over-sides.gif);
}

.x-btn-over .x-btn-default-medium-mc {
    background-color: #3386c2;
}

.x-btn-focus.x-btn-over .x-btn-default-medium-tl, .x-btn-focus.x-btn-over .x-btn-default-medium-bl, .x-btn-focus.x-btn-over .x-btn-default-medium-tr, .x-btn-focus.x-btn-over .x-btn-default-medium-br, .x-btn-focus.x-btn-over .x-btn-default-medium-tc, .x-btn-focus.x-btn-over .x-btn-default-medium-bc {
    background-image: url(images/btn/btn-default-medium-focus-over-corners.gif);
}

.x-btn-focus.x-btn-over .x-btn-default-medium-ml, .x-btn-focus.x-btn-over .x-btn-default-medium-mr {
    background-image: url(images/btn/btn-default-medium-focus-over-sides.gif);
}

.x-btn-focus.x-btn-over .x-btn-default-medium-mc {
    background-color: #3386c2;
}

.x-btn.x-btn-menu-active .x-btn-default-medium-tl, .x-btn.x-btn-menu-active .x-btn-default-medium-bl, .x-btn.x-btn-menu-active .x-btn-default-medium-tr, .x-btn.x-btn-menu-active .x-btn-default-medium-br, .x-btn.x-btn-menu-active .x-btn-default-medium-tc, .x-btn.x-btn-menu-active .x-btn-default-medium-bc, .x-btn.x-btn-pressed .x-btn-default-medium-tl, .x-btn.x-btn-pressed .x-btn-default-medium-bl, .x-btn.x-btn-pressed .x-btn-default-medium-tr, .x-btn.x-btn-pressed .x-btn-default-medium-br, .x-btn.x-btn-pressed .x-btn-default-medium-tc, .x-btn.x-btn-pressed .x-btn-default-medium-bc {
    background-image: url(images/btn/btn-default-medium-pressed-corners.gif);
}

.x-btn.x-btn-menu-active .x-btn-default-medium-ml, .x-btn.x-btn-menu-active .x-btn-default-medium-mr, .x-btn.x-btn-pressed .x-btn-default-medium-ml, .x-btn.x-btn-pressed .x-btn-default-medium-mr {
    background-image: url(images/btn/btn-default-medium-pressed-sides.gif);
}

.x-btn.x-btn-menu-active .x-btn-default-medium-mc, .x-btn.x-btn-pressed .x-btn-default-medium-mc {
    background-color: #2a6d9e;
}

.x-btn-focus.x-btn-menu-active .x-btn-default-medium-tl, .x-btn-focus.x-btn-menu-active .x-btn-default-medium-bl, .x-btn-focus.x-btn-menu-active .x-btn-default-medium-tr, .x-btn-focus.x-btn-menu-active .x-btn-default-medium-br, .x-btn-focus.x-btn-menu-active .x-btn-default-medium-tc, .x-btn-focus.x-btn-menu-active .x-btn-default-medium-bc, .x-btn-focus.x-btn-pressed .x-btn-default-medium-tl, .x-btn-focus.x-btn-pressed .x-btn-default-medium-bl, .x-btn-focus.x-btn-pressed .x-btn-default-medium-tr, .x-btn-focus.x-btn-pressed .x-btn-default-medium-br, .x-btn-focus.x-btn-pressed .x-btn-default-medium-tc, .x-btn-focus.x-btn-pressed .x-btn-default-medium-bc {
    background-image: url(images/btn/btn-default-medium-focus-pressed-corners.gif);
}

.x-btn-focus.x-btn-menu-active .x-btn-default-medium-ml, .x-btn-focus.x-btn-menu-active .x-btn-default-medium-mr, .x-btn-focus.x-btn-pressed .x-btn-default-medium-ml, .x-btn-focus.x-btn-pressed .x-btn-default-medium-mr {
    background-image: url(images/btn/btn-default-medium-focus-pressed-sides.gif);
}

.x-btn-focus.x-btn-menu-active .x-btn-default-medium-mc, .x-btn-focus.x-btn-pressed .x-btn-default-medium-mc {
    background-color: #2a6d9e;
}

.x-btn.x-btn-disabled .x-btn-default-medium-tl, .x-btn.x-btn-disabled .x-btn-default-medium-bl, .x-btn.x-btn-disabled .x-btn-default-medium-tr, .x-btn.x-btn-disabled .x-btn-default-medium-br, .x-btn.x-btn-disabled .x-btn-default-medium-tc, .x-btn.x-btn-disabled .x-btn-default-medium-bc {
    background-image: url(images/btn/btn-default-medium-disabled-corners.gif);
}

.x-btn.x-btn-disabled .x-btn-default-medium-ml, .x-btn.x-btn-disabled .x-btn-default-medium-mr {
    background-image: url(images/btn/btn-default-medium-disabled-sides.gif);
}

.x-btn.x-btn-disabled .x-btn-default-medium-mc {
    background-color: #3892d3;
}

.x-nbr .x-btn-default-medium {
    background-image: none;
}

.x-btn-disabled.x-btn-default-medium {
    filter: alpha(opacity=50);
    opacity: .5;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first {
    border-right-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first .x-btn-default-medium-mc {
        padding-right: 3px !important;
    }

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-middle {
    border-right-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-middle .x-btn-default-medium-mc {
        padding-right: 3px !important;
        padding-left: 3px !important;
    }

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-last .x-btn-default-medium-mc {
    padding-left: 3px !important;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first {
    border-bottom-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first .x-btn-default-medium-mc {
        padding-bottom: 3px !important;
    }

.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-middle {
    border-bottom-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-middle .x-btn-default-medium-mc {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-last .x-btn-default-medium-mc {
    padding-top: 3px !important;
}

.x-nbr .x-segmented-button-item.x-btn-default-medium:after {
    content: ' ';
    border-style: solid;
    border-width: 0;
    position: absolute;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium:after {
    top: 1px;
    right: 0;
    bottom: 1px;
    left: 0;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-first:after {
    left: 1px;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-medium.x-segmented-button-last:after {
    right: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium:after {
    top: 0;
    right: 1px;
    bottom: 0;
    left: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-first:after {
    top: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-default-medium.x-segmented-button-last:after {
    bottom: 1px;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-medium:after {
    border-width: 1px;
    border-color: #d7e9f6;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-medium:after {
    border-width: 1px;
    border-color: #d6e6f2;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-medium:after, .x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-medium:after {
    border-width: 1px;
    border-color: #d4e1eb;
}

.x-cmd-slicer.x-btn-focus.x-btn-default-medium:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-corners.gif), sides:url(images/btn/btn-default-medium-focus-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-over.x-btn-default-medium:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-over-corners.gif), sides:url(images/btn/btn-default-medium-over-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-medium:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-over-corners.gif), sides:url(images/btn/btn-default-medium-focus-over-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-pressed.x-btn-default-medium:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-pressed-corners.gif), sides:url(images/btn/btn-default-medium-pressed-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-medium:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-default-medium-focus-pressed-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-disabled.x-btn-default-medium:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-medium-disabled-corners.gif), sides:url(images/btn/btn-default-medium-disabled-sides.gif)" !important;
}

.x-button-default-medium-cell > .x-grid-cell-inner {
    padding-top: 0;
    padding-bottom: 0;
}

    .x-button-default-medium-cell > .x-grid-cell-inner > .x-btn-default-medium {
        vertical-align: top;
    }

.x-btn-default-large {
    border-radius: 3px;
    padding: 3px 3px 3px 3px;
    border-width: 1px;
    border-style: solid;
    background-color: #3892d3;
}

.x-btn-default-large-mc {
    background-color: #3892d3;
}

.x-nbr .x-btn-default-large {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-btn-default-large-frameInfo {
    font-family: th-3-3-3-3-1-1-1-1-3-3-3-3;
}

.x-btn-default-large-tl {
    background-position: 0 -6px;
}

.x-btn-default-large-tr {
    background-position: right -9px;
}

.x-btn-default-large-bl {
    background-position: 0 -12px;
}

.x-btn-default-large-br {
    background-position: right -15px;
}

.x-btn-default-large-ml {
    background-position: 0 top;
}

.x-btn-default-large-mr {
    background-position: right top;
}

.x-btn-default-large-tc {
    background-position: 0 0;
}

.x-btn-default-large-bc {
    background-position: 0 -3px;
}

.x-btn-default-large-tr, .x-btn-default-large-br, .x-btn-default-large-mr {
    padding-right: 3px;
}

.x-btn-default-large-tl, .x-btn-default-large-bl, .x-btn-default-large-ml {
    padding-left: 3px;
}

.x-btn-default-large-tc {
    height: 3px;
}

.x-btn-default-large-bc {
    height: 3px;
}

.x-btn-default-large-tl, .x-btn-default-large-bl, .x-btn-default-large-tr, .x-btn-default-large-br, .x-btn-default-large-tc, .x-btn-default-large-bc, .x-btn-default-large-ml, .x-btn-default-large-mr {
    background-image: url(images/btn/btn-default-large-corners.gif);
}

.x-btn-default-large-ml, .x-btn-default-large-mr {
    background-image: url(images/btn/btn-default-large-sides.gif);
    background-repeat: repeat-y;
}

.x-btn-default-large-mc {
    padding: 1px 1px 1px 1px;
}

.x-cmd-slicer.x-btn-default-large:before {
    display: none;
    content: "x-slicer:frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-corners.gif), sides:url(images/btn/btn-default-large-sides.gif)" !important;
}

.x-btn-default-large {
    border-color: #157fcc;
}

.x-btn-button-default-large {
    height: 32px;
}

.x-btn-inner-default-large {
/*    font: 300 16px/20px helvetica,arial,verdana,sans-serif;*/
	line-height: 20px;
    color: white;
    padding: 0 10px;
    max-width: 100%;
}

.x-btn-icon-right > .x-btn-inner-default-large, .x-btn-icon-left > .x-btn-inner-default-large {
    max-width: calc(100% - 32px);
}

.x-btn-icon-el-default-large {
    height: 32px;
}

.x-btn-icon-left > .x-btn-icon-el-default-large, .x-btn-icon-right > .x-btn-icon-el-default-large {
    width: 32px;
}

.x-btn-icon-top > .x-btn-icon-el-default-large, .x-btn-icon-bottom > .x-btn-icon-el-default-large {
    min-width: 32px;
}

.x-btn-icon-el-default-large.x-btn-glyph {
    font-size: 32px;
    line-height: 32px;
    color: white;
    opacity: .5;
}



.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-large {
    margin-right: 0;
}

.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large {
    margin-left: 0;
}

.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-large {
    margin-bottom: 5px;
}

.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-large {
    margin-top: 5px;
}

.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-large {
    padding-right: 10px;
}

.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large {
    margin-right: 10px;
}

.x-btn-arrow-bottom > .x-btn-button-default-large, .x-btn-split-bottom > .x-btn-button-default-large {
    padding-bottom: 3px;
}

.x-btn-wrap-default-large.x-btn-arrow-right:after {
    width: 28px;
    padding-right: 28px;
    background-image: url(images/button/default-large-arrow.png);
}

.x-btn-wrap-default-large.x-btn-arrow-bottom:after {
    height: 20px;
    background-image: url(images/button/default-large-arrow.png);
}

.x-btn-wrap-default-large.x-btn-split-right:after {
    width: 35px;
    padding-right: 35px;
    background-image: url(images/button/default-large-s-arrow.png);
}

.x-btn-wrap-default-large.x-btn-split-bottom:after {
    height: 29px;
    background-image: url(images/button/default-large-s-arrow-b.png);
}

.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-large {
    padding-right: 10px;
}

.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-large {
    margin-right: 10px;
}

.x-btn-focus.x-btn-default-large {
    background-image: none;
    background-color: #3892d3;
    
}

.x-btn-over.x-btn-default-large {
    border-color: #1374bb;
    background-image: none;
    background-color: #3386c2;
}

.x-btn-focus.x-btn-over.x-btn-default-large {
    
}

.x-btn.x-btn-menu-active.x-btn-default-large, .x-btn.x-btn-pressed.x-btn-default-large {
    border-color: #0f5f99;
    background-image: none;
    background-color: #2a6d9e;
}

.x-btn-focus.x-btn-menu-active.x-btn-default-large, .x-btn-focus.x-btn-pressed.x-btn-default-large {
    
}

.x-btn.x-btn-disabled.x-btn-default-large {
    background-image: none;
    background-color: #3892d3;
}

.x-btn-focus .x-btn-default-large-tl, .x-btn-focus .x-btn-default-large-bl, .x-btn-focus .x-btn-default-large-tr, .x-btn-focus .x-btn-default-large-br, .x-btn-focus .x-btn-default-large-tc, .x-btn-focus .x-btn-default-large-bc {
    background-image: url(images/btn/btn-default-large-focus-corners.gif);
}

.x-btn-focus .x-btn-default-large-ml, .x-btn-focus .x-btn-default-large-mr {
    background-image: url(images/btn/btn-default-large-focus-sides.gif);
}

.x-btn-focus .x-btn-default-large-mc {
    background-color: #3892d3;
}

.x-btn-over .x-btn-default-large-tl, .x-btn-over .x-btn-default-large-bl, .x-btn-over .x-btn-default-large-tr, .x-btn-over .x-btn-default-large-br, .x-btn-over .x-btn-default-large-tc, .x-btn-over .x-btn-default-large-bc {
    background-image: url(images/btn/btn-default-large-over-corners.gif);
}

.x-btn-over .x-btn-default-large-ml, .x-btn-over .x-btn-default-large-mr {
    background-image: url(images/btn/btn-default-large-over-sides.gif);
}

.x-btn-over .x-btn-default-large-mc {
    background-color: #3386c2;
}

.x-btn-focus.x-btn-over .x-btn-default-large-tl, .x-btn-focus.x-btn-over .x-btn-default-large-bl, .x-btn-focus.x-btn-over .x-btn-default-large-tr, .x-btn-focus.x-btn-over .x-btn-default-large-br, .x-btn-focus.x-btn-over .x-btn-default-large-tc, .x-btn-focus.x-btn-over .x-btn-default-large-bc {
    background-image: url(images/btn/btn-default-large-focus-over-corners.gif);
}

.x-btn-focus.x-btn-over .x-btn-default-large-ml, .x-btn-focus.x-btn-over .x-btn-default-large-mr {
    background-image: url(images/btn/btn-default-large-focus-over-sides.gif);
}

.x-btn-focus.x-btn-over .x-btn-default-large-mc {
    background-color: #3386c2;
}

.x-btn.x-btn-menu-active .x-btn-default-large-tl, .x-btn.x-btn-menu-active .x-btn-default-large-bl, .x-btn.x-btn-menu-active .x-btn-default-large-tr, .x-btn.x-btn-menu-active .x-btn-default-large-br, .x-btn.x-btn-menu-active .x-btn-default-large-tc, .x-btn.x-btn-menu-active .x-btn-default-large-bc, .x-btn.x-btn-pressed .x-btn-default-large-tl, .x-btn.x-btn-pressed .x-btn-default-large-bl, .x-btn.x-btn-pressed .x-btn-default-large-tr, .x-btn.x-btn-pressed .x-btn-default-large-br, .x-btn.x-btn-pressed .x-btn-default-large-tc, .x-btn.x-btn-pressed .x-btn-default-large-bc {
    background-image: url(images/btn/btn-default-large-pressed-corners.gif);
}

.x-btn.x-btn-menu-active .x-btn-default-large-ml, .x-btn.x-btn-menu-active .x-btn-default-large-mr, .x-btn.x-btn-pressed .x-btn-default-large-ml, .x-btn.x-btn-pressed .x-btn-default-large-mr {
    background-image: url(images/btn/btn-default-large-pressed-sides.gif);
}

.x-btn.x-btn-menu-active .x-btn-default-large-mc, .x-btn.x-btn-pressed .x-btn-default-large-mc {
    background-color: #2a6d9e;
}

.x-btn-focus.x-btn-menu-active .x-btn-default-large-tl, .x-btn-focus.x-btn-menu-active .x-btn-default-large-bl, .x-btn-focus.x-btn-menu-active .x-btn-default-large-tr, .x-btn-focus.x-btn-menu-active .x-btn-default-large-br, .x-btn-focus.x-btn-menu-active .x-btn-default-large-tc, .x-btn-focus.x-btn-menu-active .x-btn-default-large-bc, .x-btn-focus.x-btn-pressed .x-btn-default-large-tl, .x-btn-focus.x-btn-pressed .x-btn-default-large-bl, .x-btn-focus.x-btn-pressed .x-btn-default-large-tr, .x-btn-focus.x-btn-pressed .x-btn-default-large-br, .x-btn-focus.x-btn-pressed .x-btn-default-large-tc, .x-btn-focus.x-btn-pressed .x-btn-default-large-bc {
    background-image: url(images/btn/btn-default-large-focus-pressed-corners.gif);
}

.x-btn-focus.x-btn-menu-active .x-btn-default-large-ml, .x-btn-focus.x-btn-menu-active .x-btn-default-large-mr, .x-btn-focus.x-btn-pressed .x-btn-default-large-ml, .x-btn-focus.x-btn-pressed .x-btn-default-large-mr {
    background-image: url(images/btn/btn-default-large-focus-pressed-sides.gif);
}

.x-btn-focus.x-btn-menu-active .x-btn-default-large-mc, .x-btn-focus.x-btn-pressed .x-btn-default-large-mc {
    background-color: #2a6d9e;
}

.x-btn.x-btn-disabled .x-btn-default-large-tl, .x-btn.x-btn-disabled .x-btn-default-large-bl, .x-btn.x-btn-disabled .x-btn-default-large-tr, .x-btn.x-btn-disabled .x-btn-default-large-br, .x-btn.x-btn-disabled .x-btn-default-large-tc, .x-btn.x-btn-disabled .x-btn-default-large-bc {
    background-image: url(images/btn/btn-default-large-disabled-corners.gif);
}

.x-btn.x-btn-disabled .x-btn-default-large-ml, .x-btn.x-btn-disabled .x-btn-default-large-mr {
    background-image: url(images/btn/btn-default-large-disabled-sides.gif);
}

.x-btn.x-btn-disabled .x-btn-default-large-mc {
    background-color: #3892d3;
}

.x-nbr .x-btn-default-large {
    background-image: none;
}

.x-btn-disabled.x-btn-default-large {
    filter: alpha(opacity=50);
    opacity: .5;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first {
    border-right-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first .x-btn-default-large-mc {
        padding-right: 3px !important;
    }

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-middle {
    border-right-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-middle .x-btn-default-large-mc {
        padding-right: 3px !important;
        padding-left: 3px !important;
    }

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-last .x-btn-default-large-mc {
    padding-left: 3px !important;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first {
    border-bottom-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first .x-btn-default-large-mc {
        padding-bottom: 3px !important;
    }

.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-middle {
    border-bottom-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-middle .x-btn-default-large-mc {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-last .x-btn-default-large-mc {
    padding-top: 3px !important;
}

.x-nbr .x-segmented-button-item.x-btn-default-large:after {
    content: ' ';
    border-style: solid;
    border-width: 0;
    position: absolute;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large:after {
    top: 1px;
    right: 0;
    bottom: 1px;
    left: 0;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-first:after {
    left: 1px;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-large.x-segmented-button-last:after {
    right: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-default-large:after {
    top: 0;
    right: 1px;
    bottom: 0;
    left: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-first:after {
    top: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-default-large.x-segmented-button-last:after {
    bottom: 1px;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-large:after {
    border-width: 1px;
    border-color: #d7e9f6;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-large:after {
    border-width: 1px;
    border-color: #d6e6f2;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-large:after, .x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-large:after {
    border-width: 1px;
    border-color: #d4e1eb;
}

.x-cmd-slicer.x-btn-focus.x-btn-default-large:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-corners.gif), sides:url(images/btn/btn-default-large-focus-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-over.x-btn-default-large:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-over-corners.gif), sides:url(images/btn/btn-default-large-over-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-large:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-over-corners.gif), sides:url(images/btn/btn-default-large-focus-over-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-pressed.x-btn-default-large:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-pressed-corners.gif), sides:url(images/btn/btn-default-large-pressed-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-large:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-focus-pressed-corners.gif), sides:url(images/btn/btn-default-large-focus-pressed-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-disabled.x-btn-default-large:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-large-disabled-corners.gif), sides:url(images/btn/btn-default-large-disabled-sides.gif)" !important;
}

.x-button-default-large-cell > .x-grid-cell-inner {
    padding-top: 0;
    padding-bottom: 0;
}

    .x-button-default-large-cell > .x-grid-cell-inner > .x-btn-default-large {
        vertical-align: top;
    }

.x-btn-default-toolbar-small {
    /* border-radius: 3px; */
    /* padding: 3px 3px 3px 3px; */
    /* border-width: 1px; */
    /* border-style: solid; */
    /* background-color: #f5f5f5; */
}

.x-btn-default-toolbar-small-mc {
    
}

.x-nbr .x-btn-default-toolbar-small {
    /* padding: 0 !important; */
    /* border-width: 0 !important; */
    /* border-radius: 0; */
    /* background-color: transparent !important; */
    /* box-shadow: none !important; */
}

.x-btn-default-toolbar-small-frameInfo {
    font-family: th-3-3-3-3-1-1-1-1-3-3-3-3;
}

.x-btn-default-toolbar-small-tl {
    background-position: 0 -6px;
}

.x-btn-default-toolbar-small-tr {
    background-position: right -9px;
}

.x-btn-default-toolbar-small-bl {
    background-position: 0 -12px;
}

.x-btn-default-toolbar-small-br {
    background-position: right -15px;
}

.x-btn-default-toolbar-small-ml {
    background-position: 0 top;
}

.x-btn-default-toolbar-small-mr {
    background-position: right top;
}

.x-btn-default-toolbar-small-tc {
    background-position: 0 0;
}

.x-btn-default-toolbar-small-bc {
    background-position: 0 -3px;
}

.x-btn-default-toolbar-small-tr, .x-btn-default-toolbar-small-br, .x-btn-default-toolbar-small-mr {
    padding-right: 3px;
}

.x-btn-default-toolbar-small-tl, .x-btn-default-toolbar-small-bl, .x-btn-default-toolbar-small-ml {
    padding-left: 3px;
}

.x-btn-default-toolbar-small-tc {
    height: 3px;
}

.x-btn-default-toolbar-small-bc {
    height: 3px;
}

.x-btn-default-toolbar-small-tl, .x-btn-default-toolbar-small-bl, .x-btn-default-toolbar-small-tr, .x-btn-default-toolbar-small-br, .x-btn-default-toolbar-small-tc, .x-btn-default-toolbar-small-bc, .x-btn-default-toolbar-small-ml, .x-btn-default-toolbar-small-mr {
    background-image: url(images/btn/btn-default-toolbar-small-corners.gif);
}

.x-btn-default-toolbar-small-ml, .x-btn-default-toolbar-small-mr {
    background-image: url(images/btn/btn-default-toolbar-small-sides.gif);
    background-repeat: repeat-y;
}

.x-btn-default-toolbar-small-mc {
    padding: 1px 1px 1px 1px;
}

.x-cmd-slicer.x-btn-default-toolbar-small:before {
    display: none;
    content: "x-slicer:frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-corners.gif), sides:url(images/btn/btn-default-toolbar-small-sides.gif)" !important;
}

.x-btn-default-toolbar-small {
    /* border-color: #d8d8d8; */
}

.x-btn-button-default-toolbar-small {
    /* height: 16px; */
}

.x-btn-inner-default-toolbar-small {
    /*font: 300 12px/16px helvetica,arial,verdana,sans-serif;*/
	line-height: 1em;
    /* color: #666; */
    /* padding: 0 5px; */
    /* max-width: 100%; */
}

.x-btn-icon-right > .x-btn-inner-default-toolbar-small, .x-btn-icon-left > .x-btn-inner-default-toolbar-small {
    max-width: calc(100% - 16px);
}

.x-btn-icon-el-default-toolbar-small {
    /* height: 16px; */
}

.x-btn-icon-left > .x-btn-icon-el-default-toolbar-small, .x-btn-icon-right > .x-btn-icon-el-default-toolbar-small {
    width: 16px;
}

.x-btn-icon-top > .x-btn-icon-el-default-toolbar-small, .x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-small {
    min-width: 16px;
}

.x-btn-icon-el-default-toolbar-small.x-btn-glyph {
    font-size: 16px;
    line-height: 16px;
    color: #666;
    opacity: .5;
}



.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-small {
    margin-right: 0;
}

.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small {
    margin-left: 0;
}

.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-small {
    margin-bottom: 5px;
}

.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-small {
    margin-top: 5px;
}

.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-small {
    padding-right: 5px;
}

.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small {
    margin-right: 5px;
}

.x-btn-arrow-bottom > .x-btn-button-default-toolbar-small, .x-btn-split-bottom > .x-btn-button-default-toolbar-small {
    padding-bottom: 3px;
}

.x-btn-wrap-default-toolbar-small.x-btn-arrow-right:after {
    width: 16px;
    padding-right: 16px;
    background-image: url(images/button/default-toolbar-small-arrow.png);
}

.x-btn-wrap-default-toolbar-small.x-btn-arrow-bottom:after {
    height: 13px;
    background-image: url(images/button/default-toolbar-small-arrow.png);
}

.x-btn-wrap-default-toolbar-small.x-btn-split-right:after {
    width: 20px;
    padding-right: 20px;
    background-image: url(images/button/default-toolbar-small-s-arrow.png);
}

.x-btn-wrap-default-toolbar-small.x-btn-split-bottom:after {
    height: 15px;
    background-image: url(images/button/default-toolbar-small-s-arrow-b.png);
}

.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-small {
    padding-right: 5px;
}

.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-small {
    margin-right: 5px;
}

.x-btn-focus.x-btn-default-toolbar-small {
    /* background-image: none; */
    
    
}

.x-btn-over.x-btn-default-toolbar-small {
    
}

.x-btn-focus.x-btn-over.x-btn-default-toolbar-small {
    
}

.x-btn.x-btn-menu-active.x-btn-default-toolbar-small, .x-btn.x-btn-pressed.x-btn-default-toolbar-small {
    
}

.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-small, .x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small {
    
}

.x-btn.x-btn-disabled.x-btn-default-toolbar-small {
    
}

.x-btn-focus .x-btn-default-toolbar-small-tl, .x-btn-focus .x-btn-default-toolbar-small-bl, .x-btn-focus .x-btn-default-toolbar-small-tr, .x-btn-focus .x-btn-default-toolbar-small-br, .x-btn-focus .x-btn-default-toolbar-small-tc, .x-btn-focus .x-btn-default-toolbar-small-bc {
    background-image: url(images/btn/btn-default-toolbar-small-focus-corners.gif);
}

.x-btn-focus .x-btn-default-toolbar-small-ml, .x-btn-focus .x-btn-default-toolbar-small-mr {
    background-image: url(images/btn/btn-default-toolbar-small-focus-sides.gif);
}

.x-btn-focus .x-btn-default-toolbar-small-mc {
    background-color: #f5f5f5;
}

.x-btn-over .x-btn-default-toolbar-small-tl, .x-btn-over .x-btn-default-toolbar-small-bl, .x-btn-over .x-btn-default-toolbar-small-tr, .x-btn-over .x-btn-default-toolbar-small-br, .x-btn-over .x-btn-default-toolbar-small-tc, .x-btn-over .x-btn-default-toolbar-small-bc {
    background-image: url(images/btn/btn-default-toolbar-small-over-corners.gif);
}

.x-btn-over .x-btn-default-toolbar-small-ml, .x-btn-over .x-btn-default-toolbar-small-mr {
    background-image: url(images/btn/btn-default-toolbar-small-over-sides.gif);
}

.x-btn-over .x-btn-default-toolbar-small-mc {
    background-color: #ebebeb;
}

.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tl, .x-btn-focus.x-btn-over .x-btn-default-toolbar-small-bl, .x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tr, .x-btn-focus.x-btn-over .x-btn-default-toolbar-small-br, .x-btn-focus.x-btn-over .x-btn-default-toolbar-small-tc, .x-btn-focus.x-btn-over .x-btn-default-toolbar-small-bc {
    background-image: url(images/btn/btn-default-toolbar-small-focus-over-corners.gif);
}

.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-ml, .x-btn-focus.x-btn-over .x-btn-default-toolbar-small-mr {
    background-image: url(images/btn/btn-default-toolbar-small-focus-over-sides.gif);
}

.x-btn-focus.x-btn-over .x-btn-default-toolbar-small-mc {
    background-color: #ebebeb;
}

.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tl, .x-btn.x-btn-menu-active .x-btn-default-toolbar-small-bl, .x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tr, .x-btn.x-btn-menu-active .x-btn-default-toolbar-small-br, .x-btn.x-btn-menu-active .x-btn-default-toolbar-small-tc, .x-btn.x-btn-menu-active .x-btn-default-toolbar-small-bc, .x-btn.x-btn-pressed .x-btn-default-toolbar-small-tl, .x-btn.x-btn-pressed .x-btn-default-toolbar-small-bl, .x-btn.x-btn-pressed .x-btn-default-toolbar-small-tr, .x-btn.x-btn-pressed .x-btn-default-toolbar-small-br, .x-btn.x-btn-pressed .x-btn-default-toolbar-small-tc, .x-btn.x-btn-pressed .x-btn-default-toolbar-small-bc {
    background-image: url(images/btn/btn-default-toolbar-small-pressed-corners.gif);
}

.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-ml, .x-btn.x-btn-menu-active .x-btn-default-toolbar-small-mr, .x-btn.x-btn-pressed .x-btn-default-toolbar-small-ml, .x-btn.x-btn-pressed .x-btn-default-toolbar-small-mr {
    background-image: url(images/btn/btn-default-toolbar-small-pressed-sides.gif);
}

.x-btn.x-btn-menu-active .x-btn-default-toolbar-small-mc, .x-btn.x-btn-pressed .x-btn-default-toolbar-small-mc {
    background-color: #e1e1e1;
}

.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tl, .x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-bl, .x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tr, .x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-br, .x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-tc, .x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-bc, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tl, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-bl, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tr, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-br, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-tc, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-bc {
    background-image: url(images/btn/btn-default-toolbar-small-focus-pressed-corners.gif);
}

.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-ml, .x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-mr, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-ml, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-mr {
    background-image: url(images/btn/btn-default-toolbar-small-focus-pressed-sides.gif);
}

.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-small-mc, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-small-mc {
    background-color: #e1e1e1;
}

.x-btn.x-btn-disabled .x-btn-default-toolbar-small-tl, .x-btn.x-btn-disabled .x-btn-default-toolbar-small-bl, .x-btn.x-btn-disabled .x-btn-default-toolbar-small-tr, .x-btn.x-btn-disabled .x-btn-default-toolbar-small-br, .x-btn.x-btn-disabled .x-btn-default-toolbar-small-tc, .x-btn.x-btn-disabled .x-btn-default-toolbar-small-bc {
    background-image: url(images/btn/btn-default-toolbar-small-disabled-corners.gif);
}

.x-btn.x-btn-disabled .x-btn-default-toolbar-small-ml, .x-btn.x-btn-disabled .x-btn-default-toolbar-small-mr {
    background-image: url(images/btn/btn-default-toolbar-small-disabled-sides.gif);
}

.x-btn.x-btn-disabled .x-btn-default-toolbar-small-mc {
    background-color: #f5f5f5;
}

.x-nbr .x-btn-default-toolbar-small {
    background-image: none;
}

.x-btn-disabled.x-btn-default-toolbar-small {
    filter: alpha(opacity=50);
    opacity: .5;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first {
    border-right-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first .x-btn-default-toolbar-small-mc {
        padding-right: 3px !important;
    }

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-middle {
    border-right-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-middle .x-btn-default-toolbar-small-mc {
        padding-right: 3px !important;
        padding-left: 3px !important;
    }

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-last .x-btn-default-toolbar-small-mc {
    padding-left: 3px !important;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first {
    border-bottom-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first .x-btn-default-toolbar-small-mc {
        padding-bottom: 3px !important;
    }

.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-middle {
    border-bottom-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-middle .x-btn-default-toolbar-small-mc {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-last .x-btn-default-toolbar-small-mc {
    padding-top: 3px !important;
}

.x-nbr .x-segmented-button-item.x-btn-default-toolbar-small:after {
    content: ' ';
    border-style: solid;
    border-width: 0;
    position: absolute;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small:after {
    top: 1px;
    right: 0;
    bottom: 1px;
    left: 0;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-first:after {
    left: 1px;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-small.x-segmented-button-last:after {
    right: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small:after {
    top: 0;
    right: 1px;
    bottom: 0;
    left: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-first:after {
    top: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-small.x-segmented-button-last:after {
    bottom: 1px;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-small:after {
    border-width: 1px;
    border-color: #4196d4;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-small:after {
    border-width: 1px;
    border-color: #4196d4;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-small:after, .x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small:after {
    border-width: 1px;
    border-color: #4196d4;
}

.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-small:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-small:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-over-corners.gif), sides:url(images/btn/btn-default-toolbar-small-over-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-small:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-over-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-small:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-small-pressed-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-small-focus-pressed-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-small:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-small-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-small-disabled-sides.gif)" !important;
}

.x-button-default-toolbar-small-cell > .x-grid-cell-inner {
    padding-top: 0;
    padding-bottom: 0;
}

    .x-button-default-toolbar-small-cell > .x-grid-cell-inner > .x-btn-default-toolbar-small {
        vertical-align: top;
    }

.x-btn-default-toolbar-medium {
    border-radius: 3px;
    padding: 3px 3px 3px 3px;
    border-width: 1px;
    border-style: solid;
    background-color: #f5f5f5;
}

.x-btn-default-toolbar-medium-mc {
    background-color: #f5f5f5;
}

.x-nbr .x-btn-default-toolbar-medium {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-btn-default-toolbar-medium-frameInfo {
    font-family: th-3-3-3-3-1-1-1-1-3-3-3-3;
}

.x-btn-default-toolbar-medium-tl {
    background-position: 0 -6px;
}

.x-btn-default-toolbar-medium-tr {
    background-position: right -9px;
}

.x-btn-default-toolbar-medium-bl {
    background-position: 0 -12px;
}

.x-btn-default-toolbar-medium-br {
    background-position: right -15px;
}

.x-btn-default-toolbar-medium-ml {
    background-position: 0 top;
}

.x-btn-default-toolbar-medium-mr {
    background-position: right top;
}

.x-btn-default-toolbar-medium-tc {
    background-position: 0 0;
}

.x-btn-default-toolbar-medium-bc {
    background-position: 0 -3px;
}

.x-btn-default-toolbar-medium-tr, .x-btn-default-toolbar-medium-br, .x-btn-default-toolbar-medium-mr {
    padding-right: 3px;
}

.x-btn-default-toolbar-medium-tl, .x-btn-default-toolbar-medium-bl, .x-btn-default-toolbar-medium-ml {
    padding-left: 3px;
}

.x-btn-default-toolbar-medium-tc {
    height: 3px;
}

.x-btn-default-toolbar-medium-bc {
    height: 3px;
}

.x-btn-default-toolbar-medium-tl, .x-btn-default-toolbar-medium-bl, .x-btn-default-toolbar-medium-tr, .x-btn-default-toolbar-medium-br, .x-btn-default-toolbar-medium-tc, .x-btn-default-toolbar-medium-bc, .x-btn-default-toolbar-medium-ml, .x-btn-default-toolbar-medium-mr {
    background-image: url(images/btn/btn-default-toolbar-medium-corners.gif);
}

.x-btn-default-toolbar-medium-ml, .x-btn-default-toolbar-medium-mr {
    background-image: url(images/btn/btn-default-toolbar-medium-sides.gif);
    background-repeat: repeat-y;
}

.x-btn-default-toolbar-medium-mc {
    padding: 1px 1px 1px 1px;
}

.x-cmd-slicer.x-btn-default-toolbar-medium:before {
    display: none;
    content: "x-slicer:frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-sides.gif)" !important;
}

.x-btn-default-toolbar-medium {
    border-color: #d8d8d8;
}

.x-btn-button-default-toolbar-medium {
    height: 24px;
}

.x-btn-inner-default-toolbar-medium {
    /*font: 300 14px/18px helvetica,arial,verdana,sans-serif;*/
	line-height: 18px;
    color: #666;
    padding: 0 8px;
    max-width: 100%;
}

.x-btn-icon-right > .x-btn-inner-default-toolbar-medium, .x-btn-icon-left > .x-btn-inner-default-toolbar-medium {
    max-width: calc(100% - 24px);
}

.x-btn-icon-el-default-toolbar-medium {
    height: 24px;
}

.x-btn-icon-left > .x-btn-icon-el-default-toolbar-medium, .x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium {
    width: 24px;
}

.x-btn-icon-top > .x-btn-icon-el-default-toolbar-medium, .x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-medium {
    min-width: 24px;
}

.x-btn-icon-el-default-toolbar-medium.x-btn-glyph {
    font-size: 24px;
    line-height: 24px;
    color: #666;
    opacity: .5;
}



.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-medium {
    margin-right: 0;
}

.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium {
    margin-left: 0;
}

.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-medium {
    margin-bottom: 5px;
}

.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-medium {
    margin-top: 5px;
}

.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-medium {
    padding-right: 8px;
}

.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium {
    margin-right: 8px;
}

.x-btn-arrow-bottom > .x-btn-button-default-toolbar-medium, .x-btn-split-bottom > .x-btn-button-default-toolbar-medium {
    padding-bottom: 3px;
}

.x-btn-wrap-default-toolbar-medium.x-btn-arrow-right:after {
    width: 24px;
    padding-right: 24px;
    background-image: url(images/button/default-toolbar-medium-arrow.png);
}

.x-btn-wrap-default-toolbar-medium.x-btn-arrow-bottom:after {
    height: 18px;
    background-image: url(images/button/default-toolbar-medium-arrow.png);
}

.x-btn-wrap-default-toolbar-medium.x-btn-split-right:after {
    width: 28px;
    padding-right: 28px;
    background-image: url(images/button/default-toolbar-medium-s-arrow.png);
}

.x-btn-wrap-default-toolbar-medium.x-btn-split-bottom:after {
    height: 24px;
    background-image: url(images/button/default-toolbar-medium-s-arrow-b.png);
}

.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-medium {
    padding-right: 8px;
}

.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-medium {
    margin-right: 8px;
}

.x-btn-focus.x-btn-default-toolbar-medium {
    background-image: none;
    background-color: #f5f5f5;
    
}

.x-btn-over.x-btn-default-toolbar-medium {
    border-color: #cfcfcf;
    background-image: none;
    background-color: #ebebeb;
}

.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium {
    
}

.x-btn.x-btn-menu-active.x-btn-default-toolbar-medium, .x-btn.x-btn-pressed.x-btn-default-toolbar-medium {
    border-color: #c6c6c6;
    background-image: none;
    background-color: #e1e1e1;
}

.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-medium, .x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium {
    
}

.x-btn.x-btn-disabled.x-btn-default-toolbar-medium {
    background-image: none;
    background-color: #f5f5f5;
}

.x-btn-focus .x-btn-default-toolbar-medium-tl, .x-btn-focus .x-btn-default-toolbar-medium-bl, .x-btn-focus .x-btn-default-toolbar-medium-tr, .x-btn-focus .x-btn-default-toolbar-medium-br, .x-btn-focus .x-btn-default-toolbar-medium-tc, .x-btn-focus .x-btn-default-toolbar-medium-bc {
    background-image: url(images/btn/btn-default-toolbar-medium-focus-corners.gif);
}

.x-btn-focus .x-btn-default-toolbar-medium-ml, .x-btn-focus .x-btn-default-toolbar-medium-mr {
    background-image: url(images/btn/btn-default-toolbar-medium-focus-sides.gif);
}

.x-btn-focus .x-btn-default-toolbar-medium-mc {
    background-color: #f5f5f5;
}

.x-btn-over .x-btn-default-toolbar-medium-tl, .x-btn-over .x-btn-default-toolbar-medium-bl, .x-btn-over .x-btn-default-toolbar-medium-tr, .x-btn-over .x-btn-default-toolbar-medium-br, .x-btn-over .x-btn-default-toolbar-medium-tc, .x-btn-over .x-btn-default-toolbar-medium-bc {
    background-image: url(images/btn/btn-default-toolbar-medium-over-corners.gif);
}

.x-btn-over .x-btn-default-toolbar-medium-ml, .x-btn-over .x-btn-default-toolbar-medium-mr {
    background-image: url(images/btn/btn-default-toolbar-medium-over-sides.gif);
}

.x-btn-over .x-btn-default-toolbar-medium-mc {
    background-color: #ebebeb;
}

.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tl, .x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-bl, .x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tr, .x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-br, .x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-tc, .x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-bc {
    background-image: url(images/btn/btn-default-toolbar-medium-focus-over-corners.gif);
}

.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-ml, .x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-mr {
    background-image: url(images/btn/btn-default-toolbar-medium-focus-over-sides.gif);
}

.x-btn-focus.x-btn-over .x-btn-default-toolbar-medium-mc {
    background-color: #ebebeb;
}

.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tl, .x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-bl, .x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tr, .x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-br, .x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-tc, .x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-bc, .x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tl, .x-btn.x-btn-pressed .x-btn-default-toolbar-medium-bl, .x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tr, .x-btn.x-btn-pressed .x-btn-default-toolbar-medium-br, .x-btn.x-btn-pressed .x-btn-default-toolbar-medium-tc, .x-btn.x-btn-pressed .x-btn-default-toolbar-medium-bc {
    background-image: url(images/btn/btn-default-toolbar-medium-pressed-corners.gif);
}

.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-ml, .x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-mr, .x-btn.x-btn-pressed .x-btn-default-toolbar-medium-ml, .x-btn.x-btn-pressed .x-btn-default-toolbar-medium-mr {
    background-image: url(images/btn/btn-default-toolbar-medium-pressed-sides.gif);
}

.x-btn.x-btn-menu-active .x-btn-default-toolbar-medium-mc, .x-btn.x-btn-pressed .x-btn-default-toolbar-medium-mc {
    background-color: #e1e1e1;
}

.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tl, .x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-bl, .x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tr, .x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-br, .x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-tc, .x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-bc, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tl, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-bl, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tr, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-br, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-tc, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-bc {
    background-image: url(images/btn/btn-default-toolbar-medium-focus-pressed-corners.gif);
}

.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-ml, .x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-mr, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-ml, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-mr {
    background-image: url(images/btn/btn-default-toolbar-medium-focus-pressed-sides.gif);
}

.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-medium-mc, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-medium-mc {
    background-color: #e1e1e1;
}

.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tl, .x-btn.x-btn-disabled .x-btn-default-toolbar-medium-bl, .x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tr, .x-btn.x-btn-disabled .x-btn-default-toolbar-medium-br, .x-btn.x-btn-disabled .x-btn-default-toolbar-medium-tc, .x-btn.x-btn-disabled .x-btn-default-toolbar-medium-bc {
    background-image: url(images/btn/btn-default-toolbar-medium-disabled-corners.gif);
}

.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-ml, .x-btn.x-btn-disabled .x-btn-default-toolbar-medium-mr {
    background-image: url(images/btn/btn-default-toolbar-medium-disabled-sides.gif);
}

.x-btn.x-btn-disabled .x-btn-default-toolbar-medium-mc {
    background-color: #f5f5f5;
}

.x-nbr .x-btn-default-toolbar-medium {
    background-image: none;
}

.x-btn-disabled.x-btn-default-toolbar-medium {
    filter: alpha(opacity=50);
    opacity: .5;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first {
    border-right-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first .x-btn-default-toolbar-medium-mc {
        padding-right: 3px !important;
    }

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-middle {
    border-right-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-middle .x-btn-default-toolbar-medium-mc {
        padding-right: 3px !important;
        padding-left: 3px !important;
    }

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-last .x-btn-default-toolbar-medium-mc {
    padding-left: 3px !important;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first {
    border-bottom-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first .x-btn-default-toolbar-medium-mc {
        padding-bottom: 3px !important;
    }

.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-middle {
    border-bottom-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-middle .x-btn-default-toolbar-medium-mc {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-last .x-btn-default-toolbar-medium-mc {
    padding-top: 3px !important;
}

.x-nbr .x-segmented-button-item.x-btn-default-toolbar-medium:after {
    content: ' ';
    border-style: solid;
    border-width: 0;
    position: absolute;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium:after {
    top: 1px;
    right: 0;
    bottom: 1px;
    left: 0;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-first:after {
    left: 1px;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-medium.x-segmented-button-last:after {
    right: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium:after {
    top: 0;
    right: 1px;
    bottom: 0;
    left: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-first:after {
    top: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-medium.x-segmented-button-last:after {
    bottom: 1px;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-medium:after {
    border-width: 1px;
    border-color: #4196d4;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium:after {
    border-width: 1px;
    border-color: #4196d4;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-medium:after, .x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium:after {
    border-width: 1px;
    border-color: #4196d4;
}

.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-medium:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-medium:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-over-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-over-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-medium:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-over-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-medium:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-pressed-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-medium:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-focus-pressed-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-medium:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-medium-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-medium-disabled-sides.gif)" !important;
}

.x-button-default-toolbar-medium-cell > .x-grid-cell-inner {
    padding-top: 0;
    padding-bottom: 0;
}

    .x-button-default-toolbar-medium-cell > .x-grid-cell-inner > .x-btn-default-toolbar-medium {
        vertical-align: top;
    }

.x-btn-default-toolbar-large {
    border-radius: 3px;
    padding: 3px 3px 3px 3px;
    border-width: 1px;
    border-style: solid;
    background-color: #f5f5f5;
}

.x-btn-default-toolbar-large-mc {
    background-color: #f5f5f5;
}

.x-nbr .x-btn-default-toolbar-large {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-btn-default-toolbar-large-frameInfo {
    font-family: th-3-3-3-3-1-1-1-1-3-3-3-3;
}

.x-btn-default-toolbar-large-tl {
    background-position: 0 -6px;
}

.x-btn-default-toolbar-large-tr {
    background-position: right -9px;
}

.x-btn-default-toolbar-large-bl {
    background-position: 0 -12px;
}

.x-btn-default-toolbar-large-br {
    background-position: right -15px;
}

.x-btn-default-toolbar-large-ml {
    background-position: 0 top;
}

.x-btn-default-toolbar-large-mr {
    background-position: right top;
}

.x-btn-default-toolbar-large-tc {
    background-position: 0 0;
}

.x-btn-default-toolbar-large-bc {
    background-position: 0 -3px;
}

.x-btn-default-toolbar-large-tr, .x-btn-default-toolbar-large-br, .x-btn-default-toolbar-large-mr {
    padding-right: 3px;
}

.x-btn-default-toolbar-large-tl, .x-btn-default-toolbar-large-bl, .x-btn-default-toolbar-large-ml {
    padding-left: 3px;
}

.x-btn-default-toolbar-large-tc {
    height: 3px;
}

.x-btn-default-toolbar-large-bc {
    height: 3px;
}

.x-btn-default-toolbar-large-tl, .x-btn-default-toolbar-large-bl, .x-btn-default-toolbar-large-tr, .x-btn-default-toolbar-large-br, .x-btn-default-toolbar-large-tc, .x-btn-default-toolbar-large-bc, .x-btn-default-toolbar-large-ml, .x-btn-default-toolbar-large-mr {
    background-image: url(images/btn/btn-default-toolbar-large-corners.gif);
}

.x-btn-default-toolbar-large-ml, .x-btn-default-toolbar-large-mr {
    background-image: url(images/btn/btn-default-toolbar-large-sides.gif);
    background-repeat: repeat-y;
}

.x-btn-default-toolbar-large-mc {
    padding: 1px 1px 1px 1px;
}

.x-cmd-slicer.x-btn-default-toolbar-large:before {
    display: none;
    content: "x-slicer:frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-corners.gif), sides:url(images/btn/btn-default-toolbar-large-sides.gif)" !important;
}

.x-btn-default-toolbar-large {
    border-color: #d8d8d8;
}

.x-btn-button-default-toolbar-large {
    height: 32px;
}

.x-btn-inner-default-toolbar-large {
    /*font: 300 16px/20px helvetica,arial,verdana,sans-serif;*/
	line-height: 20px;
    color: #666;
    padding: 0 10px;
    max-width: 100%;
}

.x-btn-icon-right > .x-btn-inner-default-toolbar-large, .x-btn-icon-left > .x-btn-inner-default-toolbar-large {
    max-width: calc(100% - 32px);
}

.x-btn-icon-el-default-toolbar-large {
    height: 32px;
}

.x-btn-icon-left > .x-btn-icon-el-default-toolbar-large, .x-btn-icon-right > .x-btn-icon-el-default-toolbar-large {
    width: 32px;
}

.x-btn-icon-top > .x-btn-icon-el-default-toolbar-large, .x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-large {
    min-width: 32px;
}

.x-btn-icon-el-default-toolbar-large.x-btn-glyph {
    font-size: 32px;
    line-height: 32px;
    color: #666;
    opacity: .5;
}



.x-btn-text.x-btn-icon-left > .x-btn-icon-el-default-toolbar-large {
    margin-right: 0;
}

.x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large {
    margin-left: 0;
}

.x-btn-text.x-btn-icon-top > .x-btn-icon-el-default-toolbar-large {
    margin-bottom: 5px;
}

.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-default-toolbar-large {
    margin-top: 5px;
}

.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-large {
    padding-right: 10px;
}

.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large {
    margin-right: 10px;
}

.x-btn-arrow-bottom > .x-btn-button-default-toolbar-large, .x-btn-split-bottom > .x-btn-button-default-toolbar-large {
    padding-bottom: 3px;
}

.x-btn-wrap-default-toolbar-large.x-btn-arrow-right:after {
    width: 28px;
    padding-right: 28px;
    background-image: url(images/button/default-toolbar-large-arrow.png);
}

.x-btn-wrap-default-toolbar-large.x-btn-arrow-bottom:after {
    height: 20px;
    background-image: url(images/button/default-toolbar-large-arrow.png);
}

.x-btn-wrap-default-toolbar-large.x-btn-split-right:after {
    width: 35px;
    padding-right: 35px;
    background-image: url(images/button/default-toolbar-large-s-arrow.png);
}

.x-btn-wrap-default-toolbar-large.x-btn-split-bottom:after {
    height: 29px;
    background-image: url(images/button/default-toolbar-large-s-arrow-b.png);
}

.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-default-toolbar-large {
    padding-right: 10px;
}

.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-default-toolbar-large {
    margin-right: 10px;
}

.x-btn-focus.x-btn-default-toolbar-large {
    background-image: none;
    background-color: #f5f5f5;
    
}

.x-btn-over.x-btn-default-toolbar-large {
    border-color: #cfcfcf;
    background-image: none;
    background-color: #ebebeb;
}

.x-btn-focus.x-btn-over.x-btn-default-toolbar-large {
    
}

.x-btn.x-btn-menu-active.x-btn-default-toolbar-large, .x-btn.x-btn-pressed.x-btn-default-toolbar-large {
    border-color: #c6c6c6;
    background-image: none;
    background-color: #e1e1e1;
}

.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-large, .x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large {
    
}

.x-btn.x-btn-disabled.x-btn-default-toolbar-large {
    background-image: none;
    background-color: #f5f5f5;
}

.x-btn-focus .x-btn-default-toolbar-large-tl, .x-btn-focus .x-btn-default-toolbar-large-bl, .x-btn-focus .x-btn-default-toolbar-large-tr, .x-btn-focus .x-btn-default-toolbar-large-br, .x-btn-focus .x-btn-default-toolbar-large-tc, .x-btn-focus .x-btn-default-toolbar-large-bc {
    background-image: url(images/btn/btn-default-toolbar-large-focus-corners.gif);
}

.x-btn-focus .x-btn-default-toolbar-large-ml, .x-btn-focus .x-btn-default-toolbar-large-mr {
    background-image: url(images/btn/btn-default-toolbar-large-focus-sides.gif);
}

.x-btn-focus .x-btn-default-toolbar-large-mc {
    background-color: #f5f5f5;
}

.x-btn-over .x-btn-default-toolbar-large-tl, .x-btn-over .x-btn-default-toolbar-large-bl, .x-btn-over .x-btn-default-toolbar-large-tr, .x-btn-over .x-btn-default-toolbar-large-br, .x-btn-over .x-btn-default-toolbar-large-tc, .x-btn-over .x-btn-default-toolbar-large-bc {
    background-image: url(images/btn/btn-default-toolbar-large-over-corners.gif);
}

.x-btn-over .x-btn-default-toolbar-large-ml, .x-btn-over .x-btn-default-toolbar-large-mr {
    background-image: url(images/btn/btn-default-toolbar-large-over-sides.gif);
}

.x-btn-over .x-btn-default-toolbar-large-mc {
    background-color: #ebebeb;
}

.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tl, .x-btn-focus.x-btn-over .x-btn-default-toolbar-large-bl, .x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tr, .x-btn-focus.x-btn-over .x-btn-default-toolbar-large-br, .x-btn-focus.x-btn-over .x-btn-default-toolbar-large-tc, .x-btn-focus.x-btn-over .x-btn-default-toolbar-large-bc {
    background-image: url(images/btn/btn-default-toolbar-large-focus-over-corners.gif);
}

.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-ml, .x-btn-focus.x-btn-over .x-btn-default-toolbar-large-mr {
    background-image: url(images/btn/btn-default-toolbar-large-focus-over-sides.gif);
}

.x-btn-focus.x-btn-over .x-btn-default-toolbar-large-mc {
    background-color: #ebebeb;
}

.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tl, .x-btn.x-btn-menu-active .x-btn-default-toolbar-large-bl, .x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tr, .x-btn.x-btn-menu-active .x-btn-default-toolbar-large-br, .x-btn.x-btn-menu-active .x-btn-default-toolbar-large-tc, .x-btn.x-btn-menu-active .x-btn-default-toolbar-large-bc, .x-btn.x-btn-pressed .x-btn-default-toolbar-large-tl, .x-btn.x-btn-pressed .x-btn-default-toolbar-large-bl, .x-btn.x-btn-pressed .x-btn-default-toolbar-large-tr, .x-btn.x-btn-pressed .x-btn-default-toolbar-large-br, .x-btn.x-btn-pressed .x-btn-default-toolbar-large-tc, .x-btn.x-btn-pressed .x-btn-default-toolbar-large-bc {
    background-image: url(images/btn/btn-default-toolbar-large-pressed-corners.gif);
}

.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-ml, .x-btn.x-btn-menu-active .x-btn-default-toolbar-large-mr, .x-btn.x-btn-pressed .x-btn-default-toolbar-large-ml, .x-btn.x-btn-pressed .x-btn-default-toolbar-large-mr {
    background-image: url(images/btn/btn-default-toolbar-large-pressed-sides.gif);
}

.x-btn.x-btn-menu-active .x-btn-default-toolbar-large-mc, .x-btn.x-btn-pressed .x-btn-default-toolbar-large-mc {
    background-color: #e1e1e1;
}

.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tl, .x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-bl, .x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tr, .x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-br, .x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-tc, .x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-bc, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tl, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-bl, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tr, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-br, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-tc, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-bc {
    background-image: url(images/btn/btn-default-toolbar-large-focus-pressed-corners.gif);
}

.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-ml, .x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-mr, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-ml, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-mr {
    background-image: url(images/btn/btn-default-toolbar-large-focus-pressed-sides.gif);
}

.x-btn-focus.x-btn-menu-active .x-btn-default-toolbar-large-mc, .x-btn-focus.x-btn-pressed .x-btn-default-toolbar-large-mc {
    background-color: #e1e1e1;
}

.x-btn.x-btn-disabled .x-btn-default-toolbar-large-tl, .x-btn.x-btn-disabled .x-btn-default-toolbar-large-bl, .x-btn.x-btn-disabled .x-btn-default-toolbar-large-tr, .x-btn.x-btn-disabled .x-btn-default-toolbar-large-br, .x-btn.x-btn-disabled .x-btn-default-toolbar-large-tc, .x-btn.x-btn-disabled .x-btn-default-toolbar-large-bc {
    background-image: url(images/btn/btn-default-toolbar-large-disabled-corners.gif);
}

.x-btn.x-btn-disabled .x-btn-default-toolbar-large-ml, .x-btn.x-btn-disabled .x-btn-default-toolbar-large-mr {
    background-image: url(images/btn/btn-default-toolbar-large-disabled-sides.gif);
}

.x-btn.x-btn-disabled .x-btn-default-toolbar-large-mc {
    background-color: #f5f5f5;
}

.x-nbr .x-btn-default-toolbar-large {
    background-image: none;
}

.x-btn-disabled.x-btn-default-toolbar-large {
    filter: alpha(opacity=50);
    opacity: .5;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first {
    border-right-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first .x-btn-default-toolbar-large-mc {
        padding-right: 3px !important;
    }

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-middle {
    border-right-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-middle .x-btn-default-toolbar-large-mc {
        padding-right: 3px !important;
        padding-left: 3px !important;
    }

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-last .x-btn-default-toolbar-large-mc {
    padding-left: 3px !important;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first {
    border-bottom-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first .x-btn-default-toolbar-large-mc {
        padding-bottom: 3px !important;
    }

.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-middle {
    border-bottom-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-middle .x-btn-default-toolbar-large-mc {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-last .x-btn-default-toolbar-large-mc {
    padding-top: 3px !important;
}

.x-nbr .x-segmented-button-item.x-btn-default-toolbar-large:after {
    content: ' ';
    border-style: solid;
    border-width: 0;
    position: absolute;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large:after {
    top: 1px;
    right: 0;
    bottom: 1px;
    left: 0;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-first:after {
    left: 1px;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-default-toolbar-large.x-segmented-button-last:after {
    right: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large:after {
    top: 0;
    right: 1px;
    bottom: 0;
    left: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-first:after {
    top: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-default-toolbar-large.x-segmented-button-last:after {
    bottom: 1px;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-default-toolbar-large:after {
    border-width: 1px;
    border-color: #4196d4;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-default-toolbar-large:after {
    border-width: 1px;
    border-color: #4196d4;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-large:after, .x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large:after {
    border-width: 1px;
    border-color: #4196d4;
}

.x-cmd-slicer.x-btn-focus.x-btn-default-toolbar-large:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-over.x-btn-default-toolbar-large:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-over-corners.gif), sides:url(images/btn/btn-default-toolbar-large-over-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-default-toolbar-large:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-over-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-over-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-pressed.x-btn-default-toolbar-large:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-large-pressed-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-default-toolbar-large:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-focus-pressed-corners.gif), sides:url(images/btn/btn-default-toolbar-large-focus-pressed-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-disabled.x-btn-default-toolbar-large:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-default-toolbar-large-disabled-corners.gif), sides:url(images/btn/btn-default-toolbar-large-disabled-sides.gif)" !important;
}

.x-button-default-toolbar-large-cell > .x-grid-cell-inner {
    padding-top: 0;
    padding-bottom: 0;
}

    .x-button-default-toolbar-large-cell > .x-grid-cell-inner > .x-btn-default-toolbar-large {
        vertical-align: top;
    }

.x-tab-default-top {
    
}

.x-tab-default-top-mc {
    
}

.x-nbr .x-tab-default-top {
    /* padding: 0 !important; */
    /* border-width: 0 !important; */
    /* border-radius: 0; */
    /* background-color: transparent !important; */
    /* box-shadow: none !important; */
}

.x-tab-default-top-frameInfo {
    font-family: th-2-2-2-2-1-1-1-1-3-8-3-8;
}

.x-tab-default-top-tl {
    background-position: 0 -4px;
}

.x-tab-default-top-tr {
    background-position: right -6px;
}

.x-tab-default-top-bl {
    background-position: 0 -8px;
}

.x-tab-default-top-br {
    background-position: right -10px;
}

.x-tab-default-top-ml {
    background-position: 0 top;
}

.x-tab-default-top-mr {
    background-position: right top;
}

.x-tab-default-top-tc {
    background-position: 0 0;
}

.x-tab-default-top-bc {
    background-position: 0 -2px;
}

.x-tab-default-top-tr, .x-tab-default-top-br, .x-tab-default-top-mr {
    padding-right: 2px;
}

.x-tab-default-top-tl, .x-tab-default-top-bl, .x-tab-default-top-ml {
    padding-left: 2px;
}

.x-tab-default-top-tc {
    height: 2px;
}

.x-tab-default-top-bc {
    height: 2px;
}

.x-tab-default-top-tl, .x-tab-default-top-bl, .x-tab-default-top-tr, .x-tab-default-top-br, .x-tab-default-top-tc, .x-tab-default-top-bc, .x-tab-default-top-ml, .x-tab-default-top-mr {
    background-image: url(images/tab/tab-default-top-corners.gif);
}

.x-tab-default-top-ml, .x-tab-default-top-mr {
    background-image: url(images/tab/tab-default-top-sides.gif);
    background-repeat: repeat-y;
}

.x-tab-default-top-mc {
    padding: 2px 7px 2px 7px;
}

.x-cmd-slicer.x-tab-default-top:before {
    display: none;
    content: "x-slicer:frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-top-corners.gif), sides:url(images/tab/tab-default-top-sides.gif)" !important;
}

.x-tab-default-bottom {
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 3px 8px 3px 8px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    background-color: #f5f5f5;
}

.x-tab-default-bottom-mc {
    background-color: #f5f5f5;
}

.x-nbr .x-tab-default-bottom {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-tab-default-bottom-frameInfo {
    font-family: th-2-2-2-2-1-1-1-1-3-8-3-8;
}

.x-tab-default-bottom-tl {
    background-position: 0 -4px;
}

.x-tab-default-bottom-tr {
    background-position: right -6px;
}

.x-tab-default-bottom-bl {
    background-position: 0 -8px;
}

.x-tab-default-bottom-br {
    background-position: right -10px;
}

.x-tab-default-bottom-ml {
    background-position: 0 bottom;
}

.x-tab-default-bottom-mr {
    background-position: right bottom;
}

.x-tab-default-bottom-tc {
    background-position: 0 0;
}

.x-tab-default-bottom-bc {
    background-position: 0 -2px;
}

.x-tab-default-bottom-tr, .x-tab-default-bottom-br, .x-tab-default-bottom-mr {
    padding-right: 2px;
}

.x-tab-default-bottom-tl, .x-tab-default-bottom-bl, .x-tab-default-bottom-ml {
    padding-left: 2px;
}

.x-tab-default-bottom-tc {
    height: 2px;
}

.x-tab-default-bottom-bc {
    height: 2px;
}

.x-tab-default-bottom-tl, .x-tab-default-bottom-bl, .x-tab-default-bottom-tr, .x-tab-default-bottom-br, .x-tab-default-bottom-tc, .x-tab-default-bottom-bc, .x-tab-default-bottom-ml, .x-tab-default-bottom-mr {
    background-image: url(images/tab/tab-default-bottom-corners.gif);
}

.x-tab-default-bottom-ml, .x-tab-default-bottom-mr {
    background-image: url(images/tab/tab-default-bottom-sides.gif);
    background-repeat: repeat-y;
}

.x-tab-default-bottom-mc {
    padding: 2px 7px 2px 7px;
}

.x-cmd-slicer.x-tab-default-bottom:before {
    display: none;
    content: "x-slicer:frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-bottom-corners.gif), sides:url(images/tab/tab-default-bottom-sides.gif)" !important;
}

.x-tab-default-left {
    
}

.x-tab-default-left-mc {
    background-color: #f5f5f5;
}

.x-nbr .x-tab-default-left {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-tab-default-left-frameInfo {
    font-family: th-2-2-2-2-1-1-1-1-3-8-3-8;
}

.x-tab-default-left-tl {
    background-position: 0 -4px;
}

.x-tab-default-left-tr {
    background-position: right -6px;
}

.x-tab-default-left-bl {
    background-position: 0 -8px;
}

.x-tab-default-left-br {
    background-position: right -10px;
}

.x-tab-default-left-ml {
    background-position: 0 top;
}

.x-tab-default-left-mr {
    background-position: right top;
}

.x-tab-default-left-tc {
    background-position: 0 0;
}

.x-tab-default-left-bc {
    background-position: 0 -2px;
}

.x-tab-default-left-tr, .x-tab-default-left-br, .x-tab-default-left-mr {
    padding-right: 2px;
}

.x-tab-default-left-tl, .x-tab-default-left-bl, .x-tab-default-left-ml {
    padding-left: 2px;
}

.x-tab-default-left-tc {
    height: 2px;
}

.x-tab-default-left-bc {
    height: 2px;
}

.x-tab-default-left-tl, .x-tab-default-left-bl, .x-tab-default-left-tr, .x-tab-default-left-br, .x-tab-default-left-tc, .x-tab-default-left-bc, .x-tab-default-left-ml, .x-tab-default-left-mr {
    
}

.x-tab-default-left-ml, .x-tab-default-left-mr {
    
}

.x-tab-default-left-mc {
    padding: 2px 7px 2px 7px;
}

.x-cmd-slicer.x-tab-default-left:before {
    display: none;
    content: "x-slicer:frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-left-corners.gif), sides:url(images/tab/tab-default-left-sides.gif)" !important;
}

.x-tab-default-right {
    
    padding: 3px 8px 3px 8px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    background-color: #f5f5f5;
}

.x-tab-default-right-mc {
    background-color: #f5f5f5;
}

.x-nbr .x-tab-default-right {
    padding: 0 !important;
    border-width: 0 !important;
    
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-tab-default-right-frameInfo {
    font-family: th-2-2-2-2-1-1-1-1-3-8-3-8;
}

.x-tab-default-right-tl {
    background-position: 0 -4px;
}

.x-tab-default-right-tr {
    background-position: right -6px;
}

.x-tab-default-right-bl {
    background-position: 0 -8px;
}

.x-tab-default-right-br {
    background-position: right -10px;
}

.x-tab-default-right-ml {
    background-position: 0 top;
}

.x-tab-default-right-mr {
    background-position: right top;
}

.x-tab-default-right-tc {
    background-position: 0 0;
}

.x-tab-default-right-bc {
    background-position: 0 -2px;
}

.x-tab-default-right-tr, .x-tab-default-right-br, .x-tab-default-right-mr {
    padding-right: 2px;
}

.x-tab-default-right-tl, .x-tab-default-right-bl, .x-tab-default-right-ml {
    padding-left: 2px;
}

.x-tab-default-right-tc {
    height: 2px;
}

.x-tab-default-right-bc {
    height: 2px;
}

.x-tab-default-right-tl, .x-tab-default-right-bl, .x-tab-default-right-tr, .x-tab-default-right-br, .x-tab-default-right-tc, .x-tab-default-right-bc, .x-tab-default-right-ml, .x-tab-default-right-mr {
    background-image: url(images/tab/tab-default-right-corners.gif);
}

.x-tab-default-right-ml, .x-tab-default-right-mr {
    background-image: url(images/tab/tab-default-right-sides.gif);
    background-repeat: repeat-y;
}

.x-tab-default-right-mc {
    padding: 2px 7px 2px 7px;
}

.x-cmd-slicer.x-tab-default-right:before {
    display: none;
    content: "x-slicer:frame:2px 2px 2px 2px, corners:url(images/tab/tab-default-right-corners.gif), sides:url(images/tab/tab-default-right-sides.gif)" !important;
}

.x-tab-default {
    /* border-color: #f5f5f5; */
    cursor: pointer;
}

.x-tab-default-top {
    margin: 0 5px;
}

    .x-tab-default-top.x-tab-rotate-left {
        margin: 0 5px 0 5px;
    }

    .x-tab-default-top.x-tab-focus {
        
    }

        .x-tab-default-top.x-tab-focus.x-tab-over {
            
        }

        .x-tab-default-top.x-tab-focus.x-tab-active {
            
        }

.x-tab-default-right {
    margin: 5px 0 5px 0;
}

    .x-tab-default-right.x-tab-rotate-right {
        margin: 5px 0 5px 0;
    }

    .x-tab-default-right.x-tab-focus {
        
    }

        .x-tab-default-right.x-tab-focus.x-tab-over {
            
        }

        .x-tab-default-right.x-tab-focus.x-tab-active {
            
        }

.x-tab-default-bottom {
    margin: 0 5px 0 5px;
}

    .x-tab-default-bottom.x-tab-rotate-left {
        margin: 0 5px 0 5px;
    }

    .x-tab-default-bottom.x-tab-focus {
        
    }

        .x-tab-default-bottom.x-tab-focus.x-tab-over {
            
        }

        .x-tab-default-bottom.x-tab-focus.x-tab-active {
            
        }

.x-tab-default-left {
    
}

    .x-tab-default-left.x-tab-rotate-right {
        margin: 5px 0 5px 0;
    }

    .x-tab-default-left.x-tab-focus {
        
    }

        .x-tab-default-left.x-tab-focus.x-tab-over {
            
        }

        .x-tab-default-left.x-tab-focus.x-tab-active {
            
        }

.x-tab-button-default {
    /* height: 16px; */
}

.x-tab-inner-default {
    /*font: 300 13px/16px helvetica,arial,verdana,sans-serif;*/
	line-height: 16px;
    
    max-width: 100%;
}

.x-tab-icon-right > .x-tab-inner-default, .x-tab-icon-left > .x-tab-inner-default {
    max-width: calc(100% - 16px);
}

.x-tab-icon-el-default {
    /* height: 16px; */
    line-height: 16px;
    /* background-position: center center; */
}

.x-tab-icon-left > .x-tab-icon-el-default, .x-tab-icon-right > .x-tab-icon-el-default {
    width: 16px;
}

.x-tab-icon-top > .x-tab-icon-el-default, .x-tab-icon-bottom > .x-tab-icon-el-default {
    min-width: 16px;
}

.x-tab-icon-el-default.x-tab-glyph {
    font-size: 16px;
    line-height: 16px;
    color: black;
    opacity: .5;
}



.x-tab-text.x-tab-icon-left > .x-tab-icon-el-default {
    margin-right: 6px;
}

.x-tab-text.x-tab-icon-right > .x-tab-icon-el-default {
    margin-left: 6px;
}

.x-tab-text.x-tab-icon-top > .x-tab-icon-el-default {
    margin-bottom: 6px;
}

.x-tab-text.x-tab-icon-bottom > .x-tab-icon-el-default {
    margin-top: 6px;
}

.x-tab-over.x-tab-default {
    
}

.x-tab.x-tab-active.x-tab-default {
    
}

    .x-tab.x-tab-active.x-tab-default .x-tab-inner-default {
        
    }

    .x-tab.x-tab-active.x-tab-default .x-tab-glyph {
        
    }



.x-tab.x-tab-disabled.x-tab-default {
    
}

    .x-tab.x-tab-disabled.x-tab-default .x-tab-inner-default {
        filter: alpha(opacity=30);
        opacity: .3;
    }

    .x-tab.x-tab-disabled.x-tab-default .x-tab-icon-el-default {
        filter: alpha(opacity=50);
        opacity: .5;
    }

    .x-tab.x-tab-disabled.x-tab-default .x-tab-glyph {
        color: black;
        opacity: .3;
        filter: none;
    }



.x-nbr .x-tab-default {
    background-image: none;
}

.x-tab-over .x-tab-default-top-tl, .x-tab-over .x-tab-default-top-bl, .x-tab-over .x-tab-default-top-tr, .x-tab-over .x-tab-default-top-br, .x-tab-over .x-tab-default-top-tc, .x-tab-over .x-tab-default-top-bc {
    
}

.x-tab-over .x-tab-default-top-ml, .x-tab-over .x-tab-default-top-mr {
    
}

.x-tab-over .x-tab-default-top-mc {
    
}

.x-tab-focus .x-tab-default-top-tl, .x-tab-focus .x-tab-default-top-bl, .x-tab-focus .x-tab-default-top-tr, .x-tab-focus .x-tab-default-top-br, .x-tab-focus .x-tab-default-top-tc, .x-tab-focus .x-tab-default-top-bc {
    
}

.x-tab-focus .x-tab-default-top-ml, .x-tab-focus .x-tab-default-top-mr {
    
}

.x-tab-focus .x-tab-default-top-mc {
    
}

.x-tab-focus.x-tab-over .x-tab-default-top-tl, .x-tab-focus.x-tab-over .x-tab-default-top-bl, .x-tab-focus.x-tab-over .x-tab-default-top-tr, .x-tab-focus.x-tab-over .x-tab-default-top-br, .x-tab-focus.x-tab-over .x-tab-default-top-tc, .x-tab-focus.x-tab-over .x-tab-default-top-bc {
    
}

.x-tab-focus.x-tab-over .x-tab-default-top-ml, .x-tab-focus.x-tab-over .x-tab-default-top-mr {
    
}

.x-tab-focus.x-tab-over .x-tab-default-top-mc {
    
}

.x-tab.x-tab-active .x-tab-default-top-tl, .x-tab.x-tab-active .x-tab-default-top-bl, .x-tab.x-tab-active .x-tab-default-top-tr, .x-tab.x-tab-active .x-tab-default-top-br, .x-tab.x-tab-active .x-tab-default-top-tc, .x-tab.x-tab-active .x-tab-default-top-bc {
    
}

.x-tab.x-tab-active .x-tab-default-top-ml, .x-tab.x-tab-active .x-tab-default-top-mr {
    
}

.x-tab.x-tab-active .x-tab-default-top-mc {
    
}

.x-tab-focus.x-tab-active .x-tab-default-top-tl, .x-tab-focus.x-tab-active .x-tab-default-top-bl, .x-tab-focus.x-tab-active .x-tab-default-top-tr, .x-tab-focus.x-tab-active .x-tab-default-top-br, .x-tab-focus.x-tab-active .x-tab-default-top-tc, .x-tab-focus.x-tab-active .x-tab-default-top-bc {
    
}

.x-tab-focus.x-tab-active .x-tab-default-top-ml, .x-tab-focus.x-tab-active .x-tab-default-top-mr {
    
}

.x-tab-focus.x-tab-active .x-tab-default-top-mc {
    
}

.x-tab.x-tab-disabled .x-tab-default-top-tl, .x-tab.x-tab-disabled .x-tab-default-top-bl, .x-tab.x-tab-disabled .x-tab-default-top-tr, .x-tab.x-tab-disabled .x-tab-default-top-br, .x-tab.x-tab-disabled .x-tab-default-top-tc, .x-tab.x-tab-disabled .x-tab-default-top-bc {
    
}

.x-tab.x-tab-disabled .x-tab-default-top-ml, .x-tab.x-tab-disabled .x-tab-default-top-mr {
    
}

.x-tab.x-tab-disabled .x-tab-default-top-mc {
    
}

.x-tab-over .x-tab-default-right-tl, .x-tab-over .x-tab-default-right-bl, .x-tab-over .x-tab-default-right-tr, .x-tab-over .x-tab-default-right-br, .x-tab-over .x-tab-default-right-tc, .x-tab-over .x-tab-default-right-bc {
    
}

.x-tab-over .x-tab-default-right-ml, .x-tab-over .x-tab-default-right-mr {
    
}

.x-tab-over .x-tab-default-right-mc {
    
}

.x-tab-focus .x-tab-default-right-tl, .x-tab-focus .x-tab-default-right-bl, .x-tab-focus .x-tab-default-right-tr, .x-tab-focus .x-tab-default-right-br, .x-tab-focus .x-tab-default-right-tc, .x-tab-focus .x-tab-default-right-bc {
    
}

.x-tab-focus .x-tab-default-right-ml, .x-tab-focus .x-tab-default-right-mr {
    
}

.x-tab-focus .x-tab-default-right-mc {
    
}

.x-tab-focus.x-tab-over .x-tab-default-right-tl, .x-tab-focus.x-tab-over .x-tab-default-right-bl, .x-tab-focus.x-tab-over .x-tab-default-right-tr, .x-tab-focus.x-tab-over .x-tab-default-right-br, .x-tab-focus.x-tab-over .x-tab-default-right-tc, .x-tab-focus.x-tab-over .x-tab-default-right-bc {
    
}

.x-tab-focus.x-tab-over .x-tab-default-right-ml, .x-tab-focus.x-tab-over .x-tab-default-right-mr {
    
}

.x-tab-focus.x-tab-over .x-tab-default-right-mc {
    
}

.x-tab.x-tab-active .x-tab-default-right-tl, .x-tab.x-tab-active .x-tab-default-right-bl, .x-tab.x-tab-active .x-tab-default-right-tr, .x-tab.x-tab-active .x-tab-default-right-br, .x-tab.x-tab-active .x-tab-default-right-tc, .x-tab.x-tab-active .x-tab-default-right-bc {
    
}

.x-tab.x-tab-active .x-tab-default-right-ml, .x-tab.x-tab-active .x-tab-default-right-mr {
    
}

.x-tab.x-tab-active .x-tab-default-right-mc {
    
}

.x-tab-focus.x-tab-active .x-tab-default-right-tl, .x-tab-focus.x-tab-active .x-tab-default-right-bl, .x-tab-focus.x-tab-active .x-tab-default-right-tr, .x-tab-focus.x-tab-active .x-tab-default-right-br, .x-tab-focus.x-tab-active .x-tab-default-right-tc, .x-tab-focus.x-tab-active .x-tab-default-right-bc {
    
}

.x-tab-focus.x-tab-active .x-tab-default-right-ml, .x-tab-focus.x-tab-active .x-tab-default-right-mr {
    
}

.x-tab-focus.x-tab-active .x-tab-default-right-mc {
    
}

.x-tab.x-tab-disabled .x-tab-default-right-tl, .x-tab.x-tab-disabled .x-tab-default-right-bl, .x-tab.x-tab-disabled .x-tab-default-right-tr, .x-tab.x-tab-disabled .x-tab-default-right-br, .x-tab.x-tab-disabled .x-tab-default-right-tc, .x-tab.x-tab-disabled .x-tab-default-right-bc {
    
}

.x-tab.x-tab-disabled .x-tab-default-right-ml, .x-tab.x-tab-disabled .x-tab-default-right-mr {
    
}

.x-tab.x-tab-disabled .x-tab-default-right-mc {
    
}

.x-tab-over .x-tab-default-bottom-tl, .x-tab-over .x-tab-default-bottom-bl, .x-tab-over .x-tab-default-bottom-tr, .x-tab-over .x-tab-default-bottom-br, .x-tab-over .x-tab-default-bottom-tc, .x-tab-over .x-tab-default-bottom-bc {
    
}

.x-tab-over .x-tab-default-bottom-ml, .x-tab-over .x-tab-default-bottom-mr {
    f);
}

.x-tab-over .x-tab-default-bottom-mc {
    
}

.x-tab-focus .x-tab-default-bottom-tl, .x-tab-focus .x-tab-default-bottom-bl, .x-tab-focus .x-tab-default-bottom-tr, .x-tab-focus .x-tab-default-bottom-br, .x-tab-focus .x-tab-default-bottom-tc, .x-tab-focus .x-tab-default-bottom-bc {
    
}

.x-tab-focus .x-tab-default-bottom-ml, .x-tab-focus .x-tab-default-bottom-mr {
    
}

.x-tab-focus .x-tab-default-bottom-mc {
    
}

.x-tab-focus.x-tab-over .x-tab-default-bottom-tl, .x-tab-focus.x-tab-over .x-tab-default-bottom-bl, .x-tab-focus.x-tab-over .x-tab-default-bottom-tr, .x-tab-focus.x-tab-over .x-tab-default-bottom-br, .x-tab-focus.x-tab-over .x-tab-default-bottom-tc, .x-tab-focus.x-tab-over .x-tab-default-bottom-bc {
    
}

.x-tab-focus.x-tab-over .x-tab-default-bottom-ml, .x-tab-focus.x-tab-over .x-tab-default-bottom-mr {
    
}

.x-tab-focus.x-tab-over .x-tab-default-bottom-mc {
    
}

.x-tab.x-tab-active .x-tab-default-bottom-tl, .x-tab.x-tab-active .x-tab-default-bottom-bl, .x-tab.x-tab-active .x-tab-default-bottom-tr, .x-tab.x-tab-active .x-tab-default-bottom-br, .x-tab.x-tab-active .x-tab-default-bottom-tc, .x-tab.x-tab-active .x-tab-default-bottom-bc {
    
}

.x-tab.x-tab-active .x-tab-default-bottom-ml, .x-tab.x-tab-active .x-tab-default-bottom-mr {
    
}

.x-tab.x-tab-active .x-tab-default-bottom-mc {
    
}

.x-tab-focus.x-tab-active .x-tab-default-bottom-tl, .x-tab-focus.x-tab-active .x-tab-default-bottom-bl, .x-tab-focus.x-tab-active .x-tab-default-bottom-tr, .x-tab-focus.x-tab-active .x-tab-default-bottom-br, .x-tab-focus.x-tab-active .x-tab-default-bottom-tc, .x-tab-focus.x-tab-active .x-tab-default-bottom-bc {
    
}

.x-tab-focus.x-tab-active .x-tab-default-bottom-ml, .x-tab-focus.x-tab-active .x-tab-default-bottom-mr {
    
}

.x-tab-focus.x-tab-active .x-tab-default-bottom-mc {
    
}

.x-tab.x-tab-disabled .x-tab-default-bottom-tl, .x-tab.x-tab-disabled .x-tab-default-bottom-bl, .x-tab.x-tab-disabled .x-tab-default-bottom-tr, .x-tab.x-tab-disabled .x-tab-default-bottom-br, .x-tab.x-tab-disabled .x-tab-default-bottom-tc, .x-tab.x-tab-disabled .x-tab-default-bottom-bc {
    
}

.x-tab.x-tab-disabled .x-tab-default-bottom-ml, .x-tab.x-tab-disabled .x-tab-default-bottom-mr {
    
}

.x-tab.x-tab-disabled .x-tab-default-bottom-mc {
    
}

.x-tab-over .x-tab-default-left-tl, .x-tab-over .x-tab-default-left-bl, .x-tab-over .x-tab-default-left-tr, .x-tab-over .x-tab-default-left-br, .x-tab-over .x-tab-default-left-tc, .x-tab-over .x-tab-default-left-bc {
    
}

.x-tab-over .x-tab-default-left-ml, .x-tab-over .x-tab-default-left-mr {
    
}

.x-tab-over .x-tab-default-left-mc {
    
}

.x-tab-focus .x-tab-default-left-tl, .x-tab-focus .x-tab-default-left-bl, .x-tab-focus .x-tab-default-left-tr, .x-tab-focus .x-tab-default-left-br, .x-tab-focus .x-tab-default-left-tc, .x-tab-focus .x-tab-default-left-bc {
    
}

.x-tab-focus .x-tab-default-left-ml, .x-tab-focus .x-tab-default-left-mr {
    
}

.x-tab-focus .x-tab-default-left-mc {
    
}

.x-tab-focus.x-tab-over .x-tab-default-left-tl, .x-tab-focus.x-tab-over .x-tab-default-left-bl, .x-tab-focus.x-tab-over .x-tab-default-left-tr, .x-tab-focus.x-tab-over .x-tab-default-left-br, .x-tab-focus.x-tab-over .x-tab-default-left-tc, .x-tab-focus.x-tab-over .x-tab-default-left-bc {
    
}

.x-tab-focus.x-tab-over .x-tab-default-left-ml, .x-tab-focus.x-tab-over .x-tab-default-left-mr {
    
}

.x-tab-focus.x-tab-over .x-tab-default-left-mc {
    
}

.x-tab.x-tab-active .x-tab-default-left-tl, .x-tab.x-tab-active .x-tab-default-left-bl, .x-tab.x-tab-active .x-tab-default-left-tr, .x-tab.x-tab-active .x-tab-default-left-br, .x-tab.x-tab-active .x-tab-default-left-tc, .x-tab.x-tab-active .x-tab-default-left-bc {
    
}

.x-tab.x-tab-active .x-tab-default-left-ml, .x-tab.x-tab-active .x-tab-default-left-mr {
    
}

.x-tab.x-tab-active .x-tab-default-left-mc {
    
}

.x-tab-focus.x-tab-active .x-tab-default-left-tl, .x-tab-focus.x-tab-active .x-tab-default-left-bl, .x-tab-focus.x-tab-active .x-tab-default-left-tr, .x-tab-focus.x-tab-active .x-tab-default-left-br, .x-tab-focus.x-tab-active .x-tab-default-left-tc, .x-tab-focus.x-tab-active .x-tab-default-left-bc {
    
}

.x-tab-focus.x-tab-active .x-tab-default-left-ml, .x-tab-focus.x-tab-active .x-tab-default-left-mr {
    
}

.x-tab-focus.x-tab-active .x-tab-default-left-mc {
    
}

.x-tab.x-tab-disabled .x-tab-default-left-tl, .x-tab.x-tab-disabled .x-tab-default-left-bl, .x-tab.x-tab-disabled .x-tab-default-left-tr, .x-tab.x-tab-disabled .x-tab-default-left-br, .x-tab.x-tab-disabled .x-tab-default-left-tc, .x-tab.x-tab-disabled .x-tab-default-left-bc {
    
}

.x-tab.x-tab-disabled .x-tab-default-left-ml, .x-tab.x-tab-disabled .x-tab-default-left-mr {
    
}

.x-tab.x-tab-disabled .x-tab-default-left-mc {
    
}

.x-tab-default-tl, .x-tab-default-bl, .x-tab-default-tr, .x-tab-default-br {
    
}

.x-tab-default .x-tab-close-btn {
    top: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    background: url(images/tab/tab-default-close.png) 0 0;
}

.x-tab-default .x-tab-close-btn-over {
    background-position: -12px 0;
}

.x-tab-default .x-tab-close-btn-pressed {
    background-position: -24px 0;
}

.x-tab-default.x-tab-active .x-tab-close-btn {
    background-position: 0 -12px;
}

.x-tab-default.x-tab-active .x-tab-close-btn-over {
    background-position: -12px -12px;
}

.x-tab-default.x-tab-active .x-tab-close-btn-pressed {
    background-position: -24px -12px;
}

.x-tab-default.x-tab-disabled .x-tab-close-btn {
    filter: alpha(opacity=30);
    opacity: .3;
    background-position: 0 0;
}

.x-tab-closable.x-tab-default .x-tab-button {
    padding-right: 15px;
}

.x-cmd-slicer.x-tab-focus.x-tab-default-top:before {
    display: none;
    content: "x-slicer:corners:url(images/tab/tab-default-top-focus-corners.gif), sides:url(images/tab/tab-default-top-focus-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important;
}

.x-cmd-slicer.x-tab-focus.x-tab-default-right:before {
    display: none;
    content: "x-slicer:corners:url(images/tab/tab-default-right-focus-corners.gif), sides:url(images/tab/tab-default-right-focus-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important;
}

.x-cmd-slicer.x-tab-focus.x-tab-default-bottom:before {
    display: none;
    content: "x-slicer:corners:url(images/tab/tab-default-bottom-focus-corners.gif), sides:url(images/tab/tab-default-bottom-focus-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important;
}

.x-cmd-slicer.x-tab-focus.x-tab-default-left:before {
    display: none;
    content: "x-slicer:corners:url(images/tab/tab-default-left-focus-corners.gif), sides:url(images/tab/tab-default-left-focus-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important;
}

.x-cmd-slicer.x-tab-over.x-tab-default-top:before {
    display: none;
    content: "x-slicer:corners:url(images/tab/tab-default-top-over-corners.gif), sides:url(images/tab/tab-default-top-over-sides.gif), frame-bg:url(images/tab/tab-default-top-over-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important;
}

.x-cmd-slicer.x-tab-over.x-tab-default-right:before {
    display: none;
    content: "x-slicer:corners:url(images/tab/tab-default-right-over-corners.gif), sides:url(images/tab/tab-default-right-over-sides.gif), frame-bg:url(images/tab/tab-default-right-over-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important;
}

.x-cmd-slicer.x-tab-over.x-tab-default-bottom:before {
    display: none;
    content: "x-slicer:corners:url(images/tab/tab-default-bottom-over-corners.gif), sides:url(images/tab/tab-default-bottom-over-sides.gif), frame-bg:url(images/tab/tab-default-bottom-over-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important;
}

.x-cmd-slicer.x-tab-over.x-tab-default-left:before {
    display: none;
    content: "x-slicer:corners:url(images/tab/tab-default-left-over-corners.gif), sides:url(images/tab/tab-default-left-over-sides.gif), frame-bg:url(images/tab/tab-default-left-over-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important;
}

.x-cmd-slicer.x-tab-active.x-tab-default-top:before {
    display: none;
    content: "x-slicer:corners:url(images/tab/tab-default-top-active-corners.gif), sides:url(images/tab/tab-default-top-active-sides.gif), frame-bg:url(images/tab/tab-default-top-active-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important;
}

.x-cmd-slicer.x-tab-active.x-tab-default-right:before {
    display: none;
    content: "x-slicer:corners:url(images/tab/tab-default-right-active-corners.gif), sides:url(images/tab/tab-default-right-active-sides.gif), frame-bg:url(images/tab/tab-default-right-active-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important;
}

.x-cmd-slicer.x-tab-active.x-tab-default-bottom:before {
    display: none;
    content: "x-slicer:corners:url(images/tab/tab-default-bottom-active-corners.gif), sides:url(images/tab/tab-default-bottom-active-sides.gif), frame-bg:url(images/tab/tab-default-bottom-active-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important;
}

.x-cmd-slicer.x-tab-active.x-tab-default-left:before {
    display: none;
    content: "x-slicer:corners:url(images/tab/tab-default-left-active-corners.gif), sides:url(images/tab/tab-default-left-active-sides.gif), frame-bg:url(images/tab/tab-default-left-active-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important;
}

.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-top:before {
    display: none;
    content: "x-slicer:corners:url(images/tab/tab-default-top-focus-over-corners.gif), sides:url(images/tab/tab-default-top-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important;
}

.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-right:before {
    display: none;
    content: "x-slicer:corners:url(images/tab/tab-default-right-focus-over-corners.gif), sides:url(images/tab/tab-default-right-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important;
}

.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-bottom:before {
    display: none;
    content: "x-slicer:corners:url(images/tab/tab-default-bottom-focus-over-corners.gif), sides:url(images/tab/tab-default-bottom-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important;
}

.x-cmd-slicer.x-tab-focus.x-tab-over.x-tab-default-left:before {
    display: none;
    content: "x-slicer:corners:url(images/tab/tab-default-left-focus-over-corners.gif), sides:url(images/tab/tab-default-left-focus-over-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-over-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important;
}

.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-top:before {
    display: none;
    content: "x-slicer:corners:url(images/tab/tab-default-top-focus-active-corners.gif), sides:url(images/tab/tab-default-top-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-top-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important;
}

.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-right:before {
    display: none;
    content: "x-slicer:corners:url(images/tab/tab-default-right-focus-active-corners.gif), sides:url(images/tab/tab-default-right-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-right-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important;
}

.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-bottom:before {
    display: none;
    content: "x-slicer:corners:url(images/tab/tab-default-bottom-focus-active-corners.gif), sides:url(images/tab/tab-default-bottom-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-bottom-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important;
}

.x-cmd-slicer.x-tab-focus.x-tab-active.x-tab-default-left:before {
    display: none;
    content: "x-slicer:corners:url(images/tab/tab-default-left-focus-active-corners.gif), sides:url(images/tab/tab-default-left-focus-active-sides.gif), frame-bg:url(images/tab/tab-default-left-focus-active-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important;
}

.x-cmd-slicer.x-tab-disabled.x-tab-default-top:before {
    display: none;
    content: "x-slicer:corners:url(images/tab/tab-default-top-disabled-corners.gif), sides:url(images/tab/tab-default-top-disabled-sides.gif), frame-bg:url(images/tab/tab-default-top-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:bottom" !important;
}

.x-cmd-slicer.x-tab-disabled.x-tab-default-right:before {
    display: none;
    content: "x-slicer:corners:url(images/tab/tab-default-right-disabled-corners.gif), sides:url(images/tab/tab-default-right-disabled-sides.gif), frame-bg:url(images/tab/tab-default-right-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:left" !important;
}

.x-cmd-slicer.x-tab-disabled.x-tab-default-bottom:before {
    display: none;
    content: "x-slicer:corners:url(images/tab/tab-default-bottom-disabled-corners.gif), sides:url(images/tab/tab-default-bottom-disabled-sides.gif), frame-bg:url(images/tab/tab-default-bottom-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:top" !important;
}

.x-cmd-slicer.x-tab-disabled.x-tab-default-left:before {
    display: none;
    content: "x-slicer:corners:url(images/tab/tab-default-left-disabled-corners.gif), sides:url(images/tab/tab-default-left-disabled-sides.gif), frame-bg:url(images/tab/tab-default-left-disabled-fbg.gif), frame:2px 2px 2px 2px, stretch:right" !important;
}

.x-tab-bar-default {
    
}

.x-tab-bar-default-top > .x-tab-bar-body-default {
    /*padding: 6px;*/
}

.x-tab-bar-default-bottom > .x-tab-bar-body-default {
    /* padding: 6px 6px 6px 6px; */
}

.x-tab-bar-default-left > .x-tab-bar-body-default {
    /* padding: 6px 6px 6px 6px; */
}

.x-tab-bar-default-right > .x-tab-bar-body-default {
    /* padding: 6px 6px 6px 6px; */
}

.x-tab-bar-plain.x-tab-bar-default-horizontal {
    /* border-top-color: transparent; */
    /* border-bottom-color: transparent; */
    /* border-left-width: 0; */
    /* border-right-width: 0; */
}

.x-tab-bar-plain.x-tab-bar-default-vertical {
    /* border-right-color: transparent; */
    /* border-left-color: transparent; */
    /* border-top-width: 0; */
    /* border-bottom-width: 0; */
}

.x-tab-bar-horizontal > .x-tab-bar-body-default {
    /*min-height: 36px;*/
}

.x-ie9m .x-tab-bar-horizontal > .x-tab-bar-body-default {
    min-height: 24px;
}

.x-tab-bar-vertical > .x-tab-bar-body-default {
    min-width: 36px;
}

.x-ie9m .x-tab-bar-vertical > .x-tab-bar-body-default {
    min-width: 24px;
}

.x-tab-bar-default-scroller .x-box-scroller-body-horizontal {
    margin-left: 18px;
}

.x-tab-bar-default-vertical-scroller .x-box-scroller-body-vertical {
    margin-top: 18px;
}

.x-box-scroller-tab-bar-default {
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

    .x-box-scroller-tab-bar-default.x-box-scroller-hover {
        filter: alpha(opacity=60);
        opacity: .6;
    }

    .x-box-scroller-tab-bar-default.x-box-scroller-pressed {
        filter: alpha(opacity=70);
        opacity: .7;
    }

    .x-box-scroller-tab-bar-default.x-box-scroller-disabled {
        filter: alpha(opacity=25);
        opacity: .25;
        cursor: default;
    }

    .x-box-scroller-tab-bar-default.x-box-scroller-left, .x-box-scroller-tab-bar-default.x-box-scroller-right {
        width: 24px;
        height: 24px;
        top: 50%;
        margin-top: -12px;
    }

    .x-box-scroller-tab-bar-default.x-box-scroller-left {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        background-image: url(images/tab-bar/default-scroll-left.png);
    }

    .x-box-scroller-tab-bar-default.x-box-scroller-right {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        background-image: url(images/tab-bar/default-scroll-right.png);
    }

    .x-box-scroller-tab-bar-default.x-box-scroller-top, .x-box-scroller-tab-bar-default.x-box-scroller-bottom {
        height: 24px;
        width: 24px;
        left: 50%;
        margin-left: -12px;
    }

    .x-box-scroller-tab-bar-default.x-box-scroller-top {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        background-image: url(images/tab-bar/default-scroll-top.png);
    }

    .x-box-scroller-tab-bar-default.x-box-scroller-bottom {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        background-image: url(images/tab-bar/default-scroll-bottom.png);
    }

.x-tab-bar-default-top .x-box-scroller-tab-bar-default {
    margin-top: -12px;
}

.x-tab-bar-default-right .x-box-scroller-tab-bar-default {
    margin-left: -12px;
}

.x-tab-bar-default-bottom .x-box-scroller-tab-bar-default {
    margin-top: -12px;
}

.x-tab-bar-default-left .x-box-scroller-tab-bar-default {
    margin-left: -12px;
}

.x-box-scroller-tab-bar-default {
/*     background-color: #f5f5f5; */
}


.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-left {
    background-image: url(images/tab-bar/default-plain-scroll-left.png);
}

.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-right {
    background-image: url(images/tab-bar/default-plain-scroll-right.png);
}

.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-top {
    background-image: url(images/tab-bar/default-plain-scroll-top.png);
}

.x-box-scroller-plain.x-box-scroller-tab-bar-default.x-box-scroller-bottom {
    background-image: url(images/tab-bar/default-plain-scroll-bottom.png);
}

.x-cmd-slicer.x-tab-bar-default-top:before {
    display: none;
    content: "x-slicer:stretch:bottom" !important;
}

.x-cmd-slicer.x-tab-bar-default-bottom:before {
    display: none;
    content: "x-slicer:stretch:top" !important;
}

.x-cmd-slicer.x-tab-bar-default-left:before {
    display: none;
    content: "x-slicer:stretch:right" !important;
}

.x-cmd-slicer.x-tab-bar-default-right:before {
    display: none;
    content: "x-slicer:stretch:left" !important;
}

.x-window-ghost {
    filter: alpha(opacity=50);
    opacity: .5;
}

.x-window-default {
    border-color: #f5f5f5;
    border-radius: 4px;
}

.x-window-default {
    border-radius: 4px;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    background-color: white;
}

.x-window-default-mc {
    background-color: white;
}

.x-nbr .x-window-default {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-window-default-frameInfo {
    font-family: dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px;
}

.x-window-default-tl {
    background-position: 0 -8px;
}

.x-window-default-tr {
    background-position: right -12px;
}

.x-window-default-bl {
    background-position: 0 -16px;
}

.x-window-default-br {
    background-position: right -20px;
}

.x-window-default-ml {
    background-position: 0 top;
}

.x-window-default-mr {
    background-position: right top;
}

.x-window-default-tc {
    background-position: 0 0;
}

.x-window-default-bc {
    background-position: 0 -4px;
}

.x-window-default-tr, .x-window-default-br, .x-window-default-mr {
    padding-right: 4px;
}

.x-window-default-tl, .x-window-default-bl, .x-window-default-ml {
    padding-left: 4px;
}

.x-window-default-tc {
    height: 4px;
}

.x-window-default-bc {
    height: 4px;
}

.x-window-default-tl, .x-window-default-bl, .x-window-default-tr, .x-window-default-br, .x-window-default-tc, .x-window-default-bc, .x-window-default-ml, .x-window-default-mr {
    background-image: url(images/window/window-default-corners.gif);
}

.x-window-default-ml, .x-window-default-mr {
    background-image: url(images/window/window-default-sides.gif);
    background-repeat: repeat-y;
}

.x-window-default-mc {
    padding: 0;
}

.x-cmd-slicer.x-window-default:before {
    display: none;
    content: "x-slicer:frame:4px 4px 4px 4px, corners:url(images/window/window-default-corners.gif), sides:url(images/window/window-default-sides.gif)" !important;
}

.x-window-body-default {
    border-color: #f5f5f5;
    border-width: 1px;
    border-style: solid;
    background: white;
    color: black;
    font-size: 13px;
    font-weight: 300;
    
}

.x-window-header-default {
    font-size: 15px;
    border-color: #f5f5f5;
    background-color: #f5f5f5;
}

    .x-window-header-default .x-tool-img {
        
    }

.x-window-header-default-horizontal .x-window-header-default-tab-bar {
    margin-top: -9px;
    margin-bottom: -9px;
}

.x-window-header-default-vertical .x-window-header-default-tab-bar {
    margin-right: -9px;
    margin-left: -9px;
}

.x-window-header-title-default {
/*     color: #157fcc; */
    font-size: 15px;
    font-weight: 300;
    
    line-height: 16px;
}

    .x-window-header-title-default > .x-title-text-default {
        padding: 0;
        text-transform: none;
    }

    .x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-top {
        height: 22px;
        padding-bottom: 6px;
    }

    .x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-right {
        width: 22px;
        padding-left: 6px;
    }

    .x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-bottom {
        height: 22px;
        padding-top: 6px;
    }

    .x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-left {
        width: 22px;
        padding-right: 6px;
    }

    .x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default {
        width: 16px;
        height: 16px;
        background-position: center center;
    }

    .x-window-header-title-default > .x-title-icon-wrap-default > .x-title-glyph {
        color: #157fcc;
        font-size: 16px;
        line-height: 16px;
        opacity: .5;
    }



.x-window-header-default-top {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 9px 9px 6px 9px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    background-color: #f5f5f5;
}

.x-window-header-default-top-mc {
    background-color: #f5f5f5;
}

.x-nbr .x-window-header-default-top {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-window-header-default-top-frameInfo {
    font-family: dh-4-4-4-4-1-1-1-1-9-9-6-9;
}

.x-window-header-default-top-tl {
    background-position: 0 -8px;
}

.x-window-header-default-top-tr {
    background-position: right -12px;
}

.x-window-header-default-top-bl {
    background-position: 0 -16px;
}

.x-window-header-default-top-br {
    background-position: right -20px;
}

.x-window-header-default-top-ml {
    background-position: 0 top;
}

.x-window-header-default-top-mr {
    background-position: right top;
}

.x-window-header-default-top-tc {
    background-position: 0 0;
}

.x-window-header-default-top-bc {
    background-position: 0 -4px;
}

.x-window-header-default-top-tr, .x-window-header-default-top-br, .x-window-header-default-top-mr {
    padding-right: 4px;
}

.x-window-header-default-top-tl, .x-window-header-default-top-bl, .x-window-header-default-top-ml {
    padding-left: 4px;
}

.x-window-header-default-top-tc {
    height: 4px;
}

.x-window-header-default-top-bc {
    height: 4px;
}

.x-window-header-default-top-tl, .x-window-header-default-top-bl, .x-window-header-default-top-tr, .x-window-header-default-top-br, .x-window-header-default-top-tc, .x-window-header-default-top-bc, .x-window-header-default-top-ml, .x-window-header-default-top-mr {
    background-image: url(images/window-header/window-header-default-top-corners.gif);
}

.x-window-header-default-top-ml, .x-window-header-default-top-mr {
    background-image: url(images/window-header/window-header-default-top-sides.gif);
    background-repeat: repeat-y;
}

.x-window-header-default-top-mc {
    padding: 6px 6px 3px 6px;
}

.x-cmd-slicer.x-window-header-default-top:before {
    display: none;
    content: "x-slicer:frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-top-corners.gif), sides:url(images/window-header/window-header-default-top-sides.gif)" !important;
}

.x-window-header-default-right {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 9px 9px 9px 6px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    background-color: #f5f5f5;
}

.x-window-header-default-right-mc {
    background-color: #f5f5f5;
}

.x-nbr .x-window-header-default-right {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-window-header-default-right-frameInfo {
    font-family: dh-4-4-4-4-1-1-1-1-9-9-9-6;
}

.x-window-header-default-right-tl {
    background-position: 0 -8px;
}

.x-window-header-default-right-tr {
    background-position: right -12px;
}

.x-window-header-default-right-bl {
    background-position: 0 -16px;
}

.x-window-header-default-right-br {
    background-position: right -20px;
}

.x-window-header-default-right-ml {
    background-position: 0 top;
}

.x-window-header-default-right-mr {
    background-position: right top;
}

.x-window-header-default-right-tc {
    background-position: 0 0;
}

.x-window-header-default-right-bc {
    background-position: 0 -4px;
}

.x-window-header-default-right-tr, .x-window-header-default-right-br, .x-window-header-default-right-mr {
    padding-right: 4px;
}

.x-window-header-default-right-tl, .x-window-header-default-right-bl, .x-window-header-default-right-ml {
    padding-left: 4px;
}

.x-window-header-default-right-tc {
    height: 4px;
}

.x-window-header-default-right-bc {
    height: 4px;
}

.x-window-header-default-right-tl, .x-window-header-default-right-bl, .x-window-header-default-right-tr, .x-window-header-default-right-br, .x-window-header-default-right-tc, .x-window-header-default-right-bc, .x-window-header-default-right-ml, .x-window-header-default-right-mr {
    background-image: url(images/window-header/window-header-default-right-corners.gif);
}

.x-window-header-default-right-ml, .x-window-header-default-right-mr {
    background-image: url(images/window-header/window-header-default-right-sides.gif);
    background-repeat: repeat-y;
}

.x-window-header-default-right-mc {
    padding: 6px 6px 6px 3px;
}

.x-cmd-slicer.x-window-header-default-right:before {
    display: none;
    content: "x-slicer:frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-right-corners.gif), sides:url(images/window-header/window-header-default-right-sides.gif)" !important;
}

.x-window-header-default-bottom {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 6px 9px 9px 9px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    background-color: #f5f5f5;
}

.x-window-header-default-bottom-mc {
    background-color: #f5f5f5;
}

.x-nbr .x-window-header-default-bottom {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-window-header-default-bottom-frameInfo {
    font-family: dh-4-4-4-4-1-1-1-1-6-9-9-9;
}

.x-window-header-default-bottom-tl {
    background-position: 0 -8px;
}

.x-window-header-default-bottom-tr {
    background-position: right -12px;
}

.x-window-header-default-bottom-bl {
    background-position: 0 -16px;
}

.x-window-header-default-bottom-br {
    background-position: right -20px;
}

.x-window-header-default-bottom-ml {
    background-position: 0 top;
}

.x-window-header-default-bottom-mr {
    background-position: right top;
}

.x-window-header-default-bottom-tc {
    background-position: 0 0;
}

.x-window-header-default-bottom-bc {
    background-position: 0 -4px;
}

.x-window-header-default-bottom-tr, .x-window-header-default-bottom-br, .x-window-header-default-bottom-mr {
    padding-right: 4px;
}

.x-window-header-default-bottom-tl, .x-window-header-default-bottom-bl, .x-window-header-default-bottom-ml {
    padding-left: 4px;
}

.x-window-header-default-bottom-tc {
    height: 4px;
}

.x-window-header-default-bottom-bc {
    height: 4px;
}

.x-window-header-default-bottom-tl, .x-window-header-default-bottom-bl, .x-window-header-default-bottom-tr, .x-window-header-default-bottom-br, .x-window-header-default-bottom-tc, .x-window-header-default-bottom-bc, .x-window-header-default-bottom-ml, .x-window-header-default-bottom-mr {
    background-image: url(images/window-header/window-header-default-bottom-corners.gif);
}

.x-window-header-default-bottom-ml, .x-window-header-default-bottom-mr {
    background-image: url(images/window-header/window-header-default-bottom-sides.gif);
    background-repeat: repeat-y;
}

.x-window-header-default-bottom-mc {
    padding: 3px 6px 6px 6px;
}

.x-cmd-slicer.x-window-header-default-bottom:before {
    display: none;
    content: "x-slicer:frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-bottom-corners.gif), sides:url(images/window-header/window-header-default-bottom-sides.gif)" !important;
}

.x-window-header-default-left {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 9px 6px 9px 9px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    background-color: #f5f5f5;
}

.x-window-header-default-left-mc {
    background-color: #f5f5f5;
}

.x-nbr .x-window-header-default-left {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-window-header-default-left-frameInfo {
    font-family: dh-4-4-4-4-1-1-1-1-9-6-9-9;
}

.x-window-header-default-left-tl {
    background-position: 0 -8px;
}

.x-window-header-default-left-tr {
    background-position: right -12px;
}

.x-window-header-default-left-bl {
    background-position: 0 -16px;
}

.x-window-header-default-left-br {
    background-position: right -20px;
}

.x-window-header-default-left-ml {
    background-position: 0 top;
}

.x-window-header-default-left-mr {
    background-position: right top;
}

.x-window-header-default-left-tc {
    background-position: 0 0;
}

.x-window-header-default-left-bc {
    background-position: 0 -4px;
}

.x-window-header-default-left-tr, .x-window-header-default-left-br, .x-window-header-default-left-mr {
    padding-right: 4px;
}

.x-window-header-default-left-tl, .x-window-header-default-left-bl, .x-window-header-default-left-ml {
    padding-left: 4px;
}

.x-window-header-default-left-tc {
    height: 4px;
}

.x-window-header-default-left-bc {
    height: 4px;
}

.x-window-header-default-left-tl, .x-window-header-default-left-bl, .x-window-header-default-left-tr, .x-window-header-default-left-br, .x-window-header-default-left-tc, .x-window-header-default-left-bc, .x-window-header-default-left-ml, .x-window-header-default-left-mr {
    background-image: url(images/window-header/window-header-default-left-corners.gif);
}

.x-window-header-default-left-ml, .x-window-header-default-left-mr {
    background-image: url(images/window-header/window-header-default-left-sides.gif);
    background-repeat: repeat-y;
}

.x-window-header-default-left-mc {
    padding: 6px 3px 6px 6px;
}

.x-cmd-slicer.x-window-header-default-left:before {
    display: none;
    content: "x-slicer:frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-left-corners.gif), sides:url(images/window-header/window-header-default-left-sides.gif)" !important;
}

.x-window-header-default-collapsed-top {
    border-radius: 4px;
    padding: 9px 9px 9px 9px;
    border-width: 1px;
    border-style: solid;
    background-color: #f5f5f5;
}

.x-window-header-default-collapsed-top-mc {
    background-color: #f5f5f5;
}

.x-nbr .x-window-header-default-collapsed-top {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-window-header-default-collapsed-top-frameInfo {
    font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9;
}

.x-window-header-default-collapsed-top-tl {
    background-position: 0 -8px;
}

.x-window-header-default-collapsed-top-tr {
    background-position: right -12px;
}

.x-window-header-default-collapsed-top-bl {
    background-position: 0 -16px;
}

.x-window-header-default-collapsed-top-br {
    background-position: right -20px;
}

.x-window-header-default-collapsed-top-ml {
    background-position: 0 top;
}

.x-window-header-default-collapsed-top-mr {
    background-position: right top;
}

.x-window-header-default-collapsed-top-tc {
    background-position: 0 0;
}

.x-window-header-default-collapsed-top-bc {
    background-position: 0 -4px;
}

.x-window-header-default-collapsed-top-tr, .x-window-header-default-collapsed-top-br, .x-window-header-default-collapsed-top-mr {
    padding-right: 4px;
}

.x-window-header-default-collapsed-top-tl, .x-window-header-default-collapsed-top-bl, .x-window-header-default-collapsed-top-ml {
    padding-left: 4px;
}

.x-window-header-default-collapsed-top-tc {
    height: 4px;
}

.x-window-header-default-collapsed-top-bc {
    height: 4px;
}

.x-window-header-default-collapsed-top-tl, .x-window-header-default-collapsed-top-bl, .x-window-header-default-collapsed-top-tr, .x-window-header-default-collapsed-top-br, .x-window-header-default-collapsed-top-tc, .x-window-header-default-collapsed-top-bc, .x-window-header-default-collapsed-top-ml, .x-window-header-default-collapsed-top-mr {
    background-image: url(images/window-header/window-header-default-collapsed-top-corners.gif);
}

.x-window-header-default-collapsed-top-ml, .x-window-header-default-collapsed-top-mr {
    background-image: url(images/window-header/window-header-default-collapsed-top-sides.gif);
    background-repeat: repeat-y;
}

.x-window-header-default-collapsed-top-mc {
    padding: 6px 6px 6px 6px;
}

.x-cmd-slicer.x-window-header-default-collapsed-top:before {
    display: none;
    content: "x-slicer:frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-top-corners.gif), sides:url(images/window-header/window-header-default-collapsed-top-sides.gif)" !important;
}

.x-window-header-default-collapsed-right {
    border-radius: 4px;
    padding: 9px 9px 9px 9px;
    border-width: 1px;
    border-style: solid;
    background-color: #f5f5f5;
}

.x-window-header-default-collapsed-right-mc {
    background-color: #f5f5f5;
}

.x-nbr .x-window-header-default-collapsed-right {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-window-header-default-collapsed-right-frameInfo {
    font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9;
}

.x-window-header-default-collapsed-right-tl {
    background-position: 0 -8px;
}

.x-window-header-default-collapsed-right-tr {
    background-position: right -12px;
}

.x-window-header-default-collapsed-right-bl {
    background-position: 0 -16px;
}

.x-window-header-default-collapsed-right-br {
    background-position: right -20px;
}

.x-window-header-default-collapsed-right-ml {
    background-position: 0 top;
}

.x-window-header-default-collapsed-right-mr {
    background-position: right top;
}

.x-window-header-default-collapsed-right-tc {
    background-position: 0 0;
}

.x-window-header-default-collapsed-right-bc {
    background-position: 0 -4px;
}

.x-window-header-default-collapsed-right-tr, .x-window-header-default-collapsed-right-br, .x-window-header-default-collapsed-right-mr {
    padding-right: 4px;
}

.x-window-header-default-collapsed-right-tl, .x-window-header-default-collapsed-right-bl, .x-window-header-default-collapsed-right-ml {
    padding-left: 4px;
}

.x-window-header-default-collapsed-right-tc {
    height: 4px;
}

.x-window-header-default-collapsed-right-bc {
    height: 4px;
}

.x-window-header-default-collapsed-right-tl, .x-window-header-default-collapsed-right-bl, .x-window-header-default-collapsed-right-tr, .x-window-header-default-collapsed-right-br, .x-window-header-default-collapsed-right-tc, .x-window-header-default-collapsed-right-bc, .x-window-header-default-collapsed-right-ml, .x-window-header-default-collapsed-right-mr {
    background-image: url(images/window-header/window-header-default-collapsed-right-corners.gif);
}

.x-window-header-default-collapsed-right-ml, .x-window-header-default-collapsed-right-mr {
    background-image: url(images/window-header/window-header-default-collapsed-right-sides.gif);
    background-repeat: repeat-y;
}

.x-window-header-default-collapsed-right-mc {
    padding: 6px 6px 6px 6px;
}

.x-cmd-slicer.x-window-header-default-collapsed-right:before {
    display: none;
    content: "x-slicer:frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-right-corners.gif), sides:url(images/window-header/window-header-default-collapsed-right-sides.gif)" !important;
}

.x-window-header-default-collapsed-bottom {
    border-radius: 4px;
    padding: 9px 9px 9px 9px;
    border-width: 1px;
    border-style: solid;
    background-color: #f5f5f5;
}

.x-window-header-default-collapsed-bottom-mc {
    background-color: #f5f5f5;
}

.x-nbr .x-window-header-default-collapsed-bottom {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-window-header-default-collapsed-bottom-frameInfo {
    font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9;
}

.x-window-header-default-collapsed-bottom-tl {
    background-position: 0 -8px;
}

.x-window-header-default-collapsed-bottom-tr {
    background-position: right -12px;
}

.x-window-header-default-collapsed-bottom-bl {
    background-position: 0 -16px;
}

.x-window-header-default-collapsed-bottom-br {
    background-position: right -20px;
}

.x-window-header-default-collapsed-bottom-ml {
    background-position: 0 top;
}

.x-window-header-default-collapsed-bottom-mr {
    background-position: right top;
}

.x-window-header-default-collapsed-bottom-tc {
    background-position: 0 0;
}

.x-window-header-default-collapsed-bottom-bc {
    background-position: 0 -4px;
}

.x-window-header-default-collapsed-bottom-tr, .x-window-header-default-collapsed-bottom-br, .x-window-header-default-collapsed-bottom-mr {
    padding-right: 4px;
}

.x-window-header-default-collapsed-bottom-tl, .x-window-header-default-collapsed-bottom-bl, .x-window-header-default-collapsed-bottom-ml {
    padding-left: 4px;
}

.x-window-header-default-collapsed-bottom-tc {
    height: 4px;
}

.x-window-header-default-collapsed-bottom-bc {
    height: 4px;
}

.x-window-header-default-collapsed-bottom-tl, .x-window-header-default-collapsed-bottom-bl, .x-window-header-default-collapsed-bottom-tr, .x-window-header-default-collapsed-bottom-br, .x-window-header-default-collapsed-bottom-tc, .x-window-header-default-collapsed-bottom-bc, .x-window-header-default-collapsed-bottom-ml, .x-window-header-default-collapsed-bottom-mr {
    background-image: url(images/window-header/window-header-default-collapsed-bottom-corners.gif);
}

.x-window-header-default-collapsed-bottom-ml, .x-window-header-default-collapsed-bottom-mr {
    background-image: url(images/window-header/window-header-default-collapsed-bottom-sides.gif);
    background-repeat: repeat-y;
}

.x-window-header-default-collapsed-bottom-mc {
    padding: 6px 6px 6px 6px;
}

.x-cmd-slicer.x-window-header-default-collapsed-bottom:before {
    display: none;
    content: "x-slicer:frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-bottom-corners.gif), sides:url(images/window-header/window-header-default-collapsed-bottom-sides.gif)" !important;
}

.x-window-header-default-collapsed-left {
    border-radius: 4px;
    padding: 9px 9px 9px 9px;
    border-width: 1px;
    border-style: solid;
    background-color: #f5f5f5;
}

.x-window-header-default-collapsed-left-mc {
    background-color: #f5f5f5;
}

.x-nbr .x-window-header-default-collapsed-left {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-window-header-default-collapsed-left-frameInfo {
    font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9;
}

.x-window-header-default-collapsed-left-tl {
    background-position: 0 -8px;
}

.x-window-header-default-collapsed-left-tr {
    background-position: right -12px;
}

.x-window-header-default-collapsed-left-bl {
    background-position: 0 -16px;
}

.x-window-header-default-collapsed-left-br {
    background-position: right -20px;
}

.x-window-header-default-collapsed-left-ml {
    background-position: 0 top;
}

.x-window-header-default-collapsed-left-mr {
    background-position: right top;
}

.x-window-header-default-collapsed-left-tc {
    background-position: 0 0;
}

.x-window-header-default-collapsed-left-bc {
    background-position: 0 -4px;
}

.x-window-header-default-collapsed-left-tr, .x-window-header-default-collapsed-left-br, .x-window-header-default-collapsed-left-mr {
    padding-right: 4px;
}

.x-window-header-default-collapsed-left-tl, .x-window-header-default-collapsed-left-bl, .x-window-header-default-collapsed-left-ml {
    padding-left: 4px;
}

.x-window-header-default-collapsed-left-tc {
    height: 4px;
}

.x-window-header-default-collapsed-left-bc {
    height: 4px;
}

.x-window-header-default-collapsed-left-tl, .x-window-header-default-collapsed-left-bl, .x-window-header-default-collapsed-left-tr, .x-window-header-default-collapsed-left-br, .x-window-header-default-collapsed-left-tc, .x-window-header-default-collapsed-left-bc, .x-window-header-default-collapsed-left-ml, .x-window-header-default-collapsed-left-mr {
    background-image: url(images/window-header/window-header-default-collapsed-left-corners.gif);
}

.x-window-header-default-collapsed-left-ml, .x-window-header-default-collapsed-left-mr {
    background-image: url(images/window-header/window-header-default-collapsed-left-sides.gif);
    background-repeat: repeat-y;
}

.x-window-header-default-collapsed-left-mc {
    padding: 6px 6px 6px 6px;
}

.x-cmd-slicer.x-window-header-default-collapsed-left:before {
    display: none;
    content: "x-slicer:frame:4px 4px 4px 4px, corners:url(images/window-header/window-header-default-collapsed-left-corners.gif), sides:url(images/window-header/window-header-default-collapsed-left-sides.gif)" !important;
}

.x-window-header-default .x-window-header-icon {
    width: 16px;
    height: 16px;
    color: #157fcc;
    font-size: 16px;
    line-height: 16px;
    background-position: center center;
}

.x-window-header-default .x-window-header-glyph {
    color: #157fcc;
    font-size: 16px;
    line-height: 16px;
    opacity: .5;
}



.x-window-header-default-horizontal .x-tool-after-title {
    margin: 0 0 0 6px;
}

.x-window-header-default-horizontal .x-tool-before-title {
    margin: 0 6px 0 0;
}

.x-window-header-default-vertical .x-tool-after-title {
    margin: 6px 0 0 0;
}

.x-window-header-default-vertical .x-tool-before-title {
    margin: 0 0 6px 0;
}

.x-window-header-default {
    border-width: 1px !important;
}

.x-nbr .x-window-default-collapsed .x-window-header {
    border-width: 0 !important;
}

.x-window-default-outer-border-l {
    border-left-color: #f5f5f5 !important;
    border-left-width: 1px !important;
}

.x-window-default-outer-border-b {
    border-bottom-color: #f5f5f5 !important;
    border-bottom-width: 1px !important;
}

.x-window-default-outer-border-bl {
    border-bottom-color: #f5f5f5 !important;
    border-bottom-width: 1px !important;
    border-left-color: #f5f5f5 !important;
    border-left-width: 1px !important;
}

.x-window-default-outer-border-r {
    border-right-color: #f5f5f5 !important;
    border-right-width: 1px !important;
}

.x-window-default-outer-border-rl {
    border-right-color: #f5f5f5 !important;
    border-right-width: 1px !important;
    border-left-color: #f5f5f5 !important;
    border-left-width: 1px !important;
}

.x-window-default-outer-border-rb {
    border-right-color: #f5f5f5 !important;
    border-right-width: 1px !important;
    border-bottom-color: #f5f5f5 !important;
    border-bottom-width: 1px !important;
}

.x-window-default-outer-border-rbl {
    border-right-color: #f5f5f5 !important;
    border-right-width: 1px !important;
    border-bottom-color: #f5f5f5 !important;
    border-bottom-width: 1px !important;
    border-left-color: #f5f5f5 !important;
    border-left-width: 1px !important;
}

.x-window-default-outer-border-t {
    border-top-color: #f5f5f5 !important;
    border-top-width: 1px !important;
}

.x-window-default-outer-border-tl {
    border-top-color: #f5f5f5 !important;
    border-top-width: 1px !important;
    border-left-color: #f5f5f5 !important;
    border-left-width: 1px !important;
}

.x-window-default-outer-border-tb {
    border-top-color: #f5f5f5 !important;
    border-top-width: 1px !important;
    border-bottom-color: #f5f5f5 !important;
    border-bottom-width: 1px !important;
}

.x-window-default-outer-border-tbl {
    border-top-color: #f5f5f5 !important;
    border-top-width: 1px !important;
    border-bottom-color: #f5f5f5 !important;
    border-bottom-width: 1px !important;
    border-left-color: #f5f5f5 !important;
    border-left-width: 1px !important;
}

.x-window-default-outer-border-tr {
    border-top-color: #f5f5f5 !important;
    border-top-width: 1px !important;
    border-right-color: #f5f5f5 !important;
    border-right-width: 1px !important;
}

.x-window-default-outer-border-trl {
    border-top-color: #f5f5f5 !important;
    border-top-width: 1px !important;
    border-right-color: #f5f5f5 !important;
    border-right-width: 1px !important;
    border-left-color: #f5f5f5 !important;
    border-left-width: 1px !important;
}

.x-window-default-outer-border-trb {
    border-top-color: #f5f5f5 !important;
    border-top-width: 1px !important;
    border-right-color: #f5f5f5 !important;
    border-right-width: 1px !important;
    border-bottom-color: #f5f5f5 !important;
    border-bottom-width: 1px !important;
}

.x-window-default-outer-border-trbl {
    border-color: #f5f5f5 !important;
    border-width: 1px !important;
}

.x-window-body-plain {
    background-color: transparent;
}

.x-tip-anchor {
    position: absolute;
    overflow: hidden;
    height: 10px;
    width: 10px;
    border-style: solid;
    border-width: 5px;
    border-color: #e1e1e1;
}

.x-tip-anchor-top {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    _border-top-color: pink;
    _border-left-color: pink;
    _border-right-color: pink;
    _filter: chroma(color=pink);
}

.x-tip-anchor-bottom {
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    _border-bottom-color: pink;
    _border-left-color: pink;
    _border-right-color: pink;
    _filter: chroma(color=pink);
}

.x-tip-anchor-left {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    _border-top-color: pink;
    _border-bottom-color: pink;
    _border-left-color: pink;
    _filter: chroma(color=pink);
}

.x-tip-anchor-right {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    _border-top-color: pink;
    _border-bottom-color: pink;
    _border-right-color: pink;
    _filter: chroma(color=pink);
}

.x-tip-default {
    border-radius: 3px;
    padding: 2px 2px 2px 2px;
    border-width: 1px;
    border-style: solid;
    background-color: #eaf3fa;
}

.x-tip-default-mc {
    background-color: #eaf3fa;
}

.x-nbr .x-tip-default {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-tip-default-frameInfo {
    font-family: th-3-3-3-3-1-1-1-1-2-2-2-2;
}

.x-tip-default-tl {
    background-position: 0 -6px;
}

.x-tip-default-tr {
    background-position: right -9px;
}

.x-tip-default-bl {
    background-position: 0 -12px;
}

.x-tip-default-br {
    background-position: right -15px;
}

.x-tip-default-ml {
    background-position: 0 top;
}

.x-tip-default-mr {
    background-position: right top;
}

.x-tip-default-tc {
    background-position: 0 0;
}

.x-tip-default-bc {
    background-position: 0 -3px;
}

.x-tip-default-tr, .x-tip-default-br, .x-tip-default-mr {
    padding-right: 3px;
}

.x-tip-default-tl, .x-tip-default-bl, .x-tip-default-ml {
    padding-left: 3px;
}

.x-tip-default-tc {
    height: 3px;
}

.x-tip-default-bc {
    height: 3px;
}

.x-tip-default-tl, .x-tip-default-bl, .x-tip-default-tr, .x-tip-default-br, .x-tip-default-tc, .x-tip-default-bc, .x-tip-default-ml, .x-tip-default-mr {
    background-image: url(images/tip/tip-default-corners.gif);
}

.x-tip-default-ml, .x-tip-default-mr {
    background-image: url(images/tip/tip-default-sides.gif);
    background-repeat: repeat-y;
}

.x-tip-default-mc {
    padding: 0;
}

.x-cmd-slicer.x-tip-default:before {
    display: none;
    content: "x-slicer:frame:3px 3px 3px 3px, corners:url(images/tip/tip-default-corners.gif), sides:url(images/tip/tip-default-sides.gif)" !important;
}

.x-tip-default {
    border-color: #e1e1e1;
}

    .x-tip-default .x-tool-img {
        background-image: url(images/tools/tool-sprites-dark.png);
        background-color: #eaf3fa;
    }

.x-tip-header-default .x-tool-after-title {
    margin: 0 0 0 6px;
}

.x-tip-header-default .x-tool-before-title {
    margin: 0 6px 0 0;
}

.x-tip-header-default {
    padding: 3px 3px 0 3px;
}

.x-tip-header-title-default {
    color: black;
    font-size: 13px;
    font-weight: bold;
}

.x-tip-body-default {
}

    .x-tip-body-default a {
        color: black;
    }

.x-tip-form-invalid {
    border-radius: 3px;
    padding: 2px 2px 2px 2px;
    border-width: 1px;
    border-style: solid;
    background-color: #eaf3fa;
}

.x-tip-form-invalid-mc {
    background-color: #eaf3fa;
}

.x-nbr .x-tip-form-invalid {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-tip-form-invalid-frameInfo {
    font-family: th-3-3-3-3-1-1-1-1-2-2-2-2;
}

.x-tip-form-invalid-tl {
    background-position: 0 -6px;
}

.x-tip-form-invalid-tr {
    background-position: right -9px;
}

.x-tip-form-invalid-bl {
    background-position: 0 -12px;
}

.x-tip-form-invalid-br {
    background-position: right -15px;
}

.x-tip-form-invalid-ml {
    background-position: 0 top;
}

.x-tip-form-invalid-mr {
    background-position: right top;
}

.x-tip-form-invalid-tc {
    background-position: 0 0;
}

.x-tip-form-invalid-bc {
    background-position: 0 -3px;
}

.x-tip-form-invalid-tr, .x-tip-form-invalid-br, .x-tip-form-invalid-mr {
    padding-right: 3px;
}

.x-tip-form-invalid-tl, .x-tip-form-invalid-bl, .x-tip-form-invalid-ml {
    padding-left: 3px;
}

.x-tip-form-invalid-tc {
    height: 3px;
}

.x-tip-form-invalid-bc {
    height: 3px;
}

.x-tip-form-invalid-tl, .x-tip-form-invalid-bl, .x-tip-form-invalid-tr, .x-tip-form-invalid-br, .x-tip-form-invalid-tc, .x-tip-form-invalid-bc, .x-tip-form-invalid-ml, .x-tip-form-invalid-mr {
    background-image: url(images/tip/tip-form-invalid-corners.gif);
}

.x-tip-form-invalid-ml, .x-tip-form-invalid-mr {
    background-image: url(images/tip/tip-form-invalid-sides.gif);
    background-repeat: repeat-y;
}

.x-tip-form-invalid-mc {
    padding: 0;
}

.x-cmd-slicer.x-tip-form-invalid:before {
    display: none;
    content: "x-slicer:frame:3px 3px 3px 3px, corners:url(images/tip/tip-form-invalid-corners.gif), sides:url(images/tip/tip-form-invalid-sides.gif)" !important;
}

.x-tip-form-invalid {
    border-color: #e1e1e1;
}

    .x-tip-form-invalid .x-tool-img {
        background-image: url(images/tools/tool-sprites-dark.png);
        background-color: #eaf3fa;
    }

.x-tip-header-form-invalid .x-tool-after-title {
    margin: 0 0 0 6px;
}

.x-tip-header-form-invalid .x-tool-before-title {
    margin: 0 6px 0 0;
}

.x-tip-header-form-invalid {
    padding: 3px 3px 0 3px;
}

.x-tip-header-title-form-invalid {
    color: black;
    font-size: 13px;
    font-weight: bold;
}

.x-tip-body-form-invalid {
    padding: 5px 3px 5px 34px;
    color: black;
    font-size: 13px;
    font-weight: 300;
}

    .x-tip-body-form-invalid a {
        color: black;
    }

.x-tip-body-form-invalid {
    background: 1px 1px no-repeat;
    background-image: url(images/form/exclamation.png);
}

    .x-tip-body-form-invalid li {
        margin-bottom: 4px;
    }

        .x-tip-body-form-invalid li.last {
            margin-bottom: 0;
        }

.x-bindinspector-container .x-toolbar-default {
    border-color: #cacaca;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NENEQzI0Mjg1REM1MTFFMjk2NDlGODJCMDlGMjg2NTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NENEQzI0Mjk1REM1MTFFMjk2NDlGODJCMDlGMjg2NTgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0Q0RDMjQyNjVEQzUxMUUyOTY0OUY4MkIwOUYyODY1OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0Q0RDMjQyNzVEQzUxMUUyOTY0OUY4MkIwOUYyODY1OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjU1iboAAAAfSURBVHjaYvj//z8DDN+8eROVA6JROGABZA4IAwQYALYwMgX3eE7SAAAAAElFTkSuQmCC);
    color: #555;
    background-color: #f7f7f7;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.x-bindinspector-container .x-docked-top {
    border-bottom-width: 1px !important;
}

.x-bindinspector-container .x-docked-bottom {
    border-top-width: 1px !important;
}

.x-bindinspector-container .x-tree-view, .x-bindinspector-container .x-grid-view {
    background-color: #f3f3f3;
    box-shadow: inset 8px 0 8px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 8px 0 8px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 8px 0 8px 0 rgba(0,0,0,0.1);
}

.x-bindinspector-last-item td {
    box-shadow: 0 8px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 8px 8px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 8px 8px rgba(0,0,0,0.1);
}

.x-bindinspector-unhighlighted.x-bindinspector-last-item td {
    box-shadow: 0 8px 8px black;
    -moz-box-shadow: 0 8px 8px black;
    -webkit-box-shadow: 0 8px 8px black;
}

.x-vm-results-tb.x-toolbar-default {
    background-color: #ffe8be;
}

.x-bindinspector-target-menu {
    padding: 10px;
    height: 0;
    overflow: hidden;
    background: #3c3c3c;
    color: #fff;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .x-bindinspector-target-menu hr {
        border-color: #5a5a5a;
    }

.x-bindinspector-picker-lbl {
    width: 76px;
    display: inline-block;
    text-align: right;
    padding-right: 19px;
}

.x-bindinspector-preview-bind, .x-bindinspector-open-bind {
    padding: 4px;
    background: #4d4d4d;
    display: inline-block;
    margin: 2px 12px 2px 4px;
    color: #ffc154;
    font-weight: bold;
    border: 1px solid #695633;
    border-radius: 3px;
}

    .x-bindinspector-preview-bind:hover, .x-bindinspector-open-bind:hover {
        background-color: #646464;
        color: white;
        border-color: #a2a2a2;
    }

.x-bindinspector-preview-vm, .x-bindinspector-open-vm {
    padding: 4px;
    background: #4d4d4d;
    display: inline-block;
    margin: 2px;
    color: #54cfff;
    font-weight: bold;
    border: 1px solid #4f5e64;
    border-radius: 3px;
}

    .x-bindinspector-preview-vm:hover, .x-bindinspector-open-vm:hover {
        background-color: #646464;
        color: white;
        border-color: #a2a2a2;
    }

.x-bindinspector-filter-visible .x-tree-node-text {
    font-weight: bold;
    background: #666;
    padding: 2px 12px 3px 12px;
    margin-left: 5px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #444;
}

.x-bindings-icon, .x-vm-icon {
    padding-left: 7px;
    vertical-align: bottom;
    font-size: 18px;
}

.x-bindings-icon {
    color: #f39061;
}

.x-vm-icon {
    color: #67aae9;
}

.x-bindinspector-filter-visible .x-bindings-icon {
    color: #f8a67f;
}

.x-bindinspector-filter-visible .x-vm-icon {
    color: #7bc8f3;
}

.x-bindinspector-missing-data .x-tree-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABgUlEQVR42mNgwAGueUd43w6IunsrIOrBdd+wYAZSwBnPAGWgxm93A2P+g/At/6gfl70DNYk24LZ/5BKQRhB9wy9yFoh90zdyNVGar3iGat0OiP4LsvWMS6jcOVc/KZBr7vhH/bvsE6hPhO1Rq8C2+0VNgYnd8o/ohXplA17NIBtANoFsBNnMy8v7H4RPOPuJ3/KL+gqSu+YTboTTgJt+kRshNkX0gvgwA8Cu8IvsBMv5RW7B7nffcFOw7f7RXy66uYmhG3DO01P0VkDkZ5AhV7xDzTAMAJq8HRza/pHtMDFkA0Dghl9EK0RNxA5Uv3tHWIEl/KI+HrN0F8JlAEgOpAakFqQH4Xf/qH1Q2xsJxdItv4gmaFjsBQtc94lwgEbRuzMuLvzIitFdAALnHQIEbvtHv4cYEmYHtD1yE8T28Gp027AZAHZFQFQtxMuRG4GJJOophp8IAFiYAdPGM5ABGyCZJppEDA6zTQxnHHxEgAGzHJiE3xJnECiTRb0F6QGlDQCUUiJb7CpB8QAAAABJRU5ErkJggg==);
}

.x-cmp-list-row-body {
    display: none;
    background: #4e4e4e;
    padding: 7px 12px;
    color: #ffc256;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: 21px;
    border: 1px solid #222;
}

.x-grid-item-selected .x-cmp-list-row-body {
    display: block;
}

.x-componentlist-tip {
    background: #3c3c3c;
    color: #c92424;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

    .x-componentlist-tip hr {
        border-color: #5a5a5a;
    }

    .x-componentlist-tip .x-binding-tip-descriptor {
        color: white;
        font-weight: bold;
        margin-left: 8px;
    }

    .x-componentlist-tip .x-tip-body-default {
        color: #fff;
        font-size: 14px;
    }

.x-binding-tip-value {
    color: #ffc154;
    font-size: 15px;
    line-height: 28px;
}

.x-binding-missing-data {
    color: #ff5e5e;
    font-weight: bold;
}

.x-componentlist-tip .x-tip-anchor {
    position: absolute;
    overflow: hidden;
    border-style: solid;
    border-width: 16px 16px 16px 0;
    left: -15px !important;
    top: 50% !important;
    margin-top: -16px;
    border-color: transparent #3c3c3c;
}

.x-bindinspector-prev-default {
    background: white;
    color: #6a8297;
    font-size: 22px;
    line-height: 31px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

.x-bindindicator-vm-src {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAiElEQVR42mNgGAXUAf//vzL4///1ByBdgC7379+rDUDxA///P1fAY8BzB6AB/0EYqOECiI9qAETu//+XDf//3xfAYcjLAKBNDxCKX00AKYZgEBsu/gCkFqdrIC6AKz6AagFMHCyXgMUbCBdAnP5cAdMFWMIKOQwghuAKA4i3yIyFVwaj6RU7AABzWObuSkN0egAAAABJRU5ErkJggg==);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ff5200;
}

.x-bindinspector-viewmodeldetail .x-grid-item-over .x-bindinspector-data-search-cell {
    visibility: visible;
}

    .x-bindinspector-viewmodeldetail .x-grid-item-over .x-bindinspector-data-search-cell:hover {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABNElEQVR42o2SLY6DUBSF2UHDBhCzDhSpI1gEO0BSgQI/G0CMqykSLGSWAggsogFFAuJOvyY0Q/kpJ3kJ4d1z7j3nPkXZga7rZ9/35Xq9ShRFEgTBr+u6qvIJp9Ppi+KmaWQcR+n7/nn4zrLsjjA1e+QXic62bcvlcpE0TQXkeS6IrApMnSFbliXv9wgCJjFNc27HcRw1juOfYRgE71sWmaBtW7ndbt+L0FBmAsMwNgUQJ48wDGUhgM9PAp7nPQXIZXaBp8kCRXsWqCGvzRCLolidgrFBkiRCZgsLj4uKgABCENgGq+RBAcRppGmauiBPDwYyp+u61zf/98h3OlNUVdVzRRwyoSue+eYpr5KnzmVZzvZLsA++Wtf1nPj/ZTHm1HnqohwFjwKB986HgQVCWd3pAfwBUhNlbKBwMSIAAAAASUVORK5CYII=);
        background-color: #ff5200;
    }

.x-bindinspector-data-search-cell {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABN0lEQVR42o2SoY6DUBBFESVBtUFgEdBP2WABBQ7PZ4DZiiKb7AcgsATXEL5kBQ7FL8z2NLxmaaFlkpe8vDf33rkzo2lvouu6r9PpJEmSSJqmkmXZ9XK5mNqnGIbBIdmyLNntdmIYxv1w9zxvhJicVXCe5w8QylVVyfl8liAI5JYCiUCySKCUAdd1Lc//EE4kY9M0cztlWZpRFP3oui54X7NIBYfDQeI4/n5pGsxU0LbtKgHk9ONWrbwQ4PMTQVEUdwL6MvvAk7JA0jsL5NCv1SYej8fFKqayJQxDoWdLFn5pEEkQAWAajJKF4h1yhPq+N1/AamEAc/b7/ePO+yrY9/0RZZIcx7mPiENPUMUzd1Z5EayUXdedzXdaFtO27Tnw/2ZRplJWKtrWYCkgeFbeHFigKYsz3RB/jMnzbI73hMsAAAAASUVORK5CYII=);
    background-position: center center;
    background-repeat: no-repeat;
    visibility: hidden;
}

.x-bindinspector-isloading .x-tree-icon {
    background-image: url(images/grid/loading.gif) !important;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.x-bindinspector-highlighted {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.x-bindinspector-unhighlighted {
    filter: alpha(opacity=20);
    opacity: .2;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.x-bi-zero-bind-count {
    color: #cacaca;
}

.x-bindinspector-not-inherited .x-bindinspector-indicator-col {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NENEQzI0Mjg1REM1MTFFMjk2NDlGODJCMDlGMjg2NTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NENEQzI0Mjk1REM1MTFFMjk2NDlGODJCMDlGMjg2NTgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0Q0RDMjQyNjVEQzUxMUUyOTY0OUY4MkIwOUYyODY1OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0Q0RDMjQyNzVEQzUxMUUyOTY0OUY4MkIwOUYyODY1OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjU1iboAAAAfSURBVHjaYvj//z8DDN+8eROVA6JROGABZA4IAwQYALYwMgX3eE7SAAAAAElFTkSuQmCC);
    border-right: 2px solid #cfcdcd;
    font-size: 13px;
    color: #8b8b8b;
    background-color: #f7f7f7;
}

.x-bindinspector-indicator-col {
    border-right: 2px solid #f3f3f3;
    color: #414141;
}

.x-bindinspector-missing-data .x-tree-node-text {
    position: relative;
}

.x-bindinspector-data-only .x-tree-icon {
    filter: alpha(opacity=70);
    opacity: .7;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABGElEQVR42qVTSwrCMBDNyg/oRVR0oZ6vN1ApCrrqvruurW2hvwuIFa+hCxVF34Ok1NIWrQNDkpf3pjOTqRA5s2275/v+LAiCBH6lR1F0IMY7UWaapjVAXoL8jOP4hfXDJfYEZ22aZrtIvCWJjv3G87ypYRgtOvfE1H0Yhjtq0gAAVlJ4chxnpHAlUGfc9cE5Su4yBRHgQRA1DrOZ5QNI/khm8aBWINJcpS2+NFUOtTwkPLiuO8kTizKgkSsDJAKdvfGg63rz2wDkyle51QpgWVZX9uFcqwQ0b0wcw7WvbGJZgEwTF2zI4JdnJEc9I7WVg1SQejpI1FSN8pp1Esfcd7gnVjrKf/9MBWkumCq+dMd6YbeJpTVn7A1h4Ltw2AUeVgAAAABJRU5ErkJggg==);
}

.x-bindinspector-data-only .x-tree-node-text, .x-bindinspector-data-only .x-grid-cell-inner {
    color: #cacaca;
}

.x-bindinspector-stub-only .x-tree-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABA0lEQVR42p2QP0tCURiH7zdQRA3u4OJUiyDY4CDtTuEXuXs0JEQ4uDk5C0EuKoEu+SWcg5baLCS7tNTx98IzyMWjXoeHe95/z3vODdzi2kdTvIo30fL1+YbLIhYOfsV5GsFAOL59zsNjBRfij60lEXKbf1E5RvDExl4URYGwXJfc6JCgwqZYhBp2hs5n4odadZ9gzKYu2x1YrUPt2SeosWEtijsEBfGN5HKXYErxweKkAMk9PbOkoE5hJXI+AbUVvfVtwZzkHTECAGptel8cgisSnyJDk+8GRlZ8MdOwxITghoa9ArhlZmzB+/abDjwh+c8+LBgRnMLEBHnxKJYpBpfMFDbGjWcGPFD11gAAAABJRU5ErkJggg==);
}

.x-bindinspector-stub-active {
    border-bottom: 1px solid #dfdfdf;
}

    .x-bindinspector-stub-active:hover {
        color: #3db5cc;
        border-color: #3db5cc;
    }

.x-bindinspector-cmp-datasrc {
    color: #2e2e2e;
    background-color: #fafafa;
    padding: 0 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NENEQzI0Mjg1REM1MTFFMjk2NDlGODJCMDlGMjg2NTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NENEQzI0Mjk1REM1MTFFMjk2NDlGODJCMDlGMjg2NTgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0Q0RDMjQyNjVEQzUxMUUyOTY0OUY4MkIwOUYyODY1OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0Q0RDMjQyNzVEQzUxMUUyOTY0OUY4MkIwOUYyODY1OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjU1iboAAAAfSURBVHjaYvj//z8DDN+8eROVA6JROGABZA4IAwQYALYwMgX3eE7SAAAAAElFTkSuQmCC);
    border-top: 1px solid #e0e0e0;
}

.x-bindinspector-compdetail-grid .x-grid-cell-inner {
    line-height: 31px;
    font-size: 14px;
    padding: 10px 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.x-bindinspector-compdetail-grid .x-grid-item-selected, .x-bindinspector-compdetail-grid .x-grid-item-focused {
    background-color: white;
}

    .x-bindinspector-compdetail-grid .x-grid-item-selected .x-grid-cell, .x-bindinspector-compdetail-grid .x-grid-item-focused .x-grid-cell {
        border-left: 20px solid #ffc154;
    }

.x-bindinspector-comp-key {
    font-weight: bold;
    color: #575656;
}

.x-bindinspector-comp-desc {
    margin-left: 12px;
    color: #919191;
}

.x-bindinspector-comp-val {
    color: #318094;
    font-weight: bold;
}

.x-bindinspector-bind-type {
    color: #c4935f;
    font-size: 12px;
    line-height: 10px;
    font-style: italic;
    text-align: right;
}

.x-bindinspector-direct-val, .x-bindinspector-inherited-val, .x-bindinspector-mult-val {
    position: relative;
}

    .x-bindinspector-direct-val:after, .x-bindinspector-inherited-val:after, .x-bindinspector-mult-val-val:after {
        position: absolute;
        bottom: -13px;
        width: 16px;
        left: 50%;
        margin-left: -8px;
        text-align: center;
        color: gray;
        line-height: 14px;
    }

    .x-bindinspector-direct-val:after {
        content: '\25CF';
    }

.x-bindinspector-inherited-val {
    content: '\25CB';
}

.x-bindinspector-mult-val {
    content: '\25D3';
}

.x-btn-group-default {
    border-color: white;
    -webkit-box-shadow: white 0 1px 0 0 inset,white 0 -1px 0 0 inset,white -1px 0 0 0 inset,white 1px 0 0 0 inset;
    -moz-box-shadow: white 0 1px 0 0 inset,white 0 -1px 0 0 inset,white -1px 0 0 0 inset,white 1px 0 0 0 inset;
    box-shadow: white 0 1px 0 0 inset,white 0 -1px 0 0 inset,white -1px 0 0 0 inset,white 1px 0 0 0 inset;
}

.x-btn-group-header-default {
    padding: 4px 5px;
    line-height: 16px;
    background: white;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

    .x-btn-group-header-default .x-tool-img {
        background-image: url(images/tools/tool-sprites-dark.png);
        background-color: white;
    }

.x-btn-group-header-text-container-default {
    /*font: 300 13px helvetica,arial,verdana,sans-serif;*/
    line-height: 16px;
    color: black;
}

.x-btn-group-body-default {
    padding: 0 1px;
}

    .x-btn-group-body-default .x-table-layout {
        border-spacing: 5px;
    }

.x-btn-group-default-framed {
    border-radius: 3px;
    padding: 0 1px 0 1px;
    border-width: 3px;
    border-style: solid;
    background-color: white;
}

.x-btn-group-default-framed-mc {
    background-color: white;
}

.x-nbr .x-btn-group-default-framed {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-btn-group-default-framed-frameInfo {
    font-family: dh-3-3-3-3-3-3-3-3-0-1-0-1;
}

.x-btn-group-default-framed-tl {
    background-position: 0 -6px;
}

.x-btn-group-default-framed-tr {
    background-position: right -9px;
}

.x-btn-group-default-framed-bl {
    background-position: 0 -12px;
}

.x-btn-group-default-framed-br {
    background-position: right -15px;
}

.x-btn-group-default-framed-ml {
    background-position: 0 top;
}

.x-btn-group-default-framed-mr {
    background-position: right top;
}

.x-btn-group-default-framed-tc {
    background-position: 0 0;
}

.x-btn-group-default-framed-bc {
    background-position: 0 -3px;
}

.x-btn-group-default-framed-tr, .x-btn-group-default-framed-br, .x-btn-group-default-framed-mr {
    padding-right: 3px;
}

.x-btn-group-default-framed-tl, .x-btn-group-default-framed-bl, .x-btn-group-default-framed-ml {
    padding-left: 3px;
}

.x-btn-group-default-framed-tc {
    height: 3px;
}

.x-btn-group-default-framed-bc {
    height: 3px;
}

.x-btn-group-default-framed-tl, .x-btn-group-default-framed-bl, .x-btn-group-default-framed-tr, .x-btn-group-default-framed-br, .x-btn-group-default-framed-tc, .x-btn-group-default-framed-bc, .x-btn-group-default-framed-ml, .x-btn-group-default-framed-mr {
    background-image: url(images/btn-group/btn-group-default-framed-corners.gif);
}

.x-btn-group-default-framed-ml, .x-btn-group-default-framed-mr {
    background-image: url(images/btn-group/btn-group-default-framed-sides.gif);
    background-repeat: repeat-y;
}

.x-btn-group-default-framed-mc {
    padding: 0 1px 0 1px;
}

.x-cmd-slicer.x-btn-group-default-framed:before {
    display: none;
    content: "x-slicer:frame:3px 3px 3px 3px, corners:url(images/btn-group/btn-group-default-framed-corners.gif), sides:url(images/btn-group/btn-group-default-framed-sides.gif)" !important;
}

.x-btn-group-default-framed-notitle {
    border-radius: 3px;
    padding: 0 1px 0 1px;
    border-width: 3px;
    border-style: solid;
    background-color: white;
}

.x-btn-group-default-framed-notitle-mc {
    background-color: white;
}

.x-nbr .x-btn-group-default-framed-notitle {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-btn-group-default-framed-notitle-frameInfo {
    font-family: dh-3-3-3-3-3-3-3-3-0-1-0-1;
}

.x-btn-group-default-framed-notitle-tl {
    background-position: 0 -6px;
}

.x-btn-group-default-framed-notitle-tr {
    background-position: right -9px;
}

.x-btn-group-default-framed-notitle-bl {
    background-position: 0 -12px;
}

.x-btn-group-default-framed-notitle-br {
    background-position: right -15px;
}

.x-btn-group-default-framed-notitle-ml {
    background-position: 0 top;
}

.x-btn-group-default-framed-notitle-mr {
    background-position: right top;
}

.x-btn-group-default-framed-notitle-tc {
    background-position: 0 0;
}

.x-btn-group-default-framed-notitle-bc {
    background-position: 0 -3px;
}

.x-btn-group-default-framed-notitle-tr, .x-btn-group-default-framed-notitle-br, .x-btn-group-default-framed-notitle-mr {
    padding-right: 3px;
}

.x-btn-group-default-framed-notitle-tl, .x-btn-group-default-framed-notitle-bl, .x-btn-group-default-framed-notitle-ml {
    padding-left: 3px;
}

.x-btn-group-default-framed-notitle-tc {
    height: 3px;
}

.x-btn-group-default-framed-notitle-bc {
    height: 3px;
}

.x-btn-group-default-framed-notitle-tl, .x-btn-group-default-framed-notitle-bl, .x-btn-group-default-framed-notitle-tr, .x-btn-group-default-framed-notitle-br, .x-btn-group-default-framed-notitle-tc, .x-btn-group-default-framed-notitle-bc, .x-btn-group-default-framed-notitle-ml, .x-btn-group-default-framed-notitle-mr {
    background-image: url(images/btn-group/btn-group-default-framed-notitle-corners.gif);
}

.x-btn-group-default-framed-notitle-ml, .x-btn-group-default-framed-notitle-mr {
    background-image: url(images/btn-group/btn-group-default-framed-notitle-sides.gif);
    background-repeat: repeat-y;
}

.x-btn-group-default-framed-notitle-mc {
    padding: 0 1px 0 1px;
}

.x-cmd-slicer.x-btn-group-default-framed-notitle:before {
    display: none;
    content: "x-slicer:frame:3px 3px 3px 3px, corners:url(images/btn-group/btn-group-default-framed-notitle-corners.gif), sides:url(images/btn-group/btn-group-default-framed-notitle-sides.gif)" !important;
}

.x-btn-group-default-framed {
    border-color: white;
    -webkit-box-shadow: white 0 1px 0 0 inset,white 0 -1px 0 0 inset,white -1px 0 0 0 inset,white 1px 0 0 0 inset;
    -moz-box-shadow: white 0 1px 0 0 inset,white 0 -1px 0 0 inset,white -1px 0 0 0 inset,white 1px 0 0 0 inset;
    box-shadow: white 0 1px 0 0 inset,white 0 -1px 0 0 inset,white -1px 0 0 0 inset,white 1px 0 0 0 inset;
}

.x-btn-group-header-default-framed {
    padding: 4px 5px;
    line-height: 16px;
    background: white;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

    .x-btn-group-header-default-framed .x-tool-img {
        background-image: url(images/tools/tool-sprites-dark.png);
        background-color: white;
    }

.x-btn-group-header-text-container-default-framed {
    /*font: 300 13px helvetica,arial,verdana,sans-serif;*/
    line-height: 16px;
    color: black;
}

.x-btn-group-body-default-framed {
    padding: 0 1px 0 1px;
}

    .x-btn-group-body-default-framed .x-table-layout {
        border-spacing: 5px;
    }

.x-dashboard-column {
    padding: 0 0 7px 0;
}

.x-dashboard-panel {
    margin-top: 7px;
}

.x-dashboard-column-first {
    padding-left: 7px;
    clear: left;
}

.x-dashboard-column-last {
    padding-right: 7px;
}

.x-dashboard .x-panel-dd-spacer {
    border: 2px dashed #99bbe8;
    background: #f6f6f6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top: 7px;
}

.x-dashboard-dd-over {
    overflow: hidden !important;
}

.x-message-box .x-window-body {
    background-color: white;
    border-width: 0;
}

.x-message-box-info, .x-message-box-warning, .x-message-box-question, .x-message-box-error {
    background-position: left top;
    background-repeat: no-repeat;
}

.x-message-box-icon {
    height: 32px;
    width: 32px;
    margin-right: 10px;
}

.x-message-box-info {
    background-image: url(images/shared/icon-info.png);
}

.x-message-box-warning {
    background-image: url(images/shared/icon-warning.png);
}

.x-message-box-question {
    background-image: url(images/shared/icon-question.png);
}

.x-message-box-error {
    background-image: url(images/shared/icon-error.png);
}

.x-form-item-body-default.x-form-checkboxgroup-body {
    padding: 0 4px;
}

.x-form-invalid .x-form-item-body-default.x-form-checkboxgroup-body {
    border-width: 1px;
    border-style: solid;
    border-color: #cf4c35;
}

.x-fieldset-default {
    border: 1px solid #cecece;
    padding: 0 10px;
    margin: 0 0 10px;
}


.x-fieldset-header-default {
    padding: 0 3px 1px;
    line-height: 16px;
}

    .x-fieldset-header-default > .x-fieldset-header-text {
        /*font: 300 12px/16px helvetica,arial,verdana,sans-serif;*/
	line-height: 16px;
        color: black;
        padding: 1px 0;
    }

.x-fieldset-header-checkbox-default {
    margin: 2px 4px 0 0;
    line-height: 16px;
}

.x-fieldset-header-tool-default {
    margin: 2px 4px 0 0;
    padding: 0;
}

    .x-fieldset-header-tool-default > .x-tool-img {
        filter: alpha(opacity=80);
        opacity: .8;
        height: 15px;
        width: 15px;
    }

    .x-fieldset-header-tool-default.x-tool-over > .x-tool-img {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .x-fieldset-header-tool-default.x-tool-pressed > .x-tool-img {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .x-fieldset-header-tool-default > .x-tool-toggle {
        background-image: url(images/fieldset/collapse-tool.png);
        background-position: 0 0;
    }

    .x-fieldset-header-tool-default.x-tool-over > .x-tool-toggle {
        background-position: 0 -15px;
    }

.x-fieldset-default.x-fieldset-collapsed {
    border-width: 1px 1px 0 1px;
    border-left-color: transparent;
    border-right-color: transparent;
}

    .x-fieldset-default.x-fieldset-collapsed .x-tool-toggle {
        background-position: -15px 0;
    }

    .x-fieldset-default.x-fieldset-collapsed .x-tool-over > .x-tool-toggle {
        background-position: -15px -15px;
    }

.x-form-trigger-spinner-default {
    width: 22px;
}

.x-form-spinner-default {
    background-image: url(images/form/spinner.png);
    background-color: white;
    width: 22px;
    height: 11px;
}

.x-form-spinner-up-default {
    background-position: 0 0;
}

    .x-form-spinner-up-default.x-form-spinner-over {
        background-position: -22px 0;
    }

        .x-form-spinner-up-default.x-form-spinner-over.x-form-spinner-focus {
            background-position: -88px 0;
        }

    .x-form-spinner-up-default.x-form-spinner-focus {
        background-position: -66px 0;
    }

    .x-form-spinner-up-default.x-form-spinner.x-form-spinner-click {
        background-position: -44px 0;
    }

.x-form-spinner-down-default {
    background-position: 0 -11px;
}

    .x-form-spinner-down-default.x-form-spinner-over {
        background-position: -22px -11px;
    }

        .x-form-spinner-down-default.x-form-spinner-over.x-form-spinner-focus {
            background-position: -88px -11px;
        }

    .x-form-spinner-down-default.x-form-spinner-focus {
        background-position: -66px -11px;
    }

    .x-form-spinner-down-default.x-form-spinner.x-form-spinner-click {
        background-position: -44px -11px;
    }

.x-tbar-page-number {
/*     width: 30px; */	
}

.x-tbar-page-first {
    background-image: url(images/grid/page-first.png);
}

.x-tbar-page-prev {
    background-image: url(images/grid/page-prev.png);
}

.x-tbar-page-next {
    background-image: url(images/grid/page-next.png);
}

.x-tbar-page-last {
    background-image: url(images/grid/page-last.png);
}

.x-tbar-loading {
    background-image: url(images/grid/refresh.png);
}

.x-boundlist {
    /* border-width: 1px; */
    /* border-style: solid; */
    /* border-color: #e1e1e1; */
    /* background: white; */
}

.x-boundlist-item {
    /* padding: 0 6px; */
    /* font: normal 13px helvetica,arial,verdana,sans-serif; */
    line-height: 22px;
    cursor: pointer;
    cursor: hand;
    position: relative;
    
}

.x-boundlist-selected {
    background: #c1ddf1;
    
}

.x-boundlist-item-over {
    background: #d6e8f6;
    
}

.x-boundlist-floating {
    border-top-width: 0;
}

.x-boundlist-above {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.x-datepicker {
    border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1;
    background-color: white;
    width: 212px;
}

.x-datepicker-header {
    padding: 4px 6px;
    text-align: center;
    background-image: none;
    background-color: #f5f5f5;
}

.x-datepicker-arrow {
    width: 12px;
    height: 12px;
    top: 9px;
    cursor: pointer;
    -webkit-touch-callout: none;
    background-color: #f5f5f5;
    filter: alpha(opacity=70);
    opacity: .7;
}

div.x-datepicker-arrow:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.x-datepicker-next {
    right: 6px;
    background: url(images/datepicker/arrow-right.png) no-repeat 0 0;
}

.x-datepicker-prev {
    left: 6px;
    background: url(images/datepicker/arrow-left.png) no-repeat 0 0;
}

.x-datepicker-month .x-btn, .x-datepicker-month .x-btn .x-btn-tc, .x-datepicker-month .x-btn .x-btn-tl, .x-datepicker-month .x-btn .x-btn-tr, .x-datepicker-month .x-btn .x-btn-mc, .x-datepicker-month .x-btn .x-btn-ml, .x-datepicker-month .x-btn .x-btn-mr, .x-datepicker-month .x-btn .x-btn-bc, .x-datepicker-month .x-btn .x-btn-bl, .x-datepicker-month .x-btn .x-btn-br {
    background: transparent;
    border-width: 0 !important;
}

.x-datepicker-month .x-btn-inner {
    color: #3892d3;
}

.x-datepicker-month .x-btn-split-right:after, .x-datepicker-month .x-btn-over .x-btn-split-right:after {
    background-image: url(images/datepicker/month-arrow.png);
    padding-right: 8px;
}

.x-datepicker-month .x-btn-over {
    border-color: transparent;
}

.x-datepicker-column-header {
    width: 30px;
    color: black;
    font: 300 13px helvetica,arial,verdana,sans-serif;
    text-align: right;
    background-image: none;
    background-color: white;
}

.x-datepicker-column-header-inner {
    line-height: 25px;
    padding: 0 9px 0 0;
}

.x-datepicker-cell {
    text-align: right;
    border-width: 1px;
    border-style: solid;
    border-color: white;
}

.x-datepicker-date {
    padding: 0 7px 0 0;
    /*font: 300 13px helvetica,arial,verdana,sans-serif;*/
    color: black;
    cursor: pointer;
    line-height: 23px;
}

div.x-datepicker-date:hover {
    color: black;
    background-color: #eaf3fa;
}

.x-datepicker-selected {
    border-style: solid;
    border-color: #3892d3;
}

    .x-datepicker-selected .x-datepicker-date {
        background-color: #d6e8f6;
        font-weight: 300;
    }

.x-datepicker-today {
    /* border-color: darkred; */
    border-style: solid;
}

.x-datepicker-prevday .x-datepicker-date, .x-datepicker-nextday .x-datepicker-date {
    color: #bfbfbf;
}

.x-datepicker-disabled .x-datepicker-date {
    background-color: #eee;
    cursor: default;
    color: gray;
}

.x-datepicker-disabled div.x-datepicker-date:hover {
    background-color: #eee;
    color: gray;
}

.x-datepicker-footer, .x-monthpicker-buttons {
    padding: 3px 0;
    background-image: none;
    background-color: #f5f5f5;
    text-align: center;
}

    .x-datepicker-footer .x-btn, .x-monthpicker-buttons .x-btn {
        margin: 0 3px 0 2px;
    }

.x-monthpicker {
    width: 212px;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1;
    background-color: white;
}

.x-monthpicker-months {
    border-width: 0 1px 0 0;
    border-color: #e1e1e1;
    border-style: solid;
    width: 105px;
}

    .x-monthpicker-months .x-monthpicker-item {
        width: 52px;
    }

.x-monthpicker-years {
    width: 105px;
}

    .x-monthpicker-years .x-monthpicker-item {
        width: 52px;
    }

.x-monthpicker-item {
    margin: 5px 0 5px;
    /*font: 300 13px helvetica,arial,verdana,sans-serif;*/
    text-align: center;
}

.x-monthpicker-item-inner {
    margin: 0 5px 0 5px;
    color: black;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    line-height: 22px;
    cursor: pointer;
}

a.x-monthpicker-item-inner:hover {
    background-color: #eaf3fa;
}

.x-monthpicker-selected {
    background-color: #d6e8f6;
    border-style: solid;
    border-color: #3892d3;
}

.x-monthpicker-yearnav {
    height: 34px;
}

.x-monthpicker-yearnav-button-ct {
    width: 52px;
}

.x-monthpicker-yearnav-button {
    height: 12px;
    width: 12px;
    cursor: pointer;
    margin-top: 11px;
    filter: alpha(opacity=70);
    opacity: .7;
    -webkit-touch-callout: none;
    background-color: white;
}

a.x-monthpicker-yearnav-button:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.x-monthpicker-yearnav-next {
    background: url(images/datepicker/arrow-right.png) no-repeat 0 0;
}

.x-monthpicker-yearnav-next-over {
    background-position: 0 0;
}

.x-monthpicker-yearnav-prev {
    background: url(images/datepicker/arrow-left.png) no-repeat 0 0;
}

.x-monthpicker-yearnav-prev-over {
    background-position: 0 0;
}

.x-monthpicker-small .x-monthpicker-item {
    margin: 2px 0 2px;
	max-width: 50px;
}

.x-monthpicker-small .x-monthpicker-months { width: 104px }

.x-monthpicker-small .x-monthpicker-item-inner {
    margin: 0 5px 0 5px;
}

.x-monthpicker-small .x-monthpicker-yearnav {
    height: 28px;
}

.x-monthpicker-small .x-monthpicker-yearnav-button {
    margin-top: 8px;
}

.x-cmd-slicer.x-datepicker-header:before {
    display: none;
    content: "x-slicer:stretch:bottom" !important;
}

.x-cmd-slicer.x-datepicker-footer:before {
    display: none;
    content: "x-slicer:stretch:bottom" !important;
}

.x-form-date-trigger {
    background-image: url(images/form/date-trigger.png);
}

.x-color-picker {
    width: 192px;
    height: 120px;
    background-color: white;
    border-color: white;
    border-width: 0;
    border-style: solid;
}

.x-color-picker-item {
    width: 24px;
    height: 24px;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    background-color: white;
    cursor: pointer;
    padding: 2px;
}

a.x-color-picker-item:hover {
    border-color: #8bb8f3;
    background-color: #e6e6e6;
}

.x-color-picker-selected {
    border-color: #8bb8f3;
    background-color: #e6e6e6;
}

.x-color-picker-item-inner {
    line-height: 16px;
    border-color: #e1e1e1;
    border-width: 1px;
    border-style: solid;
}

.x-html-editor-tb .x-btn-text {
    background: transparent no-repeat;
    background-image: url(images/editor/tb-sprite.png);
}

.x-html-editor-tb .x-edit-bold, .x-menu-item div.x-edit-bold {
    background-position: 0 0;
    background-image: url(images/editor/tb-sprite.png);
}

.x-html-editor-tb .x-edit-italic, .x-menu-item div.x-edit-italic {
    background-position: -16px 0;
    background-image: url(images/editor/tb-sprite.png);
}

.x-html-editor-tb .x-edit-underline, .x-menu-item div.x-edit-underline {
    background-position: -32px 0;
    background-image: url(images/editor/tb-sprite.png);
}

.x-html-editor-tb .x-edit-forecolor, .x-menu-item div.x-edit-forecolor {
    background-position: -160px 0;
    background-image: url(images/editor/tb-sprite.png);
}

.x-html-editor-tb .x-edit-backcolor, .x-menu-item div.x-edit-backcolor {
    background-position: -176px 0;
    background-image: url(images/editor/tb-sprite.png);
}

.x-html-editor-tb .x-edit-justifyleft, .x-menu-item div.x-edit-justifyleft {
    background-position: -112px 0;
    background-image: url(images/editor/tb-sprite.png);
}

.x-html-editor-tb .x-edit-justifycenter, .x-menu-item div.x-edit-justifycenter {
    background-position: -128px 0;
    background-image: url(images/editor/tb-sprite.png);
}

.x-html-editor-tb .x-edit-justifyright, .x-menu-item div.x-edit-justifyright {
    background-position: -144px 0;
    background-image: url(images/editor/tb-sprite.png);
}

.x-html-editor-tb .x-edit-insertorderedlist, .x-menu-item div.x-edit-insertorderedlist {
    background-position: -80px 0;
    background-image: url(images/editor/tb-sprite.png);
}

.x-html-editor-tb .x-edit-insertunorderedlist, .x-menu-item div.x-edit-insertunorderedlist {
    background-position: -96px 0;
    background-image: url(images/editor/tb-sprite.png);
}

.x-html-editor-tb .x-edit-increasefontsize, .x-menu-item div.x-edit-increasefontsize {
    background-position: -48px 0;
    background-image: url(images/editor/tb-sprite.png);
}

.x-html-editor-tb .x-edit-decreasefontsize, .x-menu-item div.x-edit-decreasefontsize {
    background-position: -64px 0;
    background-image: url(images/editor/tb-sprite.png);
}

.x-html-editor-tb .x-edit-sourceedit, .x-menu-item div.x-edit-sourceedit {
    background-position: -192px 0;
    background-image: url(images/editor/tb-sprite.png);
}

.x-html-editor-tb .x-edit-createlink, .x-menu-item div.x-edit-createlink {
    background-position: -208px 0;
    background-image: url(images/editor/tb-sprite.png);
}

.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
    padding: 5px;
    padding-bottom: 1px;
}

.x-html-editor-tb .x-font-select {
    font-size: 13px;
    font-family: inherit;
}

.x-html-editor-wrap textarea {
    /*font: 300 13px helvetica,arial,verdana,sans-serif;*/
    background-color: white;
    resize: none;
}

.x-grid-drop-indicator {
    position: absolute;
    height: 1px;
    line-height: 0;
    background-color: #77bc71;
    overflow: visible;
    pointer-events: none;
}

    .x-grid-drop-indicator .x-grid-drop-indicator-left {
        position: absolute;
        top: -8px;
        left: -12px;
        background-image: url(images/grid/dd-insert-arrow-right.png);
        height: 16px;
        width: 16px;
    }

    .x-grid-drop-indicator .x-grid-drop-indicator-right {
        position: absolute;
        top: -8px;
        right: -11px;
        background-image: url(images/grid/dd-insert-arrow-left.png);
        height: 16px;
        width: 16px;
    }

.x-grid-cell-inner-action-col {
    padding: 4px 4px 4px 4px;
}

.x-action-col-cell .x-item-disabled {
    filter: alpha(opacity=30);
    opacity: .3;
}

.x-action-col-icon {
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.x-grid-cell-inner-checkcolumn {
    padding: 5px 10px 4px 10px;
}

.x-grid-checkcolumn {
    width: 15px;
    height: 15px;
    background: url(images/form/checkbox.png) 0 0 no-repeat;
}

.x-item-disabled .x-grid-checkcolumn {
    filter: alpha(opacity=30);
    opacity: .3;
}

.x-grid-checkcolumn-checked {
    background-position: 0 -15px;
}

.x-grid-cell-inner-row-numberer {
    padding: 5px 5px 4px 3px;
}

.x-btn-grid-cell-small {
    border-radius: 3px;
    padding: 3px 3px 3px 3px;
    border-width: 1px;
    border-style: solid;
    background-color: #3892d3;
}

.x-btn-grid-cell-small-mc {
    background-color: #3892d3;
}

.x-nbr .x-btn-grid-cell-small {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-btn-grid-cell-small-frameInfo {
    font-family: th-3-3-3-3-1-1-1-1-3-3-3-3;
}

.x-btn-grid-cell-small-tl {
    background-position: 0 -6px;
}

.x-btn-grid-cell-small-tr {
    background-position: right -9px;
}

.x-btn-grid-cell-small-bl {
    background-position: 0 -12px;
}

.x-btn-grid-cell-small-br {
    background-position: right -15px;
}

.x-btn-grid-cell-small-ml {
    background-position: 0 top;
}

.x-btn-grid-cell-small-mr {
    background-position: right top;
}

.x-btn-grid-cell-small-tc {
    background-position: 0 0;
}

.x-btn-grid-cell-small-bc {
    background-position: 0 -3px;
}

.x-btn-grid-cell-small-tr, .x-btn-grid-cell-small-br, .x-btn-grid-cell-small-mr {
    padding-right: 3px;
}

.x-btn-grid-cell-small-tl, .x-btn-grid-cell-small-bl, .x-btn-grid-cell-small-ml {
    padding-left: 3px;
}

.x-btn-grid-cell-small-tc {
    height: 3px;
}

.x-btn-grid-cell-small-bc {
    height: 3px;
}

.x-btn-grid-cell-small-tl, .x-btn-grid-cell-small-bl, .x-btn-grid-cell-small-tr, .x-btn-grid-cell-small-br, .x-btn-grid-cell-small-tc, .x-btn-grid-cell-small-bc, .x-btn-grid-cell-small-ml, .x-btn-grid-cell-small-mr {
    background-image: url(images/btn/btn-grid-cell-small-corners.gif);
}

.x-btn-grid-cell-small-ml, .x-btn-grid-cell-small-mr {
    background-image: url(images/btn/btn-grid-cell-small-sides.gif);
    background-repeat: repeat-y;
}

.x-btn-grid-cell-small-mc {
    padding: 1px 1px 1px 1px;
}

.x-cmd-slicer.x-btn-grid-cell-small:before {
    display: none;
    content: "x-slicer:frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-corners.gif), sides:url(images/btn/btn-grid-cell-small-sides.gif)" !important;
}

.x-btn-grid-cell-small {
    border-color: #157fcc;
}

.x-btn-button-grid-cell-small {
    height: 16px;
}

.x-btn-inner-grid-cell-small {
    /*font: 300 12px/16px helvetica,arial,verdana,sans-serif;*/
	line-height: 16px;
    color: white;
    padding: 0 5px;
    max-width: 100%;
}

.x-btn-icon-right > .x-btn-inner-grid-cell-small, .x-btn-icon-left > .x-btn-inner-grid-cell-small {
    max-width: calc(100% - 16px);
}

.x-btn-icon-el-grid-cell-small {
    height: 16px;
}

.x-btn-icon-left > .x-btn-icon-el-grid-cell-small, .x-btn-icon-right > .x-btn-icon-el-grid-cell-small {
    width: 16px;
}

.x-btn-icon-top > .x-btn-icon-el-grid-cell-small, .x-btn-icon-bottom > .x-btn-icon-el-grid-cell-small {
    min-width: 16px;
}

.x-btn-icon-el-grid-cell-small.x-btn-glyph {
    font-size: 16px;
    line-height: 16px;
    color: white;
    opacity: .5;
}


.x-btn-text.x-btn-icon-left > .x-btn-icon-el-grid-cell-small {
    margin-right: 0;
}

.x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small {
    margin-left: 0;
}

.x-btn-text.x-btn-icon-top > .x-btn-icon-el-grid-cell-small {
    margin-bottom: 5px;
}

.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-grid-cell-small {
    margin-top: 5px;
}

.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-grid-cell-small {
    padding-right: 5px;
}

.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small {
    margin-right: 5px;
}

.x-btn-arrow-bottom > .x-btn-button-grid-cell-small, .x-btn-split-bottom > .x-btn-button-grid-cell-small {
    padding-bottom: 3px;
}

.x-btn-wrap-grid-cell-small.x-btn-arrow-right:after {
    width: 8px;
    padding-right: 8px;
    background-image: url(images/button/grid-cell-small-arrow.png);
}

.x-btn-wrap-grid-cell-small.x-btn-arrow-bottom:after {
    height: 8px;
    background-image: url(images/button/grid-cell-small-arrow.png);
}

.x-btn-wrap-grid-cell-small.x-btn-split-right:after {
    width: 14px;
    padding-right: 14px;
    background-image: url(images/button/grid-cell-small-s-arrow.png);
}

.x-btn-wrap-grid-cell-small.x-btn-split-bottom:after {
    height: 14px;
    background-image: url(images/button/grid-cell-small-s-arrow-b.png);
}

.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-grid-cell-small {
    padding-right: 5px;
}

.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-grid-cell-small {
    margin-right: 5px;
}

.x-btn-focus.x-btn-grid-cell-small {
    background-image: none;
    background-color: #3892d3;
}

.x-btn-over.x-btn-grid-cell-small {
    border-color: #1374bb;
    background-image: none;
    background-color: #3386c2;
}

.x-btn.x-btn-menu-active.x-btn-grid-cell-small, .x-btn.x-btn-pressed.x-btn-grid-cell-small {
    border-color: #0f5f99;
    background-image: none;
    background-color: #2a6d9e;
}

.x-btn.x-btn-disabled.x-btn-grid-cell-small {
    background-image: none;
    background-color: #3892d3;
}

.x-btn-focus .x-btn-grid-cell-small-tl, .x-btn-focus .x-btn-grid-cell-small-bl, .x-btn-focus .x-btn-grid-cell-small-tr, .x-btn-focus .x-btn-grid-cell-small-br, .x-btn-focus .x-btn-grid-cell-small-tc, .x-btn-focus .x-btn-grid-cell-small-bc {
    background-image: url(images/btn/btn-grid-cell-small-focus-corners.gif);
}

.x-btn-focus .x-btn-grid-cell-small-ml, .x-btn-focus .x-btn-grid-cell-small-mr {
    background-image: url(images/btn/btn-grid-cell-small-focus-sides.gif);
}

.x-btn-focus .x-btn-grid-cell-small-mc {
    background-color: #3892d3;
}

.x-btn-over .x-btn-grid-cell-small-tl, .x-btn-over .x-btn-grid-cell-small-bl, .x-btn-over .x-btn-grid-cell-small-tr, .x-btn-over .x-btn-grid-cell-small-br, .x-btn-over .x-btn-grid-cell-small-tc, .x-btn-over .x-btn-grid-cell-small-bc {
    background-image: url(images/btn/btn-grid-cell-small-over-corners.gif);
}

.x-btn-over .x-btn-grid-cell-small-ml, .x-btn-over .x-btn-grid-cell-small-mr {
    background-image: url(images/btn/btn-grid-cell-small-over-sides.gif);
}

.x-btn-over .x-btn-grid-cell-small-mc {
    background-color: #3386c2;
}

.x-btn-focus.x-btn-over .x-btn-grid-cell-small-tl, .x-btn-focus.x-btn-over .x-btn-grid-cell-small-bl, .x-btn-focus.x-btn-over .x-btn-grid-cell-small-tr, .x-btn-focus.x-btn-over .x-btn-grid-cell-small-br, .x-btn-focus.x-btn-over .x-btn-grid-cell-small-tc, .x-btn-focus.x-btn-over .x-btn-grid-cell-small-bc {
    background-image: url(images/btn/btn-grid-cell-small-focus-over-corners.gif);
}

.x-btn-focus.x-btn-over .x-btn-grid-cell-small-ml, .x-btn-focus.x-btn-over .x-btn-grid-cell-small-mr {
    background-image: url(images/btn/btn-grid-cell-small-focus-over-sides.gif);
}

.x-btn-focus.x-btn-over .x-btn-grid-cell-small-mc {
    background-color: #3386c2;
}

.x-btn.x-btn-menu-active .x-btn-grid-cell-small-tl, .x-btn.x-btn-menu-active .x-btn-grid-cell-small-bl, .x-btn.x-btn-menu-active .x-btn-grid-cell-small-tr, .x-btn.x-btn-menu-active .x-btn-grid-cell-small-br, .x-btn.x-btn-menu-active .x-btn-grid-cell-small-tc, .x-btn.x-btn-menu-active .x-btn-grid-cell-small-bc, .x-btn.x-btn-pressed .x-btn-grid-cell-small-tl, .x-btn.x-btn-pressed .x-btn-grid-cell-small-bl, .x-btn.x-btn-pressed .x-btn-grid-cell-small-tr, .x-btn.x-btn-pressed .x-btn-grid-cell-small-br, .x-btn.x-btn-pressed .x-btn-grid-cell-small-tc, .x-btn.x-btn-pressed .x-btn-grid-cell-small-bc {
    background-image: url(images/btn/btn-grid-cell-small-pressed-corners.gif);
}

.x-btn.x-btn-menu-active .x-btn-grid-cell-small-ml, .x-btn.x-btn-menu-active .x-btn-grid-cell-small-mr, .x-btn.x-btn-pressed .x-btn-grid-cell-small-ml, .x-btn.x-btn-pressed .x-btn-grid-cell-small-mr {
    background-image: url(images/btn/btn-grid-cell-small-pressed-sides.gif);
}

.x-btn.x-btn-menu-active .x-btn-grid-cell-small-mc, .x-btn.x-btn-pressed .x-btn-grid-cell-small-mc {
    background-color: #2a6d9e;
}

.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tl, .x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-bl, .x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tr, .x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-br, .x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-tc, .x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-bc, .x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tl, .x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-bl, .x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tr, .x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-br, .x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-tc, .x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-bc {
    background-image: url(images/btn/btn-grid-cell-small-focus-pressed-corners.gif);
}

.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-ml, .x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-mr, .x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-ml, .x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-mr {
    background-image: url(images/btn/btn-grid-cell-small-focus-pressed-sides.gif);
}

.x-btn-focus.x-btn-menu-active .x-btn-grid-cell-small-mc, .x-btn-focus.x-btn-pressed .x-btn-grid-cell-small-mc {
    background-color: #2a6d9e;
}

.x-btn.x-btn-disabled .x-btn-grid-cell-small-tl, .x-btn.x-btn-disabled .x-btn-grid-cell-small-bl, .x-btn.x-btn-disabled .x-btn-grid-cell-small-tr, .x-btn.x-btn-disabled .x-btn-grid-cell-small-br, .x-btn.x-btn-disabled .x-btn-grid-cell-small-tc, .x-btn.x-btn-disabled .x-btn-grid-cell-small-bc {
    background-image: url(images/btn/btn-grid-cell-small-disabled-corners.gif);
}

.x-btn.x-btn-disabled .x-btn-grid-cell-small-ml, .x-btn.x-btn-disabled .x-btn-grid-cell-small-mr {
    background-image: url(images/btn/btn-grid-cell-small-disabled-sides.gif);
}

.x-btn.x-btn-disabled .x-btn-grid-cell-small-mc {
    background-color: #3892d3;
}

.x-nbr .x-btn-grid-cell-small {
    background-image: none;
}

.x-btn-disabled.x-btn-grid-cell-small {
    filter: alpha(opacity=50);
    opacity: .5;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first {
    border-right-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first .x-btn-grid-cell-small-mc {
        padding-right: 3px !important;
    }

.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-middle {
    border-right-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-middle .x-btn-grid-cell-small-mc {
        padding-right: 3px !important;
        padding-left: 3px !important;
    }

.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-last .x-btn-grid-cell-small-mc {
    padding-left: 3px !important;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first {
    border-bottom-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first .x-btn-grid-cell-small-mc {
        padding-bottom: 3px !important;
    }

.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-middle {
    border-bottom-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-middle .x-btn-grid-cell-small-mc {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-last .x-btn-grid-cell-small-mc {
    padding-top: 3px !important;
}

.x-nbr .x-segmented-button-item.x-btn-grid-cell-small:after {
    content: ' ';
    border-style: solid;
    border-width: 0;
    position: absolute;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small:after {
    top: 1px;
    right: 0;
    bottom: 1px;
    left: 0;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-first:after {
    left: 1px;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-grid-cell-small.x-segmented-button-last:after {
    right: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small:after {
    top: 0;
    right: 1px;
    bottom: 0;
    left: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-first:after {
    top: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-grid-cell-small.x-segmented-button-last:after {
    bottom: 1px;
}

.x-cmd-slicer.x-btn-focus.x-btn-grid-cell-small:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-over.x-btn-grid-cell-small:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-over-corners.gif), sides:url(images/btn/btn-grid-cell-small-over-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-grid-cell-small:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-over-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-over-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-pressed.x-btn-grid-cell-small:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-pressed-corners.gif), sides:url(images/btn/btn-grid-cell-small-pressed-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-grid-cell-small:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-focus-pressed-corners.gif), sides:url(images/btn/btn-grid-cell-small-focus-pressed-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-disabled.x-btn-grid-cell-small:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-grid-cell-small-disabled-corners.gif), sides:url(images/btn/btn-grid-cell-small-disabled-sides.gif)" !important;
}

.x-button-grid-cell-small-cell > .x-grid-cell-inner {
    padding-top: 0;
    padding-bottom: 0;
}

    .x-button-grid-cell-small-cell > .x-grid-cell-inner > .x-btn-grid-cell-small {
        vertical-align: top;
    }

.x-grid-group-hd {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #cecece;
    padding: 7px 4px;
    background: white;
    cursor: pointer;
}

.x-grid-group-hd-not-collapsible {
    cursor: default;
}

.x-grid-group-hd-collapsible .x-grid-group-title {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/grid/group-collapse.png);
    padding: 0 0 0 17px;
}

.x-grid-group-title {
    color: #666;
    /*font: 300 13px/15px helvetica,arial,verdana,sans-serif;*/
}

.x-grid-group-hd-collapsed .x-grid-group-title {
    background-image: url(images/grid/group-expand.png);
}

.x-grid-group-collapsed .x-grid-group-title {
    background-image: url(images/grid/group-expand.png);
}

.x-group-by-icon {
    background-image: url(images/grid/group-by.png);
}

.x-show-groups-icon {
    background-image: url(images/grid/group-by.png);
}

.x-grid-rowbody {
    /*font: 300 13px/15px helvetica,arial,verdana,sans-serif;*/
    padding: 5px 10px 5px 10px;
}

.x-docked-summary {
    border-width: 1px;
    border-color: #cecece;
    border-style: solid;
    background: white !important;
}

    .x-docked-summary .x-grid-table {
        border: 0 none;
    }

.x-grid-row-summary .x-grid-cell, .x-grid-row-summary .x-grid-rowwrap, .x-grid-row-summary .x-grid-cell-rowbody {
    border-color: #cecece;
    background-color: white !important;
    border-top: 1px solid #cecece;
    /*font: 300 13px/15px helvetica,arial,verdana,sans-serif;*/
	line-height: 15px;
}

.x-docked-summary .x-grid-item, .x-docked-summary .x-grid-row-summary .x-grid-cell {
    border-bottom: 0 none;
    border-top: 0 none;
}

.x-grid-row-summary .x-grid-cell-inner-row-expander {
    display: none;
}

.x-menu-default {
    border-style: solid;
    border-width: 1px;
    border-color: #e1e1e1;
}

.x-menu-body-default {
    background: white;
    padding: 0;
}

.x-menu-icon-separator-default {
    left: 26px;
    border-left: solid 1px #e1e1e1;
    background-color: white;
    width: 1px;
}

.x-menu-item-default {
    border-width: 0;
    cursor: pointer;
}

    .x-menu-item-default.x-menu-item-active {
        background-image: none;
        background-color: #d6e8f6;
    }

.x-nlg .x-menu-item-default.x-menu-item-active {
    background: #d6e8f6 repeat-x left top;
    background-image: url(images/menu/menu-item-default-active-bg.gif);
}

.x-menu-item-default.x-menu-item-disabled {
    cursor: default;
}

    .x-menu-item-default.x-menu-item-disabled a {
        cursor: default;
    }

.x-menu-item-default.x-menu-item-separator {
    height: 1px;
    border-top: solid 1px #e1e1e1;
    background-color: white;
    margin: 2px 0;
    padding: 0;
}

.x-menu-item-default.x-menu-item-disabled {
    filter: alpha(opacity=50);
    opacity: .5;
}

.x-ie9m .x-menu-item-default.x-menu-item-disabled .x-menu-item-icon-ui {
    filter: alpha(opacity=50);
    opacity: .5;
}

.x-ie9m .x-menu-item-default.x-menu-item-disabled .x-menu-item-text-default {
    background-color: transparent;
}

.x-menu-item-default .x-form-item-label {
    font-size: 13px;
    color: black;
}

.x-menu-item-text-default, .x-menu-item-cmp-default {
    margin: 0 5px 0 5px;
}

.x-menu-item-text-default {
    /*font: normal 13px helvetica,arial,verdana,sans-serif;*/
    line-height: 23px;
    padding-top: 1px;
    color: black;
    cursor: pointer;
}

    .x-menu-item-text-default.x-menu-item-indent {
        margin-left: 32px;
    }

    .x-menu-item-text-default.x-menu-item-indent-no-separator {
        margin-left: 26px;
    }

    .x-menu-item-text-default.x-menu-item-indent-right-icon {
        margin-right: 31px;
    }

    .x-menu-item-text-default.x-menu-item-indent-right-arrow {
        margin-right: 22px;
    }

.x-menu-item-disabled .x-menu-item-text-default {
    cursor: default;
}

.x-menu-item-indent-default {
    margin-left: 32px;
}

.x-menu-item-icon-default {
    width: 16px;
    height: 16px;
    top: 4px;
    left: 5px;
    background-position: center center;
}

    .x-menu-item-icon-default.x-menu-item-glyph {
        font-size: 16px;
        line-height: 16px;
        color: gray;
        opacity: .5;
    }


.x-menu-item-icon-default.x-menu-item-icon-right {
    width: 16px;
    height: 16px;
    top: 4px;
    right: 5px;
    left: auto;
    background-position: center center;
}

.x-menu-item-checked .x-menu-item-icon-default.x-menu-item-checkbox {
    background-image: url(images/menu/default-checked.png);
}

.x-menu-item-unchecked .x-menu-item-icon-default.x-menu-item-checkbox {
    background-image: url(images/menu/default-unchecked.png);
}

.x-menu-item-checked .x-menu-item-icon-default.x-menu-group-icon {
    background-image: url(images/menu/default-group-checked.png);
}

.x-menu-item-unchecked .x-menu-item-icon-default.x-menu-group-icon {
    background-image: none;
}

.x-menu-item-arrow-default {
    width: 12px;
    height: 9px;
    top: 8px;
    right: 0;
    background-image: url(images/menu/default-menu-parent.png);
}

.x-menu-item-active .x-menu-item-arrow-default {
    top: 8px;
    right: 0;
}

.x-menu-default-scroller .x-box-scroller-body-horizontal {
    margin-left: 16px;
}

.x-menu-default-vertical-scroller .x-box-scroller-body-vertical {
    margin-top: 24px;
}

.x-box-scroller-menu-default {
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

    .x-box-scroller-menu-default.x-box-scroller-hover {
        filter: alpha(opacity=60);
        opacity: .6;
    }

    .x-box-scroller-menu-default.x-box-scroller-pressed {
        filter: alpha(opacity=70);
        opacity: .7;
    }

    .x-box-scroller-menu-default.x-box-scroller-disabled {
        filter: alpha(opacity=25);
        opacity: .25;
        cursor: default;
    }

    .x-box-scroller-menu-default.x-box-scroller-top, .x-box-scroller-menu-default.x-box-scroller-bottom {
        height: 16px;
        width: 16px;
        left: 50%;
        margin-left: -8px;
    }

    .x-box-scroller-menu-default.x-box-scroller-top {
        margin-top: 4px;
        margin-right: 0;
        margin-bottom: 4px;
        background-image: url(images/menu/default-scroll-top.png);
    }

    .x-box-scroller-menu-default.x-box-scroller-bottom {
        margin-top: 4px;
        margin-right: 0;
        margin-bottom: 4px;
        background-image: url(images/menu/default-scroll-bottom.png);
    }


.x-grid-filters-filtered-column {
    font-style: italic;
    font-weight: bold;
    text-decoration: inherit;
}

.x-grid-filters-icon {
    background-repeat: no-repeat;
    background-position: center center;
}

.x-grid-filters-find {
    background-image: url(images/grid/filters/find.png);
}

.x-grid-filters-gt {
    background-image: url(images/grid/filters/greater_than.png);
}

.x-grid-filters-lt {
    background-image: url(images/grid/filters/less_than.png);
}

.x-grid-filters-eq {
    background-image: url(images/grid/filters/equals.png);
}

.x-grid-locked .x-grid-inner-locked {
    border-width: 0 1px 0 0;
    border-style: solid;
}

.x-grid-locked-split .x-grid-inner-normal {
    border-width: 0 0 0 1px;
    border-style: solid;
}

.x-grid-inner-locked {
    border-right-color: #888;
}

    .x-grid-inner-locked .x-column-header-last, .x-grid-inner-locked .x-grid-cell-last {
        border-right-width: 0 !important;
    }

.x-hmenu-lock {
    background-image: url(images/grid/hmenu-lock.png);
}

.x-hmenu-unlock {
    background-image: url(images/grid/hmenu-unlock.png);
}

.x-grid-editor .x-form-display-field {
    text-overflow: ellipsis;
}

.x-grid-editor .x-form-action-col-field {
    padding: 4px 4px 4px 4px;
}

.x-tree-cell-editor .x-form-text {
    padding-left: 3px;
    padding-right: 3px;
}

.x-grid-row-editor .x-field {
    margin: 0 3px 0 2px;
}

.x-grid-row-editor .x-form-display-field {
    padding: 5px 7px 4px 8px;
}

.x-grid-row-editor .x-form-action-col-field {
    padding: 4px 1px 4px 2px;
}

.x-grid-row-editor .x-form-text {
    padding: 4px 6px 3px 7px;
}

.x-gecko .x-grid-row-editor .x-form-text {
    padding-left: 6px;
    padding-right: 5px;
}

.x-grid-row-editor .x-panel-body {
    border-top: 1px solid #e1e1e1 !important;
    border-bottom: 1px solid #e1e1e1 !important;
    padding: 5px 0 5px 0;
    background-color: #dfeaf2;
}

.x-grid-with-col-lines .x-grid-row-editor .x-form-cb {
    margin-right: 1px;
}

.x-grid-row-editor-buttons-default-bottom {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px 5px 5px 5px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    background-color: #dfeaf2;
}

.x-grid-row-editor-buttons-default-bottom-mc {
    background-color: #dfeaf2;
}

.x-nbr .x-grid-row-editor-buttons-default-bottom {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-grid-row-editor-buttons-default-bottom-frameInfo {
    font-family: th-0-5-5-5-0-1-1-1-5-5-5-5;
}

.x-grid-row-editor-buttons-default-bottom-tl {
    background-position: 0 -10px;
}

.x-grid-row-editor-buttons-default-bottom-tr {
    background-position: right -15px;
}

.x-grid-row-editor-buttons-default-bottom-bl {
    background-position: 0 -20px;
}

.x-grid-row-editor-buttons-default-bottom-br {
    background-position: right -25px;
}

.x-grid-row-editor-buttons-default-bottom-ml {
    background-position: 0 top;
}

.x-grid-row-editor-buttons-default-bottom-mr {
    background-position: right top;
}

.x-grid-row-editor-buttons-default-bottom-tc {
    background-position: 0 0;
}

.x-grid-row-editor-buttons-default-bottom-bc {
    background-position: 0 -5px;
}

.x-grid-row-editor-buttons-default-bottom-tr, .x-grid-row-editor-buttons-default-bottom-br, .x-grid-row-editor-buttons-default-bottom-mr {
    padding-right: 5px;
}

.x-grid-row-editor-buttons-default-bottom-tl, .x-grid-row-editor-buttons-default-bottom-bl, .x-grid-row-editor-buttons-default-bottom-ml {
    padding-left: 5px;
}

.x-grid-row-editor-buttons-default-bottom-tc {
    height: 0;
}

.x-grid-row-editor-buttons-default-bottom-bc {
    height: 5px;
}

.x-grid-row-editor-buttons-default-bottom-tl, .x-grid-row-editor-buttons-default-bottom-bl, .x-grid-row-editor-buttons-default-bottom-tr, .x-grid-row-editor-buttons-default-bottom-br, .x-grid-row-editor-buttons-default-bottom-tc, .x-grid-row-editor-buttons-default-bottom-bc, .x-grid-row-editor-buttons-default-bottom-ml, .x-grid-row-editor-buttons-default-bottom-mr {
    background-image: url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-corners.gif);
}

.x-grid-row-editor-buttons-default-bottom-ml, .x-grid-row-editor-buttons-default-bottom-mr {
    background-image: url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-sides.gif);
    background-repeat: repeat-y;
}

.x-grid-row-editor-buttons-default-bottom-mc {
    padding: 5px 1px 1px 1px;
}

.x-cmd-slicer.x-grid-row-editor-buttons-default-bottom:before {
    display: none;
    content: "x-slicer:frame:0 5px 5px 5px, corners:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-corners.gif), sides:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-bottom-sides.gif)" !important;
}

.x-grid-row-editor-buttons-default-top {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 5px 5px 5px 5px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    background-color: #dfeaf2;
}

.x-grid-row-editor-buttons-default-top-mc {
    background-color: #dfeaf2;
}

.x-nbr .x-grid-row-editor-buttons-default-top {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-grid-row-editor-buttons-default-top-frameInfo {
    font-family: th-5-5-0-5-1-1-0-1-5-5-5-5;
}

.x-grid-row-editor-buttons-default-top-tl {
    background-position: 0 -10px;
}

.x-grid-row-editor-buttons-default-top-tr {
    background-position: right -15px;
}

.x-grid-row-editor-buttons-default-top-bl {
    background-position: 0 -20px;
}

.x-grid-row-editor-buttons-default-top-br {
    background-position: right -25px;
}

.x-grid-row-editor-buttons-default-top-ml {
    background-position: 0 top;
}

.x-grid-row-editor-buttons-default-top-mr {
    background-position: right top;
}

.x-grid-row-editor-buttons-default-top-tc {
    background-position: 0 0;
}

.x-grid-row-editor-buttons-default-top-bc {
    background-position: 0 -5px;
}

.x-grid-row-editor-buttons-default-top-tr, .x-grid-row-editor-buttons-default-top-br, .x-grid-row-editor-buttons-default-top-mr {
    padding-right: 5px;
}

.x-grid-row-editor-buttons-default-top-tl, .x-grid-row-editor-buttons-default-top-bl, .x-grid-row-editor-buttons-default-top-ml {
    padding-left: 5px;
}

.x-grid-row-editor-buttons-default-top-tc {
    height: 5px;
}

.x-grid-row-editor-buttons-default-top-bc {
    height: 0;
}

.x-grid-row-editor-buttons-default-top-tl, .x-grid-row-editor-buttons-default-top-bl, .x-grid-row-editor-buttons-default-top-tr, .x-grid-row-editor-buttons-default-top-br, .x-grid-row-editor-buttons-default-top-tc, .x-grid-row-editor-buttons-default-top-bc, .x-grid-row-editor-buttons-default-top-ml, .x-grid-row-editor-buttons-default-top-mr {
    background-image: url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-corners.gif);
}

.x-grid-row-editor-buttons-default-top-ml, .x-grid-row-editor-buttons-default-top-mr {
    background-image: url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-sides.gif);
    background-repeat: repeat-y;
}

.x-grid-row-editor-buttons-default-top-mc {
    padding: 1px 1px 5px 1px;
}

.x-cmd-slicer.x-grid-row-editor-buttons-default-top:before {
    display: none;
    content: "x-slicer:frame:5px 5px 0 5px, corners:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-corners.gif), sides:url(images/grid-row-editor-buttons/grid-row-editor-buttons-default-top-sides.gif)" !important;
}

.x-grid-row-editor-buttons {
    border-color: #e1e1e1;
}

.x-row-editor-update-button {
    margin-right: 3px;
}

.x-row-editor-cancel-button {
    margin-left: 2px;
}

.x-grid-row-editor-errors .x-tip-body {
    padding: 5px;
}

.x-grid-row-editor-errors-item {
    list-style: disc;
    margin-left: 15px;
}

.x-grid-cell-inner-row-expander {
    padding: 7px 6px 6px 6px;
}

.x-grid-row-expander {
    width: 11px;
    height: 11px;
    cursor: pointer;
    background-image: url(images/grid/group-collapse.png);
}

.x-grid-row-collapsed .x-grid-row-expander {
    background-image: url(images/grid/group-expand.png);
}

.x-accordion-layout-ct {
/*     background-color: white;
    padding: 0; */
}

.x-accordion-hd .x-panel-header-title {
    color: #157fcc;
    font-weight: 300;
    
    text-transform: none;
}

.x-accordion-item {
    margin: 0;
}

    .x-accordion-item .x-accordion-hd {
        background: white;
        border-width: 0 0 1px;
        border-color: white #cecece #cecece;
        padding: 8px 10px;
    }

    .x-accordion-item .x-accordion-hd-sibling-expanded {
        border-top-color: #cecece;
        border-top-width: 1px;
    }

    .x-accordion-item .x-accordion-hd-last-collapsed {
        border-bottom-color: white;
    }

    .x-accordion-item .x-accordion-body {
        border-width: 0;
    }

.x-accordion-hd .x-tool-collapse-top, .x-accordion-hd .x-tool-collapse-bottom {
    background-position: 0 -272px;
}

.x-accordion-hd .x-tool-expand-top, .x-accordion-hd .x-tool-expand-bottom {
    background-position: 0 -256px;
}

.x-accordion-hd .x-tool-img {
    background-color: white;
}

.x-form-layout-wrap {
    border-spacing: 5px;
}

.x-resizable-handle {
    position: absolute;
    z-index: 100;
    font-size: 1px;
    line-height: 5px;
    overflow: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: #fff;
}

.x-collapsed .x-resizable-handle {
    display: none;
}

.x-resizable-handle-north {
    cursor: n-resize;
}

.x-resizable-handle-south {
    cursor: s-resize;
}

.x-resizable-handle-east {
    cursor: e-resize;
}

.x-resizable-handle-west {
    cursor: w-resize;
}

.x-resizable-handle-southeast {
    cursor: se-resize;
}

.x-resizable-handle-northwest {
    cursor: nw-resize;
}

.x-resizable-handle-northeast {
    cursor: ne-resize;
}

.x-resizable-handle-southwest {
    cursor: sw-resize;
}

.x-resizable-handle-east {
    width: 5px;
    height: 100%;
    right: 0;
    top: 0;
}

.x-resizable-handle-south {
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
}

.x-resizable-handle-west {
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
}

.x-resizable-handle-north {
    width: 100%;
    height: 5px;
    left: 0;
    top: 0;
}

.x-resizable-handle-southeast {
    width: 5px;
    height: 5px;
    right: 0;
    bottom: 0;
    z-index: 101;
}

.x-resizable-handle-northwest {
    width: 5px;
    height: 5px;
    left: 0;
    top: 0;
    z-index: 101;
}

.x-resizable-handle-northeast {
    width: 5px;
    height: 5px;
    right: 0;
    top: 0;
    z-index: 101;
}

.x-resizable-handle-southwest {
    width: 5px;
    height: 5px;
    left: 0;
    bottom: 0;
    z-index: 101;
}

.x-window .x-window-handle {
    filter: alpha(opacity=0);
    opacity: 0;
}

.x-window-collapsed .x-window-handle {
    display: none;
}

.x-resizable-proxy {
    border: 1px dashed #3b5a82;
    position: absolute;
    overflow: hidden;
    z-index: 50000;
}

.x-resizable-handle-over, .x-resizable-pinned .x-resizable-handle {
    filter: alpha(opacity=100);
    opacity: 1;
}

.x-resizable-handle-east-over, .x-resizable-handle-west-over {
    background-image: url(images/sizer/e-handle.png);
}

.x-resizable-handle-south-over, .x-resizable-handle-north-over {
    background-image: url(images/sizer/s-handle.png);
}

.x-resizable-handle-southeast-over {
    background-position: top left;
    background-image: url(images/sizer/se-handle.png);
}

.x-resizable-handle-northwest-over {
    background-position: bottom right;
    background-image: url(images/sizer/nw-handle.png);
}

.x-resizable-handle-northeast-over {
    background-position: bottom left;
    background-image: url(images/sizer/ne-handle.png);
}

.x-resizable-handle-southwest-over {
    background-position: top right;
    background-image: url(images/sizer/sw-handle.png);
}

.x-resizable-pinned .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-west {
    background-image: url(images/sizer/e-handle.png);
}

.x-resizable-pinned .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-north {
    background-image: url(images/sizer/s-handle.png);
}

.x-resizable-pinned .x-resizable-handle-southeast {
    background-position: top left;
    background-image: url(images/sizer/se-handle.png);
}

.x-resizable-pinned .x-resizable-handle-northwest {
    background-position: bottom right;
    background-image: url(images/sizer/nw-handle.png);
}

.x-resizable-pinned .x-resizable-handle-northeast {
    background-position: bottom left;
    background-image: url(images/sizer/ne-handle.png);
}

.x-resizable-pinned .x-resizable-handle-southwest {
    background-position: top right;
    background-image: url(images/sizer/sw-handle.png);
}

.x-column-header-checkbox {
    border-color: white;
}

    .x-grid-row-checker, .x-column-header-checkbox .x-column-header-text {
        height: 15px;
        width: 15px;
        background-image: url(images/form/checkbox.png);
        line-height: 15px;
    }

    .x-column-header-checkbox .x-column-header-inner {
        padding: 7px 4px 7px 4px;
    }

.x-grid-cell-row-checker .x-grid-cell-inner {
    padding: 5px 4px 4px 4px;
}

.x-grid-hd-checker-on .x-column-header-text, .x-grid-item-selected .x-grid-row-checker, .x-grid-item-selected .x-grid-row-checker {
    background-position: 0 -15px;
}

.x-slider-horz {
    padding-left: 7px;
    background: no-repeat 0 -15px;
}

    .x-slider-horz .x-slider-end {
        padding-right: 8px;
        background: no-repeat right -30px;
    }

    .x-slider-horz .x-slider-inner {
        height: 15px;
    }

    .x-slider-horz .x-slider-thumb {
        width: 15px;
        height: 15px;
        margin-left: -7px;
        background-image: url(images/slider/slider-thumb.png);
    }

    .x-slider-horz.x-slider-focus .x-slider-thumb {
        background-position: -45px -45px;
    }

    .x-slider-horz .x-slider-thumb-over {
        background-position: -15px -15px;
    }

    .x-slider-horz.x-slider-focus .x-slider-thumb-over {
        background-position: -60px -60px;
    }

    .x-slider-horz .x-slider-thumb-drag {
        background-position: -30px -30px;
    }

    .x-slider-horz.x-slider-focus .x-slider-thumb-drag {
        background-position: -75px -75px;
    }

.x-slider-ct-vert {
    height: 100%;
}

.x-slider-vert {
    padding-top: 7px;
    background: no-repeat -30px 0;
    height: 100%;
}

    .x-slider-vert > .x-slider-end {
        height: 100%;
    }

        .x-slider-vert > .x-slider-end > .x-slider-inner {
            height: 100%;
        }

    .x-slider-vert .x-slider-end {
        padding-bottom: 8px;
        background: no-repeat -15px bottom;
        width: 15px;
    }

    .x-slider-vert .x-slider-inner {
        width: 15px;
    }

    .x-slider-vert .x-slider-thumb {
        width: 15px;
        height: 15px;
        margin-bottom: -8px;
        background-image: url(images/slider/slider-v-thumb.png);
    }

    .x-slider-vert.x-slider-focus .x-slider-thumb {
        background-position: -45px -45px;
    }

    .x-slider-vert .x-slider-thumb-over {
        background-position: -15px -15px;
    }

    .x-slider-vert.x-slider-focus .x-slider-thumb-over {
        background-position: -60px -60px;
    }

    .x-slider-vert .x-slider-thumb-drag {
        background-position: -30px -30px;
    }

    .x-slider-vert.x-slider-focus .x-slider-thumb-drag {
        background-position: -75px -75px;
    }

.x-slider-horz, .x-slider-horz .x-slider-end, .x-slider-horz .x-slider-inner {
    background-image: url(images/slider/slider-bg.png);
}

.x-slider-vert, .x-slider-vert .x-slider-end, .x-slider-vert .x-slider-inner {
    background-image: url(images/slider/slider-v-bg.png);
}

.x-slider-default-cell > .x-grid-cell-inner, .x-sliderwidget-default-cell > .x-grid-cell-inner {
    padding-top: 4px;
    padding-bottom: 5px;
}

.x-sparkline-cell .x-grid-cell-inner {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 22px;
}

.x-breadcrumb-btn-default {
    margin: 0;
}

.x-breadcrumb-icon-folder-default {
    background-image: url(images/tree/folder.png);
}

.x-breadcrumb-icon-leaf-default {
    background-image: url(images/tree/leaf.png);
}

.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after {
    width: 20px;
    background-image: url(images/breadcrumb/default-arrow.png);
}

.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-arrow:after {
    background-image: url(images/breadcrumb/default-arrow-open.png);
}

.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after {
    width: 20px;
    background-image: url(images/breadcrumb/default-split-arrow.png);
}

.x-btn-over.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after {
    background-image: url(images/breadcrumb/default-split-arrow-over.png);
}

.x-btn-menu-active.x-breadcrumb-btn > .x-btn-wrap-plain-toolbar-small.x-btn-split:after {
    background-image: url(images/breadcrumb/default-split-arrow-open.png);
}

.x-breadcrumb-default-scroller .x-box-scroller-body-horizontal {
    margin-left: 24px;
}

.x-breadcrumb-default-vertical-scroller .x-box-scroller-body-vertical {
    margin-top: 24px;
}

.x-box-scroller-breadcrumb-default {
    cursor: pointer;
    filter: alpha(opacity=60);
    opacity: .6;
}

    .x-box-scroller-breadcrumb-default.x-box-scroller-hover {
        filter: alpha(opacity=80);
        opacity: .8;
    }

    .x-box-scroller-breadcrumb-default.x-box-scroller-pressed {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .x-box-scroller-breadcrumb-default.x-box-scroller-disabled {
        filter: alpha(opacity=25);
        opacity: .25;
        cursor: default;
    }

    .x-box-scroller-breadcrumb-default.x-box-scroller-left, .x-box-scroller-breadcrumb-default.x-box-scroller-right {
        width: 16px;
        height: 16px;
        top: 50%;
        margin-top: -8px;
    }

    .x-box-scroller-breadcrumb-default.x-box-scroller-left {
        margin-left: 4px;
        margin-right: 4px;
        margin-bottom: 0;
        background-image: url(images/breadcrumb/default-scroll-left.png);
    }

    .x-box-scroller-breadcrumb-default.x-box-scroller-right {
        margin-left: 4px;
        margin-right: 4px;
        margin-bottom: 0;
        background-image: url(images/breadcrumb/default-scroll-right.png);
    }

.x-tree-drop-ok-append .x-dd-drop-icon {
    background-image: url(images/tree/drop-append.png);
}

.x-tree-drop-ok-above .x-dd-drop-icon {
    background-image: url(images/tree/drop-above.png);
}

.x-tree-drop-ok-below .x-dd-drop-icon {
    background-image: url(images/tree/drop-below.png);
}

.x-tree-drop-ok-between .x-dd-drop-icon {
    background-image: url(images/tree/drop-between.png);
}

.x-tree-ddindicator {
    height: 1px;
    border-width: 1px 0 0;
    border-style: dotted;
    border-color: green;
}

.x-multiselector-remove {
    font-size: 100%;
    color: #e1e1e1;
    cursor: pointer;
}

    .x-multiselector-remove .x-grid-cell-inner {
        padding: 5px 10px 4px 10px;
    }

.x-grid-item-over .x-multiselector-remove {
    color: red;
}

.x-toast-icon-information {
    background-image: url(images/window/toast/icon16_info.png);
}

.x-toast-icon-error {
    background-image: url(images/window/toast/icon16_error.png);
}

.x-toast-window .x-window-body {
    padding: 15px 5px 15px 5px;
}

.x-toast-light .x-window-header {
    background-color: white;
}

.x-toast-light .x-tool-img {
    background-color: white;
}

.x-toast-light {
    background-image: url(images/window/toast/fader.png);
}

    .x-toast-light .x-window-body {
        padding: 15px 5px 20px 5px;
        background-color: transparent;
        border: 0 solid white;
    }

.x-panel-light {
    border-color: white;
    padding: 0;
}

.x-panel-header-light {
    font-size: 13px;
    border: 1px solid white;
}

    .x-panel-header-light .x-tool-img {
        background-image: url(images/tools/tool-sprites-dark.png);
        background-color: white;
    }

.x-panel-header-light-horizontal {
    padding: 9px 9px 10px 9px;
}

    .x-panel-header-light-horizontal .x-panel-header-light-tab-bar {
        margin-top: -9px;
        margin-bottom: -10px;
    }

    .x-panel-header-light-horizontal.x-header-noborder {
        padding: 10px 10px 10px 10px;
    }

        .x-panel-header-light-horizontal.x-header-noborder .x-panel-header-light-tab-bar {
            margin-top: -10px;
            margin-bottom: -10px;
        }

.x-panel-header-light-vertical {
    padding: 9px 9px 9px 10px;
}

    .x-panel-header-light-vertical .x-panel-header-light-tab-bar {
        margin-right: -9px;
        margin-left: -10px;
    }

    .x-panel-header-light-vertical.x-header-noborder {
        padding: 10px 10px 10px 10px;
    }

        .x-panel-header-light-vertical.x-header-noborder .x-panel-header-light-tab-bar {
            margin-right: -10px;
            margin-left: -10px;
        }

.x-panel-header-title-light {
    color: black;
    font-size: 13px;
    font-weight: 300;
    
    line-height: 16px;
}

    .x-panel-header-title-light > .x-title-text-light {
        text-transform: none;
        padding: 0;
    }

    .x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-top {
        height: 22px;
        padding-bottom: 6px;
    }

    .x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-right {
        width: 22px;
        padding-left: 6px;
    }

    .x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-bottom {
        height: 22px;
        padding-top: 6px;
    }

    .x-panel-header-title-light > .x-title-icon-wrap-light.x-title-icon-left {
        width: 22px;
        padding-right: 6px;
    }

    .x-panel-header-title-light > .x-title-icon-wrap-light > .x-title-icon-light {
        width: 16px;
        height: 16px;
        background-position: center center;
    }

    .x-panel-header-title-light > .x-title-icon-wrap-light > .x-title-glyph {
        color: #157fcc;
        font-size: 16px;
        line-height: 16px;
        opacity: .5;
    }


.x-panel-body-light {
    background: white;
    border-color: #cecece;
    color: black;
    font-size: 13px;
    font-weight: 300;
    
    border-width: 1px;
    border-style: solid;
}

.x-panel-header-light {
    background-image: none;
    background-color: white;
}

.x-panel-header-light-vertical {
    background-image: none;
    background-color: white;
}

.x-panel .x-panel-header-light-collapsed-border-top {
    border-bottom-width: 1px !important;
}

.x-panel .x-panel-header-light-collapsed-border-right {
    border-left-width: 1px !important;
}

.x-panel .x-panel-header-light-collapsed-border-bottom {
    border-top-width: 1px !important;
}

.x-panel .x-panel-header-light-collapsed-border-left {
    border-right-width: 1px !important;
}

.x-cmd-slicer.x-panel-header-light-top:before {
    display: none;
    content: "x-slicer:stretch:bottom" !important;
}

.x-cmd-slicer.x-panel-header-light-bottom:before {
    display: none;
    content: "x-slicer:stretch:top" !important;
}

.x-cmd-slicer.x-panel-header-light-left:before {
    display: none;
    content: "x-slicer:stretch:right" !important;
}

.x-cmd-slicer.x-panel-header-light-right:before {
    display: none;
    content: "x-slicer:stretch:left" !important;
}

.x-panel-header-light-horizontal .x-tool-after-title {
    margin: 0 0 0 6px;
}

.x-panel-header-light-horizontal .x-tool-before-title {
    margin: 0 6px 0 0;
}

.x-panel-header-light-vertical .x-tool-after-title {
    margin: 6px 0 0 0;
}

.x-panel-header-light-vertical .x-tool-before-title {
    margin: 0 0 6px 0;
}

.x-panel-light-resizable .x-panel-handle {
    filter: alpha(opacity=0);
    opacity: 0;
}

.x-panel-light-outer-border-l {
    border-left-color: white !important;
    border-left-width: 1px !important;
}

.x-panel-light-outer-border-b {
    border-bottom-color: white !important;
    border-bottom-width: 1px !important;
}

.x-panel-light-outer-border-bl {
    border-bottom-color: white !important;
    border-bottom-width: 1px !important;
    border-left-color: white !important;
    border-left-width: 1px !important;
}

.x-panel-light-outer-border-r {
    border-right-color: white !important;
    border-right-width: 1px !important;
}

.x-panel-light-outer-border-rl {
    border-right-color: white !important;
    border-right-width: 1px !important;
    border-left-color: white !important;
    border-left-width: 1px !important;
}

.x-panel-light-outer-border-rb {
    border-right-color: white !important;
    border-right-width: 1px !important;
    border-bottom-color: white !important;
    border-bottom-width: 1px !important;
}

.x-panel-light-outer-border-rbl {
    border-right-color: white !important;
    border-right-width: 1px !important;
    border-bottom-color: white !important;
    border-bottom-width: 1px !important;
    border-left-color: white !important;
    border-left-width: 1px !important;
}

.x-panel-light-outer-border-t {
    border-top-color: white !important;
    border-top-width: 1px !important;
}

.x-panel-light-outer-border-tl {
    border-top-color: white !important;
    border-top-width: 1px !important;
    border-left-color: white !important;
    border-left-width: 1px !important;
}

.x-panel-light-outer-border-tb {
    border-top-color: white !important;
    border-top-width: 1px !important;
    border-bottom-color: white !important;
    border-bottom-width: 1px !important;
}

.x-panel-light-outer-border-tbl {
    border-top-color: white !important;
    border-top-width: 1px !important;
    border-bottom-color: white !important;
    border-bottom-width: 1px !important;
    border-left-color: white !important;
    border-left-width: 1px !important;
}

.x-panel-light-outer-border-tr {
    border-top-color: white !important;
    border-top-width: 1px !important;
    border-right-color: white !important;
    border-right-width: 1px !important;
}

.x-panel-light-outer-border-trl {
    border-top-color: white !important;
    border-top-width: 1px !important;
    border-right-color: white !important;
    border-right-width: 1px !important;
    border-left-color: white !important;
    border-left-width: 1px !important;
}

.x-panel-light-outer-border-trb {
    border-top-color: white !important;
    border-top-width: 1px !important;
    border-right-color: white !important;
    border-right-width: 1px !important;
    border-bottom-color: white !important;
    border-bottom-width: 1px !important;
}

.x-panel-light-outer-border-trbl {
    border-color: white !important;
    border-width: 1px !important;
}

.x-panel-light-framed {
    border-color: white;
    padding: 0;
}

.x-panel-header-light-framed {
    font-size: 13px;
    border: 1px solid white;
}

    .x-panel-header-light-framed .x-tool-img {
        background-image: url(images/tools/tool-sprites-dark.png);
        background-color: white;
    }

.x-panel-header-light-framed-horizontal {
    padding: 9px 9px 9px 9px;
}

    .x-panel-header-light-framed-horizontal .x-panel-header-light-framed-tab-bar {
        margin-top: -9px;
        margin-bottom: -9px;
    }

    .x-panel-header-light-framed-horizontal.x-header-noborder {
        padding: 10px 10px 9px 10px;
    }

        .x-panel-header-light-framed-horizontal.x-header-noborder .x-panel-header-light-framed-tab-bar {
            margin-top: -10px;
            margin-bottom: -9px;
        }

.x-panel-header-light-framed-vertical {
    padding: 9px 9px 9px 9px;
}

    .x-panel-header-light-framed-vertical .x-panel-header-light-framed-tab-bar {
        margin-right: -9px;
        margin-left: -9px;
    }

    .x-panel-header-light-framed-vertical.x-header-noborder {
        padding: 10px 10px 10px 9px;
    }

        .x-panel-header-light-framed-vertical.x-header-noborder .x-panel-header-light-framed-tab-bar {
            margin-right: -10px;
            margin-left: -9px;
        }

.x-panel-header-title-light-framed {
    color: black;
    font-size: 13px;
    font-weight: 300;
    
    line-height: 16px;
}

    .x-panel-header-title-light-framed > .x-title-text-light-framed {
        text-transform: none;
        padding: 0;
    }

    .x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-top {
        height: 22px;
        padding-bottom: 6px;
    }

    .x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-right {
        width: 22px;
        padding-left: 6px;
    }

    .x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-bottom {
        height: 22px;
        padding-top: 6px;
    }

    .x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed.x-title-icon-left {
        width: 22px;
        padding-right: 6px;
    }

    .x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed > .x-title-icon-light-framed {
        width: 16px;
        height: 16px;
        background-position: center center;
    }

    .x-panel-header-title-light-framed > .x-title-icon-wrap-light-framed > .x-title-glyph {
        color: #157fcc;
        font-size: 16px;
        line-height: 16px;
        opacity: .5;
    }


.x-panel-body-light-framed {
    background: white;
    border-color: #cecece;
    color: black;
    font-size: 13px;
    font-weight: 300;
    
    border-width: 1px;
    border-style: solid;
}

.x-panel-light-framed {
    border-radius: 4px;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    background-color: white;
}

.x-panel-light-framed-mc {
    background-color: white;
}

.x-nbr .x-panel-light-framed {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-panel-light-framed-frameInfo {
    font-family: dh-4-4-4-4-1-1-1-1-3px-3px-3px-3px;
}

.x-panel-light-framed-tl {
    background-position: 0 -8px;
}

.x-panel-light-framed-tr {
    background-position: right -12px;
}

.x-panel-light-framed-bl {
    background-position: 0 -16px;
}

.x-panel-light-framed-br {
    background-position: right -20px;
}

.x-panel-light-framed-ml {
    background-position: 0 top;
}

.x-panel-light-framed-mr {
    background-position: right top;
}

.x-panel-light-framed-tc {
    background-position: 0 0;
}

.x-panel-light-framed-bc {
    background-position: 0 -4px;
}

.x-panel-light-framed-tr, .x-panel-light-framed-br, .x-panel-light-framed-mr {
    padding-right: 4px;
}

.x-panel-light-framed-tl, .x-panel-light-framed-bl, .x-panel-light-framed-ml {
    padding-left: 4px;
}

.x-panel-light-framed-tc {
    height: 4px;
}

.x-panel-light-framed-bc {
    height: 4px;
}

.x-panel-light-framed-tl, .x-panel-light-framed-bl, .x-panel-light-framed-tr, .x-panel-light-framed-br, .x-panel-light-framed-tc, .x-panel-light-framed-bc, .x-panel-light-framed-ml, .x-panel-light-framed-mr {
    background-image: url(images/panel/panel-light-framed-corners.gif);
}

.x-panel-light-framed-ml, .x-panel-light-framed-mr {
    background-image: url(images/panel/panel-light-framed-sides.gif);
    background-repeat: repeat-y;
}

.x-panel-light-framed-mc {
    padding: 0;
}

.x-cmd-slicer.x-panel-light-framed:before {
    display: none;
    content: "x-slicer:frame:4px 4px 4px 4px, corners:url(images/panel/panel-light-framed-corners.gif), sides:url(images/panel/panel-light-framed-sides.gif)" !important;
}

.x-panel-header-light-framed-top {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 9px 9px 9px 9px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    background-color: white;
}

.x-panel-header-light-framed-top-mc {
    background-color: white;
}

.x-nbr .x-panel-header-light-framed-top {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-panel-header-light-framed-top-frameInfo {
    font-family: dh-4-4-0-4-1-1-0-1-9-9-9-9;
}

.x-panel-header-light-framed-top-tl {
    background-position: 0 -8px;
}

.x-panel-header-light-framed-top-tr {
    background-position: right -12px;
}

.x-panel-header-light-framed-top-bl {
    background-position: 0 -16px;
}

.x-panel-header-light-framed-top-br {
    background-position: right -20px;
}

.x-panel-header-light-framed-top-ml {
    background-position: 0 top;
}

.x-panel-header-light-framed-top-mr {
    background-position: right top;
}

.x-panel-header-light-framed-top-tc {
    background-position: 0 0;
}

.x-panel-header-light-framed-top-bc {
    background-position: 0 -4px;
}

.x-panel-header-light-framed-top-tr, .x-panel-header-light-framed-top-br, .x-panel-header-light-framed-top-mr {
    padding-right: 4px;
}

.x-panel-header-light-framed-top-tl, .x-panel-header-light-framed-top-bl, .x-panel-header-light-framed-top-ml {
    padding-left: 4px;
}

.x-panel-header-light-framed-top-tc {
    height: 4px;
}

.x-panel-header-light-framed-top-bc {
    height: 0;
}

.x-panel-header-light-framed-top-tl, .x-panel-header-light-framed-top-bl, .x-panel-header-light-framed-top-tr, .x-panel-header-light-framed-top-br, .x-panel-header-light-framed-top-tc, .x-panel-header-light-framed-top-bc, .x-panel-header-light-framed-top-ml, .x-panel-header-light-framed-top-mr {
    background-image: url(images/panel-header/panel-header-light-framed-top-corners.gif);
}

.x-panel-header-light-framed-top-ml, .x-panel-header-light-framed-top-mr {
    background-image: url(images/panel-header/panel-header-light-framed-top-sides.gif);
    background-repeat: repeat-y;
}

.x-panel-header-light-framed-top-mc {
    padding: 6px 6px 9px 6px;
}

.x-cmd-slicer.x-panel-header-light-framed-top:before {
    display: none;
    content: "x-slicer:frame:4px 4px 0 4px, corners:url(images/panel-header/panel-header-light-framed-top-corners.gif), sides:url(images/panel-header/panel-header-light-framed-top-sides.gif)" !important;
}

.x-panel-header-light-framed-right {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 9px 9px 9px 9px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    background-color: white;
}

.x-panel-header-light-framed-right-mc {
    background-color: white;
}

.x-nbr .x-panel-header-light-framed-right {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-panel-header-light-framed-right-frameInfo {
    font-family: dh-4-4-4-0-1-1-1-0-9-9-9-9;
}

.x-panel-header-light-framed-right-tl {
    background-position: 0 -8px;
}

.x-panel-header-light-framed-right-tr {
    background-position: right -12px;
}

.x-panel-header-light-framed-right-bl {
    background-position: 0 -16px;
}

.x-panel-header-light-framed-right-br {
    background-position: right -20px;
}

.x-panel-header-light-framed-right-ml {
    background-position: right 0;
}

.x-panel-header-light-framed-right-mr {
    background-position: right 0;
}

.x-panel-header-light-framed-right-tc {
    background-position: 0 0;
}

.x-panel-header-light-framed-right-bc {
    background-position: 0 -4px;
}

.x-panel-header-light-framed-right-tr, .x-panel-header-light-framed-right-br, .x-panel-header-light-framed-right-mr {
    padding-right: 4px;
}

.x-panel-header-light-framed-right-tl, .x-panel-header-light-framed-right-bl, .x-panel-header-light-framed-right-ml {
    padding-left: 0;
}

.x-panel-header-light-framed-right-tc {
    height: 4px;
}

.x-panel-header-light-framed-right-bc {
    height: 4px;
}

.x-panel-header-light-framed-right-tl, .x-panel-header-light-framed-right-bl, .x-panel-header-light-framed-right-tr, .x-panel-header-light-framed-right-br, .x-panel-header-light-framed-right-tc, .x-panel-header-light-framed-right-bc, .x-panel-header-light-framed-right-ml, .x-panel-header-light-framed-right-mr {
    background-image: url(images/panel-header/panel-header-light-framed-right-corners.gif);
}

.x-panel-header-light-framed-right-ml, .x-panel-header-light-framed-right-mr {
    background-image: url(images/panel-header/panel-header-light-framed-right-sides.gif);
    background-repeat: repeat-y;
}

.x-panel-header-light-framed-right-mc {
    padding: 6px 6px 6px 9px;
}

.x-cmd-slicer.x-panel-header-light-framed-right:before {
    display: none;
    content: "x-slicer:frame:4px 4px 4px 0, corners:url(images/panel-header/panel-header-light-framed-right-corners.gif), sides:url(images/panel-header/panel-header-light-framed-right-sides.gif)" !important;
}

.x-panel-header-light-framed-bottom {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 9px 9px 9px 9px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    background-color: white;
}

.x-panel-header-light-framed-bottom-mc {
    background-color: white;
}

.x-nbr .x-panel-header-light-framed-bottom {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-panel-header-light-framed-bottom-frameInfo {
    font-family: dh-0-4-4-4-0-1-1-1-9-9-9-9;
}

.x-panel-header-light-framed-bottom-tl {
    background-position: 0 -8px;
}

.x-panel-header-light-framed-bottom-tr {
    background-position: right -12px;
}

.x-panel-header-light-framed-bottom-bl {
    background-position: 0 -16px;
}

.x-panel-header-light-framed-bottom-br {
    background-position: right -20px;
}

.x-panel-header-light-framed-bottom-ml {
    background-position: 0 bottom;
}

.x-panel-header-light-framed-bottom-mr {
    background-position: right bottom;
}

.x-panel-header-light-framed-bottom-tc {
    background-position: 0 0;
}

.x-panel-header-light-framed-bottom-bc {
    background-position: 0 -4px;
}

.x-panel-header-light-framed-bottom-tr, .x-panel-header-light-framed-bottom-br, .x-panel-header-light-framed-bottom-mr {
    padding-right: 4px;
}

.x-panel-header-light-framed-bottom-tl, .x-panel-header-light-framed-bottom-bl, .x-panel-header-light-framed-bottom-ml {
    padding-left: 4px;
}

.x-panel-header-light-framed-bottom-tc {
    height: 0;
}

.x-panel-header-light-framed-bottom-bc {
    height: 4px;
}

.x-panel-header-light-framed-bottom-tl, .x-panel-header-light-framed-bottom-bl, .x-panel-header-light-framed-bottom-tr, .x-panel-header-light-framed-bottom-br, .x-panel-header-light-framed-bottom-tc, .x-panel-header-light-framed-bottom-bc, .x-panel-header-light-framed-bottom-ml, .x-panel-header-light-framed-bottom-mr {
    background-image: url(images/panel-header/panel-header-light-framed-bottom-corners.gif);
}

.x-panel-header-light-framed-bottom-ml, .x-panel-header-light-framed-bottom-mr {
    background-image: url(images/panel-header/panel-header-light-framed-bottom-sides.gif);
    background-repeat: repeat-y;
}

.x-panel-header-light-framed-bottom-mc {
    padding: 9px 6px 6px 6px;
}

.x-cmd-slicer.x-panel-header-light-framed-bottom:before {
    display: none;
    content: "x-slicer:frame:0 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-bottom-corners.gif), sides:url(images/panel-header/panel-header-light-framed-bottom-sides.gif)" !important;
}

.x-panel-header-light-framed-left {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 9px 9px 9px 9px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    background-color: white;
}

.x-panel-header-light-framed-left-mc {
    background-color: white;
}

.x-nbr .x-panel-header-light-framed-left {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-panel-header-light-framed-left-frameInfo {
    font-family: dh-4-0-4-4-1-0-1-1-9-9-9-9;
}

.x-panel-header-light-framed-left-tl {
    background-position: 0 -8px;
}

.x-panel-header-light-framed-left-tr {
    background-position: right -12px;
}

.x-panel-header-light-framed-left-bl {
    background-position: 0 -16px;
}

.x-panel-header-light-framed-left-br {
    background-position: right -20px;
}

.x-panel-header-light-framed-left-ml {
    background-position: left 0;
}

.x-panel-header-light-framed-left-mr {
    background-position: left 0;
}

.x-panel-header-light-framed-left-tc {
    background-position: 0 0;
}

.x-panel-header-light-framed-left-bc {
    background-position: 0 -4px;
}

.x-panel-header-light-framed-left-tr, .x-panel-header-light-framed-left-br, .x-panel-header-light-framed-left-mr {
    padding-right: 0;
}

.x-panel-header-light-framed-left-tl, .x-panel-header-light-framed-left-bl, .x-panel-header-light-framed-left-ml {
    padding-left: 4px;
}

.x-panel-header-light-framed-left-tc {
    height: 4px;
}

.x-panel-header-light-framed-left-bc {
    height: 4px;
}

.x-panel-header-light-framed-left-tl, .x-panel-header-light-framed-left-bl, .x-panel-header-light-framed-left-tr, .x-panel-header-light-framed-left-br, .x-panel-header-light-framed-left-tc, .x-panel-header-light-framed-left-bc, .x-panel-header-light-framed-left-ml, .x-panel-header-light-framed-left-mr {
    background-image: url(images/panel-header/panel-header-light-framed-left-corners.gif);
}

.x-panel-header-light-framed-left-ml, .x-panel-header-light-framed-left-mr {
    background-image: url(images/panel-header/panel-header-light-framed-left-sides.gif);
    background-repeat: repeat-y;
}

.x-panel-header-light-framed-left-mc {
    padding: 6px 9px 6px 6px;
}

.x-cmd-slicer.x-panel-header-light-framed-left:before {
    display: none;
    content: "x-slicer:frame:4px 0 4px 4px, corners:url(images/panel-header/panel-header-light-framed-left-corners.gif), sides:url(images/panel-header/panel-header-light-framed-left-sides.gif)" !important;
}

.x-panel-header-light-framed-collapsed-top {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 9px 9px 9px 9px;
    border-width: 1px;
    border-style: solid;
    background-color: white;
}

.x-panel-header-light-framed-collapsed-top-mc {
    background-color: white;
}

.x-nbr .x-panel-header-light-framed-collapsed-top {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-panel-header-light-framed-collapsed-top-frameInfo {
    font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9;
}

.x-panel-header-light-framed-collapsed-top-tl {
    background-position: 0 -8px;
}

.x-panel-header-light-framed-collapsed-top-tr {
    background-position: right -12px;
}

.x-panel-header-light-framed-collapsed-top-bl {
    background-position: 0 -16px;
}

.x-panel-header-light-framed-collapsed-top-br {
    background-position: right -20px;
}

.x-panel-header-light-framed-collapsed-top-ml {
    background-position: 0 top;
}

.x-panel-header-light-framed-collapsed-top-mr {
    background-position: right top;
}

.x-panel-header-light-framed-collapsed-top-tc {
    background-position: 0 0;
}

.x-panel-header-light-framed-collapsed-top-bc {
    background-position: 0 -4px;
}

.x-panel-header-light-framed-collapsed-top-tr, .x-panel-header-light-framed-collapsed-top-br, .x-panel-header-light-framed-collapsed-top-mr {
    padding-right: 4px;
}

.x-panel-header-light-framed-collapsed-top-tl, .x-panel-header-light-framed-collapsed-top-bl, .x-panel-header-light-framed-collapsed-top-ml {
    padding-left: 4px;
}

.x-panel-header-light-framed-collapsed-top-tc {
    height: 4px;
}

.x-panel-header-light-framed-collapsed-top-bc {
    height: 4px;
}

.x-panel-header-light-framed-collapsed-top-tl, .x-panel-header-light-framed-collapsed-top-bl, .x-panel-header-light-framed-collapsed-top-tr, .x-panel-header-light-framed-collapsed-top-br, .x-panel-header-light-framed-collapsed-top-tc, .x-panel-header-light-framed-collapsed-top-bc, .x-panel-header-light-framed-collapsed-top-ml, .x-panel-header-light-framed-collapsed-top-mr {
    background-image: url(images/panel-header/panel-header-light-framed-collapsed-top-corners.gif);
}

.x-panel-header-light-framed-collapsed-top-ml, .x-panel-header-light-framed-collapsed-top-mr {
    background-image: url(images/panel-header/panel-header-light-framed-collapsed-top-sides.gif);
    background-repeat: repeat-y;
}

.x-panel-header-light-framed-collapsed-top-mc {
    padding: 6px 6px 6px 6px;
}

.x-cmd-slicer.x-panel-header-light-framed-collapsed-top:before {
    display: none;
    content: "x-slicer:frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-top-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-top-sides.gif)" !important;
}

.x-panel-header-light-framed-collapsed-right {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 9px 9px 9px 9px;
    border-width: 1px;
    border-style: solid;
    background-color: white;
}

.x-panel-header-light-framed-collapsed-right-mc {
    background-color: white;
}

.x-nbr .x-panel-header-light-framed-collapsed-right {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-panel-header-light-framed-collapsed-right-frameInfo {
    font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9;
}

.x-panel-header-light-framed-collapsed-right-tl {
    background-position: 0 -8px;
}

.x-panel-header-light-framed-collapsed-right-tr {
    background-position: right -12px;
}

.x-panel-header-light-framed-collapsed-right-bl {
    background-position: 0 -16px;
}

.x-panel-header-light-framed-collapsed-right-br {
    background-position: right -20px;
}

.x-panel-header-light-framed-collapsed-right-ml {
    background-position: right 0;
}

.x-panel-header-light-framed-collapsed-right-mr {
    background-position: right 0;
}

.x-panel-header-light-framed-collapsed-right-tc {
    background-position: 0 0;
}

.x-panel-header-light-framed-collapsed-right-bc {
    background-position: 0 -4px;
}

.x-panel-header-light-framed-collapsed-right-tr, .x-panel-header-light-framed-collapsed-right-br, .x-panel-header-light-framed-collapsed-right-mr {
    padding-right: 4px;
}

.x-panel-header-light-framed-collapsed-right-tl, .x-panel-header-light-framed-collapsed-right-bl, .x-panel-header-light-framed-collapsed-right-ml {
    padding-left: 4px;
}

.x-panel-header-light-framed-collapsed-right-tc {
    height: 4px;
}

.x-panel-header-light-framed-collapsed-right-bc {
    height: 4px;
}

.x-panel-header-light-framed-collapsed-right-tl, .x-panel-header-light-framed-collapsed-right-bl, .x-panel-header-light-framed-collapsed-right-tr, .x-panel-header-light-framed-collapsed-right-br, .x-panel-header-light-framed-collapsed-right-tc, .x-panel-header-light-framed-collapsed-right-bc, .x-panel-header-light-framed-collapsed-right-ml, .x-panel-header-light-framed-collapsed-right-mr {
    background-image: url(images/panel-header/panel-header-light-framed-collapsed-right-corners.gif);
}

.x-panel-header-light-framed-collapsed-right-ml, .x-panel-header-light-framed-collapsed-right-mr {
    background-image: url(images/panel-header/panel-header-light-framed-collapsed-right-sides.gif);
    background-repeat: repeat-y;
}

.x-panel-header-light-framed-collapsed-right-mc {
    padding: 6px 6px 6px 6px;
}

.x-cmd-slicer.x-panel-header-light-framed-collapsed-right:before {
    display: none;
    content: "x-slicer:frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-right-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-right-sides.gif)" !important;
}

.x-panel-header-light-framed-collapsed-bottom {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 9px 9px 9px 9px;
    border-width: 1px;
    border-style: solid;
    background-color: white;
}

.x-panel-header-light-framed-collapsed-bottom-mc {
    background-color: white;
}

.x-nbr .x-panel-header-light-framed-collapsed-bottom {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-panel-header-light-framed-collapsed-bottom-frameInfo {
    font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9;
}

.x-panel-header-light-framed-collapsed-bottom-tl {
    background-position: 0 -8px;
}

.x-panel-header-light-framed-collapsed-bottom-tr {
    background-position: right -12px;
}

.x-panel-header-light-framed-collapsed-bottom-bl {
    background-position: 0 -16px;
}

.x-panel-header-light-framed-collapsed-bottom-br {
    background-position: right -20px;
}

.x-panel-header-light-framed-collapsed-bottom-ml {
    background-position: 0 bottom;
}

.x-panel-header-light-framed-collapsed-bottom-mr {
    background-position: right bottom;
}

.x-panel-header-light-framed-collapsed-bottom-tc {
    background-position: 0 0;
}

.x-panel-header-light-framed-collapsed-bottom-bc {
    background-position: 0 -4px;
}

.x-panel-header-light-framed-collapsed-bottom-tr, .x-panel-header-light-framed-collapsed-bottom-br, .x-panel-header-light-framed-collapsed-bottom-mr {
    padding-right: 4px;
}

.x-panel-header-light-framed-collapsed-bottom-tl, .x-panel-header-light-framed-collapsed-bottom-bl, .x-panel-header-light-framed-collapsed-bottom-ml {
    padding-left: 4px;
}

.x-panel-header-light-framed-collapsed-bottom-tc {
    height: 4px;
}

.x-panel-header-light-framed-collapsed-bottom-bc {
    height: 4px;
}

.x-panel-header-light-framed-collapsed-bottom-tl, .x-panel-header-light-framed-collapsed-bottom-bl, .x-panel-header-light-framed-collapsed-bottom-tr, .x-panel-header-light-framed-collapsed-bottom-br, .x-panel-header-light-framed-collapsed-bottom-tc, .x-panel-header-light-framed-collapsed-bottom-bc, .x-panel-header-light-framed-collapsed-bottom-ml, .x-panel-header-light-framed-collapsed-bottom-mr {
    background-image: url(images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif);
}

.x-panel-header-light-framed-collapsed-bottom-ml, .x-panel-header-light-framed-collapsed-bottom-mr {
    background-image: url(images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif);
    background-repeat: repeat-y;
}

.x-panel-header-light-framed-collapsed-bottom-mc {
    padding: 6px 6px 6px 6px;
}

.x-cmd-slicer.x-panel-header-light-framed-collapsed-bottom:before {
    display: none;
    content: "x-slicer:frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-bottom-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-bottom-sides.gif)" !important;
}


.x-panel-header-light-framed-collapsed-left {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 9px 9px 9px 9px;
    border-width: 1px;
    border-style: solid;
    background-color: white;
}

.x-panel-header-light-framed-collapsed-left-mc {
    background-color: white;
}

.x-nbr .x-panel-header-light-framed-collapsed-left {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-panel-header-light-framed-collapsed-left-frameInfo {
    font-family: dh-4-4-4-4-1-1-1-1-9-9-9-9;
}

.x-panel-header-light-framed-collapsed-left-tl {
    background-position: 0 -8px;
}

.x-panel-header-light-framed-collapsed-left-tr {
    background-position: right -12px;
}

.x-panel-header-light-framed-collapsed-left-bl {
    background-position: 0 -16px;
}

.x-panel-header-light-framed-collapsed-left-br {
    background-position: right -20px;
}

.x-panel-header-light-framed-collapsed-left-ml {
    background-position: left 0;
}

.x-panel-header-light-framed-collapsed-left-mr {
    background-position: left 0;
}

.x-panel-header-light-framed-collapsed-left-tc {
    background-position: 0 0;
}

.x-panel-header-light-framed-collapsed-left-bc {
    background-position: 0 -4px;
}

.x-panel-header-light-framed-collapsed-left-tr, .x-panel-header-light-framed-collapsed-left-br, .x-panel-header-light-framed-collapsed-left-mr {
    padding-right: 4px;
}

.x-panel-header-light-framed-collapsed-left-tl, .x-panel-header-light-framed-collapsed-left-bl, .x-panel-header-light-framed-collapsed-left-ml {
    padding-left: 4px;
}

.x-panel-header-light-framed-collapsed-left-tc {
    height: 4px;
}

.x-panel-header-light-framed-collapsed-left-bc {
    height: 4px;
}

.x-panel-header-light-framed-collapsed-left-tl, .x-panel-header-light-framed-collapsed-left-bl, .x-panel-header-light-framed-collapsed-left-tr, .x-panel-header-light-framed-collapsed-left-br, .x-panel-header-light-framed-collapsed-left-tc, .x-panel-header-light-framed-collapsed-left-bc, .x-panel-header-light-framed-collapsed-left-ml, .x-panel-header-light-framed-collapsed-left-mr {
    background-image: url(images/panel-header/panel-header-light-framed-collapsed-left-corners.gif);
}

.x-panel-header-light-framed-collapsed-left-ml, .x-panel-header-light-framed-collapsed-left-mr {
    background-image: url(images/panel-header/panel-header-light-framed-collapsed-left-sides.gif);
    background-repeat: repeat-y;
}

.x-panel-header-light-framed-collapsed-left-mc {
    padding: 6px 6px 6px 6px;
}

.x-cmd-slicer.x-panel-header-light-framed-collapsed-left:before {
    display: none;
    content: "x-slicer:frame:4px 4px 4px 4px, corners:url(images/panel-header/panel-header-light-framed-collapsed-left-corners.gif), sides:url(images/panel-header/panel-header-light-framed-collapsed-left-sides.gif)" !important;
}

.x-panel .x-panel-header-light-framed-top {
    border-bottom-width: 1px !important;
}

.x-panel .x-panel-header-light-framed-right {
    border-left-width: 1px !important;
}

.x-panel .x-panel-header-light-framed-bottom {
    border-top-width: 1px !important;
}

.x-panel .x-panel-header-light-framed-left {
    border-right-width: 1px !important;
}

.x-nbr .x-panel-header-light-framed-collapsed-top {
    border-bottom-width: 0 !important;
}

.x-nbr .x-panel-header-light-framed-collapsed-right {
    border-left-width: 0 !important;
}

.x-nbr .x-panel-header-light-framed-collapsed-bottom {
    border-top-width: 0 !important;
}

.x-nbr .x-panel-header-light-framed-collapsed-left {
    border-right-width: 0 !important;
}

.x-panel-header-light-framed-horizontal .x-tool-after-title {
    margin: 0 0 0 6px;
}

.x-panel-header-light-framed-horizontal .x-tool-before-title {
    margin: 0 6px 0 0;
}

.x-panel-header-light-framed-vertical .x-tool-after-title {
    margin: 6px 0 0 0;
}

.x-panel-header-light-framed-vertical .x-tool-before-title {
    margin: 0 0 6px 0;
}

.x-panel-light-framed-resizable .x-panel-handle {
    filter: alpha(opacity=0);
    opacity: 0;
}

.x-panel-light-framed-outer-border-l {
    border-left-color: white !important;
    border-left-width: 1px !important;
}

.x-panel-light-framed-outer-border-b {
    border-bottom-color: white !important;
    border-bottom-width: 1px !important;
}

.x-panel-light-framed-outer-border-bl {
    border-bottom-color: white !important;
    border-bottom-width: 1px !important;
    border-left-color: white !important;
    border-left-width: 1px !important;
}

.x-panel-light-framed-outer-border-r {
    border-right-color: white !important;
    border-right-width: 1px !important;
}

.x-panel-light-framed-outer-border-rl {
    border-right-color: white !important;
    border-right-width: 1px !important;
    border-left-color: white !important;
    border-left-width: 1px !important;
}

.x-panel-light-framed-outer-border-rb {
    border-right-color: white !important;
    border-right-width: 1px !important;
    border-bottom-color: white !important;
    border-bottom-width: 1px !important;
}

.x-panel-light-framed-outer-border-rbl {
    border-right-color: white !important;
    border-right-width: 1px !important;
    border-bottom-color: white !important;
    border-bottom-width: 1px !important;
    border-left-color: white !important;
    border-left-width: 1px !important;
}

.x-panel-light-framed-outer-border-t {
    border-top-color: white !important;
    border-top-width: 1px !important;
}

.x-panel-light-framed-outer-border-tl {
    border-top-color: white !important;
    border-top-width: 1px !important;
    border-left-color: white !important;
    border-left-width: 1px !important;
}

.x-panel-light-framed-outer-border-tb {
    border-top-color: white !important;
    border-top-width: 1px !important;
    border-bottom-color: white !important;
    border-bottom-width: 1px !important;
}

.x-panel-light-framed-outer-border-tbl {
    border-top-color: white !important;
    border-top-width: 1px !important;
    border-bottom-color: white !important;
    border-bottom-width: 1px !important;
    border-left-color: white !important;
    border-left-width: 1px !important;
}

.x-panel-light-framed-outer-border-tr {
    border-top-color: white !important;
    border-top-width: 1px !important;
    border-right-color: white !important;
    border-right-width: 1px !important;
}

.x-panel-light-framed-outer-border-trl {
    border-top-color: white !important;
    border-top-width: 1px !important;
    border-right-color: white !important;
    border-right-width: 1px !important;
    border-left-color: white !important;
    border-left-width: 1px !important;
}

.x-panel-light-framed-outer-border-trb {
    border-top-color: white !important;
    border-top-width: 1px !important;
    border-right-color: white !important;
    border-right-width: 1px !important;
    border-bottom-color: white !important;
    border-bottom-width: 1px !important;
}

.x-panel-light-framed-outer-border-trbl {
    border-color: white !important;
    border-width: 1px !important;
}

.x-grid-header-ct {
    /*border: 1px solid #cecece;*/
}

.x-column-header-trigger {
    background: #eef6fb url(images/grid/hd-pop.png) no-repeat center center;
    border-left: 1px solid #cecece;
}

.x-column-header-last {
    border-right-width: 0;
}

    .x-column-header-last .x-column-header-over .x-column-header-trigger {
        border-right: 1px solid #cecece;
    }

.x-btn-plain-toolbar-small {
    border-radius: 3px;
    padding: 3px 3px 3px 3px;
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
}

.x-btn-plain-toolbar-small-mc {
    background-color: transparent;
}

.x-nbr .x-btn-plain-toolbar-small {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-btn-plain-toolbar-small-frameInfo {
    font-family: th-3-3-3-3-1-1-1-1-3-3-3-3;
}

.x-btn-plain-toolbar-small-tl {
    background-position: 0 -6px;
}

.x-btn-plain-toolbar-small-tr {
    background-position: right -9px;
}

.x-btn-plain-toolbar-small-bl {
    background-position: 0 -12px;
}

.x-btn-plain-toolbar-small-br {
    background-position: right -15px;
}

.x-btn-plain-toolbar-small-ml {
    background-position: 0 top;
}

.x-btn-plain-toolbar-small-mr {
    background-position: right top;
}

.x-btn-plain-toolbar-small-tc {
    background-position: 0 0;
}

.x-btn-plain-toolbar-small-bc {
    background-position: 0 -3px;
}

.x-btn-plain-toolbar-small-tr, .x-btn-plain-toolbar-small-br, .x-btn-plain-toolbar-small-mr {
    padding-right: 3px;
}

.x-btn-plain-toolbar-small-tl, .x-btn-plain-toolbar-small-bl, .x-btn-plain-toolbar-small-ml {
    padding-left: 3px;
}

.x-btn-plain-toolbar-small-tc {
    height: 3px;
}

.x-btn-plain-toolbar-small-bc {
    height: 3px;
}

.x-btn-plain-toolbar-small-mc {
    padding: 1px 1px 1px 1px;
}

.x-cmd-slicer.x-btn-plain-toolbar-small:before {
    display: none;
    content: "x-slicer:frame:3px 3px 3px 3px" !important;
}

.x-btn-plain-toolbar-small {
    border-color: transparent;
}

.x-btn-button-plain-toolbar-small {
    height: 16px;
}

.x-btn-inner-plain-toolbar-small {
    font: 300 12px/16px helvetica,arial,verdana,sans-serif;
    color: #666;
    padding: 0 5px;
    max-width: 100%;
}

.x-btn-icon-right > .x-btn-inner-plain-toolbar-small, .x-btn-icon-left > .x-btn-inner-plain-toolbar-small {
    max-width: calc(100% - 16px);
}

.x-btn-icon-el-plain-toolbar-small {
    height: 16px;
}

.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small, .x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small {
    width: 16px;
}

.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-small, .x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-small {
    min-width: 16px;
}

.x-btn-icon-el-plain-toolbar-small.x-btn-glyph {
    font-size: 16px;
    line-height: 16px;
    color: #666;
    opacity: .5;
}

.x-ie8 .x-btn-icon-el-plain-toolbar-small.x-btn-glyph {
    color: #b2b2b2;
}

.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-small {
    margin-right: 0;
}

.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small {
    margin-left: 0;
}

.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-small {
    margin-bottom: 5px;
}

.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-small {
    margin-top: 5px;
}

.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-small {
    padding-right: 5px;
}

.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small {
    margin-right: 5px;
}

.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-small, .x-btn-split-bottom > .x-btn-button-plain-toolbar-small {
    padding-bottom: 3px;
}

.x-btn-wrap-plain-toolbar-small.x-btn-arrow-right:after {
    width: 16px;
    padding-right: 16px;
    background-image: url(images/button/plain-toolbar-small-arrow.png);
}

.x-btn-wrap-plain-toolbar-small.x-btn-arrow-bottom:after {
    height: 13px;
    background-image: url(images/button/plain-toolbar-small-arrow.png);
}

.x-btn-wrap-plain-toolbar-small.x-btn-split-right:after {
    width: 20px;
    padding-right: 20px;
    background-image: url(images/button/plain-toolbar-small-s-arrow.png);
}

.x-btn-wrap-plain-toolbar-small.x-btn-split-bottom:after {
    height: 15px;
    background-image: url(images/button/plain-toolbar-small-s-arrow-b.png);
}

.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-small {
    padding-right: 5px;
}

.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-small {
    margin-right: 5px;
}

.x-btn-focus.x-btn-plain-toolbar-small {
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
    -moz-box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
    box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
}

.x-btn-over.x-btn-plain-toolbar-small {
    border-color: #cfcfcf;
    background-image: none;
    background-color: #ebebeb;
}

.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small {
    -webkit-box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
    -moz-box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
    box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
}

.x-btn.x-btn-menu-active.x-btn-plain-toolbar-small, .x-btn.x-btn-pressed.x-btn-plain-toolbar-small {
    border-color: #c6c6c6;
    background-image: none;
    background-color: #e1e1e1;
}

.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-small, .x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small {
    -webkit-box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
    -moz-box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
    box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
}

.x-btn.x-btn-disabled.x-btn-plain-toolbar-small {
    background-image: none;
    background-color: transparent;
}

.x-btn-focus .x-btn-plain-toolbar-small-tl, .x-btn-focus .x-btn-plain-toolbar-small-bl, .x-btn-focus .x-btn-plain-toolbar-small-tr, .x-btn-focus .x-btn-plain-toolbar-small-br, .x-btn-focus .x-btn-plain-toolbar-small-tc, .x-btn-focus .x-btn-plain-toolbar-small-bc {
    background-image: url(images/btn/btn-plain-toolbar-small-focus-corners.gif);
}

.x-btn-focus .x-btn-plain-toolbar-small-ml, .x-btn-focus .x-btn-plain-toolbar-small-mr {
    background-image: url(images/btn/btn-plain-toolbar-small-focus-sides.gif);
}

.x-btn-focus .x-btn-plain-toolbar-small-mc {
    background-color: transparent;
}

.x-btn-over .x-btn-plain-toolbar-small-tl, .x-btn-over .x-btn-plain-toolbar-small-bl, .x-btn-over .x-btn-plain-toolbar-small-tr, .x-btn-over .x-btn-plain-toolbar-small-br, .x-btn-over .x-btn-plain-toolbar-small-tc, .x-btn-over .x-btn-plain-toolbar-small-bc {
    background-image: url(images/btn/btn-plain-toolbar-small-over-corners.gif);
}

.x-btn-over .x-btn-plain-toolbar-small-ml, .x-btn-over .x-btn-plain-toolbar-small-mr {
    background-image: url(images/btn/btn-plain-toolbar-small-over-sides.gif);
}

.x-btn-over .x-btn-plain-toolbar-small-mc {
    background-color: #ebebeb;
}

.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tl, .x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-bl, .x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tr, .x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-br, .x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-tc, .x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-bc {
    background-image: url(images/btn/btn-plain-toolbar-small-focus-over-corners.gif);
}

.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-ml, .x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-mr {
    background-image: url(images/btn/btn-plain-toolbar-small-focus-over-sides.gif);
}

.x-btn-focus.x-btn-over .x-btn-plain-toolbar-small-mc {
    background-color: #ebebeb;
}

.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tl, .x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-bl, .x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tr, .x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-br, .x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-tc, .x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-bc, .x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tl, .x-btn.x-btn-pressed .x-btn-plain-toolbar-small-bl, .x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tr, .x-btn.x-btn-pressed .x-btn-plain-toolbar-small-br, .x-btn.x-btn-pressed .x-btn-plain-toolbar-small-tc, .x-btn.x-btn-pressed .x-btn-plain-toolbar-small-bc {
    background-image: url(images/btn/btn-plain-toolbar-small-pressed-corners.gif);
}

.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-ml, .x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-mr, .x-btn.x-btn-pressed .x-btn-plain-toolbar-small-ml, .x-btn.x-btn-pressed .x-btn-plain-toolbar-small-mr {
    background-image: url(images/btn/btn-plain-toolbar-small-pressed-sides.gif);
}

.x-btn.x-btn-menu-active .x-btn-plain-toolbar-small-mc, .x-btn.x-btn-pressed .x-btn-plain-toolbar-small-mc {
    background-color: #e1e1e1;
}

.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tl, .x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-bl, .x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tr, .x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-br, .x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-tc, .x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-bc, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tl, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-bl, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tr, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-br, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-tc, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-bc {
    background-image: url(images/btn/btn-plain-toolbar-small-focus-pressed-corners.gif);
}

.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-ml, .x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-mr, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-ml, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-mr {
    background-image: url(images/btn/btn-plain-toolbar-small-focus-pressed-sides.gif);
}

.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-small-mc, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-small-mc {
    background-color: #e1e1e1;
}

.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tl, .x-btn.x-btn-disabled .x-btn-plain-toolbar-small-bl, .x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tr, .x-btn.x-btn-disabled .x-btn-plain-toolbar-small-br, .x-btn.x-btn-disabled .x-btn-plain-toolbar-small-tc, .x-btn.x-btn-disabled .x-btn-plain-toolbar-small-bc {
    background-image: url(images/btn/btn-plain-toolbar-small-disabled-corners.gif);
}

.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-ml, .x-btn.x-btn-disabled .x-btn-plain-toolbar-small-mr {
    background-image: url(images/btn/btn-plain-toolbar-small-disabled-sides.gif);
}

.x-btn.x-btn-disabled .x-btn-plain-toolbar-small-mc {
    background-color: transparent;
}

.x-nbr .x-btn-plain-toolbar-small {
    background-image: none;
}

.x-btn-disabled.x-btn-plain-toolbar-small {
    filter: alpha(opacity=50);
    opacity: .5;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first {
    border-right-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first .x-btn-plain-toolbar-small-mc {
        padding-right: 3px !important;
    }

.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-middle {
    border-right-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-middle .x-btn-plain-toolbar-small-mc {
        padding-right: 3px !important;
        padding-left: 3px !important;
    }

.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-last .x-btn-plain-toolbar-small-mc {
    padding-left: 3px !important;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first {
    border-bottom-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first .x-btn-plain-toolbar-small-mc {
        padding-bottom: 3px !important;
    }

.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-middle {
    border-bottom-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-middle .x-btn-plain-toolbar-small-mc {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-last .x-btn-plain-toolbar-small-mc {
    padding-top: 3px !important;
}

.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-small:after {
    content: ' ';
    border-style: solid;
    border-width: 0;
    position: absolute;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small:after {
    top: 1px;
    right: 0;
    bottom: 1px;
    left: 0;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-first:after {
    left: 1px;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-small.x-segmented-button-last:after {
    right: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small:after {
    top: 0;
    right: 1px;
    bottom: 0;
    left: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-first:after {
    top: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-small.x-segmented-button-last:after {
    bottom: 1px;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-small:after {
    border-width: 1px;
    border-color: #4196d4;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small:after {
    border-width: 1px;
    border-color: #4196d4;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-small:after, .x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small:after {
    border-width: 1px;
    border-color: #4196d4;
}

.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-small:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-small:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-over-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-small:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-over-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-small:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-pressed-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-small:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-focus-pressed-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-small:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-small-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-small-disabled-sides.gif)" !important;
}

.x-button-plain-toolbar-small-cell > .x-grid-cell-inner {
    padding-top: 0;
    padding-bottom: 0;
}

    .x-button-plain-toolbar-small-cell > .x-grid-cell-inner > .x-btn-plain-toolbar-small {
        vertical-align: top;
    }

.x-btn-plain-toolbar-medium {
    border-radius: 3px;
    padding: 3px 3px 3px 3px;
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
}

.x-btn-plain-toolbar-medium-mc {
    background-color: transparent;
}

.x-nbr .x-btn-plain-toolbar-medium {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-btn-plain-toolbar-medium-frameInfo {
    font-family: th-3-3-3-3-1-1-1-1-3-3-3-3;
}

.x-btn-plain-toolbar-medium-tl {
    background-position: 0 -6px;
}

.x-btn-plain-toolbar-medium-tr {
    background-position: right -9px;
}

.x-btn-plain-toolbar-medium-bl {
    background-position: 0 -12px;
}

.x-btn-plain-toolbar-medium-br {
    background-position: right -15px;
}

.x-btn-plain-toolbar-medium-ml {
    background-position: 0 top;
}

.x-btn-plain-toolbar-medium-mr {
    background-position: right top;
}

.x-btn-plain-toolbar-medium-tc {
    background-position: 0 0;
}

.x-btn-plain-toolbar-medium-bc {
    background-position: 0 -3px;
}

.x-btn-plain-toolbar-medium-tr, .x-btn-plain-toolbar-medium-br, .x-btn-plain-toolbar-medium-mr {
    padding-right: 3px;
}

.x-btn-plain-toolbar-medium-tl, .x-btn-plain-toolbar-medium-bl, .x-btn-plain-toolbar-medium-ml {
    padding-left: 3px;
}

.x-btn-plain-toolbar-medium-tc {
    height: 3px;
}

.x-btn-plain-toolbar-medium-bc {
    height: 3px;
}

.x-btn-plain-toolbar-medium-mc {
    padding: 1px 1px 1px 1px;
}

.x-cmd-slicer.x-btn-plain-toolbar-medium:before {
    display: none;
    content: "x-slicer:frame:3px 3px 3px 3px" !important;
}

.x-btn-plain-toolbar-medium {
    border-color: transparent;
}

.x-btn-button-plain-toolbar-medium {
    height: 24px;
}

.x-btn-inner-plain-toolbar-medium {
    font: 300 14px/18px helvetica,arial,verdana,sans-serif;
    color: #666;
    padding: 0 8px;
    max-width: 100%;
}

.x-btn-icon-right > .x-btn-inner-plain-toolbar-medium, .x-btn-icon-left > .x-btn-inner-plain-toolbar-medium {
    max-width: calc(100% - 24px);
}

.x-btn-icon-el-plain-toolbar-medium {
    height: 24px;
}

.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium, .x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium {
    width: 24px;
}

.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-medium, .x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-medium {
    min-width: 24px;
}

.x-btn-icon-el-plain-toolbar-medium.x-btn-glyph {
    font-size: 24px;
    line-height: 24px;
    color: #666;
    opacity: .5;
}

.x-ie8 .x-btn-icon-el-plain-toolbar-medium.x-btn-glyph {
    color: #b2b2b2;
}

.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-medium {
    margin-right: 0;
}

.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium {
    margin-left: 0;
}

.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-medium {
    margin-bottom: 5px;
}

.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-medium {
    margin-top: 5px;
}

.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-medium {
    padding-right: 8px;
}

.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium {
    margin-right: 8px;
}

.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-medium, .x-btn-split-bottom > .x-btn-button-plain-toolbar-medium {
    padding-bottom: 3px;
}

.x-btn-wrap-plain-toolbar-medium.x-btn-arrow-right:after {
    width: 24px;
    padding-right: 24px;
    background-image: url(images/button/plain-toolbar-medium-arrow.png);
}

.x-btn-wrap-plain-toolbar-medium.x-btn-arrow-bottom:after {
    height: 18px;
    background-image: url(images/button/plain-toolbar-medium-arrow.png);
}

.x-btn-wrap-plain-toolbar-medium.x-btn-split-right:after {
    width: 28px;
    padding-right: 28px;
    background-image: url(images/button/plain-toolbar-medium-s-arrow.png);
}

.x-btn-wrap-plain-toolbar-medium.x-btn-split-bottom:after {
    height: 24px;
    background-image: url(images/button/plain-toolbar-medium-s-arrow-b.png);
}

.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-medium {
    padding-right: 8px;
}

.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-medium {
    margin-right: 8px;
}

.x-btn-focus.x-btn-plain-toolbar-medium {
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
    -moz-box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
    box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
}

.x-btn-over.x-btn-plain-toolbar-medium {
    border-color: #cfcfcf;
    background-image: none;
    background-color: #ebebeb;
}

.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium {
    -webkit-box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
    -moz-box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
    box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
}

.x-btn.x-btn-menu-active.x-btn-plain-toolbar-medium, .x-btn.x-btn-pressed.x-btn-plain-toolbar-medium {
    border-color: #c6c6c6;
    background-image: none;
    background-color: #e1e1e1;
}

.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-medium, .x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium {
    -webkit-box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
    -moz-box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
    box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
}

.x-btn.x-btn-disabled.x-btn-plain-toolbar-medium {
    background-image: none;
    background-color: transparent;
}

.x-btn-focus .x-btn-plain-toolbar-medium-tl, .x-btn-focus .x-btn-plain-toolbar-medium-bl, .x-btn-focus .x-btn-plain-toolbar-medium-tr, .x-btn-focus .x-btn-plain-toolbar-medium-br, .x-btn-focus .x-btn-plain-toolbar-medium-tc, .x-btn-focus .x-btn-plain-toolbar-medium-bc {
    background-image: url(images/btn/btn-plain-toolbar-medium-focus-corners.gif);
}

.x-btn-focus .x-btn-plain-toolbar-medium-ml, .x-btn-focus .x-btn-plain-toolbar-medium-mr {
    background-image: url(images/btn/btn-plain-toolbar-medium-focus-sides.gif);
}

.x-btn-focus .x-btn-plain-toolbar-medium-mc {
    background-color: transparent;
}

.x-btn-over .x-btn-plain-toolbar-medium-tl, .x-btn-over .x-btn-plain-toolbar-medium-bl, .x-btn-over .x-btn-plain-toolbar-medium-tr, .x-btn-over .x-btn-plain-toolbar-medium-br, .x-btn-over .x-btn-plain-toolbar-medium-tc, .x-btn-over .x-btn-plain-toolbar-medium-bc {
    background-image: url(images/btn/btn-plain-toolbar-medium-over-corners.gif);
}

.x-btn-over .x-btn-plain-toolbar-medium-ml, .x-btn-over .x-btn-plain-toolbar-medium-mr {
    background-image: url(images/btn/btn-plain-toolbar-medium-over-sides.gif);
}

.x-btn-over .x-btn-plain-toolbar-medium-mc {
    background-color: #ebebeb;
}

.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tl, .x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-bl, .x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tr, .x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-br, .x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-tc, .x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-bc {
    background-image: url(images/btn/btn-plain-toolbar-medium-focus-over-corners.gif);
}

.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-ml, .x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-mr {
    background-image: url(images/btn/btn-plain-toolbar-medium-focus-over-sides.gif);
}

.x-btn-focus.x-btn-over .x-btn-plain-toolbar-medium-mc {
    background-color: #ebebeb;
}

.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tl, .x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-bl, .x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tr, .x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-br, .x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-tc, .x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-bc, .x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tl, .x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-bl, .x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tr, .x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-br, .x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-tc, .x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-bc {
    background-image: url(images/btn/btn-plain-toolbar-medium-pressed-corners.gif);
}

.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-ml, .x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-mr, .x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-ml, .x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-mr {
    background-image: url(images/btn/btn-plain-toolbar-medium-pressed-sides.gif);
}

.x-btn.x-btn-menu-active .x-btn-plain-toolbar-medium-mc, .x-btn.x-btn-pressed .x-btn-plain-toolbar-medium-mc {
    background-color: #e1e1e1;
}

.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tl, .x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-bl, .x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tr, .x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-br, .x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-tc, .x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-bc, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tl, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-bl, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tr, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-br, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-tc, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-bc {
    background-image: url(images/btn/btn-plain-toolbar-medium-focus-pressed-corners.gif);
}

.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-ml, .x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-mr, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-ml, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-mr {
    background-image: url(images/btn/btn-plain-toolbar-medium-focus-pressed-sides.gif);
}

.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-medium-mc, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-medium-mc {
    background-color: #e1e1e1;
}

.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tl, .x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-bl, .x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tr, .x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-br, .x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-tc, .x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-bc {
    background-image: url(images/btn/btn-plain-toolbar-medium-disabled-corners.gif);
}

.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-ml, .x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-mr {
    background-image: url(images/btn/btn-plain-toolbar-medium-disabled-sides.gif);
}

.x-btn.x-btn-disabled .x-btn-plain-toolbar-medium-mc {
    background-color: transparent;
}

.x-nbr .x-btn-plain-toolbar-medium {
    background-image: none;
}

.x-btn-disabled.x-btn-plain-toolbar-medium {
    filter: alpha(opacity=50);
    opacity: .5;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first {
    border-right-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first .x-btn-plain-toolbar-medium-mc {
        padding-right: 3px !important;
    }

.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-middle {
    border-right-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-middle .x-btn-plain-toolbar-medium-mc {
        padding-right: 3px !important;
        padding-left: 3px !important;
    }

.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-last .x-btn-plain-toolbar-medium-mc {
    padding-left: 3px !important;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first {
    border-bottom-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first .x-btn-plain-toolbar-medium-mc {
        padding-bottom: 3px !important;
    }

.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-middle {
    border-bottom-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-middle .x-btn-plain-toolbar-medium-mc {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-last .x-btn-plain-toolbar-medium-mc {
    padding-top: 3px !important;
}

.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-medium:after {
    content: ' ';
    border-style: solid;
    border-width: 0;
    position: absolute;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium:after {
    top: 1px;
    right: 0;
    bottom: 1px;
    left: 0;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-first:after {
    left: 1px;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-medium.x-segmented-button-last:after {
    right: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium:after {
    top: 0;
    right: 1px;
    bottom: 0;
    left: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-first:after {
    top: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-medium.x-segmented-button-last:after {
    bottom: 1px;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-medium:after {
    border-width: 1px;
    border-color: #4196d4;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium:after {
    border-width: 1px;
    border-color: #4196d4;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-medium:after, .x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium:after {
    border-width: 1px;
    border-color: #4196d4;
}

.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-medium:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-medium:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-over-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-medium:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-over-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-medium:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-pressed-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-medium:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-focus-pressed-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-medium:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-medium-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-medium-disabled-sides.gif)" !important;
}

.x-button-plain-toolbar-medium-cell > .x-grid-cell-inner {
    padding-top: 0;
    padding-bottom: 0;
}

    .x-button-plain-toolbar-medium-cell > .x-grid-cell-inner > .x-btn-plain-toolbar-medium {
        vertical-align: top;
    }

.x-btn-plain-toolbar-large {
    border-radius: 3px;
    padding: 3px 3px 3px 3px;
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
}

.x-btn-plain-toolbar-large-mc {
    background-color: transparent;
}

.x-nbr .x-btn-plain-toolbar-large {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-btn-plain-toolbar-large-frameInfo {
    font-family: th-3-3-3-3-1-1-1-1-3-3-3-3;
}

.x-btn-plain-toolbar-large-tl {
    background-position: 0 -6px;
}

.x-btn-plain-toolbar-large-tr {
    background-position: right -9px;
}

.x-btn-plain-toolbar-large-bl {
    background-position: 0 -12px;
}

.x-btn-plain-toolbar-large-br {
    background-position: right -15px;
}

.x-btn-plain-toolbar-large-ml {
    background-position: 0 top;
}

.x-btn-plain-toolbar-large-mr {
    background-position: right top;
}

.x-btn-plain-toolbar-large-tc {
    background-position: 0 0;
}

.x-btn-plain-toolbar-large-bc {
    background-position: 0 -3px;
}

.x-btn-plain-toolbar-large-tr, .x-btn-plain-toolbar-large-br, .x-btn-plain-toolbar-large-mr {
    padding-right: 3px;
}

.x-btn-plain-toolbar-large-tl, .x-btn-plain-toolbar-large-bl, .x-btn-plain-toolbar-large-ml {
    padding-left: 3px;
}

.x-btn-plain-toolbar-large-tc {
    height: 3px;
}

.x-btn-plain-toolbar-large-bc {
    height: 3px;
}

.x-btn-plain-toolbar-large-mc {
    padding: 1px 1px 1px 1px;
}

.x-cmd-slicer.x-btn-plain-toolbar-large:before {
    display: none;
    content: "x-slicer:frame:3px 3px 3px 3px" !important;
}

.x-btn-plain-toolbar-large {
    border-color: transparent;
}

.x-btn-button-plain-toolbar-large {
    height: 32px;
}

.x-btn-inner-plain-toolbar-large {
    font: 300 16px/20px helvetica,arial,verdana,sans-serif;
    color: #666;
    padding: 0 10px;
    max-width: 100%;
}

.x-btn-icon-right > .x-btn-inner-plain-toolbar-large, .x-btn-icon-left > .x-btn-inner-plain-toolbar-large {
    max-width: calc(100% - 32px);
}

.x-btn-icon-el-plain-toolbar-large {
    height: 32px;
}

.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large, .x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large {
    width: 32px;
}

.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-large, .x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-large {
    min-width: 32px;
}

.x-btn-icon-el-plain-toolbar-large.x-btn-glyph {
    font-size: 32px;
    line-height: 32px;
    color: #666;
    opacity: .5;
}

.x-ie8 .x-btn-icon-el-plain-toolbar-large.x-btn-glyph {
    color: #b2b2b2;
}

.x-btn-text.x-btn-icon-left > .x-btn-icon-el-plain-toolbar-large {
    margin-right: 0;
}

.x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large {
    margin-left: 0;
}

.x-btn-text.x-btn-icon-top > .x-btn-icon-el-plain-toolbar-large {
    margin-bottom: 5px;
}

.x-btn-text.x-btn-icon-bottom > .x-btn-icon-el-plain-toolbar-large {
    margin-top: 5px;
}

.x-btn-arrow-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-large {
    padding-right: 10px;
}

.x-btn-arrow-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large {
    margin-right: 10px;
}

.x-btn-arrow-bottom > .x-btn-button-plain-toolbar-large, .x-btn-split-bottom > .x-btn-button-plain-toolbar-large {
    padding-bottom: 3px;
}

.x-btn-wrap-plain-toolbar-large.x-btn-arrow-right:after {
    width: 28px;
    padding-right: 28px;
    background-image: url(images/button/plain-toolbar-large-arrow.png);
}

.x-btn-wrap-plain-toolbar-large.x-btn-arrow-bottom:after {
    height: 20px;
    background-image: url(images/button/plain-toolbar-large-arrow.png);
}

.x-btn-wrap-plain-toolbar-large.x-btn-split-right:after {
    width: 35px;
    padding-right: 35px;
    background-image: url(images/button/plain-toolbar-large-s-arrow.png);
}

.x-btn-wrap-plain-toolbar-large.x-btn-split-bottom:after {
    height: 29px;
    background-image: url(images/button/plain-toolbar-large-s-arrow-b.png);
}

.x-btn-split-right > .x-btn-icon.x-btn-no-text.x-btn-button-plain-toolbar-large {
    padding-right: 10px;
}

.x-btn-split-right > .x-btn-text.x-btn-icon-right > .x-btn-icon-el-plain-toolbar-large {
    margin-right: 10px;
}

.x-btn-focus.x-btn-plain-toolbar-large {
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
    -moz-box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
    box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
}

.x-btn-over.x-btn-plain-toolbar-large {
    border-color: #cfcfcf;
    background-image: none;
    background-color: #ebebeb;
}

.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large {
    -webkit-box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
    -moz-box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
    box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
}

.x-btn.x-btn-menu-active.x-btn-plain-toolbar-large, .x-btn.x-btn-pressed.x-btn-plain-toolbar-large {
    border-color: #c6c6c6;
    background-image: none;
    background-color: #e1e1e1;
}

.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-large, .x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large {
    -webkit-box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
    -moz-box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
    box-shadow: #4196d4 0 1px 0 0 inset,#4196d4 0 -1px 0 0 inset,#4196d4 -1px 0 0 0 inset,#4196d4 1px 0 0 0 inset;
}

.x-btn.x-btn-disabled.x-btn-plain-toolbar-large {
    background-image: none;
    background-color: transparent;
}

.x-btn-focus .x-btn-plain-toolbar-large-tl, .x-btn-focus .x-btn-plain-toolbar-large-bl, .x-btn-focus .x-btn-plain-toolbar-large-tr, .x-btn-focus .x-btn-plain-toolbar-large-br, .x-btn-focus .x-btn-plain-toolbar-large-tc, .x-btn-focus .x-btn-plain-toolbar-large-bc {
    background-image: url(images/btn/btn-plain-toolbar-large-focus-corners.gif);
}

.x-btn-focus .x-btn-plain-toolbar-large-ml, .x-btn-focus .x-btn-plain-toolbar-large-mr {
    background-image: url(images/btn/btn-plain-toolbar-large-focus-sides.gif);
}

.x-btn-focus .x-btn-plain-toolbar-large-mc {
    background-color: transparent;
}

.x-btn-over .x-btn-plain-toolbar-large-tl, .x-btn-over .x-btn-plain-toolbar-large-bl, .x-btn-over .x-btn-plain-toolbar-large-tr, .x-btn-over .x-btn-plain-toolbar-large-br, .x-btn-over .x-btn-plain-toolbar-large-tc, .x-btn-over .x-btn-plain-toolbar-large-bc {
    background-image: url(images/btn/btn-plain-toolbar-large-over-corners.gif);
}

.x-btn-over .x-btn-plain-toolbar-large-ml, .x-btn-over .x-btn-plain-toolbar-large-mr {
    background-image: url(images/btn/btn-plain-toolbar-large-over-sides.gif);
}

.x-btn-over .x-btn-plain-toolbar-large-mc {
    background-color: #ebebeb;
}

.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tl, .x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-bl, .x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tr, .x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-br, .x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-tc, .x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-bc {
    background-image: url(images/btn/btn-plain-toolbar-large-focus-over-corners.gif);
}

.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-ml, .x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-mr {
    background-image: url(images/btn/btn-plain-toolbar-large-focus-over-sides.gif);
}

.x-btn-focus.x-btn-over .x-btn-plain-toolbar-large-mc {
    background-color: #ebebeb;
}

.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tl, .x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-bl, .x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tr, .x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-br, .x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-tc, .x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-bc, .x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tl, .x-btn.x-btn-pressed .x-btn-plain-toolbar-large-bl, .x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tr, .x-btn.x-btn-pressed .x-btn-plain-toolbar-large-br, .x-btn.x-btn-pressed .x-btn-plain-toolbar-large-tc, .x-btn.x-btn-pressed .x-btn-plain-toolbar-large-bc {
    background-image: url(images/btn/btn-plain-toolbar-large-pressed-corners.gif);
}

.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-ml, .x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-mr, .x-btn.x-btn-pressed .x-btn-plain-toolbar-large-ml, .x-btn.x-btn-pressed .x-btn-plain-toolbar-large-mr {
    background-image: url(images/btn/btn-plain-toolbar-large-pressed-sides.gif);
}

.x-btn.x-btn-menu-active .x-btn-plain-toolbar-large-mc, .x-btn.x-btn-pressed .x-btn-plain-toolbar-large-mc {
    background-color: #e1e1e1;
}

.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tl, .x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-bl, .x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tr, .x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-br, .x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-tc, .x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-bc, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tl, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-bl, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tr, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-br, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-tc, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-bc {
    background-image: url(images/btn/btn-plain-toolbar-large-focus-pressed-corners.gif);
}

.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-ml, .x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-mr, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-ml, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-mr {
    background-image: url(images/btn/btn-plain-toolbar-large-focus-pressed-sides.gif);
}

.x-btn-focus.x-btn-menu-active .x-btn-plain-toolbar-large-mc, .x-btn-focus.x-btn-pressed .x-btn-plain-toolbar-large-mc {
    background-color: #e1e1e1;
}

.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tl, .x-btn.x-btn-disabled .x-btn-plain-toolbar-large-bl, .x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tr, .x-btn.x-btn-disabled .x-btn-plain-toolbar-large-br, .x-btn.x-btn-disabled .x-btn-plain-toolbar-large-tc, .x-btn.x-btn-disabled .x-btn-plain-toolbar-large-bc {
    background-image: url(images/btn/btn-plain-toolbar-large-disabled-corners.gif);
}

.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-ml, .x-btn.x-btn-disabled .x-btn-plain-toolbar-large-mr {
    background-image: url(images/btn/btn-plain-toolbar-large-disabled-sides.gif);
}

.x-btn.x-btn-disabled .x-btn-plain-toolbar-large-mc {
    background-color: transparent;
}

.x-nbr .x-btn-plain-toolbar-large {
    background-image: none;
}

.x-btn-disabled.x-btn-plain-toolbar-large {
    filter: alpha(opacity=50);
    opacity: .5;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first {
    border-right-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first .x-btn-plain-toolbar-large-mc {
        padding-right: 3px !important;
    }

.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-middle {
    border-right-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-middle .x-btn-plain-toolbar-large-mc {
        padding-right: 3px !important;
        padding-left: 3px !important;
    }

.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-last .x-btn-plain-toolbar-large-mc {
    padding-left: 3px !important;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first {
    border-bottom-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first .x-btn-plain-toolbar-large-mc {
        padding-bottom: 3px !important;
    }

.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-middle {
    border-bottom-width: 1px !important;
}

    .x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-middle .x-btn-plain-toolbar-large-mc {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-last .x-btn-plain-toolbar-large-mc {
    padding-top: 3px !important;
}

.x-nbr .x-segmented-button-item.x-btn-plain-toolbar-large:after {
    content: ' ';
    border-style: solid;
    border-width: 0;
    position: absolute;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large:after {
    top: 1px;
    right: 0;
    bottom: 1px;
    left: 0;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-first:after {
    left: 1px;
}

.x-nbr .x-segmented-button-item-horizontal.x-btn-plain-toolbar-large.x-segmented-button-last:after {
    right: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large:after {
    top: 0;
    right: 1px;
    bottom: 0;
    left: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-first:after {
    top: 1px;
}

.x-nbr .x-segmented-button-item-vertical.x-btn-plain-toolbar-large.x-segmented-button-last:after {
    bottom: 1px;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-plain-toolbar-large:after {
    border-width: 1px;
    border-color: #4196d4;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large:after {
    border-width: 1px;
    border-color: #4196d4;
}

.x-nbr .x-segmented-button-item.x-btn-focus.x-btn-menu-active.x-btn-plain-toolbar-large:after, .x-nbr .x-segmented-button-item.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large:after {
    border-width: 1px;
    border-color: #4196d4;
}

.x-cmd-slicer.x-btn-focus.x-btn-plain-toolbar-large:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-over.x-btn-plain-toolbar-large:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-over-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-focus.x-btn-over.x-btn-plain-toolbar-large:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-over-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-over-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-pressed.x-btn-plain-toolbar-large:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-pressed-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-focus.x-btn-pressed.x-btn-plain-toolbar-large:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-focus-pressed-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-focus-pressed-sides.gif)" !important;
}

.x-cmd-slicer.x-btn-disabled.x-btn-plain-toolbar-large:before {
    display: none;
    content: "x-slicer:stretch:bottom, frame:3px 3px 3px 3px, corners:url(images/btn/btn-plain-toolbar-large-disabled-corners.gif), sides:url(images/btn/btn-plain-toolbar-large-disabled-sides.gif)" !important;
}

.x-button-plain-toolbar-large-cell > .x-grid-cell-inner {
    padding-top: 0;
    padding-bottom: 0;
}

    .x-button-plain-toolbar-large-cell > .x-grid-cell-inner > .x-btn-plain-toolbar-large {
        vertical-align: top;
    }

.x-btn-plain-toolbar-small-disabled .x-btn-icon-el, .x-btn-plain-toolbar-medium-disabled .x-btn-icon-el, .x-btn-plain-toolbar-large-disabled .x-btn-icon-el {
    background-color: white;
}

.x-ie8 .x-btn-plain-toolbar-small-disabled .x-btn-icon-el, .x-ie8 .x-btn-plain-toolbar-medium-disabled .x-btn-icon-el, .x-ie8 .x-btn-plain-toolbar-large-disabled .x-btn-icon-el {
    filter: alpha(opacity=50);
    opacity: .5;
}

.x-form-file-wrap .x-form-trigger-wrap {
    border: 0;
}

    .x-form-file-wrap .x-form-trigger-wrap .x-form-text {
        /* border: 1px solid;
        border-color: #cecece;
        height: 24px; */
    }

.x-html-editor-container {
    border: 1px solid;
    border-color: #cecece;
}

.x-resizable-handle {
    background-color: #cecece;
    background-repeat: no-repeat;
}

.x-resizable-handle-east-over, .x-resizable-handle-west-over {
    background-position: center;
}

.x-resizable-handle-south-over, .x-resizable-handle-north-over {
    background-position: center;
}

.x-resizable-handle-southeast-over {
    background-position: -2px -2px;
}

.x-resizable-handle-northwest-over {
    background-position: 2px 2px;
}

.x-resizable-handle-northeast-over {
    background-position: -2px 2px;
}

.x-resizable-handle-southwest-over {
    background-position: 2px -2px;
}

.x-resizable-pinned .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-west {
    background-position: center;
}

.x-resizable-pinned .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-north {
    background-position: center;
}

.x-resizable-pinned .x-resizable-handle-southeast {
    background-position: -2px -2px;
}

.x-resizable-pinned .x-resizable-handle-northwest {
    background-position: 2px 2px;
}

.x-resizable-pinned .x-resizable-handle-northeast {
    background-position: -2px 2px;
}

.x-resizable-pinned .x-resizable-handle-southwest {
    background-position: 2px -2px;
}
