<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "assign.css";
@import "uploader.css";
@import "assignmentCode.css";
.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;
}
/************** PORTFOLIO: COMMON STYLES ****************/
#portfolio {
  background-color: #ecf0f1;
}
#portfolio-navbar {
  padding-left: 130px;
  padding-right: 60px;
  padding-top: 10px;
}
#portfolio-navbar .nav &gt; li &gt; a {
  font-size: 17px;
  margin-right: 20px\9;
}
#portfolio-navbar .nav &gt; li &gt; a:focus {
  outline: none;
}
#portfolio-navbar li.active {
  border-style: solid;
  border-radius: 10px;
  border-width: 2px;
  border-color: #0078a3;
}
#portfolio-navbar li.active &gt; a,
#portfolio-navbar li &gt; a:hover,
#portfolio-navbar li &gt; a:focus {
  color: #055685;
}
#portfolio-navbar .navbar-nav a:hover,
#portfolio-navbar .navbar-nav a:focus,
#portfolio-navbar .navbar-nav a.current:hover {
  color: white;
}
#portfolio-navbar .navbar-nav a.current {
  color: #00aeef;
}
#portfolio-navbar .badge-danger {
  position: relative;
  top: -10px;
}
.spinner-portfolio {
  margin-top: 30px;
}
.spinner-portfolio .spinner {
  z-index: 1 !important;
}
/************** END OF COMMON STYLES ******************/
/************** MEDIA FILES PAGE **********************/
#myFiles {
  padding-top: 20px;
}
#myFiles .nav-files {
  position: relative;
  padding-top: 10px;
}
#myFiles .nav-files ul li a:hover {
  color: #00aeef;
}
#myFiles .nav-files .nav-tabs li.active a {
  border-bottom-color: #ecf0f1;
  background-color: #ecf0f1;
}
#myFiles .tab-content {
  clear: both;
  border: none;
  padding: 0;
}
#myFiles .tab-content .tab-pane {
  padding-left: 0;
}
#myFiles .upload-btn,
#myFiles .nav-bulk-actions .btn {
  margin-top: -20px;
}
#myMediaFilesList .media {
  background-color: #dee1e3;
  position: relative;
  margin-bottom: 20px;
}
#myMediaFilesList .thumb {
  display: grid;
  text-align: center;
  height: 190px;
}
#myMediaFilesList .thumb img {
  margin: 0 auto;
}
#myMediaFilesList .thumb img.thumbnail-img {
  width: 100%;
}
#myMediaFilesList .thumb .play-icon {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 70px;
  margin-left: -35px;
}
#myMediaFilesList .file-actions {
  line-height: 36px;
  width: 100%;
  height: 36px;
  overflow: hidden;
  background-color: #454545;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 5px;
}
#myMediaFilesList .file-actions &gt; .icons {
  display: none;
}
#myMediaFilesList .file-actions .check-file {
  padding: 0;
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-left: 5px;
}
#myMediaFilesList .file-actions .check-file .checkBoxStyle {
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
}
#myMediaFilesList .file-actions .glyphicon-refresh {
  top: 5px;
  vertical-align: top;
  margin-right: 5px;
}
#myMediaFilesList .file-actions .title {
  display: inline-block;
  overflow: hidden;
  width: 72%;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
