@charset "UTF-8";



.dd-item, .dd-empty, .dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

.dd-empty, .dd-placeholder {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #F3F5F7;
  border: 1px dashed rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectDivOptions span, .selectDivOptions > div {
  line-height: normal !important;
  display: block !important;
  color: #3C4851 !important;
  width: 50%;
}

#nestable-output, #nestable2-output {
  width: 100%;
  height: 7em;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family: Consolas, monospace;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.scrollable {
  overflow: auto;
}

input,
textarea,
.selectable {
  user-select: auto;
}

.readMoreStem {
  text-align: center;
  width: 100% !important;
  position: relative;
}

.readMoreStemIconDiv {
  height: 21px;
  width: 30px;
  display: inline-block;
  border: 1px solid;
  line-height: 20px;
}
.readMoreStemIconDiv:hover {
  background-color: rgba(117, 117, 117, 0.34);
}

#readMoreStemIcon {
  width: 100%;
  
}
#readMoreStemIcon:hover {
  color: #FFFFFF;
}

.growlMessage {
  top: 0px !important;
  left: 0px !important;
  position: absolute !important;
  width: 100%;
  z-index: 999999999;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.86);
  border-color: #000000;
  height: 50px;
  padding-right: 35px;
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 2px;
}

.growlText {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.hidden {
  display: none;
}

#backgroundWidget {
  left: 0;
  top: 0;
}

#questionStem {
  font-size: 18px;
  margin: 2%;
  height: auto !important;
  margin-bottom: 15px !important;
  margin-right: 3%;
  margin-left: 3%;
  margin-top: 15px !important;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#questionStem * {
  /*font-family: "HalisBook";*/
}
#questionStem li {
  display: list-item;
}
#questionStem code {
  color: #333;
}

#answerHeader {
  background-color: #E5EAEE;
  font-size: 18px;
  overflow: hidden;
  position: relative;
  z-index: 99;
  border:1px solid black;
}

#answerHeaderText {
 
  font-weight: bold;
  font-family: "HalisMedium";
  width: 90%;
  float: left;
  margin: 15px 20px;
  
  
  
  
}

#explanationHeader {
  background-color: #E5EAEE;
  font-size: 18px;
  overflow: hidden;
  position: relative;
  z-index: 99;
    border:1px solid black;
}

#explanationHeaderText {
  font-weight: bold;
  font-family: "HalisMedium";
  width: 90%;
  float: left;
  margin: 5px 0;
}



#explanationBody {
  margin: 2%;
  float: left;
  font-size: 18px;
  background-color: #FFFFFF;
 
  width: 95%;
  position: relative;
  z-index: 99;
}

#explanationBodyText {
  font-family: "HalisBook";
  font-size: 18px;
  line-height: 134%;
  margin:0%;
  height: auto !important;
  margin: 5px 5px !important;
}

#explanationBodyText li{
  display: list-item;
}
#explanationBodyText code {
  color: #333;
}



#expandExplanation {
  float: left;
  line-height: 35px;
  min-height: 36px;
  max-height: 36px;
}

.collapseExplanation {
/*  background: url("../images/nextUp.png") no-repeat center; */
  display: block;
  width: 3%;
  
  cursor: pointer;
}

.expandExplanation {
  background: url("../images/nextDown.png") no-repeat center;
  display: block;
  width: 3%;
  
  cursor: pointer;
}

.zindexplus {
  z-index: 999999;
}

.correctAnswer {
  border: 1px solid #3ab357;
}

.correctAnswer2 {
  background: #3ab357 !important;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.correctAnswer2Close {
  background: url("../images/close-green.png") no-repeat !important;
}

.correctAnswerFillTheBlank {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.correctAnswerBackground {
  width: 100%;
  
  position: absolute;
  top: 0;
  background: rgba(0, 128, 0, 0.2) !important;
}

#overlayAnswer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  
  z-index: 9999;
}

.overlayAnswerApplication {
  position: relative !important;
}

.overlayOptionsAnswer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  
  z-index: 9999;
  background: rgba(255, 255, 255, 0.5);
}

.optionsLabelAnswer {
  color: #898989 !important;
}

