@import url('../libs/bootstrap/datepicker/bootstrap-datepicker3.min.css');
@import url('../libs/bootstrap/bootstrap.min.css');
@import url('../libs/bootstrap-select/bootstrap-select.min.css');
@import url('../libs/font-awesome/all.min.css');

@import url('../libs/jquery-ui/jquery-ui.min.css');
@import url('../libs/jquery-ui/jquery-ui.structure.min.css');
@import url('../libs/jquery-ui/jquery-ui.theme.min.css');
@import url('../libs/comagno/ui/widget/data/table.new.css');

@import url('cms/editor.css');
@import url('fonts.css');
@import url('bootstrap4fix.css');
@import url('ci.css?v=1');

.flex-1 { flex: 1 !important; }
.flex-2 { flex: 2 !important; }
.flex-3 { flex: 3 !important; }
.flex-4 { flex: 4 !important; }
.flex-5 { flex: 5 !important; }
.flex-6 { flex: 6 !important; }
.flex-7 { flex: 7 !important; }
.flex-8 { flex: 8 !important; }
.flex-9 { flex: 9 !important; }
.flex-10 { flex: 10 !important; }
.flex-11 { flex: 11 !important; }
.flex-12 { flex: 12 !important; }

.border-radius-0 { border-radius: 0; }

body.development
{
    /* background-color: var(--shopatree-primary-gray); */
}

html,body
{
	height: 100%;
}
body
{
	color: #666666;
	font-size: 16px;
    font-family: Arial;
    line-height: 24px;
}
body.menu-open,
body.login-panel-open
{
	overflow: hidden;
/* 	padding-right: 10px; */
}
body > .header
{
	top: 0;
    left: 0;
    right: 0;
	z-index: 100;
	position: fixed;
/* 	background-color: #fff; */
    transition: box-shadow 0.2s;
}
/* header.header.login-panel-open { */
/*     padding-right: 10px; */
/* } */
body > .header.scrolled
{
/* 	background-color: #fff; */
/* 	box-shadow: 0 0 6px #999; */
}

body > .header .header-container
{
	display: flex;
    padding: 12px;
    justify-content: space-between;
}
body > .header .header-container .left-menu
{
    width: 350px;
    display: flex;
}
header.header.menu-open .header-container .left-menu
{
	z-index: 2;
    margin: -12px;
    padding: 12px;
}
header.header .header-container .left-menu::after
{
    content: "";
    top: 0;
    width: 350px;
    bottom: 0;
    left: -350px;
    z-index: -1;
    transition: 0.2s;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 5px 10px -10px #000;
}
header.header.menu-open .header-container .left-menu::after
{
	left: 0;
}

body > .header .header-container .left-menu .menu-toggler
{
	color: #fff;
    width: 38px;
    height: 38px;
	display: flex;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 50%;
    text-align: center;
	margin-right: 12px;
    flex-direction: column;
    justify-content: center;
}
body > .header.menu-open .header-container .left-menu .menu-toggler,
body > .header .header-container .left-menu .menu-toggler:hover
{
	color: var(--shopatree-gray-light);
	background-color: var(--shopatree-informational-green-light);
}
header.header .right-menu
{
    width: 350px;
    display: flex;
    justify-content: end;
}

body > .header .header-container .logo-wrapper
{
	display: inline-flex;
}
body > .header .header-container img.logo
{
	height: 45px;
}
body > .header .header-container .header-controls
{
    
}

body > .header .flyout-menu-backdrop,
body > .header .flyout-panel-login-backdrop {
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 1;
	width: 100vw;
	height: 100vh;
	position: fixed;
	transition: 0.3s;
	pointer-events: initial;
	background-color: #00000021;
}
body > .header:not(.menu-open) .flyout-menu-backdrop,
body > .header:not(.login-panel-open) .flyout-panel-login-backdrop {
	opacity: 0;
	pointer-events: none;
}

body > .header .flyout-menu
{
    left: -100vw;
    width: 350px;
    bottom: 0;
    position: fixed;
    transition: 0.2s;
	color: #000;
    background-color: #ffffffed;
    box-shadow: none;
    
    opacity: 0;
    display: flex;
    overflow: hidden;
    overflow-y: auto;
    flex-direction: column;
}

