:root {
	--PageLoaderSize: 200px;
	--PageLoaderS: calc(var(--PageLoaderSize) / 20);
	--PageLoaderBorder: calc(var(--PageLoaderSize) / 30);
	--PageLoaderBoxShadow: calc(var(--PageLoaderSize) / 10);
   --scroll-bar-color:  #A8A8A8;
   --scroll-bar-hover-color: #686868;
   --scroll-bar-bg-color: #f6f6f6;
}

* {
	scrollbar-width: thin;
	scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
}
*::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}
*::-webkit-scrollbar-corner { 
	background: rgba(0,0,0,0.5);
}
*::-webkit-scrollbar-track {
	background-color: transparent; /*var(--scroll-bar-bg-color);*/
	border-radius: 0px;
}
*::-webkit-scrollbar-thumb {
	background-color: var(--scroll-bar-color);
	border: 2px solid var(--scroll-bar-bg-color);
	border-radius: 6px;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: var(--scroll-bar-hover-color); 
}

@-webkit-keyframes AnimateHeight {
  from {
  	height: 0;
  }
  to {
  	height: 125%;
  }
}
@-moz-keyframes AnimateHeight {
  from {
  	height: 0;
  }
  to {
  	height: 125%;
  }
}
@-ms-keyframes AnimateHeight {
  from {
  	height: 0;
  }
  to {
  	height: 125%;
  }
}
@keyframes AnimateHeight {
  from {
  	height: 0;
  }
  to {
  	height: 125%;
  }
}

@keyframes fadein {
    from {
    	opacity: 0;
    }
    to   {
    	opacity: 1;
    }
}
@-moz-keyframes fadein {
    from {
    	opacity: 0;
    }
    to   {
    	opacity: 1;
    }
}
@-webkit-keyframes fadein {
    from {
    	opacity: 0;
    }
    to   {
    	opacity: 1;
    }
}
@-ms-keyframes fadein {
    from {
    	opacity: 0;
    }
    to   {
    	opacity: 1;
    }
}
@-o-keyframes fadein {
    from {
    	opacity: 0;
    }
    to   {
    	opacity: 1;
    }
}

@keyframes fadeout {
    from {
    	opacity: 1;
    }
    to   {
    	opacity: 0;
    }
}
@-moz-keyframes fadeout {
    from {
    	opacity: 1;
    }
    to   {
    	opacity: 0;
    }
}
@-webkit-keyframes fadeout {
    from {
    	opacity: 1;
    }
    to   {
    	opacity: 0;
    }
}
@-ms-keyframes fadeout {
    from {
    	opacity: 1;
    }
    to   {
    	opacity: 0;
    }
}
@-o-keyframes fadeout {
    from {
    	opacity: 1;
    }
    to   {
    	opacity: 0;
    }
}

@keyframes PageLoaderCircle {
  0% {
    -webkit-box-shadow: 0 0 var(--PageLoaderBoxShadow) #0f0, inset 0 0 var(--PageLoaderBoxShadow) #0f0;
    -moz-box-shadow: 0 0 var(--PageLoaderBoxShadow) #0f0, inset 0 0 var(--PageLoaderBoxShadow) #0f0;
    -ms-box-shadow: 0 0 var(--PageLoaderBoxShadow) #0f0, inset 0 0 var(--PageLoaderBoxShadow) #0f0;
    -o-box-shadow: 0 0 var(--PageLoaderBoxShadow) #0f0, inset 0 0 var(--PageLoaderBoxShadow) #0f0;
    box-shadow: 0 0 var(--PageLoaderBoxShadow) #0f0, inset 0 0 var(--PageLoaderBoxShadow) #0f0;
    -webkit-filter: hue-rotate(35deg);
    -moz-filter: hue-rotate(35deg);
    -ms-filter: hue-rotate(35deg);
    -o-filter: hue-rotate(35deg);
    filter: hue-rotate(35deg);
  }
  20% {
    -webkit-box-shadow: 0 0 60px #0f0, inset 0 0 60px #0f0;
    -moz-box-shadow: 0 0 60px #0f0, inset 0 0 60px #0f0;
    -ms-box-shadow: 0 0 60px #0f0, inset 0 0 60px #0f0;
    -o-box-shadow: 0 0 60px #0f0, inset 0 0 60px #0f0;
    box-shadow: 0 0 60px #0f0, inset 0 0 60px #0f0;
  }
  40% {
    -webkit-box-shadow: 0 0 40px #0f0, inset 0 0 40px #0f0;
    -moz-box-shadow: 0 0 40px #0f0, inset 0 0 40px #0f0;
    -ms-box-shadow: 0 0 40px #0f0, inset 0 0 40px #0f0;
    -o-box-shadow: 0 0 40px #0f0, inset 0 0 40px #0f0;
    box-shadow: 0 0 40px #0f0, inset 0 0 40px #0f0;
  }
  60% {
    -webkit-box-shadow: 0 0 80px #0f0, inset 0 0 80px #0f0;
    -moz-box-shadow: 0 0 80px #0f0, inset 0 0 80px #0f0;
    -ms-box-shadow: 0 0 80px #0f0, inset 0 0 80px #0f0;
    -o-box-shadow: 0 0 80px #0f0, inset 0 0 80px #0f0;
    box-shadow: 0 0 80px #0f0, inset 0 0 80px #0f0;
  }
  80% {
    -webkit-box-shadow: 0 0 100px #0f0, inset 0 0 100px #0f0;
    -moz-box-shadow: 0 0 100px #0f0, inset 0 0 100px #0f0;
    -ms-box-shadow: 0 0 100px #0f0, inset 0 0 100px #0f0;
    -o-box-shadow: 0 0 100px #0f0, inset 0 0 100px #0f0;
    box-shadow: 0 0 100px #0f0, inset 0 0 100px #0f0;
  }
  100% {
    -webkit-box-shadow: 0 0 var(--PageLoaderBoxShadow) #0f0, inset 0 0 var(--PageLoaderBoxShadow) #0f0;
    -moz-box-shadow: 0 0 var(--PageLoaderBoxShadow) #0f0, inset 0 0 var(--PageLoaderBoxShadow) #0f0;
    -ms-box-shadow: 0 0 var(--PageLoaderBoxShadow) #0f0, inset 0 0 var(--PageLoaderBoxShadow) #0f0;
    -o-box-shadow: 0 0 var(--PageLoaderBoxShadow) #0f0, inset 0 0 var(--PageLoaderBoxShadow) #0f0;
    box-shadow: 0 0 var(--PageLoaderBoxShadow) #0f0, inset 0 0 var(--PageLoaderBoxShadow) #0f0;
    -webkit-filter: hue-rotate(45deg);
    -moz-filter: hue-rotate(45deg);
    -ms-filter: hue-rotate(45deg);
    -o-filter: hue-rotate(45deg);
    filter: hue-rotate(45deg);
  }
}

@keyframes Pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 178, 122, 0.7);
	}

	70% {
		box-shadow: 0 0 0 10px rgba(0, 178, 122, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(0, 178, 122, 0);
	}
}

/*--------------------------------------------------------------------
	Debug Elements
--------------------------------------------------------------------*/

.DebugViewSize {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10;
	color: #fff;
	background-color: red;
}

/*--------------------------------------------------------------------
	Bootstrap overrides
--------------------------------------------------------------------*/

.btn-fprimary {
  	color: #fff;
  	font-size: 1.1rem;
  	background-color: #00B27A;
  	border-color: #00B27A;
}
.btn-fprimary:hover {
  	color: #fff;
  	background-color: #00e39c;
 	border-color: #00e39c;
}
.btn-fprimary:focus {
  	color: #fff;
  	background-color: #00B27A;
  	border-color: #00B27A;
  	-webkit-box-shadow: 0px 0px 5px 3px rgba(0, 136, 93, 0.3);
  	-moz-box-shadow: 0px 0px 5px 3px rgba(0, 136, 93, 0.3);
  	-ms-box-shadow: 0px 0px 5px 3px rgba(0, 136, 93, 0.3);
  	-o-box-shadow: 0px 0px 5px 3px rgba(0, 136, 93, 0.3);
  	box-shadow: 0px 0px 5px 3px rgba(0, 136, 93, 0.3);
}
.btn-fprimary:active, 
.btn-fprimary.active {
  	color: #fff;
  	background-color: #00e39c;
  	border-color: #00e39c;
  	-webkit-transform: scale(0.98); 
  	-moz-transform: scale(0.98); 
  	-ms-transform: scale(0.98); 
  	-o-transform: scale(0.98); 
  	transform: scale(0.98); 
}
.btn-fprimary:active:focus, 
.btn-fprimary.active:focus {
   -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 178, 122, 0.3);
   -moz-box-shadow: 0px 0px 5px 3px rgba(0, 178, 122, 0.3);
   -ms-box-shadow: 0px 0px 5px 3px rgba(0, 178, 122, 0.3);
   -o-box-shadow: 0px 0px 5px 3px rgba(0, 178, 122, 0.3);
   box-shadow: 0px 0px 5px 3px rgba(0, 178, 122, 0.3);
}
.btn-fprimary:disabled, 
.btn-fprimary.disabled {
  	color: #e1e1e1;
  	background-color: #bebebe;
  	border-color: #bebebe;
}

.btn-fsecondary {
  	color: #fff;
  	font-size: 1.1rem;
  	background-color: #999999;
  	border-color: #999999;
}
.btn-fsecondary:hover {
  	color: #fff;
  	background-color: #c7c7c7;
 	border-color: #c7c7c7;
}
.btn-fsecondary:focus {
  	color: #fff;
  	background-color: #999999;
  	border-color: #999999;
  	-webkit-box-shadow: 0px 0px 5px 3px rgba(0, 136, 93, 0.3);
  	-moz-box-shadow: 0px 0px 5px 3px rgba(0, 136, 93, 0.3);
  	-ms-box-shadow: 0px 0px 5px 3px rgba(0, 136, 93, 0.3);
  	-o-box-shadow: 0px 0px 5px 3px rgba(0, 136, 93, 0.3);
  	box-shadow: 0px 0px 5px 3px rgba(0, 136, 93, 0.3);
}
.btn-fsecondary:active, 
.btn-fsecondary.active {
  	color: #fff;
  	background-color: #c7c7c7;
  	border-color: #c7c7c7;
  	-webkit-transform: scale(0.98); 
  	-moz-transform: scale(0.98); 
  	-ms-transform: scale(0.98); 
  	-o-transform: scale(0.98); 
  	transform: scale(0.98); 
}
.btn-fsecondary:active:focus, 
.btn-fsecondary.active:focus {
   -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 178, 122, 0.3);
   -moz-box-shadow: 0px 0px 5px 3px rgba(0, 178, 122, 0.3);
   -ms-box-shadow: 0px 0px 5px 3px rgba(0, 178, 122, 0.3);
   -o-box-shadow: 0px 0px 5px 3px rgba(0, 178, 122, 0.3);
   box-shadow: 0px 0px 5px 3px rgba(0, 178, 122, 0.3);
}
.btn-fsecondary:disabled, 
.btn-fsecondary.disabled {
  	color: #e1e1e1;
  	background-color: #bebebe;
  	border-color: #bebebe;
}

.btn-outline-primary {
   color: #00B27A;
  	background-color: #fff;
	border-color: #00B27A;
}
.btn-outline-primary:hover {
   color: #fff;
   background-color: #00e39c;
	border-color: #00B27A;
}
.btn-outline-primary:focus {
  	color: #00B27A;
  	background-color: #fff;
  	border-color: #00B27A;
  	-webkit-box-shadow: 0px 0px 5px 3px rgba(0, 136, 93, 0.3);
  	-moz-box-shadow: 0px 0px 5px 3px rgba(0, 136, 93, 0.3);
  	-ms-box-shadow: 0px 0px 5px 3px rgba(0, 136, 93, 0.3);
  	-o-box-shadow: 0px 0px 5px 3px rgba(0, 136, 93, 0.3);
  	box-shadow: 0px 0px 5px 3px rgba(0, 136, 93, 0.3);
}
.btn-outline-primary:active, 
.btn-outline-primary.active,
.btn-check:checked + .btn-outline-primary, 
.btn-check:active + .btn-outline-primary, 
.btn-outline-primary.dropdown-toggle.show {
  	color: #00e39c;
  	background-color: #fff;
  	border-color: #00e39c;
  	-webkit-transform: scale(0.98); 
  	-moz-transform: scale(0.98); 
  	-ms-transform: scale(0.98); 
  	-o-transform: scale(0.98); 
  	transform: scale(0.98); 
}
.btn-outline-primary:active:focus, 
.btn-outline-primary.active:focus,
.btn-check:focus + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary:focus, 
.btn-check:active + .btn-outline-primary:focus, 
.btn-outline-primary.dropdown-toggle.show:focus {
  	-webkit-box-shadow: 0px 0px 5px 3px rgba(0, 136, 93, 0.3);
  	-moz-box-shadow: 0px 0px 5px 3px rgba(0, 136, 93, 0.3);
  	-ms-box-shadow: 0px 0px 5px 3px rgba(0, 136, 93, 0.3);
  	-o-box-shadow: 0px 0px 5px 3px rgba(0, 136, 93, 0.3);
  	box-shadow: 0px 0px 5px 3px rgba(0, 136, 93, 0.3);
}
.btn-outline-primary:disabled, 
.btn-outline-primary.disabled {
  	color: #e1e1e1;
  	background-color: #fff;
  	border-color: #bebebe;
}
.btn-outline-dark {
  	color: #666;
  	background-color: #fff;
  	border-color: #666;
}
.btn-outline-dark:hover {
   color: #fff;
   background-color: #00e39c;
  	border-color: #666;
}
.btn-outline-success {
  	color: #00B27A;
  	background-color: #fff;
  	border-color: #00B27A;
}
.btn-outline-success:hover {
   color: #fff;
   background-color: #00e39c;
	border-color: #00B27A;
}

::placeholder {
  color: #cccccc;
  opacity: 1;
}

:-ms-input-placeholder {
 color: #cccccc;
}

::-ms-input-placeholder {
 color: #cccccc;
}
/*--------------------------------------------------------------------*/

.ColorBlack {
	color: #404040;
}
.ColorGrey {
	color: #A0A0A0;
}
.ColorGreen {
	color: #00b27a;
}
.ColorGreenHover {
	color: #00e39c;
}
.ColorInfoRed {
	color: #FF7575;
}
.ColorRed {
	color: #FF0000;
}
.ColorLines {
	color: #C7D3C5;
}

/*--------------------------------------------------------------------*/

.Left {
	text-align: left;
}
.Center {
	text-align: center;
}
.Right {
	text-align: right;
}
.Bottom {
	vertical-align: bottom;
}
.Middle {
	vertical-align: middle;
}
.Top {
	vertical-align: top;
}
.NoWrap {
	white-space: nowrap;
}

