body {font-family: Arial; }
section table.table.table-Tabelle_Info {background-color: #8080FF; }
section table.table.table-layout, table.table-Tabelle_Light {}
section table.table.table-Tabelle_Light {border-collapse: collapse; border-width: 0.5pt; border-color: #B0B0B0; }
section table.table.table-Tabelle_Light > thead > tr > th {border-bottom-color: #000000; border-top-color: #000000; border-top-style: solid; border-bottom-style: solid; }
section table.table.table-Tabelle_Light > tbody > tr > td {border-top-style: solid; }
.step-item{
	height: 50px;
}

.step-breadcrumb{
    padding: 5px;
}

button.step-item {
    border: 2px solid #00134d !important;
    color: #00134d;
    border-radius: 50%;
    min-width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px;
    vertical-align: middle;
    margin-right: 15px;
    font-weight: bold;
	font-size: large;
}

.step-item.completed {
}

.btn-link {
    user-select: text;
}

.step-item.active {
    background: #00134d;
    border-color: #00134d;
    color: white;
}
.navbar-brand{align-items:flex-start !important;}
