
text/css login.css ( ASCII text )
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

/*
    TODO will need to remove settings on HTML since we can't namespace it.<strong></strong>
    TODO with the prefix, should I group by selector or property for weight savings?
*/

@font-face {
  font-family: "Nunito";
  src: url('fonts/Nunito/Nunito-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url('fonts/Roboto/Roboto-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
.report-list {
  list-style-type: none;
  line-height:10px;
}

input[type="file"] {
    display: initial;
}

input#fileToUpload {
    display: none;
}

html{
    color:#000;
    background:#FFF;
}
/*
    TODO remove settings on BODY since we can't namespace it.
*/
/*
    TODO test putting a class on HEAD.
        - Fails on FF.
*/
div.modal-content
{
  margin-bottom: 0px;
}

h3
{
  font-family: "Nunito";
    color: #2E4560;
}
h4
{
  font-family: "Nunito";
    color: #F0F0F2;

}
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th
{
  font-family: "roboto";

}
td {
    margin:0;
    padding:0;

}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: smaller;
    text-align: center;
}
fieldset, img {
    border: 0;
    font-family: roboto;
    color: #151F2C;
 /*    max-width: 650px;
     margin-top: 15px;*/
}

/*
    TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style:normal;
    font-weight:normal;
}

ol,
ul {
    list-style:none;
}

caption,
th {
    text-align:left;
}

q:before,
q:after {
    content:'';
}
abbr,
acronym {
    border:0;
    font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
    vertical-align:text-top;
}
sub {
    vertical-align:text-bottom;
}
input,
textarea,
select {
    font-family: "Nunito Regular";
    font-size: inherit;
    font-weight: 300;
    *font-size:100%; /*to enable resizing for IE*/
    font-style: normal;
    color: #2E4560;
}
/*because legend doesn't inherit in IE */
legend {
    color: #F0F0F2;
    font-family: "Nunito";
}

research {
    color:#2E4560;
    font-family: "roboto";}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }





iframe.series-table {
    width: 98%;
    height: 25em;
    overflow: scroll;
    margin: 0.5em 0em 1.5em 0em;
    font-family: "roboto";
    font-size: smaller;
    border: medium solid #2E4560;
    border-radius: 10px;
    border-color: #2E4560;
    padding: 0px;

}

body.series-table {
    background-color: #F0F0F2;
    font-family: "roboto";
    font-size: smaller;
}

series-table {
    background-color: #F0F0F2;
    font-family: "roboto";
    font-size: smaller;
}

th.series-table {
    background-color: #F0F0F2;
    line-height: 140%;
    display: table-cell;
    border: none;
    border-radius: 2px;
    text-decoration:none;
    text-align: center;
    font-family: "Roboto";
    font-size: 10pt;
    font-weight: 500
}

tr.grayed {
    background-color: #CCCCFF;
}

tr.not-grayed {
    background-color: rgba(111, 110, 111, 0.257);
}


p.custom-report-label {
    margin: 0;
    display: block;
    width: 100%;
    margin-bottom: 0.2rem;
}

label.custom-report-label {
    text-align: left;
    display: inline-block;
    font-size: 1rem;
    min-width: 12em;
    width: 25%;
}

input.custom-report-textbox {
    font-size: 1rem;
    border: none;
    border-bottom: 1px solid;
    display: inline-block;
    width: 45%;
}

select.custom-report-textbox {
    font-size: 1rem;
    border: none;
    border-bottom: 1px solid;
    display: inline-block;
    min-width: 45%;
}

.custom-report-structure {
    display: inline-block;
    font-size: 1rem;
    border: none;
    border-bottom: 1px solid;
    min-width: 45%;
}

.custom-report-radio {
    display: inline-block;
    width: 3rem;
    margin: 0;
    margin-left: 0rem;
}

span.custom-report-label {
    text-align: left;
    display: inline-block;
    font-size: 1rem;
    min-width: 12em;
    width: 25%;
}

span.custom-report-structure {
    display: inline-block;
    font-size: 1rem;
    border: none;
    min-width: 45%;
}

span.custom-report-radio-label {
    display: inline-block;
    width: 3rem;
    margin: 0;
    margin-left: 0rem;
    text-align: center;
}

a.logout-link {
    text-decoration: none;
    color: #F0F0F2 !important;
    line-height: 140%;
    cursor: pointer;
    font-size: 1rem;
    -webkit-tap-highlight-color: transparent;
}

a:link {
  color: #2D73B1;
  background-color: transparent;
  text-decoration: none;
}

p.configuration-label {
    margin: 0;
    height: 2.5em;
    text-align: right;

}

label.configuration-label {
    text-align: left;
    width: 100%;
    font-size: 1em;
    height: 1.81em;
    min-width: 30em;
    display: initial;
    font-weight: normal;
    margin-right: 1em;
}


