/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    background: #F9F9F9;
    color: #052460;
    position: relative;
}

a:hover {
    text-decoration: none;
}

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    padding-top: 40px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    color: #fff;
    transition: all 0.3s;
    background: #7386D5 url('/img/sidebar.jpg');
}

#sidebar nav {
    margin-left: 40px;
}

ul.languages {
    margin-top: 20px;
    margin-bottom: 40px;
}

ul.languages li a {
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
    color: #052460;
    border-radius: 12px;
    padding: 14px 8px;
}

ul.languages li a.active {
    color: #fff ;
    background-color: #052460;
    font-family: 'Comfortaa', cursive;
}

ul.languages li a:hover {
    text-decoration: none;
}

ul.restaurants {
    margin-bottom: 40px;
}

ul.restaurants li {
    margin-bottom: 20px;
}

ul.restaurants h6 {
    color: #052460;
    font-family: 'Comfortaa', cursive;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.socials {
    margin-top: 40px;
}

a.hover-image img:last-of-type {
    display: none;
}

a.hover-image:hover img:last-of-type {
    display: inline;
}

a.hover-image:hover img:first-of-type {
    display: none;
}

#content {
    width: calc(100% - 250px);
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

.development {
    background-image: url("/img/dev.png");
    background-repeat: repeat;
}

.alert {
    padding: .35rem 1.25rem;
}

.alert-warning {
    color: #1E3257;
    font-weight: 500;
    background-color: #F4AD37;
    text-align: center;
}

#header {
    min-height: 345px;
    background-image: url("/img/header.jpg");
    background-size: cover;
    background-position: center;
}

#header-intro {
    position: absolute;
    top: 90px;
    background: #FFF;
    width: 340px;
    padding: 20px;
}

#header-intro p {
    margin-bottom: 0;
}

#header-intro-mobile {
    margin-bottom: 10px;
}

#header-intro-mobile h4 {
    margin-top: 10px;
}

#header-intro-mobile p {
    margin-bottom: 0;
}

.offline {
    background-color: #FCAD00;
    padding: 5px;
}

h2 {
    font-family: 'Comfortaa', cursive;
    font-size: 24px;
    color: #052460;
}

h4 {
    font-family: 'Comfortaa', cursive;
    color: #052460;
}

h3 a {
    font-family: 'Comfortaa', cursive;
    font-size: 30px;
    color: #052460;
}

h5 {
    font-family: 'Comfortaa', cursive;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
}

.menu h2 {
    color: #a6ce39;
    font-family: 'Comfortaa', cursive;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
}

.menu h5 {
    color: #052460;
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 2px;
}

.menu p.product-description {
    color: #052460;
    font-family: 'Raleway', cursive;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    text-decoration: none;
    text-transform: none;
}

.nav {
    margin-top: 20px;
}

.nav a {
    color: #052460;
    font-size: 18px;
    font-weight: 500;
    font-family: "Comfortaa", sans-serif;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 1em;
}

.nav a.active {
    color: #A6CE39;
}

.nav a:hover {
    color: #A6CE39;
    text-decoration: none;
}

div.site-logo {
    padding-top: 5px;
    padding-left: 5px !important;
    padding-bottom: 5px;
}

.mobile-menu {
    display: none;
    color: #052460;
    font-size: 28px;
    font-family: 'Comfortaa', cursive;
    margin: 20px 10px 0 10px
}

.mobile-menu p {
    margin-bottom: 15px;
}

.mobile-menu a {
    color: #052460;
}

.hamburger-menu {
    padding-right: 15px;
    font-size: 28px;
}

.hamburger-menu img {
    width: 30px;
    color: #052460;
}

#categories-menu li.list-group-item {
    padding: 4px 16px 10px 16px;
}

.categories-menu li.list-group-item {
    border: none;
}

.categories-menu {
    background-color: #FFF;
    margin-bottom: 0;
}

.categories-menu a {
    font-size: 18px;
    font-family: 'Comfortaa', cursive;
    color: #052460;
    outline: none;
    padding: 0.25rem;
}

.categories-menu a.active {
    color: #A6CE39;
    border-bottom: 2px solid #A6CE39;
}

.categories-menu div.active a {
    color: #A6CE39;
}

#categories-menu-mobile {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    overflow: -moz-scrollbars-none;
    scrollbar-base-color: transparent;
    -ms-overflow-style: none;
}

#categories-menu-mobile::-webkit-scrollbar {
    display: none;
}

