


/* Color */
.text-chester {
    color: #ff0037 !important; 
}
a,
.footer a,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
    color: #ff0037;
}
.text-primary,
.list-wrapper .completed .remove {
    color: #ff0037 !important;
}


a:hover,
.footer a:hover {
    color: #a50014;
}


.btn-primary,
.wizard > .actions a {
    background: #ff0037;
    background: -moz-linear-gradient(left,  #ff0037 0%, #a50014 100%);
    background: -webkit-linear-gradient(left,  #ff0037 0%,#a50014 100%);
    background: linear-gradient(to right,  #ff0037 0%,#a50014 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0037', endColorstr='#a50014',GradientType=1 );

    border-color: #ff0037;
}
.btn-primary:hover,
.wizard > .actions a:hover {
    background: #262626;
    background: -moz-linear-gradient(left,  #262626 0%, #000000 100%);
    background: -webkit-linear-gradient(left,  #262626 0%,#000000 100%);
    background: linear-gradient(to right,  #262626 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#000000',GradientType=1 );
    
    border-color: #262626;
}





.btn-danger {
    color: #fff;
    background-color: #c11717;
    border-color: #c11717;
}
.btn-danger:hover {
    color: #fff;
    background-color: #912828;
    border-color: #912828;
}
.text-danger {
    color: #c11717 !important;
}


/* Taille logo */
.navbar .navbar-brand-wrapper .navbar-brand img {
    height: 60px;
}
.navbar .navbar-brand-wrapper .navbar-brand {
    padding: .25rem .50rem; 
}



/* Sidebar Menu */
.sidebar {
    background: #262626;
    background: -moz-linear-gradient(left,  #262626 0%, #000000 100%);
    background: -webkit-linear-gradient(left,  #262626 0%,#000000 100%);
    background: linear-gradient(to right,  #262626 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#000000',GradientType=1 );
}
.sidebar .nav .nav-item.active > .nav-link,
.sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link {
    background: #ff0037;
    background: -moz-linear-gradient(left,  #ff0037 0%, #a50014 100%);
    background: -webkit-linear-gradient(left,  #ff0037 0%,#a50014 100%);
    background: linear-gradient(to right,  #ff0037 0%,#a50014 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0037', endColorstr='#a50014',GradientType=1 );
}
.sidebar .nav .nav-item .nav-link,
.sidebar .nav.sub-menu .nav-item .nav-link {
    color: #ffd7e0;
}