
#adminlist-section-header {
    margin-top: 15px;
    margin-bottom: 20px;
}

#adminlist-search-panel {

}

#adminlist-search-panel input {
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}

.adminlist-form-select {
    height: calc(1.5em + 0.5rem + 2px);
    color: rgba(205, 134, 63, 1);
    background-color: rgb(0, 0, 0);
    border: 1px solid rgba(205, 134, 63, 0.75);
    border-radius: 0.2rem;
    line-height: 1.5;
    padding: 0.25rem 0.5rem;
    margin-right: 3px;
    margin-top: 4px;
    float: left;
}
 
.adminlist-form-select option {
    background-color: rgb(0, 0, 0);
}

#filter-user {
    width: 250px;
    height: calc(1.5em + 0.5rem + 2px);
    color: rgba(205, 134, 63, 1);
    background-color: rgb(0, 0, 0);
    background-clip: padding-box;
    border: 1px solid rgba(205, 134, 63, 0.75);
    border-radius: 0.2rem;
    line-height: 1.5;
    padding: 0.25rem 0.5rem;
    float: left;
}

#adminlist-empty-jobs-hidder {
    margin-left: 25px; 
    margin-top: 13px; 
    float: left;
}

#adminlist-section-content {

}

#adminlist-section-all-jobs {
    margin-top: 20px;

}

.specific-job {
    margin-top: 20px;
}

.specific-job-header {

}

.specific-job-employees {
    margin-top: 10px;
}

