@import url(https://fonts.googleapis.com/css?family=Noto+Sans&display=swap);
/* File: //css/jqueryUI.css */
/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("../../files/jquery/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(../../files/jquery/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(../../files/jquery/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(../../files/jquery/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url(../../files/jquery/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(../../files/jquery/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(../../files/jquery/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(../../files/jquery/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(../../files/jquery/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(../../files/jquery/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(../../files/jquery/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(../../files/jquery/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(../../files/jquery/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(../../files/jquery/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(../../files/jquery/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(../../files/jquery/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(../../files/jquery/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/* File: //css/selectize.css */
/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi
  > .selectize-input
  > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #4d4d4d;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #4d4d4d;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  background-color: #f2f2f4;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -moz-border-radius: 3px;
  border-radius: 4px;
  overflow-y: scroll;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  color: #4d4d4d;
  border: 0 solid #d0d0d0;
  margin-bottom: 10px;
  background-color: #e5e5e5;
  font-size: 12px;
  height: 20px;
  margin-top: 5px;
  line-height: 20px;
  margin-right: 5px;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #4d4d4d;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #e5e5e5;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  top: unset !important;
  left: unset !important;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f2f2f4;
  color: #4d4d4d;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
  background-color: inherit;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* File: //css/selectize.default.css */
/**
 * selectize.default.css (v0.12.6) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/* File: //css/reset.css */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre, 
abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
input{
  outline-color: transparent;
  outline-style: none;
  font-family: unset;
}
select{
  outline-color: transparent;
  outline-style: none;
}


/* File: //css/fonts.css */
@font-face {
  font-family: "AvenirNext";
  src: url("../../fonts/AvenirNext/AvenirNext-Regular.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/AvenirNext/AvenirNext-Regular.otf") format("otf"),
    url("../../fonts/AvenirNext/AvenirNext-Regular.woff") format("woff"),
    url("../../fonts/AvenirNext/AvenirNext-Regular.ttf") format("truetype"),
    url("../../fonts/AvenirNext/AvenirNext-Regular.svg#AvenirNext-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AvenirNext";
  src: url("../../fonts/AvenirNext/AvenirNext-DemiBold.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/AvenirNext/AvenirNext-DemiBold.otf") format("otf"),
    url("../../fonts/AvenirNext/AvenirNext-DemiBold.woff") format("woff"),
    url("../../fonts/AvenirNext/AvenirNext-DemiBold.ttf") format("truetype"),
    url("../../fonts/AvenirNext/AvenirNext-DemiBold.svg#AvenirNext-DemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AvenirNext";
  src: url("../../fonts/AvenirNext/AvenirNext-Bold?#iefix") format("embedded-opentype"),
    url("../../fonts/AvenirNext/AvenirNext-Bold.otf") format("otf"),
    url("../../fonts/AvenirNext/AvenirNext-Bold.woff") format("woff"),
    url("../../fonts/AvenirNext/AvenirNext-Bold.ttf") format("truetype"),
    url("../../fonts/AvenirNext/AvenirNext-Bold.svg#AvenirNext-Bold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Galliard';
  src: url('../../fonts/Galliard/GalliardStd-Bold.eot');
  src: url('../../fonts/Galliard/GalliardStd-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Galliard/GalliardStd-Bold.woff2') format('woff2'),
    url('../../fonts/Galliard/GalliardStd-Bold.woff') format('woff'),
    url('../../fonts/Galliard/GalliardStd-Bold.ttf') format('truetype'),
    url('../../fonts/Galliard/GalliardStd-Bold.svg#GalliardStd-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Galliard';
  src: url('../../fonts/Galliard/GalliardStd-Roman.eot');
  src: url('../../fonts/Galliard/GalliardStd-Roman.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Galliard/GalliardStd-Roman.woff2') format('woff2'),
    url('../../fonts/Galliard/GalliardStd-Roman.woff') format('woff'),
    url('../../fonts/Galliard/GalliardStd-Roman.ttf') format('truetype'),
    url('../../fonts/Galliard/GalliardStd-Roman.svg#GalliardStd-Roman') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('../../fonts/Futura/FuturaNewLight-Reg.eot');
  src: url('../../fonts/Futura/FuturaNewLight-Reg.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Futura/FuturaNewLight-Reg.woff2') format('woff2'),
    url('../../fonts/Futura/FuturaNewLight-Reg.woff') format('woff'),
    url('../../fonts/Futura/FuturaNewLight-Reg.ttf') format('truetype'),
    url('../../fonts/Futura/FuturaNewLight-Reg.svg#FuturaNewLight-Reg') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('../../fonts/Futura/FuturaNewBold-Reg.eot');
  src: url('../../fonts/Futura/FuturaNewBold-Reg.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Futura/FuturaNewBold-Reg.woff2') format('woff2'),
    url('../../fonts/Futura/FuturaNewBold-Reg.woff') format('woff'),
    url('../../fonts/Futura/FuturaNewBold-Reg.ttf') format('truetype'),
    url('../../fonts/Futura/FuturaNewBold-Reg.svg#FuturaNewBold-Reg') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('../../fonts/Futura/FuturaNewMedium-Reg.eot');
  src: url('../../fonts/Futura/FuturaNewMedium-Reg.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Futura/FuturaNewMedium-Reg.woff2') format('woff2'),
    url('../../fonts/Futura/FuturaNewMedium-Reg.woff') format('woff'),
    url('../../fonts/Futura/FuturaNewMedium-Reg.ttf') format('truetype'),
    url('../../fonts/Futura/FuturaNewMedium-Reg.svg#FuturaNewMedium-Reg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('../../fonts/Futura/FuturaNewBook-Reg.eot');
  src: url('../../fonts/Futura/FuturaNewBook-Reg.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Futura/FuturaNewBook-Reg.woff2') format('woff2'),
    url('../../fonts/Futura/FuturaNewBook-Reg.woff') format('woff'),
    url('../../fonts/Futura/FuturaNewBook-Reg.ttf') format('truetype'),
    url('../../fonts/Futura/FuturaNewBook-Reg.svg#FuturaNewBook-Reg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avojaloin";
  src: url("/fonts/Avojaloin/Avojaloin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* File: //css/main.css */
body {
  position: relative;
  width: 100%;
  height: auto;
}

blueDaysTable {
  border: none;
  border-spacing: 0px;
}

.color1 {
  color: white;
}

.color2 {
  color: #17375e;
}

.color3 {
  color: white;
}

.color4 {
  color: #3f3f3f;
}

.color5 {
  color: #4f4f4f;
}

.color6 {
  color: #717171;
}

.color7 {
  color: #333234;
}

.color8 {
  color: #636466;
}

.backgroundColor1 {
  background-color: #56cbba;
}

.backgroundColor2 {
  background-color: #4d5550;
}

.backgroundColor3 {
  background-color: #001620;
}

.backgroundColor4 {
  background-color: white;
}

.backgroundColor5 {
  background-color: #f5f5f5;
}

.backgroundColor6 {
  background-color: #154996;
}

.backgroundColor7 {
  background-color: white;
}

.backgroundColor8 {
  background-color: black;
}

.backgroundColor9 {
  background-color: #505050;
}

.border1 {
  border: 1px solid #bdd740;
}

.border2 {
  border: 1px solid black;
}

body {
}

.errorTitle {
  font-size: 18px;
  display: block;
  margin: auto;
  width: fit-content;
  color: black;
  margin-top: 136px;
}

input {
  color: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  background-repeat: no-repeat;
  font-weight: inherit;
  font-family: unset;
}

select {
  color: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none !important;
  outline: none;
  font-weight: inherit;
  font-family: unset;
}

.radioBtn {
  -webkit-appearance: radio;
  font-weight: inherit;
}

textArea {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: unset;
}

a {
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.centeredContent {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  font-size: 14px;
  height: auto;
  overflow: hidden;
}

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

.alertMessageFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
}

.alertMessageDivContainer {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

.alertMessageDiv {
  position: relative;
  margin: 0px auto;
  margin-top: 10%;
  padding-bottom: 45px;
  width: 335px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #f2f2f2;
}

.alertMessageLogoDiv {
  position: relative;
  width: 70px;
  height: 149px;
  margin: 0 auto;
  margin-top: 34px;
}

.alertMessageLogo {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 64px;
  width: 150px;
}

.alertMessageCheck {
  display: none;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  width: 120px;
}

.alertMessageBkgImg {
  position: absolute;
  left: 0px;
  top: 0px;
}

.alertMessageMessage {
  position: relative;
  width: 80%;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  margin-top: 65px;
  margin-bottom: 45px;
  color: #999999;
  line-height: 23px;
  word-wrap: break-word;
  max-height: 300px;
  overflow-y: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.alertMessageMessage::-webkit-scrollbar {
  display: none;
}

.alertMessageAceptarWrapper {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.alertMessageAceptar {
  position: relative;
  margin: 0 auto;
  width: 194px;
  height: 35px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 35px;
  border-radius: 3px;
  border: 1px solid #002541;
  background-color: #002541;
  cursor: pointer;
}

.alertMessageClose {
  position: absolute;
  top: 16px;
  right: 15px;
  cursor: pointer;
  text-align: center;
  color: black;
  padding: 7px;
  border-radius: 23px;
  background-color: #e6e6e6;
  font-size: 20px;
}

.alertMessageAceptar:hover {
  cursor: pointer;
  color: #002541;
  background-color: #ffffff !important;
}

.alertMessageClose:hover {
  opacity: 0.8;
}

#alertCloseIcon {
  width: 14px;
}

#cartMessageDiv {
  width: 450px;
}

.cartMessageAceptar {
  display: block;
  float: left;
  width: 95%;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

#cartMessageDiv {
  text-align: center;
}

#cartMessageButtonsWrapper {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
}

#loaderFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1002;
}

#loaderDivContainer {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

#loaderDiv {
  position: relative;
  margin: 0px auto;
  margin-top: 20%;
  width: 40px;
}

.fullBackground {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.blackOpacity {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: black;
}

.whiteOpacity {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-color: white;
}

.fullRelative {
  position: relative;
  width: 100%;
  height: 100%;
}

.centeredLogon {
  position: relative;
  width: 720px;
  margin: 0 auto;
  background-color: white;
  margin-top: 10%;
  margin-bottom: 10%;
}

#registerUserBtn {
  margin-top: 20px;
}

#loginUserBtn:hover {
  cursor: pointer;
}

#registerUserBtn {
  cursor: pointer;
}

#loginTopMenu:hover {
  cursor: pointer;
}

.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.pointedBlueLine {
  background-image: url("/images/pointedBlueLine.png");
  background-repeat: repeat-x;
}

.sexRadioBtn {
  float: left;
  width: 25px;
  margin-top: 10px;
}

.sexTypeText {
  float: left;
  margin-right: 12px;
  margin-top: 8px;
}

.checkbox {
  float: left;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background-color: #ec1c24;
  margin-top: 5px;
}

.note-modal-body .checkbox {
  all: unset;
}

.note-modal-body input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

.note-btn-primary {
  background: #fa6362 !important;
  color: #fff !important;
  border: unset !important;
  cursor: pointer;
}

.checkboxTickImg {
  position: absolute;
  left: 2px;
}

.transparentCheckBox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -2px;
  top: -3px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.studio4dSprite {
  background-image: url(/files/layouts/studio4dsprite.png);
  overflow: hidden;
  position: absolute;
}

.blackBkg75 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.75;
}

.blackBkg50 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
}

@media screen and (max-width: 770px) {
  #alertMessageDiv {
    width: 84%;
    margin-top: 0%;
    top: calc(50% - 150px);
    padding-top: 23px;
  }

  #alertMessageAceptar {
    width: 80%;
  }

  #cartMessageDiv {
    width: 90%;
    margin-top: 36%;
    border: 1px solid black;
  }

  .centeredContent {
    width: 90%;
  }
}

/* File: //css/layouts/main.css */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans&display=swap");

body {
  position: absolute;
  min-height: 100%;
  color: #e0e0e0;
}

/* --------SALESMAN SECTION -------------*/
.salesmanTopBar {
  background-color: #c24442;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 35px;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  z-index: 1000;
}

/* .salesmanTopBar {
  background-color: #c24442;
  color: #fff;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 14px;
  position: fixed;
  cursor: pointer;
  bottom: 255px;
  right: 49px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 10;
} */

.salesmanTopBar-icon {
}

#saveUserInfo {
  position: absolute;
  width: 70%;
  margin-left: 15%;
  text-align: center;
  top: 340px;
  color: white;
  cursor: pointer;
  background-color: #00253f;
  border-radius: 4px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #00253f;
}

#salesman-popupContainer {
  position: fixed;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  z-index: 200;
  display: none;
  top: 0;
  left: 0;
}

#salesman-popupContainer.shown,
.inboundPopup-container.shown,
.inboundPopup.markAsPayed.shown,
.inboundPopup.sendBudget.shown {
  display: flex;
  opacity: 1;
}

.backDrop,
.inboundPopup-backDrop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  pointer-events: all;

  mix-blend-mode: normal;
  backdrop-filter: blur(9px);
}

.backDrop.triggered,
.inboundPopup-backDrop {
  display: block;
}

#salesman-popup {
  display: flex;
  max-width: 950px;
  width: 90vw;
  height: 85vh;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0 7px 7px 0;
}

.salesman-sideBar {
  flex: 1;
  height: auto;
  background-color: #00253f;
  /* border-radius: 7px 0 0 7px; */
}

.sideBar-categoriesContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 3vh;
}

.sideBarCategory {
  width: 70%;
  height: 40px;
  border-radius: 60px 0 0 60px;
  float: right;
  cursor: pointer;
}

.sideBarCategory.active {
  background-color: #003255;
  border-right: 5px solid #ff6d4c;
}

.sideBarIcon,
.sideBarIconHover {
  width: 25px;
  height: 25px;
  position: relative;
  top: 9px;
  left: 10px;
}

.salesman-topBar {
  height: 8vh;
  width: 100%;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
}

.topBar-InfoContainer {
  display: grid;
  grid-template-columns: 1fr 2fr;
  width: auto;
  gap: 20px;
  margin-left: 5%;
  align-items: center;
}

.topBar-title {
  color: #898989;
  font-weight: 700;
  font-size: 17px;
}

