﻿/* 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. */


/*!
 *  Erudus Icons - http://www.erudus.com
 *  License - MIT License
 */

@import url("erudus/css/style.css");

/*.table-responsive {
    min-height: 800px;
}*/


.ui-autocomplete {
    background-color: #fff !important; /* Set background color */
    position: absolute;
    top: 62px !important;
    z-index: 1000;
    display: none; /* The widget handles showing/hiding */
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 0.875rem;
    color: #212837;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0,0,0,0.15);
    border-radius: 6px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

    /* Styles for each autocomplete item */
    .ui-autocomplete li {
        display: block;
        width: 100%;
       /* padding: 6px 20px;*/
        clear: both;
        font-weight: 400;
        color: #212837;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        cursor: pointer; /* Adds a pointer cursor for clarity */
    }

        /* Hover/focused item styling */
        .ui-autocomplete li.ui-state-focus {
            background-color: #e9ecef; /* Subtle grey for hover */
            color: #212837; /* Text color for contrast */
            border: none; /* Remove any default border */
        }
/* General item styling */
.ui-menu-item-wrapper {
    display: block;
    width: 100%;
    padding: 6px 20px;
    font-weight: 400;
    color: #212837;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent; /* Ensure no default background */
    border: 0;
    cursor: pointer;
}

    /* Hover effect */
    .ui-menu-item-wrapper.ui-state-active {
        background-color: #e9ecef; /* Light grey background on hover */
        color: #212837;
        border: none;
    }




a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.form-group {
    margin-bottom: 10px;
}

.quoteAnon {
    min-height: 100%;
    padding: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}



.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-right: 10px
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 0;
        padding-right: 0;
        height: auto;
        margin-top: -3px
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 6px !important;
    padding: 6px 12px;
    height: 35px !important
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 6px !important;
        right: 1px;
        width: 20px
    }

@media (max-width:767.98px) {
    .quoteAnon {
        padding: 1.25rem
    }
}

.quoteAnon .quoteAnon-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 auto;
    position: relative
}


/* 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 {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.fa-check {
    color: green;
}

.fa-times {
    color: red;
}

/* for the page loader */
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #863B6A; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
/* safari*/
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media print {
    .btn {
        display: none;
    }

    .menu-search {
        display: none;
    }

    .menu-item {
        display: none;
    }

    .print-ignore {
        display: none;
    }

    .products-scrollable {
        height: auto;
        overflow: visible !important;
    }

    .overview-section {
        page-break-after: always;
    }
}

.products-scrollable {
    height: 237px;
    overflow-y: scroll;
}
