/* line 3, /reporting/app/assets/stylesheets/common/toech_standards.scss */
body {
  font-size: 90%;
}

/* line 7, /reporting/app/assets/stylesheets/common/toech_standards.scss */
h1, h2, h3 {
  font-weight: lighter;
}

/* line 11, /reporting/app/assets/stylesheets/common/toech_standards.scss */
p {
  line-height: 2em;
  margin: 0;
}

/* line 16, /reporting/app/assets/stylesheets/common/toech_standards.scss */
a {
  text-decoration: none;
}
/* line 19, /reporting/app/assets/stylesheets/common/toech_standards.scss */
a:focus {
  outline: 0;
}

/* line 23, /reporting/app/assets/stylesheets/common/toech_standards.scss */
.menu-mob {
  display: none;
}

/* line 27, /reporting/app/assets/stylesheets/common/toech_standards.scss */
img {
  max-width: 100%;
}

/* line 31, /reporting/app/assets/stylesheets/common/toech_standards.scss */
table {
  width: 100%;
}
/* line 34, /reporting/app/assets/stylesheets/common/toech_standards.scss */
table td, table th {
  padding: 0.5em 0.8em;
}
/* line 38, /reporting/app/assets/stylesheets/common/toech_standards.scss */
table td ul.inline li, table th ul.inline li {
  padding: 0;
}

/* line 47, /reporting/app/assets/stylesheets/common/toech_standards.scss */
form input[type="text"], form input[type="password"], form input[type="email"], form input[type="number"] {
  padding: 0.5em 1em;
  border: 1px solid rgba(0, 0, 0, 0.4);
  transition: all 0.2s;
}
/* line 53, /reporting/app/assets/stylesheets/common/toech_standards.scss */
form input[type="text"]:hover, form input[type="password"]:hover, form input[type="email"]:hover, form input[type="number"]:hover {
  border-color: rgba(0, 0, 0, 0.6);
}
/* line 57, /reporting/app/assets/stylesheets/common/toech_standards.scss */
form input[type="text"]:focus, form input[type="password"]:focus, form input[type="email"]:focus, form input[type="number"]:focus {
  border-color: black;
}
/* line 62, /reporting/app/assets/stylesheets/common/toech_standards.scss */
form textarea {
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.4);
  transition: all 0.2s;
}
/* line 69, /reporting/app/assets/stylesheets/common/toech_standards.scss */
form textarea:hover {
  border-color: rgba(0, 0, 0, 0.6);
}
/* line 73, /reporting/app/assets/stylesheets/common/toech_standards.scss */
form textarea:focus {
  border-color: black;
}
/* line 78, /reporting/app/assets/stylesheets/common/toech_standards.scss */
form input, form textarea {
  width: 100%;
  max-width: 100%;
}
/* line 81, /reporting/app/assets/stylesheets/common/toech_standards.scss */
form input:focus, form textarea:focus {
  outline: none;
}
/* line 85, /reporting/app/assets/stylesheets/common/toech_standards.scss */
form input[type="checkbox"], form input[type="radio"], form textarea[type="checkbox"], form textarea[type="radio"] {
  width: auto;
  margin-right: 10px;
}
/* line 91, /reporting/app/assets/stylesheets/common/toech_standards.scss */
form input[type="submit"] {
  color: #FFF;
  padding: 1em 2em;
  border: 0;
  width: auto;
  margin-right: 1em;
}
/* line 99, /reporting/app/assets/stylesheets/common/toech_standards.scss */
form input[type="submit"]:last-child {
  margin-right: 0;
}
/* line 105, /reporting/app/assets/stylesheets/common/toech_standards.scss */
form fieldset.form-wrapper {
  margin-bottom: 2em;
}
/* line 111, /reporting/app/assets/stylesheets/common/toech_standards.scss */
form .form-item label {
  margin-bottom: 0.5em;
}
/* line 113, /reporting/app/assets/stylesheets/common/toech_standards.scss */
form .form-item label .form-required {
  color: #B00;
}
/* line 119, /reporting/app/assets/stylesheets/common/toech_standards.scss */
form .form-item input.error, form .form-item textarea.error {
  border: 1px solid #B00;
}
/* line 124, /reporting/app/assets/stylesheets/common/toech_standards.scss */
form .form-item.form-type-select {
  margin-bottom: 0.2em;
}
/* line 128, /reporting/app/assets/stylesheets/common/toech_standards.scss */
form .form-item.form-type-checkbox {
  padding-left: 2%;
  margin: 1em 0;
}
/* line 132, /reporting/app/assets/stylesheets/common/toech_standards.scss */
form .form-item.form-type-checkbox input {
  float: left;
  margin-top: 0.2em;
  width: 5%;
  margin-right: 5%;
}
/* line 139, /reporting/app/assets/stylesheets/common/toech_standards.scss */
form .form-item.form-type-checkbox .option {
  float: left;
  width: 90%;
}
/* line 144, /reporting/app/assets/stylesheets/common/toech_standards.scss */
form .form-item.form-type-checkbox:after {
  clear: both;
  display: block;
  content: '';
}
/* line 152, /reporting/app/assets/stylesheets/common/toech_standards.scss */
form .form-actions {
  float: left;
  width: 100%;
}
/* line 157, /reporting/app/assets/stylesheets/common/toech_standards.scss */
form table {
  width: 100%;
}
/* line 159, /reporting/app/assets/stylesheets/common/toech_standards.scss */
form table td {
  padding: 0.5em 1em;
}

/* line 165, /reporting/app/assets/stylesheets/common/toech_standards.scss */
iframe {
  max-width: 100% !important;
}
/* line 168, /reporting/app/assets/stylesheets/common/toech_standards.scss */
iframe img {
  max-width: 100% !important;
}
