@import 'bde-bootstrap.css';
@import 'bde-index.css';
@import 'vendor.css';
@import 'font-awesome.css';
@import 'font-awesome.min.css';

/* @import 'bootstrap-datepicker.css';
@import 'bootstrap-datepicker.min.css';
@import 'bootstrap-datetimepicker.css';
@import 'bootstrap-datetimepicker.min.css';
@import 'bootstrap-theme.css';
@import 'bootstrap-theme.min.css';
@import 'bootstrap.css';
@import 'bootstrap.min.css'; */


/* ###################  COMMON STRUCTURE  ################### */
/*
  Layout: System-Layout definiert:
  - Fonts
  - Text-, Vordergrund- und Hintergrundsfarben
  - Designspezifische Images
  - komplette Borders
  Schrift-Farbe: #0A51A1;
  Standard-Hintergrund dunkel: #E6EDFF;
  gerade Zeilen Hintergrund-Farbe: #E6EDFE;
  heller Hintergrund: #FFFFFF
  Rot (Schrift): red
  Schwarz (Schrift): black
  Link (a:hover): #3366cc
 */
.page {
/* colors */
    color:#0a51a1;
    background:#e6edff;
}
.page_header {
    color: inherit;
    background: inherit;
    /*background-image:url(./images/eauskunft_header_background_right.gif);
    background-repeat:no-repeat;
    background-position:right top;
    border-bottom: 20px solid #0a51a1;*/
}
/*
  Linkes Menü (12)
 */
div.page_middle_menuLeft a{
    color: black;
    background: #e6edff;
}
/*
  Menüeintrag im linken Menü
 */
.page_middle_menuLeft li {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
}
/*
  Selektierter Menüeintrag im linken Menü
 */
.page_middle_menuLeft li>a.selected {
    background-color: inherit;
    color:red;
}
/*
  Link im Menüeintrag im linken Menü, aktiviert
 */
.page_middle_menuLeft a:hover, .page_middle_menuLeft a:active, .page_middle_menuLeft a:focus {
    color: #3366cc;
    background-color:inherit;
}
.page_middle_menuRight {
    color: inherit;
    background: inherit;
}
.page_middle_content {
    color:#0A51A1;
    background: #FFFFFF;
    border-right-style:solid;
    border-right-width:20px;
    border-left-style:solid;
    border-left-width:12.5em;
    border-right-color: #0A51A1;
    border-left-color: #E6EDFF;
}
/* IE6 */
* html .page_middle_content {
    border-left-color: #E6EDFF;
    border-left-style:solid;
    border-left-width:12.5em;
}
/* ###################  breiterer Ramiris-Menübaum ################### */
body.ramiris .page_middle_menuLeft {
    
}

body.ramiris .page_middle_content {
    border-left:20em solid #E6EDFF;
}

