﻿/* #Buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] 
{
	border: 1px solid #4E5BA1;
	outline:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #204F83;
	color: #FFF;
	display: inline-block;
	font-weight:bold; 
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 10px;
	line-height: normal;
	padding: 8px 10px;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFF;
	background: #204F83; /* Old browsers */
	background: #204F83 -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background: #204F83 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background: #204F83 -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: #204F83 -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background: #204F83 -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
	background: #204F83 linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	border: 1px solid #204F83;
}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}

/* #Forms
================================================== */

	form {
		margin-bottom: 0px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 0px solid #00367C;
		padding: 5px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		margin: 10px 0 10px 0;
		/*width: 210px;*/
		max-width: 100%;
		/*display: block;*/
		background: #fff; }
	select {
		padding: 5px; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		/*display: block;
		font-family: RobotoBold;
		font-weight: normal;*/
        margin-right:10px;
	}
	select {
		/*width: 220px;*/ 
        /*padding:5px;*/
	}
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
	}

#ctl00_ContentPlaceHolder1_dropDownUploadKategorie, #ctl00_ContentPlaceHolder1_behandlungsart
{
    margin: 0 0 10px 0;
    width:408px;
    /*border-radius:5px;*/
}

select#ctl00_ContentPlaceHolder1_dropDownUploadKategorie, select#ctl00_ContentPlaceHolder1_behandlungsart
{
   padding: 5px;
}



#ctl00_ContentPlaceHolder1_infocenter
{
    border-radius: 5px;
    background-color:lightseagreen;
    /*font-size:110%;*/
    color: #fff;
    margin-bottom:10px;
}

#ctl00_ContentPlaceHolder1_infocenter2
{
    border-radius: 5px;
    background-color:#204F83;
    /*font-size:110%;*/
    color: #fff;
    margin:0 0 10px 0;
    clear: both;
    float:left;
    width:100%;
}

#ctl00_ContentPlaceHolder1_infocenterAdmin
{
    border-radius: 5px;
    background-color:lightseagreen;
    /*font-size:110%;*/
    color: #fff;
    margin-bottom:10px;
}

#ctl00_ContentPlaceHolder1_hinweistext
{
    border-radius: 5px;
    background-color:mediumvioletred;
    /*font-size:110%;*/
    color: #fff;
    margin-bottom: 10px;
}

#ctl00_ContentPlaceHolder1_hinweistext2
{
    border-radius: 5px;
    border: 4px solid #ff0000;
    /*color: #fff;*/
    margin-bottom: 10px;
}
#ctl00_ContentPlaceHolder1_hinweistext2 h4
{
    background-color:transparent;
    /*color:#fff;*/
    padding:10px;
    margin-top:0px;
}

#ctl00_ContentPlaceHolder1_infocenter h4, 
#ctl00_ContentPlaceHolder1_infocenter2 h4, 
#ctl00_ContentPlaceHolder1_hinweistext h4,
#ctl00_ContentPlaceHolder1_infocenterAdmin h4
{
    background-color:transparent;
    color:#fff;
    padding:10px;
    margin-top:0px;
}

#ctl00_ContentPlaceHolder1_infocenter p,
#ctl00_ContentPlaceHolder1_infocenter2 p,
#ctl00_ContentPlaceHolder1_hinweistext p,
#ctl00_ContentPlaceHolder1_infocenterAdmin p,
#ctl00_ContentPlaceHolder1_hinweistext2 p
{
    margin:0;
    padding:0 10px 10px 10px;
    font-weight:200;
}

#passwordDescription 
{
    font-weight:bold;
    padding:5px;
    color:#000;
}

#passwordStrength
{
    height: 40px;
    display: block;
    float: left;
    text-align: center;
    vertical-align: middle;
}

.strength0
{
	width:100%;
	background:#FFF;
}

.strength1
{
	width:25%;
	background:#ff0000;
}

.strength2
{
	width:50%;	
	background:#ff5f5f;
}

.strength3
{
	width:75%;
	background:#ff9191;
}

.strength4
{
	background:#4dcd00;
	width:100%;
}


#passwort_aendern_container 
{
    border-radius: 5px;
    /*background-color:#E0F4FB;*/
    background-color:#A1DAF8;
    width: 100%;
    padding:2%;
    display:table;
}

#passwort_speichern 
{
    float:right;
    margin-top:20px;
}

