/*
Theme Name: Corpus Motum
Template: virtue
Author: Child Theme Configurator
Version: 1.0.1431437046
Updated: 2015-05-12 15:24:06
*/


li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active, ui-tabs-anchor { font-size: 110% !important; }
.wpb_content_element .wpb_tabs_nav li { color: #000 !important;  }

ul.wpb_tabs_nav > li  { background-color: #f8d6d6 !important; font-size: 100% !important; }
ul.wpb_tabs_nav > li.ui-tabs-active { background-color: #ee9999 !important; font-weight: bold !important; }
.wpb_tab { border: 1px solid !important; border-color: #ee9999 !important; color: #000 !important; }
a.ui-tabs-anchor { color: #dd3333 !important; }

/* Changes by Lukas Trimmel BEGIN */
/* Hide delete button in course panel */
input.course-delete {
	display: none!important;
}
/* Changes by Lukas Trimmel END*/

/* Changes by Lukas Trimmel BEGIN */
/* Hide module button in single lesson page */
section.sensei-breadcrumb > a{
    display: none!important;
}

section.sensei-breadcrumb > a:first-child{
    display: inline!important;
}

.course-completion-rate {
	display: none!important;
}

.course-lesson-count {
	display: none!important;
}

.notrated {
	display: none!important;
}
.complete {
	text-transform: none!important;
}

.in-progress {
	display: none!important;
}

#generated_coupon_data_container {
    display: none!important;
}

/* Changes by Lukas Trimmel END*/