@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), 
       url(/ssldebitor/jsp/fonts/Lato-Hairline.ttf)  format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'),
       url(/ssldebitor/jsp/fonts/Lato-Light.ttf)     format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'),
        url(/ssldebitor/jsp/fonts/Lato-Regular.ttf)  format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'),
       url(/ssldebitor/jsp/fonts/PTSans-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'),
       url(/ssldebitor/jsp/fonts/PTSans-Bold.ttf)    format('truetype');
}

html {
    height: 100%;
}
body {
    background-image: url("/ssldebitor/jsp/img/bg-atg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 80px;
}
#body_login {
    background-image: url("/ssldebitor/jsp/img/background.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0);
}
a{
	color: #333399;
}
@media (max-width: 700px) {
.TB_name, .TB_street, .TB_city, .TB_pcode  {
	display:none;
}
.table{
	font-size:12px!important;
}
.TB_pbody{
	font-size:12px;
}
}

h3, .h3{
	color: #333399;
    font-size: x-large;
}

.btn-primary {
  background-color: #333399;
  border-color: #333399;
  color: #fff;
}
.btn-primary:hover {
  background-color: #666;
  border-color: #333;
  color: #fff;
}

.blue {
    color: #447fc8;
}
.btn-success {
    background-color: #333399;
    border-color: #333399;
    color: #fff;
}
.btn-success:hover {
    background-color: #666;
    border-color: #333;
    color: #fff;
}

.btn_start{
	width:100%;
	height:auto;
	white-space:normal !important;
    word-wrap:break-word;
	min-height: 231px;
}

.atg_logo{
	width:100px;
}


.spacer{
	height:50px;
}

.spacer_s{
	padding-bottom: 15px;
}


.btn-blue {
    background-color: #666;
    background-image: none;
    box-shadow: none;
    color: white;
    padding: 5px 20px;
    text-shadow: none;
}
.btn-blue:hover {
    background: #333399 none repeat scroll 0 0;
    color: white;
}

.navbar .brand {
  color: #777;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 200;
  /*margin-left: -20px;*/
  padding-right:  20px;
  text-shadow: 0 1px 0 #fff;
}

.starticon{
	padding-top:25px;
	font-size:35px;
}

.navbar .brand {
    margin-top: 20px;
    max-height: 40px;
    padding-bottom: 8px;
    width: auto;
}
.navbar .navbar-inner {
    background: white none repeat scroll 0 0;
    filter: none;
    height: 80px;
}
.navbar .nav {
    margin-top: 20px;
}
.navbar .nav > li > a {
    color: #333;
    padding: 10px 10px 11px;
    text-shadow: none;
}
.navbar .nav > li > a:hover {
    color: #333399;
}
.navbar .nav > li.active > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #333399;
  border-radius: 3px;
  color: #333399;
}
.navbar .nav > li.active > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #111;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5)!important;
}

.breadcrumb {
    background-color: transparent;
	padding:0;
	}
	
.breadcrumb > li + li::before {
  color: #666;
  content: "-> ";
  white-space:nowrap;
}

.FK_circle b{
	color: #333399;
}

.FK_person{
	background-color:#fff;
	font-size: 14px;
	min-height:185px;
    padding: 10px;
	border: 1px solid #333399;
	border-radius: 5px;
}

.fb88_tbody td, .fb88_thead th, .fb88_tfoot td{
	border: 1px solid #9e9e9e !important;
}

.FB_table, zins_table{
	background: #fff;
/*	border: 1px solid #fafafa;  */
}
.zins_table{
	background: #fff;
        width: auto;
}

.zins_table td{
	border: 0!important;
        padding-top: 0!important;
}

.tab-content{
	background: transparent;
	min-height:250px;
}

.left_padding{
	padding-left: 15px!important;
}

.top_padding{
	padding-top: 15px;
}

.bottom_padding{
	padding-bottom: 15px!important;
}

.content-wrapper{
	padding-bottom: 50px;
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-left: 0!important;
  margin-right: 0!important;
}

