﻿/* 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;
}

.navbar-brand > img {
    display: inline;
    margin-top: 0;
    margin-right:5px;

}
/* 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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.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 */
}

.field-validation-valid {
    display: none;
    padding: 0;
    margin: 0;
}
.field-validation-error {
    display: block;
    margin-top: 2px;
    padding: 2px 2px 2px 2px;
}

.alert-success {
  background-color: #E8F5E9;
  border-color: #4CAF50;
  color: #43A047;
}
.alert-success hr {
  border-top-color: #449d48;
}
.alert-success .alert-link {
  color: #347c37;
}
.alert-info {
  background-color: #E0F7FA;
  border-color: #00BCD4;
  color: #00838F;
}
.alert-info hr {
  border-top-color: #00a5bb;
}
.alert-info .alert-link {
  color: #00545c;
}
.alert-warning {
  background-color: #FFF3E0;
  border-color: #FF9800;
  color: #EF6C00;
}
.alert-warning hr {
  border-top-color: #e68900;
}
.alert-warning .alert-link {
  color: #bc5500;
}
.alert-danger, .validation-summary-errors, .input-validation-error {
    background-color: #FBE9E7;
    border-color: #FF5722;
    color: #D84315;
}
.form-group .valid {
    background-color: #E8F5E9;
    border-color: #4CAF50;
    color: #43A047;
}
.form-group .not-saved {
    color: #000;
    background-color: #fff;
    border-color: #ddd;
}

.validation-summary-errors {
  border-radius: 3px;
  border: 1px solid #FF5722;
  padding: 7px 12px;
  margin-bottom: 20px;
}

.validation-summary-errors ul {
  margin: 0;
}

/* Navigation editor style
-------------------------------------------------- */

