<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dropdown-arrow-inverse {
  border-bottom-color: #2c3e51 !important;
  border-top-color: #2c3e51 !important;
}
/*General */
/*links*/
/*btn*/
.btn {
  padding: 10px 40px;
}
.btn-sm {
  padding: 8px 30px;
}
/*navbar background*/
/*carousel*/
/*Home -  Exercises*/
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span,
.pagination &gt; li &gt; a:hover {
  color: white;
}
.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #f2f3f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.tt-suggestion {
  display: block;
  padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
  color: #262626;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #e8e8e8, 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.tt-suggestion.tt-is-under-cursor a {
  color: #f2f3f5;
}
.tt-suggestion p {
  margin: 0;
}
.dragdrop-info {
  padding-left: 15px;
}
.qq-uploader {
  position: relative;
  width: 100%;
}
.qq-drop-processing {
  display: none;
}
.qq-upload-drop-area,
.qq-upload-extra-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 30px;
  z-index: 2;
  background: #FF9797;
  text-align: center;
  display: none;
}
.qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8px;
  font-size: 16px;
}
.qq-upload-extra-drop-area {
  position: relative;
  margin-top: 50px;
  font-size: 16px;
  padding-top: 30px;
  height: 20px;
  min-height: 40px;
}
.qq-upload-drop-area-active {
  background: #FF7171;
}
.qq-upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qq-upload-list li {
  margin: 0;
  padding: 9px;
  line-height: 15px;
  font-size: 16px;
  background-color: #FFF0BD;
}
.qq-upload-list .base {
  display: none;
}
#qq-template div:last-child {
  display: none;
}
.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-retry,
.qq-upload-failed-text,
.qq-upload-delete,
.qq-upload-pause,
.qq-upload-continue {
  margin-right: 12px;
  display: inline;
}
.qq-upload-spinner {
  display: inline-block;
  background: url("../../img/loading.gif");
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
.qq-drop-processing {
  display: block;
}
.qq-drop-processing-spinner {
  display: inline-block;
  background: url("../../img/processing.gif");
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
}
.qq-upload-delete,
.qq-upload-pause,
.qq-upload-continue {
  display: inline;
}
.qq-upload-retry,
.qq-upload-delete,
.qq-upload-cancel,
.qq-upload-pause,
.qq-upload-continue {
  color: #000000;
}
.qq-upload-retryable .qq-upload-retry {
  display: inline;
}
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-retry,
.qq-upload-delete,
.qq-upload-pause,
.qq-upload-continue {
  font-size: 12px;
  font-weight: normal;
}
.qq-upload-failed-text {
  display: none;
  font-style: italic;
  font-weight: bold;
}
.qq-upload-failed-icon {
  display: none;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
.qq-upload-fail .qq-upload-failed-text {
  display: inline;
}
.qq-upload-retrying .qq-upload-failed-text {
  display: inline;
  color: #D60000;
}
.qq-upload-list li.qq-upload-success {
  background-color: #5DA30C;
  color: #FFFFFF;
}
.qq-upload-list li.qq-upload-fail {
  background-color: #D60000;
  color: #FFFFFF;
}
.qq-progress-bar {
  display: block;
  background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(50%, #2989d8), color-stop(51%, #207cca), color-stop(100%, #7db9e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  /* W3C */
  width: 0%;
  height: 15px;
  border-radius: 6px;
  margin-bottom: 3px;
}
INPUT.qq-edit-filename {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.qq-upload-file.qq-editable {
  cursor: pointer;
}
.qq-edit-filename-icon.qq-editable {
  display: inline-block;
  cursor: pointer;
}
INPUT.qq-edit-filename.qq-editing {
  position: static;
  margin-top: -5px;
  margin-right: 10px;
  margin-bottom: -5px;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.qq-edit-filename-icon {
  display: none;
  background: url("edit.gif");
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
  margin-right: 5px;
}
INPUT.qq-edit-filename.qq-editing ~ .qq-upload-cancel {
  display: none;
}
.qq-hide {
  display: none;
}
.hideonstartup {
  display: none;
}
#uploadModal {
  top: 23px;
  border: none;
  outline: none;
}
.modal.in .modal-dialog {
  transform: none;
}
.modal-dialog .modal-content .modal-header .close {
  font-size: 25px;
  font-weight: bold;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-dialog .modal-content .modal-header .close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=90);
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.badge-danger {
  background-color: #b73315;
  border-radius: 50%;
}
.checkbox.checked,
.checkbox.checked .second-icon {
  color: #00aeef;
}
.floatFixer {
  clear: both;
}
.form-horizontal .control-label {
  text-transform: uppercase;
  color: #584e4e;
  font-size: 14px;
  margin-top: 3px;
}
.form-horizontal .form-control + .input-icon {
  margin-right: 7.5px;
}
.globalUpload {
  margin-top: 4px;
}
body {
  background-color: #ecf0f1;
}
body &gt; object {
  display: none;
}
input::-webkit-input-placeholder {
  color: #bfc4c8;
}
input::-moz-placeholder {
  color: #bfc4c8;
}
/* firefox 19+ */
input:-ms-input-placeholder {
  color: #bfc4c8;
}
/* ie */
input:-moz-placeholder {
  color: #bfc4c8;
}
.form-control .placeholder {
  color: #bfc4c8;
}
/*** Calendar date picker ***/
.datepicker-field .add-on {
  position: absolute;
  color: #584e4e;
  top: 9px;
  left: 22px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  left: 18px\9;
}
.datepicker-field .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.datepicker-field .form-control {
  font-size: 14px;
  color: #b73315;
  width: 100%;
  padding-left: 37px;
  cursor: pointer;
  padding-top: 8px\9;
  padding-left: 28px\9;
}
.btn-default {
  color: #2c3e51;
  background-color: #dee1e3;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #2c3e51;
  background-color: #cacfd2;
  border-color: #cacfd2;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background: #a1a6a9;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #dee1e3;
}
.btn-primary {
  color: #fff;
  background-color: #2c3e51;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #33bef2;
  border-color: #33bef2;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background: #0094cb;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2c3e51;
}
.btn-info {
  color: #fff;
  background-color: #0078A3;
}
.btn-danger {
  color: #fff;
  background-color: #e74c3c;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ec7063;
  border-color: #ec7063;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background: #c44133;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e74c3c;
}
.btn-success {
  color: #fff;
  background-color: #1c7d44;
}
.btn-warning {
  color: #fff;
  background-color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #f4d313;
  border-color: #f4d313;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background: #cda70d;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #fff;
}
/*.btn-inverse {
  .button-variant(@btn-inverse-color, @btn-inverse-bg, @btn-inverse-hover-bg, @btn-inverse-active-bg);
}*/
.btn-default-dark {
  color: #fff;
  background-color: #5e686e;
}
.btn-info[disabled] {
  background-color: #0ca9e3;
}
.btn-primary[disabled] {
  color: #bfc4c8;
}
.ribbon-assignment {
  position: relative;
  z-index: 90;
}
.ribbon-assignment .ribbon-wrapper {
  width: 65px;
  height: 65px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.ribbon-assignment .ribbon {
  background-color: #b73315;
  font-size: 12px;
  color: #fff;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  left: -20px;
  top: 5px;
  width: 75px;
}
/*************** Styles for the page displaying the flash editors *************/
.flashEditorWrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
  z-index: 1000 !important;
  width: 0px;
  height: 0px;
}
.flashEditorWrapperWithTopPadding {
  top: 100px;
}
.flashEditorWrapperWithoutPadding {
  top: 50px;
}
/* ugly hack to make the menu position not move on print */
.navbar-header .flashEditorMenu {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1010;
  height: 50px;
}
.navbar-header .navbar-nav.pull-right {
  position: absolute;
  top: 0px;
  right: 60px;
}
.top-navbar {
  z-index: 1500 !important;
  text-align: center;
  margin-bottom: -8px;
}
.top-navbar ul li.dropdown {
  text-align: left;
}
.top-navbar .flashEditorMenu {
  background-color: #444;
  float: none;
  margin: 0 auto;
  min-width: 340px;
  max-width: 333px;
  padding: 11px 15px;
  display: inline-block;
  text-align: center;
  height: 50px;
}
.top-navbar .flashEditorMenu &gt; .title {
  font-size: 16px;
  font-weight: normal;
  margin: 0 auto;
  color: #fff;
  float: left;
  width: 88%;
  white-space: nowrap;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.top-navbar .flashEditorMenu .assignmentDetailsButton {
  background: none;
  padding: 0px;
  border-style: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.top-navbar .flashEditorMenu .assignmentDetailsButton:hover .fui-eye {
  color: #00aeef;
}
.top-navbar .flashEditorMenu .assignmentDetailsButton .fui-eye {
  color: white;
  position: absolute;
  right: 22px;
  top: 11px;
  font-size: 17px;
}
.top-navbar .flashEditorMenu .assignmentDetailsButton .assignmentDetailsTitle {
  width: 100%;
  height: 100%;
  margin: 0px;
}
.top-navbar .flashEditorMenu .popover {
  max-width: 550px;
  width: 550px;
  background-color: #fafafa;
  left: 30% !important;
  top: 40px !important;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
}
.top-navbar .flashEditorMenu .popover .popover-title {
  display: none;
}
.top-navbar .flashEditorMenu .popover .popover-content {
  padding: 0;
}
.top-navbar .flashEditorMenu .popover .popover-content .assignment {
  background-color: #fafafa;
  height: 100%;
  width: 100%;
  border-radius: 6px;
}
.top-navbar .flashEditorMenu .popover .popover-content .assignment .body {
  min-height: 200px;
  padding: 15px;
}
.top-navbar .flashEditorMenu .popover .popover-content .assignment .body .title {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.72222;
  font-size: 21px;
  float: left;
  font-weight: bold;
  color: #2c3e51;
  padding-bottom: 5px;
}
.top-navbar .flashEditorMenu .popover .popover-content .assignment .body .description {
  font-size: 13px;
  margin-bottom: 25px;
  white-space: break-spaces;
}
.top-navbar .flashEditorMenu .popover .popover-content .assignment .body .description .details-of-assignment {
  color: #666;
}
.top-navbar .flashEditorMenu .popover .popover-content .assignment .body .description .details-of-production {
  color: #584e4e;
}
.top-navbar .flashEditorMenu .popover .popover-content .assignment .body .assignedBy,
.top-navbar .flashEditorMenu .popover .popover-content .assignment .body .dueIn {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.top-navbar .flashEditorMenu .popover .popover-content .assignment .body .dueIn {
  color: #b73315;
}
.top-navbar .flashEditorMenu .popover .popover-content .assignment .body .thumbnail {
  width: 100%;
}
@media (max-width: 1024px) {
  .top-navbar {
    padding-left: 15px !important;
  }
  .top-navbar .navbar-header .navbar-nav.pull-right {
    position: absolute;
    top: 0px;
    right: 0px !important;
  }
}
@media (max-width: 950px) {
  .top-navbar .flashEditorMenu {
    max-width: 350px;
    white-space: normal;
  }
  .top-navbar .flashEditorMenu .popover {
    width: 450px;
  }
}
#titleModal {
  overflow: hidden;
}
#titleModal .background {
  height: 100%;
  width: 100%;
  background-color: #333333;
  opacity: 0.7;
  overflow: hidden;
}
#titleModal .alertHolder {
  position: absolute;
  top: 250px;
}
#titleModal .alertHolder .topBar {
  position: absolute;
  background: #333333;
  width: 550px;
  height: 40px;
  top: 0px;
  left: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #333333;
}
#titleModal .alertHolder .topBar .title {
  position: absolute;
  left: 15px;
  top: -1px;
  font-size: 20px;
  width: 510px;
  color: white;
  cursor: default;
  user-select: none;
}
#titleModal .alertHolder .bottomBar {
  position: absolute;
  background: white;
  width: 550px;
  height: 120px;
  top: 40px;
  left: 0px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: white;
}
#titleModal .alertHolder .bottomBar .inputHolder {
  position: absolute;
  width: 520px;
  height: 30px;
  left: 15px;
  top: 15px;
}
#titleModal .alertHolder .bottomBar .inputHolder .inputStyle {
  height: 36px;
  border: 2px solid #333333;
  font-size: 17px;
  color: black;
}
#titleModal .alertHolder .bottomBar .button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 100px;
  height: 33px;
  font-size: 15px;
  font-weight: bold;
  background-color: #333333;
  color: white;
}
#titleModal .alertHolder .bottomBar .button:hover {
  background-color: #d7d7d7;
  color: #333333;
}
</pre></body></html>