body {
    background-color: #f7fbff;
}

.font-17 {
    font-size: 17px;
}

.disabled-label {
   color: darkgrey;
}

ul.list-inline {
    margin-bottom: 0px;
}

.table-th-text-align-right>tbody>tr>th{
    text-align: right;
}

.text-align-right{
    text-align: right;
}


.formularuebersicht-links{
    font-size: 18px;
    text-align: right;
    color: #606060;
    margin-top: 5px;
    margin-bottom: 5px;
}

.formularuebersicht-rechts{
    font-size: 18px;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.table-no-border > thead > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > tbody > tr > th,
.table-no-border > tbody > tr > td{
    border:0px;
}

.table-no-border{
    border:0px;
    line-height: 1.1;
}

.table-no-border > thead > tr > th,
.table-no-border > tbody > tr > th{
    font-size: 17px;
    text-align: right;
    color: #606060;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: normal;
}

.table-no-border > thead > tr > td,
.table-no-border > tbody > tr > td{
    font-size: 17px;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.breadcrumb{
    background-color: inherit;
}


table { /* Styling der Tabelle */ }

.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}