@charset "UTF-8";
/* Do not edit the CSS file directly, work with the SASS */
@font-face {
  font-family: KingthingsExeter;
  src: url("/css/Kingthings_Exeter.ttf");
}
body {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  padding: 0;
}

a:link, a:visited {
  color: black;
}

th:sorting_disabled {
  cursor: pointer;
}

code, pre {
  font-family: "Source Code Pro", monospace;
  word-wrap: break-word;
  white-space: pre-wrap;
}

i, em {
  font-style: italic;
}

span.found {
  font-style: italic;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-left: 4px dotted #5d90a2;
  border-right: 4px dotted #5d90a2;
}

#header {
  color: #5d90a2;
  margin-left: 5%;
  margin-right: 5%;
}
#header h1 {
  font-size: 200%;
}

div#file_filter {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

#footer {
  margin-top: 2em;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  background: #363636;
  color: white;
  height: 10em;
  margin-bottom: 0;
}
#footer a:link {
  color: white;
}
#footer a:visited {
  color: lightgrey;
}

.embedded-table th {
  padding: 0;
}

table#maintable, table#grouptable, table#pagetable, table#form_summarytable {
  table-layout: fixed;
}
table#maintable .table_header_Row_ID, table#grouptable .table_header_Row_ID, table#pagetable .table_header_Row_ID, table#form_summarytable .table_header_Row_ID {
  width: 2em;
}
table#image_summarytable {
  table-layout: fixed;
}
table#image_summarytable img[alt="Image thumbnail"] {
  width: 100px;
  max-width: max-content;
  height: auto;
}
table#maintable img[alt="Image thumbnail"] {
  width: 100px;
  max-width: max-content;
  height: auto;
}
table#image_summarytable .table_header_Type {
  width: 4.5em;
}
table#table_summarytable .table_header_Type, table#table_summarytable .table_header_View {
  width: 4.5em;
}
table#image_summarytable .table_header_Toggle, table#table_summarytable .table_header_Toggle {
  width: 1.5em;
}

form#error-info table {
  width: 100%;
}
form#error-info table td:first-child {
  width: 8em;
}
form#error-info input[type=text] {
  width: 95%;
}
form#error-info textarea {
  width: 95%;
  height: 10em;
}

table#image_summarytable .table_header_Image {
  width: 100px;
}
table#listtable th, table#category_table th, table#summarytable th, table#table_summarytable th, table#form_summarytable th, table#image_summarytable th, table#landingtable th, table#maintable th, table#grouptable th, table#event_log_table th, table#pagetable th {
  color: white;
  background-color: #2e93a5;
}
table.info-table th {
  color: white;
  background-color: #2e93a5;
  padding: 3px 18px 3px 10px;
  border: 1px solid white;
  border-top: 0;
  font-weight: bold;
  height: 3em;
}
table.info-table td {
  padding: 3px 10px;
}
table#listtable thead th, table#category_table thead th {
  border-top: 0;
}

h2 {
  font-size: 140%;
  font-weight: bold;
}

#category_nav {
  float: right;
  width: 75%;
  padding-bottom: 0.5em;
}
#category_nav ul {
  display: inline;
  margin-left: 0;
  padding-left: 0;
}
#category_nav li {
  display: inline;
  padding-left: 0.5 m;
}

#status-filters ul, #status-filters li {
  display: inline;
}

#nav {
  background: #363636;
  color: white;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  height: 1.5em;
  padding-left: 5%;
  padding-right: 5%;
}
#nav a:link {
  color: white;
}
#nav a:visited {
  color: lightgrey;
}

.skiplink {
  line-height: 1.5em;
  margin: 0 0 0 0;
}

#logo_area {
  height: 175px;
  padding-left: 5%;
  padding-right: 5%;
  background: url("/images/OzART_Green_Gradient_Flourish.png");
  background-repeat: no-repeat;
  background-size: 100% 175px;
}

#logo {
  height: 118px;
  margin-top: 28px;
  margin-bottom: auto;
}

#tagline {
  font-size: 250%;
  font-weight: bold;
  color: white;
  margin-top: 1.5em;
  font-family: KingthingsExeter;
}

.left {
  float: left;
  display: inline;
}

.right {
  float: right;
  display: block;
}

div.top div.dataTables_info {
  margin-top: 0.3em;
  margin-bottom: 0.45em;
}
div.bottom div.dataTables_info {
  margin-top: 0.45em;
  margin-bottom: 0.3em;
}

