.brand-image {
    display: none;
}

.login-logo a, .register-logo a {
    color: #175D7C;
    font-weight: 500;
}

.card-primary.card-outline {
    border-top: 3px solid #1a4937 !important;
}

.ms-auto.d-flex.gap-2 {
    gap: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #0093bc;
    border-color: #0093bc;
    box-shadow: none;
}

.btn-success {
    color: #fff;
    background-color: #0093bc;
    border-color: #0093bc;
    box-shadow: none;
}

.btn-success:hover {
    color: #fff;
    background-color: #1a4937;
    border-color: #1a4937;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1a4937;
    border-color: #1a4937;
}

.btn-editar {
    background: #175d7c52;
}

.btn-editar:hover {
    background: #175D7C;
}

.btn-editar:hover i {
    color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545d1;
    border-color: #dc3545;
    box-shadow: none;
}

[class*=sidebar-dark-] {
    background-color: #002633;
}

.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) {
    background-color: #002633;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #0093bc !important;
    color: #fff;
}

.bg-primary {
    background-color: #0093bc !important;
}

a {
    color: #175D7C;
}

.alert-success {
    color: #28a745;
    background-color: #28a7452e;
    border-color: #23923d;
}

.alert-danger {
    color: #dc3545;
    background-color: #dc354529;
    border-color: #d32535;
}

.alert-danger .close  {
    color: #dc3545;
    opacity: 1;
}

.text-end {
    text-align: right;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #175D7C;
    border-color: #175D7C;
}

ul.pagination {
    margin-top: 20px;
}

.page-link {
    color: #0093bc;
}

.bg-verde {
    background-color: #1a4937;
}

.bg-verde .inner {
    color: #fff !important
}

.status h5 {
    float: none;
}

.processos {
    padding: 1.25rem;
    padding-top: 0;
}

.etapas-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-top: 1.5rem;
}

.etapa-item {
    text-align: center;
    flex: 1;
}

.etapa-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    background-color: #6c757d;
    margin-bottom: 0.25rem;
}

.etapa-active .etapa-circle {
    background-color: #0093bc;
}

.etapa-disabled .etapa-circle {
    background-color: #ced4da;
}

.floatnone {
    float: none;;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500;
}

legend {
    font-size: 1rem;
}

.form-control {
    border: 1px solid #e5e7eb;
    height: auto;
}

fieldset {
    border-radius: 0.25rem;    
}

.nav-tabs .nav-link.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.rounded-circle {
    text-align: center;
    font-weight: bold;
}

.etapas {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    gap: 30px;
}

.etapas small {
    line-height: 1;
}

.progress {
    box-shadow: none;
    border-radius: 1px;
    border-radius: .35rem;
    font-size: .85em;
    line-height: 2em !important;
    height: 2rem !important;
}

td .badge-secondary {
    color: #fff;
    background-color: #6c757d;
    background-color: #006385;
    font-weight: 500;
    font-size: .85rem;
    padding: 8px;
    width: 100%;
}

@media (min-width: 1280px) {
    .alert {
        /* margin-top: 70px !important; */
    }
}

.table-bordered {
    border: 1px solid #dee2e6 !important;
}

.processos .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: none;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
    font-weight: 500;
    font-size: .85rem;
    padding: 8px;
    width: 100%;
}

div#entrega button.btn.btn-success {
    background: #28a745;
    border: 1px solid #28a745;
}

.badgeLista.badge-warning {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #0093bc;
    font-weight: 500;
    font-size: .85rem;
    padding: 8px;
    width: 100%;
}

.badgeLista.badge-success {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #28a745;
    font-weight: 500;
    font-size: .85rem;
    padding: 8px;
    width: 100%;
}

span.badge.badge-success-bordered {
    border: 1px solid #28a745;
    color: #28a745;
    padding: 10px;
}

.login-logo, .register-logo {
    font-size: 2.1rem;
    font-weight: 300;
    margin-bottom: .9rem;
    text-align: center;
}

.login-logo a, .register-logo a {
    color: #175D7C;
    font-weight: 500;
}

.formUpload button {
    margin-top: 20px !important;
}

.small-box>.inner {
    padding: 1.45rem;
}

.navbar-nav.ml-auto > li:first-child {
    display: none;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active {
    background-color: rgb(0 147 188 / 50%);
    color: #fff;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: rgb(0 147 188 / 90%);
    color: #fff;
}

.alert dl, ol, ul {
    margin-bottom: 0;
}

ul.nav.nav-treeview li {
    border-bottom: 1px solid #ffffff1c;
}


span.badge.badge-primary.vendedor {
    background-color: #0093bc;
    font-weight: 500;
    font-size: .85rem;
    padding: 8px;
    width: 100%;
}

span.badge.badge-secondary.sem-vendedor {
    background-color: #00638521;
    border: 1px solid #00638538;
    color: #006385;
}

form.form-inline.busca {
    width: 100% !important;
    position: relative;
    display: block;
}

.content-wrapper>.content {
    padding: 0 .5rem;
    padding-top: .5rem;
}


.bg-vendedores {
    background: #11972f;
    color: #FFF;
}

/* .stepper-nucleo {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
}


.stepper-nucleo::before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 48px;              
  height: 1px;
  background: #e5e7eb;    
  transform: translateY(-50%);
  z-index: 0;             
      width: 90%;
    margin: 0 auto;
}


.stepper-nucleo a > .mx-auto.mb-2 {
  position: relative;
  z-index: 1;
}

*/

.etapas li {
    list-style: none;
} 