

/* overrides */

body {
    min-height: 100vh;
}

.flex-grow {
   flex: 1;
}

.login {
    text-transform: uppercase;
    font-variant: small-caps;
    font-size: small;
}

.realm-dropdown .btn {
    text-transform: uppercase;
    font-variant: small-caps;
    font-size: small;
}

h1, h2, h3 {
    text-transform: uppercase;
    font-variant: small-caps;
    font-size: x-large;
    color: #495057;
}

a {
    color: #186896
}

a:hover {
    color: #186896
}

code {
    color: #808080;
}

.mono {
    font-family: 'Source Code Pro', monospace;
}

.small {
    font-size: small;
}

.green {
    color: forestgreen;
}

.red {
    color: red;
}

.nobreak {
  white-space: nowrap;
}

.create-form, .update-form {
    background-image: radial-gradient(#FFF, #EEE);
    padding: 1em;
    border-radius: .25em;
    max-width: 1024px;
}

.form-group {
    margin-bottom: .25rem;
}

.btn {
    text-transform: uppercase;
}

.btn-primary {
    background-image: linear-gradient(-45deg, #186896, #147e9b);
    background-color: #186896;
    border-color: #186896;
}

.btn-primary .disabled {
    background-color: #CCCCCC;
    border-color: #CCCCCC;
}

.btn-primary:hover {
    background-color: #186896;
    border-color: #186896;
}

.btn-danger {
    background-color: #ec8968;
    border-color: #ec8968;
}

.btn-danger:hover {
    background-color: #f76d65;
    border-color: #f76d65;
}

.nav-tabs .nav-item {
    margin-left: .5rem;
}

.nav-tabs .nav-link {
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}

.nav-pills .nav-link {
    text-transform: uppercase;
    font-variant: small-caps;
    font-size: small;
}

.nav-pills .nav-link.active {
    background-image: linear-gradient(-45deg, #186896, #147e9b);
    background-color: #186896;
}

form label {
    text-transform: uppercase;
    font-variant: small-caps;
    font-size: small;
}

th {
    text-transform: uppercase;
    font-variant: small-caps;
    font-size: small;
}

footer {
    background-image: linear-gradient(-45deg, #186896, #147e9b);
    background-color: #186896;
    color: white;
    font-size: small;
}

footer a {
    color: white;
}

footer a:hover {
    color: white;
}

footer h3 {
    text-transform: uppercase;
    font-variant: small-caps;
    font-size: small;
    color: white;
}

footer ul {
    list-style: none;
    padding-left: 1rem;
}

.navigation {
    padding: .5rem;
    padding-left: 0;
    padding-top: 0;
    border-bottom: solid #CCCCCC 1px;
    margin-bottom: .5rem;
}

.navigation a {

}

.instruction {
    border: solid #EEE 1px;
    padding: .5rem;
}

/* forms */

textarea.squash {
    height: calc(1.5em + .75rem + 2px);
}

.section {
    background-image: radial-gradient(#FFF, #EEE);
    padding: 1em;
    border-radius: .25em;
    max-width: 1024px;
    margin-bottom: 1em;
}

.add-button {
    width: 100%;
    margin-top: .5em;
    margin-bottom: .5em;
    border: solid #CCC 1px;
}

/* pagination */
ul.pagination {
    margin-top: 1rem;
}

.page-link {
    color: #147e9b;
}

.page-item.active .page-link {
    color: white;
    background-color: #147e9b;
    border-color: #147e9b;
}