.App {
  width: 750px;
  margin: auto;
}

.App-logo {
  animation: App-logo-spin infinite 20s linear;
  height: 80px;
}

.App-header {
  background-color: #222;
  height: 150px;
  padding: 20px;
  color: var(--white);
}

.App-title {
  font-size: 1.5em;
}

.App-intro {
  font-size: large;
}

@keyframes App-logo-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.docs {
  margin-top: 25px;
}

.doc {
  width: 750px;
  margin-bottom: 10px;
}

.doc-image {
  min-width: 100px;
  min-height: 100px;
  margin: 5px;
}

.doc-thumb {

}

.doc-progress progress {
  width: 100px;
  /*margin: 5px;*/
}

.doc {
  display: table;
  border: 1px solid #eee;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

}

.doc-left {
  display: table-cell;
}

.doc-right {
  padding-left: 5px;
  display: table-cell;
  width: 100%;
  vertical-align: top;
}

.doc-title {
  font-weight: bold;
  margin-top: 10px;
  line-height: 1em;
}

.doc-footer .doc-left,
.doc-footer .doc-right {
  vertical-align: middle;
}


.doc-actions {
  width: 100%;
  text-align: right;
}

.doc-actions a {
  font-size: 18px;
  font-weight: normal;
  margin-right: 5px;
  color: var(--grey600);
}

.doc-actions a:hover {
  color: var(--grey300);
  text-decoration: none;
}

.doc-title {
  font-size: 30px;
}

.doc-meta {
  display: table;
  width: 100%;
  height: 60px;
}

.doc-col-last-updated,
.doc-col-added {
  text-align: left;
}

.rt-td {
  text-align: left;
}

.rt-th {
    font-weight: bold;
    text-align: left;
    border-bottom: 1px rgba(0, 0, 0, 0.3) solid;
}

.doc-dropdown {
  overflow: visible !important;
}

.doc-dropdown-button {
  padding: 0 !important;;
  margin: 0 !important;
  border: none !important;;
  font-size: 12px !important;;
}


.text-input-popover {
  min-width: 500px;
}
