/* Theme extension to the default_site.css file which provides the default Indicia style output */
/* Accessible colour ranges from colorbrewer */
.input-group-addon > * {
  display: inline-block;
  vertical-align: middle;
}

.ctrl-wrap.not-full-width-sm * {
  max-width: 200px;
}
.ctrl-wrap.not-full-width-md * {
  max-width: 400px;
}
.ctrl-wrap.not-full-width-lg * {
  max-width: 600px;
}

.helpText, .helpTextLeft {
  color: gray;
  font-size: 90%;
  margin: 4px 0 8px 0px;
}

.add-new-taxon {
  position: absolute;
  z-index: 999;
  opacity: 0.5;
  margin: 0;
  padding: 0;
  right: 4px;
  top: 50%;
  transform: translate(0, -50%);
}
.add-new-taxon:hover {
  opacity: 0.8;
}

.species-checklist-wrap {
  margin-bottom: 15px;
}

/* Set the species checklist entry grid width to 100% */
table.species-grid {
  width: 100%;
  /* Inside control button alignment. */
}
table.species-grid th button {
  padding: 0;
  margin: 0 0.5em;
}
table.species-grid td {
  padding: 0;
}
table.species-grid .hidden-by-dynamic-attr {
  display: none;
}
table.species-grid .scPresenceCell {
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
}
table.species-grid .scTaxonCell, table.species-grid .scSpatialRefCell {
  position: relative;
}
table.species-grid .scSpatialRefFromMap {
  position: absolute;
  z-index: 999;
  opacity: 0.5;
  margin: 0;
  padding: 0;
  right: 4px;
  top: 50%;
  transform: translate(0, -50%);
}
table.species-grid .scSpatialRefFromMap:hover {
  opacity: 0.8;
}
table.species-grid .scSpatialRefFromMap.active {
  opacity: 1;
  background-color: lightyellow;
}
table.species-grid .row-buttons {
  border-bottom: solid silver 1px;
}
table.species-grid .row-buttons .action-button {
  opacity: 0.5;
  padding: 2px;
  border-radius: 2px;
  margin: 1px;
}
table.species-grid .row-buttons .action-button:hover {
  opacity: 1;
  background-color: #ccc;
}
table.species-grid tr.selected-row input, table.species-grid tr.selected-row select, table.species-grid tr.selected-row td {
  background-color: lightyellow;
}
table.species-grid tr td input, table.species-grid tr td select {
  width: 100%;
  margin: 0;
  vertical-align: middle;
  padding: 3px 0;
}

#new-taxon-form {
  max-width: 600px;
}

.attrs-container {
  /* Indent contents */
  padding-left: 30px;
}
.attrs-container legend {
  font-size: 150%;
  /* Undo indentation for legend */
  margin-left: -30px;
}
.attrs-container .attrs-container legend {
  font-size: 120%;
}

.complex-attr-grid {
  margin-bottom: 15px;
}
.complex-attr-grid tfoot {
  background: none;
}

/* Toggle/slider switches */
.switch {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 20px;
  margin-bottom: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 19px;
}

.slider.round:before {
  border-radius: 50%;
}

.sort-handle {
  background: url(../images/drag-handle.png) no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  cursor: move;
  cursor: -webkit-grabbing;
}

#map-container, #filter-map-container {
  position: relative;
}

.layer_list ul li {
  list-style: none;
}
.layer_list ul li * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 15px;
}

#map-footer {
  background-color: #cccccc;
  padding: 0;
  box-sizing: border-box;
}
#map-footer .grid-ref-hint {
  opacity: 0;
}
#map-footer > span, #map-footer > div {
  font-size: 1em;
  font-family: arial, sans-serif;
  margin: 0;
  float: left;
  box-sizing: border-box;
}
#map-footer > span {
  width: 25%;
  background-color: #bbbbbb;
}
#map-footer > div {
  width: 27%;
}
#map-footer > div span {
  white-space: nowrap;
  padding: 0 2px;
}
#map-footer > div span.data {
  background-color: #e7e7e7;
  border: solid 1px #aaaaaa;
}
#map-footer > div.active span.data {
  background-color: #ffffcc;
  color: #0000ff;
}
#map-footer > div.hint-normal {
  width: 21%;
}

/* Simplify to remove label if no space on 2 column layout */
.columns #map-footer > span {
  display: none;
}
.columns #map-footer > div {
  width: 33%;
  font-size: 9px;
}