#login-wrapper {
    background: none repeat scroll 0 0 white;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    display: block;
    height: 400px;
    left: 50%;
    margin-left: -235px;
    margin-top: -185px;
    padding: 25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 470px;
}
.login-form .legend {
    margin-bottom: 30px;
    margin-top: 5px;
    padding-bottom: 25px;
    color: #333333;
    font-family: Helvetica,sans-serif;
    font-size: 36px;
    font-weight: 300;    
    border-bottom: 1px solid #eeeeee;
}
.login-form .body {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}
.login-form .footer {
    margin-top: 20px;
    margin-bottom: 7px;
}
.login-form .footer .btn {
    background-image: none;
    box-shadow: none;
    padding: 7px 25px;
}


footer.white {
    background: white none repeat scroll 0 0;
    height: auto;
    padding-bottom: 10px;
    padding-top: 20px;
    text-align: center;
}
.navbar {
    font-family: "Lato",Helvetica,sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
footer.navbar-fixed-bottom {
    font-family: "PT Sans",Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5) !important;
	white-space:normal !important;
    word-wrap:break-word;
}
@media (max-width: 991px) {
body {
    padding-top: 0;
}
.navbar {
    height: auto;
    margin-bottom: 0;
}
.navbar .brand {
    margin-top: 0;
}
.navbar .navbar-inner {
    height: auto;
}
.navbar .nav > li > a:hover {
    color: white;
}
#login-wrapper {
    margin-top: 25px;
    position: relative;
    top: 0;
} 
.navbar-fixed-top, .navbar-fixed-bottom {
    position: static;
}
.navbar-fixed-bottom {
    margin-top: 20px;
}
.navbar-fixed-top .navbar-inner {
    padding: 5px;
}
.navbar .container {
    padding: 0; 
    width: auto;
}
.navbar .brand {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;    
}
.brand .img-responsive {
    width: 100%;
}                 
}
@media (max-width: 495px) {
#login-wrapper {
    height: auto;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
}
}

/*KONTAKT FORMULAR RIGHT SIDEBAR*/
/*  beinflusst login-form!
form .row {
  margin-bottom: 20px;
}
*/

/*
#FB_table{
	display: none;
}
*/

#fb88 caption, #fb89 caption{
	text-align: center!important;
}
.panel-heading{
	background-color: transparent!important;
}

label {
  display: block;
}

form label {
  font-weight: bold;
}

.btn-kontakt {
  height: 40px;
}

.form-control {
  border: 2px solid #ddd;
  border-radius: 3px;
  box-shadow: none;
}

.form-control input, .form-control select{
	height: 30px!important;
}

.form-input {
  border: 2px solid #ddd;
  border-radius: 3px;
  box-shadow: none;
  height: 30px;
  padding: 5px 10px;
}

textarea {
  resize: vertical;
}

.white_border{
	background-color: #fff;
	border: 1px solid #333399!important;
	border-radius: 3px;
	box-shadow: none;
	margin-left: -15px!important;
    margin-right: 0!important;
}

.blue_border{
	background-color: #333399;
	border: 1px solid #fff;
	border-radius: 3px;
	box-shadow: none;
	margin-left: -15px!important;
    margin-right: 0!important;
	color: #fff;
}

.daten th, .daten tr, .daten td{
	border:none!important;
}

td.data_key {
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  width: 150px;
  color: #333399;
}

td.ford_ueb{
    vertical-align: middle!important;
}

.daten{
	font-size: 14px;
}

.last_row{
	margin-bottom: 25px;
}

.padding_all{
	padding: 10px;	
}

.blue_font{
	color: #333399;
}

.btn-file input[type="file"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  cursor: inherit;
  display: block;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}

#man_ueb .form-control{
	margin-top:5px;
}

.no-padding-l{
	padding-left: 0px;
}

.no-padding{
	padding: 0px;
}

#sel_orga{
	width:150px;
}

#akten .nav-tabs > li.active > a, #akten .nav-tabs > li.active > a:focus, #akten .nav-tabs > li.active > a:hover {
  background-color: #333399;
  border-color: #333399;
  color: #fff;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

