﻿/* 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: #0170bc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #188CCC;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    color: #188CCC;
    text-size-adjust: 100% !important;
    -webkit-text-size-adjust: 100% !important;
}

@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 {
    height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 40px;
    height: 100%;
}

/* Wrapper for page content to push down footer */
#mainBody {
    min-height: 88%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -40px;
    /* Pad bottom by footer height */
    padding: 0 0 40px;
}

.footer {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 40px; /* Vertically center the text there */
}

H1 {
/*    BACKGROUND-IMAGE: url(images/h1_leaf.gif);
*/  TEXT-ALIGN: left;
    BACKGROUND-REPEAT: no-repeat;
    FONT-FAMILY: Arial;
    BACKGROUND-POSITION: left top;
    COLOR: #4a601c;
    CLEAR: left;
    FONT-SIZE: 24px;
}

.nav-item .nav-link {
    color: #0170bc;
    font-weight: 500;
}

.btn-link {
    color: #0170bc;
    font-weight: 500;
}

.nav-link-dropdown {
    color: #0170bc;
    font-weight: 500;
}

label{
    font-weight: 500;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}


/*.card-header {
    background-color: #e7f1f8;
}*/
hr { /* settings for horizontal rule */
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
    border: none;
    height: 1px;
    /* Set the hr color */
    color: black;/* old IE */
    *background-color: gray; /* Modern Browsers */
}

.nav-icon {
    color:darkblue;
    font-weight:800; 
    font-size:24px;
}

.footer-image {
    width: 172px; 
    height: 125px;
}

.custom-link {
    color: #0366d6;
}

.semi-bold{
    font-weight : 500;
}