<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.results_outer {
    border: 0;
    padding-top: 10px;
    position: relative;
}

.search_form_outer {
    padding-left: 10px;
    padding-right: 10px;
}
.result-content-outer {
    position: absolute;
    background-color: #fff;
    z-index: 99;
    width: 100%;
    border: 2px solid #d0384f;
    max-height: 300px;
    overflow-y: scroll;
    border-top: 0px;
    display: none;
}

.results_outer input[type="text"] {
    border-radius: 0px;
}

.result-content a {
    text-align: left;
    padding: 10px;
    display: block;
    border-top: 1px solid #d0384f;
}

.result-content:hover,
.search_all_results_outer:hover,
.article_content_outer a:hover {
    background-color: rgba(208, 56, 79, 0.1);
}

.result-content .title,
.article_content h3 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 17px;
}

.label.btn-category {
    background-color: #d0384f;
    color: #fff;
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.search_all_results_outer a {
    border-top: 2px solid #d0384f;
    padding: 10px 0;
    display: block;
    text-align: center;
}

.category_outer {
    margin-top: 20px;
}

.category_outer h2 {
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 5px;
    margin-bottom: 10px;

}

.category_outer h2 span {
    font-size: 14px;
}

.category_row a:hover {
    text-decoration: none;
}

.category_row a span {
    padding-left: 5px;
}

.category_row a:hover span {
    text-decoration: underline;
}

.article_content_outer i {
    position: absolute;
    font-size: 30px;
    width: 35px;
    top: 50%;
    transform: translateY(-50%);
}

.article_content_outer .article_content {
    float: left;
    width: calc(100% - 35px);
    margin-left: 35px;
}

.article_content_outer a {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #c3c3c3;
}
.search_form_outer {
    text-align: center;
    border: 2px solid #d0384f;
}
.search_form_outer input{
    text-align: left;
    margin-top: 10px !important;
    display: inline-block;
    height: 32px;
    font-size: 14px;
}
.result-content-outer .no_results {
    padding: 15px;
}
#order-list, #product-list, #article-list  {
    float: left;
    list-style: none;
    margin-top: -10px;
    padding: 0;
    width: 100%;
    position: absolute;
}
#order-list {
    z-index: 999;
}
#product-list {
    z-index: 99;
}
#article-list {
    z-index: 9;
}

#order-list li, #product-list li, #article-list li {
    padding: 10px;
    background: #f0f0f0;
    border-bottom: #bbb9b9 1px solid;
}

#order-list li:hover, #product-list li:hover,#article-list li:hover  {
    background: #ece3d2;
    cursor: pointer;
}
.OrderSearch, .ProductSearch, .ArticleSearch {
    position: relative;
}
.OrderSearchRow, .ProductSearchRow, .ArticleSearchRow {
    display: none;
}

.submit_ticket_form .dz-message{
    text-align: center;
    font-size: 28px;
}
.submit_ticket_form .dropzone {
    width: 100%;
    max-width: 510px;
    padding: 10px;
    float: left;
    height: auto;
}
.submit_ticket_form .dropzone .dz-message {
    text-align: center;
    margin: 30px 0;
}
.submit_ticket_form small{
    clear: both;
    display: block;
}
.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.customer_digitizing input {
    width: auto;
}

@media only screen and (max-width: 767px) {
    
    .submit_ticket_form table {
        float: left;
        width: 100%;
    }
    .submit_ticket_form table tbody {
        display: block;
    }

    .submit_ticket_form table tbody tr {
        float: left;
        width: 100%;
    }
    .submit_ticket_form table tbody tr td {
        float: left;
        width: 100%;
    }
    .submit_ticket_form table tbody tr td textarea {
        width: 100%;
    }
  }</pre></body></html>