﻿/* 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. */


body {
    margin: 0;
    font-family: "Segoe UI", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
    font-size: 0.8275rem;
    font-weight: 400;
    line-height: 1.2;
    color: #373a3c;
    text-align: left;
    background-color: #fff;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #2773BE;
}
a :hover {
    color: #fff;
}
.btn-primary {
    color: #fff;
    background-color: #252525;
    border-color: #000000;
}
.btn-a :hover {
    color: #fff;
    background-color: #2773BE;

    border-color: #367cd1;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #2773BE;
    width: 100%;
    border-color: #367cd1;
}

/* 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 */
}


/*GB**/
.carousel-item div{
    padding: 10px 10px 10px 10px;
}
/*
select {
    margin: 50px;
    width: 150px;
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: none;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:  96% / 15% no-repeat #fefefe;

}





    select::-ms-expand {
        display: none; 
    }

@media screen and (min-width:0\0) {
    select {
        background: none\9;
        padding: 5px\9;
    }
}

select:after {
    position: absolute;
    right: 11px;
    top: 10px;
    content: "3";
    font-family: "ElegantIcons";
    font-size: 16px;
    color: #b2b2b2;
}
*/

/* The container must be positioned relative: */
.custom-selector {
    position: relative;
    font-family: Arial;
    float: left;
    width:170px;
   
}

    .custom-selector select {
        display: none; /*hide original SELECT element: */
    }

.select-selected {
    background-color: #e5e5e5;
    height: 48px;
    padding: 14px 14px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    font-size: 1rem;
}

    /* Style the arrow inside the select element: */
    .select-selected:after {
        position: absolute;
        content: "";
        top: 20px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #808080 transparent transparent transparent;
    }

    /* Point the arrow upwards when the select box is open (active): */
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px;
    }

/* style the items (options) */
.custom-selector-select-items div {
    /*color: #ffffff;*/
   
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    font-size:1rem;
    padding: 4px 15px 4px 15px;
}

/* Style items (options): */
.custom-selector-select-items {
    position: absolute;
    background-color: #e5e5e5;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.custom-selector-select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}


td a, p a, .link-button {
    background: #3b3b3b;
}

td .active a, p .active a, .link-button .active {
    background: #2773BE;
}

td a, p a, .link-button {
    font-size: 11px;
    color: #ffffff;
    border: 7px solid #3b3b3b;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    td a:hover, p a:hover, .link-button:hover {
        color: #ffffff;
        background: #2773BE;
        border: 7px solid #2773BE;
    }
.lite-button {
    font-size: 0.8375rem;
    color: #3b3b3b;
    background: #fff;
    border: none;
    text-transform: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.lite-button:hover {
    color: #ffffff;
    background: #2773BE;
    border: 1px solid #2773BE;
}

table {
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
}

    table td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


FIELDSET {
    margin: 8px;
    border: 1px solid silver;
    padding: 8px;
    border-radius: 4px;
}

LEGEND {
    padding: 2px;
}

legend[aria-expanded=true] .fa-chevron-right {
        display: none;
    }

a[aria-expanded=false] .fa-chevron-down {
    display: none;
}


.bill-of-lading-grid {
    color: #2773BE;
}





/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


.inverted  {
    filter: invert(1);
    background-color: #000000;
}

    .inverted img, .inverted .green-circle, .inverted .bg-danger {
        filter: invert(1);
    }

.lightDarkModeLink {
    height: 25px;
    cursor: pointer;
    border: 2px solid black; 
    padding: 5px;
    margin-left: 10px;
}
.lightDarkModeLink:hover{
    
    color:rgba(0, 0, 0, 1);
}
.green-circle {
    width: 10px;
    height: 10px;
    background-color: green;
    border-radius: 50%; /* This creates a circle by rounding the corners */
    margin-top: 2px;
    
    float: left;
    
}
.companyName {
    padding-left: 5px;
    margin-top: 0px;
    float: right;
    font-weight: bold;
}

input[type="checkbox"] {
    appearance: none;
    width: 14px;
    height: 14px;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: white;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

input[type="checkbox"]:checked {
    background-color: #000;
}

input[type="checkbox"]:checked::after {
    content: '\2713'; /* Unicode checkmark */
    font-size: 14px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}




/* File upload container styling */
.cart-summary-section {
    margin-left: 0px;
    margin-right: 0px;
}
.cart-summary-section, .cart-upload-section form {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

/* Definition list styling */
.cart-upload-section dl {
    margin: 0;
}

.cart-upload-section dt {
    font-weight: 500;
    color: #333333;
    margin-bottom: 12px;
    font-size: 16px;
}

.cart-upload-section dd {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

/* File input styling */
.cart-upload-file-input {
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 8px;
    font-size: 14px;
    background-color: #f5f5f5;
    width: auto;
    flex-grow: 1;
    max-width: 300px;
}

    .cart-upload-file-input:hover {
        border-color: #bbbbbb;
    }

    .cart-upload-file-input:focus {
        outline: none;
        border-color: #3498db;
        box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
    }




/* Responsive adjustments */
@media (max-width: 768px) {
    .cart-upload-file-input {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .col-lg-5 dd {
        flex-direction: column;
        align-items: flex-start;
    }

    .link-button {
        width: 100%;
    }
}