.clear {
  clear: both;
}

#content {
  margin-left: 5%;
  margin-right: 5%;
}

#breadcrumbs {
  margin-left: 5%;
  margin-right: 5%;
  border-bottom: 1px solid #5d90a2;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
#breadcrumbs li {
  display: inline;
  margin-left: 0;
}
#breadcrumbs li:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0.5em;
  padding-right: 0.5em;
}
#breadcrumbs li:first-child:before {
  content: "";
}
#breadcrumbs ul {
  display: inline;
  margin-left: 0;
  padding-left: 0;
}

div.headingsreport ul {
  list-style: none;
}
div.headingsreport ul li:before {
  content: "H1";
  background: #5d90a2;
  color: white;
  margin-right: 0.3em;
  padding-left: 0.3em;
  padding-right: 0.3em;
  font-family: KingthingsExeter;
}
div.headingsreport ul li li:before {
  content: "H2";
}
div.headingsreport ul li li li:before {
  content: "H3";
}
div.headingsreport ul li li li li:before {
  content: "H4";
}
div.headingsreport ul li li li li li:before {
  content: "H5";
}
div.headingsreport ul li li li li li li:before {
  content: "H6";
}
div.headingsreport ul li.empty:before {
  content: "";
  padding: 0;
}

.grouplist {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.grouplist li {
  padding-left: 1em;
  background-image: url(/images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 0.5em;
}

body.loginpage {
  background: url("/images/login-background.png");
  background-repeat: no-repeat;
  background-size: 100% 1000px;
  background-color: #5d90a2;
}

.loginlogo {
  margin-top: 5em;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.loginbox {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background: white;
  color: black;
  padding-bottom: 1.5em;
  font-weight: bold;
  box-shadow: 5px 5px 5px #888888;
}
.loginbox .button {
  margin-right: 0.5em;
}
.loginbox h1 {
  background: #00aab4;
  color: white;
  text-align: center;
  padding: 0.2em;
}
.loginbox label {
  width: 5em;
  display: block;
  float: left;
  text-align: left;
  line-height: 1.428571429;
  margin-left: 1em;
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.loginbox a {
  font-weight: normal;
  margin-left: 1em;
}
.loginbox p {
  font-weight: normal;
  margin-left: 1em;
  margin-right: 1em;
}
.loginbox p a {
  margin-left: 0;
}
.loginbox .error {
  color: red;
  text-align: center;
}

table tr th img, table tr td img {
  vertical-align: middle;
}

#legend {
  float: right;
  display: block;
  margin-right: 0.25em;
  margin-top: 0.25em;
  font-size: 80%;
}
#legend img {
  margin-left: 1em;
  margin-right: 0.5em;
  vertical-align: middle;
}

#footer_links {
  display: inline;
  float: left;
}
#footer_links ul {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  margin-left: 0;
  padding-left: 0;
}
#footer_links a i.fa {
  width: 1.5em;
}

#summary {
  float: left;
  display: block;
  width: 45%;
  margin: 0;
}

#notes {
  float: right;
  display: block;
  width: 45%;
  border: 0;
  margin: 0;
  margin-bottom: 2em;
  height: 10em;
}
#notes textarea {
  width: 100%;
  height: 8em;
}

#category_note textarea {
  width: 100%;
  height: 8em;
}

#notes input {
  border: 0;
  color: white;
  background-color: #5d90a2;
  vertical-align: middle;
  text-decoration: none;
  font-size: 100%;
  cursor: pointer;
}

.changeselected {
  width: 20em;
  margin-top: 1em;
  margin-bottom: 1.5em;
  display: block;
  float: left;
}

#changebulk {
  width: 24em;
  margin-top: 1em;
  margin-left: 3em;
  margin-right: 3em;
  float: left;
  display: block;
}

