<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 "createExercise.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;
}
#header {
  text-align: center;
}
#header .hStyle {
  font-size: 30px;
  font-weight: 900;
  margin-top: 10px;
}
/*discoversection*/
#discoverSection {
  padding-top: 5px;
  padding-bottom: 10px;
}
#discoverSection .discoverRow {
  margin-left: 0px !important;
  margin-right: -15px !important;
  position: relative;
}
#discoverSection .navbar .fui-list {
  padding: 5px;
  padding-right: 25px;
}
#discoverSection .navbar .nav ul {
  min-width: 130px;
}
#discoverSection &gt; .btn {
  margin-right: 10px;
}
#discoverSection .filterTags {
  display: inline;
}
#discoverSection .filterTags .removelink {
  background-color: #ecedef;
  padding: 7px;
  font-size: 13px;
  font-weight: bold;
  color: #584e4e;
  margin-left: 5px;
  margin-right: 5px;
}
#discoverSection .filterTags .removelink .fui-cross {
  margin-left: 5px;
}
/*discoverpanel*/
#discoverPanel .sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  /* 3 */
}
#discoverPanel .modal-header {
  border-bottom: none;
}
#discoverPanel .modal-content {
  background-color: #f8f8f8;
  width: 100%;
}
#discoverPanel .modal-body {
  padding-top: 10px;
}
#discoverPanel .form-group {
  width: 85%;
}
#discoverPanel .input-icon {
  cursor: pointer;
  background-color: #bdc3c7;
  color: #fff;
  padding-left: 12px;
  border-radius: 0;
  line-height: 38px;
  font-size: 16px;
}
#discoverPanel .nav-header {
  font-weight: bold;
  color: #584e4e;
  padding-left: 5px;
  padding-bottom: 10px;
}
#discoverPanel .nav-pills {
  margin-top: 20px;
  margin-bottom: 20px;
}
#discoverPanel .nav-pills &gt; li &gt; a {
  background-color: #f8f8f8;
  border-left: none;
  color: #2c3e51;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  padding: 8px 5px;
  border-radius: 0;
}
#discoverPanel .nav-pills &gt; li &gt; a:hover,
#discoverPanel .nav-pills &gt; li &gt; a:focus,
#discoverPanel .nav-pills &gt; li &gt; a:active {
  background-color: #E7EDED;
}
#discoverPanel .age-group {
  border-bottom: 1px solid #eaecee;
  padding-bottom: 20px;
}
#discoverPanel #curriculumSelector {
  color: #515858;
}
#discoverPanel #curriculumSelector:hover {
  cursor: pointer;
}
#discoverPanel .authored-by-me &gt; .icons {
  display: none;
}
#discoverPanel .exercises-with-content &gt; .icons {
  display: none;
}
#discoverPanel .authoredByMeLabel {
  font-size: 14px;
  line-height: 1.5;
  display: block;
}
#discoverPanel .authoredByMeLabel .authoredByMeCheck {
  width: 20px;
  height: 20px;
  margin: 0px;
  margin-top: 6px;
  position: relative;
  top: 5px;
  margin-right: 8px;
}
#discoverPanel .exercises-with-content {
  float: none;
}
#discoverPanel .exercises-with-content #hasContentCheckLabel {
  width: 530px;
  font-size: 14px;
  line-height: 1.5;
  display: block;
}
#discoverPanel .exercises-with-content #hasContentCheckLabel .checkBox {
  width: 20px;
  height: 20px;
  margin: 0px;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
