html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    outline: none !important;
}

body {
    position: relative;
    margin: 0;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 250px;
    overflow-x: hidden;
}

.button,
.btn-primary {
    margin: auto;
    padding: 8px;
    background:#8cc0d5 ;
    color: #fff;
    cursor: pointer;
    border-radius: 8px;
    border: none;
    text-align: center;
    line-height: 1.1;
    transition-duration: 0.35s;
}

.button,
.button-secondary {
    display: block;
}

.button:hover,
.btn-primary:hover {
    background: #72acc3;
    color:white;
    text-decoration: none;
}

.button-secondary,
.button-secondary-big,
.btn-secondary {
    color: #000;
    background-color: #fff;
    border: 1px solid #8cc0d5;
    border-radius: 5px;
}

.button-secondary:hover,
.btn-secondary:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    text-decoration: none;
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.btn-icon span {
    padding: 5px;
}

.btn-big,
.button-secondary-big
{
    padding: 10px 20px;
    font-size: 1.1em;
    font-weight: bolder;
    transition-duration: 0.35s;
}
.btn-big i
{
    font-size: 1em!important;
}
.btn-zip, .saveDocuments
{
    background: #8cc0d5;
    color: #FFFFFF;
    font-weight: bolder;
    font-size: 0.917rem;
    transition-duration: 0.35s;
    border-radius: 8px;
    height: 36px;
}

.btn-zip:hover
{
    background-color:  #72acc3;
    color: #FFFFFF;
}

strong {
    color: #8cc0d5;
    font-weight: bolder;
}

.cursorPointer {
    cursor: pointer;
}

.headerOutside {
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100%;
    padding: 20px 0px;

    background-color: #fff;
    border-top: 5px solid #8cc0d5;
    border-bottom: 5px solid #282d67;

    text-align: center;
    color: #282d67;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.headerOutside img {
    width: auto;
    height: auto;
}

.containerOutside {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    position: relative;
}

.containerOutside a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #8cc0d5;
}

.containerOutside a:hover {
    color: #8cc0d5;
    border-bottom: none;
    text-decoration: none;
}

.baseContainer {
    width: 100%;
}

.contentContainer,
.alertContainer {
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
}

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cbd6e2;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 80px;
    padding-left: 12%;
    padding-right: 12%;
    z-index: 12;

    background-color: #fff;
    color: #282d67;
    border-top: 3px solid #8cc0d5;
    border-bottom: 3px solid #282d67;
}

.navbar-light .navbar-brand {
    padding: 0px 20px 0px 0px;
    color: #282d67;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}

.navbar-light .navbar-brand:hover {
    color: #8cc0d5;
}

.nav-item {
    padding: 0px 7px;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #282d67;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #8cc0d5;
    margin-bottom: -2px;
    border-bottom: 2px solid #8cc0d5;
}

.navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-icon {
    padding: 10px;
}

.nav-icon a {
    font-size: 20px;
    color: #282d67;
    border: 0;
}

.nav-icon a:hover {
    color: #8cc0d5;
    border: 0;
    text-decoration: none;
}

.nav-icon a span {
    font-size: unset;
}

.navbar .divider-vertical {
    height: 40px;
    margin: 0 15px;
    border-right: 1px solid #ffffff;
}

.divider-horizontal {
    width: 100%;
    border-bottom: 1px solid #cbd6e2;
    margin: 15px 0;
}

.navbar-toggler i {
    color: #8cc0d5;
    font-size: 1.3em;
    padding: 7px 10px;
}

.nav-user {
    padding: 0px 0px;
}

.nav-user-img, .navCard-user-img {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    border-radius: 100%;
    background-size: cover;
    background-position: center top;
}

/* Anpassung der Boostrap-Navtabs */
.nav-tabs {
    border-bottom-color: #8cc0d5;
    margin-bottom: 30px;
}

.nav-tabs .nav-link {
    border-radius: 0;
    color: #767474;
}

.nav-tabs .nav-item {
    padding: 0;
}

.nav-tabs .nav-link:hover {
    border-radius: 0;
    color: #8cc0d5;
    border-color: #767474;
    border-bottom-color: #fff;
}

.nav-tabs .nav-link.active {
    color: #000;
    border-color: #8cc0d5;
    border-bottom-color: #ffffff;
}

/* Checkbox-Styling für toggle Checkboxen, also on/off-Stil */
.toggleCheckbox {
    display: block;
    position: relative;
    margin: 15px 0;
    overflow: hidden;
}

.toggleCheckbox input {
    position: absolute;
    visibility: hidden;
}

.toggleCheckbox input + i {
    border: 2px solid #d7d3d3;
    width: 50px;
    height: 25px;
    padding: 2px;
    float: left;
    border-radius: 20px;
    -webkit-transition: all .25s;
    transition: all .25s;
}

.bigger {
    width: 60px !important;
    height: 30px !important;
}

.toggleCheckbox input + i:after {
    content: ' ';
    background-color: #d7d3d3;
    float: left;
    width: 50%;
    height: 100%;
    border-radius: inherit;
    -webkit-transition: inherit;
    transition: inherit;
}

.toggleCheckbox input:checked + i {
    border-color: #8cc0d5;
}

.toggleCheckbox input:checked + i:after {
    background-color: #8cc0d5;
    margin-left: 50%;
}

/* Styling für normale Checkboxen */
.checkbox,
.radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input,
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark,
.indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #d7d3d3;
}

/* On mouse-over, add a pink background color */
.checkbox:hover input ~ .checkmark,
.radio:hover input ~ .indicator {
    background-color: #8cc0d5;
}

/* When the checkbox is checked, add a pink background */
.checkbox input:checked ~ .checkmark,
.radio input:checked ~ .indicator {
    background-color: #8cc0d5;
}

/* Häkchen */
.checkmark:after,
.indicator:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked ~ .checkmark:after,
.radio input:checked ~ .indicator:after {
    display: block;
}

.checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio .indicator:after {
    left: 8px;
    top: 8px;
    height: 9px;
    width: 9px;
    border-radius: 100%;
    background: #fff;
}

.radio .indicator {
    border-radius: 50%;
}

.radio input:disabled ~ .indicator:after {
    background: #7b7b7b;
}

/* Inputfeld, das aufslidet */
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none; /* remove the search and cancel icon */
}

