/* The MIT License */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.dropzone {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  padding: 1em; }

.dropzone.dz-clickable {
  cursor: pointer; }

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer; }

.dropzone.dz-clickable * {
  cursor: default; }

.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none; }

.dropzone.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04); }

.dropzone.dz-started .dz-message {
  display: none; }

.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px; }

.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none; }

.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px; }

.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%; }

.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px; }

.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px; }

.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block; }

.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none; }

.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px; }

.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657; }

.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d; }

.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none; }

.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657; }

.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block; }

.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245, 245, 245, 0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500; }

.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block; }

.dropzone {
  border: 1px solid rgba(0, 0, 0, 0.03);
  min-height: 170px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.03);
  padding: 0; }

.dropzone .dz-default.dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-image: url("../images/dropzone.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 428px;
  height: 123px;
  margin-left: -214px;
  margin-top: -61.5px;
  top: 50%;
  left: 50%; }

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .dropzone .dz-default.dz-message {
    background-image: url("../images/dropzone@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px; } }
.dropzone .dz-default.dz-message span {
  display: none; }

.dropzone.dz-square .dz-default.dz-message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px; }

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.15;
  filter: alpha(opacity=15);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)"; }

.dropzone.dz-started .dz-message {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  font-size: 14px; }

.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.1;
  filter: alpha(opacity=10);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; }

.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none; }

.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none; }

.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
  background: #ee1e2d; }

.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-image: url("../images/dropzone.png");
  background-repeat: no-repeat; }

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .dropzone .dz-preview .dz-error-mark,
  .dropzone-previews .dz-preview .dz-error-mark,
  .dropzone .dz-preview .dz-success-mark,
  .dropzone-previews .dz-preview .dz-success-mark {
    background-image: url("../images/dropzone@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px; } }
.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
  display: none; }

.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  background-position: -268px -123px; }

.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  background-position: -268px -163px; }

.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: url("../images/dropzone.png");
  background-repeat: repeat-x;
  background-position: 0px -400px; }

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .dropzone .dz-preview .dz-progress .dz-upload,
  .dropzone-previews .dz-preview .dz-progress .dz-upload {
    background-image: url("../images/dropzone@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px; } }
.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out; }

.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  max-height: 150px;
  max-width: 150px;
  overflow: hidden; }

.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  opacity: 1;
  -ms-filter: none;
  filter: none; }

@-moz-keyframes loading {
  0% {
    background-position: 0 -400px; }

  100% {
    background-position: -7px -400px; } }

@-webkit-keyframes loading {
  0% {
    background-position: 0 -400px; }

  100% {
    background-position: -7px -400px; } }

@-o-keyframes loading {
  0% {
    background-position: 0 -400px; }

  100% {
    background-position: -7px -400px; } }

@-ms-keyframes loading {
  0% {
    background-position: 0 -400px; }

  100% {
    background-position: -7px -400px; } }

@keyframes loading {
  0% {
    background-position: 0 -400px; }

  100% {
    background-position: -7px -400px; } }

.adminEdit {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: -30px;
  width: 22px;
  height: 22px;
  padding: 4px;
  background: #333;
  z-index: 100; }

#sales {
  line-height: 25px; }
  #sales #sales-form {
    width: 100%; }
    #sales #sales-form .fr {
      float: right; }
    #sales #sales-form .cb {
      clear: both; }

