﻿body {
    text-align: start !important;
}

.row {
    padding: 0;
    margin: 0;
}

/* Cards */
.basic-card {
    width 100%;
    border: 1px solid #999;
    border-radius: 2px;
    color: #82878D;
    display: inline-block;
    position: relative;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

.All {
    padding: 10px 10px;
}

.basic-card .item-content {
    padding: 30px;
    min-height: 150px;
    width: 100%;
}

@media (min-width: 992px) {
    .item-content {
        min-height: 250px !important;
    }
}

@media (min-width: 1200px) {
    .item-content {
        min-height: 350px !important;
    }
}

.basic-card .item-content .database-password {
    color: #F38724;
    /*margin: 20px 0;*/
    min-height: 40px;
}

.basic-card .item-content .database-password:before {
    color: #F38724;
    content: '';
    display: block;
}

.basic-card .item-content .description {
    max-height: 100px;
    min-height: 100px;
    overflow: hidden;
}

.basic-card .item-content .item-title {
    color: #0097CC;
    min-height: 61px;
}

.basic-card .item-content a {
    color: #0097CC;
    font-weight: bold;
}

.basic-card .item-content h3 {
    font-weight: bold;
    /*margin: 0 0 20px 0;*/
}

.basic-card .item-genre {
    background-color: #014B66;
    border-top: 1px solid #999;
    font-size: 12px;
    text-transform: uppercase;
}

.basic-card .item-genre ul {
    margin: 0;
    padding: 20px 30px;
}

.basic-card .item-genre ul li {
    color: #fff;
    display: inline-block;
    font-weight: bolder;
    padding-right: 10px;
}

/* Icons */
.lock-svg {
    /*color: #F38724";
    font-size: 50px;*/
    position: absolute;
    right: 0;
    top: 0;
    width: 75px;
}

.spartanburgHidden {
    display: none !important; /*Makes lock invisible*/
}

/* Sticky stuff (doesn't work?) */
#sticky-column {
    padding: 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 155px;
}

/* Search Filter */
.search-filter {
    border-bottom: none !important;
    padding: 0px !important;
}

.search-filter .search-filter-content {
    color: #82878D;
    margin-right: 5px;
    max-width: 1100px;
}

.search-filter li {
    margin-bottom: 10px;
}

.search-filter li:last-child {
    margin-bottom: 0px;
}

.search-filter:last-of-type {
    margin-bottom: 0px !important;
}

.btn-sm {
    background-color: #6EC038 !important;
    border: none;
}

.form-check-input {
    margin-top: 3px !important;
}

/* Filter Accordions */
.accordion-header {
    margin-bottom: 0px !important;
}

.accordion-button {
    background-color: transparent !important;
}

.subject-accordion {
    max-height: 450px;
    overflow: auto;
}

.filter-header {
    color: #82878D;
    font-size: 14px;
}

/* Media Queries */
@media (min-width: 37.5em) {
    .card .item-content,
    .card-summary .item-content {
        padding-bottom: 0;
    }
}

@media (max-width: 992px) {
    #sticky-column {
        position: static;
        top: auto;
    }
}