﻿body {
    color: white;
    background-color: transparent;
    background-image: url('../img/Artboard-desktop.jpg');
    background-blend-mode: screen;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@import url("navbar.css");

.merienda-one {
    font-family: 'Merienda One';
}

.pinyon-script {
    font-family: 'Pinyon Script';
}

:root {
    --color-bg: #124734;
    --color-accent: #fe2d40;
    --color-primary: #e3e28d;
    --color-primary-old: #343a40;
    --color-text-primary: #e3e28d;
    --color-shadow-shop-category1: #ffffff;
    --color-shadow-shop-category2: #000000e0;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-90 {
    width: 90%;
}

.central-column {
    width: 88%;
}

.color-primary {
    color: var(--color-primary);
}

.homepage-container {
    margin-top: -84px;
    padding: 84px 1rem 1rem 1rem;
}

.homepage-container .banner-container {
    position: relative;
}

.banner-container .brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 102;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
    width: 100%;
    top: 0;
}

.banner-container #logo {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.25em;
}

.brand-title {
    width: 88%;
}

.homepage-container .banner {
    overflow: hidden;
    position: relative;
    border-radius: 0.25rem;
}

.homepage-container .banner::before {
    content: '';
    display: block;
    box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.homepage-container .col-md-6 {
    padding: 0.5rem 1.5rem;
}

.homepage-container h1 {
    color: var(--color-accent) !important;
    margin-bottom: 0;
    font-size: 1rem;
    width: 80%;
    margin: 0 auto;
}

.homepage-container h2 {
    margin: 2rem 0;
}

@media (min-width: 360px) {
    .homepage-container h1 {
        font-size: 1.25rem !important;
    }
}

@media (min-width: 570px) {
    .homepage-container h1 {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 768px) {
    .homepage-container .banner {
        height: 428px;
    }

    .homepage-container .banner img {
        position: relative;
        top: -196px;
    }

    .homepage-container h1 {
        font-size: 2rem !important;
    }

    .central-column {
        width: 94%;
    }
}

@media (min-width: 992px) {
    .homepage-container .banner {
        height: 577px;
    }

    .homepage-container .banner img {
        position: relative;
        top: -270px;
    }

    .homepage-container h1 {
        font-size: 2.5rem !important;
    }

    .brand-title {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .homepage-container .banner {
        height: 700px;
    }

    .homepage-container .banner img {
        position: relative;
        top: -315px;
    }

    .homepage-container h1 {
        font-size: 3rem !important;
    }
}

@media (min-width: 1400px) {
    .homepage-container .banner {
        height: 820px;
    }

    .homepage-container .banner img {
        position: relative;
        top: -368px;
    }

    .brand-title h1 {
        width: 70%;
    }
}

.contact-container {
    background-color: transparent;
    padding: 20px;
    border-radius: 0.25em;
    /*box-shadow: rgba(0,0,0,0.2) 0px 0px 20px, rgba(0,0,0,0.4) 0px 0px 3px;*/
}

h1 {
    color: var(--color-primary) !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    text-decoration: none;
}

a.whiteLink {
    color: var(--color-text-primary);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, td, th {
    color: var(--color-text-primary);
    font-weight: 500;
}

label {
    color: var(--color-text-primary);
    font-weight: 600 !important;
}

@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;
}

/* 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;
    line-height: 60px; /* Vertically center the text there */
}

.table {
    margin-top: 10px;
}

.btn {
    margin-right: 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
}

.form-group {
    margin-top: 20px;
}

.card-header {
    background-color: #124734;
    border-bottom: 2px solid #e3e28d !important;
}

.card {
    background: transparent;
}

.card-title {
    font-weight: 400;
}

.text-warning {
    color: #25395E !important;
}


tr {
    border-color: #33333333;
}


/*.dropdown-menu {
    background-color: #DBBAAA;
}

.dropdown-item:hover {
    background-color: #DBBAAA;
}
*/
.dropdown-toggle {
    color: black;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
}

.navbar .nav-link {
    font-weight: 500;
    text-transform: uppercase;
}

.zmz-disabled {
    opacity: 0.5;
}

.weekday-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0.25rem;
}

.weekday-checkbox-label {
    position: absolute;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    border-radius: 50%;
}

.weekday-checkbox-input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.weekday-checkbox-input:checked ~ .weekday-checkbox-label {
    background: #B7775A;
    color: white;
}

.weekday-checkbox:hover input ~ .weekday-checkbox-label {
    background: #ccc;
    color: white;
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
    border-color: #33333333 !important;
}

.fc-day-header {
    text-transform: uppercase;
}

.fc-center > h2 {
    text-transform: uppercase;
}

.fc-day-number {
    font-size: 1.25em;
}

/*.form-control {
    border-radius: 0;
    border: 1px solid #33333333;
    background-color: #e3ccbb;
}

    .form-control:focus {
        background-color: #e3ccbb;
        border: 1px solid #999999;
        outline: 0;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 8px rgba(183,119,90,.9);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 8px rgba(183,119,90,.9);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(37, 57, 94, 0.6);
    }
*/
.stripes {
    background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px);
}