.content_header {
    color: inherit;
    background: inherit;
}
.content_header h1 {
    color: red;
    background: inherit;
}
/* #content_header */
.content_header h3 {
    color:black;
    background-color:#E6EDFE;
}
.content_body {
    color: inherit;
    background: inherit;
	padding-bottom: 1em;
}
.content_body div h3 {
    border-bottom-color: #0A51A1;
    border-bottom-style:solid;
    border-bottom-width:1px;
}
.content_body div.section h3 {
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color: #0A51A1;
}
.content_footer {
    color: inherit;
    background: inherit;
}
.page_footer td {
    color:#0A51A1;
    background-color:#E6EDFF;
}
/* ###################  COMMON CONTENT  ################### */
.content_body table {
    border-width: 0;
    border-style: solid;
    border-color: #0a51a1;
}
/* Wechselnde Zeilenfarben bei Tabellen */
tr.even td {
    color: inherit;
    background-color: #ffffff;
}
tr.odd td {
    color: inherit;
    background-color: #e6edfe;
}
/* Buttons */
/* normaler Button */
.content_body .button {
    color: #0a51a1;
    background-color: #e6edff;
    border-color: #0a51a1;
    border-width: 1px;
    border-style:solid;
}
/* Attribut-Selektor wird von IDE ggf. nicht unterstützt */
.content_body .button[disabled="disabled"] {
    color:gray;
    font-weight:normal;
}
/* IE6 */
* html .content_body .button {
    color: #0a51a1;
    background-color: #e6edff;
    border-width: 1px;
    border-style:solid;
    border-color: #0a51a1;
}
.content_body .buttonFixedLength1 {
    color: #0a51a1;
    background-color: #e6edff;
    border-width: 1px;
    border-style:solid;
    border-color: #0a51a1;
}
/* Falscher Button (LinkButton) */
.page_middle_content .content_body a.button {
    color: #0a51a1;
    background-color: #e6edff;
}
/* Sort-Button */
.sortButton {
    color: #0a51a1;
    background-color: #e6edff;
    border-color: #0a51a1;
    /*border-width: 1px;
    border-style:solid;*/
}
/* Table-Header, der wie ein Sort-Button aussieht */
th.tableHeader {
    color: #0a51a1;
    background-color: #e6edff;
    border-width: 1px;
    border-style:solid;
    border-color: #0a51a1;
}
div.tableHeader {
    color: #0a51a1;
    background-color: #e6edff;
    border-width: 1px;
    border-style:solid;
    border-color: #0a51a1;
}
/* Table-Header, der den Sort-Button Style imitiert */
th.header {
    border:1px solid #0A51A1;
    background-color:#E6EDFF;
}

.pagingControl .page_highlighted {
    color: red;
    background-color: inherit;
}
td>a.button_warenkorb, td>input.button_warenkorb {
    color: #0A51A1;
    background-color: #e6edff;
    border-width: 1px;
    border-style:solid;
    border-color: #0a51a1;
}
/* ############################################## */
/* links generell */
/* Neue Version: nicht so harter Selektor (11) */
.page a, a:link, a:visited, a:hover, a:active, a:focus, input[type="submit"], input[type="button"] {
    color: #0A51A1;
    background-color:inherit;
}
/* Neue Version: nicht so harter Selektor (11) */
.page a, a:link, a:visited, a:hover, a:active, a:focus, input[type="submit"], input[type="button"] {
    color: #0A51A1;
    background-color:inherit;
}
.errormessage {
    color: red;
    background-color: inherit;
}
.infomessage {
    color: #014BB0;
    background-color: inherit;
}
.validmessage {
    color: green;
    background-color: inherit;
}
.warningmessage {
    color: #CC5500;
    background-color: inherit;
    font-weight: bold;
}

/* ###################  SPECIAL CONTENT  ################### */
/* Meldungsdialog / MessagBox */
div.messagebox, .messagebox div.buttons input {
    border-color: #0A51A1;
    border-style: ridge;
    border-width: 1px 3px 3px 1px;
}




/* Nutzungsstatistik */
div#statisticsFilter {
    color: inherit;
    background-color: #ffffff;
}
fieldset#filter_einstellungen {
    border-color: #0a51a1;
    border-width:1px;
    border-style:solid;
}
/*
  die AMPEL
  als Vordergrundfarbe orange statt gelb gewählt, wg. besserem Kontrast
 */
