<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "createExercise.css";
@import "assign.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;
}
#topicsHolder {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: lightgrey;
}
#topicsHolder .nonDragAndDrop {
  user-drag: none;
  -webkit-user-drag: none;
}
#topicsHolder .invisibleText {
  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 */
}
#topicsHolder .samfunnAlert {
  width: 100%;
  background: #ecf0f1;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#topicsHolder .textElement {
  color: black !important;
}
#topicsHolder .videoElement {
  font-weight: bold;
}
#topicsHolder .competenceElement {
  display: inline-flex;
}
#topicsHolder .competenceElement .competenceButton {
  position: relative;
  background: white;
  color: black;
  top: 15px;
  border-radius: 5px;
  padding: 4px 27px;
  margin: 0px 10px;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-style: none;
}
#topicsHolder .competenceElement .competenceButtonSelected {
  position: relative;
  background: #233f44;
  color: white;
  top: 15px;
  border-radius: 5px;
  padding: 4px 27px;
  margin: 0px 10px;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-style: none;
}
#topicsHolder .competenceElement .competenceButtonSelected .icon {
  right: 7px !important;
  top: 4px;
  position: absolute;
}
#topicsHolder .titleWrapper {
  height: 50px;
  padding-top: 6px;
  font-size: 22px;
  font-weight: bold;
  color: black;
  display: inline-flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#topicsHolder .titleWrapper .buttonElement {
  cursor: pointer;
  padding-left: 7px;
  color: black;
}
#topicsHolder .hamburgerMenu {
  margin-top: 20px;
}
#topicsHolder .hamburgerMenu .filterTitle {
  color: black;
  font-size: 23px;
  font-weight: bold;
  margin-top: 11px;
  font-family: system-ui;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0px;
  line-height: 1.7222;
}
#topicsHolder .hamburgerMenu .search-portfolio {
  padding-top: 8px;
}
#topicsHolder .hamburgerMenu .search-portfolio .search-btn-wrapper {
  margin-bottom: 0px;
  top: -26px;
}
#topicsHolder .hamburgerMenu .search-portfolio .searchInputLabelWrapper {
  width: 100%;
  position: relative;
  top: 0px;
  line-height: 1;
}
#topicsHolder .hamburgerMenu .search-portfolio .searchInputLabelWrapper .searchText {
  font-size: 13px;
  padding-left: 10px;
}
#topicsHolder .hamburgerMenu .search-portfolio .form-control {
  padding-right: 15px;
  height: 35px;
  border-radius: 4px;
}
#topicsHolder .hamburgerMenu .search-portfolio .glyphicon-search {
  position: absolute;
  top: 10px;
  right: 8px;
  color: #584e4e;
}
#topicsHolder .hamburgerMenu .languageButton {
  background-color: white;
  border-radius: 4px;
  border-color: #2D2D2D;
  border-style: solid;
  cursor: pointer;
  height: 35px;
  margin-top: 8px;
  margin-right: 15px;
}
#topicsHolder .hamburgerMenu .languageButton .buttonHolder {
  border-style: none;
  padding: 0px;
  background: transparent;
}
#topicsHolder .hamburgerMenu .languageButton .title {
  top: -1px;
  position: relative;
  padding: 0px 30px;
  font-size: 18px;
  font-weight: 700;
  color: #2D2D2D;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#topicsHolder .hamburgerMenu .languageButton:hover {
  background: #ffc;
}
#topicsHolder .topicsElementsHolder {
  padding-top: 20px;
}
#topicsHolder .topicsElementsHolder .competence {
  margin-top: 15px;
}
#topicsHolder .topicsElementsHolder .competence .competenceWrapper {
  background: white;
  border-radius: 10px;
  margin: 7px 0px;
  padding: 15px 50px 15px 15px;
  height: 70px;
  border-style: none;
}
#topicsHolder .topicsElementsHolder .competence .competenceWrapper .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  user-select: none;
  text-align: left;
}
#topicsHolder .topicsElementsHolder .competence .competenceWrapper .icon {
  position: absolute;
  right: 15px;
  top: 18px;
  cursor: pointer;
}
#topicsHolder .topicsElementsHolder .competence .competenceWrapper .icon2 {
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: 24px;
  cursor: pointer;
}
#topicsHolder .topicsElementsHolder .elementModule {
  margin-bottom: 12px;
  border-radius: 10px;
  background: white;
  height: 352px;
}
#topicsHolder .topicsElementsHolder .elementModule .thumbHolder {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#topicsHolder .topicsElementsHolder .elementModule .thumbHolder .icon {
  width: 101%;
}
#topicsHolder .topicsElementsHolder .elementModule .thumbHolder .moduleTitle {
  position: absolute;
  color: black;
  font-size: 30px;
  bottom: 5%;
  left: 3%;
  font-weight: 900;
  margin-top: 0px;
  margin-bottom: 0px;
  background: white;
  text-align: center;
  padding-top: 5px;
  border-radius: 100px;
  padding-bottom: 6px;
  width: 94%;
}
#topicsHolder .topicsElementsHolder .elementModule .textContent {
  height: 180px;
  padding: 10px 0px;
}
#topicsHolder .topicsElementsHolder .elementModule .textContent .description {
  color: #000000;
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
  margin: 0px;
  font-size: 19px;
  display: block;
}
#topicsHolder .topicsElementsHolder .elementModule .textContent .description:hover {
  background: slategrey;
  color: white;
}
#topicsHolder .topicsElementsHolder .element {
  display: flex;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 10px;
  background: white;
  height: 150px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#topicsHolder .topicsElementsHolder .element .thumbHolder .thumb {
  height: 100%;
  width: 200px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#topicsHolder .topicsElementsHolder .element .thumbHolderSubtopics {
  width: 33%;
}
#topicsHolder .topicsElementsHolder .element .thumbHolderSubtopics .thumb {
  height: 100%;
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#topicsHolder .topicsElementsHolder .element .thumbHolderSubtopics .title {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 64px;
  color: black;
  width: 33%;
  text-align: center;
  line-height: 1.1;
  padding: 0px 10px;
}
#topicsHolder .topicsElementsHolder .element .textContent {
  padding: 8px 20px;
}
#topicsHolder .topicsElementsHolder .element .textContent .description {
  font-size: 14px;
  overflow: hidden;
  height: 127px;
}
#topicsHolder .infoDescription {
  position: relative;
  min-height: 100px;
  padding: 50px;
  margin: 20px 10px;
  border-radius: 5px;
  background: #fff;
}
#topicsHolder .infoDescription .closeButton {
  position: absolute;
  right: 10px;
  top: 0px;
  cursor: pointer;
  font-size: 30px;
  border-style: none;
  padding: 0px;
  background: none;
}
#topicsHolder .infoButtonFromTopicsHolder {
  position: relative;
  float: right;
  cursor: pointer;
  top: 15px;
  padding: 0px;
  width: 160px;
  background: white;
  border: solid black 2px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: bold;
}
#topicsHolder .mainElementsHolder {
  padding-top: 10px;
}
#topicsHolder .mainElementsHolder .extraSpace {
  height: 100px;
}
#topicsHolder .mainElementsHolder .headerWrapper {
  position: relative;
  padding-top: 20px;
  padding-bottom: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#topicsHolder .mainElementsHolder .headerWrapper .header {
  width: 70%;
  margin-left: 15%;
  pointer-events: none;
}
#topicsHolder .mainElementsHolder .headerWrapper .helpButton {
  position: absolute;
  width: 180px;
  bottom: 12px;
  right: 0px;
  cursor: pointer;
  color: black;
  background: white;
  border-radius: 7px;
  padding: 5px 10px;
  text-align: center;
  font-weight: 800;
  border-style: none;
}
#topicsHolder .mainElementsHolder .mainElementWrapper {
  display: inline-grid;
  padding: 5px 5px;
}
#topicsHolder .mainElementsHolder .mainElementWrapper .element {
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  height: 90px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border-style: none;
  padding: 0px;
}
#topicsHolder .mainElementsHolder .mainElementWrapper .element .title {
  color: #000000;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  position: relative;
  top: 23%;
  line-height: 1.72222;
  margin: 0px;
}
#topicsHolder .mainElementsHolder .mainElementWrapper .element .linkElement {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#topicsHolder .mainElementsHolder .mainElementWrapper .element .info {
  top: 24px;
  left: 26px;
  position: relative;
  width: 62px;
}
/*exercise-bank*/
.exercise-bank {
  background-color: #e6e6e6;
  padding-top: 10px;
  min-height: 200px;
}
.exercise-bank .textElementHolder {
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 10px;
}
.exercise-bank .leafTextElement {
  display: flex;
  margin-bottom: 20px;
  border-radius: 10px;
  background: white;
  margin-top: 5px;
}
.exercise-bank .leafTextElement .textContent {
  padding: 10px 30px;
}
.exercise-bank .leafTextElement .textContent .title {
  color: #000000 !important;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 0px;
}
.exercise-bank .leafTextElement .textContent .description {
  font-size: 18px;
  overflow: auto;
  margin-bottom: 10px;
  line-height: 1.3;
}
.exercise-bank .begrepskartsHolder {
  margin-top: 12px;
}
.exercise-bank .begrepskart {
  border-radius: 10px;
  background-color: #fafafa;
  margin-bottom: 10px;
}
.exercise-bank .begrepskart .adminButtons {
  position: absolute;
  z-index: 1000;
  right: 20px;
  top: 17px;
}
.exercise-bank .begrepskart .adminButtons .deleteExerciseBtn {
  margin-left: 10px;
}
.exercise-bank .begrepskart .btn_row {
  margin: 0px 15px;
}
.exercise-bank .begrepskart .btn_row a {
  font-weight: bold;
}
.exercise-bank .begrepskart .btn_row .button {
  font-weight: bold;
  margin-bottom: 13px;
}
.exercise-bank .begrepskart .thumbnailElement {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 200px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.exercise-bank .begrepskart .thumbnailElement .imageElement {
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.exercise-bank .begrepskart .thumbnailElement .elementType {
  position: absolute;
  background: green;
  border-radius: 35px;
  top: 15px;
  width: 60%;
  left: 20%;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 19px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
  margin: 0px;
  line-height: 1.72222;
}
.exercise-bank .begrepskart .textElement {
  margin: 0px 15px;
}
.exercise-bank .begrepskart .textElement .title {
  font-size: 16px;
  font-weight: bold;
  height: 17px;
  line-height: 1.1;
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  margin: 10px 0px;
}
.exercise-bank .begrepskart .textElement .description {
  font-size: 10pt;
  height: 130px;
  overflow-x: hidden;
  overflow-y: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.exercise-bank .leaf .postWrapper {
  margin-top: 15px;
}
.exercise-bank .leaf .postWrapper .postElement {
  display: inline-block;
  padding: 30px;
  border: #dee1e3 solid 2px;
  border-radius: 4px;
  background-color: #fafafa;
  margin-bottom: 10px;
  width: 100%;
}
.exercise-bank .leaf .postWrapper .postElement .title {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.72222;
  margin: 0px;
}
.exercise-bank .leaf .postWrapper .postElement .temakartDescription {
  font-size: 17px;
  font-style: italic;
  color: #000;
}
.exercise-bank .leaf .postWrapper .postElement .bottomWrapper {
  margin-top: 20px;
}
.exercise-bank .leaf .videoItem {
  width: 74%;
  margin-top: 20px;
  margin-left: 13%;
  border-radius: 4px;
}
.exercise-bank .leaf .videoItemLeaf {
  width: 100%;
  border-radius: 4px;
}
.exercise-bank .leaf .bibliotekVideoHolder .title {
  font-size: 18px;
  font-weight: bold;
  color: black;
  margin: 0px;
  line-height: 1.72222;
}
.exercise-bank .leaf .bibliotekVideoHolder .bibliotekVideoElement {
  width: 100%;
}
.exercise-bank .leaf .bibliotekVideoHolder .bibliotekVideo {
  width: 100%;
  position: relative;
}
.exercise-bank .leaf .bibliotekVideoHolder .bibliotekVideo .videoThumbnail {
  width: 100%;
  margin-bottom: 10px;
}
.exercise-bank .leaf .bibliotekVideoHolder .bibliotekVideo .playIcon {
  position: absolute;
  top: 29%;
  left: 37%;
  cursor: pointer;
  background: transparent;
  border-style: none;
  padding: 0px;
}
.exercise-bank .leaf .bibliotekVideoHolder .bibliotekVideo .playIconLeaf {
  position: absolute;
  top: 39%;
  left: 44%;
  cursor: pointer;
  background: transparent;
  border-style: none;
  padding: 0px;
}
.exercise-bank .leaf .bibliotekVideoHolder .buttonsHolder {
  background: #3a3a3a;
  height: 50px;
  position: relative;
  top: -10px;
}
.exercise-bank .leaf .bibliotekVideoHolder .buttonsHolder .buttons {
  top: 8px;
  position: relative;
  padding: 0px 20px;
}
.exercise-bank .leaf .filterButton {
  background-color: white;
  margin-bottom: 20px;
  height: 56px;
  border-radius: 4px;
  border-color: #2D2D2D;
  border-style: solid;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border-width: 3px;
}
.exercise-bank .leaf .filterButton .checkBoxFilter {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 15px;
  height: 15px;
  pointer-events: none;
}
.exercise-bank .leaf .filterButton .title {
  position: relative;
  top: 0px;
  padding: 4px 20px;
  font-size: 23px;
  font-weight: 700;
  color: #2D2D2D;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.exercise-bank .leaf .filterButton:hover {
  background: #ffc;
}
.exercise-bank .leaf .filterButtonSelected {
  background-color: #2D2D2D;
  margin-bottom: 20px;
  height: 56px;
  border-radius: 4px;
  border-color: white;
  border-style: solid;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border-width: 3px;
}
.exercise-bank .leaf .filterButtonSelected .checkBoxFilter {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 15px;
  height: 15px;
  pointer-events: none;
}
.exercise-bank .leaf .filterButtonSelected .title {
  position: relative;
  top: 0px;
  padding: 4px 20px;
  font-size: 23px;
  font-weight: 700;
  color: white;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.exercise-bank .leaf .padding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.exercise-bank .row .separatorGap {
  margin-top: 10px;
}
.exercise-bank .row .separator {
  background-color: #fafafa;
  border: 2px solid #dee1e3;
  font-size: 21px;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 6px;
  border-radius: 5px;
  line-height: 1.72222;
}
.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 .noDescriptionFlipContainer {
  padding-top: 15px;
  padding-bottom: 15px;
}
.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;
  margin-bottom: 13px;
}
.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 {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  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;
}
#shareModal .modal-body {
  height: 180px;
}
#shareModal .modal-body #publicLink {
  color: #000000;
  margin-bottom: 8px !important;
}
#shareModal .modal-body .copyToClipboard {
  margin-top: 4px;
  margin-left: 5px;
}
#shareModal .modal-body .copiedAlertHolder {
  display: none;
  position: absolute;
  top: 120px;
  right: 150px;
}
#shareModal .modal-body .copiedAlertHolder .copiedAlert {
  font-size: 15px;
  color: green;
  font-weight: 700;
  background: lightgreen;
  border-radius: 15px;
  padding: 7px 50px;
  user-select: none;
  cursor: default;
}
#shareModal .modal-body .copiedAlertHolder .checkBox {
  position: absolute;
  right: 15px;
}
#languageModal .modal-dialog {
  margin-top: 100px;
}
#languageModal .modal-dialog .modal-body {
  display: flex;
}
#languageModal .modal-dialog .modal-body .nav-pills .nav-header {
  padding-left: 5px;
}
#languageModal .modal-dialog .modal-body .nav-pills &gt; li &gt; .icons {
  display: none;
}
#languageModal .modal-dialog .modal-body .nav-pills &gt; li &gt; button {
  background-color: #eaecee;
  border-left: none;
  display: inline-block;
  width: 100%;
  border-style: none;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  padding: 8px 5px;
  margin: 3px 0;
  border-radius: 4px;
  line-height: 1;
}
#languageModal .modal-dialog .modal-body .nav-pills .language .buttonElement {
  padding-left: 15px;
  padding-right: 15px;
}
#languageModal .modal-dialog .modal-body .nav-pills .language .fui-check {
  visibility: hidden;
}
#languageModal .modal-dialog .modal-body .nav-pills .language:hover .fui-check {
  visibility: visible;
}
#languageModal .modal-dialog .modal-body .nav-pills .language .active {
  background-color: #00aeef;
  color: #fff;
}
#languageModal .modal-dialog .modal-body .nav-pills .language .active .fui-check {
  visibility: visible;
}
</pre></body></html>