/* base.css - www.miroot.ethz.ch (c) ethz , hirsch-hoffmann, 2017
*/
@charset "utf-8";

* {
	margin:3;
}

/* fix dialog problem on dragging s. http://stackoverflow.com/questions/17247486/jquery-ui-dialog-dragging-issues */
html {
	height:100%;
} 

body{
	/*height:100%;*/
	font-size:12px;
	font-family: verdana !important; 
	margin: 15px;
	padding: 15px;
	border: solid 1px #CCC;
}
.footer {
   position:fixed;
   bottom:0px;
   left:0;
   right:0;
   width:100%;
   border: solid 0px red;
   height:15px;   /* Height of the footer */
   text-align:center;
   font-size:10px;
   background-color:#fff;
   opacity: 0.9;
}

input{
	font-size:12px;
	font-family: verdana !important; 
}
path.cell{
	stroke:#4D4C4D;
}
path.root{
	stroke:#4D4C4D;
	fill:none;
	stroke-width:4;
	stroke-miterlimit:10;
}
.msgboxerror{
	color:red;
}

table.data tr:nth-child(odd)		{ background-color:#eee; }
table.data tr:nth-child(even)		{ background-color:#fff; }

table.search th,td{
	padding:3px;
}
