﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Roboto';
    font-size: 14px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 90vh;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem; /* Footer height */
    text-align: center;
}




.navbar-dark .navbar-brand {
    color: #ccc !important;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(157, 157, 157) !important;
    transition: all 0.1s ease !important;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
    color: #ffffff !important;
    transition: all 0.1s ease !important;
}

.dd > li > a:hover {
}

.dropdown-item {
    font-size: 14px !important;
}

.dropdown {
    padding: 4px;
}

.nav-item {
    padding: 4px;
}

.dropdown .nav-link {
}

.dropdown .dropdown-menu a {
    color: #000;
}

.dropdown .btn {
    color: #fff;
}

    .dropdown .btn:hover {
        color: #000;
    }

    .dropdown .btn:active {
        color: #000;
    }

    .dropdown .btn:focus {
        color: #000;
    }

.dropdown-menu .dropdown-item {
    color: black !important;
    transition: all 0.1s ease !important;
}

.dropdown-menu {
    transition: 0.1s;
}

    .dropdown-menu a:hover {
        background-color: #e5e6e7;
    }

.badge-info, badge, badge-pill {
    font-weight: 200!important;
    font-size:12px!important;
    
}


a.GridHyperlink {}
    a.GridHyperlink:visited, a.GridHyperlink:link {
        color: black !important;
        font-size: 13.333px !important;
    }