.topBar-customerInfo {
  color: #898989;
  text-transform: capitalize;
  font-size: 14px;
  opacity: 0;
}

.topBar-customerInfo.shown {
  opacity: 1;
}

.topBar-icon {
  display: none;
  margin-right: 5.5vh;
  cursor: pointer;
}

.topBar-icon.shown {
  display: block;
}

.topBar-refreshOrder {
  opacity: 0;
  position: relative;
  margin: 0 auto;
  width: 30px;
  color: white;
  font-weight: 600;
  background-color: #f6f6f6;
  height: 30px;
  border-radius: 0px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  border: #00253f;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
  border-radius: 60%;
  margin-right: 3vh;
}

.topBar-refreshOrder.shown {
  opacity: 1;
}

.topBar-refreshOrder img {
  width: 21px;
  height: 21px;
  filter: invert(62%) sepia(0%) saturate(77%) hue-rotate(179deg) brightness(88%)
    contrast(82%);
}

.topBar-refreshOrder.clicked {
  animation-name: spin;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: 2;
  animation-direction: normal;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.salesman-mainContainer {
  flex: 10;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.salesman-orderDetailView,
.salesman-orderListView {
  display: none;
  height: calc(100% - 18vh);
  width: 100%;
  justify-content: center;
  overflow: hidden;
}

.salesman-orderListView {
  overflow: auto;
}

.salesman-orderDetailView.shown,
.salesman-orderListView.shown {
  display: flex;
}

/* ORDER DETAIL */
.orderDetailView-mainContainer {
  width: 95%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: black;
  font-size: 13px;
  margin-top: 2vh;
}

.orderDetailView-mainContainer tr,
.orderDetailView-mainContainer td {
  padding: unset;
  line-height: unset;
}

.orderDetailView-mainContainer tr:last-of-type {
  border-bottom-width: 1px;
}

/* Search bar */
.orderDetailview-searchBarAndResultsContainer {
  width: 100%;
  overflow: hidden;
  height: 70px;
}

.orderDetailView-searchBarContainer {
  width: 100%;
  height: 40px;
  background: rgba(240, 240, 240, 0.56);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.orderDetailView-SearchBar {
  width: 77%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #898989;
}

.orderDetailView-SearchBar-input {
  width: 100%;
  text-indent: 10px;
  background-color: #f6f6f6;
  height: 100%;
}

.orderDetailView-SearchButton {
  height: 100%;
  width: 23%;
  color: #ffffff;
  text-transform: capitalize;
  background-color: #00253f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}

.orderDetailView-searchResultsContainer {
  width: calc(100% + 1px);
  height: calc(100% - 60px);
  background: rgba(240, 240, 240);
  overflow: auto;
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.1);
  top: -1px;
  left: -1px;
}

.orderDetailView-searchResultsContainer.shown {
  display: block;
}

.searchResultsTable {
  width: 100%;
  font-size: 11px;
}

.searchResultsTable tbody {
  width: 100%;
  color: #898989;
}

.searchResultsTable-tableRow {
  border-bottom: 1px solid #e9e9e9;
  height: 75px;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr 1fr 1.5fr;
  grid-gap: 5px;
  align-items: center;
  width: 99%;
}

.searchResultsTable-tableRow.noResults {
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchResultsTable-imgContainer {
  width: 60%;
  height: 70px;
  margin: auto;
}

.searchResultsTable-imgContainer img {
  width: 100%;
  height: 100%;
}

.searchResultsTable-productInfoContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.searchResultsTable-productInfoContainer p {
  font-weight: 700;
}

.searchResultsTable-productInfoContainer span {
  font-size: 10px;
}

.searchResultsTable-productInfoContainer span:last-of-type {
  color: #ff0000;
}

.searchResultsTable-priceContainer {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchResultsTable-quantityContainer,
.orderDetailView-table-quantityContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13vh;
}

.searchResultsTable-quantitySelect,
.orderDetailView-table-quantitySelect {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: white;
  border-radius: 7px;
  height: 3vh;
}

.searchResultsTable-minusSign,
.searchResultsTable-plusSign,
.orderDetailView-table-minusSign,
.orderDetailView-table-plusSign {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  cursor: pointer;
  background: white;
  height: 100%;
}

.quantityProduct,
.orderDetailView-table-quantityProduct {
  width: 32%;
  text-align: center;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
}

.searchResultsTable-buttonsContainer {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}

.searchResultsTable-SeeMoreButtonContainer,
.searchResultsTable-AddButtonContainer {
  flex-basis: 45%;
}

.searchResultsTable-SeeMoreButton {
  background-color: #bbbbbb;
  color: #ffffff;
  width: 100%;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 9px;
  line-height: 13px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
}

.searchResultsTable-addButton {
  width: 100%;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00253f;
  font-size: 9px;
  line-height: 13px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

/* Search bar ends */

/* Order detail section */
.orderDetailView-orderContainer {
  width: 100%;
  position: relative;
}

.orderContainer-topBar {
  height: 50px;
  width: 100%;
  background-color: #00253f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.orderContainer-topBar h3 {
  font-weight: 700;
}

.orderContainer-topBar span {
  font-weight: 500;
  margin-left: 5px;
}

.orderContainer-topBar h3:first-of-type {
  margin-left: 6%;
  text-transform: uppercase;
}

.orderContainer-topBar-orderTotalContainer {
  display: flex;
  justify-content: space-evenly;
  width: 15%;
  margin-right: 6%;
}

.orderContainer-tableContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f6f6f6;
  overflow: scroll;
  height: 45vh;
}

.orderDetailView-table {
  width: 95%;
}

.orderDetailView-table-row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr 0.5fr;
  align-items: center;
  justify-items: center;
  border-bottom: 1px solid #c7c7c7;
  height: 95px;
  color: #898989;
}

.orderDetailView-table-imgContainer {
  width: 60%;
  height: 85px;
  margin: auto;
}

.orderDetailView-table-imgContainer img {
  width: 100%;
  height: 100%;
  margin: auto;
}

.orderDetailView-table-productInfoContainer {
  font-size: 10px;
  display: flex;
  flex-direction: column;
  justify-self: baseline;
}

.orderDetailView-table-productInfoContainer span:last-of-type {
  margin-top: 2px;
}

.orderDetailView-table-productInfoContainer p {
  color: #898989;
  font-weight: 700;
  font-size: 13px;
}

.orderDetailView-table-quantityContainer {
  width: 100px;
  flex-direction: column;
  justify-content: space-evenly;
}

.orderDetailView-table-quantitySelect {
  height: 3.5vh;
}

.orderDetailView-table-priceContainer {
  font-weight: 700;
}

.orderDetailView-table-changeOrderProductQuantityButton {
  width: 100%;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00253f;
  font-size: 9px;
  line-height: 15px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 1vh;
  display: none;
}

.orderDetailView-table-deleteButtonContainer,
.orderDetailView-table-percentageButtonContainer {
  border-radius: 4px;
  background-color: #e6e6e6;
  width: 3.5vh;
  height: 3.5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #686868;
  cursor: pointer;
}

.orderDetailView-table-percentageButtonContainer {
  position: relative;
  width: 60px;
  cursor: default;
}

.orderDetailView-table-percentageButtonContainer::after {
  content: "%";
  position: absolute;
  right: 8px;
  font-weight: 800;
}

.orderProduct-percentageButton {
  font-weight: 600;
  width: 85%;
  background-color: #e6e6e6;
  text-indent: 3px;
  font-size: 12px;
  height: 100%;
}

/* order detail section ends */

/* ---- */
/* ORDER LIST */
.orderListView-table {
  width: 95%;
  margin-top: 25px;
}

.orderListView-table tbody {
  width: 100%;
  color: #898989;
  font-size: 15px;
  font-weight: 500;
}

.orderListView-table tr {
  display: flex;
  width: auto;
  height: 60px;
  align-items: center;
  justify-content: space-evenly;
  background-color: rgba(240, 240, 240, 0.56);
  margin-bottom: 20px;
}

.orderListView-table .inSessionOrder {
  background-color: #03144a1c;
}

.orderListView-table td {
  display: flex;
  justify-content: center;
  flex-basis: 70%;
  border-spacing: 10px;
}

.orderListView-table .order-id {
  font-weight: 700;
  flex-basis: 50%;
}

.orderListView-table .order-contactDetail {
  flex-basis: 100%;
}

.orderListView-table .order-price span {
  margin-left: 5px;
}

.orderListView-table .order-quantity {
  justify-content: space-evenly;
  flex-basis: 60%;
}

.orderListView-table .order-continueButton-container,
.orderListView-table .order-deleteButton-container {
  flex-basis: 50%;
}

.orderListView-table .order-continueButton {
  width: 100%;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00253f;
  font-size: 10px;
  line-height: 13px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

.orderListView-table .order-deleteButton {
  width: 3.5vh;
  height: 3.5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6e6e6;
  border-radius: 4px;
  cursor: pointer;
}

/* ---- */

.salesman-bottomBar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: black;
  height: 10vh;
  border-top: 1px solid #e9e9e9;
}

.bottomBar-pauseButtonContainer {
  display: none;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
}

.bottomBar-pauseButton {
  background-color: #bbbbbb;
  color: #ffffff;
  width: 35%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-left: 40px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  cursor: pointer;
}

.bottomBar-blueButtonsContainer {
  display: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-right: 5%;
}

.bottomBar-newOrderContainer {
  display: none;
}

.bottomBar-pauseButtonContainer.shown,
.bottomBar-blueButtonsContainer.shown,
.bottomBar-newOrderContainer.shown {
  display: flex;
}

.bottomBar-newOrderContainer.shown {
  width: 90%;
  align-items: center;
  justify-content: flex-end;
}

.bottomBar-markAsPayedButton,
.bottomBar-sharePurchaseLinkButton,
.bottomBar-updateUserInfoButton,
.bottomBar-sendBudgetButton,
.bottomBar-createNewOrderButton {
  width: 50%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00253f;
  font-size: 9px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

.bottomBar-sendBudgetButton,
.bottomBar-sharePurchaseLinkButton {
  margin-left: 10%;
}

.bottomBar-sharePurchaseLinkButton {
  font-size: 8px;
}

.bottomBar-markAsPayedButton,
.bottomBar-pauseButton {
  display: none;
}

.bottomBar-createNewOrderButton {
  width: 25%;
}

/* INBOUND POPUPS */
.inboundPopup-container {
  position: fixed;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  z-index: 1001;
  display: none;
  top: 0;
  left: 0;
}

.inboundPopup {
  display: none;
  max-width: 90%;
  width: 550px;
  height: 45vh;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  color: #898989;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  font-size: 14px;
  border-top: 5px solid #00253f;
}

.inboundPopup span {
  width: 100%;
  margin-left: 7.5vh;
  font-size: 13px;
  position: relative;
}

#markAsPayed-textarea {
  width: 85%;
  background-color: #f1f1f1;
  resize: none;
  border: none;
  text-indent: 20px;
  padding-top: 15px;
  box-sizing: border-box;
  font-size: 13px;
}

.inboundPopup-saveButton {
  width: 60%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00253f;
  font-size: 11px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

.inboundPopup.sendBudget {
  height: 280px;
}

.inboundPopup.sendBudget .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 80%;
}

.inboundPopup.sendBudget .inputWrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  font-size: 13px;
  margin-top: 5px;
}

.inboundPopup.sendBudget .inputWrapper.isSwitch {
  justify-content: flex-start;
}

.inboundPopup.sendBudget label:not(#ivaIncluded),
.inboundPopup.sendBudget label:not(#openWhatsapp) {
  flex-basis: 60%;
}

.inboundPopup.sendBudget .inputWrapper.notVisible {
  display: none;
}

.whatsappButton {
  width: 60%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00253f;
  font-size: 11px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

#txtSalesmanCode,
#txtSalesmanName,
#txtSalesmanLastName {
  border-radius: 4px;
  background-color: #e6e6e6;
  text-indent: 5px;
  width: 50%;
}

.salesmanCustomSwitch.adminSwitch {
  position: relative;
  display: inline-block;
  height: 30px;
}

.salesmanCustomSlider.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f0f0f0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.salesmanCustomSwitch.adminSwitchChecked .slider {
  background-color: #4caf50 !important;
  box-shadow: 0 0 1px #4caf50;
}

.salesmanCustomSlider.slider.round {
  border-radius: 34px;
  width: 48px;
  top: 5px;
  height: 21px;
  display: inline-block;
}

.salesmanCustomSlider.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: #808080;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.salesmanCustomSwitch.adminSwitchChecked .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #f0f0f0;
}

.salesmanCustomSlider.slider.round:before {
  border-radius: 50%;
}

/* ---- */

/* -----SALESMAN SECTION ENDS----------- */
#bottomBarContent {
  width: 1100px;
  left: 50%;
  margin-left: -550px;
  position: absolute;
}

#blogLinkImg {
  height: 14px;
  width: 15px;
  float: left;
  margin-top: 2px;
}

#content {
  position: relative;
  width: 100%;
  min-width: 1100px;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
}

#myCart {
  display: inline-block;
}

#searchImg {
  position: absolute;
  height: 20px;
  margin-top: 7px;
  margin-left: 61px;
}

#searchBar {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: white;
  height: 0px;
}

#searchSite {
  width: 70%;
  display: block;
  position: relative;
  margin: 0 auto;
  height: 30px;
  padding: 3px;
  padding-left: 10px;
  color: black;
  margin-top: 4px;
  font-size: 15px;
}

#searchSite::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: black;
}

#searchSite:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  opacity: 1;
}

#searchSite::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  opacity: 1;
}

#searchSite:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}

#bottomBar {
  position: relative;
  width: 100%;
  height: 47px;
}

.widthContainer {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  height: 100%;
  text-align: left;
  margin-bottom: 40px;
}

#removeWishlistProduct {
  cursor: pointer;
  background-image: url(../../files/heartFilled.svg);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.removeWishlistProduct {
  background-image: url(../../files/whishlistCross.svg);
  background-size: 100%;
  position: absolute;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  bottom: 100px;
  z-index: 99;
  right: 10px;
  background-position: center;
}

