body {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 50px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Sidebar modules for boxing content */
.sidebar-module {
    padding: 15px;
}

.sidebar-module-inset {
    padding: 15px;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .sidebar-module-inset p:last-child,
    .sidebar-module-inset ul:last-child,
    .sidebar-module-inset ol:last-child {
        margin-bottom: 0;
    }

.dyn-add-row {
}

.dyn-remove-row {
}

input.plz {
    width: 120px !important;
}

.datumstagfeld {
    width: 45px !important;
    margin-left: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px !important;
}

.datumsmonatfeld {
    width: 120px !important;
    margin-left: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px !important;
}

.datumsjahrfeld {
    width: 60px !important;
    margin-left: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px !important;
}


.RbtnMargin {
    margin-left: 5px;
    margin-bottom: 20px;
}

@media (min-width: 1600px) {
    .container {
        width: 1470px;
    }
}

.page-header {
    padding-bottom: 9px;
    margin: 0;
    border-bottom: 0px none;
}

a {
    color: #337ab7;
}

nav > div > ul > li > a {
    padding: 10px 15px;
}

nav > div > ul > li > a:hover {
    background-color: #eee;
    text-decoration: none;
}

nav > div > ul > li > a > span {
    width: 20px;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, 
.table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, 
.table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table-responsive {
    margin-top: 15px;
}

.modal {
    text-align: center;
}

.modal-title {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-backdrop.in {
    opacity: 0.1;
}

.searching_spinner_center {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
}

.SpinnerHausarztSuchen {
    position: absolute;
    display: block;
    top: 55%;
    left: 50%;
    display: none;
}

.produktrow {
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 10px;
}

.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 7px;
    font-size: 16px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 4px;
}

.btn-menu {
    color: #ffffff;
    background-color: #00868B;
    background-image: linear-gradient(to bottom, #00868B, #00868B);
    border-color: #00868B;
}

.btn-menu-active {
    color: #ffffff;
    background-color: #00e5ed;
    background-image: linear-gradient(to bottom, #00ced5, #00ced5);
    border: 2px solid #00868B;
}

.person-spalte1 {
    width: 15%;
}

.person-spalte2 {
    width: 25%;
}

.person-spalte3 {
    width: 30%;
}

.person-spalte4 {
    width: 30%;
}

.card-header {
    cursor: pointer;
}

.patting-top {
    padding-top: 8px;
}

.validation-summary-valid.alert-danger {
    display: none;
}

.logo {
    margin-top: 5px;
    float: left !important;
}

.apptitle {
    color: #777;
    text-align: right;
}

.activelanguage {
    color: #000000;
}

.IconMann {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: 0;
    background-size: auto;
    background-image: url("themes/bbt/images/mann.png");
    background-repeat: no-repeat;
}

.IconFrau {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 0;
    background-size: auto;
    background-image: url("themes/bbt/images/frau.png");
    background-repeat: no-repeat;
}

.IconBaby {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 0;
    background-size: auto;
    background-image: url("themes/bbt/images/baby.png");
    background-repeat: no-repeat;
}

@media screen and (min-width : 990px) and (max-width : 1600px) {
    .nav-container-sidebar {
        width: 200px;
    }
}


/* Bootstrap 4 compatibility: align form label right */
.form-group.row .col-form-label {
    font-weight: bold;
}

.form-control, .form-control-lg,
.form-select, .form-select-lg {
  border-radius: 0em !important;
}

.form-control:disabled, .form-control[readonly],
.form-select:disabled, .form-select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

a {
  text-decoration: none;
}

/* Buttons */
.btn {
    font-size: 14px;
    background-color: #d3d3d3;
}

.btn-primary {
    background-color: #337ab7;
    border-color: #204d74;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background-color: #235a97 !important;
    }

.card-primary .card-header {
    background-color: #337ab7;
}

.card-default .card-header {
    height: 38px;
}

    .card-default .card-header h4 {
        font-size: 16px;
        color: #333;
    }

.card-default {
    margin-bottom: 5px;
}

.card-header {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .card-header h5 {
        font-size: 16px;
        color: #333;
    }

    .card-header h4 {
        font-size: 16px;
    }

.card-title {
    font-size: 16px;
    margin: 0;
}

@media (min-width: 1600px) {
    .container {
        width: 1470px;
        max-width: 1470px;
    }
}

[data-bs-toggle="collapse"] i:before {
    content: "\f077";
}

[data-bs-toggle="collapse"].collapsed i:before {
    content: "\f078";
}

.form {
    width: 100%;
}

.titleline {
    border-bottom: 3px solid #eee;
    padding-top: 5px;
}

.panel-group {
    margin-bottom: 20px;
}

.textBold {
    font-weight: bold;
}

.paddingtop10 {
    padding-top: 10px !important;
}

/* Hack: Glyphicon has been removed from Bootstrap 4, but DatePicker component is using it */
.glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.glyphicon-chevron-left:before {
    content: "\f053";
}

.glyphicon-chevron-right:before {
    content: "\f054";
}

/* DateTimePicker*/
.bootstrap-datetimepicker-widget {
    font-size: 14px;
}

div.bootstrap-datetimepicker-widget table {
    width: 190px;
    margin: 0px 20px;
}

/* Cookies Infoblock */
#cookieInfoBlockPortal, #cookieInfoBlockOfferten, #cookieInfoBlockVermittler {
    text-align: center;
    color: grey;
    background: rgba(229, 229, 229, 0.90);
    position: fixed;
    bottom: 0px;
    z-index: 10000;
    width: 100%;
    font-size: 15px;
}

#cookieInfoBlockText {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 200px;
    padding-top: 30px;
}

#cookieInfoBlockCloser {
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
}

@media (max-width: 768px) {
    #cookieInfoBlockText {
        padding-right: 50px;
    }

    #cookieInfoBlockCloser {
        position: relative;
        bottom: 10px;
        right: 0px;
        top: -20px;
    }
}