.rot, p.rot, td span.rot {
    color: red;
    background-color: inherit;
}
.orange, td span.orange {
    color: orange;
    background-color: inherit;
}
.gruen, td span.gruen {
    color: green;
    background-color: inherit;
}
/* ################################################################ */
.deaktiviert {
    color: red;
    background-color: inherit;
}
.content_body a.abgemeldet {
    color: red;
    background-color:inherit;
}
/* ################################################################ */
/* Progresstracker Farben */
div#progresstracker input {
    background-color:transparent;
    color:inherit;
}
div#progresstracker li.visited input {
    color:#0A51A1;
}
div#progresstracker li.current > span > input {
    color:white;
}
div#progresstracker li.notvisited input {
    color:#0A51A1;
}
ul#pt_sub li.visited input {
    color:#0A51A1;
}
div#progresstracker li.zeile li.visited span {
    color:#0A51A1;
}
div#progresstracker li.zeile li.visited input {
    color:#0A51A1;
}
/* Progresstracker sliding doors images */
/* ################################################################ */
/* RamirisIp Farben */
/* Der expandable Tree */
table#expandabletree {
    color:inherit;
    background:inherit;
    border-color:#0A51A1;
}
table#expandabletree h3 {
    background-color:#E6EDFF;
    color:inherit;
}
.content_header div.teaser {
	background: url(./images/bg_aktion.gif) no-repeat scroll left top transparent;
	padding-top: 3px;
	padding-left: 4px;
}
/*
###############################################################################################
################################## Anpassung Berlin ###########################################
############################################################################################### 
*/
/* Hintergrund */
body {
    background-image: none;
}
/* Header-Überschrift */
div#containerheadertitle {
    display: none;
}
/* Navigation Hintergrund aktive Schaltfläche */
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #000000;
    background-color: #ffffff;
}
/* Navigation Schriftfarbe */
.navbar-default .navbar-nav>li>a {
    color: #000000;
	padding: 9px 0 9px 8px;
}
#login {
	color: red;
}
/* Navigation Hilfe */
li#help {
    display: none;
}
/* Schaltfläche Bild angemeldet/ nicht angemeldet */
#user {
    background-image: none;
	height: auto;
	background-color: #ECECEC !important;
	border-radius: 4px;
	margin-bottom: 0px;
	padding-bottom: 0px;
    padding-left: 0px;
}
/* Schaltfläche Bild Start/Suchen/Login */
.level0>a {
    background-color: #ECECEC !important;
    background-image: none;
	border-radius: 4px;
}
/* Anwendungstitel 
h1.page_title {
   color: rgba(42, 119, 189, 0.02);
}*/
/* Willkommen */
.panel_header_dark {
    background-color: #ffffff!important;
    color: #B5050E !important;
    font-weight: bold;
    font-size: 1.3em;
    margin-top: -1px;
    margin-left: 12px;
    line-height: 24px;
	width: 30em;
}
/* Modul */
.panel_header_light {
    background-color: #ffffff!important;
	color: #B5050E !important;
	font-weight: bold;
	font-size: 1.154em;
}
/* Modulbeschreibung */
p {
    color: #000000;
    text-decoration: none;
}
.panel-default>.panel-heading {
    border-bottom: none;
	background: none;
}
.panel-default {
    padding-left: 1px;
    padding-top: 1px;
}
/* Navigation 
.sidebar-nav .navbar ul {
    padding-top: 60px;
}*/
/* Footer */
.footer {
    background-color: #ECECEC !important;
    color: white;
    height: 30px;
    padding-right: 20px;
    padding-top: 10px;
    font-size: 10px;
}
.page a, a:link, a:visited, a:hover, a:active, a:focus, input[type="submit"], input[type="button"] {
    color: #003684;
}
/* Buttons */
.btn-success {
    color: #000000!important;
    background-color: #ECECEC!important;
    border-color: #DDDDDD!important;
}
.btn-success:hover {
    color: #000000!important;
    background-color: #ECECEC!important;
    border-color: #DDDDDD!important;
}
.btn-primary:hover, .btn-default:hover {
        color: #003684!important;
		background-color: #ffffff;
		border-color: #ffffff;
}
.btn-primary, .btn-default {
	color: #003684;
    background-color: #ffffff;
    border-color: #ffffff;
	font-size: 13px;
}
/*
.btn-default:hover {
	color: #000000!important;
    background-color: #B5CCFF!important;
	border-color: #ECECEC!important;	
}

.btn-default {
    color: #ffffff !important;
    background-color: #253276 !important;
    border-color: #ffffff !important;
}*/
/* Grafik-Pfeile der Hauptpunkte des Trackers */

    #progresstracker ul > li.visited:first-child {
        background:url("img/progressbar/assi-pfeil-visited-left_first.png") transparent 0px top no-repeat;
    }

    #progresstracker ul > li.visited {
        background:url("img/progressbar/assi-pfeil-visited-left.png") transparent left top no-repeat;
    }

    #progresstracker ul > li.visited > span {
        background:url("img/progressbar/assi-pfeil-visited-right.png") right top no-repeat;
    }

    #progresstracker ul > li.current:first-child {
        background:url("img/progressbar/assi-pfeil-current-left_first.png") transparent left top no-repeat;
    }

    #progresstracker ul > li.current, #progresstracker ul > li.subcurrent  {
        background:url("img/progressbar/assi-pfeil-current-left.png") transparent left top no-repeat;
    }

    #progresstracker ul > li.current > span {
        background:url("img/progressbar/assi-pfeil-current-right.png") transparent right top no-repeat;
    }

    #progresstracker ul > li.subcurrent > span {
        background:url("img/progressbar/assi-pfeil-current-sub-right.png") transparent right top no-repeat;
    }

    #progresstracker ul > li.subcurrent:last-child > span {
        background:url("img/progressbar/assi-pfeil-current-sub-right_last.png") transparent right top no-repeat;
    }

    #progresstracker ul > li.current:last-child > span {
        background:url("img/progressbar/assi-pfeil-current-right_last.png") transparent right top no-repeat;
    }
