.bg-primary {
    background-color: #4e73df;
}

body {
    background: #eeeeee;
}

thead {
    background: #3490DC;
    color: #fafafa;
}

tbody {
    background: #bae0ff;
}

.card-header.text-white.bg-dark {
    background: #dd3d31!important;
}

div#clientes_processing,
div#pendentes_processing {
    background: #dd3d31!important;
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 20px;
}

.dt-buttons.btn-group.flex-wrap {
    float: right!important;
    margin-bottom: 10px!important;
}

span.badge.badge-primary {
    margin: 1px;
}

div#analyses_length {
    float: left!important;
}

.select2-container--default .select2-selection--single {
    height: 37px!important;
}

.card {
    margin-top: 20px;
}

.select2-container {
    width: 100%!important;
}

p.mb-1 {
    font-size: 11px;
}

h5 {
    font-size: 15px;
}

div#uploadImage {
    height: 300px;
    width: 100%;
    text-align: center;
    border: solid 1px #ccc;
    padding: 20px;
    background: #eee;
    margin-top: 20px;
}

.dz-preview {
    display: none;
}

.delete {
    position: absolute;
    left: 25px;
    top: 10px;
}

i.st {
    margin: 0 1px;
}

span.badge.badge-dark.float-right {
    padding: 10px;
}