table.report-grid {
  /* Ensure height enough for spinner. For tables, height acts as min-height
  as long as display not altered from browser default. */
  height: 140px;
  display: table;
  /* Sizing of thumbnails in image columns */
}
table.report-grid tbody tr {
  /* Alternate row colouration */
  /* Disable hover highlight for row shown when no data available */
  /* Workflow related styling */
}
table.report-grid tbody tr:nth-child(even), table.report-grid tbody tr:nth-child(even) td {
  background-color: #f7f7f7;
}
table.report-grid tbody tr:nth-child(odd), table.report-grid tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}
table.report-grid tbody tr:hover, table.report-grid tbody tr:hover td {
  color: #333333;
  background-color: #fffbcc;
}
table.report-grid tbody tr.empty-row, table.report-grid tbody tr.empty-row:hover, table.report-grid tbody tr.empty-row td, table.report-grid tbody tr.empty-row:hover td {
  background-color: #f7f7f7;
}
table.report-grid tbody tr.selected, table.report-grid tbody tr.selected td {
  color: #ffffff;
  background-color: #2c7bb6;
}
table.report-grid tbody tr.zero-abundance, table.report-grid tbody tr.zero-t {
  text-decoration: line-through;
}
table.report-grid tbody tr.overdue {
  border-left: solid 8px #d7191c;
}
table.report-grid tbody tr.overdue-soon {
  border-left: solid 8px #fdae61;
}
table.report-grid .nowrap {
  white-space: nowrap;
}
table.report-grid .single img {
  width: 100px;
  margin: 2px;
}
table.report-grid .multi img {
  width: 50px;
  margin: 1px;
}

/* Styling for the list of uploaded files. */
.filelist {
  /* Highlight drop target if dropping enabled */
  /* Anchor image delete button to right */
}
.filelist label {
  width: auto;
}
.filelist.image-drop {
  margin: 1em;
  padding: 0.5em;
  vertical-align: top;
  border: dashed 1px silver;
  min-width: 60px;
  min-height: 160px;
  border-radius: 4px;
  color: gray;
}
.filelist .delete-file {
  float: right;
}

.media-gallery ul {
  padding: 0;
}
.media-gallery ul li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  list-style-type: none;
  vertical-align: top;
}

/* Allow info panels to use absolute positioning */
.gallery-item {
  position: relative;
  padding: 0.5em;
  /* Record status icon overlay on image */
}
.gallery-item .status-icon {
  position: absolute;
  right: 0;
  top: 8px;
}

/* Media/image information overlays */
.media-info {
  position: relative;
  width: auto;
  background: white;
  padding: 8px;
  border: solid silver 1px;
  border-radius: 4px;
  /* Media info can overlay image (not other file types) */
  /* Media info close button style */
}
.media-info.image-info {
  position: absolute;
  left: 18px;
  bottom: 18px;
  opacity: 0.7;
}
.media-info * {
  display: inline-block;
  vertical-align: middle;
}
.media-info .media-info-close {
  margin-left: 8px;
  color: #777777;
  cursor: pointer;
}
.media-info .media-info-close svg {
  width: 16px;
  height: 16px;
}

