body {
    background: none !important;
}

.sidebar-item.selected,
.sidebar-link.active {
    background: -webkit-linear-gradient(#f4f6f9 70%, #e5e5e5 100%);
    border-radius: 0!important;
}

#calcRemover .text-muted:hover {
    color: #83bc41!important;
}


/* #OrderForm input, #parts {font-size: 1.5em;}*/

select.form-control {
    background: #f2f5f8!important;
}

.ui-dialog {
    z-index: 101;
    border: 6px solid #fff;
}

.ui-dialog-buttonset {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ui-dialog-buttonset button {
    background: #ea516d;
    border: 1px solid #fff;
    color: #fff;
    margin: 4px;
    padding: 4px 10px;
}

.ui-dialog-buttonset button:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #ea516d;
    margin: 4px;
    padding: 4px 10px;
}

.calcToggle,
a.calcToggle {
    background: #474b5a;
    color: #83bc41!important;
}

a.calcToggle:hover,
.calcToggle:hover {
    background: #292d39;
    color: #83bc41!important;
}

#canvas-container {
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    cursor: pointer
}

#canvas-container.inactive:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

#pdffile {
    cursor: pointer
}

#AusgabeInfoText {
    float: left;
    font-size: 0.7em;
    line-height: 2.4em;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 22px;
}

#PreisAusgabeInner {
    background: #474b5a;
    color: #83bc41;
    text-align: center;
    z-index: 6;
    height: 104px;
    padding-left: 30px;
    padding-right: 30px;
}

#bruttonettoschalter {
    width: 50%;
    float: right;
}

.bruttonettoButton {
    width: 50%;
    float: left;
    letter-spacing: 0.3em;
    background: rgba(71, 75, 89, 0.5);
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8em;
    text-align: center;
    line-height: 2.2em;
    cursor: pointer
}

.bruttonettoButton.active {
    background: #474b5a;
    color: #83bc41;
    font-weight: bold;
}

#nettobutton {
    float: right;
}

#bigPreisContainer {
    float: left;
    text-align: left;
    width: 50%;
}

.alternatives {
    float: left;
    width: 50%;
    font-size: 0.7em;
    line-eight: 19px;
    text-align: left;
    color: #7acaef;
    cursor: pointer;
    margin-top: -8px
}

.alternatives .row {
    border-bottom: 1px solid #7acaef;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-left: 0px;
}

.alternatives .row.lastRow {
    border-bottom: none;
}

.alternatives .row .col {
    padding-left: 5px;
    padding-right: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.alternatives .row:hover {
    background: #61879f;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.alternatives .row.lastRow:hover {
    border-bottom: none;
}

#AusgabePreisText {
    font-size: 0.7em;
    margin-bottom: 1em;
}

.bigPreis {
    font-weight: bold;
    font-size: 2.2em;
    line-height: 0.7em;
}

#AusgabeBruttoPreis {
    opacity: 0.7;
    font-size: 0.6em;
    line-height: 3em;
    text-align: center;
    clear: both;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#PreisAusgabe h2,
#PreisAusgabe h6 {
    color: #83bc41;
}

.mwst {
    font-size: 0.4em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.EntscheiderButton {
    width: 50%;
    opacity: 0.9;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-align: center;
    transition: all .2s ease-in-out;
}

.EntscheiderButton:hover {
    transform: scale(1.1)
}

.infocircle {
    font-size: 1em;
    line-height: 1.3em!important;
    float: right;
    cursor: pointer;
    color: #99abb4;
}

.infocircle:hover {
    color: #ea516d;
}

.nav-item a {
    color: #c5c5c5;
}

.nav-item:hover {
    background: #F3F9EC;
}

.nav-item a:hover {
    color: #519700;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #414854;
    background: none;
}

.input-group-text {
    border-radius: 20px;
    background: #f3f3f3
}

.rounded-right {
    border-top-right-radius: 20px!important;
    border-bottom-right-radius: 20px!important;
}


/*
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
*/

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
    border-bottom-right-radius: 20px!important;
    border-top-right-radius: 20px!important;
}

.form-control {
    border-radius: 20px;
}

#sendQuote {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.dropdown-menu.show {
    box-shadow: 0px 0px 28px #888888;
}

#OrderForm .img-fluid {
    max-height: 500px;
}

#faq a.collapsed i.ion {
    display: block;
    #faq a.collapsed i.ion {
        display: block;
    }
    #faq a i.ion {
        display: none;
    }
    #faq a.collapsed i.ioff {
        display: none;
    }
    #faq a i.ioff {
        display: block;
    }
    #faq a {
        color: #ea516d;
    }
    #faq a.collapsed {
        color: #474b5a;
    }
    .text-shadow {
        text-shadow: 0px 0px 2px #666;
    }
    .text-shadow-white {
        text-shadow: 0px 0px 5px #ffffff;
    }
    @media print {
        .left-sidebar {
            display: none;
        }
    }
    .btn,
    .btn-lg,
    input,
    .input-lg,
    textarea,
    .input-group-text,
    .form-control {
        border-radius: 0!important;
    }
    .dangerLink {
        background: #ea516d!important;
        border: 1px solid #fff;
        color: #fff;
    }
    .dangerLink a {
        color: #fff;
        display: block;
    }
    .dangerLink:hover {
        background: #fff!important;
        color: #ea516d!important;
    }
    .dangerLink:hover a {
        color: #ea516d!important;
    }
    a.dropdown-item:hover {
        font-weight: bold;
        border-left: 4px solid #7bcaef;
    }
    a.dropdown-item {
        padding: 15px 10px 15px 20px;
        font-size: 1rem;
    }
    .dropdown-menu {
        box-shadow: 0px 0px 28px #888888;
        border: 4px solid #fff;
        border-radius: 0px;
    }
    .dropdown-menu.show {
        box-shadow: 0px 0px 28px #888888;
    }
    .dropdown-menu li {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .small2 {
        font-size: 0.8em;
        line-height: 1em;
        color: #666;
    }
    .price-transition {
        opacity: 0;
        filter: blur(5px);
        transition: opacity 0.5s, filter 0.5s;
    }
    form label {
        font-size: 0.75em;
        color: rgba(71, 75, 89, 0.5)
    }
    font-size: 0.75em;
    color: rgba(71, 75, 89, 0.5)
}

form label {
    font-size: 0.75em;
    color: #c5c5c5
}