#contentFrame, .dkiContentFrame, .dki-body-background {
  background-color: #fff;
}
{ 
  background-repeat: no-repeat
}
body, html{
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: normal;
  font-size: 16px;
}
.dki-htm-element,
.dki-table-element {
  line-height: 1.2;
}
.title-text {
  font-size: 2.5em;
   color: #000000;
  
}
.subtitle-text {
  font-size: 1.8em;
  color: #000000;
}
.header-text {
  font-size: 1.5em;
  color: #000000;
}
.content {
  font-size: 1em;
   color: #000000;
}
.content ul li,
.content ol li {
  font-size: 1em;
   color: #000000;
}
.footer-text {
  font-size: 1em;
  color: #000000;
}
.dki-table-element {
  font-size:1em;
}
.subheader-text {
  font-size: 1em;
  font-weight: bold;
  color: #ef967a;
}

.dki-table-element thead tr,
.dki-table-element thead td {
  color: #fff;
  background-color:#dc0210;
}
.dki-table-element table,
.dki-table-element tr,
.dki-table-element td {
  border-color: #C5C6C6;
  color: #000000;
  background-color:#EEEEEE;
}

.dki-htm-element .dki-glossary-link,
.dki-table-element .dki-glossary-link{
  color:#000000;
}

.questionOpening,
.questionBody,
.dki-trueFalseOption-element .content,
.dki-fillBlanksOption-element .content,
.dki-multiChoiceOption-element .content,
.dki-multiPulldownOption-element .content {
}
.submitButton {
  height: 32px;
  right: 35px;
  bottom: 15px;
  text-decoration: none;
  color: white;
  font-size: 1em;
}
html.rtl .submitButton {
  right: auto;
  left: 35px;
}

.submitButton:hover {
  color:black;
}
a.submitButton span.buttonPartial.left{
  display:inline-block;
  width: 12px;   
}
a.submitButton span.buttonPartial.right {
  display:inline-block;
  width:19px;
}
a.submitButton span.buttonPartial {
  background-position: 0px -5px;
  height: 32px;
  float:left;
  line-height: 32px;
  text-align: center;
}
a.submitButton:hover span.buttonPartial {
  background-position: 0px -55px;
}
a.submitButton:active span.buttonPartial {
  background-position: 0px -107px;
}

#referencePopup span.refNum {
  font-size: 1.1em;
}
a.submitButton span.buttonPartial.left {
  background-image: url("resources/testing/submitLeft.png");
}
a.submitButton span.buttonPartial.right {
  background-image: url("resources/testing/submitRight.png");
}
a.submitButton span.buttonPartial.middle {
  background-image: url("resources/testing/submitCenter.png");
  background-repeat: repeat-x;
  padding: 0px 5px;
}

.feedbackWrapper {
  background-color: #eee;
  color: #000;
  min-height: 120px;
  width: 350px;
  top: 50%;
  left: 50%;
  padding-bottom: 10px;
  margin-left: -175px;
  margin-top: -60px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #ccc;
}
.feedbackHeader {
  color: #fff;
  height: 19px;
  width: 100%;
  line-height: 19px;
  background-position: 0 -5px;
  background-repeat: repeat-x;
  background-color: transparent;
  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}
.feedbackClose {
  background-image: url("resources/testing/panel_closeButton.png");
  background-color: transparent;
  cursor: pointer;
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -7px;
  right: -6px;
}
.questionFeedback {
  padding: 0px 10px 10px 10px;
}
.correct, .incorrect{
  background-position: 0 3px;
}
.correct, .incorrect{
  background-position: 0 3px;
}
.correct {
  background-image: url("resources/testing/correct.png");
  background-repeat: no-repeat;
}
.incorrect {
  background-image: url("resources/testing/incorrect.png");
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.multiChoiceCorrectResponse {
  border: none;
}

.dki-trueFalseOption-element .content input,
.dki-multiChoiceOption-element .content input {
  display:none;
}

.dki-trueFalseOption-element .content label,
.dki-multiChoiceOption-element .content label {
  background-position:0px 0px;
  background-repeat: no-repeat;
  padding-left:25px;
  display:inline-block;
  height:100%;
}

.dki-multiChoiceOption-element .content label {
  background-image: url("resources/testing/checkbox_normal.png");
}

.dki-multiChoiceOption-element .content label.checked {
  background-image: url("resources/testing/checkbox_clicked.png");
}

.dki-trueFalseOption-element .content  label {
  background-image: url("resources/testing/radioButton_normal.png");
}

.dki-trueFalseOption-element .content label.checked {
  background-image: url("resources/testing/radioButton_clicked.png");
}

.dki-trueFalseOption-element .content:hover,
.dki-multiChoiceOption-element .content:hover {
  background-color: #d1deeb;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.dki-multiChoiceOption-element .multiChoiceCorrectResponse label {
  background-image: url("resources/testing/checkbox_normal_correct.png");
}

.dki-multiChoiceOption-element .multiChoiceCorrectResponse label.checked {
  background-image: url("resources/testing/checkbox_clicked_correct.png");
}

.dki-trueFalseOption-element .multiChoiceCorrectResponse label {
  background-image: url("resources/testing/radioButton_normal_correct.png");
}

.dki-trueFalseOption-element .multiChoiceCorrectResponse label.checked {
  background-image: url("resources/testing/radioButton_clicked_correct.png");
}
 
.dki-multiChoiceOption-element .correct label {
  background-image: url("resources/testing/checkbox_normal_correct.png");
}

.dki-multiChoiceOption-element .correct label.checked {
  background-image: url("resources/testing/checkbox_clicked_correct.png");
}

.dki-trueFalseOption-element .correct label {
  background-image: url("resources/testing/radioButton_normal_correct.png");
}

.dki-trueFalseOption-element .correct  label.checked {
  background-image: url("resources/testing/radioButton_clicked_correct.png");
}

.dki-multiChoiceOption-element .incorrect label {
  background-image: url("resources/testing/checkbox_normal_incorrect.png");
}

.dki-multiChoiceOption-element .incorrect label.checked {
  background-image: url("resources/testing/checkbox_clicked_incorrect.png");
}

.dki-trueFalseOption-element .incorrect label {
  background-image: url("resources/testing/radioButton_normal_incorrect.png");
}


.dki-trueFalseOption-element .incorrect label.checked {
  background-image: url("resources/testing/radioButton_clicked_incorrect.png");
}


.questionScoreDisplay {
  position: absolute;
  bottom: 0px;
  right: 50px;
}

div.dki-video-element div.jp-video-play {
  display:none !important;
}

@media handheld, only screen and (max-width: 720px) {
	
}

@media handheld, only screen and (max-width: 480px) {
	
}

@media handheld, only screen and (max-width: 400px) {	
	.submitButton{
		width: 90%;
		right: 5%;
		bottom: 1%;
		text-align: center;
	}
	.submitButton .middle{
		width: 85%;
		padding: 0px;
	}
	

@media handheld, only screen and (max-width: 320px) {
	
	
}