

/*.colorText:a{
    color:rgb(139,0,0);
}*/
.accordion>.card>.card-header>h5>.btn.colorText.collapsed{
    color:rgb(17, 17, 17);
    background: transparent !important;
    
}
.accordion>.card>.card-header>h5>.btn.colorText{
    outline: 0;
    color:rgb(139,0,0);
    box-shadow: none !important;
    background: transparent !important;
}
.colorText:hover{
    color:rgb(17, 17, 17);
    background: transparent !important;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    font-weight: bold;
    transition: cubic-bezier(1, 0, 0, 1) .1s all
}

/* tab color */
.nav-tabs>li>a {
    /*background-color: #333333; 
    border-color: #777777;*/
    color:#777;
  }

/* active tab color */ 
/*.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus */

.nav-tabs>.nav-item>.active
{
    color: #8b0000;
    font-weight: bold;
    border: 1px solid #888888;
}

  
/* hover tab color */
 .nav-tabs>li>a:hover {
    border-color: transparent !important; /* #000000;*/
    /* color:rgb(139,0,0);*/
    font-weight: bold;
    background-color:transparent !important;
  }
