.h5p-choices-table {
  width: 100%;
}

.h5p-choices-table td {
  text-align: left;
  border-bottom: 1px solid #e2e5ee;
  padding: 5px;
  line-height: 2em;
}

.h5p-choices-table-heading {
  background-color: #3c4859;
  color: #FFFFFF;
}

.h5p-choices-table td.h5p-choices-choice {
  width: 75%;
}

.h5p-choices-table td.h5p-choices-choice,
.h5p-choices-table td.h5p-choices-alternative {
  padding-left: 1em;
  word-break: break-word;
}

.h5p-choices-user-answer {
  width: 15%;
}

.h5p-choices-crp-answer {
  width: 10%;
}

.h5p-choices-table td.h5p-choices-user-answer,
.h5p-choices-table td.h5p-choices-crp-answer {
  text-align: center;
}


.h5p-choices-user.h5p-choices-answered {
  color: #ffffff;
  background-color: #DF465A;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px;
}

.h5p-choices-user.h5p-choices-answered:before {
  font-family: 'h5p-reporting-icons';
  content: "\e894";
}

.h5p-choices-user.h5p-choices-answered.h5p-choices-user-correct {
  background-color: #8AC062;
  color: #ffffff;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px;
}
.h5p-choices-user.h5p-choices-answered.h5p-choices-user-correct.h5p-choices-no-correct {
  background-color: #186df7;
}

.h5p-choices-user.h5p-choices-answered.h5p-choices-user-correct:before {
  font-family: 'h5p-reporting-icons';
  content: "\e90c";
}

.h5p-choices-crp.h5p-choices-crp-correct {
  color: #8ac062;
  border: dashed 1px #8ac062;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px;
}

.h5p-choices-crp.h5p-choices-crp-correct:before {
  font-family: 'h5p-reporting-icons';
  content: "\e90c";
}

.h5p-choices-table td.h5p-choices-icon-cell {
  text-align: center;
}

.h5p-emoticon-container .emoticon-wrapper {
  padding-top: 0.5em;
}

.h5p-emoticon-container .emoticon-icon {
  display: inline-block;
  width: 2em;
  width: 3em;
  vertical-align: middle;
}

.h5p-emoticon-container .emoticon-text {
  display: inline-block;
  margin-left: 1em;
}

.h5p-choices-header .h5p-choices-time {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 0.5em;
}

.h5p-choices-container .choice-feedback-section {
  margin-top: 1.5em;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

.h5p-choices-container .choice-feedback-section .choice-feedback-wrapper{
  display: inline-flex;
  fill: #ffffff;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.12);
  stroke-width: 1;
  padding: 0 2em 2em;
  flex-wrap: wrap;
  position: relative;
  border: 1px solid #e4e7ef;
}

.h5p-choices-container .choice-feedback-section .feedback-content-container {
  flex: 1 1 40%;
  margin-top: 2em;
}

.h5p-choices-container .choice-feedback-section h4,
.h5p-choices-container .choice-feedback-section p {
  white-space: pre-wrap; /* Retain line breaks as inserted by author */
  font-size: 1em;
  width: 100%;
}

.h5p-choices-container .choice-feedback-section h4 {
  margin-top: 0;
}

.h5p-choices-container .choice-feedback-section h4 {
  font-weight: bold;
}

.h5p-choices-container .choice-feedback-section img {
  max-width: 300px;
  margin: 2em 2em 0 0;
  width: 100%;
  align-self: flex-start
}

.h5p-choices-container .choice-feedback-section img.expanded,
.h5p-choices-container .choice-feedback-section img:last-child {
  margin: 2em 0 0;
}

/*mobile*/
@media screen and (max-width: 576px) {
  .h5p-choices-container .choice-feedback-section img {
    margin: 2em 0 0;
  }
}

.w-100 {
  width: 100%;
}

.rtl {
  direction: rtl;
}

.h5p-result {
  margin: 2.5em 0;
}
.h5p-result:first-child {
  margin-top: 0;
}
.h5p-result:last-child {
  margin-bottom: 0;
}

.h5p-compound-container .h5p-compound-container,
.h5p-compound-container .h5p-choices-container,
.h5p-compound-container .h5p-fill-in-container,
.h5p-compound-container .h5p-long-choice-container,
.h5p-compound-container .h5p-matching-container,
.h5p-compound-container .h5p-true-false-container {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.h5p-compound-container .h5p-result .h5p-result {
  margin: 1em 0;
  box-shadow: none;
}

.h5p-compound-container.h5p-compound-no-score .h5p-reporting-score-wrapper {
  display: none;
}

.h5p-result .for-learner-or-print {
  display: none;
}

.h5p-documentation-tool-header {
  background-color: #233448;
  color: white;
  padding: 1em;
  margin: 1em 0;
}

.h5p-standard-page-container {
  border-bottom: 1px solid #ddd;
  padding: 0.8em 1em;
}

.h5p-standard-page-container:last-child {
  border-bottom: none;
}

.h5p-standard-page-title {
  font-weight: bold;
}

.h5p-goal-table {
  width: 100%;
}

.h5p-goal-table tbody {
  border-top: none;
}

.h5p-goal-table tr {
  border: 1px solid #ddd;
}

.h5p-goal-table tr:last-child {
  border-bottom: none;
}

.h5p-goal-table tr:first-child {
  border-top: none;
}

.h5p-goal-table td {
  padding: 1em;
}

.h5p-goal-index {
  border-right: 1px solid #ddd;
  vertical-align: top;
  font-weight: bold;
  width: 1em;
}

.h5p-goal-assessment-index {
  padding: 1em;
}

.h5p-goal-assessment-text {
  border-right: 1px solid #ddd;
}

.h5p-goal-assessment-choice:before {
  display: inline-block;
  font-family: 'h5p-reporting-icons';
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  text-align: center;

  color: #000000;
  background-color: #dddddd;
  border: 0.042em solid #c6c6c6;
  border-radius: 0.084em;
}

.h5p-goal-assessment-choice-0:before {
  content: "\f006";
  background-color: #cc3636;
  color: #fff;
  border-color: #cc3636;
}

.h5p-goal-assessment-choice-1:before {
  content: '\f123';
  background-color: #d48d11;
  color: #fff;
  border-color: #d48d11;
}

.h5p-goal-assessment-choice-2:before {
  content: '\f005';
  background-color: #5bb24d;
  color: #fff;
  border-color: #5bb24d;
}

.h5p-goal-assessment-alt-container {
  background-color: #eee;
  border: 0.042em solid #ccc;
  padding: 0.5em;
  margin-bottom: 1em;
}

.h5p-goal-assessment-choice {
  vertical-align: top;
}

.h5p-goal-table .h5p-goal-assessment-choice {
  width: 1em;
}

.h5p-goal-assessment-alt-container .h5p-goal-assessment-choice {
  display: inline-block;
  margin: 0.3em 0 0.3em 0.7em;
}

.h5p-goal-assessment-alt-container .h5p-goal-assessment-choice:before {
  margin-right: 0.5em;
}

.h5p-no-goals {
  font-weight: bold;
  padding-left: 1em;
  margin: 2em 0;
}

.h5p-fill-in-container {
  line-height: 2.25;
}

.h5p-fill-in-container p {
  line-height: 2.25;
  margin-bottom: 0;
}

.h5p-fill-in-options {
  color: #7F7F7F;
  background-color: #F5F5F5;
  padding: 1.66em;
  font-size: 0.94em;
}

.h5p-fill-in-correct-responses-pattern,
.h5p-fill-in-user-response-wrong,
.h5p-fill-in-user-response-correct {
  display: inline-block;
  padding: 0.15em 0.66em;
  margin-left: 0.33em;
  margin-right: 0.33em;
  border-radius: 0.33em;
  white-space: nowrap;
  line-height: 1.5;
}

.h5p-fill-in-correct-responses-pattern {
  color: #79B74B;
  background-color: #fff;
  border: dashed 1px #79B74B;
}

.h5p-fill-in-user-response-correct {
  color: #ffffff;
  background: #8AC062;
  border: dashed 1px #8AC062;
}

.h5p-fill-in-user-response-correct.h5p-fill-in-no-correct {
  background-color: #186df7;
  border: none;
}

.h5p-fill-in-user-response-correct:before {
  font-family: 'h5p-reporting-icons';
  content: "\e90c";
}

.h5p-fill-in-user-response-wrong {
  color: #ffffff;
  background-color: #DF465A;
  border: dashed 1px #DF465A;
}

.h5p-fill-in-user-response-wrong:before {
  font-family: 'h5p-reporting-icons';
  content: "\e894";
}

.h5p-fill-in-footer {
  font-size: 14px;
  text-align: right;
  margin-top: 30px;
  color: #5C5C5C;
  margin-left: auto;
  margin-right: auto;
}

/* Customization for long-fill-in interactions */
.h5p-fill-in-container.h5p-long-fill-in .h5p-fill-in-correct-responses-pattern,
.h5p-fill-in-container.h5p-long-fill-in .h5p-fill-in-user-response-wrong,
.h5p-fill-in-container.h5p-long-fill-in .h5p-fill-in-user-response-correct {
  width: 100%;
  white-space: normal;
}

.h5p-iv-open-ended-grading-container {
  border: 1px solid #e2e5ee;
  box-shadow: 0px 0px 20px rgba(117,117,117,0.2);
  background: #fafbfc;
  margin-bottom: 1em;
}

.h5p-iv-open-ended-reporting-container {
  line-height: 2.25;
  padding: 1em;
}

.h5p-iv-open-ended-reporting-header {
  display: flex;
  padding: 0.5em;
}

.h5p-iv-open-ended-reporting-grade-input-wrapper {
  display: flex;
}

.h5p-iv-open-ended-response-container {
  padding: 2em;
  height: 300px;
  overflow-y: auto;
  border: 1px solid #e2e5ee;
  background-color: white;
  line-height: normal;
  font-family: sans-serif, Arial, Verdana, "Trebuchet MS";

  a {
    text-decoration: underline;
  }

  /* The figure around the table */
  figure.table {
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    padding: 0;
    float: left;
    width: auto;

    /* The actual table */
    table {
      border-collapse: collapse;
      height: 100%;
      width: 100%;
      border-spacing: 0;
      border-width: 1px;
      border-color:  #494949;

      td, th {
        padding: 1px;
        border-color:  #494949;
        border-bottom-style: solid;
      }

      td {
        border-width: 0.083em;
      }

      th {
        border-width: .167em;
      }

      tr:last-child > td {
        border-bottom-style: none;
      }
    }

    figcaption {
      background-color: transparent;
      caption-side: top;
      color: #333;
      display: table-caption;
      font-size: .75em;
      outline-offset: -1px;
      padding: .6em;
      text-align: center;
      word-break: break-word;
    }
  }

  .table-overflow-protection {
    clear: both;
  }
}

.h5p-iv-open-ended-response-container::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #ebebeb;
}

.h5p-iv-open-ended-response-container::-webkit-scrollbar
{
	width: 12px;
	background-color: #ebebeb;
}

.h5p-iv-open-ended-response-container::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #858585;
}

.h5p-iv-open-ended-reporting-hidden {
  display: none !important;
}

.h5p-iv-open-ended-input-div {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-right: 1em;
}

.h5p-iv-open-ended-input-div input {
  margin-left: 0.8em;
  margin-right: 0.8em;
  width: 74px;
  height: 41px;
  border: 2px solid #c3c3c3;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 5px rgba(0,0,0,0.2);
  text-align: right;
}

.h5p-iv-open-ended-reporting-submit-button-wrapper {
  display: flex;
  align-items: center;
}

.h5p-iv-open-ended-reporting-submit-button {
  padding: 0.2em 1em 0.2em 1em;
  border-radius: 4px;
  background-color: #576cf7;
  font-family: Arial;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  border: 0;
}

.h5p-iv-open-ended-reporting-submit-button:disabled {
  opacity: 0.5;
}

.h5p-iv-open-ended-reporting-title-wrapper {
  margin-right: auto;
}

.h5p-iv-open-ended-title-counter {
  font-size: 16px;
  font-style: italic;
}

.h5p-iv-open-ended-title-counter span {
  font-weight: bold;
}

.h5p-iv-open-ended-reporting-button-wrapper {
  margin-left: auto;
  display: flex;
  margin-left: auto;
}

.h5p-iv-open-ended-reporting-button-wrapper button {
  width: 2.3em;
  height: 2.3em;
  background-color: #252b39;
  border-radius: 50%;
  border: none;
  transform: rotate(90deg);
  margin-left: 0.5em;
  outline: 0;
}

.h5p-iv-open-ended-reporting-footer {
  display: flex;
  margin-top: 1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.h5p-iv-open-ended-reporting-button-wrapper button:disabled{
  opacity: 0.5;
}

.h5p-iv-open-ended-reporting-scores {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.h5p-iv-open-ended-previous:before {
  font-family: 'h5p-reporting-icons';
  content: "\e58f";
  color: white;
  font-size: 1.8em;
  position: absolute;
  top: -0.4em;
  left: 0.15em;
}

.h5p-iv-open-ended-next:before {
  font-family: 'h5p-reporting-icons';
  content: "\e58e";
  color: white;
  font-size: 1.8em;
  position: absolute;
  top: -0.5em;
  left: 0.15em;
}

.h5p-iv-open-ended-reporting-question-counter {
  color: #4354c4;
  border-radius: 50px;
  background-color: #D6E3FB;
  padding-left: 1.4em;
  padding-right: 1.4em;
}

.h5p-iv-open-ended-reporting-question-counter span{
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}

.h5p-iv-open-ended-reporting-question-counter.reporting-completed {
  color: #849B72;
  background-color: #DCEFD9;
}

.h5p-iv-open-ended-reporting-change-grade {
  margin: 1em;
  color: #576cf7;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .h5p-iv-open-ended-reporting-header {
    padding: 0.5em;
    display: block;
  }

  .h5p-iv-open-ended-reporting-grade-input-wrapper {
    justify-content: flex-end;
    min-width: 20em;
  }

  .h5p-iv-open-ended-reporting-change-grade {
    margin-left: 0;
  }

  .h5p-iv-open-ended-reporting-scores {
    justify-content: flex-end;
  }

  .h5p-iv-open-ended-input-div {
   display: inline-block;
  }

  .h5p-iv-open-ended-reporting-submit-button-wrapper {
    display: inline-block;
  }

  .h5p-reporting-description {
    margin-bottom: 0;
  }
}

.h5p-iv-open-ended-flat-header .h5p-reporting-score-wrapper {
  display: block;
}

.h5p-long-choice-container {
  line-height: 2.25;
}

.h5p-long-choice-task-description {
  border-bottom: 1px solid #e5e5e5;
}

.h5p-long-choice-word {
  margin-left: 0.25em;
}

.h5p-long-choice-word.h5p-long-choice-answered,
.h5p-long-choice-word.h5p-long-choice-correct {
  padding: 3px 10px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px;
}

.h5p-long-choice-word.h5p-long-choice-answered.h5p-long-choice-correct {
  color: #ffffff;
  background: #8AC062;
  border: dashed 1px #8AC062;
}

.h5p-long-choice-word.h5p-long-choice-answered.h5p-long-choice-correct:before {
  font-family: 'h5p-reporting-icons';
  content: "\e90c";
}

.h5p-long-choice-word.h5p-long-choice-answered {
  color: #ffffff;
  background-color: #DF465A;
  border: dashed 1px #DF465A;
}

.h5p-long-choice-word.h5p-long-choice-answered:before {
  font-family: 'h5p-reporting-icons';
  content: "\e894";
}

.h5p-long-choice-word.h5p-long-choice-correct {
  color: #79B74B;
  background-color: #fff;
  border: dashed 1px #79B74B;
}

.h5p-long-choice-footer {
  font-size: 14px;
  text-align: right;
  margin-top: 30px;
  color: #5C5C5C;
  margin-left: auto;
  margin-right: auto;
}

.h5p-long-choice-correct,
.h5p-long-choice-answered.h5p-long-choice-correct,
.h5p-long-choice-answered {
  white-space: nowrap;
  display: inline-block;
  line-height: 1.5;
}

.h5p-matching-table {
  width: 100%;
}

.h5p-matching-header-dropzone {
  width: 40%;
}

.h5p-matching-header-correct,
.h5p-matching-header-user {
  width: 30%;
}

.h5p-matching-dropzone {
  vertical-align: top;
}

.h5p-matching-table td,
.h5p-matching-table th {
  border-bottom: 1px solid #ddd;
  padding:5px;
  line-height: 2em;
}

.h5p-matching-table th {
  font-weight: normal;
}

.h5p-matching-table .h5p-matching-last-cell-in-row {
  border-bottom: solid 2px #e2e5ee;
}

.h5p-matching-table-heading {
  background-color: #233448;
  color: #FFFFFF;
}

.h5p-matching-table tr {
  line-height: 2em;
}

.h5p-matching-table th,
.h5p-matching-table td,
.h5p-matching-table tr {
  padding-left: 1em;
}

.h5p-matching-table tr:nth-child(even) {
  background-color: #FFFFFF;
}

.h5p-matching-draggable-wrong:after,
.h5p-matching-draggable-correct:after {
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.h5p-matching-draggable-wrong:after {
  font-family: 'h5p-reporting-icons';
  content: "\e894";
  color: #DF465A;
}

.h5p-matching-draggable-correct:after {
  font-family: 'h5p-reporting-icons';
  content: "\e90c";
  color: #8AC062;
}

@font-face {
  font-family: 'h5p-reporting-icons';
  src:  url(/fonts/h5p-reporting-icons.eot?e4524a56bf52bd55a965714123852401);
  src:  url(/fonts/h5p-reporting-icons.eot?e4524a56bf52bd55a965714123852401#iefix) format('embedded-opentype'),
  url(/fonts/h5p-reporting-icons.ttf?25af8711ace9033f9fbac29458d7788d) format('truetype'),
  url(/fonts/h5p-reporting-icons.woff?ef821a29b34a0f716c5bbb69f4eb4ff4) format('woff'),
  url(/fonts/h5p-reporting-icons.svg?e02313cdc02d6fa933549a60bfb51f3a#h5p-reporting-icons) format('svg');
  font-weight: normal;
  font-style: normal;
}

.h5p-reporting-container {
  height: auto;
  border: solid 1px #C9C9C9;
  margin: auto;
  padding: 30px 50px 30px 50px;
  background: #fff;
  font-size: 15px;
  color: #5C5C5C;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.12);
  overflow: visible;
}

.h5p-reporting-description {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  word-break: break-word;
}

.h5p-reporting-score-wrapper,
.h5p-reporting-scaled-container,
.h5p-reporting-score-container {
  display: inline-block;
}

.h5p-reporting-score-wrapper {
  font-size: 0.95em;
  float: right;
  padding: 0.4em 1em;
}

.h5p-reporting-score-wrapper {
  font-weight: bold;
}

.h5p-reporting-scaled-label,
.h5p-reporting-score-label {
  font-weight: normal;
}

.h5p-reporting-scaled-label,
.h5p-reporting-score,
.h5p-reporting-scaled-score {
  margin-left: 0.4em;
}

.h5p-report-view code {
  color: #3d3d3d;
  background: #e0e0e0;
  border-radius: 2px;
  padding: 0 5px;
}

.h5p-report-view pre {
  background-color: unset;
  border: unset;
  color: unset;
  font-size: 1.8rem;
  margin: unset;
  padding: unset;
  font-weight: 400;
}

.h5p-report-view pre > code {
  background-color: #fafafa;
  padding: 5px;
  display: block;
  line-height: normal;
  border: 1px solid #c7c7c7;
  border-left-width: 4px;
  max-width: 100%;
  white-space: pre;
  overflow: auto;
}
.h5p-true-false-footer {
  font-size: 14px;
  text-align: right;
  margin-top: 30px;
  color: #5C5C5C;
  margin-left: auto;
  margin-right: auto;
}

.h5p-true-false-correct-responses-pattern,
.h5p-true-false-user-response-wrong,
.h5p-true-false-user-response-correct {
  padding: 0.33em 0.66em;
  margin-left: 0.33em;
  margin-right: 0.33em;
  border-radius: 0.33em;
}

.h5p-true-false-correct-responses-pattern {
  color: #79B74B;
  background-color: #fff;
  border: dashed 1px #79B74B;
}

.h5p-true-false-user-response-correct {
  color: #ffffff;
  background: #8AC062;
  border: dashed 1px #8AC062;
}

.h5p-true-false-user-response-correct:before {
  font-family: 'h5p-reporting-icons';
  content: "\e90c";
}

.h5p-true-false-user-response-wrong {
  color: #ffffff;
  background-color: #DF465A;
  border: dashed 1px #DF465A;
}

.h5p-true-false-user-response-wrong:before {
  font-family: 'h5p-reporting-icons';
  content: "\e894";
}

.h5p-true-false-user-response-wrong,
.h5p-true-false-user-response-correct,
.h5p-true-false-correct-responses-pattern {
  white-space: nowrap;
  display: inline-block;
}

.h5p-sequence-table {
  width: 100%;
  margin-bottom: 2em;
}

.h5p-sequence-table.full {
  display: none;
}

.h5p-sequence-table td {
  position: relative;
  text-align: left;
  border-bottom: 1px solid #e2e5ee;
  padding: 5px 1em;
  line-height: 2em;
  vertical-align: top;
}

.h5p-sequence-table-heading {
  background-color: #3c4859;
  color: #FFFFFF;
}

.h5p-sequence-table .text {
  display: block;
  margin-left: 3em;
}

.h5p-sequence-table .icon {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: normal;
  background-color: #8AC062;
  color: #ffffff;
  padding: 5px;
  border-radius: 5px;
}

.h5p-sequence-table .icon.user:before {
  font-family: 'h5p-reporting-icons';
  content: "\e90c";
}

.h5p-sequence-table .h5p-wrong .icon {
  color: #ffffff;
  background-color: #DF465A;
}

.h5p-sequence-table .h5p-wrong .icon.user:before {
  font-family: 'h5p-reporting-icons';
  content: "\e894";
}
.h5p-sequence-table .icon.crp {
  border-radius: 100%;
}

.h5p-transition-mode .h5p-sequence-table .line {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background-color: #8AC062;
}

.h5p-transition-mode .h5p-sequence-table .h5p-wrong .line {
  background-color: #DF465A;
}

.h5p-transition-mode .h5p-sequence-table .icon {
  bottom: 0;
  transform: translateY(50%);
}

.h5p-transition-mode .h5p-sequence-table tr:last-child .line,
.h5p-transition-mode .h5p-sequence-table tr:last-child .icon {
  display: none;
}

@media screen and (max-width: 1024px) {
  .h5p-sequence-container {
    padding: 1em 1em 0;
  }
}

@media screen and (min-width: 1024px) {
  .h5p-sequence-table.split {
    display: none;
  }

  .h5p-sequence-table.full {
    display: table;
  }

  .h5p-transition-mode .h5p-sequence-table .line {
    width: 80%;
  }
}
.Zebra_DatePicker{background:#fff;border:1px solid #aaa;border-radius:4px;box-shadow:0 0 10px #ccc;color:#222;font:13px Tahoma,Arial,Helvetica,sans-serif;padding:5px;position:absolute;display:table;z-index:1200}.Zebra_DatePicker *,.Zebra_DatePicker :after,.Zebra_DatePicker :before{box-sizing:content-box!important}.Zebra_DatePicker *{padding:0}.Zebra_DatePicker table{border-collapse:collapse;border-radius:4px;border-spacing:0;width:100%}.Zebra_DatePicker td,.Zebra_DatePicker th{border-radius:4px;padding:5px;cursor:pointer;text-align:center;min-width:25px;width:25px}.Zebra_DatePicker .dp_body .dp_not_in_month{color:#666}.Zebra_DatePicker .dp_body .dp_time_controls_condensed td{width:25%}.Zebra_DatePicker .dp_body .dp_current{color:#3a87ad}.Zebra_DatePicker .dp_body .dp_selected{background:#337ab7;color:#fff}.Zebra_DatePicker .dp_body .dp_disabled{color:#bbb;cursor:text}.Zebra_DatePicker .dp_body .dp_disabled.dp_current{color:#b3d5e5}.Zebra_DatePicker .dp_monthpicker td,.Zebra_DatePicker .dp_timepicker td,.Zebra_DatePicker .dp_yearpicker td{width:33.3333%}.Zebra_DatePicker .dp_timepicker .dp_disabled{border:none;color:#222;font-size:26px;font-weight:700}.Zebra_DatePicker .dp_time_separator div{position:relative}.Zebra_DatePicker .dp_time_separator div:after{content:":";color:#222;font-size:20px;left:100%;margin-left:2px;margin-top:-13px;position:absolute;top:50%;z-index:1}.Zebra_DatePicker .dp_header{margin-bottom:5px}@supports(-ms-ime-align:auto){.Zebra_DatePicker .dp_header{font-family:"Segoe UI Symbol",Tahoma,Arial,Helvetica,sans-serif}}.Zebra_DatePicker .dp_footer{margin-top:5px}.Zebra_DatePicker .dp_footer .dp_icon{width:50%}.Zebra_DatePicker .dp_actions td{border-radius:4px}.Zebra_DatePicker .dp_actions .dp_caption{font-weight:700;width:100%}@media(hover:hover){.Zebra_DatePicker .dp_body .dp_hover{background:#dedede}.Zebra_DatePicker .dp_actions .dp_hover,.Zebra_DatePicker .dp_body .dp_hover.dp_time_control{background-color:#dedede}}.Zebra_DatePicker .dp_daypicker th{cursor:text;font-weight:700}.Zebra_DatePicker.dp_hidden{display:none}.Zebra_DatePicker .dp_icon{height:16px;background-image:url(/images/vendor/zebra_datepicker/dist/css/bootstrap/icons.png?7af120519cf4202ff23957d966bade9c);background-repeat:no-repeat;text-indent:-9999px}.Zebra_DatePicker .dp_icon.dp_confirm{background-position:center -123px}.Zebra_DatePicker .dp_icon.dp_view_toggler{background-position:center -91px}.Zebra_DatePicker .dp_icon.dp_view_toggler.dp_calendar{background-position:center -59px}button.Zebra_DatePicker_Icon{background:url(/images/vendor/zebra_datepicker/dist/css/bootstrap/icons.png?7af120519cf4202ff23957d966bade9c) center top no-repeat;border:none;cursor:pointer;display:block;height:16px;line-height:0;padding:0;position:absolute;text-indent:-9000px;width:16px}button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Disabled{background-position:center -32px;cursor:default}
@charset "UTF-8";
@font-face {
  font-family: "h5pcom";
  src: url(/fonts/h5pcom.eot?73df3957528995fc80c453012fbb8cc5);
  src: url(/fonts/h5pcom.eot?73df3957528995fc80c453012fbb8cc5#iefix) format("embedded-opentype"), url(/fonts/h5pcom.ttf?b0a371ca0367d0d2979eba0a909722c4) format("truetype"), url(/fonts/h5pcom.woff?96f1476033b71978d237787dd220c709) format("woff"), url(/fonts/h5pcom.svg?504c3ae3b80fccd00ea34920df0ecb80#h5pcom-icons) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=h5picon-], [class*=" h5picon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "h5pcom" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.h5picon-search {
  line-height: 1.5;
}

.h5picon-roles-no:before {
  content: "\e916";
}

.h5picon-roles-yes:before {
  content: "\e917";
}

.h5picon-menu:before {
  content: "\e918";
}

.h5picon-back:before {
  content: "\e919";
}

.h5picon-loading:before {
  content: "\e94b";
}

.h5picon-upload:before {
  content: "\e91b";
}

.h5picon-check:before {
  content: "\e900";
}

.h5picon-dropdown-arrow:before {
  content: "\e901";
}

.h5picon-add-user:before {
  content: "\e902";
}

.h5picon-author:before {
  content: "\e903";
}

.h5picon-clone:before {
  content: "\e904";
}

.h5picon-edit:before {
  content: "\e905";
}

.h5picon-move:before {
  content: "\e906";
}

.h5picon-trash:before {
  content: "\e907";
}

.h5picon-multiple-authors:before {
  content: "\e908";
}

.h5picon-organization:before,
.h5picon-protected:before {
  content: "\e909";
}

.h5picon-public:before {
  content: "\e90a";
}

.h5picon-collaborators:before {
  content: "\e90b";
}

.h5picon-close:before {
  content: "\e90c";
}

.h5picon-info:before {
  content: "\e90d";
}

.h5picon-down:before {
  content: "\e90e";
}

.h5picon-up:before {
  content: "\e90f";
}

.h5picon-logo:before {
  content: "\e910";
}

.h5picon-link:before {
  content: "\e911";
}

.h5picon-plus:before {
  content: "\e912";
}

.h5picon-more-options:before {
  content: "\e913";
}

.h5picon-search:before {
  content: "\e914";
}

.h5picon-restore:before {
  content: "\e915";
}

.h5picon-folder:before {
  content: "\e91e";
}

.h5picon-folder-open:before {
  content: "\e91f";
}

.h5picon-reports:before {
  content: "\e920";
}

.h5picon-funnel:before {
  content: "\e921";
}

.h5picon-unpublished:before {
  content: "\e922";
}

.h5picon-publics:before {
  content: "\e923";
}

.h5picon-assign-owner:before {
  content: "\e924";
}

.h5picon-plus-square:before {
  content: "\e926";
}

.h5picon-minus-square:before {
  content: "\e925";
}

.h5picon-learner-content:before {
  content: "\e927";
  color: #a78ed4;
}

.h5picon-calculator:before {
  content: "\e928";
}

.h5picon-insert:before {
  content: "\e932";
}

.h5picon-check-circle:before {
  content: "\e933";
}

.h5picon-checkbox-selected:before {
  content: "\e934";
}

.h5picon-checkbox-unselected:before {
  content: "\e935";
}

.h5picon-radio-selected:before {
  content: "\e937";
}

.h5picon-radio-unselected:before {
  content: "\e936";
}

.h5picon-content-hub:before {
  content: "\e93d";
}

.h5picon-getting-started:before {
  content: "\e939";
}

.h5picon-log-out:before {
  content: "\e93a";
}

.h5picon-side-by-side:before {
  content: "\e93e";
}

.h5picon-presentation:before {
  content: "\e93f";
}

.h5picon-filters-2:before {
  content: "\e940";
}

.h5picon-manage-columns:before {
  content: "\e941";
}

.h5picon-sorting:before {
  content: "\e942";
}

.h5picon-flag:before {
  content: "\e943";
}

.h5picon-download:before {
  content: "\e944";
}

.h5picon-next-step:before {
  content: "\e947";
}

.h5picon-print:before {
  content: "\e948";
}

.h5picon-sent:before {
  content: "\e94c";
}

.h5picon-text-tab:before {
  content: "\e94d";
}

.h5picon-hat:before {
  content: "\e94e";
}

.h5picon-analytics:before {
  content: "\e94f";
}

.h5picon-drive:before {
  content: "\e950";
}

.h5picon-arrows-vertical:before {
  content: "\e951";
}

.h5picon-card:before {
  content: "\e952";
}

/* nunito-regular - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.eot?29e4da8fed9df7d4e7a50405c1088ec9); /* IE9 Compat Modes */
  src: local(""), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.eot?29e4da8fed9df7d4e7a50405c1088ec9?#iefix) format("embedded-opentype"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2?68c4665fc6369344a4655a2e926680f3) format("woff2"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.woff?39772efa32f407bcd9c661746f1f9b8d) format("woff"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf?90a8d18bc362f095f72906c25bc68f05) format("truetype"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.svg?bd9184cb04713870c0d617c62f7e56cd#Nunito) format("svg"); /* Legacy iOS */
}
/* nunito-300 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.eot?633067e978bd3d78a85b87b4b0f9787a); /* IE9 Compat Modes */
  src: local(""), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.eot?633067e978bd3d78a85b87b4b0f9787a?#iefix) format("embedded-opentype"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.woff2?3112277c25d77daed8db8e64d2b73d7a) format("woff2"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.woff?81237ec487f4f600d4f130e40f6bfb69) format("woff"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.ttf?885b94c7b44615df569282241d96b758) format("truetype"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.svg?5fec9b7a61908c47f0d04dbbd0188bc5#Nunito) format("svg"); /* Legacy iOS */
}
/* nunito-600 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.eot?7dbc759b5b30a2f7d119a6900e147c9f); /* IE9 Compat Modes */
  src: local(""), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.eot?7dbc759b5b30a2f7d119a6900e147c9f?#iefix) format("embedded-opentype"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.woff2?df7d8f03c673e02440bbee48bf04deaf) format("woff2"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.woff?f1c56c6aa79dc53efee1d10dc457b672) format("woff"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.ttf?b04ea3dff555e46aaf796c0c299e733d) format("truetype"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.svg?8747fa6e4f92d86e3b0a2bcb900df5d5#Nunito) format("svg"); /* Legacy iOS */
}
/* nunito-700 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.eot?9b160bda9a3243bdfab5ac47775965e0); /* IE9 Compat Modes */
  src: local(""), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.eot?9b160bda9a3243bdfab5ac47775965e0?#iefix) format("embedded-opentype"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.woff2?6c275decb32038ed05a0adebad1cce68) format("woff2"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.woff?26714444649f740f83ec9efd8f44f133) format("woff"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.ttf?39367d1a97f8ca7752155ffc6bb4e708) format("truetype"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.svg?2f47470b02106e590a6f7f25fab75471#Nunito) format("svg"); /* Legacy iOS */
}
/* nunito-800 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  src: url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800.eot?5eb75dddd31194b0ebc12609e24a5124); /* IE9 Compat Modes */
  src: local(""), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800.eot?5eb75dddd31194b0ebc12609e24a5124?#iefix) format("embedded-opentype"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800.woff2?8ba729ce012c8f252a9686ef54a1cafa) format("woff2"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800.woff?88de9c1758aafc38befd42c008cd049f) format("woff"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800.ttf?65231f9922efe99e731d3629da6c13f5) format("truetype"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800.svg?cb6f1153c9e51323c7eac89b9b545dbe#Nunito) format("svg"); /* Legacy iOS */
}
/* nunito-900 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 900;
  src: url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900.eot?8a186c4c13f06735c91c540c6d718e4a); /* IE9 Compat Modes */
  src: local(""), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900.eot?8a186c4c13f06735c91c540c6d718e4a?#iefix) format("embedded-opentype"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900.woff2?34f502e543617117e6097de4fafb2ab0) format("woff2"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900.woff?8912c3f2a86100405647d531c3e13d44) format("woff"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900.ttf?31ed941ee894aebe8568ace2f2357ec7) format("truetype"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900.svg?71ce9a53ed0a2dde3b64d6de5b06f600#Nunito) format("svg"); /* Legacy iOS */
}
/* nunito-300italic - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 300;
  src: url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300italic.eot?82f0a5a697243926ce1d0b10c61a44bd); /* IE9 Compat Modes */
  src: local(""), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300italic.eot?82f0a5a697243926ce1d0b10c61a44bd?#iefix) format("embedded-opentype"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300italic.woff2?00e71aaf95c06a0051583bb9a54632bc) format("woff2"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300italic.woff?746a52627afc580101904201f9ea5438) format("woff"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300italic.ttf?9b33e755b58965b584e69a3a5d4b6bc4) format("truetype"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300italic.svg?f5ca3f6236984b92f06d43df50550c40#Nunito) format("svg"); /* Legacy iOS */
}
/* nunito-italic - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 400;
  src: url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.eot?da0cc72932c850d5422f3215e04019f5); /* IE9 Compat Modes */
  src: local(""), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.eot?da0cc72932c850d5422f3215e04019f5?#iefix) format("embedded-opentype"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.woff2?4baa6227d29a9dcc629c16063f9f6e85) format("woff2"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.woff?0afd69b551c1a681c21a10b95a8a450f) format("woff"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.ttf?9e5fac6851a6ef5bb75f35b7fab8a3c2) format("truetype"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.svg?2fce76d12b49e5135d26d0c030538f7c#Nunito) format("svg"); /* Legacy iOS */
}
/* nunito-600italic - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 600;
  src: url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600italic.eot?45b31f7a8ca60416f22ffe9303cf931c); /* IE9 Compat Modes */
  src: local(""), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600italic.eot?45b31f7a8ca60416f22ffe9303cf931c?#iefix) format("embedded-opentype"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600italic.woff2?f3168ca0e6e48974ebc48c81bc277944) format("woff2"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600italic.woff?d86fcb8d0a06dc1ae3bacce5413cdc7b) format("woff"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600italic.ttf?78b7d833d36349d24a2f85a8e19a63f7) format("truetype"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600italic.svg?7e72ad97061e6c5ffb9ed37e4c795257#Nunito) format("svg"); /* Legacy iOS */
}
/* nunito-700italic - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 700;
  src: url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.eot?748c40adc8d0a3a8d00117538c5c0cf7); /* IE9 Compat Modes */
  src: local(""), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.eot?748c40adc8d0a3a8d00117538c5c0cf7?#iefix) format("embedded-opentype"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.woff2?aff64cfb585069b8ade15f4bfce8d2f9) format("woff2"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.woff?f8d8794bceb68eb8b38c1dca2237fe86) format("woff"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.ttf?459ea1b1e244e6d71f5e2601e895a05b) format("truetype"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.svg?16b646ce47300ed1eda2357c59b60c4b#Nunito) format("svg"); /* Legacy iOS */
}
/* nunito-800italic - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 800;
  src: url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800italic.eot?e93a3e763c30b1b908de22dfbb97919e); /* IE9 Compat Modes */
  src: local(""), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800italic.eot?e93a3e763c30b1b908de22dfbb97919e?#iefix) format("embedded-opentype"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800italic.woff2?951f64580d004eaa0ba46a9b5fc7a88b) format("woff2"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800italic.woff?2e7d3d1f3b135cf039dd9b91e906c74e) format("woff"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800italic.ttf?f8c53a0156ca6a4e3a431b282d288547) format("truetype"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800italic.svg?683b97853253df4164224a647b929ca9#Nunito) format("svg"); /* Legacy iOS */
}
/* nunito-900italic - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 900;
  src: url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900italic.eot?cf5abf6a979fde3505517a3adf8d7c4e); /* IE9 Compat Modes */
  src: local(""), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900italic.eot?cf5abf6a979fde3505517a3adf8d7c4e?#iefix) format("embedded-opentype"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900italic.woff2?8feaff6a6e615aaa0125fde2090bb541) format("woff2"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900italic.woff?da011b4ef6fc81f71db8c456427fcfd4) format("woff"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900italic.ttf?cbd36f051fb0a549e20d4a825d2142b9) format("truetype"), url(/fonts/nunito-v22-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-900italic.svg?2defb129fe3cb13f15e83f55c401e7ca#Nunito) format("svg"); /* Legacy iOS */
}
/* montserrat-300 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.eot?415f903c058414a12b1e4f1b33362741); /* IE9 Compat Modes */
  src: local(""), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.eot?415f903c058414a12b1e4f1b33362741?#iefix) format("embedded-opentype"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.woff2?392ec1ef57678ec259b323b12ea989b3) format("woff2"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.woff?063b2f60c12ee6124250bba9acad5af4) format("woff"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.ttf?518879672be816421fa5be3348ce5c7e) format("truetype"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.svg?f1c8139c8e2b4ae02b013889b25c7ac9#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-regular - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.eot?864bc688ce604e0c4f70e22de49e3074); /* IE9 Compat Modes */
  src: local(""), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.eot?864bc688ce604e0c4f70e22de49e3074?#iefix) format("embedded-opentype"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2?36deea7ccb21daa5013bbb50a8f33deb) format("woff2"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.woff?aa917f2f47304e192c88bd6ce6170eb3) format("woff"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf?818b8ae981d585edf9c255c84d9cadb0) format("truetype"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.svg?2cf5889c83cbf31f007d4789392aa5e1#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-600 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.eot?93693f36abf53e2b55f809d61e2efbaf); /* IE9 Compat Modes */
  src: local(""), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.eot?93693f36abf53e2b55f809d61e2efbaf?#iefix) format("embedded-opentype"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.woff2?408ae16e2a8097ff3687635e25a8a56d) format("woff2"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.woff?b2ade74aea584fdcaa5612cb31ed3abd) format("woff"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.ttf?334bf5414bd260d9f7ad53ff552bfea4) format("truetype"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.svg?8e67e3f4e58fb3238d8f67db47fb425f#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-800 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800.eot?ef6878716008e19be8c0477a0911c328); /* IE9 Compat Modes */
  src: local(""), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800.eot?ef6878716008e19be8c0477a0911c328?#iefix) format("embedded-opentype"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800.woff2?24bbffbfffcdd31d1aa7a9261a5e9ef6) format("woff2"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800.woff?b4002db58417b313808497ae722460c3) format("woff"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800.ttf?828aa995d5562583522467e23ed96282) format("truetype"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800.svg?66b7b7fe39bbcae3299aac83497b2c11#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-700 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.eot?88ab8c742b44fde5c90cf2540f20fcf9); /* IE9 Compat Modes */
  src: local(""), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.eot?88ab8c742b44fde5c90cf2540f20fcf9?#iefix) format("embedded-opentype"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.woff2?201282a5e3b4d6120293618d9b3fb45b) format("woff2"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.woff?81b48f7ab9882a2f3ea9228869d776fb) format("woff"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.ttf?71c21e04f8f8f83a71ef716e0ea59647) format("truetype"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.svg?86118d4c38d5c0c1bbffbd98ead57ba4#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-300italic - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  src: url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300italic.eot?5b1c54bf5c17040bb080b04884396a77); /* IE9 Compat Modes */
  src: local(""), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300italic.eot?5b1c54bf5c17040bb080b04884396a77?#iefix) format("embedded-opentype"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300italic.woff2?66f62d2b28978389305f7bd162a74fa2) format("woff2"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300italic.woff?f9b7c12a718f84679cad00f7b9cb9daa) format("woff"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300italic.ttf?81c7550640b1d52bd8ccaeb4032d6e98) format("truetype"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300italic.svg?1ee0a7eeb2f47abbe2fbd18a230b75be#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-italic - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.eot?439e203a556738f9128dfb79a8902b09); /* IE9 Compat Modes */
  src: local(""), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.eot?439e203a556738f9128dfb79a8902b09?#iefix) format("embedded-opentype"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.woff2?dd82e0518ccfaef6dcd59b9354a7c654) format("woff2"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.woff?ead19849f490b006826dcd3f5d8abbb5) format("woff"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.ttf?b8e6f3ba6f848b93c329b0c0922f3d59) format("truetype"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.svg?b853b3e65d7ad525e86c7e8a7420381c#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-700italic - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.eot?2b095589ccd494fc9cba492934834b9a); /* IE9 Compat Modes */
  src: local(""), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.eot?2b095589ccd494fc9cba492934834b9a?#iefix) format("embedded-opentype"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.woff2?d30121b7c353004ad4508f2baf6b1bc0) format("woff2"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.woff?dc8b9ddc0fe71fbf3b823b0e01949a57) format("woff"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.ttf?392b3664b81700eb2ee7f061cf0612db) format("truetype"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700italic.svg?7556c12553f39d27305e5d32ca773881#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-800italic - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  src: url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800italic.eot?d8e607988f2ed6cbf220301200401114); /* IE9 Compat Modes */
  src: local(""), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800italic.eot?d8e607988f2ed6cbf220301200401114?#iefix) format("embedded-opentype"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800italic.woff2?75b9328b8b3779ebd786829598a71fc6) format("woff2"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800italic.woff?94dc14b113be7e23077170a8dc24ffc9) format("woff"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800italic.ttf?726eb6bac0750e733a5463d6175750b1) format("truetype"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800italic.svg?2ce3289d95f2387db35c3afd509ef399#Montserrat) format("svg"); /* Legacy iOS */
}
/* montserrat-600italic - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  src: url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600italic.eot?cf9212c50894351d32b00eabf8de5be0); /* IE9 Compat Modes */
  src: local(""), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600italic.eot?cf9212c50894351d32b00eabf8de5be0?#iefix) format("embedded-opentype"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600italic.woff2?301513ca4990143e3e99ac74951eb8b2) format("woff2"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600italic.woff?ad26b3b8ebd94fc8e7946d23e403ffcc) format("woff"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600italic.ttf?7b798476c0feb8d0ff3d5599436dde41) format("truetype"), url(/fonts/montserrat-v23-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600italic.svg?3bbfb9d1dbe9a5ef9fb88d1e5a9498f3#Montserrat) format("svg"); /* Legacy iOS */
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap-sass/assets/stylesheets/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #636b6f;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #3266ec;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2e46a4;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #f5f8fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 1025px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: #3266ec;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(19.9330357143, 74.4866071429, 215.0669642857);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #ff1e1e;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #ea0000;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #3266ec;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(19.9330357143, 74.4866071429, 215.0669642857);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.6;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 1025px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 17.5px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.6;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.6;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 1025px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 1025px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1025px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1025px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 1024px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.6;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid rgb(204.2571428571, 207.9142857143, 209.7428571429);
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: rgb(166.6852678571, 189.0870535714, 246.8147321429);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(167, 189, 247, 0.6);
}
.form-control::-moz-placeholder {
  color: rgb(177.3, 182.9, 185.7);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgb(177.3, 182.9, 185.7);
}
.form-control::-webkit-input-placeholder {
  color: rgb(177.3, 182.9, 185.7);
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 36px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 36px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #ff1e1e;
}
.has-error .form-control {
  border-color: #ff1e1e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #ea0000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff8484;
}
.has-error .input-group-addon {
  color: #ff1e1e;
  background-color: #f2dede;
  border-color: #ff1e1e;
}
.has-error .form-control-feedback {
  color: #ff1e1e;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(163.8214285714, 170.3928571429, 173.6785714286);
}

