/* Home participante - Ver todos */
.live-event-category .live-event-category-data .live-event-category-storeLink{
    color:#9d9d9c;
}
/* Caja home participante */
.live-event-category .listing-events.gallery .live-event-data {
background: #009A3F;
}
/* Finalizado caja home participante */
.live-event-category .listing-events.gallery .live-event-data .live-event-price .data-footer-container .price-duration-data .eventHasEnded {
color: #fff;
}
/* vigente caja home participante */
.live-event-category .listing-events.gallery .live-event-data .live-event-price .data-footer-container .price-duration-data .status-certifications.enabledColor {
color: #fff;
}
/* Curso participante palabra foro*/
#ctl00_cpMainContent_divForum{
    color: #FF9900;
}
/* Curso participante titulo contenido externo */
#exams-container h3 span:last-child, #forum-container h3 span:last-child, #liveEvent-content-container h3 span:last-child{
    color: #FF9900;
}
/* Hover arbol contenido */
#liveEvent-modules #modulesAccordion ul li .accordion-header:hover, #liveEvent-modules #modulesAccordion ul li a:hover{
    color: #FF9900;
}
/* Color iconos admin contenido  */
.new-item-dotted.add svg path {
    fill: #FF9900;
}
/* Switch checked  */
.switch-button-background.checked{
    background: #009A3F;
}
/* Tienda cursos pastilla en progreso  */
.listing-events.gallery .event .event-data-general .image-event .event-progress-status.isInProgress{
    background-color: #FF9900;
    padding: 6px 12px;
}
/* Tienda cursos pastilla completo  */
.listing-events.gallery .event .event-data-general .image-event .event-progress-status.isCompleted {
    background-color: #009A3F;
    padding: 6px 12px;
}
/* Tienda cursos finalizado  */
.listing-events.gallery .event .event-price .event-date {
    color: #009A3F;
}
/* Tienda cursos tipo de curos  */
.listing-events.gallery .event .event-data-general .event-data .event-type{
    color:#9d9d9c;
}
/* Barra de progreso home participante  */
.live-event-category .listing-events.gallery .live-event-data .live-event-price .info-content .live-event-progress .progress-bar .bar.positive{
    background: #00662B;
}
/* Barra de progreso curso  */
.progress-bar .bar.positive{
    background: #009A3F;
}
/*Agrandar el buscador*/
#searchBox .footer .half {
    width: 60%;
}
/*Cambio color boton para que sea naranja home*/
.live-event-category .listing-events.gallery .live-event-data .live-event-price .btn-home-student .btn.primary{
    background-color: #f39200;
}
.live-event-category .listing-events.gallery .live-event-data .live-event-price .btn-home-student .btn.primary:hover{
    background-color: #f39200;
}
.live-event-category .listing-events.gallery .live-event-data .live-event-price .btn-home-student .btn.primary.isEnrolled{
    background-color: #f39200;
}
/*Cambio color de texto barra negra full screen vista participante contenidos*/
#liveEvent-content-container.fullScreen #liveEvent-NavBar a, .content-right.fullScreen #liveEvent-NavBar a{
    color: #9D9D9C;
}