#calendar .fc-agendaWeek-view .fc-today {
    background: #e3ccbb !important;
}

#calendar .fc-agendaDay-view .fc-today {
    background: #DBBEAB !important;
}


.fc-toolbar h2 {
    font-weight: 400;
    line-height: 1.2;
}

.fc-day-header {
    font-weight: 600;
}

.table .text-right {
    text-align: right
}

.table .text-left {
    text-align: left
}

.table .text-center {
    text-align: center
}

.modal-content {
    /*background-color: #DBBEAB;*/
    background-color: #efe3da;
}

.modal-content .form-control {
    background-color: #e3ccbb;
}

.modal-title {
    font-weight: 400;
}

.modal-header {
    border-bottom: 1px solid gray;
}


.modal-footer {
    border-top: 1px solid gray;
}

.control-label {
    margin-left: 4px;
    font-weight: 400;
    color: var(--color-primary);
}

.control-text {
    margin-left: 12px;
}

.page-link {
    margin-left: 4px;
    margin-right: 4px;
    background-color: #25396E !important;
    border: 2px solid black;
    border-radius: 0 !important;
    color: white;
    outline: 0;
    text-decoration: none;
}

.page-link:hover {
    background-color: #25396E !important;
    border: 2px solid black;
    border-radius: 0 !important;
    color: white;
    outline: 0;
    text-decoration: none;
}


.page-item.disabled .page-link {
    background-color: #25396Eee !important;
    border: 2px solid black;
    border-radius: 0 !important;
    color: #ffffff99;
    outline: 0;
    text-decoration: none;
    cursor: not-allowed !important;
}

.page-item a {
    text-decoration: none;
    font-weight: 500;
}

.page-item.disabled a {
    background-color: #25396E66 !important;
    text-decoration: none;
    font-weight: 500;
    cursor: not-allowed !important;
}

.page-item.active .page-link {
    background-color: #B7775A !important;
    border: 2px solid black;
    border-radius: 0 !important;
    color: white;
    outline: 0;
    text-decoration: none;
}

.multicheckbox {
    margin-top: 6px;
    margin-bottom: 6px;
    font-weight: 500;
}

.multicheckboxlist {
    margin-left: 16px;
}

.multicheckbox > label {
    margin-left: 12px;
}

.dl-horizontal dt {
    white-space: normal;
}

.commentBox {
    padding: 10px;
    border-radius: 10px;
}

.starFade {
    background-image: url('/img/StarFade.gif');
    min-width: 30px;
    min-height: 30px;
    display: inline-block;
    cursor: pointer;
}

.starFadeN {
    background-image: url('/img/StarFade.gif');
    min-width: 30px;
    min-height: 30px;
    display: inline-block;
}

.starGlow {
    background-image: url('/img/starglow.gif');
    min-width: 30px;
    min-height: 30px;
    display: inline-block;
    cursor: pointer;
}

.starGlowN {
    background-image: url('/img/starglow.gif');
    min-width: 30px;
    min-height: 30px;
    display: inline-block;
}

.blueBox {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid black;
    background-color: #25395E;
}

.redBox {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid black;
    background-color: #B7775A;
}

.taskInWaitingBox {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid black;
    background-color: #CC9F8B;
}

