.main-tab .nav-pills .nav-link.active{
    background-color: #000;
    color: #fff;
}
.main-tab .nav-pills .nav-link{
    background: #E43929;
    border-radius: 0;
    color: #fff;
    text-align: center;
    padding: 13px 0;
    border-bottom: 1px solid #48474747;
}
#main-tabContent {
    background: #E0E0E0;
    padding-left: 20px;
}
.tab-content h2, p{
    margin: 0;
}
.tab-pane{
    padding-top: 20px;
    padding-bottom: 15px;
    padding-right: 20px;
}


.row.sub-tab .nav-link {
    background: #e8e8e8;
    color: #000;
    border-radius: 0;
    text-align: center;
    padding: 15px 0;
    border: 1px solid #c5c0c0;
}
.row.sub-tab .nav-link.active{
    background-color: #fff;
}
.row.sub-tab2 {
    background: #fff;
    margin-top: 15px;
    padding-top: 20px;
    margin-left: -20px;
}
.row.sub-tab ul li{
    list-style: none;
    text-align: center;

}
.row.sub-tab ul li img{
    margin-bottom: 10px;
}
.row.sub-tab ul li .date{
    color: red;
    font-weight: 600;
}







ul#myTab {
    display: block!important;
}


ul#myTab li {
    margin-bottom: 0;
}


/* SIMPLE LISTS */
ul{
    padding-left: 0;
}
.simple-list{
    /* padding-top: 20px;
    padding-right: 20px; */
}
.simple-list ul li{
    list-style: none;
    margin-bottom: 0;
}
.simple-list ul li a{
    display: flex;
    align-items: center;
}
.simple-list ul li .icon{
    text-align: center;
    width: 30%;
    border: 1px solid #fff;
    border-bottom: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.simple-list ul li .icon img{
    max-width: 40px;
}
.simple-list ul li .heading {
    display: block;
    width: 100%;
    border: 1px solid #fff;
    color: red;
    font-weight: 600;
    padding: 12px 0;
    border-left: 0;
    padding-left: 15px;
    border-bottom: 0;
    height: 50px;
}
.simple-list ul li:last-child .heading{
    border-bottom: 1px solid #fff;
}
.simple-list ul li:last-child .icon{
    border-bottom: 1px solid #fff;
}



div#to-do-lists ul {
    display: flex!important;
}
div#to-do-lists ul#myTab {
    border-bottom: 1px solid #c9c9c9;
}
.tab-content.horizontal li a .image {
    border: 1px solid #c9c9c9;
    height: 55px;
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-content.horizontal ul li:last-child a .image {
    border-bottom: 1px solid #c9c9c9;
}
.tab-content.horizontal li{
    list-style: none;
    margin-bottom: 0;
}
.tab-content.horizontal li a {
    display: flex;
    align-items: center;
}
.tab-content.horizontal li a .image{
    width: 20%;
    text-align: center;
}
.tab-content.horizontal li a .text{
    color: red;
    font-weight: 500;
    width: 100%;
    border: 1px solid #c9c9c9;
    height: 55px;
    display: flex;
    align-items: center;
    border-left: 0;
    padding-left: 20px;
    border-bottom: 0;
}
.tab-content.horizontal ul li:last-child a .text {
    border-bottom: 1px solid #c9c9c9;
}

.tab-content.horizontal .tab-pane{
    padding-right: 0;
}


tbody tr th {
    text-align: center;
}