/* public/css/admin.css */
:root {
    --body-bg: #ffffff;


}

body{
    background-color: #ffffff;
    font-size: 1rem;
}

.wrapper{
    margin-top: 70px;
}


.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

#list-form-filters-header{
    padding: 20px;
}

.navbar{
    z-index: 2000;
}

.mt-70{
    margin-top: 70px;
}

.t-name{
    width: 40%;
}

.t-date{
    width: 15%;
}
.t-user{
    width: 30%;
}

.table{
    margin-bottom: 0px;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.display-block{
    display: block;
}

.datagrid td.actions{
    text-align: left;
}

.form-control{
    width: auto;
}

.queue-status, .invisible{
    opacity: 0;
    transition: opacity 1s;
}

.queue-status.visible{
    opacity: 1;
}

.modal{
    z-index: 10000;
}

.select2-container--bootstrap .select2-results>.select2-results__options {
    max-height: 100%!important;
}
