ul.lista-execucoes {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.lista-execucoes .titulo {
    font-weight: bold;
}

ul.lista-execucoes .campo-destaque {
    border-radius: 8px;
    background-color: #E3E3E3;
    margin: 20px 10px;
}

ul.lista-execucoes .campo-destaque .label {
    padding: 5px 10px;
    font-weight: bold;
}

ul.lista-execucoes .campo-destaque .dados {
    padding: 5px 10px;
}

ul.lista-execucoes .campo-destaque .btn {
    float: right;
    margin-bottom: 5px;
    margin-right: 5px;
}

form label {
    text-transform: uppercase;
    font-weight: bold;
    color: #acacac;
    font-size: 0.80em;
}

section h3 {
    font-size: 1.4rem;
    color: #056ca8;
    font-weight: bold;
}

.select2-container .select2-selection--single,
.select2-container {
    width: 93% !important;
    min-height: 38px;
}

.select2-selection--single {
    height: 38px !important;
    padding: 6px 12px;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 30px !important;
}

.select2-dropdown.select2-dropdown--below {
    width: 300px !important;
}

.select2-container--default.select2-container--focus,
.select2-container--default .select2-selection {
    border-color: var(--border-color, #ced4da) !important;
}