.x-tab-bar-settings {
    background-color: #F6F6F6;
}

.x-tab-bar-vertical > .x-tab-bar-body-settings {
	min-width: 74px;
}

.x-tab-bar-settings-left > .x-tab-bar-body-settings {
    padding: 0px;
}

.x-tab-bar-settings-left .x-box-scroller-tab-bar-settings {
    margin-left: -12px;
}

.x-box-scroller-tab-bar-settings.x-box-scroller-top {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font: 16px/24px FontAwesome;
}

.x-box-scroller-tab-bar-settings.x-box-scroller-top, .x-box-scroller-tab-bar-settings.x-box-scroller-bottom {
    left: 50%;
    margin-left: -12px;
    height: 24px;
    width: 24px;
}

.x-box-scroller-tab-bar-settings {
    background-color: #F6F6F6;
}

.x-box-scroller-tab-bar-settings {
    cursor: pointer;
    color: #FFF;
    opacity: 0.5;
}

.x-tab.x-tab-settings {
	border-color: #F6F6F6;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-width: 5px;
	transition: border-color 0.6s ease;
}

.x-tab-focus.x-tab-active.x-tab-settings {
    border-color: #5FA2DD;
    background-color: #FCFCFC;
}

.x-tab.x-tab-active.x-tab-settings {
	border-color: #5FA2DD;
	background-color: #FCFCFC;
}

.x-tab-settings-left.x-tab-focus.x-tab-active {
    box-shadow: none;
}

.x-tab-focus.x-tab-settings {
    border-color: transparent;
    background-color: transparent;
    outline: 0px solid #5FA2DD;
    outline-offset: -3px;
}

.x-tab-settings-left.x-tab-focus {
    box-shadow: none;
}

.x-tab-settings-left {
    margin: 0px;
}

.x-tab-settings {
    border-color: transparent;
    cursor: pointer;
}

.x-tab-settings-left {
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
    padding: 10px;
}

.x-tab-button-settings {
    height: 24px;
}

.x-tab.x-tab-active.x-tab-settings .x-tab-icon-el {
    color: #5FA2DD;
    transition: color 0.6s ease;
}

.x-tab-text.x-tab-icon-left > .x-tab-icon-el-settings {
    margin-right: 6px;
}

.x-tab-icon-left > .x-tab-icon-el-settings, .x-tab-icon-right > .x-tab-icon-el-settings {
    width: 24px;
}

.x-tab-icon-el-settings {
    min-height: 32px;
    background-position: center center;
    font-size: 32px;
    line-height: 32px;
    color: #ACACAC;
    transition: color 0.6s ease;
}

.x-tab.x-tab-active.x-tab-settings .x-tab-inner-settings {
    color: #5FA2DD;
    transition: color 0.6s ease;
}

.x-tab-icon-right > .x-tab-inner-settings, .x-tab-icon-left > .x-tab-inner-settings {
    max-width: calc(100% - 24px);
}

.x-tab-inner-settings {
    font: bold 9px/13px "Open Sans","Helvetica Neue",helvetica,arial,verdana,sans-serif;
    color: #ACACAC;
    max-width: 100%;
    transition: color 0.6s ease;
}

.x-tab-bar-settings-left .x-box-scroller-tab-bar-settings {
    margin-left: -12px;
}

.x-box-scroller-tab-bar-settings.x-box-scroller-bottom {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font: 16px/24px FontAwesome;
}

.x-box-scroller-tab-bar-settings.x-box-scroller-top, .x-box-scroller-tab-bar-settings.x-box-scroller-bottom {
    left: 50%;
    margin-left: -12px;
    height: 24px;
    width: 24px;
}

.x-box-scroller-tab-bar-settings {
    background-color: #404040;
}

.x-box-scroller-tab-bar-settings {
    cursor: pointer;
    color: #FFF;
    opacity: 0.5;
}

.x-tab-over.x-tab-settings .x-tab-inner-settings {
    color: #94c2ed;
    transition: color 0.6s ease;
}

.x-tab-over.x-tab-settings .x-tab-icon-el {
    color: #94c2ed;
}

.x-tab-over.x-tab-settings {
	border-color: #94c2ed;
	background-color: #f9f9f9;
}

.x-tab-over.x-tab-active.x-tab-settings .x-tab-inner-settings {
    color: #94c2ed;
}

.x-tab-over.x-tab-active.x-tab-settings .x-tab-icon-el {
    color: #94c2ed;
}

.x-tab-over.x-tab-active.x-tab-settings {
	border-color: #94c2ed;
	background-color: #f9f9f9;
}