* {
  box-sizing: border-box;
}

body {
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
  background: #333;
  font-size: 16px;
  line-height: 1.5;
}

.cf {
  overflow: hidden;
}

table {
  width: 100%;
  background: rgba(0,0,0,0.05);
}

td, th {
  padding: 0.5em 0.66em;
}

tr:nth-child(odd) {
  background: rgba(0,0,0,0.04);
}

tr.emph-row {
  background: rgba(0,0,0,0.15);
  font-weight: 600;
}

thead {
  font-weight: bold;
  border-bottom: 2px solid rgba(255,255,255,0.03);
  text-align: left;
  font-size: 14px;
}

table#erwin-report th,
table#erwin-report td {
  width: 11.11%;
}

h1, h2 {
  font-weight: 400;
  font-size: 2.5em;
  margin-bottom: 0.33em;
}

h2 {
  font-size: 2em;
}

h1 sup {
  position: relative;
  top: -0.3rem;
  left: 0.2rem;
  font-size: 1.2rem;
  opacity: 0.66;
}

a {
  color: white;
  text-decoration: none;
  opacity: 0.9;
  border-bottom: 1px solid;
}

a:hover {
  opacity: 1;
}

body > header {
  background: #292929;
  color: white;
  overflow: hidden;
  overflow: hidden;
}

body > footer {
  display:block;
  width: 100%;
  clear: both;
  float: none;
}

body > header h1 {
  margin: 0;
  padding: 0;
  line-height: 60px;
  font-size: 2rem;
  float: left;
  color: white;
  font-weight: 300;
}

#brand {
  border: none;
}

#brand sup {
  font-size: 12px;
  position: relative;
  top: -7px;
  left: 1px;
}

#header-nav {
  float: right;
  line-height: 60px;
}

#header-nav a {
  margin-left: 1.5em;
  font-size: 1.3rem;
  border: none;
}

#footer-nav {
  line-height: 60px;
  font-size: 1.1em;
  float:left;
}

#footer-nav a {
  margin-right: 1em;
  border: none;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1em;
  overflow: hidden;
}

.narrow .container {
  font-size: 1.1em;
  max-width: 768px;
}

.narrow h3 {
  font-size: 1.5em;
}

.narrow hr {
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0;
  height: 0;
  margin: 45px 0 40px 0;
}

.container.padded {
  padding: 2em 1em;
}

.band {
  padding: 2em 0;
  background: #444;
  overflow:hidden;
}

.band.white {
  background: #fafafa;
  color: #444;
}

.band.white a {
  color: #555;
}

.band.blue {
  background: #24a6e8;
}

.band.light-blue {
  background: #6ac5f2;
  color: #444;
}

.band.teal {
  background: #1feCff;
}

.band.green {
  background: #1ee8C4;
  color: #444;
}

.band.purple {
  background: #845ee8;
}

.band.red {
  background: #ff5f5e;
}

.card {
  background: #24a6e8;
  position: relative;
  border-radius: 1.5px;
  display: block;
  margin-bottom: 3%;
}

.card.dark-gray {
  background: #444;
}
.card.medium-gray {
  background: #656565;
}
.card.archived {
  opacity: 0.5;
}

.card .huge,
.location-total {
  font-size: 36px;
  display: block;
}

.card .lg,
.location-cr {
  font-size: 24px;
  display: block;
}

.card .block,
.session-info {
  display: block;
  margin-top: 10px;
}

.col-third {
  width: 32.666%;
  float: left;
  margin-right: 1%;
}

.col-third:nth-child(3n) {
  margin-right: 0;
}

.col-half {
  width: 49.5%;
  float: left;
  margin-right: 1%;
}

.col-half:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 991px)  {
    .col-third {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .col-half {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    table {

    }
}

.card section {
  padding: 1rem;
  overflow: hidden;
}

.card section.timeWarning {
  background: rgba(255,255,255, .95);
  color: #24a6e8;
  padding: .5rem 1rem;
}

.card section.timeWarning .fa {
  margin-right: 3px;
}

.card > header {
  border-bottom: 2px solid rgba(0,0,0,0.1);
  padding: 1rem;
  text-align: left;
}

.card > header > h1,
.card > header > h2,
.card > header > h3,
.card > details h3 {
  display: inline-block;
  margin: 0;
  font-weight: 700;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.card header a,
.card footer a {
  border-bottom: none;
}

.card header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card summary {
    padding: 1rem;
}

.card details section {
    padding: 0;
}

.card details .stack {
    margin: 2rem auto;
}

/*.card header a {*/
/*  float:right;*/
/*  font-size: 14px;*/
/*  font-weight: bold;*/
/*}*/

.card header .fa {
  margin-left: 3px;
  line-height: 1.8;
}

.card section .stat .title {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}

.card section .stat .value {
  font-size: 36px;
  font-weight: bold;
  display: block;
}

.card footer {
  border-top: 2px solid rgba(0,0,0,0.1);
  display: block;
  text-align: left;
  margin-top: 1em;
  line-height: 2.5;
  padding: 0 1em;
}

.card footer a {
  font-weight: bold;
}

#location-cols .card footer a:nth-child(2) {
  float:right;
}

#location-cols {
  overflow: hidden;
}

#add-location-form-container {
  overflow: hidden;
  margin: 30px 0 0 0;
  background: #333;
  border-radius: 3px;
  padding: 0 0 5px 0;
}

