
.breadcrumb >li > a{
  font-size: medium;
  font-family: 'Roboto', Helvetica, sans-serif;
}
.breadcrumb {
  color: steelblue;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-size: medium;
}

.add-user-input{
  margin-bottom: 10px;
}

.client-name{
  color: steelblue !important;
}

.upnext-brand{
  background-color: #4da6a0;
  color: white;
  margin-top: 40px;
  margin-bottom: 10px;
  height: 100%;
  padding-bottom: 100px;
  padding-left: 25px;
  padding-right: 25px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

.upnext-iframe {
  background-color: #4da6a0;
  color: white;
  margin-top: 40px;
  height: 100%;
}

.breadcrumb{
  margin-top: 10px;
  background-color: lightgrey;
}

a{
  color: steelblue;
}

.access_token{
  word-wrap: break-word;
}

.menureportname{
  color: grey;
}

.adminbtn{
  margin-top: 2px;
  margin-left: 5px;
  padding: 7px;
  min-width: 175px;
}


.maincontainer{
  margin-top: 50px;
}

/* For the main reports/admin/super listing pages. */
.projectlist{
  margin-bottom: 10px;
}

.table-header-row-number {
    width: 1%;
}

.adminrow{
  float: left;
}

#loginforms{
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}

#faqforms{
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

.authforms{
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}

.userforms{
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}


#email{
  margin-bottom: 10px;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 40px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    margin-top: 50px;
    color: #f8f8f8;
    background-color: red;
    background-image: url(/static/img/background4.jpg);
    background-position: 30% 0%;
    background-repeat: no-repeat;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 5%;
    padding-bottom: 35%;
}

.intro-message-lower > ul > li{
  font-size: 1.3em;
}

.intro-message > h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 4em;
}

.intro-message-lower > p {
    font-size: 1.5em;
}

.fullpage{
  width: 100%;
}


.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.card{
  float: left;
  position: relative;
  display: block;
  margin: 10px;
  background-color: lightgrey;
  border: 1px solid grey;
  border-radius: 5px;
}

.card-block{
  margin: 10px;
}

.arrowless-number-input {
    -moz-appearance: textfield;
}

.arrowless-number-input::-webkit-outer-spin-button,
.arrowless-number-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.btn-selected-filter {
    border:solid orange 2px;
}

.page-overview-text {
    width: 760px;
}

@media (max-width: 767px) {
    .page-overview-text { display: none; }
}

.right {
    margin-top: 3px;
    float: right;
}

div.note {
    border: 1px solid lightgray;
    padding: 4px;
    max-height: 110px;
    overflow-y: auto;
    resize: vertical;
}

textarea.note {
    max-height: 110px;
    resize: vertical;
}

div.avatar-nav-item {
    min-height: 50px;
    min-width: 50px;
    padding: 8px;
    line-height: 34px;
    text-align: center;
}

div.mobile-avatar-nav-item {
    min-height: 32px;
    min-width: 32px;
    padding: 5px;
    line-height: 22px;
    text-align: center;
}

span.avatar-circle {
    border-radius: 50%;
    background: rgb(70, 130, 180);
    color: white;
    font-size: 0.875rem;
    display: inline-block;
    vertical-align: middle;
    min-width: -webkit-fill-available;
}

span.mobile-avatar-circle {
    border-radius: 50%;
    background: rgb(70, 130, 180);
    color: white;
    font-size: 0.5rem;
    display: inline-block;
    vertical-align: middle;
    min-width: -webkit-fill-available;
}
