/* Geneo Main Screen CSS Document */
script {display:none;}
body {background:#fff; color:#000; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.xnoprint, .global-bar, .breadcrumb, script {display:none;}

.form .form-table th, .form .form-table td {vertical-align:top; text-align:left; padding:4px 10px 5px 10px; font-size:1.2em; background:#fff; border:1px solid #000;}
.form .form-table tr.alt td {background:#eee;}
.form .form-table th {background-color:#ccc; color:#000; white-space:nowrap;}

.layout-switcher {background:#eee; color:#000 !important; font-size:11px !important; list-style:none; padding:0;}
.layout-switcher li {float:left; margin:0;}
.layout-switcher li a {color:#000 !important; font-size:14px !important; display:block; padding:0.5em 0.8em 0.6em 0.8em; text-decoration:none;}
.layout-switcher li a:hover, .layout-switcher li a:focus, .layout-switcher li a:active {text-decoration:none; background:#ddd;}
.layout-switcher li a.active {background:#ccc; font-weight:bold;}

.clear:after, .row:after, .button:after, .col:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .clear, * html .row, * html .button, * html .col  {height: 1%;}
*:first-child+html .clear, *:first-child+html .row, *:first-child+html .button, *:first-child+html .col {min-height: 1px;}