#myMediaFilesList .file-actions .title .glyphicon-pencil {
  position: absolute;
  right: 0;
  top: 3px;
}
#myMediaFilesList .file-actions .delete {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
}
#myMediaFilesList .file-actions .glyphicon {
  margin-top: 5px;
  font-size: 16px;
}
#myMediaFilesList .file-actions .editable-value {
  font-size: 15px;
  margin-top: -4px;
  line-height: 1em;
  background: transparent;
  border: none;
}
#myMediaFilesList .file-actions .title,
#myMediaFilesList .file-actions .editable-value,
#myMediaFilesList .file-actions .glyphicon {
  color: #fff;
}
.search-btn-wrapper {
  margin-bottom: 0px;
  top: -26px;
}
.search-portfolio {
  padding-top: 13px;
}
.search-portfolio .searchInputLabelWrapper {
  width: 100%;
  position: relative;
  top: 0px;
  line-height: 1;
}
.search-portfolio .searchInputLabelWrapper .searchText {
  font-size: 13px;
  padding-left: 10px;
}
.search-portfolio .form-control {
  width: 200px;
  padding-right: 15px;
  height: 35px;
}
.search-portfolio .glyphicon-search {
  position: absolute;
  top: 10px;
  right: 8px;
  color: #584e4e;
}
.assignment-link-holder {
  padding-top: 60px;
  padding-left: 100px;
}
.assignment-link-holder .assignment-link {
  display: inline;
  width: 500px;
  height: 35px;
}
#deleteModal .modal-dialog {
  margin-top: 100px;
}
#previewModal .modal-content {
  width: auto;
}
#previewModal .modal-loading {
  margin: 0 auto;
  background: url(../../img/loader.gif) center no-repeat;
  width: 64px;
  height: 64px;
}
#previewModal .downloadButton {
  background: none;
  border: none;
  color: #00aeef;
}
#previewModal .downloadButton:hover {
  color: #2c3e51;
}
#previewModal.audio .modal-dialog {
  width: 600px;
  margin-top: 100px;
}
#previewModal .modal-dialog {
  width: 640px;
}
@media (max-width: 767px) {
  #previewModal .modal-dialog {
    width: 450px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #previewModal .modal-dialog {
    width: 640px;
  }
}
@media (min-width: 992px) {
  #previewModal .modal-dialog {
    width: 800px;
  }
}
/********************** END OF MEDIA FILES PAGE *************/
/********************** MY WORK / ASSIGNED BY ME PAGES ************************/
/** Common styles for the assignment, used in My work, Assigned by me and Edit pages **/
.expandButton {
  font-size: 35px;
  margin-top: -10px;
}
.liElement {
  z-index: auto !important;
  background: none;
}
.collapseHolder {
  display: table;
}
.bottomBar {
  padding: 2px 10px !important;
}
.navbar .nav &gt; li &gt; ul:before {
  border-color: transparent transparent #2c3e51 !important;
  right: 58px;
}
.dropDownMenuHolder &gt; li &gt; ul:before {
  right: 0px !important;
}
.fuiListStyle {
  margin-top: -14px;
}
.sortingSelectorHolderMyFiles {
  padding-top: 10px !important;
}
.dropdownIconMyFiles {
  top: 16px !important;
}
#sortingSelector {
  height: 35px;
  margin-top: 2px;
  padding: 4px 12px;
  font-size: 15px;
  color: #515858;
}
#sortingSelector:hover {
  cursor: pointer;
}
.sortingSelectorHolder {
  width: 150px;
  margin-right: 10px !important;
  position: relative;
  top: 2px;
}
.sortingSelectorHolder .dropdownIcon {
  position: absolute;
  top: 7px;
  right: 10px;
  color: black;
  pointer-events: none;
}
.filterTags {
  height: 40px;
  padding-top: 6px;
  display: inline-table !important;
}
.filterTags .toolTypeButton {
  background: #f2f2f2;
  border-radius: 50px;
  border-width: 1px;
  margin-right: 5px;
  font-size: 16px;
  text-align: center;
  width: 120px;
}
.filterTags .toolTypeButtonSelected {
  background: #055685;
  border-radius: 50px;
  border-width: 1px;
  margin-right: 5px;
  font-size: 16px;
  text-align: center;
  width: 120px;
  color: white;
  border-color: transparent;
}
.filterTags .removelink {
  background-color: #fff;
  padding: 10px 10px;
  font-size: 13px;
  font-weight: 700;
  color: black;
  margin-left: 0px;
  margin-right: 10px;
}
.filterTags .removelink .cross {
  padding-left: 10px;
}
.rowStyle {
  margin: 0px;
}
.rowStyle .filter {
  color: #055685;
  font-size: 27px;
  font-weight: 900;
  float: left;
  margin: 0px;
  line-height: 1.7222;
}
.rowStyle .assignmentCodeBtn {
  padding: 7px 20px;
  margin-left: 20px;
  top: 2px;
  position: relative;
}
.editButtonForCollapse {
  padding: 8px 20px;
}
.thumbCollapsedModeForAssignment {
  top: 3px;
}
.thumbCollapsedMode {
  position: absolute;
  left: 5px;
  z-index: 1000;
  cursor: pointer;
}
.imageCollapsedMode {
  width: 46px;
}
.filterButton {
  font-weight: normal !important;
  font-size: 15px !important;
}
.button {
  color: white !important;
  margin-right: 15px;
  padding: 11px 40px !important;
  height: 40px;
  padding-top: 6px !important;
  font-size: 15px;
}
.button:hover,
.button.active,
.button:focus {
  background-color: #33bef2 !important;
  z-index: auto;
}
.optionsHolder {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
}
.drowDownButtonFilter {
  padding: 10px 40px 11px!important;
}
.drowDownButtonFilter .dropdownIcon {
  position: absolute;
  top: 12px;
  right: 25px;
  color: white;
  pointer-events: none;
}
.dropDownUlFilter .elementsHolder {
  left: -18px;
}
.liElementCollapsedMyWork {
  height: 35px !important;
  top: 3px;
}
.drowDownButtonOptionsCollapsed {
  background: none;
  width: 25px;
  height: 25px;
  border-color: #fafafa;
  border-style: none;
}
.drowDownButtonOptionsCollapsed .dropdownIcon {
  position: absolute;
  top: 6px;
  right: 5px;
  color: black;
  pointer-events: none;
  padding: 0px !important;
}
.drowDownButtonOptions {
  border-style: none;
  background: none;
  padding: 5px;
  font-size: 18px;
  font-weight: normal;
}
.drowDownButtonOptions .dropdownIcon {
  position: absolute;
  top: 25px;
  right: 19px;
  color: white;
  pointer-events: none;
}
.searchStyle {
  padding-top: 4px;
}
.assignmentCollapsed {
  position: relative;
  background-color: #fafafa;
  height: 100%;
  width: 100%;
}
.assignmentCollapsed .body {
  overflow: hidden;
  padding: 5px;
  min-height: 40px;
}
.assignmentCollapsed .body .title {
  padding-top: 2px;
}
.assignmentCollapsed .body .work-title {
  font-size: 18px;
  font-weight: bold;
  color: black;
  padding-left: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.assignmentCollapsed .body .details-of-production {
  font-size: 13px;
  color: #584e4e;
  padding-top: 8px;
}
.assignmentCollapsed .body .tool-type {
  font-size: 14px;
  color: black;
  font-weight: bold;
  padding-top: 6px;
}
.assignmentCollapsed .body .assignedBy {
  font-size: 15px;
  color: black;
  font-weight: bold;
  padding-top: 5px;
}
.assignmentCollapsed .body .dueIn {
  color: #b73315;
  font-weight: bold;
  font-size: 15px;
  padding-right: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.accepted {
  cursor: pointer;
}
.clipboardBtn {
  max-height: 34px;
}
.productTitleH2Parent {
  display: inline-flex;
  width: 100%;
}
.productTitleH2 {
  font-size: 23px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.72222;
}
.assignment {
  position: relative;
  background-color: #fafafa;
  height: 100%;
  width: 100%;
}
.assignment .extraPadding {
  padding-right: 28px !important;
}
.assignment .body {
  overflow: hidden;
  padding: 20px;
  min-height: 240px;
}
.assignment .body .hContent {
  margin: 0 !important;
  line-height: 1.72222;
}
.assignment .body .assignedBy,
.assignment .body .dueIn {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.assignment .body .topLi {
  background: #fafafa !important;
}
.assignment .body .settingsButton {
  font-weight: 400!important;
  font-size: 13px!important;
  margin: 15px 11px 5px 5px;
  padding: 8px 30px!important;
  line-height: 1.385;
  border-radius: 4px;
  background-color: #0078A3;
  height: 34px;
}
.assignment .body .dueInExtraPadding {
  padding-right: 11px !important;
}
.assignment .body .dueIn {
  color: #b73315;
  cursor: default;
  top: 60px;
  text-align: right;
}
.assignment .body .title {
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 20px;
}
.assignment .body .title .collaborativeWork {
  font-size: 14px;
  margin-left: 10px;
}
.assignment .body .description {
  font-size: 15px;
}
.assignment .body .description .details-of-assignment {
  color: #666;
}
.assignment .body .description .details-of-production {
  color: #584e4e;
}
.assignment .body .thumbnail {
  width: 100%;
  cursor: pointer;
}
.assignment-list {
  padding: 0px;
}
.assignment-list &gt; li {
  list-style-type: none;
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .assignment-list &gt; li {
    width: 550px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .assignment-list &gt; li {
    width: 650px;
  }
}
@media (min-width: 992px) {
  .assignment-list &gt; li {
    width: 800px;
  }
}
.assignment-list &gt; li .assignmentCollapsed {
  margin-bottom: 10px;
  border: solid 2px #dee1e3;
  border-radius: 4px;
}
.assignment-list &gt; li .assignmentCollapsed .navbar {
  position: absolute;
  top: 0px;
  right: 15px;
}
.assignment-list &gt; li .assignmentCollapsed .navbar .nav {
  text-align: left;
}
.assignment-list &gt; li .assignmentCollapsed .navbar .nav li ul li {
  background-color: #ecf0f1;
  width: inherit;
}
.assignment-list &gt; li .assignmentCollapsed .navbar .nav li ul li &gt; a {
  color: #666;
}
.assignment-list &gt; li .assignmentCollapsed .navbar .nav li ul li &gt; a:hover {
  color: #fff;
}
.assignment-list &gt; li .assignmentCollapsed .navbar a.fui-gear {
  padding: 5px;
}
.assignment-list &gt; li .assignment {
  margin-bottom: 30px;
  border: solid 2px #dee1e3;
  border-radius: 4px;
}
.assignment-list &gt; li .assignment .navbar {
  position: absolute;
  top: 10px;
  right: 15px;
}
.assignment-list &gt; li .assignment .navbar .nav {
  text-align: left;
}
.assignment-list &gt; li .assignment .navbar .nav li ul li {
  background-color: #ecf0f1;
  width: inherit;
}
.assignment-list &gt; li .assignment .navbar .nav li ul li &gt; a {
  color: #666;
}
.assignment-list &gt; li .assignment .navbar .nav li ul li &gt; a:hover {
  color: #fff;
}
.assignment-list &gt; li .assignment .navbar a.fui-gear {
  padding: 5px;
}
.assignment-list &gt; li .assignment .body .view-and-manage-buttons {
  position: absolute;
  bottom: 20px;
}
.assignment-list &gt; li .assignment .body .view-and-manage-buttons .btn {
  margin-right: 15px;
}
.assignment-list &gt; li .assignment .body .view-and-manage-buttons .moreButton {
  margin-right: 15px;
}
.assignment-list &gt; li .assignment .body .view-and-manage-buttons .moreButton:hover {
  color: #ffffff;
}
.assignment-list &gt; li .assignment .body .view-and-manage-buttons .rename-spinner {
  position: absolute;
  top: -13px;
  left: 57px;
}
.assignment-list &gt; li .status-bar {
  clear: both;
  overflow: hidden;
  padding: 10px 20px;
  background-color: #dee1e3;
}
.assignment-list &gt; li .status-bar .status-not-started {
  color: #b73315;
}
.assignment-list &gt; li .status-bar .label {
  margin: 13px;
}
.assignment-list &gt; li .status-bar .buttonsHolder {
  top: -10px;
}
.assignment-list &gt; li .status-bar .btnExtended {
  margin-left: 9px !important;
  margin-right: 9px !important;
}
.assignment-list &gt; li .status-bar .waiting-for-assignees {
  color: #2c3e51;
  margin-left: 4px;
  cursor: default;
}
.assignment-list &gt; li .status-bar .myWorkLink {
  color: #2c3e51;
  margin-left: 4px;
  cursor: default;
  font-size: 16px;
  font-weight: bold;
}
.assignment-list &gt; li .status-bar .shareHolder {
  display: flex;
}
.assignment-list &gt; li .status-bar .inactiveElement {
  pointer-events: none;
  user-select: none;
  opacity: 0.5;
}
.assignment-list &gt; li .status-bar .myWorkLink {
  display: contents;
}
.assignment-list &gt; li .status-bar .myWorkLink span {
  font-weight: normal;
  top: 8px;
  position: relative;
  pointer-events: none;
}
.assignment-list &gt; li .status-bar .link {
  display: flex;
}
.assignment-list &gt; li .status-bar .link span {
  font-weight: normal;
  top: 8px;
  position: relative;
  pointer-events: none;
  font-size: 15px;
}
.assignment-list &gt; li .status-bar .shortCodeHolder {
  position: relative;
  width: 100%;
  display: grid;
}
.assignment-list &gt; li .status-bar .shortCodeHolder .title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 5px;
}
.assignment-list &gt; li .status-bar .shortCodeHolder .bottomHolder {
  display: flex;
  position: relative;
}
.assignment-list &gt; li .status-bar .shortCodeHolder .bottomHolder .textHolder {
  width: 140px;
  height: 50px;
  border-style: solid;
  margin-right: 15px;
  border-radius: 50px;
  border-width: 2px;
  border-color: #a8a8a8;
  position: relative;
  background: white;
}
.assignment-list &gt; li .status-bar .shortCodeHolder .bottomHolder .textHolder .text {
  font-size: 25px;
  position: absolute;
  top: 2px;
  width: 100%;
  text-align: center;
}
.assignment-list &gt; li .status-bar .shortCodeHolder .bottomHolder .fullscreenButton {
  height: 35px;
  padding: 6px 11px;
  margin-top: 8px;
}
.assignment-list &gt; li .status-bar .copiedAlertHolder {
  display: none;
  position: fixed;
  top: 10px;
  right: 0px;
  z-index: 10000 !important;
  margin: auto;
  width: 50%;
}
.assignment-list &gt; li .status-bar .copiedAlertHolder .copiedAlert {
  font-size: 15px;
  color: green;
  font-weight: 700;
  background: lightgreen;
  border-radius: 15px;
  padding: 7px 50px;
  user-select: none;
  cursor: default;
}
.assignment-list &gt; li .status-bar .copiedAlertHolder .checkBox {
  position: relative;
  right: 32px;
}
.assignment-list &gt; li .status-bar .rememberLink {
  color: #00aeef;
}
.assignment-list &gt; li .status-bar .rememberLink:hover {
  cursor: pointer;
}
.assignment-list &gt; li .status-bar .status {
  font-size: 16px;
  font-weight: bold;
  padding-top: 8px;
}
.assignment-list &gt; li .status-bar .status .expander {
  cursor: pointer;
}
.assignment-list &gt; li .status-bar .status &gt; span {
  margin-right: 10px;
}
.assignment-list &gt; li .status-bar .invited {
  color: #00aeef;
}
.assignment-list &gt; li .status-bar .started {
  color: orange;
}
.assignment-list &gt; li .status-bar .handed-in {
  color: purple;
}
.assignment-list &gt; li .status-bar .assessed {
  color: green;
}
.assignment-list &gt; li .status-bar .deleted {
  color: #b73315;
}
.assignment-list &gt; li .status-bar .create .glyphicon {
  margin-right: 2px;
}
.assignment-list &gt; li .status-bar .btn {
  margin: 5px;
}
.assignment-list &gt; li .students-table {
  display: none;
}
.assignment-list &gt; li .students-table table .checkbox {
  margin: 0 auto;
  padding-left: 0;
}
.assignment-list &gt; li .students-table table td a.action {
  text-decoration: underline;
  margin-right: 8px;
}
#actions .thumbnail {
  width: 100px;
}
/********************** END OF MY WORK PAGE *****************/
#shortCodeFullscreenModal .modal-dialog {
  width: 750px;
}
#shortCodeFullscreenModal .modal-content {
  background-color: #f9fafb;
  width: 100%;
}
#shortCodeFullscreenModal .modal-body {
  min-height: 470px;
  font-size: 14px;
}
#shortCodeFullscreenModal .modal-body .fullScreenHolder .closeBtn {
  font-size: 35px;
  color: black;
  opacity: 1.0;
  top: 7px;
  position: absolute;
  right: 20px;
  background: none;
  border: none;
}
#shortCodeFullscreenModal .modal-body .fullScreenHolder .title {
  font-size: 50px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
  color: #3b4e62;
  cursor: default;
}
#shortCodeFullscreenModal .modal-body .fullScreenHolder .textHolder {
  width: 680px;
  height: 280px;
  border-style: solid;
  margin: 0px auto;
  border-radius: 200px;
  border-width: 4px;
  border-color: #a8a8a8;
  position: relative;
}
#shortCodeFullscreenModal .modal-body .fullScreenHolder .textHolder .text {
  font-size: 160px;
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
  color: black;
}
@media (max-width: 1199px) {
  #shortCodeFullscreenModal .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 1200px) {
  #shortCodeFullscreenModal .modal-dialog {
    width: 750px;
  }
}
</pre></body></html>