input.slide-input {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;

    background: #fff url(../images/plus-circle-solid.svg) no-repeat 0px center;
    border: solid 1px #fff;
    padding: 9px 0px 9px 0px;
    margin-left: 0.75rem;
    width: 42px;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

input.slide-input.small {
    padding: 3px 0px 3px 0px;
}

input.slide-input.search {
    background: #fff url(../images/search-solid.svg) no-repeat center;
    background-size: contain;
    width: 25px;
    cursor: pointer;
}

input.slide-input.search.slideOut {
    background: #fff;
    padding: 9px 0px 9px 15px;
}

input.slide-input.slideOut {
    cursor: text;
    width: 200px;
    padding: 9px 0px 9px 45px;
    background-color: #fff;
    border-color: #8cc0d5;
}

/* placeholder */
input:-moz-placeholder {
    display: none;
    color: #999;
}

input::-webkit-input-placeholder {
    display: none;
    color: #999;
}

#rightsGroupsTabContent .rightsGroupMaster {
    padding: 5px;
}

#rightsGroupsTabContent .rightsGroupName {
    font-weight: bolder;
}

#rightsGroupsTabContent .rightsGroupDesc {

}

#rightsGroupsTab .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

#rightsGroupsTabContent .right {
    border: 1px solid #d7d3d3;
    border-bottom: 0;
    margin: 0 5px 0 5px;
    padding: 10px;
}

#rightsGroupsTabContent .right .rightName {
    font-weight: bolder;
}

#rightsGroupsTabContent .right .rightDesc {
    font-size: smaller;
}

#rightsGroupsTabContent .right:last-of-type {
    border-bottom: 1px solid #d7d3d3;
}

/* Styling für das Ausklappmenü, wenn man auf Usernamen klickt */
.userNavCard {
    padding: 15px;
    width: 17vw;
    font-size: 14px;
}

/* Keinen Hover-Effekt, der vom Bootstrap-Dropdown kommt, auslösen */
.dropdown-item.userNavCard:hover,
.dropdown-item.userNavCardFooter:hover {
    color: unset;
    text-decoration: none;
    background-color: unset;
}

/* Dropdown-Pfeilchen in Navigation ausblenden */
.dropdown-toggle::after {
    display: none;
}

.userNavCard a {
    color: #8cc0d5;
}

.userNavCard a:hover {
    color: #000;
}

a.silentLink {
    color: #000;
}

.navCard-user-img {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    margin-top: 4px;
    border-radius: 50px;
    background-size: cover;
}

.userNavCard .userName {
    font-size: 16px;
}

.userNavCard .userEmail {
    font-size: 13px;
    color: #383838;
}

.userNavCard .userNavCardFooter {
    font-size: 13px;
    text-align: center;
    padding: 0;
}

.alertContainer {
    margin-top: 90px;
}

.headerOutside + .alertContainer {
    margin-top: 180px;
}

.alertIcon {
    float: left;
    padding-right: 35px;
}

.alertIcon i {
    font-size: 25px;
}

.alert ul {
    margin: 0;
}

/* Profil & Einstellungen */
p a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #8cc0d5;
}

p a:hover {
    color: #8cc0d5;
    border-bottom: none;
    text-decoration: none;
}

.spacer-vertical {
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #8cc0d5;
    margin-top: 10px;
    margin-bottom: 10px;
}

.profileSettingsContainer h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border: none;
}

.profileSettingsContainer h1 {
    font-size: 30px;
    padding: 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #8cc0d5;
}

.profileSettingsContainer h2 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.profileSettingsContainer > nav > .nav-item {
    display: block;
    margin: 10px 0px;
    padding: 15px;
}

.profileSettingsContainer > nav > .nav-item {
    color: #000;
}

.profileSettingsContainer > nav > .nav-item:hover {
    background-color: #eeeded;
    cursor: pointer;
}

.profileSettingsContainer > nav > .nav-item.active {
    background-color: #eeeded;
    font-weight: 600;
}

.profileSettingsContainer .userData {
    padding-left: 60px;
}

.profileSettingsContainer .userImage {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    border-radius: 30px;
    background-size: cover;
}

.profileSettingsContainer .userName,
#editorContent .container .userName {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 24px;
}

.profileSettingsContainer .userEmail i {
    display: inline-block;
    padding-left: 8px;
    padding-top: 2px;
}

.profileSettingsContainer .userEmail a {
    color: #8cc0d5;
}

.userList,
.operatorList {
}

[data-noSearchResults],
#noSearchResults,
.noListEntries,
#noListEntries {
    opacity: 0;
    color: #8cc0d5;
}

.noListEntries,
#noListEntries {
    opacity: 1;
}

.noSearchResultsShow {
    opacity: 1 !important;
    transition-duration: 1s;
}

.userListItem,
.listItem,
.operatorListItem {
    padding: 15px;
    border-bottom: 1px solid #ebeaea;
}
.listItem:hover{
    cursor: move;
}
.ghost{
    border: 5px solid #282d67;
}

.userListHeader,
.listHeader,
.ordersListHeader,
.operatorListHeader,
.innerListHeader {
    padding: 10px;
    margin-bottom: 5px;
    background-color: #282d67;
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #8cc0d5;
}

.innerListHeader {
    padding: 5px;
    background-color: unset;
    text-transform: unset;
    color: #000;
    border-bottom: 2px solid #282d67;
}

.headerSortLink {
    cursor: pointer;
}

/* Abgeschlossener Auftrag */
.orderPaymentFinised {
    background-color: #52d470;
}

.orderPaymentFinised .actions a > i,
.orderPaymentFinised.listItem a.label {
    color: #02771c;
}

/* Bezahlter Auftrag */
.orderFinished {
    background-color: #ded024;
}

.orderFinished .actions a > i,
.orderFinished.listItem a.label {
    color: #807814;
}

/* Stornierter Auftrag */
.orderCanceled {
    background-color: #e2e2e2;
    opacity:1;
}

.orderCanceled .actions a > i,
.orderCanceled.listItem a.label {
    color: #757574;
}

.userListItem .userName,
.listItem .label,
.listItem .label a,
.operatorListItem .operatorName {
    color: #8cc0d5;
    font-size: 18px;
    /* padding: 0; */
}

.listItem .label a {
    max-width: calc(100vw - 215px);
    display: inline-block;
    float: left;
}

.userListItem:hover,
.listItem:hover,
.operatorListItem:hover {
    /*border-bottom: 1px solid #8cc0d5;*/
    background: #f9f9f9;
    transition: background-color 0.3s linear;
}

.userListItem .img,
.listItem .img,
.operatorListItem .img {
    width: 60px;
    height: 60px;
    margin: 0 10px;
    border-radius: 100%;
    background-size: cover;
    background-position: center top;
    /* margin-left: auto;
     margin-right: auto;*/
}

