*,table,tbody,td,tfoot,th,thead,tr  
a,abbr,acronym,address,b,blockquote,body,button,caption,cite,code,col,colgroup,dd,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,hr,html,i,input,kbd,label,legend,li,ol,optgroup,option,p,q,samp,select,span,strong,sub,sup,table,tbody,td,textarea,tfoot,th,thead,tr,ul
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}

html body {
	font-size: 75%;
	padding-left: 2em;
	padding-right: 2em; /*$$$*/
}

img {
	margin: -2px;
	border: none;
	vertical-align: middle;
}

fieldset {
	border: 1px solid #808080;
	border-top: 4px solid #808080;
	background-color: #f6f6f6;
	/*$$$ original  margin: 18px 9px 18px 0px;*/
	margin: 18px 0px 18px 0px; /*$$$*/
	padding: 9px 18px;
}

legend {
	color: #808080;
	background: #fff;
	font-weight: bold;
}

label {
	vertical-align: middle;	
}

.multidata {
	border-collapse: collapse;
	margin: 4px 0px;
}

th {
    word-wrap: break-word;
}

.multidata th {
	text-align: left;
	color: #808080;
}

.multidata td,.multidata th {
	border: 2px solid #808080;
	padding: 5px 5px;
}


/*PORTAL-390*/
    .multidata  tbody>tr:hover td:not(.parse_error):not(.input_changed):not(.rightHiddenTd) {
        background-color: #96c7ef!important;
    }
    
    .multidata tbody>tr:hover td.rightHiddenTd {
      background-color: #f6f6f6!important;
    }

    .html2pdf  tbody>tr:hover td {
        background-color:#96c7ef!important;
    }

    .html2pdf tbody>tr:hover td.rightHiddenTd {
      background-color: #f6f6f6!important;
    }
/*PORTAL-390*/


td {
    word-wrap: break-word;
}

td.notes {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	width: 76px;
}

td.label {
	vertical-align: middle;
	text-align: right;
	width: 27%;
}

td.data {
	vertical-align: top;
}

input {
	margin-left: 0px;
	margin-right: 0px;
	vertical-align: middle;
}

a:link {
	color: #06407c;
}

a:visited {
	color: #06407c;
}

h1 {
	font-size: 200%;
	color: #545454;
	font-weight: bold;
}

h2 {
	font-size: 120%;
	color: black;
	font-weight: bold;
	margin: 0.5em 0.2em;
}

ul.rblist {
	list-style: none;
	padding-left: 0px;
}

ul.rblist li { /* Einrückung für Fliesstext */
	margin-left: 20px;
}

ul.rblist li input.moveout { /* Radioboxen werden wieder rausgerückt */
	margin-left: -20px;
}

div.info {
	border: 1px solid #666;
	margin: 18px 9px 18px 0;
	padding: 9px 18px;
	background: #f6f6f6;
}

div.info h4 {
	
}

div.error {
	color: #F00;
}

div.warning {
	color: #FFAE00;
}

div.error h4,div.error ul {
	color: #F00;
}

div.okStatus {
	color: #0A0;
}

div.okStatus h4,div.okStatus ul {
	color: #0A0;
}

div.contextinfo {
	border: 1px solid #808080;
	margin-bottom: 20px;
	padding: 2px 2px 2px 5px;
}

div.contextinfo h4 {
	
}

div.userInfo {
	border: 2px solid #808080;
	color: #377D87;
	padding: 2px;
	background: #f6f6f6;
	margin-top: 1em;
	text-align: right;
}

.headerTextAPV {
	color: #808080;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
}

.headerTextAPVenvironment {
	color: red;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
}

.headerTextAPVuserInfo {
	color: #2d67a2;
	text-align: left;
	font-size: 11px;
	padding-top: 5px;
}

.headerTextAPVVersionInfo {
	color: #2d67a2;
	text-align: right;
	font-size: 11px;
}

.leftborder {
	border-left: 2px solid #808080;
}

.topborder {
	border-top: 2px solid #808080;
}

.ldapobject {
	border: 2px solid #808080;
	color: #808080;
	padding: 1px;
	background: #f1f2f3;
	margin-top: 5px;
}

.ldapobject ul {
	float: right;
	width: 350px;
	margin: 0px;
	margin-top: 1px;
	font-size: 90%;
	list-style-type: circle;
}

.ldapobject ul li{
	list-style-type: circle;
}

.clearobject {
	clear: both;
	font-size: 1px;
	margin: 0px;
}

.overview {
	margin-left: 10em;
	margin-top: 5em;
}

.overview td {
	width: 10em;
	height: 3em;
}

.scrollableDiv {
	border-top: 1px solid #377D87;
	border-bottom: 1px solid #377D87;
	height: 300px;
	overflow: auto;
}

th.rightHiddenTd {
	border: none;
}

td.rightHiddenTd {
	border: none;
        background-color: #f6f6f6!important;
}

td.bottomHiddenTd {
	border: none;
}

em {
	font-style: normal;
	font-weight: bold;
}

.gvHide {
	display: none;
}

.html2pdf {
	font-family: Arial, sans-serif;
	font-style: normal;	
}

textarea {
    text-wrap: wrap;
}
