/*
 * Developed for Partpeople GmbH
 *
 * Copyright (c) 2023 by a cup of software, Tim Brückner
 * All rights reserved.
 */

/* typography */

body .ui-widget:not(.pi), body .ui-widget .ui-widget:not(.pi),
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.page_title {
    font-size: 1.2em;
}

/* forms and layout */

.content_offset {
    margin: 20px auto;
}

.content_padding {
    padding: 10px;
}

.bold {
    font-weight: bold;
}

.centered {
    text-align: center;
}

.form_grid {
    margin: 20px;
}

.form_grid tr,
.form_grid td {
    border: 0 !important;
}

.form_grid .form_label {
    min-width: 150px;
}

.form_input {
    min-width: 250px;
}

.form_input input {
    width: 240px;
}

.form_input_dropdown {
    width: 200px;
}


.form_input_fixed_250 {
    width: 250px;
}

.form_input_fill {
    width: auto;
}

.crud_actions {
    width: 250px;
    text-align: center;
}

.article_info_dialog {
    max-height: 600px;
}

.zip_column {
    width: 30px;
}

.country_column {
    width: 100px !important;
}

.role_list_default_column {
    width: 50px;
    text-align: center;
}

.comment {
    border-radius: 5px;
    border: 1px solid #cccccc;
    background-color: rgba(136, 209, 116, 0.20);
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.comment_input {
    width: 600px;
}

.previewImage {
    display: block;
    width: auto;
    height: auto;
    max-width: 800px;
    max-height: 600px;
}

.order_request_actions {
    width: 330px;
}

.order_request_description {
    width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.order_request_panel_left {
    width: 49%;
    float: left;
}

.order_request_panel_right {
    width: 49%;
    float: right;
}

.order_request_lightbox {
    display: inline-block;
}

.shop_stock_price *,
.shop_stock_price {
    color: rgb(189, 25, 34) !important;
    font-weight: bold;
}

.image_container {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #cccccc;
    border-radius: 2px;
}

.image_container img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.image_container img.landscape {
    max-width: none;
    max-height: 100%;
}

.column_task_template_title {
    width: 220px;
}

.column_task_template_selected {
    width: 75px;
}

.column_task_template_done {
    text-align: left;
}

.width_100 {
    width: 100%;
}

.no_border, .no_border tr, .no_border td {
    border: none !important;
}

.borderedTabView.ui-widget-content {
    border: 1px solid #cccccc;
    border-radius: 3px;
}

.dialog {
    width: 600px;
}

.dvse_iframe {
    width: 100%;
    height: 800px;
}

.uppercase {
    text-transform: uppercase;
}

.brightText {
    color: #ffffff;
}

.darkText {
    color: #333333;
}

.redText {
    color: #880000;
}
