﻿.tab {
    padding-bottom: 60px;
}

.tab li {
    border-right: 1px solid #ddd;
}

.tab ul {
    border-left: 1px solid #ddd;
}

.tab li a {
    background: #F9F9F9;
    border-radius: 0;
    border-right: none;
    border-top: 2px solid #4b4c4d;
    font-size: 16px;
    font-weight: 600;
    color: #868686;
    padding: 16px 22px;
}

.tab li a:hover {
    background: #F9F9F9;
    border-radius: 0;
    border-bottom: none;
    border-top: 2px solid #4b4c4d;
    border-right: none;
}

.tab li.active > a,
.tab .nav-tabs > li.active > a:focus,
.tab .nav-tabs > li.active > a:hover {
    border: none;
    border-top: 2px solid #FF620F;
    border-bottom: 2px solid #fff;
    color: #868686;
}

.tab .tab-content {
    color: #5a5c5d;
    font-size: 14px;
    /*font-weight: 600;*/
    margin-top: 0;
    border: 1px solid #ddd;
    border-top: 0px solid transparent;
    padding: 12px;
}