/*************************
 Hier werden alle Änderungen am Haupt CSS bearbeitet 
 Bitte immer kommentieren wo es hingehört !!
**************************/

/* Allgemein */
.form-control-100 { width: 100% !important;}
.overflow-scroll-y { overflow-y: auto; }
.border-r1 {border-radius: 5px;}
.shadow-xs {box-shadow: 2px 3px 0.25rem rgba(0, 0, 0, 0.075) !important;}
.text-decoration-none {text-decoration: none !important;}
.clickable-hand-cursor { cursor: pointer !important;}

.dropend .dropdown-menu.submenu.show {
    position: absolute;
    top: 70%;
}

.radio-inline label {
    padding-left: 5px;
    vertical-align: text-bottom;
}

.radiolist input[type="radio"] {
    margin-left: 10px;
    margin-right: 1px;
}

.btn-wrap {
    height: 100% !important;
    display: inline-block !important;
    text-decoration: none !important;
}

.btn-outline-darkblue {
    color: #30307f;
    border-color: #30307f;
}

.btn-outline-darkblue:hover {
    background-color: #30307f;
    color: white;
    border-color: #30307f;
}

/* Validation */
.has-error {
    border: 1px solid #a94442 !important;
    background-color: #f2dede !important;
}

.has-success {
    border: 1px solid #71be6a !important;
    background-color: #f1fdf0 !important;
}


/* Sticky Hauptmenu */
#floating-menu.fixed {
    position: fixed;
    top: 0;
    margin-top: 0px;
}

/* Summernote Erweiterungen */
.note-editable-sm + .note-editor > .note-editing-area > .note-editable {
    min-height: 200px;
}

.note-editable-xl + .note-editor > .note-editing-area > .note-editable {
    min-height: 400px;
}

.note-editable-document + .note-editor > .note-editing-area > .note-editable {
    min-height: 500px;
}

.note-editable-xxl + .note-editor > .note-editing-area > .note-editable {
    min-height: 800px;
}

.note-editable {
    min-height: 100px;
}

.note-editable > p {
    margin: 0px !important;
    padding: 0px !important;
}

.note-editor .note-toolbar {
    height: 47px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #cccccc;
}

.summernote-min + .note-editor .note-toolbar {
    padding-top: 8px;
}

.note-editor .note-toolbar > .note-btn-group {
    margin-top: 0px;
}

.note-btn-group .note-btn {
    line-height: unset;
}

.note-btn.dropdown-toggle::after{
    font-size: 10px;
}

.summernote-min + .note-editor > .note-editing-area > .note-editable > ul li::marker {
    font-weight: 600;
    content: "- ";
}

/* Toast Animation */
.toast-panel {
    border: 1px solid #201d1d;
    border-radius: 4px;
    padding: 25px 20px;
    background-color: #201d1d;
    color: white;
    margin-bottom: 10px;
    box-shadow: 0 7px 10px -4px rgba(0,0,0,0.2);
    min-width: 400px;
}

.toast-panel-danger {
    border: 1px solid #f44336 !important;
    background-color: #f44336 !important;
    color: #ffffff !important;
}

.toast-panel-warning {
    border: 1px solid #f09600 !important;
    background-color: #f09600 !important;
    color: #ffffff !important;
}

.toast-panel-success {
    border: 1px solid #439a46 !important;
    background-color: #439a46 !important;
    color: #ffffff !important;
}

.position-fixed-right {
    position: fixed !important;
    top: 2%;
    right: 2%;
    z-index: 1007;
}

/* Toolbar Masterpage */
.badge-capital {
    font-size: 9px;
    position: absolute;
    top: -4px;
    left: 22px;
    z-index: 1000;
}

.site-menu .dropdown-news-menu .dropdown-header {
    display: block;
    margin-bottom: 0;
    font-size: 12px;
    white-space: nowrap;
    background-color: #30307f;
    border: 1px solid #30307f;
    color: #fff;
    padding: 3px 10px;
}

.site-menu .dropdown-news-menu {
    padding: 0;
    border: none;
    overflow: hidden;
}

.dropdown-menu > ul > li {
    display: table-cell !important;
    position: relative;
    padding: 5px 20px 5px 0 !important;
    vertical-align: top;
}