.userListItem a,
.listItem a,
.operatorListItem a {
    color: #000;
    text-decoration: none;
}

.userListItem a:hover,
.listItem a:hover,
.operatorListItem a:hover {
    color: #8cc0d5;
    border-bottom: none;
    text-decoration: none;
}

.userListItem a > i,
.sortablelist a > i,
.listItem a > i,
.operatorListItem a > i {
    color: #8cc0d5;
    font-size: 20px;
    font-weight: bolder;
    text-decoration: none;
    border: 0;
}

.editVariableGroup {
    margin-left:2em;
}

.userListItem a > i:hover,
.sortablelist a > i:hover,
.listItem a > i:hover,
.operatorListItem a > i:hover {
    color: #000;
    border-bottom: none;
    text-decoration: none;
}

.userListItem a > i.disabled,
.listItem a > i.disabled,
.operatorListItem a > i.disabled {
    color: #808080;
    font-size: 20px;
    font-weight: bolder;
    text-decoration: none;
    border: 0;
    cursor: not-allowed;
}

.moreDots {
    position: relative;
}

.moreMenu {
    display: none;
    position: absolute;
    min-width: 240px;
    top: 0px;
    left: 0px;
    z-index: 2;
    background-color: #fff;
}

.moreMenu li {
    background-color: #464444;
    color: #000;
    border: 0;
    border-bottom: 2px solid #8cc0d5;
}

.moreMenu a,
.moreMenu span {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    background-color: #fff;
    color: #000;
    border: 0;
    font-size: 15px;
    border-bottom: 1px solid #282d67;
}

.moreMenu span.more {
    background-color: #ebeaea;
    border-bottom: 2px solid #8cc0d5;
    font-weight: bolder;
}

.moreMenu a:hover {
    border-bottom: 2px solid #8cc0d5;
    background-color: #ebeaea;
    color: #000;

    transition: all 0.4s;
}

/* Styling Pagination Liste */
.searchPagination .pagination,
.listPagination .pagination {
    justify-content: center;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #8cc0d5;
    /*border: 1px solid #282d67;*/
    border: 1px solid #8cc0d5;
}

.searchPagination .page-link,
.listPagination .page-link {
    color: #000;
}

.page-link.disabled {
    cursor: default;
}

/* Ajax-Overlay */
#listOverlay,
#overlayOverlay {
    position: fixed;
    display: none;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;

    /*overflow-y: scroll;*/
}

#overlayLoadingSpinner,
#loadingSpinner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40vh;
    text-align: center;
    font-size: 60px;
    color: #8cc0d5;
}

#overlayOverlay {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.6);
}

#listEditor {
    position: relative;
    background-color: #fff;
    color: #000;
}

.windowNarrow,
.windowWide,
.windowModal {
    position: relative;
    height: auto;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.windowNarrow {
    width: 40%;
}

.windowWide {
    width: 70%;
}

.windowModal {
    width: 40%;
}

#closeListEditor {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 2;
    color: #8cc0d5;
    cursor: pointer;
}

#closeListEditor:active {
    color: #87175c;
}

#editorContent {
    width: 100%;
    margin-bottom: 100px;
    position: static;
    padding-bottom: 80px;

    overflow-y: auto;
    max-height: calc(100vh - 120px);
    margin-top: 40px;
}

#editorContent::-webkit-scrollbar {
    width: 12px;
}

#editorContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

#editorContent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#editorContent header {
    background-color: #282d67;
    border-bottom: 3px solid #8cc0d5;
    padding: 20px;
    font-size: 24px;
    color: #fff;
}

#editorContent footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 10px 5px 15px;
    background-color: #efefef;
    border-top: 1px solid #8cc0d5;
    height: unset;
}

#editorContent .container {
    position: relative;
    padding: 20px;
    padding-top: 40px;
    max-width: unset;
    width: 90%;
}

#editorContent .alertContainer {
    display: none;
    margin-top: 15px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

/* Styling Auftrag erstellen */

/* Auftragskennzeichen */
.orderTagsContainer {
    min-height: 300px;
}

.orderTagsList {
    display: none;
}

form#editOrder .orderTagsList,
form#editOrder .orderTagHeader {
    display: block;
}

form#editOrder .orderTagHeader.newOrderTags {
    display: none;
}

form#editOrder #newOrderTags {
    display: none;
}

/* Auswahlliste */
.customerList,
.chooseType,
.inlineList {
    max-height: 300px;
    min-width: 100%;
    overflow-y: auto;
    overflow-x: auto;
    border: 1px solid #d9d9d9;
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
}

/* Auswahlliste */
.orderTagsValueList
{
    min-width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

.operatorInlineList {
    max-height: 500px;
}

.inlineList {
    min-width: unset;
    /*max-height: 150px;*/
    max-height:300px;
}

.productChooseList {
    max-height: 200px;
}

.customerList {
    max-height: 300px;
}

.orderTagsValueList,
.orderTagHeader,
#orderTagsForOrderType,
#otherOrderTags {
    display: none;
}

form#editOrder .orderTagsValueList {
    display: block;
}

.orderTagHeader {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bolder;
    background-color: #f3f3f3;
    line-height: 1.7;
    padding-left: 5px;
    color: #4a4a4a;
}

.customerItem,
.customerListControls,
.inlineListValue {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.orderTagValue {
    margin-top: 0px;
    height: 45px;
    border-bottom: 1px solid #fff;
}
.orderTagValue:not(.headline) {
    border-bottom: 1px solid #bbb;
}

.customerItem > label > div.indicator {
    /*top: 10px;*/
}

.orderTags {
    display: none;
}

.orderDocumentName {
    display: none;
    padding: 10px 0px;
}

span.showOrderDocumentName {
    color: #8cc0d5 !important;
    font-weight: bolder;
    cursor: pointer;
}

.markAsDeleted {
    opacity: 0.5;
    cursor: default;
}

.systemlog > *,
.userlog > * {
    word-break: break-word;
    padding-right: 5px !important;
}

.userlog,
.newEntry {
    border-left: 5px solid #8cc0d5;
}

.hiddenMailTemplate {
    display: none;
}

.customerItem {
    /*padding-bottom: 10px;*/
    padding-left: 10px;
}

.customerListControls,
.listControls {
    padding-bottom: 10px;
    border-bottom: 1px solid #8cc0d5;
}

.productChooseList .listControls {
    border-bottom: 1px solid #282d67;
}

.customerListControls label[for=plusButton] i {
    font-size: 27px;
    padding-top: .5rem;
}

.productChooseList label[for=plusButton],
.productChooseList label[for=minusButton] {
    margin-bottom:0;
}
.productChooseList label[for=plusButton] i,
#positionsContainer label[for=minusButton] i {
    font-size: 25px;
    padding-top:0;
}

