.progress-bar-success { background-color: #9c2829; } /* Barra de progreso color principal */
.progress { background-color: #999f9f } /* Barra de progreso color de fondo */

/* Header */
.navbar .navbar-collapse {
    background: #207c7b !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
}

.navbar .navbar-header {
	background: #207c7b !important;
	border-bottom-color: transparent !important;
}

/* Logo del curso */
#sidebar .nav-user-wrapper {
    background: #9c2829 !important;
}

.navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn:focus { background-color: #207c7b !important; }
.navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn:hover { background-color: #207c7b !important; }
.navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn {
    background-color: #207c7b;
    border-color: #207c7b;
    color: #ffffff !important;
}
.navbar .navbar-header .sidebar-mobile-toggler { background-color: #207c7b !important; }
.navbar .navbar-header .sidebar-mobile-toggler:active { background-color: #207c7b !important; }
.navbar .navbar-header .sidebar-mobile-toggler:hover { background-color: #207c7b !important; }
.navbar .navbar-header .sidebar-mobile-toggler:focus { background-color: #207c7b !important; }


/* Icono de menú */
.item-media > div { background-color: #9c2829; padding: 3px; border-radius: 3px; }
.item-media > div > span { color: white; }

/* Elemento activo del menú */
ul.main-navigation-menu li a.item_active { border-left: 4px solid #207c7b !important;  }