.btn.btn-dark{
    background: #222d30;
    color: white;
}

.btn.btn-dark:hover{
    background: #1c2629;
}

.grid-view th a {
    color: #333333;
}

.grid-view th a:hover{
    color: #5c5c5c;
}

.grid-view .glyphicon{
    color: #222d30;
}

.grid-view input:focus{
    border-color: #222d30;
}

.back-action{
    color: #222d30;
}

.back-action:hover{
    color: #5c5c5c;
}

.bootbox.modal{
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn[disabled]{
    pointer-events: none;
}

.root{
    background-color: #cc9191  !important;
}

.self{
    background-color: #ace4ac !important;
}

.time{
    margin-right: 2rem;
    margin-bottom: 0;
}

#reportclient-clients{
    display: flex;
    flex-direction: column;
}