﻿html {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    background-color: aliceblue;
    height: 100%;
    padding: 0;
    margin: 0;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
}

a {
    color: #428bca;
    text-decoration: none;
}

h1, .h1 {
    font-size: 36px;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

h2, .h2 {
    font-size: 30px;
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

b, strong {
    font-weight: bold;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

li.folder {
    font-weight: bold;
}

ul {
    list-style-type: none;
    padding-inline-start: 24px;
}

.text-danger {
    color: red;
}

.prompt {
    width: 100px;
}

.form-row {
    margin-top: 28px;
}

.caret {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.caret::before {
    content: "\25B6";
    color: black;
    display: inline-block;
    margin-right: 6px;
}

.caret-down::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
}

.nested {
    display: none;
}

.active {
    display: block;
}

.container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}

#top-div {
    text-align: center;
    height: auto;
    /*background-color:blanchedalmond*/
}

.top-line {
    margin-top: 20px;
}

#middle-div {
    -webkit-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    text-align: left;
    overflow: auto;
    margin: 0 auto;
}

#bottom-div {
    bottom: 0;
    height: 40px;
    vert-align: middle;
}

.row {
    margin: auto;
}

.content {
    text-align: left;
}

.title {
    font-size: 24pt;
    font-weight: bold
}

.version {
    font-size: 16px;
}

.toc {
    font-size: 32px;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 12px;
}

.starthere {
    padding-top: 20px
}

.breadcrumbs {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: aliceblue;
    width: 100%;
    text-align: center;
    font-size: large;
}

.search {
    padding-top: 32px
}

.validation-summary-errors {
    color: red;
}

.field-validation-error {
    color: red;
}

.totem {
    width: 200px;
}

/* Styles for the login page*/

.login-container {
    text-align: center;
}

.login-form {
    width: 350px;
    height: 270px;
    padding: 16px 20px 20px 40px;
    margin: 50px auto 0 auto;
    border: 1px solid gray;
    background-color: aliceblue;
}

.login-login {
    font-size: large;
    font-weight: bold;
}

.login-row {
    clear: left;
    padding-top: 20px;
}

.login-prompt {
    float: left;
    width: 100px;
}

.login-rememberme {
    margin-left: 100px;
}

table.log {
    border: 1px solid grey;
    border-collapse: collapse;
    width: 95%;
}

table.log td {
    padding-left: 2px;
    padding-right: 2px;
    vertical-align: top;
}

table.log > tbody {
    border: 1px solid gray;
}

table.log > tbody:nth-child(odd) {
    background-color: lightgrey;
}

.header {
    text-align: right;
}

.nav-link {
    padding-left: 8px;
}
