﻿body {
    background-repeat: no-repeat;
    background-size: cover;
}
.body-content {
    min-height: calc(100vh - 70px);
    padding-bottom: 70px;
}

.child_body {
    margin-top: 10vh;
}

.footer{
    bottom: 0;
}

@media screen and (min-width:481px) and (max-width:991px) {
    .child_body {
        margin-top: 15vh;
    }
}

@media screen and (max-width: 480px) {
    .child_body {
        margin-top: 15vh;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1550px;
    }
}
.navbar-brand {
    background-repeat: no-repeat;
    display: block;
    height: auto;
    width: auto;
    text-indent: -9999px;
    filter: invert();
}

.header-menu-position {
    font-size: 16px;
}

.header-title-position {
    font-size: 25px;
}

.top-menu-toggle {
    color: white;
}

.mx-auto {
    width: 200px;
    margin: 0 auto;
}

.bg-dark {
    background-color: #1F2F54;
}

.footer-menu {
    color: white;
    display: inline;
    margin-left: 4vw;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.footer_link:link,
.footer_link:visited,
.footer_link,
.footer_link:active {
    color: white;
}

.ui-datepicker-calendar .day-sunday > a,
.ui-datepicker-calendar .day-holiday > a {
    background: #ffc0c0;
}

.ui-datepicker-calendar .day-saturday > a {
    background: #c0d0ff;
}

.ui-datepicker-calendar .day-today > a {
    background: red !important;
    color: white !important;
}

h3 {
    padding: 1rem 3rem;
    color: #fff;
    border-radius: 100vh;
    background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
    background-image: -webkit-linear-gradient(left, #209cff 0%, #68e0cf 100%);
    background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
}

h4 {
    position: relative;
    display: inline-block;
    margin: 1rem 0 1rem -10px;
    padding: 1rem 3rem;
    color: #fff;
    border-radius: 0 100vh 100vh 0;
    background: #0075a9;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

    h4:before {
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 0;
        height: 0;
        content: '';
        border-top: 10px solid #005276;
        border-left: 10px solid transparent;
    }


.panel-shadow {
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

    .panel-shadow .row {
        margin-bottom: 4px;
    }

.td_vertical_align_middle.td_vertical_align_middle {
    vertical-align: middle;
}

.onCellColor td {
    background-color: #ffffdd;
}

.quantity-bg-color {
    background-color: #fcf8e3 !important;
}

.option-bg-color {
    background-color: #dff0d8 !important;
}

.loading {
    height: 100%;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.8;
}

.price-format {
    margin-right: 10px;
    text-align: right;
    display: block;
}

.ui-datepicker {
    z-index: 1000 !important;
}

.error-message {
    font-size: 16px;
    color: white;
    background-color: red;
    border-radius: 6px;
    padding: 5px;
    padding-left: 10px;
    margin-top: 5px;
}

.admin-disabled-bg-color {
    background-color: #a9a9a9 !important;
    pointer-events: none;
}