/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#lpps-dom-spinner {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #00000020;
  top: 0;
  left: 0;
  display: flex; }
  #lpps-dom-spinner .fa-wrap {
    margin: 10% auto auto;
    color: #600;
    font-size: 56px;
    background: #fff;
    padding: 0px 16px;
    border-radius: 64px; }

.lpps-wrap .error-hint {
  display: none;
  font-style: italic;
  color: red;
  font-size: 12px;
  margin-left: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.lpps-wrap .btn-icon {
  background: #ef8122;
  color: #fff;
  padding: 6px 9px;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  box-shadow: none !important;
  text-decoration: none;
  line-height: initial; }
  .lpps-wrap .btn-icon.sm {
    padding: 4px 6px; }
.lpps-wrap .field-group label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
.lpps-wrap .class-panel h1 {
  font-size: 20px;
  font-weight: bold;
  background-color: #0876b4;
  padding: 16px !important;
  color: #fff;
  border-radius: 3px 3px 0 0; }
.lpps-wrap .class-panel .body {
  margin-left: -5px;
  margin-right: -5px; }
.lpps-wrap .class-panel .cell-class {
  padding: 12px 16px;
  border: solid 1px #d2d2d2;
  background-color: #fafafa;
  margin: 5px;
  width: 25%;
  min-width: 275px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: none !important;
  text-decoration: none;
  color: inherit; }
  .lpps-wrap .class-panel .cell-class.draft {
    border: solid 1px #e1bca0;
    background-color: #fff6ef; }
  .lpps-wrap .class-panel .cell-class.pointer {
    cursor: pointer; }
  .lpps-wrap .class-panel .cell-class:hover {
    background-color: #fdf9d6;
    border: solid 1px #e9e5c5; }
  .lpps-wrap .class-panel .cell-class.selected {
    background-color: #ddfdd6;
    border: solid 1px #cbe9c5; }
  .lpps-wrap .class-panel .cell-class .title {
    color: #909090;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 6px; }
  .lpps-wrap .class-panel .cell-class .label {
    padding-left: 0;
    color: #6a6a6a;
    font-weight: normal;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    white-space: nowrap; }
  .lpps-wrap .class-panel .cell-class .status {
    align-self: baseline;
    font-weight: normal;
    color: #158641; }
  .lpps-wrap .class-panel .cell-class .zoom {
    display: flex; }
    .lpps-wrap .class-panel .cell-class .zoom .link {
      flex: 1;
      margin-right: 6px;
      border: 1px solid #b7b7b7;
      border-radius: 3px;
      padding: 6px 12px;
      color: #5587a2;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .lpps-wrap .class-panel .cell-class .zoom button {
      background: #646464;
      color: #fff;
      padding: 6px 9px; }
      .lpps-wrap .class-panel .cell-class .zoom button .fa {
        margin: 0; }
.lpps-wrap .class-panel ul li::marker {
  content: ""; }
.lpps-wrap .class-panel ul li.selected::marker {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  color: #599948;
  font-size: 16px; }
.lpps-wrap #success-wrap {
  display: flex;
  padding: 36px;
  background: #fafafa;
  border: 1px solid #eaeaea;
  border-radius: 12px; }
  .lpps-wrap #success-wrap .cell-class > * {
    text-align: left; }
  .lpps-wrap #success-wrap .cell-class h1 {
    font-size: 24px;
    font-weight: bold; }
    .lpps-wrap #success-wrap .cell-class h1 .fa {
      color: #ef8122;
      margin-right: 10px; }
  .lpps-wrap #success-wrap .cell-class .label {
    padding-left: 0;
    color: #6a6a6a;
    font-weight: normal;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    white-space: nowrap; }
  .lpps-wrap #success-wrap .cell-class .zoom {
    display: flex; }
    .lpps-wrap #success-wrap .cell-class .zoom .link {
      flex: 1;
      margin-right: 6px;
      border: 1px solid #b7b7b7;
      border-radius: 3px;
      padding: 6px 12px;
      color: #5587a2;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .lpps-wrap #success-wrap .cell-class .zoom button {
      background: #646464;
      color: #fff;
      padding: 6px 9px; }
      .lpps-wrap #success-wrap .cell-class .zoom button .fa {
        margin: 0;
        font-size: 16px;
        color: #fff; }
  .lpps-wrap #success-wrap .cell-class::marker {
    content: ""; }
  .lpps-wrap #success-wrap .fa {
    font-size: 56px;
    color: #3c8c41; }
.lpps-wrap .class-table {
  font-size: 14px; }
  .lpps-wrap .class-table .title span {
    color: #b95c0d;
    margin-left: 6px; }
  .lpps-wrap .class-table .zoom-link {
    width: 37%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 1px; }
  .lpps-wrap .class-table .level {
    width: 10%; }
  .lpps-wrap .class-table .subject {
    width: 15%; }
  .lpps-wrap .class-table .timeslot {
    width: 10%; }
  .lpps-wrap .class-table .time {
    width: 10%; }
  .lpps-wrap .class-table .status {
    width: 10%; }
    .lpps-wrap .class-table .status.draft {
      color: #356fff; }
  .lpps-wrap .class-table .users {
    min-width: 32px; }
  .lpps-wrap .class-table .author {
    max-width: 105px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px; }
  .lpps-wrap .class-table .cntr {
    width: 18%; }
    .lpps-wrap .class-table .cntr > div {
      min-width: 86px; }
  .lpps-wrap .class-table td {
    padding: 8px 2px; }
.lpps-wrap .datepicker {
  margin: 0 !important;
  padding: 14px !important; }
.lpps-wrap #lpps-class-session-page .zoom-link {
  color: #0b588e; }

/*# sourceMappingURL=lpps-public.css.map */
