/* Primefaces  */

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td { 
  padding: 2px 2px 2px 2px !important;
}

.ui-datatable div.ui-dt-c {
   padding: 2px 2px!important;
}


.ui-datatable-scrollable-theadclone {
	visibility: collapse;
}

.ui-autocomplete {
  white-space: nowrap;
  
}

.ui-autocomplete-dropdown {
    position: relative !important;
}




.horizontalButtons{
  float:right;
  margin-top:10px;
}

.menu-item-header{
  font-size:200%;
  font-weight: bold;
  opacity: 1;
}  

.menu-item{
}

.ui-menuitem-text{
  font-size:100%;
}

.menuImg { transition: all .2s ease-in-out; }
.menuImg:hover { transform: scale(1.3); }



/* Standaard HTML componenten  */

.bodyStyle {
  background-color: white;
  font-size: 14px;
  width:1024px;
  font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
  color: #000000;  
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  margin: auto;
}

h1 {
  font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
  font-size:  20px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

h2{
  font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
  font-size:  16px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

p{
  font-size: 14px;
  margin-top:0;
  margin-bottom:0;
}

/* Geen randen om een image  */
img
{  border-style: none;
}

/* Einde standaar HTML componenten  */


/* Div waarin tekst wordt afgebeeld wat te doen bij een onbekende fout*/
#onbekendeFout{
  width : 465px;
  height : 300px; 
  overflow : auto; 
}

#ui-datepicker-div{
  z-index: 1000;
}

.gridPrompt{
  margin-left: 10px;
  margin-right: 5px;
}

.hgridColumns{
  border-style: none!important;
}

.warningIndicator{
  background-color: lightcoral;
  font-weight: bold;
}

.menu-container{
  border:0;
  background: none;
}

.start-picture-vlak {
  padding-left:0px;
  padding-right:0px;
  vertical-align:top;  
}            

.uitlegTxt{
  font-weight: bold;
}

.ui-picklist .ui-picklist-list {
  width:inherit!important;
  height:85%!important;
}

.ui-datatable .ui-column-filter {
    width: 90%!important;
}

.table-menu{
  width: 100%;
  display: inline-block;
}

.table-menu-left{
  text-align:left;
  float: left;
  width: 50%;
  display: inline-block;
}

.table-menu-right{
  text-align:right;
  float: right;
  width: 50%;
  display: inline-block;
}