/*
ed193a
f68c9d

ee3e96
f79fcb

7dcbb7
bee5db

6d6f71
b6b7b8
*/
.btn-primary {
    background-image: none!important;
    background-color: #D8213B !important;
    color: #fceef0 !important;
    white-space: normal;
    font-size: 11px !important;
    border: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all .2s;
}

.btn-primary:hover {
    background-color: #D40828;
    background-image: linear-gradient(to top, #E0092B, #E0092B 60%, #F21D3E)!important;
    color: white !important;
    animation-name: none !important;
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #DB213E;
    border-color: #BA001D!important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 164, 231, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(47, 164, 231, 0.5);
}

.btn-default {
    background-image: none;
    background-color: #dedede ;
    color: #555555;
    white-space: normal;
    font-size: 11px!important;
    border: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: uppercase;
    border-radius: 5px;
}

.btn-default:hover {
    background-color: #463E41;
    color: white;
    animation-name: none ;
}

.btn-default-viejo {
    background-image: linear-gradient(#fff, #fff 60%, #f5f5f5)!important;
    background-repeat: no-repeat;
    filter: none;
    border: 1px solid #e6e6e6;
}

.btn-default-viejo:hover {
    box-shadow: 1px 1px 1px 1px #F5F5F5!important;
    color: #555555!important;
}

.btn-secondary {
    background-image: none!important;
    background-color: #fceef0 !important;
    color: #dd3e54 !important;
    white-space: normal;
    font-size: 11px !important;
    border: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: uppercase;
    border-radius: 5px;
}

.btn-secondary:hover {
    background-color: #dd3e54 !important;
    color: white !important;
    animation-name: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    color: #CF0020;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border-color: #CF0020;
}
.navbar-default{
    background-image: linear-gradient(to top, #C90423, #ed193a 60%, #FA4662);
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    background-color: #C90423;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color: #C90423;
}
.navbar-default .navbar-nav .dropdown-menu a:hover{
    background-color: #ed193a;
}
.navbar-default .badge{
    color: #ed193a;
}
.btn-volver-pagina{
    color: #CF0020;
}
a, .btn-link{
    color: #CF0020;
}
.table-hover tr:hover td{
    background-color: #FCEBEE;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active{
    background-color: #CF0020!important;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active{
    background-color: #f68c9d!important;
}
.wizard > .actions li a, .wizard > .actions a:hover, .wizard > .actions a:active{
    background-color: #CF0020!important;
}
.wizard > .actions li.disabled a, .wizard > .actions li.disabled a:hover, .wizard > .actions li.disabled a:active{
    background-color: #ddd!important;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
    background-color: #CF0020;
}
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
    background-color: #CF0020;
}
.badge {
    background-color: #ed193a;
}
.badge.fondo-gris {
    background-color: #9a797e;
}
.tipografia-b {
    color: #898989;
}