body {
    background-color: #f3f6fb;
}

.navbar {
    border-radius: 0px;
}

.navbar-shop {
    background-color: #28304e;
    color: #ffff
}

.navbar-headline {
    display: ruby;
}

.navbar-version {
    margin-left: 1%;
}

.dropdown {
    font-size: 14px;
}

.dropdown a {
    color: #ffff;
}

.dropdown-menu {
    background-color: #28304e;
    color: #ffff
}

.dropdown-menu li {
    padding-left: 10px;
    padding-right: 10px;
}

.dropdown-menu li a {
    padding: 0 0;
    color: #ffff;
}

.changeItem {
    max-height: 220px;
    overflow: auto;
}

.order-box-header {
    background-color: #ffff;
    border-radius: 3px;
    padding: 10px;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 10px;
    height: 70px;
}

.order-box-body {
    height: 298.75px;
    overflow: auto;
    background-color: #ffff;
}

.order-box-item {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    float: right;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    color: #333;
}

.order-box-footer {
    background-color: #ffff;
    border-radius: 3px;
    padding: 10px;
    margin-top: 10px;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 10px;
}

.price {
    font-weight: bold;
    padding: 5px;
    font-size: x-large;
    color: darkblue;
}

.button-article {
    /* height: 59.75px; */
    height: auto;
    width: 682.5px;
}

.double_underline {
    border-bottom: double 6px darkblue;
}

.double_underline_blk {
    border-bottom: double 6px black;
}

.load_credit {
    color: darkblue;
    font-weight: bold;
    font-size: x-large;
}


.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.starter-template {
    padding: 40px 15px;
    text-align: center;
}

textarea {
    resize: none;
}

.nodisplay {
    display: none;
}

#productpanel {
    height: 40rem;
    overflow: scroll;
}

/* Daschboard-Buttons */

.kachel-dashboard {
    padding: 1em;
    background-color: rgba(16, 78, 139, 0.5);
    color: white;
    text-align: center;
    height: 150px;
    width: 150px;
    box-shadow: 10px 20px 15px silver;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
}

.kachel-dashboard:hover {
    background-color: rgba(193, 205, 205, 0.5);
    color: rgb(16, 78, 139);
    text-decoration: none;
}
