/* 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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 13px;
}

@media (min-width: 768px) {
    html {
        font-size: 15px;
    }
}

body {
    font-family: "Open Sans", "Segoe UI", sans-serif;
}

.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;
    /* Set the fixed height of the footer here */
    height: 61px;
    line-height: 60px; /* Vertically center the text there */
}

.alert-dismissible {
    padding-right: 5rem !important;
}

#trackingBarcode {
    max-width: 100%;
}

.package-qr-canvas, .item-qr-canvas {
    max-width: 100%;
    margin-bottom: 2rem;
}

.status-indicator {
    font-size: 1rem;
}

.package-info, .item-info {
    /*margin-left: 1rem;*/
    margin-bottom: 4rem;
}

.item-image {
    /*padding: 0.5rem;*/
}

.item-image-container {
    margin: 0.5rem 0;
}

.overflow-hidden {
    overflow: hidden;
}

.navbar {
    padding: .6rem 1.2rem;
}

.navbar-brand {
    padding-top: 2px;
    padding-bottom: 0;
    font-size: 0;
}

.navbar-brand .logo {
    width: 90px;
}

.navbar-brand .logo div {
    font-size: 5.74rem;
    position: absolute;
    margin-top: -3.68rem;
}

.table th {
    border-top: none;
}

.badge-prominent {
    font-size: 81% !important;
}

.text-prominent {
    font-size: 120% !important;
}

.block {
    margin-bottom: 1rem;
}

@-moz-keyframes spin {
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.spin {
    animation: spin 1000ms linear infinite;
}

.jumbotron {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 100px, rgba(255,255,255,.5) 100px, rgba(255,255,255,.5) 200px);
    background-color: #F7F7F7;
}

[v-cloak] {
    display: none;
}