/** Header **/

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.ab-body {
    background-color: #fff;
    color: #000000;
    font-family: "Montserrat", sans-serif!important;
    font-size: 18px;
    font-weight: 400;
}

input {
    font-family: "Montserrat", sans-serif!important;
}

.btn-light {
    background-color: #dcdee1!important;
}

#skipnav {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#skipnav:focus {
  top: 0;
  z-index: 9999;
  clip: initial;
  height: auto;
  width: auto;
  padding: .5em;
  border: 1px blue dashed;
  color: #BE75CB;
}

#site-title {
    text-align: center;
}

#site-title a:hover {
    text-decoration: none;
}

#site-title a {
    color: black;
}

#ab-title-header {
    padding-top: 2rem;
}

#ab-index-welcome {
    text-align: center;
    padding-top: 1rem;
}

.ab-header-button {
    float: right;
    margin: 0 5px;
}

.ab-header-tabs {
    border-width: 2px;
    border-bottom-style: solid;
}


.ab-header {
    border-bottom: 1px solid black;
    padding-bottom: 0.5rem;
    background-color: #fff;

}

.ab-header-image-topper {
    background-color: rgba(255, 255, 255, 0.5);
}

.ab-header-logo img {
    max-width: 250px;
}

.ab-header-image {
    max-width: 500px;
    max-height: 400px;
    padding: 2rem;
    display: block;
    margin: auto;
}

/** End Header **/

/** Footer **/
.ab-footer {
    background-color: #373432;
    padding: 1em;
    color: #737170;
    margin-top: 1rem;
    flex-shrink: 0;
}
/** End Footer **/

/** Body **/

#primary {
    padding: 0.5em 2em;
    flex: 1 0 auto;
}

/** End Body **/

/** Navigation **/

.ab-nav {
    list-style-type: none;
    margin: 1.5rem 0 0 0;
}

.ab-nav li {
    float: right;
    padding: 0 2rem;
}

.ab-nav li a {
    display: block;
    color: black;
}

.ab-nav li > ul {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    list-style: none;
    padding: 0;
    width: 250px;
}

.ab-nav li > ul li {
    padding: 0;
    float: left;
    width: 100%;
}

.ab-nav li > ul a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.ab-nav li > ul a:hover {
    background-color: #ddd;
}

.ab-nav li a:hover ~ ul {
    display: block;
}

.ab-nav li > ul:hover {
    display: block;
}

/** End Navigation **/

/** Pagination **/

.pagination li {
    white-space: nowrap;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
    margin: 0;
}

.pagination .page-input input {
    width: 2.5rem;
    text-align: center;
    margin: 0;
    min-height: 36px;
    border-color: #ddd;
    border-width: 0.0625em;
    border-style: solid;
}

.pagination .pagination_previous a, .pagination .pagination_next a, .item-pagination .previous, .item-pagination .next {
    background-color: #545b62;
    padding-bottom: 0.5em;
    display: block;
    min-height: 36px;
    padding: 0.375em;
    margin-bottom: 0.5em;
    border: 0;
    line-height: 24px;
}

.pagination_previous a, .pagination_next a, .item-pagination .previous a, .item-pagination .next a {
    text-indent: -9999px;
    position: relative;
    width: 36px;
    text-align: center;
}

.pagination_next a:after, .pagination_previous a:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-indent: 0;
}

.pagination_previous a:after {
    content: url(../images/left-arrow.png);
}

.pagination_next a:after {
    content: url(../images/right-arrow.png);
}

.item-pagination li {
    list-style: none;
}

.item-pagination .previous {
    float: left;
}

.item-pagination .next {
    float: right;
}

/** End Pagination **/

/** Sorting **/

ul#sort-links-list {
    padding-left: 10px;
}

#sort-links-list li {
    display: inline;
    float: right;
    margin-right: 10px;
}

#sort-links-list li:before {
    content: "\2014\0020";
}

.sort-label {
    float: left;
}

