@import url("../odr/styles/_index.css");
/* 
 * Header
*/
header {
  border-bottom: 5px solid #009bbf;
  margin-bottom: 1rem;
}

.logo {
  margin: 0.5rem 0 0.5rem 1rem;
}

/* 
 * Heading:
 */
.page-heading {
  margin-bottom: 1.5rem;
  border-bottom: 5px solid #009bbf;

  font-size: 2.125rem;
  font-weight: 700;
  color: #009bbf;
}

/* 
 * Body / Main:
*/

main {
  height: 100%;
  padding: 0 2em 2em 2em;

  display: flex;
  flex-direction: column;
}

.document-container {
  display: flex;
  flex-direction: column;

  flex: 1;

  padding-bottom: 2rem;
}

.document-view-wrapper {
  background-color: #eee;
}

/* 
 * Icons:
*/

.fa-upload {
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
}

/* Document Details Layout */
.document-details-container {
  display: flex;
  flex-direction: row;

  margin-bottom: 1rem;
}

.document-details-row {
  display: flex;
  flex-direction: row;
}

.document-details-item {
  display: flex;
  flex-direction: column;

  margin-right: 3rem;
}

.document-details-item label {
  font-weight: bold;
}
