.error {
    color: #e64d4d;
    border: 1px solid #e64d4d;
}

#editar_info_general {
    width: 100px;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: center;
    background: #278f84;
}

#btn_guardar_producto {
    width: 100px;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: center;
    background: #278f84;
}

.text {
    color: #278f84;
    font-weight: normal
}

.o_default_snippet_text {
    color: #278f84;
    font-weight: normal;
    text-align: left;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid white
}

.bg-200 .text-muted,
.o_colored_level .bg-200 .text-muted {
    font-size: 20px;
    text-align: center;
    color: rgba(56, 56, 56, 0.7) !important;
}