#passwort_staerke_container 
{
    background-color:transparent;
    border-radius:5px;
    width:100%;
    display:table;
    padding:0%;
}

#pw_inputs 
{
    width:40%;
    float:left;
}

#pw_hinweise
{
    float:right;
    width:60%;
    height:100px;
}

ul.pw_kriterien_check
{
    list-style:square;
    margin-left:20px;
}

#pw_hinweise h4 
{
    background-color: transparent;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 0px;
}

li.pw_anzahl_check,
li.pw_grossklein_check ,
li.pw_sonderzeichen_check ,
li.pw_zahl_check  
{
    /*background-image: url("../icons/checked.png");*/
    background-position:right;
    background-repeat:no-repeat;
    height: 20px;
    margin-bottom:8px;

}


#passwort_aendern_container input 
{
    border: 0px solid;
    padding: 10px;
}

label.pwlabel {
    /*font-size:120%;*/
    padding-bottom:10px;
    /*color:#4E5BA1;*/
    color: #474f51;
    width:350px;
    display:block;
    font-weight:bold;
}

span.error{color:mediumvioletred;}



.visitenkarte {
	border:0px;
	background-color:#E0ECF4;
	-moz-border-radius:4px; /* Firefox */
	-webkit-border-radius:4px; /* Safari, Chrome */
	-khtml-border-radius:4px; /* Konqueror */
	border-radius:4px; /* CSS3 */
	width:600px;
	padding:20px;
}



.benutzerinfos {
	/*margin-left:10px;*/
	width:95%;
	border: 0px;
	/*color: #FFF;*/
}

.benutzerinfos tr {
	border-top: 1px solid #8AABC1;
}

.benutzerinfos tr.first {
	border-top: 0px solid #FFF;
}

.benutzerinfos td.label {
	width: 30%;
	font-weight:bold;
}

.PatientensuchDetails 
{
	background-color: #F2F2F2;
	color: #333;
	border: 1px solid #474f51;
	width: 30%;
	margin-right:1%;
	float:left;	
}

.PatientensuchDetails td
{
    padding:5px;

}

.PatientensuchDetails tr
{
	border-top: 1px solid #474f51;
}

.PatientensuchDetails tr.first
{
	border-top: 0px solid #5C9CC6;
}

.PatientensuchDetails td.label
{
	font-family: RobotoBold;
	width: 45%;
}



.RDcontainer 
{
    clear:both;
    width:100%; 
    margin-top:20px; 
    min-height:500px;

}

.rplabel {font-family: RobotoBold; float:left; padding:5px 0;}

.rdlabel {font-family: RobotoBold;  padding:5px;}

#RPContainer 
{
    width:69%;
    max-height: 500px;
    min-height: 500px;
    overflow:auto;
    padding-bottom:5px;
}

.RechnungsPosten 
{
    border: 1px solid #474f51;
    width:100%;
}

.RechnungsPosten td 
{
    background-color:#FFF;
}


/* Tab Styles */

/*#dialog label, #dialog input { display:block; }
#dialog label { margin-top: 0.2em; }
#dialog input, #dialog textarea { width: 95%; }

#tabs { 
    margin: 0; 
    border-color: #467BBE; 
    border:0px solid #FFF; 
    background-color:Transparent;
}
#tabs li .ui-icon-close { 
    float: left; 
    cursor: pointer; 
}
#add_tab { cursor: pointer; }

#tabs li a { font-size: 0.9em; padding:5px 5px 5px 5px;}

#tabs ul{ margin:0;}

#tabs div.ui-tabs-panel {
     font-size: 0.9em;
     overflow:auto;
     margin-top:0px; 
     padding:5px; 
     background-color:#D8D8D8; 
     margin-bottom: 0px;
}

#tabs li.header_patientensuche a{
    cursor:pointer;
}

#tabs li a.ui-tabs-anchor{
    cursor:pointer;
}

#tabs li.header_patientensuche {
    background-color: #D8D8D8;
    color: #474f51;
    cursor:pointer;
}*/

.RechnungsPosten tr { border:0px;}

.RechnungsPosten tr.first {border-top: 1px solid #474f51;}

.RechnungsPosten td { padding: 2px 0 0 5px; font-size:100%;}

#arztfilterholder, #klinikfilterholder {
     margin:12px 0 12px 0;
     background-color:#D8D8D8;
     padding-left: 10px;
}

