/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

/* ------ Font Family  ------ */
/* ------ Colour Palette  ------ */
html, body {
  height: 100%;
  background-color: rgb(237, 238, 238);
}

.wrapper {
  width: 100%;
  max-width: 1024px;
  padding: 0 32px 0 32px;
  margin: 0 auto;
}

.drag-up {
  margin-top: -72px;
}

.carrier {
  background-color: rgb(255, 255, 255);
  padding: 24px;
  border-radius: 2px;
  border: 1px solid rgb(220, 221, 217);
  margin-bottom: 32px;
}

.page-header {
  background-color: rgb(17, 52, 88);
  width: 100%;
  color: rgb(255, 255, 255);
  padding: 32px 0 104px 0;
}
.page-header .page-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-header .page-title h1 {
  margin-bottom: 8px;
}
.page-header .page-title .return-link {
  background-image: url(/images/return-arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 4px;
}
.page-header .page-title .return-link a {
  color: rgb(17, 179, 162);
  font-size: 14px;
  margin-left: 26px;
}
.page-header .page-title .return-link a:hover {
  text-decoration: none;
  border-bottom: 2px solid rgb(17, 179, 162);
}
.page-header .user-info {
  text-align: right;
}
.page-header .user-info p {
  font-size: 14px;
  margin-bottom: 4px;
}
.page-header .user-info a {
  font-size: 14px;
  color: rgb(17, 179, 162);
}
.page-header .user-info a:hover {
  text-decoration: none;
  border-bottom: 2px solid rgb(17, 179, 162);
  padding-bottom: 2px;
}

.auth-header {
  background-color: rgb(255, 255, 255);
  width: 100%;
  text-align: center;
  padding: 32px 0 96px 0;
}
.auth-header a img {
  margin-bottom: 32px;
}
.auth-header h1 {
  margin-bottom: 0;
}

.nav-bar {
  background-color: rgb(255, 255, 255);
  padding: 12px 0 12px 0;
}
.nav-bar .nav-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
.nav-bar .nav-menu a {
  font-weight: bold;
  font-size: 14px;
  color: rgb(155, 155, 155);
  padding-bottom: 4px;
}
.nav-bar .nav-menu a:hover {
  text-decoration: none;
  border-bottom: 2px solid rgb(155, 155, 155);
  padding-bottom: 2px;
}

#filelist li {
  list-style: none;
  margin-bottom: 12px;
  line-height: 2;
}
#filelist li .filename {
  margin-right: 12px;
}

.remove {
  font-size: 14px;
  color: rgb(200, 30, 69);
}
.remove:hover {
  cursor: pointer;
  border-bottom: 2px solid rgb(200, 30, 69);
}

ul.files li, .pre-exam-docs li {
  list-style: none;
  background-image: url(/images/download-icon.svg);
  background-repeat: no-repeat;
  background-position: 0 5px;
}
ul.files li a, .pre-exam-docs li a {
  font-size: 14px;
  font-weight: bold;
  color: rgb(17, 179, 162);
  margin-left: 24px;
  line-height: 24px;
  padding-bottom: 2px;
}
ul.files li a:hover, .pre-exam-docs li a:hover {
  text-decoration: none;
  border-bottom: 2px solid rgb(17, 179, 162);
}

.btn-note {
  font-size: 12px;
  font-weight: bold;
  margin-left: 12px;
  margin-top: 7px;
  position: absolute;
}

#confirm-filelist li {
  list-style: none;
  color: rgb(17, 179, 162);
  margin-bottom: 12px;
  line-height: 2;
}

.bootstrap-dialog.type-success .modal-header {
  background-color: rgb(17, 179, 162);
}

.bootstrap-dialog.type-primary .modal-header {
  background-color: rgb(17, 52, 88);
}

.state-0 {
  font-weight: bold;
  font-size: 14px;
  color: rgb(255, 255, 255);
  background-color: rgb(17, 179, 162);
  padding: 12px 0 12px 0;
  line-height: 1.3;
}

.state-1 {
  font-weight: bold;
  font-size: 14px;
  color: rgb(255, 255, 255);
  background-color: rgb(238, 116, 29);
  padding: 12px 0 12px 0;
  line-height: 1.3;
}

.state-2 {
  font-weight: bold;
  font-size: 14px;
  color: rgb(255, 255, 255);
  background-color: rgb(200, 30, 69);
  padding: 12px 0 12px 0;
  line-height: 1.3;
}

.exam-btn {
  padding: 32px 24px 32px 104px;
  border-radius: 2px;
  color: rgb(255, 255, 255);
  margin-top: 24px;
  background-image: url(/images/exam-btn-icon.png);
  background-repeat: no-repeat;
  background-size: 88px 104px;
  background-color: rgb(64, 150, 184);
}
.exam-btn:hover {
  background-color: rgb(50, 121, 152);
  cursor: pointer;
}
.exam-btn p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0px;
}
.exam-btn .button-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
}

