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. */

p, label, option, a, td {
    color: black;
    font-weight: bolder;
}

    a.navbar-brand {
        white-space: normal;
        text-align: center;
        word-break: break-all;
    }


.card-background {
    background-color: #F5F5F5 !important;
    min-height: 500px;
}

.cursor {
    cursor: pointer !important;
}


/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

label {
    margin-bottom: 0px !important;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-green {
    color: black !important;
    background-color: #a0d090 !important;
    border-color: #a0d090 !important;
    font-size: large !important;
}




.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

input {
    max-width: none !important;
}

.thead-green {
    background-color: #248A3D;
    color: white;
}

.thead-red {
    background-color: #FF3B30;
    color: white;
}

.thead-grey {
    background-color: #444444;
    color: white;
}

.button-red {
    background-color: #FF0000 !important;
}

.button-blue {
    background-color: #3A7AFE !important;
}

.button-green {
    background-color: #34C759 !important;
}

.button-yellow {
    background-color: #FF9500 !important;
}

.button-grey {
    background-color: #847575 !important;
}

.button-purple {
    background-color: #AF52DE !important;
}

.button-black {
    background-color: #333333 !important;
}

.button {
    display: inline;
    min-width: 150px;
    font-size: large !important;
    margin: 10px;
    color: white !important;
}

.red-link-inline-button {
    color: #FE1313 !important;
    display: inline;
    margin-bottom: 0px;
}

.green-link-inline-button {
    color: darkgreen !important;
    display: inline;
    margin-bottom: 0px;
}

.red-link-button {
    color: #FE1313 !important;
    display: inline;
    font-size: large !important;
}


.small-input-field {
    display: inline !important;
    height: 25px !important;
    margin-bottom: 0px !important;
}

.select2 {
    max-width: 280px;
}

[class*="col-"] {
    float: right;
    padding: 5px;
    /*border: 1px solid red;*/
}

.align-fields {
    display: inline;
    float: right;
    min-width: 240px;
    margin-bottom: 0px !important;
    text-align: right;
    padding: 0px !important;
}
/* 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 */
}


input[type="date"], input[type="datetime-local"] {
    border-color: #d7dae3;
    border-style: solid;
    height: 43px;
    border-radius: 5px;
    border-width: 1.5px;
    min-width: 220px;
    text-align: center;
}
