.x-scf-window {
    width: auto;
    height: auto;
}

.x-window.x-scf-window.x-window-default,
.x-window.x-scf-window.x-window-default-ml {
    background-color: White;
    padding: 5px 0 0 0;
    border-color: #d9d9d9;
    border-radius: 0;
    box-shadow: none;
}

/*.x-message-box.x-window-default,
.x-message-box .x-window-body{
    background-color:#ffffff;
    border-color:#a2b1c5;
}

.x-message-box .x-window-body .x-btn-default-small{
    background-color:#17406d;
    color:#ffffff;
    background-image:none !important;
}

.x-message-box .x-window-body .x-message-box-error{
    background-image: url("../Images/ic_failed_with_circle.png");
    background-repeat: no-repeat;
}*/

.x-window.x-scf-window .x-window-body-default {
    background-color: inherit;
    border-style: none;
    padding-top: 0px;
}

.x-scf-window .x-border-layout-ct {
    background-color: inherit;
}

.x-window.x-scf-window .x-window-header-default-top {
    background-color: inherit;
    border-radius: 0;
    box-shadow: none;
}

.x-scf-window .x-tool img.x-tool-close {
    position: absolute;
    right: 5px;
}

.x-window.x-scf-window .x-window-header {
    padding-top: 12px;
    height: 30px;
    position: absolute;
}

.x-window.x-scf-window .x-window-header-text-default {
    font-family: Arial;
    font-size: 17px;
    color: #17406d;
    display: inline-block;
    white-space: normal;
    font-weight: normal;
}

.x-scf-window .x-window-header-text-container {
    margin-left: 7px;
}

.x-scf-windowHeaderLineContainer {
    background-color: #cccccc;
    background-image: url("../../resources/Images/Windows/HeaderLineBGround.png");
    background-position: center, top;
    background-repeat: repeat-x;
    border-bottom: 1px solid #ccc;
    top: -3px !important;
    left: 6px !important;
}

.NewWorkpaceWasAddedWindow .x-scf-windowHeaderLineContainer {
    background-image: none;
    height: 0px;
}

.x-scf-windowBodyContainer {
    background-color: White;
    overflow-y:auto;
}

    .x-scf-windowBodyContainer span.x-box-item {
        margin: 4px;
        line-height: 1.5;
    }

    .x-scf-windowBodyContainer .x-form-text,
    .x-window-body-default,
    .x-panel-body-default,
    .x-form-display-field {
        font-family: Arial;
        font-size: 12px;
        color: #5a5751;
    }

/*.x-scf-BodyCenterContainer .x-field-default-form-focus{
      border-color:#dedede;
  }*/

.x-scf-windowFooterContainer {
    background-color: #efefef;
    position: relative;
    height: 40px;
}

.x-scf-window .x-tool img {
    background-image: url("../Images/Windows/tool-sprites.gif");
}

    .x-scf-window .x-tool img.x-tool-help {
        display: none;
    }

.x-scf-window-header-icon {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    margin-right: 4px;
}

.x-scf-window-header-draggable, .x-scf-window-header-draggable .x-scf-window-header-text {
    cursor: move;
}

.x-scf-window-ghost {
    filter: alpha(opacity=65);
    opacity: .65;
    cursor: move;
}

.x-scf-window-header-body, .x-scf-window-header-horizontal .x-panel-header-body, .x-scf-window-header-horizontal .x-scf-window-header-body, .x-scf-window-header-horizontal .x-btn-group-header-body, .x-btn-group-header-horizontal .x-scf-window-header-body {
    width: 100%;
}

.x-scf-window-header-body, .x-scf-window-header-vertical .x-panel-header-body, .x-scf-window-header-vertical .x-scf-window-header-body, .x-scf-window-header-vertical .x-btn-group-header-body, .x-btn-group-header-vertical .x-scf-window-header-body {
    height: 100%;
}

.x-scf-window-header-default {
    border-color: #99bce8;
    font-size: 16px; /* border-color: #a2b1c5; */
    zoom: 1;
}