.image-caption.small {
  width: 100px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.fancybox-is-open div.fancybox-bg {
  opacity: 0.5;
}

/* Define the purpose of the 3 columns in the sprite. */
/* Define the purpose of the rows in the sprite. */
.status-icon {
  background: url(../images/statuses-sprite.png) no-repeat center center;
  width: 32px;
  height: 16px;
  display: inline-block;
  /* Default state, not reviewed */
}
.status-icon.status-.substatus-.certainty-, .status-icon.status-C.substatus-.certainty-.query- {
  background: none;
}
.status-icon.certainty-C {
  /* Not reviewed, recorder was certain */
  background-position: 0px -48px;
}
.status-icon.certainty-C.query-Q {
  background-position: -32px -48px;
}
.status-icon.certainty-C.query-A {
  background-position: -64px -48px;
}
.status-icon.certainty-L {
  /* Not reviewed, recorder thought likely */
  background-position: 0px -64px;
}
.status-icon.certainty-L.query-Q {
  background-position: -32px -64px;
}
.status-icon.certainty-L.query-A {
  background-position: -64px -64px;
}
.status-icon.certainty-U {
  /* Not reviewed, recorder was uncertain */
  background-position: 0px -80px;
}
.status-icon.certainty-U.query-Q {
  background-position: -32px -80px;
}
.status-icon.certainty-U.query-A {
  background-position: -64px -80px;
}
.status-icon.status-V {
  /* Accepted */
  background-position: 0px -16px;
}
.status-icon.status-V.query-Q {
  background-position: -32px -16px;
}
.status-icon.status-V.query-A {
  background-position: -64px -16px;
}
.status-icon.status-V.substatus-1 {
  /* Accepted as correct */
  background-position: 0px 0px;
}
.status-icon.status-V.substatus-1.query-Q {
  background-position: -32px 0px;
}
.status-icon.status-V.substatus-1.query-A {
  background-position: -64px 0px;
}
.status-icon.status-C {
  /* Not reviewed, recorder certainty not known */
  background-position: 0px -128px;
}
.status-icon.status-C.query-Q {
  background-position: -32px -128px;
}
.status-icon.status-C.query-A {
  background-position: -64px -128px;
}
.status-icon.status-C.substatus-3 {
  /* Plausible */
  background-position: 0px -32px;
}
.status-icon.status-C.substatus-3.query-Q {
  background-position: -32px -32px;
}
.status-icon.status-C.substatus-3.query-A {
  background-position: -64px -32px;
}
.status-icon.status-R {
  /* Not accepted */
  background-position: 0px -96px;
}
.status-icon.status-R.query-Q {
  background-position: -32px -96px;
}
.status-icon.status-R.query-A {
  background-position: -64px -96px;
}
.status-icon.status-R.substatus-5 {
  /* Not accepted as incorrect */
  background-position: 0px -112px;
}
.status-icon.status-R.substatus-5.query-Q {
  background-position: -32px -112px;
}
.status-icon.status-R.substatus-5.query-A {
  background-position: -64px -112px;
}

/* New style font-awesome icons */
.fas, .far {
  margin: 3px;
  padding: 1px;
}
.fas.fa-check-circle, .fas.fa-thumbs-up, .far.fa-check-circle, .far.fa-thumbs-up {
  color: green;
}
.fas.fa-check-double, .far.fa-check-double {
  border: solid green 1px;
  border-radius: 2px;
  background-color: white;
  color: green;
}
.fas.fa-check, .far.fa-check {
  border: solid green 1px;
  border-radius: 2px;
  background-color: white;
  color: green;
}
.fas.fa-check-square, .far.fa-check-square {
  color: orange;
}
.fas.fa-times-circle, .far.fa-times-circle {
  color: red;
}
.fas.fa-times, .far.fa-times {
  border: solid red 1px;
  border-radius: 2px;
  background-color: white;
  color: red;
}
.fas.fa-times.status-R5, .far.fa-times.status-R5 {
  border: solid red 1px;
  border-radius: 2px;
  background-color: red;
  color: white;
}
.fas.fa-thumbs-down, .fas.fa-exclamation, .fas.fa-exclamation-circle, .fas.fa-exclamation-triangle, .far.fa-thumbs-down, .far.fa-exclamation, .far.fa-exclamation-circle, .far.fa-exclamation-triangle {
  color: red;
}
.fas.fa-eye-slash, .fas.fa-cog, .fas.fa-clock, .far.fa-eye-slash, .far.fa-cog, .far.fa-clock {
  color: silver;
}

.ui-tip {
  background-color: #444;
  background-image: -moz-linear-gradient(top, #444, #444);
  position: relative;
  color: #ccc;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0px 0px 20px #999;
  border: 1px solid #333;
  text-shadow: 0 0 1px #000;
  position: absolute;
}
.ui-tip::before {
  content: "";
  width: 0px;
  height: 0px;
  border: 0.8em solid transparent;
  position: absolute;
}
.ui-tip.below-left::before {
  right: 4px;
  top: -20px;
  border-bottom: 10px solid #444;
}

.licence span.icon {
  background: url(../images/licences-sprite.png) no-repeat center left;
  width: 100px;
  height: 18px;
  box-sizing: border-box;
  background-position: 0 0;
  display: inline-block;
  vertical-align: middle;
}
.licence span.icon.licence-cc-by {
  background-position-y: -18px;
}
.licence span.icon.licence-cc-by-nc {
  background-position-y: -36px;
}
.licence span.icon.licence-cc0 {
  background-position-y: -54px;
}
.licence span.icon.licence-cc-by-nc-sa {
  background-position-y: -72px;
}
.licence span.icon.licence-cc-by-nd {
  background-position-y: -90px;
}
.licence span.icon.licence-cc-by-nc-nd {
  background-position-y: -108px;
}

/* So we can absolute position the loading spinner */
body {
  position: relative;
}
body > .loading-spinner {
  position: fixed;
}

.idc-output .idc-output-tools {
  position: absolute;
  top: 0;
  right: 0;
  border: solid silver 1px;
  border-radius: 3px;
  background-color: rgba(225, 235, 225, 0.9);
}
.idc-output .idc-output-tools span {
  font-size: 20px;
  padding: 0;
  margin: 2px;
  color: #999;
}
.idc-output .idc-output-tools span:hover {
  color: #333;
}

/* idcCardGallery plugin */
.idc-output-cardGallery {
  position: relative;
  /* Ensure height enough for spinner. */
  min-height: 140px;
}
.idc-output-cardGallery .es-card-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0.5em 0;
}
.idc-output-cardGallery .es-card-gallery .card {
  flex-basis: 98%;
  flex-grow: 1;
  margin: 1%;
  width: 90%;
  box-sizing: border-box;
  /* Taxon label titles */
}
.idc-output-cardGallery .es-card-gallery .card:last-of-type {
  flex-grow: 0;
}
.idc-output-cardGallery .es-card-gallery .card:hover {
  color: #333333;
  background-color: #fffbcc;
}
.idc-output-cardGallery .es-card-gallery .card.selected {
  color: #ffffff;
  background-color: #2c7bb6;
  border: 1px solid grey;
}
.idc-output-cardGallery .es-card-gallery .card .image-container {
  display: flex;
  padding: 4px;
}
.idc-output-cardGallery .es-card-gallery .card .image-container > * {
  max-width: 98%;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  margin-right: 4px;
}
.idc-output-cardGallery .es-card-gallery .card .image-container > * img {
  max-width: 100%;
}
.idc-output-cardGallery .es-card-gallery .card .image-container > *:first-child {
  margin-left: 4px;
}
.idc-output-cardGallery .es-card-gallery .card ul.data-container {
  padding: 8px;
  margin-bottom: 0;
}
.idc-output-cardGallery .es-card-gallery .card ul.data-container li {
  list-style-type: none;
}
.idc-output-cardGallery .es-card-gallery .card h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 801px) {
  .idc-output-cardGallery .es-card-gallery .card {
    flex-basis: 48%;
  }
  .idc-output-cardGallery .es-card-gallery .card.big {
    flex-basis: 98%;
  }
}
@media (min-width: 1201px) {
  .idc-output-cardGallery .es-card-gallery .card {
    flex-basis: 31%;
  }
  .idc-output-cardGallery .es-card-gallery .card.big {
    flex-basis: 48%;
  }
}
@media (min-width: 1601px) {
  .idc-output-cardGallery .es-card-gallery .card {
    flex-basis: 23%;
  }
  .idc-output-cardGallery .es-card-gallery .card.big {
    flex-basis: 48%;
  }
}
.idc-output-cardGallery .pager {
  background-color: #eee;
  padding: 8px;
}

