md-toolbar.md-kokoa-theme span {
  color: white;
  font-weight: bold; }
.terms-link {
  margin-top: 20px;
  font-size: small; }

.login {
  margin-bottom: 120px; }
  .login span, .login h2 {
    font-family: 'Raleway', sans-serif; }
  .login h2 {
    color: #0694aa;
    font-weight: bold;
    font-size: 24px;
    text-align: center; }
  .login span {
    text-align: center; }
  .login span.login__text {
    font-size: 12px;
    text-align: center; }
    .login span.login__text--little {
      font-size: 10px; }
  .login a {
    font-size: 16px;
    color: #0694aa;
    text-decoration: underline;
    cursor: pointer; }
  .login button {
    border-radius: 10px; }
.forgotPassword span, .forgotPassword h2 {
  font-family: 'Raleway', sans-serif; }

.forgotPassword h2 {
  color: #0694aa;
  font-weight: bold;
  font-size: 24px;
  text-align: center; }

.forgotPassword span.forgotPassword__text {
  font-size: 12px;
  text-align: center; }
  .forgotPassword span.forgotPassword__text--big {
    font-size: 16px; }
  .forgotPassword span.forgotPassword__text--little {
    font-size: 10px; }

.forgotPassword a {
  font-size: 16px;
  color: #0694aa;
  text-decoration: underline;
  cursor: pointer; }

.forgotPassword button {
  border-radius: 10px; }
.terms-link {
  margin-top: 20px;
  font-size: small; }

.resetPassword span, .resetPassword h2 {
  font-family: 'Raleway', sans-serif; }

.resetPassword h2 {
  color: #0694aa;
  font-weight: bold;
  font-size: 24px;
  text-align: center; }

.resetPassword span.resetPassword__text {
  font-size: 12px;
  text-align: center; }
  .resetPassword span.resetPassword__text--little {
    font-size: 10px; }

.resetPassword div.dif-passwords {
  color: red;
  font-size: 10px; }

.resetPassword a {
  font-size: 16px;
  color: #0694aa;
  text-decoration: underline;
  cursor: pointer; }

.resetPassword button {
  border-radius: 10px; }
.terms-link {
  margin-top: 20px;
  font-size: small; }

.welcome span, .welcome h2 {
  font-family: 'Raleway', sans-serif; }

.welcome h2 {
  color: #0694aa;
  font-weight: bold;
  font-size: 24px;
  text-align: center; }

.welcome span.welcome__text {
  font-size: 12px;
  text-align: center; }
  .welcome span.welcome__text--little {
    font-size: 10px; }

.welcome div.dif-passwords {
  color: red;
  font-size: 10px; }

.welcome a {
  font-size: 16px;
  color: #0694aa;
  text-decoration: underline;
  cursor: pointer; }

.welcome button {
  border-radius: 10px; }
.wrapper {
  display: table-row;
  cursor: pointer; }

.logo {
  display: inline;
  cursor: pointer;
  width: 60px;
  height: 35px;
  margin-left: 10px; }
  .logo__title {
    font-size: 20px; }
    @media screen and (min-width: 960px) {
      .logo__title {
        position: absolute;
        width: calc(100% - 300px);
        left: 0;
        text-align: center;
        margin: 0px 150px; } }
    @media screen and (max-width: 960px) {
      .logo__title {
        padding-left: 0; } }
  .logo__logout-container {
    padding-right: 15px; }

.topbar {
  background-color: #02a8b9; }

.topbar__email {
  margin-bottom: 3px; }
.footer {
  background-color: #02a8b9;
  bottom: 0px;
  color: white;
  font-family: Raleway, serif;
  position: fixed; }
  .footer a {
    color: white;
    font-size: 12px;
    padding: 0px 5px; }
  .footer span {
    font-size: 10px; }
  .footer__logo {
    display: inline-block; }
.imagePopup-image {
  cursor: pointer;
  max-height: 115px;
  max-width: 150px; }
md-list-item.recent-eval-list__item {
  padding: 0 8px; }

.recent-eval-list__item__name {
  font-size: 16px;
  margin: 0; }

.recent-eval-list__item__edited {
  font-size: 12px; }

.recent-eval-list__item__date {
  font-size: 20px;
  font-weight: bold; }

.recent-eval-list .md-button {
  text-overflow: ellipsis; }
.pedagogical-skills__radio-box {
  margin: 15px 0px;
  text-align: center; }

.pedagogical-skills__label {
  padding: 0 8px; }
.section-space {
  margin-bottom: 18px; }

.flagging-section {
  margin-top: 20px; }

.questions-section {
  margin-top: 20px; }

.input-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.input-length {
  width: 75%; }

.control-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 25%; }
.manage-skills__dialog {
  min-width: 800px; }