.noresults {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.pages {
  width: 30%;
  word-break: break-all;
}

.toggle {
  width: 0.6em;
}

.status {
  width: 4em;
}

.stats {
  width: 3.5em;
  max-width: 3.5em;
}

a.button {
  display: inline-block;
  border: 0;
  color: white;
  background-color: #5d90a2;
  vertical-align: middle;
  text-decoration: none;
  font-size: 100%;
  cursor: pointer;
}

.button {
  margin-left: 0.2em;
  margin-right: 0.2em;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
}
.button:disabled {
  color: black;
  background-color: white;
  border: 1px solid black;
  cursor: not-allowed;
}
.button:disabled:hover, .button:disabled:focus {
  color: black;
  background-color: white;
  border: 1px solid black;
  cursor: not-allowed;
}

select {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  font-size: inherit;
  line-height: inherit;
  line-height: 30px;
  text-transform: none;
  width: auto;
  height: 30px;
}
select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

select.example-impact {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  font-size: inherit;
  line-height: inherit;
  line-height: 30px;
  text-transform: none;
  width: auto;
  height: 35px;
  padding: 6px 12px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  font-size: inherit;
  line-height: inherit;
}

select[multiple], select[size] {
  height: auto;
}

button {
  text-transform: none;
}

input[type=email], input[type=password], input[type=text], input[type=number] {
  height: 25px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

textarea {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input:focus, textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.button:hover, .button:focus {
  background: #365968;
}

input.button, input.submit {
  color: white;
  background-color: #5d90a2;
  vertical-align: middle;
  text-decoration: none;
  font-size: 100%;
  cursor: pointer;
}

button.button {
  border: 0;
  color: white;
  background-color: #5d90a2;
  vertical-align: middle;
  text-decoration: none;
  font-size: 100%;
  cursor: pointer;
}

.filter_button, .inverse_filter_button, .reset_filter_button {
  float: left;
  display: block;
}

div#export {
  width: 22em;
  margin-top: 1em;
  margin-left: 1em;
  float: left;
  display: block;
}
div.export a:link, div.export a:visited {
  color: white;
}

td.maincolumn {
  width: 50%;
}

span.pass {
  float: right;
  width: 6.5em;
  color: white;
  background: darkgreen;
  text-align: center;
  text-transform: uppercase;
}
span.fail, span.alert {
  float: right;
  width: 6.5em;
  color: white;
  background: darkred;
  text-align: center;
  text-transform: uppercase;
}

li span.alert {
  float: left;
  width: auto;
  padding-left: 0.3em;
  padding-right: 0.3em;
}

span.inprogress {
  float: right;
  width: 6.5em;
  color: white;
  background: darkblue;
  text-align: center;
  text-transform: uppercase;
}
span.allcaps {
  text-transform: uppercase;
}
span.check {
  float: right;
  width: 6.5em;
  color: white;
  background: #cc6600;
  text-align: center;
  text-transform: uppercase;
}

div#oa-outer {
  float: left;
  margin: 0;
  padding: 0;
  border: 4px solid #64cece;
  width: 60%;
  height: 12em;
}
div#oa-inner {
  display: block;
  margin: 5px;
  height: 11.4em;
  background: #5d90a2;
  border: 0;
  color: white;
  padding: 0em;
}
div#oa-inner-left {
  margin-left: 0.5em;
  margin-top: 0;
  padding: 0;
  background: #5d90a2;
  float: left;
  width: 48%;
}
div#oa-inner-right {
  float: right;
  width: 48%;
  margin-top: 0;
  margin-right: 0.5em;
  padding: 0;
  background: #5d90a2;
}

#oa-inner a {
  color: white;
}

#oa-inner-left h2, #oa-inner-right h2 {
  margin: 0;
  padding-top: 0.8em;
}

div#ow-outer {
  float: right;
  margin: 0;
  padding: 0;
  border: 4px solid #d084cc;
  width: 36%;
  height: 12em;
}
div#ow-inner {
  display: block;
  margin: 5px;
  height: 11.4em;
  background: #85008d;
  color: white;
  padding-top: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

#ow-inner a {
  color: white;
}
#ow-inner h2 {
  margin: 0;
  padding-top: 0.8em;
}

div#colfilters {
  margin-left: 3px;
  margin-bottom: 0;
  padding-bottom: 0;
}
div#colfilters ul {
  display: inline;
  margin-left: 0;
  padding-left: 0;
}
div#colfilters li {
  display: inline;
}
div#colfilters a {
  float: left;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  background: #dbf3f4;
  color: black;
  width: 6em;
  border: 1px solid black;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-decoration: none;
}
div#colfilters a::before {
  font-family: FontAwesome;
  content: "";
  padding-right: 0.5em;
}
div#colfilters a.selected {
  background: #2e93a5;
  color: white;
  border: 1px solid white;
}
div#colfilters a.selected::before {
  font-family: FontAwesome;
  content: "";
  padding-right: 0.5em;
}
div#cta {
  width: 50%;
  padding-bottom: 1em;
}
div#percent {
  text-align: center;
  padding-top: 0.5em;
}

