﻿/* 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. */

.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.dropdown-menu.collapsing {
    display: block;
}



@media (max-width: 767.98px) {

    .dropdown-menu {
        padding: 0;
        margin-top: 0 !important;
        border: 0 !important;
    }

        .dropdown-menu:before {
            content: "";
            display: block;
            padding-top: .5rem;
        }

        .dropdown-menu:after {
            content: "";
            display: block;
            padding-bottom: .5rem;
        }
}




@media (min-width: 768px) {
    html {
        font-size: 18px;
    }
    .dropdown > div {
        position: absolute;
        clip: rect(0.5rem, 9999px, 9999px, -9999px);
    }

    .dropdown-menu {
        height: auto !important;
        transition: transform .35s ease !important;
    }

        .dropdown-menu.collapse, .dropdown-menu.sliding {
            transform: translate(0, -100%);
        }

            .dropdown-menu.collapse:not(.show) {
                display: block;
            }

            .dropdown-menu.collapse.show {
                transform: translate(0, 0);
            }
}


/* 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 {
    padding-top: 10px;
    padding-left: 35px;
    padding-right: 15px;
    font-family: Cambria, 'Helvetica Neue', Helvetica, Arial;
    margin-bottom: 60px;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 20px; /* Vertically center the text there */
}

thead th {
    background-color: #054b8f;
    color: whitesmoke;
    font-weight: bold;
    text-align: center;
}

nav-tabs {
    border-color: #1A3E5E;
    width: 60%;
}

.nav-tabs > li a {
    border: 1px solid #1A3E5E;
    background-color: lightgrey;
    color: #fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background-color: #FFFFFF;
    color: #000;
    border: 1px solid #1A3E5E;
    border-bottom-color: transparent;
}

.nav-tabs > li > a:hover {
    background-color: grey !important;
    border-radius: 5px;
    color: #000;
}

.tab-pane {
    /*border: solid 1px #1A3E5E;*/
    border-top: 0;
    width: 60%;
    background-color: #FFFFFF;
    padding: 5px;
}

.navbar-default {
    width: 100%;
    z-index: 100;
}

div.thicker {
    font-weight: bold;
}

div.thicker {
    font-weight: bolder;
}

tfoot th {
    background-color: #054b8f;
    color: whitesmoke;
    font-weight: bold;
    text-align: center;
}

.thHeader {
    background-color: #054b8f;
    color: whitesmoke;
    font-weight: bold;
    text-align: left;
}

.thHeaderL {
    background-color: #054b8f;
    color: whitesmoke;
    font-weight: bold;
    text-align: left;
}

.captionTop {
    caption-side: top;
    text-align: center;
    font-weight: bolder;
}

.captionTopLeft {
    caption-side: top;
    text-align: left;
    font-weight: bolder;
  font-size: medium;
}


.NoData {
    font-weight: bolder;
    font-size: x-large;
    color: red;
}

.MenuFont {
    font-weight: bolder;
    font-size: large; 
}

.MenuItemFont {
    font-weight: bolder;
    font-size: medium;
}
.terminology {
    font-weight: bold;
}

.MenuItemFont {
    font-weight: bolder;
    font-size: medium;
}
.Footer {
    background-color: #fff;
    color: black;
}