.widgets {
  position: absolute;
}
.widgets.true {
  background-color: rgba(51, 255, 0, 0.63);
}

.debug {
  background-color: rgba(132, 196, 132, 0.59) !important;
}

.buttons {
  color: #000000;
  cursor: pointer;
  width: 130px;
  height: 20px;
}

.selects {
  border: 1px solid rgba(0, 0, 0, 0.3);
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  width: 100%;
  background: url("../images/arrow.png") no-repeat;
  background-position: right;
  padding: 0;
  padding-right: 18px !important;
  border: 1px solid #6B7A85;
  border-radius: 3px;
  font-family: Arial, sans-serif;
  text-align: center !important;
  text-indent: 0.015px;
  text-overflow: '';
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.selects option {
  padding: 3px !important;
  border-bottom: 1px solid #cbcbcc !important;
  text-align: center !important;
}

.audioStem {
  position: inherit !important;
  width: 100% !important;
}


#copyright {
  margin: 0 auto;
  width: 800px;
  
}

#mainSlide {
  width: 90%;
/*  height: 100% !important;  */
  position: relative;
  background-repeat: no-repeat;
  overflow: auto;
  display: inline-table;
}
#mainSlide * {
  font-family: Arial, sans-serif;
}

#questionSlide {
  width: 100%;
  background-color: #FFFFFF;
/*  border: 1px solid rgba(0, 0, 0, 0.3);
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  */
  float: left;
  margin-bottom: 15px;
}

#toolbarSlide {
  padding-right: 0 !important;
  padding-left: 0 !important;
  z-index: 999;
  display:none !important;
}
#toolbarSlide nav {
  background-color: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.3) !important;
  height: 70px;
}
#toolbarSlide nav ul {
  margin-left: 1%;
}

#application {
  margin: auto;
  background: #FFFFFF !important;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#titleQuestion {
  display: block;
  padding-top: 2%;
  padding-bottom: 2%;
  width: 90%;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  margin-left: 5%;
  margin-bottom: 2%;
}

.padding {
  padding-top: 8px;
}
.padding li {
  max-width: 100% !important;
}

.marginButtons {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-family: "HalisBook";
}
.marginButtons div {
  background-color: #FFFFFF !important;
  border: none;
  box-shadow: none;
  color: #6B7A85;
  font-size: 18px;
  float: left;
}
.marginButtons div:hover {
  color: #3C4851;
}
.marginButtons div:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.marginButtons2 {
  color: #6B7A85;
  background-color: #FFFFFF !important;
  font-size: 18px;
  font-family: "HalisBook";
}
.marginButtons2 a:hover {
  color: #3C4851;
}

.ui-spinner {
  border: 1px solid #aaaaaa;
  background: #FFFFFF url("../images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
}

.ui-tooltip {
  padding: 2px 0 !important;
  position: absolute !important;
  z-index: 9999 !important;
  max-width: 300px !important;
  background-color: transparent !important;
}

.dropzone {
  display: table;
}

.dropZonelabel {
  
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
    border: 3px solid red;
}

.button {
  display: table;
}

.buttonlabel {
  
  width: 100%;
  display: table-cell;
  background: transparent;
}

#scoreBox {
  right: 0 !important;
  float: right !important;
  height: 59px !important;
  padding-top: 19px;
}

.pass.fail {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #F34933;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  font-weight: bold;
}
.pass.fail:hover {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #F34933;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  font-weight: bold;
}
.pass.pass {
  background-color: #3CAE57;
  color: #FFFFFF;
  font-weight: bold;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.pass.pass:hover {
  background-color: #3CAE57;
  color: #FFFFFF;
  font-weight: bold;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.cursor {
  background: url("../images/pointer.png") no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  margin-left: -11px;
  margin-top: -5px;
  z-index: 9999999999999;
}

.overlay {
  background-color: transparent;
  width: 100%;
  
  z-index: 1000;
  left: 0;
  top: 0;
  position: relative;
}

.list ul {
  
  overflow: auto;
  position: static;
  width: 100%;
  padding: 0;
}
.list li {
  margin: 5px;
  z-index: 999;
}

.pointer {
  cursor: pointer;
}

.hotspot {
  background-color: transparent;
}
.hotspot.selected {
  background-color: rgba(128, 128, 128, 0.5);
}
.hotspot:hover {
  background-color: rgba(128, 128, 128, 0.25) !important;
}
.hotspot.hovered {
  background-color: rgba(128, 128, 128, 0.25) !important;
}

#thirdDv {
  padding-top: 8px;
}
#thirdDv * {
  font-family: Verdana;
}

