.portalButton {
  position: relative;
  display: inline-block; }
  .portalButton .button {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    display: inline-block;
    position: relative;
    cursor: pointer; }
    .portalButton .button .text {
      padding: 10px 14px;
      display: inline-block;
      position: relative; }
    .portalButton .button .bg {
      position: absolute;
      height: 45px;
      top: 0;
      left: 0; }
    .portalButton .button .icon {
      position: absolute;
      top: 10px; }
      .portalButton .button .icon .fa {
        padding-top: 0;
        border: none; }

.landingpage-popup {
  color: white;
  border: 1px solid white;
  padding: 20px;
  position: relative;
  margin-top: 10px;
  display: none; }
  .landingpage-popup__close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 0px; }

.navbar {
  display: flex;
  top: 0px;
  left: 0px;
  padding-top: 10px;
  flex-direction: column;
  cursor: pointer;
  overflow: hidden; }

.navbar_item {
  position: relative;
  color: white;
  width: 100%;
  background: #8080808c;
  border: 1px solid white;
  left: 0px;
  top: 0px; }
  .navbar_item.selected ul {
    max-height: 250px;
    transition: all 0.5s; }
  .navbar_item ul {
    background: grey;
    padding: 0;
    margin: 0;
    max-height: 0px;
    transition: all 0.5s; }
    .navbar_item ul li {
      list-style: none; }
  .navbar_item a {
    text-decoration: none;
    color: white; }
  .navbar_item a:visited {
    color: white; }

.navbar_item__title {
  background: transparent; }

html body {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  font-family: "robotoregular"; }

.whitetext {
  color: white; }

#body .packageLogo {
  position: absolute;
  right: 0px;
  top: 5px;
  width: 200px;
  height: 82px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
  pointer-events: none; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

input {
  font-family: "robotoregular";
  font-size: 13px;
  border: none;
  color: #808080;
  background-color: transparent; }

p, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; }

.fa {
  color: #ffffff;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 25px;
  cursor: pointer; }

.landingPage.loggedOn .packageContent .packageAbout {
  display: none; }
.landingPage.loggedOn .packageContent .packageLogin {
  display: none; }
.landingPage.loggedOn .loggedOnContent {
  display: block !important; }
.landingPage.loggedOn .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .editLesson {
  display: block !important; }

.landingPage.langlevedeliefde {
  background-position: top; }

