html body .pace .pace-progress
{
    background: #00438d !important;
}

.preco, .quantidade {
    text-align: right;
}

.main-menu.menu-dark .navigation > li.active > a, .main-menu.menu-dark .navigation > li .active > a {
    border-right-color:  #00438d !important;
} 

.btn-outline-success {
    color:  #00438d !important;
    border-color: #00438d !important;
}

.btn-outline-success:hover {
    background-color: #00438d !important;
}

.cke_skin_office2003 .cke_button a, .cke_skin_office2003 .cke_button a:hover, .cke_skin_office2003 .cke_button a:focus, .cke_skin_office2003 .cke_button a:active, .cke_skin_office2003 .cke_button a.cke_off {
    height: 23px !important;
}

.cke_skin_office2003 .cke_rcombo .cke_text {
    height: 22px !important;
}

.cke_skin_office2003 a.cke_dialog_tab, .cke_skin_office2003 a:link.cke_dialog_tab, .cke_skin_office2003 a:active.cke_dialog_tab, .cke_skin_office2003 a:hover.cke_dialog_tab, .cke_skin_office2003 a:visited.cke_dialog_tab {
    height: 24px !important;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.well-sm {
    padding: 9px;
    border-radius: 2px;
}

@media only screen and (max-width: 767px) {
    .select2 {
        width: 100% !important;
        max-width: 100% !important;
    }
}