﻿/* 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 {
   overflow:hidden;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 0px !important; 
    padding-right: 0px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    
}*/

.body-content-main {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 15px;
    margin-right: 15px;
}

.blue-label {
    color: #42cbf5;
    padding-bottom: 5px;
    font-size: larger;
}

.main-header {
    height: 28px;
    background-color: #43cbf5;
    color: white;
    text-align: right;
    font-weight: bold;
    padding-right:10px;
    margin-left: -5px;
    margin-right:5px;
    width: 940px;
    font-size:larger;
}

.main-footer {
    height:20px;
    background-color: #43cbf5;
    bottom:10px;
    margin-left: -5px;
    margin-right:5px;
    width:940px;
    position:absolute;
}

.spinner {
    width: 180px;
    margin-left: 400px;
    bottom: 30px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
.footer-button, .footer-next-kit {
    background-color: #43cbf5;
    color:white;
    font-weight:bold;
    font-size:x-large;
    width:90px;
    text-align:center;
    position:absolute;
    bottom:30px;
    margin-left:845px;
    margin-right:5px;
    cursor:pointer;
}

.footer-add {
    background-color: #43cbf5;
    color: white;
    font-weight: bold;
    font-size: x-large;
    width: 180px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    margin-left: 755px;
    margin-right: 5px;
    cursor: pointer;
}

.footer-prev {
    background-color: #43cbf5;
    color: white;
    font-weight:bold;
    font-size:x-large;
    width:90px;
    text-align:center;
    position:absolute;
    bottom:30px;
    margin-left:-5px;
    cursor:pointer;
}

.disclose-box {
    
    width: 400px;
    position: absolute;
    margin-right: 5px;
    margin-left: 535px;
    text-align: right;
    background-color: #43cbf5;
    color: white;
    padding-right: 20px;
}

#accountOpen,
#accountClose {
    cursor: pointer;
}

/*label-space {
   margin-bottom: 1px;
}*/

.row {
    padding-bottom: 5px;
    margin-left:0px;
}

.col5-image {
    width: 280px;
}

.ColorLabel {
    width: 100px;
    height: 27px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    padding: 2px 2px 2px 2px;
    text-align: center;
    font-size: medium;
    font-weight: normal;
}

.red-box {
    background-color: red;
}

.orange-box {
    background-color: orange;
}

.yellow-box {
    background-color: yellow;
}

.blue-box {
    background-color: blue;
}

.warning {
    border:solid;
    color:red;
}

.valid-inventory{
    border:solid;
    color: grey;
}

.legend-row {
    margin-left:0px;
}

.qty-inputbox {
    padding-left:8px;
    padding-right:8px;
}

.not-available{
    background-color:red;
}

.swatch {
    height:20px;
    width:100px;
    
    border:solid;
}

.swatch-0 {
    height: 20px;
    width: 50px;
   
    border:solid;
}

.swatch-1 {
    height: 20px;
    width: 50px;
    border:solid;
}

.swatch-lg {
    height: 40px;
    width: 200px;
    margin-left: 40px;
    border: double;
}

.swatch-oneoftwo {
    height: 40px;
    width: 100px;
    margin-left: 40px;
    border: double;
}

.swatch-twooftwo {
    height: 40px;
    width: 100px;
    border: double;
}
.spacer {
    width:100%;
    height:100%;
}

.required {
    color: #d00;
    content: "*";
    font-weight: bold;
}

.quote {
    border: solid;
    border-color: #43cbf5;
    width: 850px;
    height: 480px;
    margin-left: 30px;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: large;
    padding: 15px;
    padding-top: 40px;
    font-weight: bold;
   
}

.fees {
    max-height: 300px;
    overflow-y: auto;
}





