﻿.tab-content {
    border-left: 1px solid #ced4da;
    border-radius: 4px;
    border-right: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    background-color: white;
}

.tc-bottom {
    border-bottom: 1px solid #d9d5d5;
}

.tab-page:first-child.active{
    border-left: none!important;
}

.tab-content .table-responsive{
    border: 0px solid #FAFAFA;
}

.nav-tabs .nav-link.active {
    border-color: #d9d5d5 #d9d5d5 #fff!important;
}

.nav-tabs {
    border-bottom: none!important;
}
