/**
 * General styling
 */
body {
    background-color: #c5f1f5;
    font-family: "Karma", Arial;
}

p {
    font-size: 1.125rem;
}

.footer-bg img{
    width: 100%;
}
.container-fluid {
    max-width: 1200px;
}
.type-heading {
    font-size: 28px;
    color: #069fe1;
    letter-spacing: 0.4px;
}
.type-label {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.23px;
    font-weight: bold;
}
.container-fluid {
    max-width: 1200px;
}
.bg-image-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Tablet/Desktop */
@media (min-width: 768px) {
}
/* Desktop */
@media (min-width: 992px) {
}

/**
 * Template styling
 */
.template_order {
    overflow: hidden;
}
@media (max-width: 768px) {
    .template_order {
        padding-top: calc(64px + 100px);
        padding-bottom: 50px;
    }
    header.order-progress-header {
        height: 64px;
    }
    header.order-progress-header button,
    header.order-progress-header a {
        font-size: 16px;
    }
    header.order-progress-header .progress-label {
        position: absolute;
        font-size: 12px;
        top: 10px;
        right: 15px;
    }
}
@media (min-width: 768px) {
    .template_order {
        padding-top: calc(96px + 100px);
        padding-bottom: 100px;
    }
    header.order-progress-header {
        height: 96px;
    }
    header.order-progress-header button,
    header.order-progress-header a {
        font-size: 20px;
    }
}
header.order-progress-header button,
header.order-progress-header a {
    -webkit-appearance: none;
}

/**
 * Header styling
 */
header.order-progress-header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    background: #069fe1;
    color: white;
}
.progress-bar {
    background-color: #f40000;
    width: 0%;
}
.progress-label {
    white-space: nowrap;
    font-size: 20px;
    color: #f2f2f2;
    letter-spacing: 0.29px;
}
.progress-label-value {
    width: 40px;
    display: inline-block;
    text-align: right;
}
header.order-progress-header button,
header.order-progress-header a {
    color: #f2f2f2;
    letter-spacing: 0.29px;
}

/**
 * Design input styling
 */
.design-inputs-container {
    margin-left: -10px;
    margin-right: -10px;
}
label.design-radio {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 10px; /* 20px gutter between elements */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.design-radio .design-radio-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: white;
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center center;
}
label.design-radio.design-radio-punchbox .design-radio-button {
    background-size: 100%;
}
/* Hide the default input */
label.design-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
label.design-radio:hover input ~ .design-radio-button,
label.design-radio input:checked ~ .design-radio-button {
    box-shadow: 0px 0px 0px 2px #f40000;
}
@media (max-width: 768px) {
    label.design-radio.design-radio-punchbox {
        width: 128px;
        height: 128px;
    }
    label.design-radio.design-radio-punchbox .design-radio-button {
        width: 128px;
        height: 128px;
    }
}
@media (min-width: 768px) {
    label.design-radio.design-radio-punchbox {
        width: 225px;
        height: 225px;
    }
    label.design-radio.design-radio-punchbox .design-radio-button {
        width: 225px;
        height: 225px;
    }
}
/**
 * Exterior
 */
#exterior table td {
    font-size: 1.125rem;
}

/**
 * Exterior
 */
#interior label {
    font-size: 1.125rem;
}

 
/**
 * Design preview styling
 */
.design-preview {
}
.design-preview .preview-image {
    background-color: gray;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.design-preview .messages {
    font-size: 1.125rem;
}

.aspect-ratio {
    position: relative;
}
.aspect-ratio:before {
    display: block;
    content: "";
    width: 100%;
}
.aspect-square:before {
    padding-top: 100%;
}
.aspect-tv:before {
    padding-top: 75%;
}
.aspect-wide:before {
    padding-top: 50%;
}
.aspect-ratio .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.preview-container {
    position: relative;
}
.design-preview {
    transition: all 250ms ease-out;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.design-preview.active {
    visibility: visible;
    opacity: 1;
    position: relative;
}

/**
 * Punchbox messages
 */
@media (max-width: 768px) {
    textarea.form-control.punchbox-message {
        height: 8em;
    }
}
@media (min-width: 768px) {
    textarea.form-control.punchbox-message {
        height: 4em;
    }
}

/**
  * Review Styling
  */
.container-review .preview-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: lightblue;
}
.container-review table th {
    border-top: 0;
    border-bottom: 2px solid #97c8dd;
}
.container-review table td {
    /* border-top: 0; */
    border-bottom: 2px solid #97c8dd;
    padding-top: 16px;
    padding-bottom: 16px;
    vertical-align: middle;
}
.container-review table td.nostretch {
    width: 1%;
    white-space: nowrap;
}
.order-image-container {
    width: 80px;
    height: 80px;
    padding: 8px;
    background: white;
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
    background-size: 120%;
    background-position: center center;
    background-repeat: no-repeat;
}
.order-image-container img {
    width: 64px;
}
.order-image-container.punchbox {
    background-size: 63%;
}
