/*
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;
}

.hide-drop {
  opacity: 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;
}

/* Hidden Word */

.hidden-word {
  display: none;
}


/* Statement Stack Shared */

.statementStack {
  text-align: center;
  margin-bottom: 20px;
}

.feedback {
  margin-bottom: 0;
}

.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;
}


/* Statement Stack #1 */

#diagram-area {
  position: relative;
}

.draggable-1 {
  margin: 0 5px;
  font-size: 14px;
}

.dropZone-1 {
  background: #e4e4e4;
  border-radius: 6px;
  height: 50px;
  text-align: center;
  width: 120px;
  z-index: 2;
}

.dropZone-1 .draggable {
  background: rgb(255,255,153);
  color: #333;
  font-size: 12px;
  height: 50px!important;
  height: auto!important;
  line-height: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%!important;
}

.draggable-1.ui-draggable-dragging {
  min-width: 120px!important;
}


#drop-1-1 {
  position: absolute;
  top: 198px;
  left: 30px;
}

#drop-1-2 {
  position: absolute;
  top: 110px;
  left: 160px;
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
   transform: rotate(-50deg);
}

#drop-1-3 {
  position: absolute;
  top: 0px;
  left: 257px;
}

#drop-1-4 {
  position: absolute;
  top: 150px;
  left: 257px;
}

#drop-1-5 {
  position: absolute;
  top: 110px;
  right: 160px;
  -ms-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
   transform: rotate(50deg);
}

#drop-1-6 {
  position: absolute;
  top: 198px;
  right: 30px;
}

/* Statement Stack #2 */

.dropZone-2 .draggable {
  background: transparent;
  color: #333;
  display: block;
  font-size: 16px;
  height: auto!important;
  padding: 0;
  text-align: left;
  width: 100%!important;
}


/* Highlight Text */

.highlighted {
  font-style: normal;
}

.key {
  margin-bottom: 10px;
}

.key-list li {
  line-height: 36px;
}

.highlight-group.pink.show-highlight {
  background: #FF69B4;
}

.highlight-group.green.show-highlight {
  background: #8BC34A;
}

.highlight-group.yellow.show-highlight {
  background: #FFFF7B;
}

.highlight-group.blue.show-highlight {
  background: #29B6F6;
}

/* Color Picker */

.color-picker {
  float: left;
  margin-right: 15px;
  width: 32px;
}

.color-picker div {
  border-radius: 15px;
  border: 1px solid #111;
  cursor: pointer;
  height: 30px;
  margin: 5px 0;
  width: 30px;
}

.color-picker div:hover {
  border: 1px solid #444;
}

.color-picker div.selected {
  box-shadow: #666 0 0 4px 2px;
}


/* Scrolable Area */

.scollable-area {
  border: 1px solid #CCC;
  margin: 20px 0;
  height: 500px;
  padding: 20px;
  overflow-y: scroll;
}

/* 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;
}

/* Text indent for paragraphs */

.text-indent {
  padding-left: 30px;
}




/* Tablet */
@media(min-width: 768px){



}


/* Desktop */
@media(min-width:992px){

  .draggable-1 {
    font-size: 16px;
  }

  .draggable-1.ui-draggable-dragging {
    min-width: 160px!important;
  }

  .dropZone-1 {
    width: 160px;
  }

  .dropZone-1 .draggable {
    font-size: 15px;
  }

  #drop-1-1 {
    top: 283px;
    left: 45px;
  }

  #drop-1-2 {
    top: 150px;
    left: 232px;
  }

  #drop-1-3 {
    top: 25px;
    left: 346px;
  }

  #drop-1-4 {
    top: 200px;
    left: 346px;
  }

  #drop-1-5 {
    top: 150px;
    right: 232px;
  }

  #drop-1-6 {
    top: 283px;
    right: 45px;
  }


}


/* Large Desktop */
@media(min-width:1200px){

  .draggable-1 {
    font-size: 18px;
  }

  .draggable-1.ui-draggable-dragging {
    min-width: 200px!important;
  }

  .dropZone-1 {
    width: 200px;
  }

  .dropZone-1 .draggable {
    font-size: 18px;
  }

  #drop-1-1 {
    top: 363px;
    left: 50px;
  }

  #drop-1-2 {
    top: 218px;
    left: 270px;
  }

  #drop-1-3 {
    top: 43px;
    left: 428px;
  }

  #drop-1-4 {
    top: 243px;
    left: 428px;
  }

  #drop-1-5 {
    top: 218px;
    right: 270px;
  }

  #drop-1-6 {
    top: 363px;
    right: 50px;
  }

}


/* Print */
@media print {


}