.addWishlistProduct {
  background-image: url(../../files/heart.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  background-position: center;
}

.remove-WishlistProduct {
  background-image: url(../../files/heartFilled.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  background-position: center;
}

.figureBackground {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  bottom: 100px;
  right: 10px;
  border-radius: 5px;
  background-position: center;
}

.productSlide .figureBackground {
  bottom: 10px;
}

#wish-list-container {
  height: 30px;
  position: relative;
  width: 30px;
  top: 30px;
  left: 80%;
  border: 1px solid #f4f4f4;
  box-sizing: border-box;
  border-radius: 5px;
}

#addToWishlist {
  cursor: pointer;
  background-image: url(../../files/heart.svg);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.selectedTriangle {
  position: absolute;
  background-image: url(../../files/selectedTriangle.png);
  background-size: cover;
  height: 20px;
  width: 25px;
  top: -10px;
}

.productSlide .figureBackground {
  bottom: 25px;
}

#selectedTriangle1 {
  left: 250px;
}

#selectedTriangle2 {
  left: 345px;
}

#selectedTriangle3 {
  left: 440px;
}

#selectedTriangle4 {
  left: 522px;
}

#selectedTriangle5 {
  left: 612px;
}

#selectedTriangle6 {
  left: 710px;
}

#selectedTriangle7 {
  left: 793px;
}

#blogLink {
  position: relative;

  float: left;

  margin-top: 6px;
}

#searchImg:hover {
  cursor: pointer;
  opacity: 0.8;
}

#blogText {
  display: inline-block;

  float: left;

  margin-top: 3px;

  margin-left: 5px;
}

#myCartImg {
  width: 17px;

  float: left;

  display: inline-block;

  margin-top: 7px;

  margin-left: 8px;
}

#myCartText {
  float: left;

  display: inline-block;

  margin-top: 9px;

  margin-left: 5px;
}

#aboutUs {
  float: left;
  margin-top: 9px;
  margin-right: 10px;
}

#stores {
  float: left;

  margin-top: 9px;

  margin-left: 10px;

  margin-right: 10px;
}

#logIn {
  float: left;
}

#logIn:hover {
  cursor: pointer;
}

#loginImg {
  float: left;

  margin-left: 10px;

  width: 18px;

  margin-top: 7px;
}

#searchSpace {
  width: 100%;
  height: 0px;
}

#viewCart {
  float: left;
  display: block;
  padding-left: 10px;
  padding-top: 9px;
  padding-right: 3px;
}

#viewCart:hover {
  cursor: pointer;
}

#profile {
  float: left;
  margin-left: 10px;
  margin-top: 9px;
  margin-right: 3px;
}

#profile:hover {
  cursor: pointer;
}

#logout {
  float: left;
  margin-left: 10px;
  margin-top: 9px;
}

#logout:hover {
  cursor: pointer;
}

#headerCart {
  position: relative;
  height: 20px;
  top: -4px;
}

#orderProductNumber {
  position: relative;
  float: left;
  background-color: #d34848;
  margin-right: 5px;
  color: white;
  height: 15px;
  width: 15px;
  text-align: center;
  border-radius: 12px;
  line-height: 16px;
  padding-right: 1px;
}

.signInTitle {
  display: none;
}

#headerWrapper {
  display: inline-block;
  position: relative;
  width: auto;
}

#alertMessageMessage {
  position: relative;
  width: 80%;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 45px;
  color: black;
}

#alertMessageLogo {
  width: 80%;
}

.mobileElement {
  display: none !important;
}

#adminBarDiv {
  position: fixed;
  left: 0px;
  top: 130px;
  width: 300px;
  z-index: 999;
}

#adminBarTitle {
  position: relative;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #00253f;
  color: white;
  font-size: 13px;
  text-align: center;
  border-radius: 0px 25px 25px 0px;
  cursor: pointer;
  transition: border-radius 0.1s ease-out, width 0.1s ease-out;
  -moz-transition: border-radius 0.1s ease-out, width 0.1s ease-out;
  -webkit-transition: border-radius 0.1s ease-out, width 0.1s ease-out;
  -o-transition: border-radius 0.1s ease-out, width 0.1s ease-out;
}

#adminContent {
  position: relative;
  float: left;
  width: 100%;
  color: #4d5550;
  margin-right: 20px;
  margin-bottom: 30px;
  margin-top: 0px;
  height: 0px;
  overflow: hidden;
  background-color: #e2e2e2;
  border-radius: 0px 0px 10px 0px;
  overflow: auto;
}

#contentDiv {
  width: calc(100% - 40px);
  margin-left: 20px;
  height: auto;
  float: left;
  display: block;
  margin-top: 10px;
}

#adminBarTitle.open {
  border-radius: 0px 10px 0px 0px;
  width: 100%;
}

.subcontentName {
  position: relative;
  font-size: 15px;
  color: white;
  margin-bottom: 10px;
  margin-top: 2px;
  cursor: pointer;
  display: inline-block;
}

.contentTitle {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  color: #00253f;
  margin-bottom: 6px;
}

#checkoutMain2Content {
  display: block;
  max-width: 500px;
  position: fixed;
  width: 470px;
  top: 75px;
  background-color: #ffffff;
  right: 35px;
  z-index: 2000000000;
  box-shadow: 0 4px 5px 0px #0000002e;
  padding: 10px;
}

#checkoutMain2 {
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 3;
  position: fixed;
}

.headerCart2Background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
}

#checkoutMain2.opened {
  display: block;
}

#finishOrder {
  width: 40%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 5px;
  padding-bottom: 0;
  justify-content: center;
  vertical-align: middle;
  margin-top: 20px;
  font-size: 15px;
  margin-bottom: 10px;
  background-color: #ef9249;
  border: 1px solid #ef9249;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: bold;
  font-family: "Cambay" !important;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#finishOrder:hover {
  color: #ef9249;
  background-color: #ffffff;
}

.productTitle {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #ef9249;
}

#titlesFlex {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Cambay" !important;
}

#newOrder {
  background: #00253f;
  margin-top: 11px;
  border-radius: 3px;
  margin-bottom: 11px;
  height: 32px;
  margin-left: 32px;
  margin-right: 11px;
  text-align: center;
  line-height: 33px;
  color: white;
  cursor: pointer;
  float: left;
  width: 200px;
}

#newOrderFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}

#newOrderDivContainer {
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  display: flex;
}

#newOrderDiv {
  /* position: relative;
  margin: 0px auto;
  margin-top: 10%;
  padding-bottom: 40px;
  width: 340px;
  border: 1px solid white;
  background-color: #ebe3d4;
  background-color: white !important;
  border: 1px solid #606060 !important;
  height: 355px;
  border-radius: 8px; */
  display: flex;
  flex-direction: column;
  max-width: 90%;
  width: 30vw;
  height: 401px;
  position: relative;
  box-sizing: border-box;
  background-color: white !important;
  border: 1px solid #606060 !important;
  border-radius: 8px;
}

#newOrderTitle {
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  text-align: left;
  color: black;
  border-bottom: 1px solid #ccc;
}

.orderDiv {
  color: #00253f;
  margin-left: 5px;
  padding: 4px;
  padding-left: 6px;
  width: 92%;
  font-size: 14px;
  float: left;
  border: 1px solid #525252;
  border-radius: 6px;
  margin-bottom: 5px;
}

.deleteOrder {
  float: right;
  cursor: pointer;
}

.orderName {
  float: left;
  margin-top: 6px;
  margin-left: 5px;
}

#newOrderAccept {
  position: absolute;
  width: 70%;
  margin-left: 15%;
  text-align: center;
  top: 355px;
  color: white;
  cursor: pointer;
  background-color: #00253f;
  border-radius: 4px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #00253f;
}

#newOrderAccept:hover {
  border: 1px solid #00253f;
  color: #00253f;
  background-color: transparent;
}

.alertMessageClose {
  color: #333234;
}

#newOrderCloseButton {
  color: black;
  font-size: 20px;
}

.alertMessageFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
}

.alertMessageDivContainer {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

.alertMessageDiv {
  position: relative;
  margin: 0px auto;
  margin-top: 10%;
  padding-bottom: 40px;
  width: 335px;
  border: 1px solid black;
  border-radius: var(--main-border-radius);
  background-color: white;
}

.alertMessageLogoDiv {
  position: relative;
  width: 70px;
  height: 149px;
  margin: 0 auto;
  margin-top: 34px;
}

.alertMessageLogo {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
}

.alertMessageBkgImg {
  position: absolute;
  left: 0px;
  top: 0px;
}

.alertMessageMessage {
  position: relative;
  width: 80%;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 45px;
  color: black;
}

#alertMessageFixedContainerCheckout {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: none;
}

#alertMessageDivContainerCheckout {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#alertCloseButtonCheckout {
  position: absolute;
  right: 20px;
  font-weight: 600;
  font-size: 11px;
  cursor: pointer;
}

#alertMessageDivCheckout {
  position: relative;
  background: white;
  width: 330px;
  min-height: 200px;
  padding: 20px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#alertMessageMessageCheckout {
  text-align: center;
  padding: 50px 0;
  max-width: 90%;
  margin: auto;
}

#alertMessageAceptarCheckout {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  background: var(--b-main-bk-color);
  border: 1px solid var(  --b-main-bk-color);
  border-radius: var(
  --main-border-radius);
  color: var(  --b-main-font-color);
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}

#alertMessageAceptarCheckout:hover {
  background: transparent;
  color: var(--b-main-h-font-color);
}

.alertMessageAceptarWrapper {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.alertMessageAceptar {
  background-color: #132457;
  border: 1px solid #132457;
  line-height: 35px;
  border-radius: 5px;
}

.alertMessageAceptar:hover {
  cursor: pointer;
  opacity: 0.8;
}

.alertMessageClose {
  position: absolute;
  top: 8px;
  right: 6px;
  cursor: pointer;
  text-align: center;
  color: black;
  padding-top: 1px;
  font-size: 20px;
  background-color: transparent;
  padding: 0;
}

.alertMessageClose {
  position: absolute;
  top: 8px;
  right: 6px;
  cursor: pointer;
  text-align: center;
  color: white;
  padding-top: 1px;
  font-size: 14px;
  background-color: transparent;
  padding: 0;
}

#source {
  position: relative;
  float: left;
  width: 70%;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: white;
  margin-left: 15%;
  color: #606060;
}

#selectizeContainer {
  width: 70%;
  margin: 0 auto;
}

#salesmanInputsDiv {
  display: block;
  width: 100%;
  position: relative;
  float: left;
}

.orderChannelLogo {
  width: 22px;
  float: left;
}

.orderChannelInput {
  width: 66%;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 15%;
  padding: 0 0 0 3%;
  color: #606060;
  display: none;
}

.ordersContainer {
  margin-bottom: 20px;
  overflow: hidden;
}

.pendingOrders {
  width: auto;
  float: left;
  cursor: pointer;
}

#cartMessageDiv {
  width: 600px;
  height: 300px;
}

.mainMessage {
  margin-top: 38px;
  width: 100%;
  text-align: center;
  float: left;
  color: black;
  font-size: 14px;
  margin-bottom: 30px;
}

.alertColumn1 {
  width: 45%;
  float: left;
}

.alertColumn2 {
  width: 55%;
  float: right;
  padding-top: 20px;
}

#cartProductImage {
  width: 200px;
  height: 200px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}

#cartProductTitle {
  color: black;
  font-size: 15px;
  margin-bottom: 15px;
  text-align: left;
}

#cartProductPrice {
  position: relative;
  float: left;
  color: #9c9c9c;
  text-align: center;
  font-size: 14px;
  margin-bottom: 25px;
}

#cartSpecs {
  width: 100%;
  float: left;
  height: 50px;
}

.specContainer {
  color: black;
  text-transform: lowercase;
  font-size: 14px;
  width: fit-content;
  float: left;
  margin-right: 25px;
}

.specTitle1 {
  float: left;
  padding-top: 5px;
  font-weight: bold;
  margin-right: 10px;
}

.cartSpecImage {
  float: left;
  width: 26px;
}

.cartNoImageSpec {
  float: left;
  padding-top: 5px;
  margin-right: 10px;
  margin-left: 0px;
}

#cartMessageButtonsWrapper {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}

.cartMessageAceptar {
  display: block;
  float: left;
  width: 140px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
}

.whatsAppWebContainer {
  width: 200px;
  height: 90px;
  position: fixed;
  bottom: -100px;
  right: 20px;
  z-index: 1000;
  transition: bottom 0.1s ease-out, width 0.1s ease-out;
  -moz-transition: bottom 0.1s ease-out, width 0.1s ease-out;
  -webkit-transition: bottom 0.1s ease-out, width 0.1s ease-out;
  -o-transition: bottom 0.1s ease-out, width 0.1s ease-out;
}

.whatsAppWebContainer.open {
  bottom: 10px;
  opacity: 1 !important;
}

.whatsAppWebLogo {
  width: 100%;
  height: 100%;
}

#accountOptions,
#accountOptions1,
#accountOptions2 {
  position: relative;
  float: left;
  width: 94px;
  height: 50px;
  /*overflow: hidden;*/
  font-size: 14px;
  color: white;
  text-align: center;
}

#accountOptions:hover,
#accountOptions1:hover,
#accountOptions2:hover {
  height: 119px;
}

#myProfileUser1,
#myProfileUser2 {
  background-color: white;
  color: #132457;
  width: 150px;
  position: relative;
  overflow: hidden;
  height: 25%;
  line-height: 25px;
  border: 1px solid #03144a;
  border-radius: 9px 9px 0px 0px;
  margin-left: -80px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
}

#myProfileUser {
  background-color: white;
  color: #132457;
  width: 150px;
  position: relative;
  overflow: hidden;
  height: 25%;
  line-height: 25px;
  border: 1px solid #03144a;
  border-radius: 9px 9px 0px 0px;
  margin-left: -80px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
}

#myProfileUser:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#myProfileUser1:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#myProfileUser2:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#logoutUser {
  background-color: white;
  border: 1px solid #03144a;
  border-top: none;
  color: #132457;
  width: 150px;
  position: relative;
  overflow: hidden;
  height: 25%;
  line-height: 25px;
  border-radius: 0px 0px 9px 9px;
  margin-left: -80px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
}

#logoutUser1,
#logoutUser2 {
  background-color: white;
  border: 1px solid #03144a;
  border-top: none;
  color: #132457;
  width: 150px;
  position: relative;
  overflow: hidden;
  height: 25%;
  line-height: 25px;
  border-radius: 0px 0px 9px 9px;
  margin-left: -80px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
}

