﻿body {
    background: url(../triangle-pattern-bg.jpg);
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #4E5866;
}
.welcome-page {
    text-align: center;
}

.adminIcon {
    float: right;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    background-color: #10427A;
    color: #ffffff;
    text-align: center;
    border-radius: 15px;
    padding-top: 4px;
    width: 28px;
    height: 28px;
    margin-top: 22px;
}

.dropdown-menu > li > a:hover {
    background-color: #10427A;
    color: white;
}

.alert.alert-info {
    background-color: #10427A;
    color: white;
    width: 950px;
    margin-left: calc(50% - 475px);
}

.body-content {
    min-height: calc(100vh - 150px);
    margin: 100px auto 20px;
    padding: 50px;
}
.navbar-header {
  position: relative;
  padding: 5px;
}
.navbar-inverse {
    background-color: white;
    border-bottom: 2px solid #eee;
}
    .navbar-inverse .navbar-nav > li > a {
        margin: 10px 10px 10px 0px;
        color: #4E5866 !important;
        background-color: white !important;
    }
.navbar-inverse .navbar-brand{
  color:#f6f6f6;
}
.navbar-brand {
    height: 60px;
    padding: 10px;
}
.navbar-brand > .icon-banner {
    display: inline-flex;
}
.icon {
  position: relative;
  top: -10px;
}
.container {
    width: 100%;
}
.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;
}
.page-header {
  margin-top:0;
    border: none;
}

    .page-header h1 {
        margin: 0;
}
    .page-header h2 {
        margin-top: 40px;
        font-size: 28px;
        font-weight: 600;
        color: #3D5894;
    }

.grants {
    text-align: center;
}

    .grants h1 {
        font-size: 28px;
        font-weight: 600;
        color: #3D5894;
        margin-bottom: 40px;
    }

.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: '';
}
.btn{
    padding: 10px 20px;
    min-width: 100px;
}
.powered {
    font-size: 12px;
}

    .powered img {
        display: inline-block;
        margin-top: -7px;
        margin-left: 3px;
        height: 25px;
    }

.checkCookies {
    display: block;
    color: #FF0000;
}

.ActiveUsersTable {
    width: 100%;
}

    .ActiveUsersTable tr.ActiveUser_True {
        color: #00cd00;
    }

    .ActiveUsersTable th {
        padding: 5px;
        border: 1px solid #d4d4d4;
        text-align: center !important;
    }

    .ActiveUsersTable td {
        padding: 5px;
        border: 1px solid #d4d4d4;
    }

        .ActiveUsersTable td span.RedStatus {
            color: red;
        }

.ActiveUsersFilter {
    margin-bottom: 25px;
}

.ResetFilterButton {
    color: white;
    background-color: #10427A;
    width: 130px;
    padding: 5px;
    border-radius: 5px;
}

    .ResetFilterButton[value="Filter"] {
        margin-left: 10px;
    }

.grid-container {
    width: 490px;
    display: grid;
    grid-template-columns: auto auto;
}

.grid-item {
    margin-bottom: 20px;
    height: 33px;
    text-align: left;
}

.LoginAudit {
    text-align: center;
}

    .LoginAudit .page-header h1 {
        font-weight: 600;
        color: #3D5894;
    }

button.resendActivation {
    background: none;
    border: none;
    padding: 0px;
    height: 0px;
    color: #337ab7;
    font-size: 16px;
}
