﻿/* 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;
    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;
}


.nav-icon {
    color: darkblue;
    font-weight: 800;
    font-size: 24px;
}

.footer-image {
    width: 172px;
    height: 83px;
}

.custom-link {
    color: #0366d6;
}

.semi-bold {
    font-weight: 500;
}

.h5, h5 {
    font-size: 1.25rem;
}

.h6, h6 {
    font-size: 1.00rem;
}



.no-data-msg {
    font-size: 23px;
    font-weight: 600;
}

.nps-table {
    width: 800px;
    font-size: small;
}

.nps-tr {
    background-color: purple;
    text-align: center;
}

.nps-tr2 {
    width: 375px;
    background-color: #8000803b;
    vertical-align: top;
}


.callout {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #e9ecef;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
}

.callout-info {
    border-left-color: #5bc0de;
}

.callout-warning {
    border-left-color: #f0ad4e;
}

.callout-danger {
    border-left-color: #d9534f;
}

.padding-right{
    padding-right: 1.5rem;
}