﻿/* 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;
}

/* General Classes */
.b {
    font-weight: bold;
}
.i {
    font-style: italic;
}
.strike {
    text-decoration: line-through;
}

/* 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;
}

.block {
    display: block;
}
.inline {
    display: inline;
}
.inline-block {
    display: inline-block;
}
.hidden {
    display: none;
}

/* 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: 60px;
  line-height: 60px; /* Vertically center the text there */
}


/* Barcode Fonts
-------------------------------------------------- */
@font-face {
    font-family: barcode39;
    src: url('/Operations/lib/font/barcode39.ttf'); /*URL to font*/
}
@font-face {
    font-family: barcode39lbr;
    src: url('/Operations/lib/font/barcode39lesbar.ttf'); /*URL to font*/
}
.barcode {
    font-family: barcode39;
    font-size: 64px;
    display: block;
    text-align: center;
}
.barcodelbr {
    font-family: barcode39lbr;
    font-size: 64px;
    display: block;
    text-align: center;
}
.barcode::before, .barcode::after {
    content: "*";
    font-family: barcode39;
}
.barcodelbr::before, .barcodelbr::after {
    content: "*";
    font-family: barcode39lbr;
}
.barcode-subtext {
    font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace;
    display: block;
    text-align: center;
    letter-spacing: 12px;
}

/* Nav Menu */

.nav-md ul.nav.child_menu li.has_child_ul:before {
    border-style: solid;
    height: 0;
    width: 10px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.nav-md ul.nav.child_menu li.active.has_child_ul:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}




/* Summary Panels */
.summary-panels .summary-panel {
    border: 1px solid #777;
    border-radius: 7px;
    display: inline-block;
    margin-bottom: 20px;
}
.summary-panels .summary-panel h3 {
    background-color: #1abb9c;
    border-radius: 5px 5px 0 0;
    color: #fff;
    display: block;
    font-size: 1.6em;
    margin-top: 0;
    padding: 5px 15px;
    width: 100%;
}
.summary-panels .summary-panel span {
    display: block;
    font-size: 2em;
    text-align: center;
    width: 100%;
}

.flex {
    display: flex;
    width: 100%;
}

@media print {
    body .main_container .left_col, body .main_container .top_nav {
        display: none;
    }
}
