
.button {
    display:inline-block;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    padding:5px 10px;
    border:1px solid #baa197;
    border-radius:3px;
    background:#b3bef2;
    background:-webkit-gradient(linear, left top, left bottom, from(#b3bef2), to(#5263ba));
    background:linear-gradient(to bottom, #b3bef2, #5263ba);
    -webkit-box-shadow: #383534 0px 2px 3px 0px;
    box-shadow:#383534 0px 2px 3px 0px;
    font: normal normal 12px 'Century Gothic';
    color:#ffffff;
    text-decoration:none;
    -webkit-box-shadow:1px 1px 3px #000;
    box-shadow:1px 1px 3px #000;
}
.button:hover,
.button:focus {
    border: 1px solid #d6b9ae;
    background:#d7e4ff;
    background:-webkit-gradient(linear, left top, left bottom, from(#d7e4ff), to(#6277df));
    background:linear-gradient(to bottom, #d7e4ff, #6277df);
    color:blue;
    text-decoration:none;
}
.button:active {
    background:#6b7291;
    background:-webkit-gradient(linear, left top, left bottom, from(#6b7291), to(#5263ba));
    background:linear-gradient(to bottom, #6b7291, #5263ba);
}

.button2 {
    display:inline-block;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    padding:5px 10px;
    border:1px solid orange;
    border-radius:1px;
    background:#b3bef2;
    background:-webkit-gradient(linear, left top, left bottom, from(silver), to(white));
    background:linear-gradient(to bottom,silver,white);
    -webkit-box-shadow: #383534 0px 2px 3px 0px;
    box-shadow:#383534 0px 2px 3px 0px;
    font: normal normal 14px 'arial';
    color:black;
    text-decoration:none;
    -webkit-box-shadow:1px 1px 1px #AAA;
    box-shadow:1px 1px 1px #AAA;
}
.button2:hover,
.button2:focus {
    border: 1px solid #d6b9ae;
    background:#d7e4ff;
    background:-webkit-gradient(linear, left top, left bottom, from(#d7e4ff), to(#6277df));
    background:linear-gradient(to bottom, #d7e4ff, #6277df);
    color:blue;
    text-decoration:none;
}
.button2:active {
    background:#6b7291;
    background:-webkit-gradient(linear, left top, left bottom, from(#6b7291), to(#5263ba));
    background:linear-gradient(to bottom, #6b7291, #5263ba);
}


.table1 tbody td{
    border: 0px solid white;
    padding:0px 3px 0px 5px;
    color:lightblue;
    font-family:Century Gothic;
    font-size:10pt;
    background-color:rgba(0, 0, 0, 0.05);
    border-right:1px solid lightblue;
    border-top:1px solid lightblue;
    -webkit-box-shadow:0px -1px 2px #000;
    box-shadow:0px -1px 4px #000;
}

.table1 tbody th{
    padding:5px 5px 5px 5px;
    color:lightblue;
    font-family:Arial;
    font-size:10pt;
    background-color:rgba(0, 0, 0, 0.05);
    border-top:1px solid lightblue;
    -webkit-box-shadow:0px -1px 2px #000;
    box-shadow:0px -1px 4px #000;
}

table.table2{
    width:100%;
    border-radius:2px;
    font-family:Arial;
    font-size: 10pt;
    border-collapse:collapse;
}

.table2 tbody td{
    border: 0px solid white;
    padding:0px 3px 0px 5px;
    color:lightblue;
    text-align:left;
    font-family:Century Gothic;
    font-size:10pt;
    background-color:rgba(0, 0, 0, 0.05);
   -moz-box-shadow:0px 0px 0px #000;
    -webkit-box-shadow:0px 0px 0px #000;
    box-shadow:0px 0px 0px #000;
}

.table2 tbody th{
    padding:5px 5px 5px 5px;
    text-align:left;
    color:lightblue;
    font-family:Century Gothic;
    font-size:10pt;
    background-color:rgba(0, 0, 0, 0.05);
    -moz-box-shadow:0px 0px 0px #000;
    -webkit-box-shadow:0px 0px 2px #000;
    box-shadow:0px 0px 0px #000;
}

#LoadingDiv{
	margin:0px 0px 0px 0px;
	position:fixed;
	height: 100%;
	z-index:9999;
	padding-top:180px;
	padding-left:200px;
	width:100%;
	clear:none;
	background-color:rgba(0,0,0,0.05);
	border:none;
	}
select {
  margin:0px;
  height:20px;
  border-radius:0px;
  padding-left:5px;
  -webkit-appearance:none;
  appearance:none;
  background:url(../images/dd.png) 98% no-repeat #eee;
  -webkit-box-shadow:0px 0px 1px #000;
  box-shadow:0px 0px 0px #000;
}
select:hover {
background:url(../images/dd2.png) 98% no-repeat #eee;
}
  input[type='text'],input[type='password']{
  margin:0px;
  border-radius:0px;
  height:20px;
  padding-left:5px;
  font-size:12px;
  -webkit-appearance:none;
  appearance:none;
 }
input[type="date"] {
     -webkit-align-items:center;
     display:-webkit-inline-flex;
     font-family:Century Gothic;
     overflow:hidden;
     padding:0;
     -webkit-padding-start:1px;
}
/* TABELLE REPORT */
table.report {
   width: 90%;
   vertical-align:middle;  
   border: 0px solid orange;
   padding:3px
   color:lightblue;
   border-collapse:collapse;
   box-shadow:0px 0px 15px 0px #000000;
   font-family:Arial;
   font-size:10pt;
   background-color:transparent;
}
.report td{
   vertical-align:middle;
   border:0px solid orange;
   white-space:nowrap;
   padding-left:5px;
   padding-right:5px;
   color:lightblue;
}

.report tr:nth-child(even){background-color:rgba(105,124,250,0.5);padding-left:5px;color:lightblue;}
.report tr:nth-child(odd) {background-color:rgba(135,154,250,0.5);padding-left:5px;color:lightblue;}
.report th {background-color:rgba(130,93,168,0.2);color:white;}