.left_main_box .body .input {
  border-bottom: 1px solid #EEE; }
  .left_main_box .body .input label {
    display: block;
    float: left;
    height: 33px;
    line-height: 33px;
    padding-right: 10px;
    width: 130px;
    text-align: left; }
  .left_main_box .body .input input[type="text"], .left_main_box .body .input textarea {
    width: 384px; }
  .left_main_box .body .input textarea {
    min-height: 50px; }
    .left_main_box .body .input textarea.wysiwyg {
      min-height: 279px; }
.left_main_box .body .dropzone .dz-default.dz-message {
  background-color: rgba(255, 255, 255, 0.7); }
.left_main_box .body .btnBar {
  margin-top: 10px; }
.left_main_box .body .courseContent .requirements {
  background-color: #333333;
  margin: -18px -18px 18px -18px;
  padding: 10px; }
  .left_main_box .body .courseContent .requirements h4 {
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    margin: 0; }
  .left_main_box .body .courseContent .requirements [data-id="req_minutes"] {
    width: 32px; }
  .left_main_box .body .courseContent .requirements .label {
    line-height: 26px;
    margin-left: 7px;
    color: #EEE; }
  .left_main_box .body .courseContent .requirements.edit .label {
    line-height: 32px; }
  .left_main_box .body .courseContent .requirements .btn {
    width: 100px; }

.right_info_box.admin {
  border: 6px solid #000;
  background-color: #333333;
  color: #EEE; }
  .right_info_box.admin .head {
    background-image: none;
    background: #555555;
    color: #fae19b;
    text-shadow: none; }
  .right_info_box.admin .body .vertNav {
    line-height: 22px;
    margin-bottom: 20px; }
    .right_info_box.admin .body .vertNav li {
      margin-bottom: 4px;
      position: relative; }
      .right_info_box.admin .body .vertNav li.active > a {
        color: #fae19b; }
      .right_info_box.admin .body .vertNav li ul {
        margin-left: 17px;
        display: none; }
      .right_info_box.admin .body .vertNav li #add_course {
        position: absolute;
        top: -12px;
        left: -270px;
        background: #555555;
        border: 2px solid #000;
        padding: 5px 8px;
        z-index: 110;
        width: 350px;
        text-align: center;
        display: none; }
        .right_info_box.admin .body .vertNav li #add_course input[type="text"] {
          width: 254px; }
        .right_info_box.admin .body .vertNav li #add_course .btn {
          width: 80px;
          height: 28px; }
        .right_info_box.admin .body .vertNav li #add_course .close {
          position: absolute;
          top: -14px;
          left: -14px;
          width: 22px;
          height: 22px;
          padding: 0px;
          font-size: 12px;
          border: 2px solid #FFF;
          background: #000;
          -webkit-border-radius: 13px;
          -moz-border-radius: 13px;
          border-radius: 13px; }
          .right_info_box.admin .body .vertNav li #add_course .close:hover {
            background: #555555; }
    .right_info_box.admin .body .vertNav > li > a {
      display: block;
      width: 210px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .right_info_box.admin .body .vertNav > li > ul > li > a {
      display: block;
      width: 228px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .right_info_box.admin .body .vertNav > li > ul > li > ul > li > a {
      display: block;
      width: 200px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .right_info_box.admin .body .vertNav .icon {
      color: #EEE;
      width: 12px;
      font-size: 18px; }
    .right_info_box.admin .body .vertNav .count {
      background: #6e6e6e;
      color: #EEE;
      float: left;
      width: 28px;
      text-align: center;
      margin-right: 5px; }
  .right_info_box.admin .body h4 {
    font-weight: bold;
    color: #EEE;
    margin: 5px 0;
    font-size: 12px; }
  .right_info_box.admin .body a {
    color: #b9d9a9; }

.courseList .courseListItem.hiddenCourse {
  background: #C33;
  display: none; }

.block.sectionEdit {
  position: absolute;
  z-index: 10;
  top: -30px;
  left: -30px;
  width: 610px;
  z-index: 105;
  border: 6px solid #000;
  background-color: #333333;
  color: #EEE; }
  .block.sectionEdit input.name {
    width: 556px;
    margin: 0; }
  .block.sectionEdit .summary {
    min-height: 250px;
    background: #FFF;
    margin-top: 10px; }
  .block.sectionEdit button.visible {
    width: 30px;
    height: 25px;
    border-color: #000; }
    .block.sectionEdit button.visible .icon {
      margin: auto; }
.block .blockList.admin {
  font-size: 12px; }
  .block .blockList.admin li {
    background: #d8d8d8;
    height: 32px;
    color: #367b99;
    margin: 8px 0; }
    .block .blockList.admin li.fl {
      width: 359px;
      margin: 10px 0 0 10px;
      background: #cccccc; }
    .block .blockList.admin li a {
      color: #367b99; }
    .block .blockList.admin li > div {
      padding: 0 10px;
      line-height: 32px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .block .blockList.admin li .moduleName {
      max-width: 416px;
      height: 32px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .block .blockList.admin li .adminBtns {
      margin-top: 5px; }
    .block .blockList.admin li .filename {
      max-width: 242px;
      height: 32px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-align: left; }
.block.admin {
  border: 6px solid #000;
  background-color: #e5e5e5;
  color: #333; }
  .block.admin .label {
    float: left;
    line-height: 33px;
    text-align: right; }
  .block.admin .input {
    float: left;
    margin-left: 7px; }
  .block.admin .simple {
    clear: both; }
    .block.admin .simple .label {
      width: 370px; }
    .block.admin .simple .input [type="checkbox"] {
      height: 26px; }
  .block.admin .wysiwyg {
    clear: both; }
    .block.admin .wysiwyg .label {
      width: 240px; }
  .block.admin .buttons {
    clear: both;
    padding-top: 10px; }

.quiz #quiz_container .nav a .number .icon {
  margin: -3px 0;
  position: relative;
  top: 0;
  left: 0; }
.quiz #quiz_container .body .quizButtons {
  position: absolute;
  top: 450px;
  left: -100px;
  width: 860px;
  height: 30px;
  background: #b2b2b2;
  padding: 10px; }
.quiz #quiz_container .body .quizIntro .quizSettings {
  background: #333333;
  color: #EEE;
  width: 760px;
  margin: 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .quiz #quiz_container .body .quizIntro .quizSettings > div {
    clear: both;
    margin: 7px; }
    .quiz #quiz_container .body .quizIntro .quizSettings > div span.edit {
      display: block;
      float: left;
      width: 300px;
      text-align: right;
      line-height: 24px;
      margin-right: 10px; }
    .quiz #quiz_container .body .quizIntro .quizSettings > div [data-id] {
      float: left;
      margin: 0;
      width: 300px; }

.left_main_box .sec > .body .table {
  padding: 10px 0px 15px;
  min-height: 202px; }
  .left_main_box .sec > .body .table table.tablesorter {
    margin: 0; }
  .left_main_box .sec > .body .table [data-scroll] {
    max-height: 200px;
    overflow: hidden; }

.pod_container .edit .head input {
  margin: 0;
  padding: 3px;
  width: 180px;
  text-align: center; }
.pod_container .edit .body .filters .row {
  margin-bottom: 3px; }
  .pod_container .edit .body .filters .row select {
    margin: 2px 0;
    width: 172px; }
  .pod_container .edit .body .filters .row input[type="text"] {
    margin: 2px 0;
    padding: 2px;
    width: 166px; }
.pod_container .edit .body .btnBar {
  position: absolute;
  top: 100%;
  margin-top: -34px; }
  .pod_container .edit .body .btnBar .btn {
    width: 78px; }

.tt-hint {
  width: 295px; }

.tt-dropdown-menu {
  background: #FFF;
  width: 510px;
  padding: 8px 0;
  margin-top: 1px;
  border: 1px solid #CCC; }

.tt-dataset-users {
  text-align: left; }
  .tt-dataset-users .user_comp {
    margin: 0;
    font-weight: bold;
    float: right;
    color: #777;
    text-transform: uppercase;
    font-size: 12px; }
  .tt-dataset-users .user_name {
    margin: 0;
    font-weight: bold; }
  .tt-dataset-users .user_email {
    margin: 0;
    color: #555;
    font-size: 12px; }

.tt-suggestion {
  padding: 8px 20px;
  color: #333; }
  .tt-suggestion.tt-is-under-cursor {
    background: #0097CF;
    color: #FFF; }
    .tt-suggestion.tt-is-under-cursor .user_email {
      color: #CEF; }
    .tt-suggestion.tt-is-under-cursor .user_comp {
      color: #CEF; }

.tablesorter .twitter-typeahead .tt-hint {
  color: #999;
  width: 295px;
  height: 13px; }

#instructorsTable .tt-hint {
  width: 200px; }
#instructorsTable .twitter-typeahead {
  top: -1px; }

.studentOverlayLoader {
  display: none;
  background: #FFF;
  position: absolute;
  width: 556px;
  height: 200px;
  z-index: 12;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80); }

  .left_main_box .body .input .hasDatepicker[type="text"] {
	  width : auto;
  }

            .gala-judges-table {


            }

            .gala-judges-table td,
            .gala-judges-table th {
	            padding : 4px;
				border : 1px solid #999;
	            border-collapse: collapse;
            }