.desc a:after {
    content: url(../images/dropdown-arrow.png);
    width: 10px;
    height: 10px;
    display: inline-block;
    line-height: 10px;
    margin: 0 0 0 5px;
}

.asc a:after {
    content: url(../images/dropup-arrow.png);
    width: 10px;
    height: 10px;
    display: inline-block;
    line-height: 10px;
    margin: 0 0 0 5px;
}

/** End Sorting **/

/** Tables **/

.thead-ab {
    background-color: #EFEFEF;
}

.table-striped-ab tbody tr:nth-of-type(even) {
    background-color: #EFEFEF;
}

.table-striped-ab {
    font-size: small;
}

/** End Tables **/

/** Index **/
.ab-index-title {
    border-width: 1px;
    border-bottom-style: solid;
    margin: 1rem;
    padding-bottom: 0.5rem;
}

.ab-index-subtitle {
    color: rgb(0,0,128);
}

.ab-advanced-search-form input {
    border-width: 1px;
}

.ab-advanced-search-form input, .ab-advanced-search-form select, .ab-advanced-search-form button {
    font-size: small;
    margin: 1px;
}

.ab-lookup-text {
    margin-bottom: 10px;
}

.ab-index-filters {
    text-align: center;
}

.ab-index-letters {
    padding: 0 5px;
    font-size: small;
}

.ab-row {
    margin-top: 2rem;
    padding: 2rem 0;
    text-align: center;
    border-top: 1px solid black;
}

/** End Index **/

/** Posters **/

.table-striped-ab button, .table-striped-ab ul {
    font-size: small;
}

.ab-add-to-poster {
    height: 10px;
    display: inline-block;
    line-height: 10px;
    margin: 0 0 0 5px;
}

.poster-move-up a:after {
    content: url(../images/dropup-arrow.png);
}

.poster-move-down a:after {
    content: url(../images/dropdown-arrow.png);
}

.poster-move-top a:after {
    content: url(../images/double-arrow-up.png);
}

.poster-move-bottom a:after {
    content: url(../images/double-arrow-down.png);
}

.poster-delete a:after {
    content: url(../images/remove.png);
}

.ab-dropdown-button {
    border: 1px solid gray !important;
}

#submit-poster {
    padding-top: 1em;
}

#page-search-form .ab-search-col {
    max-width: 100%;
    flex: 0 0 100%;
}

#page-search-form .ab-search-col-hide {
    display: none;
}

/** End Posters **/

/** CSL **/

.csl-entry {
    padding: 3px 0;
}

/** End CSL **/

/** Random Stuff **/

@media only screen and (max-width: 768px) {

    .ab-mobile-hide {
        display: none;
    }

}

.ab-index-hide {
    display: none;
}

.ab-table th {
    text-align: right;
}

.ab-tags {
    padding: 3rem 6rem !important;
}

.ab-tags li {
    list-style: none;
}

.ab-tags .count {
    color: #212529;
    background-color: #dfe8f1;
    display: inline-block;
    padding: .25em .4em;
    font-weight: 700;
    line-height: 1;
    vertical-align: baseline;
    border-radius: .25rem;
    margin: .25em;
}

.ab-header-text {
    margin: 1rem;
    padding-bottom: 0.5rem;
}

.ab-item-modules {
    padding-left: 5em;
    padding-bottom: 2em;
}

#submit_search_advanced {
    background-color: #f15d2f;
    color: #fff;
    float: right;
}

#submit_search {
    font-size: small;
    background-color: #f15d2f;
    color: #fff;
}

.guest-index {
    padding: 1.5rem;
}

#admin-bar {
    min-height: 2.5em;
}

.field label {
    font-size: 14px;
    font-weight: 700;
}

.rounded-circle {
    max-width: 140px;
    max-height: 140px;
}

a {
    color: #f15d2f!important;
}

.anchor-row {
    scroll-margin-top: 80px;
}

.alert-secondary {
    background-color: #efefef !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
/** End Random **/