.landingPage {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #808080;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  z-index: 2; }
  .landingPage .packageContent {
    position: relative;
    width: 910px; }
    .landingPage .packageContent input {
      color: #ffffff;
      font-size: 17px;
      border-bottom: 1px solid white;
      width: 240px;
      padding-bottom: 6px;
      padding-top: 15px; }
    .landingPage .packageContent input::-webkit-input-placeholder {
      color: #ffffff; }
    .landingPage .packageContent input:-moz-placeholder {
      /* Firefox 18- */
      color: #ffffff; }
    .landingPage .packageContent input::-moz-placeholder {
      /* Firefox 19+ */
      color: #ffffff; }
    .landingPage .packageContent input:-ms-input-placeholder {
      color: #ffffff; }
    .landingPage .packageContent input:-webkit-autofill {
      background-color: transparent !important;
      -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.3) inset; }
    .landingPage .packageContent .error {
      color: white;
      margin-top: 12px;
      position: absolute;
      border: 1px solid red;
      padding: 3px;
      opacity: 1; }
    .landingPage .packageContent .button:hover .svgasset .hover {
      display: block; }
    .landingPage .packageContent .button:hover .svgasset .normal {
      display: none; }
    .landingPage .packageContent .button {
      display: inline-block;
      position: relative;
      cursor: pointer;
      margin-right: 7px;
      min-width: 244px;
      box-sizing: border-box; }
      .landingPage .packageContent .button .buttonText {
        position: relative;
        height: 60px;
        line-height: 60px;
        padding-left: 30px;
        padding-right: 40px;
        font-family: "robotobold";
        color: #ffffff;
        font-size: 20px;
        min-width: 70px;
        box-sizing: border-box; }
      .landingPage .packageContent .button .svgasset {
        position: absolute;
        top: 0;
        height: 100%;
        max-width: 100%; }
        .landingPage .packageContent .button .svgasset .hover {
          display: none; }
    .landingPage .packageContent .alreadyAccount .title {
      color: #ffffff;
      font-size: 22px;
      padding-top: 28px;
      margin-left: -3px;
      padding-bottom: 21px; }
    .landingPage .packageContent .packageLogin {
      margin-top: 84px; }
      .landingPage .packageContent .packageLogin .password {
        position: relative; }
        .landingPage .packageContent .packageLogin .password .helpButton {
          position: absolute;
          bottom: 4px;
          left: 220px; }
    .landingPage .packageContent .packageReset {
      margin-top: 84px; }
      .landingPage .packageContent .packageReset input {
        margin-bottom: 54px; }
      .landingPage .packageContent .packageReset .button {
        display: block;
        margin-bottom: 10px;
        min-width: 244px;
        height: 60px; }
      .landingPage .packageContent .packageReset .resetSent {
        height: 60px;
        color: #ffffff; }
      .landingPage .packageContent .packageReset .error {
        margin-top: -50px; }
    .landingPage .packageContent .packageToken {
      margin-top: 84px; }
      .landingPage .packageContent .packageToken .password2 {
        margin-bottom: 70px; }
      .landingPage .packageContent .packageToken .button {
        display: block;
        margin-bottom: 10px;
        min-width: 244px;
        height: 60px; }
      .landingPage .packageContent .packageToken .error {
        margin-top: -60px; }
    .landingPage .packageContent .packageTitle, .landingPage .packageContent .packageSubTitle {
      color: #ffffff;
      font-size: 90px;
      position: relative;
      display: inline-block;
      width: 100%;
      text-align: left;
      line-height: 80px;
      padding: 0px;
      margin: 0px;
      margin-left: -8px; }
    .landingPage .packageContent .packageSubTitle {
      font-size: 50px !important; }
    .landingPage .packageContent .packageAbout {
      padding: 35px;
      padding-bottom: 30px;
      box-sizing: border-box;
      position: relative;
      width: 580px;
      background-color: #ffffff;
      color: #808080;
      margin-top: 40px; }
      .landingPage .packageContent .packageAbout .aboutTitle {
        font-size: 24px; }
      .landingPage .packageContent .packageAbout .about {
        margin-top: 10px;
        font-size: 16px; }
      .landingPage .packageContent .packageAbout .buttonGroup {
        margin-top: 45px; }
    .landingPage .packageContent .spacer {
      margin-top: 35px; }
    .landingPage .packageContent .links {
      color: #ffffff;
      font-size: 12px;
      text-decoration: underline;
      cursor: pointer; }
    .landingPage .packageContent .packageLogin .loginButton {
      margin-top: 54px;
      margin-bottom: 35px; }
    .landingPage .packageContent .loggedOnContent {
      display: none; }
      .landingPage .packageContent .loggedOnContent .portalButton-container {
        margin-top: 20px;
        margin-bottom: 20px; }
      .landingPage .packageContent .loggedOnContent .myGroups {
        color: #ffffff;
        font-size: 20px;
        margin-bottom: 20px; }
      .landingPage .packageContent .loggedOnContent .groupHolderParent {
        position: relative;
        height: 100%;
        width: 100%;
        overflow: hidden; }
        .landingPage .packageContent .loggedOnContent .groupHolderParent .groupHolder {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .landingPage .packageContent .loggedOnContent .groupHolderParent .groupHolder .groupItemView {
            margin-right: 40px;
            margin-bottom: 40px;
            width: 142px;
            height: 142px;
            box-sizing: border-box;
            position: relative;
            cursor: pointer; }
            .landingPage .packageContent .loggedOnContent .groupHolderParent .groupHolder .groupItemView .groupName {
              font-family: "robotobold";
              color: #ffffff;
              font-size: 22px;
              position: absolute;
              padding: 10px;
              top: 10px; }
            .landingPage .packageContent .loggedOnContent .groupHolderParent .groupHolder .groupItemView .showLessons {
              font-size: 14px;
              bottom: 10px;
              right: 10px;
              position: absolute;
              cursor: pointer; }
            .landingPage .packageContent .loggedOnContent .groupHolderParent .groupHolder .groupItemView .svgasset {
              top: 0;
              left: 0;
              position: absolute;
              width: 142px;
              height: 142px; }
        .landingPage .packageContent .loggedOnContent .groupHolderParent .groupHolder {
          position: relative; }
        .landingPage .packageContent .loggedOnContent .groupHolderParent .showLessons {
          display: none; }
  .landingPage .publicLessons {
    position: absolute;
    width: 100%;
    height: 440px;
    bottom: -440px;
    left: 0;
    background-color: #eeeeee;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    .landingPage .publicLessons .fa {
      position: absolute;
      font-size: 20px; }
    .landingPage .publicLessons .fa-times {
      top: 20px;
      right: 20px; }
    .landingPage .publicLessons .fa-chevron-left {
      left: 5%;
      top: 50%; }
    .landingPage .publicLessons .fa-chevron-right {
      right: 5%;
      top: 50%; }
    .landingPage .publicLessons .lessonsParent.groupLessons .moduleName {
      display: none; }
    .landingPage .publicLessons .lessonsParent {
      position: absolute;
      left: 10%;
      right: 10%;
      top: 14%;
      bottom: 10%;
      overflow: hidden; }
      .landingPage .publicLessons .lessonsParent .list\.module\.lessons {
        position: absolute;
        width: 100%; }
        .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson {
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          transition: all 0.5s;
          width: 230px;
          height: 280px;
          -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.54);
          -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.54);
          box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.54);
          background-color: #ffffff;
          position: absolute;
          left: 0;
          top: 0;
          overflow: hidden;
          -webkit-transform-origin: top left;
          -moz-transform-origin: top left;
          -ms-transform-origin: top left;
          -o-transform-origin: top left;
          transform-origin: top left; }
          .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .lessonTexts {
            position: relative;
            width: 100%;
            height: 120px;
            padding: 22px;
            padding-top: 0px;
            box-sizing: border-box;
            border-bottom: 1px solid #808080; }
            .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .lessonTexts .themeName {
              font-size: 13px;
              color: #808080;
              height: 36px;
              margin-bottom: 7px; }
            .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .lessonTexts .moduleNameText {
              font-size: 13px;
              color: #808080; }
            .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .lessonTexts .listproperty\.string\.lesson\.name {
              font-family: robotomedium;
              font-size: 18px; }
          .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .newLesson {
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            color: #ffffff;
            position: absolute;
            top: 29px;
            left: 73px;
            text-align: center;
            width: 100%;
            font-family: "robotobold"; }
          .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .thumbImage {
            width: 100%;
            height: 120px;
            position: relative;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat; }
          .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer {
            width: 100%;
            height: 40px;
            padding-left: 22px;
            box-sizing: border-box; }
            .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .footerElement {
              height: 100%;
              float: left;
              background-repeat: no-repeat;
              background-position: left center; }
            .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .likes {
              width: 50px;
              background-image: url(../assets/like_icon.png);
              background-position-y: 10px; }
              .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .likes .likesText {
                height: 100%;
                line-height: 40px;
                margin-left: 23px;
                font-size: 13px;
                color: #808080; }
            .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .duration {
              background-image: url(../assets/duration_icon.png);
              width: 70px; }
              .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .duration .durationText {
                height: 100%;
                line-height: 40px;
                margin-left: 22px;
                font-size: 13px;
                color: #808080; }
            .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .editLesson, .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .removeLesson, .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .downloadLesson, .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .finishLesson {
              font-size: 13px;
              line-height: 40px;
              margin-left: 10px;
              display: none;
              cursor: pointer; }
              .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .editLesson .fa, .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .removeLesson .fa, .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .downloadLesson .fa, .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .finishLesson .fa {
                color: #808080;
                font-size: 20px;
                padding-bottom: 0;
                border-bottom: none;
                padding-top: 10px; }
            .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .downloadLesson {
              display: block;
              float: right;
              margin-right: 25px; }
            .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .downloadLesson .fa {
              color: red; }
      .landingPage .publicLessons .lessonsParent .listproperty\.string\.lesson\.name {
        cursor: pointer; }
      .landingPage .publicLessons .lessonsParent .list\.module\.lessons {
        width: auto;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .landingPage .publicLessons .lessonsParent .list\.module\.lessons .playIcon {
          position: absolute !important;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          width: 44px;
          height: 44px;
          right: 30px;
          top: 82px;
          background-image: url(../assets/play_icon.png);
          background-position: center;
          background-repeat: no-repeat;
          cursor: pointer; }
        .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson {
          position: relative;
          min-width: 230px;
          margin-right: 20px;
          margin-top: 40px;
          overflow: visible; }
          .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .moduleName {
            position: absolute;
            top: -40px;
            font-size: 20px;
            color: #808080; }
        .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson:last-child {
          margin-right: 10px; }
        .landingPage .publicLessons .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson:first-child {
          margin-left: 10px; }

.application {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none; }
  .application .fa {
    width: 100%;
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: solid 1px #828282;
    text-align: center;
    display: inline-block;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    transition: color 0.5s; }
  .application .breadCrumbHolder {
    height: 30px;
    margin-left: 20px;
    margin-top: 13px;
    position: absolute; }
    .application .breadCrumbHolder .breadCrumb {
      font-size: 13px; }
      .application .breadCrumbHolder .breadCrumb .breadCrumbItems .breadCrumbItem {
        display: inline-block;
        margin-left: 5px;
        cursor: pointer; }
      .application .breadCrumbHolder .breadCrumb .breadCrumbItems .breadCrumbItem:last-child {
        color: #808080;
        cursor: default; }
  .application .objectViewHolderHolder {
    position: absolute;
    width: 100%;
    height: 100%; }
    .application .objectViewHolderHolder .object\.package {
      position: absolute;
      width: 100%;
      height: 100%; }
      .application .objectViewHolderHolder .object\.package > .header {
        height: 60px;
        position: absolute;
        top: 0;
        width: 100%;
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.22);
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.22); }
        .application .objectViewHolderHolder .object\.package > .header .title {
          color: #ffffff;
          font-family: robotoregular;
          font-size: 26px;
          margin-left: 60px;
          margin-top: 10px; }
      .application .objectViewHolderHolder .object\.package .leftBar {
        background-color: #4d4d4d;
        width: 60px;
        height: 100%;
        position: absolute;
        top: 0;
        padding-top: 60px;
        box-sizing: border-box; }
      .application .objectViewHolderHolder .object\.package .contentHolder {
        position: absolute;
        left: 60px;
        top: 60px;
        width: calc(100% - 60px);
        height: calc(100% - 60px); }
        .application .objectViewHolderHolder .object\.package .contentHolder .screen {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          background-color: #f0f0f0; }
          .application .objectViewHolderHolder .object\.package .contentHolder .screen .label {
            font-size: 20px;
            color: #808080;
            width: 100%;
            border-bottom: solid 1px #808080;
            padding-bottom: 10px; }
          .application .objectViewHolderHolder .object\.package .contentHolder .screen .packageImage {
            width: 100%;
            position: relative;
            height: 35%;
            background-position: top center;
            background-repeat: no-repeat;
            background-size: cover; }
        .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .packageImage .groupName {
          position: absolute;
          left: 100px;
          bottom: 40px;
          width: 140px;
          height: 140px; }
          .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .packageImage .groupName .nameText {
            color: #ffffff;
            font-size: 24px;
            position: absolute;
            top: 10px;
            left: 10px;
            font-family: "robotobold"; }
        .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent {
          position: absolute;
          top: calc(35% + 40px);
          bottom: 0px;
          width: 100%;
          overflow: hidden; }
          .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder {
            position: relative;
            width: 100%; }
            .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .plannedLessonsHolder .finishLesson {
              display: block !important; }
            .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .plannedLessonsHolder .editLesson {
              display: none !important;
              padding-left: 0px !important; }
            .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons {
              margin-left: 50px;
              width: calc(100% - 100px);
              position: relative; }
              .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons {
                position: absolute;
                width: 100%; }
                .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson {
                  -webkit-transition: all 0.5s;
                  -moz-transition: all 0.5s;
                  transition: all 0.5s;
                  width: 230px;
                  height: 280px;
                  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.54);
                  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.54);
                  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.54);
                  background-color: #ffffff;
                  position: absolute;
                  left: 0;
                  top: 0;
                  overflow: hidden;
                  -webkit-transform-origin: top left;
                  -moz-transform-origin: top left;
                  -ms-transform-origin: top left;
                  -o-transform-origin: top left;
                  transform-origin: top left; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .lessonTexts {
                    position: relative;
                    width: 100%;
                    height: 120px;
                    padding: 22px;
                    padding-top: 0px;
                    box-sizing: border-box;
                    border-bottom: 1px solid #808080; }
                    .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .lessonTexts .themeName {
                      font-size: 13px;
                      color: #808080;
                      height: 36px;
                      margin-bottom: 7px; }
                    .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .lessonTexts .moduleNameText {
                      font-size: 13px;
                      color: #808080; }
                    .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .lessonTexts .listproperty\.string\.lesson\.name {
                      font-family: robotomedium;
                      font-size: 18px; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .newLesson {
                    font-size: 14px;
                    height: 30px;
                    line-height: 30px;
                    -webkit-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    transform: rotate(45deg);
                    color: #ffffff;
                    position: absolute;
                    top: 29px;
                    left: 73px;
                    text-align: center;
                    width: 100%;
                    font-family: "robotobold"; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .thumbImage {
                    width: 100%;
                    height: 120px;
                    position: relative;
                    background-size: contain;
                    background-position: center;
                    background-repeat: no-repeat; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .footer {
                    width: 100%;
                    height: 40px;
                    padding-left: 22px;
                    box-sizing: border-box; }
                    .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .footer .footerElement {
                      height: 100%;
                      float: left;
                      background-repeat: no-repeat;
                      background-position: left center; }
                    .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .footer .likes {
                      width: 50px;
                      background-image: url(../assets/like_icon.png);
                      background-position-y: 10px; }
                      .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .footer .likes .likesText {
                        height: 100%;
                        line-height: 40px;
                        margin-left: 23px;
                        font-size: 13px;
                        color: #808080; }
                    .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .footer .duration {
                      background-image: url(../assets/duration_icon.png);
                      width: 70px; }
                      .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .footer .duration .durationText {
                        height: 100%;
                        line-height: 40px;
                        margin-left: 22px;
                        font-size: 13px;
                        color: #808080; }
                    .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .footer .editLesson, .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .footer .removeLesson, .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .footer .downloadLesson, .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .footer .finishLesson {
                      font-size: 13px;
                      line-height: 40px;
                      margin-left: 10px;
                      display: none;
                      cursor: pointer; }
                      .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .footer .editLesson .fa, .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .footer .removeLesson .fa, .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .footer .downloadLesson .fa, .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .footer .finishLesson .fa {
                        color: #808080;
                        font-size: 20px;
                        padding-bottom: 0;
                        border-bottom: none;
                        padding-top: 10px; }
                    .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .footer .downloadLesson {
                      display: block;
                      float: right;
                      margin-right: 25px; }
                    .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .footer .downloadLesson .fa {
                      color: red; }
              .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons {
                display: -webkit-box;
                display: -moz-box;
                display: box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-lines: multiple;
                -moz-box-lines: multiple;
                box-lines: multiple;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                position: relative; }
                .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson {
                  position: relative !important;
                  min-width: 230px;
                  margin-right: 20px;
                  margin-top: 20px;
                  margin-bottom: 20px; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .moduleName {
                    display: none !important; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .editLesson {
                    padding-left: 20px; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .editLesson, .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .removeLesson {
                    display: block !important; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessons .list\.module\.lessons .listitem\.lessons\.lesson .downloadLesson {
                    display: none !important; }
            .application .objectViewHolderHolder .object\.package .contentHolder .groupLessonScreen .lessonsHolderParent .lessonsHolder .lessonsTitle {
              color: #808080;
              font-family: "robotomedium";
              font-size: 30px; }
        .application .objectViewHolderHolder .object\.package .contentHolder .informationScreen {
          box-sizing: border-box; }
          .application .objectViewHolderHolder .object\.package .contentHolder .informationScreen .donwloadButtonHolder {
            margin-bottom: 30px;
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-direction: normal;
            box-direction: normal;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            flex-direction: column;
            -ms-flex-direction: column; }
            .application .objectViewHolderHolder .object\.package .contentHolder .informationScreen .donwloadButtonHolder .portalButton {
              margin-bottom: 10px; }
          .application .objectViewHolderHolder .object\.package .contentHolder .informationScreen .informationScrollHolder {
            position: absolute;
            overflow: hidden;
            width: 100%;
            height: 100%; }
            .application .objectViewHolderHolder .object\.package .contentHolder .informationScreen .informationScrollHolder .informationContentHolder {
              display: -webkit-box;
              display: -moz-box;
              display: box;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flexbox;
              display: flex;
              font-size: 16px;
              color: #808080; }
              .application .objectViewHolderHolder .object\.package .contentHolder .informationScreen .informationScrollHolder .informationContentHolder .subScreen {
                width: 400px;
                position: relative;
                margin-top: 40px; }
                .application .objectViewHolderHolder .object\.package .contentHolder .informationScreen .informationScrollHolder .informationContentHolder .subScreen .title {
                  font-size: 30px;
                  font-family: "robotomedium";
                  margin-bottom: 20px; }
              .application .objectViewHolderHolder .object\.package .contentHolder .informationScreen .informationScrollHolder .informationContentHolder .generalInformation {
                margin-left: 40px;
                margin-right: 60px; }
            .application .objectViewHolderHolder .object\.package .contentHolder .informationScreen .informationScrollHolder .faq .feedback {
              padding-top: 20px; }
              .application .objectViewHolderHolder .object\.package .contentHolder .informationScreen .informationScrollHolder .faq .feedback .title {
                font-size: 18px;
                font-family: robotoregular;
                line-height: 24px; }
              .application .objectViewHolderHolder .object\.package .contentHolder .informationScreen .informationScrollHolder .faq .feedback textarea {
                background: white;
                width: 100%;
                height: 120px;
                box-sizing: border-box;
                border: 1px solid grey;
                position: relative;
                padding: 20px; }
              .application .objectViewHolderHolder .object\.package .contentHolder .informationScreen .informationScrollHolder .faq .feedback .portalButton {
                margin-top: 5px;
                font-family: robotobold; }
                .application .objectViewHolderHolder .object\.package .contentHolder .informationScreen .informationScrollHolder .faq .feedback .portalButton.disabled .text {
                  color: lightgrey !important; }
            .application .objectViewHolderHolder .object\.package .contentHolder .informationScreen .informationScrollHolder .faq .feedbackSent {
              padding: 10px 0;
              font-size: 18px;
              font-family: robotoregular;
              line-height: 24px; }
              .application .objectViewHolderHolder .object\.package .contentHolder .informationScreen .informationScrollHolder .faq .feedbackSent .portalButton {
                margin-top: 5px;
                font-family: robotobold;
                display: block; }
            .application .objectViewHolderHolder .object\.package .contentHolder .informationScreen .informationScrollHolder .faq .xmiAccordion .xmiAccordionHolder {
              background-color: #ffffff; }
              .application .objectViewHolderHolder .object\.package .contentHolder .informationScreen .informationScrollHolder .faq .xmiAccordion .xmiAccordionHolder .xmiAccordionElement .xmiAccordionElementTitle {
                cursor: pointer;
                color: #ffffff;
                font-size: 18px;
                height: 50px;
                line-height: 50px;
                box-sizing: border-box;
                padding-left: 20px;
                padding-right: 10px; }
              .application .objectViewHolderHolder .object\.package .contentHolder .informationScreen .informationScrollHolder .faq .xmiAccordion .xmiAccordionHolder .xmiAccordionElement u
              .xmiAccordionElementTitle::before {
                content: "+";
                margin-right: 10px; }
              .application .objectViewHolderHolder .object\.package .contentHolder .informationScreen .informationScrollHolder .faq .xmiAccordion .xmiAccordionHolder .xmiAccordionElement .xmiAccordionElementContent .textContent {
                padding: 20px;
                box-sizing: border-box; }
              .application .objectViewHolderHolder .object\.package .contentHolder .informationScreen .informationScrollHolder .faq .xmiAccordion .xmiAccordionHolder .xmiAccordionElement.selected .xmiAccordionElementTitle {
                background-color: #ffffff !important;
                color: #808080 !important;
                border-bottom: 1px solid #808080; }
              .application .objectViewHolderHolder .object\.package .contentHolder .informationScreen .informationScrollHolder .faq .xmiAccordion .xmiAccordionHolder .xmiAccordionElement.selected .xmiAccordionElementTitle::before {
                content: "-"; }
        .application .objectViewHolderHolder .object\.package .contentHolder .groupScreen .groups {
          position: relative;
          height: 65%;
          padding-left: 60px;
          padding-right: 60px;
          padding-top: 30px;
          box-sizing: border-box; }
          .application .objectViewHolderHolder .object\.package .contentHolder .groupScreen .groups .myGroups {
            color: #808080;
            font-size: 30px;
            font-family: "robotomedium"; }
          .application .objectViewHolderHolder .object\.package .contentHolder .groupScreen .groups .groupHolderParent {
            position: absolute;
            top: 90px;
            bottom: 0;
            width: 100%;
            overflow: hidden; }
            .application .objectViewHolderHolder .object\.package .contentHolder .groupScreen .groups .groupHolderParent .groupHolder {
              display: -webkit-box;
              display: -moz-box;
              display: box;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-lines: multiple;
              -moz-box-lines: multiple;
              box-lines: multiple;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
              .application .objectViewHolderHolder .object\.package .contentHolder .groupScreen .groups .groupHolderParent .groupHolder .groupItemView {
                margin-right: 40px;
                margin-bottom: 40px;
                width: 142px;
                height: 142px;
                box-sizing: border-box;
                position: relative;
                cursor: pointer; }
                .application .objectViewHolderHolder .object\.package .contentHolder .groupScreen .groups .groupHolderParent .groupHolder .groupItemView .groupName {
                  font-family: "robotobold";
                  color: #ffffff;
                  font-size: 22px;
                  position: absolute;
                  padding: 10px;
                  top: 10px; }
                .application .objectViewHolderHolder .object\.package .contentHolder .groupScreen .groups .groupHolderParent .groupHolder .groupItemView .showLessons {
                  font-size: 14px;
                  bottom: 10px;
                  right: 10px;
                  position: absolute;
                  cursor: pointer; }
                .application .objectViewHolderHolder .object\.package .contentHolder .groupScreen .groups .groupHolderParent .groupHolder .groupItemView .svgasset {
                  top: 0;
                  left: 0;
                  position: absolute;
                  width: 142px;
                  height: 142px; }
            .application .objectViewHolderHolder .object\.package .contentHolder .groupScreen .groups .groupHolderParent .groupHolder {
              display: block;
              width: 100%;
              position: relative; }
              .application .objectViewHolderHolder .object\.package .contentHolder .groupScreen .groups .groupHolderParent .groupHolder .groupItemView {
                display: inline-block;
                margin-right: 40px;
                margin-bottom: 40px;
                width: 180px;
                height: 230px;
                background-color: #ffffff;
                -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.54);
                -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.54);
                box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.54);
                padding: 20px; }
        .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .dragIcon {
          position: absolute !important;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          width: 44px;
          height: 44px;
          right: 30px;
          top: 82px;
          background-image: url(../assets/drag_icon.png);
          background-position: center;
          background-repeat: no-repeat;
          cursor: move; }
        .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .dragIcon.scaleDown {
          -webkit-transition: all, 0.4s;
          -moz-transition: all, 0.4s;
          transition: all, 0.4s;
          -webkit-transform: scale(0, 0);
          -moz-transform: scale(0, 0);
          -ms-transform: scale(0, 0);
          -o-transform: scale(0, 0);
          transform: scale(0, 0); }
        .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .leftPanel {
          position: relative;
          float: left;
          width: 20%;
          height: 100%;
          overflow: hidden;
          -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.32);
          -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.32);
          box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.32);
          background-color: #ffffff; }
          .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .leftPanel .filters {
            position: relative;
            width: 100%;
            padding: 40px;
            box-sizing: border-box; }
            .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .leftPanel .filters .filterElement {
              margin-bottom: 30px; }
            .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .leftPanel .filters .group .moduleFilterElement {
              font-size: 13px;
              color: #808080;
              border: 1px solid #808080;
              padding: 5px;
              display: inline-block;
              margin-top: 10px;
              margin-right: 5px;
              cursor: pointer;
              -webkit-transition: all 0.5s;
              -moz-transition: all 0.5s;
              transition: all 0.5s; }
            .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .leftPanel .filters .group .moduleFilterElement.selected {
              color: #ffffff; }
            .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .leftPanel .filters .level .levelFilterElement {
              position: relative;
              display: -webkit-box;
              display: -moz-box;
              display: box;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -moz-box-orient: horizontal;
              box-orient: horizontal;
              -webkit-box-direction: normal;
              -moz-box-direction: normal;
              box-direction: normal;
              -webkit-flex-direction: row;
              -moz-flex-direction: row;
              flex-direction: row;
              -ms-flex-direction: row;
              -webkit-box-align: center;
              -moz-box-align: center;
              box-align: center;
              -webkit-align-items: center;
              -moz-align-items: center;
              -ms-align-items: center;
              -o-align-items: center;
              align-items: center;
              -ms-flex-align: center;
              margin-top: 15px;
              cursor: pointer; }
              .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .leftPanel .filters .level .levelFilterElement .checkButton {
                width: 30px;
                height: 30px;
                border: 1px solid #808080;
                margin-right: 15px; }
              .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .leftPanel .filters .level .levelFilterElement .levelLabel {
                width: calc(100% - 40px);
                font-size: 13px;
                color: #808080; }
            .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .leftPanel .filters .theme .themeFilterElement {
              position: relative;
              display: -webkit-box;
              display: -moz-box;
              display: box;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -moz-box-orient: horizontal;
              box-orient: horizontal;
              -webkit-box-direction: normal;
              -moz-box-direction: normal;
              box-direction: normal;
              -webkit-flex-direction: row;
              -moz-flex-direction: row;
              flex-direction: row;
              -ms-flex-direction: row;
              -webkit-box-align: center;
              -moz-box-align: center;
              box-align: center;
              -webkit-align-items: center;
              -moz-align-items: center;
              -ms-align-items: center;
              -o-align-items: center;
              align-items: center;
              -ms-flex-align: center;
              margin-top: 15px;
              cursor: pointer; }
              .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .leftPanel .filters .theme .themeFilterElement .checkButton {
                width: 30px;
                height: 30px;
                border: 1px solid #808080;
                margin-right: 15px; }
              .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .leftPanel .filters .theme .themeFilterElement .themeLabel {
                width: calc(100% - 40px);
                font-size: 13px;
                color: #808080; }
        .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder {
          position: relative;
          float: left;
          width: 60%;
          height: 100%; }
          .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsHeader {
            position: relative;
            width: 100%;
            height: 90px;
            padding-left: 30px;
            padding-right: 30px;
            box-sizing: border-box;
            padding-top: 20px; }
            .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsHeader .search {
              display: inline-block;
              border-bottom: 1px solid #808080;
              padding-bottom: 6px;
              width: 160px;
              margin-top: 28px;
              position: relative; }
              .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsHeader .search input {
                width: 130px; }
              .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsHeader .search .fa-search {
                font-size: 17px;
                position: absolute;
                display: block;
                right: 0;
                top: 3px;
                width: 20px;
                border: none;
                padding: 0;
                cursor: default; }
            .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsHeader .order {
              height: 30px;
              width: 130px;
              position: absolute;
              right: 20px;
              top: 50px; }
              .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsHeader .order div.selectBox {
                position: relative;
                cursor: pointer;
                line-height: 25px;
                background-color: #ffffff;
                height: 25px;
                color: #808080;
                border: 1px solid #808080;
                font-size: 13px;
                font-family: "robotoregular"; }
                .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsHeader .order div.selectBox span.selected {
                  text-indent: 10px;
                  overflow: hidden;
                  width: 100%; }
                .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsHeader .order div.selectBox.disabled {
                  border: none;
                  cursor: default; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsHeader .order div.selectBox.disabled span.selected {
                    text-align: left;
                    text-indent: 4px; }
              .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsHeader .order span.selected {
                position: relative;
                float: left;
                height: 25px;
                z-index: 1; }
              .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsHeader .order div.selectOptions {
                position: absolute;
                top: 28px;
                left: 0;
                text-indent: 10px;
                width: 100%;
                border: 1px solid #808080;
                box-sizing: border-box;
                overflow: hidden;
                background: #ffffff;
                padding-top: 2px;
                display: none; }
              .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsHeader .order span.selectOption {
                display: block;
                width: 100%;
                font-size: 14px;
                line-height: 25px;
                font-family: "robotoregular";
                border-bottom: 1px solid #fff; }
              .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsHeader .order .fa {
                padding: 0;
                top: 5px;
                right: 7px;
                width: auto;
                border: none;
                text-align: inherit;
                display: block;
                position: absolute;
                font-size: 16px; }
          .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent {
            position: relative;
            width: 100%;
            height: calc(100% - 90px);
            overflow: hidden; }
            .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent .list\.module\.lessons {
              position: absolute;
              width: 100%; }
              .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson {
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                transition: all 0.5s;
                width: 230px;
                height: 280px;
                -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.54);
                -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.54);
                box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.54);
                background-color: #ffffff;
                position: absolute;
                left: 0;
                top: 0;
                overflow: hidden;
                -webkit-transform-origin: top left;
                -moz-transform-origin: top left;
                -ms-transform-origin: top left;
                -o-transform-origin: top left;
                transform-origin: top left; }
                .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .lessonTexts {
                  position: relative;
                  width: 100%;
                  height: 120px;
                  padding: 22px;
                  padding-top: 0px;
                  box-sizing: border-box;
                  border-bottom: 1px solid #808080; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .lessonTexts .themeName {
                    font-size: 13px;
                    color: #808080;
                    height: 36px;
                    margin-bottom: 7px; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .lessonTexts .moduleNameText {
                    font-size: 13px;
                    color: #808080; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .lessonTexts .listproperty\.string\.lesson\.name {
                    font-family: robotomedium;
                    font-size: 18px; }
                .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .newLesson {
                  font-size: 14px;
                  height: 30px;
                  line-height: 30px;
                  -webkit-transform: rotate(45deg);
                  -moz-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                  -o-transform: rotate(45deg);
                  transform: rotate(45deg);
                  color: #ffffff;
                  position: absolute;
                  top: 29px;
                  left: 73px;
                  text-align: center;
                  width: 100%;
                  font-family: "robotobold"; }
                .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .thumbImage {
                  width: 100%;
                  height: 120px;
                  position: relative;
                  background-size: contain;
                  background-position: center;
                  background-repeat: no-repeat; }
                .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer {
                  width: 100%;
                  height: 40px;
                  padding-left: 22px;
                  box-sizing: border-box; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .footerElement {
                    height: 100%;
                    float: left;
                    background-repeat: no-repeat;
                    background-position: left center; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .likes {
                    width: 50px;
                    background-image: url(../assets/like_icon.png);
                    background-position-y: 10px; }
                    .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .likes .likesText {
                      height: 100%;
                      line-height: 40px;
                      margin-left: 23px;
                      font-size: 13px;
                      color: #808080; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .duration {
                    background-image: url(../assets/duration_icon.png);
                    width: 70px; }
                    .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .duration .durationText {
                      height: 100%;
                      line-height: 40px;
                      margin-left: 22px;
                      font-size: 13px;
                      color: #808080; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .editLesson, .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .removeLesson, .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .downloadLesson, .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .finishLesson {
                    font-size: 13px;
                    line-height: 40px;
                    margin-left: 10px;
                    display: none;
                    cursor: pointer; }
                    .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .editLesson .fa, .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .removeLesson .fa, .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .downloadLesson .fa, .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .finishLesson .fa {
                      color: #808080;
                      font-size: 20px;
                      padding-bottom: 0;
                      border-bottom: none;
                      padding-top: 10px; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .downloadLesson {
                    display: block;
                    float: right;
                    margin-right: 25px; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .lessonsHolder .lessonsParent .list\.module\.lessons .listitem\.lessons\.lesson .footer .downloadLesson .fa {
                    color: red; }
        .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .rightPanel {
          position: relative;
          float: left;
          width: 20%;
          height: 100%; }
          .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .rightPanel .teacherGroups {
            padding: 40px;
            box-sizing: border-box; }
            .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .rightPanel .teacherGroups .myGroups {
              color: #ffffff;
              font-size: 20px;
              border-bottom: 1px solid #ffffff;
              padding-bottom: 8px; }
            .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .rightPanel .teacherGroups .dragInstruction {
              color: #ffffff;
              font-size: 13px;
              margin-bottom: 20px;
              margin-top: 10px; }
            .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .rightPanel .teacherGroups .groupViewHolderParent {
              position: absolute;
              bottom: 20px;
              right: 40px;
              left: 40px;
              overflow: hidden; }
              .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .rightPanel .teacherGroups .groupViewHolderParent .groupViewHolder {
                position: relative; }
                .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .rightPanel .teacherGroups .groupViewHolderParent .groupViewHolder .groupView {
                  width: 100%;
                  line-height: 70px;
                  text-align: center;
                  color: #ffffff;
                  font-family: "robotobold";
                  font-size: 20px;
                  margin-bottom: 10px;
                  box-sizing: border-box;
                  position: relative;
                  cursor: pointer; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .rightPanel .teacherGroups .groupViewHolderParent .groupViewHolder .groupView .groupName p {
                    margin-left: -20px;
                    position: relative;
                    line-height: 20px;
                    padding-top: 25px;
                    padding-bottom: 25px;
                    padding-left: 25px;
                    padding-right: 25px; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .rightPanel .teacherGroups .groupViewHolderParent .groupViewHolder .groupView .normal {
                    display: inline-block; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .rightPanel .teacherGroups .groupViewHolderParent .groupViewHolder .groupView .over {
                    display: none; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .rightPanel .teacherGroups .groupViewHolderParent .groupViewHolder .groupView .error {
                    display: none; }
                .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .rightPanel .teacherGroups .groupViewHolderParent .groupViewHolder .groupView.drop-hover .normal {
                  display: none; }
                .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .rightPanel .teacherGroups .groupViewHolderParent .groupViewHolder .groupView.drop-hover .over {
                  display: inline-block; }
                .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .rightPanel .teacherGroups .groupViewHolderParent .groupViewHolder .groupView.drop-hover .error {
                  display: none; }
                .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .rightPanel .teacherGroups .groupViewHolderParent .groupViewHolder .groupView.cannotDrop {
                  cursor: no-drop !important; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .rightPanel .teacherGroups .groupViewHolderParent .groupViewHolder .groupView.cannotDrop .normal {
                    display: none; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .rightPanel .teacherGroups .groupViewHolderParent .groupViewHolder .groupView.cannotDrop .over {
                    display: none; }
                  .application .objectViewHolderHolder .object\.package .contentHolder .lessonConfiguratorScreen .rightPanel .teacherGroups .groupViewHolderParent .groupViewHolder .groupView.cannotDrop .error {
                    display: inline-block; }
  .application .duration-property-view {
    font-size: 10px;
    line-height: 15px;
    color: #808080; }
    .application .duration-property-view .fa {
      margin: 0;
      margin-right: 8px;
      font-size: 15px;
      line-height: 15px;
      color: #808080;
      width: 10px;
      text-align: left;
      vertical-align: middle;
      font-weight: bold; }
  .application .popUp .modal-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }
  .application .popUp .popUp-container {
    position: absolute;
    max-width: 630px;
    max-height: 425px;
    width: 60%;
    height: 60%;
    top: 15%;
    left: 20%;
    box-sizing: border-box;
    padding: 60px 70px;
    background-color: #f0f0f0;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.22); }
    .application .popUp .popUp-container .message {
      font-family: "robotoregular";
      color: #808080;
      font-size: 22px;
      font-family: "robotobold"; }
    .application .popUp .popUp-container .group {
      position: absolute;
      right: 50px;
      width: 142px;
      top: 60px; }
      .application .popUp .popUp-container .group .groupItemView {
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
        width: 142px;
        height: 142px; }
        .application .popUp .popUp-container .group .groupItemView .svgasset {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 142px;
          height: 142px; }
        .application .popUp .popUp-container .group .groupItemView .groupName {
          position: absolute;
          top: 20px;
          left: 20px;
          font-family: "robotoregular";
          color: white;
          font-size: 22px;
          font-family: "robotobold"; }
      .application .popUp .popUp-container .group .showLessons {
        display: none; }
    .application .popUp .popUp-container .nav {
      width: 100%;
      position: absolute;
      bottom: 60px;
      left: 50px; }
      .application .popUp .popUp-container .nav .portalButton {
        float: left;
        margin-right: 40px; }

.alert-box-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  font-family: "robotoregular";
  color: #808080; }
  .alert-box-wrapper .alert-box-modal {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: grey;
    opacity: 0.5; }
  .alert-box-wrapper .alert-box {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding: 35px;
    padding-bottom: 30px;
    box-sizing: border-box;
    max-width: 580px;
    background: #ffffff; }
    .alert-box-wrapper .alert-box h2 {
      font-size: 24px;
      margin-bottom: 10px; }
    .alert-box-wrapper .alert-box span {
      font-size: 16px; }
    .alert-box-wrapper .alert-box .alert-close {
      margin-top: 15px;
      position: relative;
      cursor: pointer;
      height: 60px;
      width: auto;
      min-width: 120px; }
      .alert-box-wrapper .alert-box .alert-close p {
        line-height: 60px;
        position: relative;
        display: inline-block;
        font-family: "robotobold";
        color: #ffffff;
        padding: 0 25px;
        z-index: 1; }
      .alert-box-wrapper .alert-box .alert-close div {
        z-index: 0; }

/*# sourceMappingURL=application.css.map */
.portalButton {
  position: relative;
  display: inline-block; }
  .portalButton .button {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    display: inline-block;
    position: relative;
    cursor: pointer; }
    .portalButton .button .text {
      padding: 10px 14px;
      display: inline-block;
      position: relative; }
    .portalButton .button .bg {
      position: absolute;
      height: 45px;
      top: 0;
      left: 0; }
    .portalButton .button .icon {
      position: absolute;
      top: 10px; }
      .portalButton .button .icon .fa {
        padding-top: 0;
        border: none; }

.userSettingsForm, .form-container {
  max-width: 40rem;
  margin: 1rem auto;
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 3rem 5rem 0;
  border-radius: 1px;
  transform: scale(1);
  transition: box-shadow 0.28s ease, transform 0.28s ease; }
  .userSettingsForm input,
  .userSettingsForm select,
  .userSettingsForm textarea, .form-container input,
  .form-container select,
  .form-container textarea {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box; }
    .userSettingsForm input::after, .userSettingsForm input::before,
    .userSettingsForm select::after,
    .userSettingsForm select::before,
    .userSettingsForm textarea::after,
    .userSettingsForm textarea::before, .form-container input::after, .form-container input::before,
    .form-container select::after,
    .form-container select::before,
    .form-container textarea::after,
    .form-container textarea::before {
      box-sizing: border-box; }
  .userSettingsForm h1, .form-container h1 {
    font-size: 2rem;
    text-align: center;
    margin: 0 0 2em; }
  .userSettingsForm:hover, .form-container:hover {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    transform: scale(1.005); }
  .userSettingsForm .button-container, .form-container .button-container {
    text-align: center; }
  .userSettingsForm fieldset, .form-container fieldset {
    margin: 0 0 3rem;
    padding: 0;
    border: none; }
  .userSettingsForm .form-radio,
  .userSettingsForm .form-group, .form-container .form-radio,
  .form-container .form-group {
    position: relative;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem; }
  .userSettingsForm .form-inline > .form-group,
  .userSettingsForm .form-inline > .btn, .form-container .form-inline > .form-group,
  .form-container .form-inline > .btn {
    display: inline-block;
    margin-bottom: 0; }
  .userSettingsForm .form-help, .form-container .form-help {
    margin-top: 0.125rem;
    margin-left: 0.125rem;
    color: #676767;
    font-size: 0.8rem; }
    .checkbox .userSettingsForm .form-help, .form-radio .userSettingsForm .form-help, .form-group .userSettingsForm .form-help, .checkbox .form-container .form-help, .form-radio .form-container .form-help, .form-group .form-container .form-help {
      position: absolute;
      width: 100%; }
    .checkbox .userSettingsForm .form-help, .checkbox .form-container .form-help {
      position: relative;
      margin-bottom: 1rem; }
    .form-radio .userSettingsForm .form-help, .form-radio .form-container .form-help {
      padding-top: 0.25rem;
      margin-top: -1rem; }
  .userSettingsForm .form-group input, .form-container .form-group input {
    height: 1.9rem; }
  .userSettingsForm .form-group textarea, .form-container .form-group textarea {
    resize: none; }
  .userSettingsForm .form-group select, .form-container .form-group select {
    width: 100%;
    font-size: 1rem;
    height: 1.6rem;
    padding: 0.125rem 0.125rem 0.0625rem;
    background: none;
    border: none;
    line-height: 1.6;
    box-shadow: none; }
  .userSettingsForm .form-group .control-label, .form-container .form-group .control-label {
    position: absolute;
    top: 0.25rem;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #676767;
    font-size: 1rem;
    font-weight: normal;
    transition: all 0.28s ease; }
  .userSettingsForm .form-group .bar, .form-container .form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #4d4d4d;
    display: block; }
    .userSettingsForm .form-group .bar::before, .form-container .form-group .bar::before {
      content: '';
      height: 0.125rem;
      width: 0;
      left: 50%;
      bottom: -0.0625rem;
      position: absolute;
      background: #337ab7;
      transition: left 0.28s ease, width 0.28s ease;
      z-index: 2; }
  .userSettingsForm .form-group input,
  .userSettingsForm .form-group textarea, .form-container .form-group input,
  .form-container .form-group textarea {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 1rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    color: transparent;
    transition: all 0.28s ease;
    box-shadow: none; }
  .userSettingsForm .form-group input[type="file"], .form-container .form-group input[type="file"] {
    line-height: 1; }
    .userSettingsForm .form-group input[type="file"] ~ .bar, .form-container .form-group input[type="file"] ~ .bar {
      display: none; }
  .userSettingsForm .form-group select,
  .userSettingsForm .form-group input:focus,
  .userSettingsForm .form-group input:valid,
  .userSettingsForm .form-group input.form-file,
  .userSettingsForm .form-group input.has-value,
  .userSettingsForm .form-group textarea:focus,
  .userSettingsForm .form-group textarea:valid,
  .userSettingsForm .form-group textarea.form-file,
  .userSettingsForm .form-group textarea.has-value, .form-container .form-group select,
  .form-container .form-group input:focus,
  .form-container .form-group input:valid,
  .form-container .form-group input.form-file,
  .form-container .form-group input.has-value,
  .form-container .form-group textarea:focus,
  .form-container .form-group textarea:valid,
  .form-container .form-group textarea.form-file,
  .form-container .form-group textarea.has-value {
    color: #808080; }
    .userSettingsForm .form-group select ~ .control-label,
    .userSettingsForm .form-group input:focus ~ .control-label,
    .userSettingsForm .form-group input:valid ~ .control-label,
    .userSettingsForm .form-group input.form-file ~ .control-label,
    .userSettingsForm .form-group input.has-value ~ .control-label,
    .userSettingsForm .form-group textarea:focus ~ .control-label,
    .userSettingsForm .form-group textarea:valid ~ .control-label,
    .userSettingsForm .form-group textarea.form-file ~ .control-label,
    .userSettingsForm .form-group textarea.has-value ~ .control-label, .form-container .form-group select ~ .control-label,
    .form-container .form-group input:focus ~ .control-label,
    .form-container .form-group input:valid ~ .control-label,
    .form-container .form-group input.form-file ~ .control-label,
    .form-container .form-group input.has-value ~ .control-label,
    .form-container .form-group textarea:focus ~ .control-label,
    .form-container .form-group textarea:valid ~ .control-label,
    .form-container .form-group textarea.form-file ~ .control-label,
    .form-container .form-group textarea.has-value ~ .control-label {
      font-size: 0.8rem;
      color: #343434;
      top: -1rem;
      left: 0; }
  .userSettingsForm .form-group select:focus,
  .userSettingsForm .form-group input:focus,
  .userSettingsForm .form-group textarea:focus, .form-container .form-group select:focus,
  .form-container .form-group input:focus,
  .form-container .form-group textarea:focus {
    outline: none; }
    .userSettingsForm .form-group select:focus ~ .control-label,
    .userSettingsForm .form-group input:focus ~ .control-label,
    .userSettingsForm .form-group textarea:focus ~ .control-label, .form-container .form-group select:focus ~ .control-label,
    .form-container .form-group input:focus ~ .control-label,
    .form-container .form-group textarea:focus ~ .control-label {
      color: #337ab7; }
    .userSettingsForm .form-group select:focus ~ .bar::before,
    .userSettingsForm .form-group input:focus ~ .bar::before,
    .userSettingsForm .form-group textarea:focus ~ .bar::before, .form-container .form-group select:focus ~ .bar::before,
    .form-container .form-group input:focus ~ .bar::before,
    .form-container .form-group textarea:focus ~ .bar::before {
      width: 100%;
      left: 0; }
  .userSettingsForm .checkbox label,
  .userSettingsForm .form-radio label, .form-container .checkbox label,
  .form-container .form-radio label {
    position: relative;
    cursor: pointer;
    padding-left: 2rem;
    text-align: left;
    color: #808080;
    display: block; }
  .userSettingsForm .checkbox input,
  .userSettingsForm .form-radio input, .form-container .checkbox input,
  .form-container .form-radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0; }
  .userSettingsForm .radio, .form-container .radio {
    margin-bottom: 1rem; }
    .userSettingsForm .radio .helper, .form-container .radio .helper {
      position: absolute;
      top: -0.25rem;
      left: -0.25rem;
      cursor: pointer;
      display: block;
      font-size: 1rem;
      user-select: none;
      color: #4d4d4d; }
      .userSettingsForm .radio .helper::before, .userSettingsForm .radio .helper::after, .form-container .radio .helper::before, .form-container .radio .helper::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        margin: 0.25rem;
        width: 1rem;
        height: 1rem;
        transition: transform 0.28s ease;
        border-radius: 50%;
        border: 0.125rem solid currentColor; }
      .userSettingsForm .radio .helper::after, .form-container .radio .helper::after {
        transform: scale(0);
        background-color: #337ab7;
        border-color: #337ab7; }
    .userSettingsForm .radio label:hover .helper, .form-container .radio label:hover .helper {
      color: #337ab7; }
    .userSettingsForm .radio input:checked ~ .helper::after, .form-container .radio input:checked ~ .helper::after {
      transform: scale(0.5); }
    .userSettingsForm .radio input:checked ~ .helper::before, .form-container .radio input:checked ~ .helper::before {
      color: #337ab7; }
  .userSettingsForm .checkbox, .form-container .checkbox {
    margin-top: 3rem;
    margin-bottom: 1rem; }
    .userSettingsForm .checkbox .helper, .form-container .checkbox .helper {
      color: #4d4d4d;
      position: absolute;
      top: 0;
      left: 0;
      width: 1rem;
      height: 1rem;
      z-index: 0;
      border: 0.125rem solid currentColor;
      border-radius: 0.0625rem;
      transition: border-color 0.28s ease; }
      .userSettingsForm .checkbox .helper::before, .userSettingsForm .checkbox .helper::after, .form-container .checkbox .helper::before, .form-container .checkbox .helper::after {
        position: absolute;
        height: 0;
        width: 0.2rem;
        background-color: #337ab7;
        display: block;
        transform-origin: left top;
        border-radius: 0.25rem;
        content: '';
        transition: opacity 0.28s ease, height 0s linear 0.28s;
        opacity: 0; }
      .userSettingsForm .checkbox .helper::before, .form-container .checkbox .helper::before {
        top: 0.65rem;
        left: 0.38rem;
        transform: rotate(-135deg);
        box-shadow: 0 0 0 0.0625rem #fff; }
      .userSettingsForm .checkbox .helper::after, .form-container .checkbox .helper::after {
        top: 0.3rem;
        left: 0;
        transform: rotate(-45deg); }
    .userSettingsForm .checkbox label:hover .helper, .form-container .checkbox label:hover .helper {
      color: #337ab7; }
    .userSettingsForm .checkbox input:checked ~ .helper, .form-container .checkbox input:checked ~ .helper {
      color: #337ab7; }
      .userSettingsForm .checkbox input:checked ~ .helper::after, .userSettingsForm .checkbox input:checked ~ .helper::before, .form-container .checkbox input:checked ~ .helper::after, .form-container .checkbox input:checked ~ .helper::before {
        opacity: 1;
        transition: height 0.28s ease; }
      .userSettingsForm .checkbox input:checked ~ .helper::after, .form-container .checkbox input:checked ~ .helper::after {
        height: 0.5rem; }
      .userSettingsForm .checkbox input:checked ~ .helper::before, .form-container .checkbox input:checked ~ .helper::before {
        height: 1.2rem;
        transition-delay: 0.28s; }
  .userSettingsForm .radio + .radio,
  .userSettingsForm .checkbox + .checkbox, .form-container .radio + .radio,
  .form-container .checkbox + .checkbox {
    margin-top: 1rem; }
  .userSettingsForm .has-error .legend.legend, .userSettingsForm .has-error.form-group .control-label.control-label, .form-container .has-error .legend.legend, .form-container .has-error.form-group .control-label.control-label {
    color: #d9534f; }
  .userSettingsForm .has-error.form-group .form-help,
  .userSettingsForm .has-error.form-group .helper, .userSettingsForm .has-error.checkbox .form-help,
  .userSettingsForm .has-error.checkbox .helper, .userSettingsForm .has-error.radio .form-help,
  .userSettingsForm .has-error.radio .helper, .userSettingsForm .has-error.form-radio .form-help,
  .userSettingsForm .has-error.form-radio .helper, .form-container .has-error.form-group .form-help,
  .form-container .has-error.form-group .helper, .form-container .has-error.checkbox .form-help,
  .form-container .has-error.checkbox .helper, .form-container .has-error.radio .form-help,
  .form-container .has-error.radio .helper, .form-container .has-error.form-radio .form-help,
  .form-container .has-error.form-radio .helper {
    color: #d9534f; }
  .userSettingsForm .has-error .bar::before, .form-container .has-error .bar::before {
    background: #d9534f;
    left: 0;
    width: 100%; }
  .userSettingsForm .button, .form-container .button {
    position: relative;
    background: currentColor;
    border: 1px solid currentColor;
    font-size: 1.1rem;
    color: #4f93ce;
    margin: 3rem 0;
    padding: 0.75rem 3rem;
    cursor: pointer;
    transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
    .userSettingsForm .button span, .form-container .button span {
      color: #fff;
      position: relative;
      z-index: 1; }
    .userSettingsForm .button::before, .form-container .button::before {
      content: '';
      position: absolute;
      background: #071017;
      border: 50vh solid #1d4567;
      width: 30vh;
      height: 30vh;
      border-radius: 50%;
      display: block;
      top: 50%;
      left: 50%;
      z-index: 0;
      opacity: 1;
      transform: translate(-50%, -50%) scale(0); }
    .userSettingsForm .button:hover, .form-container .button:hover {
      color: #337ab7;
      box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }
    .userSettingsForm .button:active::before, .userSettingsForm .button:focus::before, .form-container .button:active::before, .form-container .button:focus::before {
      transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
      transform: translate(-50%, -50%) scale(1);
      opacity: 0; }
    .userSettingsForm .button:focus, .form-container .button:focus {
      outline: none; }

.simple {
  box-shadow: none;
  max-width: initial;
  margin: 0;
  background: none;
  width: initial;
  box-shadow: none;
  padding: 0;
  border-radius: 0; }
  .simple:hover {
    box-shadow: none; }

/*# sourceMappingURL=forms.css.map */
.portalButton {
  position: relative;
  display: inline-block; }
  .portalButton .button {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    display: inline-block;
    position: relative;
    cursor: pointer; }
    .portalButton .button .text {
      padding: 10px 14px;
      display: inline-block;
      position: relative; }
    .portalButton .button .bg {
      position: absolute;
      height: 45px;
      top: 0;
      left: 0; }
    .portalButton .button .icon {
      position: absolute;
      top: 10px; }
      .portalButton .button .icon .fa {
        padding-top: 0;
        border: none; }

.lessonView {
  width: 100%;
  font-family: "robotoregular";
  background-color: #f0f0f0; }
  .lessonView .iscroll-container {
    width: 75%;
    max-width: 950px;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 50px;
    top: 50px;
    position: relative; }
    .lessonView .iscroll-container .iscroll-content {
      height: auto; }
      .lessonView .iscroll-container .iscroll-content .lesson-meta {
        border-top: 1px solid #808080;
        width: 50%;
        height: 40px; }
        .lessonView .iscroll-container .iscroll-content .lesson-meta .lesson-likes {
          display: inline-block; }
          .lessonView .iscroll-container .iscroll-content .lesson-meta .lesson-likes .likes {
            width: 60px;
            background-image: url(../assets/like_icon.png);
            background-position-y: -1px;
            background-repeat: no-repeat;
            display: inline-block;
            margin-left: 15px; }
            .lessonView .iscroll-container .iscroll-content .lesson-meta .lesson-likes .likes .likesText {
              height: 100%;
              line-height: 19px;
              margin-left: 23px;
              font-size: 11px;
              color: #808080; }
        .lessonView .iscroll-container .iscroll-content .lesson-meta > .duration-property-view {
          font-size: 11px;
          display: inline-block; }
          .lessonView .iscroll-container .iscroll-content .lesson-meta > .duration-property-view .fa {
            padding-top: 14px;
            border: none; }
  .lessonView .rightPanel {
    width: 25%;
    max-width: 240px;
    position: absolute;
    top: 24px;
    box-sizing: border-box;
    padding: 32px 42px; }
    .lessonView .rightPanel > .title {
      font-family: "robotoregular";
      color: #808080;
      font-size: 17px;
      border-bottom: 1px solid #808080;
      margin-bottom: 10px; }
  .lessonView .theme-name {
    font-family: "robotoregular";
    font-size: 14px;
    color: #808080;
    padding-top: 56px;
    width: 50%; }
  .lessonView .property\.string\.lesson\.name {
    font-size: 21px;
    font-family: "robotomedium";
    margin-bottom: 38px;
    width: 50%; }
  .lessonView .propertyobject\.image\.lesson\.lessonthumb {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44.6%;
    height: auto;
    padding-bottom: 40.6%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.22); }
  .lessonView .description {
    width: 50%;
    height: auto;
    font-family: "robotoregular";
    font-size: 17px;
    color: #808080;
    margin-bottom: 50px;
    min-height: 140px; }
  .lessonView .tabs {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.22);
    width: 99.6%;
    height: auto;
    border: #e8e8e8;
    background-color: white;
    margin-top: 28px;
    margin-bottom: 50px; }
    .lessonView .tabs ul.nav.four li {
      width: 25%; }
    .lessonView .tabs ul.nav {
      width: 100%;
      padding: 0;
      margin: 0; }
      .lessonView .tabs ul.nav li {
        width: 33.3333%;
        list-style: none;
        color: white;
        height: 40px;
        font-family: "robotoregular";
        font-size: 14px;
        display: inline-block;
        line-height: 40px;
        text-indent: 10px;
        border-left: 1px solid white;
        box-sizing: border-box;
        cursor: pointer; }
        .lessonView .tabs ul.nav li.selected {
          background-color: white; }
    .lessonView .tabs section.content {
      height: auto;
      -webkit-transition: height 1s ease-in-out;
      -moz-transition: height 1s ease-in-out;
      transition: height 1s ease-in-out;
      min-height: 60px; }
      .lessonView .tabs section.content .text {
        display: none;
        font-family: "robotoregular";
        color: #808080;
        font-size: 14px;
        padding: 20px;
        box-sizing: border-box; }
        .lessonView .tabs section.content .text li {
          list-style: none; }
          .lessonView .tabs section.content .text li p {
            display: inline-block;
            vertical-align: top; }
        .lessonView .tabs section.content .text.selected {
          display: inline-block; }
      .lessonView .tabs section.content .text:nth-child(1) li:before {
        font-family: 'FontAwesome';
        content: '\f0da';
        margin: 0 5px 0 -15px; }
      .lessonView .tabs section.content .text:nth-child(2) li:before {
        font-family: 'FontAwesome';
        content: '\f14a';
        margin: 0 5px 0 -15px; }
  .lessonView .bottomContainer {
    margin-bottom: 50px; }
    .lessonView .bottomContainer .conclusion h1 {
      font-family: "robotoregular";
      color: #808080;
      font-size: 14px;
      font-size: 24px;
      font-family: "robotomedium";
      margin-bottom: 35px; }
    .lessonView .bottomContainer .conclusion .content {
      font-family: "robotoregular";
      color: #808080;
      font-size: 14px;
      padding-right: 15%;
      box-sizing: border-box; }
    .lessonView .bottomContainer .left,
    .lessonView .bottomContainer .right {
      width: -webkit-calc(50% - 30px);
      width: calc(50% - 30px);
      height: 100%;
      display: inline-block;
      box-sizing: border-box;
      vertical-align: top; }
  .lessonView .list\.lesson\.lessontips {
    padding-bottom: 56px; }
  .lessonView .listitem\.lessontips\.lessontip {
    padding: 25px 32px;
    box-sizing: border-box;
    margin: 10px 0; }
    .lessonView .listitem\.lessontips\.lessontip .listproperty\.string\.lessontip\.name {
      font-family: "robotoregular";
      color: white;
      font-size: 19px;
      font-family: "robotobold";
      line-height: 19px;
      padding: 0;
      text-transform: uppercase;
      margin-bottom: 18px; }
    .lessonView .listitem\.lessontips\.lessontip .listproperty\.longstring\.lessontip\.tiptext {
      position: relative;
      font-family: "robotoregular";
      color: white;
      font-size: 14px;
      padding: 0; }
  .lessonView .chapterListView {
    width: 99.6%;
    background-color: white;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.22);
    margin-bottom: 50px;
    border: #e8e8e8;
    position: relative;
    overflow: hidden; }
    .lessonView .chapterListView .iscroll-container {
      min-height: 500px;
      position: absolute;
      width: 70%;
      right: 0;
      top: 0; }
    .lessonView .chapterListView .chapters-container {
      width: 30%;
      position: relative;
      float: left;
      box-sizing: border-box;
      padding-bottom: 40px;
      background-color: #e9e9e9; }
    .lessonView .chapterListView .chapters-content {
      position: relative;
      width: 70%;
      box-sizing: border-box;
      float: left; }
    .lessonView .chapterListView .content {
      padding: 24px 42px;
      height: auto;
      position: relative;
      right: 0px;
      width: 100%;
      box-sizing: border-box;
      font-family: "robotoregular";
      color: #808080;
      font-size: 14px; }
      .lessonView .chapterListView .content .header {
        width: 100%;
        display: block; }
        .lessonView .chapterListView .content .header .tags {
          botom-border: 1px solid #808080; }
        .lessonView .chapterListView .content .header .button {
          height: 45px;
          width: 190px;
          display: inline-block;
          width: auto;
          height: 45px;
          position: relative; }
          .lessonView .chapterListView .content .header .button .bg {
            position: absolute;
            height: 45px;
            top: 0;
            left: 0;
            width: 100%; }
          .lessonView .chapterListView .content .header .button .text {
            top: 0;
            position: relative;
            font-family: "robotomedium";
            color: white;
            font-size: 21px;
            padding: 10px 34px 10px 14px;
            box-sizing: border-box; }
      .lessonView .chapterListView .content .introduction {
        font-family: "robotoregular";
        color: #808080;
        font-size: 14px;
        margin-top: 30px;
        margin-bottom: 40px; }
      .lessonView .chapterListView .content .pages {
        font-family: "robotoregular";
        color: #808080;
        font-size: 14px; }
      .lessonView .chapterListView .content .tipView {
        padding: 25px 32px;
        box-sizing: border-box;
        margin: 10px 0; }
        .lessonView .chapterListView .content .tipView .title {
          font-family: "robotoregular";
          color: white;
          font-size: 19px;
          line-height: 19px;
          font-family: "robotobold";
          padding: 0;
          text-transform: uppercase;
          margin-bottom: 18px; }
        .lessonView .chapterListView .content .tipView .content {
          position: relative;
          font-family: "robotoregular";
          color: white;
          font-size: 14px;
          padding: 0; }
      .lessonView .chapterListView .content .pageView {
        display: inline-block;
        box-sizing: border-box;
        width: -webkit-calc(100% - 5px);
        width: calc(100% - 5px);
        min-height: 250px;
        margin-bottom: 40px;
        vertical-align: top; }
        .lessonView .chapterListView .content .pageView:nth-child(odd) {
          margin-right: 5px; }
        .lessonView .chapterListView .content .pageView:nth-child(even) {
          margin-left: 5px; }
        .lessonView .chapterListView .content .pageView .imageContainer {
          width: 50%;
          position: relative; }
        .lessonView .chapterListView .content .pageView .image {
          background-repeat: no-repeat;
          background-size: cover;
          padding-bottom: 56.2%;
          width: 100%;
          margin-bottom: 20px; }
        .lessonView .chapterListView .content .pageView .title {
          font-family: "robotoregular";
          color: #808080;
          font-size: 17px;
          font-family: "robotobold";
          padding: 0;
          margin-bottom: 2px; }
        .lessonView .chapterListView .content .pageView .content {
          position: relative;
          font-family: "robotoregular";
          color: #808080;
          font-size: 14px;
          padding: 0; }
    .lessonView .chapterListView .chapterListViewItem {
      width: 100%;
      color: white;
      font-family: "robotoregular";
      color: white;
      font-size: 17px;
      min-height: 100px;
      border-bottom: 1px solid white;
      box-sizing: border-box;
      padding: 20px;
      padding-bottom: 25px;
      position: relative;
      top: 0px; }
      .lessonView .chapterListView .chapterListViewItem .listproperty\.string\.chapter\.name {
        width: 80%; }
      .lessonView .chapterListView .chapterListViewItem .duration-property-view {
        position: absolute;
        right: 20px;
        bottom: 20px;
        height: 15px;
        color: white; }
        .lessonView .chapterListView .chapterListViewItem .duration-property-view .fa {
          color: white;
          border: none;
          pointer: normal;
          line-height: 0; }
      .lessonView .chapterListView .chapterListViewItem.selected {
        background-color: white; }
        .lessonView .chapterListView .chapterListViewItem.selected .duration-property-view {
          color: #808080; }
          .lessonView .chapterListView .chapterListViewItem.selected .duration-property-view .fa {
            color: #808080; }
      .lessonView .chapterListView .chapterListViewItem .enable-chapter {
        background-color: #e7e0e9;
        height: 20px;
        border-radius: 10px;
        width: 47px;
        position: absolute;
        right: 20px;
        top: 20px;
        display: inline-block;
        cursor: pointer; }
        .lessonView .chapterListView .chapterListViewItem .enable-chapter .button {
          position: absolute;
          top: 1px;
          background-color: #a39da3;
          height: 18px;
          width: 18px;
          border-radius: 9px;
          left: 1px; }
        .lessonView .chapterListView .chapterListViewItem .enable-chapter span {
          position: absolute;
          padding: 5px 5px;
          width: 47px;
          font-family: "robotoregular";
          font-size: 8px;
          text-transform: uppercase;
          color: #808080;
          box-sizing: border-box; }
        .lessonView .chapterListView .chapterListViewItem .enable-chapter.enabled .button {
          background-color: white;
          right: 1px;
          left: initial;
          -webkit-transition: right 1s ease-in-out;
          -moz-transition: right 1s ease-in-out;
          transition: right 1s ease-in-out;
          -webkit-transition: left 1s ease-in-out;
          -moz-transition: left 1s ease-in-out;
          transition: left 1s ease-in-out; }
        .lessonView .chapterListView .chapterListViewItem .enable-chapter.enabled span {
          color: white; }
  .lessonView .lessonDownloads h1 {
    font-family: "robotoregular";
    color: #808080;
    font-size: 14px;
    font-size: 24px;
    font-family: "robotomedium";
    margin-top: 35px; }
  .lessonView .lessonDownloads .lessonDownloadListItem {
    margin-top: 11px; }
    .lessonView .lessonDownloads .lessonDownloadListItem .asset {
      width: 257px;
      height: 60px; }

/*# sourceMappingURL=lessonView.css.map */
.portalButton {
  position: relative;
  display: inline-block; }
  .portalButton .button {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    display: inline-block;
    position: relative;
    cursor: pointer; }
    .portalButton .button .text {
      padding: 10px 14px;
      display: inline-block;
      position: relative; }
    .portalButton .button .bg {
      position: absolute;
      height: 45px;
      top: 0;
      left: 0; }
    .portalButton .button .icon {
      position: absolute;
      top: 10px; }
      .portalButton .button .icon .fa {
        padding-top: 0;
        border: none; }

.newsScreen {
  padding: 50px;
  background-color: white;
  height: 162px;
  box-sizing: border-box; }
  .newsScreen .newsScrollHolder {
    position: absolute;
    overflow: hidden;
    width: 850px;
    height: 100%; }
  .newsScreen .title {
    color: #808080;
    font-size: 30px;
    font-family: "robotomedium";
    margin-bottom: 30px; }
  .newsScreen .newsHolder {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    max-width: 960px; }
  .newsScreen .newsItemView {
    position: relative;
    background-color: white;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.22); }
    .newsScreen .newsItemView .image {
      position: relative;
      width: 34%;
      padding-bottom: 34%;
      display: inline-block;
      background-repeat: no-repeat;
      background-size: cover;
      top: 1px;
      left: 1px;
      box-sizing: border-box;
      border: 1px solid rgba(133, 133, 133, 0.133); }
    .newsScreen .newsItemView .container {
      display: inline-block;
      width: 66%;
      padding: 20px;
      float: right;
      height: 250px;
      box-sizing: border-box; }
      .newsScreen .newsItemView .container .publish-date {
        font-family: "robotoregular";
        color: #808080;
        font-size: 14px; }
      .newsScreen .newsItemView .container .title {
        font-family: "robotoregular";
        color: #808080;
        font-size: 17px;
        margin-bottom: 10px; }
      .newsScreen .newsItemView .container .content {
        font-family: "robotoregular";
        color: #808080;
        font-size: 14px;
        line-height: 21px; }
    .newsScreen .newsItemView .line {
      position: absolute;
      left: 34%;
      bottom: 40px;
      height: 1px;
      width: 66%;
      background-color: black;
      opacity: 0.12; }

/*# sourceMappingURL=newsScreen.css.map */
.portalButton {
  position: relative;
  display: inline-block; }
  .portalButton .button {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    display: inline-block;
    position: relative;
    cursor: pointer; }
    .portalButton .button .text {
      padding: 10px 14px;
      display: inline-block;
      position: relative; }
    .portalButton .button .bg {
      position: absolute;
      height: 45px;
      top: 0;
      left: 0; }
    .portalButton .button .icon {
      position: absolute;
      top: 10px; }
      .portalButton .button .icon .fa {
        padding-top: 0;
        border: none; }

.userSettingsScreen {
  padding: 50px;
  background-color: white;
  height: 162px;
  box-sizing: border-box; }
  .userSettingsScreen .title {
    color: #808080;
    font-size: 30px;
    font-family: "robotomedium";
    margin-bottom: 30px; }
  .userSettingsScreen .userSettingsForm {
    width: -webkit-calc(100% - 100px - 5em);
    width: calc(100% - 100px - 5em);
    max-width: 960px; }
    .userSettingsScreen .userSettingsForm span {
      font-family: "robotoregular";
      color: #808080; }
    .userSettingsScreen .userSettingsForm button span {
      color: white; }

/*# sourceMappingURL=userSettingsScreen.css.map */
.portalButton {
  position: relative;
  display: inline-block; }
  .portalButton .button {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    display: inline-block;
    position: relative;
    cursor: pointer; }
    .portalButton .button .text {
      padding: 10px 14px;
      display: inline-block;
      position: relative; }
    .portalButton .button .bg {
      position: absolute;
      height: 45px;
      top: 0;
      left: 0; }
    .portalButton .button .icon {
      position: absolute;
      top: 10px; }
      .portalButton .button .icon .fa {
        padding-top: 0;
        border: none; }

/*# sourceMappingURL=variables.css.map */