header.header.menu-open .flyout-menu
{
	z-index: 1;
	opacity: 1;
	left: 0 !important;
	box-shadow: 10px 0 10px -10px #0000008a;
}
body > .header .flyout-menu .menu-item
{
    color: #666;
    cursor: pointer;
	transition: 0.2s;
    user-select: none;
    padding: 12px 24px;
	text-decoration: none;
    border-bottom: 1px solid #ddd;
}
body > .header .flyout-menu .menu-item:hover,
body > .header .flyout-menu .menu-item.active
{
    color: #fff;
    background-color: #679a36;
    border-bottom-color: #679a36 !important;
}


body > .header .flyout-menu .menu-section + .menu-section
{

}
.projects {
    display: flex;
    flex-direction: column;
}
.projects > .project
{
    color: #000;
    display: flex;
    cursor: pointer;
    font-size: 18px;
    transition: 0.2s;
    padding: 5px 15px;
    user-select: none;
    text-decoration: none !important;
}
.projects > .project:hover {
    color: #fff;
    background-color: #659933b8;
}
.projects > .project + .project {
    border-top: 1px solid #ddd;
}
body > .header .flyout-menu .menu-section .title
{
    color: #fff;
    padding: 6px;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    justify-content: center;
    background-color: var(--shopatree-informational-green);
}
body > .header .flyout-menu .menu-section .project-items {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
	margin: 0 -5px;
}
body > .header .flyout-menu .menu-section .project-items .project-item {
    padding: 0 5px;
}
body > .header .flyout-menu .menu-section .shop-category-wrapper
{
	transition: 0.2s;
}
body > .header .flyout-menu .menu-section .shop-category-wrapper + .shop-category-wrapper {
    border-top: 1px solid #ddd;
}
body > .header .flyout-menu .menu-section .shop-category-wrapper + .shop-category-wrapper.expanded {
    border-top: 1px solid var(--shopatree-informational-green-light);
}
body > .header .flyout-menu .menu-section .shop-category-wrapper .shop-category-header {
	display: flex;
	padding: 5px 15px;
    cursor: pointer;
	transition: 0.2s;
	user-select: none;
	/* border-bottom: 1px solid transparent; */
}
body > .header .flyout-menu .menu-section .shop-category-wrapper:hover .shop-category-header {
    color: #fff;
    background-color: #659933b8;
}
body > .header .flyout-menu .menu-section .shop-category-wrapper.expanded .shop-category-header {
	color: #fff;
	background-color: #659933;
	box-shadow: 0 5px 10px -10px #000;
	/* border-bottom: 1px solid var(--shopatree-neutral-medium-blue); */
}
/* body > .header .flyout-menu .menu-section .shop-category-wrapper.expanded .shop-category-header, */
/* body > .header .flyout-menu .menu-section .shop-category-wrapper .shop-category-header:hover { */
/*     color: #fff; */
/*     background-color: #659933; */
/* } */
body > .header .flyout-menu .menu-section .shop-category-wrapper.expanded .category-expand-icon, 
body > .header .flyout-menu .menu-section .shop-category-wrapper:not(.expanded) .category-collapse-icon {
    display: none;
}

body > .header .flyout-menu .menu-section .shop-category-wrapper .shop-category-header .shop-category-icon {
    width: 24px;
    text-align: center;
}

body > .header .flyout-menu .menu-section .shop-category-wrapper .shop-category-header .shop-category {
	font-size: 18px;
	padding: 0 6px;
	flex: 1 1 auto!important;
}