label[for=plusButton] i,
label[for=minusButton] i {
    font-size: 35px;
    padding-top: .5rem;
    cursor: pointer;
}

label[for=plusButton] i {
    color: #8cc0d5;
}

label[for=minusButton] i {
    color: #282d67;
}

button.trash {
    background-color: #8cc0d5;
    color: #fff;
    border-radius: 0.25rem;
    padding: 10px 20px;
    cursor: pointer;
}

button.trash:hover {
    background-color: red;
}

small {
    color: #8cc0d5;
    font-weight: bolder;
}

/* Auftragsliste */
.filterBar {
}

.filterIcon,
.filterLabel {
    display: inline-block;
    padding: 5px 15px 5px 5px;
}

.filterHeader {
    display: inline-flex;
    align-items: center;
    min-width: 100px;
}

/*Datumsfelder brauchen mehr Platz */
.filter-extended-show[data-filtertype=date] .filterHeader {
    min-width: 175px;
}

.filter,
.filter-extended {
    display: inline-flex;
    padding: 10px 5px;
    margin: 5px;

    background-color: #282d67;
    color: #fff;
    cursor: pointer;
}

.filter-extended {
    display: none;
    border-left: 5px solid #8cc0d5;
    cursor: initial;
    /*height: 200px;*/
}

.filter-extended-show {
    display: inline-flex;
    /*min-width: calc(50% - 15px);*/
    width: calc(50% - 15px);
    box-sizing: border-box;
    min-height: 61px;
    margin-left:0;
}

.filter-extended-show.filter-small{
    width: calc(25% - 15px);
}

.filter-extended-show input,
.filter-extended-show select{
    width: 100%;
    float: right;
}

/* Suche-Button initial ausblenden */
button#startSearch {
    display: none;
}

.filterBarExtended {
    /*overflow: hidden;*/
}

.filterBarExtended .filterValue {
    width: 100%;
    position: relative;
}

.filterValue {
    padding: 5px 5px 5px 5px;
}

.filterValue .inlineList {
    background-color: #fff;
    color: #000;
    min-height: 150px;
    min-width: 200px;
    max-width: 450px;
}

.liveSearchResults {
    position: absolute;
    z-index: 5;
    background-color: #282d67;
    color: #fff;
    width: 100%;
    top: 37px;
}

.liveSearchResults .result {
    display: inline-block;
    width: 100%;
    padding: 5px;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #8cc0d5;
}

.liveSearchResults .result:hover {
    border-bottom: 3px solid #8cc0d5;
}

.filterClose,
.filterCloseSmall {
    padding: 10px;
    cursor: pointer;
}

.filterCloseSmall {
    display: none;
}

.filter-extended-show[data-filtertype=date] input {
    width: 90%;
}

#followUpsBell {
    color: #8cc0d5;
}

#followUpsTodayCnt {
    position: absolute;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #8cc0d5;
    display: none;
    font-size: small;
}

/* Auftrag bearbeiten */
.orderDocument img {
    width: 70%;
}

/* Controlling */
#summaryHead {
    background-color: #282d67;
    color: #fff;
    padding: 10px 10px;
    text-transform: uppercase;
    font-weight: bolder;

}

#summaryValue {
    padding: 10px 10px;
}

.monthBar span {
    color: #8cc0d5;
    font-size: 30px;
}

.monthSwitch i {
    padding: 5px;
    margin: 10px 5px;
    font-size: 22px;
    cursor: pointer;
    color: #282d67;
}

/* Responsive Anpassungen */
@media (max-width: 1600px) {
    .alertContainer,
    .contentContainer {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }

    .navbar {
        padding-left: 10%;
        padding-right: 10%;
    }

    /* Breitenanpassung Ausklappmenü Navigation User */
    .userNavCard {
        width: 25vw;
    }

    .nav-user-img {
        display: none;
    }

    #editorContent .container {
        width: 98%;
    }

    /* Anpassungsmenü rechtsbündig */
    .moreMenu {
        left: unset;
        right: 0px;
    }
}