/* idcDataGrid plugin */
.idc-output-dataGrid {
  position: relative;
  /* Ensure height enough for spinner. */
  min-height: 140px;
}
.idc-output-dataGrid .data-grid-settings {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  opacity: 0.95;
  background-color: #f0f0f0;
  min-height: 500px;
  border: solid silver 1px;
}
.idc-output-dataGrid .data-grid-settings ol {
  overflow: auto;
}
.idc-output-dataGrid .data-grid-settings ol li {
  background: #e7e7e7;
  border: solid #777 1px;
  padding: 4px;
  margin: 4px;
  list-style-position: inside;
}
.idc-output-dataGrid .data-grid-settings ol li input[type=checkbox] {
  margin-right: 8px;
  font-size: 200%;
}

table.es-data-grid {
  background-color: #ffffff;
}
table.es-data-grid thead tr th, table.es-data-grid thead tr td {
  padding: 4px 2px;
  word-wrap: break-word;
}
table.es-data-grid thead tr.es-filter-row {
  /* Position search value warning icon over input. */
}
table.es-data-grid thead tr.es-filter-row input {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
table.es-data-grid thead tr.es-filter-row .fa-exclamation-circle {
  margin-left: -20px;
}
table.es-data-grid thead tr .fa-sort {
  opacity: 0.3;
}
table.es-data-grid thead tr .fa-sort:hover {
  opacity: 1;
}
table.es-data-grid tbody tr {
  /* Alternate row colouration */
  /* Disable hover highlight for row shown when no data available */
}
table.es-data-grid tbody tr th, table.es-data-grid tbody tr td {
  padding: 4px 2px;
  word-wrap: break-word;
}
table.es-data-grid tbody tr:nth-child(even), table.es-data-grid tbody tr:nth-child(even) td {
  background-color: #f7f7f7;
}
table.es-data-grid tbody tr:nth-child(odd), table.es-data-grid tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}
table.es-data-grid tbody tr:hover, table.es-data-grid tbody tr:hover td {
  color: #333333;
  background-color: #fffbcc;
}
table.es-data-grid tbody tr.empty-row, table.es-data-grid tbody tr.empty-row:hover, table.es-data-grid tbody tr.empty-row td, table.es-data-grid tbody tr.empty-row:hover td {
  background-color: #f7f7f7;
}
table.es-data-grid tbody tr.selected, table.es-data-grid tbody tr.selected td {
  color: #ffffff;
  background-color: #2c7bb6;
}
table.es-data-grid tbody tr.zero-abundance, table.es-data-grid tbody tr.zero-t {
  text-decoration: line-through;
}
table.es-data-grid tbody tr img {
  max-height: 60px;
  border-radius: 4px;
  margin: 2px;
  box-shadow: #aaa 0px 2px 4px 0px;
}
table.es-data-grid tbody tr img.multi {
  max-height: 45px;
}
table.es-data-grid.fixed-header tbody {
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
}
table.es-data-grid.fixed-header thead, table.es-data-grid.fixed-header tbody tr {
  display: table;
  width: 100%;
  /* even columns width , fix width of table too*/
  table-layout: fixed;
}
table.es-data-grid.fixed-header .multiselect-cell {
  padding: 0;
  width: 12px;
}
table.es-data-grid tfoot span {
  margin: 0 1em;
}
table.es-data-grid tfoot button span {
  margin: 0 0 0 8px;
}