/*
    #progresstracker ul > li.notvisited {
        background:url("img/progressbar/assi-pfeil-notvisited-left.png") transparent left top no-repeat;
    }
    
    #progresstracker ul > li.notvisited:first-child {
        background:url("img/progressbar/assi-pfeil-notvisited-left_first.png") transparent left top no-repeat;
    }

    #progresstracker ul > li.notvisited > span {
        background:url("img/progressbar/assi-pfeil-notvisited-right.png") transparent right top no-repeat;
    }

    #progresstracker ul > li.notvisited:last-child > span {
        background:url("img/progressbar/assi-pfeil-notvisited-right_last.png") transparent right top no-repeat;
    }

    /* Grafik-Pfeile der Unterpunkte des Trackers */
    #progresstracker ul.pt_sub li.visited:first-child {
        background:url("img/progressbar/assi-pfeil-visited-left_first.png") transparent -1px top no-repeat;
    }

    #progresstracker ul.pt_sub li.visited {
        background:url("img/progressbar/assi-pfeil-visited-left.png") transparent left top no-repeat;
    }

    #progresstracker ul.pt_sub li.visited > span{
        background:url("img/progressbar/assi-pfeil-visited-right.png") transparent right top no-repeat;
        margin-left: 2px;
    }
    
    #progresstracker ul.pt_sub li.visited > span:first-child {
        background:url("img/progressbar/assi-pfeil-visited-right.png") transparent right top no-repeat;
        margin-left: 2px;
    }
*/
    #progresstracker ul.pt_sub li.current:first-child {
        background:url("img/progressbar/assi-pfeil-current-left_first.png") transparent -1px top no-repeat;
        height: 28px;
    }

    #progresstracker ul.pt_sub li.current {
        background:url("img/progressbar/assi-pfeil-current-left.png") transparent left top no-repeat;
        margin-left: -15px;
    }


    #progresstracker ul.pt_sub li.current > span {
        background:url("img/progressbar/assi-pfeil-current-right.png") transparent right top no-repeat;
        margin-left: 2px;
    }

    #progresstracker ul.pt_sub li.current:last-child > span {
        background:url("img/progressbar/assi-pfeil-current-right_last.png") transparent right top no-repeat;
        margin-left: 2px;
    }
/*
    #progresstracker ul.pt_sub li.notvisited {
        background:url("img/progressbar/assi-pfeil-notvisited-left.png") transparent left top no-repeat;
    }
    
    #progresstracker ul.pt_sub li.notvisited:first-child {
        background:url("img/progressbar/assi-pfeil-notvisited-left_first.png") transparent left top no-repeat;
    }

    #progresstracker ul.pt_sub > li.notvisited:last-child > span {
        background:url("img/progressbar/assi-pfeil-notvisited-right_last.png") transparent right top no-repeat;
    }

    #progresstracker ul.pt_sub li.notvisited > span{
        background:url("img/progressbar/assi-pfeil-notvisited-right.png") transparent right top no-repeat;
        margin-left: 2px;
    }
    
    #progresstracker ul > li.notvisited:last-child > span {
        background: url("img/progressbar/assi-pfeil-notvisited-right_last.png") transparent right top no-repeat;
    }
	*/
    /* ##############  ProgressTracker, Spezielle Knoten ############### */