@media (max-width: 1440px) {
    .alertContainer,
    .contentContainer {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .navbar {
        padding-left: 1%;
        padding-right: 1%;
    }

    .nav-item {
        padding: 0;
    }

    /* Abmessungen und Abstände der Overlay-Container anpassen */
    .windowNarrow {
        width: 80%;
    }

    .windowWide {
        width: 96%;
    }

    .windowModal {
        width: 80%;
    }
}

@media (max-width: 1200px) {
    .filter-extended-show[data-filtertype=date] {
        flex-wrap: wrap;
    }

    .filter-extended-show[data-filtertype=date] .filterHeader {
        justify-content: space-between;
        width: 100%;
    }

    .filter-extended-show[data-filtertype=date] .filterCloseSmall {
        display: block;
    }

    .filter-extended-show[data-filtertype=date] .filterClose {
        display: none;
    }

    .filter-extended-show[data-filtertype=date] input {
        width: 100%;
    }

    /* Breitenanpassung Ausklappmenü Navigation User */
    .userNavCard {
        width: 20vw;
    }

    .openUserNavCard {
        display: none;
    }
}

@media (max-width: 991px) {

    .navbar-collapse {
        max-height: 280px;
        overflow-y: auto;
    }

    /* Mehr Abstand bei Items und Icons in der Navigation, leichter per Touch zu bedienen */
    .navbar-nav > .nav-item,
    .nav-icon {
        padding: 10px;
    }

    .nav-icon {
        display: block;
        color: #000;
    }

    .nav-icon a {
        font-size: 1rem;
        color: #000;
        border: 0;
    }

    .nav-icon a:hover {
        color: #8cc0d5;
        margin-bottom: -2px;
        border-bottom: 2px solid #8cc0d5;
        text-decoration: none;
    }

    .nav-icon a span {
        font-size: unset;
    }

    /* Filter Auftragssuche */
    .filter-extended-show {
        min-width: 100%;
        flex-wrap: wrap;
    }

    .liveSearchResults {
        position: relative;
        top: 30px;
        margin-bottom: 30px;
    }

    .liveSearchResults .result {
        padding: 10px;
    }

    .filterValue .values {
        display: inline-flex;
        flex-wrap: wrap;
    }

    .filterCloseSmall {
        display: block;
    }

    .filterClose {
        display: none;
    }

    .filterHeader {
        justify-content: space-between;
        width: 100%;
    }

    .orderDocument img {
        max-height: 50px;
        width: auto;
    }
}

@media (max-width: 768px) {
    h1 {
        padding-top: 0;
        margin-bottom: 15px;
        font-size: 24px;
    }

    footer {
        position: unset;
    }

    .profileSettingsContainer {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .profileSettingsContainer .userData {
        padding-left: 15px;
    }

    .profileSettingsContainer h1 {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    button.additionalOrderSubmit {
        display: none;
    }

    .listItem i,
    .listItem a > i,
    .actions i.fas,
    #invoiceEntries i.fal,
    .actions i.fal {
        font-size: 26px;
        padding: 10px;
    }

    a.button.editCustomer {
        margin-bottom: 5px;
    }

    /* Abmessungen und Abstände der Overlay-Container anpassen */
    .windowNarrow,
    .windowWide,
    .windowModal {
        width: 90%;
    }
}

.navbar-light .navbar-toggler {
    border: 0px;
}

/* Object Preview (Image and Description) start */

div.objectpreview {
    overflow: hidden;
    box-shadow: 0px 0px 5px #999999;
    padding: 0px 0px;
    display: inline-block;
    border: 0px solid #424242;
    background-color: #ffffff;
    color: #424242;
    margin: 10px;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    transition-duration: .4s;
}

div.objectpreview div.image {
    background-position: center;
    background-size: cover;
    float: left;
    display: inline-block;
    height: 47px;
    width: 50px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    background-color: #282d67;
}

div.objectpreview div.description {
    float: left;
    display: inline-block;
    padding: 10px 2px 10px 8px;
}

/* Object Preview (Image and Description) end */

/* Table Timeline start */

div.table.timeline {
    padding: 0px;
}

div.table.timeline .td {
    vertical-align: top;
}

.table .table {
    background-color: transparent;
}

div.table.timeline > .tr > .td:first-child {
    padding-top: 18px;
    width: 260px;
}

div.table.timeline .innertablescrollframe {
    overflow-y: hidden;
    overflow-x: scroll;
    width: 100%;
    max-width: calc(100vw - 300px);
    border: 0px solid #ffffff;
}

@media screen and (min-width: 1200px) {
    div.table.timeline .innertablescrollframe {
        overflow-x: hidden;
    }
}

.innertablescrollframe::-webkit-scrollbar {
    width: 12px;
}

.innertablescrollframe::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.innertablescrollframe::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

div.table.timeline div.objectpreview {
    width: 100%;
    max-width: 250px;
    margin: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0px;

    margin: 6px 0px;
    max-height: 41px;
}

@media screen and (max-width: 575px) {
    div.objectpreview div.description {
        display: none;
    }

    div.table.timeline div.objectpreview {
        max-width: 50px;
    }

    div.table.timeline .innertablescrollframe {
        max-width: calc(100vw - 80px);
    }
}

div.table.timeline div.td.day {
    min-width: 20px;
    /*vertical-align: middle;*/
    text-align: center;
    /*border:1px solid #efefef;*/
    position: relative;
}

div.table.timeline div.td.daytitle {
    text-align: center;
    color: #666;
}

div.table.timeline div.td.daytitle.weekend {
    color: #aaaaaa;
}

div.table.timeline div.td.day div.innerday {
    border: 1px solid #efefef;
    height: 42px;
    width: 100%;
    display: inline-block;
    margin-top: 0px;
    min-width: 28px;
}

div.table.timeline div.td.day div.innerday.weekend {
    background: repeating-linear-gradient(
            -45deg,
            #f7f7f7,
            #f7f7f7 2px,
            #ffffff 2px,
            #ffffff 4px
    );
}

div.table.timeline div.td.day div.innerday span {
    height: 30px;
    line-height: 30px;
    width: calc(100% - 10px);
    margin: 5px;
    display: inline-block;
    transition-duration: .2s;

    margin: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

div.table.timeline div.td.day div.innerday span.dayEmpty {
    height: 30px;
    line-height: 30px;
    width: calc(100% - 10px);
    margin: 5px;
}

div.table.timeline div.td.day div.innerday span:hover {
    margin: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

/* Table Timeline end */

/* Frontend design fine adjustments start */
#closeListEditor i.fas.fa-times-circle {
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

/* Frontend design fine adjustments end */

.customerList::-webkit-scrollbar,
.orderTagsValueList::-webkit-scrollbar,
.fancyscrollbar::-webkit-scrollbar {
    width: 18px;
}

.customerList::-webkit-scrollbar-track,
.orderTagsValueList::-webkit-scrollbar,
.fancyscrollbar::-webkit-scrollbar {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.customerList::-webkit-scrollbar-thumb,
.orderTagsValueList::-webkit-scrollbar-thumb,
.fancyscrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/* multiselect dropdown start */

.multiselect {
    background-color: #ffffff;
    color: #000000;
    position: absolute;
    width: calc(100% - 20px);
    z-index: 100;
}

.multiselect .selectBox {
    position: relative;
}

.multiselect .selectBox select {
    width: 100%;
    padding-left: 20px;
}

.filter-extended-show .multiselect input {
    width: inherit;
    float: inherit;
    position: relative;
    margin: 10px;
}

.multiselect label {
    margin: 10px;
}

.multiselect .overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.multiselect .checkboxes {
    display: none;
    border: 1px #dadada solid;
}

.multiselect .checkboxes label {
    display: block;
}

.multiselect .checkboxes label:hover {
    /*background-color: #1e90ff;*/
}

.multiselect .checkmark, .multiselect .indicator {
    top: 5px;
    left: 20px;
}

/* multiselect dropdown end */

/* spezielle content und button ausrichtungen start*/

@media screen and (min-width: 992px) {
    .content-lg-right {
        text-align: right;
    }

    .content-lg-right .btn-icon {
        margin-top: 0px;
    }
}

/* spezielle content und button ausrichtungen end*/

/* auftragspositionen start */

[data-invoice-position]:hover {
    background-color: #f0f0f0;
}

[data-invoice-position] {
    line-height: 25px;
}

[data-invoice-position] {

}

/* auftragspositionen end */


#ordersListItems .row>div:nth-child(2),
#ordersListItems .row>div:nth-child(3)
{
      padding-right: 8px;
}

#map{
    height:500px;
}

.contentContainer{
    font-size:90%;
}


.specialtogglelock:hover i.fa-lock-open-alt:before{
    content: "\f30d";
}

.specialtogglelock:hover i.fa-lock-alt:before{
    content: "\f3c2";
}

.controllingExportContainer{
    border-bottom: 1px solid #cbd6e2;
    margin-bottom: 30px;
    padding-bottom: 10px
}



/* Datepicker auf FontAwesome umgestellt; benötigtes CSS aus glyphicons.min.css */
.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group.col {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}


.input-group.date .input-group-addon i {
    cursor: pointer;
    width: 14px;
    height: 14px;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 45px;
    line-height: 45px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}


.list-textinput{
    border: none;
    width: 100%;
    margin: 0;
    padding: 10px 10px 10px 20px;
}
.no-padding{
    padding:0;
}

/* DOKUMENTE TABELLE [JG]{Ticket:} - 22.01.2020*/

.col-document{
    display:flex;
    align-items:flex-start;
}

.col-document-information{
    display: flex;
    flex-direction: column;
    align-items: baseline;
    height: 100%;
    justify-content: space-between;
}

.col-document .badge-success{
    background:#8cc0d5;
    animation: pulseBlue 3.5s;
    animation-delay: 0.5s;
    animation-timing-function: ease;
}

.dz-preview{
    padding:10px;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    /* background: #999; */
    /* background: linear-gradient(to bottom, #eee, #ddd); */
    background:none !important;
    box-shadow: 2px 2px 5px #909090;
}

.listItem .dropzone_full_container_multiple,
.listItem .dropzone_full_container_multiple .uploadContainerMultiple{
    width:80%;
    /*height:100px;*/
    min-height:20px;
    transition-duration: 0.4s;
}

span.badge.badge-light.version-info:hover {
    color: black !important;
    background: #f1f1f1;
}



.dropzone {
    background: inherit !important;
}

.badge-lg{
    font-size:1em;
    margin:5px;
    padding:12px;
}

a.documentTagReferrer:hover{
    text-decoration: none;
}

.badge-primary{
    color:#FFFFFF;
    background-color: #8cc0d5 ;
    font-size: 1rem;
    padding: 10px;
    font-weight: bolder;
    border-radius: 10px;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

.documentTag.badge{
    margin:5px;
    padding:7px;
    color:#FFFFFF;
    background-color: #8cc0d5 ;
    font-size: 0.7rem;
}

a.documentTagReferrer:hover span{
    background:#282d67;
    color: #FFFFFF;
}

a.documentTagReferrer.active span{
    background:#282d67;
    color: #FFFFFF;
}

a.documentTagReferrer.active:hover span{
    background: #191c49;
    color: #FFFFFF;
}

.documentList.selectionMode .listItem{
    cursor:pointer;
}


.deleteTag{
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    /*display:none;*/
    position: absolute;
    margin-left:-25px;
    margin-top: -5px;
    opacity:0;
}

.documentTag:hover .deleteTag{
    display:inline-block;
    margin-left: -16px;
    opacity:1;
    cursor:pointer;
}

.selectionMode .documentTag:hover .deleteTag{
    display:none;
}

.deleteTag i{
    margin:0 !important;
    font-size: 1.6em;
    color:#a71717 !important;
    background: #8cc0d5;
    border: 2px solid #8cc0d5;
    border-radius: 6px;
}

.documentList.selectionMode .listItem:hover{
    /*border-bottom: 1px solid #8cc0d5;*/
    background: #e5e6e9;
}

/* DOKUMENTE TABELLE (END) */



/* PULSE ANIMATION */

@-webkit-keyframes pulseBlue {
    0% {
        /*z-index:1200;*/
        -webkit-box-shadow: 0 0 0 0 rgba(140, 192, 213, 0.8);
        /*background: #8cc0d5;*/
    }
    70% {
        /*z-index:1200;*/
        -webkit-box-shadow: 0 0 0 20px rgba(140, 192, 213, 0);
        /*background:#ffffff;*/
    }
    100% {
        /*z-index:1;*/
        -webkit-box-shadow: 0 0 0 0 rgba(255,0,0, 0);
        /*background:#ffffff;*/
    }
}
@keyframes pulseBlue {
    0% {
        /*z-index:1200;*/
        -moz-box-shadow: 0 0 0 0 rgba(140, 192, 213, 0.8);
        box-shadow: 0 0 0 0 rgb(140, 192, 213);
        /*background:#8cc0d5;*/
    }
    70% {
        /*z-index:1200;*/
        -moz-box-shadow: 0 0 0 20px rgba(255,0,0, 0);
        box-shadow: 0 0 0 20px rgba(200,35,137,0);
        /*background:#ffffff;*/
    }
    100% {
        /*z-index:1;*/
        -moz-box-shadow: 0 0 0 0 rgba(255,0,0, 0);
        box-shadow: 0 0 0 0 rgba(200,35,137,0);
        /*background:#ffffff;*/
    }
}


/* PULSE ANIMATION (END) */

/* SWEET-ALERT-2 MODIFICATION [JG] */

.swal2-icon.swal2-success .swal2-success-ring {
    border: .25em solid rgba(144, 206, 229, 0.44);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #94c3d3;
}

.swal-wide{
    width:850px !important;
}

/* SWEET-ALERT-2 MODIFICATION (END) */


/* TASKS */

.task-button{
    position: fixed;
    bottom: 10px;
    left: 10px;
    font-size: 2em;
    z-index: 6;
    background: white;
    padding: 10px;
    border-radius: 31px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 6px 13px #a5a5a5;
    color: #8cc0d5;
}

.task-button:hover{
    color:#282d67;
}


/* TASKS (END) */


.windowArticleList #editorContent{
    padding-bottom:0;
}


.documentTagReferrer > span {
    height: 36px;
    font-size: 0.917rem;
}

.btn-primary, .btn-secondary {
    font-size: 0.909rem!important;
    height: 36px;
}
.sortablelist {
    margin-top: 2em;
}

.document-options.sticky-top {
    width: 100%;
    top: 5.78em;
    background: white;
}

@media (max-width: 800px) {
    .toolbar > div > a > span{
        font-size: 1.5vw!important;
    }

    .toolbar > div > button{
        font-size: 1.5vw!important;
    }
}

.sticky-top.document-options {
    z-index: 3;
}

.customerVariablesList .customerVariableItem{
    position:relative;
}

.customerVariablesList .customerVariableItem div.actions{
    display:inline-block;
    position:absolute;
    right:20px;
}

.customerVariablesList .customerVariableItem div.actions i{
    margin: 0px 5px;
    transition-duration: .4s;
}

.customerVariablesList .customerVariableItem div.actions i:hover{
    color: #8cc0d5;
    cursor:pointer;
}

.customerVariableItem{
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 10px 20px;
    margin: 5px 0px;
    transition-duration: .4s;
}

.customerVariableItem:hover{
    background:#fafafa;
    box-shadow: rgb(179 186 197) 0px 0px 1px 0px, rgb(193 199 208) 0px 8px 16px -6px;
    transition: 400ms ease 0s;
}

.customerVariableItem i.empty{
    opacity: .1;
    transition-duration: .4s;
}
.customerVariableItem i.empty:hover{
    opacity: 1;
}

.customerVariableItem i.fa-angle-right{
    transform: rotate(135deg);
    margin-right: 15px;
}

.customerVariableItem .actions a{
    color:#212529;
}

.group-title{
    background: #f0f0f0;
    padding: 10px 20px;
    margin: 20px 0px;
    font-weight: bold;
}
.variable-title{

}
.row.row-variable{
    border-bottom: 0px solid #cbd6e2;
    padding: 5px 0px;
}
.row.row-variable .variable-check label.checkbox{
    margin:0px;
}

.row.row-variable>div.d-flex{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.row.row-variable:hover{
    background:#fafafa;
    transition: 400ms ease 0s;
}

.row.row-variable .variable-check .checkbox input{
    position: relative;
}

.container.import-step1 button.btn-big{
    height: 100px;
    width: 100%;
    margin: 20px 0px;
}

.container.import-step1 select{
    padding: 10px;
}

#removeCopyTagsList{height:44px;}

input[type=checkbox].form-control{
    width: 20px;
    padding: 0px;
    border: 0px;
    outline: 0px!important;
}

.userList .userItem {
    position: relative;
}

.userList .userItem {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 10px 20px;
    margin: 5px 0px;
    transition-duration: .4s;
}

.userList .userItem:hover {
    background: #fafafa;
    box-shadow: rgb(179 186 197) 0px 0px 1px 0px, rgb(193 199 208) 0px 8px 16px -6px;
    transition: 400ms ease 0s;
}

.userList .userItem div.actions {
    display: inline-block;
    position: absolute;
    right: 20px;
}

.userList .userItem .actions a {
    color: #212529;
}

.userList .userItem div.actions i {
    margin: 0px 5px;
    transition-duration: .4s;
}
.userList .userItem div.actions i.isNotActive{
    opacity: .1;
}

.userList .userItem div.actions i.hasAction:hover {
    color: #8cc0d5;
    cursor: pointer;
}

.btn.btn-big{
    /*min-width: 300px;*/
    position:relative;
    padding-left: 40px;
}

.btn.btn-big i{
    position:absolute;
    left:10px;
}

.btn.btn-big.initForwards i.icon-two{
    position:absolute;
    left:30px;
}
.btn.btn-big.initForwards{
    padding-left:55px;
}

.userItem .checkbox,
.userItem .radio{
    margin-bottom: 5px;
    margin-right:20px;
}

.modal-all-selector-label{
    margin-left:21px;
    margin-bottom:40px;
}
i.ifs-small{
    font-size: 30px!important;
    margin: 4px!important;
}
.special-select2 .select2-container--default .select2-selection--single .select2-selection__rendered{
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.special-select2 .select2-container--default .select2-selection--single{
    border:0px;
}

.special-select2 .select2-container--default .select2-selection--single .select2-selection__arrow{
    top:5px;
}
#loadingSpinner{
    position: absolute;
}

#listEditor{
    min-height:250px;
}

.listItem .dropzone_full_container_multiple,
.listItem .dropzone_full_container_multiple .uploadContainerMultiple{
    min-height:20px!important;
}
.uploadContainerMultiple{
    min-height:50px!important;
}

.listItem .dropzone_full_container_multiple .uploadContainerMultiple,
.uploadContainerMultiple{
    transform: scale(1);
    animation: dropcontainerpulse 2s infinite;
    background-clip: padding-box;
    border: 1px solid #ced4da!important;
    border-radius: 0.25rem;
    /*cursor: url("upload-light.svg") 16 16, auto;*/
    cursor:pointer;
}

.listItem .dropzone_full_container_multiple .uploadContainerMultiple:before,
.uploadContainerMultiple:before{
    content: "\f093";
    display: block;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    color: rgba(140,192,213,.5);
    font-size: 20px;
    font-weight: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes dropcontainerpulse {
    0% {
        /*transform: scale(0.95);*/
        box-shadow: 0 0 0 0 rgba(140, 192, 213, 0.7);
    }

    70% {
    /*transform: scale(1);*/
        box-shadow: 0 0 0 4px rgba(140, 192, 213, 0);
    }

    100% {
    /*transform: scale(0.95);*/
        box-shadow: 0 0 0 0 rgba(140, 192, 213, 0);
    }
}

.listItem .dropzone_full_container_multiple,
.listItem .dropzone_full_container_multiple .uploadContainerMultiple{
    height:38px;
}
/* Sizing Anpassungen Start */
.h3, h3 {
    font-size: 1.2rem;
}

.h5, h5 {
    font-size: .8rem;
    line-height: .8;
}

.col-form-label {
    padding-top: calc(0.175rem + 1px);
    padding-bottom: calc(0.175rem + 1px);
}
.form-group {
    margin-bottom: 0.5rem;
}
/* Sizing Anpassungen End */

.listHeaderVerySmall{
    font-size: 13px;
}

.listHeaderVerySmall>div{
    padding: 5px 0px;
}

a.nameblock{
    display: block;
    float:none!important;
}

span.supplier_inquiry_description{
    display:block;
    color: #888;
    font-size: 12px;
}


/* Supplier Requests */
.table-scroll-container{
    overflow-x: auto;
    overflow-y: hidden;
    padding: 20px 0px;
}
.request-table-caption,
.table-scroll-container input, .table-scroll-container select{
    display: block;
    width: 100%;
    height: 30px;
    min-width:200px;
    text-align: center;
}

.request-table-caption{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right:20px;
}
.table-scroll-container input[readonly], .table-scroll-container select[disabled]{
    background:#f0f0f0;
    border: 1px solid #999;
    cursor: not-allowed;
}

.table-scroll-container table{
    width: 100%;
}

table.listTable th {
    background-color: #282d67;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #282d67;
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    border-bottom: 2px solid #8cc0d5;
    min-width: 120px;
}

table.listTable td {
    padding: 8px 10px 8px 10px;
    border-bottom: 1px solid #ebeaea;
}

table.listTable td a {
    color: #8cc0d5;
    font-size: 14.4px;
}

table.listTable td a i {
    padding: 0px 10px 0px 10px;
}

/* Upload Container fix */

.uploadContainerMultiple{
    min-height: 100px!important;
}
.uploadContainerMultiple .filePreview,
.uploadContainerMultiple .showFilePreview,
.uploadContainerMultiple .dropUpload{
    height:inherit
}

/* Clipboard Copy Link */
.clipboard-copy{
    background: #f0f0f0;
    border: 1px solid #ddd;
    cursor: pointer;
    width: 100%;
    display: block;
    border-radius: 3px;
    padding: 2px 5px;
    text-align: center;
    font-size: 10px;
    margin: 5px;
    color: #999 !important;
}

.clipboard-copy.active:before{
    content: "";
    display: block;
    background: #84e184;
    width: 10px;
    height: 10px;
    position: absolute;
    margin-top: 3px;
    border-radius: 50%;
}
.contentContainer{
    width: calc(100% - 40px) !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    position: relative;
}


.listTable{
    width: 100%;/*calc(100vw - 80px);*/
    margin: 0px;
}

.listTable tr{
    position:relative;
}

.listTable{
    border-collapse: separate;
}

#ordersListItems tr td:last-child {
    /*right: 0px;*/
    top: auto;
    margin-top: 0px;
    background-color: #fff;
}

#ordersListItems tr th:last-child(-1),
#ordersListItems tr td:last-child(-1){
    margin-right:150px;
}
#ordersListItems tr th:last-child,
#ordersListItems tr td:last-child{
    position: sticky;
    width: 120px;
    right:0px;
    width: 150px;
    min-width:150px;
}

#ordersListItems tr td:last-child{
    border-left:1px solid #ebeaea;
    background-color:#f6fcff;
}

#ordersListItems tr th:not(:last-child),
#ordersListItems tr td:not(:last-child){
    border-right:1px solid #ebeaea;
}
#ordersListItems tr th:last-child(-1){
    border-right:0px solid #fafafa;
}
.listTable {
    border-collapse: collapse;
}

