﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* these are the new material design overrides - more to come */

:root {
    --mdc-theme-primary: #003F70;
    --mdc-theme-secondary: #0055C6;
    --mdc-theme-background: #fff;
    --mdc-theme-surface: #fff;
    --mdc-theme-error: #b00020;
    --mdc-theme-on-primary: #fff;
    --mdc-theme-on-secondary: #fff;
    --mdc-theme-on-surface: #003F70;
    --mdc-theme-on-error: #fff;
    --mdc-theme-text-primary-on-background: #003F70;
    --mdc-theme-text-secondary-on-background: #0000008a;
    --mdc-theme-text-hint-on-background: #00000061;
    --mdc-theme-text-disabled-on-background: #00000061;
    --mdc-theme-text-icon-on-background: #00000061;
    --mdc-theme-text-primary-on-light: rgba(0, 0, 0, 0.87);
    --mdc-theme-text-secondary-on-light: #0000008a;
    --mdc-theme-text-hint-on-light: #00000061;
    --mdc-theme-text-disabled-on-light: #00000061;
    --mdc-theme-text-icon-on-light: #00000061;
    --mdc-theme-text-primary-on-dark: white;
    --mdc-theme-text-secondary-on-dark: #ffffffb3;
    --mdc-theme-text-hint-on-dark: #ffffff80;
    --mdc-theme-text-disabled-on-dark: #ffffff80;
    --mdc-theme-text-icon-on-dark: #ffffff80;
    --mdc-protected-button-label-text-size: 14px;
    --mdc-typography-button-font-size: 16px;
    --mdc-typography-subtitle1-font-size: 14px;
    --mdc-typography-caption-font-size: 12px;
    --mdc-typography-body2-font-size: var(--mdc-typography-subtitle1-font-size);
}

.pri .mdc-text-field--filled {
    height: auto;
}

.pri .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: var(--mdc-theme-primary);
}

.pri .mdc-text-field-helper-text {
    padding-bottom: 10px;
}

.pri #notesInput {
    resize: none;
    min-width: 322px;
}

.pri label {
    margin-bottom: 0px;
}

.pri .mdc-checkbox.mdc-checkbox--upgraded {
    margin-left: -10px;
}

.pri .tos {
    text-decoration: underline;
}