body > .header .flyout-menu .menu-section .shop-category-wrapper .shop-category-items {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    overflow: hidden;
    background-color: #fff;
}
body > .header .flyout-menu .menu-section .shop-category-wrapper:not(.expanded) .shop-category-items
{
    height: 0;
    display: none;
}
body > .header .flyout-menu .menu-section .shop-category-wrapper .shop-category-items .shop
{
    margin: 5px;
    padding: 10px;
    flex-grow: 1;
    display: flex;
    transition: 0.2s;
    justify-content: center;
    background-color: #fff;
	border: 1px solid var(--shopatree-neutral-light);
}
body > .header .flyout-menu .menu-section .shop-category-wrapper .shop-category-items .shop:hover
{
    border: 1px solid var(--shopatree-indicating-green) !important;
}
body > .header .flyout-menu .menu-section .shop-category-wrapper .shop-category-items .shop.category-primary
{
    width: 100%;
}
body > .header .flyout-menu .menu-section .shop-category-wrapper .shop-category-items .shop.category-secondary
{
    max-width: calc(50% - 10px);
}
body > .header .flyout-menu .menu-section .shop-category-wrapper .shop-category-items .shop .shop-image
{
    width: 100%;
    height: 64px;
    object-fit: contain;
}
body > .header .flyout-menu .menu-section .shop-category-wrapper .shop-category-items .additional-shops
{
    width: 100%;
    text-align: center;
    user-select: none;
}







.cursor-not-allowed
{
	cursor: not-allowed;
}



.width-1px
{
	width: 1px;
}

.data-pages
{
	height: 100vh;
}

.data-pages .page .add-facet,
.data-pages .page .facet-edit
{
	position: fixed;
	color: #fff;
	z-index: 1000;
}
.data-pages .page.has-add-button .add-facet
{
    top: 74px;
    left: calc(50% + 10px);
}
.data-pages .page.has-add-button .facet-edit
{
	top: 74px;
    left: calc(50% - 66px);
}
.data-pages .page:not(.has-add-button) > .facet-edit
{
	top: 74px;
	left: calc(50% - 28px);
}
@media (max-width: 1023px)
{
	.data-pages .page.has-add-button .add-facet,
	.data-pages .page.has-add-button .facet-edit,
	.data-pages .page:not(.has-add-button) > .facet-edit
	{
		top: 22px;
	}
}
.floating-action-button {
  border-radius: 50%;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
  min-height: 3.5rem;
  padding: 0;
  border: none;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  background-color: #0046ad;
  color: #ffffff;
  outline: none;
  transition: background-color 0.2s linear;
  will-change: background-color;
}

.floating-action-button:hover {
  background-color: rgba(0, 70, 173, 0.7);
}

.floating-action-button__icon {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}



.breadcrumb-fixed
{
	display: block !important;
	position: fixed;
	top: 50px;
	z-index: 999;
}
@media (min-width: 1024px)
{
	.breadcrumb-fixed
	{
		top: 102px;
	}
}

.blogarticle-teaser
{
    position: relative;
    margin-bottom: 50px;
}
.blogarticle-teaser > .facet-edit
{
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: unset !important;
	z-index: unset !important;
}

