.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

#rubricCollectionContainer .panel-heading h3 {
  font-size: 20px;
  margin: 10px 0;
}

.dropdown-menu--right {
  left: auto;
  right: 0;
  min-width: 225px;
}

/* Angular Hiding */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}

.modal-content {
  overflow: hidden;
}

.icon-red {
  color: #d53a0a;
}

.red-text {
  color: #d53a0a;
}

.icon-yellow {
  color: #BE8900;
}

.icon-green {
  color: #380;
}

.icon-blue {
  color: #06c;
}

/*BETA WARNING*/
.beta-warning {
  margin: 0;
  position: relative;
  top: -30px;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}
.beta-warning p, .beta-warning h3 {
  float: left;
  padding: 12px 0 0 0;
  margin: 0 0 0 50px;
}
.beta-warning h3 {
  font-weight: 300;
  color: #444;
  margin: 0;
  padding: 0;
}
.beta-warning small {
  font-size: 14px;
  font-weight: 700;
}
.beta-warning .button {
  float: right;
  margin-top: 5px;
}

.small-warning {
  cursor: pointer;
  float: left;
  padding: 8px 18px;
  border-top-right-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.small-warning h3 {
  font-size: 18px;
}
.small-warning small {
  font-size: 10px;
}

.beta {
  color: #999;
  font-style: italic;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 45%;
  font-weight: 300;
}

.beta-banner {
  background: #06c;
  height: 35px;
  opacity: 1;
  padding: 0 20px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.beta-banner--warning {
  background: #d53a0a;
}
.beta-banner--not-fixed {
  left: 0;
  position: absolute;
  right: 0;
  top: 50px;
}
.beta-banner__text {
  color: #fff;
  height: 35px;
  line-height: 35px;
}
.beta-banner__link {
  color: #fff;
  float: right;
}
.beta-banner__link:hover {
  color: #fff;
  text-decoration: none;
}
.beta-banner--slide-up {
  top: 0;
  opacity: 0;
}

.btn-ghost {
  border-width: 2px;
  border-style: solid;
  border-color: #aaa;
  background-color: transparent;
  color: #aaa;
  display: block;
  padding: 20px;
  width: 185px;
}
.btn-ghost:hover, .btn-ghost:focus {
  color: white;
  background-color: #aaa;
}
.btn-ghost[disabled=disabled] {
  cursor: not-allowed;
  opacity: 0.3;
}
.btn-ghost--primary {
  border-color: #1a789d;
  color: #1a789d;
}
.btn-ghost--primary:hover, .btn-ghost--primary:focus {
  background-color: #1a789d;
}
.btn-ghost__icon {
  font-size: 150%;
}
.btn-ghost__text {
  line-height: normal;
  margin: 10px 0 0 0;
}
.btn-ghost--center {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.btn-clear {
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #06c;
  font-weight: normal;
}

.back-btn {
  background: none;
  border: 1px solid transparent;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -ms-border-radius: 3px 0px 0px 3px;
  -o-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  border-right: 1px solid #444;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #06c;
  display: inline-block;
  margin: 5px 0px 20px 0px;
  padding: 7px 20px 7px 10px;
  vertical-align: bottom;
}
.back-btn:hover {
  background: #fff;
  cursor: pointer;
}
.back-btn:active {
  background: #cccccc;
}
.back-btn__top {
  vertical-align: top;
}
.back-btn-title {
  display: inline-block;
  float: none;
  line-height: 41px;
  margin: 0 0 0 20px;
  overflow: hidden;
  padding-bottom: 20px;
  vertical-align: bottom;
  width: 75%;
}
.back-btn-title--input {
  overflow: visible;
}
.back-btn-hidden {
  visibility: hidden;
}

@media print {
  .back-btn {
    display: none;
  }

  .back-btn-title {
    font-size: 35pt;
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
    padding: 0;
  }
}
a:focus {
  outline: auto;
}

header .button,
header button {
  float: right;
}

.header-link:last-of-type {
  margin-right: 40px;
}

.btn-primary {
  background-color: #06c;
}

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

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-color: #0A4084;
}

.btn-success {
  background-color: #380;
}

.btn-success:hover, .btn-success:focus {
  background-color: #260;
}

.delete-header, .edit-header {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #06c;
  float: right;
  margin-top: 7px;
  text-decoration: none;
}
.delete-header[disabled=disabled], [disabled=disabled].edit-header {
  color: #bbb;
  cursor: not-allowed;
}
.delete-header:hover, .edit-header:hover {
  text-decoration: underline;
}

.action-header {
  color: #06c;
  float: right;
  margin-left: 7px;
  margin-top: 7px;
  text-decoration: none;
}

.edit-header {
  color: #06c;
}

.sync-button {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 22px;
  padding: 15px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sync-button [class*=icon-] {
  background: #06c;
  border-radius: 3px 0 0 3px;
  color: #fff;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  padding: 24px 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: auto;
}
.sync-button [class*=icon-]:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sync-button.disabled {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #767676;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 42px;
}
.sync-button.disabled [class*=icon-] {
  background: #fff;
  opacity: 1;
}
.sync-button.disabled [class*=icon-]:before {
  background: #fff;
  color: #380;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.sync-button.disabled:hover {
  background: #fff;
  cursor: pointer;
}
.sync-button.disabled:hover [class*=icon-]:before {
  content: "\e001";
  color: #d53a0a;
}
.sync-button.disabled:active, .sync-button.disabled:focus {
  background: #fff;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.back-to-list {
  border: 1px solid transparent;
  border-right: 1px solid #767676;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #444;
  float: left;
  padding: 7px 20px 7px 10px;
  position: relative;
  top: 4px;
}
.back-to-list:hover, .back-to-list:focus {
  color: #06c;
  outline: none;
}
.back-to-list span {
  visibility: hidden;
}

.back-to-list + h2 {
  float: left;
  line-height: 41px;
  margin: 0 0 20px 20px;
}

.btn--stacked-right {
  margin-left: 20px;
}

.button-circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  height: 40px;
  line-height: 43px;
  padding: 0;
  width: 40px;
}

/* Screen Reader Hiding */
.screen-readers {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.loading {
  height: 23px;
  text-align: center;
}

section .loading {
  position: static;
  margin: 0;
  width: auto;
}

.show-loading {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3000;
}

.blocker-backdrop.topbar {
  position: fixed;
  z-index: 2000;
}

.icon-loading.topBar {
  position: fixed !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2050;
}

.message-loading {
  color: #bbb;
  font-size: 32px;
  font-weight: bold;
  left: 50%;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-39%, -100%);
  -moz-transform: translate(-39%, -100%);
  -ms-transform: translate(-39%, -100%);
  -o-transform: translate(-39%, -100%);
  transform: translate(-39%, -100%);
  z-index: 25000;
}

.loading--contained {
  background: #fff;
  border: 1px solid #fff;
  height: 100%;
  position: absolute;
  opacity: 0.8;
  text-align: center;
  width: 100%;
  z-index: 5;
}

.loading-icon__small {
  display: inline-block;
  font-size: 25px;
  position: absolute;
  top: 50%;
}

.page-actions .button-left {
  float: left;
}

.menu-buttons {
  float: right;
  position: relative;
}
@media (max-width: 417px) {
  .menu-buttons.summary-page {
    float: left;
    padding-bottom: 15px;
  }
}

header {
  clear: both;
}
header h2,
header h3 {
  float: left;
}
header hr {
  clear: both;
}
header .header--no-float {
  float: none;
}
header .tooltip-trigger {
  overflow: hidden;
  position: relative;
  cursor: help;
}
header .tooltip-trigger:hover {
  overflow: visible;
}
header .tooltip-trigger:hover .tooltip {
  opacity: 1;
  top: 45px;
  -webkit-transition: all 0.25s 0.2s ease-in-out;
  -moz-transition: all 0.25s 0.2s ease-in-out;
  -o-transition: all 0.25s 0.2s ease-in-out;
  transition: all 0.25s 0.2s ease-in-out;
}
header .entry-list .tooltip-trigger {
  cursor: pointer;
}
header .tooltip {
  top: -5000em;
  cursor: auto;
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  right: 12px;
  line-height: 1.2em;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 50px;
  width: auto;
  z-index: 2;
}
header .tooltip:before {
  border: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.75);
  content: "";
  height: 0;
  right: 15px;
  position: absolute;
  top: -20px;
  width: 0;
}

.rubric-container h3 {
  float: left;
  margin-bottom: 40px;
  margin-top: 40px;
  min-width: 300px;
  padding-left: 3px;
  width: auto;
}

.external-id {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 70%;
  font-weight: 300;
  color: #767676;
}

.header-subtitle {
  color: #5c5f63;
  display: block;
  /*height: 20px;*/
  line-height: 22px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 17px;
  margin-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.header-subtitle--second-row {
  margin-top: 0;
}
.header-subtitle [class*=icon-] {
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

footer {
  margin-top: 50px;
}

.tabs li {
  display: inline-block;
  float: none;
}

.fancy-scroll-menu,
.fancy-scroll-collection-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  top: 0px;
  position: fixed;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  z-index: 200;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fancy-scroll-collection-menu .achievement-titles li:first-child {
  display: none;
}

.fancy-scroll-wrapper,
.fancy-scroll-collection-wrapper {
  margin: 0 auto;
  overflow: auto;
}

.overflow-container {
  background-color: #f7f7f7;
  border: 1px solid #767676;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 41px;
  overflow: hidden;
}

.fancy-scroll-menu .total-value,
.fancy-scroll-collection-menu .total-value {
  margin-top: 0px;
}

.show-scroll {
  display: block;
  -webkit-transform: translate(0, 49px);
  -moz-transform: translate(0, 49px);
  -ms-transform: translate(0, 49px);
  -o-transform: translate(0, 49px);
  transform: translate(0, 49px);
}
.show-scroll.scroll-portable {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.hide-scroll {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.rubric-container .fancy-scroll-wrapper .button {
  float: left;
}

.action-btns {
  background-color: rgba(163, 191, 220, 0.5);
  border-right: 2px solid #767676;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 40px;
  padding-top: 4px;
  position: absolute;
  top: 0;
  width: 255px;
}
.action-btns .btn span, .action-btns .btn i {
  margin: 0;
}
.action-btns h4 {
  overflow: hidden;
  margin: 0;
  padding-left: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#rubricCollectionContainer .fancy-scroll-collection-menu .button {
  float: left;
  margin-top: 0;
}

.achievement-titles {
  table-layout: fixed;
}

.achievement-titles li.achievement-weight-na-option.na-floater {
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #424242;
  display: table-cell;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 24px;
  list-style: none;
  min-width: 89px !important;
  overflow: hidden;
  padding: 10px 3px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 89px !important;
}

.value-totals {
  float: left;
}

.value-totals .total-value {
  font-size: 24px;
  line-height: 28px;
  padding-left: 20px;
  position: static;
}

.achievement-titles {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  margin: 0;
  padding: 0 0 0 0;
  table-layout: fixed;
  width: 100%;
}

.achievement-titles .achievement-level,
.achievement-titles li {
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #424242;
  display: table-cell;
  min-width: 200px;
  width: 200px;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 24px;
  list-style: none;
  overflow: hidden;
  padding: 10px 3px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.achievement-titles .na-floater {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 101px !important;
  min-width: 101px;
}

.achievement-titles li:last-child {
  border-right: none;
}
.achievement-titles li.empty {
  color: #999;
}

.action-wrapper {
  display: table;
  position: relative;
  width: 100%;
}
.action-wrapper label {
  position: relative;
  z-index: 10;
}
.action-wrapper label:after {
  bottom: 6px;
  color: #fff;
  content: "\e006";
  display: block;
  font-family: iconFont;
  font-size: 26px;
  left: 50%;
  position: absolute;
  -webkit-text-shadow: 0px 3px 0px #787878, 3px 0px 0px #787878, -3px 0px 0px #787878, 0px -3px 0px #787878;
  text-shadow: 0px 3px 0px #787878, 3px 0px 0px #787878, -3px 0px 0px #787878, 0px -3px 0px #787878;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.action-wrapper label:hover:after {
  color: #4080bf;
  text-shadow: none;
}

#account-institution {
  min-width: 25%;
  text-align: right;
}

#account-info {
  min-width: 3%;
}

#account .dropdownMenu ul {
  display: block;
}

#mainNav {
  height: 36px;
}

.unauthorized {
  min-height: 568px;
}
.unauthorized h2 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 10px;
}
.unauthorized h2 + p, .unauthorized .beta-warning h2 + h3, .beta-warning .unauthorized h2 + h3 {
  margin-bottom: 50px;
}
.unauthorized h5 {
  margin-bottom: 20px;
  padding-left: 30px;
}
.unauthorized h5 + p, .unauthorized .beta-warning h5 + h3, .beta-warning .unauthorized h5 + h3 {
  padding-left: 30px;
  line-height: 30px;
}

.checkbox-toggle {
  color: #5c5f63;
  font-size: 14px;
  line-height: 25px;
  margin: 5px 0;
  text-align: left;
  width: 100%;
}
.checkbox-toggle:focus {
  outline: dotted thin;
}
.checkbox-toggle [class*=icon-] {
  position: relative;
  right: 3px;
  top: 3px;
}
.checkbox-toggle.disabled {
  opacity: 0.3;
}
.checkbox-toggle .switch-wrapper {
  display: inline-block;
  background-color: #fafafa;
  border: 1px solid #ADADAD;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
  box-shadow: inset 0 0 0 1px #adadad;
  cursor: pointer;
  height: 28px;
  margin: 0 5px 0 0;
  outline: none;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  -webkit-appearance: none;
  width: 54px;
}
.checkbox-toggle .input-switch {
  background-color: #fff;
  border: 1px solid #ADADAD;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 0 28px #eee;
  -moz-box-shadow: 0 0 0 28px #eee;
  box-shadow: 0 0 0 28px #eee;
  content: "";
  display: block;
  height: 24px;
  left: 1px;
  position: absolute;
  right: 15px;
  top: 1px;
  width: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.checkbox-toggle .input-switch:before {
  content: "Off";
  font-size: 12px;
  font-weight: normal;
  height: 20px;
  left: 19px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 4px;
  width: 23px;
  z-index: 1;
}
.checkbox-toggle input[type=checkbox]:focus + .input-switch {
  border: 2px solid white;
  text-decoration: underline;
  background-color: #06c;
}
.checkbox-toggle input:checked {
  border-color: #ADADAD;
  padding-left: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.checkbox-toggle input:checked + .input-switch {
  -webkit-box-shadow: 0 0 0 28px #a9d21a;
  -moz-box-shadow: 0 0 0 28px #a9d21a;
  box-shadow: 0 0 0 28px #a9d21a;
  border-color: #adadad;
  left: 27px;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.checkbox-toggle input:checked + .input-switch:before {
  content: "On";
  font-weight: bold;
  left: -27px;
}
.checkbox-toggle--single {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 25px 22px;
  padding: 5px 20px;
}
.checkbox-toggle--single .checkbox-toggle {
  float: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 27px;
  margin: 0;
  text-align: center;
}
.checkbox-toggle--single .checkbox-toggle .switch-wrapper {
  margin: 0;
}

.entry-rubric .entry-set-name {
  display: block;
  height: 41px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.menu-wrapper {
  display: inline;
}

.tab-menu {
  display: inline-block;
  margin-top: 5px;
  position: relative;
}
.tab-menu .tooltip-trigger {
  overflow: hidden;
  position: relative;
  cursor: help;
}
.tab-menu .tooltip-trigger:hover {
  overflow: visible;
}
.tab-menu .tooltip-trigger:hover .tooltip {
  opacity: 1;
  top: 27px;
  -webkit-transition: all 0.25s 0.2s ease-in-out;
  -moz-transition: all 0.25s 0.2s ease-in-out;
  -o-transition: all 0.25s 0.2s ease-in-out;
  transition: all 0.25s 0.2s ease-in-out;
}
.tab-menu .entry-list .tooltip-trigger {
  cursor: pointer;
}
.tab-menu .tooltip {
  top: -5000em;
  cursor: auto;
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  left: -17px;
  line-height: 1.2em;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 32px;
  width: 180px;
  z-index: 2;
}
.tab-menu .tooltip:before {
  border: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.75);
  content: "";
  height: 0;
  left: 15px;
  position: absolute;
  top: -20px;
  width: 0;
}
.tab-menu .tooltip-trigger {
  float: right;
  position: relative;
  right: 0;
  top: 6px;
}
.tab-menu .checkbox-toggle {
  display: inline-block;
  float: none;
  font-weight: normal;
  height: 31px;
  overflow: visible;
}
.tab-menu__trigger {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #06c;
  float: left;
  padding: 6px 20px;
  position: relative;
  top: 4px;
  z-index: 290;
}
.tab-menu__trigger:hover {
  color: #049;
  text-decoration: underline;
}
.tab-menu__trigger:hover path {
  fill: #06c;
}
.tab-menu__trigger:focus {
  outline: thin dotted !important;
}
.tab-menu__trigger.active {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
  color: #06c;
  outline: none;
}
.tab-menu__trigger.active:after {
  content: "";
  background: #fff;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 32px;
  width: 100%;
}
.tab-menu__trigger.active path {
  fill: #06c;
}
.tab-menu__contents {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  margin-bottom: 15px;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 39px;
  z-index: 280;
}
.tab-menu__section {
  border-bottom: 1px dashed #ddd;
  opacity: 1;
  padding: 0;
  position: relative;
  width: 234px;
}
.tab-menu__section.med-width {
  width: 350px;
}
.tab-menu__section:nth-child(2) {
  border-top: 1px dashed #ddd;
}
.tab-menu__section:last-child {
  border-bottom: none;
  margin: 0;
  padding-bottom: 0;
}
.tab-menu__link-list {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.tab-menu__item {
  margin-bottom: 0;
}
.tab-menu__item-icon {
  margin-right: 15px;
}
.tab-menu__item-icon.delete {
  color: #06c;
}
.tab-menu__item-link {
  display: block;
  padding: 7px 7px;
  text-decoration: none;
}
.tab-menu__item-link:hover, .tab-menu__item-link:focus {
  background: #f5f5f5;
  text-decoration: underline;
}
.tab-menu__item-link.delete {
  color: #06c;
}
.tab-menu__divider {
  margin: 10px 0;
}
.tab-menu__label--multi-line {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

@media (max-width: 417px) {
  .menu-buttons.summary-page .tab-menu__contents {
    right: inherit;
  }
}

.scoring-type {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.scoring-type .tab-menu__subtitle {
  margin-bottom: 0;
  margin-left: 5px;
  margin-top: 2px;
  float: right;
}
.scoring-type input {
  background: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 32px;
  text-align: center;
  width: 56px;
}
.scoring-type select {
  display: inline-block;
  font-size: 14px;
  height: 32px;
  padding: 0 10px;
}
.scoring-type label {
  font-weight: normal;
  margin-left: 5px;
}

.header-input[type=text] {
  background: transparent;
  border: 1px solid transparent;
  border-bottom: 1px dashed #bbb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #4D4F51;
  font-size: inherit;
  font-weight: 300;
  padding-top: 6px;
  position: relative;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  top: -9px;
  width: 100%;
}
.header-input[type=text]:hover {
  color: #06c;
  cursor: pointer;
}
.header-input[type=text]:hover::-webkit-input-placeholder {
  color: #06c;
}
.header-input[type=text]:hover:-moz-placeholder {
  color: #06c;
}
.header-input[type=text]:hover::-moz-placeholder {
  color: #06c;
}
.header-input[type=text]:hover:-ms-input-placeholder {
  color: #06c;
}
.header-input[type=text]:focus {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
  color: #06c;
}
.header-input[type=text] .ng-invalid, .header-input[type=text] .ng-invalid:hover, .header-input[type=text] .ng-invalid:focus {
  background: #fff;
  color: #ed3b04;
}
.header-input[type=text]:-webkit-autofill {
  box-shadow: 0 0 0 1000px #f0f0f0 inset;
  border: 1px solid #f0f0f0;
  border-bottom: 1px dashed #bbb;
}

.header-input--edit {
  position: relative;
  left: -3px;
  top: 0px;
}

header .inline-error {
  background-color: #d53a0a;
  bottom: auto;
  color: #FFF;
  line-height: 30px;
  padding: 11px 15px 11px 15px;
  position: absolute;
  z-index: 200;
  left: 120px;
  line-height: 1.2em;
  margin: 0;
  top: 56px;
  -webkit-box-shadow: 1px 1px 0px #9f2702;
  -moz-box-shadow: 1px 1px 0px #9f2702;
  box-shadow: 1px 1px 0px #9f2702;
}
header .inline-error p, header .inline-error .beta-warning h3, .beta-warning header .inline-error h3 {
  margin: 0;
}
header .inline-error.inline-error--page-title {
  top: 146px;
}

.form-label-standard {
  display: block;
}

.form-textarea-standard {
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 100px;
  resize: none;
  width: 100%;
}
.form-textarea-standard--compact {
  height: 50px;
}

.score-count {
  color: #5c5f63;
  margin-bottom: 25px;
  padding-left: 10px;
  line-height: 1.1;
}
.score-count--main {
  float: right;
}
.score-count__main-number {
  color: #380;
  float: right;
  font-weight: 700;
  font-size: 80px;
  line-height: 55px;
  margin-left: 30px;
  text-align: right;
}
.score-count__main-number .small-value-indicator {
  color: #380;
  font-size: 85%;
  font-weight: bold;
}
.score-count__details {
  float: left;
  text-align: right;
}
.score-count__details--title {
  display: block;
  font-size: 28px;
}
.score-count__details--points {
  display: block;
  font-size: 22px;
  font-weight: normal;
}

.status-msg {
  height: 30px;
  padding-top: 16px;
  position: absolute;
  right: 20px;
  top: 44px;
}
.status-msg .status {
  float: right;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: right;
}
.status-msg .status.success {
  color: #380;
  position: relative;
  width: 173px;
}
.status-msg .status.success i {
  left: 0;
  position: absolute;
  top: -2px;
}
.status-msg .status.warning {
  color: #d00;
}
.status-msg .status i {
  font-size: 14px;
  font-weight: 700;
  padding-right: 7px;
}

.notification-content-column {
  display: inline-block;
}
.notification-icon-column {
  display: inline-block;
  height: 100%;
  padding-right: 10px;
  padding-top: 12px;
  vertical-align: top;
}

#rubricsApp.ng-enter,
#rubricsApp.ng-leave.ng-active {
  -webkit-transition: 0.5s linear all;
  transition: 0.5s linear all;
}

#rubricsApp.ng-enter,
#rubricsApp.ng-leave.ng-leave-active {
  opacity: 0;
}

#rubricsApp.ng-leave,
#rubricsApp.ng-enter.ng-enter-active {
  opacity: 1;
}

.notification-alert {
  margin: 0 auto;
  width: 95%;
}

.error {
  color: #ed3b04;
  -webkit-text-shadow: 1px 1px 0px #942d00;
  text-shadow: 1px 1px 0px #942d00;
}

.inline-error {
  background-color: #d53a0a;
  bottom: auto;
  color: #FFF;
  line-height: 30px;
  padding: 11px 15px 11px 15px;
  position: absolute;
  z-index: 200;
  left: 120px;
  line-height: 1.5em;
  margin: 0;
  top: -10px;
  -webkit-box-shadow: 1px 1px 0px #9f2702;
  -moz-box-shadow: 1px 1px 0px #9f2702;
  box-shadow: 1px 1px 0px #9f2702;
}
.inline-error:before {
  content: "";
  border-bottom: 10px solid #ed3b04;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  bottom: auto;
  display: block;
  height: 0;
  left: 15px;
  position: absolute;
  right: auto;
  top: -20px;
  width: 0;
}

.scrolling-error {
  background-color: #d53a0a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  height: 40px;
  left: 115px;
  padding-left: 15px;
  padding-top: 11px;
  position: relative;
  top: 10px;
  width: auto;
}

#createForm input.ng-invalid.ng-dirty::-webkit-input-placeholder,
.advanced-settings input.ng-invalid.ng-dirty::-webkit-input-placeholder {
  color: #E44E41;
}
#createForm input.ng-invalid.ng-dirty:-moz-placeholder,
.advanced-settings input.ng-invalid.ng-dirty:-moz-placeholder {
  color: #E44E41;
}
#createForm input.ng-invalid.ng-dirty::-moz-placeholder,
.advanced-settings input.ng-invalid.ng-dirty::-moz-placeholder {
  color: #E44E41;
}
#createForm input.ng-invalid.ng-dirty:-ms-input-placeholder,
.advanced-settings input.ng-invalid.ng-dirty:-ms-input-placeholder {
  color: #E44E41;
}
#createForm .notification.error h4,
.advanced-settings .notification.error h4 {
  color: #ffffff;
}
#createForm .notification.error ul,
.advanced-settings .notification.error ul {
  padding: 0;
}
#createForm .notification.error li,
.advanced-settings .notification.error li {
  list-style: none;
}
#createForm .inline-error.create-error,
.advanced-settings .inline-error.create-error {
  left: 408px;
  line-height: 18px;
  padding-right: 25px;
  top: 59px;
}
#createForm .inline-error.create-error:before,
.advanced-settings .inline-error.create-error:before {
  border-bottom: 20px solid transparent;
  border-left: none;
  border-right: 15px solid #d53a0a;
  border-top: 20px solid transparent;
  left: -15px;
  top: 0px;
}
#createForm .inline-error.dim-numb-error,
#createForm .inline-error.ach-numb-error,
.advanced-settings .inline-error.dim-numb-error,
.advanced-settings .inline-error.ach-numb-error {
  padding: 5px 0 5px 10px;
  width: 164px;
  top: 168px;
}
#createForm .inline-error.dim-numb-error,
.advanced-settings .inline-error.dim-numb-error {
  left: 21px;
}
#createForm .inline-error.ach-numb-error,
.advanced-settings .inline-error.ach-numb-error {
  left: 201px;
}

.search-bar {
  background-color: #eee;
  padding: 7px 15px;
  text-align: left;
  float: left;
  width: 100%;
}
.search-bar--full-width {
  margin-left: -15px;
  margin-right: -15px;
}
.search-bar .icon-search {
  color: #999c9e;
  position: relative;
  top: 2px;
}
.search-bar .icon-remove-sign {
  color: #999c9e;
  cursor: pointer;
  margin: 2px 0 0 2px;
}
.search-bar input {
  background: transparent;
  border: 1px solid transparent;
  border-bottom: 1px dashed #c0c2c3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 210px;
}
.search-bar input::-ms-clear {
  display: none;
}
.search-bar input:focus {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
}

.course-details {
  border: 1px solid #eee;
  margin: 20px 0;
  width: 100%;
}
.course-details--name {
  background: #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
}
.course-details--detail {
  padding: 5px 10px;
  margin: 0;
}
.course-details--date {
  display: inline-block;
  margin-right: 10px;
}

.share-search.share-search {
  background: -moz-linear-gradient(top, white 70%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 70%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 70%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 70%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 70%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  margin-top: 20px;
  padding: 0 20px;
  position: absolute;
  left: 0;
  top: 65px;
  width: 592px;
  z-index: 2;
}
.share-search.share-search .dropdown-menu {
  max-height: 285px;
  top: 50px !important;
}
.share-search.share-search .tooltip-trigger {
  overflow: hidden;
  position: relative;
  cursor: help;
}
.share-search.share-search .tooltip-trigger:hover {
  overflow: visible;
}
.share-search.share-search .tooltip-trigger:hover .tooltip {
  opacity: 1;
  top: 45px;
  -webkit-transition: all 0.25s 0.2s ease-in-out;
  -moz-transition: all 0.25s 0.2s ease-in-out;
  -o-transition: all 0.25s 0.2s ease-in-out;
  transition: all 0.25s 0.2s ease-in-out;
}
.share-search.share-search .entry-list .tooltip-trigger {
  cursor: pointer;
}
.share-search.share-search .tooltip {
  top: -5000em;
  cursor: auto;
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  left: 0px;
  line-height: 1.2em;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 50px;
  width: 162px;
  z-index: 2;
}
.share-search.share-search .tooltip:before {
  border: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.75);
  content: "";
  height: 0;
  left: 15px;
  position: absolute;
  top: -20px;
  width: 0;
}
.share-search.share-search--modal {
  margin-left: 36px;
  margin-right: 36px;
  padding-left: 0;
  padding-right: 0;
  top: 79px;
}

.share-search__user-input.share-search__user-input {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 22px;
  height: auto;
  margin: 0;
  padding: 10px;
  width: 385px;
}
.share-search__user-input.share-search__user-input::-webkit-input-placeholder {
  color: #ccc;
}
.share-search__user-input.share-search__user-input:-moz-placeholder {
  color: #ccc;
}
.share-search__user-input.share-search__user-input::-moz-placeholder {
  color: #ccc;
}
.share-search__user-input.share-search__user-input:-ms-input-placeholder {
  color: #ccc;
}
.share-search__user-input.share-search__user-input--modal {
  width: 344px;
}

.share-search__button {
  margin-left: 20px;
}

.share-search__error.share-search__error.share-search__error {
  background-color: #d53a0a;
  bottom: 18px;
  color: #FFF;
  line-height: 30px;
  padding: 11px 15px 11px 15px;
  position: absolute;
  z-index: 200;
  left: 38px;
  line-height: 1.5em;
  margin: 0;
  top: auto;
  -webkit-box-shadow: 1px 1px 0px #9f2702;
  -moz-box-shadow: 1px 1px 0px #9f2702;
  box-shadow: 1px 1px 0px #9f2702;
}
.share-search__error.share-search__error.share-search__error:before {
  content: "";
  border-bottom: 10px solid #d53a0a;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  bottom: auto;
  display: block;
  height: 0;
  left: 15px;
  position: absolute;
  right: auto;
  top: -20px;
  width: 0;
}
.share-search__error.share-search__error.share-search__error--modal {
  bottom: -33px;
}

.additional-options {
  padding: 15px 20px;
}
.additional-options input[type=checkbox] {
  height: auto;
  margin: 0 5px 0 0;
  width: auto;
}
.additional-options input[type=checkbox] + label {
  font-size: 14px;
  width: auto;
}
.additional-options--compact {
  padding: 5px 0 0 0;
}

.js-comment-option {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: 0.2s max-height ease;
  -moz-transition: 0.2s max-height ease;
  -o-transition: 0.2s max-height ease;
  transition: 0.2s max-height ease;
}

.js-comment-option--open {
  max-height: 1000px;
  padding: 0 20px 20px;
}

.evaluator-warning {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  position: absolute;
  top: 45%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 75%;
  z-index: 100;
}
.evaluator-warning .notification-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.evaluator-warning.ng-hide-add,
.evaluator-warning.ng-hide-remove {
  display: block !important;
  opacity: 1;
}

.evaluator-warning.ng-hide {
  opacity: 0;
}

.evaluator-warning__content {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.js-content-show {
  height: 135px;
}

.share-search-spacer {
  padding: 125px 20px 0 20px;
}

.evaluators-modal-body {
  position: unset;
}

.evaluators {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  display: block;
  height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0 20px 30px 20px;
  position: relative;
  overflow: auto;
  z-index: 1;
}
.evaluators--less-padding {
  padding-top: 120px;
}
.evaluators--modal {
  height: 220px;
  margin-bottom: 30px;
  padding-top: 55px;
  position: relative;
  top: 20px;
}
.evaluators--standalone {
  padding: 0;
  height: 301px;
}
.evaluators--standalone__footer {
  padding: 10px;
  text-align: right;
}
.evaluators-header {
  background: #737373;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 42px;
  margin: 0 -20px;
  padding: 0 20px;
  text-align: left;
}
.evaluators-header .tooltip-trigger {
  overflow: hidden;
  position: relative;
  cursor: help;
}
.evaluators-header .tooltip-trigger:hover {
  overflow: visible;
}
.evaluators-header .tooltip-trigger:hover .tooltip {
  opacity: 1;
  top: 39px;
  -webkit-transition: all 0.25s 0.2s ease-in-out;
  -moz-transition: all 0.25s 0.2s ease-in-out;
  -o-transition: all 0.25s 0.2s ease-in-out;
  transition: all 0.25s 0.2s ease-in-out;
}
.evaluators-header .entry-list .tooltip-trigger {
  cursor: pointer;
}
.evaluators-header .tooltip {
  top: -5000em;
  cursor: auto;
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  right: -37px;
  line-height: 1.2em;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 44px;
  width: 200px;
  z-index: 2;
}
.evaluators-header .tooltip:before {
  border: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.75);
  content: "";
  height: 0;
  right: 35px;
  position: absolute;
  top: -20px;
  width: 0;
}
.evaluators-header.accessor {
  padding: 0;
  margin: 0;
}
.evaluators-header .tooltip-trigger {
  cursor: help;
}
.evaluators-header__name {
  display: inline-block;
  padding-top: 10px;
  width: 360px;
}
.evaluators-header__name.accessor {
  width: inherit;
  padding: 10px;
  float: left;
}
.evaluators-header__limited {
  display: inline-block;
  padding-top: 10px;
  width: 126px;
}
.evaluators-header__limited.accessor {
  width: 180px;
  float: right;
}

.evaluators__evaluator {
  border-bottom: 1px dashed #767676;
  height: auto;
  line-height: 40px;
  margin: 0;
  opacity: 1;
  padding: 3px;
  position: relative;
}
.evaluators__evaluator:hover .evaluator__remove {
  color: #5c5f63;
}
.evaluators__evaluator:hover .tooltip-trigger {
  overflow: hidden;
  position: relative;
  cursor: help;
}
.evaluators__evaluator:hover .tooltip-trigger:hover {
  overflow: visible;
}
.evaluators__evaluator:hover .tooltip-trigger:hover .tooltip {
  opacity: 1;
  top: 29px;
  -webkit-transition: all 0.25s 0.5s ease-in-out;
  -moz-transition: all 0.25s 0.5s ease-in-out;
  -o-transition: all 0.25s 0.5s ease-in-out;
  transition: all 0.25s 0.5s ease-in-out;
}
.evaluators__evaluator:hover .entry-list .tooltip-trigger {
  cursor: pointer;
}
.evaluators__evaluator:hover .tooltip {
  top: -5000em;
  cursor: auto;
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  left: 0px;
  line-height: 1.2em;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 34px;
  width: 130px;
  z-index: 2;
}
.evaluators__evaluator:hover .tooltip:before {
  border: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.75);
  content: "";
  height: 0;
  left: 15px;
  position: absolute;
  top: -20px;
  width: 0;
}
.evaluators__evaluator.ng-enter, .evaluators__evaluator.ng-leave {
  -webkit-transition: opacity 0.5s ease, background 0.5s ease, height 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s ease, background 0.5s ease, height 0.5s 0.5s ease;
  -o-transition: opacity 0.5s ease, background 0.5s ease, height 0.5s 0.5s ease;
  transition: opacity 0.5s ease, background 0.5s ease, height 0.5s 0.5s ease;
}
.evaluators__evaluator.ng-enter, .evaluators__evaluator.ng-leave.ng-leave-active {
  opacity: 0;
}
.evaluators__evaluator.ng-leave, .evaluators__evaluator.ng-enter.ng-enter-active {
  opacity: 1;
}
.evaluators__evaluator.ng-leave-active {
  background: #fee7e0;
  height: 0;
}

.evaluator__remove:focus {
  color: #5c5f63;
  outline: auto;
}

.evaluators__none {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 20px;
  text-align: center;
}

.evaluator__name {
  color: #5c5f63;
  display: inline-block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.evaluator__limited-toggle {
  float: left;
  width: auto;
}
.evaluator__limited-toggle .switch-wrapper {
  margin: 0;
}
.evaluator__remove {
  color: #75787d;
  float: right;
  font-size: 12px;
  margin-top: 15px !important;
}
.evaluator__remove:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #5c5f63;
}

.edit-permission {
  display: inline-block;
  float: right;
  padding-right: 10px;
  width: 140px;
}

.shared-evaluation {
  padding-top: 80px;
}

.legend-list {
  padding-left: 19ex;
  position: relative;
  text-align: right;
}
.legend-list__title {
  color: #767676;
  display: inline-block;
  font-weight: 700;
  height: 35px;
  left: 0;
  line-height: 18px;
  padding-top: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 19ex;
}
@media only screen and (max-width: 1060px) {
  .legend-list__title {
    width: 100%;
    display: block;
    position: inherit;
  }
}
.legend-list__item {
  /*border-left: 2px solid #fff;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-bottom: 2px;
  margin-left: 5px;
  min-width: 200px;
  overflow: hidden;
  padding: 0 10px 0 0;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.legend-list__item:nth-of-type(6n + 1) {
  background: #f2f5de;
}
.legend-list__item:nth-of-type(6n + 1) .legend-list__number {
  border-color: #bdcd54;
}
.legend-list__item:nth-of-type(6n + 2) {
  background: #e5efd3;
}
.legend-list__item:nth-of-type(6n + 2) .legend-list__number {
  border-color: #96c050;
}
.legend-list__item:nth-of-type(6n + 3) {
  background: #cee8c6;
}
.legend-list__item:nth-of-type(6n + 3) .legend-list__number {
  border-color: #61b249;
}
.legend-list__item:nth-of-type(6n + 4) {
  background: #c9e6cb;
}
.legend-list__item:nth-of-type(6n + 4) .legend-list__number {
  border-color: #50ad56;
}
.legend-list__item:nth-of-type(6n + 5) {
  background: #c4e6d8;
}
.legend-list__item:nth-of-type(6n + 5) .legend-list__number {
  border-color: #4aad84;
}
.legend-list__item:nth-of-type(6n) {
  background: #c0e5e4;
}
.legend-list__item:nth-of-type(6n) .legend-list__number {
  border-color: #47aca8;
}
.legend-list__number {
  border-width: 8px;
  border-style: solid;
  border-color: #bdcd54;
  background-color: #fff;
  color: #5c5f63;
  display: inline-block;
  float: left;
  font-weight: 700;
  line-height: 20px;
  width: 35px;
}
@media only screen and (max-width: 1060px) {
  .legend-list {
    padding-left: 0;
    text-align: left;
  }
}

.grid-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
}
.grid-flex__item {
  display: inline-block;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  min-width: 175px;
  width: 14%;
  /* For old syntax, otherwise collapses. */
}

.grid-table {
  border-collapse: collapse;
  display: table;
  margin-bottom: 0;
  table-layout: fixed;
  width: 100%;
}

.grid-table__row {
  display: table;
  list-style: none;
  margin: 0;
  width: 100%;
}
.grid-table__row--fixed {
  table-layout: fixed;
}
.grid-table__row--header {
  background: #737373;
  display: table;
  height: 10px;
}
.grid-table__row--body.active, .grid-table__row--body:hover, .grid-table__row--body:focus {
  background-color: #effaff;
}
.grid-table__row--item {
  background: #fff;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #4D4F51;
  -webkit-user-drag: none;
}
.grid-table__row--item:hover, .grid-table__row--item:focus {
  border-bottom: 1px solid #06c;
}
.grid-table__row--item.open-row:hover, .grid-table__row--item.open-row:focus {
  border-bottom: 1px solid #ddd;
}
.grid-table__row--alternate {
  border: none;
}
@media only screen and (max-width: 615px) {
  .grid-table__row--alternate {
    border-top: 1px solid #767676;
  }
}
.grid-table__row--alternate:nth-child(2n+1) {
  background: #ededed;
}
@media only screen and (max-width: 615px) {
  .grid-table__row--alternate:nth-child(2n+1) {
    background: inherit;
  }
}
.grid-table__row--sub-row {
  background-color: #e6f7fe;
  display: table;
}
.grid-table__row--sub-row-container {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.grid-table__row--sub-row-selected {
  max-height: 5000px;
  height: auto;
}

.grid-table__cell {
  display: table-cell;
  padding: 20px;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 15%;
}
.grid-table__cell--header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  /*padding: 10px 0 10px 20px;*/
  padding: 10px 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.grid-table__cell--header:hover {
  background: #666666;
}
.grid-table__cell--header--no-action {
  cursor: default;
}
.grid-table__cell--header--no-action:hover {
  background: #737373;
}
.grid-table__cell--header label {
  display: block;
  /*padding: 5px;*/
  /*text-indent: -15px;*/
  margin: 0;
}
.grid-table__cell--header input {
  /*width: 13px;
      height: 13px;
      padding: 0;*/
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -2px;
}
.grid-table__cell--compact {
  font-size: 14px;
  padding: 10px 5px;
}
.grid-table__cell--no-content {
  font-size: 18px;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}
.grid-table__cell--50 {
  width: 50%;
}
.grid-table__cell--20 {
  width: 20%;
}
.grid-table__cell--15 {
  width: 15%;
}
.grid-table__cell--10 {
  width: 10%;
}
.grid-table__cell--padding-right {
  padding-left: 0;
  padding-right: 20px;
}
.grid-table__cell--checkbox {
  width: 1em;
}
.grid-table__cell--sub-row {
  border-top: 1px solid #ddd;
  padding: 7px 20px;
}

.simple-table {
  width: 100%;
}
.simple-table__header {
  border-bottom: 2px solid #d8d8d8;
}
.simple-table__header-cell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  line-height: 1.5;
  padding: 12px;
  text-align: left;
  vertical-align: middle;
}
.simple-table__row:hover {
  background: #e6f7fe;
}
.simple-table__cell {
  background: transparent;
  border: none;
  border-top: 1px solid #d8d8d8;
  line-height: 1.5;
  padding: 12px;
  text-align: left;
  vertical-align: middle;
}
.simple-table__cell--link {
  color: #155eab;
  cursor: pointer;
  text-decoration: underline;
}
.simple-table__cell--link-inactive {
  color: inherit;
  text-decoration: none;
}

.data-table {
  margin-top: 20px;
  width: 100%;
}
.data-table__titles {
  background: #ececec;
  font-size: 18px;
  font-weight: bold;
}
.data-table__title-item {
  border-right: 1px solid #ececec;
  height: auto;
  padding: 7px;
}
.data-table__content {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
.data-table__content-item {
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  font-size: 16px;
  padding: 7px;
}
.data-table__content-item--featured {
  border-bottom: 1px solid #4d4f51;
  font-weight: bold;
}

.growl-alert {
  height: 75px;
  left: 0;
  position: fixed;
  right: 0;
  opacity: 0;
  transition: 0.5s all ease;
  top: 0;
  visibility: hidden;
  z-index: 1000;
}
.growl-alert.growl-show {
  opacity: 1;
  visibility: visible;
}
.growl-alert.with-topBar {
  top: 50px;
}
.growl-alert--success {
  background-color: rgba(104, 165, 27, 0.8);
}
.growl-alert--info {
  background-color: rgba(33, 153, 201, 0.8);
}
.growl-alert--error {
  background-color: rgba(213, 58, 10, 0.8);
}
.growl-alert__message {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 75px;
  text-align: center;
  width: 100%;
}
.growl-alert [class*=icon-] {
  float: none;
}

.loader-backdrop {
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
  left: 0;
  min-height: 200px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1100;
}
.loader-backdrop.ng-hide-add.ng-hide-add-active, .loader-backdrop.ng-hide-remove.ng-hide-remove-active {
  -webkit-transition: all linear 0ms;
  -moz-transition: all linear 0ms;
  -o-transition: all linear 0ms;
  transition: all linear 0ms;
}
.loader-backdrop.ng-hide {
  opacity: 0;
}

.loader {
  font-size: 10px;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}

.loader > div {
  background-color: #1ba8e1;
  height: 100%;
  width: 4px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 1px;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.loader .rect2 {
  background-color: #82c342;
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.loader .rect3 {
  background-color: #FDBD3A;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.loader .rect4 {
  background-color: #f16423;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.loader .rect5 {
  background-color: #7f59a5;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.pagination > .active a, .pagination > .active a:hover, .pagination > .active a:focus {
  background: #06c;
  cursor: default;
}
.pagination > .disabled > a {
  background: #eee;
  border-color: #eee;
  color: #5c5f63;
}
.pagination > .disabled > a:hover {
  background: #eee;
  border-color: #eee;
}
.pagination--small {
  margin: 0;
}
.pagination--gray > li > a {
  background: #eee;
  border: 1px solid #eee;
}
.pagination-container--gray-full {
  background: #eee;
  line-height: 14px;
  padding: 7px;
  position: relative;
  text-align: right;
  width: 100%;
  z-index: 5000;
}
.pagination-container--gray-full label {
  font-weight: normal;
}

.start-now {
  margin: 40px auto;
  max-width: 675px;
}
.start-now--features {
  margin: 0 auto;
  margin-bottom: 55px;
  padding-top: 20px;
  position: relative;
  text-align: left;
  max-width: 675px;
}
.start-now--feature {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: default;
  display: block;
  font-size: 25px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  list-style: none;
  margin-bottom: 15px;
  padding-left: 69px;
  position: relative;
}
.start-now--feature--icon {
  background-color: #6c3;
  color: #fff;
  font-size: 30px;
  height: auto;
  left: 0;
  padding: 25px 20px;
  position: absolute;
  top: 0;
  width: auto;
}
.start-now--feature--details {
  color: #6c3;
  display: inline-block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-top: 25px;
}

.closing-comment {
  margin: 0 auto;
  max-width: 675px;
}

.closing-comment-signature {
  margin-top: 20px;
  text-align: right;
}

.closing-comment--button {
  margin-top: 20px;
}

.section-header {
  padding: 14px 18px;
}
.section-header__title {
  display: inline-block;
  float: none;
  margin: 0;
}
.section-header__button {
  display: inline-block;
}
.section-header__float {
  float: right;
}

@media screen and (max-width: 1150px) {
  .tall-section .section-header__button {
    float: none;
    margin-top: 5px;
  }
}
@media screen and (max-width: 990px) {
  .tall-section .section-header__button {
    float: right;
    margin-top: 0;
  }
}
.closing-comment-new-user {
  padding-left: 45%;
  margin-bottom: 50px;
}

.bordered-header {
  border-bottom: 1px solid #ddd;
}

.short-section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 600px;
  min-height: 295px;
  padding: 0;
  position: relative;
}
.short-section .content-message {
  padding: 50px 15px;
  margin: 0 auto;
  text-align: center;
}

.short-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 395px;
  min-height: 236px;
  overflow-y: auto;
  padding-bottom: 5px;
}

.tall-section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  max-height: 1015px;
  min-height: 619px;
  padding: 0;
  position: relative;
}
.tall-section .content-message {
  padding: 125px 15px;
  margin: 0 auto;
  text-align: center;
  max-width: 225px;
}

.tall-list {
  clear: both;
  max-height: 900px;
  min-height: 519px;
  overflow-y: auto;
  padding-bottom: 5px;
}

.panel-list {
  margin: 0;
  padding-left: 0;
}
.panel-list__item {
  border-bottom: 1px solid #ddd;
  line-height: 66px;
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.panel-list__item .tooltip-trigger {
  overflow: hidden;
  position: relative;
  cursor: help;
}
.panel-list__item .tooltip-trigger:hover {
  overflow: visible;
}
.panel-list__item .tooltip-trigger:hover .tooltip {
  opacity: 1;
  top: 17px;
  -webkit-transition: all 0.25s 1.2s ease-in-out;
  -moz-transition: all 0.25s 1.2s ease-in-out;
  -o-transition: all 0.25s 1.2s ease-in-out;
  transition: all 0.25s 1.2s ease-in-out;
}
.panel-list__item .entry-list .tooltip-trigger {
  cursor: pointer;
}
.panel-list__item .tooltip {
  top: -5000em;
  cursor: auto;
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  left: 32px;
  line-height: 1.2em;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 22px;
  width: auto;
  z-index: 2;
}
.panel-list__item .tooltip:before {
  border: 10px solid transparent;
  border-right-color: rgba(0, 0, 0, 0.75);
  content: "";
  height: 0;
  left: -20px;
  position: absolute;
  top: 7px;
  width: 0;
}
@media only screen and (max-width: 768px) {
  .panel-list .rubric-item {
    line-height: 20px;
    padding: 10px;
    overflow: auto;
  }
  .panel-list .rubric-item a {
    text-decoration: none;
  }
  .panel-list .rubric-item a :not(.item-title) {
    color: #4D4F51;
  }
}
.panel-list__action {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  height: 66px;
  line-height: 66px;
  text-decoration: none;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  width: 100%;
}
.panel-list__action:hover, .panel-list__action:focus {
  background: #e6f7fe;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.panel-list__action--twoline {
  line-height: 56px;
}
.panel-list__title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 18px;
}
.panel-list__icons {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 12px;
  color: #4D4F51;
  height: 45px;
  line-height: 66px;
  vertical-align: top;
}
.panel-list__main-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  font-size: 16px;
  max-width: 0;
  padding-left: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 50%;
}
.panel-list__main-title--90-width {
  width: 90%;
}
.panel-list__main-title--twoline {
  line-height: 20px;
}
.panel-list__main-title__second-row {
  color: #666;
  display: block;
  font-size: 12px;
  font-style: italic;
  height: 15px;
  line-height: 16px;
}
.panel-list__sub-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #4D4F51;
  display: table-cell;
  font-weight: 300;
  max-width: 0;
  padding-left: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 20%;
}
.panel-list__sub-title--removed {
  color: #9f2702;
}
.panel-list__courseId {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  padding-left: 20px;
  text-align: left;
  vertical-align: text-bottom;
  width: 20%;
}
.panel-list__lms-sync {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  padding-left: 20px;
  text-align: left;
  vertical-align: text-bottom;
  width: 20%;
}
.panel-list__tile {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #4D4F51;
  display: table-cell;
  height: 66px;
  padding-left: 20px;
  text-align: left;
  vertical-align: text-bottom;
  width: 10%;
}
.panel-list__tile-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  vertical-align: text-bottom;
}
.panel-list__tile-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 12px;
  line-height: 12px;
}
.panel-list__tile-item--main {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
}

