@charset "UTF-8";
/* CSS Document */
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, head, 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 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/* first for IE 4–8 */
@font-face {
  font-family: NettoWeb;
  src: url("NettoWeb.eot");
}
@font-face {
  font-family: NettoWeb-Light;
  src: url("NettoWeb-Light.eot");
}
@font-face {
  font-family: NettoWeb-Bold;
  src: url("NettoWeb-Bold.eot");
}
/* then for WOFF-capable browsers */
@font-face {
  font-family: NettoWeb;
  src: url("NettoWeb.woff") format("woff");
}
@font-face {
  font-family: NettoWeb-Light;
  src: url("NettoWeb-Light.woff") format("woff");
}
@font-face {
  font-family: NettoWeb-Bold;
  src: url("NettoWeb-Bold.woff") format("woff");
}
/* go on with normal style definitions */
body, .NettoWeb {
  font-family: NettoWeb, sans-serif;
  color: #FFF;
}
a {
  transition: all .2s linear !important;
}
input, textarea, option, select, .form.select label {
  font-family: NettoWeb, sans-serif;
  color: #000;
  font-size: 20px;
  margin: 0;
}
.form.select select, .form.select option {
  background: #efefef;
}
.form.select .inj_loc {
  margin-left: 0;
}
.select_inj_loc {
  margin-bottom: 10px !important;
}
.span-sep {
  float: none !important;
  display: initial !important;
  color: rgba(235, 0, 40, 1) !important;
  width: initial !important;
}
.select_inj_loc label {
  width: initial !important;
  margin-right: 10px !important;
}
b, strong {
  font-family: NettoWeb-Bold;
}
i, em {
  font-style: italic;
}
body {
  width: 100%;
  height: 100%;
  font-size: 15px;
  background: rgb(50, 50, 50);
  text-align: center;
}
header, footer {
  background: rgb(30, 30, 30);
  position: fixed;
  width: 100%;
  background-repeat: no-repeat;
  z-index: 9999;
}
#admin header {
  background-image: none;
}
header, header.admin, #admin header.admin {
  top: 0px;
  left: 0;
  height: 65px;
  background-image: url(../images/pa-logo-long.svg);
  background-size: 170px;
  background-position: 15px 15px;
  background-repeat: no-repeat;
}
#admin header .admin {
  background-image: url(../images/pa-logo-long.svg);
  background-position: 0 15px;
  background-repeat: no-repeat;
  background-size: 170px;
  height: 65px;
}
.home {
  text-align: center;
}
.home header {
  top: 0px;
  height: 140px;
  background-image: url(../images/pa-logo.svg);
  background-size: 180px;
  background-position: center center;
}
#content {
  top: 65px;
  position: absolute;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 60px;
}
.home #content {
  top: 140px;
  padding-top: 30px;
}
footer {
  left: 0;
  bottom: 0px;
  text-align: center;
  padding: 12px 0;
  color: #999;
}
.container {
  width: 1920px;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}
