/*head section*/
#head_haemolysis
{
	margin: 0 0 0 40px;
}
#fullScreenWindow
{
	width:100%;
	height:100%;
	display:none;
	z-index:999;
	position:fixed;
}

.partnerWrapper > h1
{
	font-size:20px;
	margin-top: 30px;
	padding: 10px;
}


.partner
{
	text-align:center;
}
li.loginPart
{
	cursor:pointer;
}

li.loginPart:hover
{
		text-decoration:underline;
}
.haemolysis_mainmenue
{
	height:22px;
	background-color:#153b82;
	color:white;
	text-align:right;
	margin:0;
	padding:2px 10px 2px 10px;
}
#head_haemolysis img
{
	display:block;
}

.haemolysis_mainmenue li
{
	background-image:none;
	float:right;
}

.haemolysis_mainmenue a
{
	color:white;
}

.statusBar
{
	background-color:#d3e1ff;
	padding:3px 10px;
}

li.loginPart
{
	float:left;
	background-image:none;
}

form.loginPart
{

}
#main
{
	padding:40px;
}

.haemolysisDialog
{
	margin: 0 auto;
	width:550px;
	padding:10px;
	border: solid #4ba1d1 1px;
	border-radius: 10px;
}

.haemolysisDialog h2
{
	font-size:16px;
	margin-left: 15px;
}

.haemolysisDialog form
{
	margin-bottom:10px;
}

.accountEditor
{
	margin-top:30px;
}

button
{
	line-height:18px;
	padding:0 10px;
}

.haemolysisDialog input
{
	font-size:14px;
}
.accountEditor h2, .accountEditor input
{
	margin-top:0px;
	font-size:12px;
}

#main select, #main button
{
font-size:12px;
}
#compare select, #compare button
{
width:150px
}

#main table
{
}

.success
{
	border: solid darkgreen 1px;
	border-radius: 10px;
	background-color:#ddffdd;
	color:darkgreen;
	padding:5px;
	margin-bottom: 10px;
}

.hint
{
	border: solid #153b82 1px;
	border-radius: 10px;
	background-color:#d3e1ff;
	color:#153b82;
	padding:5px;
	margin-bottom: 10px;
}

.warning
{
	border: solid darkred 1px;
	border-radius: 10px;
	background-color:#ffdddd;
	color:darkred;
	padding:5px;
	margin-bottom:10px;
}


th,td
{
	text-align:center;
	border:solid #4ba1d1 1px;
	width:110px;
	padding:5px;
	overflow:hidden;
}
th select
{
width:100%;
}


.tabPanel
{
	max-height:none;
}

.ui-tabs .ui-tabs-nav, .ui-widget-content
{
	border:none;
}

#commitBox
{
	margin-top: 10px;
}

.uploadHeadline
{
	font-size:14px;
}

#preview
{
	margin-top:10px;
}
#previewtable
{
	table-layout: fixed;
	width:1px;
}
#scrollBox
{
	width:100%;
	overflow-x: auto;
}
.progressbar
{
  position: relative;
	width:200px;
	border:solid #4ba1d1 1px;
	height:20px;
	float:right;
	border-radius:3px;
}
.ui-progressbar-value
{
	background-color:#4ba1d1;
	height:100%;
	border-radius:0px;
}
.progress-label
{
	position: absolute;
	left: 50%;
	margin-left:-10px;
	font-size:10px;
}

#diagramFull
{
	box-sizing:border-box;
	position:relative;
	height: 90%;
}

#diagramCtrl
{
	background-color:lightblue;
	padding:5px;
}

.allWrap
{
	box-sizing:border-box;
	position:relative;
	width: 90%;
	height: 90%;
	margin:30px auto;
	padding: 20px;
	background-color: white;
	border: solid #4ba1d1 1px;
	overflow:hidden;

}

.diagramFull
{
/*	position: absolute;
	top:50%;
	left:50%;
	*/
	width:100%;
	height:100%;
}

#wardHint
{
}

.propWrapper
{
	float:left;
	margin-right:10px;
}

.propWrapper > h3, .compSel > h3, #interval > h3
{
	font-size:14px;
	font-weight: normal;
}

.compSel
{
	position:relative;
}
.message
{
	float:right;
	width:400px;
	max-width: 400px;
}

#uplHintTop
{
	max-width: 300px;
	font-size:14px;
	line-height: 16px;

}
#uplHintBottom
{
	font-size:14px;
	line-height: 16px;
}

#diagramPreview
{
	position:relative;
	overflow:hidden;
	float:right;
	border:solid #4ba1d1 1px;
	width:600px;
	height:300px;
	vertical-align:bottom;
}

#diagramPreview svg
{
	position:absolute;
	width:100%;
	height: 100%;
}

.completeWard
{
	background-color: #ddffdd;
}
.incompleteWard
{
	background-color: #d3e1ff;
}
.blankWard
{
	background-color:#ffdddd;
}

#wards-button
{
	border-radius:0px;
	width:200px;
}
#wards-button span
{
	font-size:12px;
}
#wards-menu li
{
	font-size:12px;
}
#wards-menu
{
	max-height:250px;
	margin:0;
	width:198px;
	border: solid lightgrey 1px;
}

.ui-menu-item
{
	background-image:none;
	border:none;
}
#wards-menu .ui-state-focus
{
	background-color:white;
}

#b_compare
{
	margin-top:20px;
}
/*.ui-menu .ui-state-focus, .ui-menu .ui-state-active
{
	margin:-1px;
}*/
#interval
{
	width:150px;
}
.ui-widget .compDate
{
	width:80px;
	font-size:12px;
}

h3.periode
{
	display:inline;
	font-size:14px;
	font-weight: normal;
}

body .ui-tooltip
{
	box-shadow: none;
	border: solid #4ba1d1 1px;
	border-radius:0;
}

.ui-dialog, .ui-dialog-titlebar, .ui-dialog-titlebar-close
{
	border-radius:0px;
	border: solid #4ba1d1 1px;
}

.dialogContent
{
	text-align:center;
}

.dialogButtons
{
	text-align:center;
	margin-top:20px;
}

#reqParams li
{
	background-image:none;
	padding:0;
}

.ui-selectmenu-menu .ui-menu
{
	width:148px;
	max-height:250px;
	border: solid lightgrey 1px;
}
.ui-widget .ui-selectmenu-button, .ui-widget .ui-menu-item
{
	border-radius:0;
	font-size:12px;
}

/*address form*/
.addrContainer
{
	position:relative;
	box-sizing:border-box;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	overflow:auto;
	padding:20px;
	background-color:#4ba1d1;
	border-radius:20px;
}
.addrRow
{
	margin:10px 0;
	overflow:hidden;
}
.addrCol
{
	float:left;
	position:relative;
	overflow:hidden;
	width:50%;
	padding: 0 10px;
	box-sizing:border-box;
}
.addrFull
{
	position:relative;
	box-sizing:border-box;
	width:100%;
	padding: 0 10px;
	float:left;
}

.addrInput
{
	box-sizing:border-box;
	border-radius:10px;
	border:solid silver 1px;
	width:100%;
	font-size:16px;
	padding:8px
}
.addrWarning
{
	position: absolute;
	display: none;
	right: 20px;
	top: 5px;
}
.addrShowWarning
{
	display:block;
}

.profileMsg
{
	position:absolute;
	bottom:0px;
	right:30px;
	padding:10px;
	width:300px;
	font-size:12px;
	line-height:14px;
}