@media (min-width: 1025px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 1025px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 1025px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #636b6f;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #636b6f;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #636b6f;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #636b6f;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #636b6f;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #636b6f;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #636b6f;
}

.btn-primary {
  color: #fff;
  background-color: #3266ec;
  border-color: rgb(26.6629464286, 84.5825892857, 233.8370535714);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(19.9330357143, 74.4866071429, 215.0669642857);
  border-color: rgb(11.28125, 42.15625, 121.71875);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(19.9330357143, 74.4866071429, 215.0669642857);
  border-color: rgb(16.9049107143, 63.1709821429, 182.3950892857);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(19.9330357143, 74.4866071429, 215.0669642857);
  background-image: none;
  border-color: rgb(16.9049107143, 63.1709821429, 182.3950892857);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(16.9049107143, 63.1709821429, 182.3950892857);
  border-color: rgb(11.28125, 42.15625, 121.71875);
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #3266ec;
  border-color: rgb(26.6629464286, 84.5825892857, 233.8370535714);
}
.btn-primary .badge {
  color: #3266ec;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #2ab27b;
  border-color: rgb(37.1318181818, 157.3681818182, 108.7431818182);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.2636363636, 136.7363636364, 94.4863636364);
  border-color: rgb(12.7909090909, 54.2090909091, 37.4590909091);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.2636363636, 136.7363636364, 94.4863636364);
  border-color: rgb(25.4481818182, 107.8518181818, 74.5268181818);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(32.2636363636, 136.7363636364, 94.4863636364);
  background-image: none;
  border-color: rgb(25.4481818182, 107.8518181818, 74.5268181818);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(25.4481818182, 107.8518181818, 74.5268181818);
  border-color: rgb(12.7909090909, 54.2090909091, 37.4590909091);
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #2ab27b;
  border-color: rgb(37.1318181818, 157.3681818182, 108.7431818182);
}
.btn-success .badge {
  color: #2ab27b;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #8eb4cb;
  border-color: rgb(124.5363636364, 168.4090909091, 194.9636363636);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(107.0727272727, 156.8181818182, 186.9272727273);
  border-color: rgb(60.5090909091, 104.7272727273, 131.4909090909);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(107.0727272727, 156.8181818182, 186.9272727273);
  border-color: rgb(82.6236363636, 140.5909090909, 175.6763636364);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(107.0727272727, 156.8181818182, 186.9272727273);
  background-image: none;
  border-color: rgb(82.6236363636, 140.5909090909, 175.6763636364);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(82.6236363636, 140.5909090909, 175.6763636364);
  border-color: rgb(60.5090909091, 104.7272727273, 131.4909090909);
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #8eb4cb;
  border-color: rgb(124.5363636364, 168.4090909091, 194.9636363636);
}
.btn-info .badge {
  color: #8eb4cb;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #cbb956;
  border-color: rgb(197, 176.9230769231, 66.5);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(182, 162.6153846154, 56);
  border-color: rgb(104, 92.9230769231, 32);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(182, 162.6153846154, 56);
  border-color: rgb(154.7, 138.2230769231, 47.6);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(182, 162.6153846154, 56);
  background-image: none;
  border-color: rgb(154.7, 138.2230769231, 47.6);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(154.7, 138.2230769231, 47.6);
  border-color: rgb(104, 92.9230769231, 32);
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #cbb956;
  border-color: rgb(197, 176.9230769231, 66.5);
}
.btn-warning .badge {
  color: #cbb956;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #bf5329;
  border-color: rgb(170.0064655172, 73.8771551724, 36.4935344828);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(149.0129310345, 64.7543103448, 31.9870689655);
  border-color: rgb(65.0387931034, 28.2629310345, 13.9612068966);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(149.0129310345, 64.7543103448, 31.9870689655);
  border-color: rgb(119.6219827586, 51.9823275862, 25.6780172414);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(149.0129310345, 64.7543103448, 31.9870689655);
  background-image: none;
  border-color: rgb(119.6219827586, 51.9823275862, 25.6780172414);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(119.6219827586, 51.9823275862, 25.6780172414);
  border-color: rgb(65.0387931034, 28.2629310345, 13.9612068966);
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #bf5329;
  border-color: rgb(170.0064655172, 73.8771551724, 36.4935344828);
}
.btn-danger .badge {
  color: #bf5329;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #3266ec;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #2e46a4;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3266ec;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.6;
  color: rgb(119.085, 119.085, 119.085);
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 1025px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid rgb(204.2571428571, 207.9142857143, 209.7428571429);
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #3266ec;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3266ec;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1025px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 1025px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 1025px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 1025px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1025px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 1025px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1025px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1025px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 22px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1025px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1025px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 1024px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1025px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 1025px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1024px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 1025px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 1025px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: rgb(229.5, 229.5, 229.5);
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(229.5, 229.5, 229.5);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
@media (max-width: 1024px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: rgb(231.425, 231.425, 231.425);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #3d5fe2;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: pink;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(229.5, 229.5, 229.5);
}
.navbar-default .navbar-link {
  color: #fff;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #fff;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
@media (max-width: 1024px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: rgb(119.085, 119.085, 119.085);
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.6;
  color: #3266ec;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #2e46a4;
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #3266ec;
  border-color: #3266ec;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: rgb(119.085, 119.085, 119.085);
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(93.585, 93.585, 93.585);
}

.label-primary {
  background-color: #3266ec;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(19.9330357143, 74.4866071429, 215.0669642857);
}

.label-success {
  background-color: #2ab27b;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(32.2636363636, 136.7363636364, 94.4863636364);
}

.label-info {
  background-color: #8eb4cb;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(107.0727272727, 156.8181818182, 186.9272727273);
}

.label-warning {
  background-color: #cbb956;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(182, 162.6153846154, 56);
}

.label-danger {
  background-color: #bf5329;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(149.0129310345, 64.7543103448, 31.9870689655);
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.6;
  background-color: #f5f8fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #636b6f;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3266ec;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  color: #ff1e1e;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: #ea0000;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: rgb(238.425, 238.425, 238.425);
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: rgb(119.085, 119.085, 119.085);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3266ec;
  border-color: #3266ec;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: rgb(236.6964285714, 241.3392857143, 253.3035714286);
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #ff1e1e;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #ff1e1e;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #ff1e1e;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ff1e1e;
  border-color: #ff1e1e;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid rgb(229.5, 229.5, 229.5);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid rgb(229.5, 229.5, 229.5);
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
}

.panel-default {
  border-color: rgb(229.5, 229.5, 229.5);
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #fff;
  border-color: rgb(229.5, 229.5, 229.5);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(229.5, 229.5, 229.5);
}
.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(229.5, 229.5, 229.5);
}

.panel-primary {
  border-color: #3266ec;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3266ec;
  border-color: #3266ec;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3266ec;
}
.panel-primary > .panel-heading .badge {
  color: #3266ec;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3266ec;
}

.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #ff1e1e;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #ff1e1e;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 1025px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1025px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 1024px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 1024px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 1024px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 1024px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 1025px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1024px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) and (max-width: 1024px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1024px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1025px) and (max-width: 1024px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1025px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 1024px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  padding: 0;
  margin: 0;
  width: auto !important;
}

.container-fluid {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
}
.container-fluid.forming {
  z-index: inherit; /* Do not override when the container fluid is forming. */
}

thead {
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 16px;
  border-top: 1px solid #e2e5ee;
}

.table > thead > tr > th {
  border: none;
}

.modal {
  top: 25%;
}

.modal-footer {
  padding: 0;
  border: 0;
  text-align: left;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-underfoot {
  position: relative;
  margin: 2em -3.333em 0;
  padding: 2em 3.333em 0;
  border-top: 1px solid #f0f0f0;
}

.modal-body:after {
  display: block;
  clear: both;
}

.modal-body {
  padding: 2.083em 0;
}

.modal-title {
  line-height: 1;
  font-weight: bold;
  font-size: 1.458em;
  padding: 0;
  color: black;
}

.modal-title [data-toggle=tooltip] {
  font-size: 0.7em;
  color: #333;
  margin-left: 0.3em;
  position: relative;
  top: -0.3em;
}

.modal-header {
  padding: 0;
  border: 0;
}

.modal-backdrop.in {
  opacity: 0.8;
}

.modal-dialog {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.5);
}

.modal-content {
  border: none;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.15);
  padding: 3.333em;
  border-radius: 0.167em;
}
.modal-content .toggle-submit {
  cursor: pointer;
  position: absolute;
  right: 3.333em;
  border: 2px solid #186DF7;
  border-radius: 2em;
  width: 4em;
  height: 2em;
  background: white;
  padding: 2px;
  text-align: center;
  z-index: 1;
  transition: background-color 0.15s ease-in;
}
.modal-content .toggle-submit .toggle-switch {
  width: 41.68%;
  display: block;
  height: 100%;
  background: #186DF7;
  border-radius: 50%;
  color: #fff;
  transition: background-color 0.15s ease-in, color 0.15s ease-in, transform 0.15s ease-in;
}
.modal-content .toggle-submit .h5picon-close {
  display: inline;
}
.modal-content .toggle-submit .h5picon-check {
  display: none;
}
.modal-content .toggle-submit.is-public {
  background: #186DF7;
}
.modal-content .toggle-submit.is-public .h5picon-close {
  display: none;
}
.modal-content .toggle-submit.is-public .h5picon-check {
  display: inline;
}
.modal-content .toggle-submit.is-public .toggle-switch {
  background: #fff;
  transform: translateX(28px);
  color: #186DF7;
}

@media (max-width: 1024px) {
  .modal-content .toggle-submit {
    right: 2.083em;
  }
}
#sharing-action-modal {
  pointer-events: none;
}
#sharing-action-modal .modal-dialog {
  pointer-events: auto;
}
#sharing-action-modal .modal-body {
  padding: 1em 0;
}
#sharing-action-modal .modal-body p, #sharing-action-modal .modal-body .visible-for-widget {
  margin-bottom: 1em;
}
#sharing-action-modal .visible-for-widget .tab-panel.visible-for {
  margin: 0;
}

#too-narrow-modal {
  text-align: center;
}
#too-narrow-modal .modal-body {
  padding: 0;
}
#too-narrow-modal .modal-header {
  padding: 0.5em 0 2em;
}
#too-narrow-modal .modal-footer {
  text-align: center;
}

.panel {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.panel-heading {
  font-size: 1.75em;
  color: #3c4859;
  font-weight: 600;
  padding: 0 0 0.75em;
  margin: 0;
}

.sidebar .panel-body {
  padding: 1.8em 2em 3em 2em;
}

.no-sidebar .panel-body {
  padding: 1.8em 2em 3em;
}

.panel-body {
  padding: 0;
}

.form-sm {
  width: 420px;
  border: solid 1px #bec6d2;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3em;
}

.form-sm-page {
  width: 550px;
  padding: 1.5em;
}

.form-sm span.separator {
  width: 100%;
  height: 1px;
  background-color: #e1e2e8;
  display: block;
}

.form-no-padding {
  padding: 0;
}

.transition {
  transition: all 0.1s linear;
}

.modal-footer .btn {
  transition: all 0.1s linear;
}

.navbar {
  min-height: auto;
  margin: 0;
}

.navbar-header {
  height: 1em;
  padding: 0;
  line-height: auto;
}

.navbar-collapse {
  border: none;
  box-shadow: none;
}

.navbar-collapse.in {
  overflow-x: hidden;
}

.navbar-fixed-top {
  border: none;
}

@media (max-width: 1024px) {
  .table-responsive {
    overflow-y: visible;
    border: none;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
  }
}
.table-responsive {
  overflow-x: visible;
}

.navbar-toggle {
  padding: 10px;
  height: 42px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
  border-radius: 0;
  color: #fff;
}

@media (max-width: 1024px) {
  .navbar-nav {
    float: right;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
  }
  .modal-content {
    padding: 2.083em;
  }
  .modal-underfoot {
    margin: 2em -2.083em 0;
  }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 10px 5px 10px 10px;
  }
  .modal {
    top: 0;
  }
}
.topbar .nav-item {
  list-style: none;
}

.navbar-nav {
  float: right;
  width: 100%;
  margin: 0;
}

.close {
  opacity: 0.8;
  color: #3c4859;
}
.close > i {
  font-size: 1.2em;
}

.close:hover, .close:focus {
  opacity: 1;
}

.pagination a, .pagination span {
  font-size: 0.917em;
}

.search-field .input-group-btn {
  font-size: 16px;
}

.label-margin {
  color: #3c4859;
  cursor: pointer;
  margin-right: 2rem;
}
.label-margin.has-icon {
  margin-right: 0;
}
.label-margin span {
  margin-left: 0.5rem;
}

.radio-margin {
  margin-left: 1rem;
  margin-right: 2rem;
}

@media (max-width: 540px) {
  .search-bar.content .append-filters .search-filters-dialog {
    top: calc(100% - 1.099em);
  }
  .search-bar.content .append-filters .input-group-btn > .btn-search {
    height: 40px;
    padding: 0 0.5em;
  }
  .search-bar.content .append-filters input[name=search].form-control {
    height: 40px;
    padding: 0 0.5em;
  }
  .search-bar.content .search-filters-button {
    height: 40px;
    padding: 0 0.75em;
  }
  .search-bar.content .search-filters-button > .h5picon-filters-2 {
    font-size: 1em;
  }
  .search-bar.content .sort-by-dropdown .h5picon-sorting {
    font-size: 1em;
  }
  .search-bar.content .sort-by-dropdown .sortable-button {
    padding: 0 0.75em;
    height: 40px;
  }
  .search-bar.content .sort-by-dropdown .sortable-button .sortable-column-caret {
    margin: 0 0 0 0.5em;
  }
  .search-bar.content .user-profile-menu .avatar {
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-left: 0.5em;
  }
}
@media (max-width: 350px) {
  .search-bar.content .search-filters-button > .h5picon-dropdown-arrow {
    display: none;
  }
  .search-bar.content .sort-by-dropdown {
    margin-right: 0;
  }
  .search-bar.content .sort-by-dropdown .sortable-button {
    margin-left: 0;
  }
  .search-bar.content .sort-by-dropdown .sortable-button .sortable-column-caret {
    display: none;
  }
  .search-bar.content .user-profile-menu .caret {
    display: none;
  }
  .search-bar.content .right {
    padding-left: 0.5em;
  }
}

.btn {
  font-size: 0.917em;
  font-weight: bold;
  line-height: 1.4;
  border-width: 0.125em;
  border-radius: 0.208em;
  padding: 0.833em 1.65em;
  background: #fff;
  border-color: #186DF7;
  color: #186DF7;
}
.btn:hover {
  background: #1662de;
  border-color: #1662de;
  color: #fffFFF;
}
.btn:active {
  background: #1357c6;
  border-color: #1357c6;
  color: #fffFFF;
  box-shadow: none;
}
.btn:focus {
  color: #186DF7;
}
.btn:focus:hover {
  color: #fffFFF;
}

