/* Old sky blue #1ba2e6 */
/* Old sky blue #1ba2e6 */
.nav-menu {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1000;
  border-radius: 0px; }
  .nav-menu li {
    color: #ffffff; }

.text-clamped {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

textarea {
  resize: none; }

.error-text {
  transition: color 0.25s;
  color: #D0021B; }

/* Old sky blue #1ba2e6 */
/* Old CSS Start */
.navbar-wrapper {
  margin-right: 0px;
  margin-left: 0px; }

.navbar {
  position: relative;
  margin-bottom: 0px; }

.navbar-nav > li > a {
  color: white; }

.navbar-nav > .active {
  background-color: transparent; }

.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent;
  color: #FFFFFF;
  text-decoration: underline; }

.navbar-header > .navbar-brand {
  color: #ffffff;
  text-shadow: none; }

.navbar-header > .navbar-lessons-brand {
  color: #ffffff;
  text-shadow: none; }

.start-navbar-header {
  margin-right: auto;
  padding-left: 15px; }

.start-navbar-header > a.navbar-lessons-brand {
  font-size: 18px; }

.navbar-lessons-logo {
  min-width: 100px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  height: 100%;
  color: #ffffff; }

.navbar-feedback {
  padding-right: 15px; }

.navbar-nav > li.navbar-feedback > a {
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: pointer; }

.navbar-student-signout {
  padding-right: 15px; }

.feedback-logo {
  background-image: url(/images/feedback.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  width: 29px;
  height: 35px; }

#feedback-tooltip-container {
  position: absolute;
  bottom: -20px;
  right: 30px;
  width: 200px; }

#feedback-tooltip-container > .tooltip.bottom {
  left: initial !important;
  right: 0; }
  #feedback-tooltip-container > .tooltip.bottom .tooltip-inner {
    padding: 10px;
    background-color: #fff;
    color: #000;
    box-shadow: 4px 4px 7px -2px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 4px 4px 7px -2px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 4px 4px 7px -2px rgba(0, 0, 0, 0.45);
    border-radius: 0px; }
  #feedback-tooltip-container > .tooltip.bottom .tooltip-arrow {
    border-bottom: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #fff transparent;
    left: 100% !important;
    margin-left: -10px;
    top: initial;
    margin-top: -10px; }

.navbar-header > .navbar-brand img {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 7px; }

.start-navbar-header > .navbar-lessons-brand img {
  margin-right: 7px; }

.navbar-header > .navbar-brand span {
  vertical-align: middle; }

.navbar-lessons-logo > img.custom-navbar-logo {
  height: auto;
  width: 202px; }

.navbar-lessons-logo > img.custom-navbar-logo-matvalet {
  max-height: 48px;
  background: #FFFFFF;
  padding: 4px;
  margin-right: 9px;
  width: auto; }

.navbar-header > a.navbar-lessons-brand {
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%; }

.main-navbar {
  background-color: transparent; }

