@charset "utf-8";
/* CSS Document */

section {
    display:none;
}

#canvas {
	background-color: rgb(196, 208, 220);
}
#frequency {
	position: relative;
	margin-top: -25px;
}
.label-frequency {
	position: relative;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	display: block;
}
input[type=range] {
	width: 200px;
	display: inline-block;
}
input {
	-webkit-appearance: none;
	width: 160px;
	height: 30px;
	margin: 10px 0px !important;
	background: #d1dbe6;
	background-size: 150px 10px;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	outline: none;
}
 input::-webkit-slider-thumb {
 -webkit-appearance: none;
 width: 20px;
 height: 30px;
 background: #36a9e1;
 position: relative;
 z-index: 3;
}
 input::-webkit-slider-thumb:after {
 content: " ";
 width: 160px;
 height: 10px;
 position: absolute;
 z-index: 1;
 right: 20px;
 top: 5px;
 background: #36a9e1;
}
 .range::-webkit-slider-thumb {
 background: #2366A0;
}
 .range::-webkit-slider-thumb:after {
 background: #2366A0;
}

.play-btn {
	margin-top: -23px;
	margin-left: 10px;
	display: none;
}

/* Drag and drop */

/*DRAG HOLDER
*/
.wjec-drag-and-drop {
	margin: 2em 0em;
	font-size: 1.2em;
}
.drags-holder {
	min-height: 50px;
	text-align: center;
	font-size: 1.2em;
}
/*DRAGS
*/
.ui-draggable, .wjec-drop {
	text-align: center;
}
.drags-holder .ui-draggable {
	margin: 0 10px;
}
.ui-draggable {
	cursor: move;
	background: rgba(29, 113, 184,0.4);
	border: 1px solid rgba(29, 113, 184,0.8);
	display: inline-flex;
	white-space: nowrap;
	margin-bottom: 5px!important;
	padding: 3px 4px 2px 4px;
}
.ui-draggable-dragging {
	background: rgba(29, 113, 184,0.2);
	-webkit-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
	-moz-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
	box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
}
.activity-two .wjec-drag-and-drop-text {
	margin-top: 20px;
}


/*DROPS
*/
.wjec-drag-and-drop-text .ui-droppable {
	border: 1px dotted #b3c5d7;
	background: rgba(179, 197, 215, 0.5);
	width: 150px!important;
	position: relative;
	display: inline-block;
	height: 2em;
	vertical-align: middle;
	padding-top: 1px;
}
/*FEEDBACK*/
.feedback {
	display: none;
	min-height: 3em;
	margin-top: 2em;
	text-align: left;
}
.feedback h4 {
	display: none;
}
p.feedback-incorrect, p.feedback-allcorrect {
	font-size: 1em;
}


/* DROPDOWN ACTIVITY */

#dropdown1 {
	top: 100px;
}

.activity-feedback {
  margin-top: 20px;
}

.activity-feedback p {
	display: none;
}

.dropdown-holder {
	text-align: center;
	position: absolute;
}

#dropdown-holder-1 {
	top: 140px;
	left: 62px;
}

#dropdown-holder-2 {
	top: 208px;
	left: 65px;
}

.btn-container {
	margin-top: 20px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)
{
	.play-btn
	{
		display:inline-block;
	}
}