/* mit Werbung @partner-right: 120px;*/
:root {
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-left: env(safe-area-inset-left, 0px);
  --safe-right: env(safe-area-inset-right, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* http://paletton.com */
/* https://wiki.selfhtml.org/wiki/Grafik/Farbpaletten */
/* LESS - http://lesscss.org style sheet */
/* Palette color codes */
/* Palette URL: http://paletton.com/#uid=73v280klyHwb4UjgSO0pVAUw6vl */
/* Feel free to copy&paste color codes to your application */
/* MIXINS */
/* As hex codes */
/* Main Primary color */
/* Main Secondary color (1) */
/* Main Secondary color (2) */
/* Main Complement color */
/* As RGBa codes */
/* Main Primary color */
/* Main Secondary color (1) */
/* Main Secondary color (2) */
/* Main Complement color */
/* Generated by Paletton.com Â© 2002-2014 */
/* http://paletton.com */
/* IOS-spezifisch */
html,
body {
  height: 100%;
  padding: 0;
}
body {
  margin: auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  -webkit-touch-callout: none;
}
header {
  clear: left;
  text-align: center;
  white-space: nowrap;
}
footer {
  clear: left;
  white-space: nowrap;
}
.clear {
  clear: both;
}
#action {
  text-align: left;
  width: calc(100% - var(--safe-left));
}
@media only screen and (min-width: 568px) {
  #action {
    left: calc(150px + var(--safe-left));
    width: calc(100% - var(--safe-left) -  150px);
  }
}
#action .pure-button {
  margin: 10px 1% 0 1%;
  width: 21%;
  overflow: hidden;
  text-align: center;
  font-size: 80%;
  height: 40px;
}
.header {
  padding: 0;
  margin: 0;
  color: hsl(0, 0%, 25%);
  background-color: hsl(0, 0%, 96.4%);
  text-align: center;
  border-bottom: 1px solid hsl(0, 0%, 96.4%);
  top: 52px;
  left: var(--safe-left);
  width: calc(100% - var(--safe-left) - var(--safe-right) -  30px);
  height: 60px;
  position: fixed !important;
  z-index: 800;
  padding-top: calc(var(--safe-top) + 0px);
}
@media only screen and (min-width: 568px) {
  .header {
    left: calc(150px + var(--safe-left));
    width: calc(100% - var(--safe-left) - var(--safe-right) -  175px);
  }
}
.pure-flex-rw {
  display: flex;
  flex-flow: row wrap;
}
#partner {
  float: right;
}
main3 {
  flex: 1 1 auto;
  /*For IE11*/
  display: flex;
  line-height: 1;
}
.content {
  padding: 0;
  height: 100%;
  /*max-width: 800px;*/
  line-height: 1.6em;
  width: calc(100% -  4px);
  top: 52px;
}
#iosStatusbar {
  top: 0px;
  height: var(--safe-top);
  width: 100%;
  background-color: #6EAFDA;
  position: fixed !important;
  z-index: 1001;
}
#top {
  position: fixed !important;
  top: calc(var(--safe-top) + 0px);
  left: calc(var(--safe-left) + 52px);
  z-index: 900;
  /* so the menu or its navicon stays above all content */
  width: calc(100%  - var(--safe-left) - var(--safe-right) -  52px);
  background: #0965A0;
  font-size: 110%;
  text-transform: uppercase;
  color: hsl(0, 0%, 96.4%);
  margin: 0;
  height: 52px;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 568px) {
  #top {
    left: calc(var(--safe-left) +  150px);
    width: calc(100% - var(--safe-left) - var(--safe-right) -  150px);
  }
}
footer {
  z-index: 1000;
  /* so the menu or its navicon stays above all content */
  background: hsl(0, 0%, 46.4%);
  color: hsl(0, 0%, 89.3%);
  bottom: 0;
  position: fixed !important;
  position: absolute;
  left: var(--safe-left);
  bottom: var(--safe-bottom);
  height: 52px;
  width: calc(100% - var(--safe-left) - var(--safe-right));
  /* padding: 0 10px 0 10px; */
}
#infoMessage {
  z-index: 2000;
  /* so the info stays above all content */
  background: hsl(0, 0%, 46.4%);
  color: hsl(0, 0%, 89.3%);
  bottom: 0px;
  position: fixed !important;
  position: absolute;
  width: 100%;
  -webkit-animation: fadein 5s;
  /* Safari 4.0 - 8.0 */
  animation: fadein 5s;
  display: none;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}
