.show_date
{
    color:#c9302c;
    font-size: 110%;
    font-weight: 500;
}
#path
{
    margin: 0 0 0 !important;
}

#tableUsers .days,
#tableUsers .hours,
#tableUsers .minutes{
    margin-right: 2px;
}

/*************Aded code**********/
.searchBar{
    padding: 10px 0;
}

 .searchBar .filter-button.active{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    background-color: gray;
}
#searchTabeleUsers{
    padding: 5px;
    
}
/***************UNDER CONSTRUCTION*************/

#underConstruction h1{
    font-weight: bold;
    font-size: 70px;
    margin-top: 50px;
    color: red;
    text-shadow: 2px 4px 5px rgba(150, 150, 150, 1);
    
}

#underConstruction .logo{
    width: auto;
    max-width: 80%;
    display: block;
    margin: 0 auto;
    padding-top: 20%;
}
