.wooden {
	background-color: #995a41!important;
	background-image: url(/images/dark-wood.png)!important;
}
.nutrition {
	background-image: url(/images/leaf.png)!important;
}
.fruit,
.nutrition {
	background-color: #010d00!important;
}
.fruit {
	background-image: url(/images/blueberries.jpg)!important;
}
code {
	font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
.app-container {
	flex: 1 1;
	min-height: 100vh
}
th {
	vertical-align: middle!important
}
td,
th {
	text-align: center!important
}
.trans-enter {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0)
}
.trans-enter-active {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s
}
.trans-exit {
	opacity: 1
}
.trans-exit-active {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s
}
.orgchart {
	background-color: hsla(0, 0%, 100%, .15);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px!important;
	font-weight: 400;
}
.orgchart:hover {
	background-color: #e85656!important;
	color: #fff!important;
	font-size: 16px!important;
	font-weight: 600;
}
.orgchartbase .google-visualization-orgchart-linebottom {
	border-bottom: 2px solid #38d;
}
.orgchartbase .google-visualization-orgchart-lineleft {
	border-left: 2px solid #38d;
}
.orgchartbase .google-visualization-orgchart-lineright {
	border-right: 2px solid #38d;
}
.orgchartbase .google-visualization-orgchart-linetop {
	border-top: 2px solid #38d;
}
.menuactive {
	background-color: #e85656!important
}
.menuactive,
.menuactive>a {
	color: #fff!important
}
.whitelogo>svg>* {
	stroke: #fff!important
}
.whitelogofill>svg>* {
	fill: #fff!important
}
.whitetext,
.whitetext:hover,
.whitetext>a,
.whitetext>a:hover,
.whitetext>li>a,
.whitetext>li>a:hover {
	color: #fff!important
}
.uk-button-text:before {
	border-bottom: 1px solid #fff!important
}
.blink_me {
	-webkit-animation: blinker 1s linear infinite;
	animation: blinker 1s linear infinite
}
@-webkit-keyframes blinker {
	50% {
		opacity: 0
	}
}
@keyframes blinker {
	50% {
		opacity: 0
	}
}
.loginscreen {
	width: 100%;
	height: 100vh
}
.loginwindow {
	background-color: hsla(0, 0%, 100%, .15);
	border-radius: 5px
}
.admincard {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}
.footer {
	min-height: 96px
}
.footer,
.header {
	background-color: rgba(54, 56, 60, 0);
	color: #fff
}
.header {
	height: 90px;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}
.header>img {
	height: 80px;
	width: auto
}
.header>p {
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	color: #fff
}
.upper-title {
	text-transform: uppercase!important;
	border-bottom: 2px solid #e85656
}
.banner {
	max-height: 411px
}
@media only screen and (max-width: 768px) {
	.banner {
		max-height: 206px
	}
}
.menu,
.menu>a,
.menu>li>a {
	min-height: 48px!important
}
.svg-map {
	width: 100%;
	height: auto;
	stroke: #000;
	stroke-width: 1;
	stroke-linecap: round;
	stroke-linejoin: round
}
.svg-map__location {
	cursor: pointer
}
.svg-map__location:focus,
.svg-map__location:hover {
	fill: #00bcd4;
    stroke: #000;
	outline: 0
}
/*.svg-map__location[aria-checked=true] {
	fill: #5d5c61
}*/
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: hsla(0, 0%, 96.1%, 0)
}
.preloader,
.preloader>div {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.preloader>div {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #e85656;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}
.preloader>div:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #209e91;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite
}
.preloader>div:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #dfb81c;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite
}
.arrowAnim {
	min-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center
}
.arrow {
	width: 10px;
	height: 10px;
	border-color: #fff transparent transparent #fff;
	border-style: solid;
	border-width: 5px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}
.arrowSliding {
	position: absolute;
	-webkit-animation: slide 3s linear infinite;
	animation: slide 3s linear infinite
}
.delay1 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}
.delay2 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}
@-webkit-keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(-9px);
		transform: translateY(-9px)
	}
	80% {
		opacity: 1;
		-webkit-transform: translateY(9px);
		transform: translateY(9px)
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(15px);
		transform: translateY(15px)
	}
}
@keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(-9px);
		transform: translateY(-9px)
	}
	80% {
		opacity: 1;
		-webkit-transform: translateY(9px);
		transform: translateY(9px)
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(15px);
		transform: translateY(15px)
	}
}
/*# sourceMappingURL=main.01c9e739.chunk.css.map */