#podiEduNavbar{
	margin-top:10px;
}

/* EasyWizrd Plugin */
.easyWizardSteps {list-style:none;width:100%;overflow:hidden;margin:0;padding:0;border-bottom:1px solid #ccc;margin-bottom:20px}
.easyWizardSteps li {font-size:18px;display:inline-block;padding:10px;color:#B0B1B3;margin-right:20px;}
.easyWizardSteps li span {font-size:24px}
.easyWizardSteps li.current {color:#000}

.easyWizardButtons {overflow:hidden;padding:10px;}
.easyWizardButtons button, .easyWizardButtons .submit {cursor:pointer}
.easyWizardButtons .prev {float:left}
.easyWizardButtons .next, .easyWizardButtons .submit {float:right}

/* Test Question Paganation controls */

#podiEdu_testWizardPager ul.pagination>li>a.podiEdu_testWizardPager_answered{
	background-color:#d9edf7 !important /* should match the Bootstrap bg-info color (we need a custom class for the "!imporant" */
}

#podiEdu_testWizardPager ul.pagination>li>a.podiEdu_testWizardPager_incorrect{
	background-color:#f2dede !important /* should match the Bootstrap bg-danger color (we need a custom class for the "!imporant"  */
}

#podiEdu_testWizardPager ul.pagination>li>a.podiEdu_testWizardPager_correct{
	background-color:#dff0d8 !important /* should match the Bootstrap bg-success color (we need a custom class for the "!imporant"  */
}

#podiEdu_testWizardPager ul.pagination>li>a:hover, 
#podiEdu_testWizardPager ul.pagination>li>span:hover,
#podiEdu_testWizardPager ul.pagination>li>a:focus,
#podiEdu_testWizardPager ul.pagination>li>span:focus {
	background-color:#eeeeee !important /* should match the Bootstrap color of this same selector (we need a custom class for the "!imporant"  */
}

.print-only {
	display: none;
}

@media print {
	.print-only {
		display: inherit !important;
	}
	
	.do-not-print {
		display: none !important;
	}
}

#podiEdu_waitingOverlay{
    filter: alpha(opacity=50);
    opacity: .5;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
	cursor:wait;
}