#index > .container, #signup-form > .container {
  padding-top: 80px;
}
.signup-header {
  background-position: center;
}
#login {
  max-width: 400px;
  margin: 0 auto;
}
p {
  margin-bottom: 2em;
  line-height: 1.4;
}
h1, h2, h3, h4 {
  margin-bottom: 0.5em;
  line-height: 1.2;
}
h1 {
  font-size: 200%;
}
a, .grey {
  color: #999;
}
a:hover, a:focus, .red, .span-sep {
  color: rgba(235, 0, 40, 1);
}
.error {  color: rgba(235, 0, 40, 1) !important;}
.w {
  color: #FFF;
}
.b {
  color: #000;
}
#login #email, #login #password, #forgot_email, .form input[type="text"], .form input[type="email"], textarea, .form input[type="number"] {
  padding: 8px 10px 9px;
  border: 1px solid #999;
  width: 280px;
}
.form input[type="checkbox"] {
  margin-left: 0;
  left: 0;
}
#login #email, #forgot_email {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#login #password {
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top: none;
}
.home input:not(.select2-search__field) {
  text-align: center;
}
#forgotten_pword {
  margin-top: 20px;
}
.btn, .btn-sm {
  font-family: NettoWeb-Bold;
  text-decoration: none;
  display: inline-block;
  background: rgb(235, 0, 40);
  color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.btn:hover, .btn-sm:hover {
  background: #FFF;
  color: rgb(235, 0, 40) !important;
}
.module-btns .btn:hover {
  background: rgba(255, 255, 255, 0.5);
}
.btn {
  font-size: 22px;
}
.btn-m {
  padding: 6px 8px;
  font-size: 20px;
  margin-top: 15px;
}
.btn-sm {
  padding: 4px 8px;
  font-size: 15px;
}
.btn-xs {
  padding: 2px 5px;
  font-size: 13px;
}
.btn-block {
  text-align: center;
  width: 100%;
}
.btn-grey {
  background: #999;
  color: #fff;
}
.btn-grey:hover {
  background: #fff;
  color: #999;
}
.btn-right {
  float: right;
  margin-left: 30px;
}
.show {
  display: block;
}
.hide {
  display: none !important;
}
#home a.btn-block.module-fourth {
  margin-right: 0
}
#home a.btn-block {
  float: left;
  width: calc(23%);
  max-width: calc(23%);
  margin-right: 2.66%;
  margin-bottom: 2.66%;
}
/* #home p:last-child a.btn-block { margin-right: 0;} */
.page {
  padding-top: 30px;
}
.icon {
  width: 70px;
  display: block;
  margin: 0 auto 10px;
}
.icon-sm {
  width: 30px;
  height: 24px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
}
.icon-in {
  background-image: url(../images/icon-incident.svg);
}
.icon-as {
  background-image: url(../images/icon-hazard.svg);
}
.icon-info {
  background-image: url(../images/icon-info.svg);
}
.icon-calc {
  background-image: url(../images/icon-calc.svg);
}
.icon-user-group {
  background-image: url(../images/icon-user-group.svg);
}
.icon-ch {
  background-image: url(../images/icon-check.svg);
}
.icon-ti {
  background-image: url(../images/icon-timer.svg);
}
.icon-co {
  background-image: url("../images/icon-covid-19.svg");
}
.icon-con {
  background-image: url("../images/icon-concussion.svg");
}
.icon-cri {
  background-image: url("../images/icon-checklist.svg");
}
.icon-flag {
  background-image: url("../images/icon-flag.svg");
}
.is_concussion {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.is_concussion .radio {
  display: inline !important;
  float: initial !important;
  width: initial !important;
}
.is_concussion .radio-title {
  width: initial !important;
}
input[type=text]:disabled, textarea:disabled {
  background: dimgray;
}
#modulesetting .form-check {
  margin-bottom: 5px;
}
.form-radios .form-check .radio {
  float: left;
  width: 10%;
}
@media (max-width:1920px) {
	.form-radios .form-check .radio {
		width: 17.5%;
	}
}
@media (max-width:1170px) {
	.form-radios .form-check .radio {
		width: 27.5%;
	}
}

.form.select .form-check {
  display: inline-block;
  padding-left: 0;
  margin-left: 30px;
  width: 55%;
}
.form.select .form-check label {
  margin-left: 30px;
  cursor: pointer;
  width: calc(100% - 25px);
}
.form.select .form-check label:hover {
  color: rgba(235, 0, 40, 1);
}
.form.select .form-check input {
  margin-top: 10px;
  cursor: pointer;
}
.form.select .form-check input[type=checkbox] { width: 30px;}

.no-log-entry {
  margin-bottom: 60px;
}
.hide2 {
  visibility: hidden;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
.modal-content {
  background-color: #efefef;
}
.modal .modal-body, .modal .modal-header {
  color: #000;
  font-size: 18px;
}
.modal .modal-header {
  font-weight: bolder;
}
.modal {
  top: 10%;
}
.modal label {
  vertical-align: top;
}
.rfu_injury_desc label {
  padding-top: 3px;
  display: inline-block;
  font-size: 20px;
  width: 50%;
}
#i1, #i2, #i3, #i4, #i5, #i6, #i7, #i8, #i9, #i10, #a1, #a2, #a3, #a4, #a4_1, #a4_2, #a5, #a6, #p1, #p2, #pq1, #pq2, #pq3, #pq4, #pq5, #pq6, #pq7, #pq8, #pq9, #pq10, #pq11, #pq12, #pq13, #pq14, #pq15, .report-page, .fillable-summary, .form-left {
  text-align: left;
}
#n1, #n2, #n3, #n4, #n5, #n6, #n7, #n8, #n9, #n10, #n11, #n12, #na1, #na2, #na3, #na4, #na4_1, #na4_2, #na5, #np1, #np2 {
  float: right;
}
#c1, #c2, #c3, #c4, #c5, #c6, #c7, #c8, #c9, #c10, #c11, #c12, #ca1, #ca2, #ca3, #ca4, #ca5, #cp1 {
  float: left;
}
#copy-location-form .radio {
  float: none;
  text-align: center;
  display: inline;
  margin-left: 10px;
}
#a1 .alert {
  margin: 25px 0;
}
.custom-alert {
  text-align: left;
}
.alert-secondary {
	color: #fff;
background-color: #464646;
border-color: #1e1e1e;
}

