html {
    height: 92vh;
}

body,
.container-fluid {

    height: 100%;
}

.app-layout {
    padding-right: 15px;
    padding-left: 15px;
}

.btn-outline-primary {
    border-color: #0077c8;
}


.bg-brand {
    background-color: #141414 !important;
}

.btn-outline-primary:hover {
    color: white;
}

.input-validation-error {
    border: 1px solid #f72323;
}

.checkbox {
    height: 1.25625rem;
    display: inline;
    vertical-align: top;
}

.check-circle {
    font-size: 40px;
    position: relative;
    top: -20px;
    color: #21AA64;
}

.x-circle {
    font-size: 40px;
    position: relative;
    top: -20px;
    color: #f72323;
}

.small-icon {
    font-size: 20px;
}

.password-valid {
    color: #21AA64;
    font-size: 20px;
}

.password-invalid {
    color: #f72323;
    font-size: 20px;
}

ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.vh-100 {
    height: 100vh;
}

.card-body {
    padding: 2rem;
}

.logged-out iframe {
    display: none;
    width: 0;
    height: 0;
}


.forge-main-nav {
    height: 60px;
}
.navbar {
    border-radius: 0;
}

.railsmart-page-graphic {
    bottom: 34px;
}

.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: '';
}


.no-access {
    filter: grayscale(100%);
    opacity: 0.5;
}

.app-grid {
    display: grid;
    grid-template-columns: 0.3fr 0.3fr 0.3fr 0.3fr 0.3fr 0.3fr 0.3fr 0.3fr 0.3fr 0.3fr 0.3fr 0.3fr;
}

.app-icon {
    height: 85px;
}

.app-link {
    color: black;
    text-decoration: none;
}

.app-link:hover {
    color: black;
    text-decoration: none;
}

.app-title {
    font-weight: 600;
    margin-bottom: 0.75rem;
    font-size: 13px;
}

.app-category-title {
    font-size: 24px;
}

.cls-1 {
    fill: #fff;
}

.cls-2 {
    fill: #141414;
}
