﻿.lbContent .Nav {
    display: none;
}

.lbContent .Footer {
    display: none;
}

.catalogcontainer {
    padding: 0;
}

.catalogproduct div.productCell {
    padding: 5px 5px 5px 0;
    margin: 0;
    font-size: 11pt;
}

.catalogCategory {
    background: #EEEEEE;
    font-size: 12pt;
}

.catalogproduct div.productCell:hover {
    background: #ffc;
}

.catalogproductOdd div.productCell {
    background: white;
}

/*inCart styles on multi-credit Catalog*/
.multiCreditCourses .inCart div.productCell, .multiCreditCourses .inCart a {
    color: #7f7f7f;
    cursor: default;
}

.multiCreditCourses .inCart a::after {
    content: " (In Cart)";
}

.catalogproduct.inCart div.productCell, .catalogproduct.inCart a {
    background: #c0d9ff;
    color: #7f7f7f;
    cursor:default;
}

.catalogproduct.inDashboard div.productCell, .catalogproduct.inDashboard a {
    background: #d2ebbb;
    color: #7f7f7f;
    cursor: default;
}

    .catalogproduct.inDashboard div.productCell:hover {
        background: #f0ad4e;
        color: #f9f9f9;
    }


.dvFilters {
    background: #EEEEEE;
    border: solid #DDDDDD 1px;
    padding: 0;
    margin: 20px 0 20px 0;
}

.filtercategory {
    padding-top: 10px;
    font-weight: bold;
}

.filtercategory span {
    padding: 0;
    padding-bottom: 5px;
    margin: 0;
}

.filtercontainer {
    border: solid #DDDDDD 1px;
    background: white;
    padding: 5px;
}

.filtercontainer span {
    color: black;
}

.showbutton, .hidebutton {
    border: none;
    background-color: transparent;
}

.catalogbrick {
    border-style: solid;
    border-width: 2px;
    border-radius: 7px;
    padding: 15px;
    margin-bottom: 12px;
}

.catalogbrickheader {
    font-weight:bold; 
    font-size:1.5em; 
    font-family:Arial, Helvetica;
}

.catalogbricktagline {
    font-style:italic;
    font-size:1em;
}

.brickbullet {
    font-size:.95em;
    margin-top: 5px;
}

.coursenote {
    margin-left: 3px;
    color: red;
    font-size: smaller;
}

.aStateReqsLink {
    font-size: 18px;
    justify-content: center;
    align-items: center;
    display: inline-block;
    width: auto;
}

@media only screen and (max-width: 767px) {
    .aStateReqsLink {
        display: inline-block;
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .aStateReqsLink {
        display: flex;
        font-size: 12px;
    }
}

@media only screen and (min-width: 896px) {
    .aStateReqsLink {
        display: inline-block;
    }
}

.disabled-course {
    background: #c0d9ff;
    color: #7f7f7f;
    cursor: default;
}