/* idcLeafletMap plugin */
.idc-output-leafletMap {
  height: 500px;
}

/* idcVerificationButtons plugin */
.idc-verification-buttons *, .idc-verification-buttons-row * {
  display: inline-block;
  vertical-align: middle;
}

.idc-verification-buttons-row button, .idc-verification-buttons-row a {
  font-size: 120%;
  border: none;
  border-radius: 4px;
  background: none;
  box-shadow: none;
  color: black;
  text-shadow: none;
  min-height: 22px;
  margin: 4px;
  padding: 6px;
}
.idc-verification-buttons-row button:hover, .idc-verification-buttons-row a:hover {
  background: silver;
}
.idc-verification-buttons-row button:link, .idc-verification-buttons-row button:visited, .idc-verification-buttons-row a:link, .idc-verification-buttons-row a:visited {
  color: black;
}
.idc-verification-buttons-row .multi-only {
  display: none;
}
.idc-verification-buttons-row .sep {
  height: 20px;
  width: 1px;
  background-color: silver;
  margin: 0 8px;
}

#upload-decisions-form {
  min-width: 600px;
  max-width: 900px;
}
#upload-decisions-form .upload-output {
  margin-top: 15px;
}
#upload-decisions-form progress {
  width: 100%;
  height: 20px;
}
#upload-decisions-form dl {
  margin: 15px;
}
#upload-decisions-form dl dt {
  min-width: 300px;
  margin-right: 20px;
  margin-bottom: 8px;
}

.multiselect-mode .multi-only {
  display: initial;
}
.multiselect-mode .multi-only button {
  margin: 0;
}
.multiselect-mode .multi-only button.active {
  background: #cde;
  border: #999;
}

/* idcEsDownload */
.idc-download-ctl-part {
  display: inline-block;
}

.idc-download-files {
  display: none;
  -webkit-box-shadow: 6px 7px 8px 1px silver;
  -moz-box-shadow: 6px 7px 8px 1px silver;
  box-shadow: 6px 7px 8px 1px silver;
  max-width: 400px;
  padding: 20px;
  margin: auto;
}
.idc-download-files > div {
  border: dashed silver 1px;
  margin: 10px;
  padding: 10px;
}
.idc-download-files > div pre {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid #f36d33;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6;
  margin: 10px 0 0 0;
  max-width: 100%;
  overflow: auto;
  padding: 10px;
  display: block;
  word-wrap: break-word;
}