/*
    #progresstracker li.inhaber_allgemein span input,
    #progresstracker li.inhaber_geschaeftsfuehrer span input {
        max-width:28em;
    }
*/
div#progresstracker li.visited input {
    color: #003684 !important;
}

/*Anpassungen*/
div#containerheadercontent {
    /*margin-left: auto;
    margin-right: auto;*/
    float: none;
	padding-left: 0px;
	padding-right: 0px;
	width:auto;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

#bo-portalnavilinks-active {
	background-image: none;
}

div#containerbox {
    width: auto;
   /* margin-left: auto;
    margin-right: auto;*/
	background-color: #FFFFFF;
}

nav#nav-collapse-horizontal {
    display: block;
}

ul#nav-collapse-submenu {
    margin-left: 0px!important;
    background-image: none;
    background-position: 0px;
    padding: 0px;
    border: none;
	background-color: transparent;
	height: 2.5em;
}

div#nav-collapse-sarch-field {
    display: block;
}

.html5-header.content-header {
    padding: 0 0 15px 0;
}

.sticky-header.bde-gradient {
    height: 4em;
}

.sidebar-nav .navbar li {
    width: 100%;
	margin-left: -0px!important;
}
@media (min-width: 992px){
	div#containernavigation {
		width: 18%;
		margin-left: 15px;
		margin-right: 0px;
	}
	.naviga_main {
		max-width: 80%;
	}
	
	.naviga_menu {
		width: 18%;
		margin-left: 15px;
		margin-right: 0px;
	}
	
	div#containerbox {
		width: 980px;
		/*margin-left: auto;
		margin-right: auto;*/
		-webkit-box-shadow: 11px 0px 8px -8px rgba(0,0,0,0.3),-7px 0px 11px -7px rgba(0,0,0,0.3);
		-moz-box-shadow: 11px 0px 8px -8px rgba(0,0,0,0.3),-7px 0px 11px -7px rgba(0,0,0,0.3);
		box-shadow: 11px 0px 8px -8px rgba(0,0,0,0.3),-7px 0px 11px -7px rgba(0,0,0,0.3);
		margin-top: -12px;
		margin-bottom: -7px;
	}
	
	div#containercontent {
		padding-right: 20px;
	}
	div#wrappernavhorizontal {
		margin-left: 10px;
	}
	
	/*body {
		padding-left:20em;
		padding-right:20em;
	}*/
}

div#containercontent {
    padding-right: 0px;
}

@media (min-width: 768px){
	.col-sm-4 {
		width: 41.66666667%;
	}
	div#containercontent {
		/*padding-right: 20px;*/
		    padding-left: 0px;
	}
}

@media (max-width: 768px){
	div#containercontent {
		padding-right: 20px;
	}
	
	div#containernavigation {
		margin-top: 4em;
	}
	
	div#title_part {
		padding-left:0px;
	}
	
	.panel_header_dark {
		margin-left: 0px;
	}
}

/*@media (min-width: 1568px){
	.naviga_menu {
		width: 35%;
	}
	
	.naviga_main {
		max-width: 65%;
	}
	
	div#containernavigation {
		width: 35%;
	}
}

@media (min-width: 1666px){
	div#containernavigation {
		width: 36%;
	}
}

@media (min-width: 1685px){
	div#containernavigation {
		width: 37%;
	}
	
	.naviga_main {
		max-width: 63%;
	}
}

@media (min-width: 1705px){
	div#containernavigation {
		width: 38%;
	}
}
@media (min-width: 1725px){
	div#containernavigation {
		width: 39%;
	}

	.naviga_main {
		max-width: 62%;
	}
}

@media (min-width: 1745px){
	div#containernavigation {
		width: 40%;
	}
	.naviga_main {
		max-width: 61%;
	}
}

@media (min-width: 1765px){
	div#containernavigation {
		width: 41%;
	}
	.naviga_main {
		max-width: 60%;
	}
}
@media (min-width: 1785px){
	div#containernavigation {
		width: 42%;
	}
	.naviga_main {
		max-width: 59%;
	}
}

@media (min-width: 1803px){
	div#containernavigation {
		width: 43%;
	}
	.naviga_main {
		max-width: 58%;
	}
}*/