.x-scf-window-header-default-framed {
    border-color: #99bce8;
}

.x-window {
    outline: 0;
    overflow: hidden;
}

    .x-window .x-scf-window-wrap {
        position: relative;
    }

.x-scf-window-body {
    position: relative;
    overflow: hidden;
}

/* Radio Buttons*/
.x-scf-windowBodyContainer .x-form-radio, .x-scf-windowBodyContainer .x-form-checkbox {
    vertical-align: top;
    width: 13px;
    height: 13px;
    background: no-repeat;
    background-image: url('../Images/Windows/radioButton.png');
    overflow: hidden;
    border: 0;
    float: left;
}

.x-scf-windowBodyContainer .x-form-cb-checked .x-form-radio {
    float: left;
    background-image: url('../Images/Windows/radioButton_ON.png');
}

/* SharedLinks Filters*/
.x-scf-SearchBoxMenu .x-form-radio,
.x-scf-datepickermenu .x-form-radio,
.x-scf-public-workspace .x-form-radio,
.x-scf-adRulesContainer .x-form-radio {
    vertical-align: top;
    float: left;
    width: 13px;
    height: 13px;
    background: no-repeat;
    background-image: url('../Images/Windows/radioButton.png');
    overflow: hidden;
    padding: 0;
    border: 0;
}

.x-scf-SearchBoxMenu .x-form-cb-checked .x-form-radio,
.x-scf-datepickermenu .x-form-cb-checked .x-form-radio,
.x-scf-public-workspace .x-form-cb-checked .x-form-radio,
.x-scf-adRulesContainer .x-form-cb-checked .x-form-radio {
    float: left;
    vertical-align: top;
    background-image: url('../Images/Windows/radioButton_ON.png');
}

/* CheckBox Buttons*/
.x-scf-windowBodyContainer .x-form-checkbox, .x-form-checkbox {
    vertical-align: top;
    float: left;
    width: 13px;
    height: 13px;
    background: no-repeat;
    overflow: hidden;
    padding: 0;
    border: 0;
    background-image: url('../Images/Windows/checkbox.png');
}

.x-scf-windowBodyContainer .x-form-cb-checked .x-form-checkbox, .x-form-cb-checked .x-form-checkbox {
    vertical-align: top;
    float: left;
    width: 13px;
    height: 13px;
    background: no-repeat;
    overflow: hidden;
    padding: 0;
    border: 0;
    background-image: url('../Images/Windows/checkbox_ON_turquise.png');
}

.x-scf-window-maximized .x-scf-window-wrap .x-scf-window-header {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    border-radius: 0 !important;
}

.x-scf-window-header-top {
    margin-bottom: -2px;
}

.x-scf-window-header-body-horizontal {
    margin-top: -1px;
}

.x-scf-window-header-bottom {
    margin-top: -1px;
    margin-bottom: -1px;
}

.x-scf-window-header-left {
    margin-right: -1px;
}

.x-scf-window-header-right {
    margin-left: -1px;
}

.x-scf-window-header-vertical .x-surface {
    padding-left: 1px;
}