/* idcRecordDetailsPane */
.record-details-container .ui-tabs-nav {
  border-bottom: solid silver 1px;
}
.record-details-container .ui-tabs .ui-tabs-panel {
  padding: 8px;
  min-height: 150px;
}
.record-details-container .record-details th {
  width: 200px;
  padding: 0 0.5em;
}
.record-details-container .record-details td {
  padding: 0 0.5em;
}
.record-details-container .record-details .fas, .record-details-container .record-details .far {
  font-size: 130%;
}
.record-details-container .record-details .attrs {
  position: relative;
  min-height: 120px;
}
.record-details-container .record-details .field-id {
  font-weight: bold;
}
.record-details-container .recorder-experience {
  position: relative;
  min-height: 150px;
}
.record-details-container .recorder-experience table {
  width: 100%;
}
.record-details-container .recorder-experience table th {
  width: 25%;
}
.record-details-container .recorder-experience table td span {
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  border-radius: 4px;
  box-shadow: #aaa 0px 2px 4px 0px;
}
.record-details-container .recorder-experience table td span.exp-V {
  background-color: green;
}
.record-details-container .recorder-experience table td span.exp-C {
  background-color: silver;
}
.record-details-container .recorder-experience table td span.exp-R {
  background-color: red;
}
.record-details-container .recorder-experience table td a {
  min-width: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  66% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.verification-popup textarea {
  min-width: 400px;
}

.field-taxon--accepted-name, .field-taxon--species {
  font-style: italic;
}

/* Progress spinner */
.progress-circle-container {
  width: 180px;
  margin: auto;
  position: relative;
  display: none;
}
.progress-circle-container svg {
  height: 180px;
  width: 180px;
}
.progress-circle-container .progress-text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  font-size: 20px;
  top: 80px;
}
.progress-circle-container circle.circle {
  stroke-width: 12px;
  stroke: #49B8D3;
  fill: #B1DBE5;
}
.progress-circle-container.download-done circle.circle {
  stroke: #49D3B8;
  fill: #B1E5DB;
}

.page-notice {
  padding: 0.3em;
  display: block;
  margin-bottom: 1em;
}
.page-notice.ui-state-default {
  background-color: lightyellow;
}
.page-notice.ui-state-highlight {
  border-color: #fdae61;
  background-color: #ffefdf;
  color: #333;
}
.page-notice p {
  margin: 0.5em 1.5em 0.5em 1.5em;
}
.page-notice span.ui-icon {
  float: left;
}
.page-notice span.fas, .page-notice span.far {
  font-size: 150%;
}

label, form label {
  width: 160px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 8px 0;
  font-weight: bold;
}

