/* Minification failed. Returning unminified contents.
(141,31): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
 */
body {
    padding-bottom: 20px;
}

h3 {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}


#close_msg {
    float: right;
    display: inline-block;
}

div.stat-legend {
    border: 1px solid;
    border-color: #ddd;
    border-radius: 0.25em;
    text-align: center;
}

div.chartjs-height {
    height: 280px;
}

p#qrimage {
    max-width: 500px;
}

div.alert-info {
    margin-top: 10px !important;
}

img.imageqr {
    display: block;
    max-width: 100%;
    height: auto;
}

div#bodyContent_crumbs_crumbTrail {
    margin-left: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

#items th:hover {
    cursor: pointer;
}

/* 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;
}*/

#wrap {
    min-height: 400px;
}

    #wrap h2 {
        text-transform: none;
    }

#layout.navbar-header {
    width: auto;
}


nav.navbar-default {
    background-color: #FFF;
    border-radius: 0;
}

.col-md-1, .col-md-2 {
    padding-left: 5px;
    padding-right: 5px;
}

.top-margin-5 {
    margin-top: 5px;
}

.top-margin-10 {
    margin-top: 10px;
}

.table tbody tr.link-disabled > td, .table tbody tr td.link-disabled, div.link-disabled {
    background-color: #f2dede;
}

.table tbody tr.link-enabled > td, .table tbody tr td.link-enabled, div.link-enabled {
    background-color: #dff0d8;
}

div.row-filters select, div.row-filters input, div.row-filters .btn {
    margin-bottom: 5px;
}

div.row-filters label {
    margin-bottom: 0;
}

select.tagid-selector {
    width: auto !important;
    display: inline
}


/*.microsite-main-navigation-wrapper {
    background: rgba(0,0,0,.6);
    position: relative;
}*/
.main-content-inner {
    margin-top:40px;
}


div.utility-nav-inner a small {
    font-size: .65em;
    text-transform: inherit;
}

div.utility-nav-inner div.small a {
    color: #FFF;
}

#results.row > * {
    padding-left: 0;
    padding-bottom: calc(var(--bs-gutter-x)*.5);
}

.form-control {
    font-size: inherit;
}

.form-control {
    -webkit-appearance: auto;
    appearance: auto;
}

select.form-control {
    padding: 6px 12px !important;
}

h2 a.btn {
    display: initial !important;
}

.btn-block {
    display: block !important;
}

.btn {
    text-decoration: none !important;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
}

    .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

table tbody tr:nth-of-type(2n) {
    background-color: #FFF;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-group {
    margin-bottom: 15px;
}

.list-group-item, li {
    padding: 0;
}

.dropdown-menu li a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    background-color: #f5f5f5;
}

a {
    text-decoration: none;
}

    a:focus, a:hover  {
        text-decoration: underline;
    }

.dropdown-toggle:after {
    color: #333333;
    right: 0px;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

.content-wrapper > :not(.uncg-block-wrapper) {
    max-width: 1570px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

.nav-link {
    color: inherit;
        }

.mb-10 {
    margin-bottom:10px;
}