select#arztfilter, select#klinikfilter { width:400px; float:left; padding:5px; margin-top:10px;}

table.datenfilter {
    background-color: #D8D8D8;
    width:100%;
    padding:10px;
    margin-bottom:20px;
    margin-top:20px;
}


.datenfilter h3 {
    color: #474f51;
}

table.datenfilter td.first  {
    width:30%;
    padding-left:10px;
}

table.datenfilter td.first label{
    width:50%;
    margin-right: 10px;
}

table.datenfilter td input{
   padding:3px 0 3px 10px;
}

input#btn_rechnungsarchiv_laden {
   padding:10px;
   width:100%;
}



table.datenfilter td input.ra_date_selector {
    padding: 10px;
    float:right;
    margin-right:10px;
}


.datenfilter td.filterlabel { width:25%; vertical-align:middle; /*padding-top:15px;*/ }

#loader { text-align:center; padding:20px; display:none; }
#spanloader { display:none; }



#rechnungsausgangs_uebersicht_klinik .dataTables_filter,
#rechnungsausgangs_uebersicht_klinik_nach_datum .dataTables_filter 
{
	display:none;
}

.javascript-error
{
	background-color:Red;
	text-align:center;
	padding:60px 0 80px 90px;
	margin:20px;
	font-size: 140%;
	color:#FFF;
	background-image: url("../icons/warning.png");
	background-repeat:no-repeat;
	background-position: 30px 20px;
}



#Rechnungsausgang tr.unterpunkt, #RechnungsausgangKlinik tr.unterpunkt { display:none; }

td.unterpunkte_closed 
{
	cursor:pointer; 
	background-image: url("../icons/plus.png");
	background-repeat:no-repeat;
	background-position: 5px 5px;
}

td.unterpunkte_opened 
{
	cursor:pointer; 
	background-image: url("../icons/minus.png");
	background-repeat:no-repeat;
	background-position: 5px 5px;

}

/*

.ui-accordion-header {
    cursor:pointer;
}



#ui-accordion-accordion-header-0 ,#ui-accordion-accordion-header-1, #ui-accordion-accordion-header-2 {
    border-bottom: 1px solid #204F83;
}

#ui-accordion-accordion-header-0.ui-accordion-header-active ,
#ui-accordion-accordion-header-1.ui-accordion-header-active , 
#ui-accordion-accordion-header-2.ui-accordion-header-active , 
#ui-accordion-accordion-header-3.ui-accordion-header-active  {
    border-bottom: 0px solid #204F83;
}*/




.datenfilter2 {
	border:0px;
	/*background-color:#D8D8D8;*/
    width:100%;
    /*border-bottom:1px solid #474f51;*/
}

.datenfilter2 label {
	color:#474f51;
	line-height:30px;
}

.datenfilter2 tr  {
	border-top: 0px;
}

.datenfilter2 td {
	height:35px;
	width:25%;
	padding:0 10px 0 10px;
}

.datenfilter2 input
{
	width:100%;
}

.datenfilter2 td.first {
	padding: 5px 5px 5px 10px;
}

.datenfilter2 select#klinikfilter {margin-top:0px; width:100%;}

a.impressum { color:#FFF; float:left; text-align:left; text-decoration:none;}

a.linkzurwebseite { margin-left:20px; color:#FFF; float:left; text-align:left; text-decoration:none;}

.uploadbox 
{
	background-color:#D8D8D8;
	-moz-border-radius:4px; /* Firefox */
	-webkit-border-radius:4px; /* Safari, Chrome */
	-khtml-border-radius:4px; /* Konqueror */
	border-radius:4px; /* CSS3 */
	width:100%;
	padding:2%;
	float:left;	
}

.uploadboxUserauswahl 
{
	background-color:#D8D8D8;
	-moz-border-radius:4px; /* Firefox */
	-webkit-border-radius:4px; /* Safari, Chrome */
	-khtml-border-radius:4px; /* Konqueror */
	border-radius:4px; /* CSS3 */
	width:100%;
	padding:2%;
	float:left;	
    margin-bottom:20px;
}

.uploadboxUserauswahl input {
    width:100%;
}

#ctl00_ContentPlaceHolder1_dropDownUploadKategorie {
    width:100%;
}

input#ctl00_ContentPlaceHolder1_btnSendMessage{
    float:right;
    margin-top:20px;
}

