fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c4c4c4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

html {
  box-sizing: border-box; }

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

.documents__actions {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: right; }
  .documents__actions .action {
    float: left;
    opacity: 0;
    padding: 0.25em 0;
    width: 0; }
  .documents__actions .action--active {
    margin-left: 2em;
    opacity: 1;
    width: auto; }
  .documents__actions .action > span {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #565656;
    cursor: pointer;
    display: block;
    font-family: dashicons;
    line-height: 1;
    vertical-align: top; }
  .documents__actions span.edit:before {
    content: "\f464"; }
  .documents__actions span.trash:before {
    content: "\f182"; }

.document {
  border-bottom: 1px solid rgba(0, 0, 0, 0.065);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .document--active {
    background: #3f88f7;
    color: #fff; }
  .document--active a.document__link {
    border-bottom: 1px solid #fff;
    color: #fff; }
  .document__extra {
    height: 0;
    opacity: 0;
    overflow: hidden; }
    .document__extra--active {
      height: auto;
      opacity: 1; }
  .document__row {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .document__row > div {
      padding: 2.35765% 0;
      display: table-cell;
      width: 16.66667%; }
  .document__row > .document__preview img, .document__row a.document__link {
    display: inline-block; }
  .document__row > .document__owner span, .document__row > .document__modified span, .document__row > .document__rating div {
    padding-left: 5%; }
  .document__row > .document__description {
    padding: 0 0 0 8.33333%;
    display: table-cell;
    width: 50%; }
  .document__row > .document__description div, .document__row > .document__description p, .document__row > .document__levels div, .document__row > .document__levels ul, .document__row > .document__subjects div, .document__row > .document__subjects ul {
    width: 90%; }
  .document__row > .document__preview {
    display: table-cell;
    width: 8.33333%; }
  .document__row > .document__preview img {
    padding-left: 20%;
    width: 50%; }
  .document__row > .document__levels, .document__row > .document__subjects {
    display: table-cell;
    width: 25%; }
  .document__row > .document__levels ul, .document__row > .document__subjects ul {
    list-style: none; }
  .document__row a.document__link {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 90%; }
  .document__row a.document__link:hover {
    padding-bottom: 1px; }
  .document__row > .document__modified {
    display: table-cell;
    width: 25%; }
  .document__row > .document__name {
    display: table-cell;
    width: 33.33333%; }

.modal__buttons > button,
.modal__buttons > input,
.modal__buttons > .modal__download {
  float: left; }

.modal__cover {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1; }

.modal__window {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  height: 600px;
  left: 50%;
  margin: -300px 0 0 -300px;
  opacity: 0;
  padding: 20px;
  position: fixed;
  overflow-y: scroll;
  top: 50%;
  visibility: hidden;
  width: 600px;
  z-index: 2; }
  .modal__window label {
    padding: 10px 0; }
  .modal__window .levels {
    padding-left: 10px; }
  .modal__window .viewer {
    height: 500px;
    text-align: center; }
    .modal__window .viewer > iframe {
      height: 75%;
      width: 95%; }
    .modal__window .viewer > span {
      display: inline-block;
      height: 100%;
      vertical-align: middle; }

.modal--active {
  overflow: hidden; }
  .modal--active .modal__cover {
    opacity: 1;
    visibility: visible; }
  .modal--active .modal__window {
    visibility: visible;
    opacity: 1; }

.documents__search {
  width: 50%; }

.star {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  display: block;
  float: left;
  font-family: dashicons;
  line-height: 1;
  vertical-align: top; }
  .star:before {
    color: #eee;
    content: "\f155"; }
  .star:last-of-type::after {
    clear: both;
    content: "";
    display: table; }
  .star--active:before, .star--hover:before {
    color: #000; }

.tooltip {
  position: relative; }
  .tooltip:hover:before {
    background: #000;
    border-radius: 4px;
    bottom: 80%;
    color: #fff;
    content: attr(data-text);
    display: block;
    margin-bottom: 8px;
    opacity: 0.8;
    padding: 2px 4px;
    position: absolute;
    text-align: center; }
  .tooltip:hover:after {
    border-color: #000 transparent transparent transparent;
    border-style: solid;
    border-width: 4px;
    content: "";
    height: 0;
    left: 6px;
    opacity: 0.8;
    position: absolute;
    bottom: 80%; }

.documents__upload {
  display: inline-block; }
  .documents__upload > label {
    cursor: pointer;
    position: relative; }
    .documents__upload > label > input[type="file"] {
      position: fixed;
      top: -1000px; }
  .documents__upload > label:hover {
    background: #eee; }

.documents {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .documents::after {
    clear: both;
    content: "";
    display: table; }
  .documents__header {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid rgba(0, 0, 0, 0.065);
    border-bottom: 1px solid rgba(0, 0, 0, 0.065); }
    .documents__header > div {
      padding: 2.35765% 0;
      display: table-cell;
      width: 16.66667%;
      background: #fafafa;
      cursor: pointer; }
    .documents__header > div:first-of-type {
      display: table-cell;
      width: 41.66667%; }
    .documents__header > div:hover {
      background: #eee; }
    .documents__header > div:nth-of-type(3) {
      display: table-cell;
      width: 25%; }
    .documents__header span {
      padding-left: 5%; }
    .documents__header .documents__sort--active {
      background: #eee;
      border-right: 1px solid rgba(0, 0, 0, 0.065);
      margin-right: -1px; }
    .documents__header .documents__sort:last-of-type {
      border-right: none;
      margin-right: 0; }
  .documents__sort--active:after {
    cursor: pointer;
    display: inline-block;
    font-family: dashicons;
    line-height: 1;
    vertical-align: top; }
  .documents__sort--active:after {
    content: "\f342"; }
  .documents__sort--inverse:after {
    content: "\f346"; }

/*# sourceMappingURL=cap-doc-lib.css.map */