@-webkit-keyframes fadein {
  0% {
    bottom: -52px;
    height: 52px;
    opacity: 0;
  }
  10% {
    bottom: 0px;
    height: 52px;
    opacity: 1;
  }
  90% {
    bottom: 0px;
    height: 52px;
    opacity: 1;
  }
  100% {
    bottom: 52px;
    height: 0px;
    opacity: 0;
  }
}
/* Standard syntax */
@keyframes fadein {
  0% {
    bottom: -52px;
    height: 52px;
    opacity: 0;
  }
  10% {
    bottom: 0px;
    height: 52px;
    opacity: 1;
  }
  90% {
    bottom: 0px;
    height: 52px;
    opacity: 1;
  }
  100% {
    bottom: 52px;
    height: 0px;
    opacity: 0;
  }
}
#info-sync {
  float: left;
  width: 52%;
  display: block;
  padding: 2px 0 2px 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#info-dev {
  float: left;
  width: 52%;
  display: block;
  padding: 2px 0 2px 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: hsl(0, 0%, 64.3%);
}
#info-version {
  float: left;
  width: 20%;
}
#info-dev[state=offline] {
  background-color: #FFA6A9;
}
#info-dev[state=online] {
  background-color: transparent;
}
#info-sync[state=syncing] {
  background-color: #FA8B00;
}
#infoMessage[state=error],
#info-sync[state=error] {
  background-color: #F70006;
}
#infoMessage[state=warning] {
  background-color: #FA8B00;
}
#infoMessage[state=ok] {
  background-color: #32D729;
}
#info-sync[state=eLogin] {
  background-color: #FFA6A9;
}
#record_show {
  width: 100%;
  padding: 10px 0;
  background-color: #9FCEEC;
  margin-top: 2px;
}
#appTitle {
  float: right;
  padding-top: 0.6em;
  width: calc(100% -  352px);
  white-space: nowrap;
  text-align: center;
}
.title-button {
  float: left;
  font-size: 200%;
  font-weight: bold;
  border: none;
  width: 48px;
  height: 48px;
  display: block;
  margin: 2px 2px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.app-button {
  float: left;
  font-size: 200%;
  font-weight: bold;
  padding: 0;
  width: 48px;
  height: 48px;
  display: block;
  margin: 10px;
  border: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
div.container {
  width: 100%;
  border: 1px solid hsl(0, 0%, 64.3%);
}
.header h1 {
  margin: 0.2em 0;
  font-size: 3em;
  font-weight: 300;
}
.header h2 {
  font-weight: 300;
  color: hsl(0, 0%, 89.3%);
  padding: 0;
  margin-top: 0;
}
.headerR {
  float: right;
}
#todoapp {
  width: 100%;
}
#page2 {
  display: none;
}
.pageFix {
  padding: 52px 20px 62px 20px;
  display: none;
}
#singledata {
  /*    position: fixed; top: 6em; left: 0px; */
  width: 100%;
  /*max-width: 34em;*/
  float: left;
  margin: 0;
  padding: 0 0 0 0;
  padding-top: calc(var(--safe-top) + 112px);
  padding-bottom: calc(var(--safe-bottom) + 52px);
}
#bc1,
#as1 {
  float: left;
}
#bc_search {
  width: calc(100% -  148px);
  float: left;
  padding: 8px 0 0 4px;
}
#as_search {
  width: calc(100% -  186px);
  float: left;
  padding: 8px 0 0 4px;
}
#bc_text,
#as_text {
  margin: 0;
}
#appScan {
  float: left;
}
#datalist {
  padding: 0;
  padding-top: calc(var(--safe-top) + 112px);
  padding-bottom: calc(var(--safe-bottom) + 104px);
  /*margin-left: 34em;
border-left: 1px solid gray;*/
  overflow: auto;
}
#datalistScroll {
  width: 100%;
}
#f_ooter {
  width: 50%;
  color: hsl(0, 0%, 64.3%);
  padding: 0 15px;
  position: absolute;
  right: 0;
  bottom: -31px;
  left: 0;
  height: 50px;
  z-index: 1;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
