﻿body {
  margin-top: 30px;
}
.navbar-header {
  position: relative;
  top: -4px;
}
.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
}
.icon {
  position: relative;
  top: -10px;
}
.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}
.page-consent .client-logo {
  float: left;
}
.page-consent .client-logo img {
  width: 80px;
  height: 80px;
}
.page-consent .consent-buttons {
  margin-top: 25px;
}
.page-consent .consent-form .consent-scopecheck {
  display: inline-block;
  margin-right: 5px;
}
.page-consent .consent-form .consent-description {
  margin-left: 25px;
}
.page-consent .consent-form .consent-description label {
  font-weight: normal;
}
.page-consent .consent-form .consent-remember {
  padding-left: 16px;
}
.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: '';
}

.container {
    min-height: 90vh;
}

.main-footer {
    background: grey;
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
}

.main-footer a {
    color: #ffffff;
}

form label.error {
    color: red;
    font-size: 12px;
    font-weight: normal;
}

form input.error {
    border: 1px solid #843534;
}

form select.error {
    border: 1px solid #843534;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
    margin: 0 5px 10px 0;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
    margin-left: 3px;
}

.validation-summary-errors ul li {
    margin-left: 15px;
}

/* For Firefox */
input[type='number'] {
    -moz-appearance: textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.panel {
    background: #f5f5f5;
}

.dark-panel {
    background: #C3C3C3;
    padding: 2rem;
    margin-bottom: 1rem;
    border-radius: 4px;
}

.panel-body {
    padding-top: 15px;
    padding-bottom: 15px;
}

.panel-body.well {
    margin-bottom: 0;
}

.medhealth-logo > img {
    display: table;
    margin: 0 auto;
    width: 20%;
}

.btn-expand-contact {
    background: transparent;
    border-style: none;
    outline: 0 !important;
}

.no-gutter-left > [class*='col-'] {
    padding-right: 15px;
    padding-left: 5px;
}

.no-gutter-right > [class*='col-'] {
    padding-right: 5px;
    padding-left: 15px;
}

.btn {
   padding: 8px 16px;
}

.form-control {
    height: 38px;
}

.form-title {
    font-size: 28px;
    font-weight: 300;
}

.navbar-relative-bottom {
    position: relative;
    margin-top: 20px;
    border: 1px solid transparent;
    width: 100%;
    overflow: hidden;
}