.datenfilter_rn 
{
	margin-top:10px;
	border:0px;
	background-color:#5C9CC6;
	-moz-border-radius:4px; /* Firefox */
	-webkit-border-radius:4px; /* Safari, Chrome */
	-khtml-border-radius:4px; /* Konqueror */
	border-radius:4px; /* CSS3 */
}

.datenfilter_rn label {
	color:#FFF;
	line-height:30px;
}

.datenfilter_rn tr  {
	border-top: 0px;
}

.datenfilter_rn td {
	height:35px;
	width:25%;
	padding:0 10px 0 10px;
}

.datenfilter_rn input 
{
	width:100%;
}

.datenfilter_rn td.first {
	padding: 5px 5px 5px 10px;
}


.datenfilter_rn td.hinweis { font-family:RobotoBold; color:#FFF; font-size:110%;}



h4.opheader 
{
	padding-top: 10px;
}


ul.regdownloads { list-style: square; margin-left:15px; }

.hochgeladene_dateien { clear:both; float:left; padding-top:20px; margin-top:10px; border-top: 1px solid #5C9CC6; width:100%}

.uploadnachricht_senden 
{
	float:right;
}

.uploadnachricht_senden h4 
{
	padding:0;
	margin:0;
	font-size:100%;
	text-transform:none;
	line-height:25px;
}

p.nodata { 
    background-color:#F2F2F2;
    padding:10px;
}


.no-close .ui-dialog-titlebar-close {display: none; }

/*.no-close .ui-dialog-titlebar {display:none}
.no-close {background-color: #204F83;padding: 20px;}
.no-close h3 {background-color: Transparent;color: #FFF;}*/


/*#message_dialog, #abmeldung_dialog {color: #FFF;}*/
.nachricht .ui-dialog-titlebar-close {display: none; }
/*.nachricht .ui-dialog-titlebar {display:none}
.nachricht .ui-dialog-buttonpane {background-color: #009EE0;border-width: 0 0 0;}
.nachricht {background-color: #009EE0;padding: 20px;}
.nachricht h3 {background-color: Transparent;color: #FFF;}*/


#schnellsuche
{
    width:94%;
    padding: 5px 5px 7px 45px;
    background-image: url('/res/icons/schnellsuche.png');
    background-position: 5px 5px;
    background-repeat:no-repeat;
}

#schnellsuche:focus 
{
    border: 1px solid #00367C;
}

#filterrechnbungsarchiv td
{
    padding:10px 10px 5px 10px;
} 

#filterrechnbungsarchiv select 
{
    padding:5px;   
}

#filterrechnbungsarchiv 
{
    margin-bottom:10px;
}

#multidownload 
{
    float:right;
    margin-top:10px;
}

#tabelle_rechnungsarchiv 
{
    clear:both;
}

.hidden .ui-datepicker-calendar, .ui-datepicker-current {
    display: none;
}


#ui-datepicker-div 
{
    background-color: #A1DAF8;
    padding:10px;
}

#ui-datepicker-div select
{
    width:150px;
    padding:5px;
}

#ui-datepicker-div .ui-datepicker-close {
    width:100%;
}

.ui-datepicker .ui-datepicker-header
{
    border: 0px;
    background-color: #A1DAF8;
}

#ctl00_ContentPlaceHolder1_Login1 
{
    width:100%;
}

a.ui-datepicker-prev, a.ui-datepicker-next{
    display:none;
}


/*

    Anmeldung 

*/


.andmeldungsrahmen 
{
 	border:0px;
	background-color:#F2F2F2;
	-moz-border-radius:4px; /* Firefox */
	-webkit-border-radius:4px; /* Safari, Chrome */
	-khtml-border-radius:4px; /* Konqueror */
	border-radius:4px; /* CSS3 */
	width:600px;
	padding:20px;
}   

table.anmeldung
{
	width: 100%;
	margin-top:10px;
	border: 0px solid #FFF;
}

table.anmeldung tr { border: 0px; }	 
		
table.anmeldung td.label 
{
	padding: 10px;
	width:40%;
	vertical-align:top;
}

table.anmeldung input 
{
    width: 100%;
    padding: 6px 4px;
}

table.anmeldung input[type="submit"]{/*margin-right:100px;*/} 


table#ctl00_ContentPlaceHolder1_Login1 tr {border-top:0px solid #FFF;}

/*

    Claim Startseite

*/


.conteclaim {
    margin:140px 0 280px 0;
    font-weight:600;
    font-size: 2.8em;
    color: #fff;
    line-height:1.2em;
}




/*

    Styles Startseite

*/

#startseite_uppercontent, #startseite_lowercontent {
}