div#title_part {
    width: 60%;
}

div#session_last_access_part {
    width: 40%;
}

/*ul.nav-stacked.navigabar_l1 {
    margin-left: 1.1em;
}*/

div#container-footer-contentinfo {
    margin-left: 0px;
}

/* .form-control {
	width: auto;
	height: auto;
} */

/*div#topheader {
	box-shadow: 6px -3px 5px -2px rgba(0,0,0,0.3);
}*/

div#topfooter {
	box-shadow: 6px 5px -6px -2px rgba(0,0,0,0.3);
	margin-top: -13px;
	-webkit-margin-before: -6px;
}

.page_title {
    display: none;
}

div#containerbox {
    margin-left: auto;
    margin-right: auto;
}

.panel.panel-default {
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.level0 {
    margin-top: 0px; 
}

.level0>a {
    border-radius: 0px;
}

#user {
    border-radius: 0px; 
}

div#panelcontainermoduleeauskunft {
	display: none;
    border: 1px ridge #0A51A1;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-right-color: rgb(10, 81, 161);
    border-bottom-color: rgb(10, 81, 161);
    border-bottom-style: ridge;
    border-bottom-color: #0A51A1;
    border-bottom-width: 3px;
    border-right-style: ridge;
    border-right-color: #0A51A1;
    border-right-width: 3px;
}

div#panelcontainermoduleemeldung {
    border: 1px ridge #0A51A1;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-right-color: rgb(10, 81, 161);
    border-bottom-color: rgb(10, 81, 161);
    border-bottom-style: ridge;
    border-bottom-color: #0A51A1;
    border-bottom-width: 3px;
    border-right-style: ridge;
    border-right-color: #0A51A1;
    border-right-width: 3px;
}

div#panelbodymodulemeldung {
    padding-top: 0px;
}

div#panelbodymoduleauskunft {
    padding-top: 0px;
}

@media (min-width: 768px){
	.col-sm-9 {
		width: 80%;
	}
}

#user>a {
    padding-top: 9px;
}
/* Personentabelle */
td, th {
    word-wrap: break-word;
}
.table {
    table-layout: fixed;
}
.sortButton {
    background-color: transparent;
}
th#col_status {
    width: 74px;
    height: 50px;
}
th#col_rolle {
    width: 64px;
    height: 50px;
}
th#col_statistik_gebuehren {
    width: 103px;
    height: 50px;
}
th#col_login_name {
    width: 99px;
    height: 50px;
}
th#col_abteilung {
    width: 86px;
    height: 50px;
}
th#col_name_vorname {
    width: 131px;
    height: 50px;
}
th#col_zuletzt_geaendert {
    width: 127px;
    height: 50px;
}
a.eauskunft {
	padding-left: 4px;
}
span.header_anmeldung, span.header_abmeldung, span.header_ummeldung {
    color: #b5050e;
    font-size: 15px;
    background-image: url(images/arrow_red_tiny_new_small.png);
    background-position: left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    padding-left: 1em;
}
span.header_anmeldung:hover {
	text-decoration: none !important;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}