.button-dropdown {
  float: right;
}
.button-dropdown--new {
  float: none;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

ul.button-dropdown__select {
  display: block;
  margin-top: 35px;
}
ul.button-dropdown__select--new {
  margin-top: 1px;
}

.button-dropdown__button {
  background: transparent;
  border: none;
  color: #52595e;
  float: none;
  display: block;
  margin: 0;
  padding: 6px 15px;
  text-align: left;
  -webkit-appearance: none;
  width: 100%;
}
.button-dropdown__button:hover {
  background: #f8f8f8;
  color: #52595e;
}

.template-details {
  clear: left;
  margin-top: 0;
  margin-bottom: 10px;
}

.template-title {
  clear: left;
  font-weight: normal;
  margin-top: 0;
}

.footnote {
  color: #888888;
  font-style: italic;
}

.rubric-preview__header {
  height: auto !important;
  background: transparent !important;
  border-bottom: 1px dotted #a3a3a3 !important;
  font-weight: normal;
}
.rubric-preview__header:not(:last-child) {
  border-right: 1px dotted #a3a3a3 !important;
}
.rubric-preview__header--overview {
  background: transparent;
  border: none !important;
  text-align: center;
}
.rubric-preview__header--label {
  color: #767676;
  font-weight: normal;
}
.rubric-preview__cell {
  text-align: left;
  background-color: #e0e0e0;
  border-right: 1px dotted #a3a3a3;
  width: 15%;
}
.rubric-preview__cell--first {
  background-color: transparent;
  width: 40%;
}
.rubric-preview__cell--label {
  text-align: left;
}
.rubric-preview--none-selected {
  padding-top: 100px;
  padding-bottom: 120px;
}

.selection-accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}
.selection-accordion__subcategory {
  border-top: 1px solid #fff;
  margin: 0;
}
.selection-accordion__template-list {
  border-left: 7px solid #767676;
  list-style: none;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transition: max-height 0.2s ease;
  -moz-transition: max-height 0.2s ease;
  -o-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}