#logoutUser:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#logoutUser1:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#dialogIconTriangle {
  position: absolute;
  top: 43px;
  right: 38px;
  font-size: 26px;
  z-index: 1;
  display: none;
}

#logoutUser2:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#dialogIconTriangle,
#dialogIconTriangle1,
#dialogIconTriangle2 {
  position: absolute;
  top: 43px;
  right: 38px;
  font-size: 26px;
  z-index: 1;
  display: none;
}

.relatedProductsDiv {
  position: relative;
  width: 550px;
  max-width: 90%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  margin-bottom: 15px;
  display: none;
}

.relatedProductsTitle {
  position: relative;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

.relatedProductsDivSliderContainer {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.relatedProductsDivSlider {
  position: relative;
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.relatedSliderLeftArrow {
  position: absolute;
  top: calc(50% - 8px);
  left: 0px;
  cursor: pointer;
}

.relatedSliderRightArrow {
  position: absolute;
  top: calc(50% - 8px);
  right: 0px;
  cursor: pointer;
}

#footerBottom {
  position: relative;
  width: 100%;
  height: 45px;
  overflow: hidden;
  text-align: center;
}

.rights {
  position: absolute;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 11px;
  text-align: center;
  line-height: 45px;
  pointer-events: none;
}

.byluna {
  display: block;
  height: 100%;
  float: right;
  margin-right: 100px;
}

body .fa,
body .far,
body .fas {
  font-family: "Font Awesome 5 Free" !important;
}

.blockScroll {
  overflow: hidden;
}

#toastMessage {
  position: fixed;
  z-index: 99;
  bottom: 190px;
  right: 4%;
  border-radius: 8px;
  border: 1px solid #03bc6e;
  background: #E5FFF4;
  color: #03bc6e;
  padding: 10px;
  display: none;
}

#toastMessage.toastMessageDelete{
  border: 1px solid rgba(229, 5, 5, 1);
  color: rgba(229, 5, 5, 1);
  background: #FCE6E6;
}

#toastMessageText {
  display: flex;
  align-items: center;
}

#toastMessageText img {
  margin-right: 5px;
}

.hiddenToast {
  display: none;
}

.messageError {
  width: 90%;
  margin-top: 5px;
  font-size: 11px;
  color: var(--error-color);
}

/* Media estructura checkout IPAD */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #alertMessageDivCheckout{
    max-width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .removeWishlistProduct {
    bottom: 105px;
  }

  .productSlide .figureBackground {
    bottom: 90px;
  }

  .figureBackground {
    bottom: 100px;
  }

  .byluna {
    margin-right: 0px;
  }

  html {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
  }

  .centeredContent,
  .widthContainer {
    width: 90% !important;
  }

  .mobileElement {
    display: block !important;
  }

  .desktopElement {
    display: none !important;
  }

  #content {
    min-width: 0px;
  }

  .responsiveElement {
    min-width: 0px !important;
  }

  #loaderDiv {
    position: relative;
    margin: 0px auto;
    top: calc(50% - 20px);
    width: 40px;
  }

  #adminBarDiv {
    top: 70px;
    width: 230px;
  }

  #newOrder {
    margin-top: 24px;
    margin-left: 22px;
    width: 190px;
  }

  #cartMessageDiv {
    width: 90%;
    margin-top: 36%;
    border: 1px solid black;
    height: auto;
    overflow: hidden;
  }

  .alertColumn1,
  .alertColumn2 {
    width: 100%;
  }

  #cartProductImage {
    width: 120px;
    height: 120px;
  }

  #cartProductTitle {
    text-align: center;
  }

  #cartProductPrice {
    text-align: center;
    float: none;
    margin-bottom: 10px;
  }

  #noStockDiv {
    max-width: 90%;
    left: 5% !important;
    height: auto !important;
    overflow: hidden !important;
  }

  #stockRequestNegative {
    margin-top: 15px;
    margin-bottom: 40px;
  }

  #noStockMessage {
    margin-top: 60px;
  }
}

@media (max-width: 1024px) {
  #content {
    max-width: 1024px;
  }

  #alertMessageDivCheckout {
    width: 80%;
  }
}

@media screen and (min-width: 1100px) {
  .addWishlistProduct:hover {
    background-image: url(../../files/heartFilled.svg);
  }

  .remove-WishlistProduct:hover {
    background-image: url(../../files/heart.svg);
  }

  #removeWishlistProduct:hover {
    background-image: url(../../files/heart.svg);
  }
}

@media screen and (max-width: 1100px) {
}

/* File: //css/custom.css */
#customPageTitle {
  position: relative;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 30px;
  text-align: center;
  color: var(--first);
  font-weight: 600;
  margin-top: 20px;
}

.customPageText {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 20px;
  word-break: break-word;
  max-width: 70%;
  margin: 0 auto;
}

.customPageText b {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #customPageTitle {
    text-align: center;
    margin: 0 auto 20px;
    font-size: 20px;
    margin-top: 20px !important;
  }

  .customPageText {
    font-size: 12px;
    width: 80%;
    max-width: 90%;
  }
}

/* File: //css/layouts/variables.css */

/* File: //css/blog/view.css */
.blogMenuContainer {
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.blogParentCategories,
.blogChildCategories {
  width: auto;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.blogParentCategories {
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 25px;
}
.blogChildCategories {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px;
}

.blogCategoryTitle {
  padding: 10px 0 3px;
  margin: 0 10px;
}
.blogTitle {
  text-align: center;
  line-height: 34px;
  margin: 40px auto;
  font-weight: 400;
  display: block;
  font-size: 23px;
  margin-top: 40px;
  text-transform: uppercase;
  line-height: 50px;
}
.blogCategoriesContainer {
  position: relative;
  display: flex;
  border: 1px solid #0000004d;
  /* margin: auto; */
  /* width: 20%; */
  padding: 5px 10px 5px 25px;
  height: 42px;
  border-radius: 40px;
  overflow: hidden;
  text-align: center;
  align-items: center;
  width: 20%;
  min-width: 300px;
  font-size: 15px;
}

.orderByContainer {
  position: relative;
  display: flex;
  border: 1px solid #0000004d;
  /* margin: auto; */
  /* width: 20%; */
  padding: 5px 10px 5px 25px;
  height: 42px;
  border-radius: 40px;
  overflow: hidden;
  text-align: center;
  align-items: center;
  width: 20%;
  min-width: 300px;
  font-size: 15px;
}

select#blogChildCategories {
  border: none;
  width: 100%;
}

select#blogParentCategories {
  border: none;
  width: 100%;
  padding: 15px 0px;
}
.intervaloFilters #blogParentCategories {
  padding: 0 8px;
  margin: 0px;
  height: 100%;
  text-align: center;
  color: #801a2e;
  text-align-last: left;
  background: #ffffff;
  background-image: url(../../files/orderByDropdown.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
  background-size: 15px;
}

.blogMenuContainer.intervaloFilters {
  gap: 40px;
  width: 100%;
}

.intervaloFilters #blogChildCategories {
  padding: 0 8px;
  margin: 0px;
  height: 100%;
  color: #801a2e;
}