.icon
{
	font-family: 'Font Awesome 6 Pro' !important;
	height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.section
{
    padding: 40px;
}
.section--blue
{
    background: #eef2f4;
}
.breadcrumb
{
    width: 100%;
    display: block;
	border-radius: 0;
}

.section-gray
{
	background-color: var(--shopatree-gray);
}
.section-white
{
	background-color: #fff;
}

a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle
{
	outline: none !important;
}


body:not(.has-header-bottom) .header__bottom.header__navigation-bottom
{
    display: none;
}
.header__bottom.header__navigation-bottom
{
	height: 32px;
    padding-left: 91px;
    border-top: 1px solid #d1d4d3;
}
.header__navigation-bottom > .header__secondary > a.header__item {
    height: 32px;
    line-height: 32px;
    padding: 0;
    font-size: 10px;
}
.header__navigation-bottom > .header__secondary > a.header__item.active
{
	border-bottom: 2px solid #000;
}

.noselect
{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

header.header .portal {
    display: flex;
}
header.header .portal > .portal-name
{
    font-weight: bold;
    font-size: 18px;
    line-height: 72px;
    color: rgb(102, 102, 102);
    text-decoration: none;
}
header.header .portal > .portal-selector {
    position: relative;
    margin: 0 20px;
    width: 38px;
}
header.header .portal > .portal-selector > .portal-selector-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    cursor: pointer;
    color: var(--shopatree-blue-cta);
    transition: 0.2s !important;
}
header.header .portal > .portal-selector > .portal-selector-icon:hover,
header.header .portal > .portal-selector > .portal-selector-icon.active
{
    background: var(--shopatree-neutral-light);
}
header.header .portal > .portal-selector > .portal-selector-icon > span {
    padding: 7px;
	user-select: none;
}
header.header .portal > .portal-selector > .portal-items
{
	background-color: #fff;
    display: flex;
    position: absolute;
    z-index: 1;
    top: calc(50% + 26px);
    box-shadow: 0 0 10px -2px;
    border: 1px solid var(--shopatree-neutral-light);
    transform: translateX(-50%);
    left: 50%;
    padding: 15px;
    z-index: 101;
	flex-direction: column!important;
}
header.header .portal > .portal-selector > .portal-items:not(.active)
{
	display: none;
}
header.header .portal > .portal-selector > .portal-items > .portal-item
{
	padding: 10px;
    display: flex;
    flex-direction: row;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none !important;
    color: var(--shopatree-blue-cta);
    transition: 0.2s !important;
	align-items: center;
}
header.header .portal > .portal-selector > .portal-items > .portal-item.active,
header.header .portal > .portal-selector > .portal-items > .portal-item:hover
{
    background-color: var(--shopatree-neutral-light-blue);
}
header.header .portal > .portal-selector > .portal-items > .portal-item > .portal-item-icon {
    font-size: 36px;
}
header.header .portal > .portal-selector > .portal-items > .portal-item > .portal-item-text {
    color: var(--shopatree-primary-gray);
    font-size: 14px;
    padding-left: 10px;
}
header.header .portal-navigation-spacer {
    width: 72px;
    margin-right: 27px;
}
header.header .portal-navigation-spacer svg > line {
	stroke: var(--shopatree-neutral-light);
}

footer .footer__pre
{
	min-height: 100px;
}
footer .footer__copyright
{
	text-transform: none;
}

.data-pages
{
	display: flex!important;
	flex-direction: column!important;
}
.page {
    flex: 1 1 auto!important;
    flex-direction: column!important;
    display: flex!important;
}
.section:not(.section--blue)
{
	flex: 1 1 auto!important;
	display: flex!important;
}

@media(max-width: 1200px)
{
	.text-container { padding: 30px; }
}

.image-textlist-image { min-height: 280px; }
.loading-position-relative { position: relative !important; overflow: hidden; }
.loading-position-relative .loader 
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    z-index: 2000;
    background-color: rgba(0,0,0,0.2);
    transition: 0.2s;
}
.loading-position-relative .loader > *
{
    font-size: 24px;
	color: var(--shopatree-informational-blue-1);
}


.loading-bar
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--shopatree-informational-blue-4);
    overflow: hidden;
    display: none;
}
.loading-bar.loading
{
	display: block;
}
.loading-bar div:before
{
  content:"";
  position:absolute;
  top:0px;
  left:0px;
  bottom:0px;
  background: var(--shopatree-informational-blue-2);
  animation: loading-bar-before 2100ms cubic-bezier(0.65,0.81,0.73,0.4) infinite;
}
.loading-bar div:after
{
  content:"";
  position:absolute;
  top:0px;
  left:0px;
  bottom:0px;
  background: var(--shopatree-informational-blue-2);
  animation: loading-bar-after 2100ms cubic-bezier(0.16,0.84,0.44,1) infinite;
  animation-delay:1150ms;
}
.loading-bar-backdrop
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000036;
}
@keyframes loading-bar-before
{
	0%       { left:-35%; right:100%; }
	60%,100% { left:100%; right:-90%; }
}
@keyframes loading-bar-after
{
	0%       { left:-200%; right:100%; }
	60%,100% { left:107%; right:-8%; }
}

.box-shadow-none { box-shadow: none!important; }
.popover {max-width: inherit !important;border-radius: 2px;box-shadow: 2px 2px 10px 0px #AAA;}

::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    cursor: pointer;
}

::-webkit-scrollbar-button {
    display: none;
}
::-webkit-scrollbar-thumb {
    background-color: #35383e;
}
::-webkit-scrollbar-track {
    background-color: #ddd;
    border-radius: 0px;
}

.cursor-pointer { cursor: pointer; }

.table-header-controls.data-table-sort-icons > *
{
    vertical-align: middle;
}