.main-navbar-black {
  background-color: #60abaf; }

.start-navbar {
  display: flex;
  align-items: center;
  height: 60px; }

.main-navbar-black > div > ul > li > a {
  color: #ffffff;
  font-weight: 400; }

.main-navbar-black > div > ul > li > a:hover {
  color: #ffffff;
  text-decoration: underline; }

@media screen and (min-width: 901px) {
  div.navbar-header {
    height: 60px; }
  div.start-navbar-header {
    height: 60px; } }

@media screen and (min-width: 1201px) {
  .special-collapse {
    padding-top: 5px; }
  .custom-navbar {
    min-height: 60px; }
  .font-montserrat-header {
    font-size: 12px; } }

@media (max-width: 1200px) {
  .navbar-header {
    height: 50px;
    float: none; }
  .font-montserrat-header {
    font-size: 11px; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-collapse.custom-navbar {
    padding-left: 15px;
    padding-right: 15px; }
  .special-collapse {
    padding-right: 10px;
    background-color: #000000; }
  .navbar-collapse.collapse > ul {
    display: none; }
  .navbar-collapse.collapse.in > ul {
    display: block; }
  .navbar-nav {
    float: right;
    margin: 7.5px -15px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .navbar-feedback {
    padding-right: 0px; }
  .navbar-nav > li.navbar-feedback > a {
    padding-top: 4px;
    padding-bottom: 4px; }
  .navbar-student-signout {
    padding-right: 0px; } }

@media (min-width: 900px) and (max-width: 991px) {
  .navbar-nav > li > a {
    padding: 15px 10px; } }

@media screen and (max-width: 768px) {
  .start-navbar-header {
    padding-left: 0; } }

/* Old CSS End */
.header-area-wrapper {
  width: 100%;
  position: sticky;
  z-index: 5;
  top: 0; }

.cookies-msg {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  height: auto;
  width: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  background: #afd5d7;
  z-index: 1001;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #353535; }
  .cookies-msg .row {
    max-width: 1500px;
    margin: auto; }
  .cookies-msg a, .cookies-msg a:hover, .cookies-msg a:active {
    color: #353535;
    text-decoration: underline;
    cursor: pointer;
    padding-left: 5px; }
  .cookies-msg.hide-msg {
    display: none; }
  .cookies-msg .cookie-btn {
    line-height: 32px;
    background-color: #f0b67f;
    border: 1px solid #f0b67f;
    color: #353535;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px; }
  .cookies-msg .cookie-img {
    position: relative;
    margin-right: 4px;
    top: -2px; }

.custom-navbar-header {
  position: relative;
  height: 60px;
  line-height: 60px;
  width: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  background: #60abaf;
  z-index: 1001;
  text-align: center;
  font-size: 14px; }
  .custom-navbar-header a, .custom-navbar-header a:hover, .custom-navbar-header a:active {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer; }
  .custom-navbar-header .custom-navbar-sub-menu {
    min-width: 152px;
    max-width: 100vw;
    transform: translateX(-50%);
    color: #ffffff; }
  .custom-navbar-header .notification-indicator {
    position: absolute;
    top: 20px; }
  .custom-navbar-header .custom-navbar-sub-menu, .custom-navbar-header .notification-sub-menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 50%;
    border-radius: 0; }
    .custom-navbar-header .custom-navbar-sub-menu > .custom-navbar-sub-menu-arrow, .custom-navbar-header .notification-sub-menu > .custom-navbar-sub-menu-arrow {
      display: block;
      height: 13px; }
    .custom-navbar-header .custom-navbar-sub-menu .custom-navbar-sub-menu-items:after, .custom-navbar-header .notification-sub-menu .custom-navbar-sub-menu-items:after {
      left: 50%;
      border: 10px solid transparent;
      border-bottom-color: #303030;
      top: 13px; }
    .custom-navbar-header .custom-navbar-sub-menu .custom-navbar-sub-menu-items.profile-detail-teacher-dropdown, .custom-navbar-header .custom-navbar-sub-menu .custom-navbar-sub-menu-items.profile-detail-student-dropdown, .custom-navbar-header .notification-sub-menu .custom-navbar-sub-menu-items.profile-detail-teacher-dropdown, .custom-navbar-header .notification-sub-menu .custom-navbar-sub-menu-items.profile-detail-student-dropdown {
      padding-top: 24px; }
      .custom-navbar-header .custom-navbar-sub-menu .custom-navbar-sub-menu-items.profile-detail-teacher-dropdown:after, .custom-navbar-header .custom-navbar-sub-menu .custom-navbar-sub-menu-items.profile-detail-student-dropdown:after, .custom-navbar-header .notification-sub-menu .custom-navbar-sub-menu-items.profile-detail-teacher-dropdown:after, .custom-navbar-header .notification-sub-menu .custom-navbar-sub-menu-items.profile-detail-student-dropdown:after {
        border-bottom-color: #60ABAF; }
    .custom-navbar-header .custom-navbar-sub-menu .custom-navbar-sub-menu-items.profile-detail-teacher-dropdown:after, .custom-navbar-header .notification-sub-menu .custom-navbar-sub-menu-items.profile-detail-teacher-dropdown:after {
      border-bottom-color: #60ABAF; }
    .custom-navbar-header .custom-navbar-sub-menu .custom-navbar-sub-menu-items.profile-detail-student-dropdown:after, .custom-navbar-header .notification-sub-menu .custom-navbar-sub-menu-items.profile-detail-student-dropdown:after {
      border-bottom-color: #F0B67F; }
    .custom-navbar-header .custom-navbar-sub-menu .custom-navbar-sub-menu-items .teachers-account, .custom-navbar-header .custom-navbar-sub-menu .custom-navbar-sub-menu-items .student-account, .custom-navbar-header .notification-sub-menu .custom-navbar-sub-menu-items .teachers-account, .custom-navbar-header .notification-sub-menu .custom-navbar-sub-menu-items .student-account {
      position: absolute;
      left: 0;
      right: 0;
      padding: 0;
      top: 12px;
      line-height: 25px;
      text-align: center;
      font-size: 12px;
      text-transform: none;
      cursor: default; }
    .custom-navbar-header .custom-navbar-sub-menu .custom-navbar-sub-menu-items .teachers-account, .custom-navbar-header .notification-sub-menu .custom-navbar-sub-menu-items .teachers-account {
      background: #60ABAF; }
    .custom-navbar-header .custom-navbar-sub-menu .custom-navbar-sub-menu-items .student-account, .custom-navbar-header .notification-sub-menu .custom-navbar-sub-menu-items .student-account {
      background: #F0B67F; }
    .custom-navbar-header .custom-navbar-sub-menu > .custom-navbar-sub-menu-items, .custom-navbar-header .custom-navbar-sub-menu > .notification-block, .custom-navbar-header .notification-sub-menu > .custom-navbar-sub-menu-items, .custom-navbar-header .notification-sub-menu > .notification-block {
      background: #303030;
      padding: 14px 0px;
      border-radius: 3px;
      text-transform: uppercase;
      text-align: start; }
      .custom-navbar-header .custom-navbar-sub-menu > .custom-navbar-sub-menu-items:after, .custom-navbar-header .custom-navbar-sub-menu > .notification-block:after, .custom-navbar-header .notification-sub-menu > .custom-navbar-sub-menu-items:after, .custom-navbar-header .notification-sub-menu > .notification-block:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top: 0;
        margin-left: -10px;
        margin-top: -10px; }
      .custom-navbar-header .custom-navbar-sub-menu > .custom-navbar-sub-menu-items > .custom-navbar-sub-menu-item, .custom-navbar-header .custom-navbar-sub-menu > .notification-block > .custom-navbar-sub-menu-item, .custom-navbar-header .notification-sub-menu > .custom-navbar-sub-menu-items > .custom-navbar-sub-menu-item, .custom-navbar-header .notification-sub-menu > .notification-block > .custom-navbar-sub-menu-item {
        min-height: 32px;
        width: 100%;
        display: flex;
        align-items: center;
        font-size: 14px;
        padding: 4px 24px;
        color: #ffffff;
        line-height: 22px; }
        .custom-navbar-header .custom-navbar-sub-menu > .custom-navbar-sub-menu-items > .custom-navbar-sub-menu-item:hover, .custom-navbar-header .custom-navbar-sub-menu > .custom-navbar-sub-menu-items > .custom-navbar-sub-menu-item:active, .custom-navbar-header .custom-navbar-sub-menu > .notification-block > .custom-navbar-sub-menu-item:hover, .custom-navbar-header .custom-navbar-sub-menu > .notification-block > .custom-navbar-sub-menu-item:active, .custom-navbar-header .notification-sub-menu > .custom-navbar-sub-menu-items > .custom-navbar-sub-menu-item:hover, .custom-navbar-header .notification-sub-menu > .custom-navbar-sub-menu-items > .custom-navbar-sub-menu-item:active, .custom-navbar-header .notification-sub-menu > .notification-block > .custom-navbar-sub-menu-item:hover, .custom-navbar-header .notification-sub-menu > .notification-block > .custom-navbar-sub-menu-item:active {
          background: #404040; }
        .custom-navbar-header .custom-navbar-sub-menu > .custom-navbar-sub-menu-items > .custom-navbar-sub-menu-item.active, .custom-navbar-header .custom-navbar-sub-menu > .notification-block > .custom-navbar-sub-menu-item.active, .custom-navbar-header .notification-sub-menu > .custom-navbar-sub-menu-items > .custom-navbar-sub-menu-item.active, .custom-navbar-header .notification-sub-menu > .notification-block > .custom-navbar-sub-menu-item.active {
          border-left: 3px solid #f0b67f;
          padding-left: 21px; }
        .custom-navbar-header .custom-navbar-sub-menu > .custom-navbar-sub-menu-items > .custom-navbar-sub-menu-item.one-line, .custom-navbar-header .custom-navbar-sub-menu > .notification-block > .custom-navbar-sub-menu-item.one-line, .custom-navbar-header .notification-sub-menu > .custom-navbar-sub-menu-items > .custom-navbar-sub-menu-item.one-line, .custom-navbar-header .notification-sub-menu > .notification-block > .custom-navbar-sub-menu-item.one-line {
          white-space: nowrap; }
    .custom-navbar-header .custom-navbar-sub-menu .notification-block, .custom-navbar-header .notification-sub-menu .notification-block {
      background: #303030;
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
      width: 278px;
      min-height: 38px;
      max-height: 278px;
      padding: 15px;
      overflow: auto; }
      .custom-navbar-header .custom-navbar-sub-menu .notification-block:after, .custom-navbar-header .notification-sub-menu .notification-block:after {
        left: 75%;
        border: 10px solid transparent;
        border-bottom-color: #303030;
        top: 3px; }
      .custom-navbar-header .custom-navbar-sub-menu .notification-block ul, .custom-navbar-header .notification-sub-menu .notification-block ul {
        border-bottom: 1px solid #675d5d;
        margin-bottom: 22px; }
        .custom-navbar-header .custom-navbar-sub-menu .notification-block ul li, .custom-navbar-header .notification-sub-menu .notification-block ul li {
          display: flex;
          align-items: center;
          flex-flow: nowrap;
          margin-bottom: 15px; }
          .custom-navbar-header .custom-navbar-sub-menu .notification-block ul li .img-block, .custom-navbar-header .notification-sub-menu .notification-block ul li .img-block {
            margin-right: 10px; }
            .custom-navbar-header .custom-navbar-sub-menu .notification-block ul li .img-block img, .custom-navbar-header .notification-sub-menu .notification-block ul li .img-block img {
              width: 32px;
              height: 32px;
              object-fit: cover;
              border-radius: 50%;
              border: 1px solid #f0b67f;
              vertical-align: top;
              margin-top: 6px; }
          .custom-navbar-header .custom-navbar-sub-menu .notification-block ul li .text-block h6, .custom-navbar-header .notification-sub-menu .notification-block ul li .text-block h6 {
            font-size: 13px;
            font-weight: 500;
            margin: 0;
            text-transform: none;
            margin-bottom: 6px;
            color: #fff; }
          .custom-navbar-header .custom-navbar-sub-menu .notification-block ul li .text-block p, .custom-navbar-header .notification-sub-menu .notification-block ul li .text-block p {
            text-transform: none;
            font-size: 12px;
            margin: 0 0 4px;
            line-height: 12px;
            color: #fff;
            word-break: break-word; }
            .custom-navbar-header .custom-navbar-sub-menu .notification-block ul li .text-block p a, .custom-navbar-header .notification-sub-menu .notification-block ul li .text-block p a {
              color: #f0b67f;
              margin: 0;
              padding: 0;
              line-height: 18px;
              word-break: break-all; }
      .custom-navbar-header .custom-navbar-sub-menu .notification-block .see-all-notification, .custom-navbar-header .notification-sub-menu .notification-block .see-all-notification {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        text-align: center;
        line-height: 12px;
        padding: 12px;
        background: #303030;
        border-radius: 3px; }
        .custom-navbar-header .custom-navbar-sub-menu .notification-block .see-all-notification a, .custom-navbar-header .notification-sub-menu .notification-block .see-all-notification a {
          font-size: 12px;
          color: #f0b67f; }
  .custom-navbar-header .custom-navbar-has-sub-menu {
    position: relative;
    display: inline-block;
    cursor: pointer; }
    .custom-navbar-header .custom-navbar-has-sub-menu > .custom-navbar-sub-menu, .custom-navbar-header .custom-navbar-has-sub-menu .notification-sub-menu {
      visibility: hidden;
      opacity: 1;
      display: initial;
      transition: visibility 1.5s linear; }
    .custom-navbar-header .custom-navbar-has-sub-menu:hover > .custom-navbar-sub-menu, .custom-navbar-header .custom-navbar-has-sub-menu:hover .notification-sub-menu {
      visibility: visible;
      opacity: 1; }
    .custom-navbar-header .custom-navbar-has-sub-menu > span:after {
      content: url("/images/menuArrow.svg");
      padding-left: 5px; }
  .custom-navbar-header > .custom-navbar-left {
    position: absolute;
    left: 25px;
    top: 0px;
    height: 60px;
    line-height: 60px;
    display: inline-block; }
    .custom-navbar-header > .custom-navbar-left > .custom-navbar-logo > img {
      height: auto;
      width: 202px; }
    .custom-navbar-header > .custom-navbar-left > .custom-navbar-logo-matvalet > img {
      max-height: 48px;
      background: #FFFFFF;
      padding: 4px;
      margin-right: 5px;
      width: auto; }
  .custom-navbar-header > .custom-navbar-items {
    display: inline-block;
    color: #ffffff; }
    .custom-navbar-header > .custom-navbar-items > .custom-navbar-item {
      height: 60px;
      line-height: 60px;
      padding: 0px 10px;
      display: inline-block;
      text-transform: uppercase; }
      .custom-navbar-header > .custom-navbar-items > .custom-navbar-item:hover, .custom-navbar-header > .custom-navbar-items > .custom-navbar-item.active {
        border-bottom: 2px solid #f0b67f; }
  .custom-navbar-header > .custom-navbar-right {
    position: absolute;
    right: 25px;
    top: 0px;
    height: 60px;
    line-height: 60px;
    display: inline-block; }
    .custom-navbar-header > .custom-navbar-right > .custom-navbar-separator {
      display: inline-block;
      width: 30px; }
    .custom-navbar-header > .custom-navbar-right > .custom-navbar-avatar-container > .custom-navbar-avatar {
      border: 1px solid #f8f8f8;
      border-radius: 50%;
      width: 32px;
      height: 32px;
      display: inline-block;
      vertical-align: middle;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; }
    .custom-navbar-header > .custom-navbar-right > .custom-navbar-avatar-container .custom-navbar-sub-menu {
      left: auto;
      right: 0;
      transform: translateX(24px); }
      .custom-navbar-header > .custom-navbar-right > .custom-navbar-avatar-container .custom-navbar-sub-menu > .custom-navbar-sub-menu-items:after {
        left: auto;
        right: 28px; }
    .custom-navbar-header > .custom-navbar-right > .custom-navbar-avatar-container .notification-sub-menu {
      transform: translateX(calc(-50% - 68px)); }
      .custom-navbar-header > .custom-navbar-right > .custom-navbar-avatar-container .notification-sub-menu > .custom-navbar-sub-menu-items:after {
        left: 72%; }
    .custom-navbar-header > .custom-navbar-right > .custom-navbar-menu > img {
      width: auto;
      height: 15px; }

.custom-navbar-mobile {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 60px;
  right: 0px;
  z-index: 1001;
  text-align: end;
  transition: all .5s ease-in-out;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  overflow: hidden;
  visibility: hidden;
  font-size: 14px;
  max-height: calc(100vh - $navbar-height); }
  .custom-navbar-mobile a, .custom-navbar-mobile a:hover, .custom-navbar-mobile a:active {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer; }
  .custom-navbar-mobile > .custom-navbar-items {
    background: #60abaf;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    box-sizing: content-box;
    padding-right: 17px;
    max-height: 100%; }
  .custom-navbar-mobile .custom-navbar-item {
    width: 100%;
    display: block;
    text-transform: uppercase;
    line-height: 30px; }
    .custom-navbar-mobile .custom-navbar-item:not(.custom-navbar-has-sub-menu) {
      background: #82bdc0;
      padding: 0px 15px; }
    .custom-navbar-mobile .custom-navbar-item.custom-navbar-has-sub-menu {
      cursor: pointer; }
      .custom-navbar-mobile .custom-navbar-item.custom-navbar-has-sub-menu > span {
        padding: 0px 15px;
        display: block; }
        .custom-navbar-mobile .custom-navbar-item.custom-navbar-has-sub-menu > span:after {
          content: url("/images/menuArrow.svg");
          padding-left: 5px; }
      .custom-navbar-mobile .custom-navbar-item.custom-navbar-has-sub-menu > .custom-navbar-sub-menu > .custom-navbar-sub-menu-items > .custom-navbar-sub-menu-item {
        width: 100%;
        display: block;
        background: #82bdc0;
        padding: 0px 15px;
        text-transform: uppercase;
        line-height: 30px; }
      .custom-navbar-mobile .custom-navbar-item.custom-navbar-has-sub-menu.collapsed > .custom-navbar-sub-menu {
        display: none; }
    .custom-navbar-mobile .custom-navbar-item > .notification-indicator {
      position: relative;
      left: 25px;
      top: -5px; }

@media screen and (max-width: 1080px) {
  .custom-navbar-header > .custom-navbar-items {
    display: none; }
  .custom-navbar-header > .custom-navbar-right > .custom-navbar-avatar-container {
    display: none; }
  .custom-navbar-header > .custom-navbar-right > .custom-navbar-menu {
    display: inline-block; } }

@media screen and (min-width: 1081px) {
  .custom-navbar-header > .custom-navbar-right > .custom-navbar-menu {
    display: none; } }

@media (max-width: 400px) {
  .custom-navbar-header > .custom-navbar-left > .custom-navbar-logo > img {
    height: 20px;
    width: auto; }
  .custom-navbar-header > .custom-navbar-left > .custom-navbar-logo-matvalet > img {
    max-height: 38px;
    width: auto; }
  .navbar-lessons-logo > img.custom-navbar-logo {
    height: 20px;
    width: auto; }
  .navbar-lessons-logo > img.custom-navbar-logo-matvalet {
    max-height: 38px;
    width: auto; } }

.dropdown-filter-width {
  width: 100%; }

.standard-selectbox {
  border: 0;
  text-shadow: none;
  box-shadow: none;
  color: white;
  font-size: 12px;
  background-color: #535353;
  text-align: left; }

.standard-selectbox-ul {
  border-radius: 0;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
  box-shadow: none;
  text-align: left; }

.standard-selectbox-ul-long {
  border-radius: 0;
  max-height: 235px;
  overflow-x: hidden;
  overflow-y: scroll;
  box-shadow: none;
  text-align: left; }

.dropdown > .standard-selectbox-ul {
  background-color: #ffffff; }

.standard-selectbox-ul > li > a {
  text-align: left;
  font-size: 12px;
  padding: 3px 10px; }

.dropdown > .standard-selectbox-ul-long {
  background-color: #ffffff; }

.standard-selectbox-ul-long > li > a {
  text-align: left;
  font-size: 12px;
  padding: 3px 10px; }

.standard-selectbox > li > a:hover {
  color: white;
  background-color: #333333; }

.standard-selectbox > li > a:focus {
  color: white;
  background-color: #333333; }

.dropdown > .scrollable-menu {
  min-width: 0px; }

.thinner-dropdown {
  min-width: 80px; }

.filter-button-glyph {
  float: right;
  display: inline;
  border-top-color: white;
  border-bottom-color: white;
  width: 10%; }

.filter-default {
  float: left; }

.overflowing-text-filter {
  width: 90%;
  display: block;
  text-align: left; }

ul.dropdown-menu > li > a:hover {
  color: inherit;
  background: black;
  cursor: pointer; }

.dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: white; }

.dropdown > ul {
  background-color: #e0e0e0;
  text-align: center; }

.dropdown > ul > li > a:focus {
  background-color: #e0e0e0; }

.btn.dropdown-toggle {
  border-radius: 0px; }

.scrollable-menu {
  height: auto;
  max-height: 210px;
  overflow-x: hidden;
  overflow-y: auto; }
  .scrollable-menu li {
    color: #ffffff; }

.dropdown-menu {
  border-radius: 0px; }

.object-image-dropdown {
  cursor: pointer; }

.dropdown-menu.nav-menu {
  min-width: 132px;
  max-height: calc(95vh - 32px);
  margin: 27px 0px 0px;
  padding: 10px 0px;
  background: #f7f7f7;
  border: none; }

.btn.nav-menu {
  background: #f7f7f7;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); }

.nav-menu > li > hr {
  margin: 10px 15px;
  border-top-color: #ccc; }

.nav-menu > li > a {
  padding: 2px 15px;
  color: #666666; }
  .nav-menu > li > a > span.glyphicon {
    font-size: 8px;
    top: -1px; }

.nav-menu > .nav-fa {
  font-size: 14px;
  padding: 5px 3px; }

.dropdown-input-container {
  padding: 0px; }
  .dropdown-input-container ul.standard-selectbox-ul {
    background-color: white;
    margin: 2px 0px 0px;
    padding: 5px 0px;
    list-style: none;
    overflow-x: hidden;
    font-size: 12px; }
    .dropdown-input-container ul.standard-selectbox-ul li > a {
      text-align: left;
      padding: 3px 10px;
      display: block;
      clear: both;
      font-weight: 400;
      color: #333;
      white-space: nowrap; }
      .dropdown-input-container ul.standard-selectbox-ul li > a:hover {
        text-decoration: none;
        color: white;
        cursor: pointer;
        background: #f0b67f; }
  .dropdown-input-container .country-search {
    border-radius: 0px;
    height: 30px;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important; }
    .dropdown-input-container .country-search:focus {
      border-color: #ccc; }
    .dropdown-input-container .country-search::-webkit-input-placeholder {
      /* Edge */
      color: #898989;
      font-size: 14px;
      font-weight: 300; }
    .dropdown-input-container .country-search:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #898989;
      font-size: 14px;
      font-weight: 300; }
    .dropdown-input-container .country-search::placeholder {
      color: #898989;
      font-size: 14px;
      font-weight: 300; }

.youtube-modal-dialog {
  width: 638px;
  height: 445px;
  overflow: hidden; }
  .youtube-modal-dialog > .youtube-modal-header {
    background-color: #333333;
    color: #ffffff;
    height: 34px;
    line-height: 34px; }
    .youtube-modal-dialog > .youtube-modal-header > img {
      position: absolute;
      top: 4px;
      right: 5px;
      padding: 5px 5px;
      width: 27px;
      height: 27px;
      cursor: pointer; }
    .youtube-modal-dialog > .youtube-modal-header > p {
      margin-left: 5px; }
  .youtube-modal-dialog > .youtube-help-modal-content {
    padding: 32px 40px 32px;
    text-align: center; }
    .youtube-modal-dialog > .youtube-help-modal-content > img {
      padding-bottom: 20px; }
    .youtube-modal-dialog > .youtube-help-modal-content > .youtube-help-modal-overlay {
      background-color: #4a90e2;
      position: absolute;
      min-width: 94px;
      min-height: 37px;
      color: #ffffff;
      font-weight: 500;
      padding: 8px;
      border-radius: 2px; }

.youtube-help-modal-height-auto {
  height: auto; }

.youtube-help-modal-img-div {
  position: relative; }

.youtube-help-modal-example {
  font-size: 1.2em;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4a90e2;
  color: white;
  padding: 10px; }

.youtube-help-modal-start {
  font-size: 1.2em;
  position: absolute;
  bottom: 15.5%;
  left: 25.3%;
  background-color: #4a90e2;
  color: white;
  transform: translate(-50%, 0);
  padding: 10px; }

.youtube-help-modal-end {
  font-size: 1.2em;
  position: absolute;
  bottom: 15.5%;
  left: 72.65%;
  background-color: #4a90e2;
  color: white;
  padding: 10px;
  transform: translate(-50%, 0); }

.youtube-help-modal-start:after, .youtube-help-modal-end:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: solid 10px #4190e2;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent; }

.youtube-search-content {
  border-radius: 0px;
  max-width: 100%; }
  .youtube-search-content .youtube-search-bar {
    height: 34px;
    text-align: center; }
    .youtube-search-content .youtube-search-bar .youtube-search-group {
      display: inline-block;
      position: relative;
      margin: 4px auto;
      width: 60%; }
      .youtube-search-content .youtube-search-bar .youtube-search-group .fa.fa-search {
        position: absolute;
        top: 5px;
        left: 10px; }
      .youtube-search-content .youtube-search-bar .youtube-search-group input {
        height: 26px;
        font-size: 14px;
        padding-left: 30px;
        width: 100%;
        border: solid #cfcfcf 1px; }
  .youtube-search-content .youtube-search-results-area {
    width: 100%;
    padding: 18px;
    background-color: #e8ebf0;
    height: calc(100% - 68px);
    /* -header -searchbar */
    overflow-y: scroll; }
  .youtube-search-content .youtube-search-result-content {
    max-width: 100%;
    color: #333333;
    display: inline-block; }
    .youtube-search-content .youtube-search-result-content:hover {
      color: #333333;
      text-decoration: none; }
    .youtube-search-content .youtube-search-result-content img {
      max-width: 100%; }
    .youtube-search-content .youtube-search-result-content .youtube-search-title-container {
      height: 48px;
      overflow: hidden; }
    .youtube-search-content .youtube-search-result-content .youtube-search-title {
      font-size: 12px;
      line-height: 16px;
      word-wrap: break-word;
      overflow-wrap: break-word;
      min-height: 1px;
      margin-bottom: 0px; }

.youtube-search-result {
  float: left;
  width: 28%;
  margin-left: 0%;
  margin-right: 8%;
  margin-bottom: 10px; }

@media (min-width: 660px) {
  .youtube-search-result:nth-child(3n) {
    margin-right: 0%; } }

@media (min-width: 550px) and (max-width: 659px) {
  .youtube-search-result {
    width: 42%;
    margin-right: 16%; }
  .youtube-search-result:nth-child(2n) {
    margin-right: 0%; } }

@media (max-width: 549px) {
  .youtube-search-result {
    width: 100%;
    margin-right: 0%;
    text-align: center; }
  .youtube-modal-dialog > .youtube-help-modal-content {
    padding: 10px; }
    .youtube-modal-dialog > .youtube-help-modal-content > img {
      padding-bottom: 10px; }
  .youtube-help-modal-example {
    font-size: 0.8em; }
  .youtube-help-modal-start {
    font-size: 0.8em; }
  .youtube-help-modal-end {
    font-size: 0.8em; } }

.toggle-slider {
  display: inline-flex;
  flex-shrink: 0;
  width: 80px;
  height: 30px;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
  transition: 100ms all linear;
  user-select: none;
  margin: auto 0 auto 10px; }
  .toggle-slider .toggle-slider-content {
    height: 30px;
    transition: 100ms all linear;
    color: #fff;
    font-weight: bold;
    white-space: nowrap; }
    .toggle-slider .toggle-slider-content > div {
      display: inline-block; }
    .toggle-slider .toggle-slider-content .toggle-slider-yes {
      text-align: center;
      width: 49px;
      height: 30px;
      line-height: 30px; }
    .toggle-slider .toggle-slider-content .toggle-slider-bullet {
      background: #fff;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      line-height: 24px;
      display: inline-block; }
    .toggle-slider .toggle-slider-content .toggle-slider-no {
      text-align: center;
      width: 49px;
      height: 30px;
      line-height: 30px; }
  .toggle-slider.show-toggle-no {
    background: #f63232; }
    .toggle-slider.show-toggle-no .toggle-slider-content {
      transform: translateX(-50px); }
  .toggle-slider.show-toggle-yes {
    background: #669933; }

.lessoninfo-help-modal-dialog {
  width: 735px;
  overflow: hidden;
  border-radius: unset;
  border: unset;
  height: auto; }
  .lessoninfo-help-modal-dialog > .lessoninfo-help-modal-header {
    background-color: #333333;
    color: #ffffff;
    height: 34px;
    line-height: 34px; }
    .lessoninfo-help-modal-dialog > .lessoninfo-help-modal-header > img {
      position: absolute;
      top: 4px;
      right: 5px;
      padding: 5px 5px;
      width: 27px;
      height: 27px;
      cursor: pointer; }
    .lessoninfo-help-modal-dialog > .lessoninfo-help-modal-header > p {
      margin-left: 20px;
      font-weight: 500; }
  .lessoninfo-help-modal-dialog > .lessoninfo-help-modal-content {
    padding: 16px 20px 20px; }
    .lessoninfo-help-modal-dialog > .lessoninfo-help-modal-content p {
      margin-bottom: 2px; }

@media (max-width: 549px) {
  .lessoninfo-help-modal-dialog > .lessoninfo-help-modal-content {
    padding: 10px; }
    .lessoninfo-help-modal-dialog > .lessoninfo-help-modal-content > img {
      padding-bottom: 10px; } }

@media (max-width: 901px) {
  .lessoninfo-help-modal-dialog {
    width: 90%;
    margin-left: auto;
    margin-right: auto; } }

.base, html, body {
  font-family: 'Montserrat', sans-serif;
  height: 100%; }
  .base.modal-open, html.modal-open, body.modal-open {
    overflow-y: inherit;
    padding-right: 0px !important; }

body {
  background-color: #f7f7f7; }

table, tr, td {
  pointer-events: none; }

.editbody {
  padding: 0;
  margin: 0;
  height: 100%;
  background: url("/images/bg.svg");
  background-position: center bottom;
  background-size: cover; }

.home-body {
  background-color: #f7f7f7; }

.middle-div {
  max-width: 1300px; }

.max-page-width {
  max-width: 1300px;
  margin: 0 auto; }

.welcome-text1-banner {
  margin-top: 85px;
  color: #ffffff;
  word-break: break-all; }

.welcome-text2-banner {
  color: #ffffff;
  padding-bottom: 30px; }

.icon-bar {
  background-color: white; }

div.home-header, div.teacher-header, div.student-header {
  background-image: url("/images/bg.svg");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-color: #9ad1d4; }

.student-header {
  min-height: 350px; }

.padding-div {
  width: 25%;
  display: flex;
  align-items: center;
  margin-top: 50px; }

.header-buttons-div {
  display: inline-block; }

.header-container-div {
  display: flex;
  justify-content: center; }

.header-signin-button {
  background-color: transparent;
  border: none;
  outline: 1px solid #ffffff;
  font-size: 14px;
  margin: 10px;
  padding: 8px 16px;
  color: #ffffff; }
  .header-signin-button:focus {
    outline: none; }

.header-signup-button {
  background-color: #f0b67f;
  border: none;
  outline: 1px solid #f0b67f;
  font-size: 14px;
  margin: 10px;
  padding: 8px 16px;
  color: #353535;
  text-decoration: none; }
  .header-signup-button:focus {
    outline: none; }
  .header-signup-button > a {
    text-decoration: inherit;
    color: inherit; }

@media screen and (max-width: 768px) {
  .header-signup-button {
    padding: 2px; }
  .header-signin-button {
    margin-left: -5px;
    padding: 2px; } }

@media screen and (max-width: 1300px) {
  .middle-div {
    max-width: 55%; } }

@media screen and (max-width: 850px) {
  .middle-div {
    max-width: 75%; }
  .padding-div {
    display: none; } }

.student-home-welcome-heading {
  color: #353535;
  margin-top: 100px;
  word-wrap: break-word; }

.student-home-welcome-paragraph, .student-home-welcome-paragraph:hover, .student-home-welcome-paragraph:focus {
  color: #353535; }

.student-home-lessonsgrid-heading {
  max-width: 1300px;
  margin: 10px auto;
  padding: 0 20px; }

.lesson-area {
  background-color: #f7f7f7; }

.margin-top-30 {
  margin-top: 30px; }

#btn1-teacher-loggedin {
  border: 2px solid white;
  box-shadow: none; }

.btn-check-progress {
  background-color: transparent;
  color: white;
  font-weight: 1.5; }

.lesson-area h2 {
  font-size: 24px; }

.topbar-lessongrid {
  max-width: 1300px;
  margin: 0px auto;
  padding-top: 8px;
  padding-bottom: 8px; }

.topbar-lessongrid.standards-searchbar {
  max-width: 1100px; }

.searchbox-communitylessons, .filterbox-communitylessons {
  margin-top: 5px;
  margin-bottom: 5px; }
  .searchbox-communitylessons button.btn, .filterbox-communitylessons button.btn {
    box-shadow: none; }

.community-dropdown-contents {
  max-height: 37vh;
  overflow-y: auto; }

.image-search-textfield {
  border-left: 0;
  height: 40px;
  border-radius: 0px;
  box-shadow: none; }
  .image-search-textfield:focus {
    border-color: #cccccc;
    box-shadow: none;
    outline: 0; }

.search-results-spinner {
  display: flex;
  width: 100%;
  justify-content: center; }

.scrollable-drive-files {
  height: auto;
  min-height: 500px;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start; }

.scrollable-search-results {
  height: auto;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

.drive-browser-modal-header {
  font-family: Montserrat;
  margin: 0px 0px 5px 0px;
  color: #999999;
  font-size: 16pt;
  display: table;
  width: 100%;
  text-align: center; }

.drive-browser-modal-item {
  padding-bottom: 15px; }

.drive-browser-modal-dialog {
  background-color: #f7f7f7;
  border-radius: 0;
  padding: 10px 20px 0px 20px;
  width: 100%; }

.drive-browser-modal-top-navigation-bar {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 10px; }

.drive-browser-modal-navbuttons {
  width: 13%;
  padding: 0px; }

.drive-browser-modal-address-bar {
  width: 100%;
  background: white;
  padding: 7px;
  display: flex;
  overflow-x: auto;
  font-size: 12px; }
  .drive-browser-modal-address-bar a {
    color: #333; }

.drive-browser-modal-address-bar::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important; }

.drivefile-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  color: #333; }
  .drivefile-container:hover {
    color: #333; }

.color-999 {
  color: #999999; }

.color-666 {
  color: #666666; }

.color-drive-home {
  color: #4d4f4f; }

.drivefile-thumbnail {
  max-width: 100%;
  max-height: 64px; }

.drivefile-name {
  word-break: break-all;
  height: 36px;
  font-size: 12px;
  overflow: hidden; }

.image-search-modal-header {
  font-family: Montserrat;
  margin: 0px 0px 10px 0px;
  color: #999999;
  font-size: 16pt;
  display: table;
  width: 100%;
  text-align: center; }

.image-search-icon {
  background-color: white;
  top: 0;
  border-radius: 0px;
  padding-right: 0px; }

.modal > .image-search-modal-dialog {
  width: 530px;
  max-width: 92%;
  margin: 10px auto; }

.image-search-modal-content {
  background-color: #f7f7f7;
  border-radius: 0;
  padding: 20px 12px;
  width: 100%; }

.searchbox-placeholder {
  font-size: 12px; }

.assignment-submitted-modal {
  border-radius: 0;
  background-clip: unset;
  border: none;
  outline: 0; }

.assignment-submitted-modal-title {
  display: flex;
  align-items: center;
  padding: 30px; }

.assignment-submitted-modal-title-text {
  text-align: left;
  font-size: 26px;
  word-wrap: break-word; }

.assignment-submitted-modal-title-image {
  padding-left: 0px; }

.assignment-submitted-modal-zero-padding {
  padding: 0px; }

.assignment-submitted-modal-stat-text {
  text-align: left;
  font-size: 22px;
  font-weight: bold; }

.assignment-submitted-modal-stat-heading {
  font-size: 15px;
  text-align: left; }

.assignment-submitted-modal-stat-block {
  display: inline-block;
  padding-left: 10px; }

.assignment-submitted-modal-score-image {
  display: inline;
  height: 55px; }

.assignment-submitted-modal-score-image-container {
  display: inline-block;
  text-align: left;
  width: 55px; }

.assignment-submitted-modal-star-block {
  display: flex;
  align-items: center; }

.assignment-submitted-modal-result-heading {
  font-size: 18px;
  text-align: left; }

.assignment-submitted-modal-stats-row-padding {
  padding: 10px 30px 30px 30px; }

.assignment-submitted-modal-result-block-padding {
  padding: 10px 30px 10px 30px; }

.assignment-results-scroll {
  max-height: 500px;
  overflow-y: auto; }

.assignment-results-align {
  display: flex;
  align-items: center; }

.assignment-results-answers-top {
  padding-top: 15px; }

.assignment-results-icon {
  padding-left: 10px;
  font-size: 22px; }

.assignment-results-scroll.assignment-results-light {
  background-color: #ffffff; }

.view-feedback-div {
  background-color: #e3e3e3;
  padding: 20px 30px 20px 30px; }
  .view-feedback-div span {
    font-weight: bold; }

.view-feedback-text {
  margin-top: 26px;
  margin-left: 14px;
  margin-bottom: 28px;
  font-size: 12px;
  max-height: 150px;
  overflow-y: auto; }

.give-feedback-div hr {
  margin-bottom: 10px; }

.give-feedback-div > img {
  text-align: center;
  width: 100%;
  padding: 0 30%; }

.give-feedback-text {
  margin-bottom: 18px; }

.give-feedback-textarea {
  width: 100%;
  height: 69px;
  padding: 8px 14px; }
  .give-feedback-textarea::placeholder {
    color: #B9B9B9; }
  .give-feedback-textarea:disabled {
    background-color: #ffffff; }

.give-feedback-remaining {
  text-align: right;
  margin-bottom: 16px;
  color: #868686;
  font-size: 12px; }

.give-feedback-buttons {
  text-align: right;
  margin-top: 40px; }
  .give-feedback-buttons button {
    min-width: 83px;
    height: 30px; }
  .give-feedback-buttons .sf-modal-btn-success {
    margin-left: 20px; }
  .give-feedback-buttons .give-feedback-cancel {
    background-color: #353535;
    color: #ffffff; }
    .give-feedback-buttons .give-feedback-cancel:hover, .give-feedback-buttons .give-feedback-cancel:active {
      background-color: #353535;
      color: #ffffff; }

.title-text {
  padding-top: 17px;
  color: #333333;
  font-size: 30px; }

.subtitle-text {
  padding-top: 9px;
  color: #333333;
  font-size: 14px; }

.subtitle-text-bold {
  padding-top: 9px;
  color: #333333;
  font-size: 14px;
  font-weight: bold; }

.top-margin-30 {
  margin-top: 30px; }

/*----------------------------------filter styles -------------------------*/
.searchbox-filter-row {
  background-color: #f7f7f7; }

.filter-p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333333; }

.searchbox-communitylessons #lessons-searchbar-teacherhome {
  border-radius: 0;
  border: none;
  height: 46px;
  font-size: 12px;
  padding-left: 0px;
  box-shadow: none; }

#lessons-searchbar-teacherhome-glyphicon {
  position: initial;
  background: #ffffff;
  border-radius: 0;
  border: none; }

.searchbox-communitylessons #my-lessons-searchbar-teacherhome {
  border-radius: 0;
  border: none;
  height: 46px;
  font-size: 12px;
  padding-left: 0px;
  box-shadow: none; }

#my-lessons-searchbar-teacherhome-glyphicon {
  position: initial;
  background: #ffffff;
  border-radius: 0;
  border: none; }

/*------------------------------------------------------------------------*/
.community-login-modal-signin-button {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
  min-width: 150px;
  height: 40px; }

.commloginmodal-grandparentdiv {
  padding: 20px 0; }

.commloginmodal-form-input {
  background-color: #eeeeee;
  border-radius: 0px; }

.communitylogin-modal {
  border-radius: 0; }

.community-modal-dialog {
  width: auto; }

button.close.communitylogin-close {
  margin: 0px;
  margin-top: 4px;
  margin-right: 10px; }

.communitylogin-modal-header {
  background-color: white;
  border: none;
  padding-bottom: 0px;
  padding-top: 25px; }

.communitylogin-modal-header > h5 {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold; }

.communitylogin-modal-desc {
  text-align: center; }

.community-login-modal-links {
  text-align: center;
  margin: 0;
  padding: 2px;
  font-size: small; }

.community-login-modal-error-message {
  margin: 0;
  margin-top: 20px;
  color: #C22C2C;
  font-size: small;
  text-align: center; }

.dropdown .teacher-topbar-button {
  font-size: 18px;
  background: transparent;
  box-shadow: none;
  color: #333333; }

#lessonfilters {
  background-color: #ffffff;
  font-size: 18px; }

.lesson-filter-dropdown-item {
  color: #000000;
  text-align: left; }

ul.dropdown-menu > li > a.lesson-filter-dropdown-item:hover {
  color: #ffffff; }

ul.lesson-filter-dropdown-menu {
  border-radius: 0; }

.student-topbar-glyphicon > li > a {
  color: white; }

.teacher-topbar-glyphicon > li > a {
  color: white; }

.filter-bar {
  background-color: #333333;
  text-align: center;
  padding: 9px 5px 10px; }

button.filter-bar-button {
  margin: 1px 1px 0px;
  background-color: #525252;
  box-shadow: none;
  border-radius: 0px;
  color: #ffffff;
  font-size: 12px;
  padding: 10px; }

button.filter-bar-button:hover, button.filter-bar-button:active, button.filter-bar-button:focus {
  color: #ffffff;
  box-shadow: none; }

button.filter-bar-button.selected {
  background-color: #6fb8e3; }

.topbar-lessongrid h2 {
  font-size: 20px;
  color: white;
  margin: 0px;
  line-height: inherit;
  vertical-align: middle; }

.lesson-grid-header {
  max-width: 1300px;
  margin: 0px auto;
  margin-top: 25px;
  padding: 0px 15px;
  word-break: break-all; }
  .lesson-grid-header .review-class-text {
    display: flex; }
  .lesson-grid-header h4 {
    margin: 0px; }
  .lesson-grid-header h4.review-num-assignments {
    flex-shrink: 0;
    margin-left: 4px; }

.review-class-name {
  line-height: 1.4; }

.lesson-grid-header-line {
  margin-top: 5px;
  border-bottom: 1px solid #e2e2e2; }

.negative-margin-bottom-18 {
  margin-bottom: -18px; }

.lesson-grid {
  max-width: 1300px;
  margin: 20px auto;
  padding: 0 20px; }
  .lesson-grid > p {
    text-align: center; }

.lesson-grid-item {
  float: left;
  width: 20%;
  position: relative;
  min-height: 1px;
  padding-left: 11px;
  padding-right: 11px; }
  .lesson-grid-item .lesson-unopened-dot {
    width: 20px;
    height: 20px;
    background-color: orange;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: -10px;
    z-index: 2; }
  .lesson-grid-item .lesson-bottom {
    text-align: right; }
    .lesson-grid-item .lesson-bottom .lesson-actions-btn {
      border: unset;
      box-shadow: unset; }
  .lesson-grid-item .lesson-card-bottom {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid #e9e9e9;
    padding: 6px 4px 4px 12px;
    justify-content: flex-end; }
    .lesson-grid-item .lesson-card-bottom .left-container {
      align-items: center;
      display: flex; }
      .lesson-grid-item .lesson-card-bottom .left-container .play-icon {
        cursor: pointer; }
    .lesson-grid-item .lesson-card-bottom .right-container {
      align-items: center;
      display: flex;
      width: 80%;
      justify-content: right;
      flex-direction: row-reverse; }
      .lesson-grid-item .lesson-card-bottom .right-container .more-icon {
        width: 30px;
        cursor: pointer; }
      .lesson-grid-item .lesson-card-bottom .right-container .edit-icon {
        cursor: pointer;
        margin-right: 12px; }
      .lesson-grid-item .lesson-card-bottom .right-container .delete-icon {
        height: 18px;
        margin-right: 6px;
        position: relative;
        top: -2px; }
      .lesson-grid-item .lesson-card-bottom .right-container .lesson-dropdown {
        background-color: #303030;
        width: 315px;
        left: auto;
        right: 0;
        padding-top: 0;
        padding-bottom: 0; }
        @media (max-width: 768px) {
          .lesson-grid-item .lesson-card-bottom .right-container .lesson-dropdown {
            left: -249px; } }
        .lesson-grid-item .lesson-card-bottom .right-container .lesson-dropdown > li.divider {
          margin: 0px;
          background-color: #494949; }
        .lesson-grid-item .lesson-card-bottom .right-container .lesson-dropdown > li {
          cursor: pointer; }
          .lesson-grid-item .lesson-card-bottom .right-container .lesson-dropdown > li > span > .lesson-menu-icon {
            width: auto;
            height: 40px;
            padding-left: 10px; }
          .lesson-grid-item .lesson-card-bottom .right-container .lesson-dropdown > li > span > .lesson-menu-option {
            display: inline-block;
            padding: 0 10px 0 10px;
            color: #E2E2E2;
            width: 75%;
            height: 100%; }
            .lesson-grid-item .lesson-card-bottom .right-container .lesson-dropdown > li > span > .lesson-menu-option:hover {
              background-color: inherit;
              text-decoration: none; }
          .lesson-grid-item .lesson-card-bottom .right-container .lesson-dropdown > li:hover {
            background-color: #404040; }
          .lesson-grid-item .lesson-card-bottom .right-container .lesson-dropdown > li:active {
            background-color: #222222; }

.home-create-button, a.student-home-create-button, a.list-create-button, a.teacher-home-create-button, a.teacher-home-create-poll-button, a.group-create-button {
  display: block;
  margin: 60px auto;
  box-shadow: none;
  -webkit-box-shadow: none;
  min-height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0; }

.home-create-button-icon {
  padding-left: 8px;
  height: 18px; }

a.student-home-create-button {
  color: #353535;
  min-width: 236px; }
  a.student-home-create-button:hover {
    color: #353535; }

a.list-create-button {
  width: 236px;
  margin-top: 15px;
  margin-bottom: 30px; }

a.teacher-home-create-button {
  background-color: #f0b67f;
  color: #353535;
  min-width: 200px; }
  a.teacher-home-create-button:hover, a.teacher-home-create-button:active, a.teacher-home-create-button:focus, a.teacher-home-create-button:hover:active {
    background: #EF9743;
    color: #353535; }

a.teacher-home-create-poll-button {
  background-color: #f0b67f;
  color: #353535;
  margin-top: 4px; }
  a.teacher-home-create-poll-button:hover, a.teacher-home-create-poll-button:active, a.teacher-home-create-poll-button:focus, a.teacher-home-create-poll-button:hover:active {
    background: #EF9743;
    color: #353535; }

.display-flex {
  display: flex; }

a.group-create-button {
  display: inline-flex;
  margin: 20px auto; }

.browse-standards {
  padding-bottom: 60px; }

.browse-standards-category {
  margin-left: 10px; }
  .browse-standards-category h4 {
    font-weight: 700;
    font-size: 12px; }

.browse-standards-info-container {
  position: relative; }

.browse-standards-code {
  left: -50px;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  max-width: 70px; }

.browse-standards-description {
  font-size: 12px;
  font-weight: 700;
  margin-left: 30px;
  max-width: 100%; }

.lesson-grid.standards-grid {
  max-width: 1270px;
  padding: 10px 70px;
  margin: 10px auto;
  background-color: #ffffff; }

.lesson-grid-item.standards-grid-item {
  width: 25%; }

.envelope {
  max-height: 93px; }

.homework-grid-item {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px; }

.no-margin {
  margin: 0 !important; }

#btn2-teacher-loggedin {
  margin-bottom: 10px; }

.select-template-body {
  height: auto; }

#select-template-heading {
  margin-top: 82px;
  margin-bottom: 0px;
  text-align: center;
  color: white; }

#select-template-subheading {
  text-align: center;
  color: white;
  font-size: small;
  padding-top: 8px; }

.template-link {
  display: block;
  padding: 12px 10px;
  padding-bottom: 0px; }

.template > .template-link:active, .template > .template-link:hover {
  text-decoration: none; }
  .template > .template-link:active .btn-select-template, .template > .template-link:hover .btn-select-template {
    background-color: #137c00; }

#last-edit-notifier {
  font-size: 8px;
  margin: 0; }

#last-edit-notifier-star {
  width: 100%;
  max-width: 20px; }

#use-lesson-button-chevron {
  width: 40px;
  max-width: 20px; }

.communityupload-modal {
  border-radius: 0;
  padding: 40px 45px;
  font-size: 12px;
  color: #4a4a4a;
  font-weight: 500; }
  .communityupload-modal .communityupload-error {
    margin: 0px;
    margin-top: 10px;
    color: #e03535; }
  .communityupload-modal .communityupload-modal-header {
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #e4e4e4; }
    .communityupload-modal .communityupload-modal-header .communityupload-title {
      font-size: 24px;
      margin: 0px; }
  .communityupload-modal .communityupload-modal-body {
    max-height: 370px;
    overflow-y: auto;
    margin-top: 25px; }
    .communityupload-modal .communityupload-modal-body .communityupload-name {
      font-weight: 700;
      margin-bottom: 20px;
      max-width: 100%;
      word-break: break-word; }
    .communityupload-modal .communityupload-modal-body .communityupload-info {
      color: #6d6d6d;
      min-height: 50px;
      max-width: 100%;
      margin: 0px;
      white-space: pre-wrap;
      word-break: break-word; }
  .communityupload-modal .communityupload-modal-footer {
    margin-top: 15px; }
    .communityupload-modal .communityupload-modal-footer label {
      cursor: pointer;
      margin-bottom: 15px;
      display: flex;
      align-items: center; }
      .communityupload-modal .communityupload-modal-footer label p {
        max-width: 90%;
        margin: 0px; }
    .communityupload-modal .communityupload-modal-footer input[type="radio"] {
      visibility: hidden;
      display: none; }
    .communityupload-modal .communityupload-modal-footer .communityupload-radio {
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      cursor: pointer;
      width: 24px;
      height: 24px;
      display: inline-block;
      margin-right: 15px;
      background-image: url(/images/radioButton.svg);
      flex-shrink: 0;
      border: 0;
      box-shadow: none; }
    .communityupload-modal .communityupload-modal-footer input[type="radio"]:checked + .communityupload-radio {
      background-image: url(/images/radioButtonChecked.svg); }
    .communityupload-modal .communityupload-modal-footer.disabled label {
      opacity: 0.5;
      pointer-events: none; }
  .communityupload-modal .unlist-container .check-container {
    height: 34px;
    display: inline-block; }
  .communityupload-modal .unlist-container img {
    margin-left: -5px; }
  .communityupload-modal .unlist-container span {
    margin-left: 5px;
    font-weight: 700; }

.communityupload-privacy {
  display: flex;
  align-items: center;
  margin: 10px 0px; }
  .communityupload-privacy input {
    margin: 0px;
    margin-right: 10px; }
  .communityupload-privacy p {
    margin: 0px; }

.lesson-item {
  margin-bottom: 18px;
  background-color: white;
  clear: both;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px; }

.lesson-item.community-lesson-item .thumb-container {
  overflow: hidden; }
  .lesson-item.community-lesson-item .thumb-container .lesson-thumb {
    height: auto;
    margin: -9.5% 0 -10%; }

.lesson-item.community-lesson-item .text-container {
  padding-top: 0; }
  .lesson-item.community-lesson-item .text-container .community-buttons {
    margin: 0 -10px; }

.lesson-item.community-lesson-item .lesson-card-bottom .right-container {
  width: 100%; }

.lesson-item.standards-item {
  background-color: unset; }

.lesson-item .thumb-container {
  position: relative; }
  .lesson-item .thumb-container.thumb-default-background {
    background-image: url("/images/thumb.png"); }
  .lesson-item .thumb-container.thumb-item-icon-container {
    padding: 44px 26px;
    height: 177px; }

.lesson-item .thumb-container .lesson-thumb {
  width: 100%;
  height: 177px;
  object-fit: cover; }
  .lesson-item .thumb-container .lesson-thumb.thumb-item-icon {
    height: 90px;
    object-fit: contain;
    width: 80px;
    margin: 0 auto;
    display: block; }
  .lesson-item .thumb-container .lesson-thumb.fit-thumb {
    object-fit: fill;
    transform: scale(0.75); }

.lesson-item .thumb-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 75%; }

.lesson-item .text-container {
  text-align: left;
  padding: 5px 10px; }

.lesson-item .text-container .lesson-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-word;
  height: 40px;
  overflow: hidden; }

.lesson-item .text-container .lesson-name-input {
  margin-bottom: 20px;
  height: 20px;
  border: 0;
  max-width: 100%; }
  .lesson-item .text-container .lesson-name-input::-moz-selection {
    color: #ffffff;
    background-color: #333333; }
  .lesson-item .text-container .lesson-name-input::selection {
    color: #ffffff;
    background-color: #333333; }

.lesson-name-input {
  width: 100%; }

.lesson-item .text-container .community-buttons {
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 5px 10px;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  margin: 0 -14px; }
  .lesson-item .text-container .community-buttons > div > img {
    margin-bottom: 2px; }
    .lesson-item .text-container .community-buttons > div > img.clickable {
      cursor: pointer; }
  .lesson-item .text-container .community-buttons > div > span {
    margin-left: 5px; }
    .lesson-item .text-container .community-buttons > div > span:not(:last-child) {
      margin-right: 10px; }

.lesson-name-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px; }

.lesson-name-edit-icon {
  flex-shrink: 0;
  margin-bottom: 4px;
  margin-left: 4px;
  cursor: pointer; }

.lesson-grid-item > a .lesson-item .text-container .lesson-name, .lesson-grid-item > a .lesson-item .text-container .due-date-special, .lesson-grid-item > a .lesson-item .text-container .due-student-count-text {
  color: #555; }

.lesson-grid-item > a:hover {
  text-decoration: none; }

.homework-grid-item .lesson-item .text-container .lesson-name {
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  margin-bottom: 0; }

.text-container .icon-link {
  text-decoration: underline; }

.text-container .icon-link + .icon-link {
  margin-top: 8px; }

.text-container .icon-link img {
  margin-right: 10px; }

.text-container .icon-link a {
  color: #666666; }

.text-container .icon-link a:hover {
  color: #000000; }

.lesson-item .text-container .unplayed {
  background-color: #616161;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px;
  padding: 2px 4px; }

.lesson-item .text-container .played {
  background-color: #1aa1e5;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px;
  padding: 2px 4px; }

.from-container {
  height: 14px;
  margin-bottom: 0px;
  font-size: 12px; }

.from-spacer {
  height: 10px; }

.lesson-item .text-container .from {
  color: #999999;
  margin: 0;
  word-break: break-all; }

.lesson-item .text-container .from-feedback {
  font-size: 12px;
  max-width: 100%;
  height: 16px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .lesson-item .text-container .from-feedback a {
    cursor: pointer;
    color: #61ABAF;
    text-decoration: underline; }

.text-container .list-bottom {
  text-align: left; }
  .text-container .list-bottom .list-actions-btn {
    border: unset;
    box-shadow: unset;
    padding: 0px;
    color: #555;
    cursor: pointer; }
  .text-container .list-bottom a > span {
    margin-left: 5px; }
  .text-container .list-bottom .dots {
    margin: 0 10px 0 0;
    height: 20px;
    width: 20px;
    padding-left: 2px;
    font-size: 20px;
    vertical-align: middle; }
  .text-container .list-bottom .list-dropdown {
    background-color: #303030;
    width: 330px;
    left: -68px; }
    .text-container .list-bottom .list-dropdown > li {
      border-bottom: 1px solid #979797; }
      .text-container .list-bottom .list-dropdown > li:hover {
        background-color: #404040; }
      .text-container .list-bottom .list-dropdown > li:last-child {
        border-bottom: unset; }
      .text-container .list-bottom .list-dropdown > li > .list-menu-icon {
        width: 42px;
        height: 32px;
        padding-left: 10px; }
        .text-container .list-bottom .list-dropdown > li > .list-menu-icon.pdf-icon {
          padding: 7px 0px 7px 10px; }
        .text-container .list-bottom .list-dropdown > li > .list-menu-icon.audio-icon {
          padding: 9px 0px 9px 10px; }
        .text-container .list-bottom .list-dropdown > li > .list-menu-icon.video-icon {
          padding: 9px 0px 9px 10px;
          width: 30px;
          margin-left: 6px;
          margin-right: 6px; }
        .text-container .list-bottom .list-dropdown > li > .list-menu-icon.info-icon {
          padding: 9px 0px 9px 10px; }
      .text-container .list-bottom .list-dropdown > li > .list-menu-option {
        width: calc(100% - 52px);
        display: inline-block;
        padding-left: 10px;
        color: #FFFFFF; }
        .text-container .list-bottom .list-dropdown > li > .list-menu-option:hover {
          background-color: inherit; }

.send-page {
  background-color: #f7f7f7;
  font-size: 14px; }

.send-page h2 {
  font-size: 24px; }

.send-page a.send-page-link {
  text-decoration: underline;
  color: #333333;
  cursor: pointer; }

.send-page a.send-page-link:hover {
  color: #000000; }

.send-page .selected-class {
  font-size: 18px;
  display: inline-block;
  word-break: break-all; }

.send-page a.reselect-class {
  font-size: 12px;
  margin-left: 10px; }

.send-container {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 10px; }

.send-form {
  text-align: left; }

.send-form .send-list {
  list-style: none;
  padding-left: 0px; }

.send-form .send-list li + li {
  margin-top: 8px; }

.send-class-name {
  display: inline-block;
  word-break: break-all; }

.num-students-text {
  display: inline-block; }

.send-form .student-list-links {
  margin: 20px 0px; }

.send-form a.select-all {
  color: #ffffff;
  background-color: #1aa1e5;
  cursor: pointer;
  display: inline-block;
  padding: 4px 15px;
  text-decoration: none;
  border-radius: 24px; }

.send-form .add-new-plus {
  float: right;
  height: 12px;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: 4px; }

.send-form a.select-all:hover {
  background-color: #0068a8; }

.send-form a.uncheck-all {
  margin-left: 20px;
  font-size: 12px; }

.send-form .submit-container {
  text-align: center;
  margin: 36px 0px; }

.send-form .send-button {
  background-color: #f0b67f;
  color: #000000;
  border: none;
  border-radius: 0px;
  text-shadow: none;
  box-shadow: none;
  padding: 12px 16px;
  font-weight: normal; }

.send-form .send-button:hover {
  background-color: #EF9743; }

.send-form .student-label {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
  font-weight: normal; }

.send-form .student-checkbox {
  display: none; }

.send-form .student-checkbox + div {
  background-image: url(/images/studentCheckbox.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  width: 25px;
  height: 25px;
  min-width: 25px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: auto; }

.send-form .student-checkbox:checked + div {
  background-image: url(/images/studentCheckboxChecked.png); }

.student-graded-checkbox {
  display: none; }

.student-graded-checkbox + div {
  background-image: url(/images/checkOff.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px; }

.student-graded-checkbox:checked + div {
  background-image: url(/images/checkOn.svg); }

.ui-datepicker table, tr, td {
  pointer-events: auto; }

.send-page .send-lesson {
  width: 256px;
  margin: 0 auto; }

.login-page .row {
  margin: 0 auto; }

.login-page h1 {
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 0px; }

.login-page h2 {
  color: #353535;
  margin-top: 30px;
  font-size: 24px; }

.login-page .login-container {
  text-align: center; }
  .login-page .login-container img {
    width: 250px;
    margin-bottom: 20px; }

.login-page .top-spacer {
  height: 50px; }

.login-page .show-login {
  margin-top: 20px;
  display: inline-block;
  background-color: #f0b67f;
  color: #353535;
  text-decoration: none;
  font-size: 24px;
  padding: 14px 80px;
  transition: all 0.1s ease; }
  .login-page .show-login:hover {
    background-color: #EF9743; }

.login-page .login-link {
  text-decoration: underline;
  color: #353535; }

.login-page .login-link:hover {
  color: #353535; }

.login-page .login-area {
  margin-top: 20px; }

.login-form button {
  margin: 0 auto;
  display: flex;
  align-items: center; }

.login-form input {
  display: block;
  margin: 0 auto; }

.login-form .text-field {
  text-align: center;
  width: 310px;
  height: 42px;
  border: none;
  max-width: 100%; }
  .login-form .text-field.solo-input {
    margin-bottom: 10px; }

.login-form .password-field {
  margin-top: 8px; }

.login-form .login-button {
  margin-top: 20px;
  background-color: #f0b67f;
  color: #353535;
  border: none;
  border-radius: 0px;
  text-shadow: none;
  box-shadow: none;
  padding: 12px 50px;
  font-weight: normal; }
  .login-form .login-button:hover {
    background-color: #EF9743; }
  .login-form .login-button.loading {
    background-color: rgba(240, 182, 127, 0.2); }

.login-page .what-link {
  margin-top: 50px; }

.login-page .account-links {
  margin-top: 30px; }

.login-page .account-links a {
  display: block;
  font-size: 14px; }

.login-page .account-links a + a {
  margin-top: 10px; }

.login-page .bottom-part {
  text-align: center;
  position: absolute;
  bottom: 190px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 11px; }

.login-page .bottom-part a + a {
  margin-left: 10px; }

.login-page .bottom-part .bottom-links {
  margin-bottom: 30px; }

.full-page-container.select-template-container {
  padding: 0;
  background-image: url("/images/bg.svg");
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-bottom: 60px;
  background-size: cover;
  min-height: calc(100vh - 295px); }

.navbar {
  background-color: #60abaf; }
  .navbar .navbar-right li:last-child {
    margin-right: 30px; }

.template-title {
  color: #333333;
  font-size: 18px;
  max-width: 100%; }

.template {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  max-width: 240px;
  background-color: #fdfdfd;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0px rgba(26, 86, 115, 0.25); }

.template-image {
  height: 64px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center; }
  .template-image img {
    max-height: 100%;
    max-width: 100%; }

.template-description {
  color: #333333;
  font-size: 12px;
  height: 37px;
  max-width: 100%; }

.template-container {
  text-align: center;
  padding: 0;
  margin-top: 10px; }

.pointerevents {
  pointer-events: all; }

.template-grid {
  overflow-x: hidden;
  width: 1120px;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 100%; }

.community-upload-modal-buttons {
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .community-upload-modal-buttons .communityupload-cancel {
    background-color: #4a4a4a;
    color: #ffffff;
    margin-right: 17px; }
    .community-upload-modal-buttons .communityupload-cancel:hover {
      background-color: #4a4a4a;
      color: #ffffff; }
    .community-upload-modal-buttons .communityupload-cancel:active {
      background-color: #4a4a4a;
      color: #ffffff; }

.community-upload-modal-buttons button {
  height: 44px;
  min-width: 113px;
  font-size: 16px;
  font-size: 16px;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .community-upload-modal-buttons button.disabled, .community-upload-modal-buttons button[disabled], .community-upload-modal-buttons button.disabled:hover, .community-upload-modal-buttons button[disabled]:hover {
    opacity: 1;
    background-color: #9d9d9d; }

.community-modal-header-img {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.community-upload-modal-heading {
  margin-top: 20px;
  text-align: left; }

.upload-list-spacer {
  height: 30px; }

.upload-standards-modal {
  background-color: #eeeeee;
  border-radius: 0;
  height: 755px;
  display: flex;
  flex-direction: column; }

.upload-standards-group {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .upload-standards-group button {
    width: 70%; }
  .upload-standards-group h4 {
    max-width: 28%; }

.upload-added-standards {
  height: 18%;
  flex-shrink: 0;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #d5d5d5; }

.upload-no-standards-text {
  text-align: center;
  margin: 0px;
  color: #acacac;
  align-self: center; }

.upload-standards-content {
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column; }

.upload-standards-footer {
  height: 9%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  padding: 10px; }
  .upload-standards-footer button {
    width: 100px;
    box-shadow: unset; }
  .upload-standards-footer .upload-standards-toggle {
    max-width: 30%; }
  .upload-standards-footer .upload-standards-save-cancel {
    max-width: 69%;
    text-align: right; }
    .upload-standards-footer .upload-standards-save-cancel button {
      max-width: 48%; }

.related-standards-text {
  border-bottom: 1px solid #d5d5d5;
  padding: 20px 10px; }
  .related-standards-text p {
    font-weight: 500;
    margin: 0px; }

.upload-standards-modal.related-standards-modal {
  display: flex;
  flex-direction: column; }

.related-standards {
  height: auto;
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #d5d5d5; }

.upload-standards-footer.related-standards-footer {
  justify-content: flex-end; }

.selected-standards-container {
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding: 10px 5px; }
  .selected-standards-container .standards-selected-item {
    color: #ffffff;
    font-size: 10px;
    cursor: default;
    width: 100%;
    display: flex;
    align-items: center; }
    .selected-standards-container .standards-selected-item .selected-item-part {
      padding: 5px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      background-color: #4a4a4a;
      margin: 2px 1px;
      min-height: 24px; }
    .selected-standards-container .standards-selected-item .selected-item-name {
      width: 20%;
      font-weight: 700; }
    .selected-standards-container .standards-selected-item .selected-item-grade {
      width: 15%;
      font-weight: 700; }
    .selected-standards-container .standards-selected-item .selected-item-code {
      width: 15%;
      font-weight: 700; }
    .selected-standards-container .standards-selected-item .selected-item-info {
      position: relative;
      padding-right: 22px;
      width: 50%; }
    .selected-standards-container .standards-selected-item span {
      position: absolute;
      font-size: 12px;
      right: 5px;
      top: 7px;
      padding: 5px;
      cursor: pointer;
      background-image: url("/images/closeCrossSmall.png");
      background-repeat: no-repeat;
      background-position: center; }

button.upload-standards-toggle {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000; }
  button.upload-standards-toggle:hover {
    background-color: rgba(0, 0, 0, 0.25);
    color: #000000; }
  button.upload-standards-toggle:active {
    background-color: rgba(0, 0, 0, 0.25);
    color: #000000; }

.upload-standards-cancel {
  background-color: #4a4a4a;
  color: #ffffff;
  margin-right: 17px; }
  .upload-standards-cancel:hover {
    background-color: #4a4a4a;
    color: #ffffff; }
  .upload-standards-cancel:active {
    background-color: #4a4a4a;
    color: #ffffff; }

.add-standards-filter-row {
  display: flex;
  align-items: center;
  height: 9%;
  flex-shrink: 0;
  font-size: 17px;
  padding: 0px 10px;
  width: 100%;
  border-bottom: 1px solid #d5d5d5; }

.add-standards-filters {
  display: flex;
  width: calc(100% - 37px);
  font-weight: 700;
  height: 100%; }
  .add-standards-filters .browse-filter {
    margin: auto 0; }
  .add-standards-filters .filter-name {
    width: 30%; }
  .add-standards-filters .filter-subject {
    width: 50%;
    border-left: 1px solid #d5d5d5;
    padding-left: 10px; }
  .add-standards-filters .filter-grade {
    width: 20%;
    border-left: 1px solid #d5d5d5;
    padding-left: 10px; }
  .add-standards-filters .wider-name {
    width: 40%; }

.add-standards-back-arrow {
  font-size: 27px;
  margin-right: 10px;
  cursor: pointer;
  flex-shrink: 0; }

.regular-text {
  font-weight: 500; }

.add-standards-browse, .add-standards-browse-results {
  min-height: 50%;
  overflow-y: auto; }

.add-standards-browse-results {
  flex-grow: 1;
  background-color: #FFFFFF; }

.add-standards-result, .add-standards-result-filter {
  background-color: #ffffff;
  border-bottom: 1px solid #d5d5d5;
  padding: 8px 17px;
  padding-right: 37px;
  cursor: pointer;
  position: relative; }
  .add-standards-result p, .add-standards-result-filter p {
    font-weight: 700;
    margin: 0; }
  .add-standards-result .clamp-toggle-icon, .add-standards-result-filter .clamp-toggle-icon {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 10px;
    right: 5px;
    cursor: pointer;
    z-index: 100;
    display: none;
    transition: 100ms linear all;
    background-image: url("/images/toggleClampIcon.png");
    background-repeat: no-repeat;
    background-position: center; }

.add-standards-result-filter {
  background-color: #eeeeee; }

.add-standards-search-group {
  height: 8%;
  flex-shrink: 0;
  padding: 13px 17px;
  border-bottom: 1px solid #d5d5d5; }

.add-standards-search-results {
  overflow-y: scroll;
  height: 66%; }

.standards-results-loading {
  background-image: url("/images/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFFFFF; }

.add-standards-searchbar {
  display: flex; }
  .add-standards-searchbar .add-standards-search-button {
    height: 34px;
    width: 34px;
    background-color: #f0b67f;
    flex-shrink: 0;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }

.add-standards-dropdown-group {
  display: flex;
  align-items: center;
  margin-top: 10px; }
  .add-standards-dropdown-group p {
    width: 20%;
    margin: 0px;
    font-weight: 500; }
  .add-standards-dropdown-group .dropdown {
    width: 80%; }
    .add-standards-dropdown-group .dropdown button {
      text-align: left;
      border: 0;
      box-shadow: unset;
      padding-left: 10px;
      padding-right: 10px; }
    .add-standards-dropdown-group .dropdown .dropdown-menu {
      text-align: left; }
      .add-standards-dropdown-group .dropdown .dropdown-menu > li > a {
        padding-left: 10px;
        padding-right: 10px; }
    .add-standards-dropdown-group .dropdown .lessons-dropdown-caret {
      font-size: 16px; }

.add-standards-search {
  height: 66%; }

.upload-standards-search {
  padding-left: 40px;
  background-image: url("/images/searchStandards.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  border-radius: 0px; }

.personalised-dd {
  width: 100%;
  display: block;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: #e0e0e0; }

.unordered-dd-list {
  margin-top: 0;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  height: 150px;
  overflow: auto; }

.logo-template {
  display: flex;
  float: none;
  align-items: center;
  align-content: center;
  text-align: center;
  justify-content: center;
  height: 200px; }

.preview-title {
  color: #ffffff; }

.preview-text {
  color: #ffffff;
  font-size: 13px;
  flex-shrink: 0; }

.preview-text p {
  margin-bottom: 3px; }

.appcontainer {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px; }

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.leftpanel {
  height: 100%;
  margin: 0px;
  padding: 0px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  flex-direction: column; }
  .leftpanel > .btn.nav-menu {
    box-shadow: none;
    left: 0px;
    top: 52px;
    width: 28px;
    height: 28px; }
  .leftpanel > .dropdown-menu.nav-menu {
    left: 0px;
    top: 80px;
    margin: 0px 0px;
    max-height: calc(95vh - 80px); }
  .leftpanel .lesson-tabs {
    margin-left: -22px;
    margin-right: -50px;
    display: flex;
    min-height: 28px;
    flex-shrink: 0; }
    .leftpanel .lesson-tabs .lesson-tab {
      padding: 0px 20px;
      background: #565656;
      color: #ffffff;
      font-weight: bold;
      display: inline-block;
      cursor: pointer;
      line-height: 28px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .leftpanel .lesson-tabs .lesson-tab.active {
        background: transparent; }
  .leftpanel .lesson-info-container {
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin-top: 20px;
    overflow-y: auto; }
    .leftpanel .lesson-info-container[v-cloak] {
      display: none; }
    .leftpanel .lesson-info-container input, .leftpanel .lesson-info-container textarea {
      border: 1px solid transparent; }
      .leftpanel .lesson-info-container input.badword-highlight, .leftpanel .lesson-info-container textarea.badword-highlight {
        border: 1px solid #D0021B; }
    .leftpanel .lesson-info-container span {
      padding-left: 10px;
      padding-bottom: 5px;
      color: #333333;
      font-weight: bold;
      display: block; }
    .leftpanel .lesson-info-container .lesson-info-add-button {
      background: #f0b67f;
      background-image: url("/images/plusIcon.svg");
      background-repeat: no-repeat;
      background-position: calc(100% - 10px) 50%;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #353535;
      padding: 10px 44px 10px 10px;
      border: 0px;
      border-radius: 7px;
      box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
      margin-top: 10px;
      margin-bottom: 5px;
      margin-left: 1px;
      background-size: 26px; }
      .leftpanel .lesson-info-container .lesson-info-add-button:focus {
        outline: none; }
      .leftpanel .lesson-info-container .lesson-info-add-button.lesson-info-add-button-disabled {
        color: gray;
        cursor: not-allowed;
        background-image: url("/images/plusIconGray.svg"); }
    .leftpanel .lesson-info-container .lesson-info-help-button {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: auto auto 0 15px;
      border: 2px solid #333333;
      border-radius: 100%;
      font-size: 28px;
      cursor: pointer;
      width: 44px;
      height: 44px;
      color: #333333;
      font-family: sans-serif; }
    .leftpanel .lesson-info-container .lesson-info-btn-remove-media {
      background: url("/images/removeMedia.svg") no-repeat center;
      height: 22px;
      width: 22px;
      border: 0;
      box-shadow: none;
      pointer-events: all; }
    .leftpanel .lesson-info-container .show-toggler-container > span {
      padding: 10px 0;
      margin-top: auto;
      display: inline-flex;
      font-weight: bold; }
    .leftpanel .lesson-info-container .lesson-info-description > span {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      flex-wrap: wrap; }
    .leftpanel .lesson-info-container .lesson-info-description textarea {
      font-family: 'Montserrat', sans-serif;
      font-weight: bold;
      width: 100%;
      padding: 10px 10px 10px 10px; }
    .leftpanel .lesson-info-container .lesson-info-pdfs {
      margin-top: 10px;
      margin-bottom: 5px; }
      .leftpanel .lesson-info-container .lesson-info-pdfs div.lesson-info-pdf-item {
        margin-left: 10px; }
    .leftpanel .lesson-info-container .lesson-info-youtube {
      margin-top: 10px;
      margin-bottom: 5px; }
      .leftpanel .lesson-info-container .lesson-info-youtube div.youtube-time-container {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .leftpanel .lesson-info-container .lesson-info-youtube div.youtube-time-container .show-toggler-container {
          margin-left: auto;
          margin-top: 7px; }
        .leftpanel .lesson-info-container .lesson-info-youtube div.youtube-time-container div.youtube-playtime-container {
          display: inline-flex;
          flex-wrap: wrap; }
        .leftpanel .lesson-info-container .lesson-info-youtube div.youtube-time-container div.youtube-start-container {
          display: inline-flex; }
          .leftpanel .lesson-info-container .lesson-info-youtube div.youtube-time-container div.youtube-start-container .youtube-start {
            display: inline-block; }
          .leftpanel .lesson-info-container .lesson-info-youtube div.youtube-time-container div.youtube-start-container span.youtube-start {
            padding: 10px 0px;
            margin-left: 10px;
            margin-right: 10px;
            margin-top: auto; }
          .leftpanel .lesson-info-container .lesson-info-youtube div.youtube-time-container div.youtube-start-container input.youtube-start {
            width: 48px;
            text-align: center; }
        .leftpanel .lesson-info-container .lesson-info-youtube div.youtube-time-container div.youtube-end-container {
          display: inline-flex;
          margin-left: 10px; }
          .leftpanel .lesson-info-container .lesson-info-youtube div.youtube-time-container div.youtube-end-container .youtube-end {
            display: inline-block; }
          .leftpanel .lesson-info-container .lesson-info-youtube div.youtube-time-container div.youtube-end-container span.youtube-end {
            padding: 10px 0px;
            margin-left: 10px;
            margin-right: 10px;
            margin-top: auto; }
          .leftpanel .lesson-info-container .lesson-info-youtube div.youtube-time-container div.youtube-end-container input.youtube-end {
            width: 48px;
            text-align: center; }
        .leftpanel .lesson-info-container .lesson-info-youtube div.youtube-time-container div.youtube-time {
          display: inline-flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          padding: 0 2px; }
          .leftpanel .lesson-info-container .lesson-info-youtube div.youtube-time-container div.youtube-time > span {
            padding-left: 0; }
      .leftpanel .lesson-info-container .lesson-info-youtube .youtube-input-container {
        display: flex; }
        .leftpanel .lesson-info-container .lesson-info-youtube .youtube-input-container input {
          font-family: 'Montserrat', sans-serif;
          font-weight: bold;
          flex-grow: 1;
          padding: 10px 10px 10px 10px; }
          .leftpanel .lesson-info-container .lesson-info-youtube .youtube-input-container input.startsec {
            margin-right: 10px; }
        .leftpanel .lesson-info-container .lesson-info-youtube .youtube-input-container button {
          margin-left: 20px;
          background: #f0b67f;
          background-image: url("/images/searchBlack.svg");
          background-repeat: no-repeat;
          background-position: calc(100% - 10px) 50%;
          font-family: 'Montserrat', sans-serif;
          font-size: 14px;
          font-weight: 600;
          color: #353535;
          padding: 10px 44px 10px 10px;
          border: 0px;
          border-radius: 7px;
          box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
          -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2); }
          .leftpanel .lesson-info-container .lesson-info-youtube .youtube-input-container button:focus {
            outline: none; }
    .leftpanel .lesson-info-container .lesson-info-screenshots {
      margin-top: 10px;
      margin-bottom: 5px; }
      .leftpanel .lesson-info-container .lesson-info-screenshots .screenshot-thumb-container .screenshot-thumb-item {
        margin-top: 10px; }
        .leftpanel .lesson-info-container .lesson-info-screenshots .screenshot-thumb-container .screenshot-thumb-item img {
          max-width: 60px;
          height: auto; }
        .leftpanel .lesson-info-container .lesson-info-screenshots .screenshot-thumb-container .screenshot-thumb-item span {
          color: #485859;
          display: inline; }
      .leftpanel .lesson-info-container .lesson-info-screenshots .screenshot-input-container {
        display: flex; }
    .leftpanel .lesson-info-container .lesson-info-ageSubjectCountry .filter-default {
      color: black; }
    .leftpanel .lesson-info-container .lesson-info-ageSubjectCountry .standard-selectbox {
      background-color: #ffffff; }
    .leftpanel .lesson-info-container .lesson-info-ageSubjectCountry .filter-button-glyph {
      color: black; }
    .leftpanel .lesson-info-container .lesson-info-ageSubjectCountry .filter-default {
      color: black; }
    .leftpanel .lesson-info-container .lesson-info-links {
      margin-top: 10px;
      display: flex;
      flex-direction: column;
      min-height: 140px; }
      .leftpanel .lesson-info-container .lesson-info-links .lesson-info-links-container {
        overflow-y: auto;
        overflow-x: hidden; }
        .leftpanel .lesson-info-container .lesson-info-links .lesson-info-links-container .lesson-info-links-row {
          display: flex;
          flex-direction: row; }
          .leftpanel .lesson-info-container .lesson-info-links .lesson-info-links-container .lesson-info-links-row:not(:first-child) {
            margin-top: 10px; }
          .leftpanel .lesson-info-container .lesson-info-links .lesson-info-links-container .lesson-info-links-row img {
            margin-right: 7.5px;
            cursor: pointer; }
          .leftpanel .lesson-info-container .lesson-info-links .lesson-info-links-container .lesson-info-links-row input {
            font-family: 'Montserrat', sans-serif;
            font-weight: bold;
            padding: 10px 10px 10px 10px;
            width: 50%; }
            .leftpanel .lesson-info-container .lesson-info-links .lesson-info-links-container .lesson-info-links-row input.lesson-info-links-row-title {
              margin-left: 7.5px;
              margin-right: 7.5px; }
            .leftpanel .lesson-info-container .lesson-info-links .lesson-info-links-container .lesson-info-links-row input.lesson-info-links-row-url {
              margin-left: 7.5px; }
    .leftpanel .lesson-info-container .lesson-info-keywords {
      margin-top: 10px; }
      .leftpanel .lesson-info-container .lesson-info-keywords input {
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        width: 100%;
        padding: 10px 10px 10px 10px; }
      .leftpanel .lesson-info-container .lesson-info-keywords .keywords-limit-label {
        text-align: right;
        padding-right: 10px; }
    .leftpanel .lesson-info-container .lesson-info-addStandards {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .leftpanel .lesson-info-container .lesson-info-addStandards span {
        padding: 0 0 0 10px; }

.leftpanel .lesson-content-container {
  display: flex;
  flex-direction: column;
  min-height: 0; }

.leftpanel .content-buttons {
  flex-shrink: 0;
  margin-bottom: 4px;
  margin-left: 5px;
  margin-right: 5px; }

.leftpanel .lesson-description-area {
  flex-shrink: 0; }

.leftpanel .objects-container {
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 130px; }

.leftpanel div#bottomDiv {
  flex-grow: 1; }

.rightpanel {
  margin: 0px;
  padding: 0px;
  background: #000000;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0; }

.group-box {
  background-color: #FFFFFF;
  margin-top: 20px;
  max-width: calc(95% + 5px); }

.group-box .row {
  line-height: 28px;
  height: 30px; }

.group-remove {
  pointer-events: all;
  background: url("/images/removeGroup.svg") no-repeat center;
  background-size: contain;
  height: 24px;
  width: 24px;
  border: 0;
  vertical-align: middle; }

.group-remove:active {
  transform: scale(1.1); }

.group-field {
  width: 100%;
  line-height: 24px;
  font-size: 1.2em;
  border: 1px solid #FFFFFF;
  padding-top: 2px;
  padding-right: 2px; }

.lesson-object {
  margin-top: 5px;
  min-height: 50px;
  margin-left: 5px;
  width: calc(100% - 5px);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center; }
  .lesson-object .fit-option-group .dropdown-menu {
    background-color: #e0e0e0; }
    .lesson-object .fit-option-group .dropdown-menu a {
      display: flex;
      align-items: center; }
      .lesson-object .fit-option-group .dropdown-menu a:hover {
        color: #ffffff; }
      .lesson-object .fit-option-group .dropdown-menu a img {
        background-color: #ffffff;
        margin-right: 10px;
        height: 16px; }

.lesson-object .row {
  /* I believe this doesn't make it quite right, but it's better than without doing it. */
  margin-right: 0px;
  /* Usually -15 (both) */
  margin-left: 0px; }

.lesson-object > .lesson-object-content {
  padding: 10px;
  background: #e5ebf0;
  width: 95%;
  display: flex;
  align-items: center; }

.lesson-object > .lesson-object-handle {
  width: 5%; }

.lesson-object > div {
  pointer-events: none; }

.lesson-object-input {
  height: 24px;
  width: 100%;
  pointer-events: all; }

.lesson-object-remove {
  pointer-events: all;
  background: url("/images/removeObject.svg") no-repeat center;
  height: 36px;
  width: 36px;
  border: 0; }

.lesson-object-remove:active {
  transform: scale(1.1); }

.lesson-graded-label {
  height: 22px; }
  .lesson-graded-label.text-clamped {
    color: #999999; }

.object-image {
  max-width: 25px;
  max-height: 25px; }

.object-empty-image {
  display: inline-block;
  width: 50px;
  height: 50px;
  outline: #000000 solid 2px; }

.object-thumb {
  max-width: 25px;
  max-height: 25px; }

.play-row a {
  margin: 10px 80px;
  margin-bottom: 30px; }

.edit-object-group {
  background: #333333;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 15px; }

.edit-object-group-title {
  color: #7a7979;
  margin-bottom: 5px; }

.dropzone {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  z-index: 2;
  pointer-events: all; }

.dropzone.audio-browse {
  width: auto; }

.dz-preview {
  z-index: 1;
  pointer-events: none; }

.dz-details {
  display: none; }

.dz-success-mark {
  display: none; }

.dz-error-mark {
  display: none; }

.dz-error-message {
  display: none; }

.name-container {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-shrink: 0;
  max-width: 95%; }

.name-box {
  background: #ffffff;
  height: 32px;
  flex-grow: 1;
  display: flex;
  align-self: center;
  border: 1px solid transparent; }
  .name-box.badword-highlight {
    border: 1px solid #D0021B; }

.name-label {
  align-self: center;
  padding: 5px;
  white-space: nowrap; }

.name-field {
  flex-grow: 1;
  align-self: center;
  background-color: transparent;
  border: none; }

.logodiv {
  margin-right: 10px;
  align-self: center; }
  .logodiv > img {
    margin-left: -22px;
    margin-right: 17.5px;
    height: 25px; }

@media screen and (max-width: 540px) {
  .name-container {
    max-width: 100%; }
  .logodiv {
    display: none; } }

.edit-description-title {
  color: #ffffff;
  font-size: 30px;
  white-space: nowrap; }

.edit-description {
  color: #ffffff;
  font-size: 12px;
  line-height: 16px; }

.edit-description-container {
  height: 50px;
  overflow: hidden;
  margin-bottom: 10px; }

.btn {
  background-image: none;
  border: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2); }

/*-----------------------managestudents----------------------------------------------*/
.nopadding {
  padding-left: 0;
  padding-right: 0; }

.styledlink {
  color: #333333;
  text-decoration: underline; }

.createclassbutton {
  border-radius: 15px;
  line-height: 100%;
  float: right;
  margin-top: 7px; }

.managestudents-marginovertext {
  margin-top: 60px;
  text-align: center; }

.selectclass-row {
  margin: 30px 0 15px 0; }

.selectclass-row h2 {
  float: left;
  margin: 0px;
  padding: 0px; }

/*---------------------------------------------------------------------*/
.btn:focus, .btn:active:focus {
  outline: none; }

.btn-success {
  background-color: #f0b67f;
  color: #353535; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:active:focus, .btn-success:active:hover {
    background-color: #EF9743;
    color: #353535; }
  .btn-success.disabled, .btn-success[disabled], .btn-success.disabled:hover, .btn-success[disabled]:hover {
    background-color: #f0b67f;
    color: #353535; }
  .btn-success.sf-create {
    border-radius: 0;
    margin-top: 14px;
    border: 0px;
    color: #353535;
    box-shadow: none;
    -webkit-box-shadow: none;
    max-width: 100%; }

.btn-success.btn-xs:hover, .btn-success.btn-xs:focus, .btn-success.btn-xs:active {
  background-color: #EF9743;
  box-shadow: none;
  -webkit-box-shadow: none; }

.btn-success.btn-xs, .btn-success.btn-lg {
  border-radius: 2px; }

.btn-success.browse-background {
  padding-top: 3px;
  padding-bottom: 3px; }

.btn-success.btn-xs.object-browse {
  font-size: 10px; }

.btn-success.btn-select-template {
  padding: 10px 8px 10px 25px;
  font-size: 10px;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.open > .dropdown-toggle.btn-success {
  background-color: #EF9743 !important;
  border-color: #eb7d14 !important; }

.btn-primary {
  background-color: #1aa1e5; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #0068a8; }

.btn-customize {
  color: #ffffff;
  background-color: #1aa1e5;
  min-width: 204px;
  margin-right: 4.4%; }

.btn-customize:hover, .btn-customize:focus, .btn-customize:active {
  color: #ffffff;
  background-color: #0068a8; }

.btn-manage {
  color: #ffffff;
  background-color: #1aa1e5;
  min-width: 204px;
  margin-right: calc(4.4% + 5px); }

.btn-manage:hover, .btn-manage:focus, .btn-manage:active {
  color: #ffffff;
  background-color: #0068a8; }

.btn.btn-xs.remove-background {
  background: url("/images/removeMedia.svg") no-repeat center;
  height: 28px;
  width: 28px;
  border: 0;
  box-shadow: none; }

.btn.btn-xs.remove-media {
  background: url("/images/removeMedia.svg") no-repeat center;
  height: 22px;
  width: 22px;
  border: 0;
  box-shadow: none;
  pointer-events: all; }

.btn.btn-xs.imagesearch {
  pointer-events: all; }

ul > li > a.imagesearch:hover {
  color: #ffffff; }

.fullwidth {
  width: 100%; }

.background-upload {
  width: 100%;
  text-align: center; }

.background-upload:hover {
  background: #000000;
  color: #ffffff; }
  .background-upload:hover a {
    color: inherit; }

.image-dropdown-item {
  color: #000000; }

.image-dropdown-item:hover {
  color: #ffffff;
  text-decoration: none; }

.image-text {
  vertical-align: middle; }

.image-text-spacer {
  width: 6px;
  display: inline-block;
  vertical-align: middle; }

.image-text-spacer-3 {
  width: 10px;
  display: inline-block;
  vertical-align: middle; }

.image-text-spacer-5 {
  width: 30px;
  display: inline-block;
  vertical-align: middle; }

.timer-group {
  display: flex; }

.gameplay-options {
  display: flex;
  color: #7a7979; }

.gameplay-option {
  display: inline-block;
  text-align: center;
  margin-right: 15px; }

.gameplay-option-rules {
  text-align: start;
  margin-right: 25px; }

.gameplay-option-time {
  width: 30px;
  font-size: 12px;
  text-align: center;
  box-shadow: none; }

.row.lesson-object-content {
  padding-right: 0px; }
  .row.lesson-object-content .col-md-11 {
    padding-left: 0px;
    padding-right: 0px;
    flex-grow: 1; }
    .row.lesson-object-content .col-md-11 > .row > .col-md-12 {
      padding-left: 0px; }
  .row.lesson-object-content .col-md-11 .col-md-4 {
    padding-right: 0px; }
  .row.lesson-object-content .image-group, .row.lesson-object-content .fit-option-group {
    padding-left: 0px;
    height: 25px; }
  .row.lesson-object-content .audio-group {
    padding-right: 0px;
    height: 25px; }
    .row.lesson-object-content .audio-group .audio-browse a {
      display: block; }

.media-buttons-group {
  padding-left: 3px; }

.imagesearchresult {
  max-width: 48%;
  height: 80px;
  margin: 3px 3px; }
  .imagesearchresult:hover {
    cursor: pointer; }

.searchfield {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%; }

.full-page-container {
  min-height: 100%;
  height: auto;
  margin-bottom: -216px;
  padding: 0 0px 216px 0px; }

footer.footer {
  background-color: #60abaf;
  text-align: center;
  padding: 30px 0;
  line-height: 2;
  font-size: 11px;
  color: #cdcdcd;
  position: relative; }

footer.footer .footer-links {
  margin-bottom: 25px; }

footer.footer .footer-links a {
  color: white;
  text-decoration: underline;
  margin: 0 4px; }

footer.footer .footer-links a:hover {
  color: #cdcdcd; }

footer.footer .footer-info {
  align-items: center; }
  footer.footer .footer-info img {
    display: block;
    margin: 0 auto 25px;
    width: 202px; }
  footer.footer .footer-info p {
    margin: 0 auto;
    font-size: 10px;
    color: #fff; }

footer.footer .footer-info .footer-mtlc {
  font-weight: bold;
  font-size: 12px; }

footer.footer .footer-copyright {
  color: #fff;
  margin-top: 25px;
  opacity: 0.6; }

footer.explorefooter .footer-info p {
  width: 280px; }

footer.explorefooter .footer-button {
  margin: 25px 0 10px; }
  footer.explorefooter .footer-button a {
    background-color: #f0b67f;
    color: #353535;
    border: none;
    border-radius: 0px;
    text-shadow: none;
    box-shadow: none;
    padding: 8px 17px;
    font-weight: normal;
    color: #353535;
    display: inline-block; }

.lessons-dropdown-caret {
  float: right;
  border-left-width: 10px;
  border-right-width: 10px;
  border-top-width: 10px;
  border-bottom-width: 10px;
  vertical-align: middle;
  margin-top: 1px;
  border-top-color: #555555;
  border-bottom-color: #555555; }

.list-of-list {
  max-height: 250px;
  overflow-y: scroll;
  position: relative;
  margin-top: 15px; }

.list-item {
  position: relative;
  padding: 5px 5px 5px 20px;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  max-width: 100%; }

.list-item .list-item-text {
  margin-left: 10px;
  word-wrap: break-word;
  overflow-x: hidden; }
  .list-item .list-item-text h4 {
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    padding: 0;
    word-break: break-all;
    word-wrap: break-word; }
  .list-item .list-item-text p {
    margin: 0;
    padding: 0;
    font-size: 14px; }

.object-audio-record {
  margin-left: 5px;
  padding: 0px 10px;
  height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: all; }

#voiceRecorderOverlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none; }
  #voiceRecorderOverlay > .voice-recorder-close {
    width: 5vh;
    height: 5vh;
    background: transparent url("/images/closeButtonWhite.svg") no-repeat center center;
    cursor: pointer;
    position: absolute;
    right: 1vh;
    top: 1vh; }
  #voiceRecorderOverlay > #voiceRecorderMain {
    width: 30vw;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 3vh 4vw; }
    #voiceRecorderOverlay > #voiceRecorderMain > .voice-recorder-main-title, #voiceRecorderOverlay > #voiceRecorderMain > .voice-recorder-main-title-stopped {
      font-size: 2vh; }
    #voiceRecorderOverlay > #voiceRecorderMain > .voice-recorder-main-message, #voiceRecorderOverlay > #voiceRecorderMain > .voice-recorder-main-message-stopped {
      font-size: 1vh;
      margin-top: 0.25vh; }
    #voiceRecorderOverlay > #voiceRecorderMain > .voice-recorder-main-buttons {
      margin-top: 2vh;
      width: 100%; }
      #voiceRecorderOverlay > #voiceRecorderMain > .voice-recorder-main-buttons > button {
        width: 33.3%;
        height: 4vh;
        background: #e4e4e4;
        border: 0px solid transparent;
        outline: none;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        #voiceRecorderOverlay > #voiceRecorderMain > .voice-recorder-main-buttons > button > img {
          height: 2.5vh; }
        #voiceRecorderOverlay > #voiceRecorderMain > .voice-recorder-main-buttons > button.voice-recorder-disabled > img {
          filter: grayscale(1);
          opacity: 0.2; }
        #voiceRecorderOverlay > #voiceRecorderMain > .voice-recorder-main-buttons > button:not(:first-of-type) {
          border-left: 1px solid #bababa; }
    #voiceRecorderOverlay > #voiceRecorderMain > .voice-recorder-main-time {
      margin-top: 0.5vh;
      font-size: 1.25vh;
      height: 1.7vh; }
      #voiceRecorderOverlay > #voiceRecorderMain > .voice-recorder-main-time > .voice-recorder-main-time-recording {
        color: #d0021b; }
    #voiceRecorderOverlay > #voiceRecorderMain > .voice-recorder-main-close {
      margin-top: 1.5vh;
      width: 100%; }
      #voiceRecorderOverlay > #voiceRecorderMain > .voice-recorder-main-close > button {
        text-transform: uppercase;
        width: 40%;
        height: 4vh;
        color: #ffffff;
        border: 0px solid transparent;
        outline: none;
        font-size: 1.5vh; }
        #voiceRecorderOverlay > #voiceRecorderMain > .voice-recorder-main-close > button.voice-recorder-main-cancel {
          background: #333333; }
        #voiceRecorderOverlay > #voiceRecorderMain > .voice-recorder-main-close > button.voice-recorder-main-save {
          background: #f0b67f; }
          #voiceRecorderOverlay > #voiceRecorderMain > .voice-recorder-main-close > button.voice-recorder-main-save:hover {
            background: #EF9743; }
        #voiceRecorderOverlay > #voiceRecorderMain > .voice-recorder-main-close > button.voice-recorder-disabled {
          filter: grayscale(1); }
        #voiceRecorderOverlay > #voiceRecorderMain > .voice-recorder-main-close > button:not(:first-of-type) {
          margin-left: 0.75vw; }
    @media (orientation: portrait) {
      #voiceRecorderOverlay > #voiceRecorderMain {
        width: 68.57vw; } }
  #voiceRecorderOverlay > #voiceRecorderError {
    max-width: 35vw;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    #voiceRecorderOverlay > #voiceRecorderError > .voice-recorder-error-close {
      width: 5vh;
      height: 5vh;
      background: transparent url("/images/closeButton.svg") no-repeat center center;
      cursor: pointer;
      align-self: flex-end; }
    #voiceRecorderOverlay > #voiceRecorderError > .voice-recorder-error-title {
      font-weight: 600;
      font-size: 5vh;
      margin-bottom: 2vh; }
    #voiceRecorderOverlay > #voiceRecorderError > .voice-recorder-error-message {
      margin-left: 5vw;
      margin-right: 5vw;
      font-weight: 600; }
    #voiceRecorderOverlay > #voiceRecorderError > .voice-recorder-error-ok {
      border: 0px solid transparent;
      background: #f0b67f;
      color: #353535;
      cursor: pointer;
      margin-top: 3.5vh;
      margin-bottom: 3vh;
      font-weight: 600;
      padding: 1vh 3.5vw; }
      #voiceRecorderOverlay > #voiceRecorderError > .voice-recorder-error-ok:hover {
        background: #EF9743; }
    @media (orientation: portrait) {
      #voiceRecorderOverlay > #voiceRecorderError {
        max-width: 80vw; } }
  #voiceRecorderOverlay .voice-recorder-disabled {
    pointer-events: none; }

.fullscreen-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  object-fit: scale-down;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000; }

.fullscreen-loading-transition {
  transition: opacity .25s; }

.fullscreen-loading-enter, .fullscreen-loading-leave {
  opacity: 0; }

/*-------------------------- Media Queries --------------------------*/
@media (max-width: 450px) {
  .assignment-sent-image-hidden-on-small {
    display: none; }
  .leftpanel .lesson-info-container .lesson-info-youtube .youtube-input-container {
    flex-direction: column; }
    .leftpanel .lesson-info-container .lesson-info-youtube .youtube-input-container button {
      margin: 10px auto;
      min-width: 110px; }
  .content-buttons button {
    margin: 0 0 15px 0;
    width: 100%; }
    .content-buttons button:last-child {
      margin: 0; } }

@media (max-width: 1493px) {
  .youtube-time-container .show-toggler-container {
    width: 100%;
    text-align: right; } }

@media (min-width: 768px) {
  .community-modal-dialog {
    width: 425px; }
  #communityUploadModal .modal-dialog {
    width: 520px; } }

@media screen and (min-width: 1580px) {
  .template-container {
    width: 25%; } }

@media screen and (min-width: 1200px) and (max-width: 1579px) {
  .template-container {
    width: 25%; } }

@media (min-width: 640px) and (max-width: 991px) {
  .lesson-grid-item {
    width: 33%; }
  .lesson-grid-item.standards-grid-item {
    width: 50%; } }

@media (max-width: 639px) {
  .lesson-grid-item {
    width: 100%; }
  .lesson-grid-item.standards-grid-item {
    width: 100%; }
  .lesson-grid.standards-grid {
    padding: 10px; }
  .browse-standards-code {
    left: 0px;
    position: static;
    max-width: 100%;
    display: block;
    margin-bottom: 5px; }
  .browse-standards-description {
    margin-left: 0px; }
  .upload-standards-cancel {
    margin-right: 0px; }
  .add-standards-search-group {
    height: 42%; }
  .add-standards-dropdown-group {
    align-items: start;
    margin-top: 2px;
    flex-direction: column; }
  .upload-standards-footer button {
    padding-left: 2px;
    padding-right: 2px; } }

@media (min-width: 992px) and (max-width: 1550px) {
  .row.lesson-object-content .image-group, .row.lesson-object-content .fit-option-group {
    width: 100%; }
  .row.lesson-object-content .audio-group {
    width: 100%;
    padding-left: 0px; } }

@media (max-width: 991px) {
  .row.lesson-object-content .image-group, .row.lesson-object-content .fit-option-group {
    padding-left: 15px; }
  .row.lesson-object-content .lesson-object-content .col-md-6 > .text-media-part > .row {
    padding-left: 15px; }
  .row.lesson-object-content .audio-group .audio-browse a {
    display: inline-block; }
  .leftpanel {
    overflow: scroll; }
  .rightpanel {
    display: block; }
  .leftpanel .objects-container {
    overflow: visible; }
  .group-box {
    margin-bottom: 20px; } }

@media (min-width: 992px) {
  .lesson-object > .lesson-object-content {
    display: flex;
    align-items: center; }
  .lesson-object > .lesson-object-content .col-md-12 > .text-media-part {
    display: flex;
    align-items: center; }
  .image-group, .fit-option-group {
    display: flex;
    align-items: center; }
  .image-group .image-browse {
    display: flex;
    align-items: center; }
  .audio-group {
    display: flex;
    align-items: center; }
  .audio-group .audio-browse {
    display: flex;
    align-items: center; }
  .btn.btn-xs.remove-media {
    margin-left: 3px; } }

@media (max-width: 991px) {
  .topbar-lessongrid > div > h2 {
    font-size: 18px; } }

@media (max-height: 1050px) {
  .login-page .bottom-part {
    transition: bottom 0.1s;
    bottom: 50px; } }

@media screen and (min-width: 300px) {
  .drive-arrow-margin {
    margin-left: 0px; }
  .drive-browser-modal-navbuttons {
    font-size: 12px; } }

@media screen and (min-width: 450px) {
  .drive-arrow-margin {
    margin-left: 0px; }
  .drive-browser-modal-navbuttons {
    font-size: 14px; } }

@media screen and (min-width: 600px) {
  .drive-arrow-margin {
    margin-left: 10px; }
  .drive-browser-modal-navbuttons {
    font-size: 20px; } }

@media screen and (max-width: 767px) and (orientation: landscape) {
  .content-buttons button {
    margin: 0 0 15px 0;
    width: 30%;
    font-size: 12px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .leftpanel .content-buttons button {
    font-size: 12px;
    margin: 0; }
    .leftpanel .content-buttons button:first-child {
      margin-right: 10px; } }

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .leftpanel .content-buttons button {
    font-size: 12px;
    margin: 0; }
    .leftpanel .content-buttons button:first-child {
      margin-right: 10px; } }

.due-date-error-message {
  text-align: center;
  font-size: small;
  color: #FF9494;
  margin: 0;
  margin-top: 3px;
  padding: 0; }

.homework-due-date {
  height: 14px;
  font-size: 12px;
  color: #888; }

[v-cloak] {
  display: none; }

.margin-left-5 {
  margin-left: 5px; }

input[type=text]:focus, input[type=password]:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none; }

.graded-lesson-text {
  font-size: small;
  color: #999999;
  text-decoration: none;
  margin-left: 9px;
  white-space: nowrap; }

.row-mod {
  text-align: center;
  font-family: Montserrat;
  font-weight: 400;
  color: #555; }

.drive-navbar-element {
  max-width: 120px;
  display: block;
  white-space: nowrap; }

.object-answer-list .btn-success, .object-answer-list .btn-success:focus, .object-answer-list .btn-success:active {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.object-answer-list .btn-success:hover {
  background-color: #449d44;
  border-color: #3c8b3c; }

.shared-lesson-block .topbar-lessongrid {
  margin-bottom: 15px; }

.shared-lesson-block .lesson-grid-item {
  margin-bottom: 15px; }

.shared-lesson-block .no-shared-lesson {
  margin-top: -40px;
  text-align: center; }

.delete-lesson-confirmation h6 {
  font-size: 20px;
  color: #000;
  font-weight: 300; }
  .delete-lesson-confirmation h6 span {
    font-size: 20px;
    color: #000;
    font-weight: 300; }

.delete-lesson-confirmation p {
  font-size: 13px;
  color: #000;
  font-weight: 300; }

.delete-lesson-confirmation .confirm-modal-confirm-margin button {
  color: white;
  background-color: #f0b67f;
  min-width: 150px;
  height: 50px;
  text-align: left;
  position: relative; }
  .delete-lesson-confirmation .confirm-modal-confirm-margin button img {
    top: 50%;
    transform: translate(-50%, -50%);
    right: 20px; }

@font-face {
  font-family: 'opendyslexic';
  src: url("https://d3e7ee0ulb24wb.cloudfront.net/OpenDyslexic-Regular.otf");
  font-style: normal;
  font-weight: normal; }

.empty-search-container {
  margin-top: 50px; }
  .empty-search-container .search-tips-container {
    margin-top: 20px; }
    .empty-search-container .search-tips-container .search-tips {
      padding-left: 3.5em; }

.row-revoke-margin-top {
  margin-top: unset; }

.no-lessons {
  margin-bottom: 0px;
  margin-top: -20px; }

.no-liked-lessons-p {
  margin-bottom: 0px; }

#liked-lesson > .row.user-block {
  margin-top: 10px; }

.teacher-home-heading {
  max-width: 1300px;
  margin: 0px auto;
  padding: 0 20px; }

.breadcrumbs-row .breadcrumbs-container {
  max-width: unset !important; }

.search-results-right-bar {
  display: flex;
  justify-content: flex-end; }

.explore-sort-container {
  max-width: 100%; }
  .explore-sort-container .explore-sort-box {
    display: flex;
    align-items: center; }
  .explore-sort-container .explore-sort-label {
    margin-right: 6px;
    white-space: nowrap;
    font-weight: 500; }
  .explore-sort-container .explore-sort-dropdown {
    box-shadow: 0px 0px 1px 1px #D4D4D4;
    -webkit-box-shadow: 0px 0px 1px p1x #D4D4D4;
    background-color: #EBEBEB;
    color: #6D6D6D;
    display: flex; }
  .explore-sort-container .dropdown {
    max-width: 90%; }
  .explore-sort-container .dropdown-menu {
    min-width: 275px;
    left: auto;
    right: 0; }
  .explore-sort-container .filter-default {
    width: 96%; }
  .explore-sort-container .lessons-dropdown-caret {
    width: auto;
    margin-left: 4px; }

@media (max-width: 450px) {
  .explore-sort-container .explore-sort-box {
    display: block; } }

@media (max-width: 767px) {
  .search-results-right-bar {
    display: block; } }

/***** adopt section scss *****/
.adopt-notification {
  background: #383838;
  text-align: center;
  padding: 30px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999; }
  .adopt-notification h6 {
    font-size: 18px;
    color: #fff;
    font-family: Montserrat;
    font-weight: 300;
    line-height: 24px; }
    .adopt-notification h6 a {
      color: #fff;
      text-decoration: underline; }
  .adopt-notification button {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    padding: 5px 26px;
    margin-right: 12px; }
    .adopt-notification button.reject {
      border: 1px solid #fff;
      background: transparent;
      color: #fff; }
    .adopt-notification button.accept {
      border: 1px solid #F0B67F;
      background: #F0B67F; }

/*** loader style ***/
.filter-loader {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100vh;
  position: fixed;
  z-index: 99;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .filter-loader > div {
    align-items: center;
    display: flex; }

.create-card {
  cursor: pointer;
  background-color: #FFFFFF;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 17px; }
  .create-card.create-lesson-card {
    height: 288px; }
  .create-card.create-poll-card {
    height: 279px; }
  .create-card .card-img {
    display: contents; }
  .create-card .card-img-create {
    width: 25%;
    height: 25%;
    align-self: center; }
  .create-card .card-text {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    overflow-wrap: break-word; }

.margin-8 {
  margin-left: -8px;
  margin-right: -8px; }

@media (min-width: 992px) and (max-width: 1100px) {
  .create-card .card-text {
    font-size: 18px; } }

.replace-modal-dialog {
  width: 700px;
  max-width: 90%;
  top: 20%; }

.replace-modal {
  border-radius: 0px; }
  .replace-modal .modal-header {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: unset; }
    .replace-modal .modal-header .close {
      font-size: 41px;
      font-weight: 400;
      opacity: 1; }
  .replace-modal .modal-footer {
    border-top: unset;
    padding-bottom: 40px; }
    .replace-modal .modal-footer button {
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; }

.btn-modal {
  padding: 8px 16px;
  border-radius: 0;
  text-decoration: none;
  color: #353535;
  font-weight: 500; }

.btn-modal-orange {
  background-color: #f0b67f;
  border: 1px solid #f0b67f; }
  .btn-modal-orange:hover {
    background-color: #f0b67f; }
  .btn-modal-orange:focus {
    outline-color: #f0b67f; }

.btn-modal-black {
  background-color: #303030;
  border: 1px solid #303030;
  color: #FFFFFF; }
  .btn-modal-black:hover {
    background-color: #303030; }

.margin-bottom-10 {
  margin-bottom: 10px; }

@media screen and (min-width: 768px) {
  .community-dropdown-contents {
    max-height: 37vh; }
    .community-dropdown-contents.standard-selectbox-ul {
      max-height: 42vh; } }

@media screen and (min-width: 992px) {
  .community-dropdown-contents {
    max-height: 50vh; }
    .community-dropdown-contents.standard-selectbox-ul {
      max-height: 55vh; }
  .col-md-12p5 {
    width: 12.5%; }
  .col-md-13p5 {
    width: 13.5%; }
  .col-md-20p {
    width: 20%; }
  .col-md-24p {
    width: 24%; } }

@media screen and (min-width: 1200px) {
  .community-dropdown-contents {
    max-height: 55vh; }
    .community-dropdown-contents.standard-selectbox-ul {
      max-height: 60vh; } }

@media screen and (min-width: 1730px) {
  .community-dropdown-contents {
    max-height: 60vh; }
    .community-dropdown-contents.standard-selectbox-ul {
      max-height: 65vh; } }

body:not(.modal-open) {
  padding-right: 0px !important; }

.no-content-image {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 230px; }
  .no-content-image.no-content-small-margin {
    margin-top: 10px;
    margin-bottom: 10px; }

.loading-animation-modal {
  background-color: transparent;
  box-shadow: unset;
  border: unset; }