.glyphicon-chevron-right:before {
    content: "\e250";
    color: #b5050e;
}
input#wizard-navigation-cancel, .btn-primary, .btn-default, .btn-primary:hover, .btn-default:hover {
    padding-left: 14px;
    background-image: url(images/arrow_red_tiny_new_small.png);
    background-position: left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
	/*width: 6em;*/
}
.glyphicon {
    visibility: hidden;
}
.panel-title {
    margin-left: -2.3em;
}
/*
.panel-default>.panel-heading {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 12px;
}
*/
div#headingOne, div#headingTwo, div#headingThree {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 6px;
}
#panelcontainermoduleeauskunft > div.panel-heading.panel_header_light, #panelcontainermoduleemeldung > div.panel-heading.panel_header_light {
	border: none;
}
#containercontentfull > div > div.panel-body > div:nth-child(3) > div.panel-heading.panel_header_light > span {
    padding-left: 0px;
	border-bottom: 1px solid #e3e3e3 !important;
	padding-bottom: 6px;
	margin-left: 4px;
}
button.btn.btn-primary.emeldung_startbu {
    width: 96px;
	padding-left: 1.3em;
	margin-right: 0px;
}
input#wizard-navigation-cancel {
    width: 97px;
	margin-left: 16px;
}
a:hover {
	text-decoration: none;
	zoom: 1;
	font-weight: bold;
}
/* .panel-heading.panel_header_light {
    margin-top: -30px;
} */
.form-horizontal .form-group {
	/* margin-left: -261px; */
    /* padding-left: 0em; */
}
/* Datumsauswahl */
a.ui-datepicker-prev {
	background-image: url(images/arrow_red_tiny_new_large_left.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
    background-position-x: 6px;
    background-position-y: 4px;
    left: 9px !important;
    top: 3px !important;
}
a.ui-datepicker-next {
    background-image: url(images/arrow_red_tiny_new_large_right.png);
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position-x: 9px;
    background-position-y: 5px;
    right: 9px !important;
    top: 3px !important;
}
a.ui-datepicker-prev:hover, a.ui-datepicker-next:hover {
    background-color: #fbf9ee !important;
}
/* Login-Button */
input#btnlogin, #btnlogin {
	float: left !important;
    background-image: url(images/arrow_red_tiny_new_small.png);
    background-position: left 14px;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: none;
    font-weight: normal;
    color: #003684;
}
/* Datei hochladen-Button */
input.btn.btn-success.form-control {
	float: left !important;
    background-image: url(images/arrow_red_tiny_new_small.png);
    background-position: left 10px;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: none;
    font-weight: normal;
    color: #003684 !important;
}
/* Datei löschen-Button */
input.btn.btn-danger.btn-right {
	float: right !important;
    background-image: url(images/arrow_red_tiny_new_small.png);
    background-position: left 10px;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border: none;
    font-weight: normal;
    color: #003684;
}
#UploadDateiname {
	position: relative;
	top: 7px;
}
label {
	display: inherit;
}
label.radiobtnlabel {
    padding-right: 10px;
	padding-left: 10px;
}
#containercontentfull > div > div.panel-body > div:nth-child(2) > div.panel-body > div:nth-child(3) > div > input {
		text-align: left;
}
td.radio-button {
    width: 2em;
}
td.grafik {
    width: 4em;
}
#col_strasse > div > input, #col_name > div > input, #col_plz > div > input, #col_ort > div > input, #col_uebernehmen > div > input {
	background-image: none;
	font-weight: bold;
}
#containercontentfull > div > div.panel-body > div:nth-child(4) > div.panel-body > div > div > button:nth-child(1) {
	background-image: url(images/arrow_red_tiny_new_small_left.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
    background-position-x: 1.5em;
    /* background-position-y: 4px; */
    left: 9px !important;
    top: 3px !important;
}
#containercontentfull > div > div.panel-body > div:nth-child(4) > div.panel-body > div > div > button.btn.btn-default.next.btn-lg {
	background-image: url(images/arrow_red_tiny_new_small.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
    background-position-x: 1.5em;
    /* background-position-y: 4px; */
    left: 9px !important;
    top: 3px !important;
}
#containercontentfull > div > div.panel-body > div:nth-child(4) > div.panel-body > div > div > button.btn.btn-primary {
	background-image: none;
	font-weight: bold;
}
#containercontentfull > div > div.panel-body > div:nth-child(4) > div.panel-body > div > div > input {
	background-image: none;
}
#containercontentfull > div > div.panel-body > div:nth-child(4) > div.panel-body > div > div > button.btn.btn-default.next.btn-lg {
	width: 43px;
}
/* Payment-Abschluss */
.good {
    color: #11af11;
    font-weight: bold;
}
.StateBad {
    color: #dc1b15;
    font-weight: bold;
}
label#Datum_LBL, label#Uhrzeit_LBL, #Zahlungsmittel_LBL, #Gebuehr_LBL, #WarenkorbID_LBL, #Status_LBL {
    float: left;
}
span.ZahlungsHinweis {
    position: relative;
    left: -10.4em;
    text-decoration: underline;
}
/* Einzug Gliederungspunkte */
ul {
    padding-left: 1.2em;
}
/* Adresse positionieren" */
/* label#Strasse_LBL {
    margin-left: -10em;
}
label#Strassenzusatz_LBL {
    margin-left: -10em;
	padding-top: 5em;
}
label#Ortszusatz_LBL {
    margin-left: -10em;
	padding-top: 5em;
}
label#Land_LBL {
    margin-left: -10em;
	padding-top: 5em;
}
label#PostfachPLZ_LBL {
    margin-left: -10em;
	padding-top: 5em;
}
label#PostfachNr_LBL {
    margin-left: -10em;
	padding-top: 5em;
}
label#Hausnummer_LBL {
    margin-left: 24em;
	margin-top: -3em;
}
label#Ort_LBL {
    margin-left: 1.5em;
	margin-top: -3.2em;
}
label#PLZ_LBL {
	margin-left: -10em;
	margin-top: 0.9em;
}
input#Hausnummer {
    width: 60px;
    margin-left: 48.3em;
    margin-top: -3.1em;
}
input#Strassenzusatz {
    margin-top: 4.3em;
}
input#PLZ {
    width: 70px;
    margin-top: 0.65em;
}
input#Ort {
    margin-left: 27.4em;
    margin-top: -3.1em;
	width: 15.7em;
} */
/*Hinweis Hausnummer-Eingabe*/
/* #suggestions-container-hausnr > div {
    left: 41em !important;
    width: 6em !important;
} */