/*item*/
.menu-structure-item {
    max-width: 800px;
    opacity: 1;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

.menu-structure-item .panel {
    margin-bottom: 10px;
}

.menu-structure-item .panel-heading {
    cursor: move;
}

/*parent*/
.menu-structure-parent {
    padding: 0px 0px 0px 30px;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

.menu-structure-parent:first-of-type {
    padding:0;
}

.menu-structure-parent.editing .menu-structure-item:has(+ .el-over) .empty-drop-zone {
    min-height: 20px;
    border: 1px dashed #ccc;
    margin-bottom: 10px;
    margin-left: 30px;
}

.menu-structure-item.empty {
    color: #666;
}

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.gu-mirror .empty-drop-zone {
    display: none;
}

.gu-hide {
    display: none !important;
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.gu-transit {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}

/* affix! */
.affix {
    top: 20px;
    z-index: 994 !important;
    position: fixed;
}

/*hack to hide the collapse buttons on links - shouldn't be able to add children to these but we can on the top level*/
/*    .menu-structure-item[data-item-type="custom-link"] .menu-structure-item[data-item-type="custom-link"] > .panel .btn-navigation-collapse,
.menu-structure-item[data-item-type="custom-link"] .menu-structure-item[data-item-type="custom-link"] .empty-drop-zone,
.menu-structure-item[data-item-type="image-container"] .empty-drop-zone {
    display: none;
}*/

/* replace icon to edit icon on the editor */

.menu-form .panel-group-control.panel-group-control-right .panel-title > a:before {
    content: "\e90e";
    color: #888;
}

.menu-form .panel-group-control .panel-title > a.collapsed:before {
    content: "\e90e";
    color: #333;
}

.navigation > li.active > a.cms-section, .navigation > li.active > a.cms-section:hover, .navigation > li.active > a.cms-section:focus {
    background-color: #DDA92F;
}

.navigation > li.active > a.dashboard-section, .navigation > li.active > a.dashboard-section:hover, .navigation > li.active > a.dashboard-section:focus {
    background-color: #F5F5F5;
    color:#000;
}

.navigation > li.active > a.merch-section, .navigation > li.active > a.merch-section:hover, .navigation > li.active > a.merch-section:focus {
    background-color: #912121;
}

.navigation > li.active > a.search-section, .navigation > li.active > a.search-section:hover, .navigation > li.active > a.search-section:focus {
    background-color: #CF6322;
}

.navigation > li.active > a.products-section, .navigation > li.active > a.products-section:hover, .navigation > li.active > a.products-section:focus {
    background-color: #0277BD;
}

.navigation > li.active > a.orders-section, .navigation > li.active > a.orders-section:hover, .navigation > li.active > a.orders-section:focus {
    background-color: #7B1FA2;
}

.navigation > li.active > a.customers-section, .navigation > li.active > a.customers-section:hover, .navigation > li.active > a.customers-section:focus {
    background-color: #7CB342;
}



.drop-lg {
    width: 150px !important;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal.right .modal-header .close {
    top: 35%;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

.select2-selection-hasfeedbackleft {
    padding-left: 20px;
}

/*#dropArea, .droparea {
    background: #b5b5b5;
    border: black dashed 1px;
    height: 50px;
    text-align: center;
    color: #fff;
    padding-top: 12px;
}*/

.active-drop {
    background: #77bafa !important;
    border: solid 2px blue !important;
    opacity: .5;
    color: black !important;
}

@media (min-width: 768px) {
    .product-entry {
        min-height: 460px;
    }
}

.auth-form {
    width: 370px !important;
}

.login-container {
    background-color: #37474F;
}

.login-container .navbar {
    background: none;
    border: none;
}

/*DROPZONE*/

.dz-image img { width: 140px; }


/*Random stolen spinner*/
.lds-dual-ring {
    display: inline-block;
    width: 50px;
    height: 50px;
}

    .lds-dual-ring:before {
        content:none !important;
    }

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 45px;
        height: 45px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

/* Retailing grid */
.merch-product__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.product-entry__content-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    line-height: 1.5384616;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.product-entry .thumb img {
    object-fit: contain;
    height: 275px;
    width: auto;
    margin: 20px auto;
    border-radius: 0;
}

.product-entry .product-entry__info {
    display: flex;
    flex-direction: column;
}

.product-entry .product-entry__info-title {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.product-entry .product-entry__total-stock {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.product-entry .product-entry__group {
    padding: 0.5rem 0;
}

.product-entry .product-entry__group:not(no-border) {
    border-bottom: 1px solid #ddd;
}

.product-entry .product-entry__sizes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

.product-entry .product-entry__size-item {
    min-width: 30px;
    font-size: 14px;
}

.product-entry .product-entry__size-item-title {
    position: relative;
    margin-bottom: 6px;
}

.product-entry .product-entry__size-item-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 1px;
    background-color: #eeeeee;
}

.product-entry .product-entry__info-group {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}

.product-entry .product-entry__info-title {
    color: #0418D9;
}

.product-entry .product-entry__info-data {
    color: #01510A;
}

@media only screen and (min-width: 1028px) {
    .merch-product__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-entry .product-entry__total-stock {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1350px) {
    .merch-product__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 1500px) {
    .merch-product__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 729px) and (max-width: 1350px) {
    .has-detached-right .content-detached-large {
        margin-right: 0;
    }
}

.merch-group-1 {
    background-color: #CBE4F9;
}
.merch-group-2 {
    background-color: #EFF9DA;
}
.merch-group-3 {
    background-color: #F9EBDF;
}
.merch-group-4 {
    background-color: #F9D8D6;
}
.merch-group-5 {
    background-color: #D6CDEA;
}
.merch-group-6 {
    background-color: #A9D3C9;
}
.merch-group-7 {
    background-color: #FBFFDE;
}
.merch-group-9 {
    background-color: #E0FFFD;
}
.merch-group-10 {
    background-color: #D0D0FE;
}
.merch-group-11 {
    background-color: #F9DEFF;
}
.merch-group-12 {
    background-color: #FFD1D1
}
.merch-group-13 {
    background-color: #F9F7E8
}
.merch-group-14 {
    background-color: #9A97CF;
}
.merch-group-15 {
    background-color: #DF9AB3;
}
.merch-group-16 {
    background-color: #FFE5B8;
}
.merch-group-17 {
    background-color: #A9D3C9;
}
.merch-group-18 {
    background-color: #CECECE
}


.text-group-1 {
    color: #CBE4F9;
}

.text-group-2 {
    color: #EFF9DA;
}

.text-group-3 {
    color: #F9EBDF;
}

.text-group-4 {
    color: #F9D8D6;
}

.text-group-5 {
    color: #D6CDEA;
}

.text-group-6 {
    color: #A9D3C9;
}

.text-group-7 {
    color: #FBFFDE;
}

.text-group-9 {
    color: #E0FFFD;
}

.text-group-10 {
    color: #D0D0FE;
}

.text-group-11 {
    color: #F9DEFF;
}

.text-group-12 {
    color: #FFD1D1
}

.text-group-13 {
    color: #F9F7E8
}

.text-group-14 {
    color: #9A97CF;
}

.text-group-15 {
    color: #DF9AB3;
}

.text-group-16 {
    color: #FFE5B8;
}

.text-group-17 {
    color: #A9D3C9;
}

.text-group-18 {
    color: #CECECE
}

.merch-group-pinned-True {
    background-color: white;
}


/* Orders Manul */

.addressLookupInstance[data-state="lookup"] .address-lookup-partial {
    visibility: visible;
    opacity: 1;
    max-height: 500px;
    transition: all 0.25s ease-in;
}

.addressLookupInstance[data-state="lookup"] .manual-address-form-fields {
    visibility: hidden;
    opacity: 0;
    max-height: 0px;
    transition: all 0.25s ease-in;
    position: absolute;
}

.addressLookupInstance[data-state="fields"] .address-lookup-partial {
    visibility: hidden;
    opacity: 0;
    max-height: 0px;
    transition: all 0.25s ease-in;
    position: absolute;
}

.addressLookupInstance[data-state="fields"] .manual-address-form-fields {
    visibility: visible;
    opacity: 1;
    max-height: 500px;
    transition: all 0.25s ease-in;
}

/* CMS */
.cms-form__control--text-expander.expand {
    max-height: 500px !important;
    height: 500px !important;
}