summary {
    display: list-item !important;
}

div.sc-banner {
    border-bottom: 3px solid #000000;
    height: 128px !important;

}
div.sc-banner img {
    max-width: 320px !important;
}

.btn {
    border-style: solid !important;
}

.nav>li>a {
    padding: 6px 12px !important;
}

a.rss-small {
    background-image: url('../images/feed-icon-14x14.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    text-decoration: none;
    display: block;
}

ul.menu ul.menu ul.menu a.list-group-item {
    background-color: #fff !important;
}
ul.menu ul.menu ul.menu a.list-group-item:hover {
    background-color: #efefef !important;
    color: #000 !important;
}

ul.menu ul.menu ul.menu li {
    text-indent: 14px;
}

.CodeMirror, .CodeMirror-scroll {
    min-height: 150px !important;
}

.form-control {
    width: 100% !important;
}

.form-inline .form-group .form-control {
    width: auto !important;
}


div.slides {
    margin: 0 50px;
}

.slick-prev:before, .slick-next:before {
    color:#000 !important;
}

.slick-slide {
    margin: 0 10px;
}

h2.subheading {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 12pt;
}

.publist {
    background-color: #efefef
}
.publist p:first-of-type {
    margin-bottom: 15px;
}
.publist p {
    margin-bottom: 0;
}

.publist .details {
    min-height: 200px;
}

a[data-marked] {
    text-decoration: none;
    color: #000;
}

ul.alphabet {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

ul.alphabet li {
    display: inline-block;
}

ul.alphabet a {
    padding: 2px 5px;
    margin-right: 2px;
    border: 1px solid #666;
    border-radius: 2px;
    background-color: #efefef;
    text-decoration: none;
    color: #295376;
}
ul.alphabet a:hover {
    background-color: #999;
}
ul.pagination > li > span {
    padding: 10px 16px;
}

ul.pagination li.disabled {
    display: inline !important;
}

.dataTables_filter input[type=search] {
    border: 1px solid #ccc;
    border-radius: 3px;
}

.strike {
    text-decoration: line-through;
}

.easy-autocomplete-container {
    z-index: 5 !important;
    position: relative;
}


#author-sortable {
    list-style: none;
    margin: 0;
    padding: 0;
}

#author-sortable li {
    padding: 4px;
    border: 1px solid #666;
    cursor: pointer;
    margin-bottom: 4px;
}

#author-sortable li a.rm-author {
    color: #a94442 !important;
}

.wb-tabs>.tabpanels>details, .wb-tabs>details {
    overflow-x: hidden;
}

.fab {
    background-color: #c62828;
    position: fixed;
    z-index: 900;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    padding: 8px 16px;
    border: 0;
    display: inline-block;
    width: 60px;
    height: 60px;
    outline: 0;
    color: #fff !important;
    font-size: 22px;
    white-space: nowrap;
    text-decoration: none;
    line-height: 2.1;
    cursor: pointer;
    transition: opacity 0s;
}
.fab:hover {
    background-color: #f44336;
    color: #000;
}
.fab:active {
    opacity: 0.5;
}
.fab.bottom-right {
    bottom: 35px;
    right: 35px;
}
.fab.bottom-left {
    bottom: 35px;
    left: 35px;
}

.modal-header {
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.pub-cover .thumbnail {
    max-height: 200px;
}

.recent .thumbnail img {
    max-height: 300px;

}

#filelist a {
    text-decoration: none !important;
    color: inherit;
}

#wb-sm .nvbar ul.menu > li a {
    display: table-cell;
    vertical-align: middle;
    padding: 8px 30px 8px 16px;
}

#wb-sm .nvbar ul.menu > li {

    display: table-cell;
    float: none;
    position: relative;
    text-align: center;
    vertical-align: middle;

}

.wb-menu .sm.open {

    display: inline;
    max-height: 1000px;
    min-width: 12.5em;
    position: absolute;
    text-transform: none;
    top: auto;
    z-index: 500;

}

#wb-sm .nvbar ul.sm {
    left: 0;
    width: 18vw;
}

#wb-sm .nvbar ul.menu > li > ul > li.slflnk {

    background: #bbb;

}