#filesholder {
  margin-top: 20px;
}
.form .fa {
  padding-top: 9px;
  font-size: 18px;
  color: #656565;
  text-align: center;
}
.file-holder {
  margin-bottom: 5px;
}
.file-holder .close span {
  top: 7px;
  position: absolute;
}
#n3, #c3 {
  margin-top: -40px;
}
#crispreport #n3, #crispreport #c3 {
  margin-top: initial;
}
#pq3 #n3, #pq3 #c3 {
  margin-top: 15px;
}
.stage, .stage-a {
  float: right;
  width: 50%;
}
.stage ul, .stage-a ul {
  border-top: 1px solid #999;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.stage ul li, .stage-a ul li {
  width: 13px;
  height: 13px;
  float: left;
  background: #999;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top: -6px;
}
.stage ul li.active, .stage-a ul li.active {
  width: 14px;
  height: 14px;
  background: rgb(253, 0, 40);
  border: 1px solid #FFF;
  margin-top: -8px;
}
.page h2 {
  margin-top: -13px;
}
.page h3 {
  font-size: 200%;
}
.page h4 {
  font-size: 150%;
  color: rgb(235, 0, 40);
}
.form {
  margin-bottom: 10px;
  clear: both;
}
.form .label {
  width: 38px;
  height: 38px;
  display: inline-block;
  z-index: 9999;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ccc;
  border: 1px solid #999;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.form input[type="text"], .form input[type="number"], .form input[type="date"], .form textarea, .form input[type="email"], .form.report-select .select2-selection {
  width: calc(100% - 38px);
  padding-left: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: inline-block;
  line-height: 1.5;
  vertical-align: top;
  font-size: 20px;
  padding-top: 4px;
  padding-bottom: 2px;
  border-left: 0;
  text-align: left;
  margin-left: -4px;
}

.form.report-select .select2-container {
  width: calc(100% - 4px)!important;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 0 !important;
  display: inline-block;
  line-height: 1.5;
  vertical-align: top;
  font-size: 20px;
}

.form.report-select  .select2-selection {
  padding-left: 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  margin-left: 0px;
  height: 38px;
}

.form.report-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 8px;
}

.form input[type="date"] {
  width: initial;
  padding: 8px 10px 0px;
  line-height: 1;
  border-top: 0;
}

.form input[type="number"] {
  width: calc(15% - 38px);
}
.form input.nolabel {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-left: 0;
  border: 1px solid #999;
}
.form textarea {
  height: 200px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  line-height: 1.5;
  width: 100%;
  border-left: 1px solid #999;
  margin-left: 0;
}
.form textarea.med {
  height: 100px;
}
.form.full textarea, .form.full input {
  border-left: 1px solid #999;
  margin-left: 0;
}
.files {
  margin-bottom: 20px;
}
.files input {
  padding: 0;
  color: rgb(235, 0, 40);
  border: none;
}
.form.full input {
  width: calc(100%);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.form.select select, .form.select .select, .form.select label {
  display: block;
  float: left;
  width: 50%;
  margin: 10px 0;
}
.form.select select, .form.select .select, .form.select input {
  width: 45%;
  margin-left: 5%;
}
.form.select .select, .form.select input {
  margin-left: 0;
}
.form.select label {
  color: #fff;
  clear: both;
}
.form .error, .form-group .error, .form label.error {
  margin-top: 6px;
}
.error, .error-confirm, .error-sign, .error-1 {
  margin-top: 5px;
  color: red !important;
}
.success {
  margin-top: 5px;
  color: green;
}
.covid19-checker-form .form input.error {
  margin-top: 0px;
}
#covid19 .summary .summary-symptoms {
  margin-left: 20px;
}
#covid19 .summary .summary-symptoms li {
  margin-bottom: 10px;
}
#covid19 .summary .summary-symptoms .badge {
  margin-right: 5px;
  width: 30px;
  font-weight: bold;
}
#bulk_import {
  height: 400px;
}
.icon-calendar {
  background-image: url(../images/calendar.svg);
}
.icon-kg {
  background-image: url(../images/icon-kg.svg);
}
.icon-height {
  background-image: url(../images/icon-height.svg);
}
.icon-clock {
  background-image: url(../images/clock.svg);
}
.icon-venue {
  background-image: url(../images/venue.svg);
}
.icon-location {
  background-image: url(../images/location.svg);
}
.icon-activity {
  background-image: url(../images/activity.svg);
}
.icon-user {
  background-image: url(../images/user.svg);
}
.icon-mobile {
  background-image: url(../images/icon-mobile.svg);
}
.icon-users {
  background-image: url(../images/icon-users.svg);
}
.icon-email {
  background-image: url(../images/icon-email.svg);
}
.icon-data {
  background-image: url(../images/data.svg);
}