.selection-accordion__template-list.selected {
  max-height: 5000px;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.selection-accordion__template {
  margin: 0;
}
.selection-accordion__action {
  background: #eee;
  border: none;
  padding: 8px 30px 8px 15px;
  position: relative;
  text-align: left;
  width: 100%;
}
.selection-accordion__action--category {
  color: #06c;
}
.selection-accordion__action--category:hover {
  background: #767676;
  color: #fff;
}
.selection-accordion__action--category:hover .selection-accordion__icon {
  color: #fff;
  opacity: 1;
}
.selection-accordion__action--category.selected {
  background: #767676;
  color: #fff;
}
.selection-accordion__action--category.selected .selection-accordion__icon {
  opacity: 0;
}
.selection-accordion__action--category.not-selected {
  background: #E6E8E9;
}
.selection-accordion__action--category.not-selected:hover {
  background: #767676;
  color: #fff;
}
.selection-accordion__action--category.not-selected:hover .selection-accordion__icon {
  color: #fff;
}
.selection-accordion__action--template {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #06c;
}
.selection-accordion__action--template:hover, .selection-accordion__action--template.selected {
  background: #06c;
  color: #fff;
}
.selection-accordion__action--template:hover .selection-accordion__icon, .selection-accordion__action--template.selected .selection-accordion__icon {
  opacity: 1;
}
.selection-accordion__action--template .selection-accordion__icon {
  opacity: 0;
}
.selection-accordion__icon {
  position: absolute;
  right: 13px;
  top: 13px;
  opacity: 0.5;
}
.selection-accordion__icon--small {
  font-size: 12px;
}
.selection-accordion__icon--rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rubric-value {
  font-size: 28px;
  height: 121px;
  padding: 28px 17px 0 0;
  position: relative;
}
.rubric-value__label {
  color: #767676;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
}
.rubric-value__breakdown {
  color: #777;
  font-weight: normal;
  line-height: 21px;
  text-align: center;
  width: 100%;
}
.rubric-value__breakdown--low {
  color: #06c;
  font-weight: 700;
}
.rubric-value__breakdown--success {
  color: #380;
  font-weight: 700;
}
.rubric-value__breakdown--over {
  color: #d53a0a;
  font-weight: 700;
}

.warning-msg {
  -webkit-animation: showWarn 0.2s forwards ease;
  -moz-animation: showWarn 0.2s forwards ease;
  -ms-animation: showWarn 0.2s forwards ease;
  -o-animation: showWarn 0.2s forwards ease;
  animation: showWarn 0.2s forwards ease;
  background: rgba(237, 59, 4, 0.9);
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  -ms-border-radius: 3px 0 0 0;
  -o-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
  bottom: 0;
  color: #fff;
  cursor: default;
  font-size: 12px;
  line-height: 30px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.warning-msg__content {
  font-size: 11px;
  line-height: 14px;
  padding: 0 7%;
  text-align: left;
  -webkit-text-shadow: none;
  text-shadow: none;
  width: 90%;
}
.warning-msg__strong:before {
  content: "+ ";
  font-size: 14px;
  font-weight: normal;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.warning-msg__settings {
  border: none;
  color: #fff;
  float: none;
  margin: 0;
  padding: 0;
  position: static;
}
.warning-msg:hover {
  -webkit-animation: showWarnDetails 0.1s 0.3s forwards ease;
  -moz-animation: showWarnDetails 0.1s 0.3s forwards ease;
  -ms-animation: showWarnDetails 0.1s 0.3s forwards ease;
  -o-animation: showWarnDetails 0.1s 0.3s forwards ease;
  animation: showWarnDetails 0.1s 0.3s forwards ease;
  height: 30px;
}
.warning-msg:hover .warning-msg__strong:before {
  content: "- ";
}
.warning-msg:hover .warning-msg__content {
  -webkit-animation: showWarnDetailsInner 0.7s ease;
  -moz-animation: showWarnDetailsInner 0.7s ease;
  -ms-animation: showWarnDetailsInner 0.7s ease;
  -o-animation: showWarnDetailsInner 0.7s ease;
  animation: showWarnDetailsInner 0.7s ease;
  opacity: 1;
}

@-webkit-keyframes showWarn {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 30px;
    opacity: 1;
  }
}
@-moz-keyframes showWarn {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 30px;
    opacity: 1;
  }
}
@-o-keyframes showWarn {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 30px;
    opacity: 1;
  }
}
@keyframes showWarn {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes showWarnDetails {
  from {
    height: 30px;
  }
  to {
    height: 110px;
  }
}
@-moz-keyframes showWarnDetails {
  from {
    height: 30px;
  }
  to {
    height: 110px;
  }
}
@-o-keyframes showWarnDetails {
  from {
    height: 30px;
  }
  to {
    height: 110px;
  }
}
@keyframes showWarnDetails {
  from {
    height: 30px;
  }
  to {
    height: 110px;
  }
}
@-webkit-keyframes showWarnDetailsInner {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes showWarnDetailsInner {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes showWarnDetailsInner {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showWarnDetailsInner {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.table-border-separate {
  border-collapse: separate;
}

.rubric-cell {
  background: #fff;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0;
  text-align: center;
}
.rubric-cell:last-child {
  border-right: none;
}

.text-wrapper {
  display: block;
  position: relative;
}

.rubric-table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  margin: 0 auto;
  position: static;
  overflow: auto;
  overflow-y: hidden;
  width: 100%;
}
.rubric-table__achievement-row {
  height: 181px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: bottom;
}
.rubric-table__achievement-row--blank {
  border: none;
}
.rubric-table__achievement-row--short {
  height: 121px;
}
.rubric-table__achievement-row--add .tooltip-trigger {
  overflow: hidden;
  position: relative;
  cursor: help;
}
.rubric-table__achievement-row--add .tooltip-trigger:hover {
  overflow: visible;
}
.rubric-table__achievement-row--add .tooltip-trigger:hover .tooltip {
  opacity: 1;
  top: -2px;
  -webkit-transition: all 0.25s 1.2s ease-in-out;
  -moz-transition: all 0.25s 1.2s ease-in-out;
  -o-transition: all 0.25s 1.2s ease-in-out;
  transition: all 0.25s 1.2s ease-in-out;
}
.rubric-table__achievement-row--add .entry-list .tooltip-trigger {
  cursor: pointer;
}
.rubric-table__achievement-row--add .tooltip {
  top: -5000em;
  cursor: auto;
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  left: 40px;
  line-height: 1.2em;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 3px;
  width: auto;
  z-index: 2;
}
.rubric-table__achievement-row--add .tooltip:before {
  border: 10px solid transparent;
  border-right-color: rgba(0, 0, 0, 0.75);
  content: "";
  height: 0;
  left: -20px;
  position: absolute;
  top: 7px;
  width: 0;
}
.rubric-table__achievement-text {
  border-right: 1px solid #ddd;
  position: absolute;
  width: 100%;
}
.rubric-table__achievement-text--title {
  top: 0;
}
.rubric-table__achievement-text--description {
  top: 50px;
}
.rubric-table__textarea {
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  height: 100px;
  padding: 14px 9px;
  resize: none;
  width: 100%;
}
.rubric-table__textarea.full-height {
  height: 116px;
}
.rubric-table__textarea:focus {
  background-color: #fafcff;
  border: none;
  -webkit-box-shadow: 0 0 4px #06c inset;
  -moz-box-shadow: 0 0 4px #06c inset;
  box-shadow: 0 0 4px #06c inset;
}
.rubric-table__utility-row {
  background-color: #f7f7f7;
  border-bottom: none;
  border-right: none;
  padding: 0;
  text-align: left;
}
.rubric-table__utility-row--spacer {
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 32px;
  margin: 0;
  padding: 0;
}
.rubric-table__utility-row--add .tooltip-trigger {
  overflow: hidden;
  position: relative;
  cursor: help;
}
.rubric-table__utility-row--add .tooltip-trigger:hover {
  overflow: visible;
}
.rubric-table__utility-row--add .tooltip-trigger:hover .tooltip {
  opacity: 1;
  top: 39px;
  -webkit-transition: all 0.25s 1.2s ease-in-out;
  -moz-transition: all 0.25s 1.2s ease-in-out;
  -o-transition: all 0.25s 1.2s ease-in-out;
  transition: all 0.25s 1.2s ease-in-out;
}
.rubric-table__utility-row--add .entry-list .tooltip-trigger {
  cursor: pointer;
}
.rubric-table__utility-row--add .tooltip {
  top: -5000em;
  cursor: auto;
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  left: 5px;
  line-height: 1.2em;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 44px;
  width: auto;
  z-index: 2;
}
.rubric-table__utility-row--add .tooltip:before {
  border: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.75);
  content: "";
  height: 0;
  left: 9px;
  position: absolute;
  top: -20px;
  width: 0;
}
.rubric-table__utility-row--last .rubric-table__utility-row--spacer {
  border-right: 1px solid #aaa;
}
.rubric-table__utility-row .tooltip-trigger .tooltip {
  line-height: 0.9em;
}

.dimension-title {
  border-right: none;
  min-width: 314px;
  vertical-align: top;
  width: 21%;
}

.dimension-left-spacer {
  background-color: transparent;
  border: none;
  border-right: 1px solid #ddd;
  min-width: 10px;
  width: 20px;
}

.achievement-column {
  display: table-cell;
  min-width: 200px;
  width: auto;
}

.achievement-weight {
  background-color: transparent;
  border-collapse: collapse;
  position: relative;
  top: 13px;
  width: 100%;
}
.achievement-weight__row-item {
  background: transparent;
  border: none;
  min-width: 200px;
  vertical-align: bottom;
}
.achievement-weight__left-space {
  min-width: 10px;
  width: 10px;
}
.achievement-weight__dimension-title {
  min-width: 314px;
  width: 21%;
}
.achievement-weight__dimension-menu {
  min-width: 33px;
  width: 33px;
}
.achievement-weight__na-option {
  min-width: 87px;
  width: 87px;
}
.achievement-weight__na-option-container {
  display: block;
  width: 53px;
}

.na-cell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 82px;
  vertical-align: middle;
  width: 82px;
}
.na-cell--header {
  padding-top: 12px !important;
}
.na-cell--body {
  background-color: #f7f7f7 !important;
  padding: 0 27px;
}
.na-cell__container {
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  display: table;
  font-size: 16px;
  height: 161px;
  width: 100%;
}
.na-cell__content {
  display: table-cell;
  vertical-align: middle;
}

.description-value {
  background: rgba(0, 0, 0, 0.02);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #5c5f63;
  display: block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 0 3px 0;
  text-align: right;
  -webkit-transition: opacity linear 0.2s, color linear 0.2s;
  -moz-transition: opacity linear 0.2s, color linear 0.2s;
  -o-transition: opacity linear 0.2s, color linear 0.2s;
  transition: opacity linear 0.2s, color linear 0.2s;
}
.description-value--complete {
  background: transparent;
  bottom: 5px;
  padding: 2px 10px 0 0;
  position: absolute;
  right: 0;
}
.description-value--selected {
  color: #380 !important;
}
.description-value .unit {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 100;
}

.dimension-row:hover .description-value {
  color: #BE8900;
}

.add-button {
  padding-bottom: 0;
  padding-top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.add-button:hover {
  color: #fff;
}
.add-button--achievement {
  background: #f7f7f7;
  border: 1px solid #aaa;
  border-bottom: none;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -ms-border-radius: 3px 3px 0px 0px;
  -o-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: none;
  height: 181px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
}
.add-button--achievement:hover, .add-button--achievement:focus {
  background: #aaa;
  background: -moz-linear-gradient(top, #158CBB 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #158CBB), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #158CBB 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #158CBB 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #158CBB 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #158CBB 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#aaaaaa", endColorstr="#f7f7f7",GradientType=0 );
}
.add-button--short {
  height: 121px;
}
.add-button--dimension {
  background: #f7f7f7;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -ms-border-radius: 3px 0px 0px 3px;
  -o-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  border: 1px solid #aaa;
  border-right: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 32px;
  margin: 0;
  padding-left: 5px;
  text-align: left;
  width: 100%;
}
.add-button--dimension:hover, .add-button--dimension:focus {
  background: #aaa;
  background: -moz-linear-gradient(left, #158CBB 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #158CBB), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(left, #158CBB 0%, #f7f7f7 100%);
  background: -o-linear-gradient(left, #158CBB 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(left, #158CBB 0%, #f7f7f7 100%);
  background: linear-gradient(to right, #158CBB 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#158CBB", endColorstr="#f7f7f7",GradientType=1 );
}
.add-button__icon {
  border: none;
  height: 24px;
  line-height: 24px;
  padding-left: 7px;
  width: auto;
}
.add-button__icon--achievement {
  display: inline-block;
  float: none;
  padding-left: 0;
}

.options--achievement-menu {
  position: relative;
  text-align: center;
  width: 100%;
}
.options--dimension-menu {
  background-color: #f7f7f7;
  border: none;
  min-width: 30px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 30px;
}
.last-row .options--dimension-menu {
  border-bottom: 1px solid #aaa;
}

.options-btn {
  height: 31px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.options-btn:hover {
  background: #049;
  cursor: pointer;
}
.options-btn:hover .options-btn__icon {
  fill: #fff;
}
.options-btn__icon {
  fill: #767676;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 1px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 31px;
}
.options-btn__hide {
  color: #fff;
  display: block;
  height: 30px;
  line-height: 30px;
}
.options-btn--active {
  background: #06c;
}
.options-btn--active .options-btn__icon {
  fill: #fff;
}
.options-btn--dimensions {
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
  height: 100%;
}
.options-btn--dimensions .options-btn__icon {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-90deg) translate(50%, 0);
  -moz-transform: rotate(-90deg) translate(50%, 0);
  -ms-transform: rotate(-90deg) translate(50%, 0);
  -o-transform: rotate(-90deg) translate(50%, 0);
  transform: rotate(-90deg) translate(50%, 0);
}
.options-btn--dimensions .options-btn__hide {
  display: block;
  left: -4px;
  top: 50%;
  -webkit-transform: rotate(-90deg) translate(50%, -2px);
  -moz-transform: rotate(-90deg) translate(50%, -2px);
  -ms-transform: rotate(-90deg) translate(50%, -2px);
  -o-transform: rotate(-90deg) translate(50%, -2px);
  transform: rotate(-90deg) translate(50%, -2px);
  position: absolute;
  font-weight: bold;
}

.options-drawer {
  background: #F7F7F7;
  border: 1px solid #aaa;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  border-top: none;
  height: 31px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 90%;
  z-index: 1;
}
.options-drawer--dimension {
  border-left: none;
  border-right: 1px solid #aaa;
  border-top: 1px solid #aaa;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  height: 150px !important;
  left: 0;
  opacity: 0;
  top: 8px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 30px;
}

.show-options {
  top: 32px;
  opacity: 1;
}
.show-options--dimension {
  left: 29px;
  opacity: 1;
}

.remove-section {
  color: #06c;
  position: relative;
  margin: 0;
  z-index: 199;
}
.remove-section--dimension {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.remove-section--achievement {
  left: auto;
  top: 40%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.remove-section:hover, .remove-section:focus {
  color: #049;
}

.arrow-ordering {
  color: #06c;
  left: 50%;
  margin: 0;
  position: absolute;
  z-index: 1;
}
.arrow-ordering--right {
  left: auto;
  right: 25%;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.arrow-ordering--left {
  left: 25%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.arrow-ordering--up {
  top: 25%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.arrow-ordering--down {
  bottom: 25%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.arrow-ordering:hover, .arrow-ordering:focus {
  color: #049;
}

.counter {
  background: #fafcff;
  color: #9f2702;
  font-size: 10px;
  font-weight: bold;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 53px;
  z-index: 2000;
}

.title-block {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  height: 50px;
  left: 0;
  min-width: 100%;
  position: absolute;
  resize: none;
  text-align: left;
  top: 21px;
  width: 100%;
}
.title-block:focus {
  border-top: 1px solid #ddd;
}
.title-block__title {
  font-weight: bold;
  height: 50px;
  position: absolute;
  top: 21px;
  left: 0;
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
  white-space: nowrap;
}
.title-block__title--dimension {
  top: 0;
}
.title-block__title:focus + .counter {
  right: 9px;
  opacity: 1;
  top: 51px;
}
.title-block__description {
  border-top: none;
  font-size: 12px;
  font-weight: 300;
  overflow: hidden;
  border-bottom: none;
  top: 21px;
}
.title-block__description--dimension {
  padding-top: 7px;
  top: 50px;
}
.title-block__description--dimension:focus {
  padding-top: 14px;
}
.title-block__description:focus {
  border: 1px solid #ccc;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1), 0 0 4px #2199c9 inset;
  -moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1), 0 0 4px #2199c9 inset;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1), 0 0 4px #2199c9 inset;
  height: 150px;
  left: -1px;
  overflow: visible;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2000;
}
.title-block__description:focus + .counter {
  right: 24px;
  opacity: 1;
  top: 153px;
}

.empty-title__icon--achievement {
  color: #BE8900;
  position: absolute;
  right: 15px;
  top: 39px;
  visibility: hidden;
  z-index: 10;
}
.empty-title__icon--achievement.warning {
  visibility: visible;
}
.empty-title__icon--dimension {
  color: #BE8900;
  position: absolute;
  right: 15px;
  top: 15px;
  visibility: hidden;
  z-index: 10;
}
.empty-title__icon--dimension.warning {
  visibility: visible;
}
.empty-title__input.ng-touched, .empty-title__input.validation-run {
  -webkit-box-shadow: 0 0 4px #BE8900 inset;
  -moz-box-shadow: 0 0 4px #BE8900 inset;
  box-shadow: 0 0 4px #BE8900 inset;
}

.ng-touched + .empty-title__icon--achievement,
.validation-run + .empty-title__icon--achievement,
.ng-touched + .empty-title__icon--dimension,
.validation-run + .empty-title__icon--dimension {
  visibility: visible;
  height: 20px;
}

.dimension-description-cell {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dimension-description-cell__textarea {
  position: relative;
  width: 98%;
}
.dimension-description-cell__textarea--scoring {
  height: 140px;
}
.dimension-description-cell__textarea--non-scoring {
  height: 166px;
}
.dimension-description-cell__textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  outline: none;
}
.dimension-description-cell:last-child {
  border-right: 1px solid #bbb;
}
.dimension-description-cell--focus {
  background-color: #fafcff;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1), 0 0 4px #2199c9 inset;
  -moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1), 0 0 4px #2199c9 inset;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1), 0 0 4px #2199c9 inset;
}

/*! jQuery UI - v1.10.3 - 2013-07-22
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.slider.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  /*background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;*/
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

.slider {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border-width: 1px;
  clear: left;
  float: left;
  height: 3px;
  margin: 20px 0 3px 0.6em;
  width: 60%;
}
.slider--achievement {
  margin-left: 0;
  margin-right: 0;
  width: 55%;
}
.slider .ui-slider-handle {
  border: none;
  border-radius: 0;
  cursor: pointer;
  height: 20px;
  outline: none;
  top: -8px;
}
.slider .ui-state-default {
  background: url("../images/icn_slider.png") no-repeat left top;
}
.slider .ui-state-active {
  background: url("../images/icn_slider_active.png") no-repeat left top;
}
.slider .ui-widget-header {
  background: #107cb5;
}

.weight-wrapper {
  height: 166px;
  position: relative;
}
.weight-wrapper--achievement {
  height: 60px;
}
.weight-wrapper__numeric {
  position: relative;
  float: right;
  top: 5px;
}
.weight-wrapper__marker {
  color: #5c5f63;
  float: left;
  font-size: 16px;
  font-weight: 500;
  margin-top: 2px;
}

.score-select {
  background: #f7f7f7;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px;
  overflow: visible;
  padding: 10px 10px;
  position: absolute;
  -webkit-transition: background-color linear 0.3s;
  -moz-transition: background-color linear 0.3s;
  -o-transition: background-color linear 0.3s;
  transition: background-color linear 0.3s;
  width: 100%;
}
.score-select:hover {
  background-color: #e9f2fc;
}
.score-select:hover .slider-value {
  background-color: #fff;
  border: 1px solid #bbb;
}
.score-select__title {
  color: #5c5f63;
  display: block;
  font-size: 11px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase;
}
.score-select__value {
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #06c;
  float: left;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  -webkit-transition: border linear 0.3s, background-color linear 0.3s;
  -moz-transition: border linear 0.3s, background-color linear 0.3s;
  -o-transition: border linear 0.3s, background-color linear 0.3s;
  transition: border linear 0.3s, background-color linear 0.3s;
  width: 40px;
}

.score-overview__heading {
  padding-top: 10px;
}
.score-overview__title {
  margin: 0;
  font-size: 25px;
}
.score-overview__body {
  padding: 0 10px;
}

.graph-details__line {
  position: absolute;
  left: 0;
  top: 133px;
  width: 100%;
  border-top: 1px dashed #ccc;
  z-index: 1;
}
.graph-details__scores-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 275px;
  padding: 0 104px 0 102px;
  position: relative;
  width: 100%;
}
.graph-details__average-score {
  background-color: #0A4084;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  left: 0;
  margin-left: -89px;
  padding-bottom: 0;
  position: absolute;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  top: 11px;
  width: 185px;
  z-index: 10;
}
.graph-details__average-score:after {
  border: 92px solid transparent;
  border-top: 23px solid #0A4084;
  bottom: -115px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
}
.graph-details__average-score .tooltip-trigger {
  overflow: hidden;
  position: relative;
  cursor: help;
}
.graph-details__average-score .tooltip-trigger:hover {
  overflow: visible;
}
.graph-details__average-score .tooltip-trigger:hover .tooltip {
  opacity: 1;
  top: 34px;
  -webkit-transition: all 0.25s 0.5s ease-in-out;
  -moz-transition: all 0.25s 0.5s ease-in-out;
  -o-transition: all 0.25s 0.5s ease-in-out;
  transition: all 0.25s 0.5s ease-in-out;
}
.graph-details__average-score .entry-list .tooltip-trigger {
  cursor: pointer;
}
.graph-details__average-score .tooltip {
  top: -5000em;
  cursor: auto;
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  left: -99px;
  line-height: 1.2em;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 39px;
  width: 140px;
  z-index: 2;
}
.graph-details__average-score .tooltip:before {
  border: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.75);
  content: "";
  height: 0;
  right: 15px;
  position: absolute;
  top: -20px;
  width: 0;
}
.graph-details__average-score .tooltip-trigger:hover .tooltip {
  display: block;
}
.graph-details__average-score__warning {
  left: 10px;
  position: absolute;
  top: 0;
  width: 1.2em;
}
.graph-details__average-score__title {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.1em;
  margin: 0 15%;
  padding: 10px 0 5px;
  text-align: center;
  width: 70%;
}
.graph-details__average-score--percentage {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 51px;
  line-height: 61px;
  text-align: center;
  width: 100%;
}
.graph-details__average-score--breakdown {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 16px;
  opacity: 0.75;
  text-align: center;
  width: 100%;
}
.graph-details__score-markers {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.graph-details__score-markers .tooltip {
  display: none;
}
.graph-details__small-marker {
  background: #fff;
  border-width: 6px;
  padding: 0 7px;
  position: absolute;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-left: -3px;
  text-align: left;
  top: 163px;
  width: 115px;
  z-index: 7;
}
.graph-details__small-marker--high {
  border-color: #380;
  border-left-style: solid;
}
.graph-details__small-marker--low {
  border-color: #d53a0a;
  border-right-style: solid;
  margin-left: -112px;
  text-align: right;
}
.graph-details__small-marker__title {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #5c5f63;
  margin: 3px 0 0;
  padding: 0;
}
.graph-details__small-marker__title:before {
  border: 3px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: -10px;
}
.graph-details__small-marker__title--high:before {
  border-bottom: 7px solid #380;
  left: -6px;
}
.graph-details__small-marker__title--low:before {
  border-bottom: 7px solid #d53a0a;
  right: -6px;
}
.graph-details__small-marker__percentage {
  display: block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 300;
}
.graph-details__small-marker__percentage--high {
  color: #380;
}
.graph-details__small-marker__percentage--low {
  color: #d53a0a;
}
.graph-details__small-marker__breakdown {
  color: #5c5f63;
  display: block;
  font-weight: 300;
  float: none;
}

.data-score {
  color: #767676;
}

.score-max, .score-min {
  background: #fff;
  border-left: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  font-size: 21px;
  right: 0;
  padding: 10px 0 10px 10px;
  top: 125px;
  width: 105px;
  z-index: 5;
}

.score-min {
  border-right: 1px solid #ccc;
  border-left: none;
  left: 0;
  margin-bottom: 0;
  padding-right: 10px;
  right: auto;
  text-align: right;
  width: 103px;
}

.details-section {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  padding: 0;
}

.entry-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.entry-list.adjust-width {
  width: 100%;
}
.entry-list--header {
  background: #fff;
  width: 100%;
}
.entry-list--title {
  color: #5c5f63;
  display: inline-block;
  float: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  height: 57px;
  line-height: 45px;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 15px;
}
.entry-list--buttons {
  float: right;
}
.entry-list--number {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 300;
  margin-left: 10px;
  position: relative;
  top: 6px;
}
.entry-list--number:before {
  content: "|";
  padding-right: 10px;
  position: relative;
  top: -3px;
}
.entry-list--number--small {
  font-size: 65%;
}
.entry-list--roster-info {
  padding-left: 15px;
  color: #767676;
  font-style: italic;
}
.entry-list--button {
  float: right;
  margin: 11px 11px 0 0 !important;
}
.entry-list--items {
  margin: 0;
  padding: 0;
  min-height: 351px;
  overflow-x: auto;
}
.entry-list--name {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 300;
  width: 25%;
}
.entry-list--name .tooltip-trigger {
  overflow: hidden;
  position: relative;
  cursor: help;
}
.entry-list--name .tooltip-trigger:hover {
  overflow: visible;
}
.entry-list--name .tooltip-trigger:hover .tooltip {
  opacity: 1;
  top: 30px;
  -webkit-transition: all 0.25s 0.5s ease-in-out;
  -moz-transition: all 0.25s 0.5s ease-in-out;
  -o-transition: all 0.25s 0.5s ease-in-out;
  transition: all 0.25s 0.5s ease-in-out;
}
.entry-list--name .entry-list .tooltip-trigger {
  cursor: pointer;
}
.entry-list--name .tooltip {
  top: -5000em;
  cursor: auto;
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  left: -5px;
  line-height: 1.2em;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 35px;
  width: 170px;
  z-index: 2;
}
.entry-list--name .tooltip:before {
  border: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.75);
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  top: -20px;
  width: 0;
}
.entry-list--name.name-no-evaluators {
  width: 70%;
}
.entry-list--last .tooltip-trigger {
  overflow: hidden;
  position: relative;
  cursor: help;
}
.entry-list--last .tooltip-trigger:hover {
  overflow: visible;
}
.entry-list--last .tooltip-trigger:hover .tooltip {
  opacity: 1;
  top: -50px;
  -webkit-transition: all 0.25s 0.5s ease-in-out;
  -moz-transition: all 0.25s 0.5s ease-in-out;
  -o-transition: all 0.25s 0.5s ease-in-out;
  transition: all 0.25s 0.5s ease-in-out;
}
.entry-list--last .entry-list .tooltip-trigger {
  cursor: pointer;
}
.entry-list--last .tooltip {
  top: -5000em;
  cursor: auto;
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  left: -5px;
  line-height: 1.2em;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: -45px;
  width: 170px;
  z-index: 2;
}
.entry-list--last .tooltip:before {
  border: 10px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.75);
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  top: 34px;
  width: 0;
}
.entry-list--last-edited, .entry-list--sync {
  font-size: 12px;
}
.entry-list--last-edited__ready, .entry-list--sync__ready {
  color: #380;
  text-transform: uppercase;
}
.entry-list--last-edited__action, .entry-list--sync__action {
  color: #06c;
  font-weight: 700;
  text-transform: uppercase;
}
.entry-list--score {
  /*padding: 0 20px;*/
}
.entry-list--score .tooltip-trigger {
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute !important;
  top: 25px;
  vertical-align: initial;
  z-index: 200;
  cursor: default;
}
.entry-list--score .tooltip-trigger:hover {
  vertical-align: initial;
}
.entry-list--score .tooltip-trigger--lower {
  top: 22px;
}
.entry-list--score .tooltip-trigger--lms {
  top: 28px;
}
.entry-list--score .tooltip-trigger {
  overflow: hidden;
  position: relative;
  cursor: help;
}
.entry-list--score .tooltip-trigger:hover {
  overflow: visible;
}
.entry-list--score .tooltip-trigger:hover .tooltip {
  opacity: 1;
  top: -7px;
  -webkit-transition: all 0.25s 0.5s ease-in-out;
  -moz-transition: all 0.25s 0.5s ease-in-out;
  -o-transition: all 0.25s 0.5s ease-in-out;
  transition: all 0.25s 0.5s ease-in-out;
}
.entry-list--score .entry-list .tooltip-trigger {
  cursor: pointer;
}
.entry-list--score .tooltip {
  top: -5000em;
  cursor: auto;
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  right: 25px;
  line-height: 1.2em;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: -2px;
  width: 250px;
  z-index: 2;
}
.entry-list--score .tooltip:before {
  border: 10px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.75);
  content: "";
  height: 0;
  right: -20px;
  position: absolute;
  top: 8px;
  width: 0;
}
.entry-list--score__number {
  font-size: 25px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.entry-list--score__number--small {
  font-size: 16px;
}
.entry-list--score__continue {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  -webkit-transform: translate(0, 8px);
  -moz-transform: translate(0, 8px);
  -ms-transform: translate(0, 8px);
  -o-transform: translate(0, 8px);
  transform: translate(0, 8px);
}
.entry-list--score__status {
  color: #06c;
  font-weight: 700;
  text-transform: uppercase;
}
.entry-list--score__status .icon-gray {
  color: #ddd;
}
.entry-list--score__check {
  color: #68a51b;
  left: -10px;
  margin-top: 5px !important;
  overflow: hidden;
  padding: 0 10px;
  text-shadow: 0 2px 0 #36570e, 2px 0 0 #36570e, -2px 0 0 #36570e, 0 -2px 0 #36570e;
  top: 15px;
  width: 28px;
  z-index: 2;
}
.entry-list--score__check--no-score {
  left: 12px;
}
.entry-list--score__check-empty {
  color: #e6f7fe;
  text-shadow: 0 2px 0 #787878, 2px 0 0 #787878, -2px 0 0 #787878, 0 -2px 0 #787878;
  z-index: 1;
}
.entry-list--score__check-empty:hover {
  color: #06c;
  text-decoration: none;
  text-shadow: 0 2px 0 #00264d, 2px 0 0 #00264d, -2px 0 0 #00264d, 0 -2px 0 #00264d;
}
.entry-list--evaluation-count {
  position: relative;
}
.entry-list--evaluation-count__number {
  padding-left: 20px;
}
.entry-list--evaluation-count__button {
  position: absolute;
  right: 22px;
  top: 15px;
}
.entry-list--evaluation-count__button--locked {
  margin-top: 1px !important;
  width: 10px;
}
.entry-list--no-entries {
  padding: 50px;
  text-align: center;
  min-height: 294px;
}
.entry-list--no-entries .button {
  margin-top: 20px;
}
.entry-list--no-entries__filter {
  border: none;
  padding: 30px 0 0 0;
  text-align: center;
}
.entry-list--no-entries__filter h3 {
  background: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  height: auto;
}
.entry-list--no-entries__filter p, .entry-list--no-entries__filter .beta-warning h3, .beta-warning .entry-list--no-entries__filter h3 {
  border: none;
}
.entry-list__header-cell {
  font-size: 12px;
  font-weight: bold;
}
.entry-list__role-details {
  color: #767676;
  margin: 17px 17px 0 0;
}

.name-title {
  color: #06c;
  cursor: pointer;
  overflow: hidden;
  padding: 0 2px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.name-title:hover, .name-title:focus {
  background: #dcf4fe;
  color: #06c;
  text-decoration: underline;
}
.name-title--sub-list {
  color: #4D4F51;
}

.grid-table__row--item .external-id {
  font-size: 12px;
  color: inherit;
}

.sort-default {
  opacity: 0.4;
}

.evaluations-dropdown {
  background: #fff;
  bottom: -15px;
  border-right: 1px solid #ddd;
  cursor: pointer;
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
  width: 35px;
}
.evaluations-dropdown.last-evaluation {
  height: 68px;
}
.evaluations-dropdown--trigger {
  border-right: none;
  height: 69px;
  line-height: 74px;
  text-align: center;
}
.evaluations-dropdown--trigger.active, .evaluations-dropdown--trigger:hover {
  background: #06c;
  color: #fff;
}
.evaluations-dropdown__icon {
  margin-top: 7px;
}

.sidemenu--container {
  overflow-x: hidden;
  position: relative;
  -webkit-transform-style: preserve-3d;
}

.sidemenu-show {
  float: right;
  margin: 20px 40px 20px 30px;
  overflow: visible;
  position: relative;
}
.sidemenu-show:before {
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.evaluator-count {
  background-color: #06c;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  position: absolute;
  right: -5px;
  text-align: center;
  top: -5px;
  width: 20px;
  z-index: 1;
}

.sidemenu {
  background: #fff;
  border-left: 1px solid #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 100%;
  position: absolute;
  right: 0;
  -webkit-transition: box-shadow 0.3s 0.2s ease;
  -moz-transition: box-shadow 0.3s 0.2s ease;
  -o-transition: box-shadow 0.3s 0.2s ease;
  transition: box-shadow 0.3s 0.2s ease;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  top: 0;
  width: 610px;
  z-index: 3;
}
.sidemenu.js-open-menu {
  -webkit-box-shadow: 1px 0px 16px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0px 16px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0px 16px 5px rgba(0, 0, 0, 0.1);
}
.sidemenu__header {
  background: #fff;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  margin: 0;
  padding: 15px;
  position: absolute !important;
  top: 0;
  width: 592px;
  z-index: 2;
}
.sidemenu__header__title {
  display: inline-block;
  padding-left: 20px;
}
.sidemenu__hide-button {
  color: #06c;
  display: inline-block;
  float: none;
}
.sidemenu__hide-button:focus {
  outline: thin dotted;
}
.sidemenu-blocker {
  background: rgba(250, 250, 250, 0.75);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0px;
  width: 100%;
}
.sidemenu-blocker.js-open-menu {
  display: block;
}

@-webkit-keyframes fadeInNow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInNow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-fade-out {
  -webkit-animation-name: fadeOutNow;
  animation-name: fadeOutNow;
}

@-webkit-keyframes fadeOutNow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutNow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.js-fade-in {
  -webkit-animation-name: fadeInNow;
  animation-name: fadeInNow;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate(100%, 0) scale3d(1, 1, 1);
    -moz-transform: translate(100%, 0) scale3d(1, 1, 1);
    -ms-transform: translate(100%, 0) scale3d(1, 1, 1);
    -o-transform: translate(100%, 0) scale3d(1, 1, 1);
    transform: translate(100%, 0) scale3d(1, 1, 1);
  }
  20% {
    -webkit-transform: translate(20%, 0) scale3d(0.97, 0.97, 0.97);
    -moz-transform: translate(20%, 0) scale3d(0.97, 0.97, 0.97);
    -ms-transform: translate(20%, 0) scale3d(0.97, 0.97, 0.97);
    -o-transform: translate(20%, 0) scale3d(0.97, 0.97, 0.97);
    transform: translate(20%, 0) scale3d(0.97, 0.97, 0.97);
  }
  100% {
    -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
    -moz-transform: translate(0, 0) scale3d(1, 1, 1);
    -ms-transform: translate(0, 0) scale3d(1, 1, 1);
    -o-transform: translate(0, 0) scale3d(1, 1, 1);
    transform: translate(0, 0) scale3d(1, 1, 1);
  }
}
@-moz-keyframes slideInRight {
  0% {
    -webkit-transform: translate(100%, 0) scale3d(1, 1, 1);
    -moz-transform: translate(100%, 0) scale3d(1, 1, 1);
    -ms-transform: translate(100%, 0) scale3d(1, 1, 1);
    -o-transform: translate(100%, 0) scale3d(1, 1, 1);
    transform: translate(100%, 0) scale3d(1, 1, 1);
  }
  20% {
    -webkit-transform: translate(20%, 0) scale3d(0.97, 0.97, 0.97);
    -moz-transform: translate(20%, 0) scale3d(0.97, 0.97, 0.97);
    -ms-transform: translate(20%, 0) scale3d(0.97, 0.97, 0.97);
    -o-transform: translate(20%, 0) scale3d(0.97, 0.97, 0.97);
    transform: translate(20%, 0) scale3d(0.97, 0.97, 0.97);
  }
  100% {
    -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
    -moz-transform: translate(0, 0) scale3d(1, 1, 1);
    -ms-transform: translate(0, 0) scale3d(1, 1, 1);
    -o-transform: translate(0, 0) scale3d(1, 1, 1);
    transform: translate(0, 0) scale3d(1, 1, 1);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate(100%, 0) scale3d(1, 1, 1);
    -moz-transform: translate(100%, 0) scale3d(1, 1, 1);
    -ms-transform: translate(100%, 0) scale3d(1, 1, 1);
    -o-transform: translate(100%, 0) scale3d(1, 1, 1);
    transform: translate(100%, 0) scale3d(1, 1, 1);
  }
  20% {
    -webkit-transform: translate(20%, 0) scale3d(0.97, 0.97, 0.97);
    -moz-transform: translate(20%, 0) scale3d(0.97, 0.97, 0.97);
    -ms-transform: translate(20%, 0) scale3d(0.97, 0.97, 0.97);
    -o-transform: translate(20%, 0) scale3d(0.97, 0.97, 0.97);
    transform: translate(20%, 0) scale3d(0.97, 0.97, 0.97);
  }
  100% {
    -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
    -moz-transform: translate(0, 0) scale3d(1, 1, 1);
    -ms-transform: translate(0, 0) scale3d(1, 1, 1);
    -o-transform: translate(0, 0) scale3d(1, 1, 1);
    transform: translate(0, 0) scale3d(1, 1, 1);
  }
}
.js-slide-in-right {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@-moz-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
.js-slide-out-left {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
    -moz-transform: translate(0, 0) scale3d(1, 1, 1);
    -ms-transform: translate(0, 0) scale3d(1, 1, 1);
    -o-transform: translate(0, 0) scale3d(1, 1, 1);
    transform: translate(0, 0) scale3d(1, 1, 1);
  }
  5% {
    -webkit-transform: translate(-120px, 0) scale3d(0.92, 0.92, 0.92);
    -moz-transform: translate(-120px, 0) scale3d(0.92, 0.92, 0.92);
    -ms-transform: translate(-120px, 0) scale3d(0.92, 0.92, 0.92);
    -o-transform: translate(-120px, 0) scale3d(0.92, 0.92, 0.92);
    transform: translate(-120px, 0) scale3d(0.92, 0.92, 0.92);
  }
  100% {
    -webkit-transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
    -moz-transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
    -ms-transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
    -o-transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
    transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
  }
}
@-moz-keyframes slideOutRight {
  0% {
    -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
    -moz-transform: translate(0, 0) scale3d(1, 1, 1);
    -ms-transform: translate(0, 0) scale3d(1, 1, 1);
    -o-transform: translate(0, 0) scale3d(1, 1, 1);
    transform: translate(0, 0) scale3d(1, 1, 1);
  }
  5% {
    -webkit-transform: translate(-120px, 0) scale3d(0.92, 0.92, 0.92);
    -moz-transform: translate(-120px, 0) scale3d(0.92, 0.92, 0.92);
    -ms-transform: translate(-120px, 0) scale3d(0.92, 0.92, 0.92);
    -o-transform: translate(-120px, 0) scale3d(0.92, 0.92, 0.92);
    transform: translate(-120px, 0) scale3d(0.92, 0.92, 0.92);
  }
  100% {
    -webkit-transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
    -moz-transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
    -ms-transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
    -o-transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
    transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
    -moz-transform: translate(0, 0) scale3d(1, 1, 1);
    -ms-transform: translate(0, 0) scale3d(1, 1, 1);
    -o-transform: translate(0, 0) scale3d(1, 1, 1);
    transform: translate(0, 0) scale3d(1, 1, 1);
  }
  5% {
    -webkit-transform: translate(-120px, 0) scale3d(0.92, 0.92, 0.92);
    -moz-transform: translate(-120px, 0) scale3d(0.92, 0.92, 0.92);
    -ms-transform: translate(-120px, 0) scale3d(0.92, 0.92, 0.92);
    -o-transform: translate(-120px, 0) scale3d(0.92, 0.92, 0.92);
    transform: translate(-120px, 0) scale3d(0.92, 0.92, 0.92);
  }
  100% {
    -webkit-transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
    -moz-transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
    -ms-transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
    -o-transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
    transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
  }
}
.js-slide-out-right {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
    -moz-transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
    -ms-transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
    -o-transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
    transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
  }
  100% {
    -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
    -moz-transform: translate(0, 0) scale3d(1, 1, 1);
    -ms-transform: translate(0, 0) scale3d(1, 1, 1);
    -o-transform: translate(0, 0) scale3d(1, 1, 1);
    transform: translate(0, 0) scale3d(1, 1, 1);
  }
}
@-moz-keyframes slideInLeft {
  0% {
    -webkit-transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
    -moz-transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
    -ms-transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
    -o-transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
    transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
  }
  100% {
    -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
    -moz-transform: translate(0, 0) scale3d(1, 1, 1);
    -ms-transform: translate(0, 0) scale3d(1, 1, 1);
    -o-transform: translate(0, 0) scale3d(1, 1, 1);
    transform: translate(0, 0) scale3d(1, 1, 1);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
    -moz-transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
    -ms-transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
    -o-transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
    transform: translate(-585px, 0) scale3d(0.95, 0.95, 0.95);
  }
  100% {
    -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
    -moz-transform: translate(0, 0) scale3d(1, 1, 1);
    -ms-transform: translate(0, 0) scale3d(1, 1, 1);
    -o-transform: translate(0, 0) scale3d(1, 1, 1);
    transform: translate(0, 0) scale3d(1, 1, 1);
  }
}
.js-slide-in-left {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

.js-animated {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
}

.evaluations-list {
  position: relative;
}
.evaluations-list__trigger.active {
  border-bottom: 1px solid #06c;
}
.evaluations-list__trigger:hover + .evaluations-list__button, .evaluations-list__trigger:focus + .evaluations-list__button {
  height: 20px;
}
.evaluations-list__button {
  background: #06c;
  border: 2px solid #06c;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  bottom: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #fff;
  height: 2px;
  left: 50%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: height 0.3s ease, border-width 0.2s ease;
  -moz-transition: height 0.3s ease, border-width 0.2s ease;
  -o-transition: height 0.3s ease, border-width 0.2s ease;
  transition: height 0.3s ease, border-width 0.2s ease;
  width: 190px;
  z-index: 100;
}
.evaluations-list__button:hover, .evaluations-list__button:focus {
  border-width: 7px;
  height: 20px;
  z-index: 200;
}
.evaluations-list__button.opened {
  border-width: 7px;
  height: 20px;
  z-index: 200;
}

.dimension-cell .text-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-weight: normal;
  max-height: 130px;
  min-height: 130px;
  overflow: auto;
  overflow-x: hidden;
  text-align: left;
  white-space: pre-wrap;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.dimension-cell .text-wrapper.text-content-full {
  padding: 10px 10px 30px;
  max-height: none;
  min-height: none;
}

.dimension-title-wrapper {
  display: table;
  font-size: 16px;
  height: 100%;
  width: 100%;
}
.dimension-title-wrapper .dimension-title-wrapper__row {
  display: table-row;
}
.dimension-title-wrapper .dimension-title-wrapper__cell {
  display: table-cell;
  padding: 0 2px;
  text-align: left;
  vertical-align: top;
  white-space: pre-wrap;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.dimension-title-wrapper .dimension-title-wrapper__cell.scroll-wrapper {
  display: block;
  height: 195px;
  overflow: auto;
  overflow-x: hidden;
  padding: 10px;
}
.dimension-title-wrapper .dimension-title-wrapper__cell .dimension-title-wrapper__title {
  display: block;
  font-size: 16px;
}
.dimension-title-wrapper .dimension-title-wrapper__cell .dimension-title-wrapper__description {
  display: block;
  font-style: normal;
  font-weight: normal;
}

.cell-display-weight {
  color: #737373;
  font-size: 17px;
  font-weight: normal;
  height: 20px;
  text-align: right;
  width: 100%;
  vertical-align: bottom;
}
.cell-display-weight--heavy {
  color: #333;
  font-size: 18px;
  font-weight: normal;
}

.general-comment {
  margin-bottom: 0;
  margin-top: 40px;
  position: relative;
}
.general-comment__textarea {
  border: 1px solid #ddd;
  height: 150px;
  padding: 10px 5px;
  resize: none;
  width: 100%;
}
.general-comment__textarea:focus {
  border: 1px solid #80bfff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 3px #06c, 0 1px 4px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 3px #06c, 0 1px 4px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 3px #06c, 0 1px 4px rgba(0, 0, 0, 0.1) inset;
}
.general-comment .inline-error {
  background-color: #d53a0a;
  bottom: auto;
  color: #FFF;
  line-height: 30px;
  padding: 11px 15px 11px 15px;
  position: absolute;
  z-index: 200;
  left: 258px;
  line-height: 1.5em;
  margin: 0;
  top: 14px;
  -webkit-box-shadow: 1px 1px 0px #9f2702;
  -moz-box-shadow: 1px 1px 0px #9f2702;
  box-shadow: 1px 1px 0px #9f2702;
}
.general-comment .inline-error:before {
  content: "";
  border-bottom: 23px solid transparent;
  border-left: 23px solid transparent;
  border-right: 23px solid #d53a0a;
  border-top: 23px solid transparent;
  bottom: auto;
  display: block;
  height: 0;
  left: -46px;
  position: absolute;
  right: auto;
  top: 0;
  width: 0;
}

#rubricCollectionContainer {
  margin-top: 18px;
}

#rubricCollectionContainer .name-collection input {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

#rubricCollectionContainer .final-counter {
  display: inline-block;
  font-size: 24px;
}

.name-img {
  float: left;
  margin-right: 10px;
  background-position: 50% 10%;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 115px;
  height: 115px;
  background-size: 135px auto;
}
@media (max-width: 992px) {
  .name-img {
    float: none;
    display: block;
    margin: 0 auto;
  }
}

.name-area {
  float: left;
  margin-top: 39px;
}

.editpage {
  margin-top: 0 !important;
}

.name-text {
  float: left;
  margin-top: 35px;
  max-width: 90%;
  text-overflow: ellipsis;
}
.name-text h1 {
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 992px) {
  .name-text {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 25px;
  }
}

.entry-label,
.entry-name {
  display: inline-block;
}

.entry-name {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding-left: 10px;
}

#rubricTableCollectionContainer {
  -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1);
}
#rubricTableCollectionContainer .dimension-title-wrapper {
  min-height: 147px;
  position: relative;
  padding-bottom: 5px;
  padding-right: 7px;
}
#rubricTableCollectionContainer .dimension-title-table a,
#rubricTableCollectionContainer th a {
  color: #aaa;
  font-size: 11px;
  text-decoration: none;
}
#rubricTableCollectionContainer .dimension-title-table a, #rubricTableCollectionContainer th a {
  bottom: 23px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
}
#rubricTableCollectionContainer .dimension-title-table a:hover,
#rubricTableCollectionContainer th a:hover {
  color: #107cb5;
}

.dimension-comment .comment-wrapper textarea {
  border: 1px solid transparent;
  width: 75%;
}
.dimension-comment .comment-wrapper textarea:focus {
  border: 1px solid #80bfff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 3px #06c, 0 1px 4px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 3px #06c, 0 1px 4px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 3px #06c, 0 1px 4px rgba(0, 0, 0, 0.1) inset;
}
.dimension-comment .inline-error {
  background-color: #d53a0a;
  bottom: auto;
  color: #FFF;
  line-height: 30px;
  padding: 11px 15px 11px 15px;
  position: absolute;
  z-index: 200;
  left: 12px;
  line-height: 1.5em;
  margin: 0;
  top: -55px;
  -webkit-box-shadow: 1px 1px 0px #9f2702;
  -moz-box-shadow: 1px 1px 0px #9f2702;
  box-shadow: 1px 1px 0px #9f2702;
}
.dimension-comment .inline-error:before {
  content: "";
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #d53a0a;
  bottom: auto;
  display: block;
  height: 0;
  left: 15px;
  position: absolute;
  right: auto;
  top: 41px;
  width: 0;
}

.last-edit {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #9f2702;
}

.collection-error h4 {
  float: left;
  padding-right: 20px;
  margin-bottom: 0px;
}
.collection-error ul {
  border-left: 3px solid #fff;
  float: left;
  line-height: 31px;
  margin: 0;
  padding-left: 20px !important;
}
.collection-error ul li {
  margin: 0;
}
.collection-error i {
  margin-right: 8px;
  vertical-align: baseline;
}

.sync-toggle {
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
}
.sync-toggle .tooltip-trigger {
  overflow: hidden;
  position: relative;
  cursor: help;
}
.sync-toggle .tooltip-trigger:hover {
  overflow: visible;
}
.sync-toggle .tooltip-trigger:hover .tooltip {
  opacity: 1;
  top: 25px;
  -webkit-transition: all 0.25s 0.2s ease-in-out;
  -moz-transition: all 0.25s 0.2s ease-in-out;
  -o-transition: all 0.25s 0.2s ease-in-out;
  transition: all 0.25s 0.2s ease-in-out;
}
.sync-toggle .entry-list .tooltip-trigger {
  cursor: pointer;
}
.sync-toggle .tooltip {
  top: -5000em;
  cursor: auto;
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  left: -5px;
  line-height: 1.2em;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 30px;
  width: 300px;
  z-index: 2;
}
.sync-toggle .tooltip:before {
  border: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.75);
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  top: -20px;
  width: 0;
}
.sync-toggle .tooltip-trigger {
  top: -1px;
}

.sync-toggle--content {
  display: block;
  line-height: 25px;
  margin: 5px 10px;
}

.icon-gray {
  color: #767676;
}

.sync-toggle--action {
  display: inline-block;
  margin-top: 5px;
}
.sync-toggle--action .checkbox-toggle {
  float: none;
  margin-left: 10px;
  text-align: left;
}

.evaluated-person__name {
  font-weight: bold;
  margin-top: 0;
  width: 100%;
}
.evaluated-person__external-id {
  color: #767676;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 70%;
  font-weight: 300;
}

.evaluations-overview {
  border-bottom: 1px solid #bbb;
  margin-bottom: 35px;
  text-align: right;
}
@media only screen and (max-width: 615px) {
  .evaluations-overview {
    text-align: left;
  }
}
.evaluations-overview__date {
  display: inline-block;
  margin: 7px 0 25px;
}
@media only screen and (max-width: 615px) {
  .evaluations-overview__date {
    float: none !important;
    text-align: left;
  }
}
.evaluations-overview__description {
  clear: left;
  display: inline-block;
  font-style: italic;
  text-align: left;
}
@media only screen and (max-width: 615px) {
  .evaluations-overview__description {
    float: none !important;
  }
}
.evaluations-overview__number {
  display: inline-block;
  margin: 0 20px 25px 0;
  text-align: right;
}
@media only screen and (max-width: 615px) {
  .evaluations-overview__number {
    float: none;
    text-align: left;
  }
}
.evaluations-overview__number-title {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
}
.evaluations-overview__number-integer {
  display: inline-block;
  font-size: 68px;
}
.evaluations-overview__score {
  display: inline-block;
  margin: 0 0 25px;
  text-align: right;
}
@media only screen and (max-width: 615px) {
  .evaluations-overview__score {
    text-align: left;
  }
}
.evaluations-overview__score-title {
  display: inline-block;
  font-size: 24px;
}
.evaluations-overview__score-integer {
  color: #380;
  display: inline-block;
  font-size: 78px;
}
.evaluations-overview .small-value-indicator {
  color: #380;
  font-size: 85%;
  font-weight: bold;
}

.twoline-title {
  display: block;
}

.individual-evaluation {
  padding-left: 40px;
  padding-right: 15px;
}
.individual-evaluation__edit {
  color: #06c;
  left: 3px;
  position: relative;
  top: 5px;
}
.individual-evaluation__locked {
  left: 3px;
  position: relative;
  top: 6px;
}
.individual-evaluation__header--title {
  clear: both;
  float: left;
  position: relative;
}
.individual-evaluation__header--edited-details {
  clear: both;
  float: left;
}
.individual-evaluation__header--score {
  padding-top: 15px;
  text-align: right;
}
@media only screen and (max-width: 815px) {
  .individual-evaluation__header--score {
    clear: left;
    text-align: left;
  }
}
.individual-evaluation__header--score__title {
  font-size: 21px;
}
.individual-evaluation__header--percent {
  color: #06c;
  display: inline-block;
  font-size: 58px;
  font-weight: bold;
  text-align: center;
}
.individual-evaluation__header--percent-incomplete {
  color: #5c5f63;
  font-size: 32px;
  margin-top: 20px;
}
.individual-evaluation__dimension--description {
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 110px;
  margin-bottom: 15px;
  padding: 15px;
}
.individual-evaluation__dimension--description-title {
  font-size: 16px;
  margin-bottom: 2px;
  margin-top: 0;
}
.individual-evaluation__dimension--description-additional {
  font-size: 14px;
  margin-bottom: 2px;
}
.individual-evaluation__dimension--description-comment {
  font-size: 14px;
  margin-top: 10px;
}
.individual-evaluation__dimension--description-comment-label {
  color: #767676;
  font-weight: bold;
}
.individual-evaluation__dimension--details {
  background: #f7f7f7;
  border: 2px solid #ddd;
  border-left-width: 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 110px;
  margin-bottom: 15px;
  padding: 18px;
  text-align: center;
}
.individual-evaluation__dimension--general-comment {
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  min-height: 110px;
  padding: 15px;
}
.individual-evaluation__dimension--general-comment-label {
  color: #767676;
  font-weight: bold;
}
.individual-evaluation__achievement-level {
  font-size: 16px;
  font-weight: bold;
}
.individual-evaluation__achievement-attained {
  font-size: 24px;
  font-weight: bold;
}
.individual-evaluation__achievement-attained--small {
  font-size: 14px;
}
.individual-evaluation__achievement-out-of {
  font-size: 14px;
  font-style: italic;
}
.individual-evaluation .evaluation-select__button {
  background: transparent;
  border: none;
  color: #e6f7fe;
  height: 30px;
  left: -40px;
  padding: 0;
  position: absolute;
  text-shadow: 0 3px 0 #ccc, 3px 0 0 #ccc, -3px 0 0 #ccc, 0 -3px 0 #ccc;
  top: 9px;
  width: 30px;
}
.individual-evaluation .evaluation-select__button.selected {
  color: #380;
  text-shadow: 0 3px 0 #36570e, 3px 0 0 #36570e, -3px 0 0 #36570e, 0 -3px 0 #36570e;
}
.individual-evaluation .evaluation-select__button:hover {
  color: #06c;
  text-decoration: none;
  text-shadow: 0 3px 0 #00264d, 3px 0 0 #00264d, -3px 0 0 #00264d, 0 -3px 0 #00264d;
}
.individual-evaluation .evaluation-select__button-check {
  font-size: 23px;
  margin: 0;
  overflow: hidden;
  padding: 0 10px;
  width: 37px;
}

.evaluation-summary {
  width: 100%;
}
.evaluation-summary--table {
  display: table;
  table-layout: fixed;
}
@media only screen and (max-width: 1060px) {
  .evaluation-summary--table {
    display: none;
  }
}
.evaluation-summary--table__title {
  border-bottom: 1px solid #ddd;
  text-align: left;
  height: auto;
  vertical-align: text-top;
  width: 38%;
}
.evaluation-summary--table__title-header {
  margin-top: 0;
}
.evaluation-summary__achievement {
  background: #f7f7f7;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  height: auto;
  padding: 18px 36px;
  position: relative;
  text-align: center;
}
.evaluation-summary__achievement:last-child {
  border-right: 1px solid #ddd;
}
.evaluation-summary__achievement:before {
  background: #ddd;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}
.evaluation-summary__dimension {
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  text-align: left;
}
.evaluation-summary__dimension--totals {
  background-color: #f7f7f7;
  text-align: center;
}
.evaluation-summary__dimension--totals:last-child {
  border-right: 1px solid #ddd;
}
.evaluation-summary__dimension--totals-title {
  border: none;
  text-align: right;
}
.evaluation-summary__selection-cell {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 16px;
  text-align: center;
}
.evaluation-summary__selection-cell:last-child {
  border-right: 1px solid #ddd;
}
.evaluation-summary--stacked {
  display: none;
}
@media only screen and (max-width: 1060px) {
  .evaluation-summary--stacked {
    display: block;
  }
}
.evaluation-summary--stacked__dimension {
  border: 1px solid #ddd;
  font-size: 0;
  margin-bottom: 10px;
}
.evaluation-summary--stacked__dimension-group {
  margin-bottom: 60px;
}
.evaluation-summary--stacked__achievement {
  border: none;
  display: inline-block;
  font-size: 16px;
  width: 90%;
}
@media only screen and (max-width: 815px) {
  .evaluation-summary--stacked__achievement {
    width: 100%;
  }
}
.evaluation-summary--stacked__achievement-totals {
  border-left: 1px solid #ddd;
  display: inline-block;
  font-size: 16px;
  padding: 18px 36px;
  text-align: right;
  width: 9%;
}
@media only screen and (max-width: 815px) {
  .evaluation-summary--stacked__achievement-totals {
    text-align: center;
    width: 100%;
  }
}

.label-color--dimension-1 {
  background-color: #e6f5f4;
  border-color: #5abab7;
}

.label-color--achievement-1 {
  background-color: #e6f5f4;
}
.label-color--achievement-1:before {
  background-color: #5abab7;
}

.label-color--dimension-2 {
  background-color: #fcf7ed;
  border-color: #e3af3f;
}

.label-color--achievement-2 {
  background-color: #fcf7ed;
}
.label-color--achievement-2:before {
  background-color: #e3af3f;
}

.label-color--dimension-3 {
  background-color: #fbf8fb;
  border-color: #ae76b6;
}

.label-color--achievement-3 {
  background-color: #fbf8fb;
}
.label-color--achievement-3:before {
  background-color: #ae76b6;
}

.label-color--dimension-4 {
  background-color: #f2f3dc;
  border-color: #bac147;
}

.label-color--achievement-4 {
  background-color: #f2f3dc;
}
.label-color--achievement-4:before {
  background-color: #bac147;
}

.label-color--dimension-5 {
  background-color: white;
  border-color: #84b9d5;
}

.label-color--achievement-5 {
  background-color: white;
}
.label-color--achievement-5:before {
  background-color: #84b9d5;
}

.label-color--dimension-6 {
  background-color: white;
  border-color: #f2a470;
}

.label-color--achievement-6 {
  background-color: white;
}
.label-color--achievement-6:before {
  background-color: #f2a470;
}

.label-color--dimension-7 {
  background-color: white;
  border-color: #c773a0;
}

.label-color--achievement-7 {
  background-color: white;
}
.label-color--achievement-7:before {
  background-color: #c773a0;
}

.label-color--dimension-8 {
  background-color: #edf5e9;
  border-color: #7fb562;
}

.label-color--achievement-8 {
  background-color: #edf5e9;
}
.label-color--achievement-8:before {
  background-color: #7fb562;
}

.label-color--dimension-9 {
  background-color: #e6f5f4;
  border-color: #5abab7;
}

.label-color--achievement-9 {
  background-color: #e6f5f4;
}
.label-color--achievement-9:before {
  background-color: #5abab7;
}

.label-color--dimension-10 {
  background-color: #fcf7ed;
  border-color: #e3af3f;
}

.label-color--achievement-10 {
  background-color: #fcf7ed;
}
.label-color--achievement-10:before {
  background-color: #e3af3f;
}

.label-color--dimension-11 {
  background-color: #fbf8fb;
  border-color: #ae76b6;
}

.label-color--achievement-11 {
  background-color: #fbf8fb;
}
.label-color--achievement-11:before {
  background-color: #ae76b6;
}

.label-color--dimension-12 {
  background-color: #f2f3dc;
  border-color: #bac147;
}

.label-color--achievement-12 {
  background-color: #f2f3dc;
}
.label-color--achievement-12:before {
  background-color: #bac147;
}

.label-color--dimension-13 {
  background-color: white;
  border-color: #84b9d5;
}

.label-color--achievement-13 {
  background-color: white;
}
.label-color--achievement-13:before {
  background-color: #84b9d5;
}

.label-color--dimension-14 {
  background-color: white;
  border-color: #f2a470;
}

.label-color--achievement-14 {
  background-color: white;
}
.label-color--achievement-14:before {
  background-color: #f2a470;
}

.label-color--dimension-15 {
  background-color: white;
  border-color: #c773a0;
}

.label-color--achievement-15 {
  background-color: white;
}
.label-color--achievement-15:before {
  background-color: #c773a0;
}

.label-color--dimension-16 {
  background-color: #edf5e9;
  border-color: #7fb562;
}

.label-color--achievement-16 {
  background-color: #edf5e9;
}
.label-color--achievement-16:before {
  background-color: #7fb562;
}

.label-color--dimension-17 {
  background-color: #e6f5f4;
  border-color: #5abab7;
}

.label-color--achievement-17 {
  background-color: #e6f5f4;
}
.label-color--achievement-17:before {
  background-color: #5abab7;
}

.label-color--dimension-18 {
  background-color: #fcf7ed;
  border-color: #e3af3f;
}

.label-color--achievement-18 {
  background-color: #fcf7ed;
}
.label-color--achievement-18:before {
  background-color: #e3af3f;
}

.label-color--dimension-19 {
  background-color: #fbf8fb;
  border-color: #ae76b6;
}

.label-color--achievement-19 {
  background-color: #fbf8fb;
}
.label-color--achievement-19:before {
  background-color: #ae76b6;
}

.label-color--dimension-20 {
  background-color: #f2f3dc;
  border-color: #bac147;
}

.label-color--achievement-20 {
  background-color: #f2f3dc;
}
.label-color--achievement-20:before {
  background-color: #bac147;
}

.label-color--dimension-21 {
  background-color: white;
  border-color: #84b9d5;
}

.label-color--achievement-21 {
  background-color: white;
}
.label-color--achievement-21:before {
  background-color: #84b9d5;
}

.label-color--dimension-22 {
  background-color: white;
  border-color: #f2a470;
}

.label-color--achievement-22 {
  background-color: white;
}
.label-color--achievement-22:before {
  background-color: #f2a470;
}

.label-color--dimension-23 {
  background-color: white;
  border-color: #c773a0;
}

.label-color--achievement-23 {
  background-color: white;
}
.label-color--achievement-23:before {
  background-color: #c773a0;
}

.label-color--dimension-24 {
  background-color: #edf5e9;
  border-color: #7fb562;
}

.label-color--achievement-24 {
  background-color: #edf5e9;
}
.label-color--achievement-24:before {
  background-color: #7fb562;
}

.label-color--dimension-25 {
  background-color: #e6f5f4;
  border-color: #5abab7;
}

.label-color--achievement-25 {
  background-color: #e6f5f4;
}
.label-color--achievement-25:before {
  background-color: #5abab7;
}

.label-color--dimension-26 {
  background-color: #fcf7ed;
  border-color: #e3af3f;
}

.label-color--achievement-26 {
  background-color: #fcf7ed;
}
.label-color--achievement-26:before {
  background-color: #e3af3f;
}

.label-color--dimension-27 {
  background-color: #fbf8fb;
  border-color: #ae76b6;
}

.label-color--achievement-27 {
  background-color: #fbf8fb;
}
.label-color--achievement-27:before {
  background-color: #ae76b6;
}

.label-color--dimension-28 {
  background-color: #f2f3dc;
  border-color: #bac147;
}

.label-color--achievement-28 {
  background-color: #f2f3dc;
}
.label-color--achievement-28:before {
  background-color: #bac147;
}

.label-color--dimension-29 {
  background-color: white;
  border-color: #84b9d5;
}

.label-color--achievement-29 {
  background-color: white;
}
.label-color--achievement-29:before {
  background-color: #84b9d5;
}

.label-color--dimension-30 {
  background-color: white;
  border-color: #f2a470;
}

.label-color--achievement-30 {
  background-color: white;
}
.label-color--achievement-30:before {
  background-color: #f2a470;
}

.label-color--dimension-31 {
  background-color: white;
  border-color: #c773a0;
}

.label-color--achievement-31 {
  background-color: white;
}
.label-color--achievement-31:before {
  background-color: #c773a0;
}

.label-color--dimension-32 {
  background-color: #edf5e9;
  border-color: #7fb562;
}

.label-color--achievement-32 {
  background-color: #edf5e9;
}
.label-color--achievement-32:before {
  background-color: #7fb562;
}

.label-color--dimension-33 {
  background-color: #e6f5f4;
  border-color: #5abab7;
}

.label-color--achievement-33 {
  background-color: #e6f5f4;
}
.label-color--achievement-33:before {
  background-color: #5abab7;
}

.label-color--dimension-34 {
  background-color: #fcf7ed;
  border-color: #e3af3f;
}

.label-color--achievement-34 {
  background-color: #fcf7ed;
}
.label-color--achievement-34:before {
  background-color: #e3af3f;
}

.label-color--dimension-35 {
  background-color: #fbf8fb;
  border-color: #ae76b6;
}

.label-color--achievement-35 {
  background-color: #fbf8fb;
}
.label-color--achievement-35:before {
  background-color: #ae76b6;
}

.label-color--dimension-36 {
  background-color: #f2f3dc;
  border-color: #bac147;
}

.label-color--achievement-36 {
  background-color: #f2f3dc;
}
.label-color--achievement-36:before {
  background-color: #bac147;
}

.label-color--dimension-37 {
  background-color: white;
  border-color: #84b9d5;
}

.label-color--achievement-37 {
  background-color: white;
}
.label-color--achievement-37:before {
  background-color: #84b9d5;
}

.label-color--dimension-38 {
  background-color: white;
  border-color: #f2a470;
}

.label-color--achievement-38 {
  background-color: white;
}
.label-color--achievement-38:before {
  background-color: #f2a470;
}

.label-color--dimension-39 {
  background-color: white;
  border-color: #c773a0;
}

.label-color--achievement-39 {
  background-color: white;
}
.label-color--achievement-39:before {
  background-color: #c773a0;
}

.label-color--dimension-40 {
  background-color: #edf5e9;
  border-color: #7fb562;
}

.label-color--achievement-40 {
  background-color: #edf5e9;
}
.label-color--achievement-40:before {
  background-color: #7fb562;
}

.label-color--dimension-41 {
  background-color: #e6f5f4;
  border-color: #5abab7;
}

.label-color--achievement-41 {
  background-color: #e6f5f4;
}
.label-color--achievement-41:before {
  background-color: #5abab7;
}

.label-color--dimension-42 {
  background-color: #fcf7ed;
  border-color: #e3af3f;
}

.label-color--achievement-42 {
  background-color: #fcf7ed;
}
.label-color--achievement-42:before {
  background-color: #e3af3f;
}

.label-color--dimension-43 {
  background-color: #fbf8fb;
  border-color: #ae76b6;
}

.label-color--achievement-43 {
  background-color: #fbf8fb;
}
.label-color--achievement-43:before {
  background-color: #ae76b6;
}

.label-color--dimension-44 {
  background-color: #f2f3dc;
  border-color: #bac147;
}

.label-color--achievement-44 {
  background-color: #f2f3dc;
}
.label-color--achievement-44:before {
  background-color: #bac147;
}

.label-color--dimension-45 {
  background-color: white;
  border-color: #84b9d5;
}

.label-color--achievement-45 {
  background-color: white;
}
.label-color--achievement-45:before {
  background-color: #84b9d5;
}

.label-color--dimension-46 {
  background-color: white;
  border-color: #f2a470;
}

.label-color--achievement-46 {
  background-color: white;
}
.label-color--achievement-46:before {
  background-color: #f2a470;
}

.label-color--dimension-47 {
  background-color: white;
  border-color: #c773a0;
}

.label-color--achievement-47 {
  background-color: white;
}
.label-color--achievement-47:before {
  background-color: #c773a0;
}

.label-color--dimension-48 {
  background-color: #edf5e9;
  border-color: #7fb562;
}

.label-color--achievement-48 {
  background-color: #edf5e9;
}
.label-color--achievement-48:before {
  background-color: #7fb562;
}

.label-color--dimension-49 {
  background-color: #e6f5f4;
  border-color: #5abab7;
}

.label-color--achievement-49 {
  background-color: #e6f5f4;
}
.label-color--achievement-49:before {
  background-color: #5abab7;
}

.label-color--dimension-50 {
  background-color: #fcf7ed;
  border-color: #e3af3f;
}

.label-color--achievement-50 {
  background-color: #fcf7ed;
}
.label-color--achievement-50:before {
  background-color: #e3af3f;
}

.label-color--dimension-51 {
  background-color: #fbf8fb;
  border-color: #ae76b6;
}

.label-color--achievement-51 {
  background-color: #fbf8fb;
}
.label-color--achievement-51:before {
  background-color: #ae76b6;
}

.label-color--dimension-52 {
  background-color: #f2f3dc;
  border-color: #bac147;
}

.label-color--achievement-52 {
  background-color: #f2f3dc;
}
.label-color--achievement-52:before {
  background-color: #bac147;
}

.label-color--dimension-53 {
  background-color: white;
  border-color: #84b9d5;
}

.label-color--achievement-53 {
  background-color: white;
}
.label-color--achievement-53:before {
  background-color: #84b9d5;
}

.label-color--dimension-54 {
  background-color: white;
  border-color: #f2a470;
}

.label-color--achievement-54 {
  background-color: white;
}
.label-color--achievement-54:before {
  background-color: #f2a470;
}

.label-color--dimension-55 {
  background-color: white;
  border-color: #c773a0;
}

.label-color--achievement-55 {
  background-color: white;
}
.label-color--achievement-55:before {
  background-color: #c773a0;
}

.label-color--dimension-56 {
  background-color: #edf5e9;
  border-color: #7fb562;
}

.label-color--achievement-56 {
  background-color: #edf5e9;
}
.label-color--achievement-56:before {
  background-color: #7fb562;
}

.label-color--dimension-57 {
  background-color: #e6f5f4;
  border-color: #5abab7;
}

.label-color--achievement-57 {
  background-color: #e6f5f4;
}
.label-color--achievement-57:before {
  background-color: #5abab7;
}

.label-color--dimension-58 {
  background-color: #fcf7ed;
  border-color: #e3af3f;
}

.label-color--achievement-58 {
  background-color: #fcf7ed;
}
.label-color--achievement-58:before {
  background-color: #e3af3f;
}

.label-color--dimension-59 {
  background-color: #fbf8fb;
  border-color: #ae76b6;
}

.label-color--achievement-59 {
  background-color: #fbf8fb;
}
.label-color--achievement-59:before {
  background-color: #ae76b6;
}

.label-color--dimension-60 {
  background-color: #f2f3dc;
  border-color: #bac147;
}

.label-color--achievement-60 {
  background-color: #f2f3dc;
}
.label-color--achievement-60:before {
  background-color: #bac147;
}

.label-color--dimension-61 {
  background-color: white;
  border-color: #84b9d5;
}

.label-color--achievement-61 {
  background-color: white;
}
.label-color--achievement-61:before {
  background-color: #84b9d5;
}

.label-color--dimension-62 {
  background-color: white;
  border-color: #f2a470;
}

.label-color--achievement-62 {
  background-color: white;
}
.label-color--achievement-62:before {
  background-color: #f2a470;
}

.label-color--dimension-63 {
  background-color: white;
  border-color: #c773a0;
}

.label-color--achievement-63 {
  background-color: white;
}
.label-color--achievement-63:before {
  background-color: #c773a0;
}

.label-color--dimension-64 {
  background-color: #edf5e9;
  border-color: #7fb562;
}

.label-color--achievement-64 {
  background-color: #edf5e9;
}
.label-color--achievement-64:before {
  background-color: #7fb562;
}

.print-rubric {
  background: #fff;
  border: 1px solid #000;
  padding: 15px;
}

.print-preview--header .back-btn-title {
  width: 265px;
}

.entry-rubric {
  font-size: 14pt;
  margin-bottom: 0;
  width: 100%;
}
.entry-rubric small {
  font-size: 100%;
}

.print-rubric--table {
  clear: both;
  table-layout: fixed;
  width: 100%;
}

.print-rubric--score {
  border-bottom: 1px solid #000;
  margin: 0 5%;
}

.print-rubric--name-collection,
.print-rubric--date-collection,
.print-rubric--score-collection {
  display: inline-block;
  border-bottom: 1px solid #000;
  width: 48%;
  margin-top: 20px;
  text-align: left;
}

.print-rubric--date-collection,
.print-rubric--score-collection {
  margin-left: 3%;
  width: 22%;
}

.entry-set-name__print {
  display: block;
  font-weight: bold;
  margin-bottom: 7px;
}

.entry-set-name__blank {
  border-bottom: 1px solid #000;
}

.print-rubric--content-title {
  border: 1px solid #000;
  font-size: 8pt;
  height: 121px;
  padding: 5pt;
  text-align: right;
  vertical-align: top;
}
.print-rubric--content-title__main {
  text-align: left;
}

.print-rubric--content-title:last-child {
  border: 1px solid #000;
}

.print-cell--content {
  text-align: left;
}

.text-content--item {
  display: block;
}

.print-rubric--weight {
  border-bottom: 1px solid #ccc;
  display: block;
  margin-bottom: 8px;
  padding: 0 0 5px;
}

.print-rubric--general-comment {
  border: 1px solid #000 !important;
  height: 250px;
}

@media print {
  body {
    padding: 0;
    margin: 0;
  }

  .topBar-container,
.topBar-dropdown,
.topBar-toggle-button,
.print-preview--header {
    display: none !important;
  }

  #wrapper {
    padding-top: 0px !important;
  }

  .print-rubric {
    border: none;
    padding: 0;
  }

  .print-rubric--general-comment {
    page-break-inside: avoid;
  }

  .dimension-visualizations__detail {
    width: auto !important;
    max-width: 50% !important;
  }
}
.dimension-visualizations {
  /*&__disclaimer {
    color: #aaa;
    display: inline-block;
    float: right;
    font-style: oblique;
    font-size: 12px;
    text-align: right;
  }*/
}
.dimension-visualizations__header {
  display: inline-block;
  white-space: normal;
}
.dimension-visualizations__legend {
  margin-bottom: 20px;
}
.dimension-visualizations__title {
  color: #767676;
  display: inline-block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.dimension-visualizations__graphs {
  margin-bottom: 40px;
  text-align: center;
}
.dimension-visualizations__detail {
  display: inline-block;
  text-align: center;
}
@media only screen and (min-width: 1060px) {
  .dimension-visualizations__detail {
    width: inherit !important;
    max-width: 300px;
  }
}
@media only screen and (min-width: 815px) and (max-width: 1060px) {
  .dimension-visualizations__detail {
    width: 33% !important;
  }
}
@media only screen and (min-width: 615px) and (max-width: 815px) {
  .dimension-visualizations__detail {
    width: 50% !important;
  }
}
@media only screen and (max-width: 615px) {
  .dimension-visualizations__detail {
    display: block;
    width: 100% !important;
  }
}
.dimension-visualizations__divider {
  margin-bottom: 40px;
}

.column-name {
  display: none;
}
@media only screen and (max-width: 615px) {
  .column-name {
    display: inline-block;
    font-weight: bold;
    padding-right: 1ex;
  }
}

.col-width--xsmall {
  width: 1em;
}

.col-width--small {
  width: calc(26% - 1em);
}
@media only screen and (max-width: 615px) {
  .col-width--small {
    display: block;
    width: calc(100% - 1em);
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.col-width--medium {
  width: 42%;
}
@media only screen and (max-width: 615px) {
  .col-width--medium {
    display: block;
    width: calc(100% - 1em);
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.template-use-header h4 {
  float: left;
}
@media only screen and (max-width: 615px) {
  .template-use-header h4 {
    float: none;
  }
}
.template-use-header .button-wrapper {
  float: right;
}
@media only screen and (max-width: 615px) {
  .template-use-header .button-wrapper {
    float: none;
    margin-bottom: 15px;
  }
}

.nvd3 .nv-discretebar .nv-groups text, .nvd3 .nv-multibarHorizontal .nv-groups text {
  fill: #4D4F51;
}

.nvd3 text {
  fill: #4D4F51;
}

.nvd3 .nv-axis .tick line {
  stroke: #fff;
}

/*.nvtooltip.nvtooltip {
  background: rgba(0,0,0,.75);
  @include border-radius(4px);
  color: #fff;
  padding: 10px;
  text-align: center;

    margin-top: -30px;
    margin-left: -75px;

  h3 {
    background: none;
    color: #fff;
    font-family: $main;
    font-size: 18px;
    padding-bottom: 8px;
  }
}
*/
.nv-group {
  fill-opacity: 1 !important;
}

.assignment-details__heading {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.assignment-details__value {
  display: block;
  margin-bottom: 20px;
  margin-left: 0;
}
.assignment-details__link {
  color: #155eab;
  cursor: pointer;
  text-decoration: underline;
}
.assignment-details__valueMaxHeight {
  display: block;
  margin-bottom: 20px;
  margin-left: 0;
  max-height: 150px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.grid-width {
  font-size: 0;
}
.grid-width--50 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  width: 50%;
}
.grid-width--padding-20 {
  padding: 20px;
}
.grid-width--text-center {
  text-align: center;
}

.roster-info {
  font-style: italic;
}

.pull-left {
  float: left;
}

.static-footer {
  position: static !important;
}

.modal .modal-content .entry-group {
  margin-bottom: 20px;
}
.modal .modal-content .entry-group .inline-error {
  left: 20px;
  top: 83px;
}

.warning-title {
  padding-top: 20px;
}

.icon-yellow {
  color: #BE8900;
  margin-right: 2px;
}

.two-col-modal {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 65px;
  text-align: center;
}

.two-col-modal__bg-title {
  background: #eee;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  margin-bottom: 10px;
  padding: 5px;
  text-align: left;
}

.two-col-modal__description {
  text-align: left;
}

.two-col-modal__details {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 5px;
  text-align: left;
}

.two-col-modal__detail-item {
  margin-bottom: 20px;
}

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

.select-item-list--title {
  color: #777;
  font-style: italic;
  margin-bottom: 10px;
}
.select-item-list--select {
  margin: 0 0 10px 0;
}
.select-item-list .tooltip-trigger {
  overflow: hidden;
  position: relative;
  cursor: help;
}
.select-item-list .tooltip-trigger:hover {
  overflow: visible;
}
.select-item-list .tooltip-trigger:hover .tooltip {
  opacity: 1;
  top: 30px;
  -webkit-transition: all 0.25s 0.5s ease-in-out;
  -moz-transition: all 0.25s 0.5s ease-in-out;
  -o-transition: all 0.25s 0.5s ease-in-out;
  transition: all 0.25s 0.5s ease-in-out;
}
.select-item-list .entry-list .tooltip-trigger {
  cursor: pointer;
}
.select-item-list .tooltip {
  top: -5000em;
  cursor: auto;
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  left: 17px;
  line-height: 1.2em;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 35px;
  width: 80%;
  z-index: 2;
}
.select-item-list .tooltip:before {
  border: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.75);
  content: "";
  height: 0;
  left: 25px;
  position: absolute;
  top: -20px;
  width: 0;
}
.select-item-list .tooltip {
  pointer-events: none;
}
.select-item-list .tooltip-trigger {
  font-weight: normal;
  padding-left: 3px;
}
.select-item-list--label {
  color: #3a75b7;
  display: block;
  width: 100%;
}
.select-item-list--radio.select-item-list--radio {
  height: auto;
  margin: 0;
  width: auto;
}
.select-item-list--dimension {
  display: block;
  margin-bottom: 3px;
  padding-left: 7px;
  position: relative;
}
.select-item-list--dimension:before {
  content: "- ";
  position: absolute;
  left: 0;
  top: 2px;
}

.confirm-action {
  padding: 0;
  margin-left: 30px;
}
.confirm-action--option {
  list-style: none;
  margin: 0 0 12px 0;
  position: relative;
}
.confirm-action--checkbox.confirm-action--checkbox {
  width: auto;
  margin: 0 10px 0 0;
  height: auto;
  position: absolute;
  left: -20px;
  top: 4px;
}

[class*=icon-]:not(.start-now--feature--icon) {
  margin-top: 3px;
  margin-top: 3px;
  width: calc(1em + 2px);
  padding-left: 1px;
  padding-right: 1px;
}

a {
  cursor: pointer;
  color: #06c;
}

.panel-body {
  clear: left;
}

.panel-default {
  min-height: 100px;
}

@-webkit-keyframes $name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes $name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes $name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes $name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.portable-layout {
  padding-top: 20px;
}

.button[disabled] [class*=icon-],
.button[disabled]:hover [class*=icon-],
.button[disabled]:focus [class*=icon-] {
  color: #818181;
}

input:invalid {
  background-color: #ffffff;
  color: #E44E41;
}

input.ng-invalid.ng-dirty {
  background-color: #fdf4f4;
  border-bottom: 1px dashed #d53a0a;
  color: #E44E41;
}

#rubricCollectionContainer .achievement-titles li:not(.na-floater) {
  min-width: 170px;
  width: 171px;
}

.page-end {
  margin: 50px 0;
}

.achievement-text {
  border: none !important;
  display: table;
  height: 100%;
  width: 100%;
}
.achievement-text.achievement-entry-text {
  position: static;
}
.achievement-text:first-child textarea {
  white-space: nowrap;
  overflow: hidden;
}
.achievement-text span {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  white-space: pre-wrap;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.achievement-text .achievement-text-content {
  text-align: left;
  white-space: normal;
  word-wrap: normal;
}
.achievement-text .achievement-text-content b {
  display: block;
  font-size: 16px;
  white-space: pre-wrap;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.achievement-text .achievement-text-content i {
  display: block;
  font-style: normal;
  font-weight: normal;
  white-space: pre-wrap;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.na-cell .dimension-reset {
  border: none;
  border-bottom: 1px dashed #ddd;
  display: block;
  padding-top: 129px;
}

.new-logo-brand .topBar-productName {
  position: absolute;
  left: 46;
  padding: 0px 14px 0px 14px;
  opacity: 1;
}

.dimension-cell {
  position: relative;
  -webkit-transition: background 0.18s linear;
  -moz-transition: background 0.18s linear;
  -o-transition: background 0.18s linear;
  transition: background 0.18s linear;
}
.dimension-cell.selected {
  background-color: #fafcff !important;
}

.dimension-comment {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #bbb;
}
.dimension-comment .comment-wrapper {
  height: 75px;
  position: relative;
}
.dimension-comment .comment-wrapper textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 75px;
  max-width: none;
  padding: 12px 123px 12px 12px;
  width: 100%;
}

#rubricTableCollectionContainer {
  clear: both;
  overflow-x: auto;
  overflow-y: hidden;
}
#rubricTableCollectionContainer .achievement-column {
  min-width: 170px;
}
#rubricTableCollectionContainer .dimension-title-table, #rubricTableCollectionContainer th {
  background-color: #fafafa;
  border-bottom: 2px solid #767676;
  color: #222;
  font-size: 14px;
  height: 80px;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  border-right: 2px solid #767676;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#rubricTableCollectionContainer .na-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100px;
  min-width: 100px;
}
#rubricTableCollectionContainer .dimension-title-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#rubricTableCollectionContainer .dimension-title-wrapper .weight {
  padding-bottom: 10px;
  padding-right: 10px;
}
#rubricTableCollectionContainer th {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
  min-width: 170px;
  padding: 10px 30px;
  width: 170px;
}
#rubricTableCollectionContainer th:first-child {
  border-bottom: 1px solid #ddd;
}
#rubricTableCollectionContainer th:last-child {
  border-right: 1px solid #bbb;
}
#rubricTableCollectionContainer .dimension-row td {
  background-color: #fff;
  text-align: center;
  min-width: 170px;
  vertical-align: top;
  width: 170px;
}
#rubricTableCollectionContainer .dimension-row input {
  clear: left;
  display: inline-block;
  margin-top: 20px;
}
#rubricTableCollectionContainer .dimension-cell {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#rubricTableCollectionContainer .dimension-cell:last-child {
  border-right: 1px solid #bbb;
}
#rubricTableCollectionContainer .dimension-cell label {
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: table-cell;
  height: 180px;
  padding: 5px;
  text-align: center;
  -webkit-transition: background 0.18s linear;
  -moz-transition: background 0.18s linear;
  -o-transition: background 0.18s linear;
  transition: background 0.18s linear;
  vertical-align: top;
  width: 100%;
}
#rubricTableCollectionContainer .dimension-cell label .selected {
  background-color: #fafcff;
}

