
input[type=text], input[type=button] {
-webkit-appearance: none;
-webkit-border-radius: 0;
} 

/* The Modal (background) */
.modal {
    display: block; /* none = Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 16%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0);      /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
    font-family: Arial;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #0067B2;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: normal;
}

.close:hover,
.close:focus {
    color: #f44;
    font-weight: bold;    
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 0px 5px;   
    margin-top: -18px;
    text-align: left;    
    background-color: #FFFFFF; /*#5cb85c;*/
    line-height: 30px;
    
    font-family: Calibri;
    font-size: 14px;
    color: #666666;
    font-weight: normal;

}

.modal-body {
    padding: 2px 16px;
    background-color: #0067B2;
}

.modal-footer {
    background-color: #FFFFFF; /*#5cb85c;*/
    color: white;
    line-height: 1px;    
}

.div_text {
    font-family: Calibri;
    font-size: 14px;
    color: #EEEEEE;
    font-weight: normal;    
}

.div_image {
    float:right;
    padding-right: 80px;
    margin-top:    38px;
    height: 48px;
        
    background-image: url("/images/warning48.png"); 
    background-repeat: no-repeat;
}

    .floatR  {float:right;}
    .floatL  {float:left;}
    .floatC  {margin:auto; text-align:center;}
    .floatLT {float:left;  text-align: center; margin: 3px 8px; }


/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
 .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
 .dropdown-content a {
    color: black;
    padding: 2px 8px;
    text-decoration: none;
    display: block;
}


/* Change color of dropdown links on hover */
 .dropdown-content a:hover {background-color: #e0ebeb}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.menuBar {
    margin:auto; 
    width:100%; 
    line-height: 30px; 
    background-color: #F17431; 
    
    font-family: Arial;
    font-size: 14px;
    color: white;
    font-weight: normal;
    height: 4%;         
}


.leftBar {
    float:left;
    margin:auto; 
    width:50%; 
    background-color: #EEEEEE; 
    
    font-family: Arial;
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    height: 8%;         
}

.rightBar {
    float:right;
    margin:auto; 
    width:50%; 
    background-color: #EEEEEE; 
    
    font-family: Arial;
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    height: 8%;         
}


   
body {
    margin: 0px 0px 0px 0px; 
    overflow: hidden;
}
    
    
.textR
{
position:absolute; top:4px; right:0.5em; z-index:1;      
background-color: transparent;  
font-family: Arial;
color: #FFFFFF;
font-size: 16px;     
}    

.textC
{
position:absolute; top:4px; margin:auto; text-align:center;
background-color: transparent;  
font-family: Arial;
color: #FFFFFF;
font-size: 16px;     
}    

.textH
{
position:absolute; top:0px; margin: 3px 50px;
background-color: transparent;  
font-family: Arial;
color: #FFFFFF;
font-size: 16px;     
}   

.geftext 
{
margin-top: -13px;
margin-left: 50px;
background-color: transparent;  
font-family: Arial;
color: #000000;
font-size: 10px;     
}


table.fixed
{   
 border-bottom: 0px solid #AAAAAA;
 position: fixed;
 top: 15%;
 height: 78%;
 width: 100%;
 margin-left:  0%;
 margin-right: 0%;
}

table.headertbl
{   
 border-left: 1px solid #777777; 
 border-bottom: 1px solid #777777; 
 background-color: yellow;   
 
 position: fixed;      
 top: 13%; 
 border-spacing: 0px; 
 height: 1%;
 width: 100%; 
 margin-left:  3px;
 margin-right: 5px; 
}


table.minner
{   
 border-left: 1px solid #777777;
 border-bottom: 1px solid #777777; 
 background-color: #FFFFFF;    
 border-spacing: 0px; 
 width: 100%; 
} 