.x-scf-window-collapsed .x-scf-window-header-vertical {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.x-scf-window-collapsed .x-scf-window-header-horizontal {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.x-scf-window-collapsed .x-scf-window-header-left {
    padding-right: 5px !important;
    margin-right: 0;
}

.x-scf-window-collapsed .x-scf-window-header-right {
    padding-left: 5px !important;
    margin-left: 0;
}

.x-scf-window-collapsed .x-scf-window-header-top {
    padding-bottom: 5px !important;
    margin-bottom: -1px;
}

.x-scf-window-collapsed .x-scf-window-header-bottom {
    padding-top: 5px !important;
    margin-top: 0;
}

.x-scf-window-header-left .x-vml-base, .x-scf-window-header-right .x-vml-base {
    left: -3px !important;
}

.x-opera .x-scf-window-header-vertical .x-surface, .x-strict .x-ie9 .x-scf-window-header-vertical .x-surface {
    padding-left: 2px;
}

.x-scf-window-header-text-container {
    overflow: hidden; /*-o-text-overflow: ellipsis;*/ /*text-overflow: ellipsis;*/
}

.x-scf-window-header-text {
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    white-space: nowrap;
}

.x-scf-window-default { /*-moz-border-radius-topleft: 5px;     -webkit-border-top-left-radius: 5px;     -o-border-top-left-radius: 5px;     -ms-border-top-left-radius: 5px;     -khtml-border-top-left-radius: 5px;     border-top-left-radius: 5px;     -moz-border-radius-topright: 5px;     -webkit-border-top-right-radius: 5px;     -o-border-top-right-radius: 5px;     -ms-border-top-right-radius: 5px;     -khtml-border-top-right-radius: 5px;     border-top-right-radius: 5px;     -moz-border-radius-bottomright: 5px;     -webkit-border-bottom-right-radius: 5px;     -o-border-bottom-right-radius: 5px;     -ms-border-bottom-right-radius: 5px;     -khtml-border-bottom-right-radius: 5px;     border-bottom-right-radius: 5px;     -moz-border-radius-bottomleft: 5px;     -webkit-border-bottom-left-radius: 5px;     -o-border-bottom-left-radius: 5px;     -ms-border-bottom-left-radius: 5px;     -khtml-border-bottom-left-radius: 5px;     border-bottom-left-radius: 5px;     border-width: 1px;     border-style: solid;     */
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    padding: 10px 0px 0px 0px; /* background-color: #ced9e7; */
    background-color: White;
}

.x-scf-window-default-mc {
    background-color: White;
}

.x-scf-window-default {
    padding: 0 !important;
    border-width: 0 !important;
    background-color: transparent;
    background-position: 1000505px 1000505px;
}

.x-scf-window-default-tl, .x-scf-window-default-bl, .x-scf-window-default-tr, .x-scf-window-default-br, .x-scf-window-default-tc, .x-scf-window-default-bc, .x-scf-window-default-ml, .x-scf-window-default-mr {
    zoom: 1; /* background-image: url('../../resources/themes/images/default/window/window-default-corners.gif'); */
}

.x-scf-window-default-ml, .x-scf-window-default-mr {
    zoom: 1;
    background-image: url('../../resources/themes/images/default/window/window-default-sides.gif');
    background-position: 0 0;
    background-repeat: repeat-y;
}

.x-scf-window-default-mc {
    padding: 0;
}

.x-strict .x-ie7 .x-scf-window-default-tl, .x-strict .x-ie7 .x-scf-window-default-bl {
    position: relative;
    right: 0;
}

.x-scf-window-body-default { /*      border-color: #99bbe8;     border-width: 1px;     background: #dfe8f6;      */
    color: black;
}

/*.x-scf-window-header-text-default {
    /*color: #04468c;
    color: #7FB6DB;
    font-weight: bold;
    line-height: 17px;
    font-family: Arial;
    font-size: 16px;
}*/

.x-scf-window-header-default-top-mc {
    background-color: #ced9e7;
}

.x-scf-window-header-default-top {
    padding: 0 !important;
    border-width: 0 !important;
    background-color: transparent;
    background-position: 1000505px 1000000px;
}

.x-scf-window-header-default-top-tl, .x-scf-window-header-default-top-bl, .x-scf-window-header-default-top-tr, .x-scf-window-header-default-top-br, .x-scf-window-header-default-top-tc, .x-scf-window-header-default-top-bc, .x-scf-window-header-default-top-ml, .x-scf-window-header-default-top-mr {
    zoom: 1; /*background-image: url('../../resources/themes/images/default/window-header/window-header-default-top-corners.gif');*/
}

.x-scf-window-header-default-top-ml, .x-scf-window-header-default-top-mr {
    zoom: 1; /*background-image: url('../../resources/themes/images/default/window-header/window-header-default-top-sides.gif');     background-position: 0 0;     background-repeat: repeat-y;*/
}

.x-scf-window-header-default-top-mc {
    padding: 0 1px 0 1px;
}

.x-strict .x-ie7 .x-scf-window-header-default-top-tl, .x-strict .x-ie7 .x-scf-window-header-default-top-bl {
    position: relative;
    right: 0;
}

.x-scf-window-header-default-right-mc {
    background-color: #ced9e7;
}

.x-scf-window-header-default-right {
    padding: 0 !important;
    border-width: 0 !important;
    background-color: transparent;
    background-position: 1000005px 1000500px;
}

.x-scf-window-header-default-right-tl, .x-scf-window-header-default-right-bl, .x-scf-window-header-default-right-tr, .x-scf-window-header-default-right-br, .x-scf-window-header-default-right-tc, .x-scf-window-header-default-right-bc, .x-scf-window-header-default-right-ml, .x-scf-window-header-default-right-mr {
    zoom: 1;
    background-image: url('../../resources/themes/images/default/window-header/window-header-default-right-corners.gif');
}

.x-scf-window-header-default-right-ml, .x-scf-window-header-default-right-mr {
    zoom: 1;
    background-image: url('../../resources/themes/images/default/window-header/window-header-default-right-sides.gif');
    background-position: 0 0;
    background-repeat: repeat-y;
}

.x-scf-window-header-default-right-mc {
    padding: 1px 0 1px 0;
}

.x-strict .x-ie7 .x-scf-window-header-default-right-tl, .x-strict .x-ie7 .x-scf-window-header-default-right-bl {
    position: relative;
    right: 0;
}

.x-scf-window-header-default-bottom-mc {
    background-color: #ced9e7;
}

.x-scf-window-header-default-bottom {
    padding: 0 !important;
    border-width: 0 !important;
    background-color: transparent;
    background-position: 1000000px 1000505px;
}

.x-scf-window-header-default-bottom-tl, .x-scf-window-header-default-bottom-bl, .x-scf-window-header-default-bottom-tr, .x-scf-window-header-default-bottom-br, .x-scf-window-header-default-bottom-tc, .x-scf-window-header-default-bottom-bc, .x-scf-window-header-default-bottom-ml, .x-scf-window-header-default-bottom-mr {
    zoom: 1;
    background-image: url('../../resources/themes/images/default/window-header/window-header-default-bottom-corners.gif');
}

.x-scf-window-header-default-bottom-ml, .x-scf-window-header-default-bottom-mr {
    zoom: 1;
    background-image: url('../../resources/themes/images/default/window-header/window-header-default-bottom-sides.gif');
    background-position: 0 0;
    background-repeat: repeat-y;
}

.x-scf-window-header-default-bottom-mc {
    padding: 0 1px 0 1px;
}

.x-strict .x-ie7 .x-scf-window-header-default-bottom-tl, .x-strict .x-ie7 .x-scf-window-header-default-bottom-bl {
    position: relative;
    right: 0;
}

.x-scf-window-header-default-left-mc {
    background-color: #ced9e7;
}

.x-scf-window-header-default-left {
    padding: 0 !important;
    border-width: 0 !important;
    background-color: transparent;
    background-position: 1000500px 1000005px;
}

.x-scf-window-header-default-left-tl, .x-scf-window-header-default-left-bl, .x-scf-window-header-default-left-tr, .x-scf-window-header-default-left-br, .x-scf-window-header-default-left-tc, .x-scf-window-header-default-left-bc, .x-scf-window-header-default-left-ml, .x-scf-window-header-default-left-mr {
    zoom: 1;
    background-image: url('../../resources/themes/images/default/window-header/window-header-default-left-corners.gif');
}

.x-scf-window-header-default-left-ml, .x-scf-window-header-default-left-mr {
    zoom: 1;
    background-image: url('../../resources/themes/images/default/window-header/window-header-default-left-sides.gif');
    background-position: 0 0;
    background-repeat: repeat-y;
}

.x-scf-window-header-default-left-mc {
    padding: 1px 0 1px 0;
}

.x-strict .x-ie7 .x-scf-window-header-default-left-tl, .x-strict .x-ie7 .x-scf-window-header-default-left-bl {
    position: relative;
    right: 0;
}

.x-scf-window-header-default-collapsed-top {
    -moz-border-radius: 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px;
    border-radius: 5px 5px 5px;
    padding: 4px 5px 4px 5px;
    border-width: 1px;
    border-style: solid;
    background-color: #ced9e7;
}

.x-scf-window-header-default-collapsed-top-mc {
    background-color: #ced9e7;
}

.x-scf-window-header-default-collapsed-top {
    padding: 0 !important;
    border-width: 0 !important;
    background-color: transparent;
    background-position: 1000505px 1000505px;
}

.x-scf-window-header-default-collapsed-top-tl, .x-scf-window-header-default-collapsed-top-bl, .x-scf-window-header-default-collapsed-top-tr, .x-scf-window-header-default-collapsed-top-br, .x-scf-window-header-default-collapsed-top-tc, .x-scf-window-header-default-collapsed-top-bc, .x-scf-window-header-default-collapsed-top-ml, .x-scf-window-header-default-collapsed-top-mr {
    zoom: 1;
    background-image: url('../../resources/themes/images/default/window-header/window-header-default-collapsed-top-corners.gif');
}

.x-scf-window-header-default-collapsed-top-ml, .x-scf-window-header-default-collapsed-top-mr {
    zoom: 1;
    background-image: url('../../resources/themes/images/default/window-header/window-header-default-collapsed-top-sides.gif');
    background-position: 0 0;
    background-repeat: repeat-y;
}

.x-scf-window-header-default-collapsed-top-mc {
    padding: 0 1px 0 1px;
}

.x-strict .x-ie7 .x-scf-window-header-default-collapsed-top-tl, .x-strict .x-ie7 .x-scf-window-header-default-collapsed-top-bl {
    position: relative;
    right: 0;
}

.x-scf-window-header-default-collapsed-right {
    -moz-border-radius: 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px;
    border-radius: 5px 5px 5px;
    border-bottom-left-radius: 5px;
    padding: 5px 4px 5px 4px;
    border-width: 1px;
    border-style: solid;
    background-color: #ced9e7;
}

.x-scf-window-header-default-collapsed-right-mc {
    background-color: #ced9e7;
}

.x-scf-window-header-default-collapsed-right {
    padding: 0 !important;
    border-width: 0 !important;
    background-color: transparent;
    background-position: 1000505px 1000505px;
}

.x-scf-window-header-default-collapsed-right-tl, .x-scf-window-header-default-collapsed-right-bl, .x-scf-window-header-default-collapsed-right-tr, .x-scf-window-header-default-collapsed-right-br, .x-scf-window-header-default-collapsed-right-tc, .x-scf-window-header-default-collapsed-right-bc, .x-scf-window-header-default-collapsed-right-ml, .x-scf-window-header-default-collapsed-right-mr {
    zoom: 1;
    background-image: url('../../resources/themes/images/default/window-header/window-header-default-collapsed-right-corners.gif');
}

.x-scf-window-header-default-collapsed-right-ml, .x-scf-window-header-default-collapsed-right-mr {
    zoom: 1;
    background-image: url('../../resources/themes/images/default/window-header/window-header-default-collapsed-right-sides.gif');
    background-position: 0 0;
    background-repeat: repeat-y;
}

.x-scf-window-header-default-collapsed-right-mc {
    padding: 1px 0 1px 0;
}

.x-strict .x-ie7 .x-scf-window-header-default-collapsed-right-tl, .x-strict .x-ie7 .x-scf-window-header-default-collapsed-right-bl {
    position: relative;
    right: 0;
}

.x-scf-window-header-default-collapsed-bottom {
    -moz-border-radius: 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px;
    border-radius: 5px 5px 5px;
    padding: 4px 5px 4px 5px;
    border-width: 1px;
    border-style: solid;
    background-color: #ced9e7;
}

.x-scf-window-header-default-collapsed-bottom-mc {
    background-color: #ced9e7;
}

.x-scf-window-header-default-collapsed-bottom {
    padding: 0 !important;
    border-width: 0 !important;
    background-color: transparent;
    background-position: 1000505px 1000505px;
}

.x-scf-window-header-default-collapsed-bottom-tl, .x-scf-window-header-default-collapsed-bottom-bl, .x-scf-window-header-default-collapsed-bottom-tr, .x-scf-window-header-default-collapsed-bottom-br, .x-scf-window-header-default-collapsed-bottom-tc, .x-scf-window-header-default-collapsed-bottom-bc, .x-scf-window-header-default-collapsed-bottom-ml, .x-scf-window-header-default-collapsed-bottom-mr {
    zoom: 1;
    background-image: url('../../resources/themes/images/default/window-header/window-header-default-collapsed-bottom-corners.gif');
}

.x-scf-window-header-default-collapsed-bottom-ml, .x-scf-window-header-default-collapsed-bottom-mr {
    zoom: 1;
    background-image: url('../../resources/themes/images/default/window-header/window-header-default-collapsed-bottom-sides.gif');
    background-position: 0 0;
    background-repeat: repeat-y;
}

.x-scf-window-header-default-collapsed-bottom-mc {
    padding: 0 1px 0 1px;
}

.x-strict .x-ie7 .x-scf-window-header-default-collapsed-bottom-tl, .x-strict .x-ie7 .x-scf-window-header-default-collapsed-bottom-bl {
    position: relative;
    right: 0;
}

.x-scf-window-header-default-collapsed-left {
    -moz-border-radius: 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px;
    border-radius: 5px 5px 5px;
    padding: 5px 4px 5px 4px;
    border-width: 1px;
    border-style: solid;
    background-color: #ced9e7;
}

.x-scf-window-header-default-collapsed-left-mc {
    background-color: #ced9e7;
}

.x-scf-window-header-default-collapsed-left {
    padding: 0 !important;
    border-width: 0 !important;
    background-color: transparent;
    background-position: 1000505px 1000505px;
}

.x-scf-window-header-default-collapsed-left-tl, .x-scf-window-header-default-collapsed-left-bl, .x-scf-window-header-default-collapsed-left-tr, .x-scf-window-header-default-collapsed-left-br, .x-scf-window-header-default-collapsed-left-tc, .x-scf-window-header-default-collapsed-left-bc, .x-scf-window-header-default-collapsed-left-ml, .x-scf-window-header-default-collapsed-left-mr {
    zoom: 1;
    background-image: url('../../resources/themes/images/default/window-header/window-header-default-collapsed-left-corners.gif');
}

.x-scf-window-header-default-collapsed-left-ml, .x-scf-window-header-default-collapsed-left-mr {
    zoom: 1;
    background-image: url('../../resources/themes/images/default/window-header/window-header-default-collapsed-left-sides.gif');
    background-position: 0 0;
    background-repeat: repeat-y;
}

.x-scf-window-header-default-collapsed-left-mc {
    padding: 1px 0 1px 0;
}

.x-strict .x-ie7 .x-scf-window-header-default-collapsed-left-tl, .x-strict .x-ie7 .x-scf-window-header-default-collapsed-left-bl {
    position: relative;
    right: 0;
}

.x-scf-window-header-default-top {
    padding: 10px 10px 0 10px;
    background-color: White;
    height: 37px;
    -moz-box-shadow: #ecf2fb 0 1px 0 0 inset,#ecf2fb -1px 0 0 0 inset,#ecf2fb 1px 0 0 0 inset;
    -webkit-box-shadow: #ecf2fb 0 1px 0 0 inset,#ecf2fb -1px 0 0 0 inset,#ecf2fb 1px 0 0 0 inset;
    -o-box-shadow: #ecf2fb 0 1px 0 0 inset,#ecf2fb -1px 0 0 0 inset,#ecf2fb 1px 0 0 0 inset;
    box-shadow: #ecf2fb 0 1px 0 0 inset,#ecf2fb -1px 0 0 0 inset,#ecf2fb 1px 0 0 0 inset;
}

.x-scf-window-header-default-right {
    -moz-box-shadow: #ecf2fb 0 1px 0 0 inset,#ecf2fb 0 -1px 0 0 inset,#ecf2fb -1px 0 0 0 inset;
    -webkit-box-shadow: #ecf2fb 0 1px 0 0 inset,#ecf2fb 0 -1px 0 0 inset,#ecf2fb -1px 0 0 0 inset;
    -o-box-shadow: #ecf2fb 0 1px 0 0 inset,#ecf2fb 0 -1px 0 0 inset,#ecf2fb -1px 0 0 0 inset;
    box-shadow: #ecf2fb 0 1px 0 0 inset,#ecf2fb 0 -1px 0 0 inset,#ecf2fb -1px 0 0 0 inset;
}

.x-scf-window-header-default-bottom {
    -moz-box-shadow: #ecf2fb 0 -1px 0 0 inset,#ecf2fb -1px 0 0 0 inset,#ecf2fb 1px 0 0 0 inset;
    -webkit-box-shadow: #ecf2fb 0 -1px 0 0 inset,#ecf2fb -1px 0 0 0 inset,#ecf2fb 1px 0 0 0 inset;
    -o-box-shadow: #ecf2fb 0 -1px 0 0 inset,#ecf2fb -1px 0 0 0 inset,#ecf2fb 1px 0 0 0 inset;
    box-shadow: #ecf2fb 0 -1px 0 0 inset,#ecf2fb -1px 0 0 0 inset,#ecf2fb 1px 0 0 0 inset;
}

.x-scf-window-header-default-left {
    -moz-box-shadow: #ecf2fb 0 1px 0 0 inset,#ecf2fb 0 -1px 0 0 inset,#ecf2fb 1px 0 0 0 inset;
    -webkit-box-shadow: #ecf2fb 0 1px 0 0 inset,#ecf2fb 0 -1px 0 0 inset,#ecf2fb 1px 0 0 0 inset;
    -o-box-shadow: #ecf2fb 0 1px 0 0 inset,#ecf2fb 0 -1px 0 0 inset,#ecf2fb 1px 0 0 0 inset;
    box-shadow: #ecf2fb 0 1px 0 0 inset,#ecf2fb 0 -1px 0 0 inset,#ecf2fb 1px 0 0 0 inset;
}

.x-scf-window-body-plain {
    background: transparent;
}

.x-message-box .x-scf-window-body {
    background-color: #ced9e7;
    border: 0;
}

.x-window .x-scf-window-handle {
    filter: alpha(opacity=0);
    opacity: 0;
}

.x-scf-window-collapsed .x-scf-window-handle {
    display: none;
}

.x-panel-header-horizontal .x-tool, .x-scf-window-header-horizontal .x-tool {
    margin-left: 2px;
}

.x-panel-header-vertical .x-tool, .x-scf-window-header-vertical .x-tool {
    margin-top: 2px;
}

.x-panel-header-vertical .x-tool-top, .x-scf-window-header-vertical .x-tool-top {
    margin: 0 0 4px;
}

span.x-scf-new-workspace-added {
    color: #447c10;
    font-size: 14px;
    font-family: Arial;
    margin-top: 2px !important; /*text-align: center;*/
}

.x-scf-new-workspace-added-vi {
    background: url("../Images/Windows/CheckedNewWorkspace.png");
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
}

.x-scf-NewWorkpaceWasAddedWindow .x-scf-windowHeaderLineContainer {
    height: 0 !important;
    border-bottom: none;
}

.x-scf-pagerToolBar-container .x-form-text {
    color: #17406d !important;
    font-weight: bold;
    text-align: right;
}

.x-ie8 .x-scf-pagerToolBar-container .x-form-text{
   line-height:18px !important;
}