#categories-menu-mobile li {
    display: inline-block;
}

.categories-mobile .list-group-item{
    padding: 0.25rem 0.25rem 0.1rem .5rem;
}

.menu {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.menu .card {
    cursor: pointer;
}

.menu .menu-item {
    margin-bottom: 20px;
}

.card {
    border: none;
}

.locations p a {
    color: #052460;
}

.locations td {
    padding: 0;
    vertical-align: middle;
}
.locations div.circle-open,
.locations div.circle-closed {
    margin-right: 0;
}

p.open {
    color: #A6CE39;
}

div.circle-open,
div.circle-closed {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}

div.circle-open {
    background-color: #A6CE39;
}

div.circle-closed {
    background-color: #9B9B9B;
}

p.closed {
    color: #9B9B9B;
}

div.tag-open {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #A6CE39;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    color: #FFF;
    text-align: center;
}

div.header-tag-open {
    position: absolute;
    top: -40px;
    right: -40px;
    background: #A6CE39;
    border-radius: 50px;
    width: 80px;
    height: 80px;
    color: #FFF;
    text-align: center;
    font-size: 13px;
}

div.header-tag-closed {
    position: absolute;
    top: -40px;
    right: -40px;
    background: #9B9B9B;
    border-radius: 50px;
    width: 80px;
    height: 80px;
    color: #FFF;
    text-align: center;
    font-size: 13px;
}

.card-footer {
    border: none;
    background-color: #FFF;
}

div.row.equal .card {
    width: 100%;
    height: 100%;
}

div.row.equal {
    margin-bottom: 20px;
}

p.price,
td.price,
span.price {
    font-size: 16px;
    font-weight: 600;
    color: #F6AD1B;
}

p.price img {
    margin-left: 5px;
}

td.price {
    font-size: 16px;
}

.card table td {
    border: none;
}

.card-title {
    margin-bottom: .25rem;
}

.card-text {
    font-size: 16px;
    font-weight: 200;
}

.card-body {
    padding: 0.55rem;
}

.menu .card-body {
    padding-bottom: 0;
}

.menu .card-footer {
    padding: 0 0.55rem 0.55rem 0.55rem;
}

.card p {
    margin-bottom: 0;
}

#cart-container {
    margin-top: 76px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.checkout > div {
    padding-top: 20px;
}

.checkout-page .form-control {
    box-shadow: 0 1px 3px 0 #e6ebf1;
    border: 1px solid transparent;
    margin-bottom: 0.2rem;
}

.checkout-page label {
    margin-bottom: 0;
}

.checkout-page #cart-container {
    margin-top: 40px;
}

.checkout-page h2 {
    color: #052460;
}

#payment-form {
    padding-top: 15px;
}

.alert.alert-danger {
    opacity: 0.9;
    border: none;
}

div.form-group.text-danger {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.btn-checkout {
    font-weight: 500;
}

.cart-footer button {
    outline: none;
}

.cart p.no-content {
    margin: 40px 0;
}

.cart table {
    border: none;
}

.cart .btn {
    color: #FFF;
    background: #A6CE39;
}

.btn.disabled, .btn:disabled {
    opacity: .45;
}

.cart td.quantity,
.cart td.price {
    padding: .75rem .25rem;
}

.cart td.title p.title {
    font-family: 'Comfortaa', cursive;
}

.cart td.title p.title,
.cart td.quantity {
    font-size: 16px;
    font-weight: 600;
    color: #A6CE39;
}

.cart td.title p {
    font-size: 80%;
    font-weight: 500;
    color: #052460;
}

.cart td.title p.cart-remove {
    color: #9F3A57;
    margin-top: 5px;
}

#cart-container .cart-items {
    max-height: 450px;
    overflow-y: scroll;
}

#cart-container p.empty-message {
    margin: 30px 15px 50px 15px;
}

.btn.btn-green {
    background-color: #A6CE39;
    border-radius: 8px;
    color: #FFF;
}

#desktop-modal .modal-header {
    border-bottom: none;
    padding: 24px;
    font-size: 25px;
    font-weight: bold;
}

button.close {
    position: absolute;
    z-index: 9999;
    right: 9px;
    top: 22px;
}

#desktop-modal .modal-footer {
    border-top: none;
    padding: 12px;
}

#desktop-modal label {
    margin-bottom: 0.2rem;
    line-height: 30px;
}

