﻿/* Move down content because we have a fixed navbar that is 100px tall */
body {
    padding: 10px;
    background-color: dimgray;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
}
.contact_form {
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
    line-height: 1;
}
td {
    font-size: small;
    padding: 3px;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.TBox {
    font-size: medium;
}

.StatusLabel {
    font-size: medium;
    color: red;
    font-weight: bold;
}

.PButton {
    font-size: medium;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: whitesmoke;
    padding: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid grey;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }

    .covertext {
    }
}

#SideBar_Left {
    margin-top: 5px;
    background-color: whitesmoke;
    padding: 10px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid grey;
    font-size: small;
}

#SideBar_Right {
    margin-top: 5px;
    background-color: whitesmoke;
    padding: 10px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid grey;
    font-size: small;
}

#CartDisplay {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: lemonchiffon;
    padding: 10px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 1px solid grey;
    font-weight: bold;
}

#Webstats {
    font-size: small;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: white;
    padding: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid grey;
}

#Cover_Left {
}

#Cover_Right {
}

.Cover_Right_img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.Cover_Left_img1 {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    float: left;
}

.CoverListLeft {
    margin-top: 5px;
    background-color: whitesmoke;
    padding: 10px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid grey;
}

    .CoverListLeft a, .CoverListRight a {
        color: black;
    }

.CoverListRight {
    margin-top: 5px;
    background-color: whitesmoke;
    padding: 10px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid grey;
}

#CategoryHeader {
    font-size: medium;
    font-weight: bold;
}

.CategoryHeader {
    font-size: 16pt;
    font-weight: bold;
    width: 100%;
    background-color: whitesmoke;
    padding: 10px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border: 1px solid grey;
    text-shadow: 3px 3px 3px darkgrey;
}

.Search_Header {
    font-size: 12pt;
    font-weight: bold;
    width: 100%;
    background-color: whitesmoke;
    padding: 10px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border: 1px solid grey;
}

footer {
    padding: 10px;
    min-height: 100px;
    background-color: black;
    color: white;
}

.navbar-header-logo {
    background-image: url('media/logo_back.jpg')
}

.navbar-override {
    border-bottom-style: hidden;
    background-color: transparent;
}

.navbar-container-override {
    border-bottom-style: hidden;
    background-color: transparent;
}

.col-md-20 {
    width: 20%;
}

.col-md-60 {
    width: 60%;
}

#WidgetHeader {
    margin-bottom: 5px;
}

.ShadowedText {
    text-shadow: 3px 3px 3px darkgrey;
    font-size: 16pt;
    font-weight: bold;
}

.ShadowedTextSmall {
    text-shadow: 3px 3px 3px darkgrey;
    font-weight: bold;
}

.ProductDisplay {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: white;
    padding: 5px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid grey;
    box-shadow: 3px 3px 5px grey;
}

.ProductPrice {
    text-align: center;
    font-size: large;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: lemonchiffon;
    padding: 5px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid grey;
}

.DemoLink {
    cursor: pointer;
    text-align: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 10px;
    background-color: whitesmoke;
    padding: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid grey;
}

.CartButtons {
    float: right;
    padding-right: 20px;
    padding-top: 20px;
}

.CartButton {
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: whitesmoke;
    padding: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid grey;
}

.ContactButton {
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    width: 100%;
    background-color: white;
    padding: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid grey;
}

.OrderButton {
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: lightgreen;
    padding: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid grey;
}

.Terms {
    font-size: small;
    text-align: justify;
}

.Checkout_options {
    text-align: center;
}

.OrderTotalRow {
    border-top-width: medium;
    border-top-color: black;
    max-height: 15px;
}

.pickup {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
}

.admin_content {
    padding-left: 15px;
    padding-right: 15px;
}
