h1, h2, h3, h4, h5 {
    font-family: initial;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}
h1 {
    font-size: 22px;
}
h3 {
    font-size: 15px;
    vertical-align: middle;
}

h1.page-title {
    border-bottom: 3px double;
}

body {
    overflow-x: hidden;
}
#visibility-check {
    display:none;
}
.years {
    display: block;
    position: relative;
    /* margin-top: 25px; */
    overflow-x: auto;
    margin-left: 1rem;
    margin-right: 1rem;
}
.years .year-item {
    /* position: absolute; */
    /* display: inline-table; */
    /* bottom: 0; */
    padding: 5px;
    text-align: center;
}
.years h3 {
    padding: 5px 0;
    /* margin: 0; */
    height: 34px;
    margin-top: 9px;
}

.full-view .panel-title {
	padding: 0;
	height: auto;
	margin: 5px 0;
}

.years .btn {
    min-width: 58px;
}

.head #seal {
    display: inline-block;
    background-image: url("../images/Cnty_Seal.jpg");
    background-repeat: no-repeat;
    background-position: center;
    width: 144px;
    height: 93px;
    margin: 0;
    padding: 0;
    /* border-radius: 50%; */
}

.head #info {
    display: inline-block;
    background-image: url("../images/cnty_photo.jpg");
    background-repeat: no-repeat;
    background-position-y: center;
    width: 238px;
    height: 93px;
    margin: 0;
    padding: 0;
    margin-left: 0px;
}

.head {
    /* display: inline-block; */
    width: 386px;
    margin: 0 auto;
    padding: 0;
}



.jumbotron:not(.jumbotron-lg) {
    padding: 15px 0;
    margin: 0px;
}

.jumbotron:not(.jumbotron-lg) > .banner {
    margin: 0 auto;
    min-height: 50px;
    text-align: center;
}

.marginalized {
    margin:5px auto;
}

.btn-group.marginalized {
    margin: 2px auto;
    width: 95%;
    /* overflow-x: scroll; */
}

.disclaimer {
    margin: 10px;
    font-style: italic;
    font-size: 9px;
    text-indent: 15px;
    width: 90%;
}

.footer {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px -3px;
    width: 101%;
    position: relative;
}

.footer .ids-ico {
    background-image: url('../images/IDSsmall.jpg');
    width:72px;
    height:34px;
    mix-blend-mode: multiply;
}
.footer span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.footer .logout {
    /* margin-left: auto; */
    margin-left: .5rem;
}

.footer .admin {
    /* margin-left: .5rem; */
}

.minute-content iframe {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 5px;
}

.minute-content:after {
    clear:both;
}

.search-links {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

.search-links>a:nth-child(2) {
    float: right;
}

.search-links blockquote {
    margin: 0;
    padding: 5px 0 5px 10px;
    font-size: 14px;
    border-left-width: 2px;
    font-weight: 700;
    color: #53b65a;
}

.search-panel {
    display: block;
    width: 100%;
    clear: both;
    margin: 0;
}

.sidebar.full-view {
    width: 100%;
}
.panel-body.full-view {
    max-height: none !important;
    overflow-y: visible !important;
}

@media (max-width: 767px) {
    .search-panel .row {
        margin: 0 15px;
    }
}
@media (max-width: 600px) {
    #visibility-check {
        display: block;
        width: 100%;
        height: 1px;
        padding: 0;
        margin-top: -20px;
        /* background-color: #000; */
    }
    .container {
        margin:0;
        padding:0;

    }

    .container>.search-panel {margin: 0px 0 -1px 0;}
    
    .btn-group-justified {display: inline-block;}
    .btn-group.marginalized {
        /*overflow-x: scroll;*/
        width: 100%;
    }

    .scrollstop {
        overflow-x:scroll;
        width: 95%;
        margin: 0 auto;
    }
    .sidebar {
        width: 100%;
    }

    .sidebar .list-group {max-height: 400px;overflow-y: scroll;}
}

@media (min-width: 768px) {
    h1 {
        font-size: 36px;
    }
    h3 {
        font-size: 24px;
    }
    .years h3 {
        /* margin:0 !important; */
    }

    .row>.col-md-6 {
    }
    .footer {
        margin: 5px auto;
        width:75%;
        flex-direction: row;
    }
    .ml-auto {
        margin-left: auto;
    }
    .disclaimer {
        width:80%
    }
    .sidebar {
        float: left;
        width: 30%;
    }

    .search-links {
        display: grid;
        width: 25%;
        border: none;
        padding: 0 15px;
        margin-bottom: 0;
    }

    .search-links a {
        border-left: 3px solid #ddd;
        padding: 5px 0 5px 10px;
        border-color: rgba(0,0,0,.15);
        margin: 0;
    }

    blockquote {
        padding: 5px 0 5px 15px !important;
        white-space: nowrap;
        overflow-x: visible;
        border-left-width: 3px !important;
    }
	
    .search-panel h3 {
        margin: 10px 15px 5px;
    }

    .minute-content {
        position: sticky;
        float: right;
        width: 70%;
        padding: 0 10px;
        top: 5px;
    }

    .minute-content .panel-body {
        padding: 0;
        /* min-height: 400px; */
        height: 100%;
    }

    .panel-title .text-small {
        font-size: 75%;
        height: 16px;
        vertical-align: middle;
    }
}

.list-group-item {
    overflow: auto;
}


.modal1 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    padding: 30px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.1s,opacity 0.3s ease;
    transition: visibility 0s linear 0.1s,opacity 0.3s ease;
}
.modal1.open {
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.modal1__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 21;
    background-color: rgba(0, 0, 0, 0.7);
}
.modal1__close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    outline: none;
    background: none;
    font-size: 24px;
    color: #747474;
    font-weight: bold;
}
.modal1__close:hover {
    color: #000;
}
.modal1__container {
    position: relative;
    z-index: 22;
    width: 400px;
    /* height: 200px; */
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 0 0 10px #fff;
    margin: 0 auto;
    /* padding: 30px; */
    /* background-color: #fff; */
    text-align: center;
}

#modal-container .panel-body {
    max-height: 400px;
    overflow-y: scroll;
}

.mb-3 {
    margin-bottom: 2rem;
}

.block {
    display: block;
}

.table.table-pointer tbody tr {
    cursor: pointer;
}

.modal-open {
    display: block;
    background: rgb(0 0 0 / 25%);
}

.d-inline-block {
    display: inline-block;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.mt-0 {
    margin-top: 0;
}

.mt-3 {
    margin-top: 2rem;
}