.intervaloFilters #orderSelect {
  border: none;
  width: 76%;
  color: #801a2e;
  padding: 0 8px;
  background: #ffffff;
  background-image: url(../../files/orderByDropdown.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 2px) center;
  background-size: 15px;
}
.intervaloFilters #orderSelect option:first-child {
  text-align: left;
}
.intervaloFilters #orderSelect option {
  text-align: center;
}
.intervaloFilters .orderByDropdown {
  width: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.blogCenteredContent {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 80px;
  column-gap: 4%;
  row-gap: 30px;
}
.centeredContent.blogCenteredContent.intervaloBlogs {
  width: 90% !important;
}

.centeredContent.blogCenteredContent[data-blog-id="2"] {
  column-gap: 0;
}
.dataContainer {
  margin-top: 15px;
  font-size: 15px;
  line-height: 19px;
}
.blogPostRegular {
  width: 100%;
}
.activityViewMore {
  color: #801a2e;
  font-size: 18px;
  margin-bottom: 5px;
}
.activityViewMore:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.blogCenteredContent .news.blogPostRegular:nth-child(3n-1) {
  border-left: none;
  border-right: none;
  border-color: rgb(205 205 205);
}
.constructionMessageDiv {
  width: 90%;
  max-width: 760px;
  margin: 39px auto;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.blogPostRegular .postPreviewFile {
  width: 100%;
  display: block;
  height: auto;
}

.blogPostDate {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}

.blogPostTitle {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 400;
}
.blogPostSubtitle {
  margin-bottom: 5px;
  font-weight: bold;
}
.blogCategories {
  display: flex;
  align-items: center;
  margin: 40px 0;
  justify-content: center;
}
.blogCategories .blogCategoryTitle {
  width: fit-content;
  margin: auto;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  position: relative;
}
.blogCategoryTitle.selected {
  text-decoration: underline 2px solid #952634;
  text-underline-offset: 5px;
}
@media screen and (max-width: 1100px) {
  .blogCenteredContent {
    grid-template-columns: repeat(3, 1fr);
    width: 90%;
  }
  .blogMenuContainer {
    width: 90%;
  }
  .blogTitle {
    margin-bottom: 30px;
  }
  .blogParentCategories {
    margin-bottom: 15px;
  }
  .blogCategoryTitle {
    padding: 13px 0 2px;
  }

  .constructionMessageDiv {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .blogCenteredContent {
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
    gap: 25px;
  }
  .centeredContent.blogCenteredContent.intervaloBlogs {
    width: 85% !important;
  }
  .blogMenuContainer {
    flex-direction: column;
  }
  .intervaloFilters .blogCategoriesContainer,
  .intervaloFilters .orderByContainer {
    width: 85%;
    max-width: 400px;
  }
  .blogMenuContainer.intervaloFilters {
    gap: 20px;
  }
  .blogCategories {
    display: grid;
    gap: 20px;
    margin: 30px 0;
    text-align: center;
    justify-items: center;
  }
  .blogCenteredContent {
    width: 85% !important;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .blogCenteredContent {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .blogCategories .blogCategoryTitle:hover {
    text-decoration: underline 2px solid #952634;
    text-underline-offset: 5px;
  }
}

/* File: //css/blog/customView.css */
.workshopsContentContainer {
  position: relative;
  width: 90%;
  margin: auto;
  height: auto;
  overflow: visible;
  margin-top: 50px;
  /* display: flex; */
  justify-content: center;
}

.workshopsContainer {
  position: relative;
  width: 90%;
  margin: auto;
  height: auto;
  overflow: hidden;
  display: grid;
  grid-gap: 0%;
  grid-template-columns: repeat(3, 1fr);
  margin: 50px auto;
  row-gap: 50px;
  column-gap: 3%;
}

.workshopsContainer.home,
.workshopsContainer.item {
  width: auto;
  flex: 1;
  margin: auto;
  margin-top: 0;
  overflow: visible;
  margin-bottom: 50px;
}

.workshopsContainer.item {
  border: none;
}

.subscribeContainer {
  width: 50%;
  position: relative;
  margin: auto;
  padding-right: 1%;
  margin-top: 28px;
  height: auto;
}

.subscribeTitle {
  position: relative;
  width: 100%;
  line-height: 20px;
  margin: 10px auto;
  font-size: 24px;
  margin-bottom: 49px;
}

.workshopWrapper {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
}

.workshopWrapper.inactive {
  /* pointer-events: none;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    opacity: 0.5; */
}

.workshop {
  position: relative;
  width: 90%;
  margin: auto;
  height: auto;
  overflow: hidden;
  font-size: 14px;
  margin-top: 0;
}

.workshopCategory {
  position: relative;
  font-size: 14px;
  color: #801a2e;
  width: 100%;
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
}

.ticketEventTop {
  display: flex;
  align-items: center;
  font-family: "futura";
  color: #801a2e;
  font-weight: 400;
}

.workshopImage {
  position: relative;
  background-size: cover;
  width: 100%;
  height: auto !important;
  margin-bottom: 15px;
}

.ticketEventsContainer {
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 3rem;
  width: 100%;
}
.ticketEventsContainer h2 {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  width: fit-content;
}
.sectionTitle {
  font-size: 23px;
  margin-top: 40px;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
}

.workshopTitle,
.workshopByUser {
  position: relative;
  width: 90%;
  height: auto;
  line-height: 30px;
  font-size: 22px;
  /* font-weight: bold; */
  overflow: hidden;
  margin: auto;
  margin-left: 0;
  /*   text-transform: uppercase; */
}

.workshopTitle {
  margin-top: 8px;
  font-family: "Futura";
  font-size: 22px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
}

.workshopByUser {
  margin-bottom: 15px;
  font-size: 16px;
  margin-top: 0;
}

.ticketEventBox {
  display: flex;
  width: 78%;
  align-items: center;
  justify-content: center;
  gap: 40px;
  height: 42px;
  margin: 2rem auto 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.widthContainer {
  width: 90% !important;
  font-family: "Galliard";
}

.ticketEventStatusContainer {
  border: 1px solid #0000004d;
  border-radius: 40px;
  width: 100%;
  height: 42px;
}

.ticketEventFiltersContainer {
  border: 1px solid #0000004d;
  border-radius: 40px;
  height: 42px;
  display: flex;
  width: 100%;
}

.ticketEventsFilters {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  font-size: 15px;
  height: 42px;
}

.ticketEventCategoriesContainer {
  border: 1px solid #0000004d;
  border-radius: 40px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 15px;
}

.ticketEventCategoriesContainer select {
  width: 100%;
  border: none;
  text-indent: 10px;
  color: #801a2e;
  text-align: center;
  text-align-last: left;
}
.ticketEventCategoriesContainer select option {
  font-family: "futura";
  font-weight: 500;
}

.ticketEventsStatusFilters {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  font-size: 15px;
  height: 42px;
}

.workshopFrom,
.workshopWhen,
.workshopEnrollmentStatus {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: auto;
  line-height: 20px;
  font-size: 18px;
  font-family: var(--font-family-2) !important;
  margin-bottom: 15px;
}

.workshopFrom {
  margin-bottom: 5px;
}

.workshopSummary {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 15px auto;
  line-height: 20px;
  line-height: 22px;
  font-family: var(--font-family-2) !important;
}

.workshopAuthor {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 20px auto;
  font-family: var(--font-family-2) !important;
}

.formInput {
  position: relative;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid black;
  color: #801a2e;
  height: 35px;
  font-family: "Galliard Pro" !important;
  margin: 15px auto;
}

.formInput::placeholder {
  color: #808080;
}

textarea.formInput {
  width: calc(100% - 30px);
  padding-left: 15px;
  padding-right: 15px;
  height: 200px;
  resize: none;
}

.subscribe.customButton {
  padding: 0;
  width: 100%;
  margin: 20px auto;
}

.formInputContainer {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 15px;
}

.formInputContainer .formInput {
  margin: auto;
  border: none;
}

.formInputTitleContainer {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: flex;
  justify-content: space-around;
}

.formInputTitle {
  position: relative;
  margin: auto;
  margin-left: 0;
  width: 100%;
  font-family: "Galliard Pro" !important;
  border-bottom: 1px solid black;
}

.selectTriangle {
  position: absolute;
  height: 10px;
  width: 10px;
  margin: auto;
  right: 5px;
  background-image: url(/files/triangle.png);
  bottom: -20px;
  pointer-events: none;
}

.inactiveWorkshops {
  position: relative;
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: auto;
  margin-bottom: 50px;
}

.inactiveWorkshop {
  position: relative;
  height: auto;
  width: 100%;
  border-top: 1px solid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10%;
}

.workshopAttribute {
  position: relative;
  width: 100%;
  line-height: 30px;
  text-align: left;
  font-size: 16px;
  margin-top: 0;
}

.workshopCategory.workshopAttribute {
  color: #801a2e;
}

.sectionTitle {
  margin-bottom: 80px !important;
  font-size: 40px;
}

.worksShopStateContainer {
  position: relative;
  width: 80%;
  grid-template-columns: auto auto;
  display: flex;
  margin: auto;
  height: auto;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 15px auto;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 40px;
}

.stateTitle {
  font-family: var(--font-family-2) !important;
  text-align: center;
}

.worksShopState {
  position: relative;
  display: flex;
  border: 1px solid #0000004d;
  /* margin: auto; */
  /* width: 20%; */
  padding: 5px 10px 5px 25px;
  height: 37px;
  border-radius: 40px;
  overflow: hidden;
  text-align: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 90px);
  min-width: 220px;
}

.workshopEnrollmentStatus {
  margin-top: 10px;
  color: #801a2e;
}

.formStateInput {
  position: relative;
  width: 100%;
  height: auto;
  /* margin: auto 40px; */
  text-align: left;
  font-family: var(--font-family-2) !important;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: #801a2e;
  text-indent: 10px;
  text-align: center;
  text-align-last: left;
}

.processGalleryContainer {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 40px;
}

.processGalleryImageContainer {
  position: relative;
  width: 60vw;
  height: 40vw;
  float: left;
  margin: auto 3vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.processGalleryImage {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.processGalleryImageCaption {
  position: relative;
  width: 80%;
  margin: 10px auto;
  text-align: center;
  height: auto;
  font-family: "Galliard Pro" !important;
  font-size: 18px;
}

.processGalleryArrows {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.arrow {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
}

.arrow.next {
  cursor: url("/files/nav_next.svg"), auto;
}

.arrow.previous {
  cursor: url("/files/nav_prev.svg"), auto;
}

.sectionTitle.gallery {
  font-size: 50px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .workshopsContentContainer {
    display: block;
    margin-top: 12px;
    width: 85%;
  }

  .ticketEventBox {
    flex-direction: column;
    width: 80%;
    margin-top: 7rem;
    margin-bottom: 8rem;
    gap: 20px;
  }

  .ticketEventFiltersContainer {
    width: 100%;
  }

  .ticketEventCategoriesContainer {
    width: 100%;
  }

  .ticketEventStatusContainer {
    width: 100%;
  }

  .ticketEventContainer.workshop {
    width: 100%;
  }

  .worksShopStateContainer {
    width: 90%;
  }

  .workshopsContainer {
    grid-template-columns: auto;
  }

  .workshopsContainer.home {
    border-right: 0px solid black;
  }

  .ticketEventsContainer {
    grid-template-columns: 1fr;
    gap: 4rem 3rem;
    width: 100%;
  }

  .subscribeContainer {
    width: 100%;
    margin: auto;
    margin-bottom: 70px;
  }

  .formInputContainer,
  .formInput {
    width: 100%;
  }

  .workshopTitle,
  .workshopByUser {
    font-size: 17px;
    line-height: 26px;
  }

  .workshopFrom,
  .workshopEnrollmentStatus,
  .workshopWhen {
    font-size: 16px;
  }

  .sectionTitle {
    margin-bottom: 20px !important;
    font-size: 25px;
  }

  .processGalleryImageContainer {
    width: 80vw;
    height: 60vw;
    margin: auto 2vw;
  }

  .processGalleryImageCaption {
    font-size: 14px;
  }

  .processGalleryImage.slick-slide {
    width: 75vw;
    margin: auto 15px;
  }

  .sectionTitle.gallery {
    font-size: 25px;
  }
  .activityViewMore {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}

/* File: //css/layouts/header.css */
:root {
  --background-color-1: transparent;
  --background-color-2: #a2122e;
  --background-color-3: white;
  --black: #000;
  --white: #fff;
  --first: #801b2d;
  --second: #a2122e;
  --color-1: black;
  --color-2: white;
  --lighter-base: #cfcfcf;
  --font-family: "Futura";
  --font-family-2: "Galliard";
}

* {
  font-family: var(--font-family-2);
  box-sizing: border-box;
}

body {
  text-rendering: geometricPrecision;
}

.tr-2 {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.outerCircle {
  padding: 1px;
  border-radius: 50%;
  border: solid 1px black;
  height: 10px;
  top: 10px;
  margin-right: 0px;
  width: 10px;
  background: white;
  position: absolute;
}

.areaDescription {
  text-align: center;
  display: none;
  position: relative;
  height: 45px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #a2122e;
}

.areaTitle {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}

.areaSubtitle {
  font-size: 17px;
  line-height: 20px;
}

#searchSite {
  float: left;
  display: inline-block;
  margin-left: 22px;
  height: 100%;
  letter-spacing: 0px;
  line-height: 40px;
  font-size: 14px;
  width: calc(100% - 140px);
  margin-top: 0;
  background: transparent !important;
  font-family: var(--font-family-2);
  padding-left: 8px;
}
.searchSiteImg,
.searchSiteImg2 {
  position: absolute;
  right: 26px;
  top: 15px;
  width: 17px;
  cursor: pointer;
}

.searchSite2 {
  max-width: 396px;
}

#profileDiv #signOut {
  height: 30px;
  line-height: 30px;
  pointer-events: all;
  margin: 0;
  padding: 0 10px;
}

.headerHoverOptions {
  position: absolute !important;
  height: 0;
  left: -18px;
  width: fit-content;
  overflow: hidden;
  background-color: white;
  display: flex;
  justify-content: center;
  color: black;
  flex-direction: column;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.headerHoverOption {
  position: relative;
  width: max-content;
  margin: auto;
  text-align: left;
  height: 30px;
  margin-left: 0;
  margin-bottom: 5px;
  padding: 15px;
  padding-top: 0;
}

.headerOption:hover .headerHoverOptions {
  padding-top: 0px;
  height: auto;
  overflow: visible;
}

.hoverOptions {
  position: absolute;
  height: 0;
  width: fit-content;
  opacity: 0;
  right: -27px;
  z-index: 5;
  transition: all 0.2s ease-out;
  display: block;
  overflow: hidden;
  border: 1px solid #0000002e;
  background: var(--white);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: fit-content;
}

.hoverOptions a {
  width: 100px;
  margin: 0;
  line-height: 30px;
  text-align: center;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.collaboratorContainer {
  width: 20%;
  margin: 2%;
}

.shortDescription {
  margin-bottom: 10px;
}

body {
  color: black;
  font-weight: 300;
}

#content {
  min-height: calc(100vh - 150px);
  min-width: unset;
  margin: auto;
}
#backHome {
  background: var(--first);
  border-color: var(--first);
}
#backHome:hover {
  color: var(--first);
}
.headerImage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background-size: cover;
  margin: auto;
  display: none;
}

.headerImage.show {
  display: block;
}

.headerImageShadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
nav.categoriesContainer {
  display: flex;
  height: 50px;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.headerImage.dummy {
  position: relative;
  height: 150px;
  opacity: 0;
}
#headerDummy {
  height: 171px;
  margin-top: 0px;
}
.headerOption:hover {
  border: none;
}
.header {
  border-bottom: none;
}
.header {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 6;
  background-color: var(--background-color-1);
  color: var(--color-1);
  font-size: 22px;
  font-family: var(--font-family-2);
  border-bottom: 1px solid #00000030;
}

.header .headerPromo {
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  height: 30px;
  overflow: hidden;
  font-family: var(--font-family);
  font-weight: 500;
}
#header.white {
  color: var(--color-2);
}

.topHeader {
  position: relative;
  width: 95%;
  height: 78px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}

.goToSection.group {
  margin-bottom: 30px;
}

.goToSection {
  position: relative;
  width: auto;
  text-align: center;
  margin: auto;
  font-size: 16px;
  line-height: 25px;
  height: 25px;
  font-family: (--font-family-2);
  cursor: pointer;
  display: block;
}

.goToSection span {
  color: #7a182f;
  font-family: (--font-family-2);
}

.headerLogo {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  margin-left: 37px;
  left: 0px;
  background-image: url("../../files/logo.svg");
  background-repeat: no-repeat;
}

#header.white .headerLogo {
  background-image: url("../../files/logoAlt.svg");
}

#leftHeaderOptions .menuButton {
  margin: auto 32px;
}

#leftHeaderOptions {
  display: none;
}

#searchSite.searchSite,
.searchSite {
  position: absolute;
  /* margin: auto; */
  height: 48px;
  line-height: 34px;
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 15px;
  /* background-image: url(/files/search.png); */
  text-indent: 20px;
  border-radius: 50px;
  border: 1px solid gray;
  width: 38%;
  /* max-width: 600px; */
  letter-spacing: 0;
  left: calc(50% - 19%);
  color: var(--color-1) !important;
  background-color: var(--background-color-1) !important;
  font-family: (--font-family-2);
  /* margin-left: 25px; */
  box-sizing: border-box;
}

#searchSite.searchSite::placeholder,
.searchSite::placeholder {
  color: var(--color-1) !important;
}

#header.white .searchSite {
  color: var(--color-2) !important;
  border: 0.5px solid var(--color-2);
  padding-top: 1px;
}

#header.white .searchSite::placeholder {
  color: var(--color-2) !important;
}

#rightHeaderOptions {
  position: relative;
  display: flex;
  font-size: 22px;
  height: 21px;
}
#accountOptions:hover,
#accountOptions1:hover,
#accountOptions2:hover {
  height: 50% !important;
}
#rightHeaderOptions > div,
#rightHeaderOptions > a {
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  margin-right: 10px;
  display: flex;
  height: auto;
  position: relative;
}
#rightHeaderOptions #profileDiv {
  height: 28px;
}

#accountOptions #logoutUser {
  background-color: white;
  border: 1px solid var(--black);
  color: var(--black);
  width: 125px;
  top: 28px;
  position: relative;
  overflow: hidden;
  height: 25px;
  line-height: 25px;
  border-radius: 0px 0px 9px 9px;
  margin-left: -54px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
}
#accountOptions #myProfileUser:hover,
#accountOptions #logoutUser:hover {
  font-weight: 500;
  background-color: var(--black);
  color: var(--white);
  opacity: 1;
}
#rightHeaderOptions #accountOptions,
#accountOptions1,
#accountOptions2 {
  position: relative;
  float: left;
  width: 21px;
  height: 15px;
  overflow: hidden;
  font-size: 14px;
  color: white;
  text-align: center;
  flex-direction: column;
  margin-top: 17px;
}
#dialogIconTriangle,
#dialogIconTriangle1,
#dialogIconTriangle2 {
  position: absolute;
  top: 8px;
  right: 3px;
  font-size: 26px;
  z-index: 1;
  display: none;
  color: black;
}
#accountOptions #myProfileUser {
  background-color: white;
  color: var(--black);
  width: 125px;
  position: relative;
  overflow: hidden;
  height: 25px;
  line-height: 25px;
  border: 1px solid var(--black);
  border-radius: 9px 9px 0px 0px;
  margin-left: -54px;
  display: none;
  top: 13px;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
}

#rightHeaderOptions .wishListProductsDiv .wishListQuantity,
#headerCart .cartAmount {
  margin: 0;
}

.headerCart img,
.heart,
.profile {
  height: 21px;
}

.bottomHeader {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 40px;
  /* margin: 25px auto; */
  margin-top: 15px;
}

.bottomHeaderMainOptions,
.bottomHeaderSecondaryOptions {
  position: relative;
  height: auto;
  line-height: 35px;
  margin: auto;
  display: flex;
  justify-content: center;
  width: 90%;
  font-size: 15px;
  flex-wrap: wrap;
}

.headerOptionContainer {
  height: 50px;
  padding: 0;
  padding-bottom: 0;
  text-indent: 0;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-evenly;
  /* margin: 0 auto; */
  box-sizing: content-box;
  padding-bottom: 20px;
}

.bottomHeaderSecondaryOptions {
  margin-top: 10px;
}

.headerOptionsSeparator {
  border-right: 1px solid black;
  margin-top: 10px;
  margin-bottom: 10px;
}

.headerOption {
  display: flex;
  position: relative;
  width: 100%;
  font-size: 16px;
  text-align: center;
  font-family: var(--font-family-2);
  cursor: pointer;
  text-indent: 0;
  line-height: 20px;
  /* max-width: 80px !important; */
}
.headerOption:hover {
  border-bottom: 2px solid #952634;
}

.headerOption.tienda {
  font-style: italic;
  pointer-events: none;
}

.headerOptionDropDown {
  background-color: #afafaf;
  padding: 20px;
  position: absolute;
  color: white;
  z-index: 2;
  /* min-height: 112px; */
  font-family: var(--font-family-2);
  display: none;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 50px;
  top: 60px;
  padding-bottom: 20px;
}

.headerOptionDropDown.intervalo {
  padding-right: 60px;
  padding-left: 50px;
}