span.percentage {
  font-size: 1.5em;
  font-weight: bold;
  border: 2px solid black;
  padding: 0.2em;
}

table.nojs, table.info-table {
  margin: 0;
  clear: both;
  width: 100%;
  border: 0;
}
table.nojs td.center, table.nojs td.nojs_empty {
  text-align: center;
}
table.nojs thead th {
  padding: 3px 18px 3px 10px;
  border: 1px solid white;
  border-top: 0;
  font-weight: bold;
  color: white;
  height: 3em;
}
table.nojs tfoot th {
  padding: 3px 18px 3px 10px;
  border-top: 1px solid black;
  font-weight: bold;
}
table.nojs td {
  padding: 3px 10px;
}

div#listtable_wrapper div#category_table_wrapper {
  padding: 0;
  margin: 0;
  border: 0;
}

td {
  word-wrap: break-word;
}
td .fa, td select {
  vertical-align: middle;
  padding-right: 0;
}

table.nojs tr, table.info-table tr, table#grouptable tr, table#pagetable tr {
  background-color: #b7e5e8;
}

fieldset#bulk {
  width: 20em;
  margin-left: auto;
  margin-right: auto;
}

.structurelabel {
  position: absolute;
  left: -5000px;
  width: 4000px;
  overflow: hidden;
}

div.dialog {
  width: 40em;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid black;
  padding: 0.5em;
}

pre.prettyprint {
  border: 0 !important;
}

img.info {
  height: 22px;
  width: 22px;
  vertical-align: middle;
  margin: 0;
  padding-left: 0.7em;
}

td.group {
  background-color: white;
  color: black;
}
td.group h2 {
  font-size: 100%;
}

pre {
  word-wrap: break-word;
}

form#new-run label {
  width: 10em;
  margin-left: 1em;
  display: inline-block;
}
form#new-run fieldset {
  width: 50em;
}
form#new-run fieldset label {
  width: 5em;
}
form#new-run textarea {
  width: 50em;
}

div.identify-object, div.embedded-table {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 1em;
  margin-bottom: 2em;
  padding-top: 2em;
  border: 2px solid black;
  padding: 0.5em;
}
div.identify-object {
  border: none;
}
div.identify-object table {
  border: 1px solid black !important;
}
div.embedded-table table, div.identify-object td, div.embedded-table td {
  border: 1px solid black !important;
}
div.identify-object th, div.embedded-table th {
  background: black;
  color: white;
}
div.identify-object th a, div.embedded-table th a {
  color: white;
}
div.identify-object img {
  width: 100%;
  max-width: 100%;
}
div.embedded-table {
  margin: 0;
  border: 0;
  padding: 0;
}
div#identify-options {
  margin-left: auto;
  margin-right: auto;
  width: 50em;
  margin-bottom: 2em;
}
div#identify-options a {
  float: left;
  display: inline;
  margin-left: 1em;
  margin-right: 1em;
}

span.identify-option {
  float: left;
  display: block;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-top: 0.2em;
  background-color: #5d90a2;
  color: white;
  margin-left: 1em;
  margin-right: 1em;
  width: 4em;
}
span.identify-option a:link, span.identify-option a:visited {
  color: white;
}

div#identify .fa {
  padding-right: 0;
}

.copyright {
  clear: both;
}

th.narrow {
  width: 4.5em;
}
th.narrow-2 {
  width: 6.5em;
}
th.urls {
  width: 33%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.green {
  color: #2e93a5;
}

.black {
  color: black;
}

a.no-underline {
  text-decoration: none;
}

.fa {
  padding-right: 0.75em;
}

.left-padding {
  padding-left: 1em;
}

form#submit label {
  display: inline-block;
  width: 10em;
}

/*.group_header_title {
 *  width:20em;
 *} */
/*.group_header_url {
 *  width:15em;
 *} */
.group_header_instances {
  width: 5em;
}

.table_header_Element {
  width: 4.25em;
}

.table_header_Status {
  width: 7em;
}

.table_header_Page, .table_header_Page_URL, .table_header_PDF_URL, .table_header_Linked_from, .table_header_From, .table_header_URL, .table_Referencing_Pages, .table_header_Path, .table_header_From {
  width: 20em;
}

.table_header_Target {
  width: 20em;
}

.table_header_Link_Error {
  width: 10em;
}

