body
{
    margin: 0;
    padding: 0;
    color: #666666;
    background: #ffffff;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

Header
{
    background-image: url(images/csm_banner_h-serie_3840x1348.jpg);
    background-size: 100%;
    background-position: right;    
    padding: 25px;
    padding-top: 50px;
    height: 100px;
    box-sizing: border-box;
    text-align: Left;
}
h1
{
    color: #000000;
    max-width: 1400px;
    padding: 5px;
    box-sizing: border-box;
    margin: 0px;
       
}

h2
{
    color: #333333;
}


main
{
    background: #ffffff;
    padding: 25px;
    padding-left: 125px;
    width: 60%;
    min-width: 1200px;
    float: left;
    box-sizing: border-box;

}


footer
{
    background: rgba(0,157,48,1.0);
    padding: 0px;
    height: 50px;
    clear: both;
    color: #ffffff;
    width:100%;
/*    position:absolute;
    bottom:0;
    left:0;*/

}


table
{
    width: 100%;
    border-width: 0px;
    border-style: dashed;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;

}
td
{
    padding: 0px;
    padding-left: 0px;
    width: 5%;

}

.button
{
    color : white;
    border-radius: 10px;
    border-left: #ffffff;
    background: green;
    padding: 4px;
    padding-left: 20px;    
    padding-right: 20px;        
    cursor: pointer;
}

.button-kicsi
{
    color : white;
    border-radius: 5px;  
    background: gray;
    padding: 2px;
    padding-left: 2px;    
    padding-right: 2px;        
    cursor: pointer;
    align-content: center;
}

.button-kicsi-dis
{
    color : white;
    border-radius: 5px;  
    background: gray;
    padding: 2px;
    padding-left: 2px;    
    padding-right: 2px;        
    cursor: pointer;
    align-content: center;
    background:red ;
}


.hidden
{
    display:none;
}

 tr.restab:nth-child(even) {background-color: #f2f2f2;}
 tr.restab:hover {background-color: coral;}


 .dropbtn {
    background-color:#2874FE;
    color: white;
    padding: 0px 50px;
    font-size: 16px;
    border: none;
  }
  
  /* 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: #f1f1f1;
    min-width: 60px;
    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: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* 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: #2874FE;}

/* The container <div> - needed to position the dropdown content */
.dropdown2 {
    position: relative;
    display: inline-block;
  }
  
  .dropbtn2 {
    background-color:#2874FE;
    color: white;
    padding: 0px 50px;
    font-size: 16px;
    border: none;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown2 {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 60px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content2 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content2 a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown2:hover .dropdown-content2 {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown2:hover .dropbtn2 {background-color: #2874FE;}

/* The container <div> - needed to position the dropdown content */
.dropdown3 {
    position: relative;
    display: inline-block;
  }
  
  .dropbtn3 {
    background-color:#2874FE;
    color: white;
    padding: 0px 50px;
    font-size: 16px;
    border: none;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown3 {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content3 {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 60px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content3 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content3 a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown3:hover .dropdown-content3 {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown3:hover .dropbtn3 {background-color: #2874FE;}



.tooltip {
    position: relative;
    display: inline-block;
/*    border-bottom: 1px dotted black;*/
  }


  .tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
 
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 0.9;   
  }


  .tablabel
{
    color : white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
/*    border-left: #ffffff;*/
    background: rgba(0,157,48,1.0);
    padding: 10px;
    padding-left: 20px;    
    padding-right: 20px;        
    cursor: pointer;
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.8);    
}

.tablabel:hover
{
    transform: scale(0.98);
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.8);
}


.tablabeldown
{
    color : white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
/*    border-left: #ffffff;*/
    background: green;
    padding: 10px;
    padding-left: 20px;    
    padding-right: 20px;        
    cursor: pointer;

    transform: scale(0.98);
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.1);
}

  
  
@media print {

    @page {
    margin-top: 10mm;
    margin-bottom: 10mm;
    margin-left: 10mm;
    margin-right: 10mm;
    size: 297mm 210mm;
    
    }
    
    .newheader{
      display:block;
      border-bottom: #000000;
    }
    
    footer {
         display: none;
     }
    
    input {
     border: 0px;
     text-align: right;
     padding-left: 9px;
     
    }
    
    .input2 {
      border: 0px;
      text-align: left;
    }
    
    select {
     border: 0px;
     appearance: none;
     text-align: right;
    }
    
    .select2 {
        border: 0px;
        appearance: none;
        text-align: left;
      }
       
      
    .button {
        display:none;
    }
    
    .buttonsor {
        display: none;
    }
    
    .buttonkicsi {
        display: none;
    }
    
    table, th, td
    {
        width: 100%;
        border-style: dashed;
        border-width: 0px;
    }
    
    header {
        display:none;
    }
    
    .nonprint {
        display: none;
    }
    
    
    }