﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/** Autocomplete **/

.autocomplete-suggestions {
    margin-top: 5px;
    overflow-x: hidden;
    border: 1px solid #e5e5e5;
    background-color: white;
}

.autocomplete-suggestion, .autocomplete-no-suggestion {
    padding: 5px;
    cursor: pointer;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    display: flex !important;
    align-items: center !important;
}

    .autocomplete-suggestion div {
        padding: 5px;
        flex-grow: 1;
        flex-basis: 0;
        text-align: left;
        overflow: hidden;
    }

        .autocomplete-suggestion div.big {
            flex-grow: 1.5;
        }

.autocomplete-selected {
    background-color: #e5e5e5;
}

.autocomplete-suggestions .sw-search-bar__type {
    background-color: #b3bdcc;
    color: #fff;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 4px;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 14px;
}

    .autocomplete-suggestions .sw-search-bar__type.order {
        background-color: rgb(160, 146, 240);
    }

    .autocomplete-suggestions .sw-search-bar__type.address {
        background-color: rgb(248, 137, 98);
    }

    .autocomplete-suggestions .sw-search-bar__type.rma {
        background-color: rgb(248, 137, 98);
    }

.comment pre {
    overflow: auto;
    font-family: "Consolas", monospace;
    font-size: 11pt;
    text-align: left;
    overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: normal; /* crucial for IE 6, maybe 7? */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 3px 0px;
}

.comment textarea {
    min-height: 200px;
}

.sidebar .nav-item .nav-link span.sidebar-description {
    display: inline;
}

.sidebar.toggled .nav-item .nav-link span.sidebar-description {
    display: none;
}

li.ServiceRow {
    position: relative;
}

    li.ServiceRow:hover {
        background-color: #f8f9fa;
        border-radius: 3px;
    }

a.ServiceLinkIcon {
    position: absolute;
    left: 2px;
    top: 2px;
    color: lightgray
}

    a.ServiceLinkIcon:hover {
        color: darkgray;
    }

a.ServiceLink {
    display: block;
}

    a.ServiceLink:hover {
        text-decoration: none;
    }

a.HasServiceLink {
    margin-left: 25px;
}

a.DownloadLink {
    display: block;
    margin-bottom: 0.5rem;
    text-align: left;
}

    a.DownloadLink span {
        margin-left: 0.125rem;
    }


.txtRma {
    display: inline-block;
    min-width: 55px;
    text-align: center;
}

.txtDate {
    display: inline-block;
    min-width: 90px;
    text-align: center;
}

.txtType {
    display: inline-block;
    min-width: 75px;
    text-align: center;
}

.txtName {
    display: inline-block;
    min-width: 200px;
}

.txtProduct {
    display: inline-block;
}

table i.isInherited, table svg.isInherited {
    color: #7363e5 !important;
}

table tr.hasVariant {
    border-left: 3px solid #7363e5;
}

table tr.isVariant {
    border-left: 2px solid #7363e5;
}

table.caption-top caption {
    caption-side: top;
    font-weight: bold;
}

table table.caption-top caption {
    padding-top: 0;
    padding-bottom: 0;
}

table table th {
    padding-left: 20px !important;
}


.InfoForCustomer {
    border-left: 3px solid red;
}