/********* tab ***********/

.x-tab-bar-default-top > div.x-tab-bar-body-default {
    padding: 0;
}

div.x-tab-bar-default {
    background-color: transparent;
}

div.x-tab-bar-default-top a.x-tab {
    background-color: #FAFAFA;
    border-left-color: transparent;
    border-right-color: transparent;
//border-color: #d9e0e8;
    box-shadow: inset 0px -5px 16px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px -5px 16px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px -5px 16px -10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0px -5px 16px -10px rgba(0, 0, 0, 0.2);
}

div.tab-panel-in-window .x-tab-bar-default-top a.x-tab {
    background-color: #EEEEEE;
}

div.x-tab-bar-default-top a.x-tab.x-tab-active {
    background-color: #BAD6E5;
    border-color: transparent;
    border-bottom: 3px solid rgb(18, 170, 235);
}

a.x-tab-default-top {
    padding: 10px 15px 8px;
    border-radius: 3px 3px 0 0;
}

a.x-tab-closable {
    padding-right: 24px;
}

span.x-tab-inner-default {
    color: #000;
    font: 600 12px/16px 'Open Sans',sans-serif;
    font-family: RobotoRegular;
    font-size: 12px;
    line-height: 14px;
}

a.x-tab.x-tab-active.x-tab-default {
    background-color: #ffffff;
    border-color: #d9e0e8 #d9e0e8 #ffffff;
    z-index: 10;
    box-shadow: 0 0 0 0;
}

.light:not(.taskpanel) .x-tab.x-tab-top.x-tab-default-top::after
{
    content: '';
    display: inline-block;
    border: 2px solid rgb(177, 215, 236);
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius:50%;
    left: 50%;
    margin-left: -8px;
    background-color: rgb(177, 215, 236);
}

.light:not(.taskpanel) .x-tab.x-tab-top.x-tab-active::after
{
    background-color: white;
}

.light:not(.taskpanel) .x-tab.x-tab-top.x-tab-default-top::before
{
    content: '';
    display: inline-block;
    /* border: 1px solid rgb(177, 215, 236); */
    width: 100%;
    height: 2px;
    position: absolute;
    top: 65%;
    right: 0px;
    /* border-radius:50%; */
    /*left: 50%;
    margin-left: -10px;*/
    background-color: rgb(177, 215, 236);
}

.light:not(.taskpanel) .x-box-inner.x-box-scroller-body-horizontal::after
{
    content: '';
    display: inline-block;
    /* border: 1px solid rgb(177, 215, 236); */
    width: 100%;
    height: 2px;
    position: absolute;
    top: 65%;
    right: 0px;
    /* border-radius:50%; */
    /*left: 50%;
    margin-left: -10px;*/
    background-color: rgb(177, 215, 236);
}



a.x-tab.x-tab-active.x-tab-default .x-tab-inner-default {
    color: #222;
}

a.x-tab-over.x-tab-default {
    background-color: #ffffff;
}

a.x-tab-default-top.x-tab-focus.x-tab-active,
a.x-tab-default-top.x-tab-focus.x-tab-over,
a.x-tab-default-top.x-tab-focus {
    box-shadow: 0 0 0 0;
}

a.x-tab-default .x-tab-close-btn {
    right: 15px;
    top: 12px;
    background: url(../icons/images/close.svg) no-repeat center center / 7px 7px;
}
.light a.x-tab-default .x-tab-close-btn {
    right: 12px;
    top: 2px;

    background: url(../icons/images/close.svg) no-repeat center center / 7px 7px;
}

a.x-tab-default.x-tab-active .x-tab-close-btn {
    background-position: center center;
}

div.x-panel-default:not(div.light) div.x-tabpanel-child {
    top: -1px;
    z-index: 3;
}

.x-panel > div.x-noborder-trbl {
    overflow: visible;
    top: 35px;
}

.x-tabpanel-child > div.x-noborder-trbl {
    overflow: visible;
    top: 0;
}

div.x-tab-bar {
    z-index: 5;
}

.light div.x-tab-bar{
    padding: 10px 0;
}

div.x-tab-bar-body {
    left: -5px;
}

div.x-box-scroller-tab-bar-default.x-box-scroller-left {
    background-image: url(../icons/svg/tabs/tab_arr_prev.svg);
    background-size: 9px 38px;
}

div.x-box-scroller-tab-bar-default.x-box-scroller-right {
    background-image: url(../icons/svg/tabs/tab_arr_next.svg);
    background-size: 9px 38px;
}

.light:not(.taskpanel) div.x-tab-bar-default-top a.x-tab {
    border: none;
    box-shadow: 0 0 0 0;
    border-radius: 0;
    padding: 0px 13px 22px;
}

.light:not(.taskpanel) div.x-tab-bar-default.x-tab-bar-default-top a.x-tab {
    border: 0px solid #ffffff;
    padding-bottom: 22px;
}

#workSpace .light div.x-tab-bar-default a.x-tab.x-tab-active.x-tab-default,
.light:not(.taskpanel) div.x-tab-bar-default a.x-tab.x-tab-active.x-tab-default {
    /*border-bottom: 2px solid #12aaeb;*/
    border-bottom: 0px solid #12aaeb;
}

.light:not(.taskpanel) div.x-tab-bar-default a.x-tab {
    border: 0px solid #ffffff;
    padding-bottom: 12px;
}

.light:not(.taskpanel) div.x-tab-bar-default a.x-tab.x-tab-default {
    border-color: #ffffff #ffffff;
}

div.x-box-scroller-tab-bar-default {
    background-color: #ffffff;
}

div.x-panel.light.x-panel-default {
    background-color: #ffffff;
}

div.x-panel.light.x-panel-default div.x-panel.x-tabpanel-child.x-panel-default {
    box-shadow: none;
    border: 0;
}

div.light > div.x-panel-default {
    border: 0;
}

div.x-panel.light.taskpanel.x-panel-default a.x-tab-default {
    width: 50px;
}

.light div.x-tab-bar-default-top a.x-tab {
    background-color: transparent;
}

/*.light .x-tab-bar-strip {
    height: 0;
    background-color: transparent;
}*/
.x-panel .x-tab-bar-strip {
    height: 0;
    width: 0;
    background-color: transparent;
}