form input:not([type=submit]), form select, form textarea, #form-params textarea, .timeEntry_control,
.inline-control, button.inline-control, input.inline-control {
  vertical-align: top;
  margin: 4px 0;
  display: inline;
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.helpText {
  margin-left: 164px;
}

/* Required asterisk can be large */
.deh-required {
  font-size: 150%;
}

/* Control box is div class used to group controls with a single label, e.g. hierarchical select. */
.control-box {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* Some default button spacing. */
.indicia-button {
  padding: 0.3em 1.5em;
  margin: 0.25em;
  min-height: 23px;
  width: auto;
  line-height: 1.5;
}

/* Find-me icon position inside edge of sref control */
input.findme {
  padding-right: 18px;
}

#findme-icon {
  margin: 8px 0 0 -18px;
  vertical-align: top;
  padding-right: 2px;
}

/* Control sizing classes */
.control-width-0 {
  width: 25px !important;
  box-sizing: border-box;
}

.control-width-1 {
  width: 50px !important;
  box-sizing: border-box;
}

.control-width-2 {
  width: 100px !important;
  box-sizing: border-box;
}

.control-width-3 {
  width: 150px !important;
  box-sizing: border-box;
}

.control-width-4 {
  width: 200px !important;
  box-sizing: border-box;
}

.control-width-5 {
  width: 300px !important;
  box-sizing: border-box;
}

.control-width-6 {
  width: 500px !important;
  box-sizing: border-box;
}

.loading-spinner {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(230, 230, 230, 0.6);
  /* Mod the loading spinner to only appear if a delay > 1s */
  animation: 1.5s fadeIn;
  animation-fill-mode: forwards;
  visibility: hidden;
  /* :not(:required) hides these rules from IE9 and below */
}
.loading-spinner div:not(:required) {
  /* hide "loading..." text */
  color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
}
.loading-spinner div:not(:required):after {
  content: "";
  width: 1em;
  height: 1em;
  font-size: 15px;
  display: block;
  left: -50%;
  top: -50%;
  position: absolute;
  -webkit-animation: spinner 2500ms infinite linear;
  -moz-animation: spinner 2500ms infinite linear;
  -ms-animation: spinner 2500ms infinite linear;
  -o-animation: spinner 2500ms infinite linear;
  animation: spinner 2500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 3em 0 0 0, rgba(0, 0, 0, 0.5) 2.2em 2.2em 0 0, rgba(0, 0, 0, 0.6) 0 3em 0 0, rgba(0, 0, 0, 0.5) -2.2em 2.2em 0 0, rgba(0, 0, 0, 0.4) -3em 0 0 0, rgba(0, 0, 0, 0.5) -2.2em -2.2em 0 0, rgba(0, 0, 0, 0.6) 0 -3em 0 0, rgba(0, 0, 0, 0.5) 2.2em -2.2em 0 0;
  box-shadow: rgba(0, 0, 0, 0.4) 3em 0 0 0, rgba(0, 0, 0, 0.5) 2.2em 2.2em 0 0, rgba(0, 0, 0, 0.6) 0 3em 0 0, rgba(0, 0, 0, 0.5) -2.2em 2.2em 0 0, rgba(0, 0, 0, 0.4) -3em 0 0 0, rgba(0, 0, 0, 0.5) -2.2em -2.2em 0 0, rgba(0, 0, 0, 0.6) 0 -3em 0 0, rgba(0, 0, 0, 0.5) 2.2em -2.2em 0 0;
}

/* Animation for loading overlay */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.olMap img {
  border: none !important;
}
.olMap .layersDiv {
  border-radius: 6px;
}
.olMap .layersDiv input, .olMap .layersDiv label.olButton {
  display: inline-block;
  width: auto;
  max-width: 150px;
}

div.olControlEditingToolbar div {
  background-image: url("../images/map-toolbar.png");
  width: 24px;
  height: 22px;
  margin: 5px 2px;
}
div.olControlEditingToolbar .olControlNavigationItemInactive {
  background-position: 0px 0px;
}
div.olControlEditingToolbar .olControlNavigationItemActive {
  background-position: 0px -23px;
}
div.olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive {
  background-position: -25px 0px;
}
div.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive {
  background-position: -25px -23px;
}
div.olControlEditingToolbar .olControlDrawFeaturePathItemInactive {
  background-position: -50px 0px;
}
div.olControlEditingToolbar .olControlDrawFeaturePathItemActive {
  background-position: -50px -23px;
}
div.olControlEditingToolbar .olControlDrawFeaturePointItemInactive {
  background-position: -75px 0px;
}
div.olControlEditingToolbar .olControlDrawFeaturePointItemActive {
  background-position: -75px -23px;
}
div.olControlEditingToolbar .olControlSelectFeatureItemInactive {
  background-position: -100px 0px;
}
div.olControlEditingToolbar .olControlSelectFeatureItemActive {
  background-position: -100px -23px;
}
div.olControlEditingToolbar .olControlModifyFeatureItemInactive {
  background-position: -125px 0px;
}
div.olControlEditingToolbar .olControlModifyFeatureItemActive {
  background-position: -125px -23px;
}
div.olControlEditingToolbar .olControlClearLayerItemInactive {
  background-position: -150px 0px;
}
div.olControlEditingToolbar .olControlClearLayerItemActive {
  background-position: -150px -23px;
}
div.olControlEditingToolbar .olControlClickSrefItemInactive {
  background-position: -175px 0px;
}
div.olControlEditingToolbar .olControlClickSrefItemActive {
  background-position: -175px -23px;
}
div.olControlEditingToolbar .olControlFullscreenItemInactive {
  background-position: -200px 0px;
}
div.olControlEditingToolbar .olControlFullscreenItemActive {
  background-position: -200px -23px;
}

/* Click tolerance input */
label#click-buffer {
  position: absolute;
  top: 8px;
  width: auto;
  margin: 0 4px;
  background: white;
  opacity: 0.7;
  z-index: 9999;
  float: left !important;
}