input.configuration-textbox {
    width: 50%;
    font-size: 1rem;
    border: none;
    border-bottom: 1px solid;
    margin-bottom: 8px;
    float: right;
    font-family: "roboto";
    color: #2E4560;
}


select.configuration-textbox {
    width: 50.5%;
    font-size: 1rem;
    border: none;
    border-bottom: 1px solid;
    margin-bottom: 8px;
    float: right;
}


.fixed-action-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    margin-bottom: 0;
    z-index: 998;
    text-decoration: underline;
    /* outline: #EE2C10 solid 1px; */
    color: #EE2C10;
    font-weight: bold;
    padding: 2px;
    cursor: pointer
}

fieldset > label {
    display: initial;
    margin: 0;
    font-weight: normal;
}

fieldset.system-settings {
    border-width: 0px;
    margin: 0px;
    height: 2.5em;
    padding: 0px;
}

legend.system-settings {
    display: inline;
    float: left;
    width: 48%;
    font-size: initial;
    line-height: initial;
    border: 0;
    text-align: right;
    font-family: "roboto";
    color: #2E4560;
}

body.main-container {
    line-height: 1.2;
    font-family: "Nunito", sans-serif;
    font-weight: normal;
    color: #2E4560;
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
    background: white;

}

body.edit-window {
    line-height: 1.2;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
    margin: 0;
    max-width: 1280px;
    background: gainsboro;
}

main.edit-main {
    margin: 0;
}

img.edit-image {
    margin: 0;
    width: 32%;
    min-width: 32%;
    text-align: center;
}

input.edit-number {
    text-align: center;
    width: 32%;
    min-width: 32%;
}

fieldset.edit-menu {
    margin: 1.0rem;
    border: 1px solid white;
    padding-bottom: 1rem;
}

legend.edit-menu {
    font-size: 1.5rem;
    line-height: 110%;
    margin: 1.46rem 0.1rem 1.168rem 0.1rem;
    padding-left: 0.5rem;

}

html.qr-settings {
    background-color: #F0F0F2;
}

main.qr-settings {
    background-color: #F0F0F2;
}

main.system-settings {
    background-color: #F0F0F2;
    display: table-cell;
    width: 80%;
    padding: 1rem;
    position: relative;
    min-width: 50rem;
    min-height: 35rem;
}

section.left-menu {
    display: table-cell;
    width: 20%;
    background-color: #6F6E6F;
    padding: 1rem;
    position: relative;
    min-width: 12rem;
    min-height: 15rem;
}

a.login-anchor {
    text-decoration: none;
    color: white;
    line-height: 140%;
}

body.help-container {
  background: gainsboro;
  font-family: "Roboto", sans-serif;
}

body.help-container > header {
  background: white;
}

main.main-help > ul {
    margin-left:1em;
    margin-bottom:0.4em;
    list-style:initial;
}

main.main-help > ul > * > ul li {
    margin-left:1em;
    margin-bottom:0.4em;
    list-style:initial;
}

main.main-help > * > strong {
    font-weight:bold;
}

main.main-help > ul > li {
    margin-bottom:0.4em;
}

main.main-help > blockquote {
    margin-left:1em;
    margin-bottom:0.5em;
    border: 1px solid black;
    padding: 0.5em;
}

table.help-report-table thead th {
    padding:0.2em;
    border-bottom: 2px solid black;
}

table.help-report-table tbody tr:nth-child(odd) {
    background-color:darkgray;
}

table.help-report-table tbody td {
    padding:0.2em;
    border-bottom: 2px solid black;
}

h1.help-container {
    font-size: 1.33em;
}

h2.help-container {
    font-size: 1.17em;
}

.green {
    color: green;
}

.blue {
    color: blue;
}

.red {
    color: red;
}

main.main-help {
  border: 1px solid black;
  padding: 10px;
}

p.left-align {
  text-align: left;
  display: inline-block;
}

p.right-align {
  text-align: right;
  display: inline-block;
}

table.help-report-table {
  align: center;
  cellpadding: 3px;
  border: 1px solid black;
  cell-border: 1px solid black;

}

a.system-menu {
    text-decoration: none;
    color: white;
    font-family: roboto;
    line-height: 140%;
    display: inline-block;
    margin-right: 0.5rem;
    cursor: pointer;
}

a.icon {
    text-decoration: none;
}

span.system-menu-thispage {
    color: black;
    background-color: lightgrey;
    line-height: 140%;
    display: inline-block;
    font-family: roboto;
    margin-right: 0.5rem;
}

fieldset.system-menu {
    margin-top: 1.46rem;
    border: 1px solid #F0F0F2;
    text-align: right;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-family: "roboto";
    border-radius: 10px;
    display: contents;
}

