﻿/* 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;
}

.bg-hawkins.bg-soft {
    background-color: rgba(201,0,67,.25) !important;
}

.btn-hawkins {
    color: #fff;
    background-color: #c90043;
    border-color: #c90043;
}

    .btn-hawkins:hover {
        color: white;
        background-color: rgba(201,0,67,0.8);
    }


.btn-hawkins-reset {
    color: #333;
    border-color: #ccc;
    background-color: #fff;
}


    .btn-hawkins-reset:hover {
        color: black;
        background-color: rgba(250,250,250,0.8);
    }


.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 */
}

/*JDS 8/23/2022 - Begin styles pulled in to make the SDS page not look like garbage*/

.text-right {
    text-align: right;
}

.row {
    margin-bottom: 10px;
}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}


/*JDS 8/23/2022 - END SDS styles*/

/* JDS 8/29/2022 - Sytles for Order History Page*/
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* JDS end Order History Page Styles*/


/* JDS code to style the Grid command buttons for edit and Destroy */
.k-grid tbody .k-grid-edit, .k-grid tbody .k-grid-update, .k-grid tbody .k-grid-cancel, .k-grid tbody .k-grid-delete {
    min-width: 0;
    width: calc(2px + .75rem + 1.5em);
    height: calc(2px + .75rem + 1.5em);
    padding: .375rem;
}

    .k-grid tbody .k-grid-edit .k-icon, .k-grid tbody .k-grid-update .k-icon, .k-grid tbody .k-grid-cancel .k-icon .k-grid tbody .k-grid-delete .k-icon {
        margin: 0;
    }
/*JDS end grid buttons*/



.BeanCountIssue {    
    background-color: #ffc107 !important;    
}

/* CSS for Spinner */
@keyframes ldio-odm529nm6hg {
    0% {
        transform: translate(-50%,-50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

.ldio-odm529nm6hg div {
    position: absolute;
    width: 55.22px;
    height: 55.22px;
    border: 25.099999999999998px solid #2a3042;
    border-top-color: transparent;
    border-radius: 50%;
}

.ldio-odm529nm6hg div {
    animation: ldio-odm529nm6hg 1s linear infinite;
    top: 125.49999999999999px;
    left: 125.49999999999999px
}

.loadingio-spinner-rolling-qdhgqpp5wen {
    position: fixed;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: -100px;
    left: -150px;
    bottom: 0;
    right: 50px;
    width: 50px;
    height: 50px;
    display: none;
}

.ldio-odm529nm6hg {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-odm529nm6hg div {
        box-sizing: content-box;
    }