/* 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 {
    display: flex;
    white-space: normal;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* 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
}

.container-bg {
    background-color: white;
    margin-top: 150px;
    margin-left: 0%;
    margin-right:0%;
    /* width: 1000px;*/
    border-radius: 10px;
    justify-content: center;
    padding-left: 10px;
    border: 1px solid black;
    align-content: center;
    align-self: center;
    vertical-align: middle;
    width: 100%;
}

.crds {
    background-color: #264653;
    color: white;
}

.required::after {
    content: " *";
    font-weight: bold;
    color: red;
}

.disableSection {
    pointer-events: none;
}

.buttons-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.btn-primary {
    margin-bottom: 20px;
}

.container100 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.button {
    width: 100px;
    height: 40px;
}

.button-left {
    margin-right: auto;
}

.button-right {
    position: relative;
    margin-left: auto;
}

@font-face {
    font-family: 'Journal';
    src: url(../Font/journal.ttf);
    font-style: normal;
    font-weight: 100;
}


.btable tr:nth-child(even) {
    background: #FFF;
    
}

.btable tr:nth-child(odd) {
    background: #D8EBFB;
}

.btable tr:first-child {
    background: #add8e6;
    
}

.btable th, .btable td {
    border: 1px solid black;
}

.aTable{
    width:85%;
    
}
    .aTable th, .aTable td {
        border: 1px solid black;
        background-color: #D8EBFB;
    }