html, body{
padding:0px;
}
.info td{  font: 10px Verdana, Arial, Helvetica, sans-serif; color:#070707;}
a    { color: blue; font-weight: bold; font-size: 11px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.astandard { color: blue; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.notice { color: black; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.msg { color: #ff6347; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.navigation { color: black; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.language { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.tabletext  { color: white; font-weight: normal; font-size: 11px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
BODY, TD { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.flatbutton   { color: white; font-size: 12px; font-family: Verdana; background-color: #808080; border: outset thin }
.checkbox { color: white; font-family: Verdana; border: inset 1px #c0c0c0 }
.rights { font-family: Verdana; font-size: 9px; color: black;}
.login {color:#8e8e8e; font:normal 11px/1.8em Verdana;}

body {background-color: #FFFFFF;}

A.GreyLink,A:Link.GreyLink,A:Visited.GreyLink
{
	font-family:Arial;
	font-size:8px;
	color:#000000;	
	text-decoration: none;
	margin-right:30px;	
	letter-spacing: 1.9px;
	text-transform:uppercase;	
	display:inline-block;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	text-align:center;
	height:20px;

	text-transform:uppercase;	
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	margin:10px 10px 0;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	
	
}
A:Hover.GreyLink,A:Active.GreyLink
{
	color:#F22A0F;
  text-decoration:none;	
}
th.sortable,
th.sortable-text,
th.sortable-date,
th.sortable-keep,
th.sortable-date-dmy,
th.sortable-numeric,
th.sortable-currency,
th.sortable-sortByTwelveHourTimestamp,
th.sortable-sortIPAddress,
th.sortable-sortEnglishLonghandDateFormat,
th.sortable-sortScientificNotation,
th.sortable-sortImage,
th.sortable-sortFileSize,
th.sortable-sortAlphaNumeric,
th.sortable-sortEnglishDateTime        {
        cursor:pointer;
        padding: 8px 12px 4px 16px;
        }
th.forwardSort
        {
        background:#CAE8EA no-repeat 0 0;
        }
th.reverseSort
        {
        background:#CAE8EA no-repeat 0 0;
        }
th.forwardSort a,th.reverseSort a
        {
        color:#000;
        text-decoration:none;
        }

table.header {
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;

}
table.footer {
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;     
}
.header_logo {
    width: 120px;
	height: auto;
	object-fit: cover;
    background-repeat: no-repeat;
}
.Auftrag {
background-color: #67C2E9;
}
.messagebox{
	position:absolute;
	width:100px;
	margin-left:30px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
}
.messageboxok{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
	
}
.messageboxerror{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}

#box-table-a
{
	font-family: Verdana;
	font-size: 11px;
	margin: 45px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 11px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}

#box-table-a input{
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
  width: 220px;
}
#box-table-a input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#box-table-a textarea{
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}
#box-table-a textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}

hr
{
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
}
#hr_right
{
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 2px;
	width: 100%;
	text-align: left;
}
.email>ins:before {content: "@"; text-decoration: none}
.email del {text-decoration: none}
.email>del {display: none}
*:first-child+html .email>del {display:inline}  /* Workaround fuer IE 7 */


/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 1px #d3d3d3 solid; }
.forumline1	{ background-color: #FFFFFF; border: 2px #d3d3d3 solid; }
.forumline2	{ background-color: #FFFFFF; border: 2px #cd5c5c solid; }


.submits {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #9c9c9c;
	display:inline-block;
	color:#777777;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.submits:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	color: #c00;
}.submits:active {
	position:relative;
	top:1px;
}

#tree_struk {
    clear: both;
    display: block;
    font-size: 10px;
    height: 23px;
    list-style: none outside none;
    margin: 0;
    padding: 5px 31px 0;
}
#tree_struk li {
    display: block;
    float: left;
    margin: 4px 0 0;
    padding: 0 6px 0 0;
}
#tree_struk li a {
    margin-right: 6px;
	color: #333333;
}
#tree_struk li .current {
    color: #999999;
}
#tree_struk li.first {
    border-left: 0 none;
    margin-left: 10px;
}
#tree_struk li.dashboard_crumb a span {
    display: none;
}

.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(/images/preload.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(/images/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}

#error {background:#ff6969; color:#fff; text-shadow:1px 1px #cf5454; border-right:1px solid #000; border-bottom:1px solid #000; padding:0}
#error .tcontent {padding:10px 14px 11px; border:1px solid #ffb8b8; -moz-border-radius:5px; border-radius:5px}
#success {background:#2ea125; color:#fff; text-shadow:1px 1px #1b6116; border-right:1px solid #000; border-bottom:1px solid #000; padding:10; -moz-border-radius:0; border-radius:0}
#notsuccess {background:#E64D4D; color:#fff; text-shadow:1px 1px #1b6116; border-right:1px solid #000; border-bottom:1px solid #000; padding:10; -moz-border-radius:0; border-radius:0}
#bluemask {background:#404040}
#frameless {padding:0}
#frameless .tclose {left:6px}

.multipleSelectBoxControl span{	/* Labels above select boxes*/
		font-family:arial;
		font-size:11px;
		font-weight:bold;
}
.multipleSelectBoxControl div select{	/* Select box layout */
		font-family:arial;
		height:100%;
}
.multipleSelectBoxControl input{	/* Small butons */
		width:25px;	
}
.multipleSelectBoxControl div{
		float:left;
}
		
.multipleSelectBoxDiv

#InfoBox {
visibility: hidden;
position: absolute;
top: 10px;
left: 10px;
z-index: 1;

/* diese Angaben können Sie anpassen */
width: 250px;
background: url(/images/bg-infobox-04.gif);
border-bottom: 1px solid #000000;
}


/* weitere Box in der Info-Box für padding */
#BoxInnen {
padding: 30px 15px 15px 15px;
}


/* Formatierung Texte in der Info-Box */

#BoxInhalte {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
color: #3F3F3F;
line-height: 130%;
}

#BoxInhalte b{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
color: #0070C0;
line-height: 130%;
}

#BoxInhalte h1 {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 13px;
font-weight:bold;
color: #000000;
text-transform: none;
line-height: 100.01%;
margin-top: 6px;
margin-bottom: 20px;
}
/******* FORM *******/
#ubr_upload_form{
	padding: 0 10px 10px;
}

