﻿body {
    text-align: left;
    font-size: large;
    color: white;
    background-color: #0A3D62;
    font-family: 'Open Sans', sans-serif;
    margin-left: 0.5rem;
}
.navbar {
    background-color: #1B4F72 !important;
    margin-left: -0.5rem;
    margin-bottom: 3rem;
    font-size: medium;
}

.navbar-brand {
    color: #FFFFFF !important;
    margin-left: 0.5rem;
}
#divcbOrderContainer {
    text-align: center;
}
.error-label {
    color: red;
    font: italic;
    font-size: 1rem;
    display: inline-block;
}
#gridviews {
  
    margin-top: 0.5rem;
    display: inline-block;
    width:100%;
}
    #gridviews table {
        margin: 0.5rem;
        position: center;
        table-layout: auto;
        width: 95%;
        border-collapse: collapse;
        box-sizing: border-box;
    }
form {
    margin-top: 5rem;
    width: 100%;
}
label {
    margin-left: 1rem;
}
#divCustomerInfo{
    width: 50%;
    display: block;
}
.form-floating{
    color: dimgray;
}
#divInfoAndDeliveryContainer {
    display: flex;
    justify-content: space-between;
    width: 95%;
}
#verticalBar {
    width: 3px;
    background-color: dimgray;
    height: 100%;
}
#divCustomerInfo, #divDeliveryType {
    flex: 1;
    padding: 10px;
}
#rblDeliveryType {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    margin: 0.5rem;
    border-color: none;
}
#lblDeliveryType{
    margin-left: 0.5rem;
}
input[type="checkbox"]{
    transform: scale(2);
}
input[type="radio"] {
    transform: scale(1.5);
}
.rounded {
    font-size: larger;
    width: 120px;
    height: 15px;
    padding: 10px;
    border: 2px solid #cccc;
    border-radius: 20px;
    outline: none;
}

input:focus {
    border-color: #66afe9;
    box-shadow: 0 0 5px rgba(102, 175, 233, 0.5);
}

input[type="submit"] {
    height: auto;
    width: auto;
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    background-color: #4299e1;
    border-radius: 50px;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 700;
    color: white;
    line-height: 26px;
    margin: 0.25rem;
}

    input[type="submit"]:hover {
        background-color: #599fd9;
    }

select.rounded {
    font-size: small;
    width: 12rem;
    height: 3rem;
}
#gvOutput{
    display: flex;
    border-width: 0px;
    margin-top: 0.5rem;
}
/*Remove up/down spinner for the phone number text box*/
#txtPhone::-webkit-inner-spin-button,
#txtPhone::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#txtPhone {
    -moz-appearance: textfield; /* Firefox */
}