.hotspotPoint {
  position: absolute;
  width: 19px;
  height: 28px;
  background: url("../images/pin.png") no-repeat;
  z-index: 9999 !important;
}

#actionArea {
  width: 6px;
  height: 6px;
  left: 6px;
  top: 24px;
  position: absolute;
}

.MUPhotspot {
  display: block;
}
.MUPhotspot.debug {
  display: block;
}

.builListWidget {
  padding: 20px;
}

.builList {
  float: left;
  width: 45%;
  height: 80%;
  border: 1px solid;
  padding: 5px;
  overflow: auto;
}

.buildListOption {
  background-color: #FFFFFF;
}

#controlsBuildList {
  float: left;
  width: 10%;
  height: 80%;
  position: relative;
  padding: 0px;
  vertical-align: middle;
  margin: auto;
  display: box;
  box-pack: center;
  box-align: center;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  background-color: rgba(0, 0, 0, 0.3);
}

.tree {
  padding: 20px;
  margin-left: 3%;
  position: relative !important;
}

#controlsTree {
  float: left;
  width: 10%;
  position: relative;
  padding: 3%;
  display: box;
  box-pack: center;
  box-align: center;
    margin-top: 30%;

}

#correctTree {
  height: auto !important;
  border: 1px solid #cbcbcc;
  margin-bottom: 25px;
  min-height: 516px;
}
#correctTree li .buttonClose {
  background: url("../images/close.png") no-repeat;
  width: 30px;
  height: 27px;
  float: right;
  margin-top: 3px;
}

#optionsTree {
  height: auto !important;
  min-height: 516px;
  padding-right: 1%;
  padding-left: 1%;
  background-color: #F3F5F7;
  border: 1px solid #cbcbcc;
}
#optionsTree li .buttonClose {
  visibility: hidden;
}

.controlButtons {
  text-align: center;
  vertical-align: middle;
  margin: auto;
  display: table-row;
  width: 100%;
  height: 50px;
}

.controlsBuildListDiv {
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  position: relative;
  text-align: center;
}

.controlButtonUp,
.controlButtonLeft,
.controlButtonRight,
.controlButtonDown,
.controlButtonAdd,
.controlButtonRemove {
  background-repeat: no-repeat;
  height: 36px;
  width: 36px;
}

.controlButtonUp {
  background-image: url("../images/action-up.png");
}

.controlButtonLeft {
  background-image: url("../images/action-left.png");
}

.controlButtonRight {
  background-image: url("../images/action-right.png");
}

.controlButtonDown {
  background-image: url("../images/action-down.png");
}

.controlButtonAdd {
  background-image: url("../images/action-add.png");
}

.controlButtonRemove {
  background-image: url("../images/action-delete.png");
}

.optionTreeSelected {
  color: #FFFFFF !important;
  background: #559cd9 !important;
}

.correctTreeSelected {
  background: #559cd9 !important;
  color: #FFFFFF !important;
}

.treeHeader {
  font-weight: bold !important;
  font-size: 18px !important;
  border: 0 !important;
  margin-bottom: 1%;
  font-family: "HalisBook";
}

.splitTreeHeader {
  float: left;
  width: 11%;
  position: relative;
  display: flex;
  padding: 5px;
  font-weight: bold !important;
  font-size: 18px !important;
  height: 25px !important;
  border: 0 !important;
  margin-left: 0 !important;
}

.dd {
  border: 1px solid;
  position: relative;
  display: block;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 13px;
  line-height: 1.1em;
}

