
/* ------------------------------------------- general ------------------------------------------- */
table {
    border-collapse: collapse;
}

table td,th {
    padding: 1px 15px;
    height: 32px;
}

th {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-collapse: collapse;
}

div.headline {
    height: 64px;
    vertical-align: middle;
    font-size: 32px;
    text-decoration: underline;
}

/* acc-mngmt */
table.login {
    font-family: Arial;
}

table.login button {
    background-color: #EBEBEB;
    border-radius: 16px;
    border-width: 1px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    padding: 0px 32px;
    cursor: pointer;
}
table.login button:hover {
    background-color: #E0E0E0;
    box-shadow: 1px 1px 2px #CDCDCD;
}

div#logout {
    position: absolute;
    right: 64px;
    top: 8px;
    font-size: 12px;
}

/* general */

#cookieConfirmation {
  position: fixed;                   /* damit es beim Scrollen nicht verschoben wird */
  bottom: -30%;                         /* soll am oberen Bildschirmrand beginnen */
  left: 0px;                         /* 310px sind pers. Pr�ferenz || +2px wegen box-shadow */
  height: 30%;                       /* soll 100% der Bilschirmh�he einnehmen (manchmal ist das untere Ende des DIVs sichtbar -> solange H�he vergr��ern bis nicht mehr sichtbar) */
  width: 100%;                       /* s.o. */
  box-shadow: 0px 2px 1px #000;      /* pers. Pr�ferenz */
  transition: top 0.8s;              /* pers. Pr�ferenz */
  z-index: 5;                        /* damit das Men� immer im Vordergrund ist (aufpassen, falls andere Elemente mit 'z-Index' bereits in den Vordergrund geholt wurden) */
  background-color: white;           /* sonst ist das Men� transparent */
  border-top: 2px solid #grey;
}

/* ------------------------------------------- Admin-Menu ------------------------------------------ */
td.adminMenuTabs {
  text-align: center;
  background-color: grey;
  color: white;
}

/* ------------------------------------------- User-Menu -------------------------------------------- */
#slideMenuLeft {
  position: fixed;                   /* damit es beim Scrollen nicht verschoben wird */
  top: 0;                            /* soll am oberen Bildschirmrand beginnen */
  left: -332px;                      /* 310px sind pers. Pr�ferenz || +2px wegen box-shadow */
  height: 100%;                      /* soll 100% der Bilschirmh�he einnehmen (manchmal ist das untere Ende des DIVs sichtbar -> solange H�he vergr��ern bis nicht mehr sichtbar) */
  width: 330px;                      /* s.o. */
  box-shadow: 0px 2px 1px #000;      /* pers. Pr�ferenz */
  transition: left 0.5s;             /* pers. Pr�ferenz */
  z-index: 5;                        /* damit das Men� immer im Vordergrund ist (aufpassen, falls andere Elemente mit 'z-Index' bereits in den Vordergrund geholt wurden) */
  background-color: white;            /* sonst ist das Men� transparent */
}

#slideMenuLeft table {
    width: 100%;
    background-color: #E0E0E0;
    line-height: 50px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

#slideMenuLeft tr:not(:first-child) {
  border-bottom:1px solid #EFEFEF;
}

#slideMenuLeft tr:not(:first-child):hover {
/*  background-color: #FFCC99; */
  background-color: #FFCE00;
  cursor: pointer;
}

#slideMenuLeft td.icon {
  width: 20%;
  text-align: center;
}

#menuBtn {
  width:35px;
  position: absolute;
  top: 50px;
  left: 50px;
  cursor: pointer;
  border-radius: 2px;
  text-align: center;
}
#menuBtn:hover {
  box-shadow: 1px;
}

#homeBtn {
  width:35px;
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  border-radius: 2px;
  text-align: center;
}


/* ------------------------------------------- fw_style ------------------------------------------- */

body {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
}

td {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
}

h1 {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
}

small {
        font-family: 'Open Sans', sans-serif;
        font-size: 8px;
}

a:link {color: #202020}
a:visited {color: #202020}
a:active {color: #202020}
a:hover {color: #000000}

.button_sort {
  background-color: #E0E0E0;
  border: none;
  color: #000000;
  border-radius: 4px;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  margin: 2px 1px;
  cursor: pointer;
}

.button_green_small {
  background-color: #4CAF50;
  border: none;
  color: #000000;
  border-radius: 6px;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 3px 1px;
  cursor: pointer;
}

.button_red_small {
  background-color: #FF4040;
  border: none;
  color: #000000;
  border-radius: 6px;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 3px 1px;
  cursor: pointer;
}

.button_green {
  background-color: #4CAF50;
  border: none;
  color: #000000;
  border-radius: 8px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
}

.button_red {
  background-color: #FF4040;
  border: none;
  color: #000000;
  border-radius: 8px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
}

.button_yellow {
  background-color: #FFCE00;
  border: none;
  color: #000000;
  border-radius: 8px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
}


/* ------------------------------------------- autocomplete ------------------------------------------- */


* {
  box-sizing: border-box;
}


/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}

input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type=submit] {
  background-color: #FFCE00;
  color: #000000;
  cursor: pointer;
}
input[type=submit]:disabled {
  background-color: #FFE370;
  color: #D8D8D8;
  cursor: default;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}