@media (max-width: 1024px) {
  .btn {
    padding: 0.833em 1.45em;
  }
}
.btn-left-icon > i {
  margin-right: 10px;
}

.btn-medium {
  line-height: 1.155787506;
  padding: 0.7em 1.2em;
}
.btn-medium.btn-square {
  padding: 0.7em;
  width: 2.894531859em;
}

.btn-small {
  font-size: 0.833em;
  line-height: 1.155787506;
  padding: 0.7em 1em;
}

.btn-blue {
  color: #fffFFF;
  background: #186DF7;
}
.btn-blue:focus {
  color: #fffFFF;
}

.btn-grey {
  color: #3c4859;
  background: #F4F5F6;
  border-color: #e2e5ee;
}
.btn-grey:hover {
  color: #3c4859;
  background: #e7e9ee;
  border-color: #e2e5ee;
}
.btn-grey:active {
  color: #3c4859;
  background: #e2e5ee;
  border-color: #e2e5ee;
}
.btn-grey:focus {
  color: #3c4859;
}
.btn-grey:focus:hover {
  color: #3c4859;
}

.btn-green {
  color: #fffFFF;
  background: #52993c;
  border-color: #52993c;
}
.btn-green:hover {
  background: #22952e;
  border-color: #22952e;
}
.btn-green:active {
  background: #1e8529;
  border-color: #1e8529;
}
.btn-green:focus {
  color: #fffFFF;
}
.btn-green:focus:hover {
  color: #fffFFF;
}
.btn-green.invisible {
  visibility: hidden;
}

.btn-white {
  color: #3c4859;
  background: #fffFFF;
  border-color: #fffFFF;
}
.btn-white:hover {
  color: #3c4859;
  background: #e7e9ee;
  border-color: #e7e9ee;
}
.btn-white:active {
  color: #3c4859;
  background: #e2e5ee;
  border-color: #e2e5ee;
}
.btn-white:focus {
  color: #3c4859;
}
.btn-white:focus:hover {
  color: #3c4859;
}

.btn-red {
  color: #fffFFF;
  background: #e03d28;
  border-color: #e03d28;
}
.btn-red:hover {
  background: #c93724;
  border-color: #c93724;
}
.btn-red:active {
  background: #b33120;
  border-color: #b33120;
}
.btn-red:focus {
  color: #fffFFF;
}
.btn-red:focus:hover {
  color: #fffFFF;
}

.btn-red-inverted {
  color: #e03d28;
  background: #fffFFF;
  border-color: #e03d28;
}
.btn-red-inverted:hover {
  background: #c93724;
  border-color: #c93724;
}
.btn-red-inverted:active {
  background: #b33120;
  border-color: #b33120;
}
.btn-red-inverted:focus {
  color: #e03d28;
}
.btn-red-inverted:focus:hover {
  color: #fffFFF;
}

.btn-folder {
  float: left;
  margin: 0.75em 0 0 1em;
  padding: 0.833em;
  border: 1px solid transparent;
}
.btn-folder img {
  display: block;
}
.btn-folder:hover {
  background: #F9FBFF;
  border-color: #E6EFFD;
}

.dropdown-menu {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  padding: 0.25em;
}
.dropdown-menu .divider {
  display: block;
  background: #e2e5ee;
  height: 1px;
  margin: 5px 0;
}
.dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  text-align: left;
  margin-left: 0;
  line-height: 1.2;
  padding: 0.7em 1.2em;
  font-weight: bold;
  color: #3c4859;
}
.dropdown-menu .dropdown-item:hover {
  background: #F4F5F6;
  border-color: #F4F5F6;
}
.dropdown-menu.revert {
  bottom: 100%;
  top: auto;
}

@media (max-width: 1024px) {
  .dropdown-menu > li > a {
    line-height: 1.2;
  }
}
.btn-secret {
  color: #363d52;
  text-decoration: none;
}

.btn-copy-to-clipboard {
  padding: 0 0.25rem !important;
  margin-left: 0.25rem !important;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.btn-copy-to-clipboard::before {
  content: "\e904";
  font-family: "h5pcom";
  margin-right: 0.25rem;
}

.btn-blue-border:hover {
  background: #fffFFF;
  color: #1662de;
}
.btn-blue-border:active {
  background: #fffFFF;
  color: #1357c6;
}
.btn-blue-border:focus {
  color: #186DF7;
}
.btn-blue-border:focus:hover {
  color: #186DF7;
}

h2 {
  color: #3c4859;
  font-size: 1.5em;
}

a {
  color: #186DF7;
  font-size: 0.917em;
}

.topbar {
  background-color: #3c4859;
  padding: 0px 15px 0px 15px;
  min-height: 42px;
}

.topbar > .h5picon-logo {
  font-size: 3.042em;
  display: block;
  float: left;
  color: #fffFFF;
}

.topbar:after {
  content: "";
  display: block;
  clear: both;
}

.navbar .topbar {
  position: relative;
}

.container .row {
  padding: 0px;
  margin: 0px;
}

.navbar .add-content {
  position: relative;
  float: right;
  z-index: 1;
  border-radius: 0;
  margin-left: 1em;
  height: 42px;
}
@media (max-width: 1024px) {
  .navbar .add-content {
    margin-left: 0;
  }
}
.navbar .add-content .h5picon-plus {
  font-size: 1.4em;
  vertical-align: bottom;
  display: inline-block;
}

.navbar .topbar .organization-logo {
  position: absolute;
  top: 10%;
  left: 0.25em;
  height: 80%;
}

.box-20 .organization-logo {
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.row .no-gutters > .col-lg-6, .col-lg-8, .col-sm-6, .col-md-6, .col-md-12 {
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
}

.nosidebar .alert {
  margin: 0 3em 22px 3em;
}

.col-lg-6 .form-group:last-child:after {
  display: block;
  clear: both;
}

.padding-sm-left {
  padding: 0.3em;
}

.box-20 {
  width: 20%;
  float: left;
  box-sizing: border-box;
}

.margin-left-sm {
  padding-right: 25px;
}

.box-80 {
  width: 80%;
  float: left;
  box-sizing: border-box;
}

#filters {
  height: 100%;
  width: 15em;
  float: left;
  background-color: #F4F5F6;
  height: 1500px;
  border-right: solid 1px #e2e5ee;
  padding: 1.4em 0em 0em 0em;
}

.overlay {
  z-index: 100;
  opacity: 0.8;
  background-color: black;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.browser-table {
  width: 100%;
  float: left;
}

.navbar-default .navbar-nav li li {
  padding-top: 0px;
}

.navbar-default .navbar-nav > li > a {
  padding: 0px 15px 0px 15px;
  margin-right: 25px;
  line-height: 2.849976632em;
  display: block;
  border-top: 3px solid transparent;
}

.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #8fc7ff;
}

.navbar-default .navbar-nav > li > a.active {
  color: #8fc7ff;
  border-bottom: 3px solid #8fc7ff;
}

.nav {
  float: right;
}

.nav .active {
  background-color: none;
}

.actionbar-wrapper {
  width: 100%;
  height: 4.583em;
}
.actionbar-wrapper.lti-style {
  margin-top: 0;
}

.actionbar {
  display: flex;
  align-items: center;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  height: 4.583em;
  z-index: 2;
  width: 100%;
  background: #fffFFF;
}
.actionbar > ul {
  padding: 0;
  margin: 0 1em;
  list-style: none;
}
.actionbar > ul > li {
  float: left;
}
.actionbar > .for-content {
  margin-top: 0;
}

.navbar-content-show .actionbar {
  flex-wrap: wrap;
}

.organization-logo-wrapper {
  height: 100%;
  width: 15em;
  display: flex;
  justify-content: center;
  line-height: 2;
  padding: 0.5em;
  border-right: 1px solid #e2e5ee;
  float: left;
}
.organization-logo-wrapper > img {
  max-width: 120px;
  max-height: 90%;
  align-self: center;
}
.organization-logo-wrapper .org-missing-logo-wrapper {
  width: 100%;
  height: 100%;
  padding: 0.5em;
  text-align: center;
}
.organization-logo-wrapper .org-missing-logo {
  border: 1px dashed #cdd5e2;
  color: #3c4859;
  font-weight: 700;
  border-radius: 3px;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 2.8;
  padding-left: 0.5em;
  transition: background 0.2s;
}
.organization-logo-wrapper .org-missing-logo:hover {
  background: #f4f5f6;
}
.organization-logo-wrapper .org-missing-logo:before {
  content: " ";
  background-image: url(/images/upload.svg?e26b2acd399ac37ee7fc7b52a3c52bff);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  left: -1em;
  top: 0.5em;
  width: 1.5em;
  height: 1.5em;
}

.spaceman {
  width: 100%;
  height: 1.5em;
}

.desktop-only,
.mobile-only {
  display: none;
}

.desktop-only.visible {
  display: block;
}

.mobile-only.visible {
  display: none;
}

@media (max-width: 1438px) {
  .desktop-only.visible {
    display: none;
  }
  .mobile-only.visible {
    display: block;
  }
}
@media (max-width: 1024px) {
  .organization-logo-wrapper {
    display: none;
  }
  .actionbar-wrapper {
    font-size: 13px;
  }
  #filters {
    height: 5em;
    width: 100%;
    padding: 0.35em 0em;
  }
  .topbar > .h5picon-logo {
    font-size: 2.65em;
    padding-left: 0.25em;
  }
}
.h5p-semi-fullscreen > .actionbar-wrapper {
  display: none;
}

.navbar-hidden {
  visibility: hidden;
}

.statusbar-icon {
  border-radius: 50%;
  padding: 0.0625em;
  border: 0.0625em solid #1665d8;
  text-align: center;
  position: absolute;
  left: 1em;
  line-height: 1;
  top: 0.4em;
}
.statusbar-icon:after {
  font-family: "h5pcom";
  content: "\e93b";
  font-size: 0.875em;
  color: #fff;
  background: #1665d8;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  display: block;
  border-radius: 50%;
}

.statusbar {
  padding: 0.5em 0.75em 0.5em 3em;
  border-left: 0.25em solid #1665d8;
  line-height: normal;
  font-size: 1.1428571429em;
  background: #aac7f2;
  color: #0d0404;
}
.statusbar a {
  color: #0d0404;
  text-decoration: underline;
}
.statusbar.critical {
  background-color: #f6bdb1;
  border-color: #e6492d;
}
.statusbar.critical .statusbar-icon {
  border-color: #e6492d;
}
.statusbar.critical .statusbar-icon:after {
  content: "\e93c";
  background: #e6492d;
}
.statusbar.warning {
  background-color: #fbf4b9;
  border-color: #f5e042;
}
.statusbar.warning .statusbar-icon {
  border-color: #f5e042;
}
.statusbar.warning .statusbar-icon:after {
  content: "\e93c";
  color: #0d0404;
  background: #f5e042;
}
.statusbar.success {
  padding: 0.5em 2em 0.5em 3em;
  background-color: #b4e0ba;
  border-color: #34aa44;
}
.statusbar.success .statusbar-icon {
  border-color: #34aa44;
}
.statusbar.success .statusbar-icon:after {
  content: "\e900";
  background: #34aa44;
}
.statusbar.imminent-warning {
  background-color: #f5d0ae;
  border-color: #e67e24;
}
.statusbar.imminent-warning .statusbar-icon {
  border-color: #e67e24;
  padding: 0;
}
.statusbar.imminent-warning .statusbar-icon:after {
  content: "\e93c";
  background: #e67e24;
  animation: wink 1.5s linear infinite;
  border: 0.0714285714em solid #b8641b;
  box-sizing: content-box;
}
.statusbar .title,
.statusbar .description,
.statusbar .link {
  display: inline;
}
.statusbar .title {
  font-weight: bold;
}
.statusbar .statusbar-dismiss {
  text-decoration: none;
  right: 0.5em;
  top: 0.4em;
  position: absolute;
}
.statusbar .statusbar-dismiss:after {
  font-family: "h5pcom";
  content: "\e90c";
  color: #0d0404;
}

@keyframes wink {
  30% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(-10deg) scale(1.25);
  }
  70% {
    transform: rotate(0deg) scale(1);
  }
}
.big-header {
  /*mobile*/
  /* tablet */
  /*desktop*/
}
.big-header .container {
  max-width: 97.5em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.big-header .header-container {
  height: 35em;
  background-position: top center;
  background-size: 140em;
  background-repeat: no-repeat;
  text-align: center;
}
.big-header .header-content {
  padding: 5.5em 3.5em 3.5em;
  color: #fff;
}
.big-header h1 {
  font-size: 4.3em;
  color: white;
  font-weight: 300;
  padding: 0px;
  margin: 0px;
  margin-bottom: 0.5em;
}
.big-header .header-body-text {
  font-size: 1.786em;
  line-height: 1;
}
.big-header .header-content a,
.big-header .footer-container a {
  color: #86c0f9;
  text-decoration: none;
}
.big-header .header-content a:hover,
.big-header .footer-container a:hover,
.big-header .header-content a:focus,
.big-header .footer-container a:focus {
  color: #A1CEFA;
  text-decoration: underline;
}
.big-header .logo-container {
  text-align: left;
  padding-top: 2.667em;
  padding-left: 2.833em;
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.big-header .logo-container img {
  width: 100%;
}
.big-header .menu {
  width: 50%;
  float: right;
  box-sizing: border-box;
  padding-top: 2.5em;
  text-align: right;
  padding-right: 2.833em;
}
.big-header .menu a {
  color: #ffffff;
  display: inline-block;
  padding: 0.5em 2em;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.35s ease;
  border: 1px solid #fff;
}
.big-header .menu a:hover {
  background: #fff;
  color: #333;
}
.big-header .content {
  width: 90%;
  max-width: 1000px;
  margin: -9.5em auto 4em;
  background-color: #FFFFFF;
  box-shadow: 0em 0em 1.875em 0em rgba(0, 0, 0, 0.14);
  padding: 1em;
  border-radius: 0.3em;
}
.big-header .footer-container {
  width: 100%;
  background-color: #172939;
  padding: 3.333em 0 3.333em 0;
  text-align: center;
}
.big-header .footer-container .body-text {
  font-size: 1em;
  color: #859dad;
}
.big-header .footer-container .icons {
  font-size: 2.333em;
  font-family: Font-Awesome;
  color: #dcddde;
  margin-top: 1em;
}
.big-header .footer-title {
  font-size: 2em;
  text-align: center;
  font-weight: 200;
  color: white;
  line-height: 1em;
  margin: 0em 0em 0.5em 0em;
  background-image: none;
}
.big-header .fa-input {
  font-weight: 200;
  font-family: FontAwesome, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.big-header .fa-twitter {
  transition: all 0.2s ease-in-out;
}
.big-header .fa-facebook {
  transition: all 0.2s ease-in-out;
}
.big-header .fa-facebook:hover {
  color: #3b579d;
  cursor: pointer;
}
.big-header .fa-twitter:hover {
  color: #16b9ed;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .big-header .header-content {
    padding: 3em 0 0;
  }
  .big-header .header-body-text {
    padding-left: 0em;
    padding-right: 0em;
  }
  .big-header .footer-container .container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .big-header .logo-container {
    padding-left: 2.833em;
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
  .big-header .logo-container img {
    max-width: 7em;
  }
  .big-header .content {
    width: 98%;
    background-color: #FFFFFF;
  }
  .big-header h1 {
    font-size: 2.75em;
  }
}
@media screen and (max-width: 1100px) and (min-width: 577px) {
  .big-header .header-content {
    font-size: 0.8em;
  }
  .big-header .logo-container img {
    max-width: 7em;
  }
  .big-header .content {
    width: 95%;
  }
}
@media screen and (min-width: 1100px) {
  .big-header .logo-container img {
    max-width: 8.667em;
  }
  .big-header .content h2 {
    margin-bottom: 1em;
  }
  .big-header .header-container {
    background-size: 100%;
  }
}
.big-header .pp {
  margin-top: 1em;
}
.big-header .clear {
  clear: both;
}

::-webkit-scrollbar {
  width: 0.492em;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
  background: #bfbfbf;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #5d5d5d;
}

::-webkit-scrollbar-thumb:hover {
  background: #3e3e3e;
}

.secondary-menu {
  list-style: none;
  clear: both;
  padding: 0px;
  margin: 0px;
}

.secondary-menu .icon-menu {
  display: none;
  margin-right: 10px;
  cursor: pointer;
}

.secondary-menu li {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  border-left: solid 4px transparent;
}

.secondary-menu li a {
  padding: 1em;
  width: 100%;
  color: inherit;
  display: inline-block;
  color: #3c4859;
  font-weight: bold;
}

.secondary-menu li a:hover {
  text-decoration: none;
}

.secondary-menu li a:focus {
  text-decoration: none;
}

.secondary-menu li:hover {
  cursor: pointer;
  background-color: #e7e9ee;
  border-color: #e7e9ee;
}

.secondary-menu li:hover a {
  color: #3c4859;
}

.secondary-menu li.heading {
  font-size: 1.2em;
  font-weight: bold;
  cursor: auto;
  color: #070707;
  padding: 0 0.833333333em 0.833333333em;
}

.secondary-menu li.active a {
  color: #186DF7;
}

.secondary-menu li.active {
  border-color: #186DF7;
  font-weight: bold;
  background-color: #e7e9ee;
}

.secondary-menu li.heading:hover {
  background-color: inherit;
}

@media (max-width: 1024px) {
  .secondary-menu li {
    margin-top: 0em;
    margin-bottom: 0em;
  }
  .secondary-menu li.heading {
    font-size: 1em;
    padding: 1em;
  }
}
.vtabs-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.vtabs,
.vtabs > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vtabs {
  float: left;
  width: 187px;
}

.vtabs > li > a {
  display: block;
  margin: 0;
  padding: 0.5em 1em;
  border: 1px solid #cacacc;
  border-top: 0;
  line-height: 1.5em;
  color: #5c6265;
  font-weight: 700;
}

.vtabs > li:first-child > a {
  border-top: 1px solid #cacacc;
}

.vtabs > li.active > a {
  border-right: 1px solid #fff;
}

.vtabs-wrap > .tab-content {
  border: 1px solid #cacacc;
  min-height: 180px;
  margin-left: 186px;
  padding: 1.5em;
  margin-top: 0;
}

.usage-progress {
  position: relative;
  height: 1em;
  width: 100%;
  background: #bbb;
  margin: 3em 0 1em;
}

.usage-progress-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #3266ec; /* For browsers that do not support gradients */ /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #3266ec, #5779fc); /* Standard syntax */
}

.fable-title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.1em;
  padding-right: 0.25em;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.browser-row,
table.fable > thead > tr {
  border-left: solid 3px transparent;
}

.browser-row:hover {
  background-color: #F4F5F6;
}
.browser-row:hover .btn-shine {
  border-color: #186DF7;
  color: #186DF7;
}
.browser-row:hover .btn-shine:hover {
  background: #1662de;
  border-color: #1662de;
  color: #fffFFF;
}
.browser-row:hover .btn-shine:active {
  background: #1357c6;
  border-color: #1357c6;
  color: #fffFFF;
  box-shadow: none;
}
.browser-row:hover .btn-shine:focus {
  color: #186DF7;
}
.browser-row:hover .btn-shine:focus:hover {
  color: #fffFFF;
}
.browser-row:hover .btn-shine-red {
  border-color: #e03d28;
  color: #e03d28;
}
.browser-row:hover .btn-shine-red:hover {
  background: #c93724;
  border-color: #c93724;
  color: #fffFFF;
}
.browser-row:hover .btn-shine-red:active {
  background: #b33120;
  border-color: #b33120;
  color: #fffFFF;
  box-shadow: none;
}
.browser-row:hover .btn-shine-red:focus {
  color: #e03d28;
}
.browser-row:hover .btn-shine-red:focus:hover {
  color: #fffFFF;
}

.browser-row:hover,
.fable-row-selected {
  background-color: #f0f4fe;
}

.fable-row-selected {
  border-left-color: #3266ec !important;
}

.fable-row-selected td:nth-child(2):before {
  color: #3d5fe2 !important;
}

.browser-row:hover a:not(.btn):not(.multiple-authors):not(.btn-secret) {
  color: #3d5fe2 !important;
  text-decoration: underline;
}

.fable-row-selected a:not(.btn):not(.multiple-authors) {
  color: #000;
}

.multiple-authors {
  color: #3c4859;
  font-size: 1.2em;
  line-height: 1;
  position: relative;
  top: 0.1em;
}
.multiple-authors.disabled {
  cursor: default;
}

.browser-open-item, .fable-toggle-checkbox {
  cursor: pointer;
}

span.dropdown-menu-description {
  color: gray;
  display: block;
  width: 100%;
}

.fable-toggle-checkbox,
table.fable > thead > tr > td:first-child {
  width: 2%;
  text-align: center;
}

.fable-items-container {
  margin-top: 1em;
}

.fable .item-content-type,
.fable .item-date {
  color: #999;
  display: block;
  font-size: 0.8em;
}

.fable .btn-sm, .btn-group-sm > .btn a {
  color: #757575;
}

.fable .btn-sm, .btn-group-sm > .btn {
  background-color: transparent;
}

.fable-counter {
  display: none;
  font-weight: bold;
}
.fable-counter__number {
  display: none;
}
@media (max-width: 474px) {
  .fable-counter__number {
    display: inline;
  }
  .fable-counter__full-text {
    display: none;
  }
}

@media (max-width: 1024px) {
  #users-table td.title {
    padding-left: 35px;
  }
  .fable {
    font-size: 13px;
  }
}
.single-item-name {
  color: #000;
  font-style: italic;
}

.fable-bulk-action {
  margin-left: 0.6em;
}

li:first-child > .fable-bulk-action {
  margin-left: 0;
}

.moves-to-bulk-menu {
  white-space: nowrap;
}
.moves-to-bulk-menu > *, .moves-to-bulk-menu > .desktop-only > * {
  display: inline-block;
  margin-left: 1.667em;
}
.moves-to-bulk-menu > *:first-child, .moves-to-bulk-menu > *.desktop-only, .moves-to-bulk-menu > *.tooltip, .moves-to-bulk-menu > .desktop-only > *:first-child, .moves-to-bulk-menu > .desktop-only > *.desktop-only, .moves-to-bulk-menu > .desktop-only > *.tooltip {
  margin-left: 0;
}
.moves-to-bulk-menu .mobile-only {
  display: none;
}

@media (max-width: 1024px) {
  .moves-to-bulk-menu .desktop-only {
    display: none;
  }
  .moves-to-bulk-menu .mobile-only {
    display: inline-block;
  }
}
@media (max-width: 474px) {
  .mobile-only .fable-bulk-action .h5picon-public {
    margin-right: 0;
  }
  .mobile-only .fable-bulk-action .h5picon-public + span {
    display: none;
  }
}
.top-scrollbar-wrapper,
.bottom-scrollbar-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.top-scrollbar-wrapper.allow-overflow-y,
.bottom-scrollbar-wrapper.allow-overflow-y {
  overflow-y: visible;
}

.bottom-scrollbar-wrapper {
  padding-bottom: 21em;
}

.top-scrollbar-wrapper {
  height: 20px;
  display: none;
}

.top-scrollbar {
  height: 20px;
}

tr .content-title:before {
  font-size: 1.8em;
  position: absolute;
  left: 0;
  display: block;
  content: " ";
  white-space: pre;
  background: url(/images/interactive-content.svg?e14c0e2dd698dc3311712a2f21fbb258) no-repeat center;
  width: 1em;
  height: 1em;
}

tr.folder .content-title:before {
  background: url(/images/private-folder.svg?07da3b310da0b90caa1a7db9884249a3) no-repeat center;
}

tr.organization-folder .content-title:before {
  background: url(/images/organization-folder.svg?289f0ab6bf7844407c89dabc30f382c8) no-repeat center;
}

tr.folder.is-learner-owned .content-title:before {
  background: url(/images/learner-folder.svg?8aeeda600533587a75ea9e06db81959f) no-repeat center;
}

tr.content-item .content-title .shared {
  width: 1.2em;
  height: 1.2em;
  background: url(/images/organization-folder.svg?289f0ab6bf7844407c89dabc30f382c8) no-repeat center;
  display: inline-block;
  position: relative;
  top: 0.15em;
  margin-right: 0.15em;
}
tr.content-item .content-title .shared.disabled {
  cursor: default;
}

tr.content-item .confusion-report-button {
  width: 2em;
  height: 2em;
  display: inline-block;
}

.actions-menu {
  width: 100%;
  display: flex;
}
.actions-menu .btn-text {
  padding-left: 0.5em;
}
.actions-menu .display-content-column-button {
  margin-left: auto;
  align-self: flex-end;
}

.panel-search,
.panel-select {
  display: inline-block;
}

.panel-select label {
  padding-right: 0.5em;
}

#organizations-table .moves-to-bulk-menu {
  width: 2%;
}

.fixed-checkbox-column {
  z-index: 2;
  left: 0;
  right: 0;
}
.fixed-checkbox-column .tooltip-inner {
  width: 150px;
}

.fixed-title-column {
  z-index: 1;
  left: 52px;
}
@media (max-width: 1024px) {
  .fixed-title-column {
    left: 30px;
  }
}

.fixed-checkbox-column,
.fixed-title-column {
  position: sticky;
  background-color: white;
  background-clip: padding-box;
}
@media (max-width: 804px) {
  .fixed-checkbox-column,
  .fixed-title-column {
    position: static;
    left: unset;
    right: unset;
  }
}

.dropdown-headers {
  padding: 0.7em;
}

.search-bar .user-profile-menu .avatar {
  margin-left: 0.5em;
}
.search-bar .right .dropdown-item {
  line-height: 0.3em;
  display: flex;
  align-items: center;
}
.search-bar .right hr {
  margin-top: 0.8em;
  margin-bottom: 0.2em;
}
.search-bar .right .dropdown-toggle {
  margin-left: 0.3em;
  font-weight: bold;
}

#content-table {
  margin-top: 0.625em;
}
#content-table table {
  border-collapse: separate;
  margin-bottom: 0;
}
#content-table th.fixed-checkbox-column {
  text-align: center;
}
#content-table th.fixed-checkbox-column input {
  margin-bottom: 0.5em;
}
#content-table tr:hover td.fixed-title-column,
#content-table tr:hover td.fixed-checkbox-column {
  background-color: #f0f4fe;
}
#content-table tr:hover td.fixed-checkbox-column {
  border-left: 3px solid #f0f4fe;
}
#content-table tr.fable-row-selected td.fixed-checkbox-column,
#content-table tr.fable-row-selected td.fixed-title-column {
  background-color: #f0f4fe;
}
#content-table td.fixed-checkbox-column, #content-table th.fixed-checkbox-column {
  border-left: 3px solid #ffffff;
}
#content-table tr.fable-row-selected td.fixed-checkbox-column {
  border-left: 3px solid #3266ec;
}
#content-table tr td:last-child {
  text-align: right;
}
#content-table td.fixed-title-column,
#content-table th.fixed-title-column {
  min-width: 200px;
}
@media (min-width: 805px) {
  #content-table td.fixed-title-column.right-shadow,
  #content-table th.fixed-title-column.right-shadow {
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.13);
    clip-path: inset(0px -15px 0px 0px);
    background-clip: padding-box;
    border-right: 1px solid #e5e8f0;
  }
}
@media (max-width: 1024px) {
  #content-table td.fixed-title-column,
  #content-table th.fixed-title-column {
    min-width: 150px;
  }
}
#content-table th {
  padding: 0;
}
#content-table th.fixed-title-column a.sortable-th {
  padding-left: 42px;
}
@media (max-width: 1024px) {
  #content-table th.fixed-title-column a.sortable-th {
    padding-left: 35px;
  }
}
@media (max-width: 1024px) {
  #content-table th a.sortable-th {
    padding: 10px 5px 10px 5px;
  }
}
#content-table td.content-title {
  width: 55%;
  position: relative;
  padding-left: 42px;
}
@media (min-width: 805px) {
  #content-table td.content-title.fixed-title-column {
    position: sticky;
  }
}
#content-table td:nth-child(3),
#content-table td:nth-child(4) {
  width: 30%;
}
#content-table .item-visible-for {
  white-space: nowrap;
}
#content-table .item-visible-for > i {
  margin-right: 0.5em;
}
#content-table td:nth-child(5) {
  width: 2%;
  white-space: nowrap;
}
#content-table .table-responsive {
  position: relative;
}
@media (max-width: 1024px) {
  #content-table td.content-title:before {
    margin: 0 0 0 5px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media (max-width: 1199px) {
  #content-table td:nth-child(4) {
    width: 20%;
  }
}

#panel-body-container #content-table .contents-footer {
  position: absolute;
  right: 0;
  left: 0;
  transform: translateY(-19em);
  margin-bottom: 0;
}

.search-field {
  padding-left: 0;
  padding-right: 0;
}

.sortable-column-caret {
  font-size: 0.75em;
  margin-left: 0.5em;
}

.sortable-th {
  display: block;
  height: 3em;
  padding: 16px;
  color: inherit;
  font-size: 1em;
  position: relative;
}
.sortable-th.current-sort-column {
  display: flex;
  justify-content: space-between;
}
.sortable-th.current-sort-column span[data-toggle=tooltip] {
  margin: 0 0.5em;
}
.sortable-th .tooltip-inner {
  text-align: left;
  width: 300px;
  max-width: 300px;
}

.sortable-th:hover {
  background-color: #F4F5F6;
  color: rgba(0, 0, 0, 0.87);
}

#content-table th {
  padding-bottom: 0.5em;
  white-space: nowrap;
}

.sortable-column {
  display: flex;
  flex-direction: "row";
  width: 100%;
}

.replaceable-sorter {
  flex: 1;
}

.sort-icon {
  color: #757575;
  padding-top: 0.5em;
  font-size: 0.833em;
  margin-left: auto;
}

.replaceable-sorter,
.sortable-toggler {
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
}
.replaceable-sorter:focus-visible,
.sortable-toggler:focus-visible {
  outline: 1px solid black;
  outline: -webkit-focus-ring-color auto 1px;
}

