﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  /*word-break: break-all;*/
}

/* Provide sufficient contrast against white background */
a {
    color: #137BA4;
}

.btn-primary {
    color: #fff;
    background-color: #137BA4;
    border-color: #137BA4;
}

    .btn-primary:hover {
        background-color: #126080;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

nav.navbar > div.container > a.kci-menu-title {
    text-wrap: nowrap;
}

.kci-welcome-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.kci-welcome-container > div {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.75rem;
}

@media (min-width: 576px) {
    .kci-welcome-container > div {
        font-size: 2.5rem;
    }
}

    .kci-welcome-container > div > span {
        color: #137BA4;
        white-space: nowrap;
    }

@media (max-width: 380px) {
    .kci-welcome-container > div > span {
        white-space: break-spaces;
    }
}

    .kci-menu-bg-color {
        background-color: #137BA4;
    }

.kci-dialog-head-bg-color {
    background-color: #22A3D6;
    color: #ffffff;
}

.kci-icon-color {
    color: #137BA4;
}

.kci-footer-container {
    display: flex;
    flex-wrap: wrap;
    line-height: normal;
}

    .kci-footer-container > div {
        margin: .5rem 0;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }

.kci-footer-container > div > a {
    margin: 0 .5rem;
}

.kci-footer-container > div:last-of-type {
    margin-top: 0;
}

.kci-menu-container {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 576px) {
    .kci-menu-container {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
}

a.nav-link.dropdown-toggle,
a.dropdown-item,
.kci-text-color-white {
    color: white !important;
}

a:hover:not(.btn) {
    text-decoration: underline !important;
    cursor: pointer;
    background-color: inherit;
}

.navbar-right {
    float: right !important;
}
div.navbar-right a:hover {
    text-decoration: underline !important;
    background-color: inherit;
}

.kci-table {
    width: 100%;
    border-collapse: collapse;
}

.kci-table td,
.kci-table th {
    border: 1px solid #ddd;
    padding: 8px;
}

.kci-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

    .kci-table tr:hover:not(.kci-dialog-head-bg-color) {
        background-color: #ddd;
    }

    .kci-table th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        color: white;
    }

.btn-kci-primary {
    background-color: white;
    color: #A9A9A9;
    border: 1px solid #A9A9A9;
}

.kci-width-100 {
    width: 100%;
}
.kci-width-3rem {
    width: 3rem;
}
.kci-width-5rem {
    width: 5rem;
}
.kci-width-6rem {
    width: 6rem;
}
.kci-width-22rem {
    width: 22rem;
}

.kci-margin-right-5px {
    margin-right: 5px;
}

#kci-access-new-container {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
}

.kci-login-page-footer {
    position: relative;
    top: 12px;
    margin-top: 15px;
    padding-top: 5px;
    white-space: nowrap;
    font-size: 0.85em;
}

.kci-register-page-pwd-requirements {
    font-size: 0.7em;
    padding-left: 10px;
    margin-top: -5px;
    margin-bottom: 8px;
}

.kci-info-icon {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}