.headerOptionDropDown.intervalo {
  margin-left: 2vw;
}
.extendedRight {
  position: absolute;
  left: 100%;
  /* height: 140px; */
  /* min-height: 112px; */
  top: 0px;
  border-radius: 0px 10px 10px 0px;
  background: #7b7b7b;
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
  width: 445px;
  flex-wrap: wrap;
  height: 130px;
  flex-direction: column;
  align-content: space-between;
  display: none;
  font-size: 14px;
  box-sizing: content-box;
}
.libros .headerOptionDropDown {
  margin-left: 0;
  margin-right: 40px;
  padding-right: 40px;
  padding-left: 40px;
  left: -5vw;
}

.left {
  padding-right: 40px;
  border-right: 1px solid white;
  display: flex;
  flex-direction: column;
  font-size: 15px;
}
.plusArrowMainMenuOptions {
  width: 25%;
  text-align: right;
  padding-right: 10%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dropDownItem {
  font-family: var(--font-family-2);
  line-height: 25px;
  /* margin-top: 10px; */
  width: fit-content;
  text-underline-offset: 5px;
  cursor: pointer;
  height: 30px;
  display: flex;
  position: relative;
  line-height: 15px;
  padding-top: 5px;
  text-wrap: nowrap;
  padding-bottom: 5px;
  box-sizing: content-box;
  font-size: 14px;
}
.extendedRightItem {
  font-family: var(--font-family-2);
  line-height: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  width: 130px;
  line-height: 15px;
  height: fit-content;
  height: 30px;
  padding: 5px 0px 5px 0px;
  display: block;
}

.right {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
}

.dropDownItem:hover {
  /* text-decoration: underline; */
}

.extendedRightItem:hover {
  /* border-bottom: 1px solid white; */
  /* color: #bfbfbf; */
  text-decoration: underline;
}

.headerOptionDropDown:hover {
}

.categoriasDropDownItem:first-child:hover .extendedRight {
  display: flex !important;
}

.secondCategoryContainer {
  position: absolute;
  display: flex;
  flex-direction: column;
  display: none;
}

.headerOptionsContainer {
  display: flex;
}

.dropDownItem:hover {
  /* text-decoration: underline; */
}

.headerOptionContainer:hover .secondCategoryContainer {
  display: flex;
}

.headerOptions.cl-effect-4 {
  display: flex;
  justify-content: space-between;
  height: 50px;
  width: 62%;
  margin: 0 auto;
  max-width: 1200px;
}

.headerLink {
  width: fit-content;
  margin: auto;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  position: relative;
}
.headerLink:nth-child(5)::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #000;
  right: -20.5px;
  top: -8px;
  height: 30px;
}

.categoryColumn {
  width: 100%;
  position: relative;
  float: left;
  box-sizing: border-box;
  height: auto;
  /* padding: 2rem; */
  background: #b8b8b8;
  padding-top: 12px;
}

.categoryFourColumn {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  flex-direction: column;
  background: #b8b8b8;
  /* width: 100%; */
  /* height: 100%; */
  border-radius: 0px 10px 10px 00px;
  /* padding: 2rem 3rem; */
  min-width: 150px;
  box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 12px;
}

.categoryLevelFourContainer {
  width: 100%;
  color: #000;
}

.categoryLevelFourTitle {
  position: relative;
  font-size: 15px;
  width: max-content;
  font-weight: 400;
  line-height: 25px;
  /* padding: .5rem; */
  font-family: (--font-family-2);
  /* padding-left: 1rem; */
  display: flex;
  /* margin-left: .5rem; */
  color: white;
  align-items: center;
  margin: 0.5rem 2rem;
  /* padding-right: 40px; */
}

.categoriesMenuContainer {
  width: 100%;
}

.categoryThreeColumn {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  flex-direction: column;
  background: #b8b8b8;
  /* width: 100%; */
  /* height: 100%; */
  border-radius: 0px 10px 10px 00px;
  /* padding: 2rem 3rem; */
  min-width: 150px;
  box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 12px;
}

.categoryLevelThreeContainer {
  width: 100%;
  color: #000;
}

.categoryLevelThreeContainer::after {
  width: 1px;
  position: absolute;
  height: 80%;
  background: white;
  content: "";
  top: 10%;
  left: 0;
}

.categoryLevelThreeTitle {
  position: relative;
  font-size: 15px;
  width: max-content;
  font-weight: 400;
  line-height: 25px;
  /* padding: .5rem; */
  font-family: (--font-family-2);
  /* padding-left: 1rem; */
  display: flex;
  /* margin-left: .5rem; */
  color: white;
  align-items: center;
  margin: 0.5rem 2rem;
  /* padding-right: 40px; */
}

.categoryLevelTwoTitle {
  font-size: 15px;
  width: fit-content;
  line-height: 25px;
  display: block;
  box-sizing: border-box;
  text-align: left;
  color: white;
  margin: 0.5rem 2rem;
}

.categoryLevelTwoContainer {
  position: relative;
  display: flex;
  align-items: center;
  font-family: (--font-family-2);
}

.secondCategoryContainer {
  /* padding: 20px; */
  z-index: 2;
  background: #b8b8b8;
  align-items: baseline;
  color: white;
  border-radius: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.secondCategoryContainer .headerOption:not(:last-child) {
  margin-bottom: 24px;
  font-size: 14px;
}

.headerOption.selected {
  /* color: var(--background-color-2); */
}

.headerOption.stayOpaque:hover {
  opacity: 1 !important;
}

.headerOption.selected {
  border-bottom: 2px solid #952634;
}

.alertMessageDiv {
  position: relative;
  margin: 0px auto;
  margin-top: 10%;
  padding-bottom: 40px;
  width: 370px;
  background-color: white;
  border: none;
  padding-top: 20px;
  border-radius: 0;
}

.alertMessageAceptar {
  position: relative;
  margin: auto;
  width: 200px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 50px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  border: 1px solid;
  transition: all 0.2s ease-out;
  background-color: white;
  color: #7a182f;
}

.alertMessageAceptar:hover {
  border-color: #7a182f !important;
  background-color: #7a182f !important;
  color: white !important;
  opacity: 1 !important;
}

.alertMessageClose {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 22px;
  height: 22px;
  color: white;
  text-align: center;
  font-size: 18px;
  line-height: 19px;
  cursor: pointer;
  border-radius: 29px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7a182f;
  color: white;
}

.alertMessageMessage {
  font-size: 15px;
  margin-top: 60px !important;
  font-family: (--font-family-2);
}

.alertMessageLogo {
  display: block;
  position: relative;
  width: 130px;
  top: 20px;
  max-height: 103px;
  width: auto !important;
  margin: auto;
}

#cartMessageButtonsWrapper {
  display: flex;
  width: 90%;
  margin: auto;
  float: none;
  margin-bottom: 20px;
}

.cartMessageAceptar {
  text-transform: uppercase;
  width: 40%;
  margin: auto;
  padding: 0;
  font-size: 11px;
}

#cartMessageDiv {
  height: 240px;
  width: 420px;
  overflow: visible;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: auto;
}

#cartMessageMessage {
  margin-bottom: 20px;
  margin: 30px auto !important;
  font-size: 18px;
  line-height: 24px;
}

.whatsAppWebContainer {
  width: 60px;
  height: auto;
  right: 30px;
  z-index: 18;
}

.whatsAppWebContainer.open {
  bottom: 30px;
}

.menuButton {
  width: 22px;
  height: 20px;
  position: relative;
  float: left;
  margin-top: 25px;
  margin-left: 25px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#fastAddToCartPopup {
  display: none;
  background-color: #a2122e;
  color: white;
  width: auto;
  position: fixed;
  right: 0;
  top: 96px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  height: 43px;
  line-height: 43px;
  font-family: (--font-family);
  z-index: 10;
  padding: 0px 15px;
  padding-right: 5%;
}

#fastAddToCartPopup.visible {
  display: block;
}
.menuButton span {
  display: block;
  position: absolute;
  height: 1.7px;
  width: 54%;
  background: var(--color-1);
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.menuButton span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

.menuButton span:nth-child(1),
.menuButton span:nth-child(2) {
  top: 0px;
}
.menuButton span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.menuButton span:nth-child(3),
.menuButton span:nth-child(4) {
  top: 7px;
}

.menuButton span:nth-child(5),
.menuButton span:nth-child(6) {
  top: 14px;
}

.menuButton.open span:nth-child(1),
.menuButton.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menuButton.open span:nth-child(2),
.menuButton.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menuButton.open span:nth-child(1) {
  left: 0px;
  top: 7px;
}

.menuButton.open span:nth-child(2) {
  left: calc(50% - 4px);
  top: 7px;
}

.menuButton.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.menuButton.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.menuButton.open span:nth-child(5) {
  left: 0px;
  top: 14px;
}

.menuButton.open span:nth-child(6) {
  left: calc(50% - 4px);
  top: 14px;
}

.sectionTitle {
  font-size: 23px;
  margin-top: 40px;
  margin-bottom: 20px !important;
}
.sectionTitle:first-child {
  font-size: 23px;
  margin-top: 40px;
  margin-bottom: 20px !important;
}

.sectionSubTitle {
  font-size: 20px;
}

.sectionTitle,
.sectionSubTitle {
  position: relative;
  width: 50%;
  height: auto;
  line-height: 50px;
  margin: 15px auto;
  text-align: center;
  font-size: 23px;
  margin-top: 40px;
  margin-bottom: 20px !important;
  text-transform: uppercase;
}

.sectionSubTitle {
  font-size: 20px;
}

.newsSummery img {
  width: 100%;
}

.newsSummary img {
  max-width: 100%;
}

.newsContainer {
  position: relative;
  width: 90%;
  margin: auto;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 50px auto;
}
.newsBox {
  display: grid;
  grid-template-columns: 25% 25% 50%;
  margin-bottom: 3rem;
}
.newsBox:nth-child(even) {
  display: grid;
  grid-template-columns: 50% 25% 25%;
  margin-bottom: 3rem;
}

.newsRow {
  position: relative;
  width: 100%;
  grid-gap: 0%;
  grid-auto-flow: column;
  height: auto;
  overflow: hidden;
  display: grid;
  margin: 50px auto;
}

.articleRow {
  row-gap: 50px;
}

.newsRow:nth-child(odd) {
  grid-auto-columns: 25% 25% 50%;
}

.newsRow:nth-child(even) {
  grid-auto-columns: 50% 25% 25%;
}

.newsRow.even-size {
  grid-auto-columns: 25% 25% 25% 25%;
}

.newsWrapper {
  position: relative;
  width: calc(100% - 40px);
  height: auto;
  padding: 0px 20px;
}

.newsWrapper:not(.noBorder):nth-child(2n) {
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: rgb(205 205 205);
}

.news {
  position: relative;
  width: 100%;
  margin: auto;
  margin-top: 0px;
  overflow: hidden;
  height: 100%;
  font-size: 14px;
  padding: 0px 20px;
}

.newsCategory {
  position: relative;
  font-size: 13px;
  color: #a2122e;
  width: 100%;
  height: 25px;
  line-height: 25px;
  margin: 10px auto;
  margin-top: 0px;
  font-family: "Galliard";
  font-weight: 400;
  text-transform: lowercase;
}

.newsImage {
  position: relative;
  background-size: cover;
  width: 100%;
  height: auto !important;
}

.newsTitle {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 24px;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  margin: 10px auto;
  font-family: "Futura";
}

.newsSummary {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 15px auto;
  margin-top: 0px;
  line-height: 18px;
  font-family: var(--font-family-2) !important;
}

.imageCaption {
  position: relative;
  font-size: 12px;
  margin-top: 10px;
  text-align: left;
  font-family: var(--font-family-2) !important;
}

.shortDescription {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 18px;
  color: #a2122e;
  line-height: 20px;
  line-height: 22px;
  font-family: var(--font-family-2) !important;
}

.newsAuthor {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 20px auto;
  margin-bottom: 0px;
  font-family: var(--font-family-2) !important;
}

body.overflowHidden {
  overflow: hidden;
}

.mainMenu {
  position: fixed;
  left: -100%;
  top: 172px;
  min-height: 100vh;
  width: 100vw;
  /* width: 0; */
  background-color: white;
  z-index: 5;
  display: flex;
  flex-direction: column;
  color: var(--black);
  transition: all 0.3s ease-out;
}

.mainMenu.open {
  /* min-height: 100vh; */
  /* width: 100vw; */
  left: 0;
  top: 150px;
  top: 172px;
}

.mainMenuOptions {
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
  /* margin: 10%; */
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: -100vw;
  transition: all 0.3s ease-out;
}

.mainMenu.open .mainMenuOptions {
  left: 0;
}

.mainMenuOption {
  position: relative;
  width: auto;
  margin: auto;
  /* min-height: 50px; */
  font-family: var(--font-family-2) !important;
  font-size: 39px;
  /* min-height: 37px; */
  line-height: 48px;
  margin: 0px auto;
}

.customButton {
  position: relative;
  margin: 20px auto;
  width: fit-content;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 50px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  color: var(--black);
  border: 1px solid var(--black);
  background: var(--white);
  transition: all 0.2s ease-out;
  font-family: var(--font-family);
  font-weight: 400;
}

.customButton:hover {
  border-color: var(--first);
  background-color: #7a182f;
  color: white;
}
a.customButton {
  display: block;
}

em {
  font-style: italic;
}

.pagesNavigation {
  position: relative;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 23px;
  display: flex;
  margin: 80px auto;
  align-items: center;
  justify-content: center;
}

.pagesNavigation a,
.numbers {
  position: relative;
  height: 100%;
  width: fit-content;
  margin: auto 10px;
  cursor: pointer;
}

.numbers {
  display: flex;
  justify-content: center;
  margin: auto 0;
}

.pagesNavigation .button {
  margin: auto 20px;
}

.pageNumber {
  color: #808080;
  margin: auto 10px;
}

.pageNumber.selected {
  color: #a2122e;
}

.pagesNavigation * {
  font-family: var(--font-family-2);
}

.arrowDown {
  position: absolute;
  right: 14px;
  width: 15px;
  height: 7px;
}

#header.white .searchSite::placeholder {
  margin-top: 20px;
}

.newsSummary p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: var(--font-family-2) !important;
}

#signInFixedContainer.noGuest #signInUser {
  margin-top: 0;
}