#exercises {
  background-color: white;
}
#feideAlert {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: black;
  cursor: default;
}
.noLicenceAlert {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  cursor: default;
  position: relative;
  background: #ecf0f1;
  top: 0px;
}
.sortingSelectorHolder {
  width: 150px;
  margin-right: 5px !important;
  position: relative;
  display: block;
}
.sortingSelectorHolder .dropdownIcon {
  position: absolute;
  top: 7px;
  right: 10px;
  color: black;
  pointer-events: none;
}
#sortingSelector {
  height: 35px;
  margin-top: 2px;
  padding: 4px 12px;
  font-size: 17px;
  color: #515858;
}
#sortingSelector:hover {
  cursor: pointer;
}
.search-portfolio {
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 15px;
  display: block;
}
.search-portfolio .search-btn-wrapper {
  margin-bottom: 0px;
  top: -26px;
}
.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;
}
/*exercise-bank*/
.exercise-bank {
  background-color: #e6e6e6;
  padding-top: 20px;
  border-top: #bfc4c8 solid 1px;
  min-height: 200px;
}
.exercise-bank .textElement {
  color: black !important;
}
.exercise-bank .extraHolder {
  position: relative;
}
.exercise-bank .extraHolder .imageBox {
  width: 100%;
}
.exercise-bank .extraHolder .description {
  position: absolute;
  width: 49%;
  height: 60%;
  top: 35%;
  left: 25%;
  font-size: 14px;
  overflow: auto;
  cursor: default;
}
.exercise-bank .toolsHolder {
  width: 100%;
  height: 100%;
}
.exercise-bank .toolsHolder .elementHolderStartPage {
  height: 180px;
  margin: 0px 8px;
  max-width: 320px;
}
.exercise-bank .toolsHolder .elementHolderStartPage .toolExercise {
  border-radius: 25px;
  box-shadow: 0px 0px 6px #888888;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
  position: relative;
}
.exercise-bank .toolsHolder .elementHolderStartPage .toolExercise .snowImage {
  width: 104%;
  position: absolute;
  z-index: 100;
  top: -7px;
  left: -2%;
}
.exercise-bank .toolsHolder .elementHolderStartPage .toolExercise .thumbHolder {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  height: 120px;
}
.exercise-bank .toolsHolder .elementHolderStartPage .toolExercise .thumbHolder .thumb {
  width: 101%;
}
.exercise-bank .toolsHolder .elementHolderStartPage .toolExercise .thumbHolder .delete {
  color: red;
  position: absolute;
  top: 4%;
  right: 5%;
  z-index: 200;
}
.exercise-bank .toolsHolder .elementHolderStartPage .toolExercise .thumbHolder .edit {
  color: red;
  position: absolute;
  top: 4%;
  right: 18%;
  z-index: 200;
}
.exercise-bank .toolsHolder .elementHolderStartPage .toolExercise .thumbHolder .title {
  position: absolute;
  top: 4%;
  width: 70%;
  left: 5%;
  background: white;
  font-size: 29px;
  border-radius: 100px;
  font-weight: 900;
  padding: 2px 15px 2px 15px;
  text-align: center;
}
.exercise-bank .toolsHolder .elementHolderStartPage .toolExercise .thumbHolder .info {
  position: absolute;
  top: 30%;
  right: 5%;
  background: white;
  border-style: none;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  padding: 1px 13px;
}
.exercise-bank .toolsHolder .elementHolderStartPage .toolExercise .thumbHolder .info .infoText {
  font-size: 29px;
  font-weight: 900;
  position: relative;
  top: -8px;
  color: black;
}
.exercise-bank .toolsHolder .elementHolderStartPage .toolExercise .toolExerciseBody {
  padding: 15px;
  padding-top: 0px;
  background: white;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.exercise-bank .toolsHolder .elementHolderStartPage .toolExercise .toolExerciseBody .buttonsHolder {
  margin: 0px;
}
.exercise-bank .toolsHolder .elementHolderStartPage .toolExercise .toolExerciseBody .buttonsHolder .buttonElement {
  box-shadow: none;
  font-weight: 900;
  background: white;
  border: solid 1px black;
  border-radius: 100px;
  margin-top: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.exercise-bank .toolsHolder .elementHolderStartPage .toolExercise .toolExerciseBody .mindomoInfo {
  position: absolute;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  height: 60px;
  bottom: 0px;
  background-color: #d193a7;
  width: 100%;
  left: 0px;
}
.exercise-bank .toolsHolder .elementHolderStartPage .toolExercise .toolExerciseBody .mindomoInfo .mindomoInfoText {
  width: 100%;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  top: 12px;
  position: absolute;
  color: black;
}
.exercise-bank .toolsHolder .elementHolder {
  display: grid;
  height: 366px;
}
.exercise-bank .toolsHolder .elementHolder .element {
  width: 100%;
}
.exercise-bank .toolsHolder .elementHolder .toolExercise {
  max-width: 600px;
  position: absolute;
  padding: 0px;
  border-radius: 18px;
  background: white;
  box-shadow: 0px 0px 6px #888888;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
  margin-left: 2%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.exercise-bank .toolsHolder .elementHolder .toolExercise .toolExerciseHeader {
  position: relative;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  height: 80px;
}
.exercise-bank .toolsHolder .elementHolder .toolExercise .toolExerciseHeader .title {
  width: 70%;
  font-size: 32px;
  color: #3e3e3e;
  text-align: center;
  font-weight: 900;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  background: white;
  border-radius: 100px;
  padding-bottom: 5px;
  left: 15%;
  position: relative;
  top: 17px;
}
.exercise-bank .toolsHolder .elementHolder .toolExercise .toolExerciseHeader .deleteStartPage {
  right: 6px !important;
  top: 14px !important;
}
.exercise-bank .toolsHolder .elementHolder .toolExercise .toolExerciseHeader .editStartPage {
  right: 30px !important;
  top: 14px !important;
}
.exercise-bank .toolsHolder .elementHolder .toolExercise .toolExerciseHeader .delete {
  position: absolute;
  right: 18px;
  top: 30px;
}
.exercise-bank .toolsHolder .elementHolder .toolExercise .toolExerciseHeader .edit {
  position: absolute;
  right: 45px;
  top: 30px;
}
.exercise-bank .toolsHolder .elementHolder .toolExercise .toolExerciseHeader .tool_type_image {
  position: absolute;
  right: 10px;
  top: 3px;
  height: 80%;
}
.exercise-bank .toolsHolder .elementHolder .toolExercise .toolExerciseBody {
  padding: 15px;
  padding-top: 0px;
}
.exercise-bank .toolsHolder .elementHolder .toolExercise .toolExerciseBody .description {
  overflow: auto;
  padding-bottom: 8px;
  font-size: 16px;
  height: 240px;
  padding-top: 10px;
}
.exercise-bank .toolsHolder .elementHolder .toolExercise .toolExerciseBody .description a {
  color: #0078A3;
}
.exercise-bank .toolsHolder .elementHolder .toolExercise .toolExerciseBody .buttonsHolder {
  margin: 0px;
}
.exercise-bank .toolsHolder .elementHolder .toolExercise .toolExerciseBody .buttonsHolder .buttonElement {
  box-shadow: none;
  font-weight: bold;
}
.exercise-bank .toolsHolder .elementHolder .toolExercise .toolExerciseBody .mindomoInfo {
  position: absolute;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  height: 60px;
  bottom: 0px;
  background-color: #d193a7;
  width: 100%;
  left: 0px;
}
.exercise-bank .toolsHolder .elementHolder .toolExercise .toolExerciseBody .mindomoInfo .mindomoInfoText {
  width: 100%;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  top: 12px;
  position: absolute;
  color: black;
}
.exercise-bank .row .exercise {
  border: #dee1e3 solid 2px;
  border-radius: 4px;
  background-color: #fafafa;
  padding: 15px;
  margin-bottom: 10px;
  /*Exercise-flipper */
}
.exercise-bank .row .exercise .deleteExerciseBtn {
  margin-left: 10px;
}
.exercise-bank .row .exercise .exerciseHeader {
  height: 60px;
  overflow: hidden;
  font-weight: bold;
}
.exercise-bank .row .exercise .exerciseHeader .titleHeader {
  display: table-cell;
  vertical-align: bottom;
  height: 60px;
  color: #2c3e50;
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 15px;
}
.exercise-bank .row .exercise .btn_row {
  margin-bottom: 0px;
  /*
            .btn {
                color: #2C3E50;
                padding-left: 10px;
                padding-right: 10px;
            }*/
}
.exercise-bank .row .exercise .btn_row a {
  font-weight: bold;
}
.exercise-bank .row .exercise .btn_row .button {
  font-weight: bold;
}
.exercise-bank .row .exercise .flip-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.exercise-bank .row .exercise .flip-container:focus .flipper .front,
.exercise-bank .row .exercise .flip-container.focus .flipper .front {
  opacity: 0;
  filter: alpha(opacity=0);
  top: -300px;
}
.exercise-bank .row .exercise .flip-container:focus .flipper .back,
.exercise-bank .row .exercise .flip-container.focus .flipper .back {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
}
.exercise-bank .row .exercise .flip-container:hover .flipper .front,
.exercise-bank .row .exercise .flip-container.hover .flipper .front {
  opacity: 0;
  filter: alpha(opacity=0);
  top: -300px;
}
.exercise-bank .row .exercise .flip-container:hover .flipper .back,
.exercise-bank .row .exercise .flip-container.hover .flipper .back {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
}
.exercise-bank .row .exercise .flipper {
  height: 254px;
  position: relative;
  overflow: hidden;
}
.exercise-bank .row .exercise .flipper .front {
  position: relative;
}
.exercise-bank .row .exercise .flipper .tool_type_image {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
}
.exercise-bank .row .exercise .front,
.exercise-bank .row .exercise .back {
  position: absolute;
  left: 0;
  right: 0;
}
.exercise-bank .row .exercise .front {
  overflow-x: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
  -webkit-transition: all 0.4s ease-in 0.2s;
  transition: all 0.4s ease-in 0.2s;
}
.exercise-bank .row .exercise .front img {
  width: 100%;
  max-height: 254px;
}
.exercise-bank .row .exercise .back {
  height: 100%;
  overflow: auto;
  font-size: 10pt;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 275px;
  -webkit-transition: all 0.4s ease-in 0.2s;
  transition: all 0.4s ease-in 0.2s;
}
.exercise-bank .spinner-exercise-bank {
  margin-top: 25px;
}
.exercise-bank .spinner-exercise-bank .spinner {
  z-index: 1 !important;
}
#nyheterHolder {
  width: 100%;
  height: 100%;
}
#nyheterHolder .nyheterIframe {
  border-width: 0px;
}
#learningTools .mainTitle {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
}
#learningTools .linkHolder.active,
#learningTools .linkHolder:focus {
  outline-offset: 2px !important;
}
#learningTools .element {
  margin-bottom: 30px;
  cursor: pointer;
  border-radius: 10px;
  background: white;
  box-shadow: 0px 0px 6px #888888;
  margin-left: 8px;
  margin-right: 8px;
}
#learningTools .element .thumbHolder {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 160px;
}
#learningTools .element .thumbHolder .thumb {
  width: 100%;
}
#learningTools .element .thumbHolder .nyhet {
  width: 100%;
  height: 40px;
  background: #ddff00;
  position: absolute;
  top: 20px;
  left: -56px;
  color: black;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  transform: rotate(-35deg);
  padding-top: 3px;
  font-family: sans-serif;
}
#learningTools .element .thumbHolder .kommerSnart {
  width: 100%;
  height: 40px;
  background: #00ccff;
  position: absolute;
  top: 21px;
  left: -56px;
  color: black;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  transform: rotate(-35deg);
  padding-top: 6px;
  font-family: system-ui;
}
#learningTools .element .textContent {
  padding: 11px 2px;
}
#learningTools .element .textContent .title {
  color: #000000 !important;
  font-weight: 800;
  font-size: 19px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
