
/* General */
.question-1 .well
{
	margin-top: 20px;
}

/* Activity 1 */

#hint-one-modal .modal-body img
{
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

/* Notepad */

.notepad {
  background-color: #EEE8D3;
  background-image: url("../../../images/activities/unit2/lined-paper.png");
  border-radius: 6px;
  border: 1px solid #3d3c41;
  margin-top: 20px;
}

.notepad header {
  background: #3d3c41;
  color: #FFF;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.notepad header h3 {
  font-size: 20px;
  margin: 0;
}

.notepad article {
  font-size: 25px;
  padding: 15px;
}

.notepad article .note-entry {
  min-height: 200px;
}

.notepad article div:active, .notepad article div:focus {
   border: none;
   box-shadow: none;
   outline: none;
}

/* Activity 2 */
#order li, .ui-droppable
{
    font-size: 1.2em;
    /* padding: 0.8em; */

    height: 3em;
    /* HEIGHT: auto; */
    margin-bottom: .2em;
}
#selectableStatements{
    display: none;
}

.ui-sortable 
{
	margin-top: 20px;
}

.ui-sortable li
{
    display: none;
    font-size: 1.2em;
    list-style: none;
    color: #fff;
    border: 1px solid #fff;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    cursor: move;
    text-align: center;
    background: #049294;
    padding: 6px 12px;
	
}
#order li
{
    line-height: 1.5em;
    padding-left: .5em;
    color: #000;
    border: 1px solid #E4B74B;
    background-color: #fff;
}

.ui-sortable-helper
{
    z-index: 6;

    background: #3f777c;
    -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);
}

.dragColumn
{
    /* font-size: 1.1em; */
    min-height: 12em;
    margin-top: 0;
    text-align: center;
    color: white;
    border: 1px dashed #333;
    padding-left: 0;
}

.dragHolder h4
{
	font-weight: bold;
	text-align: center;
}

.draggableItem .glyphicon
{
	margin-top: 6px;
}

/* Activity 3 */
.table>thead>tr>th
{
	background-color: #CF6A24;
	color: #fff;
}

.collapse.in {
	display: inline;
}

.eye-container {
	width: 28px;
	display: inline-block;
	margin-right: 10px;
}

.eye-container a i.fa-eye-slash {
	color: #CF6A24;
}

.eye-container a i.fa-eye {
	color: #049294;
}

tr>td p
{
	margin-bottom: 0px;
}

.text-entry
{
	border: 1px solid #CCC;
	margin-bottom: 10px;
	min-height: 40px;
	padding: 5px;
}

[contenteditable=true]:empty:before {
	color:#cccccc;
  content: attr(placeholder);
  display: block; /* For Firefox */
}

.suggestion 
{
	display: inline-block;
}