.icon-medical {
  background-image: url(../images/icon-medical.svg);
}
.body, #injury {
  max-height: 500px;
  text-align: center;
}
.body object {
  margin: 0 auto;
}
.downloads {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  padding: 10px 15px;
  border: solid 1px rgba(235, 0, 40, 0.5);
}
.downloads ul, .downloads ul li {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.downloads ul li {
  margin-bottom: 15px !important;
}
.thumb {
  width: 113px;
  height: 113px;
  display: inline-block;
  border: 1px solid #fff;
  background-size: cover;
  margin-right: -5px;
  margin-bottom: -5px;
}
.radio {
  text-align: left;
  display: block;
  float: right;
  width: 45%;
  margin-bottom: 10px;
  padding: 0;
  margin: 0;
}
.form.group .radio {
  margin-bottom: 5px;
}
.radio.left {
  float: none;
  width: 100%;
}
.radio label {
  color: #fff;
}
.radio input[type="radio"], .radio-full input[type="radio"] {
  display: none;
}
.radio-full {
  margin-bottom: 10px;
}
.radio-scale, .radio-title.radio-scale, .radio.radio-scale {
  width: 100%;
  margin-bottom: 10px
}
.radio.radio-scale {
  margin-bottom: 18px;
}
.radio label, .radio-full label {
  display: inline-block;
  background-color: #999;
  padding: 6px 8px;
  cursor: pointer;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.radio-full label {
  width: 32%;
  text-align: center;
}
.list-scale label {
  text-align: center;
  width: 32px;
}
.list-scale input:disabled {
  cursor: not-allowed;
}
.radio input[type="radio"]:checked + label, .radio label.active, .radio-full #further_action_1:checked + label, .radio-full #further_action_a1:checked + label, .radio-full label.active, .flags .active {
  background-color: rgb(235, 0, 40);
}
.radio-full #further_action_2:checked + label, .radio-full #further_action_a2:checked + label, .radio-full label.active-green, .flags .active-green, .btn-green {
  background-color: rgb(0, 165, 80);
}
.radio-full #further_action_3:checked + label, .radio-full #further_action_a3:checked + label, .radio-full label.active-amber, .flags .active-amber, .btn-amber {
  background-color: rgb(245, 150, 30);
}
.radio-title {
  padding-top: 3px;
  display: inline-block;
  font-size: 20px;
  width: 50%;
}
label.title {
  font-size: 20px;
}
#p1 .radio, #p1 .radio-title {
  margin-bottom: 10px;
}
.summary p:not(.border0), .summary div.p:not(.border0) {
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  margin-bottom: 1em;
}

.summary p:last-child {
  border-bottom: none;
}
.summary p span, .summary .p span, .summary p b {
  display: block;
  float: left;
}
.summary p span, .summary .p span {
  color: #999;
  width: 40%;
}
.summary p b {
  width: 55%;
  margin-left: 5%;
}
.summary div.p ul.list {
  float: left;
  display: block;
  width: 55%;
  margin-left: 5%;
}
.summary div.p ul.list li {
  margin-left: 20px;
}
hr {
  height: 1px;
  border: none;
  color: #999;
  background: #999;
  margin: 15px 0 10px;
}
.group:after, section:after, hr:before, .summary p:after {
  content: "";
  display: table;
  clear: both;
}
.cen {
  text-align: center;
}
.copy-text .copy-text-display {
  padding: 5px 12px;
}
.copy-text .copy-btn {
  border-radius: 0px;
}
.on-top {
  position: relative;
  z-index: 9999;
}
.body-svg {
  width: 100%;
}
.col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.form-control.col-md-6 {
  padding-left: .75rem;
  padding-right: .75rem;
}
label.form-control {
  background-color: initial;
  text-align: left;
  border: none;
}
.label-selected {
  color: #fff !important;
  border: 1px solid #fff !important;
}
/* ADMIN AREA */
#nav {
  float: right;
}
#nav, #nav li {
  display: inline-block;
  margin: -22px 0 0;
  padding: 0;
}
#nav li a {
  display: inline-block;
  padding: 25px 10px;
  font-family: NettoWeb-Bold;
  text-decoration: none;
}
#nav li:last-child a {
  padding-right: 0;
}
#nav li a:hover, #nav li a.h {
  color: rgb(235, 0, 40);
}
#usernav {
  float: right;
}
#usernav, #usernav li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#usernav li:last-child{ margin-right: 10px;}