#ubr_upload_form td{
 text-align: left;
}
#ubr_upload_form input{
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
  width: 220px;
}
#ubr_upload_form select{
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
  width: 220px;
}
#ubr_upload_form input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#ubr_upload_form textarea{
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}
#ubr_upload_form textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
/*#ubr_upload_form div{
	margin-bottom: 15px;
}
#ubr_upload_form div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#ubr_upload_form div span.error{
	color: #e46c6e;
}       */
#ubr_upload_form #send{
	background: #6f9ff1;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#ubr_upload_form #send:hover{
	background: #79a7f1;
}
#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}
.cd__main{
	min-height: 720px;
	align-items: center
  }

  .cd__intro{
	padding: 60px 30px;
	margin-bottom: 15px;
		 flex-direction: column;
 
 }
 .cd__intro,
 .cd__credit{
	 display: flex;
	 width: 100%;
	 justify-content: center;
	 align-items: center;
	 background: #fff;
	 color: #333;
	 line-height: 1.5;
	 text-align: center;
 }
 
 .cd__intro h1 {
	font-size: 18pt;
	padding-bottom: 15px;
 
 }
 .cd__intro p{
	font-size: 14px;
 }
 
 .cd__action{
	text-align: center;
	display: block;
	margin-top: 20px;
 }
 
 .cd__action a.cd__btn {
   text-decoration: none;
   color: #666;
	border: 2px solid #666;
	padding: 10px 15px;
	display: inline-block;
	margin-left: 5px;
 }
 .cd__action a.cd__btn:hover{
	background: #666;
	color: #fff;
	 transition: .3s;
 -webkit-transition: .3s;
 }
 .cd__action .cd__btn:before{
   font-family: FontAwesome;
   font-weight: normal;
   margin-right: 10px;
 }
 .down:before{content: "\f019"}
 .back:before{content:"\f112"}
 
 .cd__credit{
	 padding: 12px;
	 font-size: 9pt;
	 margin-top: 40px;
 
 }
 .cd__credit span:before{
	font-family: FontAwesome;
	color: #e41b17;
	content: "\f004";
 
 
 }
 .cd__credit a{
	color: #333;
	text-decoration: none;
 }
 .cd__credit a:hover{
	color: #1DBF73; 
 }
 .cd__credit a:hover:after{
	 font-family: FontAwesome;
	 content: "\f08e";
	 font-size: 9pt;
	 position: absolute;
	 margin: 3px;
 }
 .cd__main{
   background: #fff;
   padding: 20px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   
 }
 .cd__main{
	 display: flex;
	 width: 100%;
 }
 
 @media only screen and (min-width: 1360px){
	 .cd__main{
	   max-width: 1280px;
	   margin-left: auto;
	   margin-right: auto; 
	   padding: 24px;
	 }
 }

 /* Spinner Wrapper */
.loader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	z-index:2;
}

.loader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* Spinner */
.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #333;
    margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.table td{
	vertical-align: middle;
}
span.input-group-text {
    width: 40px;
}

.notification {
	width: 50%;
    top: 1rem;
    right: 1rem;
    z-index: 1050; /* Über anderen Elementen */
	position: fixed !important;
}

.modal-content {
    background-clip: padding-box;
    border: none;
    border-radius: 0.3rem;
  }

  .login-modal-img, .signup-modal-img {
    background-size: cover;
    background-position: center;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
  }

  .modal-header {
    border-bottom: none;
  }

  .modal-body {
    padding: 2rem;
  }

  .form-label {
    margin-bottom: 0.5rem;
  }

  .modal-footer {
    border-top: none;
  }

  .criteria-list .criteria {
    color: red;
    margin-bottom: 0;
}

.criteria-list .criteria.valid {
    color: green;
}

.criteria-list.hidden {
    display: none;
}

.addressbook{
	background: url("/direkttransfer/images/addressbook.svg") no-repeat;
	cursor: pointer;
	border: 0px;
}
.hover-class {
	height: 45px;
	width: 45px;
	display: block;
	border: none;
	background: url("/images/user-icon.png") no-repeat;
	cursor:pointer;
	}
.hover-class:hover {
background-position: right;
}

.hover-class-act {
	height: 45px;
	width: 45px;
	display: block;
	border: none;
	background: url("/images/user-icon-act.png") no-repeat;
	cursor:pointer;
	}
.hover-class-act:hover {
background-position: right;
}

.card-form {
	padding-left: 0 !important;
	padding-right:0 !important;
}
.card-header {
	padding-right: .5rem !important;
}