﻿html {
    margin-left: calc(100vw - 100%);
}

input, select {   
    padding: 4px 2px 4px 2px;
    margin-bottom: 10px;
}

#txtDate {
    background-color: #F9F9F6;
}

span {
    color: #414042;
    font-weight: bold;
}

.submit input[type=submit],
.submit input[type=button] {
    margin-top: 10px;
    padding: 5px;
    color: Black;
    border: 1px solid #cccccc;
    background-color: #F9F9F6;
    border-radius: 5px;
    width: 200px;
}

    .submit input[type=submit]:hover,
    .submit input[type=button]:hover {
        background-color: #ccc;
    }

.display-none {
    display: none;
}

.margin-top-10 {
    margin-top: 10px;
}

.price {
    margin-bottom: 20px;
}

.red {
    color: red;
}

.read_only {
    border-width: 1px;
    border-style: solid;
    background-color: #CCC;
}

.required {
    border: 1px solid red;
    padding: 4px 2px 4px 2px;
}

.title {
    font-size: 1.2rem;
    margin: 1rem 0 1rem 0;
    color: #003366;
}

.top {
    vertical-align: top;
}

.width_100 {
    width: 100px;
}

.width_200 {
    width: 200px;
}

.width_300 {
    width: 300px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.header {
    margin-bottom: 2rem;
}

.header-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem;
}

    .header-title span {
        font-weight: bold;
        font-size: 1.5rem;
    }

    .header-title a {
        color: blue;
        font-size: small;
        font-weight: bold;
        text-align: right;
    }

.copies {
    margin-bottom: 2rem;
}

.copies-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.copies-col {
    display: block;
    margin-right: 20px;
}

    .copies-col span {
        display: block;
        font-weight: bold;
    }

    .copies-col button {
        padding: 5px;
        color: Black;
        border: 1px solid #cccccc;
        background-color: #F9F9F6;
        border-radius: 5px;
        font-weight: bold;
        margin-right: 20px;
        width: 100px;
    }

        .copies-col button:hover {
            background-color: #ccc;
        }

.cart span {
    display: block;
}

.internal input[type="checkbox"] {
    margin-bottom: 20px;
    margin-top: 20px;
}

.details-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.details-col-left {
    display: inline-block;
    margin-right: 20px;
    text-align: right;
    width: 200px;
}

.details-col-right {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}