#learningToolsNew .abpBannerHolder {
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
}
#learningToolsNew .abpBannerHolder .abpBannerImg {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 6px #888888;
}
#learningToolsNew .abpBannerHolder .text {
  font-weight: bold;
  position: absolute;
  top: 9px;
  text-align: center;
  width: 100%;
  font-size: 38px;
  color: white;
  font-family: cursive;
}
#learningToolsNew .abpBannerHolder .link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#learningToolsNew .abpBannerSvHolder {
  position: relative;
}
#learningToolsNew .abpBannerSvHolder .link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#learningToolsNew .abpBannerSvHolder .image {
  width: 60%;
  left: 20%;
  position: relative;
  margin-bottom: 15px;
}
#learningToolsNew .mainTitleNo {
  color: white;
}
#learningToolsNew .mainTitle {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
}
#learningToolsNew .verktoyRow {
  margin-left: 45px;
  margin-right: 45px;
}
#learningToolsNew .learningToolsRow {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
#learningToolsNew .linkHolder.active,
#learningToolsNew .linkHolder:focus {
  outline-offset: 2px !important;
}
#learningToolsNew .element {
  margin-bottom: 24px;
  cursor: pointer;
  border-radius: 10px;
  background: white;
  box-shadow: 0px 0px 6px #888888;
  margin-left: 6px;
  margin-right: 6px;
  position: relative;
}
#learningToolsNew .element .snowImage {
  width: 110%;
  position: absolute;
  z-index: 1000;
  top: -3px;
  left: -5%;
}
#learningToolsNew .element .thumbHolder {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 130px;
}
#learningToolsNew .element .thumbHolder .thumb {
  width: 100%;
}
#learningToolsNew .element .thumbHolder .nyhet {
  width: 100%;
  height: 23px;
  background: #df0;
  position: absolute;
  top: 20px;
  left: -45px;
  color: #000;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  transform: rotate(-35deg);
  padding-top: 0px;
  font-family: sans-serif;
}
#learningToolsNew .element .thumbHolder .kommerSnart {
  width: 100%;
  height: 23px;
  background: #0cf;
  position: absolute;
  top: 20px;
  left: -45px;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  transform: rotate(-35deg);
  padding-top: 0px;
  font-family: system-ui;
}
#learningToolsNew .element .textContent {
  padding: 3px 0px;
}
#learningToolsNew .element .textContent .title {
  color: #000000 !important;
  font-weight: 800;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
</pre></body></html>