.results-figure {
  margin: 0 -6px; }
  .results-figure .results-table {
    display: none; }
  .results-figure .fa-chevron-right {
    display: inline; }
  .results-figure .fa-chevron-down {
    display: none; }
  .results-figure.expanded .results-table {
    display: table; }
  .results-figure.expanded .fa-chevron-right {
    display: none; }
  .results-figure.expanded .fa-chevron-down {
    display: inline; }

.score-description {
  font: 400 12px/34px "Open Sans", sans-serif;
  margin: 20px 6px 0 0; }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .score-description {
      margin-top: 0; } }

.results-table {
  width: 100%;
  border-spacing: 4px 0;
  border-collapse: separate; }
  .results-table tr:nth-child(odd) {
    background-color: #fafafa; }
  .results-table tr:nth-child(even) {
    background-color: #ececec; }

.rubric-name {
  font: 400 13px/18px "Arvo", serif;
  padding: 10px;
  width: 66%; }

.alignment-scores {
  padding: 10px;
  vertical-align: middle; }

.score-value {
  font: 600 18px/18px "Open Sans", sans-serif; }

.score-users {
  font: 400 13px/18px "Open Sans", sans-serif; }

.tri-state-results.expanded .tri-state-section.active {
  display: table-row-group; }
.tri-state-results .tri-state-section {
  display: none; }
.tri-state-results .section-tabs td {
  height: auto;
  padding: 0; }
.tri-state-results .section-tabs a {
  display: inline-block;
  width: 100%;
  line-height: 41px;
  color: #0b6a8e;
  text-align: center;
  padding: 0 10px;
  background-color: #ececec; }
  .tri-state-results .section-tabs a:hover {
    background-color: #eeeeee; }
  .tri-state-results .section-tabs a.active {
    background-color: #cccccc; }
    .tri-state-results .section-tabs a.active:hover {
      background-color: #bbbbbb; }

.save-widget {
  display: inline-block;
  position: relative; }

.save-widget-popup {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 15px;
  min-width: 250px;
  max-width: 500px; }

.save-widget-section {
  border-bottom: 1px dashed #ccc;
  margin: 0 0 10px;
  padding: 0 0 10px; }

.save-widget-section-title {
  font-family: "Arvo", serif;
  font-weight: normal;
  font-size: 1em;
  margin: 0 0 10px 0; }

.save-widget-section-content {
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px; }

.save-widget-folders-list,
.save-widget-subfolders-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.save-widget-subfolders-list {
  margin-left: 10px; }
  html[dir='rtl'] .save-widget-subfolders-list {
    margin-left: 0;
    margin-right: 10px; }

.save-widget-folder {
  margin: 0 -3px;
  padding: 0 3px; }

.save-widget-folder-link {
  cursor: pointer;
  color: #0b6a8e; }
  .save-widget-folder-link:hover, .save-widget-folder-link:focus {
    background: #e6e6e6; }

.save-widget-group-title {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 1em;
  margin: 0;
  padding: 5px; }
  html[dir='rtl'] .save-widget-group-title {
    padding-left: 0;
    padding-right: 20px; }
  .save-widget-group-title img {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle; }

.save-widget-group-folders {
  margin-left: 20px;
  margin-bottom: 7px; }
  html[dir='rtl'] .save-widget-group-folders {
    margin-left: 0;
    margin-right: 20px; }

.save-widget-buttons {
  text-align: right; }
  .save-widget-buttons html[dir='rtl'] {
    text-align: left; }

.save-widget-new-folder {
  display: none; }

.fa-caret-down {
  position: relative;
  top: 1px;
  margin-left: 8px; }

.comment-actions {
  position: absolute;
  top: 0;
  right: -5px; }
  html[dir="rtl"] .comment-actions {
    right: auto;
    left: -5px; }
  .comment-actions a {
    display: inline-block; }
  .comment-actions i {
    font-size: 1.15385em; }

.delete-confirmation {
  font-family: "Open Sans", sans-serif; }
  .delete-confirmation .confirmation-buttons {
    margin: 10px 0 0; }
    .delete-confirmation .confirmation-buttons a {
      padding: 7px 13px;
      font-size: 13px; }
      .delete-confirmation .confirmation-buttons a:first-child {
        margin-right: 5px; }
  .delete-confirmation .popup {
    display: none;
    position: absolute;
    top: 40px;
    right: 10px;
    padding: 10px;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1;
    -webkit-box-shadow: 0 0 15px #bbb;
    -moz-box-shadow: 0 0 15px #bbb;
    -ms-box-shadow: 0 0 15px #bbb;
    box-shadow: 0 0 15px #bbb; }
    .delete-confirmation .popup .confirmation-buttons {
      text-align: center; }
    html[dir="rtl"] .delete-confirmation .popup {
      right: auto;
      left: 10px;
      text-align: left; }
    .delete-confirmation .popup.additional {
      width: 23.07692em; }
      .delete-confirmation .popup.additional p span {
        color: #146c91; }
      .delete-confirmation .popup.additional .confirmation-buttons .confirm-delete {
        background: none;
        border: none;
        color: #146c91; }
        .delete-confirmation .popup.additional .confirmation-buttons .confirm-delete:hover {
          text-decoration: underline; }

div.comment, div.reply, div.evaluation-comment {
  position: relative;
  margin-top: 20px;
  padding: 15px 5px 10px 0;
  border-bottom: 1px solid #d3d3d3;
  *zoom: 1; }
  div.comment .user-image, div.reply .user-image, div.evaluation-comment .user-image {
    float: left;
    padding-right: 10px; }
    html[dir="rtl"] div.comment .user-image, html[dir="rtl"] div.reply .user-image, html[dir="rtl"] div.evaluation-comment .user-image {
      float: right;
      padding-right: 0;
      padding-left: 10px; }
  div.comment .details, div.reply .details, div.evaluation-comment .details {
    position: relative;
    top: -5px;
    margin-left: 60px;
    padding-left: 10px;
    line-height: 1.5;
    font-size: 1.15385em;
    text-align: left; }
    html[dir="rtl"] div.comment .details, html[dir="rtl"] div.reply .details, html[dir="rtl"] div.evaluation-comment .details {
      text-align: right;
      margin-left: 0;
      margin-right: 60px;
      padding-left: 0;
      padding-right: 10px; }
    div.comment .details h1, div.reply .details h1, div.evaluation-comment .details h1 {
      margin-top: 10px;
      padding: 0 0 0 25px;
      font-size: 1em;
      font-weight: normal; }
      html[dir="rtl"] div.comment .details h1, html[dir="rtl"] div.reply .details h1, html[dir="rtl"] div.evaluation-comment .details h1 {
        padding: 0 25px 0 0;
        background-position: top right; }
    div.comment .details a.title, div.reply .details a.title, div.evaluation-comment .details a.title {
      display: inline-block;
      padding-right: 70px; }
      html[dir="rtl"] div.comment .details a.title, html[dir="rtl"] div.reply .details a.title, html[dir="rtl"] div.evaluation-comment .details a.title {
        padding-right: 0;
        padding-left: 70px; }
    div.comment .details .block-label, div.reply .details .block-label, div.evaluation-comment .details .block-label {
      position: absolute;
      top: -5px;
      right: -5px;
      display: block;
      padding: 3px 5px;
      color: #FFFFFF;
      font-family: "Open Sans", sans-serif;
      font-size: 11px; }
    div.comment .details .buttons, div.reply .details .buttons, div.evaluation-comment .details .buttons {
      display: inline-block;
      margin-left: 5px;
      color: #cacccd; }
    div.comment .details .text p, div.reply .details .text p, div.evaluation-comment .details .text p {
      padding-top: 10px;
      font-family: "Open Sans", sans-serif;
      font-size: 1em;
      font-weight: normal; }
  div.comment:last-child, div.reply:last-child, div.evaluation-comment:last-child {
    margin-bottom: 0; }
  div.comment:before, div.comment:after, div.reply:before, div.reply:after, div.evaluation-comment:before, div.evaluation-comment:after {
    display: table;
    content: ""; }
  div.comment:after, div.reply:after, div.evaluation-comment:after {
    clear: both; }

.comment-timestamp {
  color: #999999;
  font: italic 14px/18px "Open Sans", sans-serif; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .comment-timestamp {
      display: block;
      margin-left: 5px; } }

.comment-author {
  font: 500 14px/18px "Open Sans", sans-serif; }
  .comment-author :after {
    content: "\A";
    white-space: pre; }

.resource-review .block-label {
  background-color: #ddbe4d; }

.teaching-tip .block-label {
  background-color: #84b611; }

.evaluation-comment .block-label {
  background-color: #0084a3; }

div.evaluation-comment.achieve .details h1 {
  background: url('/static/newdesign/images/comments/icon-achieve-results.png?1c585b92d9c7') no-repeat; }

div.evaluation-comment.equip .details h1 {
  padding-top: 3px;
  padding-left: 24px;
  background: url('/static/newdesign/images/comments/icon-equip-results.png?1c585b92d9c7') no-repeat; }
  html[dir="rtl"] div.evaluation-comment.equip .details h1 {
    padding-top: 4px;
    padding-left: 0;
    padding-right: 30px; }

div.reply {
  margin-top: 10px;
  margin-left: 80px;
  border-top: none;
  padding-bottom: 5px; }
  html[dir="rtl"] div.reply {
    padding-left: 15px;
    padding-right: 80px; }
  div.reply a.parent-link {
    padding-left: 5px;
    font-size: 0.84615em;
    color: #000000;
    display: block; }
    div.reply a.parent-link:hover {
      color: #474f60; }

div.sticky-form {
  margin-top: 0;
  padding: 15px;
  border: 1px solid #D7D7D6;
  border-top: none; }
  div.sticky-form .comment-form .buttons .cancel {
    display: inline-block;
    background-color: transparent; }

.comment-form textarea {
  border-color: #d3d3d3;
  font: 300 13px/18px "Open Sans", sans-serif;
  padding: 8px; }

.comment-button {
  margin-top: 5px; }

.comments {
  padding: 15px 0;
  margin-bottom: 40px; }
  .comments .comment-form .label {
    display: none; }
  .comments .comment-form textarea {
    width: 100%;
    height: 9.61538em;
    resize: none; }
  .comments .comment-form .buttons {
    text-align: right; }
    .comments .comment-form .buttons .cancel {
      display: none; }
    html[lang="ar"] .comments .comment-form .buttons {
      text-align: left; }

.comments-control-panel {
  margin-top: 40px;
  padding-top: 35px;
  border-top: 1px solid #d3d3d3;
  text-align: right; }

.comments-header {
  display: inline-block;
  font: 400 14px "Arvo", serif; }

.comments-link {
  display: inline-block;
  font: 500 14px "Open Sans", sans-serif; }
  .comments-link:after {
    color: #c1cacb;
    content: "/"; }
  .comments-link:last-child:after {
    content: ""; }
  .comments-link.active a {
    color: #474f60; }
  .comments-link a {
    padding: 0 5px; }

.multiple-alignment-tag-widget {
  font-family: "Open Sans", sans-serif;
  border: 1px solid #d3d3d3;
  padding: 10px 15px; }

.multiple-alignment-tag-widget-selects select {
  width: 100%;
  max-width: 100%; }

.multiple-alignment-tag-widget-empty-message {
  display: none;
  text-align: center;
  border: 1px solid #ccc;
  padding: 5px; }

.multiple-alignment-tag-widget-tag {
  background-color: #FFE4B8;
  color: inherit;
  margin: 3px 5px 3px 0;
  padding: 3px 5px;
  display: inline-block; }

.multiple-alignment-tag-widget-remove-btn.btn-link {
  padding: 0;
  color: #999;
  margin: -2px 0 0 5px; }

.multiple-alignment-tag-widget-tags {
  margin-bottom: 10px; }

.tag-label {
  padding-left: 45px;
  text-indent: -20px;
  margin-left: 10px;
  margin-top: 15px;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }
  .tag-label.mod-is-checked {
    display: block; }
  .tag-label .tag-option {
    vertical-align: bottom;
    position: relative;
    top: -2px;
    left: -25px; }
    html[dir="rtl"] .tag-label .tag-option {
      right: -25px; }
  html[dir="rtl"] .tag-label {
    padding-right: 45px;
    padding-left: 5px;
    text-align: right; }

.tag-optgroup-title {
  color: #787878;
  margin: 15px 0 10px; }

.educational-standards-widget .field {
  margin-bottom: 0.76923em; }
.educational-standards-widget .field.required .label {
  font-weight: bold; }
.educational-standards-widget .field.inline {
  display: inline-block; }
.educational-standards-widget .field.title {
  width: 25em; }
  .educational-standards-widget .field.title input {
    width: 23em; }
.educational-standards-widget .field.event-field input {
  width: 95%; }
.educational-standards-widget .field.event-field textarea {
  resize: none; }
.educational-standards-widget .field.small-field input, .educational-standards-widget .field.small-field select {
  width: 8em; }
.educational-standards-widget .event-btn {
  width: 11em;
  text-align: center; }
.educational-standards-widget .errors {
  color: #ff0000;
  margin-top: -3px;
  margin-bottom: 3px; }
  .educational-standards-widget .errors label {
    font-size: 0.9em;
    text-transform: none; }
.educational-standards-widget label.error {
  display: block;
  color: red; }
.educational-standards-widget input, .educational-standards-widget textarea {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.educational-standards-widget input[type="text"], .educational-standards-widget input[type="password"], .educational-standards-widget input[type='url'], .educational-standards-widget textarea {
  margin: 0;
  padding: 0.46154em 0.76923em;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: #e9f3fb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  vertical-align: top;
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5; }
  .educational-standards-widget input[type="text"]:focus, .educational-standards-widget input[type="password"]:focus, .educational-standards-widget input[type='url']:focus, .educational-standards-widget textarea:focus {
    background-color: #fff; }
.educational-standards-widget input::-webkit-input-placeholder {
  color: #999999;
  font-size: 1em;
  font-family: "Arvo", serif;
  font-style: italic; }
.educational-standards-widget input:-moz-placeholder {
  color: #999999;
  font-size: 1em;
  font-family: "Arvo", serif;
  font-style: italic; }
.educational-standards-widget input::-moz-placeholder {
  color: #999999;
  font-size: 1em;
  font-family: "Arvo", serif;
  font-style: italic; }
.educational-standards-widget input:-ms-input-placeholder {
  color: #999999;
  font-size: 1em;
  font-family: "Arvo", serif;
  font-style: italic; }
.educational-standards-widget textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 1em;
  font-family: "Arvo", serif;
  font-style: italic; }
.educational-standards-widget textarea:-moz-placeholder {
  color: #999999;
  font-size: 1em;
  font-family: "Arvo", serif;
  font-style: italic; }
.educational-standards-widget textarea::-moz-placeholder {
  color: #999999;
  font-size: 1em;
  font-family: "Arvo", serif;
  font-style: italic; }
.educational-standards-widget textarea:-ms-input-placeholder {
  color: #999999;
  font-size: 1em;
  font-family: "Arvo", serif;
  font-style: italic; }
.educational-standards-widget .btn-gray {
  display: inline-block;
  margin: 0;
  border: 1px solid #c0c0c0;
  padding: 0.46154em 0.76923em;
  color: #474f60;
  font-family: "Open Sans", sans-serif;
  font-size: 0.84615em;
  line-height: 1.5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #e2e2e2;
  text-shadow: 1px 1px 1px #b8b6b6;
  background-image: #d9d9d9;
  background-image: -webkit-linear-gradient(top, #e3e3e3 0%, #e3e3e3 30%, #cecece 70%, #cecece 100%);
  background-image: -moz-linear-gradient(top, #e3e3e3 0%, #e3e3e3 30%, #cecece 70%, #cecece 100%);
  background-image: -o-linear-gradient(top, #e3e3e3 0%, #e3e3e3 30%, #cecece 70%, #cecece 100%);
  background-image: -ms-linear-gradient(top, #e3e3e3 0%, #e3e3e3 30%, #cecece 70%, #cecece 100%);
  background-image: linear-gradient(top, #e3e3e3 0%, #e3e3e3 30%, #cecece 70%, #cecece 100%); }
  .educational-standards-widget .btn-gray:hover {
    color: #000;
    background-image: #d2d2d2;
    background-image: -webkit-linear-gradient(top, #e9e9e9 0%, #e9e9e9 30%, #bababa 70%, #bababa 100%);
    background-image: -moz-linear-gradient(top, #e9e9e9 0%, #e9e9e9 30%, #bababa 70%, #bababa 100%);
    background-image: -o-linear-gradient(top, #e9e9e9 0%, #e9e9e9 30%, #bababa 70%, #bababa 100%);
    background-image: -ms-linear-gradient(top, #e9e9e9 0%, #e9e9e9 30%, #bababa 70%, #bababa 100%);
    background-image: linear-gradient(top, #e9e9e9 0%, #e9e9e9 30%, #bababa 70%, #bababa 100%); }
  .fl-theme-bw .educational-standards-widget .btn-gray, .fl-theme-by .educational-standards-widget .btn-gray, .fl-theme-wb .educational-standards-widget .btn-gray, .fl-theme-yb .educational-standards-widget .btn-gray {
    background-image: none;
    background-color: transparent; }
.educational-standards-widget .btn-plain {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.61538em 1.07692em;
  height: 2.30769em;
  border: 1px solid #ccc;
  background-color: #ccc;
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 300;
  font-size: 1.15385em;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  cursor: pointer; }
  .educational-standards-widget .btn-plain:hover {
    border-color: #2d5d36;
    background-color: #2d5d36;
    color: #fff; }
.educational-standards-widget .btn-blue-plain {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.61538em 1.07692em;
  height: 2.30769em;
  border: 1px solid #0b6a8e;
  background-color: #0b6a8e;
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 300;
  font-size: 1.15385em;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  cursor: pointer; }
  .educational-standards-widget .btn-blue-plain:hover {
    border-color: #2d5d36;
    background-color: #2d5d36;
    color: #fff; }
.educational-standards-widget .btn-green-plain {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.61538em 1.07692em;
  height: 2.30769em;
  border: 1px solid #3a853a;
  background-color: #3a853a;
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 300;
  font-size: 1.15385em;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  cursor: pointer; }
  .educational-standards-widget .btn-green-plain:hover {
    border-color: #2d5d36;
    background-color: #2d5d36;
    color: #fff; }
.educational-standards-widget .btn-light-blue-plain {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.61538em 1.07692em;
  height: 2.30769em;
  border: 1px solid #97c8d2;
  background-color: #97c8d2;
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 300;
  font-size: 1.15385em;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  cursor: pointer; }
  .educational-standards-widget .btn-light-blue-plain:hover {
    border-color: #2d5d36;
    background-color: #2d5d36;
    color: #fff; }
.educational-standards-widget .btn-red-plain {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.61538em 1.07692em;
  height: 2.30769em;
  border: 1px solid #fc8789;
  background-color: #fc8789;
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 300;
  font-size: 1.15385em;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  cursor: pointer; }
  .educational-standards-widget .btn-red-plain:hover {
    border-color: #2d5d36;
    background-color: #2d5d36;
    color: #fff; }
.educational-standards-widget .btn-pink-plain {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.61538em 1.07692em;
  height: 2.30769em;
  border: 1px solid #f49b9b;
  background-color: #f49b9b;
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 300;
  font-size: 1.15385em;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  cursor: pointer; }
  .educational-standards-widget .btn-pink-plain:hover {
    border-color: #2d5d36;
    background-color: #2d5d36;
    color: #fff; }
.educational-standards-widget .btn-cancel {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.61538em 1.07692em;
  height: 2.30769em;
  border: 1px solid transparent;
  background-color: transparent;
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 300;
  font-size: 1.15385em;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  cursor: pointer;
  color: #0b6a8e; }
  .educational-standards-widget .btn-cancel:hover {
    border-color: #2d5d36;
    background-color: #2d5d36;
    color: #fff; }
.educational-standards-widget .field.required .label {
  font-weight: normal; }
.educational-standards-widget .label {
  padding-left: 2px; }
.educational-standards-widget .hidden {
  display: none; }
.educational-standards-widget select {
  max-width: 100%; }

.multiple-alignment-tag-widget {
  background: #ffffff;
  padding: 0 5px 20px;
  border: none; }
  .multiple-alignment-tag-widget .label {
    color: #333333;
    font: 700 14px/24px "Open Sans", sans-serif; }

.align-form-top-label {
  margin: 0 0 5px 5px;
  color: #333333;
  font: 700 14px/24px "Open Sans", sans-serif; }

.pagination {
  margin-top: 20px;
  float: right;
  color: #999; }
  html[dir="rtl"] .pagination {
    float: left; }
  .pagination li {
    display: inline-block;
    padding: 0 2px; }
    .pagination li:last-child {
      padding-right: 0; }
  .pagination a {
    color: #0b7ba9; }
  .pagination strong {
    color: #000; }

.cou-bucket .icon {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 33px;
  background: url('/static/newdesign/images/materials/cou-bucket-icons.png?1c585b92d9c7') no-repeat; }
.cou-bucket.no-string-attached .icon {
  background-position: 0 0; }
  .fl-theme-by .cou-bucket.no-string-attached .icon {
    background-position: 0 0; }
  .fl-theme-wb .cou-bucket.no-string-attached .icon {
    background-position: 0 -70px; }
  .fl-theme-yb .cou-bucket.no-string-attached .icon {
    background-position: 0 -70px; }
.cou-bucket.read-the-fine-print .icon {
  background-position: -35px 0; }
  .fl-theme-by .cou-bucket.read-the-fine-print .icon {
    background-position: -35px 0; }
  .fl-theme-wb .cou-bucket.read-the-fine-print .icon {
    background-position: -35px -35px; }
  .fl-theme-yb .cou-bucket.read-the-fine-print .icon {
    background-position: -35px -70px; }
.cou-bucket.remix-and-share .icon {
  background-position: -70px 0; }
  .fl-theme-by .cou-bucket.remix-and-share .icon {
    background-position: -70px 0; }
  .fl-theme-wb .cou-bucket.remix-and-share .icon {
    background-position: -70px -35px; }
  .fl-theme-yb .cou-bucket.remix-and-share .icon {
    background-position: -70px -70px; }
.cou-bucket.share-only .icon {
  background-position: -105px 0; }
  .fl-theme-by .cou-bucket.share-only .icon {
    background-position: -105px 0; }
  .fl-theme-wb .cou-bucket.share-only .icon {
    background-position: -105px -35px; }
  .fl-theme-yb .cou-bucket.share-only .icon {
    background-position: -105px -70px; }

.educational-standards-widget .field {
  margin-bottom: 0.76923em; }
.educational-standards-widget .field.required .label {
  font-weight: bold; }
.educational-standards-widget .field.inline {
  display: inline-block; }
.educational-standards-widget .field.title {
  width: 25em; }
  .educational-standards-widget .field.title input {
    width: 23em; }
.educational-standards-widget .field.event-field input {
  width: 95%; }
.educational-standards-widget .field.event-field textarea {
  resize: none; }
.educational-standards-widget .field.small-field input, .educational-standards-widget .field.small-field select {
  width: 8em; }
.educational-standards-widget .event-btn {
  width: 11em;
  text-align: center; }
.educational-standards-widget .errors {
  color: #ff0000;
  margin-top: -3px;
  margin-bottom: 3px; }
  .educational-standards-widget .errors label {
    font-size: 0.9em;
    text-transform: none; }
.educational-standards-widget label.error {
  display: block;
  color: red; }
.educational-standards-widget input, .educational-standards-widget textarea {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.educational-standards-widget input[type="text"], .educational-standards-widget input[type="password"], .educational-standards-widget input[type='url'], .educational-standards-widget textarea {
  margin: 0;
  padding: 0.46154em 0.76923em;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: #e9f3fb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  vertical-align: top;
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5; }
  .educational-standards-widget input[type="text"]:focus, .educational-standards-widget input[type="password"]:focus, .educational-standards-widget input[type='url']:focus, .educational-standards-widget textarea:focus {
    background-color: #fff; }
.educational-standards-widget input::-webkit-input-placeholder {
  color: #999999;
  font-size: 1em;
  font-family: "Arvo", serif;
  font-style: italic; }
.educational-standards-widget input:-moz-placeholder {
  color: #999999;
  font-size: 1em;
  font-family: "Arvo", serif;
  font-style: italic; }
.educational-standards-widget input::-moz-placeholder {
  color: #999999;
  font-size: 1em;
  font-family: "Arvo", serif;
  font-style: italic; }
.educational-standards-widget input:-ms-input-placeholder {
  color: #999999;
  font-size: 1em;
  font-family: "Arvo", serif;
  font-style: italic; }
.educational-standards-widget textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 1em;
  font-family: "Arvo", serif;
  font-style: italic; }
.educational-standards-widget textarea:-moz-placeholder {
  color: #999999;
  font-size: 1em;
  font-family: "Arvo", serif;
  font-style: italic; }
.educational-standards-widget textarea::-moz-placeholder {
  color: #999999;
  font-size: 1em;
  font-family: "Arvo", serif;
  font-style: italic; }
.educational-standards-widget textarea:-ms-input-placeholder {
  color: #999999;
  font-size: 1em;
  font-family: "Arvo", serif;
  font-style: italic; }
.educational-standards-widget .btn-gray {
  display: inline-block;
  margin: 0;
  border: 1px solid #c0c0c0;
  padding: 0.46154em 0.76923em;
  color: #474f60;
  font-family: "Open Sans", sans-serif;
  font-size: 0.84615em;
  line-height: 1.5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #e2e2e2;
  text-shadow: 1px 1px 1px #b8b6b6;
  background-image: #d9d9d9;
  background-image: -webkit-linear-gradient(top, #e3e3e3 0%, #e3e3e3 30%, #cecece 70%, #cecece 100%);
  background-image: -moz-linear-gradient(top, #e3e3e3 0%, #e3e3e3 30%, #cecece 70%, #cecece 100%);
  background-image: -o-linear-gradient(top, #e3e3e3 0%, #e3e3e3 30%, #cecece 70%, #cecece 100%);
  background-image: -ms-linear-gradient(top, #e3e3e3 0%, #e3e3e3 30%, #cecece 70%, #cecece 100%);
  background-image: linear-gradient(to bottom, #e3e3e3 0%, #e3e3e3 30%, #cecece 70%, #cecece 100%); }
  .educational-standards-widget .btn-gray:hover {
    color: #000;
    background-image: #d2d2d2;
    background-image: -webkit-linear-gradient(top, #e9e9e9 0%, #e9e9e9 30%, #bababa 70%, #bababa 100%);
    background-image: -moz-linear-gradient(top, #e9e9e9 0%, #e9e9e9 30%, #bababa 70%, #bababa 100%);
    background-image: -o-linear-gradient(top, #e9e9e9 0%, #e9e9e9 30%, #bababa 70%, #bababa 100%);
    background-image: -ms-linear-gradient(top, #e9e9e9 0%, #e9e9e9 30%, #bababa 70%, #bababa 100%);
    background-image: linear-gradient(to bottom, #e9e9e9 0%, #e9e9e9 30%, #bababa 70%, #bababa 100%); }
  .fl-theme-bw .educational-standards-widget .btn-gray, .fl-theme-by .educational-standards-widget .btn-gray, .fl-theme-wb .educational-standards-widget .btn-gray, .fl-theme-yb .educational-standards-widget .btn-gray {
    background-image: none;
    background-color: transparent; }
.educational-standards-widget .btn-plain {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.61538em 1.07692em;
  height: 2.30769em;
  border: 1px solid #ccc;
  background-color: #ccc;
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 300;
  font-size: 1.15385em;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  cursor: pointer; }
  .educational-standards-widget .btn-plain:hover {
    border-color: #2d5d36;
    background-color: #2d5d36;
    color: #fff; }
.educational-standards-widget .btn-blue-plain {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.61538em 1.07692em;
  height: 2.30769em;
  border: 1px solid #0b6a8e;
  background-color: #0b6a8e;
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 300;
  font-size: 1.15385em;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  cursor: pointer; }
  .educational-standards-widget .btn-blue-plain:hover {
    border-color: #2d5d36;
    background-color: #2d5d36;
    color: #fff; }
.educational-standards-widget .btn-green-plain {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.61538em 1.07692em;
  height: 2.30769em;
  border: 1px solid #3a853a;
  background-color: #3a853a;
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 300;
  font-size: 1.15385em;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  cursor: pointer; }
  .educational-standards-widget .btn-green-plain:hover {
    border-color: #2d5d36;
    background-color: #2d5d36;
    color: #fff; }
.educational-standards-widget .btn-light-blue-plain {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.61538em 1.07692em;
  height: 2.30769em;
  border: 1px solid #97c8d2;
  background-color: #97c8d2;
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 300;
  font-size: 1.15385em;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  cursor: pointer; }
  .educational-standards-widget .btn-light-blue-plain:hover {
    border-color: #2d5d36;
    background-color: #2d5d36;
    color: #fff; }
.educational-standards-widget .btn-red-plain {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.61538em 1.07692em;
  height: 2.30769em;
  border: 1px solid #fc8789;
  background-color: #fc8789;
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 300;
  font-size: 1.15385em;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  cursor: pointer; }
  .educational-standards-widget .btn-red-plain:hover {
    border-color: #2d5d36;
    background-color: #2d5d36;
    color: #fff; }
.educational-standards-widget .btn-pink-plain {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.61538em 1.07692em;
  height: 2.30769em;
  border: 1px solid #f49b9b;
  background-color: #f49b9b;
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 300;
  font-size: 1.15385em;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  cursor: pointer; }
  .educational-standards-widget .btn-pink-plain:hover {
    border-color: #2d5d36;
    background-color: #2d5d36;
    color: #fff; }
.educational-standards-widget .btn-cancel {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.61538em 1.07692em;
  height: 2.30769em;
  border: 1px solid transparent;
  background-color: transparent;
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 300;
  font-size: 1.15385em;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  cursor: pointer;
  color: #0b6a8e; }
  .educational-standards-widget .btn-cancel:hover {
    border-color: #2d5d36;
    background-color: #2d5d36;
    color: #fff; }
.educational-standards-widget .field.required .label {
  font-weight: normal; }
.educational-standards-widget .label {
  padding-left: 2px; }
.educational-standards-widget .hidden {
  display: none; }
.educational-standards-widget select {
  max-width: 100%; }

.multiple-alignment-tag-widget {
  background: #ffffff;
  padding: 0 5px 20px;
  border: none; }
  .multiple-alignment-tag-widget .label {
    color: #333333;
    font: 700 14px/24px "Open Sans", sans-serif; }

.align-form-top-label {
  margin: 0 0 5px 5px;
  color: #333333;
  font: 700 14px/24px "Open Sans", sans-serif; }

.popup-ct {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow-y: scroll; }

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
  opacity: 0.7;
  border: none;
  margin: 0px;
  padding: 0px;
  z-index: -1; }

.popup-dialog {
  margin: 50px auto 30px;
  padding: 30px 50px 20px;
  border: 1px solid #ccc;
  overflow: auto;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 4px 16px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 4px 16px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 16px; }
  @media only screen and (max-width: 767px) {
    .popup-dialog {
      padding: 10px; } }

.popup-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 10px;
  font-size: 14px;
  color: #474f60; }

.noscroll {
  overflow: hidden; }

.loading-indicator {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black url('/static/images/ajax-loader.gif?1c585b92d9c7') no-repeat 50% 50%;
  opacity: 0.4; }

.alignment-tags-carousel {
  border: 1px solid #d3d3d3;
  padding: 18px; }

.alignment-tags-carousel-title {
  margin-top: 0;
  font: 400 18px/34px "Arvo", serif; }
  .alignment-tags-carousel-title.mod-with-btn {
    margin-right: 20px;
    display: inline-block; }
  .alignment-tags-carousel-title .counter {
    font-style: italic; }

.alignment-tags-carousel-controls {
  text-align: center;
  margin-bottom: 20px; }
  .alignment-tags-carousel-controls a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 27px; }
  .alignment-tags-carousel-controls .fa {
    font-size: 18px; }
  .alignment-tags-carousel-controls .alignment-tags-carousel-left {
    margin-right: 15px; }
  .alignment-tags-carousel-controls .alignment-tags-carousel-right {
    margin-left: 15px; }

.alignment-tags-carousel-indicators {
  position: static;
  vertical-align: top;
  display: inline-block;
  width: auto;
  margin: 0; }
  .alignment-tags-carousel-indicators li {
    width: 20px;
    height: 20px;
    border: 0;
    text-indent: 0;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    margin: 0;
    font: 12px/20px "Open Sans", sans-serif;
    color: #0b6a8e; }
    .alignment-tags-carousel-indicators li.mod-active {
      color: #ffffff;
      width: 20px;
      height: 20px;
      background-color: #0b6a8e;
      margin: 0; }

.carousel-pagination-dots {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top; }

.alignment-tag-head {
  text-align: center; }

.delete-alignment-tag-link {
  position: relative;
  top: 0;
  right: -5px;
  color: #c1cacb;
  font-size: 16px; }

.alignment-tag-link {
  font: 500 13px/22px "Open Sans", sans-serif; }

.alignment-tag-title {
  font: 500 15px/18px "Arvo", serif;
  margin: 0; }

.standard-grade {
  font: italic 13px/20px "Open Sans", sans-serif;
  display: inline-block;
  margin: 10px 0 15px; }

.alignment-tag-info {
  font: 400 13px/18px "Open Sans", sans-serif;
  margin-bottom: 3px; }
  .alignment-tag-info .alignment-tag-info-title {
    font-family: "Arvo", serif;
    color: #787878; }
  .alignment-tag-info .alignment-tag-info-score {
    font-weight: 600; }

.btn {
  border-radius: 5px;
  font-weight: 400;
  font-family: "Arvo", serif; }
  .btn:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .fa {
  margin-right: 0.2em; }
  .btn .fa:last-child {
    margin-right: 0; }

.btn-default {
  background-color: #0b6a8e;
  border-color: #0b6a8e;
  color: #ffffff; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .open > .btn-default.dropdown-toggle {
    background-color: #07475f;
    border-color: #07475f;
    color: #ffffff; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active {
    background-color: #0b6a8e;
    border-color: #0b6a8e;
    color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.btn-primary, .btn-success {
  background-color: #3a853a;
  border-color: #3a853a;
  color: #ffffff; }
  .btn-primary:hover, .btn-primary:focus, .open > .btn-primary.dropdown-toggle, .btn-success:hover, .btn-success:focus, .open > .btn-success.dropdown-toggle {
    background-color: #2d5d36;
    border-color: #2d5d36;
    color: #ffffff; }
  .btn-primary:active, .open > .btn-primary.dropdown-toggle, .btn-success:active, .open > .btn-success.dropdown-toggle {
    background-color: #3f844c;
    border-color: #3f844c; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active {
    background-color: #3a853a;
    border-color: #3a853a;
    color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.btn-secondary {
  background-color: #f1f2f2;
  border-color: #f1f2f2;
  color: #0b6a8e; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .open > .btn-secondary.dropdown-toggle {
    background-color: #d7d9d9;
    border-color: #d7d9d9;
    color: #07475f; }
  .btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled:active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled]:active {
    background-color: #f1f2f2;
    border-color: #f1f2f2;
    color: #0b6a8e;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.btn-link {
  color: #0b6a8e;
  font-family: "Open Sans", sans-serif; }
  .btn-link:hover, .btn-link:focus, .btn-link:active {
    text-decoration: none;
    color: #07475f; }
  .btn-link.btn-danger {
    color: #d9534f; }
    .btn-link.btn-danger:hover, .btn-link.btn-danger:focus, .btn-link.btn-danger:active {
      color: #c9302c; }

.social-share-widget-ct .btn-default,
.btn-share {
  background-color: #f8d982;
  border-color: #f8d982;
  color: #ffffff; }
  .social-share-widget-ct .btn-default:hover, .social-share-widget-ct .btn-default:focus, .social-share-widget-ct .btn-default:active, .open > .social-share-widget-ct .btn-default.dropdown-toggle,
  .btn-share:hover,
  .btn-share:focus,
  .btn-share:active, .open >
  .btn-share.dropdown-toggle {
    background-color: #f5ca52;
    border-color: #f5ca52;
    color: #ffffff; }
  .social-share-widget-ct .btn-default.disabled, .social-share-widget-ct .btn-default.disabled:hover, .social-share-widget-ct .btn-default.disabled:focus, .social-share-widget-ct .btn-default.disabled:active, .social-share-widget-ct .btn-default[disabled], .social-share-widget-ct .btn-default[disabled]:hover, .social-share-widget-ct .btn-default[disabled]:focus, .social-share-widget-ct .btn-default[disabled]:active,
  .btn-share.disabled,
  .btn-share.disabled:hover,
  .btn-share.disabled:focus,
  .btn-share.disabled:active,
  .btn-share[disabled],
  .btn-share[disabled]:hover,
  .btn-share[disabled]:focus,
  .btn-share[disabled]:active {
    background-color: #f8d982;
    border-color: #f8d982;
    color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.btn-social-provider {
  width: 100%;
  padding: 9px 20px;
  height: 38px;
  background-repeat: no-repeat;
  background-position-x: 15px;
  background-position-y: 9px; }
  @media only screen and (max-width: 767px) {
    .btn-social-provider {
      background-position-x: 5px; } }
  @media only screen and (max-width: 480px) {
    .btn-social-provider {
      background-position-x: 5px; } }
  .btn-social-provider.mod-clever {
    background-image: url('/static/newdesign/images/socialaccount/clever_logo.png?1c585b92d9c7');
    color: #ffffff;
    background-color: #3065a7;
    border-color: #3065a7; }
    .btn-social-provider.mod-clever:hover, .btn-social-provider.mod-clever:focus, .btn-social-provider.mod-clever:active {
      background-color: #254d7f; }

.btn-outline {
  background-color: #ffffff;
  border-color: #e6e6e6;
  color: #15315a; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .open > .btn-outline.dropdown-toggle {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #0b1a31; }
  .btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled:active, .btn-outline[disabled], .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled]:active {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #adadad;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.remix-label {
  position: absolute;
  width: 100px;
  padding: 6px;
  top: 0;
  right: 0;
  background-color: #ddd;
  color: #787878;
  text-align: center; }
  .remix-label:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 30px solid #fff;
    border-right: 10px solid transparent;
    width: 0; }

.btn {
  border-radius: 5px;
  font-weight: 400;
  font-family: "Arvo", serif; }
  .btn:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .fa {
  margin-right: 0.2em; }
  .btn .fa:last-child {
    margin-right: 0; }

.btn-default {
  background-color: #0b6a8e;
  border-color: #0b6a8e;
  color: #ffffff; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .open > .btn-default.dropdown-toggle {
    background-color: #07475f;
    border-color: #07475f;
    color: #ffffff; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active {
    background-color: #0b6a8e;
    border-color: #0b6a8e;
    color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.btn-primary, .btn-success {
  background-color: #3a853a;
  border-color: #3a853a;
  color: #ffffff; }
  .btn-primary:hover, .btn-primary:focus, .open > .btn-primary.dropdown-toggle, .btn-success:hover, .btn-success:focus, .open > .btn-success.dropdown-toggle {
    background-color: #2d5d36;
    border-color: #2d5d36;
    color: #ffffff; }
  .btn-primary:active, .open > .btn-primary.dropdown-toggle, .btn-success:active, .open > .btn-success.dropdown-toggle {
    background-color: #3f844c;
    border-color: #3f844c; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active {
    background-color: #3a853a;
    border-color: #3a853a;
    color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.btn-secondary {
  background-color: #f1f2f2;
  border-color: #f1f2f2;
  color: #0b6a8e; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .open > .btn-secondary.dropdown-toggle {
    background-color: #d7d9d9;
    border-color: #d7d9d9;
    color: #07475f; }
  .btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled:active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled]:active {
    background-color: #f1f2f2;
    border-color: #f1f2f2;
    color: #0b6a8e;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.btn-link {
  color: #0b6a8e;
  font-family: "Open Sans", sans-serif; }
  .btn-link:hover, .btn-link:focus, .btn-link:active {
    text-decoration: none;
    color: #07475f; }
  .btn-link.btn-danger {
    color: #d9534f; }
    .btn-link.btn-danger:hover, .btn-link.btn-danger:focus, .btn-link.btn-danger:active {
      color: #c9302c; }

.social-share-widget-ct .btn-default,
.btn-share {
  background-color: #f8d982;
  border-color: #f8d982;
  color: #ffffff; }
  .social-share-widget-ct .btn-default:hover, .social-share-widget-ct .btn-default:focus, .social-share-widget-ct .btn-default:active, .open > .social-share-widget-ct .btn-default.dropdown-toggle,
  .btn-share:hover,
  .btn-share:focus,
  .btn-share:active, .open >
  .btn-share.dropdown-toggle {
    background-color: #f5ca52;
    border-color: #f5ca52;
    color: #ffffff; }
  .social-share-widget-ct .btn-default.disabled, .social-share-widget-ct .btn-default.disabled:hover, .social-share-widget-ct .btn-default.disabled:focus, .social-share-widget-ct .btn-default.disabled:active, .social-share-widget-ct .btn-default[disabled], .social-share-widget-ct .btn-default[disabled]:hover, .social-share-widget-ct .btn-default[disabled]:focus, .social-share-widget-ct .btn-default[disabled]:active,
  .btn-share.disabled,
  .btn-share.disabled:hover,
  .btn-share.disabled:focus,
  .btn-share.disabled:active,
  .btn-share[disabled],
  .btn-share[disabled]:hover,
  .btn-share[disabled]:focus,
  .btn-share[disabled]:active {
    background-color: #f8d982;
    border-color: #f8d982;
    color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.btn-social-provider {
  width: 100%;
  padding: 9px 20px;
  height: 38px;
  background-repeat: no-repeat;
  background-position-x: 15px;
  background-position-y: 9px; }
  @media only screen and (max-width: 767px) {
    .btn-social-provider {
      background-position-x: 5px; } }
  @media only screen and (max-width: 480px) {
    .btn-social-provider {
      background-position-x: 5px; } }
  .btn-social-provider.mod-clever {
    background-image: url('/static/newdesign/images/socialaccount/clever_logo.png?1c585b92d9c7');
    color: #ffffff;
    background-color: #3065a7;
    border-color: #3065a7; }
    .btn-social-provider.mod-clever:hover, .btn-social-provider.mod-clever:focus, .btn-social-provider.mod-clever:active {
      background-color: #254d7f; }

.btn-outline {
  background-color: #ffffff;
  border-color: #e6e6e6;
  color: #15315a; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .open > .btn-outline.dropdown-toggle {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #0b1a31; }
  .btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled:active, .btn-outline[disabled], .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled]:active {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #adadad;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.material-download-btn {
  background-color: #284d62;
  border-color: #284d62;
  color: #ffffff; }
  .material-download-btn:hover, .material-download-btn:focus, .material-download-btn:active, .open > .material-download-btn.dropdown-toggle {
    background-color: #19313e;
    border-color: #19313e;
    color: #ffffff; }
  .material-download-btn.disabled, .material-download-btn.disabled:hover, .material-download-btn.disabled:focus, .material-download-btn.disabled:active, .material-download-btn[disabled], .material-download-btn[disabled]:hover, .material-download-btn[disabled]:focus, .material-download-btn[disabled]:active {
    background-color: #284d62;
    border-color: #284d62;
    color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.endorsement-ct {
  margin-bottom: 30px; }

.endorsements-empty {
  background-color: #e2e2e2;
  padding: 10px 30px 5px;
  color: #787878; }
  .endorsements-empty p {
    margin-bottom: 0; }

.endorse-widget-wrapper {
  padding: 20px; }

.endorsement-select {
  width: 100%;
  margin-bottom: 10px; }

.endorsements {
  margin-top: 20px; }

.endorsement-item {
  position: relative;
  display: inline-block;
  width: 33%;
  margin-bottom: 20px;
  vertical-align: top; }
  @media only screen and (max-width: 767px) {
    .endorsement-item {
      width: 115px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .endorsement-item {
      width: 16%; } }

.endorsement-link {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0;
  white-space: normal;
  height: auto; }
  .endorsement-link:focus {
    outline: none; }

.endorsement-item-delete {
  font-size: 12px;
  position: absolute;
  top: -10px;
  right: 2px;
  padding: 0; }
  .endorsement-item-delete:hover {
    color: #474f60; }

.endrosments-ct .endorsements-title {
  margin: 0 5px;
  cursor: pointer; }
.endrosments-ct .fa {
  color: #f1857d;
  position: relative;
  font-size: 18px;
  top: 2px;
  margin-right: 3px; }

.cancel-endorse {
  display: inline-block;
  margin-left: 10px; }

.endorsement-list {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  padding: 20px 15px;
  margin-bottom: -30px; }

.endorsements-wrapper {
  border: 1px solid #d3d3d3; }

.endorsement-img-wrapper {
  height: 100px; }

.endorsement-img {
  max-width: 96px;
  max-height: 96px;
  border: 1px solid #eeeeee; }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .endorsement-img {
      max-width: 78px;
      max-height: 78px; } }

.endorsement-name {
  display: block;
  position: relative;
  width: 96px;
  overflow: hidden;
  margin: 8px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .endorsement-name {
      width: 78px; } }

@media only screen and (min-width: 980px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .endorsement-modal-dialog {
    width: 800px; } }

.endorsement-modal-content {
  background-color: #f1f2f2;
  overflow: hidden;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .endorsement-modal-content {
      display: block; } }

.endorsement-modal-img {
  max-width: 300px;
  max-height: 300px;
  display: inline-block; }
  @media only screen and (max-width: 480px), only screen and (min-width: 768px) and (max-width: 979px) {
    .endorsement-modal-img {
      max-width: 260px;
      max-height: 260px; } }

.endorsement-modal-description,
.endorsement-modal-criteria {
  width: 50%; }
  @media only screen and (max-width: 767px) {
    .endorsement-modal-description,
    .endorsement-modal-criteria {
      width: 100%; } }

.endorsement-modal-description {
  background-color: #ffffff;
  padding: 10px 20px;
  text-align: center; }

.endorsement-modal-criteria {
  padding: 10px 30px;
  word-break: break-word;
  background-color: #f1f2f2; }

.endorsement-modal-description-text {
  text-align: left; }

button.endorsement-modal-close {
  top: 3px;
  right: 10px;
  position: absolute;
  opacity: 0.8;
  font-size: 32px;
  background: #f1f2f2;
  border-radius: 50%;
  padding: 0 7px; }

.endorsement-modal-title {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  word-break: break-word; }

.btn-endorsement {
  position: relative;
  top: 10px;
  display: block;
  width: 210px;
  margin: 0 auto; }

.item-rating {
  display: block;
  margin: 8px 0; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .item-rating {
      padding-left: 18px;
      padding-top: 0; } }
  .item-rating span {
    font: 700 14px/19px "Open Sans", sans-serif;
    margin-left: 4px; }
  .item-rating i {
    text-shadow: 1px 1px #000000;
    color: #dcd8d4;
    font-size: 15px;
    margin-right: 2px; }
    .item-rating i:last-child {
      margin-right: 0; }
  .item-rating .active-star {
    text-shadow: 1px 1px #000000;
    color: #92b64a; }
  .item-rating .stars {
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
    margin: 0; }

.view-item {
  margin-bottom: 30px; }

.action-list {
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .action-list {
      display: none;
      margin-bottom: 0;
      margin-top: 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .action-list {
      margin-bottom: 10px; } }

.action-item {
  display: inline-block;
  margin-right: 10px; }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .action-item {
      margin-right: 5px; } }
  .action-item.hide {
    display: none; }
  html[dir="rtl"] .action-item {
    margin-right: 0;
    margin-left: 10px; }
    @media only screen and (min-width: 980px) and (max-width: 1199px) {
      html[dir="rtl"] .action-item {
        margin-left: 5px; } }
  .action-item:last-child {
    margin-right: 0; }

.action-button {
  height: 30px;
  padding: 0 15px;
  font: 400 14px/14px "Arvo", serif;
  vertical-align: baseline; }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .action-button {
      padding: 0 5px; } }
  .action-button.btn-link {
    color: #0b6a8e;
    padding: 0 5px;
    border: 0; }
    .action-button.btn-link.mod-inline {
      color: #29698c;
      padding: 0; }
    @media only screen and (min-width: 980px) and (max-width: 1199px) {
      .action-button.btn-link {
        padding: 0; } }
    .action-button.btn-link .fa {
      color: #c1cacb; }

.section-title {
  font: 400 18px/34px "Arvo", serif; }
  .section-title .counter {
    font-style: italic; }
  .section-title.mod-rubric {
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 0; }
  .section-title.mod-rubric-multiple {
    color: #0b6a8e;
    cursor: pointer; }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
  .additional-description {
    display: none; } }

.description-title {
  text-align: center;
  font: 500 18px/22px "Arvo", serif;
  margin: 30px 0 10px; }

.toggle-description {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
  text-align: center; }
  .toggle-description a {
    text-decoration: none;
    font: 400 14px/22px "Open Sans", sans-serif; }
    .toggle-description a .fa {
      position: relative;
      top: -1px;
      left: -3px; }
  .toggle-description .close-description-link {
    display: none; }

.copyright {
  margin-top: 15px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .copyright {
      margin-bottom: 0; } }
  .copyright .copyright-dt {
    font: 600 14px/24px "Arvo", serif; }
  .copyright .copyright-holder-name {
    font: 400 14px/24px "Open Sans", sans-serif; }

.license-url {
  display: block; }

.cou-header {
  display: inline-block;
  margin-top: 10px;
  color: #787878;
  font: 400 12px/18px "Arvo", serif; }

.resource {
  margin-right: 15px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .resource {
      background-color: #ffffff;
      margin-right: 0;
      padding: 10px 20px; } }

@media only screen and (min-width: 980px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .resource-wrapper {
    padding-left: 45px; } }

.content-actions {
  height: 41px;
  margin: 15px -15px 15px;
  line-height: 50px;
  border-bottom: 1px solid #d3d3d3;
  display: flex;
  justify-content: flex-start; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .content-actions {
      height: auto;
      display: block; } }
  .content-actions .status {
    font-family: "Open Sans", sans-serif;
    font-weight: bold; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .content-actions .content-actions-list {
      float: none; } }
  .content-actions .content-actions-item {
    display: inline-block;
    margin-left: 25px; }
  .content-actions .inline-confirmation-cancel {
    margin-left: 20px; }

.material-body-info-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px; }
  .material-body-info-row.mod-multiple-columns {
    justify-content: space-between; }

.share-buttons {
  display: inline-block;
  vertical-align: top;
  min-width: 250px;
  margin-left: 20px;
  text-align: right; }
  .share-buttons .social-share-widget-ct,
  .share-buttons .classroom-widget-ct {
    display: inline-block;
    position: relative;
    margin-left: 8px; }
  .share-buttons .social-share-widget-ct {
    top: -25px; }
    .share-buttons .social-share-widget-ct .btn {
      height: 40px; }
  .share-buttons .classroom-widget-ct {
    top: -8px; }

.material-title {
  margin-bottom: 5px;
  margin-top: 0;
  margin-right: 100px;
  font: 400 21px/28px "Arvo", serif; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .material-title {
      padding: 18px;
      margin-bottom: 0;
      border: 0;
      margin-right: 10px; } }

.step-title {
  padding-left: 45px; }

.material-stats-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  margin-left: -15px; }
  @media only screen and (max-width: 767px) {
    .material-stats-wrapper {
      display: block; } }

.material-controls {
  padding-bottom: 15px;
  text-align: center; }

.resource-details {
  padding: 0; }

.material-action-title {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 20px 10px 0;
  display: inline-block; }

.counters {
  vertical-align: top;
  display: block; }

.counter-item {
  display: inline-block;
  margin-right: 25px;
  font: 500 16px/34px "Open Sans", sans-serif; }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .counter-item {
      margin-right: 10px; } }
  .counter-item:last-child {
    margin-right: 0; }
  .counter-item .fa {
    color: #6e6e6e;
    font-size: 16px; }

.view-item-navigation {
  margin: 15px 0; }

.material-body-buttons {
  margin-top: 35px; }
  .material-body-buttons .btn {
    height: 35px;
    margin-right: 5px; }

.view-resource-link {
  font: 400 14px/20px "Arvo", serif; }

.material-body {
  background-color: #ffffff;
  padding: 15px 0;
  margin-bottom: 30px;
  box-shadow: 0 1px 2px #bbb;
  position: relative; }

.material-thumb {
  position: relative;
  display: inline-block; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .material-thumb .thumb-image {
      width: 200px;
      height: 110px; } }

.step-thumb {
  padding: 20px 30px; }

.material-details-wrapper {
  margin-left: -15px; }

.material-actions-wrapper {
  margin-right: -15px; }

.material-details {
  background-color: #ffffff;
  padding: 20px 30px;
  box-shadow: 0 1px 2px #bbb; }
  .material-details .material-details-header {
    font-size: 20px;
    font-weight: 700;
    margin: 0; }
  .material-details .materials-details-abstract {
    margin: 10px 0 5px; }
  .material-details .material-license-img {
    margin-left: 8px; }
  .material-details dd,
  .material-details dt {
    display: inline;
    margin: 0;
    font: 400 13px/21px "Open Sans", sans-serif; }
  .material-details dt {
    color: #787878;
    font-family: "Arvo", serif; }
  .material-details dd:before {
    content: ", ";
    /* add comma before all except the first one */ }
  .material-details dt + dd:before {
    content: " "; }
  .material-details dt:before {
    /* insert line break before <dt> */
    content: "\A";
    white-space: pre; }
    .view-mode-list .material-details dt:before {
      content: "  "; }
  .material-details dt:first-child:before {
    /* disable line break before the first <dt> */
    content: none; }

.text p {
  display: inline; }

.provider-abstract {
  position: relative;
  clear: both; }
  .provider-abstract img {
    margin-top: -1px;
    vertical-align: middle; }

.education-standards,
.material-evaluations-ct {
  margin-bottom: 30px; }

.alignment-tags-empty,
.evaluations-results-empty {
  background-color: #e2e2e2;
  padding: 10px 30px 5px;
  color: #787878; }
  .alignment-tags-empty p,
  .evaluations-results-empty p {
    margin-bottom: 0; }

.evaluation-results {
  padding: 18px;
  border: 1px solid #d3d3d3; }

.remix-ct {
  display: inline-block;
  position: relative;
  top: -25px; }
  .remix-ct a {
    line-height: 26px; }
  .remix-ct .remix-btn {
    height: 40px; }

.material-history-link {
  font-size: 16px;
  display: inline-block; }
  .material-history-link .fa {
    margin-right: 5px; }

.material-download-btn-ct {
  display: inline-block;
  position: relative;
  top: -25px;
  margin: 0 0 0 8px; }
  .material-download-btn-ct .fa {
    font-size: 24px; }
  .material-download-btn-ct .btn {
    height: 40px;
    padding: 5px 10px 0 10px; }
  .material-download-btn-ct .spinner {
    width: 27px;
    height: 27px; }

.content-action-btn {
  background-color: #dddddd;
  border-color: #dddddd;
  color: #0b6a8e;
  line-height: 22px;
  min-width: 80px; }
  .content-action-btn:hover, .content-action-btn:focus, .content-action-btn:active, .open > .content-action-btn.dropdown-toggle {
    background-color: #c4c4c4;
    border-color: #c4c4c4;
    color: #0b6a8e; }
  .content-action-btn.disabled, .content-action-btn.disabled:hover, .content-action-btn.disabled:focus, .content-action-btn.disabled:active, .content-action-btn[disabled], .content-action-btn[disabled]:hover, .content-action-btn[disabled]:focus, .content-action-btn[disabled]:active {
    background-color: #dddddd;
    border-color: #dddddd;
    color: #0b6a8e;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.delete-material-button {
  display: inline-block; }

.slideout-alignments-modal .modal-header {
  border: none; }
.slideout-alignments-modal .modal-content {
  box-shadow: none; }

.modal-dialog-slideout {
  min-height: 100%;
  margin: 0 0 0 auto;
  background: #ffffff; }
  .modal-dialog-slideout .modal-content {
    border: 0; }

.modal.fade:not(.in) .modal-dialog-slideout {
  -webkit-transform: translate3d(25%, 0, 0);
  transform: translate3d(25%, 0, 0); }

.tag-dropdown {
  width: 100%; }

.tag-dataset {
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  width: 200px;
  margin-top: 10px;
  padding: 10px; }

.tag-suggestion {
  padding: 3px 0; }

.tag-instance {
  position: relative;
  display: inline-block;
  margin: 5px 3px 0 0;
  padding: 5px 7px;
  font-size: px2em(12px); }
  .tag-instance a:hover {
    color: #1B6C8E; }
  .tag-instance.green {
    background: #D8E6C6; }
    .tag-instance.green a {
      color: #7FAA40; }
  .tag-instance.arabic, .tag-instance.marked {
    background: #c4e7e9; }
    .tag-instance.arabic a, .tag-instance.marked a {
      color: #00A69C; }
  .tag-instance.keyword, .tag-instance.tag {
    background-color: #CED9DD; }

.tags-login-block {
  margin-top: 10px;
  font: italic 500 14px/24px "Open Sans", sans-serif; }
  .tags-login-block .tags-modal-login-btn {
    font-style: normal; }

.tag-form-label {
  display: block;
  font-weight: 400;
  margin: 20px 0 10px; }

.tag-form-input {
  border-radius: 0;
  width: 200px; }

.user-tag-instance {
  position: relative;
  padding-right: 30px;
  background-color: #C1DEE8; }
  html[dir="rtl"] .user-tag-instance {
    padding-left: 30px; }

.delete-tag-link {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 16px; }

#evaluate-dialog {
  display: none;
  position: absolute;
  top: 70px;
  right: 20px;
  width: 600px;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px #333;
  -moz-box-shadow: 0 0 10px #333;
  box-shadow: 0 0 10px #333; }
  #evaluate-dialog .head {
    height: 50px;
    position: relative;
    background: #b5c3ca;
    border-bottom: 1px solid #C9C8C8; }
    #evaluate-dialog .head ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    #evaluate-dialog .head li {
      display: inline-block; }
      #evaluate-dialog .head li a {
        display: block;
        line-height: 50px;
        padding: 0 20px;
        text-decoration: none;
        color: #123078; }
      #evaluate-dialog .head li.active a {
        background-color: #7a939f;
        color: #fff; }
      #evaluate-dialog .head li.active.tri-state .logo {
        background-position: -32px 0; }
      #evaluate-dialog .head li.active.tri-state a {
        background-color: #E6E7E8;
        color: #7B1315; }
      #evaluate-dialog .head li.tri-state .logo {
        display: inline-block;
        height: 30px;
        width: 30px;
        vertical-align: top;
        margin-top: 5px;
        background: url('/static/images/evaluation/equip-logo.png?1c585b92d9c7') no-repeat 0 0; }
      #evaluate-dialog .head li.tri-state a {
        background-color: #7B1315;
        color: #fff; }
      #evaluate-dialog .head li.achieve a
      .logo {
        display: inline-block;
        height: 21px;
        width: 22px;
        vertical-align: top;
        margin-top: 14px;
        background: url('/static/images/evaluation/icon-achieve-transparent.png?1c585b92d9c7') no-repeat 0 0; }
    #evaluate-dialog .head .button {
      position: absolute;
      top: 50%;
      display: block;
      width: 33px;
      height: 30px;
      margin-top: -15px;
      text-indent: -9999px; }
      #evaluate-dialog .head .button.minimize {
        right: 40px;
        background: url('/static/images/evaluation/dialog-icons.png?1c585b92d9c7') no-repeat 0 -62px; }
        html[dir="rtl"] #evaluate-dialog .head .button.minimize {
          right: auto;
          left: 40px; }
        #evaluate-dialog .head .button.minimize:hover {
          background-position: 0 -93px; }
      #evaluate-dialog .head .button.close {
        right: 10px;
        background: url('/static/images/evaluation/dialog-icons.png?1c585b92d9c7') no-repeat 0 0; }
        html[dir="rtl"] #evaluate-dialog .head .button.close {
          right: auto;
          left: 10px; }
        #evaluate-dialog .head .button.close:hover {
          background-position: 0 -31px; }
  #evaluate-dialog .body {
    height: 750px; }
    #evaluate-dialog .body iframe {
      height: 100%;
      width: 100%; }
  #evaluate-dialog.collapsed .head {
    border-bottom: none; }
    #evaluate-dialog.collapsed .head .button.minimize {
      background-position: 0 -124px; }
      #evaluate-dialog.collapsed .head .button.minimize:hover {
        background-position: 0 -155px; }
  #evaluate-dialog.collapsed .body {
    display: none; }
