body {
    background-color: #f9fafc;
}

.alert.top-right.am-fade {
    z-index: 2000;
}

.viewbody {
    /* //background: url('img/viewbg.jpg'); //no-repeat center center fixed; */
    background-repeat: repeat-y;
    background-position: top;
    background-origin: content-box;
    height: 100vh;
    /* padding-top: 70px; */
    padding-bottom: 70px;
    /* overflow: auto !important; */
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
}

.total-panel {
    background-color: #31373D; /*#31373D;*/
    border-radius: 5px;
    margin: 5px;
    margin-right: 20px;
    color: white;
    min-width: 220px;
}
.total-panel td {
    padding: 1px 10px 1px 10px;
    text-align: center;
    color: #F8F8F8;
    font-size: small;
}
.total-panel td.total {
    border-top: 1px dotted #ccc;
    font-size: large;
    color: white;
    font-weight: normal;
}
.total-panel td.left {
    border-right: 1px dotted #ccc;
}

.img {
    margin: 5px;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.card-img{
    margin-left: auto;
    margin-right: auto;

    /* position: inherit; */
}

.cardThumb{
    width:95%;
    height:95%;
    vertical-align: middle;
    left: 50%;
}

.cardBox {
 position: relative;

}

.inner-img {
    overflow: auto;
    margin: auto;
    position: absolute;
    top : 0;
    left: 0;
    bottom : 0;
    right :0;
}

.carousel-caption{

    top : 50px;
    bottom: 0;
    color: black;
}

.carousel-caption .jumbotron{
    background-color: rgba(255,255,255,0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-shadow: none;
    text-align:  left;

}

.carousel-caption .jumbotron H1{
    font-weight: 500;
}

.jumbotron p {

    font-size: 17px;

}

.container{
    width : 100%;
    margin : 0;
}

.nav.navbar-nav.side-nav.menu li a{
    /* color : black; */
}

.aside .aside-dialog .aside-header {
    background: #e6242e;
}

.breadcrumback{
    color : #428bca;
}

breadcrumback:hover{
    text-decoration: underline;
}

.plprice {
    margin-top: 20px;
}
.plquantity {
    margin-top: 20px;
}

@media (max-width: 768px){
    .plquantity {
        margin-top: 20px;
    }
}
@media (max-width:991px){
    .plprice {
        margin-top: 0px;
        min-width: 100px;
        padding-left: 0;
    }

    .list-group-item-heading {
        margin-bottom: 25px;
    }
}

.splashIframe {
    padding-bottom: 60%;
}

.splashIframe iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
}

#search-prod {
    padding-bottom: 10px;
}

.prod-desc {
    margin-right: 15px;
}

#productRow {
    margin-right: 15px;
}

.label-small {
    margin-right: 15px;
}

.prod-qty {
    padding-left: 0px;
    padding-top: 10px;
}

@media (min-width: 320px) {
    .list-group {
        margin-bottom: 10px;
    }

    #search-prod {
        padding-bottom: 0;
    }
}

@media (max-width: 320px) {
    .label-small {
        margin-top: 5px;
    }

    .qty-small {
        padding-left: 80px;
        padding-right: 0;
    }

    .qty-field-sm {
        width: 90px;
    }

    .list-group-item-heading {
        margin-bottom: 5px;
    }

    .prod-desc {
        margin-right: 10px;
    }

    .prod-price {
        padding-right: 60px;
    }
}

@media (max-width: 375px) and (min-width: 321px) {
    #productRow {
        margin-right: 0;
    }
}

@media (min-width: 360px) and (max-width: 767px) {
    .qty-small {
        padding-left: 100px;
    }

    .qty-field-sm {
        width: 100px;
    }
}

@media (max-width: 768px) {
    .label-small {
        margin-left: 0;
        padding-left: 46px;
        margin-right: 2px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .col-sm-2 {
        width: 11.666667%;
    }

    .col-sm-3 {
        width: 16%;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .label-small {
        margin-left: 0;
        padding-left: 0;
    }

    #priceLabel {
        padding-left: 41px;
    }

    #stockLabel {
        padding-left: 42px;
    }

    .plprice {
        margin-top: 0;
    }

    .qty-small {
        margin-left: 75px;
    }

    .prod-qty {
        padding-left: 55px;
    }
}
