/* line 3, ../sass/components/_main.scss */
body .main-wrapper {
  background: url("http://tonyfitzhugh.com/slaterpark/dataentry/img/slater.jpg") no-repeat center center fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (max-width: 668px) {
  /* line 3, ../sass/components/_main.scss */
  body .main-wrapper {
    height: auto;
  }
}
/* line 14, ../sass/components/_main.scss */
body .main-wrapper .inner-wrapper {
  font-family: "Century Schoolbook";
  max-width: 500px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  -moz-border-radius: 10px / 10px;
  -webkit-border-radius: 10px 10px;
  border-radius: 10px / 10px;
}
/* line 24, ../sass/components/_main.scss */
body .main-wrapper .inner-wrapper .title {
  text-align: center;
  font-size: 24px;
  padding-bottom: 5px;
}
/* line 29, ../sass/components/_main.scss */
body .main-wrapper .inner-wrapper .sub-title {
  font-weight: 20px;
  text-align: center;
  padding-bottom: 5px;
}
/* line 34, ../sass/components/_main.scss */
body .main-wrapper .inner-wrapper .message-container {
  padding: 10px;
  border: 4px solid red;
  -moz-border-radius: 10px / 10px;
  -webkit-border-radius: 10px 10px;
  border-radius: 10px / 10px;
  margin-bottom: 10px;
  background-color: #fff;
  list-style: inherit;
}
/* line 43, ../sass/components/_main.scss */
body .main-wrapper .inner-wrapper .message-container .server-messages li {
  display: inline;
}
/* line 49, ../sass/components/_main.scss */
body .main-wrapper .inner-wrapper .required {
  padding: 5px 0 10px 0;
}
/* line 51, ../sass/components/_main.scss */
body .main-wrapper .inner-wrapper .required span {
  color: red;
}
/* line 55, ../sass/components/_main.scss */
body .main-wrapper .inner-wrapper .dataentry {
  width: 100%;
}
/* line 57, ../sass/components/_main.scss */
body .main-wrapper .inner-wrapper .dataentry label {
  display: block;
  font-size: 18px;
  font-weight: 300;
}
/* line 62, ../sass/components/_main.scss */
body .main-wrapper .inner-wrapper .dataentry label span {
  color: red;
}
/* line 67, ../sass/components/_main.scss */
body .main-wrapper .inner-wrapper .dataentry input[type="text"], body .main-wrapper .inner-wrapper .dataentry input[type="number"] {
  display: block;
  width: 100%;
  height: 35px;
  -moz-border-radius: 10px / 10px;
  -webkit-border-radius: 10px 10px;
  border-radius: 10px / 10px;
  font-size: 18px;
  padding: 0 10px 0 10px;
  border: none;
  outline: none;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 2px solid black;
}
/* line 81, ../sass/components/_main.scss */
body .main-wrapper .inner-wrapper .dataentry textarea {
  display: block;
  width: 100%;
  height: 200px;
  -moz-border-radius: 10px / 10px;
  -webkit-border-radius: 10px 10px;
  border-radius: 10px / 10px;
  font-size: 18px;
  padding: 10px;
  border: 2px solid black;
  outline: none;
  margin-top: 5px;
  margin-bottom: 15px;
}
/* line 94, ../sass/components/_main.scss */
body .main-wrapper .inner-wrapper .dataentry select {
  font-size: 18px;
  padding: 0 10px 0 10px;
  margin: 0;
  background: #fff;
  -moz-border-radius: 10px / 10px;
  -webkit-border-radius: 10px 10px;
  border-radius: 10px / 10px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  height: 35px;
  margin-bottom: 15px;
  margin-top: 5px;
  border: 2px solid black;
}
/* line 112, ../sass/components/_main.scss */
body .main-wrapper .inner-wrapper .dataentry input[type="button"], body .main-wrapper .inner-wrapper .dataentry input[type="submit"] {
  -webkit-appearance: button;
  font-size: 14px;
  width: auto;
  height: 35px;
  -moz-border-radius: 10px / 10px;
  -webkit-border-radius: 10px 10px;
  border-radius: 10px / 10px;
  background-color: #fff;
  font-family: "Century Schoolbook";
  display: block;
  margin: 0 0 10px 0;
  border: 2px solid black;
}
/* line 124, ../sass/components/_main.scss */
body .main-wrapper .inner-wrapper .dataentry input[type="button"]:hover, body .main-wrapper .inner-wrapper .dataentry input[type="submit"]:hover {
  background-color: #cecece;
}
/* line 129, ../sass/components/_main.scss */
body .main-wrapper .inner-wrapper .dataentry .message-container {
  display: none;
  padding: 10px;
  border: 4px solid red;
  -moz-border-radius: 10px / 10px;
  -webkit-border-radius: 10px 10px;
  border-radius: 10px / 10px;
  margin-bottom: 10px;
  background-color: #fff;
  list-style: inherit;
}
/* line 138, ../sass/components/_main.scss */
body .main-wrapper .inner-wrapper .dataentry .message-container span {
  font-weight: bold;
  font-size: 16px;
}
/* line 143, ../sass/components/_main.scss */
body .main-wrapper .inner-wrapper .dataentry .message-container ul {
  list-style-type: circle;
}
/* line 146, ../sass/components/_main.scss */
body .main-wrapper .inner-wrapper .dataentry .message-container ul li {
  margin-left: 20px;
  padding: 5px 0 5px 0;
}
/* line 150, ../sass/components/_main.scss */
body .main-wrapper .inner-wrapper .dataentry .message-container ul li:last-child {
  display: none;
}
/* line 159, ../sass/components/_main.scss */
body .main-wrapper #messageBox {
  font-family: "Century Schoolbook";
  position: absolute;
  width: 440px;
  height: 150px;
  z-index: 9999;
  padding: 10px;
  border: 4px solid red;
  -moz-border-radius: 10px / 10px;
  -webkit-border-radius: 10px 10px;
  border-radius: 10px / 10px;
  margin-bottom: 10px;
  background-color: #fff;
}
/* line 171, ../sass/components/_main.scss */
body .main-wrapper #messageBox .messageTitle {
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-decoration: underline;
  padding: 0 0 10px 0;
  text-align: center;
}
/* line 180, ../sass/components/_main.scss */
body .main-wrapper #messageBox .messageBody {
  padding-left: 20px;
}
/* line 183, ../sass/components/_main.scss */
body .main-wrapper #messageBox .messageBody .messageBodyTitle {
  padding: 0px;
}
/* line 187, ../sass/components/_main.scss */
body .main-wrapper #messageBox .messageBody .messageBodyData {
  padding-left: 20px;
}
/* line 192, ../sass/components/_main.scss */
body .main-wrapper #messageBox .clear {
  bottom: 10px;
  display: block;
  position: absolute;
  cursor: pointer;
  color: red;
  font-style: italic;
}
/* line 203, ../sass/components/_main.scss */
body #mask {
  position: absolute;
  z-index: 9000;
  background-color: #000;
  display: none;
  opacity: 0.5;
  top: 0;
  left: 0;
}

