/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /*margin-top: 56px;*/
    /* Margin bottom by footer height */
    margin-bottom: 4rem;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 4rem;
    line-height: 4rem; /* Vertically center the text there */
    background-color: #f5f5f5;
}

body > .container {
    padding: 8rem 2rem 0;
}

.bg-lululemon {
    background: whitesmoke url("/static/jml.png") no-repeat;
}

.content {
    min-height: 360px;
}

.form-control {
    margin-bottom: 10px;
}

.panel {
    margin-bottom: 10px;
}

.jumbotron {
    border-radius: 0;
    margin-bottom: 0;
    padding: 2.5rem 2rem;
}

.new-order-container * form {
    min-height: 24rem;
}

.bg-1 {
    background-color: LightBlue;
}
.bg-2 {
    background-color: LightCyan;
}

.btn:disabled {
    opacity: .2;
}

.order-header {
    padding-right: 15px;
}

.sizeInput {
    max-width: 90px;
}

div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 480px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    max-width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

div.size-checkbox {
    padding-right: 10px;
    padding-bottom: 10px;
}

.edit-account-container {
    padding-left: 180px;
    padding-right: 180px;
}

.label-field {
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .container {
         max-width: 1440px;
    }
}
@media (max-width: 576px){
    body {
        /* Margin bottom by footer height */
        margin-bottom: 6rem;
    }
    .footer {
        /* Set the fixed height of the footer here */
        height: 6rem;
        line-height: 1rem; /* Vertically center the text there */
        padding-top: 1rem;
    }
}