.strippedBox {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid black;
    background: repeating-linear-gradient(135deg, #25395E, #25395E 11px, #B7775A 1px, #B7775A 20px);
}


.popover-body {
    /*background-color: #DBBEAB;*/
    background-color: #efe3da;
}

.popover-header {
    /*background-color: #DBBEAB;*/
    background-color: #efe3da;
    border-bottom: 1px solid #050505;
}


.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .checkbox {
    margin-top: 10px;
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.display-7 {
    font-size: calc(1.25rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-7 {
        font-size: 2rem;
    }
}

.display-8 {
    font-size: calc(1rem + 1.5vw);
    font-weight: 400;
    line-height: 1.2;
}

.display-9 {
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-8 {
        font-size: 1.5rem;
    }

    .display-9 {
        font-size: 1.5rem;
    }
}

.nav-tabs {
    margin: 12px;
    border-bottom: 1px solid;
    border-color: var(--color-primary);
    background-color: var(--color-bg);
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border-color: var(--color-primary);
    background-color: var(--color-bg);
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}


.nav-tabs .nav-link:hover {
    border-color: var(--color-primary);
    background-color: var(--color-bg);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-weight: 500;
    color: var(--color-bg);
    border-color: var(--color-primary);
    background-color: var(--color-primary);
}

.btn-success {
    background-color: #124734;
    color: var(--color-primary) !important;
    border-radius: 0;
    border-color: var(--color-bg) !important;
}

.btn-xs {
    height: 24px;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    padding-left: 6px;
    padding-right: 6px;
}

select[readonly] {
    pointer-events: none;
    touch-action: none;
}

.daily-td {
    /*line-height: 38px;*/
}

.readonly-input {
    padding: .375rem .75rem;
    /*border: 1px solid #33333333;*/
    line-height: 1.5;
}

.filter-dropdown {
    position: absolute;
    top: 37px;
}

.filter-dropdown li {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filter-clear {
    position: absolute;
    top: 9px;
    right: 2px;
    cursor: pointer;
}

.filter-clear-date {
    right: 35px;
}

@media (max-width: 767px) {
    .filter-clear-date {
        right: 31px;
        top: 7px;
    }
}

@media (min-width: 1400px) {
    .filter-clear-date {
        right: 40px;
        top: 9px;
    }
}

input:placeholder-shown + .filter-clear {
    display: none;
}

.multiselect.dropdown-toggle {
    background-color: #e3ccbb;
    border-radius: 0;
    border: 1px solid #33333333;
    outline: 0;
    box-shadow: none;
}

.multiselect.dropdown-toggle:focus {
    background-color: #e3ccbb;
    border: 1px solid #999999;
    outline: 0;
    box-shadow: inset 0 2px 2px rgb(0 0 0 / 8%), 0 0 8px rgb(183 119 90 / 90%);
}

#dateFilter {
    max-width: 170px;
}

.task-table td {
    padding-left: 20px !important;
}

th div, th div span {
    position: relative;
}

.report-table {
    background-color: #efe3da
}

.report-table th {
    font-weight: 500;
    padding: 1px;
}

#myTab .nav-link.active {
    font-weight: 700;
}

#spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active {
    background-color: #DBBAAA !important;
}

.overuren-input-cell {
    position: relative;
    overflow: visible;
    max-width: 70px;
}

.overuren-error {
    width: 220px;
}

.btn-assignment {
    width: 100px;
    height: 30px;
    line-height: 28px;
}

.fc-state-default {
    background-color: #B7775A !important;
}

.fc-state-down, .fc-state-active {
    background-color: #25395E !important;
    color: white !important;
}

.plot {
    min-width: 450px;
    page-break-inside: avoid;
}

.text-input-spinner {
    position: absolute;
    right: 5px;
    top: 12px;
    display: none;
}

@media print {
    hr, button, .btn, .printerHidden {
        display: none;
    }

    html, body {
        height: auto;
        font-size: 8pt;
    }

    html {
        min-width: 210mm;
    }

    body {
        width: 180mm;
        margin: 10mm 15mm 10mm 15mm;
        background: white;
    }

    thead, tr, label, strong {
        break-inside: avoid-page !important;
    }

    .container {
        max-width: 180mm !important;
        width: 180mm !important;
    }

    .pb-3 {
        padding-bottom: 0 !important;
    }

    .printerExpand {
        width: 100% !important;
        margin: 0 !important;
    }

    #reportForm, .table-responsive {
        width: 100% !important;
        margin: 0 !important;
    }

    .plot {
        min-width: 0 !important;
        max-width: 350px;
    }

    .day-plot {
        padding: 0;
    }

    @page {
        margin: 0;
        size: A4 portrait;
    }
}

