/**** Bootstrap Basisseite ****/

html,
body {
  height: 100%;
}

body {
    background-color: #f5f5f5;
}

.site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
    color: #999;
    transition: ease-in-out color .15s;
}
.site-header a:hover {
    color: #fff;
    text-decoration: none;
}

/**** Bootstrap Login ****/
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-floating:focus-within {
    z-index: 2;
}
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/**** Bootstrap Tabelle ****/

.table {
    text-align: left;
}

.content_table th {
    text-align: left;
    background-color: #E3E4E5;
    padding-left: 3px;
    height:20px;
}
.content_table td {
    background-color: #F5F5F5;
    padding-left: 3px;
}


#div_bottom {
    color: #ccc;
    position:absolute;
    bottom:0px;
    padding-bottom: 10px;
    font-size: 12px;
    text-align: center;
    width:100%;
}

#messages {
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	width:100%;
	min-height:16px;
	border-bottom:solid 1px red;
	background-color:yellow;
	color:black;
	font-size:12px;
	padding: 6px 10px;
	display: none;
}
#message {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height:15px;
}

/* --- Menü inkl. Reiter --- */
#menu {
    position:absolute;
    top: 20px;
    left: 20px;
    margin-right: 175px;
}
#menu div {
    background-color: #E3E4E5;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin-right:2px;
    margin-bottom: 1px;
}
#menu div:hover {
    background-color: #aaaaff;
}
.menu_start {
    -webkit-border-top-left-radius: 60px;
    -moz-border-radius-topleft: 60px;
    border-top-left-radius: 60px;
    padding-left: 30px;
}
.menu_end {
    -webkit-border-bottom-right-radius: 60px;
    -moz-border-radius-bottomright: 60px;
    border-bottom-right-radius: 60px;
}

/* --- Logo oben rechts --- */
#ppl_logo {
    background-image: url('images/ppgroup.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    position:absolute;
    top:10px;
    right:10px;
    width:160px;
    height:65px;
}

/* --- WTF ?????? --- */
#date_table {
    margin-top: 20px;
    overflow: scroll;
    width: 800px;
    height: 300px;
}
#date_table th{
   background-color:  #C3C4C5;
   font-size: 12px;
   padding: 2px;
}
#date_table td{
   background-color:  #E3E4E5;
   font-size: 12px;
   padding: 2px;
}


/* --- Farbige Tabelle, zum beispiel die Tourentabelle, jede Zeile unterschiedlich --- */
.colorTable, .darkTable {
    empty-cells: show;
    width: 90%;
    border-spacing: 0px;
    padding: 0px;
    text-align: left;
}
.colorTable th, .darkTable th{
    background-color: #fecc00;
    height:25px;
    font-weight: normal;
    border-bottom: solid brown 1px;
}
.colorTable td:nth-child(1), .colorTable th:nth-child(1), .darkTable td:nth-child(1), .darkTable th:nth-child(1)  {
    padding-left:3px;
}
.colorTable tr:nth-child(odd){
    background-color: #e0f0e0;
}
.darkTable tr:nth-child(odd) td{
    background-color: silver;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
}
.colorTable tr:nth-child(even), .darkTable tr:nth-child(even){
    background-color: #eafaea;
}

.colorTable tr:hover, .darkTable tr:hover{
    background-color: #aaaaff;
}
.colorTableButton, .colorTableButtonWH {
    display:inline-block;
    height:30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top:2px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
    background-color: #B3B4B5;
    border-bottom: solid 1px #000;
}
.colorTableButton {
    cursor:pointer;
}
.colorTableButton:hover{
    background-color: #aaaaff;
}

/* --- Das Hauptmenü mit seinen Kacheln --- */
.hauptmenue {
    width:90%;
    text-align: center;
}
.hauptmenue img{
    width: 100px;
}
.hauptmenue div{
    padding:10px;
    cursor:pointer;
    text-align: center;
    display: inline-block;
    color: #999;
}
.hauptmenue div:hover{
    text-decoration: underline;
}

/* --- TourTable --- */
.tourTable th{
     border: 1px solid #eee;
     background-color: #ccc;
     font-weight: normal;
     text-align: left;
     width: 150px;
     padding-left: 3px;
}
.tourTable td{
    border: 1px solid #eee;
    text-align: right;
    padding-right: 3px;
    width:360px;
}

#tour_fehler {
    color: #ff0000;
}

#dispo {
    margin-top: 10px;
    margin-bottom: 30px;
    border: solid 1px #777;
    width: 955px;
    height: 400px;
    overflow: scroll;
}

#dispo_table {
    border-spacing: 0px;
    border-collapse: collapse;
}
#dispo_table th{
    border: solid 1px #bbb;
    padding: 1px;
    background-color: #00f54d;
    font-size: 12px;
}
#dispo_table td{
    border: solid 1px #bbb;
    padding: 1px;
    font-size: 12px;
}

/* --- Vorbereitungstabelle --- */
.vorbereitungsTable {
    empty-cells: show;
    width: 90%;
    border-spacing: 0px;
    padding: 0px;
    text-align: left;
}
.vorbereitungsTable th {
    background-color: #fecc00;
    height:25px;
    font-weight: normal;
    border-bottom: solid brown 1px;
}
.vorbereitungsTable tr{
    background-color: #eafaea;
}
.vorbereitungsTable div{
    border: solid 1px #000;
    width:90%;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    margin-top: 2px;
    cursor: pointer;
}
.divVorbereitung_0, tr.divVorbereitung_0 td{
    background-color: red;
    color: #000;
}
.divVorbereitung_1, tr.divVorbereitung_1 td{
    background-color: #bae800;
    color: #000;
}
.divVorbereitung_6, tr.divVorbereitung_6 td{
    background-color: green;
    color: #000;
}
.divVorbereitung_7, tr.divVorbereitung_7 td{
   background-color: lightgreen;
   color: #000;
}
.divVorbereitung_8, tr.divVorbereitung_8 td{
   background-color: blue;
   color: #000;
}
.divVorbereitung_warnung, tr.divVorbereitung_warnung td{
   background-color: pink;
   color: #000;
}

.blinken {
  animation: blinker 1s  infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 20px;
    z-index: 9999999;
    box-shadow: 10px 10px 15px grey;
}
.dropdown-content p{
    margin: 0;
    padding: 0;
}
.dropdown-content div{
    cursor:pointer;
    width:100%;
    height:30px;
    text-align:left;
    padding:0px;
    margin-top:5px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
}
.dropdown-content div:hover{
    color: #4ca1d7;
}

.dropdown:hover .dropdown-content {
    display: block;
}