.isSelected {
  background-color: #e0e0e0; }

.manage-skills-radio-group {
  height: 100%;
  margin: 0px; }
  .manage-skills-radio-group .manage-skills-radio-button {
    margin: 0 auto !important;
    width: 20px !important; }

.heuristic-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  text-align: center; }
.statusbar {
  background-color: #55c6d3;
  padding: 5px 15px; }
  .statusbar__indicator {
    border-radius: 20px;
    color: #ffffff;
    display: table;
    font-weight: bold;
    margin: 0 auto;
    padding: 4px 6px 3px 6px;
    text-align: right;
    text-transform: uppercase; }
    .statusbar__indicator--status {
      background-color: #0694aa; }

.purple {
  background-color: #9c7aff;
  color: #ffffff;
  font-weight: bold; }

.redish_pinkish {
  background-color: #eb4f62;
  color: white;
  font-weight: bold; }
.evaluators-invitation__header {
  color: #0caec0; }

.evaluators-invitation .md-chips .md-chip-input-container {
  width: 100%; }

.evaluators-invitation strong {
  width-max: 200px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.evaluators-invitation .md-chips-non-editable {
  display: none; }
.learning-goals .skill-chosen__text {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 58px;
  padding: 0 15px 10px 0;
  overflow: hidden;
  text-overflow: ellipsis; }
  .learning-goals .skill-chosen__text-smaller {
    -webkit-line-clamp: 2; }

.learning-goals .show-hide-evaluations {
  cursor: pointer;
  color: #0caec0;
  margin-top: -35px;
  position: absolute; }

.learning-goals .selected-container {
  margin-bottom: 20px; }

.learning-goals .others-column {
  overflow-x: auto; }
  .learning-goals .others-column .inset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .learning-goals .others-column .skill-grade {
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block; }
  .learning-goals .others-column .other-column {
    display: inline-block;
    margin-right: 10px; }

.learning-goals .finished-header {
  height: 44px; }

.learning-goals .finished-row {
  height: 66px; }
  .learning-goals .finished-row .checkbox-group {
    min-width: 100px; }

.learning-goals__learning-area-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 4px 0px;
  width: 100%; }

.learning-goals__learning-area-header {
  -webkit-line-clamp: 3;
  height: 50px;
  overflow: hidden;
  padding-right: 0px;
  width: 95%; }

.learning-goals__select-option {
  max-width: 365px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
.aspect__question-row {
  padding: 10px 0px; }

.aspect .others-header {
  color: #0caec0;
  font-weight: bold; }

.aspect .others-comments {
  display: block;
  max-height: 400px;
  overflow-y: auto;
  padding: 0px 5px; }

.aspect .pointer {
  cursor: pointer; }

.aspect .input-checkbox--learning {
  max-width: 20px; }

.aspect-scale {
  border-bottom: 1px solid black;
  font-size: 11px;
  text-align: center; }

.aspect .aspect-radio-group {
  height: 100%; }
  .aspect .aspect-radio-group .aspect-radio-button {
    margin: 0 auto;
    width: 20px; }
.pedagog-appr .pa-skill {
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
  padding: 3px; }
  .pedagog-appr .pa-skill--selected {
    background-color: #9ed9de;
    text-decoration: underline; }

.parameter {
  border: 1px solid #0caec0;
  margin-top: 15px; }
  .parameter__showhide {
    text-align: right; }
    .parameter__showhide .md-icon-button--nopads {
      margin: -10px -10px 0 0;
      padding: 0; }
    .parameter__showhide .md-icon-button--nopads-down {
      margin: 0 -10px -10px 0;
      padding: 0; }
  .parameter .no-margin-bottom {
    margin-bottom: 0; }
  .parameter .checkbox-style {
    margin-bottom: 0;
    min-width: 20px;
    min-height: 20px; }
  .parameter .md-container {
    margin-top: 0;
    top: 50%; }
  .parameter .md-label {
    margin-top: 0;
    margin-left: 30px; }
  .parameter__labels {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .parameter__tile-header {
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 75; }
  .parameter__tile-header-border {
    border-bottom: 1px solid #dadada; }
  .parameter__value {
    width: 45px;
    font-size: 11px; }
    .parameter__value--neutral {
      width: 20px; }
    .parameter__value--first {
      text-align: right; }
    .parameter__value--last {
      text-align: left; }
  .parameter__radiogroup {
    padding-bottom: 3px;
    padding-top: 3px; }
    .parameter__radiogroup__icon {
      padding-right: 10px; }
    .parameter__radiogroup__radiobutton {
      margin-right: 4px !important; }
    .parameter__radiogroup__singleradiobutton {
      margin-right: 4px !important;
      margin-left: 0 !important; }
  .parameter__question-ignore {
    padding-right: 8px;
    text-align: right; }
  .parameter .question-row {
    border-top: 1px solid #dadada; }
  .parameter__show-hide-span {
    color: #0caec0;
    display: block;
    margin: 10px 0px; }
    .parameter__show-hide-span.pointer {
      cursor: pointer; }

.scoreRuler__rightAlign {
  text-align: right; }

.scoreRuler__leftAlign {
  text-align: left; }
.conclusion {
  margin: 10px 0 10px; }
  .conclusion__number {
    text-align: right; }
  .conclusion__text {
    border: 1px solid #0caec0;
    padding: 10px; }
  .conclusion__title {
    color: #0caec0;
    display: block;
    margin: 10px 0px;
    font-weight: bold; }
    .conclusion__title--black {
      color: rgba(0, 0, 0, 0.87); }
    .conclusion__title--pointer {
      cursor: pointer; }
  .conclusion.full-width {
    display: inline; }
  .conclusion__others {
    padding: 5px;
    overflow: auto;
    max-height: 300px; }
  .conclusion textarea.non-editable {
    width: 100%;
    border: 0px; }

.md-title {
  margin-right: 10px; }

.skills-A__list {
  margin-top: 5px;
  padding-left: 30px; }

.conclusion-score {
  padding-left: 8px; }

.approval-date {
  cursor: default;
  color: #0caec0; }

.md-dialog-content textarea.conclusion__text {
  width: 340px; }
.evaluators-invitation__header {
  color: #0caec0; }

.evaluators-invitation .md-chips .md-chip-input-container {
  width: 100%; }

.evaluators-invitation strong {
  width-max: 200px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.evaluators-invitation .md-chips-non-editable {
  display: none; }

.content-space {
  margin-top: 20px; }

.label {
  padding-bottom: 10px; }

.header-text {
  padding-bottom: 10px; }

.submitInfoText span {
  color: #0caec0; }

.link-style {
  color: black; }

.subtitle {
  margin-bottom: 5px; }

.quesionary {
  margin-top: 15px;
  margin-bottom: 15px; }
  .quesionary .section-header {
    background-color: #0caec0;
    padding: 10px 0 10px 5px; }
  .quesionary .section-assessment-explanation {
    margin-top: 17px; }
  .quesionary .question-section {
    margin-top: 17px; }
  .quesionary .spacing-small {
    margin-bottom: 7px; }
  .quesionary .spacing-top-small {
    margin-top: 7px; }
  .quesionary .spacing-medium {
    margin-bottom: 15px; }
  .quesionary .spacing-big {
    margin-bottom: 20px; }
.button-flag {
  background-color: #e0e0e0;
  margin: 8px;
  border: 5px solid #e0e0e0; }
  .button-flag--yes {
    background-color: #2eb72e;
    border-color: #2eb72e; }
  .button-flag--no {
    background-color: #f75a1b;
    border-color: #f75a1b; }
.notes-indicator {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 100%;
  color: #2b689c;
  font-weight: bold;
  min-width: 15px;
  padding: 1px 5px; }
.center-canvas {
  text-align: center; }

.parameter__header {
  font-size: 11px;
  text-align: center; }

.parameter__type {
  text-align: center; }
  .parameter__type md-checkbox {
    width: 20px; }

.parameter strong {
  word-wrap: break-word; }

.comments__others {
  padding: 5px;
  overflow: auto;
  max-height: 300px; }

.comments__header {
  color: #0caec0;
  font-weight: bold; }
  .comments__header.pointer {
    cursor: pointer; }

.comments .parameter__radiogroup__radiobutton {
  margin-right: 10px !important; }

.comments .parameter__radiogroup__image-selection {
  height: 135px; }
  .comments .parameter__radiogroup__image-selection strong {
    bottom: 0px;
    position: absolute; }
.md-button.md-kokoa-delete.md-primary.md-raised {
  color: rgba(255, 255, 255, 0.87);
  background-color: rgba(255, 0, 4, 0.76); }

.md-button.md-kokoa-delete.md-primary.md-raised:not([disabled]):hover {
  background-color: rgba(172, 0, 4, 0.99); }

.md-button.md-kokoa-success.md-primary.md-raised {
  color: rgba(255, 255, 255, 0.87);
  background-color: rgba(18, 171, 0, 0.76); }

.md-button.md-kokoa-success.md-primary.md-raised:not([disabled]):hover {
  background-color: rgba(18, 202, 0, 0.76); }

table.user-list.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
  padding-right: 24px; }

table.user-list.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2) {
  padding-right: 53px; }

table.user-list.md-table:not(.md-row-select) span.user-list__names {
  font-size: 12px;
  font-weight: bold;
  max-width: 200px;
  display: block; }

.user-list__indicator {
  border-radius: 20px;
  color: #ffffff;
  font-weight: bold;
  margin: 6px 8px;
  padding: 4px 6px 3px 6px;
  text-align: right;
  text-transform: uppercase; }
  .user-list__indicator--evaluator {
    background-color: #9c7aff; }
  .user-list__indicator--admin {
    background-color: #1992ea; }
.invitation__full-width {
  width: 100%; }
.profile__full-width {
  width: 100%; }
.profile h1 {
  margin: 0px;
  font-size: 34px; }

.profile span.profile__description {
  color: #0694aa;
  float: right;
  font-style: italic; }
  .profile span.profile__description a {
    color: #0694aa;
    cursor: pointer;
    font-style: italic; }

.profile h4.profile__header-description {
  color: #0694aa;
  font-style: italic; }

.profile .required-icon {
  color: #dd2c00;
  position: absolute;
  font-size: 60px;
  top: -10px;
  left: -25px; }

.profile md-autocomplete input {
  width: 300px; }
table.product-list.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
  padding-right: 24px; }

table.product-list.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2) {
  padding-right: 53px; }

.searchbar {
  border: 1px solid #55c6d3; }
  .searchbar .searchbar__input {
    border: 0;
    padding: 0 2px;
    width: 320px; }
    .searchbar .searchbar__input:focus {
      outline: 0; }
  .searchbar .searchbar__button {
    background-color: #55c6d3;
    border-radius: 0;
    color: #ffffff;
    height: 36px;
    margin: 0;
    padding: 6px; }
    .searchbar .searchbar__button:hover {
      background-color: #41bfce !important; }
  .searchbar .searchbar__icon {
    color: #212121; }

.list__indicator {
  border-radius: 20px;
  color: #ffffff;
  font-weight: bold;
  margin: 6px 8px;
  padding: 4px 6px 3px 6px;
  text-align: right;
  text-transform: uppercase; }

.alert {
  color: #f75a1b;
  font-size: smaller; }
table.sub-evaluation-list.md-table th.md-column:nth-child(n+2):nth-last-child(n+2) {
  padding-right: 29px; }

table.sub-evaluation-list.md-table tr.selected {
  background-color: #eee; }
table.product-list.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
  padding-right: 24px; }

table.product-list.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2) {
  padding-right: 53px; }

.searchbar {
  border: 1px solid #55c6d3; }
  .searchbar .searchbar__input {
    border: 0;
    padding: 0 2px;
    width: 320px; }
    .searchbar .searchbar__input:focus {
      outline: 0; }
  .searchbar .searchbar__button {
    background-color: #55c6d3;
    border-radius: 0;
    color: #ffffff;
    height: 36px;
    margin: 0;
    padding: 6px; }
    .searchbar .searchbar__button:hover {
      background-color: #41bfce !important; }
  .searchbar .searchbar__icon {
    color: #212121; }

.list__indicator {
  border-radius: 20px;
  color: #ffffff;
  font-weight: bold;
  margin: 6px 8px;
  padding: 4px 6px 3px 6px;
  text-align: right;
  text-transform: uppercase; }

.alert {
  color: #f75a1b;
  font-size: smaller; }
table.sub-evaluation-list.md-table th.md-column:nth-child(n+2):nth-last-child(n+2) {
  padding-right: 29px; }

table.sub-evaluation-list.md-table tr.selected {
  background-color: #eee; }
.form__heading {
  text-align: center; }
  .form__heading p {
    color: #2b689c; }
  .form__heading a {
    color: #2b689c; }

md-input-container label {
  display: none; }

md-input-container md-radio-group {
  margin-left: 10px; }

md-input-container .select-container {
  margin-left: 25px; }

.label-helper {
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  font-weight: 400; }

.md-dialog--borderless {
  max-width: 50% !important;
  max-height: 100% !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.other-image-container {
  position: relative;
  margin: 10px;
  display: inline-block; }

.overlapping-button {
  position: absolute;
  border: none;
  border-radius: 100%;
  top: 1px;
  right: 1px;
  background-color: #0f0f0f;
  opacity: 0.3;
  color: white;
  width: 25px;
  height: 25px;
  text-align: center; }

.overlapping-button:hover {
  opacity: 0.7; }
.button__custom--green {
  background-color: #66b147;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  padding: 0 50px 0 50px; }
  .button__custom--green:hover {
    background-color: #7cc747 !important;
    color: #ffffff; }

.confirmed__body {
  height: 100vh;
  padding: 60px 0 0 0; }

.confirmed__heading {
  font-size: 20px;
  font-weight: bold;
  text-align: center; }

.confirmed__subheading {
  text-align: center;
  font-size: 16px; }

.confirmed__link {
  color: black; }

.confirmed__buttons {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.confirmed__button {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  font-size: 18px; }

/*# sourceMappingURL=app.337faa0c658a74848c24.css.map*/