/* CUSTOM BUTTONS
 * http://charliepark.org/bootstrap_buttons/
 *******************************************/
.btn-teal {
  background-color: hsl(191, 63%, 38%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#50bed7", endColorstr="#23879d");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#50bed7), to(#23879d));
  background-image: -webkit-gradient(linear, left top, left bottom, from(#50bed7), to(#23879d));
  background-image: linear-gradient(#50bed7, #23879d);
  border-color: #23879d #23879d hsl(191, 63%, 33%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-blue {
  background-color: hsl(208, 71%, 26%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#227ac8", endColorstr="#134571");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#227ac8), to(#134571));
  background-image: -webkit-gradient(linear, left top, left bottom, from(#227ac8), to(#134571));
  background-image: linear-gradient(#227ac8, #134571);
  border-color: #134571 #134571 hsl(208, 71%, 21%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-green {
  background-color: hsl(105, 30%, 68%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbe9d7", endColorstr="#a1c594");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#dbe9d7), to(#a1c594));
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbe9d7), to(#a1c594));
  background-image: linear-gradient(#dbe9d7, #a1c594);
  border-color: #a1c594 #a1c594 hsl(105, 30%, 63%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-brown {
  background-color: hsl(42, 34%, 25%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#927c48", endColorstr="#55482a");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#927c48), to(#55482a));
  background-image: -webkit-gradient(linear, left top, left bottom, from(#927c48), to(#55482a));
  background-image: linear-gradient(#927c48, #55482a);
  border-color: #55482a #55482a hsl(42, 34%, 20.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.29);
  -webkit-font-smoothing: antialiased;
}
.btn-red {
  background-color: hsl(0, 69%, 22%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b42121", endColorstr="#5e1111");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#b42121), to(#5e1111));
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b42121), to(#5e1111));
  background-image: linear-gradient(#b42121, #5e1111);
  border-color: #5e1111 #5e1111 hsl(0, 69%, 17%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-black {
  background-color: hsl(0, 0%, 16%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b5b5b", endColorstr="#282828");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5b5b5b), to(#282828));
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5b5b5b), to(#282828));
  background-image: linear-gradient(#5b5b5b, #282828);
  border-color: #282828 #282828 hsl(0, 0%, 11%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-orange {
  background-color: hsl(36, 100%, 40%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffad32", endColorstr="#cc7a00");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffad32), to(#cc7a00));
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffad32), to(#cc7a00));
  background-image: linear-gradient(#ffad32, #cc7a00);
  border-color: #cc7a00 #cc7a00 hsl(36, 100%, 35%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
}
.file-input-wrapper.btn,
.btn-gray {
  background-image: linear-gradient(to bottom, #ffffff 0px, #dfdfdf 100%);
  background-repeat: repeat-x;
  border-color: #dfdfdf;
  color: black;
}
.modal-footer {
  background-color: #F5F5F5;
  padding: 14px 15px 15px;
}
.modal-footer .btn + .btn {
  margin: 0 5px;
}
.glyphicon {
  top: 2px;
}
/* FIX FORM CONTAINER FILE INPUT BUTTONS
********************************************/

/*------------------------------------------------------------------------
# author    Eric Worman, HotRocket Development, Inc.
# copyright Copyright  2014. All rights reserved.
# @license  http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Website    Nua AIRS v2
# Path: /resources/assets/less/site.less
-------------------------------------------------------------------------*/
/* Import 3L mixins and apply reset.css
********************************************/
/* Common
********************************************/
body {
  padding-bottom: 20px;
}
.form-group .alert {
  display: none;
}
.disabled {
  color: #E0E0E0;
}
.disabled.table-bordered thead tr th,
.table-bordered tfoot tr th {
  color: #E0E0E0;
}
.disabled .redText {
  color: #E0E0E0;
}
.fieldErrorText {
  font-size: 0.8em;
  font-weight: normal;
  color: red;
  text-align: left;
  clear: both;
  position: absolute;
}
.fieldError,
.fieldError > .alert {
  position: relative;
}
.fieldError label {
  color: red;
}
.fieldError .form-control {
  background-color: #F7F4CB;
}
.fieldError .alert {
  margin-top: 10px;
}
.form-group.fieldError .alert {
  display: block;
  padding: 5px 10px;
  margin-top: 10px;
  position: relative;
}
.file-input-name {
  display: inline;
  margin: 5px 0 0 0;
  font-size: 0.8em;
}
.download-button {
  margin-bottom: 20px;
}
.nav-pills > li.stepError > a {
  background-color: #f0ad4e;
}
.btn-tertiary.stepError {
  background-color: #f0ad4e;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d9534f;
}
.alert .arrow-up {
  position: absolute;
  top: -8px;
}
.error-alert {
  position: relative;
  padding: 5px 10px;
}
.error-alert p {
  color: white;
  text-align: left;
}
.error-alert.alert > p + p {
  margin-top: 0;
}
.success {
  color: #216019;
}
.error {
  color: #d9534f;
}
input.required,
textarea.required {
  color: #333333;
}
.form-horizontal .fieldErrorText {
  padding-left: 15px;
  margin-bottom: 0;
}
.btn.pull-right:not(:first-child) {
  margin-right: 5px;
}
#back-to-top {
  border: 1px solid rgba(255, 255, 255, 0.45);
}
#back-to-top i {
  position: relative;
  top: 12px;
}
.flexContainer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.flexObject {
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layout-sidebar {
  padding-bottom: 0;
}
.inline-form-group label {
  display: inline;
}
.inline-form-group input {
  display: inline;
  width: auto;
}
.container {
  width: 100%;
  max-width: 1170px;
}
.redText {
  color: #d9534f;
}
.greenText {
  color: #216019;
}
.buttonGroup > a {
  margin-right: 5px;
}
.buttonGroup > a:last-of-type {
  margin-right: 0;
}
.d-block {
  display: block !important;
}
/* Header
********************************************/
.navbar-brand-img img {
  max-height: 54px;
}
.navbar-profile-avatar {
  margin-top: -10px;
}
.profileCaret {
  position: relative;
  top: 0;
}
.mainnav-menu > li > a {
  font-size: 16px;
}
.mainnav-form {
  position: relative;
  margin-top: 10px;
}
.release-notes-menu {
  padding-top: 10px;
  width: 350px;
}
.dropdown-menu > li.dropdown-header {
  font-size: 14px;
  padding: 0 10px;
  margin: auto;
}
.note-details {
  font-size: 12px;
  padding: 2px 10px;
  line-height: 1.1em;
}
.badge-container {
  position: relative;
}
/* Footer
********************************************/
.footer {
  position: fixed;
  padding: 5px 20px;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.footer > .container {
  line-height: 50px;
}
/* Login Form
********************************************/
.account-form .form-control {
  margin-bottom: 0;
}
.passwordReset {
  text-align: center;
  color: #333333;
  padding: 10px 0;
  display: block;
}
/* Manage Users
********************************************/
.manageUsers .layout-sidebar {
  min-height: 575px;
  padding-top: 45px;
}
.manageUsers .houseContainer {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.manageUsers .houseOption {
  float: left;
  padding: 5px;
}
.manageUsers .list-group {
  list-style-type: none;
}
.manageUsers .sso-enabled {
  color: #5bc0de;
}
.curRecordsContainer {
  -webkit-columns: 2 10px;
  -moz-columns: 2 10px;
  columns: 2 10px;
}
.curRecordsContainer .input-group {
  margin: 0 auto 10px;
}
/* Complaints
********************************************/
.complaints .layout-sidebar {
  min-height: 715px;
}
.complaints .message {
  height: 250px;
}
/* Common Report Styles
********************************************/
.signatureHeader {
  font-size: 18px;
}
.requiredIndicator {
  color: #d9534f;
}
.form-block {
  padding: 15px;
  background-color: #E0E0E0;
  margin-bottom: 15px;
}
.formSubmitButtons {
  margin-right: 15px;
}
.footerSubmitButtons {
  margin: 25px 0 0;
}
.footerSubmitButtons .btn {
  margin: 0 10px;
}
.select2-container {
  width: 100% !important;
}
.form-group.multiField {
  margin: 0 !important;
  padding: 5px 0 !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.bootstrap-timepicker .input-group-addon:hover {
  cursor: pointer !important;
}
.multiFormGroup {
  margin-bottom: 15px;
}
textarea.signatureBox {
  height: 100px;
}
.reportTypeHeader {
  margin-bottom: 5px;
}
.nav-pills > li > a.disabled {
  color: #E0E0E0;
}
.nav-pills > li > a.disabled:hover {
  cursor: not-allowed;
}
.pdfDownload {
  display: inline;
  text-align: center;
  color: #333333;
  padding: 0 2.5px;
}
.pdfDownload.disabled {
  color: #E0E0E0;
}
.pdfDownload.disabled:hover {
  cursor: not-allowed;
}
.uploadBtnWrapper {
  display: inline;
  padding: 0 2.5px;
}
.reportList td:nth-last-child(1),
.reportList td:nth-last-child(2) {
  text-align: center;
}
.reportList .reporterName {
  width: 200px !important;
}
.table-bordered thead tr th,
.table-bordered tfoot tr th {
  font-weight: normal;
}
.adminAction:hover {
  text-decoration: none;
}
.deletedRecord,
.deletedRecord a {
  color: white;
}
.deletedRecord td {
  background-color: red;
  border: none;
}
.unlockRecord,
.unlockRecord a {
  color: black;
}
.unlockRecord td {
  background-color: #ffd982;
  border: none;
}
label > .description {
  font-weight: normal;
}
.debriefFormDropCap {
  font-size: 32px;
  text-decoration: underline;
}
/* Incident Report Styles
********************************************/
.incidentReportPage .formSubmitButtons {
  margin: 0;
  position: relative;
  top: -2px;
  right: -5px;
}
.incidentReportPage .flexObject {
  min-width: 33.333%;
}
.incidentReportPage .picBlock {
  width: 100%;
  min-width: 50%;
  margin: auto;
}
.reportDetails {
  margin: 0;
  font-size: 12px;
}
.tabContentWrapper {
  position: relative;
}
.tabContentWrapper .formSubmitButtons {
  position: absolute;
  z-index: 100;
  top: 7px;
  right: 8px;
  margin: 0;
}
.label-commented {
  background-color: #803d7f;
  display: block;
}
.label-read {
  background-color: #365f80;
  display: block;
}
.label-unread {
  background-color: #504d51;
  display: block;
}
.incidentForm textarea.form-control {
  height: 100px;
}
.incidentForm textarea.behaviouralComments {
  height: 250px;
}
.incidentForm #step-1 .column1 .form-group,
.incidentForm #step-1 .column1 .multiFormGroup {
  margin-bottom: 14px;
}
.incidentForm #step-1 .column2 .form-group {
  margin-bottom: 24px;
}
.incidentForm #step-1 .column3 .form-group {
  margin-bottom: 25px;
}
.incidentForm #step-2 .column1 .form-group {
  margin-bottom: 15px;
}
.incidentForm #step-2 .column2 .form-group {
  margin-bottom: 19px;
}
.incidentForm #step-2 .column3 .form-group {
  margin-bottom: 25px;
}
.incidentForm #step-3 .column1 .form-group {
  margin-bottom: 15px;
}
.incidentForm #step-3 .column2 .form-group {
  margin-bottom: 53px;
}
.incidentForm .debriefDetails th {
  font-weight: normal;
  font-size: 13px;
}
.incidentForm .form-group:last-of-type {
  margin-bottom: 15px !important;
}
.incidentForm .form-group.multiField:last-of-type {
  margin-bottom: 0 !important;
}
.incidentForm .HIQAType {
  line-height: 34px;
  font-weight: bold;
}
.incidentForm .nf06_table {
  margin: 10px 0 0 0;
}
.incidentForm #HIQA_nf06 ~ #nf06_options {
  display: none;
}
.incidentForm #HIQA_nf06:checked ~ #nf06_options {
  display: table;
}
.incidentForm .nf06_table td {
  border: none !important;
}
.incidentForm .nf06_table .bottom-border {
  border-bottom: 1px solid #ddd;
}
.incidentForm .nf06_table label {
  font-weight: normal;
  font-size: 12px;
}
.incidentForm .nf06_table label:last-of-type {
  margin-top: 10px;
}
.incidentForm .field-wrapper {
  padding: 15px 0;
}
.reportCompleted {
  background-color: #216019 !important;
  color: white;
}
.reportIncomplete {
  background-color: #f0ad4e !important;
}
.reportOverdue {
  background-color: #d9534f;
  color: white;
}
.reportCompleted a,
.reportOverdue a {
  color: white;
  text-decoration: underline;
}
.secondaryLabel {
  padding-top: 10px;
  display: block;
}
/* Accident Report Styles
********************************************/
.accidentForm .reportDescription {
  padding: 5px 15px;
  margin-bottom: 15px;
}
.accidentForm textarea.form-control {
  height: 100px;
}
.accidentForm #step-1 .column1 .form-group {
  margin-bottom: 17px;
}
.accidentForm #step-1 .column2 .form-group,
.accidentForm #step-1 .column2 .multiFormGroup {
  margin-bottom: 15px;
}
.accidentForm #step-1 .column3 .form-group,
.accidentForm #step-1 .column3 .multiFormGroup {
  margin-bottom: 22px;
}
.accidentForm #step-2 .column1 .multiFormGroup,
.accidentForm #step-2 .column1 .form-group {
  margin-bottom: 18px;
}
.accidentForm #step-2 .column2 .form-group {
  margin-bottom: 17px;
}
.accidentForm #step-2 .column3 .form-group {
  margin-bottom: 30px;
}
.accidentForm #step-3 .column1 .form-group,
.accidentForm #step-3 .column1 .multiFormGroup {
  margin-bottom: 25px;
}
.accidentForm #step-3 .column2 .form-group {
  margin-bottom: 15px;
}
.accidentForm .addendumsContainer {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.accidentForm .addendumsContainer > .btn-group {
  margin-bottom: 5px;
}
.accidentForm .form-group:last-of-type {
  margin-bottom: 15px !important;
}
.accidentForm .form-group.multiField:last-of-type {
  margin-bottom: 0 !important;
}
.vehicleReportFields .step-3 .column-2 textarea.form-control {
  height: 209px;
}
.fileinput-filename {
  font-size: 8px;
  position: relative;
  top: -3px;
}
textarea.form-control.extentOfInjury {
  height: 209px;
}
.addendumMenu .fa {
  margin-right: 5px;
}
.correctiveActionFields thead tr th {
  background-color: black;
  color: white;
  font-weight: 300;
  text-align: center;
}
.confirmRemovalText {
  font-size: 18px;
}
.bodyPartInjuredContainer {
  position: relative;
}
.bodyPartInjuredContainer .bodyImageGraphic {
  display: block;
  margin: auto;
  width: 500px;
}
.bodyImageMarker {
  width: 25px;
  height: 50px;
  position: absolute;
}
.reported {
  background-color: #00d2ff !important;
}
.photoList {
  list-style-type: none;
  padding: 0;
}
/* Report Field Data
********************************************/
.reportFieldData .heading-block:after {
  width: 230px;
}
.serviceUserName {
  font-size: 1.8em;
  color: #333333;
  margin-bottom: 11px;
}
.serviceUserNotes {
  margin-bottom: 0;
  min-height: 22px;
}
.dateSelectorContainer {
  padding: 5px 0;
}
.dateSelectorContainer .form-control {
  display: inline;
  width: 25%;
  font-size: 0.9em;
  height: 30px;
}
.dateSelector {
  position: relative;
  top: -35px;
}
/* Reports Dashboard
********************************************/
.dashboardReportHeader {
  margin: 0 0 15px 0;
  border: none;
}
.dashboardReportHeader .page-title {
  margin: 0 0 5px 0;
}
.dashboardDateSelector .form-control {
  width: 175px;
  display: inline;
}
.dashboardStatsRow {
  max-height: 380px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 16px;
}
/* Cumulative Reports
********************************************/
.cumulativeReportsPage .nav-pills.nav-stacked > li.dateSelector {
  margin-bottom: 30px;
}
.cumulativeReportsPage .pageTitle {
  margin-bottom: 5px;
}
.cumulativeReportsPage div.dataTables_filter {
  position: absolute;
  right: 17px;
  bottom: 0;
}
.cumulativeReportsPage div.dataTables_length {
  display: none;
}
.cumulativeReportsPage .reportFilters {
  text-align: left;
  font-size: 14px;
}
.cumulativeReportsPage .reportFilters.nav-pills > li {
  margin-top: 5px;
  margin-right: 3px;
  display: block;
  float: none;
}
.cumulativeReportsPage .clearFilterBtn {
  margin-top: 10px;
}
.cumulativeReportsPage .clearFilterBtnPerUser {
  margin-top: -68px;
}
.cumulativeReportsPage .dropdown.sectionLabel {
  font-size: 0.7em;
  color: #464646;
}
.reportTotalsContainer {
  text-align: center;
  padding: 0;
  margin: 0;
}
.reportTotal:hover .icon-stat {
  background-color: #eeeeee;
  cursor: pointer;
}
.reportTotal.active .icon-stat {
  background-color: #d9534f;
  color: white;
}
.reportTotal.active .icon-stat-label,
.reportTotal.active .icon-stat-footer {
  background-color: #d9534f;
  color: white;
}
.reportTotal {
  display: inline-block;
  width: 19.5%;
}
.irDateGroup {
  margin: auto;
}
.irDateGroup .form-control {
  width: 95px;
}
.reportFilterOption .fa {
  visibility: hidden;
  color: #216019;
}
.reportFilterOption.selected .fa {
  visibility: visible;
}
.reportTotals tr > td:nth-child(2) {
  text-align: right;
}
/* Peer to Peer Abuse
********************************************/
.p2pAbuseReport .reportTitle {
  text-align: center;
}
.p2pAbuseReport .buttonGroup {
  padding-bottom: 25px;
}
.p2pAbuseReport .select-container {
  max-width: 300px;
  padding-bottom: 25px;
  margin: auto;
}
.date-selection {
  padding-bottom: 25px;
}
/* Accidents Involving Service Users
********************************************/
.suAccidentReport .select-container {
  max-width: 300px;
  padding-bottom: 25px;
  margin: auto;
}
.suAccidentReport .checkbox-container {
  text-align: center;
  padding-bottom: 25px;
  margin: auto;
}
/* Complaints Report
********************************************/
.complaintsDownload .icon-stat {
  overflow: visible;
}
/* Medication Error Pathway
********************************************/
.pathway-page .section-header {
  padding-bottom: 25px;
}
.pathway-page .section-header .logo {
  height: 80px;
}
.pathway-page .section-title {
  padding-top: 20px;
}
/* Medication Error Form
********************************************/
.groupHeader {
  font-weight: bold;
  font-style: italic;
  margin: 0;
}
.classification-details-container {
  padding-bottom: 30px;
  border-bottom: 1px solid #E0E0E0;
}
.classification-details-container .classification-title {
  font-size: 16px;
  margin: 0;
}
.classification-details-container .description {
  font-size: 12px;
  margin: 0;
}
.classification-details-container .type {
  font-weight: bold;
  padding: 5px 0;
  margin: 0;
}
.classification-details-container .level-container {
  padding-top: 10px;
}
.error-classification-group .dropdown-menu {
  max-width: 500px;
}
.error-classification-group li > a > span.text {
  max-width: 400px;
  white-space: normal;
}
.classification-details-container:last-of-type {
  border: none;
}
.previous-meds-actions {
  font-size: 18px;
  padding: 5px 0;
  margin: 0 2px;
  display: inline-block;
}
.previous-meds-actions:hover {
  color: inherit;
}
.add-prev-meds-row {
  color: #216019;
}
.remove-prev-meds-row {
  color: #d9534f;
}
.required-fields {
  padding: 25px;
  background-color: #eeeeee;
  margin-bottom: 25px;
}
.required-fields .section-title {
  font-weight: bold;
  font-size: 14px;
}
.update-alert {
  margin-top: 20px;
}
.level-selector.required {
  color: black;
}
.level-selector {
  font-weight: 300;
}
/* Near Miss
********************************************/
.nearMissText:last-of-type {
  padding-bottom: 10px;
}
.correctiveActionsControls {
  font-size: 18px;
  padding-top: 5px;
  margin: 0 5px;
  display: inline-block;
}
.correctiveActionsControls:hover {
  color: inherit;
}
.addCorrectiveAction {
  color: #216019;
}
.removeCorrectiveAction {
  color: #d9534f;
}
.removeCorrectiveAction:first-of-type {
  display: none;
}
input[type="checkbox"].nmCheckbox {
  margin-top: 11px;
}
.correctiveActionRow td {
  vertical-align: middle !important;
}
/* Accident Register
********************************************/
.arTopPanel {
  margin-bottom: 20px;
}

/*------------------------------------------------------------------------
# author    Eric Worman, HotRocket Development, Inc.
# copyright Copyright  2014. All rights reserved.
# @license  http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Website    Nua AIRS v2
# Path: /resources/assets/less/site.less
-------------------------------------------------------------------------*/
/* Disable zooming when input field gets focus
*********************************************/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
    background: #eee;
  }
}
@media (max-width: 1015px) {
  .bodyPartInjuredContainer img {
    display: block;
    margin: auto;
    width: 250px;
  }
}
@media (max-width: 985px) {
  /* Header
  ********************************************/
  .incidentReportPage .flexObject {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .bodyPartInjuredContainer img {
    display: block;
    margin: auto;
    width: 500px;
  }
}
@media (max-width: 480px) {
  .bodyPartInjuredContainer img {
    display: block;
    margin: auto;
    width: 250px;
  }
}
