@font-face {
    font-family: "DIN Next Rounded LT W01 Light";
    src: url("/css/643121b5d2cc9943eff9b59054cc29ba.eot");
    src: url("/css/643121b5d2cc9943eff9b59054cc29ba.eot?#iefix")format("embedded-opentype"), url("/css/643121b5d2cc9943eff9b59054cc29ba.woff")format("woff"), url("/css/643121b5d2cc9943eff9b59054cc29ba.woff2")format("woff2"), url("/css/643121b5d2cc9943eff9b59054cc29ba.ttf")format("truetype"), url("/css/643121b5d2cc9943eff9b59054cc29ba.svg#DIN Next Rounded LT W01 Light")format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    box-sizing: border-box;
    font-size: 16px;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: #fff;
    color: #444;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-flow: column nowrap;
}

h1 {
    color: #333;
    font: 300 40px / 40px "DIN", sans-serif;
    font-family: "DIN Next Rounded LT W01 Light", sans-serif;
    font-weight: normal;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

h2 {
    font-size: 19px;
    font-family: "DIN Next Rounded LT W01 Light", sans-serif;
}

h3 {
    font-size: 15px;
    margin: 16px 0px 10px 0px;
    font-family: "DIN Next Rounded LT W01 Light", sans-serif;
}

a {
    color: #444;
    outline: none;
}

    a:visited {
        color: #444;
    }

input {
    font-size: 15px;
    font-weight: 400;
    font-family: "DIN Next Rounded LT W01 Light", sans-serif;
    height: 40px;
}

    input[type="text"] {
        padding: 10px;
        border: #808080 solid 1px;
        height: 40px;
        color: #333;
    }

        input[type="text"].error {
            border: red solid 1px;
        }

    input[type="radio"] {
        border: #808080 solid 1px;
        Width: 20px;
        height: 20px;
        color: #333;
    }

        input[type="radio"].error {
            border: red solid 1px;
        }

    input[type="email"] {
        padding: 10px;
        border: #808080 solid 1px;
        height: 40px;
        color: #333;
    }

        input[type="email"].error {
            border: red solid 1px;
        }

    input[type="password"] {
        padding: 10px;
        border: #808080 solid 1px;
        height: 40px;
        color: #333;
    }

        input[type="password"].error {
            border: red solid 1px;
        }

textarea {
    padding: 10px;
    border: #808080 solid 1px;
    height: 80px;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    font-family: "DIN Next Rounded LT W01 Light", sans-serif;
}

    textarea.error {
        border: red solid 1px;
    }

select {
    padding: 10px;
    border: #808080 solid 1px;
    height: 40px;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    font-family: "DIN Next Rounded LT W01 Light", sans-serif;
}

label {
    font-size: 14px;
    font-weight: 600;
}

    label.error {
        color: red;
    }

button {
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #448;
    border: none;
    cursor: pointer;
}

    button.danger {
        background-color: #844;
    }

header {
    width: 100%;
    min-width: 320px;
}

    header .content {
        width: 100%;
        max-width: 1600px;
        margin: -80px auto 0px auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    header .logo-line {
        height: 1px;
        margin-top: 80px;
        background: #ccc;
        /*flex-grow: 1;*/
    }

    header .logo {
        width: 100px;
        height: 100px;
        margin-top: 12px;
        background: #fff;
        flex-grow: 0;
    }

    header .title {
        font-size: 17px;
        font-weight: 600;
        font-family: "DIN Next Rounded LT W01 Light", sans-serif;
    }

    header .title-container {
        margin: -60px 0px 60px 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
    }

        header .title-container .title {
            width: 180px;
            font-size: 21px;
            margin: 0px 10px;
        }

        header .title-container .spacer {
            width: 120px;
        }

footer {
    width: 100%;
    min-width: 320px;
    margin-top: 20px;
    background-color: #444;
    color: #eee;
    display: flex;
    justify-content: center;
}

    footer .content {
        width: 100%;
        max-width: 1600px;
        margin: 20px auto 0px auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 13px;
        padding: 0px 20px;
    }

        footer .content a {
            font-weight: 500;
            color: white;
        }

    footer .copyright {
        display: flex;
        flex-direction: row;
        justify-content: center;
        font-size: 11px;
        margin: 20px 0px;
    }

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

    main .content {
        min-width: 320px;
        max-width: 1600px;
        width: 100%;
        padding: 0px 10px;
        display: flex;
        flex-direction: column;
    }

.top-section {
    /*
    background: linear-gradient(180deg, rgba(218,218,222) 0%, rgba(255,255,255) 100%);
    border-top: solid 1px #999;
    */
}

.center-container {
    width: 100%;
    min-width: 320px;
    max-width: 1600px;
}

.horizontal-line {
    height: 1px;
    background: #ccc;
}

.logo-small {
    width: 70px;
    height: 70px;
    margin: 10px;
    background: #fff;
    flex-grow: 0;
}

.view-container {
    width: 100%;
    min-width: 320px;
    max-width: 1100px;
    margin: 20px auto 0px auto;
    padding: 0px 10px;
}

.contact {
    margin-top: 16px;
    font-size: 13px;
}

    .contact a {
        font-weight: 600;
    }

.label-value-pair {
    display: flex;
    flex-flow: row wrap;
}

.label {
    display: inline-block;
    width: 100px;
    font-weight: 500;
}

.value {
    display: inline-block;
    width: 100px;
    text-align: right;
}

.header-row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
    padding-bottom: 12px;
    border-bottom: #666 1px solid;
    margin: 40px 0px 30px 0px;
}

.input-row {
    /*min-height: 50px;*/
    margin-bottom: 16px;
}

.two-input-row {
    padding-top: 10px;
    height: 50px;
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 16px;
}

.half-input-row {
    display: block;
    margin-right: 4px;
    margin-bottom: 16px;
}

.error-row {
    height: 30px;
    padding-left: 6px;
    margin-bottom: 16px;
    color: red;
    font-size: 13px;
    display: none;
}

.wide-input {
    border: solid 1px #aaa;
    width: 300px;
    height: 40px;
    padding-left: 10px;
    outline: none;
    font-size: 16px;
}

    .wide-input:focus {
        border: solid 1px #bbb;
        border-bottom: solid 2px blue;
        outline: none;
        height: 39px;
    }

.short-input {
    border: solid 1px #aaa;
    width: 148px;
    height: 40px;
    padding-left: 10px;
    outline: none;
    font-size: 16px;
}

    .short-input:focus {
        border: solid 1px #bbb;
        border-bottom: solid 2px blue;
        outline: none;
        height: 39px;
    }

.input-label {
    width: fit-content;
    width: -moz-fit-content;
    height: 20px;
    background: #fff;
    opacity: 0.99;
    margin: -51px 0px 0px 10px;
    padding: 0px 4px;
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: black;
}

.icon {
    height: 24px;
    margin: 0px 8px 0px 4px;
}

.icon-larger {
    height: 32px;
    margin: 0px 8px 0px 4px;
}

.submit {
    width: 300px;
    height: 40px;
    font-size: 16px;
    background: #334466;
    color: #fff;
    border-radius: 5px;
    border: solid 1px #999;
    cursor: pointer;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.stack-horizontal {
    display: flex;
    flex-direction: row;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.stack-vertical {
    display: flex;
    flex-direction: column;
}

.checkbox {
    width: 16px;
    height: 16px;
}

.form-row {
    margin-top: 10px;
}

.navbar {
    font-size: 15px;
    font-weight: 600;
    font-family: "DIN Next Rounded LT W01 Light", sans-serif;
    padding-bottom: 5px;
    gap: 16px;
    flex-wrap: wrap;
    box-shadow: rgba(0, 0, 0, .3) 0px 2px 3px;
}

    .navbar a {
        text-decoration: none;
    }

.page-title {
    font-size: 17px;
    font-weight: 600;
    font-family: "DIN Next Rounded LT W01 Light", sans-serif;
    padding: 10px 0px 8px 0px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .page-title .content {
        min-width: 320px;
        max-width: 1600px;
        width: 100%;
        padding: 0px 10px;
        display: flex;
        flex-direction: row;
    }


#errorRow {
    color: red;
}
.rz-data-grid a:hover {
    color: #3e90f3;
}
.rz-data-grid .order-link > i {
    padding: 20px;
}
.print-only {
    display: none !important;
}