#desktop-modal .card-header {
    background-color: #FFF;
    border-bottom: none;
    font-size: 22px;
    font-weight: 600;
}

.close {
    float: right;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 0.45;
    color: #052460;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

#desktop-modal .modal-footer {
    background-color: #FFF;
    display: block;
}

.modal-footer .actions {
    font-size: 24px;
}

.modal-footer .actions .action {
    padding-top: 7px;
}

.modal-footer .currency {
    margin-right: 5px;
}

.modal-footer button {
    font-size: 1em;
    font-weight: 500;
}

.modal-footer>* {
    margin: 0;
}

#desktop-modal .modal-body {
    padding: 0;
}

#desktop-modal .modal-body .card-body {
    padding: 0;
}

h3.product-name {
    margin-bottom: 0;
}

#desktop-modal h3.product-name,
#desktop-modal .modal-title {
    font-family: Comfortaa, cursive;
    color: #A6CE39;
    font-size: 25px;
    padding: 24px;
}

#desktop-modal .modal-title {
    color: #052460;;
}

#desktop-modal .product-description {
    padding: 10px 24px;
    font-size: 16px;
}

#menu-modal {
    opacity: 0.90;
}

#menu-modal img.close {
    width: 22px;
    position: fixed;
    z-index: 9999;
    right: 29px;
    top: 29px;
}

#menu-modal nav {
    margin-top: 0;
}

#menu-modal .nav a img {
    margin-left: 10px;
}

#menu-modal .nav a {
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8em;
    letter-spacing: 3px
}

#menu-modal p {
    margin-bottom: 0;
}

#menu-modal img.logo {
    margin-top: 30px;
}

#menu-modal h5 {
    color: #052460;
    font-family: Comfortaa, cursive;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 3px;
}

.section {
    font-family: Comfortaa, cursive;
    font-weight: 500;
    font-size: 20px;
    background-color: #F9F9F9;
    padding: 10px 24px;
    margin-bottom: 10px;
}

.section-content {
    padding-left: 24px;
    padding-right: 24px;
}

.section p {
    margin-bottom: 0;
    font-weight: 600; /* semi-bold */
    font-size: 16px;
}

.form-check {
    padding-left: 0;
}

.form-check .form-group {
    width: 80%;
}

span.option-price {
    position: absolute;
    top: 0;
    right: 0;
    color: #F6AD1B;
    font-weight: 600; /* semi-bold */
    font-size: 16px;
    line-height: 32px;
}

.fixed-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #FFF;
}

.fixed-bottom button {
    color: #FFF;
    background-color: #A6CE39;
}

.checkout-button span.item-count {
    border: 1px solid #fff;
    padding: 0 8px;
    margin-right: 15px;
}

.checkout-button span.currency {
    margin-right: 5px;
}

.cursor-pointer {
    cursor: pointer;
}

/*
.modal.fade .modal-dialog {
    transition: -webkit-transform .1s ease-out;
    transition: transform .1s ease-out;
    transition: transform .1s ease-out,-webkit-transform .1s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
}*/

label.mCheckbox, span.mCheckbox, span.mCheckbox::after, span.mCheckbox::before, label.mCheckbox span.mCheckbox {
    -webkit-transition: all 175ms; -moz-transition: all 175ms; -o-transition: all 175ms; -khtml-transition: all 175ms;transition: all 175ms;
}
label.mCheckbox {
    position: relative;
    cursor: pointer;
}
span.mCheckbox {
    display: block;
    width: 29px;
    height: 29px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 1px;
    border: 1px solid #999;
    border-radius: 8px;
    box-shadow: none;
    overflow: hidden;
}
label.mCheckbox input[type="checkbox"]:focus ~  span.mCheckbox {
    border-color: #052460;
}
span.mCheckbox::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;

    opacity: 0;
    transform: scale(0);
    background: url('/img/checkbox/checkbox.svg') 50% 50% no-repeat #052460;
}
span.mCheckbox::before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: #5574B0;
    position: absolute;
    left: 6px;
    top: 6px;

    opacity: 0;
    border-radius: 2px;
}
label.mCheckbox:hover span.mCheckbox::before {
    opacity: 1;
}
label.mCheckbox input[type="checkbox"]:checked ~ span.mCheckbox::before,
label.mCheckbox input[type="checkbox"] {
    opacity: 0;
}
label.mCheckbox input[type="checkbox"]:checked ~ span.mCheckbox {
    background: #052460;
    border-color: #052460;
}