.dropdown-menu > ul > li .mega-menu-title {
    display: block;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    color: #999;
    text-align: left;
}

.dropdown-menu > ul > li .sub-menu { list-style-type: none; min-width: 260px;}

.dropdown-menu > ul > li .sub-menu > li > a {
    display: block;
    position: relative;
    padding: 0 20px 0 0 !important; 
    transition: color .3s;
    color: #505050;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
}

.dropdown-menu > li:hover, .dropdown-menu > ul > li .sub-menu > li > a:hover { 
    color: #e78200; 
    background-color: #f9f9ff;
}

.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}

.dropdown-menu-filter {
    width: 350px;
}

.dropdown-menu-filter label {
    font-size: 12px;
    vertical-align: text-top;
    margin-left: 10px;
    color: #666666;
}

.dropdown-menu-filter span {
    font-size: 12px;
    color: #666666;
}

.login-dropdown {
    white-space: normal;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-left: 1px solid #e3e6f0;
    border-right: 1px solid #e3e6f0;
    border-bottom: 1px solid #e3e6f0;
    line-height: 1.3rem;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    transition: color .3s;
    text-decoration: none;
    display: block;
    margin-top: 3px;
    width: 100%;
}

/* Datepicker Erweiterung */
.ui-datepicker .ui-datepicker-buttonpane button {
    font-size: 12px !important;
}

.ui-datepicker .ui-datepicker-header {
    background-color: inherit;
    color: #30307f;
    border: none;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 12px;
    text-transform: uppercase;
    color: #30307f;
}

.ui-icon-circle-triangle-w {
    background-position: -94px -3px;
}

.ui-icon-circle-triangle-e {
    background-position: -34px -2px;
}

.ui-datepicker th {
    font-weight: normal !important;
    border: 0;
    font-size: 12px;
    color: #040d45;
}

.ui-datepicker .ui-datepicker-buttonpane {
    display: none;
    padding-bottom: 20px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    text-align: center;
    border: none;
    background-color: inherit;
    font-size: 12px;
}

.ui-state-default:hover, .ui-widget-content .ui-state-default:hover {
    color: #a95417;
    font-weight: bold;
}

.ui-widget.ui-widget-content {
    padding: 20px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #e2e4f8 !important;
    background-color: #e2e4f8 !important;
    color: inherit !important;
    border-radius: 100%;
}

.ui-datepicker-current-day .ui-state-active {
    color: #30307f;
    font-weight: bold;
}

/*Hint-Popup*/
.ajax_modalbackground {
    background-color: #FFFFFF;
    filter: alpha(opacity=60);
    opacity: 0.6;
    width: 100% !important;
    -moz-opacity: 0.6;
}

.ajax_modalbackground_dark {
    background-color: #000000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    width: 100% !important;
}

.ajax_modalbackground_loader {
    background-color: #FFFFFF;
    filter: alpha(opacity=60);
    opacity: 0.85;
    width: 100% !important;
    -moz-opacity: 0.6;
}

.modal-header-danger {
    padding: 5px 20px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #d43f3a;
    color: white;
    font-size: 15px;
}

.modal-header-secondary {
    padding: 5px 20px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #efefef;
    color: #767676;
    border-radius: 6px 6px 0 0;
    font-size: 15px;
}

.modal-header-warning {
    padding: 5px 20px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #ec971f;
    color: white;
    font-size: 15px;
}

.modal-header-success {
    padding: 5px 20px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #449d44;
    color: white;
    font-size: 15px;
}

.modal-header-primary {
    padding: 5px 20px;
    border-bottom: 1px solid #001a64;
    background-color: #001a64;
    color: white;
    font-size: 15px;
}

.modal-header-info {
    padding: 5px 20px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #028fcc;
    color: white;
    font-size: 15px;
}