#startseite_links{

    width:30%;
    padding:0;
    margin:0;
}

#startseite_links_1 {
    background-color: #F2F2F2;
    margin-bottom:20px;
    /*height:385px;*/ 
}

#startseite_links_2 {
    background-color: #F2F2F2;
    margin-bottom:20px;
    /*height:385px;*/ 
}


#links_startseite{
    background-color: #A1DAF8;
    width:30%;
    height:99%;
}

#nachrichten_startseite{
    background-color: #F2F2F2;
    width:30%;
    height:99%;
    padding:0;
}

#dateieingaenge_startseite{
    background-color: #F2F2F2;
    width:30%;
    height:99%;
    padding:0;
}

#zahlungseingaenge_startseite{
    background-color: #F2F2F2;
    margin:1%;
    width:64%;
    height:99%;
    padding:0;
    overflow:auto;
}

#startseite_rechts {
    width:69%;
    margin-left:1%;
    padding:0;
}

#rechnungsausgaenge_startseite{
    background-color: #F2F2F2;
    margin:1%;
    width:64%;
    height:99%;
    padding:0;
    /*background-image: url(/res/icons/rechnungsausgang.png);*/
    background-position-y: top;
    background-position-x: right;
    background-repeat:no-repeat;
}

#content h3.header_startseite {
    background-color: #F2F2F2;
    color: #204F83;
    margin:0;
    padding: 0.5em 0.4em 0.5em 0.4em;
}


#content h3.header_accordion_startseite {
    background-color: #204F83;
    border:0px solid;
    color: #fff;
    margin:0 0 5px 0;
    padding: 0.5em 0.4em 0.5em 0.4em;
}


#startseite_rechts .ui-accordion .ui-accordion-content {
    padding:10px;
}

/*#rechnungsausgaenge_startseite h3.header_startseite{
    background-image: url(/res/css/icons/rechnungsausgang.png);
    background-position-y: center;
    background-position-x: 20px;
    background-repeat:no-repeat;
    padding-left:80px;
}*/



img.mockupbild_startseite {
    width:100%;
    padding:1%
}

#footer a.abmeldebutton {
    background-color: #204F83;
    color: #FFF;
    padding:20px;
    border-radius:4px;
}
#footer a.abmeldebutton:hover{
    background-color: #6ca6e0;
    
}

.datum_liste_startseite {
    color:#204F83;
    /*font-weight:500;*/
    /*padding:5px 5px 5px 0;*/
}

li.liste_startseite{
    padding:7px;
    color: #000;
    border-bottom: 1px solid #FFF;
}

#dateieingaenge_startseite ul {
    
}

.raUebersicht{
    width: 100%;
    background-color: #7197C1;
    /*height: 95px;*/
    background-image: url(/res/icons/versandt.png);
    background-position-y: center;
    background-position-x: 270px;
    background-repeat:no-repeat;
    /*border-radius:4px;*/
    padding: 15px;
}

.zeUebersicht {
    width: 100%;
    background-color: #6AC2A7;
    /*height: 95px;*/
    background-image: url(/res/icons/money.png);
    background-position-y: center;
    background-position-x: 270px;
    background-repeat:no-repeat;
    padding:20px;
    /*border-radius:30px;*/
}

.oaUebersicht{
    width: 100%;
    background-color: #E4BB7D;
    background-image: url(/res/icons/work.png);
    background-position-y: center;
    background-position-x: 270px;
    background-repeat:no-repeat;
    background-size:58px 58px;
    padding:20px;
    /*border-radius:4px;*/
    
}

#content .raUebersicht h3, #content .zeUebersicht h3, #content .oaUebersicht h3 {
    color: #204F83;
    }


#passwort_aendern_container h3 {
    color: #474f51;
}

#passwort_aendern_container h3:hover{
    text-decoration:underline;
}


#zahlungseingangs_uebersicht, #stornoklinik_uebersicht {
    margin-top:20px;
}

