.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 #d6dee0;
  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: #085b9b; }
  .save-widget-folder-link:hover, .save-widget-folder-link:focus {
    background: #d6dee0; }

.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; }

/* Keyframes */
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes fadein {
  0% {
    -moz-transform: translateY(-20px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }

@keyframes fadein {
  0% {
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

/* Keyframes */
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes fadein {
  0% {
    -moz-transform: translateY(-20px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }

@keyframes fadein {
  0% {
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.profile-header-about-wrapper {
  position: relative;
  background: #f1f2f2 url("https://oercommons.org/static/newdesign/images/groups/bg-oer-washed-logo.jpg?1859dd3633d4") no-repeat left top;
  background-size: 100% 100%;
  z-index: 4; }

.profile-header-about {
  padding-bottom: 30px;
  display: flex;
  box-sizing: border-box;
  min-height: 324px;
  position: relative;
  z-index: 1; }
  .profile-header-about.container::before, .profile-header-about.container::after {
    display: none; }
  @media only screen and (max-width: 767px) {
    .profile-header-about {
      flex-wrap: wrap; } }
.profile-header-logo-wrapper {
  margin-right: 30px;
  padding-top: 30px;
  width: 202px; }
  html[dir="rtl"] .profile-header-logo-wrapper {
    margin-right: 0;
    margin-left: 30px; }
  .profile-header-logo-wrapper .link-manage-group-container {
    margin: 1em 0 0 0;
    text-align: center; }

.profile-header-logo {
  width: 100%;
  height: 202px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .profile-header-logo .circle-image img {
    width: 202px;
    height: 202px;
    padding: 5px;
    border: 1px solid #82899d;
    border-radius: 50%; }

.profile-header-info {
  padding-top: 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #474f60;
  z-index: 1; }

.profile-header-info h1 {
  margin: 0 0 15px 0;
  font-family: "Arvo", serif;
  font-size: 31px;
  font-weight: normal;
  color: #474f60; }

.profile-header-info .btn-info.disabled {
  color: #085b9b; }

.profile-header-info .alert-info {
  background-color: #d6dee0;
  color: #215064;
  border-color: #d6dee0;
  width: 90px;
  padding: 10px 15px; }

.profile-header-info-description {
  margin-bottom: 15px; }

.profile-header-info-counters {
  margin-top: 10px;
  margin-bottom: 15px; }
  .profile-header-info-counters .counter, .profile-header-info-counters .separator {
    font-weight: 600;
    font-size: 18px; }
  .profile-header-info-counters .separator {
    margin: 0 .25em; }
  .profile-header-info-counters .fa {
    margin-right: .25em;
    font-size: 18px; }
    html[dir="rtl"] .profile-header-info-counters .fa {
      margin-right: 0;
      margin-left: 0.25em; }

.profile-header-dropdown {
  display: inline-block; }

.profile-header-button {
  font-size: 16px;
  color: #ffffff; }
  .profile-header-button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .profile-header-button.btn .fa {
    margin-right: 0; }

.profile-header-dropdown .profile-header-dropdown-toggle .fa-chevron-up {
  display: none; }

.profile-header-dropdown.open .profile-header-dropdown-toggle .fa-chevron-up {
  display: inline-block; }

.profile-header-dropdown.open .profile-header-dropdown-toggle .fa-chevron-down {
  display: none; }

.profile-header-dropdown-menu {
  width: 100%;
  padding: 0; }
  .profile-header-dropdown-menu > li {
    border-bottom: 1px #d6dee0 dashed;
    position: relative; }
    .profile-header-dropdown-menu > li:last-child {
      border-bottom: none; }
  .profile-header-dropdown-menu > li > a, .profile-header-dropdown-menu > li > form > button {
    padding: 8px 12px;
    display: block;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-size: 15px;
    color: #085b9b; }
    html[dir="rtl"] .profile-header-dropdown-menu > li > a, html[dir="rtl"] .profile-header-dropdown-menu > li > form > button {
      text-align: right; }
    .profile-header-dropdown-menu > li > a:hover, .profile-header-dropdown-menu > li > a:focus, .profile-header-dropdown-menu > li > form > button:hover, .profile-header-dropdown-menu > li > form > button:focus {
      color: #085b9b;
      background-color: #f1f2f2; }

.profile-header-dropdown-menu-tooltip {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 18px;
  color: #d6dee0;
  cursor: default; }
  html[dir="rtl"] .profile-header-dropdown-menu-tooltip {
    right: auto;
    left: 12px; }
  .profile-header-dropdown-menu-tooltip a {
    color: #085b9b;
    cursor: pointer; }
  .profile-header-dropdown-menu-tooltip:hover::after {
    content: "";
    display: block;
    width: 30px;
    height: 100px;
    position: absolute;
    top: -40px;
    right: -30px; }
    html[dir="rtl"] .profile-header-dropdown-menu-tooltip:hover::after {
      right: auto;
      left: -30px; }

.profile-header-dropdown .tooltip-inner {
  padding: 6px 12px;
  width: 300px;
  font-size: 13px;
  line-height: 1.5;
  white-space: normal; }

.profile-header-navigation {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  background: #f1f2f2;
  z-index: 4; }
  .profile-header-navigation ul {
    margin: 0;
    display: flex;
    align-items: baseline; }
    @media only screen and (min-width: 768px) and (max-width: 979px), only screen and (max-width: 767px) {
      .profile-header-navigation ul {
        flex-wrap: wrap; } }
  .profile-header-navigation ul li {
    border: 1px solid transparent;
    border-bottom-width: 0;
    white-space: nowrap; }
    .profile-header-navigation ul li.selected {
      border-color: #d6dee0; }
    @media only screen and (min-width: 768px) and (max-width: 979px), only screen and (max-width: 767px) {
      .profile-header-navigation ul li {
        border-bottom-width: 1px; } }
    .profile-header-navigation ul li.control-panel {
      display: none; }
    .profile-header-navigation ul li a {
      padding: 10px 20px;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .profile-header-navigation ul li a {
          padding: 10px 8px; } }
      .profile-header-navigation ul li a:hover, .profile-header-navigation ul li a:focus {
        color: #474f60; }
    .profile-header-navigation ul li.selected a {
      color: #474f60; }
  .profile-header-navigation.affix {
    top: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }

.profile-header-in-content {
  margin: 0 0 20px;
  font-family: "Arvo", serif;
  font-size: 21px;
  line-height: 1.5; }

.profile-header-action-wrapper {
  display: flex; }
  .profile-header-action-wrapper .profile-header-leave-button {
    margin-left: 20px; }
    .profile-header-action-wrapper .profile-header-leave-button a {
      font-size: 16px; }
  @media only screen and (max-width: 767px) {
    .profile-header-action-wrapper {
      flex-direction: column; }
      .profile-header-action-wrapper .profile-header-leave-button {
        margin-left: 0;
        margin-top: 15px; } }
/* Keyframes */
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes fadein {
  0% {
    -moz-transform: translateY(-20px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }

@keyframes fadein {
  0% {
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.content * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sidebar {
  margin-bottom: 3em; }
  html[dir="rtl"] .sidebar {
    direction: rtl; }
  .sidebar nav {
    margin-bottom: 1.92307692em; }
  .sidebar .navigation {
    font-family: "Arvo", serif; }
    .sidebar .navigation li a {
      display: block;
      position: relative;
      padding: 10px 5px; }
      .sidebar .navigation li a:after {
        -moz-transition: right 0.1s;
        -o-transition: right 0.1s;
        -webkit-transition: right 0.1s;
        transition: right 0.1s;
        content: "\f105";
        position: absolute;
        right: 5px;
        font-family: FontAwesome;
        font-size: 1em;
        color: #085b9b; }
        @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
          .sidebar .navigation li a:after {
            display: none; } }
    .sidebar .navigation li.selected a, .sidebar .navigation li:hover a {
      color: #474f60;
      background-color: #d6dee0; }
    .sidebar .navigation li:hover a:after {
      right: 8px; }
  .sidebar li > a {
    display: block;
    padding: 0.8em 1em;
    font-size: 1.23076923em;
    word-wrap: break-word;
    border-bottom: 1px solid #cccccc; }
    .sidebar li > a:hover {
      background-color: #6f983d;
      color: #fff; }
  .sidebar li.selected > a {
    background-color: #6f983d;
    color: #fff; }

.sidebar h1,
.sidebar-h3 {
  padding-left: 0;
  line-height: 2.5em;
  font-size: 1.23076923em;
  font-weight: bold;
  border-bottom: 1px solid #cccccc; }

.content .main-column {
  *zoom: 1; }
  .content .main-column:before, .content .main-column:after {
    display: table;
    content: ""; }
  .content .main-column:after {
    clear: both; }
  html[dir="rtl"] .content .main-column {
    direction: rtl; }

.content-section-empty {
  border: 1px dotted #82899d;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px; }

.content-section-empty-title {
  margin-bottom: 1em;
  font-size: 21px;
  color: #474f60; }

.content-section-empty-p {
  margin-bottom: 1em;
  font-size: 15px;
  text-align: center;
  color: #474f60; }

.content-section-empty-image {
  display: block;
  color: #d6dee0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .content-section-empty-image .fa {
    font-size: 140px; }

.remix-label {
  position: absolute;
  width: 100px;
  padding: 6px;
  top: 0;
  right: 0;
  background-color: #d6dee0;
  color: #474f60;
  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; }

.form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.input-group .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

select.form-control {
  width: auto;
  max-width: 109%; }

.folder-management-form-modal {
  font-size: 1.1em; }

.folder-management-form-modal input.form-control[type="text"] {
  font-size: 1.1em; }

.folder-management-form-modal-delete-warning {
  font-size: 18px;
  font-weight: bold;
  color: #a41919; }

.folder-management-form-modal-delete-folder-name {
  margin: 20px 0;
  font-size: 18px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center; }

.folder-management-form-modal-delete-folder-name .fa {
  margin-right: .5em;
  color: #82899d; }

.folder-management-form-modal-delete-text {
  margin-bottom: 1em;
  font-size: 16px;
  color: #333333; }

.resources-list-headers {
  margin-bottom: 1em; }

.resources-list-headers-item {
  margin: 0;
  font: 500 21px / 30px "Lato", sans-serif;
  display: inline; }
  .resources-list-headers-item:link {
    text-decoration: underline; }
  .resources-list-headers-item::before {
    margin: 0 .3em 0 .3em;
    content: ">"; }
  .resources-list-headers-item:first-child::before {
    margin: 0;
    content: ""; }

.resources-list-headers-item-counter {
  font-size: .8em;
  color: #474f60; }

.resources-list-headers-item-filter-text {
  margin-left: .5em; }

.sidebar-folder-list-wrapper {
  margin-bottom: 2em; }

.sidebar-folder-list {
  margin: 0;
  padding: 0; }
  .sidebar-folder-list li {
    list-style: none; }

.sidebar-folder-item {
  padding: 0;
  margin: 0;
  position: relative; }
  .sidebar-folder-item.mod-collapsed .sidebar-folder-list-level-1 {
    display: none; }
  .sidebar-folder-item.mod-expanded .sidebar-folder-list-level-1 {
    display: block; }

.sidebar-folder-item-title {
  padding-left: 8px;
  min-height: 32px;
  border-left: 4px solid transparent;
  display: flex;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  color: #085b9b; }
  .sidebar-folder-item-title:hover, .sidebar-folder-item-title:focus, .sidebar-folder-item-title-wrapper:hover .sidebar-folder-item-title {
    border-left-color: #d6dee0;
    background: #d6dee0;
    color: #085b9b; }
  .sidebar-folder-item-title.mod-active, .sidebar-folder-item-title-wrapper:hover .sidebar-folder-item-title.mod-active {
    border-left-color: #085b9b;
    background: #ffffff; }
  .sidebar-folder-list-level-1 .sidebar-folder-item-title {
    padding-left: 35px; }

.sidebar-folder-item-title-extend {
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  display: flex;
  align-items: center; }

.sidebar-folder-item-title-text {
  margin-top: 3px;
  flex-grow: 2; }

.sidebar-folder-item-icon {
  margin-right: .5em;
  display: flex;
  align-items: center;
  height: 32px;
  color: #000000; }

.sidebar-folder-item-icon-caret {
  padding-left: 8px;
  margin-left: -8px;
  width: 18px;
  min-width: 18px;
  text-align: center;
  justify-content: center; }
  .sidebar-folder-item-icon-caret:hover {
    color: #474f60; }

.sidebar-folder-item-icon-folder {
  margin-right: .2em;
  min-width: 18px; }

.sidebar-folder-item-menu-button,
.sidebar-folder-item-menu-button.btn-default,
.btn-group > .sidebar-folder-item-menu-button.btn:first-child {
  margin: 0 .25em;
  padding: 0;
  position: relative;
  color: #d6dee0;
  font-size: 26px;
  line-height: 26px;
  border: none;
  background: #ffffff;
  box-shadow: none; }
  .sidebar-folder-item-menu-button:hover, .sidebar-folder-item-menu-button:focus, .open.dropdown .sidebar-folder-item-menu-button,
  .sidebar-folder-item-menu-button.btn-default:hover,
  .sidebar-folder-item-menu-button.btn-default:focus, .open.dropdown .sidebar-folder-item-menu-button.btn-default,
  .btn-group > .sidebar-folder-item-menu-button.btn:first-child:hover,
  .btn-group > .sidebar-folder-item-menu-button.btn:first-child:focus, .open.dropdown .btn-group > .sidebar-folder-item-menu-button.btn:first-child {
    color: #82899d; }
  .sidebar-folder-item-menu-button:focus,
  .sidebar-folder-item-menu-button.btn-default:focus,
  .btn-group > .sidebar-folder-item-menu-button.btn:first-child:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .sidebar-folder-item-menu-button .fa,
  .sidebar-folder-item-menu-button.btn-default .fa,
  .btn-group > .sidebar-folder-item-menu-button.btn:first-child .fa {
    padding: 0 .25em; }
  .sidebar-folder-item-title-wrapper:hover .sidebar-folder-item-menu-button, .sidebar-folder-item-title-wrapper:hover .sidebar-folder-item-menu-button.btn-default, .sidebar-folder-item-title-wrapper:hover .btn-group > .sidebar-folder-item-menu-button.btn:first-child {
    background: #d6dee0; }
  .sidebar-folder-item-title-wrapper.mod-active:hover .sidebar-folder-item-menu-button, .sidebar-folder-item-title-wrapper.mod-active:hover .sidebar-folder-item-menu-button.btn-default, .sidebar-folder-item-title-wrapper.mod-active:hover .btn-group > .sidebar-folder-item-menu-button.btn:first-child {
    background: #ffffff; }

.sidebar-folder-item-loading {
  margin: 0 .5em;
  color: #d6dee0;
  font-size: 17px;
  line-height: 17px;
  width: 17px;
  height: 17px; }

.sidebar-folder-item .dropdown-menu {
  padding: 0;
  left: auto;
  right: -10px; }
  .sidebar-folder-item .dropdown-menu::before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    right: 25px;
    background: #ffffff;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    border-left: 1px rgba(0, 0, 0, 0.15) solid;
    border-top: 1px rgba(0, 0, 0, 0.15) solid;
    z-index: -1;
    pointer-events: none; }

.sidebar-folder-item .dropdown-menu > li {
  border-bottom: 1px #d6dee0 solid; }
  .sidebar-folder-item .dropdown-menu > li:last-child {
    border-bottom: none; }

.sidebar-folder-item .dropdown-menu > li > a {
  padding: 10px 20px;
  color: #085b9b; }

.sidebar-folder-list-level-0 {
  margin-bottom: 30px; }

.sidebar-folder-list-title {
  margin-top: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between; }
  .sidebar-folder-list-title h3 {
    margin-top: 0; }

.sidebar-folder-list-title-new-folder-link {
  padding: 0;
  font: 300 16px / 16px "Lato", sans-serif;
  color: #085b9b;
  border: none;
  background: none;
  font-weight: normal; }
  .sidebar-folder-list-title-new-folder-link:hover, .sidebar-folder-list-title-new-folder-link:focus {
    color: #215064; }

.sidebar-folder-list-title-new-folder-button {
  margin: 2em auto;
  padding: .5em 1em .4em 1em;
  display: block;
  font: 300 14px / 14px "Lato", sans-serif;
  color: #085b9b;
  border: #085b9b 1px solid;
  background: #ffffff; }
  .sidebar-folder-list-title-new-folder-button:hover, .sidebar-folder-list-title-new-folder-button:focus {
    color: #215064;
    border-color: #215064;
    background: #d6dee0; }
  .sidebar-folder-list-title-new-folder-button .fa-stack {
    margin-right: .5em;
    font-size: 10px; }

.sidebar-folder-item-title-text-counter {
  margin-left: .5em;
  font-size: .8em;
  color: #474f60; }

.resources-list-subfolders {
  margin-bottom: 1em; }

.resources-list-subfolders-item {
  margin-bottom: 3px;
  padding: 15px;
  display: flex;
  height: 70px;
  align-items: center;
  background: #FFFFFF; }
  .resources-list-subfolders-item:hover {
    background: #d6dee0; }

.resources-list-subfolders-item-icon {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px #82899d solid;
  height: 40px;
  color: #000000;
  font-size: 2em; }
  html[dir="rtl"] .resources-list-subfolders-item-icon {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px #82899d solid; }

.resources-list-subfolders-item-title {
  margin: 0 0 .5em 0;
  font: bold 14px / 14px "Lato", sans-serif; }

.resources-list-subfolders-item-text {
  font: normal 14px / 14px "Lato", sans-serif;
  color: #474f60; }

.content {
  -webkit-box-shadow: inset 0 10px 10px -10px #82899d;
  -moz-box-shadow: inset 0 10px 10px -10px #82899d;
  -ms-box-shadow: inset 0 10px 10px -10px #82899d;
  box-shadow: inset 0 10px 10px -10px #82899d;
  padding: 3.84615385em 0; }

/* deprecated all .sidebar styles for oerc */
.sidebar .create-form,
.sidebar .update-form {
  display: none;
  position: relative;
  margin: 5px 0; }
  .sidebar .create-form input[type='text'],
  .sidebar .update-form input[type='text'] {
    width: 170px;
    height: 3em;
    padding: 0 10px;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    color: #474f60;
    background-color: #ffffff; }
    @media only screen and (min-width: 980px) and (max-width: 1199px) {
      .sidebar .create-form input[type='text'],
      .sidebar .update-form input[type='text'] {
        width: 120px; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .sidebar .create-form input[type='text'],
      .sidebar .update-form input[type='text'] {
        width: 600px; } }
    @media only screen and (max-width: 767px) {
      .sidebar .create-form input[type='text'],
      .sidebar .update-form input[type='text'] {
        width: 60%; } }
  .sidebar .create-form .save,
  .sidebar .update-form .save {
    display: block;
    position: absolute;
    top: 5px;
    right: 35px;
    text-align: center;
    border: none;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    text-transform: uppercase; }
    .sidebar .create-form .save .icon,
    .sidebar .update-form .save .icon {
      display: block;
      width: 21px;
      height: 22px;
      margin: 0 auto 3px auto;
      background: url("https://oercommons.org/static/newdesign/images/groups/icon-save.png?1859dd3633d4") 0 0 no-repeat; }
    .sidebar .create-form .save:hover .icon,
    .sidebar .update-form .save:hover .icon {
      background-position: -23px 0; }

.sidebar ul.folders {
  position: relative; }
  .sidebar ul.folders li {
    position: relative; }
    .sidebar ul.folders li .link,
    .sidebar ul.folders li .create-button {
      padding-left: 20px; }

.sidebar ul.subfolders li {
  position: relative; }
  .sidebar ul.subfolders li .link,
  .sidebar ul.subfolders li .create-button {
    font-size: 13px;
    padding-left: 30px;
    padding-top: 0.2em;
    padding-bottom: 0.2em; }
  .sidebar ul.subfolders li form {
    padding-left: 30px; }
    .sidebar ul.subfolders li form input[type='text'] {
      width: 190px; }
      @media only screen and (min-width: 980px) and (max-width: 1199px) {
        .sidebar ul.subfolders li form input[type='text'] {
          width: 140px; } }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .sidebar ul.subfolders li form input[type='text'] {
          width: 640px; } }
      @media only screen and (max-width: 767px) {
        .sidebar ul.subfolders li form input[type='text'] {
          width: 83%; } }
.sidebar .new {
  display: none; }

.sidebar .create-button {
  color: #82899d; }
  .sidebar .create-button:hover {
    background-color: transparent;
    color: #085b9b; }

.sidebar .delete {
  display: none;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  margin-top: -10px;
  padding: 0;
  background: url("https://oercommons.org/static/newdesign/images/groups/icon-delete.png?1859dd3633d4") 0 0 no-repeat;
  border: 0; }
  .sidebar .delete:hover {
    background-color: transparent; }

.sidebar .edit-button,
.sidebar .save-changes-button,
.sidebar .cancel-button {
  display: inline-block;
  margin-left: 20px;
  margin-top: 25px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-transform: uppercase; }
  .sidebar .edit-button .icon,
  .sidebar .save-changes-button .icon,
  .sidebar .cancel-button .icon {
    display: block;
    width: 31px;
    height: 12px;
    margin-bottom: 3px;
    background: url("https://oercommons.org/static/newdesign/images/groups/icon-edit.png?1859dd3633d4") -33px 0 no-repeat; }
  .sidebar .edit-button:hover .icon,
  .sidebar .save-changes-button:hover .icon,
  .sidebar .cancel-button:hover .icon {
    background-position: 0 -12px; }

.sidebar .save-changes-button, .sidebar .cancel-button {
  display: none; }

.sidebar.edit-mode .delete {
  display: block; }

.sidebar.edit-mode .update-form {
  display: block; }

.sidebar.edit-mode .editable > .link {
  display: none; }

.sidebar.edit-mode .edit-button {
  display: none; }

.sidebar.edit-mode .save-changes-button, .sidebar.edit-mode .cancel-button {
  display: inline-block; }

.resources-list-empty-image {
  width: 254px;
  height: 78px;
  background-image: url("https://oercommons.org/static/newdesign/images/folder-management/resources-list-empty-image.png?1859dd3633d4"); }

.resources-list-article-button-pin {
  position: absolute;
  top: -20px;
  right: -22px; }

.resources-list .resources-ct {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both; }

.resources-list article {
  *zoom: 1;
  position: relative;
  margin-bottom: 3px;
  padding: 20px;
  background-color: #ffffff; }
  .resources-list article:before, .resources-list article:after {
    display: table;
    content: ""; }
  .resources-list article:after {
    clear: right; }
  @media only screen and (max-width: 767px) {
    .resources-list article {
      padding: 20px 10px; } }
  .resources-list article input[type='checkbox'] {
    margin-top: 0; }
  .resources-list article .article-wrapper {
    position: relative;
    display: table;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .resources-list article .article-wrapper {
        display: block; } }
    .resources-list article .article-wrapper > * {
      display: table-cell;
      vertical-align: top;
      padding: 0 4px; }
      .resources-list article .article-wrapper > *:first-child {
        padding-left: 0; }
      .resources-list article .article-wrapper > *:last-child {
        padding-right: 70px; }
      @media only screen and (max-width: 767px) {
        .resources-list article .article-wrapper > * {
          display: block;
          padding: 4px; } }
    .resources-list article .article-wrapper .col-checkbox,
    .resources-list article .article-wrapper .col-screenshot {
      width: 1%; }
      @media only screen and (max-width: 767px) {
        .resources-list article .article-wrapper .col-checkbox,
        .resources-list article .article-wrapper .col-screenshot {
          width: auto;
          float: left; } }
  @media only screen and (max-width: 767px) {
    .resources-list article .details {
      clear: both; } }
  .resources-list article .details h1 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold; }
    .resources-list article .details h1 .item-label {
      margin-left: 1em;
      font-style: italic;
      font-weight: normal;
      color: #474f60;
      font-size: 0.9em; }
    .resources-list article .details h1 .item-needs-approval-label {
      padding: 3px 10px;
      margin-left: 10px;
      font-size: 0.9em;
      background-color: #fcd973; }
  .resources-list article .details p {
    color: #474f60;
    margin-top: 0.23076923em; }
  .resources-list article .details .description {
    display: none;
    margin: 0.76923077em 0; }
  .resources-list article:hover {
    background-color: #d6dee0; }
    .resources-list article:hover .remix-label:before {
      border-bottom-color: #d6dee0; }
  .resources-list article.selected {
    background-color: #d6dee0; }
    .resources-list article.selected .remix-label:before {
      border-bottom-color: #d6dee0; }
  .resources-list article.with-pin .remix-label {
    padding-right: 20px; }
  .resources-list article .quality-control-message {
    margin: 0.5em 8px;
    padding-left: 30px;
    font-size: 0.9em;
    background: url("https://oercommons.org/static/images/icon-warning.png?1859dd3633d4") no-repeat 0 0; }
    .resources-list article .quality-control-message a {
      text-decoration: none; }
      .resources-list article .quality-control-message a:hover {
        text-decoration: underline; }
  .resources-list article .private a {
    color: #474f60; }

.resources-list .search-form {
  position: relative;
  margin-bottom: 0.61538462em; }
  .resources-list .search-form input[type='text'] {
    width: 100%;
    padding: 0.84615385em;
    font-size: 16px; }
  .resources-list .search-form .icon {
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    right: 0.76923077em;
    margin-top: -19px;
    background: url("https://oercommons.org/static/newdesign/images/frontpage/icon-search-off.png?1859dd3633d4") no-repeat 0 0; }
    .resources-list .search-form .icon:hover {
      background-image: url("https://oercommons.org/static/newdesign/images/frontpage/icon-search-on.png?1859dd3633d4"); }

.resources-list .pagination {
  margin: 0.76923077em 0;
  text-align: right;
  font-size: 16px; }
  .resources-list .pagination a, .resources-list .pagination span {
    margin: 0 1px; }
  .resources-list .pagination span {
    color: #3a853a; }

.resources-list .control-panel {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6dee0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap; }
  .resources-list .control-panel:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 767px) {
    .resources-list .control-panel {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; } }
  .resources-list .control-panel .control {
    position: relative;
    margin-right: 10px; }
    .resources-list .control-panel .control:last-child {
      margin-right: 0; }
    html[dir="rtl"] .resources-list .control-panel .control {
      margin-right: 0;
      margin-left: 10px; }
      @media only screen and (max-width: 767px) {
        html[dir="rtl"] .resources-list .control-panel .control {
          margin-right: 0;
          margin-left: 5px; } }
    @media only screen and (max-width: 767px) {
      .resources-list .control-panel .control {
        margin-right: 5px; }
        .resources-list .control-panel .control.search {
          display: none; } }
  .resources-list .control-panel label {
    margin: 0 15px 0 0;
    font-weight: normal; }
    html[dir="rtl"] .resources-list .control-panel label {
      margin: 0 0 0 15px; }
  .resources-list .control-panel input[type='checkbox'] {
    margin-top: 0;
    vertical-align: top; }
  .resources-list .control-panel select {
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #d6dee0; }
  .resources-list .control-panel .select-all input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: baseline; }
  .resources-list .control-panel .groups-ct {
    overflow-x: hidden;
    overflow-y: auto; }
  .resources-list .control-panel .search {
    position: relative;
    flex-grow: 2; }
    html[dir="rtl"] .resources-list .control-panel .search {
      margin: 0 0 0 15px; }
    @media only screen and (max-width: 767px) {
      .resources-list .control-panel .search {
        display: block;
        width: 100%;
        height: auto;
        margin: 10px 0; } }
    .resources-list .control-panel .search.hidden {
      visibility: hidden; }
    .resources-list .control-panel .search .resources-filter-form {
      display: flex;
      align-items: baseline; }
    .resources-list .control-panel .search .resources-filter-form-control {
      margin-right: 15px;
      position: relative; }
      html[dir="rtl"] .resources-list .control-panel .search .resources-filter-form-control {
        margin-right: 0;
        margin-left: 15px; }
      .resources-list .control-panel .search .resources-filter-form-control.mod-search {
        width: auto;
        height: auto;
        flex-grow: 2; }
        @media screen and (min--moz-device-pixel-ratio: 0) {
          .resources-list .control-panel .search .resources-filter-form-control.mod-search input {
            margin-bottom: -12px; } }
      .resources-list .control-panel .search .resources-filter-form-control:last-child {
        margin-right: 0;
        margin-left: 0; }
      .resources-list .control-panel .search .resources-filter-form-control .form-group {
        margin-bottom: 0; }
      .resources-list .control-panel .search .resources-filter-form-control .control-panel {
        margin-bottom: 0;
        padding-bottom: 0;
        border: 0; }
      .resources-list .control-panel .search .resources-filter-form-control .controls {
        display: inline-block; }
    .resources-list .control-panel .search span,
    .resources-list .control-panel .search label {
      display: inline-block;
      line-height: 30px;
      margin: 0 10px 0 0; }
      html[dir="rtl"] .resources-list .control-panel .search span, html[dir="rtl"] .resources-list .control-panel .search label {
        margin: 0 0 0 10px; }
      @media only screen and (max-width: 767px) {
        .resources-list .control-panel .search span,
        .resources-list .control-panel .search label {
          display: block; } }
    .resources-list .control-panel .search input[type='text']::-webkit-input-placeholder {
      font-family: "Lato", sans-serif;
      font-style: normal;
      color: #474f60; }
    .resources-list .control-panel .search input[type='text']:-moz-placeholder {
      font-family: "Lato", sans-serif;
      font-style: normal;
      color: #474f60; }
    .resources-list .control-panel .search input[type='text']::-moz-placeholder {
      font-family: "Lato", sans-serif;
      font-style: normal;
      color: #474f60; }
    .resources-list .control-panel .search input[type='text']:-ms-input-placeholder {
      font-family: "Lato", sans-serif;
      font-style: normal;
      color: #474f60; }
    html[dir="rtl"] .resources-list .control-panel .search select {
      margin-right: 0;
      margin-left: 15px; }
    .resources-list .control-panel .search .search-input-icon {
      position: absolute;
      bottom: 5px;
      right: 5px; }
      @media screen and (min--moz-device-pixel-ratio: 0) {
        .resources-list .control-panel .search .search-input-icon {
          margin-bottom: -12px; } }
      html[dir="rtl"] .resources-list .control-panel .search .search-input-icon {
        right: auto;
        left: 5px; }
      @media only screen and (max-width: 767px) {
        .resources-list .control-panel .search .search-input-icon {
          bottom: 5px; } }
      .resources-list .control-panel .search .search-input-icon .icon {
        font-size: 21px;
        color: #82899d; }
    .resources-list .control-panel .search #batch_size {
      width: 50px; }
  .resources-list .control-panel .sort-order {
    display: none;
    float: right;
    margin-right: 0; }
    .resources-list .control-panel .sort-order label {
      margin-right: 10px; }
      html[dir="rtl"] .resources-list .control-panel .sort-order label {
        margin-right: 0;
        margin-left: 10px; }
    .resources-list .control-panel .sort-order select {
      width: 260px; }
    @media only screen and (max-width: 767px) {
      .resources-list .control-panel .sort-order {
        display: block; } }
  .resources-list .control-panel .pagination {
    float: right;
    margin: 0 0 0 10px;
    display: inline-block;
    position: relative;
    height: 30px; }
    html[dir="rtl"] .resources-list .control-panel .pagination {
      margin: 0 10px 0 0; }
    .resources-list .control-panel .pagination a, .resources-list .control-panel .pagination span {
      margin: 0 2px; }
  .resources-list .control-panel .notification {
    margin-top: 10px;
    width: 100%; }
  .resources-list .control-panel .message {
    display: block;
    padding: 0 5px;
    color: #474f60;
    line-height: 30px;
    vertical-align: middle;
    font-style: italic;
    text-align: center;
    background-color: #d6dee0; }
    .resources-list .control-panel .message.hide {
      display: none; }
    .resources-list .control-panel .message .undo {
      margin-left: 1em;
      text-transform: uppercase;
      font-style: normal; }
      html[dir="rtl"] .resources-list .control-panel .message .undo {
        margin-right: 1em;
        margin-left: 0; }
  .resources-list .control-panel .csv-icon {
    margin: .5em 0; }
    @media only screen and (max-width: 767px) {
      .resources-list .control-panel .csv-icon {
        display: none; } }
.resources-list .loading-indicator {
  margin: .5em 0;
  display: none;
  height: 16px;
  vertical-align: middle;
  background: url("https://oercommons.org/static/images/ajax-loader.gif?1859dd3633d4") 50% 0 no-repeat; }

.resources-list.loading .resources-ct {
  visibility: hidden; }

.resources-list.loading .loading-indicator {
  display: block; }

.load-more-pagination {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 15px 0 50px;
  width: 100%;
  font: 400 18px / 18px "Lato", sans-serif; }
  .load-more-pagination .fa {
    position: relative;
    top: -1px;
    left: -3px;
    font-size: 16px; }
    html[dir="rtl"] .load-more-pagination .fa {
      left: 10px; }

body.mod-scrolled .content {
  position: static; }

body.mod-scrolled .control-panel {
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 255;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 15px 0;
  background-color: #f1f2f2; }
