﻿body {
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: #fcfcfc;
}

.favorite-item {
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}

.articleList-list-view {
    cursor: pointer;
}

    .articleList-list-view > div:hover {
        background-color: #f5f5f5;
    }

.content {
    margin-top: 105px;
    padding-top: 10px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(150,150,150,0.8);
}

acronym {
    border-bottom: 1px dashed #3F3F3F;
    cursor: pointer;
}

/* Inputs */
.input-height-5rem {
    height: 4.8rem;
}

.btn-custom {
    height: 4.8rem;
    font-size: 1.8rem;
}

label[for="set-stock-filter"] {
    font-weight: normal;
    cursor: pointer;
    font-size: 1.8rem;
    line-height: 3.5rem;
    height: 5rem;
}

.checkbox-big {
    width: 2rem;
    height: 2rem;
    margin-top: 0px !important;
    margin-right: 10px !important;
}

.form-group {
    margin-bottom: 0px;
}

.form-control {
    font-size: 1.8rem;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.col-padding-p1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.col-padding-p2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.col-padding-p25 {
    padding-left: 33px !important;
    padding-right: 14px !important;
}

.truncate-85percent,
.truncate-90percent,
.truncate-100percent,
.truncate-header {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.truncate-85percent {
    width: 85% !important;
}

.truncate-90percent {
    width: 90% !important;
}

.truncate-100percent {
    width: 100% !important;
}

.progress-bar {
    font-size: 15px;
    border-right: 1px solid black;
}

.progress-bar-notdone {
    background-color: #a9a9a9;
}

.special-article-detail-modal {
    min-height: 100%;
}

.start-items > div {
    height: 100px;
}

.start-items a {
    text-align: center;
    text-decoration: none;
    color: black;
}

.start-items .fa,
.start-items .fab {
    font-size: 5rem;
    display: block;
}

.start-items .badge {
    top: 0;
    right: 30%;
    position: absolute;
}

.breadcrumb {
    margin-top: -4px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    margin-bottom: 0px;
}

    .breadcrumb > li a {
    }

    .breadcrumb > li {
        display: contents;
    }

        .breadcrumb > li:first-child {
            font-size: 1.5em;
        }

hr {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.footer-login-info {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: white;
    background-color: #3d3d3d;
    left: 0px;
    padding: 2px 4px;
    z-index: 10000;
    font-size: 1.1rem;
}


/* Article Lists */

/* Gallery */
.gallery-view-item {
}

    .gallery-view-item .item-content {
    }

    .gallery-view-item .item-header > h4 {
        overflow-y: hidden;
        font-weight: 700;
        font-size: 17px;
    }

    .gallery-view-item .item-body {
    }

    .gallery-view-item .item-footer {
        font-size: smaller;
    }

    .gallery-view-item .item-image-wrapper {
        z-index: 1;
        min-height: 140px;
        text-align: center;
        margin: 0 auto;
        position: relative;
    }

        .gallery-view-item .item-image-wrapper img,
        .gallery-view-item .item-image-wrapper .no-img-lg {
            z-index: 1;
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto !important;
        }



/* List */

.list-view-item {
    padding-bottom: 0px;
}

    .list-view-item .item-content {
    }

    .list-view-item .item-header {
        padding-left: 1px;
        padding-right: 1px;
    }

        .list-view-item .item-header h5 {
            margin-bottom: 2px !important;
            font-weight: 700;
        }

    .list-view-item .item-body {
        padding-left: 1px;
        padding-right: 1px;
    }

    .list-view-item .item-chevron-right {
        padding-left: 0px;
    }

        .list-view-item .item-chevron-right .fa,
        .list-view-item .item-chevron-right .far,
        .list-view-item .item-chevron-right .fal {
            font-size: 3rem;
            color: #939393;
            top: 5px;
            position: relative;
        }

    .list-view-item .item-wrapper {
        padding-left: 1px;
        padding-right: 1px;
    }

    .list-view-item .item-image-wrapper {
        z-index: 1;
        min-height: 85px;
        text-align: center;
        margin: 5px auto;
        /* position: relative;*/
    }

        .list-view-item .item-image-wrapper img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto !important;
        }

.no-top-and-bottom-margin {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

/* ./ Article Lists */

.cart-list-view {
    border-bottom: 1px solid #d6d6d6;
    padding: 7px 0px;
}

    .cart-list-view .truncate-header {
        margin-bottom: 2px;
    }

@media only screen and (max-width : 992px) {
    .form-group,
    .input-group,
    .margin-top-sm-2rem {
        margin-top: 1.5rem;
    }
}