/*--------------------------------------------------------------------*/

.BackToTop {
  	display: inline-block;
  	position: fixed;
  	visibility: hidden !important;
  	opacity: 0;
  	width: 55px;
  	height: 55px;
  	z-index: 999;
  	right: 100px;
  	bottom: 67px;
  	font-size: 3rem;
  	text-align: center;
  	vertical-align: middle;
  	line-height: 1;
  	padding: 0;
  	margin: 0;
  	background-color: rgba(255, 255, 255, 0.3);
  	border: solid 3px #00b27a;
  	border-radius: 10px;
  	cursor: pointer;
  	text-decoration: none;
  	-webkit-transition: all .5s ease;
  	-moz-transition: all .5s ease;
  	-ms-transition: all .5s ease;
  	-o-transition: all .5s ease;
  	transition: all .5s ease;
  	/*-webkit-box-shadow: none;
  	-moz-box-shadow: none;
  	-ms-box-shadow: none;
  	-o-box-shadow: none; */
  	box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
}
@media handheld, only screen and (max-width: 720px), only screen and (max-device-width: 720px) {
  .BackToTop {
	font-size: 2rem;
	width: 45px;
	height: 45px;
	right: 50px;
	bottom: 72px;
	line-height: 1.2;
	border-width: 2px;
  }
}
.BackToTop:hover {
   color: #fff;
   border-radius: 10px;	
   background-color: rgba(0, 178, 122, 0.3);
   /*
   -webkit-box-shadow: 0 0 3px 0 #fff;
   -moz-box-shadow: 0 0 3px 0 #fff;
   -ms-box-shadow: 0 0 3px 0 #fff;
   -o-box-shadow: 0 0 3px 0 #fff;
   box-shadow: 0 0 3px 0 #fff;*/
 }
.BackToTop.BackToTopVisible {
	visibility: visible !important;
	opacity: 1;
  	-webkit-transition: all .3s ease;
  	-moz-transition: all .3s ease;
  	-ms-transition: all .3s ease;
  	-o-transition: all .3s ease;
  	transition: all .3s ease;
}
.BackToTop.BackToTopFadeOut {
   opacity: 0;
  	-webkit-transition: all .3s ease;
  	-moz-transition: all .3s ease;
  	-ms-transition: all .3s ease;
  	-o-transition: all .3s ease;
  	transition: all .3s ease;
}