#usernav > a {
  display: none;
}
#usernav li a {
  display: inline-block;
  padding: 25px 10px;
  font-family: NettoWeb-Bold;
  text-decoration: none;
}
#usernav li a:hover, #usernav li a.h {
  color: rgb(235, 0, 40);
}
header .admin #menu {
  display: none;
}
p.title {
  padding-top: 20px;
  margin: 0;
}
#title {
  padding-top: 80px;
}
#title h1 {
  float: left;
}
#title p {
  float: right;
}
.flags {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
}
.flags a {
  padding: 20px 0 25px;
  text-align: center;
  font-size: 100px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  display: inline-block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.flags a span {
  display: block;
  font-size: 20px;
}
#admin h2 {
  font-size: 2em;
}
#admin h2 .icon-sm {
  width: 50px;
  height: 40px;
  margin-top: -3px;
}
#admin h3 select {
  margin-left: 20px;
}
.submenu {
  margin: 10px 0 30px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.right:after {
  clear: both;
}
.submenu.right a {
  margin-right: 20px;
}
.submenu.right a:last-child {
  margin-right: 0;
}
.gap {
  height: 100px;
}
#admin-controls {
  clear: both;
  margin: 40px 0 20px;
  padding: 10px 14px;
  background-color: #444;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.summary #admin-controls p {
  border-bottom: none;
}
.summary #admin-controls h2 {
  margin-top: 0;
}
.mb {
  margin-bottom: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}
.text {
  padding: 30px 0;
  font-size: 18px;
}
.text p, .text ul, .text-small {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 1em;
}

.text-size-15 { font-size: 15px;}

