/** Css rules for Insperity. */
/*
TODO: remove useless styles when design will be finished
*/

body.theme-insperity {
    background: #ffffff;
}

.theme-insperity .x-fieldset {
    border-color: #d3d3d3 !important;
}

.theme-insperity .x-tab-strip-top .x-tab-right,
.theme-insperity .x-tab-strip-top .x-tab-left,
.theme-insperity .x-tab-strip-top .x-tab-strip-inner {
    background-image: url(img/custom/insperity-tabs-sprite_new.png) !important;
    margin-top: 8px;
    height: 37px;
}

.theme-insperity .x-tab-panel-body {
    border-color: rgb(137, 144, 149) !important;
    background-color: #ececec !important;
}

.theme-insperity .x-tab-panel-header,
.theme-insperity .x-tab-panel-footer {
    border-color: rgb(137, 144, 149) !important;
    border-bottom-width: 0px !important;
    background-color: #ececec !important;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.theme-insperity .x-layout-collapsed {
    background-color: #ececec !important;
}

.theme-insperity .headerPanel {
    background-color: #ffffff !important;
    border-width: 0px !important;
}

/*.theme-insperity .leftPanel {
    background-color: #ececec !important;
    border-width: 0px !important;
    color: #404347;
}*/

.theme-insperity .viewportContainer {
    background-color: rgb(175, 180, 184) !important;
}

.insperitySeparatePages {
    background-color: rgb(175, 180, 184) !important;
}

.theme-insperity .x-grid3 {
    background-color: #ececec !important;
}

.theme-insperity .x-grid3-body .x-grid3-td-expander {
    background-image: none !important;
}

.theme-insperity .x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
.theme-insperity .x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
.theme-insperity .x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
    background-image: none !important;
}

.theme-insperity .x-toolbar {
    background-image: url(img/custom/insperity-bg4.gif) !important;
}

.theme-insperity .x-combo-list .x-combo-selected {
    background-color: #cadbc8 !important;
}

.theme-insperity .x-tree3-node-ct .x-tree3-node-ct .x-tree3-node {
    background-image: none !important;
    background-color: #ececec !important;
}

.theme-insperity .x-tree3-node-ct .x-tree3-node-ct .x-ftree2-node-over {
    background-image: none !important;
    background-color: #cadbc8 !important;
}

.theme-insperity .x-panel-tl,
.theme-insperity .x-panel-tr,
.theme-insperity .x-panel-bl,
.theme-insperity .x-panel-br {
    background-image: url(img/custom/dialog/insperity-corners-sprite_new.gif) !important;
    border-bottom-color: #b4b4b4 !important;
}

.theme-insperity .x-panel-bc {
    background-image: url(img/custom/dialog/insperity-top-bottom_new.gif) !important;
}

.theme-insperity .x-panel-ml {
    background-image: url(img/custom/dialog/insperity-left-right_new.gif) !important;
}

.theme-insperity .x-panel-mr {
    background-image: url(img/custom/dialog/insperity-left-right_new.gif) !important;
}

.theme-insperity .x-menu-item-active {
    background: #419639 !important;
    border: 1px solid #419639 !important;
    color: white !important;
}

.theme-insperity .x-menu {
    background-image: none !important;
    background-color: #ececec !important;
}

.theme-insperity .ui-widget-header {
    background: #cadbc8 !important;
    border: 1px solid rgb(137, 144, 149) !important;
}

.theme-insperity .x-tree3-node-ct .x-tree3-node-ct .x-ftree2-selected {
    background-color: #419639 !important;
    color: white !important;
}

.theme-insperity .x-grid3-row-selected {
    background-image: none !important;
    background-color: #cadbc8 !important;
}

.theme-insperity .x-grid3-row-over {
    background-color: #cadbc8 !important;
}

.theme-insperity .x-window-mc {
    background-color: #ececec;
}

.theme-insperity .x-info-mc {
    background: #ececec;
}

.theme-insperity .x-panel-mc {
    background-color: #ececec;
}

.theme-insperity .x-border-layout-ct {
    background-color: #ececec;
}

.theme-insperity .x-date-bottom {
    border-top-color: #b4b4b4;
    background-color: #ececec;
    background-image: url(img/custom/insperity-glass-bg-new.gif);
}

.theme-insperity .x-date-inner .x-date-selected a {
    background-color: #cadbc8;
    background-image: url(img/custom/insperity-glass-bg-new.gif);
    border-color: #b4b4b4;
}

.theme-insperity .x-date-mp-btns {
    background-color: #ececec;
    background-image: url(img/custom/insperity-glass-bg-new.gif);
}

.theme-insperity .x-date-days td {
    background: #ececec url(img/custom/insperity-glass-bg-new.gif) repeat-x scroll left top;
    border-bottom: 1px solid #b4b4b4;
    color: #233D6D;
}

.theme-insperity .x-date-inner .x-date-active-hover {
    background: #cadbc8 !important;
}

.theme-insperity .x-date-inner th {
    background-color: #ececec;
    background-image: url(img/custom/insperity-glass-bg-new.gif);
    border-bottom-color: #b4b4b4;
}

.theme-insperity .x-date-mp-btns {
    background-color: #ececec;
    background-image: url(img/custom/insperity-glass-bg-new.gif);
}

.theme-insperity td.x-date-mp-sel a {
    background-color: #ececec;
    background-image: url(img/custom/insperity-glass-bg-new.gif);
    border-color: #b4b4b4;
}

.theme-insperity .login-page {
    background-color: #babfc3 !important;
}

.theme-insperity .centered-block_login-form {
    background-color: #ececec;
}

.theme-insperity .indicator {
    background: #ececec !important;
}

.theme-insperity .logo-wrapper__image {
    background: url('logos/logo_insperity.gif') no-repeat;
    margin: 0px;
}

.theme-insperity .login-page__login-block {
    width: 540px;
    height: auto;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.theme-insperity .login-block__welcome-bg {
    width: 564px;
    left: -10px;
    background: transparent url('img/custom/insperity_welcome.png') no-repeat;
    font-size: 20pt;
}

.theme-insperity .login-block__form {
    position: relative;
    right: 0;
    height: auto;
    padding-top: 110px;
    text-align: center;
}

.theme-insperity .login-block__form-btn {
    margin: 6px auto;
}

.theme-insperity .login-form__error-message {
    margin: 0 auto 25px;
}

.theme-insperity .login-page__footer {
    background: transparent url('img/custom/insperity-footer.png') repeat-x center;
}