body {
    background: #474b5a!important;
}

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

#calcRemover .text-muted:hover {
    color: #00AEEF!important;
}


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

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

.ui-dialog {
    z-index: 101;
    border: 6px solid #fff;
    box-shadow: 6px 9px 50px #000;
}

.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: #00AEEF!important;
}

a.calcToggle:hover,
.calcToggle:hover {
    background: #292d39;
    color: #00AEEF!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
}

#clearLocalStorage {
    position: absolute;
    right: 0px;
    top: 55px;
    width: 40px;
    height: 40px;
    z-index: 4;
}

#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: #FFF200;
    text-align: center;
    box-shadow: 6px 9px 26px #666;
    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: #00AEEF;
    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: #00AEEF;
}

.mwst {
    font-size: 0.4em;
    line-height: 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 {
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important;
    background: #000;
}

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

#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 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)
}