﻿:root {
  font-size: 62.5%;
}
input:-webkit-autofill::first-line {
  font-size: 1.8rem;
  text-decoration: none;
}
body {
  color: #dedede;
  background-color: #4b4b4b;
  font-family: 'Barlow', sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
}
.page-header {
  padding: 2rem 0 3rem 6rem;
  font-size: 3rem;
}
.content-area-link {
  font-weight: 600;
  color: #dadada;
}
.content-area-link:hover,
.content-area-link:focus,
.content-area-link:active,
content-area-link:visited,
content-area-link:link {
  cursor: pointer;
  text-decoration: none;
  color: #dadada;
}
p {
  margin: 3rem 0 3rem 0;
}
input[type="checkbox"] {
  margin-right: 1rem;
}
.label {
  font-weight: normal;
}
button {
  outline: none;
}
.btn {
  min-width: 15rem;
  height: 6rem;
  border-radius: 3.7rem;
  margin: 1rem 0 1rem 1rem;
  font-size: 1.7rem;
  padding: 1rem;
  font-weight: 600;
  background-color: #fff;
  border-color: #fff;
  color: #3f25a7;
  box-shadow: 0.4rem 0.4rem 1.3rem #00000029;
  line-height: 3.5rem;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:disabled {
  background-color: #fff;
  border-color: #fff;
  color: #3f25a7;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a:hover a:focus,
a:active,
a:visited,
a:link {
  cursor: pointer;
  text-decoration: none;
}
input:focus {
  outline-offset: 0;
}
.container-fluid {
  max-width: 1320px;
}
.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
}
.navbar-inverse {
  background-color: #363636;
  border-color: #363636;
  padding: 0.5rem;
  height: 13rem;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #72BF44;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #9B9B9B;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.prophecy-logo {
  width: 5.1rem;
  height: 3.6rem;
  margin-top: 0.7rem;
  float: left;
}
.logo-outline {
  fill: #fff;
}
.logo-dot {
  fill: #72BE44;
}
.icon {
  position: relative;
  top: -10px;
}
.site-title {
  padding-top: 1rem;
  margin-left: 7rem;
  font-size: 2rem;
  font-weight: 600;
  white-space: nowrap;
}
.subtitle {
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  padding-bottom: 1rem;
}
.site-home-link {
  width: 50%;
  float: left;
}
.site-header-padding {
  padding-top: 4rem;
}
.home-welcome-text {
  font-size: 4rem;
  margin-top: 2rem;
}
.full-width-bar {
  height: 5rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.pull-right {
  float: right;
}
@media (max-width: 768px) {
  .site-title {
    display: none;
  }
}
.text-danger {
  color: #DC3545;
}
.white {
  background-color: #FFF;
}
.white-text {
  color: #FFF;
}
.prophecy-light-gray {
  background-color: #F5F5F5;
}
.prophecy-mid-gray {
  background-color: #4B4B4B;
}
.prophecy-dark-gray {
  background-color: #363636;
}
.prophecy-orange {
  background-color: #FF884B;
}
.prophecy-purple {
  background-color: #2B1685;
}
.prophecy-green {
  background-color: #72BF44;
}
.prophecy-blue {
  background-color: #6CD3D6;
}
.prophecy-text-light-gray {
  color: #dadada;
}
.prophecy-text-mid-gray {
  color: #4b4b4b;
}
.prophecy-text-dark-gray {
  color: #363636;
}
.prophecy-text-blue {
  color: #2B1685;
}
.prophecy-text-green {
  color: #72BF44;
}
.prophecy-text-purple {
  color: #2B1685;
}
.shadow-box {
  box-shadow: 0.3rem 0.3rem 0.6rem #00000029;
}
.form-wrapper {
  padding: 2rem;
  color: #363636;
}
.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}
.grants .page-header {
  margin-bottom: 10px;
}
.grants .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}
.grants .grant img {
  width: 100px;
  height: 100px;
}
.grants .grant .clientname {
  font-size: 140%;
  font-weight: bold;
}
.grants .grant .granttype {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .created {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .expires {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant li {
  list-style-type: none;
  display: inline;
}
.grants .grant li:after {
  content: ', ';
}
.grants .grant li:last-child:after {
  content: '';
}
.prophecy-link {
  font-size: 2rem;
  padding: 3rem 0 3rem 0;
  font-weight: 600;
}
.form-control {
  padding: 0.375rem 0.75rem;
  border: 1px solid #5a5a5a;
  color: #4b4b4b;
  font-size: 1.8rem;
  height: 3.6rem;
}
.form-control:focus {
  border-color: #72be44;
  box-shadow: none;
}
.navbar-inverse .navbar-nav > .open > a {
  color: #dedede;
  background-color: #fff;
}
.dropdown-menu {
  background-color: #F5F5F5;
}
.dropdown-item {
  font-size: 2rem;
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  border: 0;
}
.dropdown-item:hover {
  background-color: #363636;
  color: #F5F5F5;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.top-bar-link {
  border: none;
  background: none;
  box-shadow: none;
}
.top-bar-icon-xl,
.top-bar-icon-sm {
  float: left;
  padding-top: 4.8rem;
}
.top-bar-icon-xl svg {
  height: 3rem;
}
.top-bar-icon-sm svg {
  height: 3rem;
  margin-left: 2rem;
}
.top-bar-page-name {
  float: right;
  margin-left: 1rem;
  font-size: 2rem;
  padding-top: 4.8rem;
  font-weight: 600;
}
.user-wrapper {
  width: 25%;
  float: right;
}
.user-icon-wrapper {
  height: 4.6rem;
  border-radius: 3.7rem;
  padding: 0.2rem;
  max-width: 4.6rem;
  float: left;
}
.user-icon {
  height: 4.2rem;
  width: 4.2rem;
  border-radius: 3.1rem;
  float: left;
}
.user-icon svg {
  width: 2.8rem;
  margin-left: 0.8rem;
  margin-top: 1.2rem;
  color: #f5f5f5;
}
.user-name-wrapper {
  height: 4.6rem;
  width: 58%;
  margin-left: -2.3rem;
  border-top-right-radius: 3.3rem;
  border-bottom-right-radius: 3.3rem;
  float: left;
  margin-top: 0.2rem;
}
.user-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 1.2rem;
  height: 6.6rem;
  padding-right: 3rem;
}
.user-name-padder {
  height: 6.6rem;
  float: left;
  padding-left: 2.8rem;
}
.top-bar-dropdown-link {
  max-width: 18rem;
}
.top-bar-dropdown-link:hover {
  text-decoration: none;
}
.top-bar-nav {
  margin-top: 0.2rem;
  float: left;
}
/*--------------------------------------------------------------
# QR Code
--------------------------------------------------------------*/
#qr-code {
  width: 25rem;
  height: 25rem;
  border: solid;
  border-width: 5rem;
  border-color: #FFF;
}