html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .form-horizontal .control-label {
        text-align: right;
    }

    .form-group {
        display: inline-flex;
    }
}

@media (max-width: 768px) {
    .d-inline-flex {
        width: 100%;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.container {
    max-width: 1500px;
    display: block;
}

.material-icons.md-18,
.material-icons-outlined.md-18 {
    font-size: 17px;
}

.material-icons.md-20,
.material-icons-outlined.md-20 {
    font-size: 20px;
}

.material-icons.md-28,
.material-icons-outlined.md-28 {
    font-size: 28px;
}

.material-icons.md-36,
.material-icons-outlined.md-36 {
    font-size: 36px;
}

.material-icons.md-48,
.material-icons-outlined.md-48 {
    font-size: 48px;
}

.material-icons.md-56,
.material-icons-outlined.md-56 {
    font-size: 56px;
}

.material-icons,
.material-icons-outlined {
    color: #97C121;
    margin: 0 3px 0 3px;
}

.red {
    color: #dc3545;
}

.icon_hidden {
    color: transparent;
}

.add-icon:focus {
    color: #212529;
    background-color: #fff;
    border-color: #97C121;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(151, 193, 33, 0.25);
}

.add-icon {
    margin: 10px;
    margin-left: -5px;
}

.add-icon-container {
    margin-top: -10px;
    margin-left: 20px;
}

.navbar-brand .material-icons,
.navbar-brand .material-icons-outlined {
    margin: 10px;
}

.material-icons:hover,
.material-icons-outlined:hover {
    color: #6E6E70;
}

.no-hover:hover {
    color: #97C121;
}

.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-link {
    margin: 20px !important;
}

.text-gray {
    color: #343a40 !important;
}

.nav-link.active {
    background-color: #97C121 !important;
}

.link-hover-green:hover,
.link-hover-gray:hover {
    text-decoration: underline;
}

.link-hover-green:hover {
    color: #97C121 !important;
}

.link-hover-gray:hover {
    color: #6E6E70 !important;
}

.grp-search {
    width: 350px;
}

.grp-search-sm {
    width: 225px;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.btn:focus {
    color: #212529;
    background-color: #fff;
    border-color: #97C121;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(151, 193, 33, 0.25);
}

.btn-default {
    color: black;
    background-color: #97C121;
    border-color: #97C121;
}

    .btn-default:hover {
        background-color: #6E6E70;
        border-color: #6E6E70;
    }

.btn-danger:hover {
    background-color: #6E6E70;
    border-color: #6E6E70;
}

.btn-search {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-white {
    background-color: #E8E8ED;
    color: black;
    border: 1px solid #E8E8ED;
    border-left: none;
}

    .btn-white:hover {
        background-color: #ABABAF;
        border-color: #ABABAF;
    }

.link {
    color: #97C121;
    text-decoration: none;
}

.address-box {
    border: 2px solid #97C121;
    padding: 10px 15px;
    color: #6E6E70;
    min-width: 250px;
    border-radius: 4px;
}

    .address-box p {
        margin: 5px 0;
        margin-right: 50px;
    }

.flex-container {
    display: flex;
    align-items: flex-start;
}

.flex-container-title {
    flex: 1;
    padding-right: 20px;
}

.flex-container-pfeil {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.lizenz-dropdown {
    width: 300px;
}

.dropdown {
    appearance: menulist;
}

.form-group {
    margin-bottom: 15px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-horizontal .control-label {
    padding-top: 7px;
    padding-right: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.required-field {
    display: inline-flex;
}

    .required-field .form-control {
        margin-right: 5px;
    }

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #97C121;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(151, 193, 33, 0.25);
}

.checkbox-container {
    display: flex;
    align-content: center;
    justify-content: center;
}

.checkbox,
.checkbox-lg {
    accent-color: #97C121;
}

.checkbox-lg {
    width: 30px;
    height: 30px;
}

.fs-17 {
    font-size: 17px;
}

.btn-verwalten {
    align-items: center;
    border: 1px solid #97C121;
    min-width: 100%;
    display: inline-flex;
    color: #97C121;
    margin: 10px 0 10px 0;
    gap: 10px;
}

    .btn-verwalten:hover {
        background-color: #97C121;
        color: #6E6E70;
    }

        .btn-verwalten:hover .material-icons,
        .btn-verwalten:hover .material-icons-outlined {
            color: #6E6E70;
        }

.field-validation-error,
.field-validation-error_button-disabled {
    padding-right: 20px;
}

.field-validation-error {
    color: #b94a48;
    margin-top: -10px;
    padding-bottom: 20px;
}

.field-validation-error_button-disabled {
    color: #b94a48;
    margin-top: 0px;
    padding-bottom: 0px;
    white-space: pre-wrap;
}

.field-validation-warning {
    padding-right:20px;
    color: #8c7e3a;
    margin-top: 0px;
    padding-bottom: 0px;
    white-space: pre-wrap;
}

.validation-summary-valid,
.field-validation-valid,
.display-none {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.position-relative {
    position: relative;
}

.popup-filter {
    position: absolute;
    top: 30px;
    left: 0;
    width: 250px;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.filter-icon:hover {
    cursor: pointer;
}

/*.popup-filter .form-control-search {
        height: 30px;
    }*/

/*.popup-filter .btn-search {
    height: 30px;
    padding: 0 .75rem;
}*/

.link-btn {
    font-size: small;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: white;
    font-weight: bold;
}

    .link-btn:hover {
        background: #ccc;
        color: #6E6E70;
        border-color: #6E6E70;
        text-decoration: none;
    }

.flex_space-between {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.password_validation {
    white-space: pre-line;
    padding-right: 0;
}

.min-width-250px {
    min-width: 250px;
}

.min-width-350px {
    min-width: 350px;
}

.max-width-800px {
    max-width: 800px;
}

.table td,
.table th {
    padding: .5rem;
}

.table thead th {
    border-bottom: 1px solid #dee2e6 !important; 
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.table-head-hover .cursor-pointer:hover {
    background-color: rgba(0,0,0,.075);
}

.linespacing {
    padding-bottom: 2px;
}

.linespacing label {
    padding-right: 10px;
}

.no-button {
    background-color: transparent;
    border: none;
    font-weight: bold;
    padding: 0px;
}

.account-toggle:hover {
    background-color: #E8E8ED;
    color: white;
}

.cursor-pointer {
    cursor: pointer;
}

.selected-sort {
    font-weight: 900;
}