﻿




/*.customListGroup.list-group-item-action:focus {    
  color: white;
  background-color: blue;
}*/

.customListGroup.list-group-item-action.active {    
  color: white;
  background-color: #0055a5;

}

.customListGroup {
      background-color: #f5f5f5;
     
}


/*.btnGradient {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 95%, rgba(0,0,0,0.15) 5%, rgba(0,0,0,0.05));
    background-repeat: repeat-x;
    border-top-left-radius: 0.45rem;
    border-top-right-radius: 0.45rem;
    border-bottom-left-radius: 0.45rem;
    border-bottom-right-radius:0.45rem;
}*/