#rubricCollectionTable {
  border-left: 1px solid #bbb;
  border-top: 1px solid #bbb;
  clear: both;
  table-layout: auto;
  width: 100%;
}

#rubricCollectionContainer h3 {
  float: left;
  margin: 47px 60px 60px 8px;
}

.dimension-reset, .na-cell .dimension-reset {
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  opacity: 0;
  padding-top: 140px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.dimension-reset i, .na-cell .dimension-reset i {
  background: #fff;
  bottom: 10px;
  color: #d53a0a;
  font-size: 21px;
  height: 29px;
  left: 50%;
  overflow: visible;
  padding: 0;
  position: absolute;
  -webkit-text-shadow: 0px 3px 0px #9f2702, 3px 0px 0px #9f2702, -3px 0px 0px #9f2702, 0px -3px 0px #9f2702;
  text-shadow: 0px 3px 0px #9f2702, 3px 0px 0px #9f2702, -3px 0px 0px #9f2702, 0px -3px 0px #9f2702;
  top: auto;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 34px;
}

.dimension-cell-checked label:after {
  color: #380;
  -webkit-text-shadow: 0px 3px 0px #36570e, 3px 0px 0px #36570e, -3px 0px 0px #36570e, 0px -3px 0px #36570e;
  text-shadow: 0px 3px 0px #36570e, 3px 0px 0px #36570e, -3px 0px 0px #36570e, 0px -3px 0px #36570e;
}
.dimension-cell-checked:hover .dimension-reset {
  opacity: 1;
  z-index: 10;
}

.name-collection {
  clear: none;
  float: left;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  /* Firefox 18- */
  /* Firefox 19+ */
}
@media (max-width: 1025px) {
  .name-collection {
    float: none;
    clear: both;
    margin-bottom: 30px;
    padding-left: 0px;
    text-align: center;
  }
  .name-collection .inline-error.inline-error {
    left: 20%;
  }
}
.name-collection .dropdown-menu {
  -webkit-animation: fadeIn 0.4s ease-in forwards;
  -moz-animation: fadeIn 0.4s ease-in forwards;
  -ms-animation: fadeIn 0.4s ease-in forwards;
  -o-animation: fadeIn 0.4s ease-in forwards;
  animation: fadeIn 0.4s ease-in forwards;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  -webkit-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  max-width: 415px;
  padding: 0;
  position: absolute;
  top: 32px !important;
  width: 415px;
  z-index: 100;
}
.name-collection label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #5c5f63;
  cursor: default;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 300;
  display: inline-block;
  padding-right: 15px;
  text-align: right;
  /*width: 78px;*/
}
.name-collection .switch-name-entry {
  font-size: 16px;
  font-weight: normal;
  padding-left: 10px;
  text-decoration: none;
}
.name-collection .switch-name-entry:hover {
  text-decoration: underline;
}
.name-collection select {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 17px;
  padding: 3px;
  width: 250px;
}
.name-collection .tooltip-trigger {
  overflow: hidden;
  position: relative;
  cursor: help;
}
.name-collection .tooltip-trigger:hover {
  overflow: visible;
}
.name-collection .tooltip-trigger:hover .tooltip {
  opacity: 1;
  top: 39px;
  -webkit-transition: all 0.25s 0.2s ease-in-out;
  -moz-transition: all 0.25s 0.2s ease-in-out;
  -o-transition: all 0.25s 0.2s ease-in-out;
  transition: all 0.25s 0.2s ease-in-out;
}
.name-collection .entry-list .tooltip-trigger {
  cursor: pointer;
}
.name-collection .tooltip {
  top: -5000em;
  cursor: auto;
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  left: -37px;
  line-height: 1.2em;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 44px;
  width: 200px;
  z-index: 2;
}
.name-collection .tooltip:before {
  border: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.75);
  content: "";
  height: 0;
  left: 15px;
  position: absolute;
  top: -20px;
  width: 0;
}
.name-collection .tooltip-trigger {
  cursor: help;
  overflow: visible;
}
.name-collection .tooltip-trigger strong, .name-collection .tooltip-trigger i {
  color: #BE8900;
  font-weight: 700;
}
.name-collection .tooltip-trigger i {
  font-weight: 300;
  left: -20px;
  position: absolute;
  top: 7px;
}
.name-collection input {
  -webkit-animation: fadeIn 0.4s ease-in forwards;
  -moz-animation: fadeIn 0.4s ease-in forwards;
  -ms-animation: fadeIn 0.4s ease-in forwards;
  -o-animation: fadeIn 0.4s ease-in forwards;
  animation: fadeIn 0.4s ease-in forwards;
  background: transparent;
  border: 1px solid transparent;
  border-bottom: 1px dashed #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 17px;
  padding-right: 25px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 415px;
}
.name-collection input:hover {
  color: #06c;
}
.name-collection input:focus {
  border: 1px solid transparent;
  border-bottom: 1px dashed #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #5c5f63;
}
.name-collection .list input:focus,
.name-collection .manual input:focus {
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
}
.name-collection .ng-invalid,
.name-collection .ng-invalid:hover {
  background: transparent;
  color: #d53a0a;
}
.name-collection .ng-invalid::-webkit-input-placeholder {
  color: #d53a0a;
}
.name-collection .ng-invalid:-moz-placeholder {
  color: #d53a0a;
}
.name-collection .ng-invalid::-moz-placeholder {
  color: #d53a0a;
}
.name-collection .ng-invalid:-ms-input-placeholder {
  color: #d53a0a;
}
.name-collection .ng-invalid:focus {
  background: transparent;
}
.name-collection .ng-invalid.ng-dirty {
  background: transparent;
  border: 1px solid transparent;
  border-bottom: 1px dashed #d53a0a;
  color: #d53a0a;
}
.name-collection .inline-error {
  background-color: #d53a0a;
  bottom: 45px;
  color: #FFF;
  line-height: 30px;
  padding: 11px 15px 11px 15px;
  position: absolute;
  z-index: 200;
  left: 83px;
  line-height: 1.5em;
  margin: 0;
  top: auto;
  -webkit-box-shadow: 1px 1px 0px #9f2702;
  -moz-box-shadow: 1px 1px 0px #9f2702;
  box-shadow: 1px 1px 0px #9f2702;
  font-size: 16px;
  font-weight: normal;
  left: 102px;
  width: 325px;
}
.name-collection .inline-error:before {
  content: "";
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #d53a0a;
  bottom: -20px;
  display: block;
  height: 0;
  left: 15px;
  position: absolute;
  right: auto;
  top: auto;
  width: 0;
}
.name-collection .info-box {
  background-color: #FFFFE0;
  color: #000;
  box-shadow: 1px 1px 5px #5c5f63;
}
.name-collection .info-box:before {
  content: "";
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFFFE0;
  bottom: -20px;
  display: block;
  height: 0;
  left: 15px;
  position: absolute;
  right: auto;
  top: auto;
  width: 0;
}

