.loader-theme .interactive-element {
	background: #3C91B6 !important;
	
	-webkit-border-radius: 3px;
    -moz-border-radius: px;
    border-radius: 3px;
	
	text-indent:0;
	color:#fff !important;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

.loader-theme .interactive-element.active {
	cursor:pointer;
}

.loader-theme .interactive-element.inactive {
	text-indent:0;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	
	background-color:#93A4B7 !important;
	color:#fff !important;
	cursor:default;
}

.loader-theme .interactive-element.active:active {
	position:relative;
	top:1px;
}

.loader-theme .interactive-element.active:hover {
	background: #63A7C5 !important;
}

.loader-theme .interactive-element.selected {
	background: #ECBF0F !important;
}

.loader-theme .interactive-element.selected:hover {
	background: #ECBF0F !important;
}

.loader-theme .feedback-slider {
	margin-top:5px;
	height:45px;
	width:100%;
	text-align:center;
	line-height:1.3em;

	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.loader-theme .feedback-slider .feedback-text {
	color: #990000;
	position:relative;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 6px;
	padding-bottom: 5px;
}

.loader-theme .feedback-slider .feedback-text .correct {
	color:#0000F0;
}

.loader-theme .feedback-slider .feedback-text .incorrect {
	color:#F00000;
}

.loader-theme .feedback-slider .feedback-text .feedback {
	font-size:12px;
	color: #7f8c8d;
	font-weight: normal;
}

.loader-theme .mark {
	background-repeat: no-repeat;
	background-position: left center;
	width: 20px;
	height: 100%;
	top:0;
	position:absolute;
}

.loader-theme .mark.correct {
	background-image: url(../../images/common_exercise_assets/tic-app.png);
}

.loader-theme .mark.incorrect {
	background-image: url(../../images/common_exercise_assets/cross-app.png);
}

.loader-theme .exerciseNavigation {
	padding-top: 30px;
	text-align: center;
	clear:both;
}

.loader-theme .button {
	background: #95a5a6;
	border:none;
	font-family: inherit;
	text-indent:0;
	color:#fff;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	
	cursor:pointer;

	height: 25px;
	font-size: 14px;
	width: 140px;
}

.loader-theme .button.big {
    width: 170px;
}

.loader-theme .button.mini {
	height: 22px;
	width: 95px;
	
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.loader-theme .button[disabled] {
	background-color:#E0E3E4;
	color:#A9B7B8;
	cursor:default;
}

.loader-theme .button:first-child {
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}

.loader-theme .button:last-of-type {
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}

.loader-theme .button:enabled:hover {
	background: #bdc3c7;
}

/* DragToBoxes/Gapfill */

div.mainGapfillDiv div.textDiv div.box {
	background-image: none !important;
	border: none !important;
}


div.mainGapfillDiv div.textDiv div.box div.title {
	background-image: none !important;
}

div.mainGapfillDiv div.textDiv div.box.hoverActive {
	box-shadow: 0 0 0 2px #E67E22 !important;
	-webkit-box-shadow: 0 0 0 2px #E67E22 !important;
	-moz-box-shadow: 0 0 0 2px #E67E22 !important;
}

div.mainGapfillDiv div.answersBox {
	background-color: #ecf0f1;
	border: 0 !important;
}

div.mainGapfillDiv div.answersBox.hoverActive {
	box-shadow: 0 0 0 2px #BDC3C7 !important;
	-webkit-box-shadow: 0 0 0 2px #BDC3C7 !important;
	-moz-box-shadow: 0 0 0 2px #BDC3C7 !important;
}

div.mainTextEntryDiv div.framesDiv div.frame div.element.text div.hidden {
	box-shadow:none !important;
}

/* WordOrder/WordInsert */

div.mainWordOrderDiv div.framesCollection div.frame div.sentence span.word.clone.visible div.arrow {
	border-top-color: #ECBF0F !important;
}