

.tabMenu li {
	float: left;
	width: 20%;
	margin:0;
	list-style: none;
	background-color: #FFF;
	color: #333;
	padding: 1em .5em;
	text-align: center;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	cursor: pointer;
}

.tabMenu li:first-child {
	border-top-left-radius: .3em;
}

.tabMenu li:last-child {
	border-top-right-radius: .3em;
	border-right: 1px solid #CCC;
}

.tabMenu li.tabSelected {
	background-color: #004b80;
	color: #EEE;
}

.tabDiv {
	display: none;
}

.tab5 {
	display: block;
}

.moreText {
	display: none;
}


/* ***************************** Quiz Box Begin ****************************** */

.answerString, .numOfQuestions, .answerKeyRightDiv, .answerCode {
	display: none;
}

#notice {
    border: 2px solid #F00;
    border-radius: .25em;
    text-align: center;
    display: none;
    float: right;
    margin: 0 1.4em 1.4em;
    padding: .1em 2em;
}

.btnStart {
	cursor: pointer;
}

#main-quiz-holder {
    background: #FCFCFC;
    border: 1px solid #CCC;
    border-radius: 12px;
}

#main-quiz-holder a {
    text-decoration: none;
}

#results-container, #intro-container {
    text-align: center
}

.questionContainer {
    padding: 1.2em;
}

.questionContainer .question, h2.qTitle {
    margin: .6em 0 1.2em 0;
    font-size: 1.1em;
    font-weight: normal;
}

.questionContainer ul.answers {
    margin: 0;
    padding: 0;
    list-style: none;
}

.answers li {
    padding: .7em 1.2em;
    cursor: pointer;
    margin: .8em 0;
    color: #4C4C4C;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em;
    background: #F6F6F6;
    border: 1px solid #CCC;
}

.answers li.selected {
    background-color: #004b80;
    color: #EEE;
}

.questionContainer .next, .questionContainer .btnShowResult {
    float: right
}

.hide {
    display: none
}

.viewManualDiv {
    background-color: #EEE67A;
    padding: .4em 1.8em;
    text-align: center;
    border-radius: .25em;
    border: 1px solid #BBB;
    cursor: pointer;
}
.reviewDiv {
    padding: 1em;
    border: 1px solid #AAA;
    border-radius: 5px;
    background-color: #e5e5e5;
}


.btnContainer {
    margin: 1.2em 0 0;
    padding: .33em;
}

.btnNext, btnShowResult {
    display: block;
    float: right;
}

.btnPrev {
    display: block;
    float: left;
}

.progressWrapper {
	padding: 1.2em;
}

#progressKeeper {
    border-radius: .3em;
    border: 1px solid #dedede;
    display: none;
    height: 2.1em;
}

#progress {
    width: 0;
    height: 2em;
    color: #4c4c4c;
    background-color: #DDD;
}

.progressWrapper {
    padding: 1.2em;
}

.answerBlock {
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #AAA;
    padding: 1em 0 0;
}

.questionContainer .correctChoice {
    background: #77D125;
    color:#333;
}

.questionContainer .incorrect {
    background: #F44;
    color: #EEE;
}

.questionContainer .incorrect label {
    color: #EEE;
}  

.questionContainer img {
    max-width: 100%;
}

.insightDiv {
	display: none;
}


.cdlDivWrapper .sectionComplete {
    border:2px solid #17d405;
    color: #333;
}

.cdlDivWrapper .partialComplete {
    border: 2px solid #3e98bf;
    color: #333;
}


/* *************************** Begin Brett's Table *******************************/


	.tableHeader td, .tableHeader div {
		border: 1px solid #CCC;
		border-right: none;
		padding: 10px 5px;
		text-align: center;
		background-color: #00498d;
		margin: 0px;
		cursor: pointer;
		color: #FFF;
	}


	.tableHeader td:last-child, .tableHeader div:last-child {
		border-right: 1px solid #A4CFE1;
		border-top-right-radius: 5px;
	}

	.tableHeader td:first-child, .tableHeader div:first-child {
		border-top-left-radius: 5px;
	}

	.tableRow td, .tableRow div {
		text-align: center;
		border-left: 1px solid #A4CFE1;
		border-bottom: 1px solid #A4CFE1;
		border-top: none;
		background-color: #F5F5F5;
		padding: 10px 5px 5px;
		margin: 0px;
		min-height: 42px;
	}

	.tableRow div.textLeft {
		text-align: left;
	}

	.tableRow td:last-child, .tableRow div:last-child {
		border-right: 1px solid #A4CFE1;
	}

	.tableRow a {
		text-decoration: none;
	}

	.tableHeader, .tableRow {
	/*	font-size: 16px;
	*/}

	.cdlSectionHeader {
		cursor: pointer;
	}

	.cdlSectionHeader:hover {
		background-color: #FFF;
	}

	.cdlPageListing {
		display: none;
	}



/* *************************** End Brett's Table *******************************/

/*    ***************  Phones Only  *******************    */

@media screen and (max-width: 400px) {

    .questionContainer {
        padding:0;
    }

    .tabMenu li {
    	width: 100%;
    	margin:0;
        float: none;
    }

    .tabMenu li:first-child {
    	border-top-right-radius: .3em;
    }

    .tabMenu li:last-child {
    	border-top-right-radius: 0;
    }

    .cdlPageListing {
    	display: block;
    	font-size: .8em;
    }

}

@media screen and (max-width: 767px) {

    .tabMenu li {
        width: 100%;
        margin:0;
        float: none;
    }
    

}


/* ***************************** Quiz Box End ****************************** */

