﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.blanc {
    background-color: white;
     
}
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.navbar {
    min-height:75px;
}
.m-container {
    padding-left:0px;
}
/* QR code generator */
#qrCode {
    margin: 15px;
}
.prod-detail-table {
    margin-top: 0rem;
    background-color: #303030;
    color: white;
    border-top: 1px;
    padding: 1rem;
}
.prod-detail-header {
    font-family:sans-serif;
    color: white;
    padding-bottom: 15px;
}
.prod-detail-spec {
    
    display:flex;
    justify-content: space-between;
    padding: 1rem 1rem;
    font-size: 2rem;
    flex-wrap: wrap;

}
.prod-quote-btn {
    border-style: solid;
    border-width: 1px;
    border-radius: 25%;
    font-size: 20px;
    cursor: pointer;
    font-weight:normal;
    line-height:normal;
    position:relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-color: #ab1911;
    background-color: #d61f15;
    color: white;
    transition: background-color 300ms ease-out;
}
.prod-quote-btn-white {
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    cursor: pointer;
    font-weight: normal;
    line-height: normal;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-color: white;
    
    color: black;
    padding: 0px;
    transition: background-color 300ms ease-out;
}
.request-header {
    margin-top: 25px;
}
.imageTransition {
    width: 450px;
    transition: width 1s;
}
.imageTransition:hover {
        width: 650px;
}
/*overlay*/
textarea {
    resize: none;
}

.form-label {
    font-size: 12px;
    color: darkslategray;
    margin: 0;
    display: block;
    opacity: 1;
    -webkit-transition: .333s ease top, .333s ease opacity;
    transition: .333s ease top, .333s ease opacity;
}

.form-control {
    border-radius: 0;
    border-color: lightgray;
    border-width: 0 0 2px 0;
    border-style: none none solid none;
    box-shadow: none;
}

    .form-control:focus {
        box-shadow: none;
        border-color: red;
    }

.select-items {
    border-color: white;
}

.bip-hide-label {
    opacity: 0;
}

.bip-unhighlight-label {
    color: #999
}

.btn-start-order {
    background: 0 0 #ffffff;
    border: 1px solid #2f323a;
    border-radius: 3px;
    color: #2f323a;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: inherit;
    margin: 30px 0;
    padding: 10px 50px;
    transition: all 0.1s ease 0s;
}

    .btn-start-order:hover, .btn-start-order:active, .btn-start-order:focus {
        border-color: red;
        color: red;
        text-transform: uppercase;
    }

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

#overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 5%;
    opacity: .90;
}
.CartQty {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    -moz-border-radius: 100px;
    border-radius: 10px;
    background-color: red;
    color: white;
    text-align: center;
    font-size: 1em;
}
.spinner {
    margin: 0 auto;
    height: 100px;
    width: 100px;
    animation: rotate 0.8s infinite linear;
    border: 6px solid red;
    border-right-color: transparent;
    border-radius: 75%;
}
.table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    margin-bottom: 100px;
}

.thead {
    display: table-header-group;
    
    font-weight: bold;
    
}

.tbody {
    display: table-row-group;
}

.tr {
    display: table-row;
}

.td {
    display: table-cell;
    border-bottom: 1px solid gray;
    padding: 1px;
}


@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