.checked-icon {
  position: absolute;
  right: 1em;
}

.sortable-column-dropdown {
  width: 100%;
  left: auto;
  right: 0;
}

.sort-by-dropdown {
  display: block;
  height: 3em;
  color: inherit;
  font-size: 1em;
  position: relative;
  padding: 1em 0 1em 0.3em;
}
.sort-by-dropdown .sortable-button {
  border: none;
  background: none;
}
.sort-by-dropdown .sort-by-label {
  color: #333333;
}
.sort-by-dropdown .h5picon-sorting {
  display: none;
}
@media (max-width: 804px) {
  .sort-by-dropdown {
    padding: 0;
  }
  .sort-by-dropdown .sortable-button {
    cursor: pointer;
    line-height: 39px;
    height: 44px;
    padding: 0 1em;
    margin-left: 0.5em;
    border: 2px solid #e2e5ee;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F4F5F6;
  }
  .sort-by-dropdown .sortable-button:hover {
    color: #3c4859;
    background: #e7e9ee;
    border-color: #e2e5ee;
  }
  .sort-by-dropdown .sortable-button:active {
    color: #3c4859;
    background: #e2e5ee;
    border-color: #e2e5ee;
  }
  .sort-by-dropdown .sortable-button:focus {
    color: #3c4859;
  }
  .sort-by-dropdown .sortable-button:focus:hover {
    color: #3c4859;
  }
  .sort-by-dropdown .dropdown-menu {
    right: 0;
    left: auto;
  }
  .sort-by-dropdown .h5picon-sorting {
    display: inherit;
    color: #3666ee;
    font-size: 1.25em;
  }
}

input[type=checkbox].disabled {
  opacity: 0.3;
}

@media (max-width: 1024px) {
  #content-table td.content-title {
    padding-left: 35px;
  }
}
.contentform {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1.5em;
  float: none;
}
.contentform ul.content-actions {
  margin: 1em 0 4em;
  list-style: none;
  padding: 0;
}
.contentform ul.content-actions li {
  display: inline-block;
}

#editor-warning-modal .modal-body {
  padding-left: 6em;
  position: relative;
}
#editor-warning-modal .modal-body:before {
  position: absolute;
  left: 0;
  font-family: "h5pcom";
  content: "\e91d";
  color: #d99a1c;
  font-size: 4em;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}

.radioheader {
  font-weight: 700;
  margin-bottom: 1em;
}

.radioheader.shared-with {
  font-size: 1.2em;
  margin-top: 1.5em;
}

.visible-for-widget input[type=radio] {
  position: absolute;
  left: 0;
  top: 0.25em;
  margin: 0;
}
.visible-for-widget label {
  padding-left: 2em;
  position: relative;
  cursor: pointer;
}
.visible-for-widget .visible-for-desc {
  padding-left: 3.25em;
}
.visible-for-widget label:before {
  font-family: "h5pcom";
  font-weight: normal;
  color: #757575;
  margin-right: 0.25em;
}
.visible-for-widget .publics:before {
  content: "\e923";
}
.visible-for-widget .protected:before {
  content: "\e909";
}
.visible-for-widget .unpublished:before {
  content: "\e922";
}
.visible-for-widget .visible-for-desc {
  margin-bottom: 1em;
}
.visible-for-widget .domain-whitelist-wrapper label {
  padding-left: 0;
}

.domain-whitelist-wrapper .highlight,
#ltisettings-pane .highlight,
#lti-settings .highlight {
  font-weight: bold;
}
.domain-whitelist-wrapper select,
#ltisettings-pane select,
#lti-settings select {
  display: block;
  padding: 0.5em;
  margin-bottom: 1em;
  max-width: 20em;
}

.content-form-options select {
  display: block;
  padding: 0.5em;
  margin-bottom: 1em;
  max-width: 20em;
}

.visible-for-label-postfix {
  color: #757575;
  font-size: 0.833em;
  font-style: italic;
  position: relative;
  top: -1px;
  font-weight: 100;
}

.actionbar ul.content-actions {
  align-self: center;
}

.bulk-actions {
  display: none;
}

.visible {
  display: block;
}

@media (max-width: 1620px) {
  .desktop-only.visible {
    display: none;
  }
  .mobile-only.visible {
    display: block;
  }
}
.content-actions-toggle {
  display: none;
  padding: 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  position: absolute;
  top: 12px;
  right: 17px;
  text-align: center;
  border: 1px solid #4153cb;
  color: #4153cb;
  background-color: #fff;
  z-index: 1;
}

.content-action {
  margin-left: 0.6em;
}

li:first-child > .content-action {
  margin-left: 0;
}

.display-content-column-button {
  display: flex;
  align-items: center;
  padding: 0.25em 0.5em;
  background-color: #e3e9fa;
  border-radius: 0.1875em;
  border: 1px solid transparent;
  white-space: nowrap;
  color: #3666ee;
  font-weight: bold;
}
.display-content-column-button .h5picon-close {
  margin-right: 0.75em;
}
.display-content-column-button:hover {
  border-color: #3666EE;
}

.folder-hint {
  margin-top: -2rem;
  margin-bottom: 2rem;
  font-style: italic;
}
.folder-hint .desktop-only {
  display: block;
}
@media (max-width: 450px) {
  .folder-hint .desktop-only {
    display: none;
  }
}

.content-links {
  flex-grow: 1;
}
.content-links.folder-type-links {
  display: flex;
  list-style: none;
  margin: 1rem 0;
  padding: 0 0 2rem;
}
.content-links.folder-type-links [aria-checked=true] {
  outline: #3673ff solid 2px;
  outline: -webkit-focus-ring-color auto 1px;
}
.content-links.folder-type-links .btn-text {
  display: inline;
}
@media (max-width: 450px) {
  .content-links.folder-type-links {
    flex-flow: column;
    gap: 1rem;
  }
}
.content-links .btn {
  margin-right: 0.6em;
  min-width: 5em;
}
.content-links form.form-inline {
  display: inline-block;
}
.content-links .create-folder-action-button:before,
.content-links .create-organization-folder-action-button:before,
.content-links .create-private-folder-action-button:before {
  display: inline-block;
  vertical-align: top;
  content: " ";
  height: 1.2em;
  width: 1.5em;
  margin-right: 1em;
  background: url(/images/content-folder.svg?053bc688ab8a906cec27c3764fcf8c3f) no-repeat center;
}
.content-links .create-private-folder-action-button:before {
  background: url(/images/private-folder.svg?07da3b310da0b90caa1a7db9884249a3) no-repeat center;
}
.content-links .create-organization-folder-action-button:before {
  background: url(/images/organization-folder.svg?289f0ab6bf7844407c89dabc30f382c8) no-repeat center;
}
.content-links .create-content > i,
.content-links .add-user > i,
.content-links .smart-import-button > i {
  font-size: 1.4em;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 746px) {
  .content-links .create-content,
  .content-links .add-user,
  .content-links .smart-import-button {
    min-height: 3.2572770741em;
  }
}
.content-links .smart-import-item {
  position: relative;
}
.content-links .smart-import-button {
  margin-right: 1em;
}
.content-links .smart-import-button:before {
  display: inline-block;
  vertical-align: top;
  content: " ";
  font-size: 1.4em;
  height: 1em;
  width: 1em;
  margin-right: 10px;
  background-image: url(/images/smart-import-stars.svg?d63910cfac95901e79c49aad7b10a71c);
  background-size: cover;
}
@media (max-width: 804px) {
  .content-links .smart-import-button:before {
    margin-right: 0;
  }
}
.content-links .smart-import-indication {
  border-radius: 5em;
  position: absolute;
  color: #fff;
  font-weight: 700;
  background-color: #dd0000;
  top: 0;
  right: 1em;
  padding: 0.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  min-width: 20px;
  transform: translate(40%, -40%);
  border: solid white 3px;
  box-shadow: 0.5px 2px 2px 0.5px rgba(0, 0, 0, 0.5);
  font-size: 0.8em;
}
.content-links .smart-import-button[data-actions="0"]::after {
  display: none;
}

.h5p-content-wrap {
  margin: 0 auto 2em;
}

.content-link {
  display: block;
  padding: 1.2em 1.667em;
  font-size: 1.15em;
  font-weight: bold;
  color: #757575;
}

a.content-link:hover {
  color: #3c4859;
}

.content-link.current {
  color: #000;
}

.content-link > i {
  margin: 0 0.75em 0 0;
  color: #B3CAF3;
  font-size: 1.1em;
  display: inline-block;
  padding-bottom: 0.2823263693em;
  vertical-align: bottom;
}

a.content-link:hover > i,
.content-link.current > i {
  color: #186DF7;
}

.content-link.current {
  border-bottom: 0.208em solid #186DF7;
  padding-bottom: 0.992em;
}

h1.content-title {
  font-size: 1.042em;
  text-align: center;
  color: #3c4859;
  margin: 0;
  line-height: 1.5;
}

.visibility-tag {
  display: inline-block;
  font-size: 0.85em;
  line-height: 1.8;
  color: #3c4859;
  vertical-align: top;
  font-weight: bold;
  margin-left: 0.25em;
}

.visibility-tag > i {
  margin-right: 0.25em;
  font-size: 0.85em;
}

.public-content-title {
  font-size: 1.1em;
  font-weight: 800;
  color: #3c4859;
  margin: 0;
  padding: 16px 0 2px 18px;
}

.public-title-desc {
  color: #757575;
  margin: 0;
  padding: 0 0 0 18px;
  font-size: 0.8em;
}

@media (max-width: 1024px) {
  .content-links {
    margin-left: 1em;
  }
  .contentform {
    padding: 0 1em;
  }
  .content-link {
    padding: 1.2em 1em;
  }
  .content-link > i {
    font-size: 1em;
  }
}
@media (max-width: 474px) {
  .content-links .btn {
    padding: 6px 12px;
    min-width: 0;
    min-height: 0;
  }
}
@media (max-width: 804px) {
  :not(.folder-type-links) .btn-text {
    display: none;
  }
  :not(.folder-type-links) .btn-no-collapse .btn-text {
    display: inline-block;
  }
  :not(.folder-type-links).content-links .create-folder-action-button:before,
  :not(.folder-type-links).content-links .create-organization-folder-action-button:before,
  :not(.folder-type-links).content-links .btn-left-icon > i {
    margin-right: 0;
  }
  :not(.folder-type-links).content-links .btn-left-icon > i {
    vertical-align: middle;
  }
  :not(.folder-type-links) .display-content-column-button {
    height: 2.4375em;
  }
}

.actionbar-wrapper.truncate {
  height: 8.4em;
}
.actionbar-wrapper.truncate .actionbar {
  height: 8.4em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.actionbar-wrapper.truncate .actionbar .content-links.for-content {
  order: 1;
}

.max-attempts {
  margin-top: 1em;
}

#max-attempts {
  width: 100px;
  padding: 0.5em;
}

.content-hub-options {
  max-width: 1090px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  color: #333333;
  box-shadow: 0 4px 4px -4px #e0e0e0;
  z-index: 1;
  position: relative;
  padding-bottom: 1em;
}
.content-hub-options > div {
  margin-left: 2em;
  white-space: nowrap;
}
.content-hub-options > div:first-child {
  margin-left: 0;
  font-weight: bold;
}
.content-hub-options > div:first-child > i {
  margin-right: 0.5em;
  font-size: 1.25em;
  vertical-align: bottom;
  display: inline-block;
  margin-bottom: 3px;
}
.content-hub-options a {
  color: #186df7;
}
.content-hub-options a span {
  text-decoration: underline;
}
.content-hub-options .content-hub-sharing {
  font-size: 0.917em;
  color: #186df7;
}
.content-hub-options .content-hub-sync a:before,
.content-hub-options .content-hub-unshare a:before,
.content-hub-options .content-hub-sharing:before {
  font-family: "h5p";
  margin-right: 0.5em;
  font-size: 0.7em;
  line-height: 1;
  content: "\e917";
}
.content-hub-options .content-hub-unshare a:before {
  content: "\e916";
}
.content-hub-options .content-hub-sharing:before {
  content: "\e917";
  display: inline-block;
  animation: spin 2s linear infinite;
}

.spaceman2 {
  height: 2em;
}

.preview-page {
  background: #0f0f0f;
  color: #fff;
  padding-top: 0.3em;
  height: 100%;
}
.preview-page .preview-actions {
  position: absolute;
  right: 0.5em;
  top: 0;
  line-height: 2.4;
}
.preview-page .close-preview {
  font-size: 1em;
  padding: 0.5em 1em;
  color: #fff;
  text-decoration: underline;
  border-radius: 0.3em;
}
.preview-page .close-preview:hover {
  background: rgba(255, 255, 255, 0.2);
}
.preview-page #fullscreen-button {
  font-size: 1em;
  cursor: pointer;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.5em 0.75em;
  transition: background-color 0.3s ease-in;
  border-radius: 0.3em;
  margin-left: 0.2em;
  line-height: normal;
  border: none;
}
.preview-page #fullscreen-button[data-fullscreen-enabled=false] {
  display: none;
}
.preview-page #fullscreen-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.preview-page #fullscreen-button:before {
  font-family: "FontAwesome";
  content: "\f065";
}
.preview-page #fullscreen-button[data-fullscreen=true]:before {
  content: "\f066";
}

.multiplayer-preview {
  position: fixed;
  width: 100%;
  height: 100%;
}
.multiplayer-preview .preview-pane-tab-bar {
  display: flex;
  min-height: 2.6667em;
}
.multiplayer-preview .preview-pane-tab-bar .preview-pane-tab {
  display: inline-block;
  background-color: #292929;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  padding: 0.6em 1em 0.5em 3em;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s;
}
.multiplayer-preview .preview-pane-tab-bar .preview-pane-tab:before {
  font-family: "h5pcom";
  font-size: 1.25em;
  line-height: 1;
  position: absolute;
  left: 1em;
  top: 0.55em;
  font-weight: normal;
}
.multiplayer-preview .preview-pane-tab-bar .preview-pane-tab.instructor:before {
  content: "\e93f";
}
.multiplayer-preview .preview-pane-tab-bar .preview-pane-tab.student {
  position: absolute;
  left: calc(50% + 0.5em);
}
@media screen and (max-width: 670px) {
  .multiplayer-preview .preview-pane-tab-bar .preview-pane-tab.student {
    position: relative;
    left: 0.3em;
  }
}
.multiplayer-preview .preview-pane-tab-bar .preview-pane-tab.student:before {
  content: "\e927";
}
@media screen and (max-width: 670px) {
  .multiplayer-preview .preview-pane-tab-bar .preview-pane-tab {
    opacity: 0.5;
  }
  .multiplayer-preview .preview-pane-tab-bar .preview-pane-tab.active, .multiplayer-preview .preview-pane-tab-bar .preview-pane-tab:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 460px) {
  .multiplayer-preview .preview-pane-tab-bar .preview-pane-tab-label {
    display: none;
  }
}
.multiplayer-preview .preview-panes {
  display: flex;
  flex-wrap: no-wrap;
  align-items: stretch;
  width: 100%;
  height: 100%;
}
.multiplayer-preview .preview-pane {
  height: calc(100% - 3em);
  width: 50%;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  border-top: 9px solid #292929;
}
.multiplayer-preview .preview-pane iframe {
  width: 100%;
  height: 100%;
  border: none;
  flex-grow: 1;
}
.multiplayer-preview .preview-pane.instructor {
  margin-right: 0.5em;
}
.multiplayer-preview .preview-pane.student {
  margin-left: 0.5em;
}
@media screen and (max-width: 670px) {
  .multiplayer-preview .preview-pane {
    min-width: auto;
    width: 100%;
    display: none;
    position: absolute;
    bottom: 0;
    top: 2.7em;
    padding: 0;
  }
  .multiplayer-preview .preview-pane.student {
    margin-left: 0;
  }
  .multiplayer-preview .preview-pane.active {
    display: block;
  }
}

.content-creation-conflict-container {
  padding: 3em;
  max-width: 60em;
}

.content-creation-conflict-container .conflict-message {
  font-size: 1.15em;
  color: indianred;
  font-weight: bold;
  margin-bottom: 1.5em;
}

.content-creation-conflict-container .content-action.btn-save {
  margin-left: 0;
}

.content-creation-conflict-container .content-action {
  display: inline-block;
}

.content-creation-conflict-container .action-container {
  margin-top: 1.5em;
}

:root {
  --si-dialog-inner-scroll-offset: 0;
}

body.content-smart-imports .panel-body {
  max-width: 1200px;
}

#smart-import-action-modal .modal-description summary .accordion-items .accordion-title, #smart-import-action-modal .accordion summary .accordion-items .accordion-title,
#submit-action-modal .modal-description summary .accordion-items .accordion-title,
#submit-action-modal .accordion summary .accordion-items .accordion-title, .modal-dialog.modal-new-imports .modal-content .learning-objective .info-alert .info-alert-content .info-alert-header .info-alert-title {
  font-size: 1em;
  font-weight: 800;
  color: #48738c;
  margin: 0;
  padding: 0;
}

#explanation-action-modal {
  top: 0;
  overflow: hidden;
}

.explanation-alert {
  background: #a9c6f1;
  padding: 0.5em;
  margin-bottom: 1em;
  border-left: 0.4em solid #1665d8;
}
.explanation-alert .explanation-alert-icon {
  border-radius: 50%;
  padding: 0.0625em;
  border: 0.0625em solid #1665d8;
  text-align: center;
  position: absolute;
  line-height: 1;
}
.explanation-alert .explanation-alert-icon:after {
  font-family: "h5pcom";
  content: "\e93b";
  font-size: 0.875em;
  color: #fff;
  background: #1665d8;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  display: block;
  border-radius: 50%;
}
.explanation-alert .explanation-alert-text {
  font-family: Nunito;
  color: #1f1f1f;
  margin-left: 2em;
}
.explanation-alert .explanation-alert-text .see-info {
  text-decoration: underline;
  color: #3c4859;
  font-weight: bold;
  cursor: pointer;
}

.modal-explanation {
  width: 80%;
  max-width: 1520px;
  max-height: 90%;
  display: flex;
  font-family: Nunito;
}
.modal-explanation .get-started-text {
  font-weight: bold;
  color: #1f1f1f;
}
.modal-explanation .modal-content {
  overflow: auto;
}
.modal-explanation .btn-blue {
  margin-bottom: -3em;
}
.modal-explanation .btn-white {
  display: none;
}
.modal-explanation .explanation-modal-container {
  display: flex;
  flex-direction: column;
}
.modal-explanation .explanation-modal-container .body-header {
  background: #fffdeb;
  color: #1f1f1f;
  padding: 2em;
  border: 0.1em solid #fff493;
  margin-bottom: 4em;
}
.modal-explanation .explanation-modal-container .step-explanation {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.modal-explanation .explanation-modal-container .step-explanation .step {
  text-align: center;
  width: 20%;
  max-width: 20em;
}
.modal-explanation .explanation-modal-container .step-explanation .step .step-header {
  letter-spacing: 5px;
}
.modal-explanation .explanation-modal-container .step-explanation .step .icon {
  max-height: 4em;
  margin: 1em 0;
}
.modal-explanation .explanation-modal-container .step-explanation .step .step-description-header {
  color: #1f1f1f;
  font-weight: 700;
  font-size: 1.25em;
}
.modal-explanation .explanation-modal-container .step-explanation .step .step-description {
  padding: 0 2em;
}
.modal-explanation .explanation-modal-container .info-panels {
  display: flex;
  justify-content: center;
  gap: 1em;
  padding: 1em 2em 2em;
}
.modal-explanation .explanation-modal-container .info-panels .info-panel {
  padding: 3em 4em;
  max-width: 50em;
}
.modal-explanation .explanation-modal-container .info-panels .info-panel .panel-header {
  font-weight: 700;
  font-size: 1.25em;
  color: #1f1f1f;
}
.modal-explanation .explanation-modal-container .info-panels .info-panel .panel-description-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
}
.modal-explanation .explanation-modal-container .info-panels .info-panel .panel-description-container .panel-icon {
  max-height: 8em;
}
.modal-explanation .explanation-modal-container .info-panels .info-panel .panel-description-container ul {
  margin-left: -2em;
}
.modal-explanation .explanation-modal-container .info-panels #panel-1 {
  background: #f6fbf6;
  border: 0.1em solid #d9f1da;
  width: 100%;
}
.modal-explanation .explanation-modal-container .info-panels #panel-2 {
  background: #fef7f7;
  border: 0.1em solid #f7dcdc;
  width: 100%;
}
.modal-explanation .explanation-modal-container .warning-message {
  background-color: #FFFDEE;
  margin: 0 2em;
  padding: 1em;
  text-align: center;
  border: solid 1px #FFEB3B;
}
.modal-explanation .explanation-modal-container .warning-message .auto-delete-description-icon:after {
  font-family: "h5pcom";
  content: "\e90d";
  color: #1F1F1F;
}
.modal-explanation .explanation-modal-container .warning-message .auto-delete-description-text {
  color: #1F1F1F;
  margin: 0.5rem 0;
  width: 100%;
}
.modal-explanation .modal-footer {
  display: none;
}

@media (max-width: 1199px) {
  .modal-explanation {
    width: 90% !important;
    margin-left: 5% !important;
  }
  .modal-explanation .explanation-modal-container .body-header {
    margin-bottom: 2em;
  }
  .modal-explanation .explanation-modal-container .step-explanation {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .modal-explanation .explanation-modal-container .step-explanation .step {
    width: 100%;
    max-width: unset;
  }
  .modal-explanation .explanation-modal-container .info-panels {
    flex-direction: column;
  }
  .modal-explanation .explanation-modal-container .info-panels .info-panel {
    max-width: unset;
  }
  .modal-explanation .explanation-modal-container .info-panels .info-panel .panel-description-container {
    flex-flow: row-reverse;
    justify-content: flex-end;
  }
}
@media (max-width: 804px) {
  #explanation-action-modal {
    top: 0;
  }
  .modal-explanation {
    width: 90% !important;
    margin-left: 5% !important;
  }
  .modal-explanation .modal-content {
    overflow: auto;
  }
  .modal-explanation .explanation-modal-container .info-panels {
    flex-wrap: wrap;
    padding: 0 !important;
  }
  .modal-explanation .explanation-modal-container .info-panels .info-panel {
    padding: 3em 2em !important;
  }
  .modal-explanation .explanation-modal-container .info-panels .info-panel .panel-description-container {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .modal-explanation .explanation-modal-container .step-explanation {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .modal-explanation .explanation-modal-container .step-explanation .step {
    width: 100% !important;
    margin: 1.5em 0;
  }
  .get-started-text {
    margin-top: 2em;
    text-align: center;
  }
  .explanation-modal-footer {
    text-align: center;
  }
  .warning-message {
    width: 100%;
    margin: 1em 0 !important;
  }
}
.invisible {
  visibility: hidden;
}

.new-import-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
  background-color: #F6FBFF;
  border: 1px solid #C5E4FC;
  border-radius: 4px;
  width: 100%;
  list-style: none;
  padding: 5.6rem 4.8rem;
  margin-bottom: 1rem;
}
.new-import-container .smart-import-icon-container {
  display: flex;
  align-items: center;
  gap: 4.8rem;
}
.new-import-container .text-button-container {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
}
.new-import-container .new-import-btn-container .btn {
  font-weight: 700;
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.new-import-container .new-import-btn-container .btn:before {
  display: inline-block;
  vertical-align: top;
  content: " ";
  font-size: 1.4em;
  height: 1em;
  width: 1em;
  margin-right: 10px;
  background-image: url(/images/smart-import-stars.svg?d63910cfac95901e79c49aad7b10a71c);
  background-size: cover;
}
@media (max-width: 804px) {
  .new-import-container .new-import-btn-container .btn:before {
    margin-right: 0;
  }
}
.new-import-container .new-import-btn-container .btn:before {
  margin-right: 0;
}
.new-import-container .what-is-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 0.5em;
}
.new-import-container .what-is-container .what-is-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #373F4E;
  margin: 0;
}
.new-import-container .what-is-container .explanation-alert-text {
  color: #6A6A6A;
  text-align: center;
  font-weight: 600;
}
.new-import-container .what-is-container .explanation-alert-text strong {
  font-weight: 800;
}
.new-import-container .what-is-container .see-info {
  text-decoration: underline;
  color: #6A6A6A;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 804px) {
  .new-import-container {
    flex-direction: column;
  }
  .new-import-container .smart-import-icon-container {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.smart-import-input-container {
  display: flex;
  flex: 1 1 auto;
  gap: 2rem;
  background-color: #F6FBFF;
  border: 1px solid #C5E4FC;
  border-radius: 4px;
  width: 100%;
  margin: 2rem 0;
  list-style: none;
  padding: 2rem 2.5rem;
}
.smart-import-input-container .new-import-btn-container .btn {
  font-weight: 700;
  display: flex;
  gap: 1rem;
}
.smart-import-input-container .new-import-btn-container .btn i::before {
  font-size: 16px;
}
.smart-import-input-container .separator {
  background: #d5e6fb;
  width: 1px;
}
.smart-import-input-container .what-is-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 0.5rem;
}
.smart-import-input-container .what-is-container .what-is-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #373F4E;
  margin: 0;
}
.smart-import-input-container .what-is-container .explanation-alert-text {
  color: #373F4E;
}
.smart-import-input-container .what-is-container .see-info {
  text-decoration: underline;
  color: #3c4859;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 804px) {
  .new-import-container {
    flex-direction: column;
  }
  .new-import-container .separator {
    display: none;
  }
}
.modal-dialog.modal-new-imports {
  max-height: unset;
  height: auto;
}
.modal-dialog.modal-new-imports .btn-white {
  display: unset;
}
.modal-dialog.modal-new-imports .modal-footer button {
  display: none;
}

.modal-dialog.modal-new-imports .modal-content {
  width: 100%;
}
.modal-dialog.modal-new-imports .modal-content .select-source {
  font-weight: 800;
  font-size: 1.5rem;
  color: #373F4E;
}
.modal-dialog.modal-new-imports .modal-content .language-picker {
  margin: 1.5rem 0;
}
.modal-dialog.modal-new-imports .modal-content .language-picker .select-container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 250px;
}
.modal-dialog.modal-new-imports .modal-content .language-picker .select-container select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  cursor: pointer;
}
.modal-dialog.modal-new-imports .modal-content .language-picker .select-container .caret {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.modal-dialog.modal-new-imports .modal-content .learning-objective-title, .modal-dialog.modal-new-imports .modal-content .language-picker-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #373F4E;
  margin: 0.5rem 0;
}
.modal-dialog.modal-new-imports .modal-content .learning-objective-description, .modal-dialog.modal-new-imports .modal-content .language-picker-description {
  margin-bottom: 0;
}
.modal-dialog.modal-new-imports .modal-content .learning-objective-description a, .modal-dialog.modal-new-imports .modal-content .language-picker-description a {
  font-size: inherit;
}
.modal-dialog.modal-new-imports .modal-content .learning-objective-input {
  width: 100%;
  height: 42px;
  padding: 0.75em;
  height: auto;
  border: 2px solid #e2e5ee;
  box-shadow: none;
  color: #3c4859;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 4px;
  resize: none;
  vertical-align: top;
}
.modal-dialog.modal-new-imports .modal-content .learning-objective .info-alert {
  background-color: #def6ff;
  margin: 1em 0;
  padding: 1em;
  border-radius: 3px;
  display: flex;
  align-items: flex-start;
}
.modal-dialog.modal-new-imports .modal-content .learning-objective .info-alert .info-alert-icon {
  position: relative;
  line-height: 0.9;
  margin-right: 1em;
}
.modal-dialog.modal-new-imports .modal-content .learning-objective .info-alert .info-alert-icon:after {
  font-family: "h5pcom";
  content: "\e90d";
  font-size: 1.65em;
  color: #447093;
}
.modal-dialog.modal-new-imports .modal-content .learning-objective .info-alert .info-alert-content {
  display: flex;
  flex-direction: column;
}
.modal-dialog.modal-new-imports .modal-content .learning-objective .info-alert .info-alert-content .info-alert-header {
  display: flex;
  align-items: center;
  height: 1.65em;
}
.modal-dialog.modal-new-imports .modal-content .learning-objective .info-alert .info-alert-content .info-alert-text {
  background: #def6ff;
  color: #31708f;
  font-size: 0.833em;
  margin: 0;
}
.modal-dialog.modal-new-imports .modal-content .form-nice {
  max-width: unset;
}
.modal-dialog.modal-new-imports .modal-content .modal-body {
  padding-bottom: 0;
}
.modal-dialog.modal-new-imports .modal-content .nav-link {
  font-size: 13px;
  padding: 0.5em 1.5em;
  margin-right: 0.25em;
}

