/* Nur für Änderungen der header.php */

#header {
    margin: 5px auto;
    display: block;
}

/* Änderungen in der dashboard.php */

#dash {
  height: 250px;
  margin: 0 40px;
}

#dashhead {
  background-color: white;
}

/* Login */

#user, #pwd {
  color: black;
}

#logbtn {
  color: black;
}

/* NavBar CSS - Datei */

.navbar {
  margin-bottom: 20px;
  text-align: center;
  color:#fff;
}

#navmain {
  display: inline-block;
  float: none;                                                                                                                   
}

.navbar-nav {
  color: #fff;
}
 
ul.navbar-nav {
  padding-top: 3px;
}

.btn-primary {
  background-color: #333;
  color: black;
  border-color: #333;
}

.btn-primary:hover {
  background-color: gray;
  color: white;
  border-color: black;
}

li.dropdown:hover ul.dropdown-menu {
  display: block;
}

ul#secondLevel {
  display: none;
}

ul#firstLevel li:hover > ul {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

/* ------ header.php ende ------ */

/* HTML, Body teststrecke */

html, body {
  margin-top: 30px;
}


/* Listen (linke Seite) */

#action {
  padding-top: 30px;
}

#list {
  margin-top: 25px;
}

/* pferde_details*/

font {
  color: #00FF00;
}

#lbl {
  padding-top: 10px;
}

#newone {
  float: right;
}

#details-none {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  font-weight: bold;
  font-family: arial black;
  font-size: 25;
}

#field {
  position: absolute;
  float: right;
  width: 300px;
  padding: 10px;
  display: inline-block;
  text-align: center;
}

.fa-times:hover {
  cursor: pointer;
}


/* Impfplan */

#new {
  height: 35px;
  width: 100px;
  margin-top: 300px;
}

#myTable {
  border-collapse: collapse; /* Collapse borders */
  width: 100%;
  border: 1px solid #ddd; /* Add a grey border */
  font-size: 16px;
}

#myTable th, #myTable td {
  text-align: left; /* Left-align text */
  padding: 12px; /* Add padding */
}

#myTable tr {
  /* Add a bottom border to all table rows */
  border-bottom: 1px solid #ddd; 
}

#myTable tr.header, #myTable tr:hover {
  /* Add a grey background color to the table header and on hover */
  background-color: #f1f1f1;
}

#select {
  width: 50%;
    
}

#save {
  position: absolute;
  float: right;
  bottom: 0;
}



/* Änderungsbleistift */

#pencil {
  float: right;
  background:url(image/pencil.png) repeat-x !important;
}

/* Impfplan */

#new {
  float: right;
}