.button-drivenyou{
    font-weight: 600;
    background-color: #f28321;
    color: #ffffff!important;
    border-radius: 50px 50px 50px 50px;
}

[class*=sidebar-dark-] {
    background-color: #F06400!important;
}

.profile_direccion{
    border: 2px solid #92c8fe;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
}

.no_editable{
    background-color: #c2c2c2;
}
a.btnControl{
    font-size: 1.5em;
}
a.btnAddAddress{
    color:green!important;
    font-weight: bold;
    font-size: 2.5em;
}
a.btnControl.danger{
    color:red;
}
a.btnControl:hover {
    cursor:pointer;
}
a.btnControl.danger:hover{
    color:red;
}

hr.hr_small{
    margin:1em 1em;
}
.avatar-market{
    max-width: 90%;
}

tr.canceled{
    color:red;
}