/* 

This will be merged with main.css eventually.

*/

.module_question {
    display:block;
    font-size:20px;
    font-weight: bolder;
    margin-top:50px;
}

.answer_checkbox {
    margin-right:20px;
}

#module_progress {
    background-image: radial-gradient(at 80% 20%, rgb(57, 181, 232), rgb(0, 113, 209));
    position:fixed;
    bottom:0;
    width:100%;
    z-index:100;
    /*padding:20px;*/
}

.completion_wrapper {
    width: 80%;
    margin:0 auto;
}

.progress_bar {
    width: 100%;
    padding: 0 0;
    border:1px solid #0071d1;
    background-color:#fff;
    display: block;
    float:left;
    margin: 0 0 1em 0;
}

.progress_bar_complete {
    background:#36e8cf;
    display: block;
    color:#0071d1;
    font-size:14px;
    font-weight: bold;
    /*padding:10px;*/
    float:left;
    /*border-right:1px solid #0071d1;*/
    overflow:hidden;
    padding: 1em 0;
}

.submit_answers {
    background: #0071d1;
    color:#fff;
    padding:10px;
    margin-left:20px;
    border:none;
    font-size:14px;
    width:200px;
    font-weight: bold;    
    display: inline-block;
}

/* 

    Module results page style.

*/ 

.module_result_wrapper {
    width:955px;
    margin:0 auto;
    text-align: center;
}

/* 

    learning content 

*/

.learning_content_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    clear:both;
}

.learning_content_pagination li {
    float:left;
    margin-top:1em;
}

.learning_content_pagination a {
    padding:0.5em;
    border:1px solid #0071d1;
    color:#0071d1;
    margin-right:0.2em;   
}

.current_page {
    background:#0071d1;
    color:#fff !important;
    font-family: 'Futura PT Heavy';
}

button.access_learning_content
{
	display: block;
	float: left;
	width: 100%;
	margin: 0em auto 1em auto;
	padding: 20px 0;
	background-image: linear-gradient(90deg, #005eb8, #39b5e8);
	text-align: center;
	font-size: 1.2em;
	color: white;
	font-family: 'AvenirHeavy';
	border-radius: 20px;
}

.button.take_module_test
{
	display: block;
	float: left;
	width: 100%;
	margin: 0em auto 1em auto;
	padding: 20px 0;
	background-image: linear-gradient(90deg, #005eb8, #39b5e8);
	text-align: center;
	font-size: 1.2em;
	color: white;
	font-family: 'AvenirHeavy';
	border-radius: 20px;
}

.purchase_notice {
	display: block;
	float: left;    
    text-align: center;
    font-family: 'AvenirLight';
    font-size:1.2em;
    color:#0071d1;
    width:100%;
    padding-top:1em;
    padding-bottom:1em;
}