﻿.dn-tab .x-tab-bar-strip {
    top: 20px !important; /* Default value is 20, we add 20 = 40 */
}

.dn-tab .x-tab em{
    padding: 0 12px;
}

.dn-tab .x-tab-bar-body {
    border-color: transparent;
}

.dn-tab .x-tab-bar {
    background: #f7f7f7 !important;
    padding-top: 9px;
    font-family: Arial;
    font-size: 13px;
    color: #272827;
}

.dn-tab .x-tab-bar .x-tab-bar-body {
    height: 32px !important; /* Default value is 23, we add 20 = 43 */
    border: 0 !important; /* Overides the border that appears on resizing the grid */
}

.dn-tab .x-tab-bar .x-tab-bar-body .x-box-inner {
    height: 38px !important; /* Default value is 21, we add 20 = 41 */
}

.dn-tab .x-tab-bar .x-tab-bar-body .x-box-inner .x-tab {
    height: 32px !important; /* Default value is 21, we add 20 = 41 */
}

.tabHeaderClassForMeasure, .dn-tab .x-tab-bar .x-tab-bar-body .x-box-inner .x-tab button {
    height: 26px !important; /* Default value 13, we add 20 = 33 */
    line-height: 0px !important; /* Default value 13, we add 20 = 33 */
    /*color: #272827;*/
    font-family: Arial;
    font-size: 12px; 
    color:#5a5751;
}

.dn-tab .x-tab-bar-strip-default {
    background: none;
    border: none;
}

.dn-tab .x-tab {
    border-top: solid 1px #d5d5d5;
}

    .dn-tab .x-tab button {
        font-size: 13px;
        font-weight: normal;
        color: #272827;
    }

.dn-tab .x-tab-default-top .x-tab-inner {
    height: 14px;
}

.dn-tab .x-tab-default-top {
    background-color: transparent;
    background: transparent;
    border: solid 1px #d5d5d5 !important;
    border-bottom: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    margin-left:4px;
    min-width:100px;
}

.x-ie8 .dn-tab .x-tab-default-top{
    min-width:0; /* In IE8 one tab cover (=overlap) other tab */
}

.dn-tab .x-tab-default {
    background-color: transparent !important;
}

.dn-tab .x-tab-default .x-tab-inner{
    color:#717171;
}

.dn-tab .x-tab-active {
    background-color: #ffffff !important;
}

.dn-tab .x-tab-active .x-tab-inner{
    color:#000000;
}

.dn-tab .x-tab-over button {
    color: #5a5751 !important;
}

.x-scf-tabs-errorIcon {
    background-image: url(../Images/Tabs/ic_error_inTab.png) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
}