.smart-import-options-container {
  margin-top: 1rem;
}
.smart-import-options-container .import-panel {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
}
.smart-import-options-container .import-panel .input-group {
  width: 100%;
}
.smart-import-options-container .import-panel .input-group input {
  height: 42px;
}
.smart-import-options-container .import-panel .input-group input:first-of-type {
  margin-bottom: 1.5rem;
}
.smart-import-options-container .import-panel .input-group input[type=file] {
  padding: 0.7em 1em;
  font-size: 0.9em;
}
.smart-import-options-container .import-panel .input-group .file-upload-field, .smart-import-options-container .import-panel .input-group .url-input-field {
  border-radius: 4px;
}
.smart-import-options-container .import-panel .form-control.input_title {
  height: 42px;
}
.smart-import-options-container .import-panel .input-group-btn {
  font-size: 1em;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin-top: 1.5rem;
}
.smart-import-options-container .import-panel .input-group-btn button {
  font-size: 0.917em;
  height: 42px;
  padding: 0.833em 1.45em;
}
.smart-import-options-container .import-panel .input-group-btn button i {
  margin-right: 0.5em;
}
.smart-import-options-container .import-panel .paste-text-btn button {
  border-radius: 0.208em;
}
.smart-import-options-container .import-panel .form-group {
  margin-bottom: 0;
}
.smart-import-options-container .import-panel .form-group .help-block {
  margin-bottom: 0;
}
.smart-import-options-container .import-panel:nth-last-child(2) {
  flex-basis: 20%;
}
.smart-import-options-container .import-panel .box-length-error {
  border: 1px solid #ff0000;
  border-radius: 4px;
}
.smart-import-options-container .import-panel .editor-title {
  margin-top: 1.5rem;
}
@media (max-width: 804px) {
  .smart-import-options-container {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}

.import-list-container {
  margin-top: 1em;
}
.import-list-container .import-list-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 4.583em;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  margin-bottom: 1rem;
}
.import-list-container .import-list-header h2 {
  margin: 0 auto 0 0;
}
.import-list-container .import-list-header .remaining-imports {
  white-space: nowrap;
}
.import-list-container .import-list-header .header-controls {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
.import-list-container .import-list-header .create-content:before {
  display: inline-block;
  vertical-align: top;
  content: " ";
  font-size: 1.4em;
  height: 1em;
  width: 1em;
  margin-right: 10px;
  background-image: url(/images/smart-import-stars.svg?d63910cfac95901e79c49aad7b10a71c);
  background-size: cover;
}
@media (max-width: 804px) {
  .import-list-container .import-list-header .create-content:before {
    margin-right: 0;
  }
}
.import-list-container .import-list-header.empty-state {
  min-height: unset;
}
.import-list-container .import-list-header.empty-state .remaining-imports .imports-container {
  margin: 0;
}
@media (max-width: 804px) {
  .import-list-container .import-list-header {
    align-items: flex-start;
  }
  .import-list-container .import-list-header .remaining-imports .imports-container {
    margin: 0;
  }
  .import-list-container .import-list-header .header-controls {
    flex: 0 0 100%;
    justify-content: flex-end;
    margin-top: 1rem;
  }
  .import-list-container .import-list-header .create-content:before {
    margin-right: 10px;
  }
}
.import-list-container .smart-import-name-col {
  width: 55%;
}

@keyframes spinning {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
#audit-transcript-action-modal {
  top: 10%;
}
#audit-transcript-action-modal .modal-dialog {
  width: 80%;
}
#audit-transcript-action-modal #transcript-text {
  height: 600px;
}
#audit-transcript-action-modal .modal-footer {
  text-align: center;
}
#audit-transcript-action-modal .btn-blue {
  width: 15%;
}
#audit-transcript-action-modal .btn-white {
  display: none;
}

.modal-dialog.modal-new-imports .input-group-btn {
  font-size: 1em;
  display: flex;
  gap: 2rem;
  margin-top: 1.5rem;
}
.modal-dialog.modal-new-imports .input-group-btn button {
  font-size: 0.917em;
  height: 42px;
  padding: 0.833em 1.45em;
  border-radius: 0.208em !important;
}

.modal:has(.modal-dialog.modal-new-imports) {
  top: 5%;
}

#smart-import-action-modal,
#submit-action-modal {
  top: 0;
  padding-top: 3vh;
  padding-bottom: 3vh;
}
@media (min-height: 900px) {
  #smart-import-action-modal,
  #submit-action-modal {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}
#smart-import-action-modal .modal-dialog,
#submit-action-modal .modal-dialog {
  display: flex;
}
#smart-import-action-modal .modal-content,
#submit-action-modal .modal-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#smart-import-action-modal .accordion,
#submit-action-modal .accordion {
  border-radius: 3px;
}
#smart-import-action-modal .modal-description, #smart-import-action-modal .accordion,
#submit-action-modal .modal-description,
#submit-action-modal .accordion {
  margin: 1em 0;
  background: #def6ff;
}
#smart-import-action-modal .modal-description .modal-description-icon, #smart-import-action-modal .accordion .modal-description-icon,
#submit-action-modal .modal-description .modal-description-icon,
#submit-action-modal .accordion .modal-description-icon {
  position: absolute;
  line-height: 1;
}
#smart-import-action-modal .modal-description .modal-description-icon:after, #smart-import-action-modal .accordion .modal-description-icon:after,
#submit-action-modal .modal-description .modal-description-icon:after,
#submit-action-modal .accordion .modal-description-icon:after {
  font-family: "h5pcom";
  content: "\e90d";
  font-size: 1.7em;
  color: #447093;
}
#smart-import-action-modal .modal-description summary, #smart-import-action-modal .accordion summary,
#submit-action-modal .modal-description summary,
#submit-action-modal .accordion summary {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  padding: 0.5em 1em;
}
#smart-import-action-modal .modal-description summary .accordion-items, #smart-import-action-modal .accordion summary .accordion-items,
#submit-action-modal .modal-description summary .accordion-items,
#submit-action-modal .accordion summary .accordion-items {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
#smart-import-action-modal .modal-description summary .accordion-items .accordion-info-icon, #smart-import-action-modal .accordion summary .accordion-items .accordion-info-icon,
#submit-action-modal .modal-description summary .accordion-items .accordion-info-icon,
#submit-action-modal .accordion summary .accordion-items .accordion-info-icon {
  position: relative;
  line-height: 0.9;
}
#smart-import-action-modal .modal-description summary .accordion-items .accordion-info-icon:after, #smart-import-action-modal .accordion summary .accordion-items .accordion-info-icon:after,
#submit-action-modal .modal-description summary .accordion-items .accordion-info-icon:after,
#submit-action-modal .accordion summary .accordion-items .accordion-info-icon:after {
  font-family: "h5pcom";
  content: "\e90d";
  font-size: 1.65em;
  color: #447093;
}
#smart-import-action-modal .modal-description summary .accordion-items .accordion-next-icon, #smart-import-action-modal .accordion summary .accordion-items .accordion-next-icon,
#submit-action-modal .modal-description summary .accordion-items .accordion-next-icon,
#submit-action-modal .accordion summary .accordion-items .accordion-next-icon {
  position: relative;
  line-height: 0.9;
}
#smart-import-action-modal .modal-description summary .accordion-items .accordion-next-icon:after, #smart-import-action-modal .accordion summary .accordion-items .accordion-next-icon:after,
#submit-action-modal .modal-description summary .accordion-items .accordion-next-icon:after,
#submit-action-modal .accordion summary .accordion-items .accordion-next-icon:after {
  font-family: "h5pcom";
  content: "\e947";
  font-size: 1.65em;
  color: #447093;
}
#smart-import-action-modal .modal-description summary .accordion-items .accordion-info-icon + .accordion-title, #smart-import-action-modal .accordion summary .accordion-items .accordion-info-icon + .accordion-title,
#submit-action-modal .modal-description summary .accordion-items .accordion-info-icon + .accordion-title,
#submit-action-modal .accordion summary .accordion-items .accordion-info-icon + .accordion-title {
  position: relative;
  top: 2px;
}
#smart-import-action-modal .modal-description summary .accordion-arrow, #smart-import-action-modal .accordion summary .accordion-arrow,
#submit-action-modal .modal-description summary .accordion-arrow,
#submit-action-modal .accordion summary .accordion-arrow {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#smart-import-action-modal .modal-description summary .accordion-arrow::after, #smart-import-action-modal .accordion summary .accordion-arrow::after,
#submit-action-modal .modal-description summary .accordion-arrow::after,
#submit-action-modal .accordion summary .accordion-arrow::after {
  content: "▶";
  font-size: 1em;
  color: #447093;
}
#smart-import-action-modal .modal-description summary::-webkit-details-marker, #smart-import-action-modal .accordion summary::-webkit-details-marker,
#submit-action-modal .modal-description summary::-webkit-details-marker,
#submit-action-modal .accordion summary::-webkit-details-marker {
  display: none;
}
#smart-import-action-modal .modal-description .accordion-text, #smart-import-action-modal .accordion .accordion-text,
#submit-action-modal .modal-description .accordion-text,
#submit-action-modal .accordion .accordion-text {
  color: #48738c;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.5em 1.5em;
}
#smart-import-action-modal .accordion[open] summary,
#submit-action-modal .accordion[open] summary {
  border-bottom: 1px solid #b6cdd6;
}
#smart-import-action-modal .accordion[open] summary .accordion-arrow::after,
#submit-action-modal .accordion[open] summary .accordion-arrow::after {
  display: inline-block;
  transform: rotate(90deg);
}
#smart-import-action-modal .button-description,
#submit-action-modal .button-description {
  margin: 1em 0;
  background: #def6ff;
  padding: 1em 1.5em;
}
#smart-import-action-modal .button-description .button-description-icon,
#submit-action-modal .button-description .button-description-icon {
  position: absolute;
  line-height: 1;
}
#smart-import-action-modal .button-description .button-description-icon:after,
#submit-action-modal .button-description .button-description-icon:after {
  font-family: "h5pcom";
  content: "\e947";
  font-size: 1.7em;
  color: #447093;
}
#smart-import-action-modal .button-description .button-description-text,
#submit-action-modal .button-description .button-description-text {
  margin-left: 2.5em;
  color: #447093;
  font-weight: 550;
}
#smart-import-action-modal .modal-body,
#submit-action-modal .modal-body {
  overflow: auto;
  margin: 1em 0;
  padding: 3px;
}
#smart-import-action-modal .modal-body #cke_input_text,
#submit-action-modal .modal-body #cke_input_text {
  padding-bottom: 3px;
}
#smart-import-action-modal .modal-body.hide-overflow,
#submit-action-modal .modal-body.hide-overflow {
  overflow: hidden;
}
#smart-import-action-modal .modal-body .smart-import-ckeditor,
#submit-action-modal .modal-body .smart-import-ckeditor {
  margin-bottom: 1em;
}
#smart-import-action-modal .modal-body .concept-items-wrapper,
#smart-import-action-modal .modal-body .content-items-wrapper,
#submit-action-modal .modal-body .concept-items-wrapper,
#submit-action-modal .modal-body .content-items-wrapper {
  max-height: 25vh;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 1em;
}
@media (min-height: 900px) {
  #smart-import-action-modal .modal-body .concept-items-wrapper,
  #smart-import-action-modal .modal-body .content-items-wrapper,
  #submit-action-modal .modal-body .concept-items-wrapper,
  #submit-action-modal .modal-body .content-items-wrapper {
    max-height: 35vh;
  }
}
#smart-import-action-modal .modal-body .ck.ck-content,
#submit-action-modal .modal-body .ck.ck-content {
  min-height: 10em;
  max-height: 25vh;
}
@media (min-height: 900px) {
  #smart-import-action-modal .modal-body .ck.ck-content,
  #submit-action-modal .modal-body .ck.ck-content {
    max-height: 35vh;
  }
}
#smart-import-action-modal .modal-body .ck.ck-content::-webkit-scrollbar-thumb, #smart-import-action-modal .modal-body .ck.ck-content::-webkit-scrollbar-track,
#submit-action-modal .modal-body .ck.ck-content::-webkit-scrollbar-thumb,
#submit-action-modal .modal-body .ck.ck-content::-webkit-scrollbar-track {
  cursor: pointer;
}
#smart-import-action-modal .modal-body .ck.ck-sticky-panel__content.ck-sticky-panel__content_sticky,
#submit-action-modal .modal-body .ck.ck-sticky-panel__content.ck-sticky-panel__content_sticky {
  top: var(--si-dialog-inner-scroll-offset) !important;
}
#smart-import-action-modal .grand-label,
#submit-action-modal .grand-label {
  margin-bottom: 0px;
  margin-top: 10px;
}

.smart-import-char-count {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem !important;
  font-weight: bold;
}
.smart-import-char-count .paste-text-count.length-error {
  color: #ff1e1e;
}

.no-spacing {
  margin: 0;
  padding: 0;
}

.no-resize {
  resize: none;
}

.active-filters.confusion-report-filters {
  padding: 0.25em;
}

.panel-body.confusion-feedback {
  padding: 1.8em 2em 3em;
}
@media (max-width: 1024px) {
  .panel-body.confusion-feedback {
    padding: 1em;
  }
}

.content-confusion-reports-index .panel-body,
.duplicate-content-confusion-reports-index .panel-body {
  /* No feedbacks */
}
.content-confusion-reports-index .panel-body .empty-search-user,
.duplicate-content-confusion-reports-index .panel-body .empty-search-user {
  padding-left: 1em;
}
.content-confusion-reports-index .panel-body .no-report-icon,
.duplicate-content-confusion-reports-index .panel-body .no-report-icon {
  display: inline-block;
  font-size: 5em;
  margin-bottom: 0.25em;
  color: #c0c3cd;
}

#confusion-feedback-table th {
  background-color: rgba(218, 218, 218, 0.2);
}
#confusion-feedback-table th.feedback {
  text-transform: capitalize;
  width: 100%;
}
#confusion-feedback-table td.feedback {
  overflow-wrap: anywhere;
  word-break: break-word;
}
#confusion-feedback-table td.feedback p {
  margin-bottom: 0;
  color: #333333;
}
#confusion-feedback-table td.feedback small {
  font-style: italic;
}
#confusion-feedback-table .btn-feedback-resolve {
  background-color: #edf1fe;
  border-color: #88a4f2;
  color: #3666ee;
}
#confusion-feedback-table .btn-feedback-resolve i {
  font-size: 1.3em;
}
#confusion-feedback-table .btn-feedback-resolved {
  background-color: rgba(45, 117, 16, 0.1);
  border-color: #a0e386;
  color: #2d7510;
}
#confusion-feedback-table .btn-feedback-resolved i {
  font-size: 1.3em;
}
#confusion-feedback-table .btn-feedback-delete {
  color: #e03d28;
  border-color: #e03d28;
}
#confusion-feedback-table .btn-feedback-delete i {
  font-size: 1.3em;
}
#confusion-feedback-table .btn-feedback-delete:hover {
  background-color: #fffFFF;
}

.content-collaborators,
.confusion-receivers,
.select-folder {
  list-style: none;
  margin: 0px;
  background-color: #f1f5ff;
  border-radius: 8px;
  max-height: 150px;
  overflow-y: scroll;
  min-height: 150px;
}
.content-collaborators .content-collaborator,
.content-collaborators .confusion-receiver,
.confusion-receivers .content-collaborator,
.confusion-receivers .confusion-receiver,
.select-folder .content-collaborator,
.select-folder .confusion-receiver {
  border-bottom: solid 1px #ebebed;
  padding: 10px 15px;
  position: relative;
}
.content-collaborators .content-collaborator .avatar,
.content-collaborators .confusion-receiver .avatar,
.confusion-receivers .content-collaborator .avatar,
.confusion-receivers .confusion-receiver .avatar,
.select-folder .content-collaborator .avatar,
.select-folder .confusion-receiver .avatar {
  display: inline-block;
  width: 2.5em;
  vertical-align: text-bottom;
}
.content-collaborators .content-collaborator .collaborator-text,
.content-collaborators .confusion-receiver .collaborator-text,
.confusion-receivers .content-collaborator .collaborator-text,
.confusion-receivers .confusion-receiver .collaborator-text,
.select-folder .content-collaborator .collaborator-text,
.select-folder .confusion-receiver .collaborator-text {
  display: inline-block;
  padding-left: 0.5em;
}
.content-collaborators .content-collaborator .collaborator-text.no-email,
.content-collaborators .confusion-receiver .collaborator-text.no-email,
.confusion-receivers .content-collaborator .collaborator-text.no-email,
.confusion-receivers .confusion-receiver .collaborator-text.no-email,
.select-folder .content-collaborator .collaborator-text.no-email,
.select-folder .confusion-receiver .collaborator-text.no-email {
  vertical-align: super;
}
.content-collaborators .content-collaborator .collaborator-name,
.content-collaborators .confusion-receiver .collaborator-name,
.confusion-receivers .content-collaborator .collaborator-name,
.confusion-receivers .confusion-receiver .collaborator-name,
.select-folder .content-collaborator .collaborator-name,
.select-folder .confusion-receiver .collaborator-name {
  font-size: 1em;
  line-height: 0.95;
}
.content-collaborators .content-collaborator .collaborator-email,
.content-collaborators .confusion-receiver .collaborator-email,
.confusion-receivers .content-collaborator .collaborator-email,
.confusion-receivers .confusion-receiver .collaborator-email,
.select-folder .content-collaborator .collaborator-email,
.select-folder .confusion-receiver .collaborator-email {
  font-size: 0.85em;
}
.content-collaborators .content-collaborator:last-child,
.confusion-receivers .content-collaborator:last-child,
.select-folder .content-collaborator:last-child {
  border-bottom: 0;
}
.content-collaborators .content-collaborator:hover,
.content-collaborators .list-folder-name:hover,
.confusion-receivers .content-collaborator:hover,
.confusion-receivers .list-folder-name:hover,
.select-folder .content-collaborator:hover,
.select-folder .list-folder-name:hover {
  background-color: #e1e5ef;
}

.select-folder {
  max-height: 172px;
  min-height: 172px;
}
.select-folder .list-folder {
  position: relative;
}
.select-folder .folder-list {
  margin: 0;
}
.select-folder .folder-list .folder-list {
  display: none;
}
.select-folder .folder-list .folder-list.folder-open {
  display: block;
}
.select-folder .list-folder-name {
  padding: 5px 30px;
  font-weight: bold;
  font-size: 13px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select-folder .root-folder {
  padding-top: 10px;
}
.select-folder .h5picon-folder,
.select-folder .h5picon-folder-open,
.select-folder .h5picon-plus-square,
.select-folder .h5picon-minus-square {
  margin-right: 0.3em;
}
.select-folder .selected-folder,
.select-folder .selected-folder:hover {
  color: #3d5fe2;
  background: #DAE2FB;
}
.select-folder .empty-folder > .h5picon-plus-square, .select-folder .empty-folder > .h5picon-minus-square {
  visibility: hidden;
}

.remove-collaborator,
.remove-receiver,
.modal-dialog .btn.remove-collaborator {
  padding: 0;
  position: absolute;
  right: 0;
  top: 12px;
  width: 2em;
  height: 2em;
  background: transparent;
  border: 0;
  margin-right: 0.5em;
  line-height: 1.5;
}
.remove-collaborator > i,
.remove-receiver > i,
.modal-dialog .btn.remove-collaborator > i {
  font-size: 1.2em;
  display: block;
}

#folder-pane .select-folder {
  max-height: 224px;
  min-height: 224px;
}

#move-action-modal .modal-dialog,
#collaborators-action-modal .modal-dialog {
  width: 800px;
  max-width: calc(100% - 15px);
}

#collaborators-action-modal .modal-dialog .modal-footer {
  display: flex;
}
#collaborators-action-modal .modal-dialog .modal-footer .collaborators-updating-wrapper {
  border-radius: 0.208em;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0.5em;
}
#collaborators-action-modal .modal-dialog .modal-footer .collaborators-updating-wrapper .collaborators-updating-progress {
  height: 4px;
  background-color: #dbe6fb;
  border-top-left-radius: 0.208em;
  border-top-right-radius: 0.208em;
}
#collaborators-action-modal .modal-dialog .modal-footer .collaborators-updating-wrapper .collaborators-updating-progress .collaborators-progress-bar {
  border-top-left-radius: 0.208em;
  border-top-right-radius: 0.208em;
  background: #2f6f37;
  height: 100%;
  width: 0;
  transition: width 0.3s;
}
#collaborators-action-modal .modal-dialog .modal-footer .collaborators-updating-wrapper .btn {
  background: #c5d7f7;
  color: #013154;
  border-color: #c5d7f7;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  opacity: 1;
}

.autocomplete-suggestions {
  border: 1px solid #e2e5ee;
  border-top: none;
  background: #FFF;
  overflow: auto;
  transform: translateY(-1px);
}
.autocomplete-suggestions .autocomplete-profile-image {
  height: 2.5em;
  display: inline-block;
  vertical-align: text-bottom;
  border-radius: 50%;
}
.autocomplete-suggestions .text-wrapper {
  padding-left: 1.25em;
  display: inline-block;
}
.autocomplete-suggestions .text-wrapper .name {
  font-size: 1.2em;
  line-height: 1em;
  color: #3c4859;
}
.autocomplete-suggestions .text-wrapper .email {
  color: #757575;
  font-size: 0.85em;
}
.autocomplete-suggestions .text-wrapper.no-email {
  vertical-align: top;
}

.autocomplete-suggestion {
  padding: 0.85em;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #e2e5ee;
  cursor: pointer;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.laravel-h5p-method {
  display: none;
}

.breadcrumbs-container .section {
  display: inline;
}

.breadcrumbs-container .active {
  color: #3c4859;
}

.breadcrumbs-container .breadcrumb-tags {
  margin-left: 0.35em;
}

.breadcrumbs-container .breadcrumb-tags > a {
  margin-left: 0.15em;
}

.breadcrumbs-container .breadcrumb-tags .collaborators-tag:first-child {
  margin-right: 0.15em;
}

.breadcrumbs-container .breadcrumb-tags .h5picon-multiple-authors,
.breadcrumbs-container .breadcrumb-tags .visible-for-tag {
  color: #3c4859;
}

.breadcrumbs-container .section:after {
  padding-left: 0.5em;
  padding-right: 0.5em;
  content: "»";
  color: #969697;
  font-size: 0.85em;
}

.breadcrumbs-container .section:last-child:after {
  display: none;
}

.breadcrumbs-container {
  width: 100%;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 800;
  flex: 1;
  word-break: break-word;
  overflow-wrap: anywhere;
  padding-right: 1em;
}

.nosidebar .breadcrumbs-container {
  margin: 1.5em 0;
  padding-left: 1em;
}

.breadcrumbs-container .current-content-icon {
  display: inline-block;
  vertical-align: text-bottom;
  padding-right: 0.5em;
}
.breadcrumbs-container .current-content-icon:before {
  display: block;
  content: " ";
  width: 0.65em;
  height: 0.85em;
  font-size: 1.65em;
}
.breadcrumbs-container .content,
.breadcrumbs-container .no-content {
  display: none;
}
.breadcrumbs-container .private-folder:before {
  background: url(/images/private-folder.svg?07da3b310da0b90caa1a7db9884249a3) no-repeat center;
}
.breadcrumbs-container .organization-folder:before {
  background: url(/images/organization-folder.svg?289f0ab6bf7844407c89dabc30f382c8) no-repeat center;
}

#lti-consumer-form {
  width: 100%;
  max-width: 500px;
}

.lti-intro {
  max-width: 630px;
}

.lti-important-info {
  padding: 1.5em 2em;
  border: 1px solid #e2e5ee;
}
.lti-important-info .header {
  font-size: 20px;
  color: #3c4859;
  font-weight: 700;
}
.lti-important-info ul {
  margin-bottom: 0;
}

#lti-table {
  overflow: visible;
}
#lti-table .actions .btn {
  float: right;
}
#lti-table .connection-title:not(:first-child) {
  margin-top: 2em;
  border-top: 1px solid black;
  display: block;
}
#lti-table .deployment {
  display: block;
  margin-top: 0.5em;
}
#lti-table .connection-fields {
  width: 100%;
}
#lti-table .deployment .btn,
#lti-table .connection-fields .btn {
  font-size: 0.83em;
  padding: 0.5em 0.8em;
  min-width: 0;
}
#lti-table .connection-body {
  display: block;
}
#lti-table .connection-body .btn {
  display: inline-block;
}
#lti-table .connection-body form {
  display: inline-block;
  vertical-align: middle;
}
#lti-table .btn {
  min-width: 120px;
  margin: 0 0.5em 0.5em 0;
}
#lti-table .btn.add-data, #lti-table .btn.regenerate-keys {
  margin-bottom: 1.5em;
}
#lti-table .btn.add-data, #lti-table .btn.regenerate-keys, #lti-table .btn.add-deployment {
  margin-top: 1em;
}
#lti-table td:nth-child(1) {
  font-size: 1.1em;
}
#lti-table td {
  position: relative;
  border-top: none;
  padding: 0;
}
#lti-table td .popup-data {
  display: inline-block;
  visibility: hidden;
  background: #333333;
  padding: 0.5em;
  padding-left: 0.7em;
  box-shadow: 0 0 0.5em #d3e0e9;
  min-width: 200px;
  width: auto;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 4px;
  left: 3em;
  z-index: 1;
}
#lti-table td .popup-data:before {
  content: "\e90a";
  color: #333333;
  font-size: 1em;
  font-family: "h5pcom";
  position: absolute;
  top: 0.5em;
  left: -3px;
  z-index: -1;
}
#lti-table .lti-inner-table td {
  padding: 0.75em 0;
}
#lti-table td:hover > .popup-data {
  visibility: visible;
}
#lti-table .hide-button {
  padding: 0.85em;
  background: #d9d9d9;
  cursor: pointer;
  color: #5c6265;
  position: relative;
  top: 0.15em;
}
#lti-table .lti-header {
  padding-top: 1.5em;
}
#lti-table .lti-name {
  color: black;
  font-size: 1.3em;
}
#lti-table .lti-type {
  color: grey;
  font-size: 1em;
}
#lti-table .lti-lms-help {
  margin-top: 0;
  margin-bottom: 0.5em;
  padding: 0.5em;
  font-size: 0.9em;
}
#lti-table .lti-lms-help a {
  font-size: 1em;
}
#lti-table .actions {
  width: 12%;
  padding-left: 2em;
}
#lti-table .deployment-table {
  width: 100%;
}
#lti-table .deployment-table .deployment-actions {
  float: right;
  padding: 0.4em 0;
}
#lti-table .deployment-table .deployment-actions .btn {
  margin-bottom: 0;
}
#lti-table .deployment-table form {
  display: inline-block;
  vertical-align: middle;
}

.lti-inner-table {
  width: 100%;
  font-size: 0.9em;
}
@media (max-width: 1024px) {
  .lti-inner-table {
    font-size: 0.8em;
  }
}
.lti-inner-table td:nth-child(2) {
  padding-left: 20px;
}
.lti-inner-table tr {
  border-top: 1px solid #e1e3e8;
}
.lti-inner-table th {
  width: 10em;
}
.lti-inner-table.deployment-table th {
  width: auto;
}
.lti-inner-table th,
.lti-inner-table td {
  padding: 0.3em;
  padding-right: 1em;
}

#add-lti-consumer-modal .modal-body {
  padding-bottom: 0;
}

.content-actions-lti {
  display: flex;
  align-items: center;
  overflow: hidden;
  list-style: none;
  max-width: 1090px;
  margin: 0 auto 0.85em auto;
  padding: 0;
}
.content-actions-lti li {
  display: inline-block;
}
.content-actions-lti li.support-button-wrapper {
  margin-left: auto;
}

.horwrap.lti {
  margin-top: 0;
}

.horwrap.lti .edit-link {
  float: left;
  padding-right: 1em;
  margin: 0 1em;
  position: relative;
}

.horwrap.lti .edit-link:after {
  border-right: 1px solid #e5e6ea;
  position: absolute;
  height: 1.39em;
  top: 1em;
  right: 0;
}

.alert.lti {
  margin: 0;
  border-radius: 0;
  color: #272F5D;
  position: fixed;
  z-index: 3;
  width: 100%;
  top: 0;
}

.alert.lti .btn-abort {
  position: absolute;
  margin: 0;
  top: 1em;
  right: 1em;
}

.alert.lti.no-content-selected {
  padding-left: 5em;
}

.alert.lti.no-content-selected > * {
  line-height: 1;
}

.alert.lti.no-content-selected .header {
  font-weight: bold;
}

.alert.lti.no-content-selected:before {
  font-family: "h5pcom";
  content: "\e904";
  font-size: 2.6em;
  position: absolute;
  left: 0.6em;
  line-height: 0.9;
}

.content-item.lti-selected {
  background-color: #DBF1E5;
}

.content-actions label.save-action {
  margin-left: 0.6em;
}
.content-actions .truncated-icon {
  display: none;
  font-size: 1.5em;
  padding: 0.25em 0.5em;
}

.content-actions.truncate label.form-button,
.content-actions.truncate .lti-inserter {
  padding: 0;
}
.content-actions.truncate label.form-button > .button-text,
.content-actions.truncate .lti-inserter > .button-text {
  display: none;
}
.content-actions.truncate .truncated-icon {
  display: block;
}

body.content-report.lti .spaceman {
  display: none;
}

.engage-cookies-error {
  color: red;
  padding: 1em 0;
}

.brightspace-cp-no-buttons ul.content-actions > li {
  display: none;
}
.brightspace-cp-no-buttons ul.content-actions > li:first-child {
  display: block;
}

.search-field .btn .fa {
  margin: 0px;
}

.search-field button {
  padding: 1em;
}

@media (max-width: 1024px) {
  .search-field {
    margin-top: 0.5em;
  }
}
.control-label {
  font-size: 0.917em;
  color: #3c4859;
  margin-bottom: 0.458em;
}

.control-description {
  margin-bottom: 0.458em;
}

.extra-label {
  float: right;
}

.form-group {
  margin-bottom: 0.958em;
}

.form-control {
  padding: 0.958em;
  height: auto;
  border: 2px solid #e2e5ee;
  box-shadow: none;
  color: #3c4859;
}
.form-control::-webkit-input-placeholder {
  color: #919191;
}
.form-control::-moz-placeholder {
  color: #919191;
}
.form-control:-ms-input-placeholder {
  color: #919191;
}
.form-control:-moz-placeholder {
  color: #919191;
}
.form-control.inline {
  display: inline-block;
}

select.form-control {
  cursor: pointer;
}

input[type=datetime-local].form-control {
  line-height: normal;
}

.input-group .form-control,
.input-group-btn:last-child > .btn,
.search-bar .input-group-btn > .btn {
  z-index: auto;
  height: 44px;
  padding: 0 1em;
  font-size: initial;
}

.input-group-btn:last-child > .btn,
.search-bar .input-group-btn > .btn {
  margin-left: -0.125em;
}

.tooltip-inner {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  color: #fffFFF;
  font-size: 0.917em;
  padding: 1em;
  white-space: pre-wrap;
  line-height: 1.3;
}

.form-control:focus {
  border-color: #98cbe8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(152, 203, 232, 0.6);
}

.input-group .form-control:focus {
  z-index: 1;
}

.form-group input[type=file] {
  padding: 15px 0 30px 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  border-radius: 0;
}

.form-check {
  margin-top: 1em;
}
.form-check .visible-for-description {
  display: block;
}

.form-horizontal .form-group { /* Avoid horizontal scrolling */
  margin-left: 0;
  margin-right: 0;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  width: 17px;
  height: 17px;
  border: solid 1px gray;
  background-color: white;
  vertical-align: sub;
  accent-color: #0075FF;
}