.table_header_Change {
  width: 4em;
}

.table_header_Image {
  width: 100px;
}

.table_header_View {
  width: 25em;
}

.table_header_View_table {
  width: 3em;
}

.table_header_Line, .table_header_Pages, .table_header_Empty, .table_header_Tagged, .table_header_Char {
  width: 2.5em;
}

.table_header_Value, .table_header_Property {
  width: 4em;
}

#maintable > tbody > tr > td {
  overflow: auto;
}
#maintable > tbody > tr > td:first-child {
  overflow: hidden;
}

.page_header_date {
  width: 7em;
}

.page_header_processed {
  width: 3em;
}

.page_header_type {
  width: 5em;
}

#forgot {
  height: 4.5em;
}
#forgot .button {
  margin-top: 0.5em;
}

table#file-actions td {
  padding: 0.5em;
}
table.error-info td {
  padding: 0.5em;
}
table.error-info td.label {
  width: 7em;
}
table#file-actions .button {
  display: inline-block;
  width: 6em;
}

.dataTables_paginate *:focus, th:focus {
  border: 2px solid black !important;
}

a.paginate_button {
  text-decoration: underline !important;
}

ul#scope_list {
  list-style: none;
}

div.wiki-entry table th {
  width: 8em;
  text-align: left;
}
div.wiki-entry ul.wiki-techniques {
  list-style: none;
  padding-left: 0;
}

ul.screenshots li {
  display: inline;
}
ul.screenshots li:not(:last-child)::after {
  content: ",";
}

img.fit-space {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

table#maintable img.fit-space {
  width: 99.9%;
}

img.render-img, img.pages-screenshot {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: intrinsic;
  border: 3px solid black;
  /*  max-width: 100%; */
}

div#view-note {
  width: 100%;
  border: 1px solid black;
  padding: 1em;
}
div.basecamp_example {
  width: 100%;
  border: 1px solid black;
  padding: 1em;
  margin-bottom: 1em;
}
div.basecamp_example h4 {
  margin-top: 0;
}
div.basecamp_example table {
  width: 100%;
  table-layout: fixed;
}
div.basecamp_example th {
  padding-right: 1em;
  width: 6.5em;
}
div.basecamp_example td {
  word-wrap: break-word !important;
}

/* datatables */
.paginate_button_disabled {
  opacity: 0.33;
  pointer-events: none;
}

/* lightbox forms */
.lightbox-form label {
  width: 25%;
  display: inline-block;
}
.lightbox-form label.checkbox {
  width: 100%;
  display: inline-block;
}
.lightbox-form input.field {
  width: 65%;
}

textarea {
  width: 65%;
}

.lightbox-form textarea {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.lightbox-form textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.lightbox-form input[type=button] {
  background: white;
  color: black;
  border: 1px solid black;
}
.lightbox-form input[type=button].danger {
  background: darkred;
  color: white;
  border: 1px solid darkred;
}
.lightbox-form input[type=button]:hover, .lightbox-form input[type=button]:focus {
  background: black;
  color: white;
  border: 1px solid black;
}

/* Examples */
div#examples div.example {
  width: 49%;
  float: left;
  border: 1px solid black;
  margin: 2px;
}
div#examples table.example {
  width: 100%;
  table-layout: fixed;
}
div#examples table.example tr th {
  width: 9em;
}
div#examples table.example a {
  word-wrap: break-word;
}
div#examples table.example img {
  max-width: 100%;
  width: 100%;
}
div#examples a.lightbox {
  display: inline-block;
  max-width: 100%;
}

div#example-global span.wide {
  display: inline-block;
  width: 10rem;
}

/*#form_summarytable  img {
 *    max-width: 1000px;
 *} */
.help table img {
  max-width: 400px;
}

div#identify-lhs {
  float: left;
  width: 10em;
  padding-right: 3em;
  border-right: 1px dotted black;
}
div#identify-rhs {
  float: left;
  padding-left: 3em;
}

table.dataTable tfoot th {
  padding: 3px 18px 3px 10px;
  border: 1px solid white;
  border-top: 1px solid white !important;
  font-weight: bold;
  cursor: pointer;
  *cursor: hand;
  color: white;
  height: 3em;
}

#google-signin2 {
  margin-left: auto;
  margin-right: auto;
  width: 240px;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.text-center {
  text-align: center;
}

