/* font used for print*/
@media print {
 div {
  /* font-size: 1mm; */
/*   font-size: 1mm !important;*/
   font-size: smaller;
  }

 /*Also move your @page css inside you @media css */
 @page {
     size: A4;
     margin: 0;
  }

}
/*
  https://stackoverflow.com/questions/11289166/chrome-on-android-resizes-font
  https://stackoverflow.com/questions/13430897/how-to-override-font-boosting-in-mobile-chrome  
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
 */
.form {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
html * {max-height:1000000px;}
html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

#k1 {
color: green    
}


.centered {
position:relative;
height: 100px;
margin:0 auto;
padding: 10% 0;
}

.centered1 {
position:relative;
padding: 10% 0;
}

.center_content {
height: auto;
position:  static;
text-align: left;
}

.panel{
    width: 50%;
    margin-left:25%;
    color: lightgrey;
}

.centeredps {
position:relative;
height: auto;
margin: 0 auto;
padding: 5px;
}

.panelGridA {
    position:relative;
    font-size: 100%;
    border-right-width: 10px;
    border-left-width: 10px;
    border-bottom-width: 10px;
    border-top-width: 10px;
}

.inputnumber[type=number] {
    font-size: 200%;
    font-weight:  bold;
}

.selectonemenu {
    font-size: 200%;
    font-weight: normal;
            
    display: block !important;
    margin-bottom: 0 !important;
    padding: 5px 10px !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
}

.without-selectall .ui-selectcheckboxmenu-header .ui-chkbox {
    display: none; 
}

.panelfullheight {
    height:86vh;
}

.selectonemenuright {
    text-align: right;
}