.form-sm {
  border:  2px solid #e2e5ee;
  width: 100%;
  max-width: 35em;
}

.form-nice {
  width: 100%;
  max-width: 35em;
}

.required-label:after {
  content: "*";
  color: #da0001;
  margin-left: 0.25em;
}

input.form-check-input {
  margin-right: 0.5em;
}

.visual-block {
  color: #f00;
  font-weight: bold;
}

#users-table th:not(:first-child) {
  padding: 0;
}
#users-table th:not(:first-child) .sortable-th {
  padding: 16px;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  #users-table th:not(:first-child) .sortable-th {
    padding: 10px 5px 10px 5px;
  }
}
#users-table th:not(:first-child).title .sortable-th {
  padding-left: 42px;
}
#users-table td.title {
  width: 50%;
  position: relative;
  padding-left: 42px;
}
#users-table td.title:before {
  margin-right: 0.8em;
  font-size: 1.5em;
  color: #909090;
}
#users-table td.role {
  width: 25%;
}
#users-table td.last-visit {
  width: 25%;
  min-width: 8em;
}
#users-table td.edit,
#users-table td.delete,
#users-table td.change-role {
  width: 2%;
}
#users-table td.actions,
#users-table th.actions {
  display: none;
}
#users-table .avatar {
  width: 2em;
  height: 2em;
  position: absolute;
  left: 0;
}
@media (max-width: 1199px) {
  #users-table td.edit,
  #users-table th.edit,
  #users-table td.delete,
  #users-table th.delete,
  #users-table td.change-role,
  #users-table th.change-role {
    display: none;
  }
  #users-table td.actions,
  #users-table th.actions {
    display: block;
  }
}
#users-table th.selector input {
  position: relative;
  top: -0.3em;
}
#users-table .sort-icon {
  top: 1em;
}

.quota-section {
  width: 100%;
  margin-bottom: 1em;
}

.quota-wrapper {
  display: flex;
  flex-direction: row;
}

.quota-container {
  display: flex;
  flex-basis: 50%;
}

.quota-title,
.quota-count {
  display: inline-block;
}

.quota-title {
  flex: 1;
}

.quota-title a {
  color: #636b6f;
}

.quota-container {
  border: 1px solid #ddd;
  padding: 1em 1.5em;
}

.quota-container:last-of-type:not(.single-quota) {
  border-left: none;
}

.quota-current {
  color: #186DF7;
}

.quota-container.single-quota {
  flex-basis: 100%;
}

.quota-container.single-quota .quota-title {
  flex: none;
}

.quota-container.single-quota .quota-count {
  margin-left: 3em;
}

.user-quota-warning {
  background: lightyellow;
  padding: 1em 1.5em;
  border: 1px solid #ddd;
  border-bottom: none;
}

@media (max-width: 1024px) {
  .quota-section {
    display: inline-block;
  }
}
.user-view th:nth-child(1) {
  width: 300px;
}

.avatar {
  margin-right: 0.5em;
  border-radius: 50%;
}

.avatar-top-menu {
  width: 2em;
  height: 2em;
}

.avatar-profile-page {
  width: 14rem;
  height: 14rem;
}

.user-profile-menu .avatar {
  width: 2em;
  height: 2em;
}

.box-20 .avatar {
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.username {
  padding: 0 5px 0 8px;
  display: inline-block;
}

.user-profile-menu {
  float: right;
  list-style: none;
  padding: 9px 0 0 0;
  margin: 0px;
}

.user-profile-menu.dark .username,
.user-profile-menu.dark .caret {
  color: #121212;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
}
.user-profile-menu.dark .dropdown-divider {
  border-color: #e9ecef;
}

.search-bar .user-profile-menu {
  padding-top: 0;
  padding-bottom: 0;
  display: block ruby;
}
.search-bar .user-profile-menu .avatar {
  width: 44px;
  height: 44px;
}

.user-profile-menu a {
  color: white;
}

.user-profile-menu .dropdown-menu li.dropdown-header,
.user-profile-menu .dropdown-menu li > a {
  padding-left: 10px;
  padding-right: 10px;
}

.user-profile-menu .dropdown-menu > li > a {
  display: flex;
  align-items: center;
}
.user-profile-menu .dropdown-menu > li > a.announcements-button::after {
  content: attr(data-actions);
  align-items: center;
  background-color: #d00;
  border-radius: 1em;
  color: #fff;
  display: flex;
  height: 20px;
  justify-content: center;
  min-width: 20px;
  font-size: 0.9em;
  margin-left: 0.5em;
}
.user-profile-menu .dropdown-menu > li > a.announcements-button[data-actions="0"]::after {
  display: none;
}
.user-profile-menu .dropdown-menu > li > a i[class^=h5picon-] {
  color: #757575;
  margin-right: 1em;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .user-profile-menu .dropdown-menu > li > a i[class^=h5picon-] {
    color: #99a0a8;
  }
}
.user-profile-menu .dropdown-menu > li > a i[class^=h5picon-]::before {
  font-size: 1.8125em;
}

.bottom-actions-menu {
  padding-top: 20px;
}
.bottom-actions-menu .btn + .btn {
  margin-left: 5px;
}

.bottom-actions-menu .primary {
  background-color: red;
}

.bottom-actions-menu:after {
  content: "";
  display: block;
  clear: both;
}

.btn-gray {
  background-color: #d9d9d9;
}

.btn-gray:hover {
  background-color: #b9b9b9;
}

.btn-gray:active,
.btn-gray:focus {
  background-color: #a3a3a3;
}

.full-width-form-button {
  width: 100%;
}

.back-button {
  padding: 10px 15px 10px 15px;
  border-color: gray;
  background-color: #fff;
  line-height: 1.5em;
  color: #000;
  border: solid 1px #d2d2d2;
  margin-bottom: 25px;
}

.back-button a {
  color: inherit;
}

.back-button .fa {
  margin-right: 0.8em;
  font-size: 0.8em;
  line-height: 1.5em;
}

.btn-save {
  background-color: #63be2d;
  border-color: #63be2d;
  color: #fff;
}

.btn-save:hover {
  background-color: #509b23;
  border-color: #509b23;
  color: #fff;
}

.settings-table th {
  padding: 0.5em 5em 0em 0em !important;
  min-width: 17em;
}
.settings-table th,
.settings-table td {
  padding-bottom: 1.5em;
  vertical-align: top;
}
.settings-table select,
.settings-table input {
  padding: 0.5em;
}
.settings-table .option-description {
  margin: 0.5em 0 0 0;
}
.settings-table label {
  padding-top: 0.25em;
  font-weight: normal;
}

#collapse-content-behavior .form-group {
  padding-top: 2em;
}

.max-display-width {
  display: inline-block;
  max-width: 8em;
  padding: 0.5em;
}

.max-display-width-label {
  display: block;
  margin-top: 1em;
}

.max-display-width-prefix {
  margin-left: 0.5em;
}

.max-display-width-description {
  margin-top: 1em;
}

#accordion {
  max-width: 70em;
  border: 1px solid #e2e5ee;
  border-bottom: 0;
}

#accordion .panel-heading {
  font-size: 1em;
  padding: 1em;
  background: #f0f4fe;
}
#accordion .panel-heading.collapsed {
  background: transparent;
}
#accordion .panel-heading.collapsed:hover {
  background: #f0f4fe;
}

#accordion .header-text-group {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}

#accordion .h5picon-dropdown-arrow {
  display: inline-block;
  padding: 0 1em;
}

#accordion .panel-heading.collapsed .h5picon-dropdown-arrow {
  transform: rotate(-90deg);
}

#accordion .panel-heading {
  border-bottom: 1px solid #e2e5ee;
  cursor: pointer;
}

#accordion .panel-collapse .panel-body {
  border-top: 0;
  border-bottom: 1px solid #e2e5ee;
}

#accordion .panel-heading a {
  color: #000;
  font-size: 1.25em;
}

#accordion .accordion-description {
  font-size: 0.9em;
  font-weight: initial;
}

@media (max-width: 1024px) {
  #panel-body-container {
    display: block;
  }
}
#accordion .panel-default {
  margin: 0;
}

.display-option-row .th {
  padding-left: 0px;
}

.settings-matrix,
.content-type-restrictions-table {
  margin-bottom: 0;
}

#accordion .panel-body {
  padding: 2em;
}

.pre-content-type-settings-container,
#accordion .matrix-title,
#accordion .content-type-title {
  padding: 2em;
}

@media (max-width: 1024px) {
  .pre-content-type-settings-container,
  #accordion .matrix-title,
  #accordion .content-type-title,
  #accordion .panel-body {
    padding: 1em;
  }
}
#collapse-domain-whitelist .panel-body,
#collapse-content-type-settings .panel-body,
#collapse-permissions .panel-body {
  padding: 0;
}

.indented {
  padding: 2em;
}

#accordion td,
#accordion th {
  padding: 0.5em;
  line-height: 1.25;
  vertical-align: baseline;
}

#accordion th > a {
  color: #757575;
}

.pre-content-type-settings-container {
  padding-bottom: 0.125em;
}

#accordion .matrix-title,
#accordion .content-type-title {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  line-height: 1.8;
}

#collapse-css-settings .panel-body {
  padding: 2em;
}
#collapse-css-settings .notice {
  font-size: 1em;
  padding: 1em 1.5em;
  margin-right: 1.5em;
  margin-top: 0;
}
#collapse-css-settings .css-settings-wrapper {
  white-space: nowrap;
  margin-top: 2em;
}
#collapse-css-settings .css-settings-wrapper .css-input-wrapper {
  display: inline-block;
  border-color: transparent;
  padding: 0;
}
#collapse-css-settings .css-settings-wrapper .form-group {
  display: inline-block;
  width: 50%;
}
#collapse-css-settings .css-settings-wrapper .form-group .help-block {
  font-size: 1.25em;
}
#collapse-css-settings .css-settings-wrapper .css-input {
  margin-top: 1em;
  min-height: 25em;
  padding: 1em 2em;
  width: 95%;
  resize: none;
  border: 2px solid #e2e5ee;
}
#collapse-css-settings .css-settings-wrapper .has-error .css-input {
  border-color: #ff1e1e;
}
#collapse-css-settings .css-settings-wrapper .css-input.css-input-preview {
  box-shadow: inset 0 0 0.55em rgba(0, 0, 0, 0.2);
}
#collapse-css-settings .css-settings-wrapper .css-input-live:focus {
  outline: none;
}
#collapse-css-settings .css-settings-wrapper .css-input-live:disabled {
  background-color: transparent;
}
#collapse-css-settings .css-settings-wrapper .css-file-name {
  font-size: 1.43em;
}
#collapse-css-settings .css-settings-wrapper .css-visibility-description {
  font-size: 1.15em;
  white-space: normal;
}
#collapse-css-settings .css-file-name {
  font-weight: bold;
}
#collapse-css-settings .css-settings-footer {
  text-align: center;
  width: 100%;
  margin: 0 0 1em;
}
#collapse-css-settings .css-settings-footer .css-synchronized {
  display: none;
  padding: 0.5em 1.5em;
  border-radius: 3px;
  color: #103015;
  background-color: #b7e8bb;
}
#collapse-css-settings .css-settings-footer .copy-preview-css-to-live {
  position: relative;
  border: 2px solid #e2e5ee;
  border-radius: 3px;
  background-color: #f4f5f6;
  color: #3c4859;
  -webkit-text-decoration: none solid rgb(60, 72, 89);
          text-decoration: none solid rgb(60, 72, 89);
  text-align: center;
  padding: 0.25em 3em 0.25em 1.25em;
}
#collapse-css-settings .css-settings-footer .copy-preview-css-to-live:hover {
  border-color: #cfd2dc;
}
#collapse-css-settings .css-settings-footer .copy-preview-css-to-live:active {
  background-color: #e2e5ee;
  border-color: #cfd2dc;
}
#collapse-css-settings .css-settings-footer .copy-preview-css-to-live:after {
  content: "";
  background: url(/images/arrow-right.svg?5e7d6d22d9f42cdf6dc53a8bd9c6461f) no-repeat center;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1.25em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
#collapse-css-settings .css-settings-footer .copy-preview-css-to-live[disabled] {
  opacity: 0.5;
}
#collapse-css-settings .css-settings-footer .synchronized .css-button-description {
  display: none;
}
#collapse-css-settings .css-settings-footer .css-button-description {
  text-align: left;
  margin-bottom: 2em;
}
#collapse-css-settings .css-settings-footer .bold {
  font-weight: bold;
}
#collapse-css-settings .css-settings-footer.synchronized .css-button-description,
#collapse-css-settings .css-settings-footer.copy-disabled .css-button-description {
  visibility: hidden;
}
#collapse-css-settings .css-settings-footer.synchronized:not(.copy-disabled) .copy-preview-css-to-live {
  display: none;
}
#collapse-css-settings .css-settings-footer.synchronized:not(.copy-disabled) .css-synchronized {
  display: inline-block;
}

#set-live-css-action-modal .override-css-body {
  padding-top: 1em;
}
#set-live-css-action-modal .override-css-notice {
  padding-top: 1em;
}
#set-live-css-action-modal .override-css-text {
  margin-top: 1.5em;
}

#collapse-lti-settings .send-score-to-lms-row.hide {
  display: none;
}

#allow-iframe-embedder-description {
  margin-bottom: 2em;
}

#domain-whitelist-tab {
  width: 100%;
  padding-top: 1em;
}

.domain-whitelist-wrapper > .form-group {
  margin-bottom: 0;
}
.domain-whitelist-wrapper .tooltip-inner {
  text-align: left;
  width: 300px;
  max-width: 300px;
}
.domain-whitelist-wrapper .domain-whitelisting-widget {
  background-color: #fafafa;
  border: 1px solid #e2e5ee;
  padding: 1em;
}
.domain-whitelist-wrapper .domain-whitelisting-defaults {
  padding-bottom: 1em;
  max-height: 5em;
  overflow: auto;
}
.domain-whitelist-wrapper .domain-whitelist-text-group {
  padding-top: 1em;
}
.domain-whitelist-wrapper .domain-name {
  max-width: 10em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  font-style: italic;
}
.domain-whitelist-wrapper .domain-whitelist-footer {
  display: flex;
}
.domain-whitelist-wrapper .domain-whitelist-footer button {
  font-weight: bold;
  border: 1px solid #e2e5ee;
  background-color: #f4f5f6;
  color: #3c4859;
  padding: 0.5em 1em;
}
.domain-whitelist-wrapper .domain-whitelist-footer button:hover {
  border-color: #cfd2dc;
}
.domain-whitelist-wrapper .domain-whitelist-footer button[disabled] {
  opacity: 0.5;
}
.domain-whitelist-wrapper .domain-whitelist-footer button:before {
  content: "+";
  padding-right: 0.5em;
}
.domain-whitelist-wrapper .domain-whitelist-footer input {
  margin-right: 1em;
  flex-grow: 1;
  max-width: 25em;
}
.domain-whitelist-wrapper .allowed-domains-list-wrapper {
  padding-top: 1em;
  font-weight: bold;
}
.domain-whitelist-wrapper .domains-list-title {
  display: inline-block;
}
.domain-whitelist-wrapper .allowed-domains-list {
  display: inline;
}
.domain-whitelist-wrapper .domains-list-title {
  padding-right: 1em;
}
.domain-whitelist-wrapper .allowed-domain-name-wrapper {
  display: inline-block;
  background-color: white;
  border: 1px solid #e2e5ee;
  font-size: 0.85em;
  padding: 0.25em 0.65em;
  margin-left: -1px;
  color: #3c4859;
}
.domain-whitelist-wrapper .allowed-domain-name {
  display: inline-block;
  max-width: 12em;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: text-top;
}
.domain-whitelist-wrapper .allowed-domain-name-remove {
  background: transparent;
  border: 0;
  vertical-align: text-top;
}
.domain-whitelist-wrapper .domain-whitelist-errors {
  padding-top: 1em;
  color: red;
}

.highlight {
  font-weight: bold;
}

@media (min-width: 1024px) {
  #collapse-external-lrs .form-group {
    width: 50%;
  }
}
/* The help icon next to the LRS Endpoint input field */
.lrs-config > a {
  color: #757575;
}

/* Add red border if excluded verbs list does not follow input pattern */
#lrs_excluded_verbs:invalid {
  border-color: red;
}

.header-label {
  margin-bottom: 5px;
  font-weight: bold;
}

.settings-matrix tbody tr:last-child {
  border-bottom: 1px solid #e2e5ee;
}

.authentication-description {
  padding-bottom: 0;
}

.organization-settings textarea {
  margin-top: 1em;
  min-height: 25em;
  padding: 1em 2em;
  width: 95%;
  resize: none;
  border: 2px solid #e2e5ee;
}
.organization-settings .profanity-filter-list {
  margin-top: 2em;
  display: none;
}
.organization-settings .profanity-filter-list.visible {
  display: block;
}

.allow-search-bot {
  padding-top: 1em;
}

.pre-content-type-settings-container a {
  text-decoration: underline;
}

.settings-matrix,
.content-type-restrictions-table {
  width: 100%;
  max-width: 70em;
}
.settings-matrix tbody,
.content-type-restrictions-table tbody {
  display: block;
  max-height: 39.25em;
  overflow: auto;
}
.settings-matrix thead,
.settings-matrix tbody tr,
.content-type-restrictions-table thead,
.content-type-restrictions-table tbody tr {
  display: table;
  width: 100%;
}
.settings-matrix tbody tr:hover,
.content-type-restrictions-table tbody tr:hover {
  background-color: #f0f4fe;
}

.content-type-restrictions-table th:not(.content-type-title),
.content-type-restrictions-table td:not(.content-type-title) {
  text-align: center;
  width: 10em;
}

.settings-matrix th:not(.matrix-title),
.settings-matrix td:not(.matrix-title) {
  text-align: center;
  width: 10em;
}

.h5p-notice-wrapper {
  padding: 0.75em;
  /* In the editor, use less width */
}
.h5p-notice-wrapper .notice-message-wrapper {
  position: relative;
  margin: 1em auto 1.5em auto;
  max-width: 80em;
}
.h5p-notice-wrapper.forming .notice-message-wrapper {
  max-width: 67.5em;
}
.h5p-notice-wrapper .main-header {
  font-size: 1.43em;
  font-weight: bold;
}
.h5p-notice-wrapper .notice-message-description {
  font-size: 1em;
}
.h5p-notice-wrapper .main-header,
.h5p-notice-wrapper .subtitle {
  display: inline-block;
}
.h5p-notice-wrapper .notice-message-body {
  display: inline-block;
  position: relative;
  padding: 0 10em 0 4.2em;
  color: #31708F;
}
.h5p-notice-wrapper .notice-message-header {
  line-height: 1.3em;
}
.h5p-notice-wrapper .row {
  background-color: white;
  padding: 2em 0;
}
.h5p-notice-wrapper .row.boat {
  padding-top: 0;
}
.h5p-notice-wrapper.trashed {
  background-color: #ffdbdb;
}
.h5p-notice-wrapper.trashed .notice-message-body {
  color: #8f3131;
}
.h5p-notice-wrapper.trashed .notice-message-body:before {
  position: absolute;
  left: 0.5em;
  top: -0.15em;
  font-family: "h5pcom";
  content: "\e907";
  font-size: 2em;
}
.h5p-notice-wrapper.preview {
  background-color: #DBF6FF;
}
.h5p-notice-wrapper.preview .notice-message-body:before {
  content: "";
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  background: url(/images/css.svg?c79507b3092ad31fae38849becb76502) no-repeat center;
}
.h5p-notice-wrapper.preview .notice-message-body {
  color: #31708F;
}
.h5p-notice-wrapper.preview .css-settings-link {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  padding: 0.75em 1em;
  text-align: center;
  color: #31708F;
  border: 1px solid #31708F;
  border-radius: 5px;
  font-weight: bold;
}
.h5p-notice-wrapper.preview .css-settings-link:hover {
  background-color: #31708F;
  color: #fff;
}
.h5p-notice-wrapper.preview .css-settings-link:active {
  background-color: #2a627d;
  color: #fff;
}
.h5p-notice-wrapper.preview .css-file-name {
  font-weight: bold;
}
.h5p-notice-wrapper .h5p-subnotice-wrapper {
  background: #fff;
}
.h5p-notice-wrapper.preview .h5p-subnotice-wrapper, .h5p-notice-wrapper.trashed .h5p-subnotice-wrapper {
  padding-top: 1em;
}
.h5p-notice-wrapper .h5p-subnotice {
  max-width: 77.8em;
  margin: 0 auto;
  border: 1px solid #f0efcc;
  border-radius: 2px;
  padding: 1.5em 2em;
  background-color: #ffffeb;
  color: #7a6435;
}
.h5p-notice-wrapper .h5p-subnotice:not(:first-child) {
  margin-top: 1em;
}
.h5p-notice-wrapper.forming .h5p-subnotice {
  max-width: 65.5em;
}

.search-bar {
  background-color: #F4F5F6;
  border-bottom: solid 1px #e2e5ee;
  padding: 1.25em 2em 1.65em;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.search-bar .left {
  max-width: 50em;
  flex: 1;
}
@media (max-width: 804px) {
  .search-bar .left > form > .input-group {
    position: initial;
  }
}
.search-bar .right {
  padding-left: 1.5em;
  display: flex;
  flex-direction: row;
}
.search-bar .search-filters-car {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: top;
}
.search-bar .search-filters-button {
  cursor: pointer;
  line-height: 39px;
  height: 44px;
  padding: 0 1em;
  margin-left: 0.5em;
  border: 2px solid #e2e5ee;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.search-bar .search-filters-button > .h5picon-filters-2 {
  color: #3666ee;
  font-size: 1.25em;
}
.search-bar .search-filters-button > .h5picon-dropdown-arrow {
  font-size: 0.75em;
  margin-left: 0.5em;
}
.search-bar .search-filters-dialog {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 3;
  background: #fff;
  box-shadow: 0 0.5em 1em 0 #a9a9a9;
  padding: 1em 2em 2em;
  max-width: 55.5em;
  width: 100%;
  left: 0;
  transform: translateY(5em);
  transition: visibility 0s linear 0.1s, opacity 0.1s linear, transform 0.1s linear;
  white-space: normal;
  min-width: 19em;
}
@media (max-width: 804px) {
  .search-bar .search-filters-dialog {
    width: calc(100% - 4em);
    left: 2em;
  }
}
.search-bar .search-filters-dialog.visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}
.search-bar .search-filters-dialog .grand-label {
  margin: 1.5em 0 0.5em;
  font-size: 1em;
  font-weight: bold;
  color: #3c4859;
  white-space: nowrap;
}
.search-bar .search-filters-dialog .grand-label.title {
  font-size: 1.25em;
  color: #000000;
  margin-top: 0.65em;
}
.search-bar .search-filters-dialog [data-toggle=tooltip] {
  cursor: pointer;
}
.search-bar .search-filters-dialog .tooltip {
  opacity: 1;
}
.search-bar .search-filters-dialog .tooltip > .tooltip-inner {
  text-align: left;
  width: 300px;
  max-width: 300px;
  background-color: #3c4859;
  opacity: 1;
  border-radius: 0;
  font-size: 1em;
}
.search-bar .search-filters-dialog .tooltip > .tooltip-arrow {
  border-top-color: #3c4859;
  border-width: 10px 10px 0;
  margin-left: -10px;
  margin-bottom: -2px;
}
.search-bar .search-filters-dialog .grand-group {
  display: flex;
  margin: 1.5em 0 0.5em;
  align-items: center;
}
.search-bar .search-filters-dialog .grand-group .grand-label {
  margin: 0 1.75em 0 0;
}
.search-bar .search-filters-dialog .grand-control {
  float: none;
  display: block;
  position: static;
}
.search-bar .search-filters-dialog > label {
  margin-right: 2em;
  color: #3c4859;
  cursor: pointer;
}
.search-bar .search-filters-dialog .grand-button {
  display: block;
  margin-top: 1.5em;
  width: 100%;
  font-weight: bold;
  border-radius: 0;
}
.search-bar .search-filters-dialog .grand-button .h5picon-search {
  margin-right: 0.25em;
}
.search-bar .input-group > .tooltip > .tooltip-inner {
  white-space: nowrap;
}

.active-filters {
  list-style: none;
  background-color: #F4F5F6;
  border: 1px solid #e2e5ee;
  margin: 0;
  padding: 0.25em;
  font-weight: bold;
  margin-bottom: 2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.active-filters:after {
  content: "";
  display: table;
  clear: both;
}
.active-filters.grand {
  border-left: 0;
  border-right: 0;
}
.active-filters .max-grand-size {
  max-width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.active-filters .active-filter,
.active-filters .active-label,
.active-filters .active-values,
.active-filters .active-value {
  float: left;
}
.active-filters .active-filter {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 640px) {
  .active-filters .active-filter {
    margin-right: 2em;
  }
}
.active-filters .active-label {
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-top: 0.125em;
  margin-bottom: 0.25em;
  color: #3c4859;
}
.active-filters .active-values {
  list-style: none;
  margin: 0;
  padding: 0;
}
.active-filters .active-value {
  display: flex;
  align-items: center;
  font-size: 0.85em;
  background: white;
  border: 1px solid #e2e5ee;
  border-radius: 0.1875em;
  padding: 0.25em 0.65em;
  color: #3c4859;
  line-height: normal;
  margin-bottom: 0.25em;
}
.active-filters .active-value + .active-value {
  margin-left: 0.25em;
}
.active-filters .active-value > .remove-active-filter {
  margin-left: 0.5em;
}
.active-filters .clear-all {
  display: flex;
  align-items: center;
  height: 2.4375em;
  flex-shrink: 0;
  align-self: flex-start;
}
.active-filters .clear-all > a {
  display: flex;
  align-items: center;
  background-color: #e3e9fa;
  border-radius: 0.1875em;
  border: 1px solid transparent;
  padding: 0.5em;
  color: #186df7;
}
.active-filters .clear-all > a:hover {
  border-color: #3666EE;
}
.active-filters .clear-all > a .h5picon-close {
  margin-left: 0.75em;
}

.list-title {
  font-weight: bold;
  font-size: 1.125em;
  margin-top: 2em;
}

.form-control.pillbox-widget-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  padding: 0.59em 1em;
  font-size: inherit;
}
.form-control.pillbox-widget-container.authors-container .autocomplete-suggestions {
  font-size: 0.9em;
}
.form-control.pillbox-widget-container .autocomplete-suggestions {
  top: auto;
  left: 0;
  width: calc(100% + 0.25em) !important;
  margin: -0.1em;
  max-height: 290px !important;
  font-size: 1.15em;
}
.form-control.pillbox-widget-container .autocomplete-suggestions strong {
  color: #3c4859;
  font-weight: bold;
}
.form-control.pillbox-widget-container .autocomplete-suggestions .autocomplete-suggestion {
  transition: background-color 0.4s ease;
}
.form-control.pillbox-widget-container .pillbox-widget-wrapper {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-control.pillbox-widget-container .pillbox-widget {
  flex-shrink: 0;
  margin-right: 0.4em;
  margin-bottom: 0.4em;
  font-weight: bold;
  max-width: 100%;
}
.form-control.pillbox-widget-container .pillbox-widget .remove-filters {
  padding: 0 0.1em;
  background: transparent;
  border: none;
}
.form-control.pillbox-widget-container input.form-control {
  flex-grow: 1;
  border: none;
  height: 100%;
  padding: 0;
  box-shadow: none;
  min-width: 10em;
  font-weight: bold;
  font-size: inherit;
}
.form-control.pillbox-widget-container input.form-control.dark-placeholder::-moz-placeholder {
  color: inherit;
}
.form-control.pillbox-widget-container input.form-control.dark-placeholder::placeholder {
  color: inherit;
}
.form-control.pillbox-widget-container i {
  font-size: 0.85em;
  font-weight: inherit;
}
.form-control.pillbox-widget-container .show-suggestions {
  background: transparent;
  border: none;
}

@media (max-width: 1024px) {
  .search-bar:not(.confusion-report-search) {
    padding: 0 1em 1em;
  }
}
@media (max-width: 1024px) and (max-width: 804px) {
  .search-bar .search-filters-dialog {
    left: 1em;
    width: calc(100% - 2em);
  }
}
@media (max-width: 1024px) {
  .no-sidebar .search-bar,
  body.lti .search-bar {
    padding: 1em;
  }
}
@media (max-width: 1024px) and (max-width: 804px) {
  .no-sidebar .search-bar .search-filters-dialog,
  body.lti .search-bar .search-filters-dialog {
    left: 1em;
    width: calc(100% - 2em);
  }
}
.nav {
  float: none;
  border: 0;
}

.tab-content {
  margin-top: 0.5em;
}

.nav-tabs > li > a {
  border: 0;
  border-bottom: 4px solid #e3e3e3;
  color: #090909;
  font-weight: bold;
  padding: 0.5em 1em;
  margin-right: 0.5em;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 0;
  border-bottom: 4px solid #2872eb;
  color: #2872eb;
}

.visible-for-widget {
  position: relative;
}
.visible-for-widget .tab-panel.visible-for {
  display: none;
  margin-left: 3.25em;
  margin-right: 3.25em;
}
.visible-for-widget .tab-panel.visible-for.visible {
  display: block;
}
.visible-for-widget .share-container {
  overflow: hidden;
  width: 100%;
  background: #e2e5ee;
  border: 0;
  resize: none;
  padding: 0.375em 0.5em 0.25em;
  white-space: nowrap;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 0.85em;
}
.visible-for-widget .no-share-code,
.visible-for-widget .nav-tabs,
.visible-for-widget .tab-content,
.visible-for-widget .h5p-expander-content {
  display: none;
}
.visible-for-widget .no-share-code.visible,
.visible-for-widget .nav-tabs.visible,
.visible-for-widget .tab-content.visible,
.visible-for-widget .h5p-expander-content.visible {
  display: block;
}
.visible-for-widget .no-share-code {
  font-style: italic;
  color: #757575;
  font-size: 0.833em;
  font-weight: 100;
}
.visible-for-widget .embed-size {
  width: 5em;
  overflow: hidden;
  background: white;
  padding: 0.375em 0.5em 0.25em;
  white-space: nowrap;
  border: 2px solid #e2e5ee;
  margin: 0 0.25em;
}
.visible-for-widget .h5p-expander {
  cursor: pointer;
  font-size: 1em;
  margin: 0.5em 0;
  display: inline-block;
}
.visible-for-widget .h5p-expander:before {
  content: "+";
  width: 1em;
  display: inline-block;
  font-weight: bold;
}
.visible-for-widget .h5p-expander.open:before {
  content: "−";
}
.visible-for-widget .copied {
  position: absolute;
  right: 1em;
  opacity: 0;
  margin-top: 1.75em;
  visibility: hidden;
  transition: visibility 0s linear 0.1s, opacity 0.1s linear, margin-top 0.1s linear;
}
.visible-for-widget .copied.visible {
  visibility: visible;
  opacity: 1;
  margin-top: 0.65em;
  transition-delay: 0s;
}

.available-until {
  margin-top: 1.5em;
}

.date-selector {
  border: 2px solid #E2E5EE;
  padding: 0.3em 0.5em;
}

.Zebra_DatePicker_Icon {
  top: 0.6em !important;
  right: 0.6em !important;
}

.modal-body .tab-panel.sharing .nav-tabs {
  text-transform: uppercase;
  margin: 2em 0;
}

.tab-content .sharing-panel {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 1em;
}
.tab-content .sharing-panel .sharing-header {
  margin: 1.5em 2.2857em;
}
.tab-content .sharing-panel h3 {
  font-size: 20px;
  color: #262626;
  margin-bottom: 0;
  font-weight: bold;
}
.tab-content .sharing-panel .shared-in-panel {
  margin: 1em 0;
  max-height: 185px;
  overflow-y: auto;
}
.tab-content .sharing-panel .content-shared-in {
  position: relative;
  padding: 0.5em 2.5em;
  border-bottom: 1px solid #ddd;
}
.tab-content .sharing-panel .content-shared-in:last-child {
  border-bottom: none;
}
.tab-content .sharing-panel .content-shared-in:before {
  display: inline-block;
  content: " ";
  width: 1.1em;
  height: 1em;
  background: url(/images/organization-folder.svg?289f0ab6bf7844407c89dabc30f382c8) no-repeat center;
  position: absolute;
  left: 0.5em;
  top: 0.7em;
}
.tab-content .sharing-panel .parent-folder-name {
  color: #3c4859;
  word-break: break-all;
}
.tab-content .sharing-panel .content-shared-in .parent-folder-name {
  font-weight: bold;
}
.tab-content .sharing-panel .content-shared-in .folder-path {
  font-size: 0.75em;
  line-height: 1;
}
.tab-content .sharing-panel .content-shared-in .remove {
  font-family: "h5pcom";
  box-sizing: border-box;
  position: absolute;
  right: 1em;
  top: 0.5em;
  cursor: pointer;
}
.tab-content .sharing-panel .content-shared-in .remove:after {
  content: "\e90c";
}
.tab-content .sharing-panel .content-shared-in .remove:hover {
  color: #000;
}
.tab-content .sharing-panel .folder-path {
  display: block;
  width: calc(100% - 1em);
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-content .sharing-panel .sharing-expand {
  color: #448132;
  border-color: #448132;
  background: #fff;
}
.tab-content .sharing-panel .sharing-expand:hover {
  color: #356728;
  border-color: #356728;
}
.tab-content .sharing-panel .sharing-expand:active {
  color: #21421A;
  border-color: #21421A;
}
.tab-content .sharing-panel .sharing-expand:before {
  display: inline-block;
  content: " ";
  width: 1.5em;
  height: 1.1em;
  margin-right: 0.8em;
  background: url(/images/organization-folder.svg?289f0ab6bf7844407c89dabc30f382c8) no-repeat center;
  position: relative;
  top: 0.15em;
}
.tab-content .sharing-panel .stop-sharing {
  color: #e03d28;
  margin-left: 0.25em;
  background: #fff;
  border: solid 2px #e03d28;
}
.tab-content .sharing-panel .stop-sharing:hover {
  color: #c93724;
  border-color: #c93724;
}
.tab-content .sharing-panel .stop-sharing:active {
  color: #b33120;
  border-color: #b33120;
}
.tab-content .sharing-panel .stop-sharing:before {
  content: "\e90c";
  margin-right: 0.5em;
  font-family: "h5pcom";
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 0.075em;
}

.tab-content .folder-summary {
  min-height: 1em;
  line-height: 1;
  margin-top: 2em;
}

#organization-folder-selector {
  border-top: 1px solid #e2e5ee;
}
#organization-folder-selector .select-folder {
  border-radius: 0;
  background: rgba(235, 235, 235, 0.4);
}
#organization-folder-selector .list-folder-name {
  padding: 5px 45px;
  color: #3c4859;
  border-bottom: 1px solid #e2e5ee;
}
#organization-folder-selector .list-folder-name input { /* The checkbox */
  position: absolute;
  left: 15px;
  top: 4px;
  width: 14px;
  height: 14px;
}
#organization-folder-selector .list-folder-name:hover {
  background: #fff;
}
#organization-folder-selector .list-folder-name.selected-folder {
  background: rgba(209, 209, 209, 0.5);
}
#organization-folder-selector .h5picon-plus-square {
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  top: 1px;
}
#organization-folder-selector .h5picon-folder:before,
#organization-folder-selector .h5picon-folder.h5picon-folder-open:before {
  display: inline-block;
  content: " ";
  background: url(/images/organization-folder.svg?289f0ab6bf7844407c89dabc30f382c8) no-repeat center;
  width: 1.3em;
  height: 1.1em;
  position: relative;
  top: 0.15em;
}