.dm-uploader {
  margin-bottom: 15px;
  padding: 15px;
  border: dashed silver 3px;
}
.dm-uploader.active {
  border-color: lightcoral;
}
.dm-uploader .btn {
  float: left;
  margin-right: 15px;
}

#uploaded-files {
  position: relative;
}
#uploaded-files .remove-file {
  position: absolute;
  top: 6px;
  /* x 3 to allow for file icon which is also padded - we want to move inside the edge. */
  left: 18px;
  height: 28px;
  width: 28px;
  border: solid darkgray 2px;
  color: darkgrey;
  border-radius: 14px;
  background-color: white;
  padding: 6px;
  cursor: pointer;
}
#uploaded-files .remove-file:hover {
  border-color: lightcoral;
  background-color: silver;
  color: black;
}

#file-upload-form {
  margin-bottom: 15px;
}

#matching-area {
  margin-bottom: 15px;
}

.background-processing .panel-heading progress {
  margin-bottom: 0;
}
.background-processing .panel-body {
  height: 150px;
  overflow-y: auto;
}
.background-processing .panel-body p {
  margin-bottom: 4px;
}

#summary-form dl {
  margin: 15px;
  max-width: 700px;
}
#summary-form dl dt, #summary-form dl dd {
  margin: 8px 1%;
  display: inline-block;
  vertical-align: top;
}
#summary-form dl dt table thead th, #summary-form dl dd table thead th {
  padding-top: 0;
}
#summary-form dl dt {
  width: 38%;
}
#summary-form dl dd {
  width: 58%;
}
#summary-form .fa-stop, #summary-form .fa-triangle-exclamation {
  color: #770000;
}
#summary-form .fa-play {
  color: #007700;
}
#summary-form .body-title {
  background: #e7e7e7;
}

/* Tidy dialogs */
div.fancybox-content {
  padding: 15px;
}
div.fancybox-content h2 {
  margin-top: 0;
  font-size: 2rem;
}

/* Provide some basic Bootstrap style classes */
.alert {
  padding: 4px;
  margin: 4px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}
.alert.alert-info {
  border-color: #5577ff;
  background-color: #eef1ff;
}
.alert.alert-warning {
  border-color: #ffc455;
  background-color: #fff9ee;
}
.alert.alert-danger {
  border-color: #ff7777;
  background-color: white;
}
.alert .fas, .alert .far {
  margin: 8px;
}

.panel {
  margin: 4px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}
.panel .panel-heading, .panel .panel-body {
  padding: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.panel.panel-info {
  border-color: #5577ff;
}
.panel.panel-info .panel-heading {
  background-color: #eef1ff;
}
.panel.panel-warning {
  border-color: #ffc455;
}
.panel.panel-warning .panel-heading {
  background-color: #fff9ee;
}
.panel.panel-danger {
  border-color: #ff7777;
}
.panel.panel-danger .panel-heading {
  background-color: white;
}

.btn {
  padding: 6px 12px;
}
.btn.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

a.btn {
  border: solid silver 1px;
  border-radius: 2px;
}

/* Data value lists */
@media (min-width: 768px) {
  .dl-horizontal dt, .dl-horizontal dd {
    line-height: 1.42;
  }
  .dl-horizontal dt {
    font-weight: bold;
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
.form-group label {
  width: auto;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  border: solid #ccc 1px;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  margin: 0;
}

.thumbnail {
  border: solid silver 1px;
  border-radius: 3px;
  padding: 4px;
  margin: 8px;
  text-align: center;
  display: inline-block;
}
.thumbnail a {
  border-bottom: none;
}
.thumbnail .caption {
  margin: 0;
}
.thumbnail .caption * {
  text-align: center;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

progress.progress {
  height: 20px;
  border: 0px none;
  background-color: silver;
  color: #337ab7;
  border-radius: 4px;
}

progress.progress::-webkit-progress-bar {
  background-color: silver;
  border-radius: 4px;
}

progress.progress::-webkit-progress-value {
  background-color: #337ab7;
  border-radius: 4px;
}

progress.progress::-moz-progress-bar {
  background-color: #337ab7;
  border-radius: 4px;
}

/*# sourceMappingURL=theme-generic.css.map */