.Button {
	display: inline-block;
	cursor: pointer;
	color: #404040;
   font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 1rem;
	font-weight: normal;
	font-style: normal;
	height:34px;
	border:1px solid #d0d0d0;
	border-radius:5px;
	padding: 0px 10px 0px 10px;
	vertical-align: middle;
	text-indent:0;
	text-decoration:none;
	text-align:center;
	background-color: #F9F9F9;
	background:-ms-linear-gradient( top,  #f9f9f9 5%, #e9e9e9 100%);
	background:-moz-linear-gradient( center top, #f9f9f9 2%, #e9e9e9 100% );
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	text-shadow:1px 1px 0px #fff;
	white-space:nowrap;
}
.Button:hover {
	background:-ms-linear-gradient( top,  #fdfdfd 5%, #ededed 100%);
	background:-moz-linear-gradient( center top, #fdfdfd 5%, #ededed 100% );
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fdfdfd), color-stop(1, #ededed) );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#ededed');
	background-color:#e9e9e9;
}
.Button:active {
	position: relative;
	top: 1px;
}
.Button:disabled {
	cursor: not-allowed;
	color: #aeaeae;
	background: #e9e9e9;
}
.Button:focus {
	box-shadow: 0px 0px 2px 1px rgba(0,178,122,.6);
}
.Button.Left,
.Button .Left {
	float: left;
} 
.Button.Right,
.Button .Right {
	float: right;
} 
.Button.OffsetLeft,
.Button .OffsetLeft {
	margin-left: 10px;
} 
.Button.OffsetRight,
.Button .OffsetRight {
	margin-right: 10px;
} 
.Button.Small,
.Button .Small {
	height:20px;
}

/*--------------------------------------------*/
/* EME Families, Types and Products
/*--------------------------------------------*/

.Family {
	overflow: visible;
	margin-bottom: 20px;
}
.Family h1, h2, h3, h4, h5, h6 {
	color: #555;
	margin-top: 0px;
	margin-bottom: 12px;
}
.Family p {
	color: #555;
	font-size: 1rem;
	margin-top: 0px;
}
.FamilyTypeProducts {
	overflow: visible;
	margin-bottom: 80px;
}
.FamilyTypeProducts .row {
	padding-bottom: 10px;
}
.FamilyTypeProducts .cell {
	display: inline-block;
	position: relative;
	overflow: visible;
	margin: 0 25px 0 5px;
	cursor: default;
	vertical-align: top;
}
.FamilyTypeProducts .cell > table {
	display: inline-block;
	font-size: 1rem;
	white-space: nowrap;
}
.FamilyTypeProducts .cell > table tr:nth-child(even) {
	background-color: #F7F7F7;
}
.FamilyTypeProducts .cell > table tr:nth-child(odd) {
	background-color: #E7E7E7;
}
.FamilyTypeProducts .cell > table td {
	padding: 3px 15px 3px 4px;
}
.FamilyTypeProducts .cell > table  td:nth-of-type(3) {
	font-weight: bold;
}

.FamilyTypeProducts .AvailabilityLegend {
	font-size: 0.9rem;
	margin: 5px 0px 5px 0px;
}
.FamilyTypeProducts .AvailabilityLegend > hr {
	border-top: 3px solid #00b27a;
	white-space: nowrap;
}
.FamilyTypeProducts .Button {
	cursor: pointer;
	border: 1px solid #d0d0d0;
	padding: 2px 6px 1px 2px;
	display: inline-block;
	color: #555;
	font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 1rem;
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
	text-indent: 0;
	text-decoration: none;
	text-align: center;
	background-color: #F0F0F0;
	background: -ms-linear-gradient( top,  #f0f0f0 5%, #e0e0e0 100%);
	background: -moz-linear-gradient( center top, #f0f0f0 2%, #e0e0e0 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0f0f0), color-stop(1, #e0e0e0) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e0e0e0');
	border-radius: 5px;
	text-shadow: 1px 1px 0px #fff;
	height: 40px;
}
.FamilyTypeProducts .Button:hover {
	background-color: #fdfdfd;
	background: -ms-linear-gradient( top,  #fdfdfd 5%, #ededed 100%);
	background: -moz-linear-gradient( center top, #fdfdfd 5%, #ededed 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fdfdfd), color-stop(1, #ededed) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#ededed');
}
.FamilyTypeProducts .Button:active {
	color: #f9f9f9;
	padding: 3px 5px 0px 3px;
	background-color: #fdfdfd;
	background: -ms-linear-gradient( top,  #fdfdfd 5%, #ededed 100%);
	background: -moz-linear-gradient( center top, #fdfdfd 5%, #ededed 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fdfdfd), color-stop(1, #ededed) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#ededed');
}
.FamilyTypeProducts .Caption {
	color: #00B27A;
	font-size: 1.3rem;
	margin-top: 30px;
}
.FamilyTypeProducts .Documents {
	margin-top: 30px;
}
.FamilyTypeProducts .Documents .Block {
	margin-top: 15px;
}
.FamilyTypeProducts .Documents .TableCell {
	display: table-cell;
	padding-right: 40px;
}
.FamilyTypeProducts .Documents .Title {
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 5px;
}
.FamilyTypeProducts .Documents .Text {
	font-size: 1rem;
}
.FamilyTypeProducts .Documents a, 
.FamilyTypeProducts .Documents a:link, 
.FamilyTypeProducts .Documents a:visited {
	font-weight: normal;
	font-size: 1rem;
	color: #00B27A;
	text-decoration: none;
	cursor: pointer;
	margin-right: 10px;
}
.FamilyTypeProducts .Documents a:hover, 
.FamilyTypeProducts .Documents a:active {
	color: #00e39c;
}
.FamilyTypeProducts .Documents a::before {
	font: normal normal normal 20px/1 FontAwesome;
	content: '\f1c1';
	color: #00B27A;
	position: relative;
	margin-right: 8px !important;
}
.FamilyTypeProducts .Documents a.HELP::before {
	font: normal normal normal 22px/1 FontAwesome;
	content: '\f29c';
	color: #00B27A;
	position: relative;
	margin-right: 8px !important;
}
.FamilyTypeProducts .Documents a.CLOUD::before {
	font: normal normal normal 22px/1 FontAwesome;
	content: '\f0C2';
	color: #00B27A;
	position: relative;
	margin-right: 8px !important;
}
.FamilyTypeProducts .Documents a.DOWNLOAD::before {
	font: normal normal normal 22px/1 FontAwesome;
	content: '\f019';
	color: #00B27A;
	position: relative;
	margin-right: 8px !important;
}
.FamilyTypeProducts .Documents a.DNL::before {
	font: normal normal normal 22px/1 FontAwesome;
	content: '\f0ed';
	color: #00B27A;
	position: relative;
	margin-right: 8px !important;
}
.FamilyTypeProducts .Documents a.URL::before {
	font: normal normal normal 20px/1 FontAwesome;
	content: '\f0c1';
	color: #00B27A;
	position: relative;
	margin-right: 8px !important;
}
.FamilyTypeProducts .Documents a.EXTURL::before {
	font: normal normal normal 20px/1 FontAwesome;
	content: '\f08e';
	color: #00B27A;
	position: relative;
	margin-right: 8px !important;
}
.FamilyTypeProducts a.EXTURL::before {
	font: normal normal normal 15px/1 FontAwesome;
	content: '\f08e';
	color: #00B27A;
	position: relative;
	margin-left: 5px !important;
	cursor: pointer;
}
.FamilyTypeProducts a.COPYCLIP::before {
	font: normal normal normal 15px/1 FontAwesome;
	content: '\f0ea';
	color: #00B27A;
	position: relative;
	margin-left: 5px !important;
	cursor: pointer;
}
.FamilyTypeProducts .Image01 {
	/*width: 353px;
	height: 178px;*/
	margin-left: 30px;
	padding: 0;
}
.FamilyTypeProducts .Image02 {
	margin: 0;
	padding: 0;
}
.FamilyTypeProducts .ImageNo {
	width: 250px;
	height: 250px;
	margin: 0;
	padding: 0;
}
.FamilyTypeProducts .ProductHeader {
	max-width: 700px;
	min-height: 40px;
	overflow: hidden;
}
.FamilyTypeProducts .ProductHeader > span {
	color: #555;
	font-size: 1.3rem;
}
.FamilyTypeProducts .ProductImageViewer {
	width: 100%;
	background-color: #fff;
}
.FamilyTypeProducts .Thumbnails {
	background-color: #f9f9f9;
	position: relative;
	float: left;
	width: 60px;
	margin: 0;
	padding: 0;
}
.FamilyTypeProducts .Thumbnails .List {
	background-color: #f9f9f9;
	width: 54px;
	max-height: 450px;
	overflow: hidden;
}
.FamilyTypeProducts .Thumbnails .List .Wrapper {
	position: relative;
	top: 0;
	padding-left: 5px;
	padding-top: 5px;
	list-style: none;
}
.FamilyTypeProducts .Thumbnails .List .Wrapper .Item {
	width: 45px;
	height: 45px;
	margin-bottom: 10px;
	padding: 1px;
	border: 1px solid #ccc;
	border-radius: 2px;
	cursor: pointer;
	background: url(../images/loading_3.gif) no-repeat center center;
	background-color: #fff;
	overflow: hidden;
}
.FamilyTypeProducts .Thumbnails .List .Wrapper .Item::before {
	content: "";
}
.FamilyTypeProducts .Thumbnails .List .Wrapper .Item > img {
	background-color: #fff;
	position: relative;
}
.FamilyTypeProducts .Thumbnails .List .Wrapper .Item-Cur {
	border: 1px solid #00b27a;
}

.FamilyTypeProducts .ImageView {
	min-height: 420px;
	max-height: 500px;
	margin-left: 70px;
	background: #fff;
}
.FamilyTypeProducts .ImageView .ImageWrapper {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.FamilyTypeProducts .ImageView .ImageWrapper .Discount {
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 100px;
	width: 80px;
	height: 80px;
	background-color: #ff0000;
	border-radius: 40px;
	text-align: center;
	-moz-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.FamilyTypeProducts .ImageView .ImageWrapper .Discount > i {
	position: relative;
	top: 16px;
	color: white;
	font-size: 2.1em;
	font-style: normal;
	font-weight: bold;
}

.FamilyTypeProducts .ImageView .MainImageBox {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.FamilyTypeProducts .ImageView .SmallImageBox {
	position: relative;
	width: auto;
	height: auto;
	margin: 0 auto;
	cursor: pointer;
	background: url(../images/loading_2.gif) no-repeat center center;
	max-width: 500px;
	max-height: 500px;
}
.FamilyTypeProducts .ImageView .SmallImageBox .Image {
	/*height: 100% !important;*/
	width: 100% !important;
	max-width: 500px;
	max-height: 500px;
	border: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	cursor: default;
}
.FamilyTypeProducts .ImageView .SmallImageBox .Lens {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 200px;
	background-color: rgba(0,0,0,.1);
	cursor: pointer;
}
.FamilyTypeProducts .ImageZoom {
	display: none;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 580px;
	height: 580px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 999;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.4);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,.4);
	-ms-box-shadow: 2px 2px 6px rgba(0,0,0,.4);
	-o-box-shadow: 2px 2px 6px rgba(0,0,0,.4);
	box-shadow: 2px 2px 6px rgba(0,0,0,.4);
}
.FamilyTypeProducts .ImageZoom img {
	display: block;
}
.FamilyTypeProducts .ProductData {
	margin: 0px 10px 0px 10px;
	/*
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	*/
}
.FamilyTypeProducts .ProductData h3 {
	color: #00b27a;
	font-size: 1,5rem;
}
.FamilyTypeProducts .ProductData table {
	border-collapse: collapse;
}
.FamilyTypeProducts .ProductData td {
	padding-top: 10px;
	text-align: left;
	vertical-align: top;
}
.FamilyTypeProducts .ProductData td:nth-of-type(1) {
	padding-right: 5px;
}
.FamilyTypeProducts .ProductData td:nth-of-type(2) {
	padding-left: 5px;
}
.FamilyTypeProducts .ProductData td > p {
	font-size: 1rem;
}
.FamilyTypeProducts .ProductData td > .Caption {
	font-weight: bold;
	font-size: 1rem;
	white-space: nowrap;
}
.FamilyTypeProducts .ProductData td > .Text {
	font-weight: normal;
	font-size: 1rem;
}
.FamilyTypeProducts .ProductData td > .Info {
	color: #00b27a;
	font-weight: bold;
	font-size: 1rem;
}
.FamilyTypeProducts .ProductData td > .MwStShip {
	display: inline;
	float: right;
	font-size: 0.8rem;
	line-height: 1.2;
	margin-left: 0px 20px 0px;
	padding-left: 10px;
	vertical-align: top;
}
.FamilyTypeProducts .ProductData td > .Price {
	line-height: 1;
	color: #00b27a;
	font-size: 1.5rem;
}
.FamilyTypeProducts .ProductData td > .PriceTotal {
	line-height: 1;
	font-size: 1.5rem;
	font-weight: bold;
}
.FamilyTypeProducts .ProductData td > .PriceTotalMWST {
	line-height: 1;
	font-size: 1.2rem;
	font-weight: bold;
}
.FamilyTypeProducts .ProductData td > .Sale {
	margin-top: -5px;
	color: #ff9900;
	font-size: 1.5rem;
	font-weight: bold;
}
.FamilyTypeProducts .ProductData td > .SaleText, 
.FamilyTypeProducts .ProductData td > .PriceTotal .SaleText {
	color: #555;
	font-size: 1rem;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 30px;
}

.FamilyTypeProducts .ProductInfo {
	margin: 40px 10px 20px 0px;
	/*
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	*/
}
.FamilyTypeProducts .ProductInfo .nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0px;
	margin-bottom: 0px;
	list-style: none;
}
.FamilyTypeProducts .ProductInfo .nav-tabs {
	margin-bottom: 30px;
	border-bottom: 1px solid #00b27a;
}
.FamilyTypeProducts .ProductInfo a {
	padding: 8px 30px 5px 30px;
	font-size: 1rem;
	color: #404040;
	background-color: #fff;
	border-left: 1px solid #515151;
	border-top: 1px solid #515151;
	border-right: 1px solid #515151;
	border-bottom: 1px solid #00b27a;
	border-radius: 6px 6px 0px 0px;
}
.FamilyTypeProducts .ProductInfo a:hover {
	border: 1px solid #00b27a;
	/*	border-left: 1px solid #00b27a;
	border-top: 1px solid #00b27a;
	border-right: 1px solid #00b27a;
	border-bottom: 1px solid #00b27a;
	*/
}
.FamilyTypeProducts .ProductInfo a.active {
	color: #fff;
	background-color: #00b27a;
	border-left: 1px solid #00b27a;
	border-top: 1px solid #00b27a;
	border-right: 1px solid #00b27a;
	border-bottom: 1px solid #00b27a;
}
.FamilyTypeProducts .ProductInfo .tab-content .Title {
	font-size: 1rem;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}
.FamilyTypeProducts .ProductInfo .tab-content .Text {
	font-size: 1rem;
	font-weight: normal;
}
.FamilyTypeProducts .ProductInfo .tab-content .Image {
	float: left;
}
.FamilyTypeProducts .ProductInfo .tab-content .Link a, 
.FamilyTypeProducts .ProductInfo .tab-content .Link a:link, 
.FamilyTypeProducts .ProductInfo .tab-content .Link a:visited {
	font-weight: normal;
	font-size: 1rem;
	color: #00B27A;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: 0;
}
.FamilyTypeProducts .ProductInfo .tab-content .Link a:hover, 
.FamilyTypeProducts .ProductInfo .tab-content .Link a:active {
	color: #00e39c;
}
.FamilyTypeProducts .ProductInfo .tab-content .Link a::before {
	font: normal normal normal 17px FontAwesome;
	content: '\f054';
	color: #00B27A;
	position: relative;
	margin-right: 8px !important;
}
.FamilyTypeProducts .ProductInfo .tab-content .Video {
	margin: auto;
	width: 570px;
}
.FamilyTypeProducts .ProductInfo .tab-content .TableCell {
	display: table-cell;
	vertical-align: top;
	width: 550px;
	padding-top: 20px;
}
.FamilyTypeProducts .ProductInfo .tab-content h3 {
	color: #00b27a;
}
.FamilyTypeProducts .ProductInfo .tab-content p,
.FamilyTypeProducts .ProductInfo .tab-content strong {
	font-size: 1rem;
}
.FamilyTypeProducts .ProductInfo .tab-content ul {
	font-size: 1rem;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.FamilyTypeProducts .ProductInfo .tab-content ul.List {
	list-style-type: none;
	font-size: 1rem;
	margin: 0;
	padding-left: 0px;
}
.FamilyTypeProducts .ProductInfo .tab-content ul.List > li {
	color: #555;
	position: relative;
	margin: 0;
	padding: 0px 0px 0px 45px;
	list-style-type: none;
}
.FamilyTypeProducts .ProductInfo .tab-content ul.List > li::before {
	color: #00b27a;
	content: '\f06a';
	font: 40px/1.2 "FontAwesome";
	position: absolute;
	left: 0px;
	top: 0px;
}
.FamilyTypeProducts .ProductInfo .tab-content .List .Title {
	font-size: 1rem;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
}
.FamilyTypeProducts .ProductInfo .tab-content .List .Text {
	font-size: 1rem;
	font-weight: normal;
}

.FamilyTypeProducts .ProductInfo .tab-content .Props {
	color: #555;
	font-size: 1rem;
	max-width: 95%;
}
.FamilyTypeProducts .ProductInfo .tab-content .Tags .Block {
	margin-bottom: 1rem;	
}
.FamilyTypeProducts .ProductInfo .tab-content .Props .Title {
	font-size: 1.5rem;
	font-weight: bold;
	text-transform: uppercase;
}
.FamilyTypeProducts .ProductInfo .tab-content .Props > ul {
	list-style-type: none;
	font-size: 1rem;
	margin: 0;
	padding-left: 0px;
}
.FamilyTypeProducts .ProductInfo .tab-content .Props > ul > li {
	position: relative;
	margin: 0;
	padding: 10px 0 10px 0;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
}
.FamilyTypeProducts .ProductInfo .tab-content .Props > ul > li::before {
	content: '';
}
.FamilyTypeProducts .ProductInfo .tab-content .Props > ul > li:last-child {
	 border-bottom-width: 0;
}
.FamilyTypeProducts .ProductInfo .tab-content .Props > ul > li div {
	display: inline-block;
}
.FamilyTypeProducts .ProductInfo .tab-content .Props > ul > li div a, 
.FamilyTypeProducts .ProductInfo .tab-content .Props > ul > li div a:link, 
.FamilyTypeProducts .ProductInfo .tab-content .Props > ul > li div a:visited {
	font-weight: normal;
	font-size: 1rem;
	color: #00B27A;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: 0;
}
.FamilyTypeProducts .ProductInfo .tab-content .Props > ul > li div:first-child {
	font-weight: 600;
	width: 25%;
	vertical-align: top;
	white-space: normal;
	margin-right: 20px;
}
.FamilyTypeProducts .ProductInfo .tab-content .Props > ul > li div:last-child {
	font-weight: normal;
	white-space: normal;
	max-width: 75%;
}

.FamilyTypeProducts .ProductInfo .tab-content .Tags {
	color: #555;
	display: flex;
	margin-bottom: 2.5rem;
}
.FamilyTypeProducts .ProductInfo .tab-content .Tags .Block {
	flex: 1 1 0%;
	padding-right: 2rem;
}
.FamilyTypeProducts .ProductInfo .tab-content .Tags .Title {
	font-size: 1.5rem;
	font-weight: bold;
	text-transform: uppercase;
}
.FamilyTypeProducts .ProductInfo .tab-content .Tags .Text {
	font-size: 1rem;
	font-weight: normal;
}

.FamilyTypeProducts .PricesGraduated {
	font-size: 0.9rem;
	line-height: 1;
	margin-top: 4px;
}
.FamilyTypeProducts .PricesGraduated th {
	font-weight: bold;
	padding: 3px 3px 3px 4px;
}
.FamilyTypeProducts .PricesGraduated tr:nth-child(even) {
	background-color: #F7F7F7;
}
.FamilyTypeProducts .PricesGraduated tr:nth-child(odd) {
	background-color: #E7E7E7;
}
.FamilyTypeProducts .PricesGraduated td:nth-of-type(1) {
	padding: 3px 10px 3px 4px;
	text-align: right;
}
.FamilyTypeProducts .PricesGraduated td:nth-of-type(2) {
	padding: 3px 4px 3px 4px;
	text-align: left;
}
.FamilyTypeProducts .PricesGraduated td:nth-of-type(3) {
	padding: 3px 4px 3px 4px;
	text-align: left;
}

.FamilyTypeProducts .QuantitySet {
	display: inline-block;
	background-color: #00b27a;
	border-radius: 16px;
}
.FamilyTypeProducts .QuantitySet .Input {
	width: 60px;
	text-align: center;
	vertical-align: top;
	font-size: 1rem;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	padding: 0;
	margin-top: 4px;
	margin-bottom: 4px;
}
.FamilyTypeProducts .QuantitySet a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #404040;
	vertical-align: top;
	cursor: pointer;
	/*
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	*/
}
.FamilyTypeProducts .QuantitySet a:hover {
	color: #fff;
}
.FamilyTypeProducts .QuantitySet span {
	display: inline-block;
	width: 28px;
	height: 29px;
	font-size: 1.6rem;
	text-align: center;
	vertical-align: top;
	margin-top: -2px;
}
.FamilyTypeProducts .QuantitySet .Sub {
	margin-left: 6px;
}
.FamilyTypeProducts .QuantitySet .Add {
	margin-right: 6px;
}
.FamilyTypeProducts .QuantitySet .Disabled {
	color: #d0d0d0;
}

.FamilyTypeProducts .ViewFamilyTile {
	position: relative;
	overflow: hidden;
	margin: 0;
	cursor: pointer;
}
.FamilyTypeProducts .ViewFamilyTile > div {
	position: relative;
	overflow: hidden;
	height: 370px;
	border-top: solid 3px #00b27a;
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 0px;
	padding-right: 0px;
}
.FamilyTypeProducts .ViewFamilyTile > div > div {
	position: absolute;
	opacity: 1;
	z-index: 3;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.FamilyTypeProducts .ViewFamilyTile > div:hover > div {
	opacity: 1;
}
.FamilyTypeProducts .ViewFamilyTile > div:hover .BackgroundContainer,
.FamilyTypeProducts .ViewFamilyTile > div:hover .BackgroundContainer100 {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
}
.FamilyTypeProducts .ViewFamilyTile > div:hover .Behind {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	z-index: 3;
}
.FamilyTypeProducts .ViewFamilyTile > div:hover .Front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.FamilyTypeProducts .ViewFamilyTile .BackgroundContainer {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 80%;
	-moz-background-size: 80%;
	-ms-background-size: 80%;
	-o-background-size: 80%;
	background-size: 80%;
	-webkit-transition: -webkit-transform 0.3s ease;
	-moz-transition: -moz-transform 0.3s ease;
	-ms-transition: -ms-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	transition: transform 0.3s ease;
}
.FamilyTypeProducts .ViewFamilyTile .BackgroundContainer100 {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-ms-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-transition: -webkit-transform 0.3s ease;
	-moz-transition: -moz-transform 0.3s ease;
	-ms-transition: -ms-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	transition: transform 0.3s ease;
}
.FamilyTypeProducts .ViewFamilyTile .BackgroundContainer img {
	display: none;
}
.FamilyTypeProducts .ViewFamilyTile .ContentWrapper {
	float: left;
	height: 380px;
	width: 100%;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	-o-perspective: 1000;
	perspective: 1000;
}
.FamilyTypeProducts .ViewFamilyTile .ContentWrapper .Front,
.FamilyTypeProducts .ViewFamilyTile .ContentWrapper .Behind {
	color: white;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.FamilyTypeProducts .ViewFamilyTile .ContentWrapper .Front {
	top: 250px;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.FamilyTypeProducts .ViewFamilyTile .ContentWrapper .Front > h3 {
	color: white;
	font-size: 1.2rem;
	margin-top: 0px;
	margin-bottom: 2px;
}
.FamilyTypeProducts .ViewFamilyTile .ContentWrapper .Front > p {
	color: white;
	font-size: 1rem;
}
.FamilyTypeProducts .ViewFamilyTile .ContentWrapper .Behind {
	min-top: 0px;
	z-index: -2;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.FamilyTypeProducts .ViewFamilyTile .ContentWrapper .Behind > h3 {
	color: white;
	font-size: 1.2rem;
}
.FamilyTypeProducts .ViewFamilyTile .ContentWrapper .Behind > p {
	color: white;
	font-size: 1.2rem;
	margin-top: 0px;
	margin-bottom: 0px;
}
.FamilyTypeProducts .ViewFamilyTile .ContentWrapper .Link {
	position: absolute;
	font-size: 0px;
	line-height: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 5;
}
.FamilyTypeProducts .ViewFamilyTile .ContentWrapper ul {
	margin: 0px 0px 3px 0px;
	padding: 0;
}
.FamilyTypeProducts .ViewFamilyTile .ContentWrapper li {
	color: #fff;
	position: relative;
	padding: 0px 10px 0px 20px;
	list-style-type: none;
}
.FamilyTypeProducts .ViewFamilyTile .ContentWrapper li::before {
	font: 13px/1.7 "FontAwesome";
	color: #fff;
	content: '\f138';
	position: absolute;
	left: 0px;
	top: 0px;
}

.FamilyTypeProducts .ViewLegend {
	width: 740px;
}
.FamilyTypeProducts .ViewLegend td {
	text-align: center;
	vertical-align: middle;
	padding: 3px 5px 3px 5px;
	white-space: nowrap;
}
.FamilyTypeProducts .ViewLegend th {
	color: #fff;
	background-color: #00b27a;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	white-space: nowrap;
}

.FamilyTypeProducts ._ViewTypeList {
	position: relative;
	overflow: hidden;
	margin: 0;
	cursor: default;
	font-size: 1rem;
	min-height: 85px;
}
.FamilyTypeProducts .ViewTypeList {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
	position: relative;
	overflow: hidden;
	margin: 0;
	cursor: default;
	font-size: 1rem;
	min-height: 186px;
}
.FamilyTypeProducts .ViewTypeList > div::first-line {
	min-height: 186px;
}
.FamilyTypeProducts .ViewTypeList.Header,
.FamilyTypeProducts .ViewTypeList .Header {
	max-height: 32px;
	min-height: 32px;
	background-color: #00b27a;
	font-weight: bold;
}
.FamilyTypeProducts .ViewTypeList .ColProduct.Header,
.FamilyTypeProducts .ViewTypeList .ColDescription.Header, 
.FamilyTypeProducts .ViewTypeList .ColStock.Header, 
.FamilyTypeProducts .ViewTypeList .ColCustPrice.Header,
.FamilyTypeProducts .ViewTypeList .ColGradPrice.Header, 
.FamilyTypeProducts .ViewTypeList .ColAttributes.Header, 
.FamilyTypeProducts .ViewTypeList .ColManufacturer.Header, 
.FamilyTypeProducts .ViewTypeList .ColMaterial.Header, 
.FamilyTypeProducts .ViewTypeList .ColActions.Header {
	max-height: 32px;
	min-height: 32px;
  	padding: 5px 0 0 5px;
  	color: #fff;
	/*border-right: 1px solid #00a26a;*/
} 
.FamilyTypeProducts .ViewTypeList .Arrow {
	display: none;
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #00b27a;
	margin-top: 95px;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	cursor: pointer;
	z-index: 2;
   -webkit-animation: fadein 0.3s;
   -moz-animation: fadein 0.3s;
   -ms-animation: fadein 0.3s;
   -o-animation: fadein 0.3s;
   animation: fadein 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.FamilyTypeProducts .ViewTypeList .Arrow:hover {
	background-color: #00e39c;
}
.FamilyTypeProducts .ViewTypeList .Arrow.ArrowLeft {
	left: 240px;
}
.FamilyTypeProducts .ViewTypeList .Arrow.ArrowLeft > span:before {
   font: normal normal normal 2.5rem/.95 FontAwesome;
  	color: #fff;
  	content: '\f100';
}
.FamilyTypeProducts .ViewTypeList .Arrow.ArrowRight {
	right: 200px;
}
.FamilyTypeProducts .ViewTypeList .Arrow.ArrowRight > span:before {
  	font: normal normal normal 2.5rem/.95 FontAwesome;
  	color: #fff;
  	content: '\f101';
}
.FamilyTypeProducts .ViewTypeList .ColActions {
	display: inline-block;
	position: absolute;
	right: 0px;
	width: 166px;
   height: 100%;
	margin: 0;
  	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	z-index: 2;
}
.FamilyTypeProducts .ViewTypeList .ColActions .Actions {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 160px;
	height: 100%;
   margin: 0;
	padding: 0 10px 0 10px;
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.FamilyTypeProducts .ViewTypeList .ColActions .Actions > div > div {
	padding: 3px 0 3px 0;
}
.FamilyTypeProducts .ViewTypeList .ColActions .Actions .Button {
	width: 135px;
	height: 38px;
}
.FamilyTypeProducts .ViewTypeList .ColActions .Actions .MwStShip {
	font-size: .7rem;	
	margin: -3px 0 5px 0;
	padding: 0;
	line-height: 1;
}
.FamilyTypeProducts .ViewTypeList .ColActions .Actions .Price {
	font-size: 1rem;	
}
.FamilyTypeProducts .ViewTypeList .ColActions .Actions .PriceSub {
	font-size: .9rem;	
}
.FamilyTypeProducts .ViewTypeList .ColActions .Actions .Request {
	padding: 10px 0 0 0;
}
.FamilyTypeProducts .ViewTypeList .ColActions .Actions .SpecRequest {
	padding: 2px 0 0 0;
}
.FamilyTypeProducts .ViewTypeList .ColProduct {
	position: static;
	min-width: 300px;
	/*min-height: 186px;*/
	margin: 0;
  	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	z-index: 2;
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.FamilyTypeProducts .ViewTypeList .ColProduct.Search {
   background-color: #ffdcdc;
}
.FamilyTypeProducts .ViewTypeList .ColProduct .Image {
	display: inline-block;
	width: 100px;
	height: 140px;
	margin: 0;
	padding: 10px 0 0 0;
	vertical-align: top;
}
.FamilyTypeProducts .ViewTypeList .ColProduct .Image img {
	width: 100px;
	height: 65px;
}
.FamilyTypeProducts .ViewTypeList .ColProduct .Text {
	display: inline-block;
	margin: 0;
	padding: 5px 0 0 10px;
	overflow-x: hidden;
	max-width: 190px;
}
.FamilyTypeProducts .ViewTypeList .ColProduct .Text div {
	display: block;
	white-space: initial;
}
.FamilyTypeProducts .ViewTypeList .ColData {
 	display: -webkit-flex;
 	display: -moz-flex;
   display: -ms-flexbox;
	display: flex;
	flex-grow: 1;
	flex-shrink: 0;
	align-items: stretch;
	position: relative;
	left: 0px;
	margin: 0 0 0 10px;
  	padding: 0;
	z-index: 1;
	transition: left 0.3s ease;
}

.FamilyTypeProducts .ViewTypeList .ColDescription {
	display: inline-block;
	min-width: 300px;
	max-width: 300px;
	height: 100%;
	margin: 0;
	padding: 5px 15px 0 0;
	vertical-align: top;
	border-right: 1px solid #c2c2c2;
	overflow-x: hidden;
}
.FamilyTypeProducts .ViewTypeList .ColDescription > div {
	font-size: 0.8rem;	
	margin: -10px 0 10px 0;
}
.FamilyTypeProducts .ViewTypeList .ColAttributes {
	display: inline-block;
	height: 100%;
	min-width: 140px;
	max-width: 140px;
	margin: 0;
	padding: 2px 15px 0 7px;
	vertical-align: top;
	white-space: nowrap;
	border-right: 1px solid #c2c2c2;
	overflow-x: hidden;
}
.FamilyTypeProducts .ViewTypeList .ColAttributes table {
	margin: 3px;
}
.FamilyTypeProducts .ViewTypeList .ColAttributes tr {
	line-height: 1;
}
.FamilyTypeProducts .ViewTypeList .ColAttributes td  {
	margin: 0;
	padding: 2px;
}
.FamilyTypeProducts .ViewTypeList .ColCustPrice {
	display: inline-block;
	color: #3366ff;
	height: 100%;
	min-width: 150px;
	max-width: 150px;
	margin: 0;
	padding: 5px 15px 0 10px;
	vertical-align: top;
	white-space: nowrap;
	border-right: 1px solid #c2c2c2;
	overflow-x: hidden;
}
.FamilyTypeProducts .ViewTypeList .ColCustPrice small {
	white-space: pre-wrap;
}
.FamilyTypeProducts .ViewTypeList .ColGradPrice {
	display: inline-block;
	height: 100%;
	min-width: 180px;
	max-width: 180px;
	margin: 0;
	padding: 0 15px 0 10px;
	vertical-align: top;
	white-space: nowrap;
	border-right: 1px solid #c2c2c2;
	overflow-x: hidden;
}
.FamilyTypeProducts .ViewTypeList .ColGradPrice .Info {
	overflow-y: hidden;
	height: 186px;
}
.FamilyTypeProducts .ViewTypeList .ColGradPrice .Info:hover {
	height: auto;
}
.FamilyTypeProducts .ViewTypeList .ColGradPrice .Info table {
	font-size: 0.9rem;
	line-height: 1;
	margin-top: 4px;
} 
.FamilyTypeProducts .ViewTypeList .ColGradPrice .Info td:nth-of-type(1) {
	text-align: right; 
	padding:3px 10px 3px 4px;
}
.FamilyTypeProducts .ViewTypeList .ColGradPrice .Info td:nth-of-type(3) {
	text-align: left; 
	padding:3px 0px 3px 4px;
}
.FamilyTypeProducts .ViewTypeList .ColManufacturer, 
.FamilyTypeProducts .ViewTypeList .ColMaterial {
	display: inline-block;
	height: 100%;
	min-width: 150px;
	max-width: 150px;
	margin: 0;
	padding: 2px 15px 0 10px;
	white-space: nowrap;
	vertical-align: top;
	border-right: 1px solid #c2c2c2;
	overflow-x: hidden;
}
.FamilyTypeProducts .ViewTypeList .ColStock {
	display: inline-block;
	height: 100%;
	min-width: 130px;
	max-width: 130px;
	margin: 0;
	padding: 5px 15px 0 7px;
	vertical-align: top;
	white-space: nowrap;
	border-right: 1px solid #c2c2c2;
	overflow-x: hidden;
}
.FamilyTypeProducts .ViewTypeList .ColStock img {
	margin: 0 5px 0 0;
}

.FamilyTypeProducts .ViewTypeTile {
	position: relative;
	overflow: hidden;
	margin: 0;
	cursor: default;
}
.FamilyTypeProducts .ViewTypeTile > div {
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	overflow: hidden;
	height: 450px;
	border-top: solid 3px #00b27a;
	margin-left: 1px;
	margin-right: 1px;
}
.FamilyTypeProducts .ViewTypeTile > div.Small {
	height: 230px;
}
.FamilyTypeProducts .ViewTypeTile > div .BackgroundContainer {
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 0px;
	right: 0px;
	bottom: 20px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 90%;
	-moz-background-size: 90%;
	-ms-background-size: 90%;
	-o-background-size: 90%;
	background-size: 90%;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-ms-transition: -ms-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	transition: transform 0.3s;
}
.FamilyTypeProducts .ViewTypeTile > div .BackgroundContainer.Small {
	/* left: -65px; */
}
.FamilyTypeProducts .ViewTypeTile > div .BackgroundContainer img {
 	display: none;
}
.FamilyTypeProducts .ViewTypeTile > div:hover .BackgroundContainer {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
}
.FamilyTypeProducts .ViewTypeTile > div .Discount {
	position: absolute;
	z-index: 1;
	top: 40px;
	left: 20px;
	width: 60px;
	height: 60px;
	background-color: red;
	border-radius: 30px;
	text-align: center;
	-moz-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.FamilyTypeProducts .ViewTypeTile > div .Discount > i {
	position: relative;
	top: 11px;
	color: white;
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
}
.FamilyTypeProducts .ViewTypeTile > div:hover .Text,
.FamilyTypeProducts .ViewTypeTile > div:hover .Text.Small {
	top: 28px;
}
.FamilyTypeProducts .ViewTypeTile .Order:hover .Info {
	top: auto;
} 
.FamilyTypeProducts .ViewTypeTile > div > div.Header {
	position: absolute;
	opacity: 1;
	z-index: 3;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 27px;
	padding: 3px 5px 3px 5px;
	font-size: 0.95rem;
	font-weight: normal;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	overflow: hidden;
	white-space: nowrap;
}
.FamilyTypeProducts .ViewTypeTile > div > div.Header h2 {
  	color:#fff;
  	font-size: 1rem;
  	font-weight: bold;
}
.FamilyTypeProducts .ViewTypeTile > div > div.Header.Search {
	color: #333333;
  	background-color: rgba(255, 120, 120, 0.6);
}
.FamilyTypeProducts .ViewTypeTile > div > a.Link {
	position: absolute;
	z-index: 4;
	font-size: 0;
	line-height: 0;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	cursor: pointer;
}
.FamilyTypeProducts .ViewTypeTile > div > a.Link.Price {
	bottom: 101px;
}
.FamilyTypeProducts .ViewTypeTile > div > div.Text {
	position: absolute;
	opacity: 1;
	z-index: 2;
	top: 290px;
	left: 0px;
	right: 0px;
	bottom: 101px;
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	-ms-transition: top 0.5s;
	-o-transition: top 0.5s;
	transition: top 0.5s;
}
.FamilyTypeProducts .ViewTypeTile > div > div.Text.Small {
	top: 200px;
	bottom: 0px;
}
.FamilyTypeProducts .ViewTypeTile > div > div > div.Info {
	position: absolute;
	opacity: 1;
	z-index: 3;
	color: #000;
	top: 101px;
	left: 0px;
	right: 0px;
	bottom: 101px;
	padding: 0;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.1);
	transition: top 0.5s;
	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	-o-transition: top 0.5s;
}
.FamilyTypeProducts .ViewTypeTile .Text > h3 {
	color: white;
	font-size: 1rem;
	font-weight: bold;
}
.FamilyTypeProducts .ViewTypeTile .Text > p,
.FamilyTypeProducts .ViewTypeTile .TextSmall > p {
	color: #eeeeee;
	font-size: 0.9rem;
	line-height: 1.3;
}
.FamilyTypeProducts .ViewTypeTile .Text .Columns2 {
	columns: 80px 2;	
}

.FamilyTypeProducts .ViewTypeTile > div > div.Order {
	position: absolute;
	opacity: 1;
	z-index: 3;
	height: 100px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 7px 5px 7px 5px;
	color: white;
	background-color: #888;
}
.FamilyTypeProducts .ViewTypeTile .Order > span {
	color: #fff;
}
/*
.FamilyTypeProducts .ViewTypeTile .Order img {
	width:27px;
	height:27px;
}*/
.FamilyTypeProducts .ViewTypeTile .Order .Inputs > div {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.FamilyTypeProducts .ViewTypeTile .Order .Inputs .Button {
	width: 120px;
	height: 38px;
}

.FamilyTypeProducts .ViewTypeTile .Order .MwStShip {
	display: inline-block;
	vertical-align: top;
	font-size: .7rem;	
	margin: 0 0 5px 10px;
	padding: 0;
	line-height: 1;
}
.FamilyTypeProducts .ViewTypeTile .Order .Price {
	font-size: 1rem;
}
.FamilyTypeProducts .ViewTypeTile .Order .Prices {
	display: inline-block;
	vertical-align: top;
}
.FamilyTypeProducts .ViewTypeTile .Order .PriceSub {
	font-size: .9rem;
}
.FamilyTypeProducts .ViewTypeTile .Order .Request {
	margin: 26px 0 0 0;
}
.FamilyTypeProducts .ViewTypeTile .Order .Sale {
	color: yellow;
	font-weight: bold;
	padding-left: 8px;
}
.FamilyTypeProducts .ViewTypeTile .Order .Stock {
	color: #fff;
	margin: -5px 0 0 0;
	padding: 0;
}
.FamilyTypeProducts .ViewTypeTile .Order .Stock img {
	margin: 0 5px 0 0;
}

/*--------------------------------------------*/
/*	EME Content Form, Frames, ...
/*--------------------------------------------*/

.Form {
   font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
   font-weight: normal;
   font-size: 1rem;
   color: #404040;
}
.FormBorder {
   color: #404040;
   background-color: #E9E9E9;
   border-left: 1px solid #00B27A;
   border-right: 1px solid #00B27A;
   border-bottom: 1px solid #00B27A;
}
.FormContent {
   color: #404040;
   background-color: #E9E9E9; 
}
.FormCaption {
   color: #404040;
	top: 3;
	cursor: default;
}
.FormDialog {
   color: #404040;
   background-color: #E7E7E7;
}
.FormShadow {
	 filter: progid:dximagetransform.microsoft.shadow(direction=150, strength=3, color=rgba(0,0,0,.4));
    border-radius-topleft: 15px; 
    border-radius-topright: 15px; 
    box-shadow: 3px 3px 3px rgba(0,0,0,.4);
	 -webkit-border-radius-topleft: 15px;
	 -webkit-border-radius-topright: 15px;
	 -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.4);
	 -moz-border-radius-topleft: 15px;
	 -moz-border-radius-topright: 15px;
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,.4);
	 -khtml-border-radius-topleft: 15px;
	 -khtml-border-radius-topright: 15px;
 	 -khtml-box-shadow: 3px 3px 3px rgba(0,0,0,.4);
}
.FormShadow1 {
	filter:progid:dximagetransform.microsoft.shadow(direction=150, strength=3, color=rgba(0,0,0,.4));
	box-shadow: 2px 2px 5px rgba(0,0,0,.4);
   -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 3px 3px 3px rgba(0,0,0,.4);
   -khtml-box-shadow: 3px 3px 3px rgba(0,0,0,.4);
}

.Frame {
	padding: 0;
	margin:10px 0px 0px 40px;
}
.Frame div {
	position: relative;
}

.FrameBase {
	position: absolute;
	overflow: visible;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	margin: 0px;
}

.FrameButtonArea {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

.FrameContent {
	position: absolute;
	overflow: visible;
	left: 0px;
	top: 0px;
	right: 0px;
	font-size: 1rem;
	padding: 0;
	margin: 10px 80px 50px 40px;
}
@media (max-width:450px) {
 .FrameContent {
	margin: 5px 5px 50px 5px;
 }
}
.FrameContent .Description {
	margin: 0px 10px 20px 0px;
}
.FrameContent .Infos,
.FrameContent.Infos {
	position: relative;
	padding-bottom: 30px;
	margin: 20px 80px 0px 0px;
}
.FrameContent.Infos .Text {
	display: inline-block;
	padding-left: 20px;
	vertical-align: bottom;
}
.FrameContent.Infos .Text p {
	font-size: 1.3rem;
	color: #555;
	white-space: normal;
}
.FrameContent.Infos img {
	display: inline-block;
	width: 250px;
	height: 210px;
}
.FrameContent .IFrame,
.FrameContent.IFrame {
	position: relative;
	height: 500px;
	padding-bottom: 30px;
	margin: 20px 80px 0px 0px;
}
.FrameContent .Navigator {
	margin: 0px 0px 15px 0px;		
}
.FrameContent .Navigator a {
	cursor: pointer;
	margin-right: 10px;
	transition: color .3s;
}
.FrameContent .Navigator a:hover {
	color: #00B27A;
}
.FrameContent .Navigator i {
	margin-right: 4px;		
}
.FrameContent .NewsCarousel {
	position: relative;
	white-space: nowrap;
}
.FrameContent .NewsCarousel .NewsItem {
	position: relative;
	display: inline-block;
	left: 0px;
	top: 0px;
	width: 19%;
	height: 300px;
	margin-left: 0px;
	margin-right: 1%;
   overflow: hidden;
   vertical-align: top;
   background-color: #fff;
   opacity: 1;
	border: 1px solid #888888;
	border-radius:5px;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.4);
 	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,.4);
 	-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,.4);
   box-shadow: 0px 0px 8px rgba(0,0,0,.4);
	z-index: 1;
}
.FrameContent .NewsCarousel .NewsItem .NewsContent {
	position: absolute;
   left: 0px;
   top: 0px;
	height: 300px;
	padding: 10px;
	overflow: visible;
}
.FrameContent .NewsCarousel .NewsItem .NewsContent .NewsThumb {
	padding: 5px;
	border: solid 1px #e0deda;
	border-radius: 4px;
	float: left;
	background-color: #fff;
	max-width: 100%;
	line-height: 0;
	margin-right: 10px;
	/*
	-webkit-transition: background 0.2s linear;
	-khtml-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
	*/
}
.FrameContent .NewsCarousel .NewsItem .NewsContent .NewsThumbImg {
	width:120px;
	height:120px;
}
.FrameContent .NewsCarousel .NewsItem .NewsContent .NewsThumbImg:hover {
   border-color: #bab8b4;
   background-color: #eee;
}
.FrameContent .NewsCarousel .NewsItem .NewsContent .NewsSummary {
	overflow: visible;
	margin: 0 10px 0 0;
	padding: 0;
}
.FrameContent .NewsCarousel .NewsItem .NewsContent .NewsSummary  p {
	margin: 0;
	padding: 0;
	white-space: normal;
}
.FrameContent .NewsCarousel .NewsItem .NewsGradient {
	background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));	
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px; 
	bottom: 0px;
}
.FrameContent .NewsCarousel .NewsItem .NewsLink {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.FrameContent .NewsCarousel .NewsItem h3 {
	font-size: 15pt;
	font-weight: bold;
}
.FrameContent .Title {
	color: #00b27a;
	font-size: 1.6rem;
	margin-bottom: 5px;
}
.FrameContent .Title small {
	color: #404040;
	font-weight: bolder;
}
.FrameContent .News,
.FrameContent.News {
	position: relative;
	padding-bottom: 30px;
	margin: 20px 80px 0px 0px;
}

@media only screen and (min-width:1024px), print {
	.FrameContent .List {
		margin-right: 20px;
		overflow: hidden;		
	}
}
.FrameContent .List {
	position: relative;
	display: block;
	min-width: 
}
.FrameContent .List .Even {
	background-color: #F7F7F7;
}
.FrameContent .List .Odd {
	background-color: #E7E7E7;
}
@media only screen and (min-width:1024px), print {
	.FrameContent .ListInner {
		position: static;
		overflow-x: auto;		
		overflow-Y: visible;
		width: auto;
	}
}
.FrameContent .ListInner {
	position: relative;
	display: block;
}
.FrameContent .List .Listheader {
	display: block;
	color: #fff;
	background-color: #00b27a;
	height: 30px;
}

.FrameContent .ManufacturerFilter,
.FrameContent.ManufacturerFilter {
	position: relative;
	padding-bottom: 30px;
	margin: 20px 80px 0px 0px;
}
.FrameContent.ManufacturerFilter img {
	margin: 0 10px 0 10px;
}
.FrameContent.ManufacturerFilter .Button {
	margin: 10px 0px 10px 0px;
}
.FrameContent.ManufacturerFilter .Buttons {
	text-align: center;
	margin-top: 10px;
	background-color: #e1e1e1;
}
.FrameContent .ManufacturerFilterBox {
 	display: -webkit-flex;
 	display: -moz-flex;
   display: -ms-flexbox;
	display: flex;
   position: relative;
   overflow: hidden;
   width: 300px;
   height: 230px;
   border-top: 3px solid #00b27a;
   border-bottom: 1px solid #404040;
   margin: 0px 10px 20px 0px;
   padding: 0;
   cursor: default;  
}
.FrameContent .ManufacturerFilterBox > div {
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.FrameContent .ManufacturerFilterBox > div .Background {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}
.FrameContent .ManufacturerFilterBox > div .Background img {
	display: none;
}
.FrameContent .ManufacturerFilterBox > div .Background.Auto {
  -webkit-background-size: auto 70%;
  -moz-background-size: auto 70%;
  -o-background-size: auto 70%;
  background-size: auto 70%;
} 
.FrameContent .ManufacturerFilterBox > div:hover .Background {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.FrameContent .ManufacturerFilterBox > div div.Title {
  position: absolute;
  opacity: 1;
  z-index: 3;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 30px;
  padding: 3px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
  color:#fff;
  background-color: rgba(0, 0, 0, 0.6);
}
.FrameContent .ManufacturerFilterBox > div div.Content {
  position: absolute;
  opacity: 1;
  z-index: 3;
  top: 195px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 5px;
  font-size: 1rem;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  transition: top 0.3s;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -o-transition: top 0.3s;
}
.FrameContent .ManufacturerFilterBox > div:hover div.Content {
  top: 31px;
  white-space: normal; 
}
.FrameContent .ManufacturerFilterBox > div a.Link {
  position: absolute;
  z-index: 4;
  background: transparent url("../images/blank.png");
  font-size: 0;
  line-height: 0;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  cursor: pointer;  
}

.FrameContent .Row {
 	display: -webkit-flex;
 	display: -moz-flex;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   overflow: hidden;
   min-width: 400px;
   transition: height 0.3s;
   -webkit-transition: height 0.3s;
   -moz-transition: height 0.3s;
   -o-transition: height 0.3s;
}
.FrameContent .Row .Cell200 {
	position: relative;
	overflow: visible;
	min-width: 200px;
	width: 20%;
	padding: 0px 10px 20px 0px;
}
.FrameContent .Row .Cell300 {
	position: relative;
	overflow: visible;
	min-width: 300px;
	width: 25%;
	padding: 0px 10px 20px 0px;
}
.FrameContent .Row .Cell400 {
	position: relative;
	overflow: visible;
	min-width: 350px;
	width: 33.333%;
	padding: 0px 15px 20px 0px;
}

.FrameContent .SearchFilter,
.FrameContent.SearchFilter {
	position: relative;
	padding-bottom: 30px;
	margin: 20px 80px 0px 0px;
}
.FrameContent .SearchFilterBox {
 	display: -webkit-flex;
 	display: -moz-flex;
   display: -ms-flexbox;
	display: flex;
   position: relative;
   overflow: hidden;
   width: 300px;
   height: 230px;
   border-top: 3px solid #00b27a;
   border-bottom: 1px solid #404040;
   margin: 0px 10px 20px 0px;
   padding: 0;
   cursor: default;  
}
.FrameContent .SearchFilterBox > div {
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.FrameContent .SearchFilterBox > div .Background {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}
.FrameContent .SearchFilterBox > div .Background img {
	display: none;
}
.FrameContent .SearchFilterBox > div .Background.Auto {
  -webkit-background-size: auto 70%;
  -moz-background-size: auto 70%;
  -o-background-size: auto 70%;
  background-size: auto 70%;
} 
.FrameContent .SearchFilterBox > div:hover .Background {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.FrameContent .SearchFilterBox > div div.Title {
  position: absolute;
  opacity: 1;
  z-index: 3;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 30px;
  padding: 3px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
  color:#fff;
  background-color: rgba(0, 0, 0, 0.6);
}
.FrameContent .SearchFilterBox > div div.Content {
  position: absolute;
  opacity: 1;
  z-index: 3;
  top: 195px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 5px;
  font-size: 1rem;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  transition: top 0.3s;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -o-transition: top 0.3s;
}
.FrameContent .SearchFilterBox > div:hover div.Content {
  top: 31px;
  white-space: normal; 
}
.FrameContent .SearchFilterBox > div a.Link {
  position: absolute;
  z-index: 4;
  background: transparent url("../images/blank.png");
  font-size: 0;
  line-height: 0;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  cursor: pointer;  
}

.FrameContent ul {
   position: relative;
	list-style-type: none;
   margin: 0;
   padding: 0;
}
.FrameContent li {
   position: relative;
	padding-left: 15px;
}
.FrameContent ul > li::before {
   font:  normal normal normal 10px/1 FontAwesome;
   content: '\f10c';
   color: #00B27A;
   position: absolute;
   left: 0px;
	top: 6px;
}

.FrameHeader {
	cursor: default;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7); /*#404040;*/
	-webkit-box-shadow: 2px 2px 4px 1px rgba(0,0,0,.4);
 	-moz-box-shadow: 2px 2px 4px 1px rgba(0,0,0,.4);
 	-khtml-box-shadow: 2px 2px 4px 1px rgba(0,0,0,.4);
   box-shadow: 2px 2px 4px 1px rgba(0,0,0,.4);
   margin: 0;
   padding: 4px 10px 4px 10px;
}
.FrameHeader div {
	display: inline-block;
   vertical-align: bottom;
   line-height: 1;
	font-size: 1.1rem;
}
.FrameHeader .LogoText {
	color: #00B27A;
	font-weight: bold;
	margin-bottom: 0px;
}
.FrameHeader .LogoTextAdd {
	color: #00B27A;
	font-weight: bold;
	font-style: italic;
	margin-left: 7px;
	margin-bottom: 0px;
}
.FrameHeader .Right {
	float: right;
}
.FrameHeader .Right .Basket span {
	margin-left: 10px;
}
.FrameHeader .Right .Content {
	display: block;
}
@media only screen and (max-width: 1360px) {
	.FrameHeader .LogoTextAdd {
		display: none;
	}	
}
@media only screen and (max-width: 1550px) {
	.FrameHeader .Right .Basket span {
		display: none;
	}
}
@media only screen and (max-width: 950px) {
	.FrameHeader .LogoText,
	.FrameHeader .LogoTextAdd {
		display: none;
	}	
}

.FrameLogon {
	display: flex;
	flex-direction: column;
	padding: 10px 10px 0 10px;
	margin: 0;
   font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 1rem;
} 
.FrameLogon .Button {
	position: relative;
	top: -15px;
	width: 143px;
	height: 30px;
	margin: 5px 0 0 0;
	font-size: inherit;
	align-self: flex-end;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.FrameLogon .IconEye {
	position: relative;
	display: block;
	left: -8px;
	top: -34px;
	width: 1.2rem;
	height: 1.2rem;
	color: #555;
   fill: currentcolor;
   cursor: pointer;
	align-self: flex-end;
}
.FrameLogon .IconEye:hover {
	color: #00B27A;
}
.FrameLogon .IconEye .Eye {
	display: block;
}
.FrameLogon .IconEye .EyeSlash {
	display: none;
}
.FrameLogon .Input {
	color: #555;
   background-color: #fff;
   width: 100%;
   border: 1px solid #ddd;
   border-radius: 6px;
   padding: 2px 5px 2px 5px;
   margin: 0 0 5px 0;
   outline: 0;
	font-size: 1.1rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.FrameLogon .Input:focus {
	box-shadow: 0px 0px 2px 1px rgba(0,178,122,.6);
}
.FrameLogon .Link {
	position: relative;
	top: -11px;
	margin: 7px 5px 0 0;
	line-height: 1;	
	font-size: 0.8rem;
	align-self: flex-end;
}

.FrameMain {
	margin:64px 0px 40px 0px;
	transition: 0.3s;
}
.FrameMain .MainContent {
	position: relative;
	overflow: visible;
	left: 0px;
	right: 0px;
	padding:0;
	margin: 0;
	/*margin:10px 0px 0px 40px;*/
}
.FrameMain .MainHeader {
	position: relative;
	overflow: visible;
	left: 0px;
	top: 0px;
	right: 0px;
	padding:0;
	margin: 0;
	/*margin:10px 0px 0px 40px;*/
}

.FrameMenu {
	background-color: #eaeaea;
	-webkit-box-shadow: 2px 2px 4px 1px rgba(0,0,0,.4);
 	-moz-box-shadow: 2px 2px 4px 1px rgba(0,0,0,.4);
 	-khtml-box-shadow: 2px 2px 4px 1px rgba(0,0,0,.4);
   box-shadow: 2px 2px 4px 1px rgba(0,0,0,.4);
   transition: 0.3s;
}
.FrameMenuHeader {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 30px;
	height: 34px;
   font-size: 1.1rem;
   font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-weight: bold;
	padding: 7px 5px 0px 5px;
	color:#f0f0f0;
	background-color: #00885d;
}
.FrameMenuHeaderSym {
	position: absolute;
   top: 0px;
   right: 0px;
   height: 34px;
   width: 30px;
   font-size: 1.6rem;
	font-weight: normal;
	text-align: right;
	padding: 0px 6px;
	color:#f0f0f0;
	cursor: pointer;
	background-color: #00885d;
}
.FrameMenuHeaderSym:focus, 
.FrameMenuHeaderSym:hover {
	color: #00e39c;
	transition: color .3s;
}

.FrameSideMenu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 250px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5); 
	-webkit-box-shadow: 2px 2px 4px 1px rgba(0,0,0,.4);
 	-moz-box-shadow: 2px 2px 4px 1px rgba(0,0,0,.4);
 	-khtml-box-shadow: 2px 2px 4px 1px rgba(0,0,0,.4);
   box-shadow: 2px 2px 4px 1px rgba(0,0,0,.4);
}
.FrameSideMenu img {
	width: 90px;	
}
.FrameSideMenu .Caption {
	font-size: 2rem;
	font-weight: bold;
	color: #f0f0f0;
	padding: 0; /* 10px 10px 10px 15px;*/
	background-color: rgba(0, 0, 0, 0.2); 
}
.FrameSideMenu .Caption div {
	display: inline-block;
	vertical-align: sub;
	width: 150px;
	text-align: center;
}
.FrameSideMenu .nav {
   font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
}
.FrameSideMenu .nav .nav-link {
	font-size: 1.1rem;
	color: #fff;
	border-radius:0px;
}
.FrameSideMenu .nav .nav-link:hover {
	background-color: #00e39c;
}
.FrameSideMenu .nav .active {
	background-color: #00b27a;
}

.FrameStatus {
	overflow: visible;
	font-size: 1rem;
	text-decoration: none;
	color: #fff;
	background-color: #4C4C4C;
	padding-top:3px;
}

.FrameStatus .Links, 
.FrameStatus .Links:link, 
.FrameStatus .Links:visited {
	display: inline-block;
	color: #00B27A;
	transition: color .3s;
	cursor: pointer;
	margin: 0px 6px 0px 6px;
}
.FrameStatus .Links:hover, 
.FrameStatus .Links:active {
	color: #00e39c;
	transition: color .3s;
}
.FrameStatus .Links:disabled {
	color: #888888;
	cursor: default;
}
.FrameStatus .Text {
	display: inline-block;
	color: #F0F0F0;
	margin: 0px 10px 0px 10px;
}
.FrameStatus .Version {
	display: inline-block;
	float: right;
	font-size: 0.8rem;
	color: #ACACAC;
	white-space: nowrap;
	margin: 2px 10px 0px 10px;
}

.FrameTable {
 	display: -webkit-flex;
 	display: -moz-flex;
   display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 10px;
	overflow-x: auto;
} 
.FrameTable table {
	border-collapse: collapse;
	width: 100%;
	font-size: 1.0rem;
	cursor: default;
}
.FrameTable th {
	font-size: 1.1rem;
   padding-left: 5px;
   padding-top: 5px;
   padding-bottom: 5px;
   text-align: left;
   background-color: #00b27a;
   color: white;
}
.FrameTable th,
.FrameTable td {
  border: 1px solid #ddd;
  padding: 5px;
  white-space: nowrap;
}
.FrameTable tr:nth-child(even) {
	background-color: #fff;
}
.FrameTable tr:nth-child(odd) {
	background-color: #f2f2f2;
}
.FrameTable tr:hover {
	background-color: #d0d0d0;
}
.FrameTable td > button {
	display: inline;
	font-size: 1.1rem;
	width: 32px;
	height: 32px;
	padding: 3px;
}
.FrameTable i {
	color: #00b27a;
	font-size: 1.4rem;
}
.FrameTable .fa-caret-down {
	padding-left: 1px;
	padding-right: 4px;
}
.FrameTable .fa-caret-right {
	padding-left: 5px;
	padding-right: 5px;
}


.FrameTable .New {
	color: #00b27a;
}
.FrameTable .Error {
	color: #ff0033;
	font-size: 1.2rem;
	max-width: 70%;
	display: inline-block;
	white-space: normal;
}
.FrameTable .Select {
	cursor: pointer;
	cursor: hand;
}
.FrameTable .ViewList {
	margin: 0;
	padding: 0;
	text-align:left;
	vertical-align:middle;
	white-space: nowrap;
	border: 0;
}
.FrameTable .ViewList.Text {
	font-size: 1.0rem;
	padding: 5px 15px 5px 15px;
}
.FrameTable .ViewList a {
   color: #383838;
	font-size: 1.0rem;
}
.FrameTable .ViewList span {
	float: right;
}

.FrameTable .ViewSearch {
	margin: 0;
	padding: 0;
	text-align:left;
	vertical-align:middle;
	white-space: normal;
	border: 0;
}
.FrameTable .ViewSearch image {
	width:120px;
	height:61px;
}
.FrameTable .ViewSearch.Text {
	font-size: 1.0rem;
	padding: 5px;
}
.FrameTable .ViewSearch.Text span {
	display: inline-block;
	font-size: 0.9rem;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #797979;
	border-radius: 3px;
	cursor: default;
}
.FrameTable .ViewSearch.Text .SubSelect {
	border: 1px solid #00b27a;
	cursor: pointer;
}
.FrameTable .ViewSearch.Text .SubSelect:hover {
	background-color: #fff;
	border: 1px solid #909090;
   box-shadow: 0px 0px 3px 2px rgba(0, 178, 122, 0.5), inset 0px 0px 3px rgba(0, 178, 122, 0.5);
}

.FrameTableInner {
 	display: -webkit-flex;
 	display: -moz-flex;
   display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 10px;
	overflow-x: auto;
} 
.FrameTableInner table {
	border-collapse: collapse;
	width: 100%;
	font-size: 1.0rem;
	background-color: #fff;
	cursor: default;
}
.FrameTableInner th {
	font-size: 0.8rem;
   padding-left: 3px;
   padding-top: 3px;
   padding-bottom: 3px;
   text-align: left;
   background-color: #797979;
   color: white;
}
.FrameTableInner th,
.FrameTableInner td {
  border: 1px solid #ddd;
  padding: 5px;
  white-space: normal;
}
.FrameTableInner tr:nth-child(even) {
	background-color: #fff;
}
.FrameTableInner tr:nth-child(odd) {
	background-color: #f0f0f0;
}
.FrameTableInner .Hover:hover {
	background-color: #d0d0d0;
	cursor: pointer;
}

.FrameTitle {
	font-size: 1rem;
	color: #797979;
}
.FrameTitleSuffix {
	font-size: 1rem;
	color: #404040;
}

.FrameView {
	position: absolute;
	overflow: visible;
	left: 0px;
	top: 0px;
	right: 0px;
	background-color: #fff;
	margin: 50px 120px 20px 60px;
}
.FrameView.Inherit {
	position: inherit;
	margin: 50px 160px 20px 100px;
}
.FrameView.SideMenu {
	left: 250px;
}

.FrameWindow {
 	display: -webkit-flex;
 	display: -moz-flex;
   display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.3);
    background-color: #fbfbfb;
    margin-bottom: 60px;
    border-radius: 5px;
}
.FrameWindow .FrameWindow_Head {
 	display: -webkit-flex;
 	display: -moz-flex;
   display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0 25px;
    border-bottom: 1px solid #ebedf2;
    min-height: 60px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
 	 -webkit-transition: left 0.3s, right 0.3s, height 0.3s;
	 transition: left 0.3s, right 0.3s, height 0.3s;	
}
.FrameWindow .FrameWindow_Head.Min {
	border-bottom: 0;	
    min-height: 5px;
}
.FrameWindow .FrameWindow_Head.FrameWindow_Head-NoBorder {
	border-bottom: 0;	
}
.FrameWindow .FrameWindow_Head .FrameWindow_Head-Label {
 	display: -webkit-flex;
 	display: -moz-flex;
   display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: flex-first;
	align-content: flex-first;
}
.FrameWindow .FrameWindow_Head .FrameWindow_Head-Label .FrameWindow_Head-Title {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	font-weight: 500;
	color: #00b27a;
}
.FrameWindow .FrameWindow_SubHead {
 	display: -webkit-flex;
 	display: -moz-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   position: relative;
	margin: 0;
   padding: 5px 25px 5px;
   background-color: #00b27a;
}
.FrameWindow .FrameWindow_SubHead .FrameWindow_SubHead-Label {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
} 

.FrameWindow .FrameWindow_Body {
 	display: -webkit-flex;
 	display: -moz-flex;
   display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px;
	border-radius: 5px;	
}
.FrameWindow .FrameWindow_Height-Fluid .FrameWindow_Body {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;	
}
.FrameWindow .FrameWindow_Body.FrameWindow_Body-Cols {
	height: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;	
}
.FrameWindow .FrameWindow_Body.FrameWindow_Body-Rows {
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;	
}

.FrameWidget {
 	display: -webkit-flex;
 	display: -moz-flex;
   display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 10px;
} 
.FrameWidget .FrameWidget_FirstTop {
	position: relative;
 	display: -webkit-flex;
 	display: -moz-flex;
   display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 20px;
	margin-right: 20px;
} 
.FrameWidget .FrameWidget_FirstCenter {
	position: relative;
 	display: -webkit-flex;
 	display: -moz-flex;
   display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 20px;
	margin-right: 20px;
} 
.FrameWidget .FrameWidget_LastTop {
	position: relative;
 	display: -webkit-flex;
 	display: -moz-flex;
   display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 20px;
	margin-right: 20%;
}
.FrameWidget .FrameWidget_LastCenter {
	position: relative;
 	display: -webkit-flex;
 	display: -moz-flex;
   display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 20px;
	margin-right: 20px;
}
.FrameWidget .FrameWidget_Caption {
	font-size: 1.7rem;
	font-weight: 600;
	color: #555;
	margin-bottom: 10px;
}
.FrameWidget .FrameWidget_Caption select {
	font-size: 1.2rem;
   font-weight: normal;
 	color: #555;
   font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
   background-color: white;
   border: 1px solid #ddd;
   padding: 0px 0px 0px 5px;
   width:50px;
   border-radius: 3px;
   background-clip: padding-box;
   -moz-padding-start: calc(10px - 3px);
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   cursor: pointer;
}
.FrameWidget .FrameWidget_Caption select:focus {
  color: #212529;
  background-color: #fff;
  /*border-color: #00B27A;*/
  outline: 0;
  box-shadow: 0px 0px 2px 1px rgba(0,178,122,.6);
}
.FrameWidget .FrameWidget_Caption select::-ms-expand {
	display: none;
}
.FrameWidget .FrameWidget_Caption span {
	position: relative;
}
.FrameWidget .ArrowDown {
	position: relative;
	top: 0px;
}
.FrameWidget .ArrowDown::before {
   position: absolute;
   background-color: transparent;
   font-size: 1.5rem;
   font-weight: bold;
   top: -18px;
   right: 10px;
   color: #C7D3C5;
   pointer-events: none;
}

.FrameWidget .FrameWidget_Label {
	font-size: 1.2rem;
	font-weight: 600;
	color: #555;
}
.FrameWidget .FrameWidget_Text {
	font-size: 1.2rem;
	font-weight: 300;
	color: #555;
}
.FrameWidget .FrameWidget_Text td {
	padding-right: 5px;	
}
.FrameWidget .FrameWidget_Text td > b {
	font-weight: bold;	
}
.FrameWidget .FrameWidget_Text td > input {
	font-size: 1.2rem;
   font-weight: normal;
 	color: #555;
   font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
   background-color: white;
   border: 1px solid #ddd;
   padding: 0px 0px 0px 5px;
   width: 320px;
   border-radius: 3px;
   background-clip: padding-box;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   -moz-padding-start: calc(10px - 3px);
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
}
.FrameWidget .FrameWidget_Text td > input:focus {
   color: #555;
   background-color: #fff;
   /*border-color: #00B27A;*/
   outline: 0;
  	box-shadow: 0px 0px 2px 1px rgba(0,178,122,.6);
}
.FrameWidget .FrameWidget_Text td > button {
	padding: 0px 6px 0px 6px;
	margin-top: -4px;
	font-size: 1.2rem;
	transition: .3s;
   outline: 0;
}
.FrameWidget .FrameWidget_FirstTop .FrameWidget_BG {
	opacity: 0.08;
	position: absolute;
	z-index: 0;
	width: 120px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
}


.FormModal {
    background-color: rgba(0, 0, 0, 0.3); 
}
.FormModal :not(:disabled):not(.disabled) i:focus, 
.FormModal :not(:disabled):not(.disabled) i:hover {
   opacity: 1;
   transition: opacity 0.2s;
}
.FormModal .no-border {
	border: none;	
}
.FormModal .no-margin-bottom {
	margin-bottom: 0;
}
.FormModal .no-margin-top {
	margin-top: 0;
}
.FormModal .no-margin-top-bottom {
	margin-top: 0;
	margin-bottom: 0;
}
.FormModal .no-padding-bottom {
	padding-top: 0;
}
.FormModal .no-padding-top {
	padding-top: 0;
}
.FormModal .no-padding-top-bottom {
	padding-top: 0;
	padding-bottom: 0;
}
.FormModal .modal-body {
	line-height: 0;
   /*display: flex;*/
   flex-wrap: nowrap;
   justify-content: center;
   align-items: stretch;
}
.FormModal .modal-body .ErrMsg {
	color: #ff0000;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.2;
}
.FormModal .modal-body .Text {
	text-align: left;
	margin-bottom: 10px;
	line-height: 1.2;
}

.FormModal .modal-body > div:first-child {
	font-size: 1.3rem;
	margin-bottom: 10px;
}
.FormModal .modal-body > div:last-child {
	/* font-size: 1.1rem; */
	/* color: #888; */
}
.FormModal .form-control:focus {
   color: #212529;
   background-color: #fff;
   outline: 0;
   box-shadow: 0px 0px 0px 0px;
}
.FormModal .modal-body input {
	font-weight: normal;
	font-size: 1rem;
	color: #9e9e9e;
	font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	background-color: white;
	border: 1px solid #C7D3C5;
   border-radius: 3px;
	padding: 2px 10px 2px 10px;
	margin-bottom: 5px;
	outline: 0;
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.FormModal .form-control:focus ,
.FormModal .modal-body input:focus {
   color: #212529;
   background-color: #fff;
   border-color: #00B27A;
   outline: 0;
   box-shadow: 0px 0px 5px 3px rgba(0, 178, 122, 0.3);
}
.FormModal .modal-body .valid ,
.FormModal .modal-body .form-control.valid {
   color: #212529;
   background-color: #fff;
}
.FormModal .modal-body .invalid ,
.FormModal .modal-body .form-control.invalid {
   color: #212529;
   background-color: #ff2020;
}
.FormModal .modal-body-content {
	line-height: 0;
   display: block;
}
.FormModal .modal-body-hype {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.FormModal .modal-body-hype iframe {
	width: 100%;
	height: 500px;
   background-color: #fff;
	border: 1px solid #C7D3C5;
   border-radius: 3px;
}
.FormModal .modal-footer button {
	transition: .3s;
}
.FormModal .modal-footer .buttons {
	margin: 0;
}
.FormModal .modal-content {
	background-color: #eee;
	border-radius: 8px;
}
.FormModal .modal-dialog {
	font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 1.1rem;

	/*
	top: 10%;
	opacity: 0.5;
	-webkit-transition: opacity 1s ease-in;
   -moz-transition: opacity 1s ease-in;
   -o-transition: opacity 1s ease-in;
   -ms-transition: opacity 1s ease-in;
   transition: opacity 1s ease-in;
   */
}
.FormModal .modal-header i {
	cursor: pointer;
	color: #00b27a;
	font-size: 1.6rem;
	opacity: 0.5;
}
.FormModal .modal-title {
	font-size: 1.4rem;
	font-weight: bold;
	color: #00b27a;
}

.HeaderItemBasket {
	color: #F0F0F0;
   font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 1.1rem;
   padding-right: 8px;
	transition: color .3s;
}
.HeaderItemBasket a, 
.HeaderItemBasket a:link,
.HeaderItemBasket a:visited {
	color: #F0F0F0;
	font-size: 1.1rem;
	text-decoration: none;
	transition: color .3s;
}
.HeaderItemBasket a:hover,
.HeaderItemBasket a:active {
	color: #00B27A;
	font-size: 1.1rem;
	text-decoration: none;
	transition: color .2s;
}

.HeaderMenu {
	display: block;
	transition: color .3s;
}
.HeaderMenu .HeaderMenuSym {
   background-color: rgba(255, 255, 255, 0.3);
   border: solid 3px #00b27a;
   border-radius: 8px;
   padding: 1px 5px 1px 5px;
   font-size: 0;
   line-height: 0;
   cursor: pointer;
   text-align: center;
   display: none;
	margin-left: 15px;
	margin-bottom: 6px;
   -webkit-transition: all 200ms ease;
   -moz-transition: all 200ms ease;
   -ms-transition: all 200ms ease;
   -o-transition: all 200ms ease;
   transition: all 200ms ease;
}
.HeaderMenu .HeaderMenuSym::after {
	font-family: "FontAwesome";
	color: #fff;
	font-size: 28px;
	content: "\f0c9";
	line-height: 34px;
	display: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.HeaderMenu .HeaderMenuSym:hover {
  background-color: rgba(0, 0, 0, 0.3);
	border-color: #00e39c;
}
.HeaderMenu .HeaderMenuSym:hover::after {
	color: #00b27a;
}
.HeaderMenu .HeaderMenuWrapper {
	font-size: 0;
	margin-bottom: 12px;
}
.HeaderMenu .HeaderMenuWrapper > ol > li {
	display: inline-flex;
	vertical-align: middle;
}

.HeaderMenu .HeaderMenuItem  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	transition: color .3s;
}
.HeaderMenu .HeaderMenuWrapper .HeaderItemContainer {
	color: #fff;
	font-size: 1.6rem;
	margin: 0px 5px 0px 15px; 
	transition: color .3s;
}
.HeaderMenu .HeaderMenuWrapper .HeaderItemContainer:hover {
	color: #00e39c;
	text-decoration: none;	
	transition: color .3s;
}
.HeaderMenu .HeaderMenuWrapper > ol > li.HeaderItemActive > span .HeaderItemContainer {
	color: #00b27a;
	transition: color .3s;
}
@media only screen and (max-width: 870px) {
	.HeaderMenu .HeaderMenuWrapper {
		display: none;
	}
	.HeaderMenu .HeaderMenuSym,
	.HeaderMenu .HeaderMenuSym::after {
		display: inline-block;
	}
}

.HeaderSearch {
	background-color: #606060;
	border-radius: 8px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 8px 10px 7px 12px;
}
.HeaderSearch button {
	float: right;
	color: #fff;
	background-color: #606060;
	border: 0;
	height: 30px;
	text-align: center;
	margin-left: 8px;
	margin-top: -1px;
	padding: 0px;
	outline: 0;
}
.HeaderSearch button:hover {
	color: #00e39c;
}
.HeaderSearch i {
	font-size: 1.6rem;
   font-style: normal;
   background: 0 0;
   height: auto;
   width: auto;
   margin: 0;
   padding: 0;
	outline: 0;
}
.HeaderSearch input {
	float: right;
	font-size: 1.3rem;
   font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	background-color: #eaeaea;
   width: 320px;
   height: 30px;
   border: 0;
	border-radius: 4px;
   margin-left: 10px;
   padding: 2px 0px 0px 5px;
	outline: 0;
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.HeaderSearch input:focus {
	box-shadow: 0px 0px 2px 1px rgba(0,178,122,.6);
}

.HeaderSearch label {
	float: right;
	color:#fff;
	font-size: 1.6rem;
   font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
   margin: 4px 0 0 0;
   padding: 0;
	outline: 0;
}
.HeaderSearch .EmptyMsg::placeholder {
   color: #DF1417;
   opacity: 1;
}
@media only screen and (max-width: 1150px) {
	.HeaderSearch input {
		width: 250px;
	}
	.HeaderSearch label {
		display: none;
	}
}
@media only screen and (max-width: 535px) {
	.HeaderSearch input {
		width: 180px;
	}
}

.Language, 
.Language:link, 
.Language:visited {
	color: #fff;
	font-weight: normal;
	font-size: 0.8rem;
	text-decoration: none;
	margin-left: 8px;
	transition: color .3s;
}
.Language:hover {
	color: #00e39c;
	transition: color .3s;
}
.Language:active {
	color: #00B27A;
	cursor: default;
}
.Language.Sel,
.Language .Sel {
	color: #00B27A;
	cursor: default;
	margin-left: 8px;
}
.Language span {
	margin-left: 5px;
}
@media only screen and (max-width: 1550px) {
	.Language span {
		display: none;
	}
}

.LanguageSmall, 
.LanguageSmall:link, 
.LanguageSmall:visited {
	color: #bbb;
   font-size: 0.8rem;
	font-style: normal;
	text-decoration: none;
	cursor: pointer;
	transition: color .3s;
}
.LanguageSmall:hover {
	color: #ccc;
	text-decoration: underline;
	cursor: pointer;
	transition: color .3s;
}
.LanguageSmall:active {
	color: #ccc;
	text-decoration: underline;
	cursor: pointer;
}
.LanguageSmallBar {
	float: right;
}

.LargerText {
  font-size: 120%;
  line-height: 1.2;
}

.LargeText {
  font-size: 200%;
  line-height: 1.1;
}

.ExtraLargeText {
  font-size: 450%;
  line-height: 1.1;
}

.Link, 
.Link:link, 
.Link:visited {
	font-size: 1rem;
	color: #00B27A;
	transition: color .3s;
	cursor: pointer;
}
.Link:hover, 
.Link:active {
	color: #00e39c;
	transition: color .3s;
}
.Link:disabled {
	color: #888888;
	cursor: default;
}
	
.LinkClick
{
   font-weight: bold;
   font-size: 10pt;
   color: White;
   text-decoration: underline;
}
.LinkDisabled
{
   font-weight: bold;
   font-size: 10pt;
   color: #ADADAD;
}
.LinkHighlight
{
   font-weight: bold;
   font-size: 10pt;
   color: #E9E9E9;
}
.LinkOnOver
{
   font-weight: bold;
   font-size: 10pt;
   color: White;
}
.LinkSelected
{
   font-weight: bold;
   font-size: 10pt;
   color: White;
}

.MessageBoxA {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0;
	margin: 0;
	font-size: 1rem;
}
.MessageBoxContent {
 	display: -webkit-flex;
 	display: -moz-flex;
   display: -ms-flexbox;
	display: flex; 
	vertical-align: middle;
	margin-top: 25px;
}
.MessageBoxContent.Text,
.MessageBoxContent .Text {
	font-size: 1.3rem;
}
.MessageBoxContent ul {
	padding: 5px 0 0 20px;
	line-height: 1.1;
}

.MessageBoxException {
	color: #cc0000;
	font-size: 6rem !important;
	margin: 5px 40px 5px 30px;	
} 
.MessageBoxInfo {
	color: #00b27a;
	font-size: 6rem !important;
	margin: 5px 40px 5px 30px;	
} 

.Navigator {
	display:inline-block;
	font-size: 1rem;
	font-weight: normal;
	text-decoration: none;
	color: #626051;
	cursor: default; 
   margin:10px 0px 0px 40px;	
}
.Navigator span {
	cursor: pointer; 
	margin-left: 5px;
	transition: color .3s;
	white-space: nowrap;
}
.Navigator span:hover {
	color: #00B27A;
}
.Navigator span i {
	margin-right: 4px;
}
.order-1 {
    order: 1!important;
}
.order-2 {
    order: 2!important;
}
.order-3 {
    order: 3!important;
}
.order-4 {
    order: 4!important;
}
.order-5 {
    order: 5!important;
}
.order-6 {
    order: 6!important;
}
.OrderSteps {
   margin: 10px 0 0 40px;
	font-weight: bold;
	font-size: 9pt;
   cursor: default;
}
.OrderSteps ul {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	overflow: hidden;
}
.OrderSteps li {
	float: left;
}
.OrderSteps div {
	display: inline-block;
}
.OrderSteps .Point {
	background: #ff; 
   border: 1px solid #404040; 
	border-radius: 50%;
	text-align: center;
	padding-top: 1px;
	margin: 10px 3px 10px 10px;
	height: 20px;
	width: 20px;
}
.OrderSteps .PointPulse {
	color: #fff;
	background: #00b27a; 
   border: 1px solid #00b27a; 
	border-radius: 50%;
	text-align: center;
	padding-top: 1px;
	margin: 10px 3px 10px 10px;
	height: 20px;
	width: 20px;
	box-shadow: 0 0 0 0 rgba(0, 178, 122, 1);
	animation: Pulse 2s infinite;
}
.OrderSteps .Text {
	font-size: 0.9rem;
	margin-right: 10px;
}

.PageLoader {
  	display: block;
  	position: fixed;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
  	z-index: 2001;
}
.PageLoader > div {
   position: absolute;
   top: 50%;
   left: 50%;
   overflow: hidden;
}
.PageLoader > div::before,
.PageLoader > div::after {
  	position: absolute;
  	content: "";
}
.PageLoader.PageLoader_Syle1 > div {
  	width: 164px;
  	height: 164px;
  	margin: -82px 0 0 -82px;
  	border: solid 3px #00b27a;
  	border-radius: 10px;
}
.PageLoader.PageLoader_Syle1 > div::before, 
.PageLoader.PageLoader_Syle1 > div::after {
  	left: 0;
  	right: 0;
  	bottom: 0;
}
.PageLoader.PageLoader_Syle1 > div::before {
	background-color: rgba(0, 178, 122, 0.4);
  	-webkit-animation: AnimateHeight 2s steps(10) infinite;
  	-moz-animation: AnimateHeight 2s steps(10) infinite;
  	-ms-animation: AnimateHeight 2s steps(10) infinite;
  	-o-animation: AnimateHeight 2s steps(10) infinite;
  	animation: AnimateHeight 2s steps(10) infinite;
}
.PageLoader.PageLoader_Syle1 > div::after {
 	top: 0;
	background: url(../EME/images/EME_Logo_100x100.png) center center no-repeat;
}

.Panel {
   cursor: default;
   color: #404040;
   background-color: #f3f4f3;
   font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
   font-size: 10pt;
   font-weight: normal;
   text-decoration: none;
   border: 1px solid #888888;
   border-radius: 5px;
   padding:10px; 
   overflow:visible;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.4);
 	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,.4);
 	-ms-box-shadow: 0px 0px 8px rgba(0,0,0,.4);
 	-o-box-shadow: 0px 0px 8px rgba(0,0,0,.4);
   box-shadow: 0px 0px 8px rgba(0,0,0,.4);
   -webkit-animation: fadein 0.3s;
   -moz-animation: fadein 0.3s;
   -ms-animation: fadein 0.3s;
   -o-animation: fadein 0.3s;
   animation: fadein 0.3s;
}
.PanelFooter {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 48px;
	min-height: 48px;
	max-height: 350px;
	color: #fff;
	font-size: 1rem;
   -webkit-transition: height .3s;
   -moz-transition: height .3s;
   -ms-transition: height .3s;
   -o-transition: height .3s;
   transition: height .3s;
   z-index: 4;
}
.PanelFooter .OpenClose {
	float: right;
	height: 22px;
	width: 76px;
   border-top-left-radius: 8px;
	background: url(images/Footer_OpenClose.png) no-repeat right;
	background-color: #5C5C5C;
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.1rem;
	text-align: left;
	padding-left: 6px;
	padding-top: 3px;
}
.PanelFooter .Footer {
	position: absolute;
	left: 0px;
	top:  22px;
	right: 0px;
	bottom: 0px;
	background-color: #5C5C5C;
	padding: 25px 100px 30px 100px;
}
.PanelFooter .Footer .Title {
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.6);
	line-height: 2;
}
.PanelFooter .Footer i {
	margin-right: 4px;
}
.PanelFooter .Footer p > a {
	display: block;
	font-size: 1rem;
	line-height: 1.4;
}
.PanelFooter .Footer .ci {
	font-size: .5rem;
	vertical-align: middle;
	margin-right: 5px;
	padding-bottom: 3px;
}
.PanelFooter .Footer .Sotial {
	font-size: 2.8rem;
}
.PanelFooter .Row {
   /*
 	display: -webkit-flex;
 	display: -moz-flex;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;*/
   display: block;
   left: 0px;
	right: 0px;
}
.PanelFooter .Row .Col {
   cursor: default;  
   display: inline-flex;
   position: relative;
   overflow: visible;
   min-width: 280px;
   margin: 0;
   padding: 0;
}
.PanelFooter .Row .Col.Right {
	float:right;
}

@media only screen and (max-width:720px), print {
	.PanelSideMenu {
		display: none;
	}	
}
.PanelSideMenu {
	position: fixed;
   top: 200px;
   right: 0px;
   width: 76px;
   min-width: 5px;
   max-width: 76px;
   z-index: 10;	
	cursor: default;
	color: #404040;
   background-color: #00b27b;
   font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 10px 15px 5px;
   overflow:visible;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
   -webkit-transition: width .3s;
   -moz-transition: width .3s;
   -ms-transition: width .3s;
   -o-transition: width .3s;
   transition: width .3s;
	-webkit-box-shadow: 2px 2px 8px 2px rgba(0,0,0,.4);
 	-moz-box-shadow: 2px 2px 8px 2px rgba(0,0,0,.4);
 	-ms-box-shadow: 2px 2px 8px 2px rgba(0,0,0,.4);
 	-o-box-shadow: 2px 2px 8px 2px rgba(0,0,0,.4);
   box-shadow: 2px 2px 8px 2px rgba(0,0,0,.4);
}
.PanelSideMenu hr {
	color: #fff;
	background-color: #fff;
	height: 1px;
	margin: 5px 0px 5px 10px;
}
.PanelSideMenu > img {
	cursor: pointer;
	position: absolute;
	left: 3px;
	top: 135px;
}

.PageLoaderEME {
  	display: block;
  	position: fixed;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
  	z-index: 2001;
}
.PageLoaderEME .Circle {
	position: absolute;
  	left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   width: var(--PageLoaderSize);
   height: var(--PageLoaderSize);
   filter: url(#wavy) blur(1px);
}
.PageLoaderEME .Circle:before,
.PageLoaderEME .Circle:after {
   content: "";
   position: absolute;
   top: var(--PageLoaderS);
   left: var(--PageLoaderS);
   right: var(--PageLoaderS);
   bottom: var(--PageLoaderS);
   border-radius: 30%;
   border: var(--PageLoaderBorder) solid #fff;
}
.PageLoaderEME .Circle:before {
   box-shadow: 0 0 var(--PageLoaderBoxShadow) #00b27a, inset 0 0 var(--PageLoaderBoxShadow) #00b27a;
   /*animation: PageLoaderCircle 2s linear infinite;*/
}
.PageLoaderEME .Circle:after {
   box-shadow: 0 0 calc(var(--PageLoaderBorder)/2) #00b27a, inset 0 0 var(--PageLoaderBorder) #00b27a;
}
.PageLoaderEME .Logo {
  	position: absolute;
  	left: 50%;
  	top: 50%;
  	width: 100px;
  	height: 100px;
   -webkit-transform: translate(-43%, -43%);
   -moz-transform: translate(-43%, -43%);
   -ms-transform: translate(-43%, -43%);
   -o-transform: translate(-43%, -43%);
  	transform: translate(-43%, -43%);
	background: url(../EME/images/EME_Logo_100x100.png) center center no-repeat;
  	-webkit-box-shadow: inset 0px 0px 10px 4px rgba(0,0,0,0.1); 
  	-moz-box-shadow: inset 0px 0px 10px 4px rgba(0,0,0,0.1); 
  	-ms-box-shadow: inset 0px 0px 10px 4px rgba(0,0,0,0.1); 
  	-o-box-shadow: inset 0px 0px 10px 4px rgba(0,0,0,0.1); 
  	box-shadow: inset 0px 0px 10px 4px rgba(0,0,0,0.1);
}

.TemplBody {
	font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 1rem; 
	font-weight: normal; 
	color:#404040; 
	padding-left:3px;
}
.TemplButtons {
	margin-top: 20px;
	margin-bottom: 20px;
}
.TemplCaption {
	font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 1rem; 
	font-weight: bold; 
	color:#404040; 
	padding-left:3px;
}
.TemplCaptionInfo {
	font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 1rem; 
	font-weight: Normal; 
	text-align: center;
	color:#00b27a; 
	padding-top: 30px; 
	padding-bottom: 10px;
	/* margin-right: 150px; */
	width: 1000px;
}
.TemplFootnote {
	font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 0.9rem; 
	font-weight: normal; 
	color:#404040; 
	padding-left:3px;
	padding-top: 10px;
}

.TemplHeader {
	font-size: 1rem;; 
	font-weight: normal; 
	color:#404040;
	margin: 10px 0px 0px 40px;
}
.TemplHeader img {
	vertical-align: text-bottom;
	margin-top: 10px;
}
.TemplHeader span {
	font-size: 1.4rem; 
	font-weight: bold; 
	padding-left:15px; 
}
.TemplHeader.Title,
.TemplHeader .Title {
	font-size: 1.2rem; 
	font-weight: bold; 
}
.TemplHeaderLine {
	border-bottom:1px solid #00b27a;
}

.TemplFooter {
	font-weight: normal;
	font-size: 0.9rem; 
	color: #404040;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border-bottom: 1px dotted #00b27a;
}

.TemplLegend {
   font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 0.9rem; 
	color: #404040;
}
.TemplLegendAttr {
	font-weight: normal;
}
.TemplLegendData {
	font-weight: bold;
}

.TemplMessage {
   font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-weight: bold;
	font-size: 1.1rem; 
	border-radius: 5px; 
	width: 1000px; 
	margin: 20px 0px 10px 0px;
	padding: 0px;
}
.TemplMessage.Exception,
.TemplMessage .Exception {
	text-align: center;
	cursor: default;
	color: #F00000;
	background-color: #FFD9D9;
	border: 1px solid #ff9b9b;
	border-radius: 5px;
	padding: 10px;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.4);
 	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,.4);
 	-khtml-box-shadow: 2px 2px 6px rgba(0,0,0,.4);
   box-shadow: 2px 2px 6px rgba(0,0,0,.4);
}
.TemplMessage.Success,
.TemplMessage .Success {
	cursor: default;
	text-align: center;
	color: #00b27a;
	background-color: #F0FFFA;
 	border: 1px solid #00b27a;
	border-radius: 5px;
	padding: 10px;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.4);
 	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,.4);
 	-khtml-box-shadow: 2px 2px 6px rgba(0,0,0,.4);
   box-shadow: 2px 2px 6px rgba(0,0,0,.4);
}

.TemplPage {
	position: absolute; 
	font-size: 1rem; 
	color: #555;
	margin:10px 0px 0px 40px;
}
.TemplPage p {
	margin: 15px 0 0 0;
	padding: 0;
	font-weight: bold;
}
.TemplPage .Content {
	width: 1000px;
}
.TemplPage .Form {
	text-align: Left;
	text-decoration: none;
	background-color: #eaeaea;
	border-radius:5px;
	margin: 20px 0px 20px 0px;
	cursor: default;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.4);
 	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,.4);
 	-ms-box-shadow: 2px 2px 6px rgba(0,0,0,.4);
 	-o-box-shadow: 2px 2px 6px rgba(0,0,0,.4);
   box-shadow: 2px 2px 6px rgba(0,0,0,.4);
}
.TemplPage .Form .Body  {
	padding: 20px 20px 10px 20px;
}
.TemplPage .Form .Body > table {
}
.TemplPage .Form .Body td {
	padding: 3px;
	white-space: nowrap;
}
.TemplPage .Form .Body hr {
	border-bottom: 1px solid #C7D3C5;
}
.TemplPage .Form .Body img {
	float: right;
}
.TemplPage .Form .Body .Input, 
.TemplPage .Form .Body input, 
.TemplPage .Form .Body textarea, 
.TemplPage .Form .Body select {
	font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 1rem;
	font-weight: normal;
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
   border-radius: 3px;
	padding: 2px 2px 2px 2px;
	outline: 0;
   -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.TemplPage .Form .Body .Input::placeholder {
  color: #cccccc;
  opacity: 1;
}
.TemplPage .Form .Body .Input:-ms-input-placeholder {
 color: #cccccc;
}
.TemplPage .Form .Body .Input::-ms-input-placeholder {
 color: #cccccc;
}
.TemplPage .Form .Body input:focus,
.TemplPage .Form .Body textarea:focus,
.TemplPage .Form .Body select:focus {
   /*border-color: #00B27A;*/
   outline: 0;
   -webkit-box-shadow: 0px 0px 2px 1px rgba(0,178,122,.6);
   -moz-box-shadow: 0px 0px 2px 1px rgba(0,178,122,.6);
   -ms-box-shadow: 0px 0px 2px 1px rgba(0,178,122,.6);
   -o-box-shadow: 0px 0px 2px 1px rgba(0,178,122,.6);
   box-shadow: 0px 0px 2px 1px rgba(0,178,122,.6);

}
.TemplPage .Form .Body .ArrowDown {
	position: relative;
	top: 0px;
}
.TemplPage .Form .Body .ArrowDown::before {
   position: absolute;
   background-color: transparent;
   font-size: 1.5rem;
   font-weight: bold;
   top: -16px;
   right: 10px;
   color: #C7D3C5;
   pointer-events: none;
}
.TemplPage .Form .Body select::-ms-expand {
	display: none;
}
.TemplPage .Form .Body .Caption {
	font-weight: normal;
	white-space: nowrap; 
}
.TemplPage .Form .Body .Caption.DblP:after {
	display: inline-block;
	content: ":";
	margin-left: 3px;
	margin-right: 3px;
}
.TemplPage .Form .Body .Title {
	font-weight: bolder;
	font-size: 1.1rem;
	color: #555;
}
.TemplPage .Form .Body select {
	cursor: pointer;
}
.TemplPage .Form .Body select::-ms-expand {
	display: none;
}
.TemplPage .Form .Body select:focus::-ms-value {
  background-color: transparent;
}
.TemplPage .Form .Body table {
	width: 100%;
}
.TemplPage .Form .Header {
	font-size: 1rem;
	font-weight: bold;
	color: #FFF;
	background-color: #00b27a;
	padding: 5px 20px 5px 20px;
}
.TemplPage .Form .Header .Suffix {
	font-size: 1rem;
	font-weight: normal;
	color: #efefef;
}

.TemplTable {
 	display: -webkit-flex;
 	display: -moz-flex;
   display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
} 
.TemplTable .Input {
	font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 1rem;
	font-weight: normal;
   color: #404040;
   background-color: white;
   border: 1px solid #C7D3C5;
   border-radius: 3px;
   padding: 2px 2px 2px 2px;
   outline: 0;
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.TemplTable .Input::placeholder {
  color: #cccccc;
  opacity: 1;
}
.TemplTable .Input:-ms-input-placeholder {
 color: #cccccc;
}
.TemplTable .Input::-ms-input-placeholder {
 color: #cccccc;
}
.TemplTable table {
	border-collapse: collapse;
	width: 100%;
	font-size: 1rem;
   text-align: left;
	cursor: default;
}
.TemplTable th {
   border: 1px solid #bebebe;
   padding: 5px;
   background-color: #00b27a;
   color: white;
   white-space: nowrap;
   line-height: 1.1;
}
.TemplTable td {
   border: 1px solid #ddd;
   padding: 5px;
   white-space: nowrap;
}
.TemplTable tr:nth-child(even) {
	background-color: #fff;
}
.TemplTable tr:nth-child(odd) {
	background-color: #f2f2f2;
}
/*.TemplTable tr:nth-child(even) {
	background-color: #e7e7e7;
}*/
.TemplTable .Hover:hover {
	background-color: #d0d0d0;
	cursor: pointer;
}
.TemplTable .NoBorder {
   border: 0;
   padding: 2px 5px 2px 5px;
}

.TemplTableList {
	color: #404040;
}
.TemplTableList tr:nth-child(even) {
	background-color: #F7F7F7;
}
.TemplTableList tr:nth-child(odd) {
	background-color: #E7E7E7;
}
.TemplTableList td {
   border: 0;
   padding: 3px;
   white-space: nowrap;
}

.TemplGrid {
	font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 9pt;
	color: #404040;
}
.TemplGridOnOver {
	font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 9pt;
	color: white;
	background-color: #949693;
	cursor: hand;
	cursor: pointer;
}
.TemplGridCaption {
	font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	background-color: #00b27a;
}
.TemplGridCaptionFax {
	font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #404040;
	background-color: white;
}
.TemplGridCaptionSmall {
	font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	background-color: #00b27a;
}
.TemplGridLink {
	font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #00b27a;
}
.TemplGridLinkOnOver {
	font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	color: #00E675;
}
.TemplGridText {
	font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #404040;
}
.TemplGridTextRed {
	font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: red;
}

.TemplGridEven {
	font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #404040;
	background-color: white;
}
.TemplGridOdd {
	font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #404040;
	background-color: #EBEBEB;
}

.TemplGridTextBold {
	font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #404040;
}
.TemplGridTextBoldLink {
	font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	color: #404040;
}
.TemplGridTextBoldOnOver {
	color: white;
	background-color: #949693;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}

.TreeMenu {
   font-size: 1rem;
   font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
   outline: 0;
}
.TreeMenuGroupedRoot {
   padding: 1px 1px 3px 4px;
   font-weight: bold;
   font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	color: #404040;
   vertical-align: middle;
}
.TreeMenuNode {
   padding: 0px 2px 0px 4px;
   font-weight: normal;
	color:#404040;
   word-break: keep-all;
   word-wrap: normal;
}
.TreeMenuNodeDisabled {
	padding: 1px 2px 1px 4px;
   cursor: default;
   color: #ADADAD;
   font-weight: normal;
   text-decoration: none;
   word-break: keep-all;
   word-wrap: normal;
}
.TreeMenuNodeOnOver {
	padding: 0px 2px 0px 4px;
   cursor: pointer;
	color: White;
   background-color: #cdcdcd;
   font-weight: normal;
   text-decoration: none;
   word-break: keep-all;
   word-wrap: normal;
}

.TreeMenuNodeSelected {
	padding: 0px 2px 0px 4px;
   cursor: default;
   color: white;
   background-color: #adadad;
   font-weight: normal;
   text-decoration: none;
   word-break: keep-all;
   word-wrap: normal;
}

.TreeView {
   font-family: "Coda", Arial, Helvetica, Verdana, "PT Sans", sans-serif;
	font-size: 1rem;
	font-weight: normal;
	outline: 0;
}
.TreeViewGroupedRoot {
	cursor: pointer;
	padding-left: 4px;
	color: #fff;
	background-color: #00B27A;
	border-top: 1px solid #fff; 
}
.TreeViewGroupedRoot .Text,
.TreeViewGroupedRoot.Logon .Text,
.TreeViewGroupedRoot.Search .Text {
   display:inline-block;
	color: #fff;
	overflow: visible;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	margin: 3px 0px 3px 0px;
	white-space: nowrap;
}
.TreeViewGroupedRoot .Text.Expand,
.TreeViewGroupedRoot.Logon .Text.Expand,
.TreeViewGroupedRoot.Search .Text.Expand {
	color: #fff;
}

.TreeViewNode {
	color: #404040;
}
.TreeViewNode:hover {
	color: white;
	background-color: #848683;
}
.TreeViewNode .Text {
   display:inline-block;
	overflow: visible;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
	margin: 2px 0px 2px 0px;
}
.TreeViewNode .Text.Disabled,
.TreeViewNode .Text .Disabled {
	color: rgba(64, 64, 64, 0.5);
}
.TreeViewNode.Selected, 
.TreeViewNode .Selected {
	cursor: pointer;
	color: #FFF;
	background-color: #848683;
}