.modal-popup-loader {
    position: fixed;
    z-index: 1005;
    top: 0px;
    left: 0px;
    height: 100% !important;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Bootstrap Erweiterung */
.navbar {padding: 0 !important;}
.shop-sorting .chosen-container-single .chosen-single { height: 46px; line-height: 46px; text-align: left !important;}
.shop-sorting .chosen-container-single .chosen-single div b { background: url("../Framework/chosen-sprite.png") no-repeat 0 14px;}
.shop-sorting .chosen-container-active.chosen-with-drop .chosen-single div b {background-position: -18px 14px;}
.shop-sorting .chosen-container .chosen-results {text-align: left !important;}
.fibu-sorting .chosen-drop {width: 450px !important; font-size: 12px !important;}

.btn-textblock {
    position: absolute;
    top: 29px;
    z-index: 9999;
    left: 200px;
    border: 1px solid #cdcdcd;
}

.btn-textblock-abo {
    position: absolute;
    top: 13px;
    z-index: 9999;
    left: 215px;
    border: 1px solid #cdcdcd;
}

.btn-textblock-document {
    position: absolute;
    top: 9px;
    z-index: 9999;
    left: 215px;
    border: 1px solid #cdcdcd;
}

.btn-textblock:hover, .btn-textblock-abo:hover, btn-textblock-document:hover {
    background-color: #d3d3d342;
    border: 1px solid #cdcdcd;
}

.btn-outline-default {
    border: 1px solid #cccccc !important;
}
.text-grayed {color: #d1d1d1;}

.card.card-body.card-address:hover {
    border-color: #028fcc !important;
    color: white !important;
    background-color: #028fcc !important;
}

.card.card-body.card-address-store {
    background-color: #f0f8ff !important;
}

.form-control-blue {
    border-radius: 0px;
    border: none;
    color: #4e73df;
    font-weight: 700;
    padding-left: 0px;
    padding-bottom: 0px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
}

.fa-6x { font-size: 6em; }
.fa-7x { font-size: 7em; }
.fa-8x { font-size: 8em; }
.fa-9x { font-size: 9em; }
.fa-10x { font-size: 10em; }

.form-group span {
    margin-bottom: 5px;
    padding-left: 0px;
    font-size: 12px;
    font-weight: 500;
    display: block;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 24px;
}

.checkbox label::before {
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: 0;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: 0;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox.checkbox-round label::before {
    border-radius: 17px !important;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    top: 0;
    position: absolute;
}

.checkbox label:before, .checkbox label:after {
    content: "";
}

.aspNetDisabled.checkbox label:before, .aspNetDisabled.checkbox label:after {
    content: none;
}

.aspNetDisabled.checkbox.automotiv-checkbox label:before,
.aspNetDisabled.checkbox.automotiv-checkbox label:after {
    content: ""; /* Pseudo-Element wieder aktiv */
}    

/*.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
    font-weight: 900;
}*/

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #001a64;
    border-color: #001a64;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #28a745;
    border-color: #28a745;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.radiobutton label {
    display: inline;
    vertical-align: middle;
    position: relative;
    padding-left: 8px;
    padding-top: 2px;
}

.has-error.checkbox {
    border: none !important;
    background-color: inherit !important;
}

.has-error.checkbox label::before {
    border: 1px solid #a94442 !important;
    background-color: #f2dede !important;
}

.has-error.checkbox-primary input[type="checkbox"]:checked + label::before {
    color: #505050;
    border-color: #e78200 !important;
    background-color: #e78200 !important;
}

.card-body {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background-color: #e5e5e540;
}

/*.aspNetDisabled, .disabled {
    background-color: #eaeaea !important;
    border: 1px solid #ababab !important;
    color: #969494 !important;
    cursor: not-allowed;
}*/
.aspNetDisabled, .disabled {
    cursor: not-allowed;
}

.aspNetDisabled span, .disabled span, .aspNetDisabled input, .disabled input {
    color: #969494 !important;
}

.radiolist label {
    margin-left: 4px;
    margin-bottom: 0px;
}

.alert-danger-line {
    border: 1px solid #e5e5e5 !important;
    border-left: 1px solid #f44336 !important;
    border-radius: 0px 5px 5px 0;
}

.card-alert-danger {
    border-radius: 0px 5px 5px 0px;
    border-left-color: red;
    border-left-width: 2px;
    background-color: #ff000008;
}

.text-overflow-ellipsis {
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 90%;
}

.text-black-25 {
    color: rgb(0 0 0 / 25%) !important;
}

.text-black-70 {
    color: rgb(0 0 0 / 70%);
}

.text-checkout-active {
    color: white;
}

.shadow-light {
    box-shadow: -5px 6rem 3rem rgb(12 10 10 / 15%) !important;
}

.dropdown-textblock .dropdown-menu {
    left: 200px;
    top: 60px;
}

.dropdown-textblock-abo .dropdown-menu {
    left: 215px;
    top: 44px;
}

.dropdown-textblock-document .dropdown-menu {
    left: 215px;
    top: 40px;
}

/* Laptop und Tablet Ansicht*/
@media (max-width: 1700px) {
    .btn-sm {
        font-size: 12px;
        padding: 0px 10px;
    }

    .btn-menu {
        font-size: 11px;
    }

    .card {
        min-width: 190px;
        /*overflow-x: scroll;*/
    }

    .site-header .site-menu > ul > li > a {
        font-size: 11px;
    }
}

/* Chosen Erweiterung*/
.chosen-container-multi .chosen-choices {
    border: 1px solid #ccc;
    border-radius: 0px !important;
    line-height: 45px;
}

.chosen-container-multi .chosen-choices .search-field input[type="text"] {
    color: #c2cbd0;
    font-size: 13px;
    margin-left: 5px;
}

.chosen-container-multi .chosen-choices .search-choice {
    padding: 7px 30px 7px 5px;
    background-image: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    background-color: #f2f2f8 !important;
    border: 1px solid #f2f2f8;
    margin-top: 8px;
    font-size: 11px;
}

.chosen-container-active .chosen-choices {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    top: 10px;
}

.chosen-container-single .chosen-single {
    height: 30px;
    line-height: 30px;
    border-radius: 0px !important;
}

.chosen-container-single .chosen-single span {
    font-size: 14px;
    font-weight: normal;
    font-family: "Rubik",Helvetica,Arial,sans-serif, 'FontAwesome';
    color: #505050;
}

.chosen-container .chosen-results {
    font-family: "Rubik",Helvetica,Arial,sans-serif, 'FontAwesome';
}

.chosen-container-single .chosen-single div b {
    background: url('../Framework/chosen-sprite.png') no-repeat 0 6px;
}

.chosen-nosearch.chosen-container-single .chosen-search {
    display: none;
}

.chosen-container-single .chosen-search input[type="text"], .chosen-container-single .chosen-search input[type="text"]:active {
    background: url('../Framework/chosen-sprite.png') no-repeat 100% -17px, #fff !important;
    border: 1px solid red !important;
    border-radius: 0px !important;
}

.chosen-sm.chosen-container-single .chosen-single {
    height: 26px;
    line-height: 26px;
}

.chosen-sm.chosen-container-single .chosen-single span {
    padding: 0px;
}

.chosen-sm.chosen-container-single .chosen-single div b {
    background: url(../Framework/chosen-sprite.png) no-repeat 0 4px;
}

.chosen-container .chosen-results li {
    padding: 4px 6px;
}

.chosen-container.chosen-sm .chosen-results li {
    padding: 2px 6px;
}

.chosen-item-row .chosen-item-image {
    height: 19px;
    max-width: 19px !important;
    vertical-align: middle;
}

.chosen-item-row .chosen-item-image-div {
    margin-top: 2px;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #f9f9ff;
    background-image: none;
    color: #000000;
}

.chosen-xl.chosen-container-single .chosen-single {
    height: 40px;
    line-height: 40px;
}

.chosen-xl.chosen-container-single .chosen-single div b {
    background: url(../Framework/chosen-sprite.png) no-repeat 0 12px;
}

.chosen-xl-list.chosen-container-single .chosen-single {
    height: 45px;
    line-height: 45px;
}

.chosen-xl-list.chosen-container-single .chosen-single div b {
    background: url(../Framework/chosen-sprite.png) no-repeat 0 14px;
}

.chosen-alternate .chosen-results > li {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.chosen-alternate .chosen-results > li:nth-child(even) {
    background-color: #f5f5f5;
    color: #333333;
}

.chosen-alternate .chosen-results > li:nth-child(even):hover {
    background-color: #e6ebf9;
}

.chosen-select.has-error .chosen-container-single .chosen-single {
    border: 2px solid green !important;
}

.chosen-danger.chosen-container-single .chosen-single { background-color: rgba(244,67,54,0.11) !important;}
.chosen-danger.chosen-container-single .chosen-single span { color: #f44336 !important;}

.chosen-success.chosen-container-single .chosen-single { background-color: rgba(76,175,80,0.11) !important;}
.chosen-success.chosen-container-single .chosen-single span { color: #4caf50 !important;}

.chosen-warning.chosen-container-single .chosen-single { background-color: rgba(255,160,0,0.11) !important;}
.chosen-warning.chosen-container-single .chosen-single span { color: #ffa000 !important;}

/* Chosen für den DropDown Konfigurator (Auto und Motorrad) */
.ddl-configurator.card-body {
    padding-top: 10px !important;
    padding-bottom: 2px !important;
    padding-left: 20px;
    padding-right: 20px;
}

.ddl-configurator .chosen-single span {
    padding-top: 3px;
}

.ddl-configurator .chosen-results {
    max-height: 450px !important;
}

.ddl-configurator .chosen-drop {
    min-width: 400px !important;
}

.ddl-configurator .chosen-item-image {
    max-height: 35px !important;
    height: 35px !important;
    max-width: 100% !important;
    text-align: center !important;
}

.ddl-configurator .chosen-item-image-div {
    margin-top: 10px;
}

.ddl-configurator .chosen-results > li:nth-child(even) {
    background-color: #f5f5f5;
    color: #333333;
}

.ddl-configurator .chosen-results > li:nth-child(even):hover {
    background-color: #337ab7;
    color: white;
}

.ddl-configurator .chosen-li-noimage .chosen-results > li {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.ddl-configurator .chosen-li-image .chosen-results > li {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.ddl-configurator .motor-data .chosen-drop {
    width: 700px !important;
}

.ddl-configurator .chosen-container-single .chosen-search input[type="text"] {
    border: 1px solid #ddd9d9 !important;
    border-radius: 0px !important;
    background: url(chosen-sprite.png) no-repeat 100% -20px, #fff;
}

/* Auto Konfigurator */
ul.configurator {
    margin-bottom: 0px !important;
}

.configurator .nav-item a {
    font-size: 12px !important;
}

.configurator .nav-link {
    padding: 9px;
}

.configurator .nav-link.active {
    background-color: #f8f9fa !important;
    color: black !important;
}

.configurator.nav-tabs .nav-link {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0;
}

.configurator.card-body {
    background-color: #f8f9fa;
    padding: 15px;
}

.ddl-configurator.border-left, .configurator.border-left {
    border-left: 1px solid #e5e5e5;
}

.ddl-configurator.border-right, .configurator.border-right {
    border-right: 1px solid #e5e5e5;
}

/* TECUpload-Klassen */
.input-group .input-group-btn-upload {
    right: 0px !important;
}

.input-group .input-group-btn-upload .btn {
    margin-right: 0px !important;
    padding: 0 10px !important;
}

/* Bootstrap Switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 19px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #30307f;
}

input:focus + .slider {
    box-shadow: 0 0 1px #30307f;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Scrollbar */
.scrollbar-small::-webkit-scrollbar {
    width: 10px;
}

.scrollbar-small::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrollbar-small::-webkit-scrollbar-thumb {
    background: #888;
}

.scrollbar-small::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.chosen-container .chosen-drop .chosen-results::-webkit-scrollbar {
    width: 10px !important;
}

.chosen-container .chosen-drop .chosen-results::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.chosen-container .chosen-drop .chosen-results::-webkit-scrollbar-thumb {
    background: #888;
}

.chosen-container .chosen-drop .chosen-results::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Icons für die Modal PopUp (sweetAlert Style) */
.icon {
    width: 65px;
    height: 65px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin: 20px auto;
}

.icon-error {
    border-color: #f27474;
    -webkit-animation: animateErrorIcon .5s;
    animation: animateErrorIcon .5s;
}

.icon-error-x-mark {
    position: relative;
    display: block;
    -webkit-animation: animateXMark .5s;
    animation: animateXMark .5s;
}

.icon-error-line {
    position: absolute;
    height: 5px;
    width: 40px;
    background-color: #f27474;
    display: block;
    top: 30px;
    border-radius: 2px;
}

.icon-error-line-left {
    -webkit-transform: rotate( 45deg);
    transform: rotate( 44deg);
    left: 13px;
}

.icon-error-line-right {
    -webkit-transform: rotate( -45deg);
    transform: rotate( -45deg);
    left: 13px;
}

.icon-success {
    border-color: #a5dc86;
}

.icon-success-line {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.icon-success-line-long {
    width: 37px;
    right: -57px;
    top: 32px;
    -webkit-transform: rotate( -45deg);
    transform: rotate( -45deg);
}

.icon-success-line-tip {
    width: 20px;
    left: 11px;
    top: 37px;
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
}

.icon-warning {
    border-color: #eea236;
}

.icon-warning-line {
    height: 5px;
    background-color: #eea236;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.icon-warning-line-long {
    width: 26px;
    left: 20px;
    top: 24px;
    -webkit-transform: rotate( 90deg);
    transform: rotate( 90deg);
}

.icon-warning-dot {
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    width: 7px;
    left: 32px;
    top: 48px;
}

.icon-info {
    border-color: #46b8da;
}

.icon-info-line {
    height: 5px;
    background-color: #46b8da;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.icon-info-line-long {
    width: 25px;
    left: 20px;
    top: 38px;
    -webkit-transform: rotate( 90deg);
    transform: rotate( 90deg);
}

.icon-info-dot {
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    width: 7px;
    left: 32px;
    top: 14px;
}

/* Angebotsseite */
.offer-wrapper {
    background: #FFF;
    border: 1px solid #CDD3E2;
    box-shadow: 0px 0px 1px #ccc;
    padding: 40px 40px 60px;
    margin-top: 40px;
    border-radius: 4px;
    margin: 0 auto;
}

.offer-wrapper .retailer-section {
    line-height: 25px;
    color: #444;
    text-align: right;
}

.offer-wrapper .customer-section {
    padding-top: 20px;
    line-height: 22px;
    margin-bottom: 40px;
}

.offer-wrapper .line-items .items {
    margin-top: 8px;
    border-bottom: 2px solid #EBECEE;
    padding-bottom: 8px;
}

.offer-wrapper .line-items .headers {
    color: #A9B0BB;
    font-size: 13px;
    letter-spacing: .3px;
    border-bottom: 2px solid #EBECEE;
    padding-bottom: 4px;
}

.offer-wrapper .line-items .items .item {
    padding: 5px 0;
    color: #696969;
    font-size: 15px;
}

.offer-wrapper .line-items .total .extra-notes {
    float: left;
    width: 40%;
    text-align: left;
    font-size: 13px;
    color: #7A7A7A;
    line-height: 20px;
}

.offer-wrapper .line-items .total .field {
    margin-bottom: 7px;
    font-size: 14px;
    color: #555;
}

.offer-wrapper .season-overlay { left: inherit; }

.offer-wrapper .form-control {
    border: none;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0px;
    height: 30px;
    font-size: 14px;
}

.offer-wrapper .form-control-normal.form-control {
    font-size: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    height: 46px;
}

.disabled-overlay {
    background-color: #FFFFFF;
    filter: alpha(opacity=30);
    opacity: 0.3;
    -moz-opacity: 0.3;
}

.disabled-overlay.aspNetDisabled, .disabled-overlay.disabled,
.disabled-overlay .radiolist .aspNetDisabled {
    background-color: inherit !important;
    border: inherit !important;
    color: #969494 !important;
    cursor: not-allowed;
}

/* OffCanvas Sidebar Menu */
.screen-overlay {
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}

.screen-overlay.show {
    transition: opacity .5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.offcanvas {
    width: 450px;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all .2s;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0,0,0, .2);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
}

.offcanvas.offcanvas-right {
    right: 0;
    left: auto;
    transform: translateX(100%);
    overflow-y: auto !important;
}

.offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    transition: transform .2s;
}

.offcanvas-title-blue {
    background-color: aliceblue;
    border-bottom: 1px solid #dee2e6;
}

/* Kunden Dashboard */
.tile-container {
    /*width: 317px;*/
    /*min-height: 189px;*/
    min-height: 160px;
    margin: 5px 44px 0 30px;
    padding: 8px 16px 12px 16px;
    box-shadow: 0 2px 5px 0 rgba(111, 126, 153, 0.2);
    margin-bottom: 20px;
}

.tile-warning {
    background-color: #fafff2;
}

.tile-primary {
    background-color: #f6faff;
}

.tile-danger {
    background-color: #fffaf5;
}

.tile-success {
    background-color: #f5fffd;
}

.tile-purple {
    background-color: #fffbff;
}

.news.offcanvas.offcanvas-start {
    overflow-y: hidden;
    height: 600px;
    width: 45%;
    margin: 150px auto 0 auto;
    background-color: #ffffff;
    border-radius: 0 5px 5px 0;
}

.news p {
    margin: 0px;
}

/* Dashboard Table*/
.table-left-border tr {
    border-left: 3px solid #30307f;
    font-size: 13px;
    color: #040d45;
    font-weight: 500;
}

.table-left-border tr:hover {
    background-color: #828ca547;
}

.table-left-border td.done {
    border-left: unset;
    color: #84929e;
    text-decoration: line-through;
    font-size: 13px;
}

.table-xl tr {
    height: 50px;
    vertical-align: middle;
}

/* Suchseite */
.filter-counter {
    position: relative;
    top: -23px;
    left: -16px;
    height: 18px;
    padding: 0 7px;
    border-radius: 4px;
    font-size: 11px;
    line-height: 18px;
    background-color: #040d45;
    color: #ffffff;
    display: inline-block;
}

/* Kundenseite */
.pill-purple {
    background-color: #d4e0fd;
    color: #677cb1;
}
.pill-warning {
    background-color: #fdebd4;
    color: #d19e5d;
}

.pill-gray {
    background-color: #f2f2f8;
    color: #444b67;
}

.pill-success {
    background-color: #f1fdf0;
    color: #71be6a;
}

.pill-danger {
    background-color: #ed0016;
    color: #ffffff;
}

.pill-yellow {
    background-color: yellow;
    color: #716c45;
}
.pill-darkblue {
    background-color: #30307f;
    color: #ffffff;
}

.contact-card-body {
    height: 450px;
    overflow: overlay;
}

.contact-card {
    background-color: #9a9a9a1c;
    text-align: center;
}

.contact-card-body-supplier {
    overflow: overlay;
}

.activity-list-body {
    height: 420px;
    overflow: overlay;
}

.activity-list-body-supplier {
    height: 310px;
    overflow: overlay;
}

.upload-section {
    border: 1px solid #6070f6 !important;
    background-color: #f7f8ff !important;
    height: 230px;
    text-align: center;
    overflow: overlay;
    cursor: pointer;
    background: url('/../../Content/Images/Design/UploadIcon.png') no-repeat center #f7f8ff !important;
}

.upload-file-info {
    height: 75px;
    border: 1px solid #6070f6;
    border-top: none !important;
    padding: 5px 10px;
    overflow-y: scroll;
}

.badge-mec-logic {
    background-color: #dfd4ff;
    color: #040d45;
    font-size: 11px;
    font-weight: 600;
}

.badge-mec-future {
    background-color: #fff1c9;
    color: #040d45;
    font-size: 11px;
    font-weight: 600;
}

.badge-mec-conservative {
    background-color: #ceffde;
    color: #040d45;
    font-size: 11px;
    font-weight: 600;
}

.badge-mec-emotion {
    background-color: #ffe1ec;
    color: #040d45;
    font-size: 11px;
    font-weight: 600;
}

.btn-mec-logic {
    position: absolute;
    left: 20px;
    top: 32px;
    height: 59px;
    width: 35px;
    font-size: 14px;
    font-weight: bold !important;
    color: #ffffff;
    line-height: 60px;
}

.btn-mec-future {
    position: absolute;
    left: 65px;
    top: 32px;
    height: 59px;
    width: 35px;
    font-size: 14px;
    font-weight: bold !important;
    color: #000000;
    line-height: 60px;
}

.btn-mec-conservative {
    position: absolute;
    left: 20px;
    top: 94px;
    height: 31px;
    width: 40px;
    font-size: 14px;
    font-weight: bold !important;
    color: #000000;
    line-height: 34px;
}

.btn-mec-emotion {
    position: absolute;
    left: 60px;
    top: 94px;
    height: 31px;
    width: 40px;
    font-size: 14px;
    font-weight: bold !important;
    color: #ffffff;
    line-height: 34px;
}

/* Login Seite */
.login-background {
    background: url('/../../Content/Images/Design/LoginBackgroundNew.png') no-repeat center #101010 !important;
}

.faktura-logo {
    height: 30px;
    vertical-align: sub;
}

.text-wrap {
    margin: 180px auto;
}

.form-wrap {
    margin: 120px auto;
    /*width: 55%;*/
    padding: 30px 50px;
    text-align: center;
    border-radius: 8px;
    background-color: #ffffff;
    max-width: 520px;
}

.news-wrap {
    height: 600px;
    width: 100%;
    margin: 120px auto 0 auto;
    background-color: #ffffff;
    border-radius: 0 5px 5px 0;
}

.news-box {
    width: 380px;
    min-height: 120px;
    padding: 10px 15px;
    border: 1px solid #c1c1c1;
    background: url("../../Images/Design/NewsItem.png") no-repeat 340px 10px;
}

.news-box p {
    margin: 0px;
}

.tag-cloud {
    display: inline-block;
    color: white;
    padding: 5px 15px;
    border-radius: 25px;
    background-color: #001a64;
    margin-top: 8px;
}

.form-control.form-control-lightgray {
    background-color: #f7f7f7 !important;
}

.chosen-container-login.chosen-container-single .chosen-single {
    border: none !important;
    background-color: #f7f7f7;
    border-radius: 5px !important;
}

.bg-login-lightgray {
    background-color: #ebeaea61 !important
}

.btn-login {
    background-color: #0a1576 !important;
    height: unset !important;
    padding: 5px;
    font-size: 14px;
    color: white;
}

.btn-login-dark {
    background-color: #00063b !important;
    height: unset !important;
    padding: 5px;
    font-size: 13px;
    color: white;
}

h5.divider-lightgray {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #bbbbbb;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

h5.divider-lightgray span {
    background: #fff;
    padding: 0 10px;
}

/* Belegverwaltung */
.btn-menu.show {
    border: none !important;
}

.btn-menu.dropdown-toggle::after {
    margin-left: 10px !important;
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    font-weight: 900;
}

.dropend .dropdown-menu.show {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate3d(200px, 0px, 0px);
}

.dropdown-menu-small {
    max-height: 150px !important;
    overflow: hidden;
    overflow-y: auto;
}

.dropdown-menu.dropdown-menu-todo {
    min-width: 140px !important;
}

.dropdown-end:hover > .dropdown-menu {
    display: initial !important;
}

.dropdown-end > .dropdown-menu > li:hover {
    background-color: #30307f;
}

.dropdown-end > .dropdown-menu > li:hover > a {
    color: white;
}

.border-from {
    border-left: 10px solid;
    border-color: #ffe794;
}

.border-to {
    border-left: 10px solid;
    border-color: #a8e5b7;
}

.btn-table-select {
    background-color: #30307f;
    color: #ffffff;
    padding: 20px 5px;
    height: auto;
    line-height: 10px;
}

.btn-table-select:hover {
    background-color: #6868b5;
    color: #ffffff;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Signatur Pad */
canvas {
    height: 150px;
    display: block;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background-color: white;
}

/* Exit Page */
.notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 767px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    padding: 15px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound .notfound-404 {
    position: relative;
    height: 220px;
}

.notfound .notfound-404 h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 186px;
    font-weight: 200;
    margin: 0px;
    -webkit-background-clip: text;
    background-clip: text;
    text-transform: uppercase;
}

.notfound h2 {
    font-size: 33px;
    font-weight: 200;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 25px;
    letter-spacing: 3px;
}


.notfound p {
    font-size: 16px;
    font-weight: 200;
    margin-top: 0px;
    margin-bottom: 25px;
}

/* Borders */
.border-left-danger {
    border-left: 4px solid #b50850;
}

.border-left-warning {
    border-left: 4px solid #d19e5d;
}

.border-left-success {
    border-left: 4px solid #71be6a;
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
        position: relative;
        height: 168px;
    }

    .notfound .notfound-404 h1 {
        font-size: 142px;
    }

    .notfound h2 {
        font-size: 22px;
    }
}
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #eaecf4;
    border-radius: 0.35rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #4e73df;
    transition: width 0.6s ease;
}

/* Warengruppenanzeige */
.waregroup-item {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 350px !important;
    padding-right: 0px !important;
}