.dd-list {
  overflow: auto;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.dd-list .dd-list {
  padding-left: 3%;
  padding-right: 2%;
  background-color: #F3F5F7;
  border-bottom: 1px solid #cbcbcc;
}

.dd-item > button {
  position: relative;
  cursor: pointer;
  float: left;
  width: 17px;
  height: 10px;
  margin: 19px 18px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  background: url("../images/nextDown.png") no-repeat;
}
.dd-item > button:before {
  position: relative;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action="collapse"] {
  background: url("../images/nextUp.png");
}
.dd-item > button[data-action="collapse"]:before {
  background: url("../images/nextUp.png");
}
.dd-item > button[data-action="expand"] {
  background: url("../images/nextDown.png");
}
.dd-item > button[data-action="expand"]:before {
  background: url("../images/nextDown.png");
}

.dd-empty {
  border: 0;
  background-color: transparent;
}

.dd-handle-SR {
  display: block;
  height: auto;
  margin: 2% 0;
  color: #3C4851;
  text-decoration: none;
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  position: relative !important;
  font-size: 18px !important;
  padding: 5px;
  width: 94% !important;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  
}
.dd-handle-SR:hover {
  color: #2ea8e5;
  background: #FFFFFF;
}
.dd-handle-SR.selected {
  outline: none;
  border: none;
 
}

.dd-handle-liveScreen {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #3C4851;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative !important;
  float: left;
}
.dd-handle-liveScreen:hover {
  color: #2ea8e5;
}

.dd-handle {
  display: block;
  height: auto;
  width: 100%;
  margin: 9px 0;
  padding: 15px 3%;
  color: #FFFFFF;
  text-decoration: none !important;
  border: 1px solid #559cd9;
  background: #70baff;
  font-size: 18px !important;
  line-height: 1.1em;
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.dd-handle:hover {
  color: #FFFFFF;
  background: #70baff;
}

.radioButtonNone {
  display: none !important;
  width: 50px;
  height: 50px;
}
.radioButtonNone:checked + span {
    display: inline !important;
  background: url("../includes/img/check1.png") no-repeat left;
  background: url("../includes/img/check1.png") no-repeat left;

}



.dd-handle-correct {
  color: #000000;
  border: none;
  border-top: 1px solid #cbcbcc;
  border-bottom: 1px solid #cbcbcc;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  margin-top: -1px;
  -moz-border-radius: 0px / 0px;
  -webkit-border-radius: 0px 0px;
  border-radius: 0px / 0px;
  height: auto;
}
.dd-handle-correct:hover {
  color: #FFFFFF !important;
  background: #70baff;
}

.displayNone {
  display: none !important;
}

.displayBlock {
  display: block !important;
}

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel > .dd-item .dd-handle-MUP {
  margin-top: 0;
}
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.dd-dragel .dd-handle-MUP {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.selectDivOptions {
  display: box;
  box-pack: center;
  box-align: center;
}

.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
}

#nestable-menu {
  padding: 0;
  margin: 20px 0;
}

#nestable2 .dd-handle {
  color: #FFFFFF;
  border: 1px solid #999999;
  background: linear-gradient(top, #bbbbbb 0, #999999 100%);
}
#nestable2 .dd-handle:hover {
  background: #bbbbbb;
}
#nestable2 .dd-item > button:before {
  color: #FFFFFF;
}

@media only screen and (min-width: 700px) {
  .dd {
    float: left;
  }
}
.dd3-content {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  color: #3C4851;
  text-decoration: none;
  font-weight: bold;
  background: linear-gradient(top, #F3F5F7 0, #E5EAEE 100%);
  border: 1px solid rgba(0, 0, 0, 0.3);
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dd3-content:hover {
  color: #2ea8e5;
  background: #FFFFFF;
}

.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #aaaaaa;
  background: linear-gradient(top, #dddddd 0, #bbbbbb 100%);
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.dd3-handle:before {
  content: 'â‰¡';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: normal;
}
.dd3-handle:hover {
  background: #dddddd;
}

#optionsPanel {
  width: 20%;
  
  float: left;
  position: relative;
  overflow: auto;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  min-height: 600px !important;
}

#containerPanel {
  width: 80%;
  
  float: left;
  position: relative;
  padding: 3px;
  font-size: 18px;
}
#containerPanel .widgets.undefined {
  width: 96%;
  height: 99%;
}