legend.system-menu {
    font-size: 1.5rem;
    line-height: 110%;
    margin: 1.46rem 0.1rem 1.168rem 0.1rem;
    text-align: left;
    padding-left: 0.5rem;
    font-family: "Nunito";

}

research.research-settings {
    display: inline;
    float: left;
    width: 48%;
    font-size: initial;
    line-height: initial;
    border: 0;
    text-align: right;
}

html {
    font-family: sans-serif;
}

p {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    margin-right: 0;
    margin-left: 23px;
    -webkit-margin-before: 0.4em;
    -webkit-margin-after: 0.4em;
    -webkit-margin-start: 0em;
    -webkit-margin-end: 0em;
    color: #2E4560;
}

body.login-container {
    margin-top: 25px;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
    min-width: 560px;
    width: 90%;
    background: white;
    padding: 0.2em;
}

section.left-banner {
    float: left;
    width: 150px;
    height: 360px;
    background-image: url(/images/mrigrey.jpeg);
}

main.main-login {
    background-color: #F0F0F2;
    float: left;
    width: calc(100% - 150px);
    min-width: 400px;
    height: 350px;
    display: block;
    border: medium solid #2E4560;
    border-radius: 15px;
    padding-left: 20px;
}


form.login-form {
    float: left;
    display: flex;
    flex-direction: column;
    width: 69%;
}


fieldset.login-fieldset {
    border-width: 0px;
    display: block;
    margin-left: -93px;
    margin-top: 23px;
}

label.login-label {
    text-align: left;
    width: 25%;
    font-size: 1rem;
}

.inline-textbox {
    font-size: 1rem;
    border: none;
    border-bottom: 1px solid;
}

input.login-textbox {
    width: 60%;
    font-size: 1rem;
    border: none;
    border-bottom: 1px solid;
    float: none;
    font-family: roboto;
    font-style: normal;
    font-weight: 300;
    display: block;
    background-color: #F0F0F2;
    margin-top: 5px;
}

.login-checkbox {
    margin-left: 7em;
}

.login-button2 {
    text-decoration: none;
    font-family: "Nunito";
    color: #ffffff;
    background-color: #2E4560;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    outline: 0;
    border: medium solid #2E4560;
    border-radius: 5px;
    display: block;
    height: 36px;
    line-height: 36px;
    padding-top: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    text-transform: uppercase;
    vertical-align: middle;
    /* [disabled]-webkit-tap-highlight-color: transparent; */
    font-size: 1rem;
    margin-top: 20px;
    margin-left: -4px;
    padding-bottom: 35px;
}

.login-button {
    text-decoration: none;
    color: #fff;
    background-color: #2E4560;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    outline: 0;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 1rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    font-size: 1rem;
}

.report-popup {
    background: lightgrey;
    font-family: arial;
    font-size: smaller;
    width: 34em;
}

.report-list {
    list-style-type: none;
    margin: 0;
    padding: 1em;
    line-height:1.6em;
}

.report-radio {
}

.report-radio-disabled {
    color: rgb(84,84,84);
}

.modalDialog {
/*
    right: -18%;
    left: 60%;
*/
    width: 100%;
    max-height: 550px

}

.modalDialog, .modalStudyChecker {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    top: 0px;
    bottom: 0px;
    margin-right: 16px;
    background: lightgrey;
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    overflow-x: scroll;
    overflow-y: scroll;
    padding: 0.5em;
}

.modalDialog:target, .modalStudyChecker:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
    overflow-x: scroll;
    overflow-y: scroll;
}

.modalStudyChecker > div {
    width: 1000px;
    position: relative;
    /*margin: 10% auto;*/
    padding: 5px;
    /*border-radius: 10px;*/
    background: #fff;
    /*
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
    */
    overflow-x: scroll;
    overflow-y: scroll;
}

.modalStudyChecker > div > table,
.print_table table {
    width: 100%;
    border: 1px solid black;
    table-layout: fixed;
}

.modalStudyChecker > div > table > tbody > tr > td,
.modalStudyChecker > div > table > thead > tr > th,
.print_table th,
.print_table td {
    border: 1px solid black;
    width: 40px;
    padding: 5px;
}

.print_table {
    width: 1000px;
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.button2 {
    /* appearance: auto; */
    /* user-select: none; */
    /* white-space: pre; */
    /* align-items: flex-start; */
    text-align: center;
    font-family: "Nunito";
    cursor: pointer;
    color: -internal-light-dark(black, white);
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    box-sizing: border-box;
    padding: 6px 9px;
    border-width: 0px;
    /* border-style: outset; */
    border-radius: 5px;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    /* border-image: initial; */
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
body,
dl,
dt,
dd,
ul,
ol,
h1,
h2
{
  font-family: "Nunito";
  margin-bottom: 20px;

}
li,
div
{
  font-family: "Nunito";
}
