﻿/* ==========================================================================
   The Mixins
   ========================================================================== */
/* ==========================================================================
   The Basics
   ========================================================================== */
html, button, input, select, textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
  padding: 0; }

body {
  background-color: white;
  font-family: sans-serif;
  margin: 0;
  padding: 0; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio, canvas, img, video {
  vertical-align: middle; }

h1 {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 900; }

p, td, th, input, label, span {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 0.9em; }

a:link {
  color: #37b44b;
  text-decoration: none;
  border-bottom: 0 solid white;
  -webkit-transition: color, border-bottom 0.4s ease;
  -moz-transition: color, border-bottom 0.4s ease;
  -o-transition: color, border-bottom 0.4s ease;
  transition: color, border-bottom 0.4s ease; }

a:visited {
  color: #257932;
  text-decoration: none;
  border-bottom: 0 solid white;
  -webkit-transition: color, border-bottom 0.4s ease;
  -moz-transition: color, border-bottom 0.4s ease;
  -o-transition: color, border-bottom 0.4s ease;
  transition: color, border-bottom 0.4s ease; }

a:hover {
  color: #195222;
  text-decoration: none;
  border-bottom: 1px solid #195222; }

label {
  display: block; }

input {
  padding: 8px 10px;
  border: 1px solid #37b44b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

input[type="submit"] {
  padding: 10px 18px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #37b44b;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease; }

input[type="submit"]:hover {
  background-color: #195222; }

/* ======================================================================================================================
   Site Styles
   ====================================================================================================================== */
/*HEADER----------------------------------------------------------*/
.header-wrap {
  background: url("/source/3d7a7bf1a4244cbeeb2ee0d93301f063.jpg") repeat top left;
  margin: 0 0 50px 0;
  padding: 0;
  min-width: 100%;
  height: 73px; }
  .header-wrap:after {
    background: url("/source/816b368fec5367f058e7e4dc5cc6920e.png") repeat top center;
    clear: both;
    content: '';
    display: block;
    height: 44px;
    margin: 0;
    padding: 0;
    width: 100%; }

.content {
  margin: 0 auto;
  padding: 0 40px;
  width: 1000px; }

#logo {
  float: left;
  margin: 16px 200px 3px 0;
  padding: 0; }

/*LOG IN---------------------------------------------------------*/
.login {
  font-size: 1.2em; }

.error-message {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  font-size: 0.9em;
  padding: 3px 0; }

/*to hide the honey pot question*/
#bonus-question {
  display: none; }

/*MAIN----------------------------------------------------------*/
.content h1:first-of-type {
  border-bottom: 1px solid #888; }

.section h3 {
  background-color: #2c2c2c;
  color: #37b44b;
  display: inline-block;
  font-size: 1em;
  margin: 1em 0;
  padding: 10px 16px; }
.section table td {
  padding: 5px 20px; }

.log-out {
  float: right;
  font-size: 0.4em; }

/*ADMIN----------------------------------------------------------*/
.admin-nav {
  margin: 0;
  padding: 5px 0 25px 0; }
  .admin-nav li.border a {
    border-right: 1px solid #999; }
  .admin-nav li {
    display: inline-block;
    float: left; }
    .admin-nav li a:link, .admin-nav li a:visited {
      background-color: #777;
      color: white;
      border-bottom: none;
      padding: 10px 20px;
      /*text-transform: uppercase;*/
      font-weight: bold;
      -webkit-transition: background-color 0.4s ease;
      -moz-transition: background-color 0.4s ease;
      -o-transition: background-color 0.4s ease;
      transition: background-color 0.4s ease; }
    .admin-nav li a:hover {
      background-color: #555; }
  .admin-nav li:first-of-type a {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 0 0 3px;
    border-right: 1px solid #999; }
  .admin-nav li:last-of-type a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 0 3px 3px 0;
    border-left: 1px solid #999; }
  .admin-nav .current a:link, .admin-nav .current a:visited {
    background-color: #555; }

a.button {
  padding: 10px 18px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #37b44b;
  /*text-transform: uppercase;*/
  color: white;
  font-weight: bold;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease; }

a.button:hover {
  background-color: #195222; }

table tr:nth-of-type(even) {
  background-color: #eaeaea; }
table th {
  border-bottom: 1px solid #777; }
table td h3 {
  margin: 5px 0 10px 0; }

p label {
  margin: 0 0 3px 0; }

#ButtonAddNewDocument {
  font-size: 0.9em; }

.new-doc-upload {
  width: 895px; }

input#DataFileActualName {
  padding: 5px 10px; }

/*FOOTER------------------------------------------------------------*/
.footer-wrap {
  clear: both;
  min-width: 100%;
  margin-top: 30px; }

.footer-2 {
  background: url("/i/footer/bg-2.jpg") repeat top left;
  margin: 0;
  padding: 10px 0;
  min-width: 100%; }

.copyright p {
  font-size: 0.8em;
  color: white; }

/* ==========================================================================
   Helper Classes
   ========================================================================== */
.transition {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.float-l {
  float: left; }

.float-r {
  float: right; }

.float-l-img {
  float: left;
  margin: 0 20px 20px 0; }

.float-r-img {
  float: right;
  margin: 0 0 20px 20px; }

.clear-b {
  clear: both; }

.clear-l {
  clear: left; }

.clear-r {
  clear: right; }

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