.showingText {
  padding: 10px !important;
}

#questionStemDiv {
  overflow: hidden;
}

.caseStudy {
  height: 100% !important;
}
.caseStudy #optionsPanel ul {
  padding: 0;
  margin: 0;
  
  list-style: none;
}
.caseStudy #optionsPanel li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: #FFFFFF;
  padding: 5%;
  text-align: center;
  font-size: 18px;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.caseStudy #optionsPanel li.selected {
  background: #70baff;
  padding: 5%;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
}
.caseStudy #containerPanel {
  min-height: 600px !important;
}

.dragItemMup {
  display: table;
  padding: 10px;
  float: left;
}

.selectPlace {
  padding: 10px;
  position: relative !important;
}

.selectPlaceImage {
  margin: 5px !important;
}

.positionInherit {
  position: inherit !important;
}

.fixForCaseStudy {
  min-height: inherit !important;
  margin: -10px -10px 0 -10px;
  padding: 0 !important;
}

#selectPlaceDragArea {
  width: 100%;
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: #E5EAEE;
  border: 1px solid rgba(0, 0, 0, 0.3);
  position: relative;
  float: left;
  margin-bottom: 10px;
  display: table;
}
#selectPlaceDragArea img {
  border: 1px solid #000000;
}

.dropItemDiv {
  position: relative;
  float: left;
}

#selectPlaceTargetArea {
  width: 100%;
  background-color: transparent;
  padding: 5px;
  float: left;
  min-
}

.selectPlaceDrag {
  width: auto;
  position: relative;
  float: left !important;
  background-color: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-image: none;
  padding: 5px;
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  margin: 5px;
  display: box;
  box-pack: center;
  box-align: center;
}
.selectPlaceDrag.NoOriginal .removeLI {
  width: 26px !important;
  height: 24px !important;
  position: relative;
}
.selectPlaceDrag.NoOriginal > div {
  width: 84%;
  display: inline-block !important;
}
.selectPlaceDrag.ui-draggable-dragging {
  z-index: 9999;
  background-color: rgba(224, 222, 222, 0.5) !important;
}

.width100 {
  width: 100% !important;
}

.selectPlaceLine {
  width: 25px;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -moz-border-radius: 13px / 13px;
  -webkit-border-radius: 13px 13px;
  border-radius: 13px / 13px;
  text-align: center;
  margin-top: 15px;
  margin-left: 5px;
}

.selectPlaceDrop {
  background-color: #FFFFFF !important;
  border: 3px dashed;
  -moz-border-radius: 9px / 9px;
  -webkit-border-radius: 9px 9px;
  border-radius: 9px / 9px;
  width: 172px;
  height: 110px;
  float: left;
  margin: 15px;
}
.selectPlaceDrop.dropZoneFilled {
  z-index: 9999;
  background-color: rgba(224, 222, 222, 0.5) !important;
}

.simModal {
  position: absolute;
  width: 100%;
  
  left: 0;
  top: 0;
  z-index: 999999;
}

.builListWidget-MUP {
  padding: 24px 0 0 40px;
  position: relative !important;
}

.buildListOptionSelectedMUP {
  background: #70baff !important;
}

.buildListCorrectSelectedMUP {
  background: #70baff !important;
}

.dd-handle-MUP {
  display: block;
  height: auto;
  margin: 5px 0;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  background: #70baff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  line-height: 134%;
  padding: 18px 15px;
  font-family: Arial, sans-serif;
  margin-bottom: 10px;
  font-size: 18px;
}

.builList-Left-MUP {
  float: left;
  min-height: 518px;
  min-width: 20%;
  padding: 5px;
  overflow: auto;
  background: #F3F5F7;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  height: auto !important;
}

.builList-Right-MUP {
  float: left;
  min-height: 518px;
  min-width: 20%;
  padding: 5px;
  overflow: auto;
  background: #F3F5F7;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
}

.builList-Right-Hover-MUP {
  border: 1px solid #70baff;
}

.splitTreeHeaderMUP {
  float: left;
  width: 10%;
  position: relative;
  display: flex;
  padding: 5px;
  font-weight: bold !important;
  font-size: 18px !important;
  height: 25px !important;
  border: 0 !important;
  margin-left: 0 !important;
}

