/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 10 feb 2022, 09:46:00
    Author     : edo
*/
#tabs-with-content .tabs:not(:last-child) {
  margin-bottom: 0;
}

#tabs-with-content .tab-content {
  padding: 1rem;
  display: none;
}

#tabs-with-content .tab-content.is-active {
  display: block;
}
 
 /*aside a:hover {color:#333;}*/
 aside.aside .menu-list li ul li a :hover {background: #888;color:#000;}
aside a {color:#ffffff;}