.check-btn {
  padding: 32px 24px 32px 104px;
  border-radius: 2px;
  color: rgb(255, 255, 255);
  margin-top: 24px;
  background-image: url(/images/exam-btn-icon.png);
  background-repeat: no-repeat;
  background-size: 88px 104px;
  background-color: rgb(64, 150, 184);
}
.check-btn:hover {
  background-color: rgb(50, 121, 152);
  cursor: pointer;
}
.check-btn p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0px;
}
.check-btn .button-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
}

.disabled {
  background-color: rgb(155, 155, 155) !important;
}
.disabled:hover {
  background-color: rgb(155, 155, 155) !important;
  cursor: default !important;
}

.btn-lg {
  font-size: 16px;
  font-weight: bold;
  padding: 12px 24px 12px 24px;
  border-radius: 2px;
  border: none;
  display: inline-block;
}

.btn-md {
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px 8px 16px;
  border-radius: 2px;
  display: inline-block;
  border: none;
}

.btn-blue {
  background-color: rgb(64, 150, 184);
  color: rgb(255, 255, 255);
}
.btn-blue:hover {
  background-color: rgb(50, 121, 152);
  cursor: pointer;
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.btn-gold {
  background-color: rgb(217, 171, 22);
  color: rgb(255, 255, 255);
}
.btn-gold:hover {
  background-color: rgb(161, 124, 3);
  cursor: pointer;
}

.btn-bottle-green {
  background-color: rgb(17, 179, 162);
  color: rgb(255, 255, 255);
}
.btn-bottle-green:hover {
  cursor: none;
}

.vert-pad {
  margin-bottom: 16px;
}

@media only screen and (min-width: 600px) {
  .check {
    position: relative;
    float: right;
    margin-top: -44px;
  }
}
input:disabled {
  background-color: rgb(155, 155, 155);
}
input:disabled:hover {
  background-color: rgb(155, 155, 155);
  cursor: default;
}

.bootstrap-dialog-footer-buttons .btn {
  background-color: rgb(64, 150, 184);
  color: rgb(255, 255, 255);
  border: none;
}
.bootstrap-dialog-footer-buttons .btn:hover {
  background-color: rgb(50, 121, 152);
  color: rgb(255, 255, 255);
}

.no-label {
  display: none;
}

.auth-form-wrapper {
  max-width: 320px;
  margin: 0 auto;
  margin-top: -72px;
  text-align: center;
}
.auth-form-wrapper .auth-form-carrier {
  background-color: rgb(17, 52, 88);
  padding: 24px;
  color: rgb(255, 255, 255);
  text-align: left;
  border-radius: 2px;
  margin-bottom: 24px;
}
.auth-form-wrapper .auth-form-carrier-white {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(220, 221, 217);
  text-align: left;
  padding: 24px;
  color: rgb(63, 69, 72);
  border-radius: 2px;
  margin-bottom: 24px;
}
.auth-form-wrapper .auth-form-carrier-white a {
  width: 100%;
  text-align: center;
}
.auth-form-wrapper input {
  width: 100%;
}
.auth-form-wrapper .auth-link {
  color: rgb(64, 150, 184);
}
.auth-form-wrapper .auth-link:hover {
  text-decoration: none;
  border-bottom: 2px solid rgb(64, 150, 184);
  padding-bottom: 2px;
}

input[type=text], input[type=password], input[type=email] {
  height: 40px;
  border-radius: 2px;
  border: 1px solid rgb(220, 221, 217);
  font-size: 14px;
  margin-bottom: 12px;
}

label[for=agree], label[for=Agree] {
  display: block;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
label[for=agree] input, label[for=Agree] input {
  margin-right: 8px;
}

body {
  -webkit-font-smoothing: antialiased;
  color: rgb(63, 69, 72);
}

p, th, td, span, dl dt, dl dd {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.5;
}

ul {
  margin-bottom: 24px;
  list-style-position: inside;
  list-style-type: disc;
}
ul li {
  line-height: 1.5;
  margin-bottom: 12px;
  text-indent: -1.4em;
  padding-left: 1.2em;
}

ol {
  margin-bottom: 24px;
  list-style-position: inside;
}
ol li {
  line-height: 1.5;
  margin-bottom: 12px;
  text-indent: -1.4em;
  padding-left: 1.2em;
}

a {
  font-weight: bold;
}

h1 {
  font-size: 32px;
  font-weight: normal;
}

h2 {
  font-size: 24px;
  font-weight: normal;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

h1, h2, h3 {
  margin-top: 0px;
  font-style: normal;
  margin-bottom: 16px;
}

.text-number {
  text-align: right;
}

.small-font {
  font-size: 12px;
}

.text-danger {
  color: rgb(200, 30, 69);
  text-align: left;
  font-size: 12px;
}
.text-danger ul {
  margin-bottom: 0;
}
.text-danger ul li {
  margin-bottom: 8px;
}

.highlight-text {
  color: rgb(17, 179, 162);
}

.left {
  float: left;
}

.right {
  float: right;
}

/*# sourceMappingURL=app.css.map */
