html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 60px;
}

.validation-summary-errors {
    background: #d9534f;
    border: 1px solid #d43f3a;
    color: #fff !important;
    border-radius: 5px;
    margin: 10px 0;
}

    .validation-summary-errors ul {
        margin-top: 10px;
    }

.error {
    color: #d9534f;
}

.success {
    color: #5cb85c;
}

span.error,
span.success {
    margin-left: 20px;
}

.margin-top {
    margin-top: 10px;
}

.margin-top-20,
.margin-top-mobile {
    margin-top: 20px;
}

.margin-bottom-mobile {
    margin-bottom: 10px;
}

.margin-left {
    margin-left: 0;
}

.logo {
    max-height: 30px;
    padding: 3px;
}

.banner {
    background-size: cover;
    overflow: auto;
    margin-bottom: 20px;
}

.mobile {
    display: block;
    clear: left;
}

.col-xs-6 input {
    margin-bottom: 10px;
}

.desktop {
    display: none;
}

.v-center-labels {
    line-height: normal;
}

td.responsive {
    display: inline-block;
}

.scrollable {
    overflow: auto;
}

td,
th {
    padding: 3px 10px;
    border-spacing: 3px 10px;
    vertical-align: top;
}

.page-header h2 {
    font-size: 20px;
}

table {
    margin: 0 auto 20px;
    width: 100%;
}

    table td > table {
        margin: 0;
    }

        table td > table th {
            text-align: right;
        }

.full-border {
    border: 1px solid #222;
}

.top-border {
    border-top: 1px solid #222;
}

.bottom-border {
    border-bottom: 1px solid #222;
}

.footer {
    margin-top: 30px;
}

.tall {
    min-height: 150px;
}

.align-top {
    vertical-align: top;
}

.break-after {
    page-break-after: always;
}

.return-label {
    margin: 0 auto;
    border: 2px dashed #222;
    padding: 5px;
}

    .return-label.ups {
        width: 450px;
    }

    .return-label.usps {
        width: 700px;
    }

.search.text-right {
    text-align: left;
}

.kit {
    background: #f2f2f2;
    margin-bottom: 20px;
}

    .kit hr {
        border-color: #aaa;
    }

    .kit .kit-parent {
        margin-right: 10px;
    }

.underline {
    text-decoration: underline;
}

.clearfix {
    clear: both;
}

.mobile-center {
    text-align: center;
}

.vert-center {
    transform: translateY(50%);
    position: absolute;
    bottom: 50%;
    display: block;
    right: 0;
}

.row.order {
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 10px 0 5px;
    margin-bottom: 10px;
    position: relative;
}

.remodal h3 {
    margin: 10px -35px;
    padding: 10px 20px;
}

.scrolling-fixed {
    position: fixed;
}

@media (min-width: 992px) {
    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }

    .margin-left {
        margin-left: 20px !important;
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .return-label.ups {
        max-width: 450px;
    }

    .return-label.usps {
        width: 700px;
    }

    .margin-top-mobile {
        margin-top: 0;
    }

    .search.text-right {
        text-align: right;
    }

    td.responsive {
        display: table-cell;
    }

    .logo {
        max-height: 80px;
        padding: 10px;
    }

    .page-header h2 {
        font-size: 30px;
    }

    .col-xs-6 input {
        margin-bottom: 0;
    }

    .mobile-center {
        text-align: left;
    }

    .v-center-labels {
        line-height: 32px;
    }

    .margin-bottom-mobile {
        margin-bottom: 0;
    }
}

@media print {
    .return-label.ups {
        width: 400px;
    }
    /*.return-label.usps {
        width: 500px;
    }*/
    body {
        font-size: 14px;
    }

    td.responsive {
        display: table-cell;
    }

    h1,
    h2,
    h3 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media print and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE specific styles using a hack */
    .return-label.ups {
        width: 350px;
    }
    /*.return-label.usps {
        width: 500px;
    }*/
    body {
        font-size: 12px;
    }
}
/* spinner */
.overlay {
    display: none;
    height: 100%;
    min-height: 100%;
    width: 100%;
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    left: 0;
    top: 0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    overflow-x: hidden;
    /* Disable horizontal scroll */
}

.overlay-content {
    position: relative;
    width: 100%;
    /* 100% width */
    text-align: center;
    /* Centered text/links */
    margin-top: 30px;
    /* 30px top margin to avoid conflict with the close button on smaller screens */
}

    .overlay-content .loading-text-container {
        left: 50%;
        position: relative;
        top: 24em;
    }

.overlay.targeted {
    position: absolute !important;
}

    .overlay.targeted .overlay-content {
        margin-top: 0 !important;
    }

    .overlay.targeted .loader {
        top: 6em !important;
    }

    .overlay.targeted .loading-text-container {
        top: 14em !important;
    }

.overlay-content .loading-text {
    float: left;
    width: 250px;
    margin-left: -120px;
    border: 1px solid #0099CB;
    background-color: #0099CB;
    border-radius: 5px;
    padding: 10px 20px;
    color: white;
    font-size: 18px;
}

.loader {
    color: #222;
    font-size: 20px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    top: 5em;
    left: 50%;
    z-index: 1000;
}

@media (min-width: 360px) {
    .loader {
        top: 12em;
    }

    #login-form .loader {
        top: 4em;
    }
}

@-webkit-keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}