/**
 * ADMIN PAGE STYLES
 * Intended for non-dashboard interfaces, such as
 * Upload, account settings, etc. Anything that
 * doesn't warrant its own separate CSS file.
 *
 * Styles currently in mobiusjustice.css will migrate here
 * eventually.
 */
/*
Header logo
 */
#logo-header {
  padding: 20px;
}
#logo-header #logo {
  display: inline-block;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../img/../img/logo_nav_flat.png?1524072040');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 150px;
  height: 43px;
  background-size: 150px 43px;
  position: relative;
  top: 10px;
  margin-right: 15px;
}
#logo-header h1 {
  display: inline;
  letter-spacing: -1px;
}

/*
Admin page menu styles
header.hbs
 */
#admin-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
}
#admin-menu button {
  font-size: 1.2em;
}
#admin-menu button span {
  top: 3px;
}

/*
File upload
 */
.upl
.fixedDataTableLayout_main {
  margin: 0 auto;
}

.spreadsheet-table-layout .alert {
  color: #777;
}

/*
MISC ADMIN PAGES
 */
.static-page-wrap p {
  margin: 1em 0;
}
.static-page-wrap .header {
  width: 100%;
  padding-top: 40px;
}
.static-page-wrap .header #mobius-admin-logo {
  display: block;
  width: 250px;
  height: 72px;
  margin: 0 auto;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../img/../img/logo_admin.png?1524072040');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 250px 72px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.static-page-wrap .header #mobius-admin-logo:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/*
privacy policy page
 */
#privacy-policy .wrap {
  max-width: 800px;
  margin: 0 auto;
}
#privacy-policy .privacy-content {
  margin: 2em 0 4em 0;
}