table.KachelMenu {
     position: absolute; width: 100%; top:30%; text-align:center; 
     border: 0px solid #777777;    
}


     
      table.footer {
                   position:absolute; width: 100%; height: 3%;  top: 97%; left:0px; z-index:1;  
                   background-color: #4C4C4C; 
                   
                   font-family: Arial;
                   font-size: 12px;
                   color: white;
                   font-weight: normal;

      }
      
      
      .td1 {  border: 0px solid blue; 
              font-family: Arial;
              font-size: 16px;
              font-weight: normal;      

              padding-top:10px;              
      }
      
      .tdtopleft { 
             background-color: #fff; 
             border-spacing: 0px;              
             margin: 0px 0px 0px 0px;

             padding-left: 5px;
             padding-bottom: 5px;
             text-align: left;
             vertical-align: top;
             
             font-family: Arial;
             font-size: 16px;
             font-weight: normal;
             color: black;
      }      


      .tdlefttop { 
             border-top: 1px solid #777777;                           
             border-right: 1px solid #777777;                           
             margin: 0px 0px 0px 0px;

             padding: 3px;
             text-align: left;
             vertical-align: top;             
             font-family: Arial;
             font-size: 14px;
             font-weight: normal;
             color: black;
             height: 35px;
      }       
      
      .tdleft { 
             border-top: 1px solid #777777;                           
             border-right: 1px solid #777777;                           
             margin: 0px 0px 0px 0px;

             padding: 3px;
             text-align: left;
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: black;
      }      
      
      .tdcenter { 
             border-top: 1px solid #777777;                           
             border-right: 1px solid #777777;                           
             margin: 0px 0px 0px 0px;

             padding: 3px;
             text-align: center;
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: black;
      }         
      
      .tdblack { 
             border-top: 1px solid #777777; 
             border-right: 1px solid #777777;                           
             margin: 0px 0px 0px 0px;

             padding: 3px;
             text-align: center;
             font-family: Arial;
             font-size: 12px;
             font-weight: bold;
             color: black;
      }      
      
      .tdwhite { 
             border-top: 1px solid #777777; 
             border-right: 1px solid #777777;                           
             margin: 0px 0px 0px 0px;

             padding: 3px;
             text-align: center;
             font-family: Arial;
             font-size: 12px;
             font-weight: bold;
             color: white;
      }            
      
      .tdred {
             border-top: 1px solid #777777; 
             border-right: 1px solid #777777;              
             margin: 0px 0px 0px 0px;

             padding: 3px;
             text-align: left;
             font-family: Arial;
             font-size: 12px;
             font-weight: bold;
             color: red;
      }
     
     
      
form.c1 {
     position: absolute; width: 100%; top:20%; margin:auto; text-align:center;
     border: 0px solid #777777;    
     
     text-align: left;
     font-family: Arial;
     font-size: 12px;
     font-weight: normal;
     color: #222222;
}

form.c2 {     
     border: 0px solid #777777;    
     height: 8px;
     padding-bottom: 0px;
}

form.c3 {
     position: absolute; width: 100%; top:10px; margin:auto; text-align:center;
     border: 0px solid #777777;    
     
     text-align: left;
     font-family: Arial;
     font-size: 12px;
     font-weight: normal;
     color: #222222;
}


.mnuBtn {
         
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none; 
    overflow: hidden;        
                   
    font-family: Arial;
    color: #000;
    font-size: 14px; 
    text-align: left;
    height: 28px;
    width: 180px;

} 

.mnuBtn:hover {
  background: #e0ebeb;
}




.txEdit {
    position: absolute;
    margin-top: 8px;
    margin-left: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    
    font-size: 15px;
    color: #111;
    padding-left: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    
}

.mnubackBtn {
    
    background-color: Transparent;
    background-repeat:no-repeat;
    background-image: url("../images/back-30.png");
    
    margin-left: 5px;
    margin-bottom: 3px;
    
    margin-left: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    
    padding-left: 28px;
    border: 1px solid #eee; 
    border-radius: 5px;
    overflow: hidden;        
                   
    font-family: Arial;
    font-weight: bold;
    color: #000;
    font-size: 14px; 
    text-align: center;
    height: 32px;
    width: 100px;

} 

.mnubackBtn:hover {
  background: #e0ebeb;
  background-repeat:no-repeat;
  background-image: url("../images/logout-30.png");  
}


.toolbarBtn {
    background-color: Transparent;
    background-repeat:no-repeat;
    
    margin-left: 5px;
    margin-bottom: 3px;
    
    border: 1px solid #eee; 
    border-radius: 5px;
    overflow: hidden;        
                   
    font-family: Arial;
    font-weight: bold;
    color: #000;
    font-size: 14px; 
    text-align: center;
    height: 32px;
    width: 32px;

} 


.PenBtn {
    margin-left: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    
    border: 1px solid #eee; 
    border-radius: 5px;
    overflow: hidden;        
                   
    font-family: Arial;
    font-weight: bold;
    color: #000;
    font-size: 14px; 
    text-align: center;
    height: 32px;
    width: 32px;

} 

.PenBtn:hover {
  background: #e0ebeb;
}




.e1 {
  border-radius: 3px;   
  border: 1px solid #777777;    
  font-family: Arial;
  font-weight: bold;
  color: #444;
  font-size: 12px; 
  height: 21px; 
  
  padding-top: 2px;   
}

.clickbtn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  outline-style: none;  
  opacity:0.9;  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;   
  font-family: Arial;
  color: #ffffff;
  font-size: 10px; 
  height: 22px; 
  margin-top: -4px; 
  text-align: center;
  vertical-align: middle;

  text-decoration: none;
  white-space: pre-wrap;
}              

.clickbtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}   


.fahrzeugselect {
    background:linear-gradient(to bottom, rgb(234,224,194) 5%, rgb(204,194,166) 100%);
    background-color:rgb(234,224,194);
    border-radius:6px;
    border:1px solid rgb(51,48,41);
    display:inline-block;
    cursor:pointer;
    color:rgb(80,87,57); 
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    padding:4px 6px;
    text-decoration:none;
} 

      