.headerText {
    /*color: lemonchiffon;*/
    font-weight: 400 !important;
    font-family: serif;
    /*    -webkit-animation: glow 2s ease-in-out infinite alternate;
    -moz-animation: glow 2s ease-in-out infinite alternate;
    animation: glow 2s ease-in-out infinite alternate;*/
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #000, 0 0 40px #000, 0 0 50px #000, 0 0 60px #000, 0 0 70px #000;
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #111, 0 0 40px #111, 0 0 50px #111, 0 0 60px #111, 0 0 70px #111, 0 0 80px #111;
    }
}

.card-body {
    color: var(--color-primary) !important;
    background-color: var(--color-bg);
}


.form-control {
    border-radius: 0;
    font-weight: 600;
    background-color: var(--color-text-primary);
}

.form-control:focus {
    background-color: #e3e28d;
    border: 2px solid #33333399 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .075), 0 0 8px rgba(183, 119, 90, .9);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .075), 0 0 8px rgba(183, 119, 90, .9);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(37, 57, 94, 0.6);
}


.text-danger, .dangerBg {
    font-weight: 600;
    text-transform: uppercase;
}

.text-glow {
    font-weight: 600;
}


/*.text-danger {
    border-radius: 0;
    border: 2px solid #33333366;
    background-color: #e3ccbbdd;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
}
*/

::placeholder {
    color: #00000066 !important;
    opacity: 1;
}


:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #00000099;
}

.jstree-icon, .jstree-ocl {
    display: none !important;
}

#shop-categories {
    font-size: 1.05rem;
}

#shop-categories .active {
    font-weight: 700 !important;
}

#shop-categories .nav-link {
    padding: 0.1rem;
}

#shop-content {
    background-color: transparent;
}

subheader {
    font-size: 1.25em;
}

.fc-event, .fc-event-dot {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary);
    border-radius: 1px !important;
    border: 0 !important;
    cursor: pointer;
    margin: 2px !important;
}

.fc-resource-cell {
    color: transparent;
}


.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}


.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.fc th, .fc td {
    border-width: 0px !important;
}

.btn-primary {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: var(--color-bg) !important;
}

.fc-view > .table-bordered {
    border: 0 !important;
}

input[type="checkbox"] {
    transform: scale(2, 2);
}

input, select {
    /*    background-color: transparent !important;*/
    /*  border: 0 !important;
    border-bottom: 1px solid #343a40 !important;
    border-radius: 0 !important;*/
}

/*    input:focus, select:focus {
        background-color: transparent !important;
        border: 0 !important;
        border-bottom: 1px solid #343a40 !important;
        border-radius: 0 !important;
    }*/

.amount {
    text-align: right;
}

.transparentAmount {
    font-size: 1.75em;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--color-primary);
    border-radius: 0;
    text-align: right;
}

.transparentAmount:focus {
    font-size: 1.75em;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--color-primary);
    border-radius: 0;
    text-align: right;
}


.transparentUom {
    font-size: 1.75em;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--color-primary);
    border-radius: 0;
    -webkit-appearance: none;
}

#cartItemCount {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

#cartItemCount:after {
    opacity: 0;
    transition: all 0.8s
}

.ui-effects-transfer {
    border: 3px dotted black;
}

#cookieConsentWrapper {
    position: fixed;
    left: 0;
    top: 64px;
    height: 120px;
    width: 100%;
    z-index: 1000;
    -webkit-backdrop-filter: blur(1.5px);
    backdrop-filter: blur(1.5px);
}

#cookieConsent {
    position: absolute;
    top: 0px;
    left: 5%;
    width: 90%;
    z-index: 10000;
    padding: 50px;
}

.alert-dismissible .close {
    bottom: 0;
    right: 5%;
    z-index: 10001;
}

.search-icon {
    color: white;
}

#searchResults {
    display: none;
    position: relative;
    margin-top: -16px;
}

@media (max-width: 576px) {
    #searchResults {
        margin-top: -14px;
    }
}

#searchResultSpinner {
    display: none;
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
}

.fc-axis {
    display: none;
}

.fc-time-grid .fc-slats tr {
    height: 3em;
    border-bottom: 0;
}

.fc-event-container {
    left: 1%;
}

.fc-time-grid-event {
    margin: 1px;
}

.fc-content {
    padding: 0.2em;
    text-align: center;
    font-size: 1.8em;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    .avoid-break {
        page-break-inside: avoid !important;
    }
}