#signInFixedContainer.noGuest #signGuest {
  display: none;
}

#articlesContainer {
  display: grid;
  position: relative;
  width: 90%;
  grid-gap: 0%;
  height: auto;
  margin: 50px auto;
  grid-template-columns: repeat(auto-fill, 25%);
  row-gap: 50px;
  justify-content: center;
}

#articlesContainer.noGap {
  grid-column-gap: 0;
}

.searchSite2.headerMobileSearch {
  position: relative;
  height: 30px;
  margin: auto;
  width: 70%;
  margin-bottom: 15px;
  font-size: 15px;
}

/* colores de ViewSubscritpion */
#communitySection,
#contactButton,
.frequencyButton:hover,
.frequencyButton.selected {
  background-color: #a2122e;
}

#benefitsList,
.benefitButton {
  color: #a2122e;
}

.subscribeButton {
  border: 2px solid #a2122e;
  background-color: #a2122e;
}

#contactButton:hover {
  color: #a2122e;
  border: 1px solid #a2122e;
}

/* Menú principal */
.expandedCategoryContainer {
  display: none;
  position: absolute;
}
.expandedCategory {
  display: -ms-grid;
  display: grid;
  justify-content: space-around;
  background-color: #afafaf;
  padding: 20px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  border-radius: 5px;
  margin-top: 30px;
}
.expandedCategory.expandedCategoryColumns {
  grid-template-columns: auto auto;
}
.expandedCategory.expandedCategoryColumn {
  grid-template-columns: 1fr;
}

.expandedCategory.expandedCategoryColumns .menuSubcategory:nth-child(odd) {
  border-right: 1px solid #fff;
}

.categoryTwoTilte {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 0px 35px;
  line-height: 35px;
  font-size: 15px;
  text-underline-offset: 5px;
}

.categoriesLevelThree {
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #7b7b7b;
  color: #fff;
  width: 100%;
  display: none;
  z-index: 10;
  padding: 20px 35px;
  border-radius: 0px 10px 10px 0px;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  column-gap: 35px;
}

.categoryThreeTilte {
  text-decoration: none;
  color: #fff;
  line-height: 35px;
  font-size: 15px;
  text-underline-offset: 5px;
}
.profileDiv .hoverOptions {
  top: 30px;
}
.bkg {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  background: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 50;
}

.bkg.openFilter {
  opacity: 0.5;
  display: block;
}

@media screen and (max-width: 1100px) {
  .headerOptions.cl-effect-4 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .headerLogo {
    height: 50px;
    width: 50px;
    margin: 0px;
    position: absolute;
    left: calc(50% - 25px);
  }
  .searchSite {
    display: none;
  }
  .news {
    height: auto;
    padding: 0px;
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    height: auto;
    overflow: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .plusArrowMainMenuOptions {
    width: 25%;
    text-align: right;
    padding-right: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .headerOption {
    text-align: left;
    width: 90%;
    margin: 0px;
    padding-left: 10%;
  }
  .mainMenuOption,
  .headerOption {
    font-size: 18px !important;
    margin-top: 7px;
    margin-bottom: 8px;
    width: 100%;
    justify-content: space-between;
    max-width: unset !important;
    line-height: 20px;
  }

  .headerOption.selected {
    border: none;
  }

  .headerOptionsSeparator {
    border-right: none;
    border-bottom: 1px solid #0000005c;
    width: 80%;
    margin: 0px auto;
    margin-top: 10px;
    z-index: 2;
    margin-bottom: 10px;
  }
  .expandedCategoryMainMenuOption {
    padding-left: 10%;
    display: flex;
    flex-direction: column;
    /* transition: all 0.2s; */
    /* margin-bottom: 15px; */
    background: #afafaf;
    color: white;
    height: 0px;
    position: relative;
    /* overflow: hidden; */
    padding-left: 0px;
    padding-bottom: 0px !important;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    /* padding: 20px 20px 20px 10%; */
  }
  .headerOption.dropDownItem {
    padding: 20px 0px 20px 10%;
    margin: 0px;
  }
  .extendedRightItem {
    padding: 15px 0px 15px 10%;
  }
  .expandedCategoryMainMenuOption.categorias {
    background: #7b7b7b;
    width: 100%;
    overflow: hidden;
  }
  .titleAndArrowContainer {
    display: flex;
    width: 100%;
    /* flex-direction: column; */
    position: relative;
    margin: auto;
    margin-bottom: 10px;
    /* padding: 10px 0px 10px 0px; */
  }
  .mainMenuOptions {
    position: absolute;
    padding-top: 0px;
    overflow: auto;
    color: black;
    width: 100vw;
    /* top: 149px; */
    padding-top: 20px;
    display: flex;
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100vh - 132px);
    padding: 0;
    /* display: block; */
    align-items: flex-start;
    justify-content: flex-start;
    /* border-top: 1px solid #00000030; */
    padding-top: 20px;
  }
  #header:not(.white) {
    background-color: white;
  }
  .topHeader {
    width: 85%;
    justify-content: space-between;
    margin: auto;
    position: relative;
    display: flex;
    margin: auto;
    z-index: 6;
  }
  img.searchSiteImg,
  img.searchSiteImg2 {
    top: calc(20px - 9px);
    left: 12px;
  }
  .searchSite2Container {
    position: relative;
    height: 40px;
    margin: auto;
    width: 85% !important;
    line-height: 40px !important;
    margin-bottom: 15px;
    font-size: 15px;
    z-index: 6;
    display: flex;
    margin-top: 7px;
    border-radius: 0px;
    border: 1px solid gray;
    align-items: center;
    border-radius: 60px;
  }
  #rightHeaderOptions {
    font-size: 14px;
    flex-direction: row-reverse;
  }
  #rightHeaderOptions a:hover {
    opacity: 1;
  }
  #rightHeaderOptions a {
    margin: 0px;
  }
  #signOut {
    margin: 0px !important;
  }
  #rightHeaderOptions div,
  #rightHeaderOptions a {
    margin: auto;
    line-height: 17px;
    height: unset;
    margin-left: 10px;
  }

  .headerImage.show:not(.dummy) {
    position: fixed;
    z-index: 5;
  }
  #headerPromoText {
    font-size: 10px;
  }
  #cartMessageDiv {
    width: 90%;
    border: none;
  }
  #cartMessageButtonsWrapper {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .cartMessageAceptar {
    width: calc(100% - 6% - 4px);
    margin-left: 3%;
    margin-right: 3%;
    display: block;
  }
  .whatsAppWebContainer.open {
    bottom: 23px !important;
  }
  .newsRow {
    display: block;
    margin: auto;
  }
  .newsWrapper:nth-child(2n) {
    border-left: none;
    border-right: none;
  }
  .newsWrapper {
    border: none !important;
    margin-bottom: 10px;
    padding: 0px;
    width: 100%;
  }
  .newsWrapper:last-child {
    border-bottom: none;
  }
  .sectionTitle,
  .sectionSubTitle {
    width: 100%;
    line-height: 47px;
    font-size: 25px;
    margin: 40px auto 10px;
  }
  .sectionSubTitle {
    font-size: 16px;
    line-height: 22px;
  }

  .news.blogPostRegular {
    border-left: none;
    border-right: none;
    border-color: none;
  }

  .news.blogPostRegular:nth-child(4n-2),
  .news.blogPostRegular:nth-child(4n-1),
  .blogsContent .news.blogPostRegular:nth-child(4n-1),
  .blogsContent .news.blogPostRegular:nth-child(4n-2),
  .news.blogPostRegular:nth-child(3n-1) {
    border-left: none;
    border-right: none;
    border-color: unset;
  }

  #alertMessageAceptar {
    width: 200px !important;
  }
  .imageCaption {
    margin-bottom: 10px;
    line-height: 17px;
  }

  #leftHeaderOptions .menuButton {
    margin: auto 2px;
  }

  .searchSite2 {
    width: 91px !important;
    display: none !important;
  }
  .searchSite2 {
    position: relative;
    margin: auto;
    height: 33px;
    line-height: 34px;
    text-indent: 0px;
    border-radius: 50px;
    border: 1px solid gray;
    width: 100%;
    max-width: 320px;
    letter-spacing: 0;
    padding: 0;
    color: var(--color-1) !important;
    background-color: var(--background-color-1) !important;
    font-family: "futura" !important;
    font-weight: 400;
    margin-left: 25px;
  }
  .mobileElement #profileDiv {
    display: grid;
  }
  .searchSite2.headerMobileSearch {
    position: relative;
    height: 40px;
    /* margin: auto; */
    width: 75% !important;
    line-height: 40px !important;
    margin-bottom: 0px;
    font-size: 15px;
    z-index: 4;
    font-family: (--font-family);
    border: none;
    color: var(--black) !important;
    display: block !important;
    margin-left: 42px;
    border-radius: 0px;
  }
  .moblieMenuItemsContainer {
    position: fixed;
    top: 0;
    width: 100%;
    left: -100%;
    z-index: 2;
    background: #fff;
    -webkit-transition: left 0.3s ease-out;
    -o-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
    height: 100svh;
    overflow: auto;
  }
  .moblieMenuItemsContainer.open {
    left: -0%;
  }

  .mobileMenuItems {
    box-sizing: border-box;
    padding-top: 20px;
  }

  .mobileMenuItem {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: table;
    height: auto;
    color: #000;
  }
  .mobileMenuItem:nth-child(5) {
    margin-bottom: 30px;
  }
  .mobileMenuItem:nth-child(5)::before {
    content: "";
    position: absolute;
    width: calc(100% - 60px);
    background: #000;
    bottom: -15px;
    height: 1px;
    left: 30px;
  }
  .mobileMenuLink {
    position: relative;
    float: left;
    width: calc(85% - 20px);
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    color: #000;
    padding-left: 7.5%;
    word-break: break-all;
    overflow: hidden;
  }
  .mobileMenuLink:not(.mobileMenuSubcategoryText) {
    text-transform: unset;
  }
  .mobileMenuSeeMore {
    position: relative;
    float: right;
    margin-right: 7.5%;
    line-height: 60px;
    width: 15px;
    font-size: 17px;
    text-align: center;
    color: #000;
  }
  .mobileMenuSubcategories {
    position: relative;
    float: left;
    width: calc(100% - 0px);
    height: 0;
    overflow: hidden;
    background-color: #afafaf;
  }
  .mobileMenuSubcategory {
    position: relative;
    width: 100%;
    height: auto;
    text-transform: capitalize;
    height: auto;
    border-bottom: none;
    overflow: hidden;
  }
  .mobileMenuLink.mobileMenuCategoryLevelThreeText {
    color: #fff;
  }

  .mobileMenuSubcategory .mobileMenuSeeMore {
    line-height: 50px;
    color: #fff;
  }
  .mobileMenuSubcategory:first-of-type {
    padding-top: 10px;
  }
  .mobileMenuCategoryLevelThree {
    background: #7b7b7b;
  }
  .mobileMenuLink.mobileMenuSubcategoryText {
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
  }
  .pagesNavigation {
    justify-content: center;
    height: auto;
    margin: 20px auto 40px;
  }
  .pagesNavigation .previous.button,
  .pagesNavigation .next.button {
    font-size: 0px;
    margin: 0 10px;
  }
  .pagesNavigation .previous.button::before {
    content: "<";
    display: inline-block;
  }
  .pagesNavigation .previous.button::before,
  .pagesNavigation .next.button::after {
    font-size: 13px;
    display: inline-block;
  }

  .pagesNavigation a.pageNumber {
    padding: 5px 10px;
    margin: auto 0px;
    font-size: 13px;
  }
  .pagesNavigation .next.button::after {
    content: ">";
    display: inline-block;
  }
  .newsContainer {
    width: 85%;
  }
  .newsBox {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 0rem;
  }
  .newsBox:nth-child(even) {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 0rem;
  }
}

@media screen and (min-width: 769px) {
  .categoryTwoTilte:hover,
  .categoryThreeTilte:hover {
    text-decoration: underline;
  }
  .headerLink:hover,
  .headerLink.selectedCategoryOne {
    text-decoration: underline 2px solid #952634;
    text-underline-offset: 5px;
  }
  .profileDiv:hover .hoverOptions {
    opacity: 1;
  }
  .hoverOptions a:hover {
    color: #952634;
  }
}

/* File: //css/layouts/keyframes.css */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-top.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-top 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-bottom.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-bottom 0.5s cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: fade-in-bottom 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
.fade-in-right.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

/* File: //css/slick/slick.css */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);;
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* File: //css/slick/slick-theme.css */
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../css/slick/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* File: //css/layouts/footer.css */
#footerDummy {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

#footer {
  position: relative;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-color: var(--second);
  overflow: hidden;
  text-align: center;
  color: white;
  font-size: 18px;
  padding-top: 50px;
}

.scrollToTop {
  position: relative;
  width: fit-content;
  padding: 20px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin: auto;
  margin-top: 20px;
  cursor: pointer;
  font-family: 'Galliard Pro' !important;
}

.footerColumnsContainer {
  position: relative;
  width: 70%;
  margin: 20px auto;
  display: flex;
  justify-content: center;
}

.footerColumn {
  position: relative;
  width: 200px;
  min-width: 100px;
  height: auto;
  margin: auto;
  margin-top: 0;
}

.footerColumnItem {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin: 10px auto;
  font-family: 'Galliard Pro' !important;
}

.footerColumnItem:hover {
  opacity: .7;
}

.footerLogo {
  display: block;
  width: 70px;
  height: 70px;
  margin: 40px auto;
}
.footerLogo img{
  filter: invert(1) brightness(175%);
}
.suscribeContainer{
  display: flex;
  justify-content: center;
  height: 70px;
  width: 100%;
  background: white;
  align-items: center;
}
#suscribe {
  background-color: white;
  color: #a2122e;
  height: 70px;
  line-height: 70px;
  font-family: var(--font-family-2);
  font-size: 17px;
  font-weight: 600;
  margin-left: 30px;
  display: flex;
  align-items: center;
}

#footerBottom {
  position: relative;
  width: 100%;
  height: 45px;
  overflow: hidden;
  text-align: center;
  background: var(--first);
}
.newsletterColumn{
  width:100%;
  height: 80px;
  background: white;
}
.footerSeparator {
  position: relative;
  width: 80%;
  height: 2px;
  margin: 10px auto;
}

.footerSeparator.solid {
  background-color: white;
}