/* line 214, ../sass/components/_main.scss */
.left {
  float: left;
}

/* line 217, ../sass/components/_main.scss */
.both {
  clear: both;
}

/* line 220, ../sass/components/_main.scss */
.file-upload-container {
  width: 100%;
  margin-bottom: 10px;
}

/* line 224, ../sass/components/_main.scss */
.file-upload-override-button {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -moz-border-radius: 10px / 10px;
  -webkit-border-radius: 10px 10px;
  border-radius: 10px / 10px;
  border: 2px solid black;
  height: 35px;
  width: auto;
  padding: 10px;
  background-color: white;
  margin-top: 5px;
}
/* line 236, ../sass/components/_main.scss */
.file-upload-override-button div {
  position: relative;
  top: -1px;
  font-size: 14px;
}

/* line 242, ../sass/components/_main.scss */
.file-upload-override-button:hover {
  background-color: #cecece;
}

/* line 245, ../sass/components/_main.scss */
.file-upload-override-button:active {
  position: relative;
}

/* line 248, ../sass/components/_main.scss */
.file-upload-button {
  position: absolute;
  height: 50px;
  top: -10px;
  left: -10px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 257, ../sass/components/_main.scss */
.file-upload-filename {
  margin-left: 10px;
  height: auto;
  padding: 8px;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 5, ../sass/components/_reset.scss */
* {
  box-sizing: border-box;
}

/* line 9, ../sass/components/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 30, ../sass/components/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 34, ../sass/components/_reset.scss */
body {
  line-height: 1;
}

/* line 37, ../sass/components/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 40, ../sass/components/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 43, ../sass/components/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 48, ../sass/components/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