/*table#StornoDetails, table#StornoKlinikDetails {
    background-color: #F2F2F2;
    width: 99%;
    text-align: left;
}

table#StornoDetails th, table#StornoKlinikDetails th {
    padding:3px;
    background-color: #D8D8D8;
}

table#StornoDetails td, table#StornoKlinikDetails td {
    padding:3px;
}

table#StornoDetails tr, table#StornoKlinikDetails tr {
    padding:3px;
    border-top: 1px solid #7CA4D6;
}*/

#psk_uebersicht {
    margin-top:20px;
}

#rechnungsausgangs_uebersicht_klinik_nach_datum_startseite {
    /*max-height:320px;*/
    overflow:auto;
    padding:10px;
}

#rechnungsausgangs_uebersicht_klinik_nach_datum_startseite h4{
    display:none;    
}


#zahlungseingangs_uebersicht_klinik_nach_datum_startseite {
    /*max-height:320px;*/
    overflow:auto;
    padding:10px;
}

#zahlungseingangs_uebersicht_klinik_nach_datum_startseite h4{
    display:none;    
}


#ctl00_ContentPlaceHolder1_dgRf td.link_zu_rf a,  {
    color: transparent;
}


#ZahlungseingangKlink {
    width:100%;
}


.neuicon{
    width:25px;
    vertical-align:middle;
}

#dateneingaenge_startseite {
    margin:1%;
    width:98%;
    table-layout:fixed;
}

#dateneingaenge_startseite td.dateilink {
    width:160px;
}

#dateneingaenge_startseite td.dateiicon {
    width:30px;
}

#dateneingaenge_startseite td.dateidatum {
    width:65px;
}


#dateneingaenge_startseite td{
   /* padding: 2px 10px 2px 0px;*/
    border-bottom: 1px solid #204F83;
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
}

#tabelle_rechnungsarchiv {
    margin:1% 0 0 0;
    width:98%;
}

#tabelle_rechnungsarchiv td{
    padding: 2px 10px 2px 0px;
    border-bottom: 1px solid #ededed;
    text-align:left;
}

#tabelle_rechnungsarchiv th{
    padding: 2px 10px 2px 0px;
    font-weight:bold;
    border-bottom: 1px solid #ededed;
    text-align:left;
}


table#ctl00_ContentPlaceHolder1_dgUd, table#protokollDatenbereistellung {
    table-layout:fixed;
}

table#ctl00_ContentPlaceHolder1_dgUd td.gekuerztertext_ud, table#protokollDatenbereistellung td.gekuerztertext_pd {
    padding: 4px;
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
}

.gekuerztertext_pd{
    width:300px;
}

.deleteicon_pd{
    width:50px;
}

.deleteicon_pd img{
    vertical-align:middle;
}

.datum_pd {
    width:160px;
}
.benutzer_pd {
    width:80px;
}

img.delete_dokument{
    cursor:pointer;
}


button.ua_verteilen{
    float:right;
}

.h4absatz {
    line-height:60px;
}

button.alle_ud_auswaehlen, 
button.alle_ud_abwaehlen {
    float: right;
}

button.ud_verteilen {
    float:left
}
 
button.alle_ud_abwaehlen {
    margin-right:10px;
}

td.stornobeleg {
    color: #ED391B;
    cursor:pointer;
}

a#logo {
    margin-left: -12px;
}


#ctl00_ContentPlaceHolder1_infocenter
{
    border-radius: 5px;
    background-color:lightseagreen;
    font-size:110%;
    color: #fff;
    margin-bottom:10px;
}


#ctl00_ContentPlaceHolder1_infocenter h4
{
    background-color:transparent;
    color:#fff;
    padding:10px;
}

#ctl00_ContentPlaceHolder1_infocenter p
{
    margin:0;
    padding:0 10px 10px 10px;
    font-weight:200;
}


.ui-widget-content a.downloadlink_duplikat {
    color: #ED391B;
}


#verwerfungen {
    width:100%;
}

#verwerfungenDetailansicht_wrapper{

}

img.erledigteVerworfeneAkte, img.erledigteVerworfeneAkteFertig {
    vertical-align:middle;
    cursor:pointer;
}

img.verfungenHilfeIcon{
    vertical-align:middle
}

table.legendeVWG {
    border: 1px solid;
}

table.legendeVWG td {
    border: 1px solid;
    padding: 0 5px 0 5px;
}

td.headlineVWG {
    font-weight:bold;
}





