/******************************************************************/
/**                                                              
/** panel: login
/**                                                             
/******************************************************************/

div.app-login-panel			{ width: 550px; }

/******************************************************************/
/**                                                              
/** buttons
/**                                                             
/******************************************************************/

div.swaf-button				{ height: inherit; }
div.swaf-button button		{ height: 30px !important; }


/******************************************************************/
/**                                                              
/** panel: menu
/**                                                              
/******************************************************************/

div.app-menu-panel 								{ width: 330px; }
div.app-menu-panel div.ui-panel-content			{ padding: 0px; padding-top: 2px; }

button.app-menu-button							{ display: block; margin-bottom: 2px; width: 100%; }

/******************************************************************/
/**                                                              
/** panel: menuitem
/**                                                              
/******************************************************************/

div.app-menuitem-panel							{ width: 330px; }
div.app-menuitem-panel div.ui-panel-content		{ padding: 0px; padding-top: 2px; }

button.app-menuitem-button						{ display: block; margin-bottom: 2px; width: 100%; }

/******************************************************************/
/**                                                              
/** address
/**                                                              
/******************************************************************/


div.app-address { position: fixed; bottom: 10px; left : 50%; transform:translateX(-50%); text-align: center; }

/******************************************************************/
/**                                                              
/** accreditation
/**                                                              
/******************************************************************/

img.app-image-accreditation-1 { position: fixed; bottom: 10px; left : 10px; max-height: 200px; max-width: 200px; }
img.app-image-accreditation-2 { position: fixed; bottom: 10px; right: 10px; max-height: 200px; max-width: 200px; }

/******************************************************************/
/**                                                              
/** login
/**                                                              
/******************************************************************/

img.login-background       { position: absolute; left: 0px; height: 100%; width: 100%; top: 0px; z-index: -1; }

table    { background-color: transparent; }
table tr { background-color: transparent !important; background: none !important; }
table td { background-color: transparent; }

table td.table-transparent div.ui-panel { background-color: #ffffff; }