.mChkTitle {
    display: block;
    font-weight: normal;
    margin-left: 40px;
}
label.mCheckbox input[type="checkbox"]:checked ~ span.mCheckbox::after {
    opacity: 1;
    transform: scale(1);
}
label.mCheckbox:hover span.mCheckbox {
    box-shadow: none;
}
.input-group > .mCheckbox {
    margin-left: 10px;
}
.input-group > .mCheckbox .mChkTitle {
    margin-left: 24px;
}

.intro {
    background: #fff;
    padding-top: 24px;
    padding-left: 15px;
    margin-bottom: 20px;
}

.intro h2 {
    margin-bottom: 20px;
}
.checkout-intro {
    padding-top: 16px;
    padding-left: 3px;
    background: #fff;
}

.customer-info {
    margin-bottom: 10px;
}

.checkout-confirm {
    padding-top: 10px;
    padding-bottom: 10px;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

.translations .form-group {
    margin-bottom: 0.2rem;
}

.translations .col-form-label {
    padding: 0;
}

.pickup-widget {
    padding-top: 20px;
}

.pickup-widget img {
    vertical-align: bottom;
}

p span.change-pickup {
    line-height: 40px;
}

.change-pickup {
    color: #A6CE39;
    cursor: pointer;
}

#pickup-select hr {
    height: 0;
    border: 1px solid #052460;
    border-top: none;
    margin: 0.7em 0;
}

#pickup-select .custom-control-label::before {
    right: 0.5rem;
    left: auto;
}

#pickup-select .custom-control.custom-radio {
    padding-left: 0;
}

#pickup-select .custom-control-label {
    width: 100%;
}

#pickup-select .custom-control-label img {
    position: relative;
    top: -5px;
    margin-right: 20px;
}

#pickup-select .custom-control-input:checked~.custom-control-label::before {
    border-color: #052460;
    background-color: #052460;
}

#pickup-select .custom-control-label::before {
    width: 1.5rem;
    height: 1.5rem;
}

#pickup-interval {
    margin-top: 10px;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media (max-width: 992px) {

    #sidebar {
        display: none;
    }

    #content {
        width: 100%;
    }

    .mobile-menu {
        display: flex;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }

    #menu-modal .modal-dialog {
        max-width: 100%;
    }
}

@media(max-width: 576px) {

    h3 a {
        font-size: 22px;
    }

    .locations p,
    .locations p a {
        font-size: 14px;
    }

    .locations div.circle-open,
    .locations div.circle-closed {
        margin-right: 5px;
    }

    .modal-dialog {
        margin: 0;
    }

    .modal-content {
        border-radius: 0;
    }

    .modal-footer span.quantity {
        margin-left: 20px;
        margin-right: 20px;
    }

    .modal-dialog-scrollable {
        max-height: 100%;
    }

    .modal-title {
        color: #052460;
        font-size: 26px;
    }

    .modal-footer>*{
        margin: 0;
    }

    #desktop-modal .modal-footer {
        padding: 5px 15px 15px 15px;
    }

    .menu-item {
        padding-left: 0;
        padding-right: 0;
    }

    .menu {
        padding: 1rem;
    }

    .menu {
        margin-top: 0;
    }

    .menu .menu-item {
        margin-bottom: 10px;
    }

    .card-body {
        padding: 1rem;
    }

    .menu .card-footer {
        padding: 0.25rem 1rem 1rem 1rem;
    }

    div.row.equal {
        margin-bottom: 10px;
    }

    #content {
        padding-bottom: 45px;
    }
}

/* Extra small devices (less than 768px) */
@media (max-width: 767px) {
    .modal-fullscreen-xs-down {
        padding: 0 !important;
    }
    .modal-fullscreen-xs-down .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .modal-fullscreen-xs-down .modal-content {
        height: auto;
        min-height: 100%;
        border: 0 none;
        border-radius: 0;
    }
}

/* Small devices (less than 992px) */
@media (max-width: 991px) {
    .modal-fullscreen-sm-down {
        padding: 0 !important;
    }
    .modal-fullscreen-sm-down .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: auto;
        min-height: 100%;
        border: 0 none;
        border-radius: 0;
    }
}

/* Medium devices (less than 1200px) */
@media (max-width: 1199px) {
    .modal-fullscreen-md-down {
        padding: 0 !important;
    }
    .modal-fullscreen-md-down .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: auto;
        min-height: 100%;
        border: 0 none;
        border-radius: 0;
    }
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
