﻿.nav-tabs.nav-justified > .active > a {
    color: #00c0f3 !important;
    background-color: #fff !important;
    border-color: #00c0f3 !important;
    border-bottom: none !important;
    margin-bottom:50px;
    margin-top:20px;
}

.nav-tabs.nav-justified > li > a
{
    border-radius:0px !important;
    
}

.nav-tabs.nav-justified > li > a {
    color: #58595b !important;
    background-color: #f1f2f2 !important;
    border-bottom: none !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #00c0f3 !important;
    border-bottom: none !important;
    color: #00c0f3 !important;
}

.l-nav-separated li:nth-child(n+2):before {
    content: ' ';
    width: 1px;
    height: 100%;
    background: none !important;
    z-index: 100;
    position: absolute;
}