/* Style the tab */
.listColor {
    width: 100%;
    border-bottom: 2px solid #707070;
}
.listColor li a{
    /* background-color: slategrey; */
    color:#B2B2B2;
    font-size: 1.2rem;
}
.listColor li.active ,.listColor li a.active{
    color:#01319F;
}
.listColor li a:active{
    color:#01319F;
}

.listColor li a:hover{
    color:#01319F;
}

.listColor li.listviewall{ 
    position: absolute;
    right: 10px; 
}
.listColor li.listviewall a{  
    color: #090001;
}
.listColor li.listviewall a:hover{  
    color: #01319F;
}

.tab-pane.active {
    animation: slide-down 1s ease-out;
}

@keyframes slide-down {
    0% { opacity: 0; transform: translateY(5%); }
    100% { opacity: 1; transform: translateY(0); }
}

.nav .nav-item-font .decrease {
    font-size: 0.98em;
    background-color: aquamarine;
}

#column-slide {
    float: left;
    width: 33.33%;
    padding: 5px;
  }
  
  /* Clearfix (clear floats) */
 #row-slide::after {
    content: "";
    clear: both;
    display: table;
  }