.text h2, .text h3 {
  margin-bottom: 0.75em;
  color: rgb(235, 0, 40);
}
.text-red {
  color: rgba(235, 0, 40, 1) !important;
}
.text-gray {
  color: #b0b0b0;
}
.text h3 {
  font-size: 110%;
}
.text ul {
  list-style: disc;
  padding-left: 30px;
}
.text-green {
  color: #35dc5c !important;
}
.text-dark-green {
  color: #009523 !important;
}
.text hr {
  margin: 50px 0 55px;
}
.text .table {
  border-top: 1px solid #666;
  border-right: 1px solid #666;
}
.text .table td {
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  border-top: none;
}
.text .table td h3 {
  font-size: 120%;
}
.text .table tr.hd td {
  background-color: #000;
}
@media (max-width:1200px) {
  .text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .text .table td {
    padding: .25rem;
  }
}
@media (max-width:414px) {
  .text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .text .table {
    font-size: 12px;
  }
  .text .table td {
    padding: .25rem;
  }
}
.table {
  width: 100% !important;
}
.table tr td, .table tr td a {
  color: #FFF !important;
}
.table tr td a {
  text-decoration: underline;
}
.table tr td a.btn {
  text-decoration: none;
}
.table tr.active td, .table td.active {
  background-color: rgb(235, 0, 40) !important;
}
.table tr.active td .text-danger, .table tr.active td .text-success, .table tr.active-green td .text-success {
  color: #FFF !important;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}
.table tr.active-amber td, .table td.active-amber {
  background-color: rgb(245, 150, 30) !important;
}
.table tr.active-green td, .table td.active-green {
  background-color: rgb(0, 165, 80) !important;
}
/* BOOTSTRAP OVERRIDES */
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  background-color: #232323;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #444;
  color: #FFF;
}
.pagination > li > a, .pagination > li > span {
  background-color: #333;
  color: rgb(235, 0, 40);
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: rgb(235, 0, 40);
  border-color: rgb(235, 0, 40);
  color: #fff !important;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: rgba(255, 255, 255, 0.1);
}
.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
  background-color: rgba(255, 255, 255, 0.2);
}
.one_half {
  width: 48%;
}
.one_third {
  width: 30.5%;
}
.one_fourth {
  width: 22%;
}
.one_fifth {
  width: 16.8%;
}
.one_sixth {
  width: 13.33%;
}
.two_fifth {
  width: 37.6%;
}
.two_fourth {
  width: 48%;
}
.two_third {
  width: 65.33%;
}
.three_fifth {
  width: 58.4%;
}
.three_fourth {
  width: 74%;
}
.four_fifth {
  width: 79.2%;
}
.five_sixth {
  width: 82.67%;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
  float: left;
  margin-bottom: 20px;
  margin-right: 4%;
  position: relative;
}
.last {
  margin-right: 0px !important;
}
.infographic {
  width: 75%;
}
ol.list {
  list-style: decimal;
  margin-bottom: 1rem;
}
ul.list, ul.list ul {
  list-style: disc;
  margin-bottom: 1rem;
}
ol.list li, ul.list li {
  margin-left: 30px;
  padding-bottom: 10px;
	line-height: 1.5;
}
ol.list ul li, ul.list ul li {
  margin-left: 50px;
  padding-bottom: 10px;
}
.page p {
  margin-bottom: 1rem;
}
#summary_signature img {
  width: 100%;
  max-width: 300px;
}
#incident-participant-signature, #parent-guardian-signature {
  width: 100%;
  max-width: 400px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
	border: 1px solid #999;
}
#home .module-btns p:nth-child(4n) a {
  margin-right: 0;
}
#incident-signature, #hazard-signature, #precheck-signature {
  border: 1px solid #CCC;
  max-width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 10px;
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* RESPONSIVE */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
@media (max-width:1920px) {
  .container {
    width: 1600px;
  }
}
@media (max-width:1600px) {
  .container {
    width: 1366px;
  }
  .flags a {
    padding: 15px 0;
    line-height: 0.85;
    font-size: 80px;
  }
}
@media (max-width:1366px) {
  .container {
    width: 1200px;
  }
  #home a.btn-block {
    width: 32%;
    max-width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #home .module-btns p:nth-child(3n) a {
    margin-right: 0;
  }
  #home a.btn-block.module-fourth, #home .module-btns p:nth-child(4n) a {
    margin-right: 2%;
  }
  .flags a {
    padding: 15px 0 20px;
    font-size: 70px;
  }
  .flags a span {
    font-size: 16px;
  }
}
@media (max-width:1240px) {
  .container {
    width: 100%; /* padding: 0 15px; */
  }
  #content {
    width: calc(100% - 15px);
    padding-left: 15px;
  }
  header, header .admin {
    background-position: 14px 15px;
  }
  #usernav li {
    margin: 0;
  }
  #usernav li a {
    padding: 25px 5px;
  }
}
@media (min-width:1024px) {}
@media (max-width:1112px) {
  #home a.btn-block {
    width: calc(47%);
    max-width: calc(47%);
    margin-right: 6%;
    margin-bottom: 20px;
  }
  #home p:nth-child(3n) a {
    margin-right: 6%;
  }
  #home p:nth-child(odd) a.btn-block {
    margin-right: 0;
  }
  .form textarea {
    height: 125px;
  }
  .page h3 {
    font-size: 150%;
  }
}
@media (max-width:1024px) {}
@media (max-width:960px) {
  .radio {
    width: 30%;
  }
}
@media (max-width:900px) {
  #usernav {
    position: relative;
    top: 15px;
    right: 15px;
    text-align: right;
    width: 100%;
  }
  #usernav > a {
    position: relative;
    margin: 0 auto;
    text-decoration: none;
    display: none;
  }
  #usernav:not( :target) > a:first-of-type, #usernav:target > a:last-of-type {
    display: inline-block;
  }
  /* first level */
  #usernav > ul {
    height: auto;
    display: none;
    position: absolute;
    right: 0;
    width: 50%;
    background: rgb(0, 0, 0);
    border-top: 1px dotted rgba(235, 0, 40, 0.5);
    border-left: 1px dotted rgba(235, 0, 40, 0.5);
    border-right: 1px dotted rgba(235, 0, 40, 0.5);
  }
  #usernav:target > ul {
    display: block;
  }
  #usernav > ul > li {
    float: none;
    width: 100%;
  }
  #usernav > ul > li > a {}
  #usernav > ul > li:not( :last-child) > a {}
  /* second level */
  #usernav li ul {
    position: static;
    padding-top: 0;
  }
  #usernav ul li {
    margin: 0;
    padding: 0;
  }
  #usernav ul li a {
    width: 100%;
    padding: 10px 15px !important;
    border-bottom: 1px dotted rgba(235, 0, 40, 0.5);
    display: block;
  }
  #usernav ul li a:hover {
    background: rgb(235, 0, 40);
    color: #FFF;
    text-decoration: none;
  }
  #usernav ul li:first-child a {}
  #usernav ul li:after {
    content: "";
  }
}
@media (max-width:768px) {
  #menu {
    display: block;
  }
  #nav, p.title, .table td span {
    display: none;
  }
  h1.name {
    float: left;
  }
  p.time_date {
    text-align: right;
    padding-top: 5px;
  }
  .radio-title {
    width: 65%;
  }
  .radio {
    width: 26%;
  }
  .clear-body {
    clear: both;
  }
  .one_half, .one_third, .one_fourth, .one_fifth, .one_sixth, .two_fifth, .two_fourth, .two_third, .three_fifth, .three_fourth, .four_fifth, .five_sixth {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
    position: relative;
  }
  .rfu_injury_desc label {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) and (orientation : portrait) {
  .body, #injury {
    max-height: 650px;
  }
}
@media only screen and (max-width:736px) {
  .page {
    padding-top: 15px;
  }
  .icon {
    width: 48px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width:640px) {
  .radio-title br {
    display: none;
  }
}
@media (max-width:505px) {
  #home a.btn-block {
    float: none;
    width: calc(100%);
    max-width: calc(100%);
    margin-right: 0;
    margin-bottom: 20px;
  }
  #admin header .admin {
    background-position: 15px 10px;
  }
  .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .infographic {
    width: 100%;
  }
}
@media (max-width:425px) {
  .form input {
    width: 355px;
  }
}
@media (max-width:414px) {
  .body, #injury {
    max-height: 400px;
  }
  h1 {
    font-size: 160%;
  }
  p {
    margin-bottom: 1em;
  }
  .radio-title, label.title {
    font-size: 18px;
  }
  .form input {
    width: 345px;
  }
  .btn-m {
    font-size: 16px;
  }
  .flags a {
    padding: 10px 0 15px;
    font-size: 45px;
  }
  .flags a span {
    font-size: 14px;
  }
}
@media (max-width:375px) {
  .list-scale label {
    width: auto !important;
  }
  .body, #injury {
    max-height: 345px;
  }
  .form input {
    width: 305px;
  }
  input, textarea, option, select, .form.select label {
    font-size: 18px;
  }
}
@media (max-width:360px) {
  .form input {
    width: 290px;
  }
  .body, #injury {
    max-height: 330px;
  }
}
@media (max-width:320px) {
  .btn-block, #email, #forgot_email, #password {
    max-width: 250px;
  }
  .page {
    padding-top: 15px;
  }
  .form input {
    width: 250px;
  }
  .body, #injury {
    max-height: 250px;
  }
  .thumb {
    width: 95px;
    height: 95px;
  }
}
div.dt-buttons {
  float: none !important;
  text-align: center;
}
.filter-holder {
  margin-right: 20px;
  display: inline;
}
.hours-log-btn {
  width: 35px;
}
.lb {
  display: none;
}
.lb p {
  color: #000;
}
/* Spinner/loading overlay */
.spanner {
  position: absolute;
  top: 50%;
  left: 0;
  background: #05050554;
  width: 100%;
  display: block;
  text-align: center;
  height: 100%;
  color: #FFF;
  transform: translateY(-50%);
  z-index: 1000;
  visibility: hidden;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.89);
  visibility: hidden;
}
.loader, .loader:before, .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 20% auto 45px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before, .loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.show {
  visibility: visible;
}
.spanner, .overlay {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.spanner.show, .overlay.show {
  opacity: 1
}
.spanner p {
  font-size: 25px;
}
.search-users .form-control-borderless {
  border: none;
}
.search-users .card-body {
  width: initial;
}
.search-users .form-control-borderless:hover, .search-users .form-control-borderless:active, .search-users .form-control-borderless:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.search-users .card-body {
  padding: 0;
}
.search-users .btn:hover, .search-users .btn:active, .search-users .btn:focus {
  background-color: #490202;
  color: #fff !important;
}
.search-users .card {
  border: 0;
}
.search-users .btn {
  border-radius: 0px 3px 3px 0px;
}
.search-result-message {
  margin-top: 50px;
}
.alert .badge {
  position: absolute;
}
.form .alert {
  width: 50%;
}
.search-user-results table {
  display: inline-table;
  margin-bottom: 150px;
  margin-top: 20px;
}
#signup-form .alert {
  margin-top: 10px !important;
}
#signup-form .alert h1 {
  font-size: 22px;
}
#signup-form label {
  color: #999;
}
.role-display {
  font-size: 12px;
}
.pdf-logo {
  display: none;
}
div.video {
  position: relative;
  width: 50%;
  margin-left: 25%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30%;
}
div.video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 505px) {
	.form.select select, .form.select .select, .form.select label {
		float: none;
		width: 100%;
	}
	.form.select select, .form.select input {
		width: 86%;
	}
  div.video {
    width: 100%;
    padding-top: 100%;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  #contact_form {
    width: 95%;
    margin: 50px auto 100px;
  }
}
.select2-results__option--selected {
  font-weight: bold;
}
.select2-dropdown .select2-results__option, .select2-selection__rendered, .select2 .select2-selection__choice__display {
  color: #000;
  text-align: left;
  font-size: 18px;
}
.form-error {
  color: red;
  text-align: left;
  margin-top: 5px;
  margin-left: 10px;
}
.parent-signform span {
  color: #fff;
  width: initial;
}
.parent-signform .confirm-text {
  margin-top: 6px;
  margin-right: 4px;
}
.jq-validate input.error {
  margin-top: 0px;
}
.form-select2 .select2-container {
  vertical-align: top;
  border-left: 0;
}
.form-select2 .select2-container .select2-selection {
  padding-left: 3px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  vertical-align: top;
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 2px;
  border-left: 0;
  text-align: left;
  margin-left: -4px;
  height: 38px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.form-select2 .select2-selection__arrow {
  top: 6px !important;
}
.player-notexist-btn {
  margin-top: 0px;
  vertical-align: top;
  padding: 3px 8px;
}
#crispreport .select2-container {
  width: 50% !important;
}
.add-btn-container {
  display: inline;
  margin-left: 20px;
}
#crispreport .error {
  margin-top: 0px;
}

