
:root {
    --text: #6d6e70;
    --heading: #3f4f60;
    --highlight: #55c0e8;
    --lighthighlight: #bbdae5;
    --highlighttext: #231f20;
    --separator: #d1d2d4;
    --panelgroup: #e6e7e8;
    --privileged: #ff6c00;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Questrial';
    src: url('/css/Questrial-Regular.ttf');
}

html, body {
    background: white;
    font-family: Questrial, sans-serif;
    font-size: 11pt;
    color: var(--text);
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4 {
    color: var(--heading);
}

h1, h2, h3, h4 {
    margin-top: 0;
}

a {
    color: var(--text);
    font-weight: bold;
}

.separator {
    color: var(--separator);
}

.privilegedbar {
    background-color: var(--privileged);
    height: 4px;
    margin-top: -4px;
}

.privilegedcolor {
    color: var(--privileged) !important;
}

hr {
    border: none;
    border-top: 1px var(--separator) solid;
}

.layoutwidth {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
}

.datatable {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.datatable tr:nth-child(odd) {
    background: #f4f4f4;
}

.datatable th {
    padding: 0.5em;
    border: 1px var(--separator) solid;
}

.datatable td {
    padding: 0.5em;
    border: 1px var(--separator) solid;
}

.datatable input {
    display: block;
    width: 100%;
    padding: 0.25em;
    border-radius: 4px;
    border: 1px #888888 solid;
}

.datatable input[type=radio] {
    width: auto;
}

section#titlebar {
    background: #0a1219;
    color: var(--text);
}

section#titlebar nav {
    height: 48px;
    line-height: 48px;
    float: right;
}

section#titlebar nav a {
    color: white;
    text-decoration: none;
    font-weight: normal;
}

#dropprivileges {
    display: inline-block;
    border-left: 1px var(--highlight) solid;
    margin-left: 4px;
    padding-left: 6px;
}

section#headernav {
    background: var(--separator);
}

section#headernav nav {
    height: 48px;
    line-height: 48px;
}

section#headernav nav a {
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    font-weight: bold;
    text-decoration: none;
    border-left: 1px #eeeeee solid;
}

section#headernav nav a:first-of-type {
    padding-left: 0;
    border-left: none;
}

section#subnav {
    background: #eeeeee;
}

section#subnav nav {
    height: 24px;
    line-height: 24px;
    color: var(--separator);
}

section#subnav nav a {
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-decoration: none;
}

section#subnav nav a:first-of-type {
    padding-left: 0;
}

section#contactnav {
    margin-bottom: 2em;
}

section#contactnav nav {
    height: 24px;
    line-height: 24px;
    border-bottom: 1px #eeeeee solid;
}

section#contactnav nav a {
    margin-right: 2em;
    text-decoration: none;
}

.datatable form input[type=submit] {
    cursor: pointer;
}

.datatable form input[type=submit]:hover {
    background-color: var(--separator);
}

.inputchanged {
    background-color: #fcf6c7;
}

table.basicform {
    border-collapse: collapse;
    margin-bottom: 3em;
}

table.basicform th {
    border-left: 4px #148ab7 solid;
    padding-left: 2em;
}

table.basicform tbody:first-of-type::before {
    height: 0;
}

table.basicform tbody::before {
    content: "";
    display: block;
    height: 2em;
}

table.basicform th {
    text-align: right;
    padding-right: 1em;
    font-weight: normal;
}

table.basicform th::after {
    content: ":";
}

table.basicform td {
    height: 2.5em;
}

table.basicform input, textarea {
    border: 1px var(--separator) solid;
    padding: 0.5em;
    font-family: Questrial, sans-serif;
    min-width: 250px;
    border-radius: 4px;
    color: #6d6e70;
    font-weight: normal;
}

button,
input[type=submit] {
    font-family: Questrial, sans-serif;
    background: #148ab7;
    padding: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    border: none;
    color: white;
    cursor: pointer;
}

button:hover,
input[type=submit]:hover {
    background: #047aa7;
}

input[type=text] {
    border: 1px var(--separator) solid;
    padding: 0.5em;
    font-family: Questrial, sans-serif;
    min-width: 250px;
    border-radius: 4px;
    color: #6d6e70;
    font-weight: normal;
}

select {
    font-family: Questrial, sans-serif;
    padding: 0.5em;
    border: 1px var(--separator) solid;
    border-radius: 4px;
    color: #6d6e70;
}

table.basicform input[type=submit] {
    font-family: Questrial, sans-serif;
    background: #148ab7;
    padding: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    border: none;
    color: white;
}

.printblock {
    padding: 0.5em;
    margin-bottom: 1em;
    width: 7.5in;
    margin-left: auto;
    margin-right: auto;
}

.newpage {
    page-break-before: always;
    border-top: 1px #dddddd dashed;
}

.rendernophoto {
    text-align: center;
}

.rendernophoto div {
    text-align: left;
}

.featurelistrender {
    text-align: left;
}

.rendernophoto {
    width: 4in;
    margin-left: auto;
    margin-right: auto;
}

.rendernophoto .featurelistrender {
    display: inline-block;
    max-width: 3.5in;
}

textarea.focused {
    width: 150%;
    height: 3in;
}

.addoncheckbox {
    width: 0.3in;
    height: 0.3in;
    border: 2px #147fae solid
}

.addonchecked {
    background-image: url(/img/checkmark.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
}

.uppercase {
    text-transform: uppercase;
}

.loader {
    width: 32px;
    height: 32px;
    border: 1.5px solid #6d6e70;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1.5px solid;
    border-color: #148ab7 transparent;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pagebar {
    margin-top: 1em;
    vertical-align:middle;
}

.pagebar .prev, .pagebar .next {
    font-size: 16pt;
    vertical-align: sub;
}

