body {
  font-size: 14px;
  font-family: 'Roboto', sans-serif !important;
}


header .header-box {
  display: inline-block;
  height: 100%;
}
.highlight-text {
  background-color: #FFEF9A;
}

input::placeholder {
  color: #a9b7bf;
}

.input-label {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#dynamic-background-container {
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}

#main-view-container {
  height: 100%;
  margin-left: 220px;
  background-color: lightgrey;
}

.autocomplete-item {
  background-color: white;
}
.autocomplete-item:hover {
  background-color: lightgray;
}

.stretch {
  width: 100%;
}

.width-half {
  width: 50%;
}

.line {
  width: 100%;
  height: 1px;
  background: #d1d1d1;
}

.transparent-select {
  border-color: rgba(0,0,0,0);
  background-color: rgba(0,0,0,0);
}

.transparent-select option {
  background-color: transparent;
}

.side-padded-text {
  padding-left: 12px;
  padding-right: 12px;
}

.side-padded-wide {
  padding-left: 48px;
  padding-right: 48px;
}

.user-small-logo-container {
  height: 38px;
  width: 38px;
}

.user-small-logo {
  height: 48px;
  width: auto;
  vertical-align: top;
}

.inline-block {
  display: inline-block;
}
.vertical-middle {
  vertical-align: middle;
}

.side-panel-location-badge {
  padding: 20px;
  margin-bottom: 20px;
  min-height: 200px;
}

.side-panel-location-name {
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}

.side-panel-location-location {
  text-align: center;
  font-size: 12px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.email-login-input-hint-wrap {
  a {
    font-size: 10px;
    color: #999;
  }
  text-align: center;
  cursor: pointer;
}

.email-login-button {
  border: 1px solid #99e2c6;
  cursor: pointer;
  .login-social-button-label-only {
    font-size: 11px !important;
    position: relative;
    top: 2px;
    color: #5ec8a1;
  }
}
