/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9-lug-2021, 9.14.48
    Author     : Utente
*/
/*bootstrap*/
.bg-success{
    background-color: #8bc34a!important;
}
.bg-danger{
    background-color: #f5594e!important;
}
.bg-warning{
    background-color: #ffc107!important;
}
.bg-secondary{
    background-color: #bdbdbd!important;
}
.bg-primary{
    background-color: #42a5f5!important;
}
.text-success{
    color: #8bc34a!important;
}
.text-danger{
    color: #f5594e!important;
}
.text-warning{
    color: #ffc107!important;
}
.text-secondary{
    color: #bdbdbd!important;
}
.text-primary{
    color: #42a5f5!important;
}
.btn-success {
    color: #fff;
    background-color: #8bc34a;
    border-color: #8bc34c;
}
.btn-success:hover {
    color: #fff;
    background-color: #79ab40;
    border-color: #7daf42;
}
.btn-danger {
    color: #fff;
    background-color: #f5594e;
    border-color: #f5594h;
}
/*bootstrap*/

/*personalized*/
.link-project,a.link-project{
    color: #444;
    text-decoration: none
}
.pointer{
    cursor: pointer
}

/*scrollbar*/
/* width */
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar:hover {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ddd; 
  border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #bbb; 
}
.accordion-button { 
    padding: 0.4rem 1rem;
}
.list-group-item{
    padding: 0.3rem 1rem;
}
hr{
    margin: 0.5rem 0;
}

/*grid*/
.mngrid{
    display: none;
    padding: 0px 3px
}
.mngrid i{
    color: #ccc
}
.grid-stack-item-content:hover .mngrid {
    display: block
}