#rubricCollectionTable .na-cell {
  background: #fff !important;
  padding: 10px 0 0 0 !important;
  width: 100px;
}
#rubricCollectionTable .na-cell label {
  border: none;
  display: table;
  padding: 0 10px 83px;
  height: 194px;
}
#rubricCollectionTable .na-cell span {
  background: #fff;
  border: none;
}
#rubricCollectionTable .na-cell .dimension-reset {
  background: none;
}
#rubricCollectionTable .na-cell .text-wrapper {
  text-align: center !important;
}

#rubricCollectionTable .achievement-text div {
  display: table-row;
}

#rubricTableCollectionContainer .dimension-cell textarea {
  cursor: pointer;
}

#rubricTableCollectionContainer .comments-enabled .dimension-cell {
  border-bottom: none;
  overflow: auto;
}

#rubricTableCollectionContainer .comments-enabled .dimension-cell label {
  border-bottom: 1px dashed #ddd;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#rubricTableCollectionContainer .dimension-cell input {
  cursor: pointer;
  opacity: 0;
}

.dimension-comment textarea {
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 100px;
  max-width: 1100px;
  min-width: 150px;
  resize: none;
  width: 95%;
}

.error-font-fix {
  font-size: medium;
  font-weight: normal;
}

#rubricCollectionTable tr.collection-error td:first-child div {
  border-left: 5px #BE8900 solid;
}
#rubricCollectionTable tr td:first-child div {
  border-left: 5px #380 solid;
}
#rubricCollectionTable tr td.dimension-comment div {
  border-left: none;
}

