/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center}
	
section {
	margin:0 auto;
	width:60%;
	padding:10px;
	border: solid 1px #CCCCCC;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	text-align:left;}
	
label {
	display:inline-block;
	padding:3px;
	width:200px;
	font-weight:bold;
	text-align:left}
	
h1 {
	font-size:15px;
	letter-spacing:5px;}
	
h2 {
	font-size:13px;
	letter-spacing:3px;}
	
a {
	text-decoration:none;
	color:blue}
	
th {
	background:#999;
	color:white}
	
small {
 font-size:10px}
	
input[type=text], input[type=date], input[type=password], select, input[type=file] {
	border:solid 1px #DDDDDD;
	width:200px;
	margin-top:5px;}
	
#infoBox {
	background:white;
	padding:20px;
	border:solid 1px #CCC;
	border-radius:7px;
    box-shadow: 3px 3px 2px #ddd;
	display:none;
	  position: fixed;
	  top: 50%;
	  left: 50%;
  transform: translate(-50%, -50%);
  	max-height:90%;overflow-y: scroll;
	max-width:80%;white-space:nowrap;
	z-index:2;
	}
#infoBox #rightTopCorner {
	cursor:pointer;
	position: absolute;
    top: 5px;
    right: 5px;
	margin-bottom:7px;}
	
#infoBox.small {
	overflow:hidden;max-width:20%;font-size:14px;color:#093;z-index:10000}
	#background_transparent {
	display:none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background:rgb(249,249,249);
	opacity:0.7;}
/** Loader **/
.loader, .smallLoader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../../management/img/icons/Load.gif) 50% 50% no-repeat rgb(249,249,249);
	opacity: 0.7;
}
.execute, .showPanel, .showPanelS, .param {
	cursor:pointer;
	color:#0000FF;
	text-decoration:none}
	
.smallLoader {	background: url(img/icons/Load.gif) 50% 50% no-repeat;display:none}
input[type=submit], input[type=button], .button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffcc75;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffcc75;
	box-shadow:inset 0px 1px 0px 0px #ffcc75;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	color:#306108;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:4px 4px;
	margin: 4px 4px;
	text-decoration:none;
	text-shadow:1px 1px 0px #aade7c;}

input[type=submit]:hover, .button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}

input[type=submit]:active {
	position:relative;
	top:1px;
}
	
/*** SONSTIGES ***/
.error {
	color:#CC3300;
	font-weight:bold;}
	
.check {
	color:#660;
	font-weight:bold}
	
.orange {
		background:#FC6;
		vertical-align:top;
		width:200px;
		padding:5px;
		font-weight:bold}
		
		
/*** DIALOG ****/
#dialog-message {display:none;font-size:6vw;}
.ui-dialog-title{font-size: 6vw;}
.ui-widget {font-size: 6vw;}
.no-close .ui-dialog-titlebar-close {display: none }