.h5p-icon-shared {
  background: url(/images/organization-folder.svg) no-repeat 50%;
  width: 1em;
  height: 1em;
  display: inline-block;
  transform: scale(1.2);
}

.contentform .sharing-intro {
  font-weight: bold;
}

#delete-action-modal .modal-body.loading .loading-message {
  display: block;
}
#delete-action-modal .modal-body.loading .showing {
  display: none;
}
#delete-action-modal .modal-body.can-not-delete .showing {
  display: none;
}
#delete-action-modal .modal-body.can-not-delete .can-not-delete {
  display: block;
}
#delete-action-modal .modal-body .can-not-delete,
#delete-action-modal .modal-body .loading-message {
  display: none;
}

.about-roles {
  max-width: 1154px;
  width: auto;
  min-width: 320px;
  color: #3c4859;
}
.about-roles > thead > tr > th {
  text-align: center;
}
.about-roles > tbody > tr:nth-of-type(odd) {
  background: transparent;
}
.about-roles > tbody > tr > td {
  border-color: #e2e5ee;
  width: 125px;
  text-align: center;
  vertical-align: middle;
}
.about-roles > tbody > tr > td:first-child {
  width: auto;
  text-align: left;
}
.about-roles .title {
  font-weight: bold;
  font-size: 1.167em;
}
.about-roles .desc {
  color: #757575;
}
.about-roles .h5picon-roles-yes {
  font-size: 2.167em;
  color: #52993c;
}
.about-roles .h5picon-roles-no {
  font-size: 2.167em;
  color: #e03d28;
}

.user-view {
  width: auto;
}
.user-view tbody > tr {
  height: 1%;
}
.user-view tbody > tr > th, .user-view tbody > tr > td {
  color: #3c4859;
  padding: 1em 2em 1em 0;
  border-top: 1px solid #e2e5ee;
}
.user-view tbody > tr:first-child > *, .user-view tbody > tr:nth-child(2) > * {
  border-top: 0;
}
.user-view tbody > tr:first-child, .user-view tbody > tr:last-child {
  height: auto;
}
.user-view .avatar-profile-column {
  width: 150px;
  padding: 1em 2em 0 0;
  box-sizing: content-box;
  text-align: center;
}
.user-view .avatar-profile-column > img {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 40px;
}

@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.image-widget .col-image {
  height: 50px;
  width: 150px;
  text-align: center;
}
.image-widget .image {
  cursor: pointer;
}
.image-widget .image.static {
  width: 50px;
  height: 50px;
}
.image-widget .image.dynamic {
  max-width: 120px;
  max-height: 40px;
}
.image-widget .image.circular {
  border-radius: 50%;
}
.image-widget input[type=file] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}
.image-widget .image-widget-row {
  display: flex;
}
.image-widget .image-widget-row .col-upload {
  margin-left: 2em;
}
.image-widget .image-widget-row .col-upload .control-label {
  margin-bottom: 0;
}
.image-widget .image-widget-row .col-upload .buttons {
  margin-top: 0.458em;
}
.image-widget .image-widget-row .col-upload .recommended-size {
  font-size: 0.93em;
}
.image-widget .image-widget-row .col-upload .recommended-size > span {
  position: relative;
  top: -0.08em;
}
.image-widget .uploading {
  pointer-events: none;
}
.image-widget .uploading > i:before {
  animation: spinning 1s infinite linear;
  display: inline-block;
  left: 0;
}
.image-widget[data-state=no-image] button.delete,
.image-widget[data-state=no-image] button.uploading,
.image-widget[data-state=no-image] button.replace {
  display: none;
}
.image-widget[data-state=uploading] button.delete,
.image-widget[data-state=uploading] button.replace,
.image-widget[data-state=uploading] button.upload {
  display: none;
}
.image-widget[data-state=has-image] button.upload,
.image-widget[data-state=has-image] button.uploading {
  display: none;
}

.login-header {
  margin: 0 0 1em 0;
  position: relative;
}
.login-header h1 {
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
  margin: 0;
}
.login-header a {
  position: absolute;
  top: 0;
  right: 0;
}
.login-header a:after {
  font-family: "h5pcom";
  content: "\e919";
  font-size: 2em;
  color: #333;
  line-height: 1;
}

.login-button {
  float: right;
}

.remember-me {
  vertical-align: sub;
}

.first-login-info {
  margin: 1.5em 0;
}

.first-login-button {
  text-align: center;
}

.set-password-widget #password {
  border: none;
  flex-grow: 1;
  box-shadow: none;
}
.set-password-widget .password-message-area {
  color: red;
  margin-top: 0.5em;
  font-weight: bold;
}
.set-password-widget .password-container {
  display: flex;
  position: relative;
  border: 2px solid #e2e5ee;
  border-radius: 4px;
  background: #fff;
}
.set-password-widget .has-error .password-container {
  border-color: #ff1e1e;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.set-password-widget .password-strength {
  text-align: right;
  line-height: 3.5em;
  height: 3.5em;
  padding-right: 1em;
  display: block;
  font-weight: bold;
}
.set-password-widget .password-strength.weak {
  color: #ff1e1e;
}
.set-password-widget .password-strength.medium {
  color: #B9B040;
}
.set-password-widget .password-strength.strong {
  color: #1e8529;
}

.login-section {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login-section.form-sm {
  padding: 0;
  border: 0;
}
.login-section .login-notice {
  text-align: center;
  max-width: 37em;
}
.login-section .login-notice-header {
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
}
.login-section .login-notice-details {
  color: #636b6f;
  margin: 0.5em 0 2.5em;
}
.login-section .form-sm {
  position: static;
  top: auto;
  left: auto;
  transform: none;
}
.login-section .form-sm form {
  display: flex;
  flex-direction: column;
}
.login-section .form-sm form .submit-wrapper {
  order: 1;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.login-section .privacy-policy {
  float: left;
  margin-top: 1em;
}
.login-section .introduce-text {
  order: 1;
  margin-bottom: 0;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #e1e2e8;
}
.login-section .introduce-text .need-an-acount {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0.25em;
}

img.exclamation {
  width: 43px;
  height: 43px;
  margin-right: 12px;
  align-self: center;
}

#region {
  margin-bottom: 1em;
}

.data-center-notice {
  padding-bottom: 0 !important;
}
.data-center-notice button {
  padding: 0;
}
.data-center-notice button:disabled {
  color: inherit;
  text-decoration: none;
}

.data-center-selector {
  margin-top: -0.5em;
}

@media screen and (max-width: 491px) {
  .form-sm {
    border-color: transparent;
    padding: 2em;
  }
}
/**
 * Styling expired.blade.php
 **/
.expired-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 600px;
  max-width: 90%;
}
.expired-message .expired-message-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
}
.expired-message .expired-message-description {
  color: #636b6f;
  margin: 0.5em 0;
}

body.view-content-expired {
  min-height: 15em;
}

.form-group.org-admin-user {
  border: 5px solid #ccc;
  padding: 0 1em;
  background: aliceblue;
}

.self-registration .header-content h1 {
  margin-bottom: 0.25em;
}
.self-registration .header-container {
  background-image: url(/images/illustration-laptop.jpg?d4fd761c971444abf107d3e0d25e1f81);
}
.self-registration a.pricing-info-button,
.self-registration a.pricing-info-button:hover,
.self-registration a.pricing-info-button:focus {
  display: inline-block;
  font-weight: bold;
  background-color: #ffffff;
  color: #4565ba;
  border-radius: 2px;
  padding: 0.5em 1em;
  margin-top: 1.5em;
}
@media screen and (max-width: 1100px) and (min-width: 577px) {
  .self-registration a.pricing-info-button {
    font-size: 1.25em;
  }
}
.self-registration .content {
  padding: 1.5em 1em 1em;
}
.self-registration .form-group {
  padding: 0 1em;
  box-sizing: border-box;
}
.self-registration .form-row {
  clear: both;
}
.self-registration .btn {
  padding: 1.25em 1.65em;
}
.self-registration .subdomain .help-block strong {
  display: block;
}
.self-registration .subdomain-container {
  position: relative;
}
.self-registration .organization-domain {
  position: absolute;
  right: 1em;
  top: 1.1em;
  font-weight: bold;
}
.self-registration .icon-tooltip {
  font-size: 1.1em;
  line-height: 1;
  position: relative;
  top: 0.1em;
  color: #333;
}
.self-registration .country-notice {
  background: #d6efdd;
  color: #1f4f31;
  padding: 1em;
  border-radius: 3px;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.self-registration .tooltip-inner {
  text-align: left;
  width: 300px;
  max-width: 300px;
}
.self-registration .region-warning {
  padding: 0.5em 0.7em;
  margin-bottom: 0.5em;
  border-radius: 4px;
  color: #8a6711;
  background: rgba(223, 235, 99, 0.5);
}
.self-registration .region-warning:before {
  font-family: FontAwesome;
  content: "\f05a";
  margin-right: 0.5em;
}

.confirm-registration .header-container {
  background-color: #47ad64;
}
.confirm-registration .content {
  padding: 4em 4em 4em 8em;
  position: relative;
}
.confirm-registration .content:before {
  content: " ";
  display: inline-block;
  position: absolute;
  left: 2em;
  top: 4.3em;
  width: 4.5em;
  height: 2.75em;
  background-image: url(/images/mail.svg?76fb574388602952149c2b31384a3a28);
  background-position: center;
  background-size: 75%;
  background-repeat: no-repeat;
}
.confirm-registration .intro-header {
  font-size: 1.4em;
  margin-bottom: 0.5em;
  color: #121212;
}
.confirm-registration .menu {
  display: none;
}

.verify-registration .menu {
  display: none;
}
.verify-registration .header-container {
  background-color: #47ad64;
}
.verify-registration .content {
  display: none;
}
.verify-registration .intro-header {
  font-size: 1.4em;
  font-weight: bold;
  color: #121212;
  margin-bottom: 0.5em;
}
.verify-registration .account-status {
  display: inline-block;
  text-align: left;
  font-size: 1.3em;
  margin: 3em 0;
}
.verify-registration .account-status-ok {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
  transition-delay: 0.3s;
}
.verify-registration .account-status-ok.display {
  max-height: 1000px;
}
.verify-registration .account-status-ok .check {
  width: 3em;
  height: 3em;
  border: #54AA68 solid 1px;
  border-radius: 50%;
  padding: 0.2em;
  margin-bottom: 1em;
}
.verify-registration .account-element-status {
  transition: all 1s;
  margin-bottom: 0.5em;
}
.verify-registration .account-element-status:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f1ce";
  margin-right: 1em;
  animation: spin 2s infinite linear;
  width: 1em;
  text-align: center;
}
.verify-registration .account-element-status.green {
  color: #47ad64;
}
.verify-registration .account-element-status.red {
  color: red;
}
.verify-registration .account-element-status.green:before {
  animation: none;
  content: "\f00c";
}
.verify-registration .account-element-status.red:before {
  animation: none;
  content: "\f00d";
}
.verify-registration #goto-site {
  position: relative;
  margin-top: 0.5em;
  background-color: #186df7;
  padding: 0.8em 1.5em 0.8em 4em;
  cursor: pointer;
  border-radius: 0.25em;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 120%;
  transition: all 0.35s ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border: solid 1px #1563e0;
}
.verify-registration #goto-site:hover,
.verify-registration #goto-site:focus {
  background-color: #1563e0;
  border-color: #1563e0;
}
.verify-registration #goto-site:active {
  background: #186df7;
  border-color: #1563e0;
}
.verify-registration #goto-site:before {
  font-family: "FontAwesome";
  content: "\f135";
  margin-right: 1em;
  font-size: 1.7em;
  line-height: 1;
  position: absolute;
  left: 0.8em;
}
@keyframes spinning {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.verify-registration .loading-screen {
  font-size: 7em;
  text-align: center;
  margin-top: 0.8em;
}
.verify-registration .loading-screen .h5picon-loading {
  display: block;
  animation: 1.25s linear 0s infinite spinning;
}

.notice {
  display: none;
  margin-top: 1em;
  padding: 1.667em;
  border-radius: 0.2em;
  font-size: 0.833em;
  background: #DBF6FF;
  color: #31708F;
}

@media (max-width: 1024px) {
  .notice {
    padding: 0.833em;
  }
}
.notice.error {
  background: #FFEAEA;
  color: #A94442;
}

.notice:before {
  font-family: "h5pcom";
  content: "\e91d";
  vertical-align: text-bottom;
  margin-right: 0.5em;
  font-size: 1.2em;
  line-height: 1.3;
}

.notice.show {
  display: block;
}

#set-role-action-modal.loading .modal-body {
  display: none;
}

#confirm-content-create-action-modal .modal-body {
  padding: 1em 0 2em;
}

.status-box {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 50%;
  padding: 1.5em 2.5em;
  margin: 4.167em 1em;
  opacity: 0;
  transform: translate(-50%, 100%);
  background: #1f1f1f;
  color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
  font-weight: bold;
}

.status-box.hidden {
  display: none;
}

.status-box.fade-in {
  opacity: 1;
  transform: translate(-50%, 0);
  transition: opacity 0.5s, transform 0.5s;
}

.status-box.fade-out {
  opacity: 0;
  transition: opacity 0.5s;
}

@media (max-width: 1024px) {
  .status-box {
    margin: 1.25em 0.25em;
    padding: 0.8em 2.8em 0.8em 1.8em;
  }
}
.status-close-button {
  position: absolute;
  right: 1.25em;
  top: 0.75em;
  font-size: 0.75em;
  color: #919191;
  cursor: pointer;
}

.status-close-button::before {
  font-family: "h5pcom";
  content: "\e90c";
}

.status-error,
.status-error-icon,
.status-sent,
.status-sent-icon,
.status-message {
  display: inline-block;
  vertical-align: top;
}

.status-message {
  display: inline;
}

.status-message a {
  color: #FFF;
  text-decoration: underline;
}

.status-error,
.status-sent {
  text-decoration: underline;
}

.status-sent-icon::before {
  font-family: "h5pcom";
  content: "\e94c";
  color: #f4e042;
}

.status-error-icon::before {
  font-family: "h5pcom";
  content: "\e91c";
  color: #f64747;
}

.show-password.hidden {
  display: none;
}

.set-password-widget.hidden {
  display: none;
}

.features-label {
  display: block;
  margin-bottom: 0;
}

.features-description {
  margin-bottom: 0.958em;
}

.feature-label {
  font-weight: normal;
  margin-right: 1.5em;
}

.h5p-iframe-wrapper,
.h5p-content {
  max-width: 1090px;
  margin: auto;
}

.h5p-iframe-wrapper.h5p-fullscreen,
.h5p-iframe-wrapper.h5p-semi-fullscreen {
  /* Using important here because of the max-width feature
     which adds max-width directly through the style attribute */
  max-width: none !important;
}

body.h5p-semi-fullscreen > .container {
  z-index: 1040;
  position: relative;
}

#change_owner-action-modal .change_owner-body.loading .ready {
  display: none;
}
#change_owner-action-modal .change_owner-body.loading .loading {
  display: block;
}
#change_owner-action-modal .change_owner-body .loading {
  display: none;
}
#change_owner-action-modal .collaborator-checkbox-label {
  display: none;
}
#change_owner-action-modal .collaborator-checkbox-label.show {
  display: inline-block;
}

.fable-row.organization.can-not-unblock .name,
.fable-row.organization.can-not-unblock .name > a {
  text-decoration: line-through;
  cursor: not-allowed !important;
}

.h5p-import-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 1.3em;
  z-index: 1031;
}

.h5p-import-overlay-inner {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

.h5p-import-textual-progress {
  font-size: 2em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.h5p-import-textual-progress:before {
  font-family: "h5pcom";
  content: "\e900";
  display: block;
  font-size: 3em;
}

.running .h5p-import-textual-progress:before {
  font-family: inherit;
  content: "◌";
  animation: spin 2s linear infinite;
}

.h5p-import-close-button {
  transition: opacity 1s;
}

.h5p-import-close-button[disabled=disabled] {
  opacity: 0.2;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hidden-but-read {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* The ONLY proper way to center something on a page */
.center-hor-ver-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.center-hor-ver-flex {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.center-hor-ver-content {
  margin: auto;
}

.two-factor-register-dialog {
  margin: 1em 0;
  max-width: 600px;
  border: 2px solid #e2e5ee;
  line-height: normal;
}
.two-factor-register-dialog h1 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 2em;
  color: #333333;
}
.two-factor-register-dialog ol {
  margin: 3em;
  padding: 0 0 0 2.5em;
  list-style: none;
  counter-reset: steps-counter;
  position: relative;
}
.two-factor-register-dialog ol li {
  counter-increment: steps-counter;
  margin-bottom: 1.5em;
}
.two-factor-register-dialog ol li:before {
  content: counter(steps-counter);
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  left: 0;
  background: #757575;
  border-radius: 50%;
  padding: 0.25em;
  width: 1.7857142857em;
  height: 1.7857142857em;
  text-align: center;
}
.two-factor-register-dialog .bullethead {
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-right: 200px;
}
.two-factor-register-dialog .bullettext {
  color: #3c4859;
  margin-bottom: 0.5em;
  margin-right: 200px;
}
.two-factor-register-dialog .bullethelp {
  color: #757575;
  font-size: 12px;
  line-height: 1.8;
  margin-right: 200px;
}
.two-factor-register-dialog .bulletcode {
  border: 1px solid #e2e5ee;
  font-weight: bold;
  padding: 0.25em 0.3em 0.15em;
  white-space: nowrap;
}
.two-factor-register-dialog .bulletdigits {
  width: 125px;
}
.two-factor-register-dialog .qrcode {
  float: right;
  margin-top: -4.5em;
  margin-right: 1em;
}
.two-factor-register-dialog .btn-wrp {
  padding: 0 3em 3em;
}
.two-factor-register-dialog .form-button {
  width: 100%;
}

.two-factor-verify-dialog {
  max-width: 400px;
  border: 2px solid #e2e5ee;
  line-height: normal;
  padding: 3em;
  margin: 1em 0;
}
.two-factor-verify-dialog h1 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0 1em;
  padding: 0;
  color: #333333;
}
.two-factor-verify-dialog p {
  color: #3c4859;
}
.two-factor-verify-dialog .form-button {
  width: 100%;
}
.two-factor-verify-dialog .bulletdigits {
  margin-bottom: 1em;
}

@media screen and (max-width: 601px) {
  .two-factor-register-dialog {
    border-color: transparent;
  }
}
@media screen and (max-width: 401px) {
  .two-factor-verify-dialog {
    border-color: transparent;
    padding: 2em;
  }
}
@media screen and (max-width: 540px) {
  .two-factor-register-dialog h1 {
    margin: 1.333em;
  }
  .two-factor-register-dialog ol {
    margin: 2em;
  }
  .two-factor-register-dialog .bullethead,
  .two-factor-register-dialog .bullettext,
  .two-factor-register-dialog .bullethelp {
    margin-right: 0;
  }
  .two-factor-register-dialog .qrcode {
    float: none;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .content-show.non-static #app .navbar-fixed-top {
    position: relative;
  }
  .content-show.non-static #app .navbar-hidden {
    display: none;
  }
}
.navbar-content-show {
  position: sticky;
}

.data-center-notice {
  padding: 1em 0;
  display: flex;
}
.data-center-notice.hidden {
  display: none;
}
.data-center-notice .fa-exclamation-circle {
  font-size: 2.25em;
  margin-right: 0.25em;
  color: #c79410;
  align-self: center;
}
.data-center-notice .data-center-notice-text {
  display: inline-block;
}
.data-center-notice .change-data-center {
  border: none;
  background: none;
  text-decoration: underline;
  color: #0c16dc;
}
.data-center-notice .data-center-notice-small {
  font-size: 0.9em;
  line-height: 1;
}

.data-center-selector.hidden {
  display: none;
}

.data-center-full-text {
  font-style: italic;
  color: #757575;
  margin-top: 1em;
}

.registration-box {
  background-color: #f7f8fc;
  border: 1px solid #e2e5ee;
  margin: 1.5em 0;
  color: #3c4859;
}
.registration-box .registration-header {
  display: flex;
  align-items: center;
  padding: 1em 1.5em;
  border-bottom: 1px solid #e2e5ee;
}
.registration-box .registration-header .registration-title {
  font-weight: bold;
  font-size: 1.1em;
}
.registration-box .registration-header .registration-status {
  background-color: #dadada;
  text-transform: uppercase;
  font-size: 0.7em;
  padding: 0.5em 1em;
  font-weight: bold;
  margin-left: 1.5em;
}
.registration-box .registration-header .registration-status.registered {
  background-color: #b4e0ba;
}
.registration-box .registration-header .registration-icon {
  margin-left: auto;
  background: url(/images/hub-logo.svg?61e951e391980ef747d287fa12a04b7f) no-repeat center;
  width: 4.5em;
  height: 3.5em;
}
.registration-box .registration-body {
  padding: 1.5em;
  max-width: 28em;
}
.registration-box .registration-body a {
  display: block;
  text-decoration: underline;
  margin-top: 1em;
  font-size: 1em;
}

.confusion-indicator-wrapper .checkbox-list-item {
  display: inline-block;
  background: white;
  padding-right: 0.5em;
}

.confusion-indicator-option {
  padding: 1em;
  border: 1px solid #cacacc;
  margin-top: -1.25em;
}
.confusion-indicator-option label {
  display: block;
  margin-top: 1em;
}

.pagination-limiter {
  display: inline-block;
  margin: 22px 0;
}

.pagination-limiter .dropup,
.pagination-limiter .pagination-limiter-text {
  display: inline-block;
}

.pagination-limiter .pagination-limiter-text {
  margin: 0 0.5em;
  font-weight: bold;
}

.pagination-limiter .btn.active {
  display: none;
}

.pagination-limiter .dropdown-menu {
  min-width: 4.75em;
}

#pagination-limiter-dropdown {
  font-weight: bold;
  color: #3266ec;
  border-radius: 4px;
  border-color: #ddd;
}

#pagination-limiter-dropdown:hover {
  background-color: #eee;
}

.pagination-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex: 1;
  margin-top: 22px;
}
.pagination-wrapper .pagination {
  margin: 0 0 22px;
}
.pagination-wrapper .export-list-as-csv {
  max-width: -moz-fit-content;
  max-width: fit-content;
  align-items: center;
  background-color: #e3e9fa;
  border: 1px solid transparent;
  border-radius: 0.1875em;
  color: #186df7;
  height: 2.4375em;
  padding: 0.5em 0.75em 0.5em 1.25em;
  white-space: nowrap;
  display: inline-flex;
}
.pagination-wrapper .export-list-as-csv:before {
  content: "\e944";
  font-family: "h5pcom";
  position: relative;
  left: -0.5em;
  top: -0.02em;
}
.pagination-wrapper .export-list-as-csv:hover {
  border-color: #3666EE;
}
.pagination-wrapper .export-list-as-csv:focus:hover {
  background-color: #e3e9fa;
  color: #186df7;
}

.contact-support-button {
  position: relative;
  display: flex;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  align-self: center;
  background: #6a1b9a url(/images/support.svg?c42540195a3a9e36bb4b95db229299e0) no-repeat center;
  color: #fff;
  border: 3px solid transparent;
  border-radius: 50%;
  margin: 0 0.5em 0 auto;
  padding: 0.15em;
  line-height: 1.5;
  min-width: 2.2em;
  min-height: 2.2em;
}
.contact-support-button.has-text {
  border-radius: 2em;
  padding: 0.25em 1em 0.25em 2.5em;
  background-position: 0.5em 0.35em;
}
.contact-support-button.has-text > svg {
  margin: 0 0.5em;
}
.contact-support-button:hover {
  background-color: #7c24b3;
  border-color: #9c42d4;
}
.contact-support-button:focus {
  border-color: #000;
}
.contact-support-button:active {
  background: #55157d;
  border-color: #4d1370;
}

.contact-form-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 1031;
  display: none;
  transition: background 0.3s ease-in-out;
}
.contact-form-background.showme {
  display: block;
  background: rgba(0, 0, 0, 0.8);
}

.report-view-header-container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin-bottom: 0.75em;
}
.report-view-header-container .print-page {
  max-width: -moz-fit-content;
  max-width: fit-content;
  align-items: center;
  background-color: #e3e9fa;
  border: 1px solid transparent;
  border-radius: 0.1875em;
  color: #186df7;
  height: 2.4375em;
  padding: 0.5em 0.75em 0.5em 1.25em;
  white-space: nowrap;
  display: inline-flex;
  align-self: flex-end;
  margin-bottom: 0.3em;
}
.report-view-header-container .print-page:before {
  content: "\e948";
  font-family: "h5pcom";
  position: relative;
  left: -0.5em;
  top: -0.02em;
  font-weight: initial;
}
.report-view-header-container .print-page:hover {
  border-color: #3666EE;
}
.report-view-header-container .print-page:focus:hover {
  background-color: #e3e9fa;
  color: #186df7;
}