#rubricCollectionContainer .notification.error {
  margin-top: 30px;
}
#rubricCollectionContainer .notification.error a {
  color: #fff;
}

/* Shared between report general and lists*/
header h2 {
  float: left;
  max-width: 990px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 40%;
  overflow: hidden;
}
@media (max-width: 992px) {
  header h2 {
    width: 90%;
  }
}

.details-section .entry-list ul li .name .name-title {
  float: left;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 21px;
  font-weight: 300;
  margin: 0;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 15px;
}
.details-section .entry-list ul li .name .name-img {
  float: left;
  margin-right: 10px;
  background-position: 50% 10%;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  background-size: 85px auto;
}

.details-section .entry-list ul li.unevaluated a {
  background: #eee;
}

.generic-entries div {
  padding: 20px;
  float: right;
}
.generic-entries li {
  border-bottom: 0px;
  border-top: 1px solid #eee;
}
.generic-entries li span {
  float: right;
}
.generic-entries ul {
  padding: 0;
  width: 100%;
  float: right;
}

.accordion-click {
  float: right;
  margin-top: 7px;
}

.disabled-pointer {
  cursor: not-allowed;
}

.panel-list__action_adjusted {
  height: 90px;
}
.panel-list__action_adjusted .panel-list__main-title.panel-list__main-title--twoline {
  white-space: unset;
}