html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-size: 1.1em;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}






span.field-validation-error{
    color:red;
}







.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header h1, #header h1 {
    padding: 5px 0;
    margin: 0;
    /*color: #fff;*/
    border: none;
    /*line-height: 2em;*/
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
    padding-left: 10px;
}

/*
header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}


#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer,
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}
    */



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px #666;
    padding: 5px 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.4em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}


/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

    table td {
        padding: 2px;
        border: solid 1px #e8eef4;
    }

    table th {
        padding: 5px 4px;
        text-align: left;
        background-color: #e8eef4;
        border: solid 1px #e8eef4;
    }



/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav,
#menucontainer {
    margin-top: 10px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 0.9em;
    display: block;
    text-align: right;
    margin: 10px;
    color: black;
    /*padding-left: 100px;*/
}

#logindisplay a:link {
    color: black;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: black;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: black;
    text-decoration: none;
}

#loader {
    display: none;
    width: 210px;
    height: 210px;
    margin-left: -100px;
    margin-top: -100px;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 4px;
    z-index: 100000;
    border-radius: 4px;
    border: 1px solid #ddd;
    background-color: White;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(153,153,153,1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(153,153,153,1);
    box-shadow: 3px 3px 5px 0px rgba(153,153,153,1);
}



@media (min-width: 1600px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1520px;
    }
}

@media (min-width: 1800px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1720px;
    }
}

@media (min-width: 1900px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1820px;
    }
}

div.page div.container {
    font-size: 0.80em;
}






.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}


h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

