/* *********************************************************************** */
/*              ePacjent common                                            */
/*              css wspolny dla wszystkich klientów                        */
/* *********************************************************************** */

/* All PrimeFaces components  */
.disable-scroll .ui-dialog-content {
  overflow: hidden !important;
}

.ui-panel .ui-panel-content {
    padding: 0;
}


.ui-layout-unit {
  padding-top:     0,1em;	
  padding-bottom:  0;
}

.ui-layout-unit .ui-layout-unit-content {
  padding-top:     0,1em;	
  padding-bottom:  0;
}

/* Messages */                                                    
.ui-messages-error, .ui-message-error {
  text-align: left;
}

.ui-menubarNoBackground{
  background: none !important;   
  border: none !important;  
}

.ui-menuitemNoBackground{
  background: none !important;   
  border: none !important;
  box-shadow: none !important;  
}

.datalist-noborder .ui-widget-content {
  border: none;
}

.topAlignedNoBorder{
   vertical-align: top !important;
   border-style: hidden !important;
}

.height500{
   height:     500px !important;
}
/* *********************************************************************** */
/* Zmiana rozmiaru czcionki */
/* *********************************************************************** */
.fontSizeBox {
    position:   absolute;
    height:     24px;
    left:       5px;
    top:        3px;
}


/* *********************************************************************** */
/* Przelacznik wlaczenia/wylaczenia komend glosowych                       */
/* *********************************************************************** */
.voiceCommandsSizeBox {
    position:   absolute;
    left:       90px;
    top:        3px;
}


/* *********************************************************************** */
/* Zmiana jezyka */
/* *********************************************************************** */
.languagetBox {
    position:   absolute;
    height:     24px;
    right:      5px;
    top:        3px;
}

/* *********************************************************************** */
/* Komunikatror */
/* *********************************************************************** */
.chatlogs {
    height:200px;
    overflow:auto;
    padding: 0.5em 1em 0.5em 0.5em;
}