.toolbarMaxWidth {
  max-width: 50%;
  padding-left: 0 !important;
}

.overflowPin {
  overflow: visible !important;
  position: absolute;
}

.fillTheBlank {
  background-color: #F3F5F7;
  padding-right: 2% !important;
  padding-left: 2% !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  font-family: Arial, sans-serif;
  color: #6B7A85 !important;
  font-size: 18px;
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  width: 50% !important;
  height: auto !important;
  vertical-align: middle !important;
}

select::-ms-expand {
  display: none;
}

.selectsArrow {
  background-image: none !important;
}

.stemFont {
  font-family: "HalisBook";
  font-size: 18px;
  line-height: 134%;
}

.scrorable {
  overflow-x: auto !important;
  overflow-y: none !important;
}

.collapse-button {
  float: left;
  margin-top: 13px;
  margin-left: 15px;
}
.collapse-button:hover {
  float: left;
  background-color: #70BAFF;
}

.navbar-nav {
  margin: 0 0 !important;
}

.positionRelative {
  position: relative !important;
}

.scrollYAuto {
  overflow-y: auto;
  overflow-x: hidden;
}

.commandLine_designView {
  border: 3px solid #798996;
}

.tooltipEngine {
  position: absolute;
  z-index: 99999;
}

nav {
  margin-top: 10px;
    display:none;
}
nav ul li {
  overflow: visible !important;
}

.zoomNeeded p div {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  line-height: 25px;
  height: 30px;
}

.btn-toolbar .btn-group {
  float: none !important;
}

.dd-collapsed .dd-list {
  display: none;
}

.dd-hover > .dd-handle {
  background: #2ea8e5 !important;
}

.dd3-item > button {
  margin-left: 30px;
}

/*.dd-handle-ipad:hover {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #3C4851;
  text-decoration: none;
  font-weight: bold;
  background: linear-gradient(top, #F3F5F7 0, #E5EAEE 100%);
  border: 1px solid rgba(0, 0, 0, 0.3);
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/

.dd-handle-ipad-MUP:hover {
  display: block;
  height: 30px;
  margin: 5px 0;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  background: #70baff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  line-height: 134%;
  padding: 18px 15px;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  font-size: 18px;
}

.bottom-line-finish {
  border-bottom: 6px solid #70BAFF;
}

.build-list-row {
  overflow: hidden;
}

#optionsLabel,
#correctLabel,
#optionsBuildList,
#correctBuildList {
  max-width: 40%;
}
.contentTable{
  margin: 0 auto;
  padding: 20px;
  min-
}
.contentTableCell{
  text-align: justify;
  padding: 10px;
  /* border: solid 1px;
  border-top: 0px;
  border-left: 0px; */
}
.contentTableRow{
  display: flex;
  /* border-left: solid 1px; */
}
.contentTableCenter{
  text-align: center;
}
.contentTableCenter input{
  display: inline !important;
  margin: auto;
  vertical-align: middle;
  /*  */
}
.ieContentTableCell{
  margin: auto;
  position: relative;
}
.ieContentTableCell input{
  display: inline !important;
  margin: auto;
  position: relative;
  vertical-align: middle;
  
}
.contentTableHeaderBorder{
  border-top: solid 1px;
}
#toolbarButtonsBar{
  display: none !important;
}
#multiExhibit {
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0;
    -moz-border-radius: 4px;
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#multiExhibit-titlebar {
  background-color: #E5EAEE;
  border-bottom-color: #C5D4E1;
  padding:0 10px;
  position:relative;
}
#multiExhibit-titlebar div {
    color: #404040;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
    text-overflow: ellipsis;
  font-size:18px;
  display:inline-block;
}
#title-bar_01{
  width:70%;
  float:left;
}
#title-bar_02 {
  float:right;
  text-align:right;
  padding-right:15px;
}

