@charset "utf-8";
/* CSS Document */

/* General */

.hint
{
	margin-bottom: 20px;
}

/* Activity one */

.table thead th
{
	font-family: "Montserrat";
    font-size: 22px;
}

.table h3
{
	font-size: 20px;
}

.table h4
{
	font-size: 18px;
}

#section-1 .text-entry 
{
    min-height: 50px;
	padding: 10px;
	border: 2px solid #0c0534;
	background: #f3f3f3;
	border-radius: 6px;
	margin-bottom: 20px;
}

/* Activity two */

#order li, #activitySortableList li .swappableElement {
	border: 1px solid #CCC;
	height: 100%;
	height: 100px;
	margin-bottom: 15px;
	padding: 15px;
	font-size: 16px;
	color: #fff;
}

#order li {
  background: rgb(144,1,40);
  border: 1px solid #CCC;
}

#activitySortableList li {
  background: #CCC;

}

#activitySortableList li .swappableElement {
  cursor: move;
  display: block;
  background: rgb(12,5,52);
}

.ui-droppable {
  margin-bottom: 15px!important;
}

.ui-draggable.being-dragged {
  background: #FFF;
  cursor: move;
  box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
  -moz-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
  -webkit-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
   z-index: 6;
}

.totalCorrectHolder {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.totalCorrectHolder.alert {
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
}

.totalCorrectHolder.alert-warning {
  border: 1px solid #8a6d3b;
}

.totalCorrectHolder.alert-success {
  border: 1px solid #3c763d;
}

.activity-feedback p {
  display: none;
}

.brainstorm
{
	margin-top: 40px;
}

.subject-box 
{
	border-radius: 100px;
    padding: 10px;
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    width: 100%;
    background-color: #0d0635;
    color: #fff;
    margin-top: 75px;
    margin-bottom: 75px;
}

.subject-box h4
{
	display: table-cell;
	vertical-align: middle;
}

#section-2 .text-entry 
{
	min-height: 150px;
    padding: 20px;
    border: 2px solid #0c0534;
    background: #f3f3f3;
    border-radius: 50px;
    margin-bottom: 20px;
    color: #0c0534;
}

[contenteditable=true]:empty:before 
{
	color: #0c0534;
}

.extra-margin
{
	margin-top: 75px;
}

@media (min-width: 768px)
{
	#order li, #activitySortableList li .swappableElement {
		height: 60px;
	}
	
}

@media print 
{
	.nextBtn, .hint 
	{
		display: none !important;
	}
	
	
}

