html {
  font-size: 16px;
  box-sizing: border-box;  
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
 height: 100vh;
}

.alert {
    max-width: 428px;
}



footer {
    height: 40px;
    max-width: 1920px;    
    white-space: nowrap;
    background-color: white;
    color: #fff;
}
.grid thead, td {
    border-width: 1px;
}

.title {
    color: rgba(14, 186, 247, 0.80);
    text-shadow: 1px 1px 1px rgba(114, 114, 114, 0.3);
}

h1 {
    font-family: Arial;
    color: #3f3f3f;
    text-shadow: 1px 1px 1px rgb(0, 170, 255, 0.3);
}

h2 {
    font-family: Arial;
    color: rgb(50, 50, 50);
    text-shadow: 1px 1px 1px rgb(0, 170, 255, 0.3);
}

h3 {    
    font-family: Arial;
    color: rgb(50, 50, 50);
    text-shadow: 1px 1px 1px rgb(0, 170, 255, 0.3);
}

h4 {    
    font-family: Arial;
    color: rgb(50, 50, 50);
    text-shadow: 1px 1px 1px rgb(0, 170, 255, 0.3);
}

ul {
    filter: grayscale(1);
}

.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar-nav {
    
    min-width: 250px;
    justify-content: center;
}

.form-control {
    color: #000;
}

.form-floating {
    margin: auto;
    max-width: 403px;
}

.btnSaveChanges {
    color: #000;
    background-color: #e5e5e5;
    border-color: #000;
    filter: grayscale(1);
}

.btn-outline-primary {
    max-width: 403px;
    display: flex;
    justify-content: center;
    color: #000;
    background-color: #e5e5e5;
    text-align: center;
    filter: grayscale(1);
}

.btn-outline-primary:hover {
    color: #000;
    background-color: #c9c9c9;       
    text-shadow: 1px 1px rgb(0, 170, 255, 0.3);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #797979;
    background-color: #e5e5e5;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
}

.btn-link {
    color: #797979;
    margin: auto;   
}

.btn {
    display: flex;
    margin: auto;
}


/*.nav-item {
    color: #797979;
}*/

a {
    text-align: center;
}

#version {
    width: 250px;
}

#site-footer-version {
    width: 298px;
    margin-top: 10px;
}

#privacy {
    filter: grayscale(1);
    display: flex;
    align-items: flex-start;
}

#site-footer-copyright {
    margin-top: 10px;   
}

#forgot-password {
    color: #000;
    justify-content: center;
}

.nav-link:hover {
    color: #000;
    font-weight: 400;       
}

.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;
}
#theModal{
    top:200px;
}