#multiExhibit-titlebar button {
  border:0;
  background:none;
}
#multiExhibit-container {
  padding:15px;
  position:relative;
  min-height: 300px;
}
#multiExhibit-thumbs {
  background:#F1F1F1;
  position:relative;
  padding:15px;
  width:100%;
  overflow-x:scroll;
}
#multiExhibit-thumbs a {
  display:inline-block;
  border:1px solid #CFCFCF;
  margin:0 10px 0 0;
  cursor:pointer;
}
#multiExhibit-thumbs a:hover {
  border:1px solid #8E8FFF;
}
#multiExhibit-thumbs .selected {
  border:1px solid #666666
}
#multiExhibit-thumbs img {
  max-height: 80px;
  width:auto;
}
#multiExhibit-thumbs td {
  min-width: 120px;
  text-align:center;
}
.exhibitDialog{
    height: auto !important;
    width: 90% !important;
    top: 100px !important;
    left: 0 !important;
    right: 0 !important;
    display: block !important;
    max-width: 960px;
    margin: 0 auto;
    min-height: 400px;
}
#exhibitDialog{
      height: auto !important;
      padding: 0px !important;
/*      min-height: 400px !important;*/
      overflow: auto;
}
#multiExhibit-container{
  -moz-transition: height 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
}
#multiExhibit-container img , #exhibitDialog img{
      max-width: 100%;
}
#multiExhibit-thumbs td{
  border-bottom: 0px !important;
}
#multiExhibit-caption {
  background:#e1e1e1;
  padding: 10px 15px;
}
#multiExhibit-caption input {
  height: 40px;
  width: 100%;
  text-align:center;
  color:#606068;
  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  border-radius:4px;
  border:1px solid #AEAEAE;
  cursor: default;
}
.checkAnswerIcon{
  font-size: 90px;
}
.checkAnswerText{
  font-size: 24px;
}
.checkAnswerPass{
  color: #3D983D;
}
.checkAnswerFail{
  color: #E10000;
}
.checkAnswerDialog{
  height: auto !important;
  text-align: center;
}



#requestEmailDiv {

    display:none;

}


#testOptionsDialog{

    display:none;

}


.smart-form{

    display:none;

}

#commentsDialog{

    display:none;

}
#1avigationBar{

    display:none;

}


#questionSlide{

/*  border-top: 1px solid #cbcbcc;
  margin-top:10px;
counter-reset: slide; */
}


#questionStemDiv{
font-size: 18px !important;
top-padding:20px;
 margin-top:1px;
counter-increment: slide;
}

/*
#questionStemDiv:before{
font-size: 18px !important;
   background-color: #E5EAEE;
   width:100%;
  font-weight: bold;
  font-family: "HalisMedium";
  padding:5px 87% 5px 20px;

/*content:"Question: " counter(slide)*/
content:"Question: "
}

*/


#explanationHeader {
  background-color: #E5EAEE;
  font-size: 18px;
  overflow: hidden;
  position: relative;
  z-index: 99;
}

#explanationHeaderText {
  font-weight: bold;
  font-family: "HalisMedium";
  width: 90%;
  float: left;
  margin: 5px 0;
}



#explanationBody p  {

display: none;

}


#explanationBodyText  {

display:block !important;

}










#pbsRender{

    display:none;

}

#divIframe{

     

}

#MIO {

/*
  margin: 0 auto;
  width: 100%;
  
  min-width: 530px;
  padding-left: 0 !important;
  padding-right: 0 !important;

*/
}

.spanSingleChoice {
/*  background: url("../images/check.png") no-repeat left;*/
  padding-left: 20px;
  width: 97%;
  min-height: 20px;
  overflow: inherit;
/*  padding-top: 10px !important;
  padding-bottom: 10px !important;
  */
  white-space: pre-line;
}



.test {  border: 2px green solid;}



.questhead {
  background-color: #E5EAEE;
  font-size: 18px;
  overflow: hidden;
  position: relative;
  z-index: 99;
 border: 1px solid black;
  
    font-weight: bold;
    font-family: "HalisMedium";
    width: 95%;
    float: left;
    padding:10px;
    padding-left:20px;
     
}

.fright {float:right;}

.fright a {
 font-size: 18px;
font-family: "HalisMedium";
font-weight: bold;
padding-right:20px;

}

@media print {
  .questhead, #answerHeader,#explanationHeader {page-break-inside: avoid;}
}