#filterText {
    height: 32px;
    color: white !important;
}

.ui-datepicker {
    font-size: 80% !important;
}

.filler {
    height: 0;
}

#filterText.form-control:focus {
    box-shadow: none;
}

@media (max-width: 576px) {
    #shop-sidebar {
        display: none !important;
    }

    #shop-content .card-body .row {
        justify-content: space-around;
        margin: auto;
    }
}

.input-group .btn {
    border-radius: 0;
    border: 0;
}

/* ---------- SHOP ITEM GENERAL ---------- */

/*    .shopItem {
        width: 124px;
        margin: 3px;
        margin-bottom: 10px;
        border: 0;
    }

    .shopCategoryItem {
        border: 1px solid #343a40;
        border-radius: 0;
        padding: 0px;
        margin: 3px;
    }*/

/*    .shopItem .card-body img {
        height: 122px;
    }*/

.shopItem .img-thumbnail, .shopItem .img-fluid {
    max-height: 100%;
}

@media (max-width: 991px) {
    .shopItem .card-header {
        padding: 0.5rem;
    }
}

#shopContent .container {
    margin: 0 2%;
}

.shopItem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 46%;
    border: 0;
    overflow: hidden;
}

.shopItem:not(.filler) {
    padding: 0.5rem;
    margin: 2%;
}

.shopItem:not(.filler) {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.shopItem:not(.filler):hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

@media (min-width: 576px) {
    .shopItem {
        flex-basis: 28%;
    }
}

@media (min-width: 1200px) {
    .shopItem {
        flex-basis: 20%;
    }
}

.shopItem .card-body {
    padding: 0;
}

.shopItem .img-container {
    width: 100%;
    height: 0;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 100%;
    position: relative;
    background: black;
}

.shopItem img {
    border-radius: 0;
    border: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ---------- SHOP ITEM DETAILS ---------- */

.shopItem .article-text {
    text-align: center;
    font-weight: 700;
    color: var(--color-primary) !important;
}

.shopItem .article-text.multiline {
    height: 2.5rem;
    line-height: 2rem;
}

.shopItem .article-text span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.shopItem .card-header {
    background-color: var(--color-bg);
    border: var(--color-primary);
    text-align: center;
}

.shopItem .card-header a {
    font-weight: 500;
    text-transform: uppercase;
}

.shopItem .card-body a {
    text-transform: capitalize;
}

.shopCategoryItem .card-header {
    color: white;
}

.shopCategoryItem a {
    color: white;
    font-weight: 700;
}

.shopItem .btn {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px, rgba(0, 0, 0, 0.3) 0px 1px 3px;
}


.card-body a {
    color: black;
}

.scriptFont {
    font-family: 'Pinyon Script', cursive;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}


.dashboardButton {
    min-width: 200px;
    min-height: 200px;
    margin: 4px;
    align-items: center;
}

.cardArticleName {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px 8px;
    text-transform: uppercase;
}


.soletisHeaderBorder {
    color: var(--color-text-primary) !important;
    border-color: var(--color-text-primary) !important;
    border-bottom-width: 1px;
    background-color: var(--color-bg) !important;
}


.btn-xs, .btn-group-xs > .btn {
    padding: 2px;
    font-size: 1.100rem !important;
    border-radius: 0.2rem;
}

.soletisNoWrap {
    overflow: clip;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shopItem .btn {
    color: white;
}

th, thead {
    color: var(--color-text-primary) !important;
    background-color: var(--color-bg) !important;
}

td {
    color: var(--color-text-primary) !important;
}

.text-primary {
    color: var(--color-text-primary) !important;
    background-color: var(--color-bg) !important;
}

.total-item-price {
    color: var(--color-text-primary) !important;
    background-color: var(--color-bg) !important;
}

span.mr-1 {
    color: var(--color-text-primary) !important;
    background-color: var(--color-bg) !important;
}

.label-success {
    background-color: var(--color-text-primary);
    color: var(--color-bg);
}

span.articles-total {
    margin-right: 4px;
}

.img-thumbnail {
    border: 0;
    background-color: transparent;
}

.form-control:disabled {
    color: var(--color-text-primary) !important;
}

input:disabled{
    color: var(--color-text-primary) !important;
}

.addToCart{
    margin:8px;
}

hr {
    background-color: var(--color-bg);
}