table#error-detail {
  margin-top: 1em;
  width: 100%;
}
table#error-detail tr td {
  vertical-align: top;
}
table#error-detail tr td:nth-of-type(2) {
  width: 25em;
  text-align: right;
}
table#error-detail i.fa {
  margin-right: 0.5em;
}

img.element-img {
  width: 90%;
  max-width: max-content;
}

/* Tabs */
.js-tabs .tabs__tabcontent:focus {
  outline: 1px dotted;
}
.js-tabs [aria-disabled=true] {
  background-color: #ddd;
  color: #666;
  pointer-events: none;
  cursor: not-allowed;
}
.js-tabs [aria-disabled=true]:hover {
  background-color: #ddd;
  color: #666;
  pointer-events: none;
  cursor: not-allowed;
}
.js-tabs ul[role=tablist] {
  margin-bottom: 0em;
}
.js-tabs [role=tablist] {
  -webkit-margin-after: 0em;
  -webkit-margin-before: 0em;
  -moz-margin-after: 0em;
}
.js-tabs [role=tablist] ul {
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
  display: table;
}
.js-tabs [role=tablist] li {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.js-tabs [role=tablist] button {
  display: block;
  padding: 0.5em;
  /* width: 15em; */
  padding-left: 2em;
  padding-right: 2em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #dbf3f4;
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
  margin-bottom: 0;
}
.js-tabs [role=tablist] button:focus, .js-tabs [role=tablist] button:hover {
  background: black;
  color: white;
}
.js-tabs [role=tablist] button::before {
  font-family: FontAwesome;
  content: "";
  padding-right: 0.5em;
}
.js-tabs [role=tablist] button[aria-selected=true] {
  background: #2e93a5;
  color: white;
}
.js-tabs [role=tablist] button[aria-selected=true]:focus, .js-tabs [role=tablist] button[aria-selected=true]:hover {
  background: black;
  color: white;
}
.js-tabs [role=tablist] button[aria-selected=true]::before {
  font-family: FontAwesome;
  content: "";
  padding-right: 0.5em;
}
.js-tabs [role=tablist] button:focus {
  outline: 1px dotted;
}
.js-tabs [role=tabpanel] {
  padding-top: 1em;
  border: 2px solid black;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 1.5em;
  border-radius: 10px;
}
.js-tabs [role=tabpanel][aria-hidden=true] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  display: none;
}
.js-tabs .invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#about_error_table th {
  text-align: left;
  padding-right: 1em;
}

#tab_testing_status #report_comment {
  height: 10em;
  width: 20em;
}

#dashboard {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#dashboard .barchart-table {
  width: 100%;
}
#dashboard .barchart-table td.label {
  width: 10rem;
}
#dashboard .barchart-table td.data {
  width: 5rem;
  text-align: center;
}
#dashboard .barchart-table td:last-of-type {
  padding-left: 2rem;
}
#dashboard .barchart-table th {
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: left;
}
#dashboard .barchart-table .bar {
  display: inline-block;
  height: 26px;
  border: 1px solid black;
}
#dashboard .barchart-table .bar .inner-bar {
  display: inline-block;
  height: 26px;
}
#dashboard .barchart-table .bar .inner-bar-1 {
  background-color: #2e93a5;
}
#dashboard .barchart-table .bar .inner-bar-2 {
  background-color: #dbf3f4;
}
#dashboard .barchart-table .bar .inner-bar-3 {
  background-color: #365968;
}

.a11yoz-accordion-accordion__panel[aria-hidden=true] {
  display: none;
}

.a11yoz-accordion-accordion__panel[aria-hidden=true] {
  display: none;
}

.a11yoz-accordion-accordion__title button {
  background-color: white;
}

.a11yoz-accordion-accordion__header {
  display: block;
  border: none;
  font-size: 1.5rem;
  color: #2e93a5;
}

/* title opened */
.a11yoz-accordion-accordion__header[aria-expanded=true]:before {
  content: "- ";
}

/* title closed */
.a11yoz-accordion-accordion__header[aria-expanded=false]:before {
  content: "+ ";
}

/* title selected */
/* title non selected */
div.infobox {
  background: #365968;
  color: white;
  border: 2px solid black;
  padding: 1rem;
  margin-bottom: 2.5rem;
  margin-top: 1rem;
  text-align: center;
  border-radius: 10px;
}
div.infobox .button {
  background: white;
  color: black;
  border: 1px solid black;
}
div.infobox .button:hover, div.infobox .button:focus {
  background: black;
  color: white;
}
