body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	background-image: url("../img/vecteezy_hell.jpg");
	background-color: #e9f5f7;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
 	height: 100%;
	min-height: 100%;
	margin: auto;
	width: 90%;
	padding: 10px;
   /* margin-top: 30px; */
}

h2{  
	color: #0065a5;
	font-size: 24px;
	font-weight: 700;
}

h3{  
	color: #ff0000;
	font-size: 20px;
	font-weight: 700;
}

h5{  
	color: #115485;
	font-size: 20px;
	font-weight: 700;
}


#benutzer{  
	color: #ff0000;
	font-size: 20px;
	font-weight: 700;
}


#fehler{  
	color: #ff0000;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}


.form-success {
    color: #3c763d;
    background-color: rgb(20 39 74 / 12%);
    border-color: #d6e9c6;
}

#para1 {
    font-size: 18px;
    text-align: left;
    color: #13352e;
    font-weight: 700;
    margin-top: 20px;
}

#para2 {
  font-size: 18px;
  text-align: left;
  color: red;
  font-weight: 700;
  margin-top: 20px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
}

#container {
    
}



.login {
  padding: 70px 30px;
  border: 1px solid #ccc;
  background: #d1f0ff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  width: 40%;
}

.center {
  padding: 50px 30px;
  border: 1px solid #ccc;
}

a:hover {
    color: #188dd9;
    text-decoration: none;
}

img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

hr {
   display: block;
   border-top: 2px dotted #008b8b;
/*   width: 94%; */
   text-align:left;
   margin-left:0;
}

.hr-user {
   display: block;
   border-top: 2px dotted #fff;
/*   width: 94%; */
   text-align:left;
   margin-left:0;
padding-bottom: 5px;
   margin-top: 15px;
}

span-user{
    font-size: 18px;
    text-align: left;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 100px;
}

input {
  border: 1px solid #d4d4d4;
 /*   background-color: #0065a5; */
  padding: 6px 3px;
  font-size: 14px;
 /* width: 146px; */
}

input, selece, textarea {
color: #000
}

input[type=text] {
 /*  background-color: #fffbf0; */
  padding: 6px 3px;
color: #000;
}

input[type=submit] {
  background-color: #0065a5;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  color: #fff;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 8px;
width: 130px;
}

input[type=submit]:hover {
	background-color: #ffbb00;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	color: #0065a5;
	cursor: pointer;
}

input[type=search] {
    background-color: #fffbf0;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 4px;
    width: 180px;
}

button {
	background-color: #0065a5;
	color: #fff;
	cursor: pointer;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	border: 1px solid #d4d4d4;
padding: 6px 12px;
    border-radius: 8px;
	margin-left: 3px;
    font-size: 14px;
    width: 146px;
}

button:hover {
  background-color: #da1f1f; /* Red */
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  color: white;
}
input[type="date" i] {
    padding-inline-start: 1px;
    border: 0px solid #d4d4d4;
    background-color: #fffbf0;
    cursor: pointer;
    overflow: hidden;
    padding: 5px;
    width: 100px;
    color: #0065a5;
    font-weight: 700;
	width: 115px;
}

.autocomplete {
  position: relative;
  display: inline-block;
  width: 100%;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
border-radius: 5px;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  width: 150px;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
border-radius: 5px;
color: #000;
  background-color: #fff8dc; 
  border-bottom: 1px solid #ccc; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #0065a5; 
  color: #ffffff;
border-radius: 5px;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: #0065a5 !important; 
  color: #ffffff; 
}

table, th, td, caption {
  border: thin solid #a0a0a0;
}

.right { 
	text-align: right; 
}

.mlnr { 
	text-align: center;
	font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: thin 0 0 thin;
  margin: 0 0 8px;
  table-layout: auto;
  max-width: 100%;
}
th, td {
  font-weight: normal;
  text-align: left;
}
th, caption {
  background-color: #d1f0ff;
  font-weight: 700;
  /* padding: 5px 5px; */
  text-align: center;
}
  table, th, td, caption {
  border: thin solid #a0a0a0;
}

.tg  {
  width: 100%;
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 19px;
}

.tg td{
border-style:solid;
border-width:1px;
overflow:hidden;
word-break:normal;
}

.tg th{
  font-weight: 700;
  padding:6px 6px; 
  border-style:solid;
  border width:1px;
  overflow:hidden;
  word-break:normal;

}


td{
  padding:5px 5px;
  border-style:solid;
  border-width:1px;
  overflow:hidden;
  word-break:normal;
}

th{
font-weight: 700;
padding:5px 15px;
border-style:solid;
border width:1px;
overflow:hidden;
word-break:normal;
}

tr {
background-color: #fff;
}
			
tr:nth-child(odd) {
 /* background-color: #ffffff; */
}

tr:nth-child(even) {
  background-color: #f3f3f3;
}

td {
transition: all 0.5s ease-in-out 0s;
}

tr:hover td {
background-color: #098ba9 !important;
color: #fff;
}
	
.pagination {
list-style-type: none;
padding: 10px 0;
display: inline-flex;
justify-content: space-between;
box-sizing: border-box;
text-decoration: none;
}
			
.pagination li {
box-sizing: border-box;
padding-right: 10px;
text-decoration: none;
}
			
.pagination li a {
  background-color: #0065a5;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  color: #fff;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
}
			
.pagination li a:hover {
background-color: #1f9d3a;
}
			
.pagination .next a, .pagination .prev a {
text-transform: uppercase;
/* font-size: 14px; */
}
			
.pagination .currentpage a {
background-color: #ffbb00;
color: #fff;
text-decoration: none;
}
			
.pagination .currentpage a:hover {
background-color: #da1f1f;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-inverse .navbar-brand {
	font-size: 2em;
	color: #fff;
}

.navbar-inverse .navbar-brand:hover {
	color: #ccc;
}

.navbar-brand .logo {
	color: #5cb85c;
}

.main-container {
	margin-top: 20px;
}

.registration-form {
	max-width: 450px;
	margin: 0 auto;
}

.small-container-500 {
	max-width: 500px;
  	padding: 15px;
  	margin: 0 auto;
}

.small-container-330 {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}


.small-container .small-container-heading,
.small-container .checkbox {
  margin-bottom: 10px;
}
.small-container .checkbox {
  font-weight: normal;
}
.small-container .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.small-container .form-control:focus {
  z-index: 2;
}

/* Signin */
.form-signin input[type="benutzer"] {
  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;
}
.login td {
    padding-right: 2px;
    padding-left: 2px;
}