#akten .nav-tabs > li > a {
  border: 1px solid transparent;
  background-color: #666;
  border-color: #333;
  line-height: 1.42857;
  margin-right: 2px;
  color: #fff;
  -moz-user-select: none;
  background-image: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  min-width: 145px;
}

.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
     margin-top: 5px;
}

.nav-tabs, .nav-pills {
    text-align:center;
	border-bottom: none;
}

.btn-fb{
	margin-top: 21px;
}

.padding-first{
	padding-left: 15px;
}

#search-details{
	display: none;
}

#fb-case .nav-tabs > li > a{
  border: 1px solid transparent;
  background-color: #666;
  border-color: #333;
  line-height: 1.42857;
  margin-right: 2px;
  color: #fff;
  -moz-user-select: none;
  background-image: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  min-width: 145px;
  height: auto;
  min-height: 150px;
  white-space: normal !important;
  width: 50%;                                                             
                                                                               
  word-wrap: break-word;
}
#fb-case .nav-tabs > li.active > a, #fb-case .nav-tabs > li.active > a:focus, #fb-case .nav-tabs > li.active > a:hover {
  background-color: #333399;
  border-color: #333399;
  color: #fff;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  height: auto;
  white-space: normal !important;
  width: 50%;
  word-wrap: break-word;
}

#fb-case .nav-tabs, #fb-case .nav-pills {
    text-align:left;
	border-bottom: none;
}

#kontakt .nav-tabs > li.active > a, #kontakt .nav-tabs > li.active > a:focus, #kontakt .nav-tabs > li.active > a:hover {
  background-color: #333399;
  border-color: #333399;
  color: #fff;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

#kontakt .nav-tabs > li > a {
  border: 1px solid transparent;
  background-color: #666;
  border-color: #333;
  line-height: 1.42857;
  margin-right: 2px;
  color: #fff;
  -moz-user-select: none;
  background-image: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  min-width: 145px;
}

.no-list{
	list-style:none;
}

a[aria-expanded=true] .fa-plus-square {
   display: none;
}
a[aria-expanded=false] .fa-minus-square {
   display: none;
}

.nav-tab-center{
    margin-top: -15px;
    margin-bottom: 10px;
    text-align: center;
}
/* ARIA-Selektor für Kennzeichnung MahnEnde */
#fb-case[aria-checked=true] .nav-tabs > li.active > a {
    background-color: red !important;
}

@media only screen{
    .print
    { display: none;}
}

@media only print{
    footer,
    .noprint,
    #myTab, #myTab_his, #fb-case
    { display: none;}
}
table.scroll {
    max-width: 900px;
    margin: 0 auto;
}

table.scroll thead {
    background: white;
}

#tb_0428 {
    max-width: 100% !important;
}

.modalDialog {
 position: Fixed;
 font-family: Verdana, Sans-Serif;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background-color: rgba(0, 0, 0, 0.6);
 z-index: 99999;
 opacity: 0;
 transition: opacity 200ms ease-in;
 pointer-events: None;
}

.modalDialog:target {
 opacity: 1;
 pointer-events: Auto;
}

.modalDialog > div {
 width: 30%;
 max-width: 350px;
 min-width: 200px;
 position: relative;
 margin-top: 20%;
 margin-left: Auto;
 margin-right: Auto;
 padding: 15px 20px 20px 20px;
 border-radius: 3px;
 border: 1px solid #333399!important;
 background-color: #FFFFFF;
 cursor: Default;
}

.md_close {
 background-color: #606061;
 color: #FFFFFF;
 line-height: 25px;
 position: Absolute;
 right: -12px;
 text-align: Center;
 top: -12px;
 width: 24px;
 text-decoration: None;
 font-weight: Bold;
 border-radius: 12px;
}

.md_close:hover {
 color: #333399;
} 

#dig_upload {
    width: 40%;
    margin: 20px auto;
}

tr.fett {
    font-weight: bold;
}