.w-full {
  width: 100%;
}
.submit-report-cards .btn b {
  font-size: 20px;
}
.report-card {
  margin-bottom: 20px;
}
.modal .form label {
  color: #000;
  text-align: left;
}
.modal .form input[type="text"], .modal .form input[type="number"], .modal .form textarea, .modal .form input[type="email"] {
  width: calc(60% - 38px);
}
.modal .w-full .form input[type="text"], .modal .w-full .form input[type="number"], .modal .w-full .form textarea, .modal .w-full .form input[type="email"] {
  width: calc(100% - 40px);
}
.modal .form, .modal form h4 {
  text-align: left;
}
.modal .form.select .error {
  float: right;
  text-align: right;
}

#company-meap-form h3 {
  margin-top: 20px;
}

.radio-inline .radio {
  float: none;
  display: initial;
  width: initial;
}

.radio-inline .radio-title {
  width: initial;
}

#preview-img {
  float: right;
}

#preview-site_plan_file {
  background-color: #fff;
}

/* jQuery Autocomplete Styling */
.ui-menu-item div.ui-menu-item-wrapper {
  padding: 5px 10px;
}
.ui-menu-item div.ui-menu-item-wrapper.ui-state-active {
  background-color: #CCC;
}
.ui-menu-item p {
  font-family: NettoWeb, sans-serif;
  margin-bottom: 5px;
  font-size: 18px;
  color: #999;
  text-align: left;
}
.ui-menu-item p.name {
  font-weight: bold;
  color: #000;
}
.ui-menu-item p span {
  display: inline-block;
  width: 33%;
}

