.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    background: #fff;
}

.layout-nav-tabs-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.layout-nav-tabs-wrapper .nav-tabs.nav-justified {
    display: table-row;
}

.layout-nav-tabs-wrapper .nav-tabs.nav-justified > li {
    width: inherit;
}

/* color picker */
.colorpicker-selectors i {
    width: 20px;
    height: 20px;
    display: inline-block;
    float: none;
    border: 1px solid #555555;
}

.colorpicker-selectors {
    width: 138px;
    text-align: center;
    height: auto;
}
