html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}



/* 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: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #3679c1;
    border-color: #007bff;
}

.btn-secondary {
    color: #fff;
    background-color: #77808a;
    border-color: #6c757d;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .col-form-label {
        display: inline-block;
        width: 150px;
        text-align: right;
    }
}

.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
-------------------------------------------------- */




.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.ui-sortable-helper {
    display: table;
}

#sortable {
    width: 500px;
    border-collapse: collapse;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10+ and Edge */
    user-select: none; /* Standard syntax */
}

.tablecontainer {
    border: 1px solid;
    min-height: 60px;
    display: inline-block;
}

#sortable td, th {
    border-width: 0;
    border-bottom: 1px solid #B8B8B8;
    padding: 3px;
    text-align: left;
    vertical-align: middle;
}

#sortable thead th {
    background: #ccc;
}

.rcornersdiv {
    border-radius: 25px;
    border: 3px solid #1F618D;
    padding: 15px;
    margin-bottom: 10px;
}

.grayout {
    opacity: 0.5; /* Other than MSIE browsers */
    filter: alpha(opacity = 50); /* MSIE */
}

.required-field::after {
    content: "*";
    color: red;
}

.form-group  {
    margin-bottom: .5rem;
}

.btn-wide-seagreen {
    background-color: lightseagreen;
    color: #ffffff;
    border-color: black;
    width: 200px;
    height: 36px;
    padding: 6px;
    font-size: 12px;
}

.search tbody td {
    padding-right: 10px;
}

.state-hover {
    background-color: #c6def7;
}

.preformat {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

    .preformat td {
        border: 1px solid;
        white-space: pre;
        margin: 0 0 0 0;
    }

.lnum {
    color: darkred;
}

/* Status message styles - START  */

#StatusMessages {
    display: flex;
    border: 1px solid darkgray;
    padding: 3px;
    background-color: #fffcf0;
    color: black;
    text-align: left;
    margin-top: 5px;
    margin-left: -10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    width: 100%;
    z-index: 10;
}

.StatusMessage {
    min-height: 20px;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.SuccessMessage:before {
    content: "\f058";
    font-family: 'Font Awesome\ 5 Free';
    font-size: 18px;
    color: darkgreen;
}

.InfoMessage:before {
    content: "\f05a";
    font-family: 'Font Awesome\ 5 Free';
    font-size: 18px;
    color: cornflowerblue;
}

.WarningMessage:before {
    content: "\f06a";
    font-family: 'Font Awesome\ 5 Free';
    font-size: 18px;
    color: orange;
}

.ErrorMessage:before {
    content: "\f28d";
    font-family: 'Font Awesome\ 5 Free';
    font-size: 18px;
    color: darkred;
}

/* Status message styles - END  */

.scroll-list {
    max-height: 300px;
    margin-bottom: 10px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.text-sm {
    font-size: 0.85rem;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}