.stand-alone {
  #title, footer, .no-log-entry,
  #parqs, #covid19log, #covid19log, #covid19-title, #parq-title,
  #home, #select_group_wrapper, #archived_wrapper,
  #incidents, #incidents_title, #incidents_wrapper,
  #hazards, #hazard_title, #hazards_wrapper,
  #checks, #checks_title, #checks_wrapper,
  #flagitlog_title, #flagitlog_wrapper, #flagitlog_description,
  #concussion_protocol_log, #concussion_protocol_log_title, #concussion_protocol_log_description, #concussion_protocol_log_wrapper,
  #incidents_r365_log_title, #incidents_r365_log_wrapper,
  #crisp_title, #crisp_log_wrapper, #crisp_description,
  #crisp_url, #covid19_url, #parq_url
  {
    display: none;
  }

  section {
    padding: 20px;
  }

  #header_filler {
    height: 60px;
  }

  .dataTable {
    overflow-x: auto;
    max-width: 100%;
    width: 100%;
    display: block;
  }
}

.crisp-only {
  #crisp_title, #crisp_log_wrapper, #crisp_description, #crisp_url {
    display: block;
  }

  .no-log-entry.crisp {
    display: block;
  }
  #crisp_title {
    margin-top: 10px;
  }
}

.flagit-only {
  #flagitlog_title, #flagitlog_wrapper, #flagitlog_description {
    display: block;
  }

  #flagitlog_title {
    margin-top: 10px;
  }

  .no-log-entry.flag-it {
    display: block;
  }
}

.agp-only {
  #incidents_r365_log_title, #incidents_r365_log_wrapper {
    display: block;
  }
}

.parq-only {
    #parqs_wrapper, #parq-title, #parqs {
        display: block;
    }
    #parqs_wrapper {
        table {
            display: block;
            th {
                width: 20vw !important;
            }
        }
    }
    .no-log-entry.par-q{
        display: block;
    }
}

.section-container-wrapper {
  .container {
    max-width: 600px;
  }
}

.company-info-wrapper {
  padding: 0 20px;

  .col-2, .form-group, .cke_editor_company_information {
    min-width: 350px;
  }
}

.session-bridge-container {
  @media only screen and (max-width: 767px) {
    .container.admin {
      margin-top: 5px;
      margin-left: 50px;
    }
  }

  #header {
    background-position: 60px 15px;
  }
}

.session-bridge-back-button {
  position: fixed;
  top: 20px;
  left: 20px;
}

.mainform-crisp-only {
    #modules_container, #user_container{
        display: none;
    }
}


/* Mobile Only */
@media only screen and (max-width: 768px) {
    .meap-logo-container {
        display: flex;
        justify-content: center;
    }

    #company-meap-form input {
        width: calc(100% - 40px) !important;
    }
}