.h5p-report-view {
  max-width: 1200px;
}

.report-view.table {
  width: auto;
  color: #3c4859;
}
.report-view.table td, .report-view.table th {
  padding-top: 8px;
  padding-bottom: 8px;
}
.report-view.table th {
  min-width: 150px;
}

.h5p-reporting-main-container {
  padding: 0 16px;
}
@media (max-width: 540px) {
  .h5p-reporting-main-container .table-responsive,
  .h5p-reporting-main-container .report-view-header-container {
    padding: 0 1rem;
  }
}

.report-view.panel-heading {
  padding-left: 16px;
  padding-bottom: 0;
}

@media (max-width: 1000px) {
  .report-view.panel-heading {
    padding: 0 4px;
  }
}
.panel-body.content-report {
  padding: 0 1em;
  /* No reports */
}
.panel-body.content-report .empty-search-user {
  padding-left: 1em;
}
.panel-body.content-report .no-report-icon {
  display: inline-block;
  font-size: 5em;
  margin-bottom: 0.25em;
  color: #c0c3cd;
}

#attempts-table {
  padding: 0 1em;
}

#reports-table .actions,
#attempts-table .actions {
  text-align: right;
  width: 1%;
}

#reports-table {
  /*
  No completed state yet
  .table .completed {
    text-align: center;
  }
  .table .yes-completed {
    color: green;
  }
  .table .no-completed {
    color: red;
  }*/
}
#reports-table .dim {
  color: #999;
}
#reports-table .shrink {
  display: inline-block;
  font-size: 0.75em;
  margin-left: 0.5em;
}
#reports-table .shrink.single-attempt {
  line-height: 3.3em;
}
#reports-table .num-attempts {
  text-align: right;
  width: 0.1%;
  padding-right: 0;
  padding-left: 8px;
}
#reports-table .num-attempts-number {
  border-right: 1px solid #e2e5ee;
  padding: 0 15px 0 0;
  line-height: 2.5em;
  display: inline-block;
  vertical-align: top;
}
#reports-table .attempts {
  padding-left: 8px;
}
#reports-table .user {
  width: 200px;
}
#reports-table .user > * {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
@media (max-width: 800px) {
  #reports-table .attempts .clock {
    display: none;
  }
}
@media (max-width: 650px) {
  #reports-table .last-score {
    display: none;
  }
}
@media (max-width: 570px) {
  #reports-table .first-score {
    display: none;
  }
}
@media (max-width: 500px) {
  #reports-table td.attempts .shrink {
    display: none;
  }
  #reports-table .num-attempts-number {
    border: none;
    padding: 0;
    line-height: 1.6;
  }
}

.content-actions.single-attempt.mobile-only {
  display: none;
}

.content-actions.single-attempt.desktop-only {
  display: block;
}

@media (max-width: 1024px) {
  .content-actions.single-attempt.mobile-only {
    display: block;
  }
  .content-actions.single-attempt.desktop-only {
    display: none;
  }
}
.exit-report-page {
  margin-right: 1em;
}

@media print {
  body {
    color: #3c4859;
  }
  .h5p-result {
    padding: 10px !important;
    box-shadow: none !important;
  }
  #gradable-container {
    display: none;
  }
  .h5p-result .for-learner-or-print {
    display: block !important;
  }
  .h5p-result .h5p-iv-open-ended-response-container {
    word-wrap: break-word;
    height: -moz-fit-content;
    height: fit-content;
  }
  .print-page,
  #app,
  .nosidebar .breadcrumbs-container,
  .statusbar,
  .actionbar-wrapper,
  #launcher {
    display: none !important;
  }
  .h5p-reporting-container {
    color: #3c4859;
  }
  .report-view.table {
    color: inherit;
  }
  .report-view.table td {
    padding: 2px;
  }
  .report-view.table th {
    padding: 1px 0;
  }
  .h5p-choices-table-heading {
    color: inherit;
    font-weight: bold;
    background: white !important;
  }
  .panel-heading {
    font-size: 1.5em;
    margin-top: 1em;
  }
  .h5p-choices-user.h5p-choices-answered.h5p-choices-user-correct.h5p-choices-no-correct,
  .h5p-choices-user.h5p-choices-answered,
  .h5p-choices-user.h5p-choices-answered.h5p-choices-user-correct,
  .h5p-choices-crp.h5p-choices-crp-correct,
  .h5p-fill-in-user-response-wrong,
  .h5p-fill-in-user-response-correct,
  .h5p-fill-in-correct-responses-pattern,
  .h5p-true-false-correct-responses-pattern,
  .h5p-true-false-user-response-wrong,
  .h5p-true-false-user-response-correct {
    color: inherit;
    background: white !important;
  }
  .h5p-fill-in-user-response-wrong,
  .h5p-fill-in-user-response-correct,
  .h5p-fill-in-correct-responses-pattern,
  .h5p-true-false-correct-responses-pattern,
  .h5p-true-false-user-response-wrong,
  .h5p-true-false-user-response-correct {
    border-color: #3c4859;
  }
  .h5p-choices-crp.h5p-choices-crp-correct {
    color: inherit;
    border-color: #3c4859;
    padding: 2px;
  }
  .h5p-choices-table td {
    padding: 0px;
  }
  .h5p-choices-table td.h5p-choices-alternative {
    padding-left: 0px;
  }
  .h5p-choices-table td.h5p-choices-choice {
    padding-left: 0px;
    width: 70%;
  }
  .h5p-choices-table tr:last-child td {
    border-bottom: 0px;
  }
  .container:before {
    content: "\e910";
    font-family: "h5pcom" !important;
    font-size: 5em;
    float: right;
  }
  .h5p-choices-user-answer {
    width: 20%;
  }
  .h5p-choices-container .choice-feedback-section .choice-feedback-wrapper {
    padding: 10px !important;
    box-shadow: none !important;
  }
  .h5p-choices-container .choice-feedback-section .choice-feedback-wrapper img {
    max-width: 150px !important;
  }
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.alert-light {
  background-color: #fbfbfc;
  border-color: #ebebed;
}

.organisation-img {
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  float: right;
}

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

.plan-limit-info {
  color: gray;
  margin-top: 25px;
}

.push-content {
  position: absolute;
  left: 0;
}

.padding-right-sm {
  padding-right: 0.5em;
  display: block;
}

@media (max-width: 1024px) {
  .user-profile-menu {
    padding: 10px 0 10px 0;
  }
  .search-bar .user-profile-menu .username {
    display: none;
  }
  .topbar {
    padding: 0px !important;
    min-height: initial;
  }
  .topbar .nav-item {
    width: 100%;
    float: right;
    display: inline-block;
    margin-top: 5px;
    margin-right: 15px;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .secondary-menu li a {
    display: none;
  }
  .secondary-menu li.active a {
    display: block;
  }
  .secondary-menu .icon-menu {
    display: inline-block;
  }
  .navbar-toggle {
    margin-right: 0px;
  }
  .navbar-default .navbar-nav > li > a.active {
    border-bottom: none;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 2.5em;
  }
  #panel-body-container {
    width: 100%;
  }
  #filters {
    height: 5em;
    width: 100%;
    padding: 0.5em 0em;
  }
  #filters ul li {
    display: inline-block;
  }
  .form-sm .padding-right-sm {
    padding-right: 0;
  }
  .actions-menu {
    border-bottom: 0px;
  }
  .navbar-default .navbar-nav > li > a {
    text-align: right;
    border: none;
    padding-right: 0px;
    margin-right: 0px;
  }
  .navbar-default .navbar-nav li li {
    text-align: right;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: white;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #63a1ec;
    text-decoration: none;
  }
  .dropdown-divider {
    border-color: #5f5f5f;
  }
  .no-wrap-6 {
    width: 50%;
    float: left;
  }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 10px 5px 10px 5px;
  }
  .secondary-menu li {
    border-left: none;
  }
}
@media (max-width: 1199px) {
  .browser-table {
    width: 100%;
  }
  .search-field {
    width: 100%;
    margin-top: 1em;
  }
}
@media (max-width: 1024px) {
  .no-sidebar .panel-body,
  .sidebar .panel-body {
    padding: 1em;
  }
  .edit-option-dropdown, .delete-option-dropdown {
    display: block !important;
  }
  .hidden-on-mobile {
    display: none;
  }
}
.empty-search-user .empty-search-user-image,
.empty-search .empty-search-image,
.empty-folder .empty-folder-image {
  width: 5em;
  margin: 3em 0;
}

.empty-search-user .empty-search-user-title,
.empty-search .empty-search-title,
.empty-folder .empty-folder-title {
  color: #2e2e2e;
  font-size: 1.75em;
  font-weight: bold;
  padding: 0 0 0.15em 0;
}

.empty-search-user .empty-search-user-body,
.empty-search .empty-search-body,
.empty-folder .empty-folder-body {
  color: #636b6f;
  font-size: 1.1em;
}

.panel.panel-default.sidebar {
  margin-left: 15em;
}

.panel.panel-default.sidebar.no {
  margin-left: 0;
}

.panel.panel-default #filters {
  position: fixed;
  left: 0;
  height: 100%;
}

.dropdown.show-on-mobile {
  display: none;
}

.content-item.browser-row {
  height: 69px;
}

@media (max-width: 1024px) {
  .panel.panel-default,
  .panel.panel-default.sidebar {
    margin-left: 0;
  }
  .panel.panel-default #filters {
    position: inherit;
    float: none;
  }
  .dropdown.show-on-mobile {
    display: block;
    min-width: 160px;
  }
  .dropdown.show-on-mobile.open {
    background-color: white;
    box-shadow: inset rgba(0, 0, 0, 0.15) 0 0 0 1px;
  }
  .dropdown.show-on-mobile #dropdown-content-section-mobile {
    border: none;
    color: #3266ec;
    background-color: transparent;
    width: 100%;
    text-align: left;
    padding-left: 1em;
  }
  .dropdown.show-on-mobile li {
    border-bottom: rgba(0, 0, 0, 0.15) 1px solid;
    width: 100%;
    margin: 0;
  }
  .dropdown.show-on-mobile li:last-child {
    border-bottom: none;
  }
  .dropdown.show-on-mobile li a {
    display: inherit;
    background-color: transparent;
    color: #070707;
  }
  .dropdown.show-on-mobile li a:hover {
    color: #3266ec;
    background-color: transparent;
  }
  .dropdown.show-on-mobile li:hover {
    background-color: transparent;
  }
  #filters .dropdown.show-on-mobile ul li.active {
    display: none;
  }
  #filters ul.secondary-menu > li.active {
    display: none;
  }
  #filters .dropdown.show-on-mobile .dropdown-menu {
    float: none;
    padding: 0;
    margin-top: 0;
    box-shadow: none;
    border-top: none;
    border-radius: 0;
  }
  #filters .secondary-menu > .heading {
    padding-bottom: 0;
    margin: 0;
  }
  #app .navbar .navbar-toggle {
    z-index: 1;
  }
  #filters .dropdown.show-on-mobile {
    min-width: 190px;
  }
  #filters .dropdown.show-on-mobile .caret {
    margin-left: 0.5em;
  }
}
#panel-body-container {
  overflow: auto;
}
#panel-body-container .contents-footer {
  margin-bottom: 16em;
  display: flex;
  flex-wrap: nowrap;
}

.out-of-imports, .remaining-imports {
  display: none;
}

.announcement-html {
  min-height: 100%;
  height: auto;
  position: relative;
}
.announcement-html::before {
  content: " ";
  position: absolute;
  left: 40.5%;
  height: 100%;
  width: 1px;
  background: #d7dae0;
}

#panel-body-container {
  overflow: initial !important;
}

.site-admin-announcements-show,
.announcement-body {
  background: linear-gradient(to right, #f4f5f6 40.5%, #fff 40.5%);
}

.announcement-container {
  display: flex;
  max-width: 100%;
}
.announcement-container--empty {
  position: fixed;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f5f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
}
.announcement-container--empty::before {
  content: "";
  background-image: url(/images/sleeping-bell.svg?6e59a42b0cb9b7a9bdef8dcdf35a04d8);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18.6rem;
  height: 12.4em;
  display: block;
}
@media (max-height: 804px) {
  .announcement-container--empty::before {
    width: 15rem;
  }
}
.announcement-container--empty h2 {
  margin-top: 1em;
  margin-bottom: 15em;
  font-size: 2.8rem;
  color: #000000;
  font-weight: 600;
}
@media (max-height: 804px) {
  .announcement-container--empty h2 {
    margin-bottom: 8em;
  }
}

.announcement-list-wrapper {
  display: grid;
  max-width: 100%;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  font-family: "Nunito", sans-serif;
  grid-template-columns: 7% 33.5% auto 7%;
  color: #3b3b3b;
}
.announcement-list-wrapper .announcement-nav-buttons-container,
.announcement-list-wrapper .announcement-list-burger-button {
  display: none;
}
.announcement-list-wrapper .announcement-date {
  color: #656565;
  background-color: #f4f5f6;
  border-radius: 0.5em;
  border: 1px solid #e7e9ee;
  text-align: start;
  display: inline;
  padding: 0.3em 0.7em;
  font-size: 1.2rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-weight: bold;
}
.announcement-list-wrapper .announcement-list-panel {
  display: flex;
  flex-direction: column;
  background-color: #f4f5f6;
  grid-column: 2;
}
.announcement-list-wrapper .announcement-list-panel .announcement-read-status {
  color: #b8bcc6;
  text-align: start;
}
.announcement-list-wrapper .announcement-list-panel h2 {
  margin: 1.25em 0 1.25em 0;
  padding: 0 20px 0 0;
  color: inherit;
  font-size: 2.4rem;
  font-weight: bold;
}
.announcement-list-wrapper .announcement-list-panel h2::before {
  content: "";
  background-image: url(/images/bell.svg?802efb3f3342ae7e2a4ad5c1cea233c5);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.4em;
}
.announcement-list-wrapper .announcement-list-panel .announcement-list {
  display: flex;
  flex-direction: column;
}
.announcement-list-wrapper .announcement-list-panel .announcement-list .announcement-list-block {
  display: flex;
  flex-direction: row;
  color: inherit;
  align-items: center;
  justify-content: space-between;
  border-left: 4px solid #f4f5f6;
  border-bottom: 1px solid #d7dae0;
  padding-right: 1em;
}
.announcement-list-wrapper .announcement-list-panel .announcement-list .announcement-list-block:first-of-type {
  border-top: 1px solid #d7dae0;
}
.announcement-list-wrapper .announcement-list-panel .announcement-list .announcement-list-block .announcement-block-row {
  display: block;
  overflow: hidden;
  justify-content: space-between;
  margin: 0.25em 0;
  width: 100%;
  padding: 1rem 0;
}
.announcement-list-wrapper .announcement-list-panel .announcement-list .announcement-list-block .announcement-block-row p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 99%;
  margin: 0;
  padding: 0 3rem;
}
.announcement-list-wrapper .announcement-list-panel .announcement-list .announcement-list-block .announcement-block-row p.announcement-title {
  font-size: 1.8rem;
  font-weight: 700;
}
.announcement-list-wrapper .announcement-list-panel .announcement-list .announcement-list-block .announcement-block-row p.announcement-text {
  font-size: 1.4rem;
  color: #3b3b3b;
}
.announcement-list-wrapper .announcement-list-panel .announcement-list .announcement-list-block.announcement-unread {
  background: #ebf0fa;
}
.announcement-list-wrapper .announcement-list-panel .announcement-list .announcement-list-block.announcement-unread .announcement-title {
  position: relative;
}
.announcement-list-wrapper .announcement-list-panel .announcement-list .announcement-list-block.announcement-unread .announcement-title::before {
  position: absolute;
  content: " ";
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #517cf9;
  border-radius: 50%;
}
.announcement-list-wrapper .announcement-list-panel .announcement-list .announcement-list-block.announcement-viewing {
  border-left-color: #517cf9;
  background-color: white;
  position: relative;
}
.announcement-list-wrapper .announcement-list-panel .announcement-list .announcement-list-block.announcement-viewing p {
  color: #186df7;
}
.announcement-list-wrapper .announcement-list-panel .announcement-list .announcement-list-block.announcement-viewing::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  content: " ";
  border-right: 1px solid white;
  width: 1px;
}
@media screen and (max-width: 1024px) {
  .announcement-list-wrapper .announcement-list-panel .announcement-list .announcement-list-block.announcement-viewing::after {
    right: 0;
  }
}
.announcement-list-wrapper .announcement-list-panel .announcement-list .announcement-list-block:hover:not(.announcement-viewing) {
  background: white;
  border-left: 4px solid #f4f5f6;
}
.announcement-list-wrapper .announcement-list-panel .announcement-list .announcement-list-block:hover:not(.announcement-viewing) .announcement-title {
  color: #517cf9;
}
.announcement-list-wrapper .announcement-list-panel .btn-back {
  position: absolute;
  top: 10rem;
  left: 1rem;
  padding: 0.5rem 1rem;
  font-weight: initial;
  color: inherit;
}
.announcement-list-wrapper.announcement-list-lti {
  top: 0;
}
.announcement-list-wrapper .announcement-view-panel {
  overflow-wrap: anywhere;
  padding: 2em 0 1em 4em;
}
.announcement-list-wrapper .announcement-view-panel * {
  max-width: 100% !important;
}
.announcement-list-wrapper .announcement-view-panel .announcement-title {
  margin: 1em 0;
  font-size: 1.75em;
  font-weight: 700;
  color: inherit;
}
.announcement-list-wrapper .announcement-view-panel .announcement-text {
  margin: 0;
  font-size: 1em;
  color: inherit;
}
.announcement-list-wrapper .announcement-view-panel .announcement-media {
  margin-bottom: 2em;
}
.announcement-list-wrapper .announcement-view-panel .announcement-media img {
  max-height: 300px;
}

.site-admin-announcements-show .panel-body {
  padding: 0;
}

.announcement-admin-container .announcement-list-panel {
  padding: 0 1em 0 1em;
}

.help-block {
  font-weight: 700;
}

#announcement-popup-modal {
  display: flex !important;
  top: 0;
  align-items: center;
  place-content: center;
}
#announcement-popup-modal .modal-dialog {
  border-radius: 5px 5px 5px 5px;
  width: 450px;
  max-height: 90%;
  height: -moz-fit-content;
  height: fit-content;
}
#announcement-popup-modal .modal-dialog .modal-content {
  height: 100%;
  padding: 0.5em;
  overflow: auto;
}
#announcement-popup-modal .modal-dialog .modal-content * {
  max-width: 100%;
}
#announcement-popup-modal .modal-dialog .modal-content .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  min-height: inherit;
  padding: 1.5em;
}
#announcement-popup-modal .modal-dialog .modal-content .modal-body .announcement-title {
  color: #2c6eee;
  margin: 0.5em 0;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}
#announcement-popup-modal .modal-dialog .modal-content .modal-body .announcement-text {
  color: #070707;
  margin-bottom: 1em;
  font-size: 1em;
  padding: 0 1em;
}
#announcement-popup-modal .modal-dialog .modal-content .modal-body .announcement-media {
  max-width: 100%;
  max-height: 300px;
}
#announcement-popup-modal .modal-dialog .modal-content .modal-body .announcement-media * {
  max-width: 100%;
  max-height: inherit;
}
#announcement-popup-modal .modal-dialog .modal-content .modal-body .announcement-read-button {
  margin-top: 2rem;
}

@media (max-width: 804px) {
  .announcement-list-wrapper .announcement-list-panel .announcement-list .announcement-list-block {
    flex-flow: column-reverse nowrap;
  }
  .announcement-list-wrapper .announcement-list-panel .announcement-list .announcement-list-block .announcement-date {
    align-self: flex-end;
  }
}
@media (max-width: 1024px) {
  .announcement-html::before {
    display: none;
  }
  .site-admin-announcements-show,
  .announcement-body {
    background: #fff;
  }
  .gray-background {
    background-color: #f4f4f4;
  }
  .announcement-list-wrapper {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
  }
  .announcement-list-wrapper::before {
    display: none;
  }
  .announcement-list-wrapper .announcement-nav-buttons-container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 2em;
  }
  .announcement-list-wrapper .announcement-list-nav-button {
    background-color: #d1d6e3;
    border: 1px solid #a9b0c2;
    border-radius: 5px;
    color: #121212;
    display: initial;
    font-weight: bold;
    outline: none;
    padding: 0.25em 0.5em;
  }
  .announcement-list-wrapper .announcement-list-nav-button:nth-of-type(1) {
    padding-right: 1em;
  }
  .announcement-list-wrapper .announcement-list-nav-button:nth-of-type(2) {
    padding-left: 1em;
  }
  .announcement-list-wrapper .announcement-list-nav-button:hover {
    background-color: #e4e7f0;
  }
  .announcement-list-wrapper .announcement-list-nav-button:active {
    background-color: #a9b0c2;
  }
  .announcement-list-wrapper .announcement-list-nav-button:focus {
    outline: 5px solid black;
    outline: 5px auto -webkit-focus-ring-color;
  }
  .announcement-list-wrapper .announcement-list-nav-button:disabled {
    opacity: 0.4;
  }
  .announcement-list-wrapper .announcement-list-nav-button:disabled:hover {
    background-color: #d1d6e3;
  }
  .announcement-list-wrapper .announcement-list-nav-button .h5picon-previous::before {
    content: "\e919";
    margin-right: 0.5em;
  }
  .announcement-list-wrapper .announcement-list-nav-button .h5picon-next::before {
    content: "\e919";
    display: inline-block;
    margin-left: 0.5rem;
    transform: scaleX(-1);
  }
  .announcement-list-wrapper .announcement-view-panel.announcement-view-panel-hidden {
    display: none;
  }
  .announcement-list-wrapper .announcement-list-panel {
    position: relative;
  }
  .announcement-list-wrapper .announcement-list-panel .title-container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 6em;
    justify-content: space-between;
    padding: 0 2em;
  }
  .announcement-list-wrapper .announcement-list-panel .announcement-list-burger-button {
    display: initial;
    background-image: url(/images/burger.svg?2bc7e7a24edc417d23e92517ffa89d9b);
    background-position: center;
    background-repeat: no-repeat;
    height: 4.8rem;
    width: 4.8rem;
  }
  .announcement-list-wrapper .announcement-list-panel .announcement-list-burger-button.open {
    background-image: url(/images/opened-burger.svg?70f6f89b6279e3ce11d2c431ccc421f3);
  }
  .announcement-list-wrapper .announcement-list-panel .announcement-list {
    display: none;
  }
  .announcement-list-wrapper .announcement-list-panel .announcement-list .announcement-list-block {
    padding-top: 1em;
    padding-right: 2em;
  }
  .announcement-list-wrapper .announcement-list-panel .announcement-list .announcement-list-block .announcement-block-row {
    padding-top: 0;
  }
  .announcement-list-wrapper .announcement-list-panel .announcement-list-visible {
    display: flex;
  }
  .announcement-list-wrapper .announcement-view-panel {
    background: white;
    border-top: 1px solid #d7dae0;
    height: 100%;
    padding: 1em 2em;
    position: absolute;
    top: 6em;
    width: 100%;
  }
}
@media (max-height: 860px) {
  #announcement-popup-modal .modal-dialog .modal-content {
    max-height: 90vh;
    overflow: auto;
  }
  #announcement-popup-modal .modal-dialog .modal-content .modal-body {
    height: -moz-fit-content;
    height: fit-content;
  }
  #announcement-popup-modal .modal-dialog .modal-content .modal-body .announcement-media {
    height: -moz-fit-content;
    height: fit-content;
    max-height: 300px;
  }
}
.h5p-editor-scroll-trigger-zone {
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 9999;
}

.h5p-editor-scroll-trigger-zone-top {
  top: 0;
}

.h5p-editor-scroll-trigger-zone-bottom {
  bottom: 0;
}

.quota-cards-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}

.quota-card {
  display: flex;
  align-items: center;
  gap: 2rem;
  border: 1px solid #DEE1EB;
  border-radius: 4px;
  padding: 2rem 1.5rem;
}
.quota-card .quota-icon-container {
  background-color: #EEF2FE;
  border-radius: 4px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.quota-card .quota-icon-container i {
  font-size: 2.4rem;
  color: #3F81E8;
}
.quota-card .quota-icon-container i::before {
  color: #3F81E8;
}
.quota-card .quota-info-container {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  gap: 0.25rem;
}
.quota-card .quota-info-container .quota-label {
  font-size: 14px;
  font-weight: 600;
  color: #62687A;
  line-height: 1.2;
}
.quota-card .quota-info-container .quota-value {
  font-size: 24px;
  font-weight: 700;
  color: #373F4E;
  line-height: 1;
}

@media screen and (max-width: 540px) {
  .quota-card {
    padding-right: 6rem;
  }
}
.toggle-submit {
  cursor: pointer;
  border: 2px solid #186DF7;
  border-radius: 2em;
  width: 4em;
  min-width: 50px;
  height: 2em;
  background: white;
  padding: 2px;
  text-align: center;
  z-index: 1;
  transition: background-color 0.15s ease-in;
}
.toggle-submit[aria-disabled=true] {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.toggle-submit .toggle-switch {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  background: #186DF7;
  border-radius: 50%;
  color: #fff;
  transition: background-color 0.15s ease-in, color 0.15s ease-in, transform 0.15s ease-in;
  width: calc(2.7em - 8px);
}
.toggle-submit .toggle-switch .h5picon-close,
.toggle-submit .toggle-switch .h5picon-check {
  position: absolute;
  top: 2px;
}
.toggle-submit .toggle-switch .h5picon-close {
  display: inline;
}
.toggle-submit .toggle-switch .h5picon-check {
  display: none;
}
.toggle-submit.checked {
  background: #186DF7;
}
.toggle-submit.checked .h5picon-close {
  display: none;
}
.toggle-submit.checked .h5picon-check {
  display: inline;
}
.toggle-submit.checked .toggle-switch {
  background: #fff;
  transform: translateX(calc(5em - 8px - (2.7em - 8px)));
  color: #186DF7;
}

.plan-summary-card {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.13);
  border: 1px solid #DEE1EB;
  padding: 3rem;
  width: 100%;
  max-width: 400px;
  color: #1a1a1a;
}
.plan-summary-card .summary-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 2.1rem;
  color: #0B0B0B;
}
.plan-summary-card .summary-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.75rem;
}
.plan-summary-card .summary-row .label-col {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.plan-summary-card .summary-row .plan-summary-label {
  font-weight: 700;
  font-size: 1.7rem;
}
.plan-summary-card .summary-row .plan-summary-value-group {
  display: flex;
  gap: 0.5rem;
  font-size: 1.4rem;
  color: #373F4E;
}
.plan-summary-card .summary-row .plan-summary-value,
.plan-summary-card .summary-row .plan-summary-price {
  font-size: 1.4rem;
  font-weight: 600;
}
.plan-summary-card .summary-row .billing-period-label {
  text-transform: lowercase;
}
.plan-summary-card .summary-row .plan-summary-price {
  font-weight: 800;
}
.plan-summary-card .summary-row .plan-summary-value.plan-summary-old {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(55, 63, 78, 0.6);
}
.plan-summary-card .summary-row .plan-summary-value.plan-summary-new,
.plan-summary-card .summary-row .plan-summary-price.plan-summary-new {
  color: #373F4E;
}
.plan-summary-card .summary-row .plan-summary-price.plan-summary-new.custom-pricing {
  color: #373F4E;
}
.plan-summary-card .summary-row .plan-summary-price.plan-summary-new {
  font-weight: 800;
}
.plan-summary-card .summary-row .plan-summary-price.plan-summary-old {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(55, 63, 78, 0.6);
}
.plan-summary-card .summary-row .price-col {
  display: flex;
  gap: 0.5rem;
  font-weight: 700;
}
.plan-summary-card .summary-total {
  margin-top: 2rem;
  padding-top: 1.5rem;
  background-color: #F2F3F4;
  margin: 2rem -3rem -3rem -3rem;
  padding: 3rem;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.plan-summary-card .summary-total .total-header {
  margin-bottom: 2rem;
}
.plan-summary-card .summary-total .custom-feature {
  margin-bottom: 0.4rem;
}
.plan-summary-card .summary-total .total-label {
  display: block;
  font-weight: 800;
  margin-bottom: 1rem;
}
.plan-summary-card .summary-total .total-price-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.plan-summary-card .summary-total .total-price-container .total-price {
  font-size: 2.4rem;
  font-weight: 700;
  color: #373F4E;
  line-height: 1;
}
.plan-summary-card .summary-total .total-price-container .total-price.plan-summary-old {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(55, 63, 78, 0.6);
  font-weight: 800;
}
.plan-summary-card .summary-total .total-price-container .billing-period {
  color: #62687A;
  font-weight: 600;
  font-size: 1.4rem;
}
.plan-summary-card .summary-total .total-price-container .saving-badge {
  color: #62687A;
  font-weight: 600;
  font-size: 1.4rem;
}
.plan-summary-card .summary-total .equivalent-monthly {
  font-size: 1.4rem;
  color: #62687A;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.plan-summary-card .summary-total .equivalent-monthly strong {
  font-weight: 800;
  color: #373F4E;
}
.plan-summary-card .summary-total .total-explanation {
  font-size: 1.4rem;
  color: #62687A;
  line-height: 1.5;
  margin-top: 1rem;
}
.plan-summary-card .summary-total .total-explanation p {
  margin-bottom: 0.85rem;
  font-weight: 600;
  color: #62687A;
}
.plan-summary-card .summary-total .total-explanation p strong {
  font-weight: 800;
  color: #373F4E;
}
.plan-summary-card .summary-total .total-explanation p:last-child {
  margin-bottom: 0;
}
.plan-summary-card .summary-total .total-explanation .date-value {
  font-weight: 800;
  color: #373F4E;
}
.plan-summary-card .summary-total .total-explanation .next-billing {
  margin-top: 1rem;
}

@media (max-width: 1025px) {
  .plan-summary-card {
    max-width: 696px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .plan-summary-card .summary-title {
    font-size: 2rem;
  }
  .plan-summary-card .summary-row .plan-summary-label {
    font-size: 1.4rem;
  }
}