.footerCopyright {
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 30px;
  height: auto;
  margin: 20px auto;
  font-size: 16px;
  font-family: var(--font-family-2);
}
.footerCopyright span{
  font-family: var(--font-family);
  font-size: 16px;
  font-weight:400
}
}
.byluna {
  display: inline;
  height: 100%;
  float: right;
  margin-right: 100px;
}


.columnsContainer {
  margin: auto;
  margin-top: 30px;
  width: 1100px;
  position: relative;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}


#emailFooterInput {
  position: relative;
  width: 75%;
  padding-left: 10px;
  height: 30px;
  border-radius: 0px;
  line-height: 30px;
  font-size: 12px;
  float: left;
  font-weight: 100;
  text-indent: 16px;
  margin-top: 2px;
}

#emailFooterInput::-webkit-input-placeholder,
#emailFooterInput::-moz-placeholder,
#emailFooterInput::-ms-input-placeholder {
  opacity: 1;
  font-weight: 100;
}

.socialmediaLogo {
  margin: 0 auto;
  display: inline-block;
  margin-top: 12px;
  margin-left: 20px;
  margin-bottom: 11px;
  margin-right: 40px;
  height: 23px;
}


#subscribeNewsletterButton {
  position: absolute;
  height: 26px;
  margin-top: 11px;
  float: right;
  cursor: pointer;
  margin-right: 0px;
}

#subscribeNewsletterButton:hover {
  opacity: 0.6;
}


@media screen and (max-width: 768px) {
.footerCopyright span{
  font-size: 13px;
}
  .footerColumnsContainer {
      width: 90%;
      font-size: 14px;
      display: block;
  }
  .scrollToTop {
      font-size: 14px;
  }
  .footerColumn {
      width: auto;
      margin: 40px auto;
      line-height: 18px;
  }
  .footerCopyright {
      font-size: 12px;
      width: 80%;
      margin: auto;
      margin-bottom: 20px;
  }
  .footerLogo {
      width: 50px;
      height: 50px;
  }
  #suscribe {
      font-size: 14px;
  }
  .byluna {
      margin-right: 5%;
    }
}

/* File: //css/layouts/signInPopup.css */
#signInFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
}

.blackBkg80 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#loginMessageDiv {
  position: fixed;
  width: 365px;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-top: 39px;
  background-color: transparent;
}

#loginCloseDiv {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 22px;
  height: 22px;
  color: white;
  text-align: center;
  font-size: 18px;
  line-height: 19px;
  cursor: pointer;
  border-radius: 29px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loginCloseDiv:hover {
  opacity: 0.9;
}

.signInTitle {
  display: block;
  position: relative;
  width: 65%;
  color: black;
  font-size: 16px;
  margin-top: 23px;
  margin-bottom: 20px;
  margin-left: 17.5%;
  text-align: center;
}

.signInInput {
  position: relative;
  display: block;
  width: 66%;
  height: 35px;
  margin: 0 auto;
  margin-top: 10px;
  padding-left: 10px;
  color: #757575;
  border-radius: 0px;
  font-size: 13px;
}

.signInInput::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #8f9194;
  opacity: 0.8;
}

.signInInput:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #8f9194;
  opacity: 0.8;
}

.signInInput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8f9194;
  opacity: 0.8;
}

.signInInput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8f9194;
  opacity: 0.8;
}

.signInInput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8f9194;
  opacity: 0.8;
}

#signInHalf {
  position: relative;
  float: left;
  width: 40%;
  height: auto;
  overflow: hidden;
  margin-left: 3%;
  margin-top: 25px;
}

#firstSignInHalf {
  position: relative;
  height: auto;
}

#secondSignInHalf {
  position: relative;
  height: auto;
}

#registerHalf {
  position: relative;
  float: left;
  width: 40%;
  height: auto;
  overflow: hidden;
  margin-top: 25px;
}

.signInButton {
  position: relative;
  width: 15%;
  float: left;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: white;
  font-size: 14px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
}

.signInArrow {
  height: 60%;
  margin-top: 20%;
}

.signInCheckbox {
  width: 15px;
  height: 15px;
  float: left;
  position: relative;
  border-radius: 4px;
  margin-top: 10px;
  border: 1px solid black;
  cursor: pointer;
}

.signInCheckbox:checked {
  background-image: url(../../files/checked.png);
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
}

.checkboxText {
  float: left;
  display: inline-block;
  margin-top: 10px;
  font-size: 10px;
}

#forgotPassword {
  position: relative;
  float: right;
  margin-top: 11px;
  text-align: right;
  font-size: 12px;
  margin-right: 16%;
  color: black;
  cursor: pointer;
}

#forgotPassword:hover {
  text-decoration: underline;
}

#signInHalvesDivider {
  position: relative;
  float: left;
  width: 2px;
  height: 450px;
  margin-top: 32px;
  margin-left: 7%;
  margin-right: 7%;
  background-color: black;
  border-radius: 10px;
}

#signInDivContainer {
  z-index: 1000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

#terms {
  font-size: 11px;
  text-align: center;
  width: 100%;
  position: relative;
  margin: 15px auto;
  color: black;
}

#discountsText {
  position: relative;
  float: left;
  width: 210px;
  margin-left: 10px;
  margin-top: 8px;
  color: black;
  font-size: 11px;
}

#discountsRow {
  position: relative;
  width: 70%;
  height: auto;
  overflow: hidden;
  margin: 15px auto;
}

#receiveDiscount {
  margin-top: 10px;
}

#signGuest {
  width: 100%;
  height: 128px;
  position: relative;
  background-color: white;
  overflow: hidden;
  float: left;
}

#signInUser {
  margin-top: 0px;
  width: 100%;
  height: auto;
  position: relative;
  background-color: white;
  overflow: hidden;
  float: left;
  padding-bottom: 16px;
  margin-bottom: 12px;
}

.signInButtonLarge {
  position: relative;
  width: 69%;
  margin: 0 auto;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: white;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 14px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
}

.hideContainer {
  display: none;
}

.signInButtonLarge:not(.facebookConnect):hover {
  background-color: white;
}

.facebookInitial {
  height: 23px;
  width: auto;
  margin-top: 6px;
  margin-left: 20%;
  float: left;
}

.facebookConnect {
  background-color: #3c5a98 !important;
  display: block;
  border: 2px solid #3c5a98 !important;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.facebookText {
  float: left;
  margin-left: 10px;
  color: white;
  font-size: 12px;
}

#changeToRegisterButton,
#changeToLoginButton {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
  margin-top: 12px;
  float: left;
}

#changeToRegisterButton:hover {
  opacity: 0.8;
}

#changeToLoginButton:hover {
  opacity: 0.8;
}

#registerUser {
  background-color: white;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 18px;
}

.facebookSecond {
  margin-left: 5%;
}

.separator {
  position: relative;
  width: 59%;
  border-bottom: 1px solid #adadad;
  height: 1px;
  margin: 0px auto;
  margin-top: 23px;
  margin-bottom: 23px;
}

#guestInputContainer {
  width: 70%;
  margin: 0px auto;
  height: 37px;
}

#signInEmailGuest {
  width: 83%;
  margin-left: 0px;
  float: left;
  margin-top: 0px;
  padding: 0;
  text-indent: 10px;
}

#personOrBusinessDiv {
  width: 69%;
  margin: 0 auto;
  position: relative;
  display: block;
  height: 35px;
  margin-top: 20px;
  color: #757575;
  border-radius: 0px;
  font-size: 13px;
}

.personOrBusiness {
  width: 48%;
  height: 100%;
  float: left;
  text-align: center;
  line-height: 35px;
  border: 1px solid #757575;
  cursor: pointer;
}

.personOrBusiness.selected {
  background-color: #00aae3;
  color: white;
  border: 1px solid #00aae3;
}

#registerBusiness {
  float: right;
}
#googleSignIn iframe {
  margin: 0 auto !important;
}
#googleSignIn {
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  #guestInputContainer {
    width: 75%;
  }
  #loginMessageDiv {
    width: 85%;
    height: 85%;
    overflow: visible;
    margin-top: 20px;
  }
  #signInHalf {
    width: 100%;
    margin-left: 0px;
    float: none;
    margin-top: 25px;
    height: auto;
    transition: height 0.3s;
    -moz-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
  }
  #signInHalvesDivider {
    position: relative;
    float: none;
    width: 70%;
    height: 1px;
    margin: 0 auto;
    background-color: black;
  }
  #registerHalf {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
    display: block;
    height: auto;
    /*
        transition: height .3s;
        -moz-transition: height .3s;
        -webkit-transition: height .3s;
        -o-transition: height .3s;
        */
  }
  #loginCloseDiv {
    top: -7px;
    right: -8px;
    border-radius: 18px;
  }
  .close {
    display: none !important;
  }
  .signInLinkTitle {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    text-decoration: underline;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 10px;
  }
  .facebookConnect {
    margin-bottom: 10px;
  }
  .separator {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #terms {
    margin-top: 15px;
  }
  #changeToLoginButton {
    height: 35px;
  }
  #signInHalvesDivider {
    display: none;
  }
  #signInDividerposition {
    position: relative;
    float: none;
    width: 70%;
    height: 1px;
    margin: 0 auto;
    background-color: black;
  }
  .facebookText {
    margin-left: 7px;
    font-size: 10px;
  }
  #changeToRegisterButton {
    width: 99%;
  }
  #discountsText {
    width: 79%;
  }
}

/* File: //css/layouts/signInPopupCustom.css */
#signGuest,
#signInUser,
#registerUser,
#changeToLoginButton,
#changeToRegisterButton {
  border-radius: 0px;
}

#loginCloseDiv {
  background-color: #7a182f !important;
  color: white !important;
}

.signInInput {
  border: 1px solid #7a182f !important;
  font-family: "Galliard Pro" !important;
}

.signInButton {
  background-color: #7a182f !important;
  color: white !important;
  border: 1px solid #7a182f !important;
}

.signInButtonLarge {
  background-color: #7a182f !important;
  color: white !important;
  border: 2px solid #7a182f !important;
  text-transform: uppercase;
  line-height: 35px !important;
  border-radius: 0px !important;
}
#loginMessageDiv {
  margin-top: 10%;
}
.signInButtonLarge:not(.facebookConnect):hover {
  background-color: white !important;
  color: #7a182f !important;
  border-radius: 0px !important;
}

#changeToRegisterButton,
#changeToLoginButton {
  background-color: #7a182f !important;
  color: white !important;
  border: 2px solid #7a182f !important;
  text-transform: uppercase;
  border-radius: 0 !important;
}

.separator {
  border-bottom: 1px solid #7a182f !important;
}

.signInTitle {
  font-family: "Galliard Pro" !important;
  text-transform: uppercase;
}

#terms,
#forgotPassword,
.checkboxText {
  color: black !important;
}

.signInCheckbox {
  border: 1px solid #7a182f !important;
}

@media screen and (max-width: 768px) {
  #loginMessageDiv {
    width: 85%;
    height: auto;
    overflow: visible;
    margin: auto;
    margin-top: 114px;
  }
}

/* File: //css/plugins/popups.css */
.popupMessageFixedContainer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}

.popupHiddenImg {
  display: none;
}

.popupMessageDiv {
  width: 80%;
  max-width: 835px;
  height: auto;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.popupMessageDivContainer {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
}

#popupContainer img {
  width: auto;
  height: auto;
  object-fit: contain;
  max-width: 90vw;
  max-height: 90vh;
  display: block;
}

#popupContainer figure {
  width: auto;
  height: auto;
  display: block;
}

.popupColumn1 {
  position: relative;
  height: auto;
  float: inherit;
  width: 50%;
}

.popupColumn2 {
  width: 45%;
  margin: 35px auto;
  position: relative;
  float: right;
  height: 100%;
  color: #000;
  text-align: center;
}

.popupImage {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 73/102;
}

.popupSubtitle {
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
  width: 88%;
  text-align: left;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
}

.popupTitle {
  padding-bottom: 17px;
  font-style: inherit;
  font-size: 33px;
  line-height: 37px;
  color: #000;
  width: 95%;
  text-align: left;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
}

.popupText {
  line-height: 20px;
  width: 90%;
  text-align: left;
  font-size: 16px;
}

.popupButton {
  width: 40%;
  margin: auto;
  margin-top: 30px;
  height: 50px;
  float: left;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #000;
  cursor: pointer;
  position: relative;
  color: #fff;
  background-color: #000;
  box-sizing: border-box;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.popupButton:hover {
  background: #fff;
  color: #505050;
}

.newsletterPopupColumn {
  position: relative;
  width: 75%;
  margin-top: 15px;
  float: left;
}

.emailFooterInput {
  height: 40px;
  position: relative;
  width: 100%;
  border-radius: 0;
  color: #000;
  text-align: left;
  font-size: 14px;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
  border-bottom: 1px solid #000;
}

.emailFooterInput::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.emailFooterInput:-moz-placeholder {
  color: #000;
  opacity: 1;
}

.emailFooterInput::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.emailFooterInput:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.emailFooterInput::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

#popupContainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  position: relative;
  margin: auto;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popupClose {
  position: absolute;
  cursor: pointer;
  text-align: center;
  padding-top: 1px;
  font-size: 26px;
  width: 22px;
  height: auto;
  top: 10px;
  right: 10px;
  z-index: 2;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .popupMessageDiv {
    width: 94%;
    flex-direction: column;
    height: auto;
    max-height: 90vh;
  }

  .popupColumn1 {
    float: left;
    width: 100%;
  }

  .popupColumn2 {
    width: 85%;
    height: auto;
    margin: 15px auto;
  }

  .popupTitle {
    padding-bottom: 10px;
    padding-top: 5px;
    font-size: 25px;
    line-height: 29px;
    margin: auto;
    width: 100%;
    float: left;
  }

  .popupText {
    font-size: 13px;
    line-height: 16px;
    width: 100%;
    float: left;
  }

  .popupSubtitle {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    display: inline-block;
    float: left;
    padding-bottom: 10px;
  }

  .newsletterPopupColumn {
    width: 100%;
    margin-top: 10px;
  }

  .emailFooterInput {
    height: 40px;
    text-indent: 0;
    font-size: 12px;
  }

  .popupButton {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    width: 150px;
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .popupImage {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

/* File: //css/plugins/customPopups.css */