/* Anpassung Berlin eAuskunft vom 28.03.2018 */
/* Menü einrücken */
ul.nav.navbar-nav.navigabar_l0 {
    width: 146px;
}
ul.nav-stacked.navigabar_l1 {
    padding-left: 0px;
}
.sidebar-nav .navbar li {
    width: 100%;
    margin-left: 0px!important;
}
.level1 {
    padding: 1px 0px 1px 24px;
    background-position: 0px;
}
a:hover {
	text-decoration: none!important;
	zoom: 0!important;
	font-weight: normal!important;
}
li.level1:hover {
    background-image: url(img/nav03.png);
    background-repeat: no-repeat;
    background-position: 0px;
}
.panel-body {
    padding-left: 0px;
	padding-top: 0em;
}
.panel_header_dark, .panel-heading.panel_header_dark {
    margin-left: 0px;
	padding-left: 0px;
}
/* Filter-Ansicht */
label.col-sm-4.control-label {
    width: 15em; /*20em*/
}
.col-sm-4 {
    width: 20em;
}
div.form-control {
	margin-left: 3em;
}
.table {
    table-layout: inherit;
}
/* Wechselnde Zeilenfarben bei Tabellen */
tr.even td {
    color: inherit;
    background-color: #ffffff;
}
tr.odd td {
    color: inherit;
    background-color: #ECECEC;
}
p.message {
    position: static;
    padding-top: 7px;
    left: -20em;
    width: 40em;
    font-size: 1em;
}
.buttoncell {
    padding-top: 0.5em;
}
form label {
    font-weight: bold;
    padding-top: 0.5em;
}
.form-horizontal .checkbox, .form-horizontal .radio {
    display: block;
}
/* linker senkrechter Balken vor dem Namen Online-Gewerbeauskunft... */
.content-header .section-logo.without-logo {
    float: left;
}
a.abgemeldet {
    color: red;
    background-color: inherit;
}
/* td:nth-child(even) {
  background-color: #ffe37f;
}

td:nth-child(odd) {
  background-color: #19dc3c;
} */
.meta-navi ul.nav>li a:hover, .meta-navi ul.nav>li a:focus {
    text-decoration: none;
    color: #000;
    background-color: transparent;
	font-weight: normal;
}
.hinweis {
        color: red;
        position: fixed;
        /* top: -4em; */
        bottom: 22em;
}