/* base styles - overright these in your theme stylesheet */

.delete_url_upload_assignments{
text-decoration:none;
}

.sfwd_module .error{
text-align:center;
}
.content_article_style{
min-width:600px;
}
.post2pdf_conv_image_align_center
{
text-align: center;
}
.slickQuizWrapper .button {
    float: left;
    width: auto;
    padding: 5px 15px;
    color:#ffffff;
    background-color:darkcyan;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}
.slickQuizWrapper .button:hover {
    background-color:darkslategray;
}

.startQuiz {
    margin-top: 20px;
}

.quizArea, .quizResults {
    margin-bottom: 40px;
}

/* clearfix */
.quizArea, .quizResults {
    zoom: 1;
}
.quizArea:before, .quizArea:after, .quizResults:before, .quizResults:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.quizArea:after, .quizResults:after {
    clear: both;
}

.questionCount {
    font-size: 14px;
    font-style: italic;
}
.questionCount span {
    font-weight: bold;
}

ol.questions {
    margin-top: 20px;
    margin-left: 0;
}
ol.questions li {
    margin-left: 0;
}

ul.answers {
    margin-left: 20px;
    margin-bottom: 20px;
}

ul.responses li {
    margin: 10px 20px 20px;
}
ul.responses li p span {
    display: block;
    font-weight: bold;
    font-size: 18px;
}
ul.responses li.correct p span {
    color: #6C9F2E;
}ul.responses li.incorrect p span {
    color: #B5121B;
}

.quizResults h3 {
    margin: 0;
}
.quizResults h3 span {
    font-weight: normal;
    font-style: italic;
}
.quizResultsCopy {
    margin-top: 20px;
}
.learndash_checkout_buttons {
	overflow: hidden;
	position: relative;
	margin: 20px 0;
}
.learndash_checkout_buttons .learndash_checkout_button  br {
	display:none;
}
.learndash_checkout_buttons .learndash_checkout_button {
	float:left;
	max-width: 200px;
	margin-right: 20px;
}


.learndash_topic_dots  ul, .learndash_topic_dots  ul li{
    list-style-type: none;
	margin: 0;
}

.learndash_topic_dots b, .learndash_topic_dots strong{
margin-right: 10px;
}

#learndash_lessons .learndash_topic_dots {
	float: left;
	padding-left: 35px;
}
.learndash .topic-completed   span{
    background: url("images/completed_t.png") no-repeat scroll 0 50% transparent;
    display: inline-block;
    height: 25px;
    line-height: 25px;
	vertical-align: middle;
    padding-left: 20px;	
}
.learndash .topic-notcompleted  span{
    background: url("images/notcompleted_t.png") no-repeat scroll 0  50% transparent;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding-left: 20px;
	vertical-align: middle;
}
.learndash_topic_dots ul .topic-completed span, .learndash_topic_dots ul .topic-notcompleted span {
	margin: 10px 0;	
	text-decoration: underline;
    padding-left: 30px;	
}
.learndash .completed {
	background: url(images/completed.png) no-repeat;
	display: block;
    height: 25px;
    line-height: 25px;
    padding-left: 35px;
}
.learndash .notcompleted {
	background: url(images/notcompleted.png) no-repeat;
	display: block;
    height: 25px;
    line-height: 25px;
    padding-left: 35px;
}

.learndash .notavailable {
	background: url(images/notavailable.png) no-repeat;
	display: block;
    height: 25px;
    line-height: 25px;
    padding-left: 35px;
}
 .notavailable {
	color: gray;
	text-decoration: none;
	cursor: default;
}
 h4 small#notavailable_message {
	display:none;
}
.learndash h4 small#notavailable_message {
	font-weight: 100;
	display: block;
}

a#course_navigation_course_link {
	font-size: 14px;
	font-weight: bold;
}

#course_navigation h4 a {
	font-size: 11px;
	font-weight: 100;
	margin-top: 3px;
}

#course_navigation h4 a.completed {
	color: green;
}

#course_navigation h4 a.notcompleted, #course_navigation h4 a.notavailable  {
	color: gray;
}

small.notavailable_message {
	padding-left: 35px;
}

#learndash_back_to_lesson {
	margin-bottom: 15px;
}

.widget_sfwd-lessons-widget .completed {
    font-style: italic;
    text-decoration: line-through;
}