#add-location-form-container form {
  margin: 25px auto;
  overflow: hidden;
}

#add-location-form-container legend {
  margin: 0 0 15px;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 24px;
}

.legal {
  font-size: 0.85rem;
  color: #777;
  float:right;
  line-height: 60px;
  margin: 0;
}

.button {
  float: left;
  border: 3px solid white;
  line-height: 1;
  padding: 0.5em;
  font-weight: bold;
  text-transform: uppercase;
}

.button:hover {
  background: white;
  color: #444;
}

#add-org {
  font-size: 2rem;
  display: block;
  width: 350px;
  border: 3px solid white;
  line-height: 3;
  text-align: center;
  margin: 1em auto;
}

#add-org:hover {
  background: white;
  color: #444;
}

.center {
  text-align: center;
}

#call-to-action {
  padding: 2em 0;
}

.large {
  font-size: 1.3em;
}

.dashboard-list {
  margin: 0 0 2em 0;
  padding: 0;
  list-style: none;
}

#home-hero {
  background: #2c343c;
  background-image: url('/img/retail.jpg');
  background-size: auto 400px;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
  height: 400px;
}

#home-hero h2 {
  margin: 150px 0 0 0;
}

#get-started {
  float: none;
  display: block;
  width: 150px;
  margin: 1.5em auto;
}

#features {
  height: 350px;
  padding-top: 60px;
}

#features .fa {
  font-size: 72px;
  color: #ea4449;
  margin: 0 10px;
}

.day-label,
.day {
  width: 14%;
  display: block;
  float: left;
  background: #24a6e8;
  height: 100px;
  margin-bottom: 2px;
  box-sizing: border-box;
  padding: 5px 10px;
  margin-left: 2px;
}

.day a {
  display: block;
  font-size: 14px;
  line-height: 17px;
  border: none;
  font-weight: bold;
}

.day-label {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-weight: bold;
  text-transform:uppercase;
  font-size: 13px;
  background: rgba(255,255,255,0.2);
}

.day.offset-day {
  background: rgba(255,255,255,0.2);
}

.day.future {
  opacity: 0.85;
}

.day-number {
  display: block;
  position: relative;
  left: -6px;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 23px;
}

.day.today .day-number {
  background: rgba(0,0,0,0.25);
  border-radius: 13px;
}

.month {
  overflow: hidden;
}

#review-data-h2 {
  text-align: center;
  margin-bottom: 1em;
}

#review-data-h2 a {
  border: none;
  margin: 0 25px;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

@media screen and (min-width: 768px) {
  body {font-size: 1rem;}

  .col {
    width: 32.666%;
    float: left;
    margin-right: 1%;
  }

  .col:nth-child(3n) {margin-right: 0;}
}


.pending-front-feedback {
    background: #efb100;
    padding: .5rem;
    color: #1e2939;
}

.card {
    background: #1d84b7
}
[x-cloak] {
    display: none !important;
}

.fronts-pill {
    align-items: center;
    border: 1px solid #cdd4db;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.9rem;
    gap: 0.35rem;
    line-height: 1.6rem;
    min-height: 1.6rem;
    padding: 0 0.75rem;
    white-space: nowrap;
}

.fronts-pill--active {
    background: #e8f5e9;
    border-color: #78cd7c;
    color: #2f6b31;
    font-weight: 600;
}

.fronts-pill--empty {
    background: #f7f7f7;
    color: #4d5966;
}

.input-text {
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 18px;
    line-height: 2.6rem;
    padding: 0 0.5rem;
}

.input-text:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.14);
}

datalist,
datalist option {
    color: #222;
}

datalist option {
    background: #fff;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}
.stats-grid dt {
    font-weight: 600;
    letter-spacing: 0.02em;
}
.stats-grid dd {
    font-size: 1.4rem;
    margin: 0.25rem 0 0;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}