﻿/* Copyright © 201 Quality Systems International GmbH - Veravis Design CSS-Stylesheet für WinLIMS(TM) WebClient */

body {
}

.dvLookup
{
	z-index: 20;
	display: none;
	/*height: 400px;*/
	height: auto;
	background-color: White;
	visibility: hidden;
	position: absolute;
	/*width: 500px;*/
	width: auto;
}

div.dimmer 
{
	visibility: hidden;
	position:absolute;
	left:0px;
	top:0px;
	font-family:verdana;
	font-weight:bold;
	padding:40px;
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.popupDialogHeader
{
	background-image: url(images/PartTitleGrad.gif);
	background-repeat: repeat-x;
	background-color: #507CD1;
	font-size: 8pt;
	color: #003399;
	position:absolute;
	width:600px;
	height:20px;
	font-family: Lucida Sans Unicode, verdana, arial, helvetica, sans-serif;
}

.HeaderRow
{
  font-weight: bold;
  background-color: #92a2bd;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
}

.NotEditible
{
	background-color: #CCCCCC;
	border-style: none;
}

.BtnBackground
{
  background-color: #CCCCCC;
}

.dvAttachments
{
	display: none;
	background-color: #EFF3FB;
	visibility: hidden;
	position: absolute;
	width: 500px;
	height: 300px;
}

.lookupHeader
{
	background-color:#507CD1;
}

/* QSI-ID 8151: Änderung Online UA gem. Feinplanung */
.tdViewTitle
{
	text-align: center;
	vertical-align: middle; 
	background-color: Gray;
}

.lblViewTitleText
{
	font-weight: bold;
	font-size: Large;
	color: White;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tdViewText
{
	text-align: center;
}

.lblViewText
{
	font-size: medium; 
	margin-top: 10px; 
	margin-bottom: 10px;
}

.txtReadOnly
{
	margin-top: 20px; 
	background-color: #CCCCCC; 
	border-style: solid; 
	border-width: 1px;
}

.tdViewFooter
{
	text-align: center;
	vertical-align: middle; 
	background-color: #cecece;
}

.btnSwitchPage
{
    font-size:Large;
    margin-top:10px;
    margin-bottom:10px;
    padding: 5px;
}

.ulNavmenu
{
	margin-right: 40px;
	margin-left: 20px;
}

.HeadSubLines {
	line-height: 14px;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.ibtn {
    /*width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 0px;
    margin-bottom: 0px;*/
}

.ibtnGridView {
    width: 16px;
    height: 16px;
    cursor: pointer;
    /*margin: 0px;
    margin-bottom: 0px;*/
}

.centeredCell {
    text-align: center;
}

.toolBar {
    width: 200px;
    text-align: center;
}

.toolBarLbl {
    text-align: center;
}

.colQuestion {
    width: 600px;
}

.tbFreetextAnswer {
    width: 520px;
    height: 47px; /*3 Zeilen*/
}

.rbtnRadiobuttonlistAnswer {

}

.answerTableHeaderCellLabel{

}

.rbtnTableCell {
    width: 35px;
    text-align: center;
}

.rbtnTableCellNoAnswer {
    width: 68px;
    text-align: center;
}

.answerTableHeaderCell {
    width: 79px;
    text-align: center;
}

.answerTableCellNoAnswer {
    width: 60px;
    text-align: center;
}