.searchPagination{
    margin-top:20px;
}

.row.ordersList{
    margin:0px;
}


.status-failed{
    background-color: #e1e1e1;
    background-image: linear-gradient(45deg, #e1e1e1 25%, #d9d9d9 25%, #d9d9d9 50%, #e1e1e1 50%, #e1e1e1 75%, #d9d9d9 75%, #d9d9d9 100%);
    background-size: 56.57px 56.57px;
}
.status-done{
    background-color: #b3fdb5;
}
.status-overdue{
    background-color: #ffd7d7;
}
.status-feedback{
    background-color: #faf443;
}

table.listTable td a{
    color:#5ba5c3;
}

.legende{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}
.legende-header{
    font-weight: bold;
    display: block;
    color: #aaa;
}
.legende .legend-bubble{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.legende .legend-bubble .legend-bubble-indicatorpreview{
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

table.listTable td,
table.listTable .headerSortLink{
    text-wrap: nowrap;
}
table.listTable .fal.fa-sort{
    opacity: .5;
}

table.listTable td a {
    color: #3582a1;
}

[data-noSearchResults], #noSearchResults:not(.noSearchResultsShow),
.noListEntries, #noListEntries:not(.noSearchResultsShow){
    display: none;
}

[data-noSearchResults], #noSearchResults.noSearchResultsShow,
.noListEntries, #noListEntries.noSearchResultsShow{
    padding:10px;
}

.ordersList::-webkit-scrollbar {
    height:11px;

}

.ordersList::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.ordersList::-webkit-scrollbar-thumb {
    background-color: #282d67;
    outline: 0px solid slategrey;
    cursor:grab;
}

.row.ordersList{
    border: 1px solid #ededed;
}

/* Lieferantenanfragen Tabelle start */
.row.scrollable-row{
    /*max-width: 100%;*/
    overflow: auto;
    padding-bottom: 0px;

    border: 0px solid #282d67;
    border-radius: 0px;

    margin-bottom: 5px;
    padding-bottom: 5px;
    margin: 5px 0px;
}

.row.scrollable-row::-webkit-scrollbar {
    width: 8px;
}

.row.scrollable-row::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.row.scrollable-row::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    background-color: #282d67;
    cursor:grab;
}