td,
th {
  border: 1px solid hsl(0, 0%, 89.3%);
  text-align: left;
  padding: 8px;
}
/*
tr:nth-child(even) {
background-color: @grayDD;
}
*/
form div {
  border: none;
}
fieldset {
  width: 100%;
  padding: 1em;
  background: hsl(0, 0%, 96.4%);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* Webkit */
  background: -webkit-gradient(linear, left top, left bottom, from(hsl(0, 0%, 96.4%)), to(hsl(0, 0%, 96.4%)));
  /* Firefox */
  background: -moz-linear-gradient(top, hsl(0, 0%, 96.4%), hsl(0, 0%, 96.4%));
  background: linear-gradient(top, hsl(0, 0%, 96.4%), hsl(0, 0%, 96.4%));
  /* Internet Explorer < 8 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=@grayFF, endColorstr=@col_fieldset_bkg);*/
  /* IE 8 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=@grayFF, endColorstr=@col_fieldset_bkg)";*/
}
legend {
  background: white;
  padding: 0.6em;
  border: 1px solid lightgray;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
label {
  width: 6em;
  display: inline-block;
  text-align: right;
}
div > label:first-child,
section > label:first-child {
  width: 8em;
  text-align: left;
  padding-top: 0.3em;
  vertical-align: top;
}
input,
select,
textarea {
  width: 90%;
  padding: 0.3em;
  border: 1px solid lightgray;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (min-width: 568px) {
  input,
  select,
  textarea {
    width: calc(100% -  12em);
  }
}
input:hover,
select:hover,
textarea:hover {
  background: #FFD8A7;
  border: 1px solid hsl(0, 0%, 46.4%);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid hsl(0, 0%, 89.3%);
  -webkit-box-shadow: 0 0 10px rgba(32, 204, 255, 0.7);
  box-shadow: 0 0 10px rgba(32, 204, 255, 0.7);
  outline: none;
}
input#strasse {
  width: 18em;
}
input#ort {
  width: 17em;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  border: none;
  /* IE */
}
@media only screen and (max-width: 567px) {
  .pure-form input:not([type]),
  .pure-form input[type=password],
  .pure-form input[type=email],
  .pure-form input[type=url],
  .pure-form input[type=date],
  .pure-form input[type=month],
  .pure-form input[type=time],
  .pure-form input[type=datetime],
  .pure-form input[type=datetime-local],
  .pure-form input[type=week],
  .pure-form input[type=tel],
  .pure-form input[type=color],
  .pure-form input[type=number],
  .pure-form input[type=search],
  .pure-form input[type=text],
  .pure-form label {
    margin-bottom: 0.3em;
    display: inline-block;
  }
}
.deleteicon {
  position: relative;
}
.deleteicon span {
  position: absolute;
  display: block;
  top: 16px;
  right: 24px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.deleteicon input {
  padding-right: 16px;
  width: calc(100% -  2 * 8px);
  box-sizing: border-box;
}
#appSearchAnchor {
  padding: 8px 0;
}
#appSearch {
  padding: 8px 16px 8px 4px;
  width: calc(100% -  2 * 8px);
  height: 32px;
  box-sizing: border-box;
}
.form_short {
  width: 10em;
}
.form_4 {
  width: 4em;
}
.form_5 {
  width: 5em;
}
.form_check label {
  display: inline;
}
label[for^="news"] {
  display: inline;
}
.form_check input {
  margin-left: 7em;
}
input#news_ja,
input#news_nein {
  margin-left: 7em;
}
input[type="button"] {
  width: 24%;
}
input[type="submit"],
input[type="reset"] {
  width: 10em;
  padding: 0.6em;
  background: hsl(0, 0%, 96.4%);
  border: 1px solid hsl(0, 0%, 78.5%);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  /* Webkit */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #fafafa), color-stop(1, #cccccc));
  /* Firefox */
  background-image: -moz-linear-gradient(top, #fafafa 10%, #cccccc 100%);
  -webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
input[type="submit"] {
  margin-left: 10em;
  margin-right: 0.2em;
  font-weight: bold;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
  border-color: #32D729;
  color: #32D729;
}
input[type="reset"]:hover,
input[type="reset"]:focus {
  border-color: #FD3035;
  color: #FD3035;
}
input[type="submit"]:active,
input[type="reset"]:active {
  /* Webkit */
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.1, #fafafa), color-stop(1, #cccccc));
  /* Firefox */
  background-image: -moz-linear-gradient(bottom, #fafafa 10%, #cccccc 100%);
}
#dbinfoBtn {
  float: right;
}
#loading {
  display: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 999;
  border: 0.25rem solid rgba(50, 50, 50, 0.2);
  border-top-color: #323232;
  animation: spin 1s infinite linear;
}
#loading--double {
  border-style: double;
  border-width: 0.5rem;
}
.hidden {
  /*    display:none;*/
}
.t_seite {
  display: none;
}
#myTableList {
  table-layout: fixed;
}
#myTableList tbody tr td {
  padding: 1px;
}
.books-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  float: left;
  width: calc(100% -  24px);
}
@media only screen and (min-width: 568px) {
  .books-title {
    width: calc(100% -  32px);
  }
}
.books-favor {
  width: 24px;
  float: right;
  font-size: 24px;
}
@media only screen and (min-width: 568px) {
  .books-favor {
    width: 32px;
    font-size: 32px;
  }
}
.books-author100 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% -  0px);
}
.books-author {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(50% -  0px / 2);
  float: left;
}
.books-series {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(50% -  0px / 2);
  float: left;
}
.books-date {
  width: 120px;
  float: left;
}
.books-memo {
  width: calc(100% -  60px);
  float: left;
}
.books-image {
  width: auto;
  height: 80px;
  display: block;
  /*for the img inside your div */
  margin: 0 auto;
}
.books-img {
  width: 0px;
  margin-right: 0px;
  text-indent: -50%;
  overflow: hidden;
  float: left;
  display: none;
}
.books-state {
  width: 120px;
  float: left;
}
.books-timestamp {
  width: 60px;
  float: right;
  font-size: 66%;
}
#book-image {
  width: 8em;
  height: auto;
  display: block;
  /*for the img inside your div */
  margin: 0 auto;
  float: left;
}
#book-favor {
  width: 32px;
  float: right;
  font-size: 40px;
  padding: 10px 20px;
}
#book-buy {
  width: 192px;
  float: left;
  font-size: 11px;
  vertical-align: top;
  border: 0;
  padding: 5px;
}
#book-buy img {
  width: 32px;
  height: 32px;
  float: left;
  padding: 5px;
}
#book-buy a {
  display: block;
  text-decoration: none;
}
/* https://codepen.io/SitePoint/pen/hewAv 
schönes Scrollverhalten bei horizontalem Menü und sticky header*/
/*https://purecss.io/layouts/side-menu/# */
/* side-menu.css */
body {
  color: hsl(0, 0%, 46.4%);
}
.pure-img-responsive {
  max-width: 100%;
  height: auto;
}
/*
Add transition to containers so they can push in and out.
*/
#layout,
#menu,
.menu-link {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/*
This is the parent `<div>` that contains the menu and the content area.
*/
#layout {
  position: absolute;
  top: calc(var(--safe-top) + 0px);
  left: calc(var(--safe-left) + 0px);
  bottom: calc(var(--safe-bottom) + 52px);
  right: calc(var(--safe-right) + 1px);
  /* padding-left: 0; */
  /* padding-bottom: @footer-height; */
  /* height: 100%; */
  /* width: calc(~"100% - var(--safe-left) - " @layout-abzug ); */
}
@media only screen and (min-width: 568px) {
  #layout {
    padding-left: 150px;
    /* left col width "#menu" */
    /* width: calc(~"100% - var(--safe-left) - " @top-abzug-sm); */
  }
}
/* Only apply this when the window is small. Otherwise, the following case results in extra padding on the left:
* Make the window small.
* Tap the menu to trigger the active state.
* Make the window large again.
*/
@media only screen and (max-width: 567px) {
  #layout.active {
    position: relative;
    /*left: @menu-left;*/
  }
}
#layout.active #menu {
  left: 0;
}
#layout.active .menu-link {
  left: 150px;
}
/*
The content `<div>` is where all your content goes.
*/
.content-subhead {
  margin: 50px 0 20px 0;
  font-weight: 300;
  color: hsl(0, 0%, 64.3%);
}
/*
The `#menu` `<div>` is the parent `<div>` that contains the `.pure-menu` that
appears on the left side of the page.
*/
#menu {
  /*margin-left: -@menu-left ;*/
  /*width: calc(@menu-left + var(--safe-left));*/
  position: fixed;
  top: calc(var(--safe-top) + 0px);
  left: -150px;
  bottom: calc(var(--safe-bottom) + 52px);
  width: 150px;
  z-index: 950;
  /* so the menu or its navicon stays above all content */
  background: hsl(0, 0%, 25%);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (orientation: portrait) {
  #menu {
    /*.safe-padding-top();*/
  }
}
@media only screen and (min-width: 568px) {
  #menu {
    left: calc(var(--safe-left) + 0px);
  }
}
.right {
  float: right;
  width: 104px;
}
.left {
  float: left;
}
/*
All anchors inside the menu should be styled like this.
*/
#menu a {
  border: none;
  padding: 16px 0 16px 16px;
  height: 16px;
}
.pure-menu-link {
  color: hsl(0, 0%, 89.3%);
}
.pure-menu-link a {
  color: hsl(0, 0%, 89.3%);
}
.pure-menu-heading a {
  color: hsl(0, 0%, 96.4%);
}
/*
Remove all background/borders, since we are applying them to #menu.
*/
#menu .pure-menu,
#menu .pure-menu ul {
  border: none;
  background: transparent;
}
/*
Add that light border to separate items into groups.
*/
#menu .pure-menu ul,
#menu .pure-menu .menu-item-divided {
  border-top: 1px solid hsl(0, 0%, 25%);
}
/*
Change color of the anchor links on hover/focus.
#menu*/
.pure-menu li a:hover,
.pure-menu li a:focus {
  color: hsl(0, 0%, 96.4%);
  background: hsl(0, 0%, 64.3%);
}
/*
This styles the selected menu item `<li>`.
#menu*/
.pure-menu-selected,
.pure-menu-heading {
  background: #0965A0;
}
/*
This styles a link within a selected menu item `<li>`.
*/
#menu .pure-menu-item {
  height: 52px;
  padding-left: var(--safe-left);
}
.pure-menu-selected a {
  color: hsl(0, 0%, 96.4%);
}
/*
This styles the menu heading.
*/
.pure-menu-heading {
  font-size: 110%;
  color: hsl(0, 0%, 96.4%);
  margin: 0;
}
.pure-menu-horizontal .pure-menu-children {
  left: -138px;
  width: 190px;
}
/* -- Dynamic Button For Responsive Menu -------------------------------------*/
/*
The button to open/close the Menu is custom-made and not part of Pure. Here's
how it works:
*/
/*
`.menu-link` represents the responsive menu toggle that shows/hides on
small screens.
*/
.menu-link {
  left: calc(var(--safe-left) + 0px);
  position: fixed;
  display: block;
  /* show this only on small screens */
  background: hsl(0, 0%, 25%);
  font-size: 10px;
  /* change this value to increase/decrease button size */
  z-index: 1000;
  padding: calc((52px - 10px) / 2) 16px calc((52px - 10px) / 2) 16px;
  /*@media @portrait {
        .safe-padding-top(22px);padding: 21px 16px 21px 16px;
    }*/
  width: 20px;
  height: 10px;
}
@media only screen and (min-width: 568px) {
  .menu-link {
    position: fixed;
    left: 150px;
    display: none;
  }
}
.menu-link:hover,
.menu-link:focus {
  background: hsl(0, 0%, 46.4%);
}
.menu-link span {
  position: relative;
  display: block;
}
.menu-link span,
.menu-link span:before,
.menu-link span:after {
  background-color: hsl(0, 0%, 96.4%);
  width: 100%;
  height: 0.2em;
}
.menu-link span:before,
.menu-link span:after {
  position: absolute;
  margin-top: -0.6em;
  content: " ";
}
.menu-link span:after {
  margin-top: 0.6em;
}
.menu-link a {
  background: hsl(0, 0%, 25%);
}
.pure-menu-active > .pure-menu-link,
.pure-menu-link:focus,
.pure-menu-link:hover {
  background-color: transparent;
}
.pure-menu-disabled,
.pure-menu-heading,
.pure-menu-link {
  padding: 0;
}
/************ rechte Sortierleiste ***********/
#mySearchAZ {
  background: hsl(0, 0%, 89.3%);
  top: calc(var(--safe-top) + 52px);
  right: calc(var(--safe-right) + 0px);
  bottom: calc(var(--safe-bottom) + 52px);
  z-index: 800;
  /* so the menu or its navicon stays above all content */
  position: fixed !important;
  position: absolute;
  width: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 568px) {
  #mySearchAZ {
    right: calc(var(--safe-right) + 0px);
    width: 25px;
  }
}
.relative {
  position: relative;
}
.myTableAnchor {
  position: absolute;
  top: -112px;
}
.searchlist {
  text-align: center;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 0.5em;
}
.searchlink {
  text-align: center;
  display: block;
  height: 100%;
  text-decoration: none;
  font-size: 0.7em;
}
.searchlink:hover,
.searchlink:focus {
  /* background: #000;*/
}
#main1 {
  width: 100%;
}
/* -- Responsive Styles (Media Queries) ------------------------------------- */
#page1 {
  margin-left: 10px;
  width: calc(100% -  40px);
  padding-right: 30px;
}
@media only screen and (min-width: 568px) {
  #page1 {
    width: calc(100% -  35px);
    padding-right: 25px;
  }
}
#page2 {
  margin-left: 10px;
  width: calc(100% -  10px);
}
/*
Hides the menu at `48em`, but modify this based on your app's needs.
*/
@media (min-width: 600px) {
  .header {
    /*padding-left: 2em;*/
    /*padding-right: 2em;*/
  }
  footer {
    /*padding: 2px 40px 2px 40px;*/
  }
}
@media (max-width: 599px) {
  #xxmain {
    margin-left: 8px;
    width: calc(100% -  2 * 10px);
  }
  footer {
    /* padding: 2px; */
  }
}
/*******************************************************/
.droprow {
  background-color: hsl(0, 0%, 96.4%) !important;
  color: hsl(0, 0%, 25%);
  padding: 16px;
  font-size: 16px;
  border: none !important;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
}
.dropbtn {
  background-color: #0965A0;
  color: hsl(0, 0%, 96.4%);
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.dropbtn:hover,
.dropbtn:focus {
  background-color: #2B7EB4;
}
.dropdown {
  position: relative;
  display: inline-block;
  float: right;
  width: 51px;
}
.dropdownleft {
  position: relative;
  display: inline-block;
  float: left;
}
.inactive {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: hsl(0, 0%, 25%);
  background-color: #6EAFDA;
}
.drop-content {
  display: none;
  position: absolute;
  background-color: hsl(0, 0%, 96.4%);
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0px;
}
.drop-down {
  top: 52px;
}
.drop-up {
  bottom: 52px;
}
.drop-content a,
.drop-content label {
  color: hsl(0, 0%, 25%);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  width: 160px;
}
.dropdown a:hover,
.dropdown label:hover,
.dropdown select:hover {
  background-color: hsl(0, 0%, 89.3%);
}
.show {
  display: block;
}
.hide {
  display: none;
}
#overlay,
#overlayRestore {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  align-items: center;
  justify-content: center;
}
#overlay_content {
  width: 80%;
  height: 80%;
  padding: 20px;
  background-color: hsl(0, 0%, 96.4%);
  border-radius: 2em;
  border: 5px solid #2B7EB4;
}
.overlay {
  height: calc(100% -  50px);
}
#overlay_content label {
  width: 100%;
}
#overlay_content div.left {
  float: left;
}
#overlay_content div.right {
  float: right;
  width: unset;
}
#overlay_content div.center {
  margin: 0 auto;
  width: 150px;
}
.cordova-camera-capture {
  top: -80%;
  left: 20%;
}
.cordova-camera-capture button {
  left: -50%;
}
.console {
  clear: both;
}
.console-time {
  color: lightgray;
  float: left;
}
.console-trace {
  color: blue;
  float: right;
}
.console-log {
  color: black;
  float: left;
}
.console-error {
  color: darkred;
  float: left;
}
.console-warn {
  color: yellow;
  float: left;
}
.console-info {
  color: forestgreen;
  float: left;
}
.console-debug {
  color: mediumorchid;
  float: left;
}
.primary-1 {
  background-color: #9FCEEC;
}
.primary-2 {
  background-color: #6EAFDA;
}
.primary-0 {
  background-color: #4995C7;
}
.primary-3 {
  background-color: #2B7EB4;
}
.primary-4 {
  background-color: #0965A0;
}
.secondary-1-1 {
  background-color: #FFA6A9;
}
.secondary-1-2 {
  background-color: #FE787C;
}
.secondary-1-0 {
  background-color: #FE5357;
}
.secondary-1-3 {
  background-color: #FD3035;
}
.secondary-1-4 {
  background-color: #F70006;
}
.secondary-2-1 {
  background-color: #A4F5A0;
}
.secondary-2-2 {
  background-color: #75EB6F;
}
.secondary-2-0 {
  background-color: #51E14A;
}
.secondary-2-3 {
  background-color: #32D729;
}
.secondary-2-4 {
  background-color: #0ACA00;
}
.complement-1 {
  background-color: #FFD8A7;
}
.complement-2 {
  background-color: #FFC479;
}
.complement-0 {
  background-color: #FFB353;
}
.complement-3 {
  background-color: #FFA431;
}
.complement-4 {
  background-color: #FA8B00;
}
.gray-0 {
  background-color: #000000;
}
.gray-1 {
  background-color: hsl(0, 0%, 25%);
}
.gray-2 {
  background-color: hsl(0, 0%, 46.4%);
}
.gray-3 {
  background-color: hsl(0, 0%, 64.3%);
}
.gray-4 {
  background-color: hsl(0, 0%, 78.5%);
}
.gray-5 {
  background-color: hsl(0, 0%, 89.3%);
}
.gray-6 {
  background-color: hsl(0, 0%, 96.4%);
}
.gray-7 {
  background-color: #ffffff;
}
.password-strength {
  width: 33%;
  padding-left: 8.3em;
}
meter {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 auto 1em;
  height: 0.5em;
  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}
meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}
/* Webkit based browsers */
/* Gecko based browsers */
meter[value="1"]::-webkit-meter-optimum-value,
meter[value="1"]::-moz-meter-bar {
  background: red;
}
meter[value="2"]::-webkit-meter-optimum-value,
meter[value="2"]::-moz-meter-bar {
  background: #ff4000;
}
meter[value="3"]::-webkit-meter-optimum-value,
meter[value="3"]::-moz-meter-bar {
  background: #ffb600;
}
meter[value="4"]::-webkit-meter-optimum-value,
meter[value="4"]::-moz-meter-bar {
  background: yellow;
}
meter[value="5"]::-webkit-meter-optimum-value,
meter[value="5"]::-moz-meter-bar {
  background: green;
}
body {
  -ms-overflow-style: scrollbar;
}
@media print {
  #action,
  #footer,
  .dropdown,
  .menuPos,
  .menulink,
  .menu,
  .pure-menu-heading,
  .pure-menu-item {
    display: none;
  }
}
