body {
    background-color: #ededed;
}

input:active {
    border: 1px solid red;
}

.order-completed {
    border-color: #25ff00 !important;
    border-width: 2px !important;
}

.order-pending {
    border-color: #ffd337 !important;
    border-width: 2px !important;
}

.order-open {
    border-color: grey !important;
    border-width: 2px !important;
}

.card-info-button {
    right: -2px;
    top: -2px;
    height: 20px;
    width: 30px;
    background-color: #c0c0c0;
    border-radius: 0px 2px 0px 0px;
}

.wh-card {
    border-radius: 0;
}

.wh-menge {
    font-size: 1.2em;
}

.wh-menge span {
    font-weight: bold;
}

.wh-packstuecke-table {
    font-size: 0.8em;
}

.wh-packstuecke-table th {
    border-bottom: 2px solid #383E42 !important;
    border-top: none;
    padding-bottom: 0.2rem;
    padding-left: 0;
    padding-right: 0;
}

.wh-packstuecke-table td {
    border-top: none;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 0;
    padding-right: 0;
}

.wh-btn {
    background-color: #383E42;
    color: #ffffff;
}

.wh-info-link {
    text-decoration: none;
    color: inherit;
}

.wh-info-link:hover {
    text-decoration: none;
    color: grey;
}

.wh-search {
    background-color: #ffd720;
}

.wh-search-options {
    margin-top: 2px;
    font-size: 0.9em;
}

.wh-list-heading {
    display: inline-block;
    font-size: 0.9em;
    font-weight: bold;
}

.wh-historie-tabelle {
    font-size: 0.9em;
}

.wh-historie-tabelle tr:hover {
    cursor: pointer;
}

.wh-historie-tabelle td {
    max-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wh-search-form, .wh-search-form div.form-group {
    margin-bottom: 0;
}

.wh-buch-info-wrapper {

}

.wh-buch-detail {
    height: 100%;
    border: 1px solid #e4e4e4;
    background-color: #ffffff;
}

/**Styles für Result Items **/
h1, h2, h3, h4, h5, h6 {
    color: #383E42;
    margin: 0;
    padding: 0;
}

.flex-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.person {
    align-items: center;
    background-color: #e1e1e1;
    border-radius: 15px;
}

.line {
    height: 5px;
    width: 100%;
    background-color: red;
    margin-left: 10px;
}

.text-container {
    width: 340px;
    height: 100%;
    padding-left: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
}

.image-container img {
    width: 150px;
    border-radius: 15px 0px 0px 15px;
}

.text-container span {
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
}

.wh-separator {
    height: inherit;
    width: 1px;
    background-color: #dee2e6;
}

.wh-mengen-sub-2 {
    font-size: 0.8em;
    color: #5c5c5c;
}

.wh-mengen-sub {
    font-size: 1.2em;
    border-radius: 45%;
    transition: background-color 0.4s;
}

.wh-mengen-sub:hover {
    background-color: #cbcbcb;
    cursor: pointer;
}

.wh-btn {
    background-color: #383E42;
    color: #ffffff;
    font-size: 1.1em;
    border: none;
    border-radius: 3px;
    transition: background-color 0.5s, color 0.5s;
}

.wh-btn:hover {
    background-color: #5D5D5D;
    color: #ffffff;
}

.wh-packstuecke th {
    padding: 0;
    border-top: none;
    font-size: 0.9em;
    padding-bottom: 5px;
}

.wh-packstuecke td {
    padding: 0;
    width: 50%;
    font-size: 0.9em;
    padding-top: 3px;
    padding-bottom: 3px;
}

.wh-packstuecke td:hover {
    cursor: pointer;
}

#customers:first-child {
    margin-top: 0;
}

#customers div.row {
    margin-top: 15px;
}

.wh-partial-count-input {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.wh-city-pill {
    background-color: #e3e1e1;
    font-size: 0.8em;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
}

.wh-arrow {
    height: 15px;
}

.wh-add-note {
    height:20px;
}

/** Styles für Search-Box **/

.wh-search-icon:hover {
    cursor: pointer;
}

/** Styles für Modale **/
.modal-content {
    border-radius: 0;
    border-color: #e4e4e4;
}

.modal-body {
    overflow-y: auto;
}

.modal-body table {

}

.wh-packstuecke-table-body:hover {
    cursor: pointer;
}

#wh-order-table td {
    border:0 none;
}

/** Styles für die Detail-Anzeige in der Order Table **/

.wh-details-container {

}

.wh-details-row {
    border-bottom:1px solid grey;
    background-color: #ffffff;
}

/** Styles zum Ausblenden der Pfeile bei Number Inputs **/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}