table.table-lieferantenanfragen {
    zoom: .799;
    margin:0px 5px;
}

table.table-lieferantenanfragen .input-group-currency input.readonly,
table.table-lieferantenanfragen .input-group-currency .input-group-text{
    opacity: 1;
    background: #e0e0e0;
}

.input-group-currency{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    min-width: 130px;
}
table.table-lieferantenanfragen tr.summary-row{
    border-top: 5px solid #212529;
}

table.table-lieferantenanfragen th{
    min-width:50px;
}
table.table-lieferantenanfragen th small{
    text-transform: none;
    color:#212529;
}

table.table-lieferantenanfragen th,
table.table-lieferantenanfragen td{
    background-color: #fff;
    color:#212529;
    text-align: center;
    border:1px solid #212529;
}
table.table-lieferantenanfragen .header-level-0 th{
    background-color: #282d67;
    color:#fff;
}

table.table-lieferantenanfragen .orange{background-color:#fabf8f;}
table.table-lieferantenanfragen .lightblue{background-color:#ccffff;}
table.table-lieferantenanfragen .yellow{background-color:#ffffcc;}
table.table-lieferantenanfragen .green{background-color:#d8e4bc;}
table.table-lieferantenanfragen .blue{background-color:#b7dee8;}
table.table-lieferantenanfragen .grey{background-color:#d9d9d9;}
table.table-lieferantenanfragen .spacer{background-color:#fff;border:0px;}


/* Lieferantenanfragen Tabelle end */


/* Akkordeon start */
.ktk-accordion {
    margin-right: -15px;
    margin-left: -15px;
}

.ktk-accordion .accordion-container {
    margin: 0 auto;
    border: 1px solid #282d67;
    border-radius: 5px;
    overflow: hidden;
}

.ktk-accordion .accordion-content{
    padding:0px 15px;
}

.ktk-accordion .accordion-item {
    width: 100%;
}

.ktk-accordion .accordion-trigger {
    width: calc(100% - 40px);
    display: block;
    background-color: rgb(250, 250, 250);
    color: rgb(0, 0, 0);
    padding: 20px;
    text-align: left;
    border: none;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    cursor: pointer;
}

.ktk-accordion .accordion-icon {
    transition: transform 0.5s;
}

.ktk-accordion .accordion-item[open] .accordion-icon {
    transform: rotate(45deg);
    color: #f00;
}

.ktk-accordion .accordion-item:not(:first-of-type) .accordion-trigger {
    border-top: 1px solid #282d67;
}
/* Akkordeon end */

.card-header.collapsable i{
    margin-right: 10px;
}