/*
Project: 16-17_3-10
Author: Richy Thomas
Pallette: Dark Blue: rgba(0,103,163,1) , Light Blue: rgba(0,105,165,1); , Orange: rgba(180,63,46,1);
*/


/* Sections */

section {
  display: none;
}

/* Statement Stack */

#statementStack {
  text-align: center;
  margin-bottom: 20px;
}

.draggable {
  background: rgb(255,255,153);
  border-radius: 6px;
  color: #333;
  cursor: move;
  display: inline-block;
  font-size: 18px;
  padding: 12px;
  text-align: center;
  z-index: 2;
}

.dropZone .draggable {
  background: transparent;
  color: #333;
  display: block;
  font-size: 16px;
  height: auto!important;
  padding: 0;
  text-align: left;
  width: 100%!important;
}

.dropZone {
  font-weight: bold;
}

#feedback-1 {
  margin-bottom: 0;
}

/* Alerts */

.alert {
  font-weight: bold;
}

.alert-danger {
  border: 1px solid #a94442;
}

.alert-success {
  border: 1px solid #3c763d;
}

.alert-top {
  margin-top: 20px;
}

.alert-bottom {
  margin-bottom: 0;
}


/* Pen Tool Overwrites */

.btnPen {
  display: none;
}

.modal-header h3 {
  margin: 0;
}

.modal-footer .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* Text entry box */

.text-entry {
  border: 1px solid #CCC;
  font-size: 16px;
  height: auto;
  line-height: 28px;
  margin: 20px 0;
  min-height: 100px;
  padding: 10px;
}

/* Statement Stack */

.profile {
  border-radius: 6px;
  border: 1px solid #CCC;
  padding: 20px;
}

/* Profile Section */

.text-indent {
  padding-left: 30px;
}

.hidden-content {
  display: none;
}

#narrative-content {
  margin-top: 20px;
}

.text-entry-box {
  display: inline-block;
  font-size: 16px;
  height: auto;
  line-height: 28px;
  margin-left: 6px;
  min-height: 28px;
  min-width: 100px;
}

.text-entry-box:focus {
  outline: none;
}

.table-entry {
  display: block;
  height: auto;
  line-height: 28px;
  min-height: 28px;
  width: 100%;
}

.table-entry:focus {
  outline: none;
}

/* Examples */

.example-1 {
  margin-bottom: 20px;
}


/* Tablet */
@media(min-width: 768px){



}


/* Desktop */
@media(min-width:992px){



}


/* Large Desktop */
@media(min-width:1200px){


}


/* Print */
@media print {


}