@charset "utf-8";
*:focus
{
	outline: none;
}
html
{
	height: 100%;
	width: 100%;
	-webkit-touch-callout: none;
	font-size: 62.5%;
	font-family: sans-serif;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	color: #212121;
	overflow-y: scroll;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'PT Sans', Arial, sans-serif;
}
* + html body
{
	overflow-y: auto;
}
img
{
	border: 0;
}
p
{
	margin: 0;
}
a
{
	color: #4C7686;
	text-decoration: none;
	cursor: pointer;
}
a:hover
{
	text-decoration: none;
}
input
{
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'PT Sans', Arial, sans-serif;
	margin: 0;
}
input[type="radio"]
{
	margin-right: 1rem;
}
input[type="radio"]:hover
{
	cursor: pointer;
}
input:required
{
	border-bottom: 0.1rem solid #Ce2630;
}
input:required:hover,
input:required:focus
{
	outline: 0.2rem solid #008ae6;
	outline-offset: -0.2rem;
}
input:required:hover
{
	border-bottom: 0.1rem solid #Ce2630;
}
input[aria-invalid="true"]
{
	border: 0.1rem solid #Ce2630;
}
input[aria-invalid="true"]:hover,
input[aria-invalid="true"]:focus
{
	outline: 0.2rem solid #008ae6;
	outline-offset: -0.2rem;
}
input[aria-invalid="true"]:hover
{
	border-bottom: 0.1rem solid #Ce2630;
}
input[readonly],
input[readonly]:focus,
input[readonly]:hover
{
	background-color: #f0f3f4;
	cursor: not-allowed;
}
textarea
{
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 0.875rem;
}
textarea:required,
textarea:required + .tox-tinymce
{
	border-bottom: 0.1rem solid #Ce2630;
}
textarea:required:hover,
textarea:required:focus
{
	outline: 0.2rem solid #008ae6;
	outline-offset: -0.2rem;
}
textarea[aria-invalid="true"]
{
	border: 0.1rem solid #Ce2630;
}
textarea[aria-invalid="true"]:hover,
textarea[aria-invalid="true"]:focus
{
	outline: 0.2rem solid #008ae6;
	outline-offset: -0.2rem;
}
textarea[aria-invalid="true"]:hover
{
	border-bottom: 0.1rem solid #Ce2630;
}
textarea[readonly],
textarea[readonly]:hover,
textarea[readonly]:focus
{
	background-color: #f0f3f4;
	cursor: not-allowed;
}
select
{
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
select:required
{
	border-bottom: 0.1rem solid #Ce2630;
}
select:required:hover,
select:required:focus
{
	outline: 0.2rem solid #008ae6;
	outline-offset: -0.2rem;
}
select:required:hover
{
	border-bottom: 0.1rem solid #Ce2630;
}
select[aria-invalid="true"]
{
	border: 0.1rem solid #Ce2630;
}
select[aria-invalid="true"]:hover,
select[aria-invalid="true"]:focus
{
	outline: 0.2rem solid #008ae6;
	outline-offset: -0.2rem;
}
select[aria-invalid="true"]:hover
{
	border-bottom: 0.1rem solid #Ce2630;
}
select[readonly],
select[readonly]:hover,
select[readonly]:focus
{
	background-color: #f0f3f4;
	cursor: not-allowed;
}
table[aria-invalid="true"],
fieldset[aria-invalid="true"]
{
	border: 1px solid #BA343A;
}
h1
{
	font-size: 2.4rem;
	color: #383838;
	margin: 0;
}
h2
{
	font-size: 2.0rem;
	color: #383838;
	margin: 0;
}
h3
{
	font-size: 1.8rem;
	color: #383838;
	margin: 0;
}
h4
{
	font-size: 1.6rem;
	color: #383838;
	margin: 0;
}
h5
{
	font-size: 1.6rem;
	color: #383838;
	margin: 0;
}
h6
{
	font-size: 1.6rem;
	color: #383838;
	margin: 0;
}
textarea:required:hover
{
	border-bottom: 0.1rem solid #Ce2630;
}
.Input_Required
{
	border-bottom: 0.1rem solid #Ce2630;
}
*,
*:before,
*:after
{
	box-sizing: inherit;
}
#Cookie_Warning
{
	padding: 10px;
	margin: 0 0 10px 0;
}
#Cookie_Warning_Caption
{
	margin-bottom: 5px;
}
#Cookie_Warning_Help_Content
{
	margin: 10px 0 0;
}
.Login_Container
{
	position: relative;
}
.Login_Container + form
{
	display: inline;
}
.Login_Container .Login_Header
{
	text-align: center;
	margin-bottom: 2rem;
}
.Login_Container .Login_Header_Icon
{
	display: block;
	height: 15rem;
	width: auto;
	background-image: url(../../images/genesis_Gemini/Illustrations/login.png?usn=1727186002907);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.Login_Container .Login_Header_Username
{
	font-size: 2.4rem;
	overflow-wrap: break-word;
	font-weight: bold;
}
.Login_Container .Login_Header_Username::first-line
{
	font-weight: normal;
}
.Login_Container .Login_Content .Login_Row:not(:last-of-type)
{
	margin-bottom: 1rem;
}
.Login_Container .Login_Content .Login_Row_Label
{
	line-height: 2.5rem;
	display: none;
}
.Login_Container .Login_Row .Login_Row_Icon_Group
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.Login_Container .Login_Content .Login_Row_Icon
{
	background-repeat: no-repeat;
	background-position: left 1rem center;
	background-size: 50% auto;
	position: absolute;
	width: 4rem;
	height: 4rem;
}
.Login_Container .Login_Content .Login_Row_Icon.username-icon
{
	background-image: url(../../thirdparty/icon54/svg/line/People/Male2.svg?usn=1727186002907);
}
.Login_Container .Login_Content .Login_Row_Icon.password-icon
{
	background-image: url(../../thirdparty/icon54/svg/line/Objects/Key2.svg?usn=1727186002907);
}
.Login_Container .Login_Content .Login_Row_Icon.passwordShow-icon
{
	background-image: url(../../thirdparty/icon54/svg/line/BasicIcons/Eye.svg?usn=1727186002907);
	right: 0;
	cursor: pointer;
}
.Login_Container .Login_Content .Login_Row_Icon.passwordHide-icon
{
	background-image: url(../../thirdparty/icon54/svg/line/BasicIcons/Invisible.svg?usn=1727186002907);
	right: 0;
	cursor: pointer;
}
.Login_Container .Login_Content .Login_Row_Icon.domain-icon
{
	background-image: url(../../thirdparty/icon54/svg/line/Network/GlobalNetwork1.svg?usn=1727186002907);
}
.Login_Container .Login_Content .Login_Row_Icon.domainClear-icon
{
	background-image: url(../../thirdparty/icon54/svg/line/BasicIcons/Close.svg?usn=1727186002907);
	right: 3rem;
	cursor: pointer;
	width: 3rem;
	height: 4rem;
}
.Login_Container .Login_Content input
{
	min-height: 4rem;
	width: 100%;
	padding-left: 4rem;
}
.Login_Container .Login_Content input::placeholder,
.Login_Container .Login_Content select .Listbox_Placeholder,
.Login_Container .Login_Content select:disabled
{
	opacity: 0.5;
}
.Login_Container .Login_Row_Select .domain-select
{
	width: 100%;
	min-height: 4rem;
	padding-left: 4rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../../thirdparty/icon54/svg/solid/Arrows/Down2.svg?usn=1727186002907);
	background-size: 1.5rem;
	background-repeat: no-repeat;
	background-position: right 1rem center;
}
.Login_Container .Login_Footer input
{
	min-height: 4rem;
	width: 100%;
	margin-top: 1rem;
}
[data-ix-control="tooltip"] #ID_PwContainer
{
	width: 40rem;
}
.Login_Container .Login_Content .Login_Row_Icon.password-iconOldPw
{
	background-image: url(../../thirdparty/icon54/svg/line/Seo/RemovKeyTag.svg?usn=1727186002907);
}
.Login_Container .Login_Content .Login_Row_Icon.password-iconNewPw1
{
	background-image: url(../../thirdparty/icon54/svg/line/Seo/AddKeyTag.svg?usn=1727186002907);
}
.Login_Container .Login_Content .Login_Row_Icon.password-iconNewPw2
{
	background-image: url(../../thirdparty/icon54/svg/line/Seo/KeyTagDone.svg?usn=1727186002907);
}
.Login_InfoBox,
.Login_InfoBoxPersistence
{
	background: none;
	margin: 1rem 0 0 0;
	padding: 1rem;
	white-space: normal;
}
.InfoBoxContent
{
	display: table;
}
.InfoBoxContent *
{
	vertical-align: middle;
	display: table-cell;
}
.InfoBoxContent .icon
{
	padding-right: 1rem;
	font-size: 2rem;
}
.InfoBox_Success
{
	color: #155724;
	background: #d4edda;
}
.InfoBox_Warning
{
	color: #ff9900;
	background: #ffeeba;
}
.InfoBox_Error
{
	color: #ff3300;
	background: #ffcbd0;
}
#Login_Start
{
	background-color: #FFFFFF;
	margin: 0 auto;
	position: relative;
	width: 30rem;
	padding: 1rem;
}
#Login_Start #Login_Start_Header
{
	margin-top: 1rem;
	margin-bottom: 2.5rem;
}
#ID_LoggedOut_Container
{
	margin: 10px auto;
	width: 75%;
}
#ID_LoggedOut_Link
{
	cursor: pointer;
}
div#showPortalConfig
{
	width: 3.5rem;
	height: 5rem;
	background: url(../../thirdparty/icon54/svg/solid/Arrows/Left2.svg?usn=1727186002907) 0% 0% no-repeat white;
	top: 50%;
	right: 0;
	position: fixed;
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.20);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.20);
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
	background-size: 3rem;
	background-position: center;
	display: none;
}
div#showPortalConfig:hover
{
	width: 50px;
	cursor: pointer;
	height: 150px;
	top: 45%;
	transition-duration: 0.3s;
	box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.5);
	background: url(../../thirdparty/icon54/svg/solid/Arrows/Left2.svg?usn=1727186002907) 0% 0% no-repeat white;
	background-size: 60px;
	background-position: center;
}
div#portalConfigOverlay
{
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #ffffff;
	padding: 30px;
	overflow: auto;
}
div#portalConfigOverlay nav ul.configTabs
{
	margin: 0 0 20px 0;
	padding: 0;
	margin-left: -30px;
	border-bottom: 1px solid #eaeaea;
}
div#portalConfigOverlay nav ul.configTabs li
{
	display: inline-block;
	padding: 5px 40px;
	margin-right: 5px;
	height: inherit;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid transparent;
}
div#portalConfigOverlay nav ul.configTabs li.selected
{
	border-bottom: 2px solid #4C7686;
}
div#portalConfigOverlay nav ul.configTabs li:hover
{
	cursor: pointer;
	border-bottom: 2px solid #4C7686;
	color: #4C7686;
	transition-duration: 0.5s;
}
div#portalConfigOverlay section.gridCfg
{
	margin-bottom: 30px;
}
section.gridCfg div[data-config="viewportsize"] span
{
	display: inline-block;
	padding: 2px 15px;
	height: inherit;
	font-size: 18px;
	margin-right: 5px;
	border-radius: 2px;
}
section.gridCfg div[data-config="viewportsize"] span:hover
{
	background-color: #4c7686;
	color: #FFF;
	transition-duration: 0.5s;
	cursor: pointer;
}
section.gridCfg div[data-config="viewportsize"] span.selected
{
	background-color: #4c7686;
	color: #FFF;
}
div#portalConfigOverlay section.saveGridConfig .abortCfgAction,
div#portalConfigOverlay section.saveGridConfig .saveCfgAction
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
	border: 0.1rem solid #6c757d;
	border-radius: 0.4rem;
	color: #6c757d;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	height: 3.5rem;
	padding: 0.375rem 0.75rem;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	cursor: pointer;
	font-size: inherit;
	font-family: inherit;
}
div#portalConfigOverlay section.saveGridConfig .abortCfgAction:hover,
div#portalConfigOverlay section.saveGridConfig .saveCfgAction:hover
{
	background-color: #FAFAFA;
}
div#portalConfigOverlay section.saveGridConfig .saveCfgAction
{
	background: #97bf0d;
	border: 0.1rem solid #97bf0d;
	color: #FFF;
}
div#portalConfigOverlay section.saveGridConfig .saveCfgAction:hover
{
	background-color: #abd70f;
	border-color: #abd70f;
	color: #FFF;
}
div#portalConfigOverlay section.saveGridConfig .saveCfgAction:focus
{
	box-shadow: 0 0 0 0.2rem rgba(151, 191, 13, 0.5);
}
section.gridCfg div[data-config="configtable"] header
{
	padding-bottom: 5px;
	border-bottom: 1px solid #eaeaea;
	margin-right: 100px;
	height: 20px !important;
}
section.gridCfg div[data-config="configtable"] header span
{
	display: inline-block;
	width: 11%;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
section.gridCfg div[data-config="configtable"] div.column
{
	padding: 5px 0 5px 0;
	margin-right: 85px;
	border-bottom: 1px solid #eaeaea;
}
section.gridCfg div[data-config="configtable"] div.column.selectedCfgCol
{
	background-color: #dcdcdc;
}
section.gridCfg div[data-config="configtable"] div.column:hover
{
	cursor: pointer;
	background-color: #dcdcdc;
	transition-duration: 0.5s;
}
section.gridCfg div[data-config="configtable"] div.cfgColumns div.column div
{
	display: inline-block;
	width: 11%;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
div#portalConfigOverlay section.gridCfg div[data-config="actionpanel"] button
{
	border: none;
	width: 24px;
	height: 24px;
	margin: 5px 5px 10px 5px;
	border: 1px solid #444444;
	padding: 15px;
	border-radius: 100%;
}
div#portalConfigOverlay section.gridCfg div[data-config="actionpanel"] .add
{
	background: url(../../thirdparty/icon54/svg/solid/BasicIcons/Add.svg?usn=1727186002907) center no-repeat #ffffff;
	background-size: 20px;
}
div#portalConfigOverlay section.gridCfg div[data-config="actionpanel"] .up
{
	background: url(../../thirdparty/icon54/svg/solid/Arrows/Up7.svg?usn=1727186002907) center no-repeat #ffffff;
	background-size: 20px;
}
div#portalConfigOverlay section.gridCfg div[data-config="actionpanel"] .down
{
	background: url(../../thirdparty/icon54/svg/solid/Arrows/Down7.svg?usn=1727186002907) center no-repeat #ffffff;
	background-size: 20px;
}
div#portalConfigOverlay section.gridCfg div[data-config="actionpanel"] .delete
{
	background: url(../../thirdparty/icon54/svg/solid/BasicIcons/Trash.svg?usn=1727186002907) center no-repeat #ffffff;
	background-size: 20px;
}
div#portalConfigOverlay section.gridPreview
{
	max-height: 260px;
	min-height: 260px;
	overflow-y: auto;
	position: relative;
	margin-bottom: 10px;
}
div#portalConfigOverlay section.build section.gridPreview div.preview-color-odd
{
	background-color: #FFFFFF;
}
div#portalConfigOverlay section.build section.gridPreview div.preview-color-even
{
	background-color: #FAFAFA;
}
section.gridPreview div.preCol
{
	line-height: 45px;
	height: 45px;
	margin-bottom: 5px;
}
section.gridPreview div.preCol div.bgPreCol
{
	background-color: #f0f0f0;
	width: 100%;
	height: 100%;
}
section.gridPreview div.preCol div.bgPreCol.selectedPreviewCol
{
	background-color: #dcdcdc;
	transition-duration: 1s;
	transform: rotateX(180deg);
	line-height: 45px;
	height: 45px;
}
section.gridPreview div.preCol div.bgPreCol span
{
	padding-left: 5px;
}
div#portalConfigOverlay aside.appConfigPanel
{
	background-color: #f5f5f5;
	border-radius: 2px;
	padding: 10px;
}
div#portalConfigOverlay aside.appConfigPanel h2
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}
div#portalConfigOverlay aside.appConfigPanel section.portletSearch input
{
	width: 100%;
	margin: 5px 0 0 0;
	border: 1px solid #eaeaea;
	height: 35px;
	padding: 0 0 0 5px;
}
div#portalConfigOverlay aside.appConfigPanel section.portletClassesPool,
div#portalConfigOverlay aside.appConfigPanel section.portletPool
{
	padding: 10px 10px 8px 10px;
	margin-top: 5px;
	position: relative;
	background-color: #ffffff;
}
div#portalConfigOverlay aside.appConfigPanel h4
{
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
}
div#portalConfigOverlay section div.poolToggle
{
	position: absolute;
	top: 5px;
	right: 10px;
	width: 100%;
	height: 30px;
	z-index: 2;
	background: url(../../thirdparty/icon54/svg/solid/Arrows/Down6.svg?usn=1727186002907) 0% 0% no-repeat transparent;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center right;
	background-size: 12px;
}
div#portalConfigOverlay aside.appConfigPanel ul li.poolPortlet
{
	list-style: none;
	margin-top: 2px;
	background-color: #f0f0f0;
	padding: 10px 5px 8px 10px;
	position: relative;
	margin-right: 10px;
}
div#portalConfigOverlay aside.appConfigPanel ul li:hover
{
	background-color: #dcdcdc;
}
div#portalConfigOverlay aside.appConfigPanel h3
{
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
div#portalConfigOverlay aside.appConfigPanel .portletAppContainer
{
	max-height: 200px;
	overflow-y: auto;
}
div#portalConfigOverlay aside.appConfigPanel .template,
div#portalConfigOverlay section.appBuild .template
{
	background-color: #f0f0f0;
}
div#portalConfigOverlay aside.appConfigPanel .deletePortlet
{
	position: absolute;
	top: 5px;
	right: 4px;
	width: 24px;
	min-width: 16px;
	height: 24px;
	min-height: 16px;
	margin: 0 2px 0 0;
	border: none;
	display: inline-block;
	background: url(../../thirdparty/icon54/svg/solid/BasicIcons/Trash.svg?usn=1727186002907) 0% 0% no-repeat transparent;
	background-size: 16px;
	background-color: #fff;
	background-position: center;
	border-radius: 100%;
}
div#portalConfigOverlay aside.appConfigPanel section.userSettings
{
	background-color: #ffffff;
	padding: 10px 10px 5px 10px;
}
div#portalConfigOverlay aside.appConfigPanel .resetPortalSettings
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #dc3545;
	border: 0.1rem solid #dc3545;
	border-radius: 0.4rem;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	height: 3.5rem;
	padding: 0.375rem 0.75rem;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	cursor: pointer;
	margin-top: 10px;
	font-size: inherit;
	font-family: inherit;
	width: 100%;
}
div#portalConfigOverlay aside.appConfigPanel .resetPortalSettings:hover
{
	background-color: #dd3c4c;
	border-color: #dd3c4c;
	color: #FFF;
}
div#portalConfigOverlay aside.appConfigPanel .resetPortalSettings:focus
{
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
div#portalConfigOverlay section.appBuild ul.adminTabs
{
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #eaeaea;
}
div#portalConfigOverlay section.appBuild ul.adminTabs li
{
	display: inline-block;
	padding: 5px 15px;
	border-radius: 2px;
	margin-right: 5px;
	height: inherit;
	border-bottom: 2px solid transparent;
}
div#portalConfigOverlay section.appBuild ul.adminTabs li.selected
{
	border-bottom: 2px solid #4c7686;
}
div#portalConfigOverlay section.appBuild ul.adminTabs li:hover
{
	cursor: pointer;
	border-bottom: 2px solid #4c7686;
	transition-duration: 0.5s;
}
div#portalConfigOverlay section.saveAppConfig .abortCfgAction,
div#portalConfigOverlay section.saveAppConfig .saveCfgAction
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
	border: 0.1rem solid #6c757d;
	border-radius: 0.4rem;
	color: #6c757d;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	height: 3.5rem;
	padding: 0.375rem 0.75rem;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	cursor: pointer;
	font-size: inherit;
	font-family: inherit;
}
div#portalConfigOverlay section.saveAppConfig .abortCfgAction:hover,
div#portalConfigOverlay section.saveAppConfig .saveCfgAction:hover
{
	background-color: #FAFAFA;
}
div#portalConfigOverlay section.saveAppConfig .saveCfgAction
{
	background: #97bf0d;
	border: 0.1rem solid #97bf0d;
	color: #FFF;
}
div#portalConfigOverlay section.saveAppConfig .saveCfgAction:hover
{
	background-color: #abd70f;
	border-color: #abd70f;
	color: #FFF;
}
div#portalConfigOverlay section.saveAppConfig .saveCfgAction:focus
{
	box-shadow: 0 0 0 0.2rem rgba(151, 191, 13, 0.5);
}
div#portalConfigOverlay section.appBuild div.appColumn
{
	margin: 0 0 20px 0;
	background-color: #f5f5f5;
	min-height: 150px;
	border-radius: 2px;
	padding: 0 10px 0 10px;
	border: 1px dashed #a7a7a7;
	box-shadow: 0 0 10px #f5f5f5;
}
div#portalConfigOverlay section.appBuild div.appColumn h3
{
	padding: 10px 0;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom: 1px dashed #a7a7a7;
}
div#portalConfigOverlay section.appBuild div.appColumn div.dropzone
{
	min-height: 45px;
	padding-bottom: 60px;
	position: relative;
}
div#portalConfigOverlay section.appBuild div.appColumn div.dropzone p
{
	display: block;
	text-align: center;
	padding: 5px;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0;
	color: #a7a7a7;
}
div#portalConfigOverlay section.appBuild li.poolPortlet,
div#portalConfigOverlay section.appBuild li.cfgPortlet
{
	list-style: none;
	margin-top: 2px;
	background-color: #ffffff;
	padding: 12px 5px 12px 10px;
	position: relative;
}
div#portalConfigOverlay section.appBuild section div.appToggle
{
	background: url(../../images/assets/portal/neu/Information_60px.png?usn=1727186002907) center no-repeat transparent;
	background-size: 32px;
	position: relative;
	z-index: 3;
	top: -20px;
	right: 0;
	float: right;
}
div#portalConfigOverlay section.appBuild section.description span.description
{
	font-size: 12px;
	padding-top: 10px;
}
div#portalConfigOverlay section.appBuild section.description span.nodescription
{
	color: #ccc;
	font-style: italic;
	font-size: 12px;
	padding-top: 10px;
}
div#portalConfigOverlay section.appBuild .cfgPortlet .panelWrapper
{
	position: relative;
	top: -4px;
	float: right;
}
div#portalConfigOverlay section.appBuild .cfgPortlet .panelWrapper .panelIcon,
div#portalConfigOverlay section.appBuild .panelIcon
{
	width: 24px;
	height: 24px;
	margin: 0 3px 0 0;
	border: none;
	background: none;
	display: inline-block;
}
div#portalConfigOverlay section.appBuild .cfgPortlet .panelWrapper .mandatory
{
	background: url(../../thirdparty/icon54/svg/solid/BasicIcons/Lock.svg?usn=1727186002907) 0% 0% no-repeat transparent;
	background-size: 16px;
	background-color: #fff;
	background-position: center;
	border-radius: 100%;
	border: 1px solid #444444;
	background-position: center;
	border-radius: 100%;
}
div#portalConfigOverlay section.appBuild .cfgPortlet .panelWrapper .noMandatory
{
	background: url(../../thirdparty/icon54/svg/solid/BasicIcons/LockOpen.svg?usn=1727186002907) 0% 0% no-repeat transparent;
	background-size: 16px;
	background-color: #fff;
	background-position: center;
	border-radius: 100%;
	border: 1px solid #444444;
	background-position: center;
	border-radius: 100%;
}
div#portalConfigOverlay section.appBuild .cfgPortlet .panelWrapper .drag
{
	background: url(../../thirdparty/icon54/svg/solid/SelectionCursors/OpenHand2.svg?usn=1727186002907) 0% 0% no-repeat transparent;
	background-size: 16px;
	background-color: #fff;
	background-position: center;
	border-radius: 100%;
	border: 1px solid #444444;
	background-position: center;
	border-radius: 100%;
}
div#portalConfigOverlay section.appBuild .cfgPortlet .panelWrapper .noDrag
{
	background: url(../../thirdparty/icon54/svg/solid/TouchGestures/DontTouch.svg?usn=1727186002907) 0% 0% no-repeat transparent;
	background-size: 16px;
	background-color: #fff;
	background-position: center;
	border-radius: 100%;
	border: 1px solid #444444;
	background-position: center;
	border-radius: 100%;
}
div#portalConfigOverlay section.appBuild .cfgPortlet .panelWrapper .edit
{
	background: url(../../thirdparty/icon54/svg/solid/BasicIcons/Pencil.svg?usn=1727186002907) 0% 0% no-repeat transparent;
	background-size: 14px;
	background-color: #fff;
	background-position: center;
	border-radius: 100%;
	border: 1px solid #444444;
	background-position: center;
	border-radius: 100%;
}
div#portalConfigOverlay section.appBuild .cfgPortlet .panelWrapper .remove
{
	background: url(../../thirdparty/icon54/svg/solid/BasicIcons/Trash.svg?usn=1727186002907) 0% 0% no-repeat transparent;
	background-size: 16px;
	background-color: #fff;
	background-position: center;
	border-radius: 100%;
	border: 1px solid #444444;
	background-position: center;
	border-radius: 100%;
}
.hidden
{
	position: absolute;
	left: -10000px;
	top: -10000px;
	width: 0;
	height: 0;
	display: inline;
}
.hiddenarea
{
	display: none;
}
.hiddenarea > .hiddenarea-group
{
	padding: 20px;
}
.hiddenarea-group
{
	padding-top: 20px;
	padding-left: 20px;
	background-color: #ffcc00;
}
.hiddenarea-group > label
{
	display: block;
	background-color: #BA343A;
	color: #ffffff;
	font-weight: bold;
	font-size: 115%;
	padding: 2px 2px 2px 5px;
}
.hiddenarea-group-content-item
{
	background-color: #ffcc00;
	padding: 5px;
}
.hiddenarea-group-content-item > label
{
	display: block;
	color: #ffffff;
	font-weight: bold;
	padding: 1px;
}
#ID_ShrinkIconContainer a
{
	height: 40px;
	width: 40px;
	background-color: black;
	position: fixed;
	bottom: 5px;
	right: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 3px rgb(0, 0, 0);
	-webkit-box-shadow: 0 0 3px rgb(0, 0, 0);
	box-shadow: 0 0 3px rgb(0, 0, 0);
	padding: 5px;
	background-image: url(../../images/assets/share/size-minimize.png?usn=1727186002907);
	background-position: center;
	background-repeat: no-repeat;
}
.hiddenSkip
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 0;
}
.hiddenSkip a:link,
.hiddenSkip a:visited
{
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	display: inline;
}
.hiddenSkip a:focus,
.hiddenSkip a:active
{
	background-color: #ffffff;
	padding: 10px;
	padding-left: 20px;
	border: 5px solid #EAEAEA;
	left: 1px;
	top: 1px;
	position: fixed;
	z-index: 99999;
	font-size: 14px;
	height: 16px;
	min-width: 180px;
	text-align: center;
	font-weight: bold;
	outline: none;
	background-image: url(../../images/genesis_Gemini/arrow_useie6fix.png?usn=1727186002907);
	background-position: 10px 8px;
	background-repeat: no-repeat;
}
* + html .clearfix
{
	display: inline-block;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
#Container_Warning
{
	padding: 5px;
	margin: 0;
	border: 1px solid #BA343A;
}
#Container_Error
{
	padding: 5px;
	margin: 0;
	border: 1px solid #BA343A;
}
#Container_Error h1
{
	font-size: 16px;
	font-weight: bold;
}
#Container_Error ul
{
	padding: 10px;
}
#Container_Error li
{
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #EAEAEA;
}
.showExceptionTT:hover
{
	cursor: pointer;
}
.Session_LogoutWarning .Icon
{
	background-image: url(../../thirdparty/icon54/svg/solid/Login/Exit2.svg?usn=1727186002907);
	background-repeat: no-repeat;
	box-shadow: none;
	float: left;
	height: 64px;
	margin-right: 10px;
	width: 64px;
}
.Session_LogoutWarning .Text_Standard
{
	margin: 5px 0 10px 0;
}
.Session_LogoutWarning #ID_buttonReset
{
	width: 100%;
}
.Taginput.autocomplete-suggestions
{
	background-color: #ffffff;
	border: 1px solid #DCDCDC;
	border-radius: 2px;
	box-shadow: 0 0 20px #cbcbcb;
	box-sizing: border-box;
	cursor: default;
	display: none;
	max-height: 250px;
	min-width: 200px;
	overflow-x: hidden;
	padding: 10px;
	position: absolute;
	text-align: left;
	z-index: 9999;
	font-size: 14px;
}
.Searchinput.autocomplete-suggestions
{
	background-color: #fff;
	border: 0.6px solid #dadce0;
	border-radius: 2px;
	box-sizing: border-box;
	cursor: default;
	display: none;
	max-height: 250px;
	min-width: 200px;
	overflow-x: hidden;
	padding: 10px;
	position: absolute;
	text-align: left;
	z-index: 9999;
	font-size: 14px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.Searchinput .autocomplete-suggestion
{
	border-radius: 2px;
	margin: 5px;
}
.Searchinput .autocomplete-suggestion b
{
	font-weight: normal;
	color: #4C7686;
}
.Searchinput .autocomplete-suggestion.selected
{
	text-decoration: underline;
	cursor: pointer;
}
.suggest-box
{
	background-color: #FFFFFF;
	border: 1px solid #DCDCDC;
	box-shadow: 0 0 20px #cbcbcb;
	box-sizing: border-box;
	cursor: default;
	max-height: 250px;
	min-width: 200px;
	overflow-x: hidden;
	padding: 10px;
	text-align: left;
	z-index: 9999;
	font-size: 15px;
	position: fixed;
}
.suggest-box ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.suggest-box ul li
{
	padding: 4px 8px;
	font-size: 85%;
	border-bottom: 1px solid #ddd;
}
.suggest-box ul li:last-child
{
	border: 0;
}
.suggest-box ul li.selected
{
	color: #fff;
	background-color: #428bca;
	border-color: darken(#428bca,5%);
}
.TagResultContainer
{
	width: 24%;
	float: right;
}
.TagSearchResults
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
}
.TagSearchResults li
{
	padding-top: 10px;
}
.SearchResultContainer
{
	background-color: #ffffff;
	padding-bottom: 5px;
	padding-top: 5px;
}
.SearchResultsHeader
{
	min-width: 250px;
}
.SearchApplicationResults
{
	list-style: none;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	background-color: #F4F6EC;
	width: 600px;
}
.SearchApplicationResults li
{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 14px;
}
ul.SearchApplicationResults .ResultTitle a
{
	color: #0044cc;
	text-decoration: underline;
	font-size: 16px;
	font-weight: normal;
}
ul.SearchApplicationResults .ResultTitle a:focus
{
	font-size: 16px;
	font-weight: normal;
}
ul.SearchApplicationResults .ResultBody
{
	font-size: 13px;
}
ul.SearchApplicationResults .ResultFooter a
{
	font-size: 12px;
	text-decoration: underline;
	color: #4C7686;
	font-weight: normal;
}
.SearchResults
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	background-color: #ffffff;
	width: 600px;
}
.SearchResults li
{
	padding-top: 18px;
	padding-left: 10px;
	font-size: 14px;
}
.SearchResults .SearchResultScore
{
	float: left;
	padding-right: 10px;
	padding-top: 2px;
}
.SearchResults .high
{
	background-color: #4C7686;
	float: left;
}
.SearchResults .low
{
	background-color: #BA343A;
	float: left;
}
ul.SearchResults .ResultTitle a
{
	color: #0044cc;
	text-decoration: underline;
	font-size: 16px;
	font-weight: normal;
}
ul.SearchResults .ResultTitle a:focus
{
	font-size: 16px;
	font-weight: normal;
}
ul.SearchResults .ResultBody
{
	font-size: 13px;
}
ul.SearchResults .AuthorInformation
{
	font-size: 13px;
	font-style: italic;
}
ul.SearchResults .ResultFooter a
{
	font-size: 12px;
	text-decoration: underline;
	color: #4C7686;
	font-weight: normal;
}
ul.SearchResults .ResultFooter a:focus
{
	font-weight: normal;
}
.SearchResultContainer strong
{
	font-weight: bold;
}
#tabconfig
{
	width: 350px;
}
#tabconfig fieldset
{
	border-radius: 5px;
	border: 1px solid #EAEAEA;
	margin: 0.8rem 0 10px 0;
	padding: 0.8rem;
}
#tabconfig fieldset legend
{
	padding: 2px 4px;
	font-size: 120%;
	margin-left: 20px;
	color: #818181;
}
#tabconfig input
{
	border-radius: 2px;
	background-color: #FFFFFF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	color: #4F4F4B;
	display: block;
	font-family: inherit;
	font-size: 0.8rem;
	height: 1.3rem;
	margin: 0 0 0.4rem 0;
	padding: 0.2rem;
	box-sizing: border-box;
	border: 1px solid #DCDCDC;
}
#tabconfig div.title
{
	margin-bottom: 2px;
}
#tabconfig div.title label
{
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	background: #F5F5F5;
	color: #4F4F4B;
	display: inline-block;
	font-size: 0.77778rem;
	height: 1.3rem;
	line-height: 1.3rem;
	overflow: visible;
	padding-bottom: 0;
	padding-top: 0;
	position: relative;
	text-align: center;
	width: 20%;
	z-index: 2;
	box-sizing: border-box;
	float: left;
	border: 1px solid #DCDCDC;
}
#tabconfig div.title input
{
	border-radius: 0;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	width: 80%;
}
#tabconfig ul.searchconfig
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#tabconfig ul.searchconfig li
{
	padding: 6px 2px 6px 6px;
	min-height: 18px;
	margin-bottom: 1px;
	background-color: #fff;
	position: relative;
}
#tabconfig ul.searchconfig li:hover
{
	background-color: #F5F5F5;
}
#tabconfig .tabconfigSearchConfigs .search
{
	position: relative;
}
#tabconfig .tabconfigSearchConfigs .search .inpSearch
{
	width: 100%;
	height: 25px;
}
#tabconfig .tabconfigSearchConfigs .search .btnSearch
{
	text-align: center;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	height: 25px;
	margin: 0;
	padding: 0;
	width: 35px;
	background-color: #DCDCDC;
	background-image: none;
	border: 1px solid #DCDCDC;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	top: 0;
	right: 0;
	position: absolute;
	box-sizing: border-box;
}
#tabconfig .tabconfigSearchConfigs .search .btnSearch span
{
	background: url(../../images/assets/common/search-white.svg?usn=1727186002907) 0 0 no-repeat;
	color: transparent;
	display: inline-block;
	height: 22px;
	width: 22px;
	margin: 1px -4px 1px 1px;
	cursor: pointer;
}
#tabconfig .tabconfigSearchConfigs .search .btnSearch button
{
	border: none;
	color: #000;
	cursor: pointer;
	height: 30px;
	margin: 0;
	outline: 0;
	vertical-align: top;
	width: 100%;
	font-size: 0;
	background: transparent;
}
#tabconfig .tabconfigSearchConfigs .appinfo
{
	font-weight: 700;
}
#tabconfig input[type="checkbox"]
{
	display: none;
}
#tabconfig input[type="checkbox"] + label span
{
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	background: url(../../images/assets/common/unchecked.svg?usn=1727186002907) left top no-repeat;
	cursor: pointer;
	opacity: 0.3;
}
#tabconfig input[type="checkbox"] + label span:hover
{
	opacity: 1.0;
}
#tabconfig input[type="checkbox"]:checked + label span
{
	background-image: url(../../images/assets/common/checked.svg?usn=1727186002907);
}
#tabconfig .divider
{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin: 7px 0 7px 0;
}
#tabconfig .moreTitles
{
	position: relative;
	padding: 0 0 0 0;
	min-height: 18px;
	margin: 3px 0 0 0;
}
#tabconfig .moreTitles:hover .img
{
	opacity: 1.0;
}
#tabconfig .moreTitles:hover .text
{
	color: rgba(0, 0, 0, 1);
}
#tabconfig .moreTitles .img
{
	margin-left: 0;
	background: url(../../images/assets/common/arrow.svg?usn=1727186002907) center no-repeat;
	background-size: 18px 18px;
	height: 18px;
	width: 18px;
	opacity: 0.3;
	outline: none;
	position: absolute;
	top: 0;
}
#tabconfig .moreTitles .text
{
	margin-left: 20px;
	margin-right: 25px;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.5);
}
#tabconfig .moreTitles .content
{
	display: none;
	margin-top: 3px;
}
#tabconfig .moreTitles.open .img
{
	transform: rotate(90deg);
}
#tabconfig .moreTitles.open .content
{
	display: inherit;
}
#tabconfig .floatingRecords input[type="text"]
{
	margin-left: 23px;
	width: 90%;
}
#tabconfig input.save,
#tabconfig input.delete
{
	transition: background-color 300ms ease-out;
}
#tablistconfig ol
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#tablistconfig ol li
{
	padding: 6px 2px 6px 6px;
	min-height: 18px;
	margin-bottom: 1px;
	background-color: #fff;
	position: relative;
}
#tablistconfig ol li:hover
{
	background-color: #F5F5F5;
}
#tablistconfig ol li div.left
{
	float: left;
	position: relative;
}
#tablistconfig ol.selected li div.left div[role="checkbox"]
{
	margin-left: 10px;
	background: url(../../images/assets/common/checked.svg?usn=1727186002907) center no-repeat;
	background-size: 18px 18px;
	height: 18px;
	width: 18px;
	opacity: 0.3;
	outline: none;
	position: absolute;
	top: 0;
}
#tablistconfig ol.selected li div.left div[role="checkbox"].disabled
{
	opacity: 0.1;
}
#tablistconfig ol.selected li div.left div[role="checkbox"].disabled:hover
{
	opacity: 0.1;
}
#tablistconfig ol.selected li div.left div[role="checkbox"]:hover
{
	opacity: 1.0;
}
#tablistconfig ol.deselected li div.left div[role="checkbox"]
{
	margin-left: 10px;
	background: url(../../images/assets/common/unchecked.svg?usn=1727186002907) center no-repeat;
	background-size: 18px 18px;
	height: 18px;
	width: 18px;
	opacity: 0.3;
	outline: none;
	position: absolute;
	top: 0;
}
#tablistconfig ol.deselected li div.left div[role="checkbox"]:hover
{
	opacity: 1.0;
}
#tablistconfig ol li div.middle
{
	margin-left: 35px;
	margin-right: 25px;
	line-height: 18px;
}
#tablistconfig ol li div.right
{
	position: absolute;
	right: 2px;
	top: 7px;
	text-align: right;
	line-height: 18px;
}
#tablistconfig ol li div.right a
{
	float: right;
	height: 15px;
	width: 15px;
	text-decoration: none;
	display: none;
}
#tablistconfig ol li:hover div.right a
{
	display: inherit;
}
#tablistconfig a.tab-config
{
	background: url(../../images/assets/common/config.svg?usn=1727186002907) center no-repeat;
	opacity: 0.3;
}
#tablistconfig a.tab-config:hover
{
	opacity: 1.0;
}
#tablistconfig ol.sortable li div.sort
{
	background: url(../../images/assets/common/drag.svg?usn=1727186002907) center no-repeat;
	cursor: move;
	height: 17px;
	left: -5px;
	opacity: 0.54;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 17px;
	display: inline-block;
}
#tablistconfig ol.sortable li div.sort:hover
{
	opacity: 1.0;
}
#tablistconfig ol.sortable li:hover div.sort
{
	visibility: visible;
}
#tablistconfig ol.selected
{
	margin-top: 10px;
}
#tablistconfig ol.deselected li div.middle
{
	opacity: 0.8;
}
#tablistconfig .divider
{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 10px;
}
#tablistconfig .newTab
{
	position: relative;
	padding: 0 2px 0 6px;
	min-height: 18px;
	margin-top: 5px;
}
#tablistconfig .newTab .img
{
	margin-left: 10px;
	background: url(../../images/assets/common/add.svg?usn=1727186002907) center no-repeat;
	background-size: 18px 18px;
	height: 18px;
	width: 18px;
	opacity: 0.3;
	outline: none;
	position: absolute;
	top: 0;
}
#tablistconfig .newTab a
{
	margin-left: 35px;
	margin-right: 25px;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.5);
}
#tablistconfig .tablistDeselectedInfo
{
	position: relative;
	padding: 0 2px 0 6px;
	min-height: 18px;
	margin-top: 5px;
}
#tablistconfig .tablistDeselectedInfo:hover .img
{
	opacity: 1.0;
}
#tablistconfig .tablistDeselectedInfo:hover .text
{
	color: rgba(0, 0, 0, 1);
}
#tablistconfig .tablistDeselectedInfo .img
{
	margin-left: 10px;
	background: url(../../images/assets/common/arrow.svg?usn=1727186002907) center no-repeat;
	background-size: 18px 18px;
	height: 18px;
	width: 18px;
	opacity: 0.3;
	outline: none;
	position: absolute;
	top: 0;
}
#tablistconfig .tablistDeselectedInfo.open .img
{
	transform: rotate(90deg);
}
#tablistconfig .tablistDeselectedInfo .text
{
	margin-left: 35px;
	margin-right: 25px;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.5);
}
#tablistconfig .actions
{
	position: relative;
	padding: 5px 2px 0 6px;
	min-height: 18px;
	margin-top: 5px;
}
#tablistconfig .actions .userinfo
{
	font-size: 85%;
	color: #818181;
	white-space: nowrap;
	margin-right: 20px;
}
#tablistconfig .actions .userinfo.global
{
	color: #BA343A;
}
#tablistconfig .actions a.more
{
	margin-left: 10px;
	background: url(../../images/assets/common/more.svg?usn=1727186002907) center no-repeat;
	background-size: 18px 18px;
	height: 18px;
	width: 18px;
	opacity: 0.3;
	outline: none;
	position: absolute;
	top: 3px;
	right: 2px;
}
#tablistconfig .moregroup
{
	padding: 7px;
	display: none;
}
#tablistconfig .moregroup ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#tablistconfig .moregroup ul li
{
	padding: 2px 2px 2px 2px;
	min-height: 18px;
	margin-bottom: 1px;
	background-color: #fff;
	position: relative;
}
#tablistconfig .moregroup ul li:hover
{
	background-color: #F5F5F5;
}
#tablistconfig .moregroup li div.left
{
	position: relative;
	float: left;
}
#tablistconfig input[type="radio"]
{
	display: none;
}
#tablistconfig input[type="radio"] + label span
{
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	background: url(../../images/assets/common/radiodeselected.svg?usn=1727186002907) left top no-repeat;
	cursor: pointer;
	opacity: 0.3;
}
#tablistconfig input[type="radio"] + label span:hover
{
	opacity: 1.0;
}
#tablistconfig input[type="radio"]:checked + label span
{
	background-image: url(../../images/assets/common/radioselected.svg?usn=1727186002907);
}
#tablistconfig .moregroup li div.middle
{
	margin-left: 20px;
	margin-right: 10px;
	white-space: nowrap;
}
#tablistconfig .moregroup li div.middle label
{
	line-height: 20px;
}
#lastSearchedContainer
{
	height: auto;
	background-color: #ffffff;
	border: 1px solid #cedbdf;
	border-radius: 15px;
	margin-top: 5px;
}
#lastSearchedContainer #lastSearchHeader
{
	padding: 10px;
	border-bottom: 1px solid #cedbdf;
}
#lastSearchedContainer #lastSearchHeader span
{
	color: #666666;
}
#lastSearchedContainer #lastSearchHeader button
{
	background-image: url(../../thirdparty/icon54/svg/line/BasicIcons/Trash.svg?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	text-decoration: none;
	font-size: 0;
	display: block;
	border: none;
	float: right;
	width: 20px;
	height: 20px;
}
#lastSearchedContainer #lastSearchHeader button:hover
{
	cursor: pointer;
}
#lastSearchedContainer #clickedUrlsList
{
	padding: 10px;
	margin: 0;
}
#lastSearchedContainer #clickedUrlsList li
{
	list-style-type: none;
	padding: 3px 0;
}
#lastSearchedContainer #noUrlData
{
	color: #666666;
	padding: 10px;
	display: inline-block;
}
#Container_Cover
{
	position: relative;
	width: auto;
	height: auto;
	margin: 0;
}
#Container_Cover h1
{
	font-weight: bold;
	margin: 0;
	font-size: 14px;
}
#Container_Cover > div.block
{
	float: left;
	width: 49%;
	margin-top: 15px;
}
#Container_Cover > div.left
{
	margin-left: 10px;
}
#Container_Cover > div.right
{
	margin-left: 10px;
}
#Container_Cover ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
#Container_Cover li
{
	width: 100%;
}
#Container_Cover li > div:first-child
{
	white-space: nowrap;
}
#Container_Cover li > div.description
{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#Container_Cover li > div.spacer
{
	height: 10px;
	width: 10px;
}
#Container_Sitemap
{
	margin: 0 auto;
	padding: 30px 0;
	border-radius: 0;
	max-width: 98%;
	border-radius: 4px 4px 0 0;
	background-color: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
#Container_Sitemap h1
{
	padding-left: 20px;
	font-size: 24px;
	font-size: 2.4rem;
	color: #4C7686;
	margin: 0;
}
#Container_Sitemap .Sitemap_Column
{
	float: left;
	padding: 0;
	margin-right: 10px;
	margin-left: 10px;
	min-width: 150px;
}
#Container_Sitemap ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#Container_Sitemap .Sitemap_FirstLevelItem_BG
{
	margin-top: 15px;
}
#Container_Sitemap .Sitemap_SubItem_BG
{
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}
.recurrencyDialog
{
	width: 100%;
}
.fieldset_recurrencyDialog
{
	margin-bottom: 20px;
	border-radius: 2px;
	border: 1px solid #EAEAEA;
	padding: 10px;
	background-color: #f5f5f5;
	min-width: 300px;
}
.legend_recurrencyDialog
{
	font-size: 18px;
}
.fieldset_recurrencyDialog span.optgroup_recurrencyDialog
{
	display: block;
}
.fieldset_recurrencyDialog span.optgroup_recurrencyDialog > label
{
	margin-left: 5px;
}
.recurring_eachall,
#weeklyDiv > .recurring_weekly_at,
#monthlyDiv > span.monthly_each,
#monthlyDiv > span.monthly_at
{
	display: block;
	padding-left: 0;
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid #EAEAEA;
}
.recurring_eachall > span.left
{
	display: block;
	float: left;
	padding: 5px 10px 0 0;
}
.recurring_eachall > span.right
{
	display: block;
	float: left;
	padding: 5px 0 0 10px;
}
.recurring_eachall > input
{
	width: 35px;
	max-width: 35px;
	float: left;
}
#yearlyDiv .recurring_eachall,
#yearlyDiv .yearly_at
{
	display: block;
	padding-left: 0;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #EAEAEA;
}
#yearlyDiv .recurring_eachall .options,
#yearlyDiv .yearly_at .options
{
	display: block;
	margin-top: 5px;
}
#yearlyDiv .yearly_at .options .recurring_yearly_on
{
	margin: 5px 0 5px 0;
	display: block;
}
#yearlyDiv span.yearly_at label,
#yearlyDiv span.recurring_eachall label
{
	margin-left: 5px;
}
#yearlyDiv .recurring_eachall .options input
{
	width: 35px;
	margin-right: 10px;
	float: left;
}
#yearlyDiv .recurring_eachall .options select
{
	width: 40%;
	float: left;
}
.fieldset_recurrencyDialog .recurring_endby,
.fieldset_recurrencyDialog .recurring_until
{
	margin-bottom: 5px;
	display: block;
}
.fieldset_recurrencyDialog .recurring_endby #COUNT_1
{
	width: 35px;
}
.recurrencyDialog .recurring_until > span
{
	display: block;
	margin-bottom: 5px;
}
.monthly_each .bymonthday,
.monthly_each .intervalbymonthday
{
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
.monthly_each .bymonthday > input,
.monthly_each .intervalbymonthday > input
{
	width: 35px;
}
#monthlyDiv .monthly_at .weekly_intervalbyday
{
	margin: 10px 0;
	display: block;
}
#monthlyDiv .monthly_at .caption
{
	display: block;
	margin: 5px 0;
	float: left;
	margin-right: 10px;
}
#monthlyDiv .monthly_at .options
{
	display: block;
	float: left;
}
#monthlyDiv .monthly_at .options input
{
	width: 35px;
}
body.landscape .buttonGroup_recurrencyDialog .Button_Standard
{
	max-width: none;
}
.recurrFormLabelAppointment
{
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	width: 50px;
}
.editfield_recurrencyDialog
{
	background-color: #fafafa;
	border: 1px solid #eaeaea;
	color: #4F4F4B;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	min-height: 35px;
	padding: 5px;
	width: 100%;
}
.UpDataPicker
{
	padding: 10px;
	box-sizing: border-box;
	margin-right: 15px;
}
.UpDataPicker .DatapickerResultlist tr.Datapicker_Data_Row_Odd:hover,
.UpDataPicker .DatapickerResultlist tr.Datapicker_Data_Row_Odd:focus,
.UpDataPicker .DatapickerResultlist tr.Datapicker_Data_Row_Odd_Over
{
	background-color: #f5f5f5;
}
.UpDataPicker .DatapickerResultlist tr.Datapicker_Data_Row_Even:hover,
.UpDataPicker .DatapickerResultlist tr.Datapicker_Data_Row_Even:focus,
.UpDataPicker .DatapickerResultlist tr.Datapicker_Data_Row_Even_Over
{
	background-color: #f5f5f5;
}
.fileupload-buttonbar
{
	margin-bottom: 10px;
	text-align: center;
}
.btn
{
	background-color: transparent;
	border: medium none;
	margin-right: 4px;
	padding: 0;
	text-align: center;
	cursor: pointer;
	width: 110px;
}
.btn span
{
	color: #818181;
	font-size: 11px;
}
.icon-upload
{
	background-image: url(../../images/assets/multifileupload/up.png?usn=1727186002907);
	background-position: center;
	background-repeat: no-repeat;
	height: 40px;
	display: block;
}
.icon-ban-circle
{
	background-image: url(../../images/assets/multifileupload/cancel.png?usn=1727186002907);
	background-position: center;
	background-repeat: no-repeat;
	height: 40px;
	display: block;
}
.icon-refresh
{
	background-image: url(../../images/assets/multifileupload/refresh.png?usn=1727186002907);
	background-position: center;
	background-repeat: no-repeat;
	height: 40px;
	display: block;
}
.icon-trash
{
	background-image: url(../../images/assets/multifileupload/delete.png?usn=1727186002907);
	background-position: center;
	background-repeat: no-repeat;
	height: 40px;
	display: block;
}
.icon-toggle
{
	background-image: url(../../images/assets/multifileupload/select.png?usn=1727186002907);
	background-position: center;
	background-repeat: no-repeat;
	height: 40px;
	display: block;
}
.fileupload-buttonbar .toggle
{
	position: absolute;
	right: 0;
	top: 43px;
	display: none;
}
.maxNumberError div
{
	font-size: 16px;
	margin-bottom: 5px;
	text-align: center;
	border-bottom: 1px dashed #BA343A;
	color: #BA343A;
}
.progress.error
{
	background-image: none;
	border: none;
	border-radius: 0;
	filter: none;
	float: left;
	height: auto;
	width: 15rem;
	color: #ce2630;
}
.fileinput-button
{
	display: none;
}
.fileupload-progress
{
	margin-bottom: 10px;
	margin-top: 10px;
}
.fileupload-progress .progress
{
	width: 100%;
	margin-bottom: 10px;
	top: 0;
	position: static;
}
.progress
{
	background-image: -moz-linear-gradient(left,#ffffff,#eaeaea);
	background-image: -ms-linear-gradient(left,#ffffff,#eaeaea);
	background-image: -o-linear-gradient(left,#ffffff,#eaeaea);
	background-image: -webkit-linear-gradient(left,#ffffff,#eaeaea);
	background-image: linear-gradient(to right, #ffffff, #eaeaea);
	border: 1px solid #EAEAEA;
	border-radius: 2px;
	filter: none;
	float: left;
	height: 10px;
	width: 150px;
}
.progress .progress-bar,
.progress .bar
{
	background-image: -moz-linear-gradient(left,#ffffff,#ae4637);
	background-image: -ms-linear-gradient(left,#ffffff,#ae4637);
	background-image: -o-linear-gradient(left,#ffffff,#ae4637);
	background-image: -webkit-linear-gradient(left,#ffffff,#ae4637);
	background-image: linear-gradient(to right, #ffffff, #ae4637);
	height: 10px;
	border-radius: 2px;
	width: 0%;
	opacity: 1.0;
	filter: none;
}
.fileupload-process
{
	float: right;
	display: none;
}
.fileupload-processing .fileupload-process,
.files .processing .preview
{
	display: block;
	width: 32px !important;
	height: 32px !important;
	background: url("../../images/assets/multifileupload/loading.gif?usn=1727186002907") center no-repeat;
	background-size: contain;
}
.Application_Standard
{
	background-color: #ffffff;
	background-image: none;
}
body.mce-content-body
{
	background-color: #ffffff;
	background-image: none;
}
.WaitWhileLoading
{
	min-width: 11rem;
	min-height: 5rem;
}
.WaitWhileLoading .WaitWhileLoading_Bg
{
	background-image: url(../../images/assets/common/load_asynchronous_bg.png?usn=1727186002907);
	background-position: center center;
	background-repeat: repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	animation-name: animation-fadein;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
}
.WaitWhileLoading .WaitWhileLoading_Fg
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	text-align: center;
	width: 5.5rem;
	height: 5.5rem;
	top: 50%;
	left: 50%;
	background-color: #FFF;
	border-radius: 50%;
}
.WaitWhileLoading .WaitWhileLoading_Fg .Image
{
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	background-image: url(../../images/genesis_Gemini/load_asynchronous.gif?usn=1727186002907);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 3.5rem;
}
.WaitWhileLoading .WaitWhileLoading_Fg span
{
	display: none;
	text-align: center;
	font-size: 1rem;
	padding-top: 0.3rem;
	padding-left: 0.3rem;
}
.PositionRelative
{
	position: relative;
}
.WaitWhileLoadingBeside
{
	background-color: #FFF;
	border-radius: 50%;
	padding: 0.5rem;
	opacity: 0.7;
	animation-name: animation-fadein;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
}
.WaitWhileLoadingBeside .Image
{
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	background-image: url(../../images/genesis_Gemini/load_asynchronous.gif?usn=1727186002907);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 3.5rem;
}
.WaitWhileLoadingBeside span
{
	display: none;
}
#loadindicator
{
	display: none;
	position: absolute;
	z-index: 1000;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background-image: url(../../images/assets/ipad/load.gif?usn=1727186002907);
	background-position: 12px;
	background-repeat: no-repeat;
	border-radius: 8px;
	background-color: #000000;
}
#loadindicator[status="loading"]
{
	display: block;
}
.detached-independent
{
	position: fixed !important;
	z-index: 1;
	box-shadow: 0 0 20px #959595;
}
.detached-independent.top
{
	top: 0;
}
.detached-independent.left
{
	left: 0;
}
.print-only
{
	display: none !important;
}
.Timepicker
{
	text-align: center;
	padding: 5px;
}
.Action
{
	text-align: center;
	padding: 0 5px 5px 5px;
}
.Action input
{
	width: 100%;
	border: none;
	color: #FFF;
	background-color: #4C7686;
	display: inline-block;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	padding: 0 9px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.Action input:hover,
.Action input:focus
{
	background-color: #4C7686;
	color: #FFF;
}
.ContextMenuTooltip_Container
{
	background-color: #ffffff;
	padding: 5px;
	box-shadow: 0 0 5px #666666;
}
.ContextMenu
{
	width: 100%;
	border: 0;
	border-collapse: collapse;
}
.ContextMenu_Item_Row
{
	cursor: auto;
}
.ContextMenu_Item_Row_over
{
	cursor: pointer;
}
.ContextMenu_Item_ColTxt
{
	width: 90%;
	vertical-align: middle;
	text-align: left;
	padding: 2px;
	padding-left: 3px;
}
.ContextMenu_Item_ColTxt_over
{
	background-color: #eaeaea;
	vertical-align: middle;
	text-align: left;
	width: 90%;
	padding: 2px;
	padding-left: 3px;
}
.ContextMenu_Item_ColImg
{
	width: 10%;
	padding: 2px;
	vertical-align: middle;
	text-align: center;
}
.ContextMenu_Item_ColImg_over
{
	width: 10%;
	padding: 2px;
	background-color: #eaeaea;
	vertical-align: middle;
	text-align: center;
}
.flatpickr-calendar
{
	background: #fff;
	box-shadow: 1px 1px 3px #808080;
}
.flatpickr-innerContainer
{
	background: #fff;
	border-bottom: 1px solid #eceef1;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after
{
	border: solid transparent;
	display: none;
}
.flatpickr-calendar.arrowTop:after
{
	border-bottom-color: #fff;
	display: none;
}
.flatpickr-calendar.arrowBottom:before
{
	border-top-color: #46484d;
	display: none;
}
.flatpickr-calendar.arrowBottom:after
{
	border-top-color: #fff;
	display: none;
}
.numInputWrapper span
{
	border: 1px solid #dcdcdc;
}
.numInputWrapper span:hover
{
	background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active
{
	background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span.arrowUp
{
	border-bottom: 0;
}
.numInputWrapper span svg path
{
	fill: rgba(255, 255, 255, 0.5);
}
.numInputWrapper:hover
{
	background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span
{
	opacity: 1.0;
}
.flatpickr-months .flatpickr-month
{
	border-radius: 5px 5px 0 0;
	background: transparent;
	color: inherit;
	fill: inherit;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover
{
	color: #4C7686;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg
{
	fill: #4C7686;
}
.flatpickr-current-month
{
	font-weight: 300;
	font-size: 125%;
}
.flatpickr-current-month span.cur-month
{
	font-weight: 700;
}
.flatpickr-current-month span.cur-month:hover
{
	background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after
{
	border-bottom-color: #46484D;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after
{
	border-top-color: #46484D;
}
.flatpickr-current-month .flatpickr-monthDropdown-months
{
	background: transparent;
	border-radius: 0;
	border: none;
	font-weight: 300;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover
{
	background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month
{
	background-color: transparent;
}
.flatpickr-current-month input.cur-year
{
	background: transparent;
	border-radius: 0;
	border: 0;
	font-weight: 300;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover
{
	color: rgba(0, 0, 0, 0.5);
}
.flatpickr-weekdays
{
	background: transparent;
}
span.flatpickr-weekday
{
	background: transparent;
	color: inherit;
	font-weight: 900;
	opacity: 0.6;
}
.flatpickr-days
{
	border-left: 1px solid #dcdcdc;
}
.dayContainer + .dayContainer
{
	-webkit-box-shadow: -1px 0 0 #e6e6e6;
	box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day
{
	color: inherit;
	font-weight: 400;
}
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus
{
	background: #eaeaea;
	border-color: #eaeaea;
}
.flatpickr-day.today
{
	border-color: #4C7686;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus
{
	border-color: #4C7686;
	background: #4C7686;
	color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected.nextMonthDay
{
	background: #4C7686;
	border-color: #4C7686;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay
{
	color: inherit;
	border-color: transparent;
	opacity: 0.3;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover
{
	color: inherit;
	opacity: 0.1;
}
span.flatpickr-day.selected
{
	font-weight: bold;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover
{
	color: inherit;
	opacity: 0.3;
	font-size: 90%;
}
.flatpickr-time
{
	background: #fff;
	border-radius: 0 0 5px 5px;
}
.flatpickr-time .numInputWrapper span.arrowUp:after
{
	border-bottom-color: #46484d;
}
.flatpickr-time .numInputWrapper span.arrowDown:after
{
	border-top-color: #46484d;
}
.flatpickr-time input
{
	color: inherit;
}
.flatpickr-time input.flatpickr-hour
{
	font-weight: 400;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second
{
	font-weight: 400;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm
{
	color: inherit;
	font-weight: bold;
}
.flatpickr-time .flatpickr-am-pm
{
	font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus
{
	background: #eaeaea;
}
@keyframes animation-fadein
{
from
{
	opacity: 0.0;
}
to
{
	opacity: 1.0;
}
}
@keyframes animation-fadeout
{
from
{
	opacity: 1.0;
}
to
{
	opacity: 0.0;
}
}
@keyframes animation-zoomin
{
from
{
	transform: scale(0.1);
}
to
{
	transform: scale(1);
}
}
@keyframes animation-zoomout
{
from
{
	transform: scale(1);
}
to
{
	transform: scale(0.1);
}
}
@keyframes busyindicator-animation
{
0%
{
	left: -100%;
}
49%
{
	left: 100%;
}
50%
{
	left: 100%;
}
100%
{
	left: -100%;
}
}
div div.toggle
{
	clear: none;
	position: relative;
	min-width: 95px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
}
div div.toggle > input
{
	position: absolute;
	top: auto;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
	width: 1px;
	height: 1px;
	white-space: nowrap;
}
div div.toggle > input + label
{
	display: block;
	position: relative;
	padding: 0.5em;
	padding-left: 4em;
	max-width: calc(100% - 2em);
}
div div.toggle > input:focus + label,
div div.toggle > input:hover + label
{
	color: #00f;
}
div div.toggle > input[disabled] + label,
div div.toggle > input[disabled]:hover + label
{
	color: #999;
}
div div.toggle > input + label:before
{
	box-shadow: 0 0 0.5em #333;
	content: "";
	position: absolute;
	height: 1.5em;
	transition: all 0.25s ease;
	left: 0;
	top: 0.2em;
	width: 3em;
	border: 0.2em solid #767676;
	background: #767676;
	border-radius: 1.1em;
}
div div.toggle > input:focus + label:before,
div div.toggle > input:hover + label:before
{
	box-shadow: 0 0 0.5em #333;
}
div div.toggle > input[disabled] + label:before,
div div.toggle > input[disabled]:hover + label:before
{
	background-color: transparent;
	border-color: #ddd;
	box-shadow: none;
}
div div.toggle > input + label:after
{
	content: "";
	position: absolute;
	height: 1.5em;
	transition: all 0.25s ease;
	left: 0;
	top: 0.25em;
	background-color: #fff;
	background-position: center center;
	border-radius: 50%;
	width: 1.5em;
	border: 0.15em solid #767676;
}
div div.toggle > input:focus + label:after,
div div.toggle > input:hover + label:after
{
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='50' fill='rgba(0,0,0,.25)'/%3E%3C/svg%3E");
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: center center;
}
div div.toggle > input[disabled] + label:after
{
	border-color: #ddd;
	background-image: none;
}
div div.toggle > input:checked + label:before
{
	background-color: #36a829;
	border-color: #36a829;
}
div div.toggle > input:checked + label:after
{
	left: 1.6em;
	border-color: #36a829;
	color: #36a829;
}
div div.toggle > Label
{
	display: inline-block;
	text-indent: -999em;
}
.show-for-screenreaders-only
{
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.ix-grid-row
{
	margin: 0 auto;
	max-width: none;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	-webkit-box-sizing: padding-box;
	-moz-box-sizing: padding-box;
}
_::-webkit-:not(:root),
.ix-grid-row
{
	margin: 0 auto;
	max-width: none;
	width: 100%;
}
div.ix-grid-row > *,
div.ix-grid-row > *::before,
div.ix-grid-row > *::after
{
	box-sizing: inherit;
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
}
.ix-grid-row:before
{
	content: " ";
	display: block;
}
.ix-grid-row:after
{
	content: " ";
	display: table;
	clear: both;
}
.ix-grid-row.ix-collapse > .ix-grid-column
{
	padding-left: 0;
	padding-right: 0;
}
.ix-grid-row.ix-collapse .ix-grid-row
{
	margin-left: 0;
	margin-right: 0;
}
.ix-grid-row .ix-grid-row
{
	max-width: none;
	width: auto;
}
.ix-grid-row .ix-grid-row:before
{
	content: " ";
	display: block;
}
.ix-grid-row .ix-grid-row:after
{
	content: " ";
	display: table;
	clear: both;
}
.ix-grid-row .ix-grid-row.ix-collapse
{
	margin: 0;
	max-width: none;
	width: auto;
}
.ix-grid-row .ix-grid-row.ix-collapse:before
{
	content: " ";
	display: table;
}
.ix-grid-row .ix-grid-row.ix-collapse:after
{
	content: " ";
	display: table;
	clear: both;
}
.ix-grid-row.ix-evenheight
{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
_::-webkit-:not(:root),
.ix-grid-row.ix-evenheight
{
	flex-wrap: wrap;
	display: block;
}
.ix-grid-row.ix-evenheight .ix-grid-column
{
	flex-flow: 1;
	-webkit-flex-flow: 1;
}
.ix-grid-column
{
	width: 100%;
	float: left;
	position: relative;
	padding-right: 0.9375em;
	padding-left: 0.9375em;
}
.ix-grid-column + .ix-grid-column:last-child
{
	float: right;
}
.ix-grid-column + .ix-grid-column.ix-end
{
	float: left;
}
.ix-medium-hide
{
	display: block;
	visibility: visible;
}
.ix-large-hide
{
	display: block;
	visibility: visible;
}
.ix-small-hide
{
	display: none;
	visibility: hidden;
}
.ix-small-push-0
{
	position: relative;
	left: 0;
	right: auto;
}
.ix-small-pull-0
{
	position: relative;
	right: 0;
	left: auto;
}
.ix-small-push-1
{
	position: relative;
	left: 8.33333%;
	right: auto;
}
.ix-small-pull-1
{
	position: relative;
	right: 8.33333%;
	left: auto;
}
.ix-small-push-2
{
	position: relative;
	left: 16.66667%;
	right: auto;
}
.ix-small-pull-2
{
	position: relative;
	right: 16.66667%;
	left: auto;
}
.ix-small-push-3
{
	position: relative;
	left: 25%;
	right: auto;
}
.ix-small-pull-3
{
	position: relative;
	right: 25%;
	left: auto;
}
.ix-small-push-4
{
	position: relative;
	left: 33.33333%;
	right: auto;
}
.ix-small-pull-4
{
	position: relative;
	right: 33.33333%;
	left: auto;
}
.ix-small-push-5
{
	position: relative;
	left: 41.66667%;
	right: auto;
}
.ix-small-pull-5
{
	position: relative;
	right: 41.66667%;
	left: auto;
}
.ix-small-push-6
{
	position: relative;
	left: 50%;
	right: auto;
}
.ix-small-pull-6
{
	position: relative;
	right: 50%;
	left: auto;
}
.ix-small-push-7
{
	position: relative;
	left: 58.33333%;
	right: auto;
}
.ix-small-pull-7
{
	position: relative;
	right: 58.33333%;
	left: auto;
}
.ix-small-push-8
{
	position: relative;
	left: 66.66667%;
	right: auto;
}
.ix-small-pull-8
{
	position: relative;
	right: 66.66667%;
	left: auto;
}
.ix-small-push-9
{
	position: relative;
	left: 75%;
	right: auto;
}
.ix-small-pull-9
{
	position: relative;
	right: 75%;
	left: auto;
}
.ix-small-push-10
{
	position: relative;
	left: 83.33333%;
	right: auto;
}
.ix-small-pull-10
{
	position: relative;
	right: 83.33333%;
	left: auto;
}
.ix-small-push-11
{
	position: relative;
	left: 91.66667%;
	right: auto;
}
.ix-small-pull-11
{
	position: relative;
	right: 91.66667%;
	left: auto;
}
.ix-small-1
{
	width: 8.33333%;
}
.ix-small-2
{
	width: 16.66667%;
}
.ix-small-3
{
	width: 25%;
}
.ix-small-4
{
	width: 33.33333%;
}
.ix-small-5
{
	width: 41.66667%;
}
.ix-small-6
{
	width: 50%;
}
.ix-small-7
{
	width: 58.33333%;
}
.ix-small-8
{
	width: 66.66667%;
}
.ix-small-9
{
	width: 75%;
}
.ix-small-10
{
	width: 83.33333%;
}
.ix-small-11
{
	width: 91.66667%;
}
.ix-small-12
{
	width: 100%;
}
.ix-small-offset-0
{
	margin-left: 0 !important;
}
.ix-small-offset-1
{
	margin-left: 8.33333% !important;
}
.ix-small-offset-2
{
	margin-left: 16.66667% !important;
}
.ix-small-offset-3
{
	margin-left: 25% !important;
}
.ix-small-offset-4
{
	margin-left: 33.33333% !important;
}
.ix-small-offset-5
{
	margin-left: 41.66667% !important;
}
.ix-small-offset-6
{
	margin-left: 50% !important;
}
.ix-small-offset-7
{
	margin-left: 58.33333% !important;
}
.ix-small-offset-8
{
	margin-left: 66.66667% !important;
}
.ix-small-offset-9
{
	margin-left: 75% !important;
}
.ix-small-offset-10
{
	margin-left: 83.33333% !important;
}
.ix-small-offset-11
{
	margin-left: 91.66667% !important;
}
.ix-small-reset-order
{
	float: left;
	left: auto;
	margin-left: 0;
	margin-right: 0;
	right: auto;
}
.ix-grid-column.ix-small-centered
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.ix-grid-column.ix-small-uncentered
{
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ix-grid-column.ix-small-centered:last-child
{
	float: none;
}
.ix-grid-column.ix-small-uncentered:last-child
{
	float: left;
}
.ix-grid-column:last-child:not(:first-child)
{
	float: right;
}
.ix-grid-column.ix-small-uncentered.opposite
{
	float: right;
}
.ix-grid-row.ix-small-collapse > .ix-grid-column
{
	padding-left: 0;
	padding-right: 0;
}
.ix-grid-row.ix-small-collapse .ix-grid-row
{
	margin-left: 0;
	margin-right: 0;
}
.ix-grid-row.ix-small-uncollapse > .ix-grid-column
{
	padding-right: 0.9375em;
	padding-left: 0.9375em;
	float: left;
}
.ix-small-pLNone
{
	padding-left: 0;
}
.ix-small-pRNone
{
	padding-right: 0;
}
.ix-padding-top
{
	padding-top: 0.9375em;
}
.ix-padding-bottom
{
	padding-bottom: 0.9375em;
}
.ix-table-responsive
{
	min-height: 0.01%;
	max-width: 100vw;
	width: 100%;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.ix-table-responsive > .table
{
	margin-bottom: 0;
}
.ix-table-responsive > .table > tbody > tr > td,
.ix-table-responsive > .table > tbody > tr > th,
.ix-table-responsive > .table > tfoot > tr > td,
.ix-table-responsive > .table > tfoot > tr > th,
.ix-table-responsive > .table > thead > tr > td,
.ix-table-responsive > .table > thead > tr > th
{
	white-space: nowrap;
}
.ix-l2 .pagination
{
	clear: both;
}
.ix-m2l2 .pagination
{
	clear: both;
}
.ix-m2l3 .pagination
{
	clear: both;
}
.ix-m3l5 .pagination
{
	clear: both;
}
.ix-s2m4l6 > div > [data-tablerecord]
{
	width: 49.5%;
	float: left;
}
.ix-s2m4l6 > div > [data-tablerecord]:not(:nth-child(2n))
{
	margin-right: 1%;
}
.ix-s2m4l6 .pagination
{
	clear: both;
}
.ix-s2m5l7 > div > [data-tablerecord]
{
	width: 49.5%;
	float: left;
}
.ix-s2m5l7 > div > [data-tablerecord]:not(:nth-child(2n))
{
	margin-right: 1%;
}
.ix-s2m5l7 .pagination
{
	clear: both;
}
.ix-margin-top
{
	margin-top: 5px;
}
.ix-margin-right
{
	margin-right: 5px;
}
.ix-margin-bottom
{
	margin-bottom: 5px;
}
.ix-margin-left
{
	margin-left: 5px;
}
.ix-margin-large-top
{
	margin-top: 20px;
}
.ix-margin-large-right
{
	margin-right: 20px;
}
.ix-margin-large-bottom
{
	margin-bottom: 20px;
}
.ix-margin-large-left
{
	margin-left: 20px;
}
.ix-float-left
{
	float: left;
}
.ix-float-right
{
	float: right;
}
.ix-max-width
{
	width: 100% !important;
	text-overflow: ellipsis;
}
img.ix-max-width
{
	width: 100% !important;
	height: auto;
}
div > fieldset.ix-max-width
{
	margin: 0;
	padding: 0;
}
.ix-inline-block
{
	display: inline-block;
}
.ix-block
{
	display: block;
}
.ix-left-top img
{
	background-position: left top;
}
.ix-left-center img
{
	background-position: left center;
}
.ix-left-bottom img
{
	background-position: left bottom;
}
.ix-right-top img
{
	background-position: right top;
}
.ix-right-center img
{
	background-position: right center;
}
.ix-right-bottom img
{
	background-position: right bottom;
}
.ix-center-top img
{
	background-position: center top;
}
.ix-center-center img
{
	background-position: center center;
}
.ix-center-bottom img
{
	background-position: center bottom;
}
.ix-contain img
{
	background-size: contain;
	background-repeat: no-repeat;
}
.ix-cover img
{
	background-size: cover;
}
.ix-border-radius-img-bg-full img
{
	border-radius: 100%;
}
.ix-border-radius-img-bg-large img
{
	border-radius: 15px;
}
.ix-border-radius-img-bg-medium img
{
	border-radius: 7px;
}
.ix-border-radius-img-bg-small img
{
	border-radius: 3px;
}
.ix-border-radius-full
{
	border-radius: 100%;
}
.ix-border-radius-large
{
	border-radius: 20px;
}
.ix-border-radius-medium
{
	border-radius: 7px;
}
.ix-border-radius-small
{
	border-radius: 3px;
}
div[data-filter="rangeoffilter"] > input
{
	width: 100%;
	margin: 0;
}
img.spacer
{
	display: block;
	width: 1px;
	height: 1px;
	border: none;
}
div.modal-tooltip-overlay
{
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
}
.file-extension-icon
{
	height: 16px;
	width: 16px;
}
.Share_Text_Light
{
	color: #212121;
}
.Share_Actionbutton
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: auto !important;
	height: auto;
	background: #FFF !important;
	border: 0.1rem solid #6c757d !important;
	border-radius: 0.3rem !important;
	color: #6c757d !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	white-space: nowrap !important;
	padding: 0.375rem 0.75rem !important;
	font-size: 1.4rem !important;
	line-height: 1.5 !important;
	font-weight: 400 !important;
}
.Share_Notification
{
	background-color: #4C7686;
	color: #fff;
}
.Share_Link_Text
{
	color: #4C7686;
}
.Share_Tile
{
	background-color: #fdfdfd;
	border: 1px solid #eaeaea;
}
.Share_shapedtable > div > [data-tablerecord]
{
	background-color: #FFF;
	border: 0.1rem solid #d3dade;
	margin: 1rem 0 !important;
	border-radius: 0.3rem !important;
	padding: 15px;
	margin-bottom: 25px;
}
.Share_Wizard_Left
{
	border-radius: 3px;
	min-height: inherit;
	background-color: #5270c1;
	color: white;
}
.Share_Wizard_Right
{
	height: inherit;
	padding: 0;
	margin-bottom: 15px;
}
.Share_Headline
{
	font-size: 16px;
	font-weight: bold;
	color: #4d4d4d;
}
.Share_Border
{
	border: 1px solid #e5e5e5;
}
.Share_Container
{
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	background-color: #fff;
	padding: 1rem !important;
}
.Share_Container_Light
{
	background-color: #f7f7f7;
	padding: 1rem;
	margin: 1rem 0 !important;
	border-radius: 0.3rem;
}
.Share_Container_Tooltip
{
	border-radius: 0.3rem;
	background-color: #fff;
	padding: 3.5rem 2rem 2rem 2rem;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.Share_Container_Tooltip a.TT_Close
{
	z-index: 1;
	outline: none;
	background-image: url(../../thirdparty/icon54/svg/solid/BasicIcons/Close.svg?usn=1727186002907);
	background-repeat: no-repeat;
	background-size: 2rem;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 1rem 1rem 0 0.5rem;
	height: 2rem;
	width: 2rem;
}
.Share_Container_Feed_Actions
{
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	clear: both !important;
	padding: 1rem 0 !important;
	margin: 1rem 0 !important;
	min-height: 5rem !important;
	border-top: 0.1rem solid #e2e7e9 !important;
	border-bottom: 0.1rem solid #e2e7e9 !important;
	border-radius: 0 !important;
	border-left: 0 solid !important;
	border-right: 0 solid !important;
}
.Share_Container_Feed_Actions #setShare
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 3rem;
	height: 3rem !important;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-right: 0.5rem;
}
.Share_Container_Feed_Actions #setShare[style*="display:inline-block"]
{
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}
.Share_Container_Feed_Actions #setRemind
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-right: 0.5rem;
}
.Share_Container_Feed_Actions #setRemind *
{
	margin: 0 !important;
}
.Share_Container_Feed_Actions #setRemind[style*="display:inline-block"]
{
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}
.Share_Container_Feed_Actions #setFavorite
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-right: 0.5rem;
}
.Share_Container_Feed_Actions #setFavorite[style*="display:inline-block"]
{
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}
.Share_Container_Feed_Actions #setUrgent
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	margin-right: 0.5rem;
}
.Share_Container_Feed_Actions #setUrgent[style*="display:inline-block"]
{
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}
.Share_Container_Feed_Actions #setImportant
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	margin-right: 0.5rem;
}
.Share_Container_Feed_Actions #setImportant[style*="display:inline-block"]
{
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}
.Share_Container_Feed_Actions a[class="icon54-s_BasicIcons-RightArrow2"]
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}
.Share_Container_Feed_Actions a[class="icon54-s_BasicIcons-LeftArrow2"]
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}
.Share_Skillz_Element
{
	display: block;
	white-space: normal;
	background-color: #ecedf1;
	border-radius: 3px;
	padding: 0;
	margin-bottom: 5px;
	min-width: 100px;
	max-width: 95%;
	float: left;
}
.Share_Skillz_Element_Without_Rating
{
	margin-bottom: 5px;
	display: inline-block;
	border-radius: 3px;
	white-space: normal;
	background-color: transparent;
	margin-right: 5px;
	float: left;
}
.Share_Skillz_Color
{
	background-color: #28a745;
	line-height: 20px;
	padding: 2px 5px;
}
.Share-Icons
{
	color: #1c3258;
}
.Share_Searchfield
{
	width: 100%;
	margin: 1rem 0;
	background-image: url(../../thirdparty/icon54/svg/line/BasicIcons/Search.svg?usn=1727186002907);
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 1.5rem;
	padding: 0.5rem 1rem;
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
}
.Share_Container_Tile
{
	position: relative;
	margin-bottom: 1rem;
	min-height: 15rem;
	padding: 1rem;
	border: 0.1rem solid #eaeaea;
	border-radius: 0.3rem;
}
.Share_Container_Tile_Img img
{
	height: 10rem;
	width: 10rem;
	background-position: center;
	background-size: cover;
	border-radius: 3px;
	display: block;
	background-repeat: no-repeat;
}
.Share_Container_Tile_Content
{
	margin-left: 110px;
	margin-top: -100px;
	padding: 0;
}
.Share_Container_Tile_FavIcon
{
	position: absolute;
	top: 1rem;
	right: 1rem;
}
.Share_Container_Tile_Iconbar
{
	position: absolute;
	bottom: 1rem;
	left: 12rem;
	right: 1rem;
}
.Share_Container_Tile_Members
{
	position: absolute;
	bottom: 0;
	left: 0;
}
.Share_Container_Tile_Button
{
	height: 3rem !important;
	min-height: 3rem !important;
	text-transform: none !important;
	font-weight: 300 !important;
}
.Share_Container_Tile_Button_Moderator
{
	height: 3rem !important;
	min-height: 3rem !important;
	text-transform: none !important;
	font-weight: 300 !important;
	border: none !important;
	background-color: #f0f0f0 !important;
	box-shadow: none !important;
}
.Share_Tile_Image_Background
{
	width: 10rem;
	height: 10rem;
	background-color: #F7F7F7;
}
.Share_Container_Tile img[style*=".svg"]
{
	background-size: 60%;
	background-repeat: no-repeat;
}
div[data-ix-control="tooltip"] .Share_Container_Tile
{
	border: none;
	min-height: 17rem;
}
.Share_Container_Info
{
	position: relative;
	min-height: 22rem;
	margin-bottom: 1rem;
	padding: 0 !important;
}
.Share_Container_Info_Img img
{
	height: 220px;
	width: 100%;
	background-position: center;
	background-size: cover;
	display: block;
}
.Share_Container_Info_Content
{
	padding: 10px 10px 65px 10px;
}
.Share_Container_Info_FavIcon
{
	position: absolute;
	top: 245px;
	right: 10px;
}
.Share_Container_Info_Iconbar
{
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
.Share_Info_Image_Background
{
	height: 220px;
	width: 100%;
	background-color: #F7F7F7;
	padding: 0;
	margin: 0;
}
.Share_Container_Info_Img img[style*=".svg"]
{
	background-size: 30%;
	background-repeat: no-repeat;
}
.Share_2nd_Level_Button
{
	position: relative;
	padding: 8px;
	display: inline-block;
	border: 1px solid #424242;
	border-radius: 100%;
	margin-right: 5px;
}
.Share_2nd_Level_Button img
{
	display: block;
	width: 20px !important;
	height: 20px !important;
}
.Share_2nd_Level_Button .Count
{
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 11px;
}
.Share_Text_Color
{
	color: #424242 !important;
}
.Share_Text_Small
{
	font-size: smaller;
}
.Share_Text_Cropped
{
	position: relative;
	height: auto;
	max-height: 150px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
	mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
	cursor: pointer;
}
.Share_Text_Expand
{
	max-height: 900px;
	-webkit-mask-image: none;
	mask-image: none;
	margin-bottom: 15px;
}
.Share_Viewswitch_Button
{
	background-repeat: no-repeat;
	background-size: 27px;
	background-position: center;
	padding: 0 20px !important;
	border: none;
	cursor: pointer;
	height: 40px;
}
.Share_Viewswitch_Button:hover,
.Share_Viewswitch_Button:focus
{
	background-color: #eaeaea;
}
.Share_Viewswitch_Button_Selected
{
	background-color: #eaeaea;
}
.Share_Create_Feed
{
	padding: 1rem;
	border-radius: 0.3rem;
	background: #FFF;
}
.Share_Feed
{
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	padding: 15px;
	margin-bottom: 25px;
	box-shadow: 0 0 7px #f3f3f3;
}
.Share_Feed_Module
{
	border-radius: 0.3rem;
	padding: 10px;
	border: 1px solid #dcdcdc;
}
.Share_Comments
{
	margin: 0;
}
.Share_Feed_Comment
{
	border-radius: 0.3rem;
	background-color: hsl(0 5% 95%);
	padding: 15px;
	margin-bottom: 0.5rem;
}
.Share_Comment_Header
{
	font-size: 12px;
}
.Share_Comment_Content
{
	margin: 10px 0 10px 45px;
}
.Share_Comment_Actions
{
	margin: 0 0 0 45px;
	font-size: 12px;
}
.Share_Sub_Comment
{
	margin-left: 50px;
}
.Share_Comments div[data-id="liker"] a[data-profileinfo]
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.Share_Comments div[data-id="liker"] a[data-profileinfo] + span[data-profile-status]
{
	display: none;
}
.Share_Comments div[data-id="liker"] a[data-profileinfo="1"]::after
{
	display: inline-block;
	content: attr(title);
	font-size: initial;
	margin-left: 1rem;
}
.Share_Feed_Actions
{
	margin: 1rem;
	padding: 1rem;
	min-height: 4rem;
	border-top: 0.1rem solid #eaeaea;
	border-bottom: 0.1rem solid #eaeaea;
}
#likeContainer
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#likeContainer a[data-likecount]
{
	padding: 0 1rem !important;
}
.Share_Personal_Skillz
{
	padding: 2px 5px;
	background: #dcdcdc;
	box-sizing: border-box;
	border-radius: 0 20px 20px 0;
}
.Share_Online_Status
{
	display: block;
	position: relative;
	border-radius: 50%;
	border: 0.2rem solid #FFF;
}
.Share_Online
{
	background-color: #8BC34A;
}
.Share_Offline
{
	background-color: #BDBDBD;
}
.Share_Busy
{
	background-color: #F44336;
}
.Share_Ontour
{
	background-color: #E040FB;
}
.Share_Notatplace
{
	background-color: #448AFF;
}
.Share_Size_Small
{
	left: 2rem;
	top: 2rem;
	width: 1.1rem;
	height: 1.1rem;
}
.Share_Size_Big
{
	top: 4.2rem;
	left: 4.2rem;
	width: 1.3rem;
	height: 1.3rem;
}
.Share_Size_Very_Small
{
	top: 1.9rem;
	left: 1.9rem;
	width: 0.7rem;
	height: 0.7rem;
}
.Share_Size_None
{
	top: 3.6rem;
	left: 3.6rem;
	width: 1rem;
	height: 1rem;
}
.Share_Size_Normal
{
	left: 3.5rem;
	top: 3.5rem;
	width: 1.1rem;
	height: 1.1rem;
}
.Share_Media_Container iframe,
.Share_Media_Container img
{
	width: 100%;
	max-width: 400px;
}
.Share_Container_Image_Border
{
	border-radius: 3px;
	float: left;
	padding: 0;
	margin: 0 0 0 0;
	background-position: center;
	object-fit: cover;
	border: 1px solid transparent;
}
.Share_Container_Image_Border > img
{
	border-radius: 3px;
}
.Share_DefaultProfilImageTile
{
	border-radius: 3px;
	width: 100px;
	height: 100px;
	display: grid;
	align-items: center;
	justify-content: center;
}
.Share_DefaultProfilImageInfo
{
	height: 220px;
	width: 100%;
	border-radius: 3px;
	display: grid;
	align-items: center;
	justify-content: center;
}
#adminModeInfoBar
{
	background-color: #d20000;
	border-radius: 3px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	padding: 7px;
	text-align: center;
}
#adminModeInfoBar > a > i
{
	color: #fff;
}
.Share_Listbox_Navigation > li
{
	padding: 1rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-height: 3rem;
}
.Share_Listbox_Navigation > li:hover,
.Share_Listbox_Navigation > li:focus
{
	background-color: #ecedf1;
	border-radius: 0.3rem;
}
.Share_Listbox_Navigation > li.nav_selected
{
	background-color: #ecedf1;
	border-radius: 0.3rem;
	font-weight: bold;
}
.Share_Admin_Mode .Share_Listbox_Navigation > li > a,
.Share_Admin_Mode .Share_Link_Text,
.Share_Admin_Mode .Share_Text_Light
{
	color: #d20000;
}
.Share_Admin_Mode .Share_Listbox_Navigation > li > a:hover,
.Share_Admin_Mode .Share_Link_Text:hover,
.Share_Admin_Mode .Share_Text_Light:hover
{
	color: #8b0000;
}
.Share_Listbox_Navigation > li .nav_additionals .nav_counter
{
	color: #fff;
	border-radius: 100% !important;
	width: 20px;
	text-align: center;
	padding: 0 1px 0 0 !important;
	font-size: 10px;
	line-height: 20px;
}
.Share_Listbox_Navigation > li:hover
{
	background-color: #fafafa;
}
#Container_Wrapper
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	min-height: 1px;
	position: relative;
	margin: 0 auto;
}
#Container_Sidebar
{
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: margin-left 250ms ease-out, -webkit-transform 250ms ease-out;
	transition: margin-left 250ms ease-out, transform 250ms ease-out, -webkit-transform 250ms ease-out;
	-o-transition: margin-left 250ms ease-out, transform 250ms ease-out;
	width: 5rem;
	height: 5rem;
}
#Container_Wrapper_Sidebar
{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#Container_Wrapper_SidebarTop
{
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 5rem;
	min-height: 5rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
#Container_Logo
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0;
	width: 100%;
	height: auto;
	margin-left: 2rem;
}
#Container_Logo a
{
	display: block;
	width: 3rem;
	height: 3rem;
	margin-left: 1rem;
	background-repeat: no-repeat;
}
#Container_Logo img
{
	height: auto;
	width: auto;
	max-width: 100%;
}
#Container_Btn_HideMenu
{
	display: none;
	color: #FFF;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#Container_Btn_HideMenu:hover
{
	color: #fafafa;
	cursor: pointer;
}
#Container_Wrapper_SidebarBottom
{
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 5rem;
	height: 100%;
	background-color: #373737;
}
#Container_Menu_Droplist
{
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 100%;
}
#Container_Menu_Droplist .menu
{
	position: absolute;
	left: -25rem;
}
#Container_Menu_Droplist .menu .item
{
	display: block;
}
#Container_Menu_Droplist .menu .label
{
	display: block;
	cursor: pointer;
	min-height: 3rem;
	line-height: 3rem;
	backface-visibility: hidden;
	overflow: hidden;
	transform: translateZ(0);
	vertical-align: middle;
}
#Container_Menu_Droplist .menu .image
{
	display: none;
}
#Container_Menu_Droplist .menu .item[data-has-children="no"] > .label
{
	text-transform: none;
}
#Container_Menu_Droplist .menu .input:checked ~ .list
{
	max-height: none;
	height: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: visible;
}
#Container_Menu_Droplist .menu .input:not(:checked) ~ .list
{
	height: auto;
	display: none;
}
#Container_Menu_Droplist .menu .list:after
{
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}
#Container_Menu_Droplist .menu ul
{
	z-index: 2;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#Container_Menu_Droplist .menu ul ul
{
	max-height: 0;
	overflow: hidden;
	position: absolute;
}
#Container_Menu_Droplist .menu ul ul ul
{
	position: relative;
	margin-left: 0;
}
#Container_Menu_Droplist .menu .list.level0
{
	background-color: transparent;
}
#Container_Menu_Droplist .menu .level0.item
{
	position: relative;
	border-bottom: 0.1rem dashed #FFF;
}
#Container_Menu_Droplist .menu .level0.item:last-child
{
	border-right: none;
}
#Container_Menu_Droplist .menu .level0.label
{
	margin: 0;
	height: 5rem;
	line-height: 5rem;
	padding: 0 0.7rem;
	border-top: 0.1rem solid transparent;
	border-right: 0.1rem solid transparent;
	border-bottom: 0.1rem solid transparent;
	border-left: 0.3rem solid transparent;
}
#Container_Menu_Droplist .menu li.level0[data-has-children="true"][data-itemtype="CONT"] span.level0::after
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 1.6rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'keyboard_arrow_down';
	color: #fff;
	margin-left: 0.5rem;
}
#Container_Menu_Droplist .menu .level0.link,
#Container_Menu_Droplist .menu .level0.text,
#Container_Menu_Droplist .menu .level0.smi
{
	font-size: 1.6rem;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
#Container_Menu_Droplist .menu .level0.label:hover
{
	background-color: #404040;
}
#Container_Menu_Droplist .menu .level0.input:checked + .label
{
	background-color: #404040;
	border-left: 0.3rem solid #FFF;
}
#Container_Menu_Droplist .menu .level0.item.selected > .label
{
	background-color: #404040;
	border-left: 0.3rem solid #FFF;
}
#Container_Menu_Droplist .menu .list.level1
{
	margin: 0;
	position: relative;
	width: 100%;
	background-color: #404040;
}
#Container_Menu_Droplist .menu .level1.item
{
	position: relative;
}
#Container_Menu_Droplist .menu .level1.label
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	vertical-align: middle;
	margin: 0;
	height: auto;
	padding: 0.3rem 0.7rem 0.3rem 1rem;
	border-top: 0.1rem solid transparent;
	border-right: 0.1rem solid transparent;
	border-bottom: 0.1rem solid transparent;
	border-left: 0.3rem solid transparent;
}
#Container_Menu_Droplist .menu li.level1[data-itemtype="CONT"] a.level1::after
{
	display: inline-block;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	font-family: 'Material Icons';
	font-size: 1.4rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'keyboard_arrow_down';
	margin-left: 0.5rem;
}
#Container_Menu_Droplist .menu li.level1[data-has-children="true"][data-itemtype="CONT"] span.level1::after
{
	display: inline-block;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	font-family: 'Material Icons';
	font-size: 1.6rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'keyboard_arrow_down';
	margin-left: 0.5rem;
}
#Container_Menu_Droplist .menu .level1.link,
#Container_Menu_Droplist .menu .level1.text,
#Container_Menu_Droplist .menu .level1.smi
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	width: 100%;
	color: #FFF;
	font-size: 1.4rem;
	text-decoration: none;
}
#Container_Menu_Droplist .menu .level1.link::before,
#Container_Menu_Droplist .menu .level1.text::before,
#Container_Menu_Droplist .menu .level1.smi::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 0.8rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'horizontal_rule';
	color: #fff;
	margin-right: 0.5rem;
}
#Container_Menu_Droplist .menu .level1.label:hover
{
	background-color: #404040;
}
#Container_Menu_Droplist .menu .level1.input:checked + .label
{
	background-color: #404040;
	border-left: 0.3rem solid #FFF;
}
#Container_Menu_Droplist .menu .level1.item.selected > .label
{
	background-color: #404040;
	border-left: 0.3rem solid #FFF;
}
#Container_Menu_Droplist .menu .level1.item.selected > .label .link,
#Container_Menu_Droplist .menu .level1.item.selected > .label .text,
#Container_Menu_Droplist .menu .level1.item.selected > .label .smi
{
	color: #FFF;
}
#Container_Menu_Droplist .menu .list.level2
{
	margin: 0;
	position: relative;
	width: 100%;
	background-color: #404040;
}
#Container_Menu_Droplist .menu .level2.item
{
	position: relative;
}
#Container_Menu_Droplist .menu .level2.label
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	vertical-align: middle;
	margin: 0;
	height: auto;
	padding: 0.3rem 0.7rem 0.3rem 2rem;
	border-top: 0.1rem solid transparent;
	border-right: 0.1rem solid transparent;
	border-bottom: 0.1rem solid transparent;
	border-left: 0.3rem solid transparent;
}
#Container_Menu_Droplist .menu li.level2[data-has-children="true"][data-itemtype="CONT"] span.level2::after
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 1.6rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'keyboard_arrow_down';
	margin-left: 0.5rem;
}
#Container_Menu_Droplist .menu .level2.link,
#Container_Menu_Droplist .menu .level2.text,
#Container_Menu_Droplist .menu .level2.smi
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 400;
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#Container_Menu_Droplist .menu .level2.label:hover
{
	background-color: #404040;
}
#Container_Menu_Droplist .menu .level2.label:hover .link,
#Container_Menu_Droplist .menu .level2.label:hover .text,
#Container_Menu_Droplist .menu .level2.label:hover .smi
{
	text-decoration: none;
}
#Container_Menu_Droplist .menu .level2.input:checked + .label
{
	background-color: #404040;
	border-left: 0.3rem solid #FFF;
}
#Container_Menu_Droplist .menu .level2.item.selected > .label
{
	background-color: #404040;
	border-left: 0.3rem solid #FFF;
}
#Container_Menu_Droplist .menu .list.level3
{
	margin: 0;
	position: relative;
	width: 100%;
	background-color: #404040;
}
#Container_Menu_Droplist .menu .level3.label
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	vertical-align: middle;
	margin: 0;
	height: auto;
	padding: 0.3rem 0.7rem 0.3rem 3rem;
	border-top: 0.1rem solid transparent;
	border-right: 0.1rem solid transparent;
	border-bottom: 0.1rem solid transparent;
	border-left: 0.3rem solid transparent;
}
#Container_Menu_Droplist .menu li.level3[data-has-children="true"][data-itemtype="CONT"] span.level3::after
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 1.6rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'keyboard_arrow_down';
	margin-left: 0.5rem;
}
#Container_Menu_Droplist .menu .level3.link,
#Container_Menu_Droplist .menu .level3.text,
#Container_Menu_Droplist .menu .level3.smi
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 400;
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#Container_Menu_Droplist .menu .level3.label:hover
{
	background-color: #404040;
}
#Container_Menu_Droplist .menu .level3.label:hover .link,
#Container_Menu_Droplist .menu .level3.label:hover .text,
#Container_Menu_Droplist .menu .level3.label:hover .smi
{
	text-decoration: none;
}
#Container_Menu_Droplist .menu .level3.input:checked + .label
{
	background-color: #404040;
	border-left: 0.3rem solid #FFF;
}
#Container_Menu_Droplist .menu .level3.item.selected > .label
{
	background-color: #404040;
	border-left: 0.3rem solid #FFF;
}
#Container_Menu_Droplist .menu .level3.item.selected > .label .link,
#Container_Menu_Droplist .menu .level3.item.selected > .label .text,
#Container_Menu_Droplist .menu .level3.item.selected > .label .smi
{
	color: #fff;
}
#Container_Menu_Droplist .menuopenclose
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 1rem;
	z-index: 10000;
	cursor: pointer;
	width: 30px;
	height: 20px;
	position: fixed;
	top: 1.4rem;
	left: 1rem;
}
#Container_Menu_Droplist .menuopenclose .helper
{
	left: -9999px;
	position: absolute;
}
#Container_Menu_Droplist .menuopenclose .hamburger
{
	display: none;
	margin: 1px auto 0 auto;
	width: 30px;
	height: 20px;
	position: relative;
}
#Container_Menu_Droplist .menuopenclose .hamburger .bar
{
	padding: 0;
	width: 30px;
	height: 3px;
	background-color: #000;
	display: block;
	border-radius: 4px;
	position: absolute;
}
#Container_Menu_Droplist .menuopenclose .bar1
{
	top: 1px;
	transform-origin: 5%;
}
#Container_Menu_Droplist .menuopenclose .bar2
{
	top: 9px;
}
#Container_Menu_Droplist .menuopenclose .bar3
{
	top: 9px;
	right: 0;
}
#Container_Menu_Droplist .menuopenclose .bar4
{
	bottom: 0;
	transform-origin: 5%;
}
#Container_Menu_Droplist .burgerCheckbox:checked + label > .hamburger > .bar
{
	margin-left: 5px;
}
#Container_Menu_Droplist .burgerCheckbox:checked + label > .hamburger > .bar1
{
	transform: rotate(45deg);
	height: 3px;
	width: 26px;
}
#Container_Menu_Droplist .burgerCheckbox:checked + label > .hamburger > .bar2
{
	transform: rotate(45deg);
	height: 3px;
	background-color: transparent;
}
#Container_Menu_Droplist .burgerCheckbox:checked + label > .hamburger > .bar3
{
	transform: rotate(-45deg);
	height: 3px;
	background-color: transparent;
}
#Container_Menu_Droplist .burgerCheckbox:checked + label > .hamburger > .bar4
{
	transform: rotate(-45deg);
	height: 3px;
	width: 26px;
}
#Container_Menu_Droplist .menuopenclose:after
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 3rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'menu';
	color: #FFF;
}
#Container_Menu_Droplist .menuopenclose.close
{
	left: 90%;
}
#CONT_dropline_Container_Menu_Droplist_menuopenclose:checked ~ .list.level0
{
	position: fixed;
	top: 5rem;
	left: 0;
	width: 100%;
	min-width: 24.3rem;
	height: 100%;
	z-index: 2;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: transform 0.25s cubic-bezier(0.4,0.0,0.2,1), visibility 0s 0s linear;
	transition: transform 0.25s cubic-bezier(0.4,0.0,0.2,1), visibility 0s 0s linear;
	overflow-y: auto;
	background-color: #373737;
}
#Container_Menu_Droplist .menu input
{
	display: none;
	left: -9999px;
	position: absolute;
}
#Container_Menu_Droplist .menu .level4.list.appmenu
{
	background-color: #e0e0e0;
}
#Container_Menu_Droplist .menu .level4.label.appmenu
{
	height: 3rem;
	width: 35rem;
	line-height: 3rem;
	padding: 1rem 0 1rem 9rem;
}
#Container_Menu_Droplist .menu .level4.link.appmenu,
#Container_Menu_Droplist .menu .level4.text.appmenu,
#Container_Menu_Droplist .menu .level4.smi.appmenu
{
	color: #333;
}
#Container_Main
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	width: 100%;
}
#Container_Main_Topbar
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 3;
	background-color: #FFF;
	border-bottom: 0.1rem solid #dadce0;
	height: 5rem;
	min-height: 5rem;
}
#Container_Wrapper_Topbar
{
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}
#Container_Btn_ShowMenu
{
	display: none;
}
#Container_Btn_ShowMenu:hover
{
	color: #262626;
	cursor: pointer;
}
#Action_ApplicationName
{
	display: none;
}
#Container_Wrapper_Search
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: auto;
	margin-right: 1rem;
}
#Container_Search
{
	display: none;
}
.showSearch
{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.8);
}
.hideSearch
{
	display: none !important;
}
#Action_Search_Global
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1;
	width: 100%;
	height: auto;
	padding: 0 0.5rem;
}
input#ID_GlobalSearchTerm
{
	width: 96%;
	height: 5rem;
	border-top: 0.1rem transparent;
	border-right: 0.1rem transparent;
	border-left: 0.1rem transparent;
	border-bottom: 0.3rem solid #FFF;
	background: transparent;
	border-radius: 0;
	padding: 0 1.5rem;
	color: #FFF;
	margin: 0 auto;
	font-size: 2.4rem;
	line-height: 2.4rem;
}
input#ID_GlobalSearchTerm:focus
{
	outline: none;
	outline: 0.2rem solid #008ae6;
	outline-offset: -0.2rem;
}
input#ID_GlobalSearchTerm::placeholder
{
	color: #FFF;
}
a#ID_GlobalSearchButton,
a#ID_GlobalSearchButton:link
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 2rem 0.5rem 0 0.5rem;
	background: #fff;
	border: 0.1rem solid #b7bfc6;
	color: #a4afb7;
	fill: #a4afb7;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	height: 7rem;
	line-height: 7rem;
	padding: 0 0.9rem;
	font-size: 1.4rem;
	border-radius: 0.3rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a#ID_GlobalSearchButton:hover
{
	text-decoration: none;
}
a#ID_GlobalSearchButton::before
{
	display: inline-flex;
	font-family: 'Material Icons';
	font-size: 6rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'search';
	color: #a4afb7;
}
a#ID_GlobalSearchButton:hover::before
{
	color: #333;
}
#Toggle_Search_Button
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
}
#Toggle_Search_Button a
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#Toggle_Search_Button a:hover
{
	cursor: pointer;
	text-decoration: none;
}
#Toggle_Search_Button a i
{
	color: #a4afb7;
}
.modal_Search_Icon
{
	color: #FFF !important;
	font-size: 4.6rem !important;
}
.Toggle_Search_Button_Link:hover
{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: none !important;
	background-color: transparent !important;
}
.Toggle_Search_Button_Link:focus
{
	outline: none;
	outline: 0.2rem solid #008ae6;
	outline-offset: -0.2rem;
}
.modal_Toggle_Search_Button
{
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	z-index: 999;
}
.modal_Toggle_Search_Button:hover
{
	background-color: initial !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: none !important;
	transition: none !important;
}
.modal_Toggle_Main_Topbar
{
	z-index: 4 !important;
}
#Wrapper_Utilities
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#Guided_Tour
{
	display: none;
	margin-right: 1rem;
}
#Guided_Tour a
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	opacity: inherit !important;
	width: 100%;
	height: 100%;
	font-size: 0;
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#Guided_Tour a::before
{
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 2.4rem;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	overflow-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
	content: 'tour';
	color: #a4afb7;
}
#Guided_Tour a:hover::before
{
	color: #333;
}
#Action_Share
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	margin-right: 1.5rem;
}
#Action_Share .Share_Addition_Control
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: none !important;
	margin-right: 0 !important;
	width: 100%;
	height: 100%;
}
#Action_Share .Share_Addition_Control img
{
	display: none;
}
#Action_Share .Share_Addition_Control #shareCounter
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	opacity: inherit !important;
	width: 100%;
	height: 100%;
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#shareCounter::before
{
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 2.4rem;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	overflow-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
	content: 'notifications';
	color: #A4AFB7;
}
#shareCounter:hover
{
	cursor: pointer;
	text-decoration: none;
}
#shareCounter:hover::before
{
	color: #333;
}
#Action_Share .Share_Addition_Control #shareSystemmessages
{
	display: none;
	border-radius: 50%;
	font-size: 0.5rem;
	position: absolute;
	right: 0.3rem;
	top: 0.3rem;
	left: initial;
}
#Action_Share #shareSystemmessages.unread_Message
{
	background-color: #CE2630 !important;
	color: #CE2630 !important;
	font-size: 0;
	width: 1rem;
	height: 1rem;
	padding: 0;
}
#Action_Share .Share_Addition_Control #shareNotificationIcon
{
	display: none !important;
	font-size: 2.2rem;
	color: #A4AFB7;
}
#shareProfile
{
	display: none !important;
}
#Utilities_Divider
{
	width: 0.1rem;
	height: 3rem;
	margin-left: auto;
	margin-right: auto;
	border-left: 0.1rem solid #e5e5e5;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
#Container_Main_Homepage
{
	box-sizing: border-box;
	height: 100%;
}
#Container_Stage
{
	min-height: 100% !important;
}
#Container_Stagebg
{
	box-sizing: border-box;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#Container_AppMenu
{
	position: sticky;
	position: -webkit-sticky;
	top: 5rem;
	box-sizing: border-box;
	border-bottom: 0;
	-webkit-box-shadow: 0 0.1rem 0.3rem 0 rgba(21, 27, 38, 0.15);
	box-shadow: 0 0.1rem 0.3rem 0 rgba(21, 27, 38, 0.15);
	max-width: 100%;
	min-height: 3rem;
	height: 100%;
	margin: 0 auto;
	padding: 0 1rem;
	background-color: #FFF;
	z-index: 2;
}
#Container_AppMenu ul
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#Container_AppMenu li
{
	line-height: 3rem;
	margin-right: 1rem;
	border-bottom: 0.2rem solid transparent;
}
#Container_AppMenu li.over
{
	outline: thin dotted;
	outline: 0.5rem auto -webkit-focus-ring-color;
	outline-offset: -0.2rem;
}
#Container_AppMenu li:hover
{
	border-bottom: 0.2rem solid #4C7686;
}
#Container_AppMenu .selected
{
	border-bottom: 0.2rem solid #4C7686;
}
#Container_AppMenu a,
#Container_AppMenu a:link
{
	display: inline-block;
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: bold;
	color: #848f99;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#Container_AppMenu a:focus
{
	outline: thin dotted;
	outline: 0.5rem auto -webkit-focus-ring-color;
	outline-offset: -0.2rem;
}
#Container_AppMenu li:hover a,
#Container_AppMenu a:hover
{
	color: #4C7686;
	text-decoration: none;
}
#Container_AppMenu .selected a
{
	color: #4C7686;
	font-weight: bold;
}
#AppMain_Wrapper
{
	box-sizing: border-box;
	padding: 2rem 1rem;
}
#Action_Top_Mobile
{
	position: fixed;
	right: 20px;
	bottom: 20px;
	text-align: center;
	height: 40px;
	width: 40px;
	vertical-align: middle;
	background-color: #666b6e;
	z-index: 1;
	border-radius: 50%;
	-webkit-box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px -4px rgba(0, 0, 0, 0.20);
	box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px -4px rgba(0, 0, 0, 0.20);
}
#Action_Top_Mobile a#ID_TopAction::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 40px;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'arrow_upward';
	color: #FFF;
}
#Action_Top_Mobile a#ID_TopAction:hover::before
{
	text-decoration: none;
}
#Action_Top_Mobile a#ID_TopAction
{
	display: inline-block;
	font-size: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
#Action_Top_Mobile:hover
{
	background-color: #383838;
}
#Container_Portal
{
	box-sizing: border-box;
	background-color: #DDDDDE;
	margin: 0;
	padding: 1rem 0;
}
.myportal
{
	display: none;
}
#myfavorite
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#myfavorite > li
{
	border-top: 1px solid #EAEAEA;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#myfavorite > li:hover
{
	background-color: #ffffff;
}
#myfavorite .lastLi,
#myfavorite .lastLi:hover
{
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	line-height: 1px;
	display: none;
}
#myfavorite .miniview
{
	float: right;
	width: 61%;
}
div.portalsite div.portalcolumn
{
	min-height: 20px;
}
#Container_Portal div.portalsite div.portalcolumn .portlet
{
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
#Container_Portal div.portalsite
{
	max-width: 160rem;
	margin: 0 auto 0 0;
}
div.portalsite div.portalcolumn .portlet
{
	position: relative;
	backface-visibility: hidden;
	display: block;
	overflow: hidden;
	vertical-align: middle;
	padding: 0;
	margin: 1rem 0;
	background-color: #fff;
	border: 0.1rem solid #c5ced3;
	border-radius: 0.3rem;
	overflow-wrap: break-word;
}
div.portalsite div.portalcolumn .portlet .portletHeader
{
	vertical-align: middle;
	cursor: grab;
	padding: 0;
	margin: 0;
	pointer-events: none;
}
div.portalsite div.portalcolumn .portlet .portletHeader h2
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	font-size: 2rem;
	color: #6a6f72;
	pointer-events: none;
	padding: 1.5rem;
}
div.portalsite.anonymous div.portalcolumn .portlet .portletHeader:hover
{
	cursor: auto;
}
div.portalsite div.portalcolumn .portlet .pltContent
{
	padding: 1.5rem;
}
div.portalsite div.portalcolumn .portlet.empty-square
{
	position: relative;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	padding: 1rem;
	margin: 1rem 0;
}
div.portalsite div.portalcolumn .portlet.empty-square .portletHeader
{
	display: none;
}
div.portalsite div.portalcolumn .portlet.empty-square .pltContent
{
	padding: 0;
	margin: 0;
	min-height: auto;
}
div.portalsite div.portalcolumn .portlet:hover:before
{
	right: 0;
	left: 0;
}
div.portalsite div.portalcolumn .portlet.set_Padding_Header_none portletHeader h2,
div.portalsite div.portalcolumn .portlet.Set_Padding_Header_None portletHeader h2
{
	padding: 0;
}
div.portalsite div.portalcolumn .portlet.set_Padding_Content_none .pltContent,
div.portalsite div.portalcolumn .portlet.Set_Padding_Content_None .pltContent
{
	padding: 0;
}
div.portalsite div.portalcolumn .portlet.ptl-set-minheight-chart
{
	min-height: 63rem;
}
div.portalsite div.portalcolumn .portlet.Ptl_Size_S
{
	height: 45rem;
	overflow-y: auto;
}
div.portalsite div.portalcolumn .portlet.Ptl_Size_M
{
	height: 55rem;
	overflow-y: auto;
}
div.portalsite div.portalcolumn .portlet.Ptl_Size_L
{
	height: 65rem;
	overflow-y: auto;
}
div.portalsite div.portalcolumn .portlet_news
{
	position: relative;
	margin: 0 0 10px 0;
}
div.portalsite div.portalcolumn .portlet_news .portletHeader
{
	font-weight: normal;
	font-size: 16px;
	padding: 5px;
	vertical-align: middle;
	border-bottom: none;
	cursor: move;
	pointer-events: none;
}
div.portalsite div.portalcolumn .portlet_news .portletHeader h2
{
	display: inline-block;
	font-size: inherit;
	font-weight: normal;
	text-transform: uppercase;
}
div.portalsite.anonymous div.portalcolumn .portlet_news .portletHeader:hover
{
	cursor: auto;
}
div.portalsite div.portalcolumn .portlet_news .pltContent
{
	padding: 5px;
}
div.portalsite div.portalcolumn .portlet_news.empty-square
{
	position: relative;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -15px;
	border-radius: none;
	background: transparent;
	box-shadow: none;
	padding: 0;
	margin: 0;
}
div.portalsite div.portalcolumn .portlet_news.empty-square .portletHeader
{
	display: none;
}
div.portalsite div.portalcolumn .portlet_news.empty-square .pltContent
{
	padding: 0;
	margin: 0;
}
div.portalsite div.portalcolumn .portlet_events
{
	position: relative;
	margin: 0 0 10px 0;
}
div.portalsite div.portalcolumn .portlet_events .portletHeader
{
	font-weight: normal;
	font-size: 26px;
	vertical-align: middle;
	border-bottom: none;
	cursor: move;
	pointer-events: none;
}
div.portalsite div.portalcolumn .portlet_events .portletHeader h2
{
	display: inline-block;
	font-size: inherit;
	font-weight: normal;
}
div.portalsite.anonymous div.portalcolumn .portlet_events .portletHeader:hover
{
	cursor: auto;
}
div.portalsite div.portalcolumn .portlet_events.empty-square
{
	position: relative;
	border-radius: none;
	background: transparent;
	box-shadow: none;
	padding: 0;
	margin: 0;
}
div.portalsite div.portalcolumn .portlet_events.empty-square .portletHeader
{
	display: none;
}
div.portalsite div.portalcolumn .portlet_events.empty-square .pltContent
{
	padding: 0;
	margin: 0;
}
div.portalsite div.portalcolumn .portlet_loginbg
{
	position: relative;
	background: none 0 0 repeat scroll #ffffff;
	padding: 20px;
	border-radius: 2px;
	backface-visibility: hidden;
	display: block;
	overflow: hidden;
	transform: translateZ(0);
	vertical-align: middle;
	min-height: 285px;
	margin: 0 0 10px 0;
}
div.portalsite div.portalcolumn .portlet_loginbg .portletHeader
{
	font-weight: normal;
	font-size: 26px;
	vertical-align: middle;
	cursor: move;
	border-bottom: 1px dotted #4C7686;
	pointer-events: none;
}
div.portalsite div.portalcolumn .portlet_loginbg .portletHeader h2
{
	display: inline-block;
	font-size: inherit;
	font-weight: normal;
}
div.portalsite.anonymous div.portalcolumn .portlet_loginbg .portletHeader:hover
{
	cursor: auto;
}
div.portalsite div.portalcolumn .portlet_loginbg .pltContent
{
	padding-top: 20px;
}
div.portalsite div.portalcolumn .portlet_loginbg.empty-square
{
	position: absolute;
	border-radius: none;
	background: transparent;
	box-shadow: none;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
}
div.portalsite div.portalcolumn .portlet_loginbg.empty-square .portletHeader
{
	display: none;
}
div.portalsite div.portalcolumn .portlet_loginbg.empty-square .pltContent
{
	padding: 0;
	margin: 0;
}
div.portalsite div.portalcolumn .portlet_loginbg::before
{
	background: #ffffff;
	content: "";
	bottom: 0;
	left: 50%;
	position: absolute;
	right: 50%;
	top: 0;
	transition-duration: 0.3s;
	transition-delay: 0.3s;
	transition-property: left, right;
	transition-timing-function: ease-out;
	z-index: -1;
	border-radius: 2px;
}
div.portalsite div.portalcolumn .portlet_loginbg:hover:before
{
	right: 0;
	left: 0;
}
div.portalsite div.portalcolumn .portlet-login
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 999;
	overflow: hidden;
	transform: translateZ(0);
	margin: 0;
	padding: 0;
	border: 0;
	background: #232526;
	background: -webkit-linear-gradient(to right,#414345,#232526);
	background: linear-gradient(to right, #414345, #232526);
	-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
div.portalsite div.portalcolumn .portlet-login .portletHeader
{
	font-weight: normal;
	font-size: 2.6rem;
	vertical-align: middle;
	cursor: move;
	border-bottom: 0.1rem solid #eaeaea;
	pointer-events: none;
}
div.portalsite div.portalcolumn .portlet-login .portletHeader h2
{
	display: inline-block;
	font-size: inherit;
	font-weight: normal;
}
div.portalsite.anonymous div.portalcolumn .portlet-login .portletHeader:hover
{
	cursor: auto;
}
div.portalsite div.portalcolumn .portlet-login .pltContent
{
	border: 0.1rem solid #808080;
	border-radius: 0.3rem;
	padding: 3rem 2rem;
	background-color: #FFF;
	min-width: 40rem;
	-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
div.portalsite div.portalcolumn .portlet-login.empty-square
{
	background: none 0 0 repeat scroll transparent;
	box-shadow: none;
	position: absolute;
	top: 200px;
	z-index: 1;
	left: 5px;
	right: 5px;
	padding: 0;
	margin: 0;
}
div.portalsite div.portalcolumn .portlet-login.empty-square .portletHeader
{
	display: none;
}
div.portalsite div.portalcolumn .portlet-login.empty-square .pltContent
{
	padding: 0;
	margin: 0;
}
div.portalsite div.portalcolumn .portlet_rounded
{
	margin: 0 0 10px 0;
}
div.portalsite div.portalcolumn .portlet_rounded .portletHeader
{
	font-weight: normal;
	font-size: 16px;
	padding: 5px;
	vertical-align: middle;
	border-bottom: none;
	cursor: move;
	background: transparent;
	pointer-events: none;
}
div.portalsite div.portalcolumn .portlet_rounded .portletHeader h2
{
	display: inline-block;
	font-size: inherit;
	font-weight: normal;
	text-transform: uppercase;
}
div.portalsite.anonymous div.portalcolumn .portlet_rounded .portletHeader:hover
{
	cursor: auto;
}
div.portalsite div.portalcolumn .portlet_rounded .pltContent
{
	padding: 5px;
	background: transparent;
}
div.portalsite div.portalcolumn .portlet_rounded.empty-square
{
	position: relative;
	background: transparent;
	box-shadow: none;
	border-radius: 2px;
	background-color: transparent\000000 /;
	margin: 0;
}
div.portalsite div.portalcolumn .portlet_rounded.empty-square .portletHeader
{
	display: none;
}
div.portalsite div.portalcolumn .portlet_rounded.empty-square .pltContent
{
	padding: 0;
	margin: 0;
}
.Button_Standard
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #FFF;
	border: 0.1rem solid #6c757d;
	border-radius: 0.3rem;
	color: #6c757d;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	height: 3.5rem;
	padding: 0.375rem 0.75rem;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.Button_Standard:focus,
.Button_Standard:hover
{
	background-color: #f7f7f7;
}
.Button_Standard:disabled
{
	opacity: 0.5;
}
table[data-html-structure="table"] .Button_Standard
{
	min-width: 100px;
}
div[data-html-structure="container"] .Button_Standard
{
	min-width: initial;
}
.Button_Standard:focus
{
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.Button_Green
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #97bf0d;
	border: 0.1rem solid #97bf0d;
	border-radius: 0.3rem;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	height: 3.5rem;
	padding: 0.375rem 0.75rem;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.Button_Green:focus,
.Button_Green:hover
{
	background-color: #abd70f;
	border-color: #abd70f;
	color: #FFF;
}
.Button_Green:disabled
{
	opacity: 0.5;
}
table[data-html-structure="table"] .Button_Green
{
	min-width: 100px;
}
.Button_Green:focus
{
	box-shadow: 0 0 0 0.2rem rgba(151, 191, 13, 0.5);
}
.Button_Green_Save
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #97bf0d;
	border: 0.1rem solid #97bf0d;
	border-radius: 0.3rem;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	height: 3.5rem;
	padding: 0.375rem 0.75rem;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.Button_Green_Save:focus,
.Button_Green_Save:hover
{
	background-color: #abd70f;
	border-color: #abd70f;
	color: #FFF;
}
.Button_Green_Save:disabled
{
	opacity: 0.5;
}
.Button_Green_Save:focus
{
	box-shadow: 0 0 0 0.2rem rgba(151, 191, 13, 0.5);
}
.Button_Adress_Book
{
	padding: 2px 10px 2px 20px;
	border-right: 1px solid #EAEAEA;
	background-position: left;
	background-image: url(../../images/assets/exchange/address_book.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.Button_Adress_Book:disabled
{
	opacity: 0.5;
}
.Button_Calendar
{
	padding: 2px 10px 2px 20px;
	border-right: 1px solid #EAEAEA;
	background-position: left;
	background-image: url(../../images/assets/exchange/calendar.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.Button_Calendar:disabled
{
	opacity: 0.5;
}
.Button_Cancel
{
	padding: 2px 10px 2px 20px;
	border-right: 1px solid #EAEAEA;
	background-position: left;
	background-image: url(../../images/assets/exchange/cancel.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.Button_Cancel:disabled
{
	opacity: 0.5;
}
.Button_Clipboard
{
	padding: 2px 10px 2px 20px;
	border-right: 1px solid #EAEAEA;
	background-position: left;
	background-image: url(../../images/assets/exchange/clipboard.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.Button_Clipboard:disabled
{
	opacity: 0.5;
}
.Button_Delete
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #dc3545;
	border: 0.1rem solid #dc3545;
	border-radius: 0.3rem;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	height: 3.5rem;
	padding: 0.375rem 0.75rem;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.Button_Delete:focus,
.Button_Delete:hover
{
	background-color: #dd3c4c;
	border-color: #dd3c4c;
	color: #FFF;
}
.Button_Delete:disabled
{
	opacity: 0.5;
}
table[data-html-structure="table"] .Button_Delete
{
	min-width: 100px;
}
div[data-html-structure="container"] .Button_Delete
{
	min-width: initial;
}
.Button_Delete:focus
{
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.Button_Edit
{
	padding: 2px 10px 2px 20px;
	border-right: 1px solid #EAEAEA;
	background-position: left;
	background-image: url(../../images/assets/exchange/edit.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.Button_Edit:disabled
{
	opacity: 0.5;
}
.Button_Exit
{
	padding: 2px 10px 2px 20px;
	border-right: 1px solid #EAEAEA;
	background-position: left;
	background-image: url(../../images/assets/exchange/exit.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.Button_Exit:disabled
{
	opacity: 0.5;
}
.Button_Key
{
	padding: 2px 10px 2px 20px;
	border-right: 1px solid #EAEAEA;
	background-position: left;
	background-image: url(../../images/assets/exchange/key.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.Button_Key:disabled
{
	opacity: 0.5;
}
.Button_Mail_Attachment
{
	padding: 2px 10px 2px 20px;
	border-right: 1px solid #EAEAEA;
	background-position: left;
	background-image: url(../../images/assets/exchange/mail_attachment.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.Button_Mail_Attachment:disabled
{
	opacity: 0.5;
}
.Button_Mail_Delete
{
	padding: 2px 10px 2px 20px;
	border-right: 1px solid #EAEAEA;
	background-position: left;
	background-image: url(../../images/assets/exchange/mail_delete.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.Button_Mail_Delete:disabled
{
	opacity: 0.5;
}
.Button_Mail_Forward
{
	padding: 2px 10px 2px 20px;
	border-right: 1px solid #EAEAEA;
	background-position: left;
	background-image: url(../../images/assets/exchange/mail_forward.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.Button_Mail_Forward:disabled
{
	opacity: 0.5;
}
.Button_Mail_New
{
	padding: 2px 10px 2px 20px;
	border-right: 1px solid #EAEAEA;
	background-position: left;
	background-image: url(../../images/assets/exchange/mail_new.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.Button_Mail_New:disabled
{
	opacity: 0.5;
}
.Button_Mail_Out
{
	padding: 2px 10px 2px 20px;
	border-right: 1px solid #EAEAEA;
	background-position: left;
	background-image: url(../../images/assets/exchange/mail_out.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.Button_Mail_Out:disabled
{
	opacity: 0.5;
}
.Button_Mail_Reply
{
	padding: 2px 10px 2px 20px;
	border-right: 1px solid #EAEAEA;
	background-position: left;
	background-image: url(../../images/assets/exchange/mail_reply.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.Button_Mail_Reply:disabled
{
	opacity: 0.5;
}
.Button_Mail_Reply_All
{
	padding: 2px 10px 2px 20px;
	border-right: 1px solid #EAEAEA;
	background-position: left;
	background-image: url(../../images/assets/exchange/mail_reply_all.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.Button_Mail_Reply_All:disabled
{
	opacity: 0.5;
}
.Button_Note
{
	padding: 2px 10px 2px 20px;
	border-right: 1px solid #EAEAEA;
	background-position: left;
	background-image: url(../../images/assets/exchange/note.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.Button_Note:disabled
{
	opacity: 0.5;
}
.Button_Options
{
	padding: 2px 10px 2px 20px;
	border-right: 1px solid #EAEAEA;
	background-position: left;
	background-image: url(../../images/assets/exchange/options.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.Button_Options:disabled
{
	opacity: 0.5;
}
.Button_Save
{
	padding: 2px 10px 2px 20px;
	border-right: 1px solid #EAEAEA;
	background-position: left;
	background-image: url(../../images/assets/exchange/save.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.Button_Save:disabled
{
	opacity: 0.5;
}
.Button_Telephone
{
	padding: 2px 10px 2px 20px;
	border-right: 1px solid #EAEAEA;
	background-position: left;
	background-image: url(../../images/assets/exchange/telephone.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.Button_Telephone:disabled
{
	opacity: 0.5;
}
.Button_User
{
	padding: 2px 10px 2px 20px;
	border-right: 1px solid #EAEAEA;
	background-position: left;
	background-image: url(../../images/assets/exchange/user.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.Button_User:disabled
{
	opacity: 0.5;
}
.Button_View
{
	padding: 2px 10px 2px 20px;
	border-right: 1px solid #EAEAEA;
	background-position: left;
	background-image: url(../../images/assets/exchange/view.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.Button_View:disabled
{
	opacity: 0.5;
}
.Button_Standard_rounded
{
	background-color: #4C7686;
	border: none;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	padding: 0 10px;
	background-position: center;
	cursor: pointer;
	height: 35px;
	border-radius: 2px !important;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-webkit-appearance: none;
}
.Button_Standard_rounded:focus,
.Button_Standard_rounded:hover
{
	background-color: #AFC0B1;
}
.Button_Standard_rounded:disabled
{
	opacity: 0.5;
}
.Button_Help
{
	padding: 2px 10px 2px 20px;
	border-right: 1px solid #EAEAEA;
	background-position: left;
	background-image: url(../../images/assets/exchange/help.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.Button_Help:disabled
{
	opacity: 0.5;
}
.Button_Refresh
{
	padding: 2px 10px 2px 20px;
	border-right: 1px solid #EAEAEA;
	background-position: left;
	background-image: url(../../images/assets/exchange/refresh.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.Button_Refresh:disabled
{
	opacity: 0.5;
}
.Button_Blank
{
	padding: 2px 10px 2px 20px;
	border-right: 1px solid #EAEAEA;
	background-position: left;
	background-image: url(../../images/assets/exchange/blank.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0 !important;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.Button_Blank:disabled
{
	opacity: 0.5;
}
.Button_Menu
{
	border: none;
	padding: 2px 10px 2px 20px;
	background-position: left;
	background-image: url(../../images/assets/exchange/blank.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-align: left;
	border-radius: 0 !important;
	font-size: 11px;
}
.Button_Menu:disabled
{
	opacity: 0.5;
}
.Button_Style1
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #FFF;
	border: 0.1rem solid #6c757d;
	border-radius: 0.3rem;
	color: #6c757d;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	height: 3.5rem;
	padding: 0.375rem 0.75rem;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.Button_Style1:focus,
.Button_Style1:hover
{
	color: #6c757d;
	background-color: #f7f7f7;
	border-color: #545b62;
}
.Button_Style1:disabled
{
	opacity: 0.5;
}
.Button_Style1:focus
{
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.Button_Style2
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #4D4D4D;
	border: 0.1rem solid #4D4D4D;
	border-radius: 0.3rem;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	height: 3.5rem;
	padding: 0.375rem 0.75rem;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.Button_Style2:focus,
.Button_Style2:hover
{
	background-color: #595959;
}
.Button_Style2:disabled
{
	opacity: 0.5;
}
.Button_Style2:focus
{
	box-shadow: 0 0 0 0.2rem rgba(77, 77, 77, 0.5);
}
.Button_Standard_Old
{
	background-color: #4C7686;
	border: none;
	color: #ffffff;
	text-decoration: none;
	padding: 0 10px;
	background-position: center;
	cursor: pointer;
	height: 35px;
	border-radius: 2px !important;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-webkit-appearance: none;
}
.Button_Standard_Old:focus,
.Button_Standard_Old:hover
{
	background-color: #AFC0B1;
}
.Button_Standard_Old:disabled
{
	opacity: 0.5;
}
table[data-html-structure="table"] .Button_Standard_Old
{
	min-width: 100px;
}
div[data-html-structure="container"] .Button_Standard_Old
{
	min-width: initial;
}
.Button_Disabled
{
	background: #FFF;
	border: 0.1rem solid #6c757d;
	border-radius: 0.3rem;
	color: #6c757d;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	height: 3.5rem;
	padding: 0.375rem 0.75rem;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	opacity: 0.5;
}
.Button_Disabled:focus,
.Button_Disabled:hover
{
	color: #6c757d;
	background-color: #FAFAFA;
	border-color: #545b62;
}
.Button_Disabled:disabled
{
	opacity: 0.5;
}
table[data-html-structure="table"] .Button_Disabled
{
	min-width: 100px;
}
div[data-html-structure="container"] .Button_Disabled
{
	min-width: initial;
}
.Button_Primary
{
	background: #4C7686;
	border: 0.1rem solid #4C7686;
	border-radius: 0.3rem;
	color: #FFF;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	height: 3.5rem;
	padding: 0.375rem 0.75rem;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.Button_Primary:focus,
.Button_Primary:hover
{
	color: #fff;
	background-color: #4C7686;
	border: #4C7686;
}
.Button_Primary:disabled
{
	opacity: 0.5;
}
.Button_Primary:focus
{
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.Button_Secondary
{
	background: #6c757d;
	border: 0.1rem solid #6c757d;
	border-radius: 0.3rem;
	color: #FFF;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	height: 3.5rem;
	padding: 0.375rem 0.75rem;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.Button_Secondary:focus,
.Button_Secondary:hover
{
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}
.Button_Secondary:disabled
{
	opacity: 0.5;
}
.Button_Secondary:focus
{
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.Button_Success
{
	background: #28a745;
	border: 0.1rem solid #28a745;
	border-radius: 0.3rem;
	color: #FFF;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	height: 3.5rem;
	padding: 0.375rem 0.75rem;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.Button_Success:focus,
.Button_Success:hover
{
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}
.Button_Success:disabled
{
	opacity: 0.5;
}
.Button_Success:focus
{
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.Button_Danger
{
	background: #dc3545;
	border: 0.1rem solid #dc3545;
	border-radius: 0.3rem;
	color: #FFF;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	height: 3.5rem;
	padding: 0.375rem 0.75rem;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.Button_Danger:focus,
.Button_Danger:hover
{
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}
.Button_Danger:disabled
{
	opacity: 0.5;
}
.Button_Danger:focus
{
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.Button_Warning
{
	background: #ffc107;
	border: 0.1rem solid #ffc107;
	border-radius: 0.3rem;
	color: #212529;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	height: 3.5rem;
	padding: 0.375rem 0.75rem;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.Button_Warning:focus,
.Button_Warning:hover
{
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
}
.Button_Warning:disabled
{
	opacity: 0.5;
}
.Button_Warning:focus
{
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.Button_Info
{
	background: #17a2b8;
	border: 0.1rem solid #17a2b8;
	border-radius: 0.3rem;
	color: #FFF;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	height: 3.5rem;
	padding: 0.375rem 0.75rem;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.Button_Info:focus,
.Button_Info:hover
{
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}
.Button_Info:disabled
{
	opacity: 0.5;
}
.Button_Info:focus
{
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.Button_Light
{
	background: #f8f9fa;
	border: 0.1rem solid #f8f9fa;
	border-radius: 0.3rem;
	color: #212529;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	height: 3.5rem;
	padding: 0.375rem 0.75rem;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.Button_Light:focus,
.Button_Light:hover
{
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}
.Button_Light:disabled
{
	opacity: 0.5;
}
.Button_Light:focus
{
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.Button_Dark
{
	background: #343a40;
	border: 0.1rem solid #343a40;
	border-radius: 0.3rem;
	color: #FFF;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	height: 3.5rem;
	padding: 0.375rem 0.75rem;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.Button_Dark:focus,
.Button_Dark:hover
{
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}
.Button_Dark:disabled
{
	opacity: 0.5;
}
.Button_Dark:focus
{
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.Button_Toggle
{
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	text-decoration: none;
	padding: 0 35px 0 10px;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-webkit-appearance: none;
	height: 40px;
	color: #424242;
	text-transform: uppercase;
	font-family: Roboto, Muli, Arial, Verdana, SansSerif;
	font-weight: 500;
}
.Button_Toggle:focus,
.Button_Toggle:hover
{
	background-color: #FFFFFF;
	border: 1px solid #808080;
	color: #424242;
	box-shadow: 0 2px 4px rgba(90, 90, 90, 0.2);
}
.Button_Toggle:disabled
{
	opacity: 0.5;
}
.Button_Toggle[aria-expanded="false"]
{
	background-image: url(../../thirdparty/icon54/svg/line/Arrows/Down2.svg?usn=1727186002907);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: right 10px center;
}
.Button_Toggle[aria-expanded="true"]
{
	background-image: url(../../thirdparty/icon54/svg/line/Arrows/Up2.svg?usn=1727186002907);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: right 10px center;
}
.Link_Strong
{
	font-weight: bold;
}
.Link_Settings
{
	text-decoration: underline dotted;
}
.Link_Settings:focus
{
	color: #4C7686;
}
.Link_Settings:hover
{
	text-decoration: underline;
	color: #4C7686;
}
.Link_Settings:active
{
	color: #4C7686;
}
.Sitemap_H1
{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 500;
	color: #333;
}
.Sitemap_H2
{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	color: #333;
}
.Sitemap_H3
{
	font-size: 17px;
	font-size: 1.7rem;
	color: #333;
}
.Compute_16_16
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	background-attachment: scroll;
	text-align: left;
	font-style: normal;
	font-size: 11px;
	background-repeat: no-repeat;
	background-image: url(../../images/genesis_Gemini/calculator.png?usn=1727186002907);
	background-position: left;
}
.Save_16_16
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	background-attachment: scroll;
	text-align: left;
	font-style: normal;
	font-size: 11px;
	background-repeat: no-repeat;
	background-image: url(../../images/genesis_Gemini/save.png?usn=1727186002907);
	background-position: left;
}
.Delete_16_16
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	background-attachment: scroll;
	text-align: left;
	font-style: normal;
	font-size: 11px;
	background-repeat: no-repeat;
	background-image: url(../../images/genesis_Gemini/delete.png?usn=1727186002907);
	background-position: left;
}
.Cancel_16_16
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	background-attachment: scroll;
	text-align: left;
	font-style: normal;
	font-size: 11px;
	background-repeat: no-repeat;
	background-image: url(../../images/genesis_Gemini/cancel.png?usn=1727186002907);
	background-position: left;
}
.New_16_16
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	background-attachment: scroll;
	text-align: left;
	font-style: normal;
	font-size: 11px;
	background-repeat: no-repeat;
	background-image: url(../../images/genesis_Gemini/edit.png?usn=1727186002907);
	background-position: left;
}
.Overview_16_16
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	background-attachment: scroll;
	text-align: left;
	font-style: normal;
	font-size: 11px;
	background-repeat: no-repeat;
	background-image: url(../../images/genesis_Gemini/overview.png?usn=1727186002907);
	background-position: left;
}
.View_16_16
{
	vertical-align: middle;
	padding: 2px 0 2px 20px;
	background-attachment: scroll;
	text-align: left;
	font-style: normal;
	font-size: 11px;
	background-repeat: no-repeat;
	background-image: url(../../images/genesis_Gemini/view.png?usn=1727186002907);
	background-position: left;
}
.Sitemap
{
	font-size: 10px;
}
.Link_Favoriten
{
	padding-right: 5px;
	border-right: 1px solid #EAEAEA;
}
.Link_iMenu
{
	padding-right: 5px;
	border-right: 1px solid #EAEAEA;
}
.Link_Portlet
{
	line-height: 30px;
	vertical-align: middle;
	padding-left: 10px;
	color: #ffffff;
}
.DistributionControl
{
	background-color: #fff;
	border: 1px solid #d5dce0;
	border-radius: 0.3rem;
	position: relative;
	padding: 1rem;
}
.DistributionControl div.Search
{
	width: 100%;
}
.DistributionControl div.Search label
{
	display: block;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.DistributionControl div.Search > input[type="text"]
{
	background-color: #fff;
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	height: 3rem;
	color: #212121;
	width: 100%;
	margin: 0.5rem 0;
}
* + html .DistributionControl div.Search > input[type="text"]
{
	padding-right: 0;
	width: 92%;
}
.DistributionControl div.Search > div.Filters
{
	margin: 0.5rem 0;
}
.DistributionControl div.Search > div.Filters > input[type="image"]
{
	border: 1px solid #EAEAEA;
	border-radius: 2px;
	height: 24px;
	margin: 5px 0 5px 5px;
	opacity: 0.5;
	outline-width: 0;
	padding: 2px;
	width: 24px;
	background-color: #ffffff;
}
.DistributionControl div.Search > div.Filters > input[type="image"]:hover
{
	opacity: 1.0;
}
.DistributionControl div.Search > div.Filters > input[type="image"].Selected
{
	opacity: 1.0;
}
.DistributionControl div.Search div.Results
{
	display: block;
	margin: 0.5rem 0 0 0;
	position: relative;
}
.DistributionControl div.Search .ListCtrl
{
	display: block;
	margin: 0;
	max-height: 31.5rem;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}
.DistributionControl div.Search .ListCtrl ul
{
	list-style: none;
	padding: 0;
	margin-top: 0;
}
.DistributionControl div.Search .ListCtrl ul li
{
	display: block;
	width: 100%;
	border-bottom: 0.1rem solid #c5ced3;
	list-style: none;
	margin: 0;
	padding: 0.5rem 0;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
.DistributionControl div.Search .ListCtrl ul li:hover
{
	background-color: #f7f7f7;
	cursor: pointer;
}
.DistributionControl div.Search .ListCtrl ul li:focus
{
	background-color: #f7f7f7;
	cursor: pointer;
	outline: 0.2rem solid #008ae6;
	outline-offset: -2px;
	border: 0.1rem solid transparent;
	-webkit-transition: outline-color 0.2s ease-in-out;
	-o-transition: outline-color 0.2s ease-in-out;
	transition: outline-color 0.2s ease-in-out;
}
.DistributionControl div.Search .ListCtrl ul li > .Content > .Title
{
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.DistributionControl div.Search .ListCtrl ul li > .Content > .Title .Additional
{
	color: #333;
	display: block;
	font-size: 1.1rem;
	overflow: hidden;
	padding-left: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.DistributionControl div.Search .ListCtrl ul li > .Content > .Image
{
	display: inline-block;
	margin: 0 1rem;
}
.DistributionControl div.Search .ListCtrl ul li > .Content > input[type="checkbox"]
{
	margin: 0;
	padding: 0;
}
.DistributionControl div.Search .ListCtrl ul li.Selected
{
	background-color: #f7f7f7;
	cursor: pointer;
}
.DistributionControl div.Search .ListCtrl ul li.Disabled
{
	opacity: 0.3;
}
.DistributionControl div.Search .ListCtrl ul li.Removed
{
	opacity: 0.75;
}
.DistributionControl div.Search .ListCtrl ul li > div.Content
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	width: 100%;
	min-height: 3.5rem;
}
.DistributionControl div.Actions
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FFF;
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	margin: 1.5rem 0;
	padding: 1rem;
}
.DistributionControl div.Actions input[name="action_dist_markall"]
{
	background: url(../../images/genesis_Gemini/select_all.png?usn=1727186002907) 0% 0% no-repeat scroll rgba(0, 0, 0, 0);
	height: 1.6rem;
	width: 1.6rem;
	cursor: pointer;
	margin-right: 0.5rem;
	margin-left: 0.2rem;
	float: right;
}
.DistributionControl div.Actions input[name="action_dist_movetosel"]
{
	height: 1.6rem;
	width: 1.6rem;
	cursor: pointer;
	background: url(../../images/genesis_Gemini/select_down.png?usn=1727186002907) 0% 0% no-repeat scroll rgba(0, 0, 0, 0);
	margin-right: 0.7rem;
	margin-left: 0.5rem;
}
.DistributionControl div.Actions input[name="action_dist_removefromsel"]
{
	height: 1.6rem;
	width: 1.6rem;
	cursor: pointer;
	background: url(../../images/genesis_Gemini/select_up.png?usn=1727186002907) 0% 0% no-repeat scroll rgba(0, 0, 0, 0);
	margin-right: 0.7rem;
}
.DistributionControl div.Actions input[name="action_dist_create"]
{
	background: url(../../images/genesis_Gemini/select_add.png?usn=1727186002907) 0% 0% no-repeat scroll rgba(0, 0, 0, 0);
	height: 1.6rem;
	width: 1.6rem;
	cursor: pointer;
	margin-right: 0.5rem;
	float: right;
}
.DistributionControl div.Actions input[name="action_dist_edit"]
{
	background: url(../../images/genesis_Gemini/select_edit.png?usn=1727186002907) 0% 0% no-repeat scroll rgba(0, 0, 0, 0);
	height: 1.6rem;
	width: 1.6rem;
	cursor: pointer;
	margin-right: 0.5rem;
	float: right;
}
.DistributionControl div.Actions input[name="action_dist_edit"].Disabled
{
	background: url(../../images/genesis_Gemini/select_edit.png?usn=1727186002907) 0% 0% no-repeat scroll rgba(0, 0, 0, 0);
	height: 1.6rem;
	width: 1.6rem;
	cursor: pointer;
	opacity: 0.5;
	margin-right: 0.5rem;
	float: right;
}
.DistributionControl div.Selected
{
	width: 100%;
	height: auto;
	position: relative;
}
.DistributionControl div.Selected label
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.DistributionControl div.Selected .ListCtrl
{
	margin: 0;
	overflow: hidden;
}
.DistributionControl div.Selected .ListCtrl ul
{
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.DistributionControl div.Selected .ListCtrl ul li
{
	display: block;
	width: 100%;
	border-bottom: 0.1rem solid #c5ced3;
	list-style: none;
	margin: 0;
	padding: 0.5rem 0;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
.DistributionControl div.Selected .ListCtrl ul li:hover
{
	background-color: #f7f7f7;
	cursor: pointer;
}
.DistributionControl div.Selected .ListCtrl ul li:focus
{
	background-color: #f7f7f7;
	cursor: pointer;
	outline: 0.2rem solid #008ae6;
	outline-offset: -2px;
	border: 0.1rem solid transparent;
	-webkit-transition: outline-color 0.2s ease-in-out;
	-o-transition: outline-color 0.2s ease-in-out;
	transition: outline-color 0.2s ease-in-out;
}
.DistributionControl div.Selected .ListCtrl ul li > .Content > .Title
{
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.DistributionControl div.Selected .ListCtrl ul li > .Content > .Title .Additional
{
	color: #333;
	display: block;
	font-size: 1.1rem;
	overflow: hidden;
	padding-left: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.DistributionControl div.Selected .ListCtrl ul li > .Content > .Image
{
	display: inline-block;
	margin: 0 1rem;
}
.DistributionControl div.Selected .ListCtrl ul li > .Content > input[type="checkbox"]
{
	margin: 0;
	padding: 0;
}
.DistributionControl div.Selected .ListCtrl ul li.Selected
{
	background-color: #f7f7f7;
	cursor: pointer;
}
.DistributionControl div.Selected .ListCtrl ul li.Disabled
{
	opacity: 0.3;
}
.DistributionControl div.Selected .ListCtrl ul li.Removed
{
	opacity: 0.75;
}
* + html .DistributionControl div.Selected .ListCtrl ul li
{
	float: left;
}
.DistributionControl div.Selected .ListCtrl ul li > div.Content
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	width: 100%;
	min-height: 3.5rem;
}
.DistributionControl_Max
{
	height: 150px;
	min-width: 450px;
	position: relative;
}
.DistributionControlHorizontal
{
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.DistributionControlHorizontal .FlipFlop
{
	display: none;
}
.DistributionControlHorizontal div.Search
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	color: #333;
	width: 100%;
}
.DistributionControlHorizontal div.Search label
{
	display: block;
	padding: 0.5rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.DistributionControlHorizontal div.Search > input[type="text"]
{
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	height: 3.5rem;
	width: 90%;
	color: #333;
	align-self: center;
	padding: 0 0.5rem;
	margin: 0.5rem 0;
	background-color: #fafafa;
}
* + html .DistributionControlHorizontal div.Search > input[type="text"]
{
	width: 92%;
	padding-right: 0;
}
.DistributionControlHorizontal div.Search > div.Filters
{
	background-color: #eaeaea;
	border-radius: 0.2rem;
	margin: 1rem 0;
	padding: 0.5rem;
	width: 100%;
}
.DistributionControlHorizontal div.Search > div.Filters > input[type="image"]
{
	border: 1px solid #EAEAEA;
	border-radius: 2px;
	margin: 3px;
	opacity: 0.5;
	outline-width: 0;
	padding: 1px;
	background-color: #ffffff;
	width: 25px;
	height: auto;
}
.DistributionControlHorizontal div.Search > div.Filters > input[type="image"]:hover
{
	opacity: 1.0;
}
.DistributionControlHorizontal div.Search > div.Filters > input[type="image"].Selected
{
	opacity: 1.0;
}
.DistributionControlHorizontal div.Search .ListCtrl
{
	display: block;
	overflow: auto;
	margin: 1rem 0 0 0;
	height: 20rem;
}
.DistributionControlHorizontal div.Search .ListCtrl ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
.DistributionControlHorizontal div.Search .ListCtrl ul li
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 0.1rem solid #d5dce0;
	list-style: none;
	margin: 0;
	padding: 0.5rem;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	height: auto;
	width: 100%;
	min-height: 3.5rem;
}
.DistributionControlHorizontal div.Search .ListCtrl ul li:hover
{
	background-color: #f5f6f7;
	cursor: pointer;
}
.DistributionControlHorizontal div.Search .ListCtrl ul li:focus
{
	background-color: #f5f6f7;
	outline: 0.2rem solid #008ae6;
	outline-offset: -0.2rem;
	cursor: pointer;
}
.DistributionControlHorizontal div.Search .ListCtrl ul li > .Content > .Title
{
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0 0 0 1rem;
	text-align: left;
	text-overflow: ellipsis;
	white-space: pre-wrap;
}
.DistributionControlHorizontal div.Search .ListCtrl ul li > .Content > .Title .Additional
{
	color: #818181;
	display: block;
	font-size: 9px;
	overflow: hidden;
	padding-left: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.DistributionControlHorizontal div.Search .ListCtrl ul li > .Content > .Image
{
	display: inline-block;
	float: left;
	margin-left: 0.3rem;
}
.DistributionControlHorizontal div.Search .ListCtrl ul li > .Content > input[type="checkbox"]
{
	margin: 0.6rem 0.3rem 0 0;
	float: right;
}
.DistributionControlHorizontal div.Search .ListCtrl ul li.Selected
{
	background-color: #f5f6f7;
	outline: 0.2rem solid #008ae6;
	outline-offset: -0.2rem;
	cursor: pointer;
}
.DistributionControlHorizontal div.Search .ListCtrl ul li.Disabled
{
	opacity: 0.5;
}
.DistributionControlHorizontal div.Search .ListCtrl ul li.Removed
{
	opacity: 0.75;
}
.DistributionControlHorizontal div.Search .ListCtrl ul li:first-child
{
	border-top: 0.1rem solid #d5dce0;
}
.DistributionControlHorizontal div.Search .ListCtrl ul li div.Content
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.DistributionControlHorizontal div.Search div.Filters + div.Results div.ListCtrl
{
	top: 77px;
}
.DistributionControlHorizontal div.Actions
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 0.5rem 0;
}
.DistributionControlHorizontal div.Actions input[name="action_dist_markall"]
{
	background: url(../../images/genesis_Gemini/md-checkall-24.png?usn=1727186002907) no-repeat transparent;
	width: 2.4rem;
	height: 2.4rem;
	margin: 0 0 0.5rem 0;
	cursor: pointer;
}
.DistributionControlHorizontal div.Actions input[name="action_dist_movetosel"]
{
	background: url(../../images/genesis_Gemini/md-pfeil-rechts-24.png?usn=1727186002907) no-repeat transparent;
	width: 2.4rem;
	height: 2.4rem;
	margin: 0 0 0.5rem 0;
	cursor: pointer;
}
.DistributionControlHorizontal div.Actions input[name="action_dist_removefromsel"]
{
	background: url(../../images/genesis_Gemini/md-pfeil-links-24.png?usn=1727186002907) no-repeat transparent;
	width: 2.4rem;
	height: 2.4rem;
	margin: 0 0 0.5rem 0;
	cursor: pointer;
}
.DistributionControlHorizontal div.Actions input[name="action_dist_create"]
{
	background: url(../../images/genesis_Gemini/md-add-24.png?usn=1727186002907) 0% 0% no-repeat scroll rgba(0, 0, 0, 0);
	width: 2.4rem;
	height: 2.4rem;
	margin: 0 0 0.5rem 0;
	cursor: pointer;
}
.DistributionControlHorizontal div.Actions input[name="action_dist_edit"]
{
	background: url(../../images/genesis_Gemini/md-edit-24.png?usn=1727186002907) 0% 0% no-repeat scroll rgba(0, 0, 0, 0);
	width: 2.4rem;
	height: 2.4rem;
	margin: 0 0 0.5rem 0;
	cursor: pointer;
}
.DistributionControlHorizontal div.Actions input[name="action_dist_edit"].Disabled
{
	background: url(../../images/genesis_Gemini/md-edit-disabled-24.png?usn=1727186002907) 0% 0% no-repeat scroll rgba(0, 0, 0, 0);
	width: 2.4rem;
	height: 2.4rem;
	margin: 0 0 0.5rem 0;
	cursor: pointer;
}
.DistributionControlHorizontal div.Selected
{
	background-color: #fff;
	border: 1px solid #d5dce0;
	border-radius: 0.3rem;
	color: #333;
	width: 100%;
	box-sizing: border-box;
}
.DistributionControlHorizontal div.Selected label
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0.5rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.DistributionControlHorizontal div.Selected .ListCtrl
{
	display: block;
	overflow: auto;
	margin: 1rem 0 0 0;
	height: 20rem;
}
.DistributionControlHorizontal div.Selected .ListCtrl ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
.DistributionControlHorizontal div.Selected .ListCtrl ul li
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 0.1rem solid #d5dce0;
	list-style: none;
	margin: 0;
	padding: 0.5rem;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	height: auto;
	width: 100%;
	min-height: 3.5rem;
}
.DistributionControlHorizontal div.Selected .ListCtrl ul li:hover
{
	background-color: #f5f6f7;
	cursor: pointer;
}
.DistributionControlHorizontal div.Selected .ListCtrl ul li:focus
{
	background-color: #f5f6f7;
	outline: 0.2rem solid #008ae6;
	outline-offset: -0.2rem;
	cursor: pointer;
}
.DistributionControlHorizontal div.Selected .ListCtrl ul li > .Content > .Title
{
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0 0 0 1rem;
	text-align: left;
	text-overflow: ellipsis;
	white-space: pre-wrap;
}
.DistributionControlHorizontal div.Selected .ListCtrl ul li > .Content > .Title .Additional
{
	color: #818181;
	display: block;
	font-size: 9px;
	overflow: hidden;
	padding-left: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.DistributionControlHorizontal div.Selected .ListCtrl ul li > .Content > .Image
{
	display: inline-block;
	float: left;
	margin-left: 0.3rem;
}
.DistributionControlHorizontal div.Selected .ListCtrl ul li > .Content > input[type="checkbox"]
{
	margin: 0.6rem 0.3rem 0 0;
	float: right;
}
.DistributionControlHorizontal div.Selected .ListCtrl ul li.Selected
{
	background-color: #f5f6f7;
	outline: 0.2rem solid #008ae6;
	outline-offset: -0.2rem;
	cursor: pointer;
}
.DistributionControlHorizontal div.Selected .ListCtrl ul li.Disabled
{
	opacity: 0.5;
}
.DistributionControlHorizontal div.Selected .ListCtrl ul li.Removed
{
	opacity: 0.75;
}
.DistributionControlHorizontal div.Selected .ListCtrl ul li:first-child
{
	border-top: 0.1rem solid #d5dce0;
}
.DistributionControlHorizontal div.Selected .ListCtrl ul li div.Content
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.DistributionControlFlipFlop
{
	position: relative;
}
.DistributionControlFlipFlop .FlipFlop
{
	background: url(../../images/genesis_Gemini/select_right.png?usn=1727186002907) no-repeat transparent;
	background-position: center top;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 16px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 16px;
}
.DistributionControlFlipFlop div.Search
{
	display: none;
}
.DistributionControlFlipFlop div.Actions
{
	display: none;
}
.DistributionControlFlipFlop div.Selected
{
	background-color: #ffffff;
	border: 1px solid #EAEAEA;
	border-radius: 2px;
	margin: 0;
	padding: 0;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 40px;
}
.DistributionControlFlipFlop div.Selected label
{
	font-weight: bold;
	line-height: 25px;
	padding-left: 1%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.DistributionControlFlipFlop div.Selected label span.results
{
	font-weight: bold;
	float: right;
	padding-right: 25px;
}
.DistributionControlFlipFlop div.Selected .ListCtrl
{
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	min-height: 40px;
	margin: 0;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	right: 0;
	top: 24px;
	bottom: 0;
}
.DistributionControlFlipFlop div.Selected .ListCtrl ul
{
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.DistributionControlFlipFlop div.Selected .ListCtrl ul li
{
	border-bottom: 1px solid #EAEAEA;
	height: 25px;
	list-style: none;
	margin: 0;
	padding: 5px 0;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
.DistributionControlFlipFlop div.Selected .ListCtrl ul li:hover
{
	background-color: #eaeaea;
	cursor: pointer;
}
.DistributionControlFlipFlop div.Selected .ListCtrl ul li:focus
{
	background-color: #eaeaea;
	cursor: pointer;
}
.DistributionControlFlipFlop div.Selected .ListCtrl ul li > .Content > .Title
{
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	text-align: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}
.DistributionControlFlipFlop div.Selected .ListCtrl ul li > .Content > .Title .Additional
{
	color: #818181;
	display: block;
	font-size: 9px;
	overflow: hidden;
	padding-left: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.DistributionControlFlipFlop div.Selected .ListCtrl ul li > .Content > .Image
{
	display: inline-block;
	float: left;
	margin-left: 5px;
}
.DistributionControlFlipFlop div.Selected .ListCtrl ul li > .Content > input[type="checkbox"]
{
	float: right;
	margin: 5px 5px 0 0;
	padding: 0;
}
.DistributionControlFlipFlop div.Selected .ListCtrl ul li.Selected
{
	background-color: #eaeaea;
	cursor: pointer;
}
.DistributionControlFlipFlop div.Selected .ListCtrl ul li.Disabled
{
	opacity: 0.3;
}
.DistributionControlFlipFlop div.Selected .ListCtrl ul li.Removed
{
	opacity: 0.75;
}
* + html .DistributionControlFlipFlop div.Selected .ListCtrl ul li
{
	float: left;
}
.DistributionControlFlipFlop_Max
{
	width: 740px !important;
	height: auto !important;
	position: relative;
	margin: 20px;
}
.DistributionControlFlipFlop_Max .FlipFlop
{
	background-color: #ffffff;
	background-image: url("../../images/genesis_Gemini/select_right.png?usn=1727186002907");
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 10px;
	cursor: pointer;
	height: 20px;
	position: absolute;
	right: -25px;
	top: -25px;
	width: 20px;
}
.DistributionControlFlipFlop_Max div.Search
{
	background-color: #ffffff;
	border: 1px solid #EAEAEA;
	border-radius: 2px;
	width: 46%;
	float: left;
	height: 100%;
}
.DistributionControlFlipFlop_Max div.Search label
{
	font-weight: bold;
	line-height: 25px;
	padding-left: 1%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.DistributionControlFlipFlop_Max div.Search input[type="text"]
{
	background-color: #ffffff;
	-moz-box-sizing: border-box;
	border: 1px solid #EAEAEA;
	border-radius: 2px;
	height: 30px;
	color: #818181;
	margin-left: 1%;
	width: 98%;
}
* + html .DistributionControlFlipFlop_Max div.Search > input[type="text"]
{
	padding-right: 0;
	width: 92%;
}
.DistributionControlFlipFlop_Max div.Search > div.Filters
{
	background-color: #eaeaea;
	border-radius: 2px;
	margin: 7px 0 0 0;
	margin-left: 1%;
	width: 98%;
}
.DistributionControlFlipFlop_Max div.Search > div.Filters > input[type="image"]
{
	border: 1px solid #EAEAEA;
	border-radius: 2px;
	height: 24px;
	margin: 5px 0 5px 5px;
	opacity: 0.5;
	outline-width: 0;
	padding: 2px;
	width: 24px;
	background-color: #ffffff;
}
.DistributionControlFlipFlop_Max div.Search > div.Filters > input[type="image"]:hover
{
	opacity: 1.0;
}
.DistributionControlFlipFlop_Max div.Search > div.Filters > input[type="image"]:focus
{
	opacity: 1.0;
}
.DistributionControlFlipFlop_Max div.Search > div.Filters > input[type="image"].Selected
{
	opacity: 1.0;
}
.DistributionControlFlipFlop_Max div.Search div.Results
{
	display: block;
	height: 400px;
	position: relative;
	margin: 5px 0 0 0;
}
.DistributionControlFlipFlop_Max div.Search .ListCtrl
{
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.DistributionControlFlipFlop_Max div.Search .ListCtrl ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.DistributionControlFlipFlop_Max div.Search .ListCtrl ul li
{
	border-bottom: 1px solid #EAEAEA;
	height: 25px;
	list-style: none;
	margin: 0;
	padding: 5px 0;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
.DistributionControlFlipFlop_Max div.Search .ListCtrl ul li:hover
{
	background-color: #eaeaea;
	cursor: pointer;
}
.DistributionControlFlipFlop_Max div.Search .ListCtrl ul li:focus
{
	background-color: #eaeaea;
	cursor: pointer;
}
.DistributionControlFlipFlop_Max div.Search .ListCtrl ul li > .Content > .Title
{
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	text-align: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}
.DistributionControlFlipFlop_Max div.Search .ListCtrl ul li > .Content > .Title .Additional
{
	color: #818181;
	display: block;
	font-size: 9px;
	overflow: hidden;
	padding-left: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.DistributionControlFlipFlop_Max div.Search .ListCtrl ul li > .Content > .Image
{
	display: inline-block;
	float: left;
	margin-left: 5px;
}
.DistributionControlFlipFlop_Max div.Search .ListCtrl ul li > .Content > input[type="checkbox"]
{
	float: right;
	margin: 5px 5px 0 0;
	padding: 0;
}
.DistributionControlFlipFlop_Max div.Search .ListCtrl ul li.Selected
{
	background-color: #eaeaea;
	cursor: pointer;
}
.DistributionControlFlipFlop_Max div.Search .ListCtrl ul li.Disabled
{
	opacity: 0.3;
}
.DistributionControlFlipFlop_Max div.Search .ListCtrl ul li.Removed
{
	opacity: 0.75;
}
.DistributionControlFlipFlop_Max div.Actions
{
	vertical-align: bottom;
	position: absolute;
	left: 50%;
	top: 40%;
	width: 16px;
	display: block;
	margin: 0 0 0 -10px;
	text-align: center;
}
.DistributionControlFlipFlop_Max div.Actions input[name="action_dist_markall"]
{
	background: url(../../images/genesis_Gemini/select_all.png?usn=1727186002907) 0% 0% no-repeat scroll rgba(0, 0, 0, 0);
	height: 16px;
	width: 16px;
	cursor: pointer;
	margin: 0 0 5px 0;
}
.DistributionControlFlipFlop_Max div.Actions input[name="action_dist_movetosel"]
{
	background: url(../../images/genesis_Gemini/select_right.png?usn=1727186002907) no-repeat transparent;
	width: 16px;
	height: 16px;
	margin: 0 0 3px 0;
}
.DistributionControlFlipFlop_Max div.Actions input[name="action_dist_removefromsel"]
{
	background: url(../../images/genesis_Gemini/select-left.png?usn=1727186002907) no-repeat transparent;
	width: 16px;
	height: 16px;
	margin: 0 0 10px 0;
}
.DistributionControlFlipFlop_Max div.Actions input[name="action_dist_create"]
{
	background: url(../../images/genesis_Gemini/select_add.png?usn=1727186002907) 0% 0% no-repeat scroll rgba(0, 0, 0, 0);
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin: 0 0 3px 0;
}
.DistributionControlFlipFlop_Max div.Actions input[name="action_dist_edit"]
{
	background: url(../../images/genesis_Gemini/select_edit.png?usn=1727186002907) 0% 0% no-repeat scroll rgba(0, 0, 0, 0);
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin: 0 0 3px 0;
}
.DistributionControlFlipFlop_Max div.Actions input[name="action_dist_edit"].Disabled
{
	background: url(../../images/genesis_Gemini/select_edit.png?usn=1727186002907) 0% 0% no-repeat scroll rgba(0, 0, 0, 0);
	height: 16px;
	width: 16px;
	cursor: pointer;
	opacity: 0.5;
	margin: 0 0 3px 0;
}
.DistributionControlFlipFlop_Max div.Selected
{
	background-color: #ffffff;
	border: 1px solid #EAEAEA;
	border-radius: 2px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 47%;
}
.DistributionControlFlipFlop_Max div.Selected label
{
	font-weight: bold;
	line-height: 25px;
	padding-left: 1%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.DistributionControlFlipFlop_Max div.Selected label span.results
{
	float: right;
	padding-right: 1%;
}
.DistributionControlFlipFlop_Max div.Selected .ListCtrl
{
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	min-height: 40px;
	margin: 0;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	right: 0;
	top: 25px;
	bottom: 0;
}
.DistributionControlFlipFlop_Max div.Selected .ListCtrl ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.DistributionControlFlipFlop_Max div.Selected .ListCtrl ul li
{
	border-bottom: 1px solid #EAEAEA;
	height: 25px;
	list-style: none;
	margin: 0;
	padding: 5px 0;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
.DistributionControlFlipFlop_Max div.Selected .ListCtrl ul li:hover
{
	background-color: #eaeaea;
	cursor: pointer;
}
.DistributionControlFlipFlop_Max div.Selected .ListCtrl ul li:focus
{
	background-color: #eaeaea;
	cursor: pointer;
}
.DistributionControlFlipFlop_Max div.Selected .ListCtrl ul li > .Content > .Title
{
	float: left;
	margin: 0;
	padding: 0 0 0 3px;
	text-align: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}
.DistributionControlFlipFlop_Max div.Selected .ListCtrl ul li > .Content > .Title .Additional
{
	color: #818181;
	display: block;
	font-size: 9px;
	overflow: hidden;
	padding-left: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.DistributionControlFlipFlop_Max div.Selected .ListCtrl ul li > .Content > .Image
{
	display: inline-block;
	float: left;
	margin-left: 5px;
}
.DistributionControlFlipFlop_Max div.Selected .ListCtrl ul li > .Content > input[type="checkbox"]
{
	float: right;
	margin: 5px 5px 0 0;
	padding: 0;
}
.DistributionControlFlipFlop_Max div.Selected .ListCtrl ul li.Selected
{
	background-color: #eaeaea;
	cursor: pointer;
}
.DistributionControlFlipFlop_Max div.Selected .ListCtrl ul li.Disabled
{
	opacity: 0.3;
}
.DistributionControlFlipFlop_Max div.Selected .ListCtrl ul li.Removed
{
	opacity: 0.75;
}
.DistributionControlVerticalBottom
{
	background-color: #ffffff;
	border: 1px solid #EAEAEA;
	border-radius: 2px;
	position: relative;
	padding: 0;
}
.DistributionControlVerticalBottom .FlipFlop
{
	display: none;
}
.DistributionControlVerticalBottom div.Search
{
	width: 100%;
}
.DistributionControlVerticalBottom div.Search label
{
	font-weight: bold;
	line-height: 25px;
	padding-left: 1%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.DistributionControlVerticalBottom div.Search > input[type="text"]
{
	background-color: #ffffff;
	-moz-box-sizing: border-box;
	border: 1px solid #EAEAEA;
	border-radius: 2px;
	height: 30px;
	color: #818181;
	margin-left: 1%;
	width: 98%;
}
* + html .DistributionControlVerticalBottom div.Search > input[type="text"]
{
	width: 92%;
	padding-right: 0;
}
.DistributionControlVerticalBottom div.Search > div.Filters
{
	background-color: #eaeaea;
	border-radius: 2px;
	margin: 7px 0 0 0;
	margin-left: 1%;
	width: 98%;
}
.DistributionControlVerticalBottom div.Search > div.Filters > input[type="image"]
{
	border: 1px solid #EAEAEA;
	border-radius: 2px;
	height: 24px;
	margin: 5px 0 5px 5px;
	opacity: 0.5;
	outline-width: 0;
	padding: 2px;
	width: 24px;
	background-color: #ffffff;
}
.DistributionControlVerticalBottom div.Search > div.Filters > input[type="image"]:hover
{
	opacity: 1.0;
}
.DistributionControlVerticalBottom div.Search > div.Filters > input[type="image"].Selected
{
	opacity: 1.0;
}
.DistributionControlVerticalBottom div.Search div.Results
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	color: #333;
}
.DistributionControlVerticalBottom div.Search .ListCtrl
{
	display: block;
	margin: 0;
	background-color: #ffffff;
	position: relative;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}
.DistributionControlVerticalBottom div.Search .ListCtrl ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.DistributionControlVerticalBottom div.Search .ListCtrl ul li
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 0.1rem solid #d5dce0;
	list-style: none;
	margin: 0;
	padding: 0.5rem;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	height: auto;
	width: 100%;
	min-height: 3.5rem;
}
.DistributionControlVerticalBottom div.Search .ListCtrl ul li:hover
{
	background-color: #eaeaea;
	cursor: pointer;
}
.DistributionControlVerticalBottom div.Search .ListCtrl ul li:focus
{
	background-color: #eaeaea;
	cursor: pointer;
}
.DistributionControlVerticalBottom div.Search .ListCtrl ul li > .Content > .Title
{
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0 0 0 1rem;
	text-align: left;
	text-overflow: ellipsis;
	white-space: pre-wrap;
}
.DistributionControlVerticalBottom div.Search .ListCtrl ul li > .Content > .Title .Additional
{
	color: #818181;
	display: block;
	font-size: 9px;
	overflow: hidden;
	padding-left: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.DistributionControlVerticalBottom div.Search .ListCtrl ul li > .Content > .Image
{
	display: inline-block;
	float: left;
	margin-left: 5px;
}
.DistributionControlVerticalBottom div.Search .ListCtrl ul li > .Content > input[type="checkbox"]
{
	float: right;
	margin: 5px 5px 0 0;
	padding: 0;
}
.DistributionControlVerticalBottom div.Search .ListCtrl ul li.Selected
{
	background-color: #eaeaea;
	cursor: pointer;
}
.DistributionControlVerticalBottom div.Search .ListCtrl ul li.Disabled
{
	opacity: 0.3;
}
.DistributionControlVerticalBottom div.Search .ListCtrl ul li.Removed
{
	opacity: 0.75;
}
.DistributionControlVerticalBottom div.Search .ListCtrl ul li div.content
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.DistributionControlVerticalBottom div.Search div.Filters + div.Results div.ListCtrl
{
	display: block;
	overflow: auto;
	margin: 1rem 0 0 0;
	height: 20rem;
}
.DistributionControlVerticalBottom div.Actions
{
	background-color: #eaeaea;
	border-radius: 2px;
	margin: 5px 0 10px 0;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 1%;
	width: 98%;
}
.DistributionControlVerticalBottom div.Actions input[name="action_dist_markall"]
{
	background: url(../../images/genesis_Gemini/select_all.png?usn=1727186002907) 0% 0% no-repeat scroll rgba(0, 0, 0, 0);
	height: 16px;
	width: 16px;
	cursor: pointer;
	margin-right: 5px;
	margin-left: 2px;
	float: right;
}
.DistributionControlVerticalBottom div.Actions input[name="action_dist_movetosel"]
{
	height: 16px;
	width: 16px;
	cursor: pointer;
	background: url(../../images/genesis_Gemini/select_down.png?usn=1727186002907) 0% 0% no-repeat scroll rgba(0, 0, 0, 0);
	margin-right: 7px;
	margin-left: 5px;
}
.DistributionControlVerticalBottom div.Actions input[name="action_dist_removefromsel"]
{
	height: 16px;
	width: 16px;
	cursor: pointer;
	background: url(../../images/genesis_Gemini/select_up.png?usn=1727186002907) 0% 0% no-repeat scroll rgba(0, 0, 0, 0);
	margin-right: 7px;
}
.DistributionControlVerticalBottom div.Actions input[name="action_dist_create"]
{
	background: url(../../images/genesis_Gemini/select_add.png?usn=1727186002907) 0% 0% no-repeat scroll rgba(0, 0, 0, 0);
	height: 16px;
	width: 16px;
	cursor: pointer;
	margin-right: 5px;
	float: right;
}
.DistributionControlVerticalBottom div.Actions input[name="action_dist_edit"]
{
	background: url(../../images/genesis_Gemini/select_edit.png?usn=1727186002907) 0% 0% no-repeat scroll rgba(0, 0, 0, 0);
	height: 16px;
	width: 16px;
	cursor: pointer;
	margin-right: 5px;
	float: right;
}
.DistributionControlVerticalBottom div.Actions input[name="action_dist_edit"].Disabled
{
	background: url(../../images/genesis_Gemini/select_edit.png?usn=1727186002907) 0% 0% no-repeat scroll rgba(0, 0, 0, 0);
	height: 16px;
	width: 16px;
	cursor: pointer;
	opacity: 0.5;
	margin-right: 5px;
	float: right;
}
.DistributionControlVerticalBottom div.Selected
{
	position: relative;
	height: auto;
	margin: 0;
	padding: 0;
}
.DistributionControlVerticalBottom div.Selected label
{
	font-weight: bold;
	line-height: 25px;
	padding-left: 1%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.DistributionControlVerticalBottom div.Selected label span.results
{
	float: right;
	padding-right: 1%;
}
.DistributionControlVerticalBottom div.Selected .ListCtrl
{
	overflow: auto;
	overflow-y: hidden;
	overflow-x: hidden;
	margin: 0;
}
.DistributionControlVerticalBottom div.Selected .ListCtrl ul
{
	list-style: none;
	overflow: hidden;
	margin: 0 0 0 1%;
	padding: 0;
	width: 98%;
}
.DistributionControlVerticalBottom div.Selected .ListCtrl ul li
{
	list-style: none;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	background-color: #ffffff;
	cursor: pointer;
	margin: 0 5px 3px 0;
	padding: 0;
	border-radius: 2px;
	border: 1px solid #EAEAEA;
	padding: 3px;
}
.DistributionControlVerticalBottom div.Selected .ListCtrl ul li:hover
{
	background-color: #eaeaea;
	cursor: pointer;
}
.DistributionControlVerticalBottom div.Selected .ListCtrl ul li:focus
{
	background-color: #eaeaea;
	cursor: pointer;
}
.DistributionControlVerticalBottom div.Selected .ListCtrl ul li > .Content > .Title
{
	padding: 0;
	margin: 0;
	white-space: nowrap;
	font-weight: normal;
}
.DistributionControlVerticalBottom div.Selected .ListCtrl ul li > .Content > .Title .Additional
{
	display: none;
}
.DistributionControlVerticalBottom div.Selected .ListCtrl ul li > .Content > .Image
{
	display: none;
}
.DistributionControlVerticalBottom div.Selected .ListCtrl ul li > .Content > input[type="checkbox"]
{
	float: right;
	margin: 0 0 0 3px;
	padding: 0;
}
.DistributionControlVerticalBottom div.Selected .ListCtrl ul li.Selected
{
	background-color: #eaeaea;
	cursor: pointer;
}
.DistributionControlVerticalBottom div.Selected .ListCtrl ul li.Disabled
{
	opacity: 0.3;
}
.DistributionControlVerticalBottom div.Selected .ListCtrl ul li.Removed
{
	opacity: 0.75;
}
* + html .DistributionControlVerticalBottom div.Selected .ListCtrl ul li
{
	float: left;
}
.DistributionVControl div.Selected label
{
	display: none;
}
.DistributionVControl div.Selected .ListCtrl
{
	margin: 0;
	padding: 0;
	padding-bottom: 6px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #ffffff;
	border: 1px solid #EAEAEA;
}
.DistributionVControl div.Selected .ListCtrl ul
{
	list-style: none;
	margin: 0;
	width: 100%;
	padding: 0;
}
.DistributionVControl div.Selected .ListCtrl ul li
{
	list-style: none;
	vertical-align: middle;
	padding: 4px 1px 4px 3px;
	border-bottom: 1px solid #EAEAEA;
	border-top: 0 solid;
	text-align: left;
}
.DistributionVControl div.Selected .ListCtrl ul li:last-child
{
	border-bottom: 0;
	padding-bottom: 0;
}
.DistributionVControl div.Selected .ListCtrl ul li > .Content > .Title
{
	white-space: normal;
}
.DistributionVControl div.Selected .ListCtrl ul li > .Content > .Title .Additional
{
	padding-left: 2px;
	font-weight: 100;
	font-size: 10px;
}
.DistributionVControl div.Selected .ListCtrl ul li > .Content > .Image
{
	vertical-align: middle;
	padding-right: 1px;
	border: 0;
}
.DrDistributionVControl div.Selected .ListCtrl
{
	margin: 0;
	padding: 0;
	padding-bottom: 6px;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #EAEAEA;
}
.DrDistributionVControl div.Selected .ListCtrl ul
{
	list-style: none;
	margin: 0;
	width: 100%;
	padding: 0;
}
.DrDistributionVControl div.Selected .ListCtrl ul li
{
	list-style: none;
	vertical-align: middle;
	padding: 4px 1px 4px 3px;
	border-bottom: 1px solid #EAEAEA;
	border-top: 0 solid;
	text-align: left;
}
.DrDistributionVControl div.Selected .ListCtrl ul li:last-child
{
	border-bottom: 0;
	padding-bottom: 0;
}
.DrDistributionVControl div.Selected .ListCtrl ul li > .Content > .Title
{
	white-space: normal;
}
.DrDistributionVControl div.Selected .ListCtrl ul li > .Content > .Title .Additional
{
	padding-left: 2px;
	font-weight: 100;
	font-size: 10px;
}
.DrDistributionVControl div.Selected .ListCtrl ul li > .Content > .Image
{
	vertical-align: middle;
	padding-right: 1px;
	border: 0;
}
.DistributionVControlSimple div.Selected .ListCtrl
{
	margin: 0;
	padding: 0;
	border: 0 solid #EAEAEA;
	overflow-y: auto;
	overflow-x: hidden;
}
.DistributionVControlSimple div.Selected .ListCtrl ul
{
	list-style: none;
	margin: 0;
	width: 100%;
	padding: 0;
}
.DistributionVControlSimple div.Selected .ListCtrl ul li
{
	list-style: none;
	vertical-align: middle;
	padding: 5px;
	padding-left: 0;
	border-right: 0 solid #EAEAEA;
	text-align: left;
	float: left;
}
.DistributionVControlSimple div.Selected .ListCtrl ul li:last-child
{
	border-right: 0;
}
.DistributionVControlSimple div.Selected .ListCtrl ul li > .Content > .Title
{
	white-space: normal;
}
.DistributionVControlSimple div.Selected .ListCtrl ul li > .Content > .Title .Additional
{
	padding-left: 2px;
	font-weight: 100;
	font-size: 10px;
}
.DistributionVControlSimple div.Selected .ListCtrl ul li > .Title:after
{
	content: ";";
	padding-right: 0;
}
.DistributionVControlSimple div.Selected .ListCtrl ul li > .Content > .Image
{
	vertical-align: middle;
	padding-right: 1px;
	border: 0;
}
* + html .DistributionVControlSimple div.Selected .ListCtrl ul li
{
	padding: 0 0 0 3px !important;
	margin: 3px 3px 3px 0 !important;
	border-left: 1px solid #EAEAEA;
}
* + html .DistributionVControlSimple div.Selected .ListCtrl ul li:first-child
{
	padding: 0 0 0 0 !important;
	margin: 3px 3px 3px 0 !important;
	border-left: 0 !important;
}
.DistributionVControl_Chip div.Selected label
{
	display: none;
}
.DistributionVControl_Chip div.Selected .ListCtrl
{
	margin: 0;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
}
.DistributionVControl_Chip div.Selected .ListCtrl ul
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.DistributionVControl_Chip div.Selected .ListCtrl ul li
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0.5rem 1rem 0.5rem 0;
	padding: 0.5rem 1rem;
	border: 0.1rem solid #d5dce0;
	border-radius: 2rem;
	list-style: none;
	vertical-align: middle;
	background-color: #f7f7f7;
}
.DistributionVControl_Chip div.Selected .ListCtrl ul li:last-child
{
	margin: 0.5rem 0;
}
.DistributionVControl_Chip div.Selected .ListCtrl ul li > .Content > .Title
{
	white-space: normal;
}
.DistributionVControl_Chip div.Selected .ListCtrl ul li > .Content > .Title .Additional
{
	padding-left: 2px;
	font-weight: 100;
	font-size: 10px;
}
.DistributionVControl_Chip div.Selected .ListCtrl ul li > .Content > .Image
{
	vertical-align: middle;
	padding-right: 0.1rem;
	border: 0;
}
.Multiselect_Standard
{
	--base__accent-primary__color: #f5f5f5;
	--base__accent-secondary__color: #eaeaea;
	--base__background__color--hover: #ffffff;
	--base__background__color--readonly: var(--base__accent-primary__color);
	--base__background__color: #ffffff;
	--base__border__color--hover: #424242;
	--base__border__color: #dcdcdc;
	--base__invalid__color: #ed5e5f;
	--base__mark__color: #ffc0cb;
	--base__placeholder__color: #757575;
	--base__required__color: #ed5e5f;
	--base__tags__color: #424242;
	--base__text__color: #808080;
	--base__border-radius: 3px;
	--base__border-style: solid;
	--base__border-width: 1px;
	--base__box-shadow: 1px 1px 4px rgba(150, 150, 150, 0.1);
	--base__font-family: Roboto-Light,Muli,Arial,Verdana,SansSerif;
	--base__font-size: 14px;
	--base__height: 40px;
	--base__padding: 5px;
	--base__transition: all 0.5s ease;
	--base__opacity--dependent: 0.6;
	--base__border--hover: var(--base__border-width) var(--base__border-style) var(--base__border__color--hover);
	--base__border--invalid: var(--base__border-width) var(--base__border-style) var(--base__invalid__color);
	--base__border-bottom--required: var(--base__border-width) var(--base__border-style) var(--base__border__color);
	--base__border-left--required: var(--base__border-width) var(--base__border-style) var(--base__required__color);
	--base__border-right--required: var(--base__border-width) var(--base__border-style) var(--base__border__color);
	--base__border-top--required: var(--base__border-width) var(--base__border-style) var(--base__border__color);
	--base__border: var(--base__border-width) var(--base__border-style) var(--base__border__color);
	--tag__background-color: var(--base__accent-secondary__color);
	--tag__border-color: transparent;
	--tag__remove__color: var(--base__tags__color);
	--tag__remove__color--hover: var(--base__text__color);
	--list__border-color: var(--base__border__color);
	--list__max-height: 35vh;
	--list__min-height: inherit;
	--header__background-color: var(--base__accent-primary__color);
	--header__select-all-slider__background-color--checked: var(--base__text__color);
	--header__select-all-slider__background-color: var(--base__text__color);
	--header__select-all-slider__border-color--checked: var(--base__text__color);
	--header__select-all-slider__border-color: var(--base__text__color);
	--header__select-all-thumb__background-color--checked: var(--base__accent-primary__color);
	--header__select-all-thumb__background-color: var(--base__accent-primary__color);
	--header__select-all-thumb__border-color--checked: var(--base__text__color);
	--header__select-all-thumb__border-color: var(--base__text__color);
	--list-element__background-color--hover: var(--base__accent-primary__color);
	--list-element__background-color--selected--hover: var(--base__accent-secondary__color);
	--list-element__background-color--selected: var(--base__accent-primary__color);
	--list-element__color--selected: var(--base__text__color);
	--footer__background-color: var(--base__accent-primary__color);
}
.File_Edit_Standard .ul_images
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;
	padding: 0;
}
.File_Edit_Standard .ul_images .controls
{
	top: 0.2rem;
	width: 3.5rem;
	right: 0.2rem;
	position: absolute;
}
.File_Edit_Standard .ul_images .delete
{
	top: 0.3rem;
	cursor: pointer;
	height: 1.6rem;
	right: 0.2rem;
	position: absolute;
	width: 1.6rem;
	box-shadow: none;
}
.File_Edit_Standard .ul_images .delete img
{
	border-radius: 0.3rem;
	box-shadow: none;
}
.File_Edit_Standard .ul_images .cancel
{
	cursor: pointer;
	height: 1.6rem;
	float: right;
	width: 1.6rem;
	box-shadow: none;
}
.File_Edit_Standard .ul_images .cancel img
{
	border-radius: 0.3rem;
	box-shadow: none;
}
.File_Edit_Standard .ul_images .start
{
	cursor: pointer;
	height: 1.6rem;
	float: left;
	width: 1.6rem;
	box-shadow: none;
}
.File_Edit_Standard .ul_images .start img
{
	border-radius: 0.3rem;
	box-shadow: none;
}
.File_Edit_Standard .template-download,
.File_Edit_Standard .template-upload
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-bottom: 1px solid #d5dce0;
	list-style-type: none;
	padding: 1.5rem 0;
	position: relative;
	min-height: 3.5rem;
	height: auto !important;
}
.File_Edit_Standard .template-upload
{
	opacity: 0.7;
}
.File_Edit_Standard .template-upload:hover
{
	opacity: 1.0;
}
.File_Edit_Standard .template-download:last-child,
.File_Edit_Standard .template-upload:last-child
{
	border-bottom: none;
}
.File_Edit_Standard a
{
	display: table-cell;
	vertical-align: middle;
}
.File_Edit_Standard canvas,
.File_Edit_Standard img,
.File_Edit_Standard video
{
	border-radius: 0.3rem;
}
.File_Edit_Standard .preview
{
	text-align: center;
	float: left;
	margin-right: 1rem;
	border-radius: 0.3rem;
}
.File_Edit_Standard .preview:empty
{
	background-image: url(../../thirdparty/icon54/svg/line/Files/BlankFile.svg?usn=1727186002907);
	background-size: contain;
	background-repeat: no-repeat;
}
.File_Edit_Standard .preview canvas,
.File_Edit_Standard .preview img,
.File_Edit_Standard .preview video
{
	display: block;
}
.File_Edit_Standard .preview video
{
	height: inherit;
	width: inherit;
}
.File_Edit_Standard .toggle
{
	top: 0.4rem;
	cursor: pointer;
	height: 1.6rem;
	right: 2rem;
	position: absolute;
	width: 1.6rem;
}
.File_Edit_Standard .name
{
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 0.5rem;
}
.File_Edit_Standard .name a
{
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.File_Edit_Standard .size
{
	display: inline-block;
}
.File_Edit_Standard .dimension
{
	float: left;
	margin-right: 1rem;
}
.File_Edit_Standard .dummy
{
	border: 0.1rem dashed #d5dce0;
	border-radius: 0.3rem;
	margin: 0 0 1rem;
	padding: 1rem;
	background-color: #ffffff;
	text-align: center;
	list-style-type: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.File_Edit_Standard .dummy > li img
{
	height: 2.4rem;
}
.File_Edit_Standard .dummy:hover
{
	border: 0.1rem dashed #c5ced3;
	cursor: pointer;
}
.File_Edit_Standard .emptymessage
{
	font-size: 1.2rem;
	color: #808080;
}
.File_Edit_Standard a.download
{
	background: url(../../thirdparty/icon54/svg/solid/BasicIcons/Download.svg?usn=1727186002907);
	height: 14px;
	width: 14px;
	background-size: contain;
	display: inline-block;
	position: absolute;
	right: 25px;
	top: 5px;
}
.File_Edit_Standard ix-image-editor
{
	--base__border-color--hover: none;
	--base__border-color: #daedf2;
	--base__gradient__color: #d9edf1;
	--base__text__color: #808080;
	--base__border-radius: 15px;
	--base__border-style: solid;
	--base__border-width: 1px;
	--base__box-shadow: none;
	--base__font-family: Rubik,Roboto-Light,Muli,Arial,Verdana,SansSerif;
	--base__font-size: 15px;
	--base__transition: all 0.5s ease;
	--base__border--hover: var(--base__border-width) var(--base__border-style) var(--base__border-color--hover);
	--base__border: var(--base__border-width) var(--base__border-style) var(--base__border-color);
	--edit-trigger__background-color--hover: #444444;
	--edit-trigger__background-color: #00a3c8;
	--edit-trigger__border-color--hover: #444444;
	--edit-trigger__border-color: #00a3c8;
	--edit-trigger__box-shadow: 0 2px 8px hsl(240 3.8% 46.1% / 12%);
	--edit-trigger__text__color--hover: #ffffff;
	--edit-trigger__text__color: #ffffff;
	--edit-menu__background-color: #fff;
	--edit-menu__border-color: transparent;
	--edit-menu__border-style: none;
	--edit-menu__border-width: 0;
	--edit-menu__box-shadow: 0 2px 8px hsl(240 3.8% 46.1% / 12%);
	--edit-menu__padding--horizontal: 0;
	--edit-menu__padding--vertical: 5px;
	--edit-menu__text__color--hover: var(--base__text__color);
	--edit-menu__text__color: var(--base__text__color);
	--edit-menu-item__background-color--hover: #e8f3f5;
	--edit-menu-item__background-color: #fff;
	--edit-menu-item__text__color--hover: #222;
	--edit-menu-item__text__color: #222;
	--toolbar__background-color: #e8f3f5;
	--toolbar__border-color: var(--base__border-color);
	--toolbar-item__background-color--hover: #fbfdfd;
	--toolbar-item__background-color: #e8f3f5;
	--toolbar-item__border-color--hover: var(--base__border-color);
	--toolbar-item__border-color: transparent;
	--toolbar-item__color--hover: var(--base__text__color);
}
.File_Edit_Minimal .ul_images
{
	margin: 0;
	padding: 0;
}
.File_Edit_Minimal .ul_images .controls
{
	top: 2px;
	left: 2px;
	right: 2px;
	position: absolute;
}
.File_Edit_Minimal .ul_images .delete
{
	top: 2px;
	cursor: pointer;
	height: 16px;
	right: 2px;
	position: absolute;
	width: 16px;
}
.File_Edit_Minimal .ul_images .delete img
{
	border-radius: 3px;
	background-color: #ffffff;
	padding: 2px;
}
.File_Edit_Minimal .ul_images .cancel
{
	cursor: pointer;
	height: 16px;
	float: right;
	width: 16px;
}
.File_Edit_Minimal .ul_images .cancel img
{
	border-radius: 3px;
	background-color: #ffffff;
	padding: 2px;
}
.File_Edit_Minimal .ul_images .start
{
	cursor: pointer;
	height: 16px;
	float: left;
	width: 16px;
}
.File_Edit_Minimal .ul_images .start img
{
	border-radius: 3px;
	background-color: #ffffff;
	padding: 2px;
}
.File_Edit_Minimal .template-download,
.File_Edit_Minimal .template-upload
{
	margin: 0 5px 5px 0;
	list-style-type: none;
	float: left;
	box-shadow: 1px 1px 2px #bebebe;
	border-radius: 2px;
	position: relative;
	display: table;
	text-align: center;
	background-color: #f5f5f5;
}
.File_Edit_Minimal .template-download .delete
{
	display: none;
}
.File_Edit_Minimal .template-download:hover .delete
{
	display: block;
}
.File_Edit_Minimal .template-upload
{
	opacity: 0.7;
}
.File_Edit_Minimal .template-upload:hover
{
	opacity: 1.0;
}
.File_Edit_Minimal a
{
	display: table-cell;
	vertical-align: middle;
}
.File_Edit_Minimal canvas,
.File_Edit_Minimal img,
.File_Edit_Minimal video
{
	border-radius: 2px;
}
.File_Edit_Minimal .preview
{
	display: block;
}
.File_Edit_Minimal .preview:empty
{
	background-image: url(../../thirdparty/icon54/svg/line/Files/BlankFile.svg?usn=1727186002907);
	background-size: contain;
	background-repeat: no-repeat;
}
.File_Edit_Minimal .preview canvas,
.File_Edit_Minimal .preview img,
.File_Edit_Minimal .preview video
{
	display: block;
}
.File_Edit_Minimal .preview video
{
	height: inherit;
	width: inherit;
}
.File_Edit_Minimal .dummy
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.File_Edit_Minimal .dummy > li
{
	background-color: #ffffff;
	border-radius: 2px;
	display: table;
	float: left;
	list-style-type: none;
	margin: 0 10px 10px 0;
	position: relative;
	text-align: center;
	border: 1px dashed #DCDCDC;
	cursor: pointer;
}
.File_Edit_Minimal .dummy > li img
{
	height: 24px;
}
.File_Edit_Minimal .dropzone
{
	margin: 0;
	list-style-type: none;
	cursor: pointer;
}
.File_Edit_Minimal .dropzone.empty
{
	float: none;
}
.File_Edit_Minimal ul .progress
{
	width: auto;
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 5px;
}
.File_Edit_Minimal .emptymessage
{
	display: none;
}
.File_Edit_Minimal ix-image-editor
{
	--base__border-color--hover: none;
	--base__border-color: #daedf2;
	--base__gradient__color: #d9edf1;
	--base__text__color: #808080;
	--base__border-radius: 15px;
	--base__border-style: solid;
	--base__border-width: 1px;
	--base__box-shadow: none;
	--base__font-family: Rubik,Roboto-Light,Muli,Arial,Verdana,SansSerif;
	--base__font-size: 15px;
	--base__transition: all 0.5s ease;
	--base__border--hover: var(--base__border-width) var(--base__border-style) var(--base__border-color--hover);
	--base__border: var(--base__border-width) var(--base__border-style) var(--base__border-color);
	--edit-trigger__background-color--hover: #444444;
	--edit-trigger__background-color: #00a3c8;
	--edit-trigger__border-color--hover: #444444;
	--edit-trigger__border-color: #00a3c8;
	--edit-trigger__box-shadow: 0 2px 8px hsl(240 3.8% 46.1% / 12%);
	--edit-trigger__text__color--hover: #ffffff;
	--edit-trigger__text__color: #ffffff;
	--edit-menu__background-color: #fff;
	--edit-menu__border-color: transparent;
	--edit-menu__border-style: none;
	--edit-menu__border-width: 0;
	--edit-menu__box-shadow: 0 2px 8px hsl(240 3.8% 46.1% / 12%);
	--edit-menu__padding--horizontal: 0;
	--edit-menu__padding--vertical: 5px;
	--edit-menu__text__color--hover: var(--base__text__color);
	--edit-menu__text__color: var(--base__text__color);
	--edit-menu-item__background-color--hover: #e8f3f5;
	--edit-menu-item__background-color: #fff;
	--edit-menu-item__text__color--hover: #222;
	--edit-menu-item__text__color: #222;
	--toolbar__background-color: #e8f3f5;
	--toolbar__border-color: var(--base__border-color);
	--toolbar-item__background-color--hover: #fbfdfd;
	--toolbar-item__background-color: #e8f3f5;
	--toolbar-item__border-color--hover: var(--base__border-color);
	--toolbar-item__border-color: transparent;
	--toolbar-item__color--hover: var(--base__text__color);
}
.File_Edit_Basic .preview
{
	display: block;
}
.File_Edit_Basic .preview:empty
{
	background-image: url(../../thirdparty/icon54/svg/line/Files/BlankFile.svg?usn=1727186002907);
	background-size: contain;
	background-repeat: no-repeat;
}
.File_Edit_Basic .preview canvas,
.File_Edit_Basic .preview img,
.File_Edit_Basic .preview video
{
	box-shadow: 1px 1px 2px #bebebe;
	border-radius: 2px;
	background-color: #f5f5f5;
	display: block;
}
.File_Edit_Basic .preview video
{
	height: inherit;
	width: inherit;
}
.File_Edit_Basic .name
{
	margin: 0 5px;
}
.File_Edit_Basic .fileinput-button
{
	display: block;
	margin: 10px 0;
}
.File_Edit_Basic td
{
	border-bottom: 1px solid #EAEAEA;
	padding: 5px 2px;
}
.File_Edit_Basic ix-image-editor
{
	--base__border-color--hover: none;
	--base__border-color: #daedf2;
	--base__gradient__color: #d9edf1;
	--base__text__color: #808080;
	--base__border-radius: 15px;
	--base__border-style: solid;
	--base__border-width: 1px;
	--base__box-shadow: none;
	--base__font-family: Rubik,Roboto-Light,Muli,Arial,Verdana,SansSerif;
	--base__font-size: 15px;
	--base__transition: all 0.5s ease;
	--base__border--hover: var(--base__border-width) var(--base__border-style) var(--base__border-color--hover);
	--base__border: var(--base__border-width) var(--base__border-style) var(--base__border-color);
	--edit-trigger__background-color--hover: #444444;
	--edit-trigger__background-color: #00a3c8;
	--edit-trigger__border-color--hover: #444444;
	--edit-trigger__border-color: #00a3c8;
	--edit-trigger__box-shadow: 0 2px 8px hsl(240 3.8% 46.1% / 12%);
	--edit-trigger__text__color--hover: #ffffff;
	--edit-trigger__text__color: #ffffff;
	--edit-menu__background-color: #fff;
	--edit-menu__border-color: transparent;
	--edit-menu__border-style: none;
	--edit-menu__border-width: 0;
	--edit-menu__box-shadow: 0 2px 8px hsl(240 3.8% 46.1% / 12%);
	--edit-menu__padding--horizontal: 0;
	--edit-menu__padding--vertical: 5px;
	--edit-menu__text__color--hover: var(--base__text__color);
	--edit-menu__text__color: var(--base__text__color);
	--edit-menu-item__background-color--hover: #e8f3f5;
	--edit-menu-item__background-color: #fff;
	--edit-menu-item__text__color--hover: #222;
	--edit-menu-item__text__color: #222;
	--toolbar__background-color: #e8f3f5;
	--toolbar__border-color: var(--base__border-color);
	--toolbar-item__background-color--hover: #fbfdfd;
	--toolbar-item__background-color: #e8f3f5;
	--toolbar-item__border-color--hover: var(--base__border-color);
	--toolbar-item__border-color: transparent;
	--toolbar-item__color--hover: var(--base__text__color);
}
.File_Edit_Advanced .ul_images
{
	margin: 0;
	padding: 0;
}
.File_Edit_Advanced .ul_images .delete
{
	top: 2px;
	cursor: pointer;
	height: 16px;
	right: 0;
	position: absolute;
	width: 16px;
}
.File_Edit_Advanced .ul_images .delete img
{
	border-radius: 7px;
}
.File_Edit_Advanced .ul_images .cancel
{
	top: 2px;
	cursor: pointer;
	height: 16px;
	right: 0;
	position: absolute;
	width: 16px;
}
.File_Edit_Advanced .ul_images .cancel img
{
	border-radius: 7px;
}
.File_Edit_Advanced .ul_images .start
{
	cursor: pointer;
	height: 16px;
	float: left;
	width: 16px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
}
.File_Edit_Advanced .ul_images .start img
{
	border-radius: 7px;
}
.File_Edit_Advanced .template-download,
.File_Edit_Advanced .template-upload
{
	margin: 0 5px 5px 0;
	list-style-type: none;
	float: left;
	box-shadow: 1px 1px 2px #bebebe;
	border-radius: 2px;
	position: relative;
	background-color: #f5f5f5;
}
.File_Edit_Advanced .template-download .delete
{
	display: none;
}
.File_Edit_Advanced .template-download:hover .delete
{
	display: block;
}
.File_Edit_Advanced .template-upload
{
	opacity: 0.7;
}
.File_Edit_Advanced .template-upload:hover
{
	opacity: 1.0;
}
.File_Edit_Advanced a
{
	display: table-cell;
	vertical-align: middle;
}
.File_Edit_Advanced .preview
{
	display: block;
}
.File_Edit_Advanced .preview:empty
{
	background-image: url(../../thirdparty/icon54/svg/line/Files/BlankFile.svg?usn=1727186002907);
	background-size: contain;
	background-repeat: no-repeat;
}
.File_Edit_Advanced .preview canvas,
.File_Edit_Advanced .preview img,
.File_Edit_Advanced .preview video
{
	display: block;
}
.File_Edit_Advanced .preview video
{
	height: inherit;
	width: inherit;
}
.File_Edit_Advanced .toggle
{
	position: absolute;
	right: 0;
	bottom: 2px;
}
.File_Edit_Advanced .dummy
{
	border: 1px dashed #DCDCDC;
	border-radius: 2px;
	margin: 0 0 10px;
	padding: 10px;
	background-color: #ffffff;
	text-align: center;
	list-style-type: none;
}
.File_Edit_Advanced .dummy > li img
{
	height: 24px;
}
.File_Edit_Advanced ul .progress
{
	width: auto;
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 25px;
}
.File_Edit_Advanced .fileupload-buttonbar .toggle
{
	top: 43px;
}
.File_Edit_Advanced .emptymessage
{
	font-size: 12px;
	color: #818181;
}
.File_Edit_Advanced .imagecontainer
{
	display: table;
	text-align: center;
}
.File_Edit_Advanced .imageinfo
{
	position: relative;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.File_Edit_Advanced .imageinfo span
{
	display: block;
	margin-left: 2px;
}
.File_Edit_Advanced .imagetitle
{
	position: relative;
	height: 20px;
	line-height: 20px;
}
.File_Edit_Advanced .imagetitle span
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	margin-right: 10px;
	margin-left: 2px;
}
.File_Edit_Advanced ix-image-editor
{
	--base__border-color--hover: none;
	--base__border-color: #daedf2;
	--base__gradient__color: #d9edf1;
	--base__text__color: #808080;
	--base__border-radius: 15px;
	--base__border-style: solid;
	--base__border-width: 1px;
	--base__box-shadow: none;
	--base__font-family: Rubik,Roboto-Light,Muli,Arial,Verdana,SansSerif;
	--base__font-size: 15px;
	--base__transition: all 0.5s ease;
	--base__border--hover: var(--base__border-width) var(--base__border-style) var(--base__border-color--hover);
	--base__border: var(--base__border-width) var(--base__border-style) var(--base__border-color);
	--edit-trigger__background-color--hover: #444444;
	--edit-trigger__background-color: #00a3c8;
	--edit-trigger__border-color--hover: #444444;
	--edit-trigger__border-color: #00a3c8;
	--edit-trigger__box-shadow: 0 2px 8px hsl(240 3.8% 46.1% / 12%);
	--edit-trigger__text__color--hover: #ffffff;
	--edit-trigger__text__color: #ffffff;
	--edit-menu__background-color: #fff;
	--edit-menu__border-color: transparent;
	--edit-menu__border-style: none;
	--edit-menu__border-width: 0;
	--edit-menu__box-shadow: 0 2px 8px hsl(240 3.8% 46.1% / 12%);
	--edit-menu__padding--horizontal: 0;
	--edit-menu__padding--vertical: 5px;
	--edit-menu__text__color--hover: var(--base__text__color);
	--edit-menu__text__color: var(--base__text__color);
	--edit-menu-item__background-color--hover: #e8f3f5;
	--edit-menu-item__background-color: #fff;
	--edit-menu-item__text__color--hover: #222;
	--edit-menu-item__text__color: #222;
	--toolbar__background-color: #e8f3f5;
	--toolbar__border-color: var(--base__border-color);
	--toolbar-item__background-color--hover: #fbfdfd;
	--toolbar-item__background-color: #e8f3f5;
	--toolbar-item__border-color--hover: var(--base__border-color);
	--toolbar-item__border-color: transparent;
	--toolbar-item__color--hover: var(--base__text__color);
}
.File_Edit_Basic_Html .fileinput-button
{
	display: inline;
}
.File_View_Standard .ul_images
{
	margin: 0;
	padding: 0;
}
.File_View_Standard .template-view
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	list-style-type: none;
	padding: 1rem 0;
	margin: 1rem 0;
}
.File_View_Standard .template-view a
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: middle;
}
.File_View_Standard .template-view img
{
	border-radius: 0.3rem;
}
.File_View_Standard .preview
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin-right: 1rem;
	border-radius: 0.3rem;
}
.File_View_Standard .name
{
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.6rem;
	line-height: 1.6rem;
	margin-right: 1rem;
}
.File_View_Standard .name a
{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.File_View_Standard .size
{
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.6rem;
	line-height: 1.6rem;
}
.File_View_Standard a.download
{
	background: url(../../thirdparty/icon54/svg/solid/BasicIcons/Download.svg?usn=1727186002907);
	height: 24px;
	width: 24px;
	background-size: contain;
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 10px;
}
.File_View_Minimal a
{
	vertical-align: middle;
	display: table-cell;
}
.File_View_Minimal img
{
	border-radius: 2px;
}
.File_View_Minimal span
{
	margin: 0 5px 5px 0;
	text-align: center;
	box-shadow: 1px 1px 2px #bebebe;
	border-radius: 2px;
	background-color: #f5f5f5;
	display: table;
	float: left;
}
.File_View_Basic img
{
	max-width: 100%;
	height: auto;
	border-radius: 0.3rem;
}
.thumbScroller,
.File_View_Scroller
{
	position: relative;
	overflow: hidden;
}
.File_View_Scroller .thumbScroller
{
	padding: 0;
}
.File_View_Scroller .thumbScroller .container
{
	position: relative;
	left: 0;
	display: inline-block;
	padding: 0 5px;
}
.File_View_Scroller .thumbScroller .content
{
	float: left;
	padding: 5px 5px;
	height: auto;
}
.File_View_Scroller .thumbScroller .content a
{
	display: block;
}
.File_View_Scroller .thumbScroller .content a:hover img
{
	border-color: #ffffff;
}
.File_View_Scroller .thumbScroller img
{
	border-radius: 4px;
}
.File_View_Scroller .jTscrollerNextButton
{
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	right: 5px;
	top: 50%;
	margin-top: -15px;
	opacity: 0.7;
	background-image: url(../../images/assets/gallery/fancy_nav_right.png?usn=1727186002907);
}
.File_View_Scroller .jTscrollerNextButton:hover
{
	opacity: 1.0;
}
.File_View_Scroller .jTscrollerPrevButton
{
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	left: 5px;
	top: 50%;
	margin-top: -15px;
	opacity: 0.7;
	background-image: url(../../images/assets/gallery/fancy_nav_left.png?usn=1727186002907);
}
.File_View_Scroller .jTscrollerPrevButton:hover
{
	opacity: 1.0;
}
.File_View_Gallery .blueimp-gallery
{
	background: #000;
}
.File_View_Gallery .blueimp-gallery-carousel
{
	box-shadow: none;
}
.File_View_Gallery .blueimp-gallery > .indicator
{
	padding: 5px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 23%, rgba(0, 0, 0, 0) 100%);
}
.File_View_Gallery .blueimp-gallery > .indicator > li
{
	border: 1px solid #000000;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 1px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: center no-repeat rgba(255, 255, 255, 0.25);
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	opacity: 0.9;
	cursor: pointer;
	background-size: cover;
}
.File_View_Gallery .blueimp-gallery > .indicator > li:hover,
.File_View_Gallery .blueimp-gallery > .indicator > .active
{
	background-color: #fff;
	border-color: #fff;
	opacity: 1.0;
	transform: scale(1.4);
	transition: all 0.2s ease;
}
.File_View_Gallery .blueimp-gallery > .prev
{
	font-size: 30px;
	border: 2px solid #fff;
	width: 20px;
	height: 20px;
	line-height: 15px;
	left: 5px;
}
.File_View_Gallery .blueimp-gallery > .next
{
	font-size: 30px;
	border: 2px solid #fff;
	width: 20px;
	height: 20px;
	line-height: 15px;
	right: 5px;
}
.File_View_Webdav
{
	--base__border-color--hover: none;
	--base__border-color: #cedbdf;
	--base__text__color: #808080;
	--base__border-radius: 15px;
	--base__border-style: solid;
	--base__border-width: 1px;
	--base__box-shadow: none;
	--base__font-family: Rubik,Roboto-Light,Muli,Arial,Verdana,SansSerif;
	--base__font-size: 15px;
	--base__border--hover: var(--base__border-width) var(--base__border-style) var(--base__border-color--hover);
	--base__border: var(--base__border-width) var(--base__border-style) var(--base__border-color);
	--webdav-trigger__background-color--hover: transparent;
	--webdav-trigger__background-color: transparent;
	--webdav-trigger__border-color--hover: transparent;
	--webdav-trigger__border-color: transparent;
	--webdav-trigger__border-width: 0;
	--webdav-trigger__border-style: solid;
	--webdav-trigger__box-shadow: 0 2px 8px hsl(240 3.8% 46.1% / 12%);
	--webdav-trigger__text__color--hover: #fff;
	--webdav-trigger__text__color: #fff;
	--webdav-menu__background-color: #fff;
	--webdav-menu__border-color: transparent;
	--webdav-menu__border-style: none;
	--webdav-menu__border-width: 0;
	--webdav-menu__box-shadow: 0 2px 8px hsl(240 3.8% 46.1% / 12%);
	--webdav-menu__padding--horizontal: 0;
	--webdav-menu__padding--vertical: 5px;
	--webdav-menu__text__color--hover: #222;
	--webdav-menu__text__color: #222;
	--webdav-menu-item__background-color--hover: #e8f3f5;
	--webdav-menu-item__background-color: #fff;
	--webdav-menu-item__text__color--hover: #222;
	--webdav-menu-item__text__color: #222;
	--webdav-menu-divider__width: 1px;
	--webdav-menu-divider__color: #f0f0f0;
	--webdav-menu-divider__spacing: 2px;
	--webdav-menu-item-checkbox__color: #222;
	--webdav-menu-item-checkbox__color--hover: #222;
	--webdav-menu-item-checkbox__width: 15px;
}
.File_View_Webdav .ul_images
{
	margin: 0;
	padding: 0;
}
.File_View_Webdav .template-view
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	list-style-type: none;
	padding: 1rem 0;
	margin: 1rem 0;
}
.File_View_Webdav .template-view a
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: middle;
}
.File_View_Webdav .template-view img
{
	border-radius: 0.3rem;
}
.File_View_Webdav .preview
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin-right: 1rem;
	border-radius: 0.3rem;
}
.File_View_Webdav .name
{
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.6rem;
	line-height: 1.6rem;
	margin-right: 1rem;
}
.File_View_Webdav .name a
{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.File_View_Webdav .size
{
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.6rem;
	line-height: 1.6rem;
}
.File_View_Webdav a.download
{
	background: url(../../thirdparty/icon54/svg/solid/BasicIcons/Download.svg?usn=1727186002907);
	height: 24px;
	width: 24px;
	background-size: contain;
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 10px;
}
div.calendarcontrol div#view-container
{
	position: relative;
	height: 100%;
	margin-left: 10px;
	background-image: none;
}
div.calendarcontrol *[data-view-action]:hover
{
	cursor: pointer;
}
div.calendarcontrol .grid.default-data-inking
{
	background-color: rgba(255, 178, 115, 0.3);
}
div.calendarcontrol .grid-header.default-data-inking
{
	background-color: rgba(255, 116, 0, 0.7);
}
div.calendarcontrol .detached-independent
{
	z-index: 2;
}
div.calendarcontrol th[data-url]
{
	cursor: pointer;
}
div.calendarcontrol div.calendar-record
{
	background-color: #4F4F4B;
	color: #ffffff;
	font-size: 11px;
	position: relative;
	box-shadow: 0 0 2px #5a5a5a;
	z-index: 1;
}
div.calendarcontrol div.calendar-record:hover
{
	background-color: #4F4F4B;
	cursor: pointer;
	z-index: 2;
}
div.calendarcontrol div.calendar-record:hover #drag-resize
{
	background-image: url(../../images/assets/calendar/continues_down.gif?usn=1727186002907);
	position: absolute;
	bottom: 2px;
	height: 4px;
	width: 7px;
	left: 50%;
	margin-left: -4px;
	display: none;
}
div.calendarcontrol div.calendar-record:hover #outside-start
{
	display: none;
}
div.calendarcontrol div.calendar-record:hover #outside-end
{
	display: none;
}
div.calendarcontrol div.calendar-record:hover .actionpanel
{
	display: block;
}
div.calendarcontrol div.calendar-record.horizontal #outside-start
{
	background-image: url(../../images/assets/calendar/continues_left.gif?usn=1727186002907);
	position: absolute;
	left: 2px;
	height: 7px;
	width: 4px;
	top: 50%;
	margin-top: -4px;
	display: none;
}
div.calendarcontrol div.calendar-record.horizontal:hover #outside-start
{
	display: none;
}
div.calendarcontrol div.calendar-record.horizontal:focus #outside-start
{
	display: none;
}
div.calendarcontrol div.calendar-record.horizontal #outside-end
{
	background-image: url(../../images/assets/calendar/continues_right.gif?usn=1727186002907);
	position: absolute;
	right: 2px;
	height: 7px;
	width: 4px;
	top: 50%;
	margin-top: -4px;
	display: none;
}
div.calendarcontrol div.calendar-record.horizontal:hover #outside-end
{
	display: none;
}
div.calendarcontrol div.calendar-record.horizontal:focus #outside-end
{
	display: none;
}
div.calendarcontrol div.calendar-record.horizontal:hover .resize-start
{
	background-image: url(../../images/assets/calendar/resize_horizontal_w.png?usn=1727186002907);
	background-position: center;
	background-repeat: no-repeat;
	width: 5px;
	position: absolute;
	left: 1px;
	top: 0;
	bottom: 0;
	cursor: ew-resize;
}
div.calendarcontrol div.calendar-record.horizontal:hover .resize-end
{
	background-image: url(../../images/assets/calendar/resize_horizontal_w.png?usn=1727186002907);
	background-position: center;
	background-repeat: no-repeat;
	width: 5px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: ew-resize;
}
div.calendarcontrol div.calendar-record.horizontal .icon
{
	text-align: left;
	vertical-align: text-top;
	padding: 0;
	margin: 0 0 0 2px;
	float: right;
	max-height: 98%;
	border-radius: 2px;
}
div.calendarcontrol div.calendar-record.horizontal.start-is-outside .content
{
	padding-left: 5px;
}
div.calendarcontrol div.calendar-record.horizontal.end-is-outside .content
{
	padding-right: 5px;
}
div.calendarcontrol div.calendar-record.horizontal .date
{
	display: none;
}
div.calendarcontrol div.calendar-record.horizontal .recurring
{
	background: url(../../images/assets/calendar/recurring-appointment-white-10.png?usn=1727186002907) center no-repeat;
	width: 10px;
	height: 10px;
	float: right;
	margin-right: 2px;
	margin-top: 2px;
}
div.calendarcontrol div.calendar-record.horizontal .recurring-exception
{
	background: url(../../images/assets/calendar/recurring-exc-appointment-white-10.png?usn=1727186002907) center no-repeat;
	width: 10px;
	height: 10px;
	float: right;
	margin-top: 2px;
	margin-right: 2px;
}
div.calendarcontrol div.calendar-record.vertical #outside-top
{
	background-image: url(../../images/assets/calendar/continues_up.gif?usn=1727186002907);
	position: absolute;
	top: 2px;
	height: 4px;
	width: 7px;
	left: 50%;
	margin-left: -4px;
	display: none;
}
div.calendarcontrol div.calendar-record.vertical #outside-bottom
{
	background-image: url(../../images/assets/calendar/continues_down.gif?usn=1727186002907);
	position: absolute;
	bottom: 2px;
	height: 4px;
	width: 7px;
	left: 50%;
	margin-left: -4px;
	display: none;
}
div.calendarcontrol div.calendar-record.vertical:hover .resize-start
{
	background-image: url(../../images/assets/calendar/resize_vertical_w.png?usn=1727186002907);
	background-position: center;
	background-repeat: no-repeat;
	height: 5px;
	position: absolute;
	top: 1px;
	left: 0;
	right: 0;
	cursor: ns-resize;
}
div.calendarcontrol div.calendar-record.vertical:hover .resize-end
{
	background-image: url(../../images/assets/calendar/resize_vertical_w.png?usn=1727186002907);
	background-position: center;
	background-repeat: no-repeat;
	height: 5px;
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	cursor: ns-resize;
}
div.calendarcontrol div.calendar-record.vertical .recurring
{
	background: url(../../images/assets/calendar/recurring-appointment-white-10.png?usn=1727186002907) top no-repeat;
	width: 10px;
	height: 100%;
	position: absolute;
	right: 5px;
	top: 3px;
}
div.calendarcontrol div.calendar-record.vertical .recurring-exception
{
	background: url(../../images/assets/calendar/recurring-exc-appointment-white-10.png?usn=1727186002907) top no-repeat;
	width: 10px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
div.calendarcontrol div.calendar-record.vertical .icon
{
	text-align: left;
	vertical-align: text-top;
	padding: 0;
	margin: 0;
	float: right;
	max-height: 98%;
	border-radius: 2px;
}
div.calendarcontrol div.calendar-record.vertical .title
{
	display: block;
	text-overflow: ellipsis;
	width: 100%;
}
div.calendarcontrol div.calendar-record.vertical.start-is-outside .content
{
	padding-top: 6px;
}
div.calendarcontrol div.calendar-record.vertical.end-is-outside .content
{
	padding-bottom: 6px;
}
div.calendarcontrol div.calendar-record.start-is-outside #outside-start
{
	display: block;
}
div.calendarcontrol div.calendar-record.end-is-outside #outside-end
{
	display: block;
}
div.calendarcontrol div.calendar-record.dragging
{
	background-color: #4C7686;
	z-index: 10000;
}
div.calendarcontrol div.calendar-record.dragging .resize-start
{
	display: none;
}
div.calendarcontrol div.calendar-record.dragging .resize-end
{
	display: none;
}
div.calendarcontrol div.calendar-record.dragging #outside-start
{
	display: block;
}
div.calendarcontrol div.calendar-record.dragging #outside-end
{
	display: block;
}
div.calendarcontrol div.calendar-record .content
{
	bottom: 0;
	left: 0;
	margin: 1px 5px 0 7px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
div.calendarcontrol div.calendar-record .date
{
	float: left;
	margin-right: 10px;
}
div.calendarcontrol div.calendar-record .date-start
{
	font-size: 10px;
}
div.calendarcontrol div.calendar-record .date-end
{
	font-size: 10px;
}
div.calendarcontrol div.calendar-record .title
{
	text-overflow: ellipsis;
}
div.calendarcontrol div.calendar-record .description
{
	display: none;
}
div.calendarcontrol div.calendar-record .plugininfo
{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
}
div.calendarcontrol div.calendar-record .actionpanel
{
	display: none;
	height: 15px;
	right: 0;
	max-width: 20px;
	min-height: 15px;
	position: absolute;
	text-align: center;
	bottom: -15px;
	width: 100%;
	z-index: 1;
	background-color: inherit;
}
div.calendarcontrol div.calendar-record .export
{
	background-image: url(../../images/assets/calendar/export_w_9.gif?usn=1727186002907);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: inline-block;
}
div.calendarcontrol div.calendar-record .export span
{
	display: none;
}
div.calendarcontrol div.calendar-record.highlighted
{
	opacity: 1.0;
}
div.calendarcontrol div.calendar-record.not-highlighted
{
	opacity: 0.2;
}
div.calendarcontrol div.calendar-record-list
{
	position: relative;
	padding: 5px;
	margin: 0 0 5px 0;
	background-color: #f5f5f5;
	border-radius: 2px;
}
div.calendarcontrol div.calendar-record-list .title
{
	font-size: 14px;
}
div.calendarcontrol div.calendar-record-list .icon
{
	text-align: left;
	vertical-align: text-top;
	padding: 0;
	margin: 0;
	display: block;
	border-radius: 2px;
}
div.calendarcontrol div.calendar-record-list .recurring
{
	background-image: url(../../images/assets/calendar/recurring-appointment-black-10.png?usn=1727186002907);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 200px;
	top: 6px;
}
div.calendarcontrol div.calendar-record-list .recurring-exception
{
	background-image: url(../../images/assets/calendar/recurring-exc-appointment-black-10.png?usn=1727186002907);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 200px;
	top: 6px;
}
div.calendarcontrol div.calendar-record-list .actionpanel
{
	right: 3px;
	bottom: 3px;
	position: absolute;
	width: 10px;
	height: 10px;
	display: none;
}
div.calendarcontrol div.calendar-record-list:hover .actionpanel
{
	display: block;
}
div.calendarcontrol div.calendar-record-list .export
{
	background-image: url(../../images/assets/calendar/export_b_9.gif?usn=1727186002907);
	background-repeat: no-repeat;
	background-position: center;
	width: 9px;
	height: 9px;
	cursor: pointer;
	display: inline-block;
}
div.calendarcontrol div.calendar-record-list .export span
{
	display: none;
}
div.calendarcontrol div.calendar-record-list.start-is-outside .content
{
	padding-left: 5px;
}
div.calendarcontrol div.calendar-record-list.end-is-outside .content
{
	padding-right: 5px;
}
div.calendarcontrol div.calendar-record-list.highlighted
{
	opacity: 1.0;
}
div.calendarcontrol div.calendar-record-list.not-highlighted
{
	opacity: 0.5;
}
div.calendarcontrol div.calendar-record-list .plugininfo
{
	position: absolute;
	left: -5px;
	top: 0;
	bottom: 0;
	width: 5px;
}
.view-day
{
	position: relative;
	height: 100%;
	width: 100%;
}
.view-day .head
{
	margin-bottom: -1px;
}
.view-day .head > table
{
	background-color: #ffffff;
	width: 100%;
	table-layout: fixed;
	empty-cells: show;
	border-spacing: 0;
	border: 1px solid #EAEAEA;
	border-collapse: seperate;
}
.view-day .head > table > thead > tr:first-child *
{
	border-top-width: 0;
	font-size: 14px;
	font-weight: normal;
}
.view-day .head > table > * > tr > *:first-child
{
	width: 6%;
	overflow: hidden;
	padding: 3px;
	border-left: 1px solid transparent;
}
.view-day .head > table th
{
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
}
.view-day .head > table td
{
	border-left: 1px solid #EAEAEA;
	height: 22px;
}
.view-day .head > table > tbody > tr > td:first-child
{
	text-align: center;
}
.view-day .head .more-data
{
	background-color: #4C7686;
	border-radius: 2px;
	bottom: 0;
	box-shadow: 0 0 2px #5a5a5a;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 9px;
	line-height: 7px;
	margin: 0 2px;
	padding: 1px;
	position: absolute;
	text-align: center;
	z-index: 1;
}
.view-day .grid-header div.appointment-bag
{
	float: right;
}
.view-day .grid-header div.appointment-bag > div.appointment
{
	float: left;
	margin-left: 1px;
}
.view-day .grid-header div.appointment-bag > div.appointment .icon
{
	height: 15px;
	width: 15px;
	background: url(../../images/assets/calendar/appointment_inking.png?usn=1727186002907) top no-repeat;
	background-size: contain;
	margin-bottom: 1px;
}
.view-day .body
{
	position: relative;
	width: 100%;
}
.view-day .body > table
{
	background-color: #ffffff;
	width: 100%;
	height: 99%;
	table-layout: fixed;
	empty-cells: show;
	border-spacing: 0;
	border: 1px solid #EAEAEA;
	border-collapse: seperate;
}
.view-day .body > table > * > tr > *:first-child
{
	width: 6%;
	overflow: hidden;
}
.view-day .body > table th
{
	text-align: center;
	padding: 0 3px;
	border-left: 1px solid transparent;
	font-weight: normal;
	border-top: 1px solid #EAEAEA;
}
.view-day .grid
{
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	height: 15px;
	position: relative !important;
}
.view-day .body > table tr td:nth-of-type(1)
{
	border-left: 1px solid #EAEAEA;
}
.view-day .body > table tr:first-child > *
{
	border-top: 0 solid #EAEAEA;
}
.view-day .body > table tr.even > *
{
	border-top: 1px dotted #EAEAEA;
}
.view-day .body > table tr.early > th
{
	border-left: 1px solid transparent;
	border-bottom: none;
	border-top: #EAEAEA;
	border-right: #EAEAEA;
}
.view-day .body > table tr.early > td
{
	border-bottom-style: none;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-left-color: #EAEAEA;
}
.view-day .body > table tr.late > th
{
	border-left: 1px solid transparent;
	border-top: 1px solid #EAEAEA;
	border-right: #EAEAEA;
	border-bottom: #EAEAEA;
}
.view-day .body > table tr.late > td
{
	border-color: #EAEAEA;
	border-top-width: 1px;
	border-top-style: solid;
}
.view-day .grid.weekend
{
	background-color: #f5f5f5;
}
.view-day .grid-header.weekend
{
	background-color: #f5f5f5;
}
.view-day .grid.today
{
	background-color: #fffeee;
}
.view-day .grid-header.today
{
	background-color: #fffeee;
}
.view-day .grid.marked
{
	background-color: #F4F6EC;
}
.view-day .grid-header.marked
{
	background-color: #F4F6EC;
}
.view-day-spanned
{
	position: relative;
	height: 100%;
	width: 100%;
}
.view-day-spanned .head
{
	margin-bottom: -1px;
}
.view-day-spanned .head > table
{
	background-color: #ffffff;
	width: 100%;
	table-layout: fixed;
	empty-cells: show;
	border-spacing: 0;
	border: 1px solid #EAEAEA;
	border-collapse: seperate;
}
.view-day-spanned .head > table > thead > tr:first-child *
{
	padding-right: 3px;
	font-size: 14px;
	font-weight: normal;
}
.view-day-spanned .head > table th
{
	overflow: hidden;
	text-align: center;
	border-left: 1px solid #EAEAEA;
}
.view-day-spanned .head > table td
{
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
}
.view-day-spanned .head > table > tbody > tr > td:first-child
{
	text-align: center;
}
.view-day-spanned .head > table > * > tr > *:first-child
{
	padding-right: 3px;
	border-left: 1px solid transparent;
}
.view-day-spanned .grid-header div.appointment-bag
{
	float: right;
}
.view-day-spanned .grid-header div.appointment-bag > div.appointment
{
	float: left;
	margin-left: 1px;
}
.view-day-spanned .grid-header div.appointment-bag > div.appointment .icon
{
	height: 15px;
	width: 15px;
	background: url(../../images/assets/calendar/appointment_inking.png?usn=1727186002907) top no-repeat;
	background-size: contain;
	margin-bottom: 1px;
}
.view-day-spanned .body
{
	position: relative;
	height: 85%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}
.view-day-spanned .body > table
{
	background-color: #ffffff;
	width: 100%;
	min-height: 35px;
	table-layout: fixed;
	empty-cells: show;
	border-spacing: 0;
	border-top: none;
	border-collapse: seperate;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
}
.view-day-spanned .body > table th
{
	text-align: right;
	padding-right: 3px;
	border-left: 1px solid transparent;
	font-weight: normal;
	border-top: 1px solid #EAEAEA;
}
.view-day-spanned .body > table > * > tr > *:first-child
{
	border-left-width: 0;
}
.view-day-spanned .body > table tr:first-child > *
{
	border-top: 0 solid #EAEAEA;
}
.view-day-spanned .grid
{
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	position: relative !important;
}
.view-day-spanned .grid.weekend
{
	background-color: #f5f5f5;
}
.view-day-spanned .grid-header.weekend
{
	background-color: #f5f5f5;
}
.view-day-spanned .grid.today
{
	background-color: #fffeee;
}
.view-day-spanned .grid-header.today
{
	background-color: #fffeee;
}
.view-day-spanned .grid.marked
{
	background-color: #F4F6EC;
}
.view-day-spanned .grid-header.marked
{
	background-color: #F4F6EC;
}
.view-list .appointment-group
{
	padding: 5px 0 0 0;
	border-bottom: 1px solid #EAEAEA;
	display: table;
	width: 100%;
}
.view-list .appointment-group:first-child
{
	padding-top: 2px;
}
.view-list .appointment-group > .title
{
	display: table-cell;
	width: 120px;
	font-weight: bold;
	vertical-align: top;
	padding-top: 5px;
}
.view-list2
{
	max-width: 400px;
}
.view-list2 .appointment-group
{
	margin: 0 0 5px 0;
}
.view-list2 .appointment-group > .subtitle
{
	display: inline-block;
	padding-left: 5px;
}
.view-list2 .appointment.calendar-record-list > .content span.title
{
	font-size: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
.view-list2 .appointment.calendar-record-list > .content .icon
{
	display: inline-block;
}
.view-month
{
	height: 100%;
}
.view-month > table
{
	width: 100%;
	height: 100%;
	table-layout: fixed;
	empty-cells: show;
	border-spacing: 0;
	border: 1px solid #EAEAEA;
	border-collapse: seperate;
}
.view-month > table > thead > tr > th
{
	background-color: #f5f5f5;
	font-size: 14px;
	font-weight: normal;
	height: 15px;
	text-align: center;
}
.view-month > table > thead > tr:first-child *
{
	border-top-width: 0;
}
.view-month > table > * > tr > *:first-child
{
	border-left-width: 0;
	background-color: #ffffff;
}
.view-month > table th
{
	width: 14%;
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
}
.view-month > table th.weeknumber
{
	border-top: none;
	width: 3%;
	font-weight: normal;
	background-color: #ffffff;
}
.view-month > table th.weeknumber span
{
	margin-bottom: 15px;
	display: block;
}
.view-month > table td
{
	border-left: 1px solid #EAEAEA;
}
.view-month .grid
{
	vertical-align: bottom;
	background-color: #ffffff;
	position: relative !important;
}
.view-month td.grid .more-data
{
	background-color: #BA343A;
	border-radius: 2px;
	bottom: 0;
	box-shadow: 0 0 2px #5a5a5a;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 9px;
	line-height: 7px;
	margin: 0 2px;
	padding: 1px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.view-month .grid.weekend
{
	background-color: #f5f5f5;
}
.view-month .grid.today
{
	background-color: #fffeee;
}
.view-month .grid.marked
{
	background-color: #F4F6EC;
}
.view-month td.grid-header
{
	height: 14px;
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #EAEAEA;
	background-color: #ffffff;
	vertical-align: middle;
	position: relative;
}
.view-month td.grid-header div.appointment-bag
{
	float: right;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	text-align: right;
}
.view-month td.grid-header div.appointment-bag > div.appointment
{
	float: right;
	margin-left: 1px;
	display: inline-block;
}
.view-month td.grid-header div.appointment-bag > div.appointment .icon
{
	height: 15px;
	width: 15px;
	background: url(../../images/assets/calendar/appointment_inking.png?usn=1727186002907) top no-repeat;
	background-size: contain;
	margin-bottom: 1px;
}
.view-month .month-header
{
	line-height: 35px;
	font-size: 18px;
}
.view-schoolweek
{
	position: relative;
	height: 100%;
	width: 100%;
}
.view-schoolweek .head
{
	margin-bottom: -1px;
}
.view-schoolweek .head > table
{
	background-color: #ffffff;
	width: 100%;
	table-layout: fixed;
	empty-cells: show;
	border-spacing: 0;
	border: 1px solid #EAEAEA;
	border-collapse: seperate;
}
.view-schoolweek .head > table > thead > tr:first-child *
{
	border-top-width: 0;
	font-size: 14px;
	font-weight: normal;
}
.view-schoolweek .head > table > * > tr > *:first-child
{
	border-left: 1px solid rgba(0, 0, 0, 0);
	overflow: hidden;
	width: 10%;
	padding: 3px;
}
.view-schoolweek .head > table th
{
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
}
.view-schoolweek .head > table td
{
	border-left: 1px solid #EAEAEA;
}
.view-schoolweek .head > table > tbody > tr > td:first-child
{
	text-align: center;
}
.view-schoolweek .grid-header div.appointment-bag
{
	float: right;
}
.view-schoolweek .grid-header div.appointment-bag > div.appointment
{
	float: left;
	margin-left: 1px;
}
.view-schoolweek .grid-header div.appointment-bag > div.appointment .icon
{
	height: 15px;
	width: 15px;
	background: url(../../images/assets/calendar/appointment_inking.png?usn=1727186002907) top no-repeat;
	background-size: contain;
	margin-bottom: 1px;
}
.view-schoolweek .body
{
	position: relative;
	height: 85%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}
.view-schoolweek .body > table
{
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	empty-cells: show;
	border-spacing: 0;
	border: 1px solid #EAEAEA;
	border-collapse: seperate;
}
.view-schoolweek .body > table > * > tr > *:first-child
{
	width: 10%;
	overflow: hidden;
}
.view-schoolweek .body > table th
{
	text-align: center;
	padding: 3px;
	border-left: 1px solid transparent;
	font-weight: normal;
	border-top: 1px solid #EAEAEA;
}
.view-schoolweek .body > table tr:first-child > *
{
	border-top: 0 solid #EAEAEA;
}
.view-schoolweek .grid
{
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	position: relative !important;
}
.view-schoolweek .grid.weekend
{
	background-color: #f5f5f5;
}
.view-schoolweek .grid-header.weekend
{
	background-color: #f5f5f5;
}
.view-schoolweek .grid.today
{
	background-color: #fffeee;
}
.view-schoolweek .grid-header.today
{
	background-color: #fffeee;
}
.view-schoolweek .grid.marked
{
	background-color: #F4F6EC;
}
.view-schoolweek .grid-header.marked
{
	background-color: #F4F6EC;
}
.view-schoolweek .body > table tr td:nth-of-type(1)
{
	border-left: 1px solid #EAEAEA;
}
.view-grouped-days
{
	position: relative;
	height: 100%;
	width: 100%;
}
.view-grouped-days .head > table
{
	background-color: #ffffff;
	width: 100%;
	table-layout: fixed;
	empty-cells: show;
	border-spacing: 0;
	border: 1px solid #EAEAEA;
	border-collapse: seperate;
}
.view-grouped-days .head > table > thead > tr:first-child > *
{
	border-top-width: 0;
	font-size: 14px;
	font-weight: normal;
	padding: 3px;
}
.view-grouped-days .head > table > * > tr > *:first-child
{
	overflow: hidden;
	padding: 3px;
	border-left: 1px solid transparent;
}
.view-grouped-days .head > table > colgroup > col:first-child
{
	width: 10%;
}
.view-grouped-days .head > table th
{
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
}
.view-grouped-days .head > table td
{
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	overflow: hidden;
	text-align: center;
}
.view-grouped-days .head > table > tbody > tr > td:first-child
{
	text-align: center;
}
.view-grouped-days .grid-header div.appointment-bag
{
	float: right;
}
.view-grouped-days .grid-header div.appointment-bag > div.appointment
{
	float: left;
	margin-left: 1px;
}
.view-grouped-days .grid-header div.appointment-bag > div.appointment .icon
{
	height: 15px;
	width: 15px;
	background: url(../../images/assets/calendar/appointment_inking.png?usn=1727186002907) top no-repeat;
	background-size: contain;
	margin-bottom: 1px;
}
.view-grouped-days .body
{
	position: relative;
	width: 100%;
}
.view-grouped-days .body > table
{
	background-color: #ffffff;
	width: 100%;
	empty-cells: show;
	border-spacing: 0;
	border-top: none;
	border-collapse: seperate;
	table-layout: fixed;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
}
.view-grouped-days .body > table > colgroup > col:first-child
{
	width: 10%;
}
.view-grouped-days .body > table th
{
	text-align: left;
	vertical-align: middle;
	padding: 5px 3px 5px 3px;
	border-left: 1px solid transparent;
	border-top: 1px solid #EAEAEA;
	font-weight: normal;
}
.view-grouped-days .body > table th[data-container="plugin"]
{
	background-color: #F4F6EC;
}
.view-grouped-days .body > table tr.data th
{
	font-weight: normal;
	white-space: nowrap;
}
.view-grouped-days .body > table tr.data th span
{
	text-overflow: ellipsis;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	font-weight: normal;
}
.view-grouped-days .body > table tr:first-child > *
{
	border-top: 0 solid #EAEAEA;
}
.view-grouped-days .grid
{
	border-top: 1px solid #eaeaea;
	border-left: 1px dotted #eaeaea;
	position: relative !important;
}
.view-grouped-days .body > table td:first-child
{
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
}
.view-grouped-days .body > table tr td:nth-of-type(1)
{
	border-left: 1px solid #EAEAEA;
}
.view-grouped-days .grid.weekend
{
	background-color: #f5f5f5;
}
.view-grouped-days .grid-header.weekend
{
	background-color: #f5f5f5;
	font-size: 14px;
	font-weight: normal;
}
.view-grouped-days .grid-subheader.weekend
{
	background-color: #f5f5f5;
}
.view-grouped-days .grid.today
{
	background-color: #fffeee;
}
.view-grouped-days .grid-header.today
{
	background-color: #fffeee;
	font-size: 14px;
	font-weight: normal;
}
.view-grouped-days .grid-subheader.today
{
	background-color: #fffeee;
}
.view-grouped-days .grid.marked
{
	background-color: #F4F6EC;
}
.view-grouped-days .grid-header.marked
{
	background-color: #F4F6EC;
}
.view-grouped-days .grid-subheader.marked
{
	background-color: #F4F6EC;
}
.view-grouped-days .body > table tr.even > *
{
	border-top-style: dotted;
}
.view-grouped-days .body > table tr.early > th
{
	border-color: #EAEAEA;
	border-left-width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.view-grouped-days .body > table tr.early > td
{
	border-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.view-grouped-days .body > table tr.late > th
{
	border-color: #EAEAEA;
	border-left-width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.view-grouped-days .body > table tr.late > td
{
	border-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.view-grouped-days-ghtv
{
	position: relative;
	height: 100%;
	width: 100%;
}
.view-grouped-days-ghtv .head > table
{
	background-color: #ffffff;
	width: 100%;
	table-layout: fixed;
	empty-cells: show;
	border-spacing: 0;
	border: 1px solid #EAEAEA;
}
.view-grouped-days-ghtv .head > table > thead > tr:first-child > *
{
	font-size: 14px;
	font-weight: normal;
	padding: 3px;
	border-bottom: 1px solid #EAEAEA;
	border-top: 0;
}
.view-grouped-days-ghtv .head > table > * > tr > *:first-child
{
	overflow: hidden;
	padding: 3px;
	border-left: 1px solid transparent;
	border-right: 1px solid #EAEAEA;
}
.view-grouped-days-ghtv .head > table > colgroup > col:first-child
{
	width: 75px;
}
.view-grouped-days-ghtv .head > table th
{
	overflow: hidden;
	text-align: center;
}
.view-grouped-days-ghtv .head > table td
{
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	overflow: hidden;
	text-align: center;
}
.view-grouped-days-ghtv .head > table > tbody > tr > td:first-child
{
	text-align: center;
}
.view-grouped-days-ghtv .head > table > thead > tr:first-child > *:first-child
{
	border-bottom: none;
}
.view-grouped-days-ghtv .grid-header div.appointment-bag
{
	float: right;
}
.view-grouped-days-ghtv .grid-header div.appointment-bag > div.appointment
{
	float: left;
	margin-left: 1px;
}
.view-grouped-days-ghtv .grid-header div.appointment-bag > div.appointment .icon
{
	height: 15px;
	width: 15px;
	background: url(../../images/assets/calendar/appointment_inking.png?usn=1727186002907) top no-repeat;
	background-size: contain;
	margin-bottom: 1px;
}
.view-grouped-days-ghtv .body
{
	position: relative;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}
.view-grouped-days-ghtv .body > table
{
	background-color: #ffffff;
	width: 100%;
	empty-cells: show;
	border-spacing: 0;
	border-top: none;
	border-collapse: seperate;
	table-layout: fixed;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
}
.view-grouped-days-ghtv .body > table > colgroup > col:first-child
{
	width: 75px;
}
.view-grouped-days-ghtv .body > table th
{
	text-align: left;
	vertical-align: middle;
	padding: 5px 3px 5px 3px;
	border-left: 1px solid transparent;
	border-top: 1px solid #EAEAEA;
	font-weight: normal;
}
.view-grouped-days-ghtv .body > table th[data-container="plugin"]
{
	background-color: #F4F6EC;
}
.view-grouped-days-ghtv .body > table tr.data th
{
	font-weight: normal;
	white-space: nowrap;
}
.view-grouped-days-ghtv .body > table tr.data th span
{
	text-overflow: ellipsis;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	font-weight: normal;
}
.view-grouped-days-ghtv .body > table tr:first-child > *
{
	border-top: 0 solid #EAEAEA;
}
.view-grouped-days-ghtv .grid
{
	border-top: 1px solid #eaeaea;
	border-left: 1px dotted #eaeaea;
	position: relative !important;
}
.view-grouped-days-ghtv .body > table td:first-child
{
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
}
.view-grouped-days-ghtv .body > table tr td:nth-of-type(1)
{
	border-left: 1px solid #EAEAEA;
}
.view-grouped-days-ghtv .grid.weekend
{
	background-color: #f5f5f5;
}
.view-grouped-days-ghtv .grid-header.weekend
{
	background-color: #f5f5f5;
	font-size: 14px;
	font-weight: normal;
}
.view-grouped-days-ghtv .grid-subheader.weekend
{
	background-color: #f5f5f5;
}
.view-grouped-days-ghtv .grid.today
{
	background-color: #fffeee;
}
.view-grouped-days-ghtv .grid-header.today
{
	background-color: #fffeee;
	font-size: 14px;
	font-weight: normal;
}
.view-grouped-days-ghtv .grid-subheader.today
{
	background-color: #fffeee;
}
.view-grouped-days-ghtv .grid.marked
{
	background-color: #F4F6EC;
}
.view-grouped-days-ghtv .grid-header.marked
{
	background-color: #F4F6EC;
}
.view-grouped-days-ghtv .grid-subheader.marked
{
	background-color: #F4F6EC;
}
.view-grouped-days-ghtv .body > table tr.even > *
{
	border-top-style: dotted;
}
.view-grouped-days-ghtv .body > table tr.early > th
{
	border-color: #EAEAEA;
	border-left-width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.view-grouped-days-ghtv .body > table tr.early > td
{
	border-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.view-grouped-days-ghtv .body > table tr.late > th
{
	border-color: #EAEAEA;
	border-left-width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.view-grouped-days-ghtv .body > table tr.late > td
{
	border-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.view-grouped-months
{
	position: relative;
	height: 100%;
	width: 100%;
}
.view-grouped-months > table
{
	width: 100%;
	empty-cells: show;
	background-color: #ffffff;
	height: 100%;
	table-layout: fixed;
	border-spacing: 0;
	border: 1px solid #EAEAEA;
	border-collapse: seperate;
}
.view-grouped-months > table > colgroup > col:first-child
{
	width: 15%;
}
.view-grouped-months > table tr th
{
	padding: 5px 3px;
	text-align: left;
	white-space: nowrap;
}
.view-grouped-months > table tr th span
{
	font-size: 12px;
	text-overflow: ellipsis;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	font-weight: normal;
}
.view-grouped-months > table tr.data th
{
	font-weight: normal;
	white-space: nowrap;
}
.view-grouped-months table + table
{
	margin-top: 20px;
}
.view-grouped-months tr.head > *
{
	text-align: center;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
}
.view-grouped-months tr.head:first-child > *
{
	border-top: 0 solid #EAEAEA;
}
.view-grouped-months tr.head > th:first-child
{
	border-left: 0 solid #EAEAEA;
}
.view-grouped-months tr.data-header > *
{
	border-bottom: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
	border-left: 1px dotted #EAEAEA;
}
.view-grouped-months tr.data-header.first > *
{
	border-top: none;
}
.view-grouped-months .grid-header
{
	position: relative;
}
.view-grouped-months .grid-header div.appointment-bag
{
	position: absolute;
	bottom: -18px;
	left: 0;
	background-color: inherit;
	min-width: 100%;
	display: none;
	z-index: 2;
	white-space: nowrap;
}
.view-grouped-months .grid-header:hover div.appointment-bag
{
	display: block;
}
.view-grouped-months .grid-header div.appointment-bag > div.appointment
{
	display: inline-block;
	padding: 1px 1px 1px 1px;
}
.view-grouped-months .grid-header div.appointment-bag > div.appointment .icon
{
	height: 15px;
	width: 15px;
	background: url(../../images/assets/calendar/appointment_inking.png?usn=1727186002907) top no-repeat;
	background-size: contain;
	margin-bottom: 1px;
}
.view-grouped-months tr.data
{
	height: 20px;
}
.view-grouped-months tr.data.first > *
{
	border-top: 0 solid #EAEAEA;
}
.view-grouped-months tr.data > *
{
	border-top: 1px solid #EAEAEA;
	border-left: 1px dotted #EAEAEA;
}
.view-grouped-months .grid
{
	border-left: 1px solid #eaeaea;
	vertical-align: bottom;
	position: relative !important;
}
.view-grouped-months td.grid .more-data
{
	display: block;
	bottom: 0;
	padding: 1px;
	font-size: 9px;
	line-height: 7px;
	margin: 0;
	box-shadow: 0 0 2px #5a5a5a;
	cursor: pointer;
	text-align: center;
	color: #fff;
	z-index: 1;
	position: relative;
	background-color: #BA343A;
	border-radius: 2px;
}
.view-grouped-months .grid.weekend
{
	background-color: #f5f5f5;
}
.view-grouped-months .grid-header.weekend
{
	background-color: #f5f5f5;
	font-weight: normal;
}
.view-grouped-months .grid-subheader.weekend
{
	background-color: #f5f5f5;
}
.view-grouped-months .grid.today
{
	background-color: #fffeee;
}
.view-grouped-months .grid-header.today
{
	background-color: #fffeee;
	font-weight: normal;
}
.view-grouped-months .grid-subheader.today
{
	background-color: #fffeee;
}
.view-grouped-months .grid.marked
{
	background-color: #F4F6EC;
}
.view-grouped-months .grid-header.marked
{
	background-color: #F4F6EC;
}
.view-grouped-months .grid-subheader.marked
{
	background-color: #F4F6EC;
}
.view-grouped-months tr th:first-child
{
	border-left: 0 solid #EAEAEA;
}
.view-grouped-months-horizontal
{
	position: relative;
	height: 100%;
	width: 100%;
}
.view-grouped-months-horizontal > table
{
	min-width: 100%;
	empty-cells: show;
	background-color: #ffffff;
	height: 100%;
	table-layout: fixed;
	border-spacing: 0;
	border: 1px solid #EAEAEA;
	border-collapse: seperate;
}
.view-grouped-months-horizontal > table > colgroup > col:first-child
{
	width: 15%;
}
.view-grouped-months-horizontal > table tr th
{
	padding: 5px 3px;
	text-align: left;
	white-space: nowrap;
}
.view-grouped-months-horizontal > table tr th span
{
	font-size: 12px;
	text-overflow: ellipsis;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	font-weight: normal;
}
.view-grouped-months-horizontal > table tr.data th
{
	font-weight: normal;
	white-space: nowrap;
}
.view-grouped-months-horizontal table + table
{
	margin-top: 20px;
}
.view-grouped-months-horizontal tr.head > *
{
	text-align: center;
	border-bottom: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
}
.view-grouped-months-horizontal tr.head:first-child > *
{
	border-top: 0 solid #EAEAEA;
}
.view-grouped-months-horizontal tr.head > th:first-child
{
	border-left: 0 solid #EAEAEA;
}
.view-grouped-months-horizontal tr.head .scale-spacer
{
	border-left: 1px solid #777;
	border-right: 1px solid #aaa;
	opacity: 0.15;
	background-position: top right;
	background-image: url(../../images/assets/common/colorpicker_transparent.png?usn=1727186002907);
}
.view-grouped-months-horizontal tr.data-header > *
{
	border-bottom: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
	border-left: 1px dotted #EAEAEA;
}
.view-grouped-months-horizontal tr.data-header.first > *
{
	border-top: none;
}
.view-grouped-months-horizontal .grid-header
{
	position: relative;
}
.view-grouped-months-horizontal .grid-header div.appointment-bag
{
	position: absolute;
	bottom: -18px;
	left: 0;
	background-color: inherit;
	min-width: 100%;
	display: none;
	z-index: 2;
	white-space: nowrap;
}
.view-grouped-months-horizontal .grid-header:hover div.appointment-bag
{
	display: block;
}
.view-grouped-months-horizontal .grid-header div.appointment-bag > div.appointment
{
	display: inline-block;
	padding: 1px 1px 1px 1px;
}
.view-grouped-months-horizontal .grid-header div.appointment-bag > div.appointment .icon
{
	height: 15px;
	width: 15px;
	background: url(../../images/assets/calendar/appointment_inking.png?usn=1727186002907) top no-repeat;
	background-size: contain;
	margin-bottom: 1px;
}
.view-grouped-months-horizontal tr.data
{
	height: 20px;
}
.view-grouped-months-horizontal tr.data.first > *
{
	border-top: 0 solid #EAEAEA;
}
.view-grouped-months-horizontal tr.data > *
{
	border-top: 1px solid #EAEAEA;
	border-left: 1px dotted #EAEAEA;
}
.view-grouped-months-horizontal tr.data .scale-spacer
{
	border-left: 1px solid #777;
	border-right: 1px solid #aaa;
	opacity: 0.15;
	background-position: top right;
	background-image: url(../../images/assets/common/colorpicker_transparent.png?usn=1727186002907);
}
.view-grouped-months-horizontal .grid
{
	border-left: 1px solid #eaeaea;
	vertical-align: bottom;
	position: relative !important;
}
.view-grouped-months-horizontal td.grid .more-data
{
	display: block;
	bottom: 0;
	padding: 1px;
	font-size: 9px;
	line-height: 7px;
	margin: 0;
	box-shadow: 0 0 2px #5a5a5a;
	cursor: pointer;
	text-align: center;
	color: #fff;
	z-index: 1;
	position: relative;
	background-color: #BA343A;
	border-radius: 2px;
}
.view-grouped-months-horizontal .grid.weekend
{
	background-color: #f5f5f5;
}
.view-grouped-months-horizontal .grid-header.weekend
{
	background-color: #f5f5f5;
	font-weight: normal;
}
.view-grouped-months-horizontal .grid-subheader.weekend
{
	background-color: #f5f5f5;
}
.view-grouped-months-horizontal .grid.today
{
	background-color: #fffeee;
}
.view-grouped-months-horizontal .grid-header.today
{
	background-color: #fffeee;
	font-weight: normal;
}
.view-grouped-months-horizontal .grid-subheader.today
{
	background-color: #fffeee;
}
.view-grouped-months-horizontal .grid.marked
{
	background-color: #F4F6EC;
}
.view-grouped-months-horizontal .grid-header.marked
{
	background-color: #F4F6EC;
}
.view-grouped-months-horizontal .grid-subheader.marked
{
	background-color: #F4F6EC;
}
.view-grouped-months-horizontal tr th:first-child
{
	border-left: 0 solid #EAEAEA;
}
.view-year
{
	position: relative;
	height: 100%;
	width: 100%;
}
.view-year .head > table
{
	background-color: #ffffff;
	width: 100%;
	table-layout: fixed;
	empty-cells: show;
	border-spacing: 0;
	border: 1px solid #EAEAEA;
	border-collapse: seperate;
}
.view-year .head > table > thead > tr:first-child > *
{
	border-top-width: 0;
	font-size: 14px;
	font-weight: normal;
	padding: 3px;
}
.view-year .head > table > * > tr > *:first-child
{
	overflow: hidden;
	padding: 3px;
	border-left: 1px solid transparent;
}
.view-year .head > table > colgroup > col:first-child
{
	width: 35px;
}
.view-year .head > table th
{
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
}
.view-year .head > table td
{
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	overflow: hidden;
	text-align: center;
}
.view-year .head > table > tbody > tr > td:first-child
{
	text-align: center;
}
.view-year .grid-header div.appointment-bag
{
	float: right;
}
.view-year .grid-header div.appointment-bag > div.appointment
{
	float: left;
	margin-left: 1px;
}
.view-year .grid-header div.appointment-bag > div.appointment .icon
{
	height: 15px;
	width: 15px;
	background: url(../../images/assets/calendar/appointment_inking.png?usn=1727186002907) top no-repeat;
	background-size: contain;
	margin-bottom: 1px;
}
.view-year .body
{
	position: relative;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}
.view-year .body > table
{
	background-color: #ffffff;
	width: 100%;
	empty-cells: show;
	border-spacing: 0;
	border-top: none;
	border-collapse: seperate;
	table-layout: fixed;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
}
.view-year .body > table > colgroup > col:first-child
{
	width: 35px;
}
.view-year .body > table th
{
	text-align: left;
	vertical-align: middle;
	padding: 5px 3px 5px 3px;
	border-left: 1px solid transparent;
	border-top: 1px dotted #EAEAEA;
	font-weight: normal;
}
.view-year .body > table tr.data th
{
	font-weight: normal;
	white-space: nowrap;
}
.view-year .body > table tr.data th span
{
	text-overflow: ellipsis;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	font-weight: normal;
}
.view-year .body > table tr:first-child > *
{
	border-top: 0 solid #EAEAEA;
}
.view-year .grid
{
	border-top: 1px dotted #eaeaea;
	border-left: 1px solid #eaeaea;
	height: 15px;
	position: relative !important;
}
.view-year .body > table td:first-child
{
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
}
.view-year .body > table tr td:nth-of-type(1)
{
	border-left: 1px solid #EAEAEA;
}
.view-year .grid.weekend
{
	background-color: #f5f5f5;
}
.view-year .grid-header.weekend
{
	background-color: #f5f5f5;
	font-size: 14px;
	font-weight: normal;
}
.view-year .grid-subheader.weekend
{
	background-color: #f5f5f5;
}
.view-year .grid.today
{
	background-color: #fffeee;
}
.view-year .grid-header.today
{
	background-color: #fffeee;
	font-size: 14px;
	font-weight: normal;
}
.view-year .grid-subheader.today
{
	background-color: #fffeee;
}
.view-year .grid.marked
{
	background-color: #F4F6EC;
}
.view-year .grid-header.marked
{
	background-color: #F4F6EC;
}
.view-year .grid-subheader.marked
{
	background-color: #F4F6EC;
}
.view-year .body > table td .more-data
{
	display: block;
	bottom: 0;
	right: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 7px;
	margin: 0;
	cursor: pointer;
	text-align: right;
	color: #4C7686;
}
.view-year .body > table tr.early > th
{
	border-color: #EAEAEA;
	border-left-width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.view-year .body > table tr.early > td
{
	border-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.view-year .body > table tr.late > th
{
	border-color: #EAEAEA;
	border-left-width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.view-year .body > table tr.late > td
{
	border-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.Calendar_Navigator .TitleBG
{
	text-align: center !important;
	height: 24px !important;
	line-height: 24px !important;
}
.Calendar_Navigator .Title
{
	font-size: 1.8rem;
	font-weight: 600;
	color: #4C7686;
}
.Calendar_Navigator .TitlePrev_Inner
{
	width: 30px;
	background: none;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #666b6e;
	margin: 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.Calendar_Navigator .TitlePrev_Inner::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 16px;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'navigate_before';
	color: #666b6e;
}
.Calendar_Navigator .TitlePrev_Inner:hover::before
{
	color: #4C7686;
}
.Calendar_Navigator .TitleNext_Inner
{
	width: 30px;
	background: none !important;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	height: 30px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #666b6e;
	margin: 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.Calendar_Navigator .TitleNext_Inner::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 16px;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'navigate_next';
	color: #666b6e;
}
.Calendar_Navigator .TitleNext_Inner:hover::before
{
	color: #4C7686;
}
.Calendar_Navigator .HeaderHorizontalBG
{
	text-align: center;
}
.Calendar_Navigator .HeaderHorizontal
{
	font-weight: normal;
}
.Calendar_Navigator .HeaderVerticalBG
{
	vertical-align: middle;
	text-align: center;
	background-color: #858585;
	padding: 5px;
}
.Calendar_Navigator .HeaderVertical
{
	font-weight: normal;
	color: #ffffff;
}
.Calendar_Navigator .MainBG
{
	border: 1px solid #EAEAEA;
	background-color: #ffffff;
	padding: 5px;
	text-align: center;
	border-radius: 2px;
}
.Calendar_Navigator .Main
{
	font-style: normal;
	font-weight: normal;
}
.Calendar_Navigator .MainBG:hover
{
	background-color: #A3A6B4;
	color: #fff;
}
.Calendar_Navigator .MainBG_today
{
	text-align: center;
	background-color: #4C7686;
	vertical-align: middle;
	border-radius: 2px;
	border: 1px solid #EAEAEA;
}
.Calendar_Navigator .Main_today
{
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}
.Calendar_Navigator .MainBG_inked
{
	text-align: center;
	vertical-align: middle;
	background-color: #f7f7f7;
	border: 1px solid #EAEAEA;
	padding: 5px;
}
.Calendar_Navigator .Main_inked
{
	font-style: normal;
	font-weight: normal;
	color: #212121;
}
.Calendar_Navigator .MainBG_inked:hover
{
	background-color: #A3A6B4;
	color: #fff;
}
.Calendar_Navigator .Dropdown
{
	box-shadow: 0 0 20px #5a5a5a;
}
.Calendar_Navigator .Dropdown .Row
{
	background-color: #fafafa;
	cursor: pointer;
	padding: 3px;
}
.Calendar_Navigator .Dropdown .Text
{
	background-color: #fafafa;
	cursor: pointer;
}
.Calendar_Navigator .Dropdown .Row:hover
{
	background-color: #eaeaea;
	cursor: pointer;
}
.Calendar_Navigator .Dropdown .Row:hover .Text
{
	background-color: #eaeaea;
}
.Calendar_Navigator > table
{
	background-color: #FFF;
	border: 0 none;
	border-spacing: 2px;
	margin: 0;
	padding: 5px;
}
div.plugin-selector
{
	margin-top: 5px;
}
div.plugin-selector .plgRow
{
	position: relative;
	background-color: #ffffff;
	margin-bottom: 5px;
	padding: 5px 0 5px 0;
	border-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: 1px solid #EAEAEA;
}
div.plugin-selector .plgRow:hover
{
	cursor: pointer;
}
div.plugin-selector .plgRowAct
{
	cursor: pointer;
	background-color: #eaeaea;
}
div.plugin-selector .plgRow .clrFld
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
}
div.plugin-selector .plgRow input[type="checkbox"],
div.plugin-selector .plgRowAct input[type="checkbox"]
{
	position: relative;
	margin: 1px 0 0 10px;
	float: left;
}
div.plugin-selector .plgRow span.plgTitle
{
	display: inline-block;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0 0 0 3px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 60%;
}
div.plugin-selector .plgRow span.plgShowHide
{
	display: inline-block;
	float: right;
	height: 16px;
	width: 16px;
	text-indent: -9999px;
	margin: 0 5px 0 0;
	background: url(../../images/assets/calendar/view.png?usn=1727186002907) 0% 0% no-repeat transparent;
}
div.plugin-selector .plgRowHidden span.plgShowHide
{
	display: inline-block;
	float: right;
	height: 16px;
	width: 16px;
	text-indent: -9999px;
	margin: 0 5px 0 0;
	background: url(../../images/assets/calendar/view-hidden.png?usn=1727186002907) 0% 0% no-repeat transparent;
}
div.calendar-legend
{
	margin-top: 5px;
}
div.calendar-legend .legendRow
{
	position: relative;
	background-color: #ffffff;
	margin-bottom: 5px;
	padding: 5px 0 5px 0;
	border-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: 1px solid #EAEAEA;
}
div.calendar-legend .legendRow .clrBgFld
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
}
div.calendar-legend .legendRow .clrFgFld
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	width: 5px;
}
div.calendar-legend .legendRow span
{
	margin: 0;
	padding: 0 0 0 15px;
	display: inline-block;
	float: left;
	width: 75%;
}
div.calendar-legend-horizontal
{
	margin-top: 5px;
	clear: both;
}
div.calendar-legend-horizontal .legendRow
{
	position: relative;
	background-color: #ffffff;
	margin-right: 5px;
	padding: 2px 5px;
	border-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: 1px solid #EAEAEA;
	float: left;
}
div.calendar-legend-horizontal .legendRow .clrBgFld
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
}
div.calendar-legend-horizontal .legendRow .clrFgFld
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	width: 5px;
}
div.calendar-legend-horizontal .legendRow span
{
	margin: 0;
	padding: 0 0 0 15px;
	display: inline-block;
	float: left;
}
.viewswitcher_container-header
{
	margin-bottom: 30px;
	padding: 5px 0;
}
.calendar_container_left
{
	display: grid;
}
.calendar_container_right
{
	display: grid;
}
.viewswitcher_container-header_navigation-area
{
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.viewswitcher_container-header_navigation-area span
{
	display: inline-block;
	font-size: 16px;
	margin-top: -23px;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
}
.viewswitcher_container-header_navigation-area img
{
	display: inline;
}
.calendar_container_left_navigation_area
{
	text-align: center;
	margin-bottom: 15px;
}
.calendar_container_left_navigation_area span
{
	font-size: 16px;
}
.calendar_container_left_navigation_area img
{
	display: inline;
}
div.viewswitcher > ul
{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	display: inline-block;
}
div.viewswitcher > ul > li.selected
{
	background-color: #eaeaea;
}
div.viewswitcher > ul > li
{
	float: left;
	display: block;
	padding: 5px 10px;
	white-space: nowrap;
	min-width: 75px;
	text-align: center;
	margin: 0 5px 5px 0;
	background-color: #ffffff;
	border: 1px solid #EAEAEA;
	border-radius: 2px;
}
div.viewswitcher > ul > li > a
{
	color: #4F4F4B;
}
div.viewswitcher > ul > li:hover
{
	background-color: #eaeaea;
}
div.viewswitcher > ul > li:focus
{
	background-color: #eaeaea;
}
div.viewswitcher-align-right
{
	text-align: right;
	float: right;
}
div.viewswitcher-align-right > ul
{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	display: inline-block;
}
div.viewswitcher-align-right > ul > li.selected
{
	background-color: #eaeaea;
}
div.viewswitcher-align-right > ul > li:first-child
{
	border: 1px solid #EAEAEA;
}
div.viewswitcher-align-right > ul > li
{
	float: left;
	display: block;
	padding: 5px 10px;
	white-space: nowrap;
	text-align: center;
	background-color: #ffffff;
	border-left: none;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-top: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
div.viewswitcher-align-right > ul > li > a
{
	color: #4F4F4B;
}
div.viewswitcher-align-right > ul > li:hover
{
	background-color: #eaeaea;
}
div.viewswitcher-align-right > ul > li:focus
{
	background-color: #eaeaea;
}
.addon-res
{
	background: url(../../images/assets/common/settings_16x16.png?usn=1727186002907) 5px center no-repeat #f5f5f5;
	padding: 5px 0 5px 25px;
	background-color: #ffffff;
	margin-bottom: 5px;
	border-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: 1px solid #EAEAEA;
}
.addon-res-cfg
{
	padding: 10px;
}
.addon-res-cfg h1
{
	font-size: 14px;
}
.addon-res-cfg div.search
{
	margin: 5px 0;
	padding: 2px 0 2px 0;
}
.addon-res-cfg .switchall[data-select="none"]
{
	background-image: url(../../images/assets/common/check-remove.png?usn=1727186002907);
}
.addon-res-cfg .switchall
{
	float: right;
	background-image: url(../../images/assets/common/check-add.png?usn=1727186002907);
	background-position: right;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}
.addon-res-cfg div.actionpanel
{
	padding: 4px 0 0 0;
}
.Text_Standard
{
	font-family: "PT Sans", Arial, sans-serif;
	font-size: 1.6rem;
}
.Text_Number
{
	text-align: right;
}
.Text_Strong
{
	font-weight: 600;
}
.Text_H1
{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	color: #212121;
}
.Text_H2
{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	color: #212121;
}
.Text_H3
{
	font-size: 16px;
	font-size: 1.6rem;
	color: #212121;
}
.Text_H4
{
	font-size: 16px;
	font-size: 1.6rem;
	color: #212121;
}
.Text_H5
{
	font-size: 16px;
	font-size: 1.6rem;
	color: #212121;
}
.Text_H6
{
	font-size: 16px;
	font-size: 1.6rem;
	color: #212121;
}
.Text_Label
{
	color: #333;
}
.Text_Help
{
	font-style: italic;
}
.Text_Help:hover
{
	cursor: help;
}
.Text_Comment
{
	font-style: italic;
}
.Content_H1
{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #4C7686;
}
.Longtext_Standard
{
	white-space: pre-wrap;
	overflow-wrap: break-word;
}
.Text_Ellipsis
{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.Text_Underline
{
	text-decoration: underline !important;
}
.Text_Center
{
	text-align: center !important;
}
.Text_Hover_Underline
{
	text-decoration: none;
}
.Text_Hover_Underline:hover
{
	text-decoration: underline;
}
.Text_Small
{
	font-size: smaller;
}
.Separator_Standard
{
	height: 1px;
	background-color: #d9d9d9;
	color: #d9d9d9;
	border: 0;
}
.Editfield_Standard
{
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	box-sizing: border-box;
	color: #2C3E50;
	background-color: #FFF;
	height: 3.5rem;
	padding: 0.5rem;
	font-size: 1.4rem;
	font-family: 'PT Sans', Arial, sans-serif;
	-webkit-appearance: none;
}
.Editfield_Standard:hover
{
	border: 0.1rem solid #c5ced3;
}
.Editfield_Standard:focus
{
	background-color: #fff;
	outline: 0.2rem solid #008ae6;
	outline-offset: -0.2rem;
	border: 0.1rem solid transparent;
	-webkit-transition: outline-color 0.2s ease-in-out;
	-o-transition: outline-color 0.2s ease-in-out;
	transition: outline-color 0.2s ease-in-out;
}
.Editfield_Number
{
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	box-sizing: border-box;
	color: #2C3E50;
	background-color: #FFF;
	height: 3.5rem;
	padding: 0.5rem;
	font-size: 1.4rem;
	font-family: 'PT Sans', Arial, sans-serif;
	-webkit-appearance: none;
}
.Editfield_Number:hover
{
	border: 0.1rem solid #c5ced3;
}
.Editfield_Number:focus
{
	background-color: #fff;
	outline: 0.2rem solid #008ae6;
	outline-offset: -0.2rem;
	border: 0.1rem solid transparent;
	-webkit-transition: outline-color 0.2s ease-in-out;
	-o-transition: outline-color 0.2s ease-in-out;
	transition: outline-color 0.2s ease-in-out;
}
.Editfield_Date
{
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	box-sizing: border-box;
	color: #2C3E50;
	background-color: #FFF;
	height: 3.5rem;
	padding: 0.5rem;
	font-size: 1.4rem;
	font-family: 'PT Sans', Arial, sans-serif;
	-webkit-appearance: none;
}
.Editfield_Date:hover
{
	border: 0.1rem solid #c5ced3;
}
.Editfield_Date:focus
{
	background-color: #fff;
	outline: 0.2rem solid #008ae6;
	outline-offset: -0.2rem;
	border: 0.1rem solid transparent;
	-webkit-transition: outline-color 0.2s ease-in-out;
	-o-transition: outline-color 0.2s ease-in-out;
	transition: outline-color 0.2s ease-in-out;
}
.Editfield_Email
{
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	box-sizing: border-box;
	color: #2C3E50;
	background-color: #FFF;
	height: 3.5rem;
	padding: 0.5rem;
	font-size: 1.4rem;
	font-family: 'PT Sans', Arial, sans-serif;
	-webkit-appearance: none;
}
.Editfield_Email:hover
{
	border: 0.1rem solid #c5ced3;
}
.Editfield_Email:focus
{
	background-color: #fff;
	outline: 0.2rem solid #008ae6;
	outline-offset: -0.2rem;
	border: 0.1rem solid transparent;
	-webkit-transition: outline-color 0.2s ease-in-out;
	-o-transition: outline-color 0.2s ease-in-out;
	transition: outline-color 0.2s ease-in-out;
}
.Editfield_Link
{
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	box-sizing: border-box;
	color: #2C3E50;
	height: 3.5rem;
	padding: 0.5rem;
	font-size: 1.4rem;
	font-family: 'PT Sans', Arial, sans-serif;
	-webkit-appearance: none;
}
.Editfield_Link:hover
{
	border: 0.1rem solid #c5ced3;
}
.Editfield_Link:focus
{
	background-color: #fff;
	outline: 0.2rem solid #008ae6;
	outline-offset: -0.2rem;
	border: 0.1rem solid transparent;
	-webkit-transition: outline-color 0.2s ease-in-out;
	-o-transition: outline-color 0.2s ease-in-out;
	transition: outline-color 0.2s ease-in-out;
}
.Editfield_Search
{
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	box-sizing: border-box;
	color: #2C3E50;
	background-color: #FFF;
	height: 3.5rem;
	padding: 0.5rem;
	font-size: 1.4rem;
	font-family: 'PT Sans', Arial, sans-serif;
	-webkit-appearance: none;
}
.Editfield_Search:focus,
.Editfield_Search:hover,
.Editfield_Search_selected
{
	background-color: #f7f7f7;
}
.Editfield_Filter
{
	border: none;
	background: transparent;
	box-sizing: border-box;
	color: #2C3E50;
	height: 3.5rem;
	padding: 0.5rem;
	margin: 0;
	font-size: 1.4rem;
	font-family: 'PT Sans', Arial, sans-serif;
	-webkit-appearance: none;
}
.Editfield_Filter:focus
{
	outline: 0.2rem solid #008ae6;
	outline-offset: -0.2rem;
	-webkit-transition: outline-color 0.2s ease-in-out;
	-o-transition: outline-color 0.2s ease-in-out;
	transition: outline-color 0.2s ease-in-out;
}
.Textarea_Standard
{
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	box-sizing: border-box;
	color: #2C3E50;
	background-color: #FFF;
	min-height: 100px;
	padding: 0.5rem;
	font-size: 1.4rem;
	font-family: 'PT Sans', Arial, sans-serif;
}
.Textarea_Standard:hover
{
	border: 0.1rem solid #c5ced3;
}
.Textarea_Standard:focus
{
	background-color: #fff;
	outline: 0.2rem solid #008ae6;
	outline-offset: -2px;
	border: 0.1rem solid transparent;
	-webkit-transition: outline-color 0.2s ease-in-out;
	-o-transition: outline-color 0.2s ease-in-out;
	transition: outline-color 0.2s ease-in-out;
}
.Listbox_Standard
{
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	box-sizing: border-box;
	color: #2C3E50;
	background-color: #FFF;
	min-height: 3.5rem;
	padding: 0.5rem;
	font-size: 1.4rem;
	font-family: 'PT Sans', Arial, sans-serif;
}
.Listbox_Standard:hover
{
	border: 0.1rem solid #c5ced3;
}
.Listbox_Standard:focus
{
	background-color: #fff;
	outline: 0.2rem solid #008ae6;
	outline-offset: -2px;
	border: 0.1rem solid transparent;
	-webkit-transition: outline-color 0.2s ease-in-out;
	-o-transition: outline-color 0.2s ease-in-out;
	transition: outline-color 0.2s ease-in-out;
}
.Dropdown_Standard
{
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	box-sizing: border-box;
	color: #2C3E50;
	background-color: #FFF;
	height: 3.5rem;
	padding: 0.5rem;
	font-size: 1.4rem;
	font-family: 'PT Sans', Arial, sans-serif;
}
.Dropdown_Standard option
{
	color: #2c3e50;
	min-height: 35px;
	padding: 5px;
	font-size: 14px;
	font-family: 'PT Sans', Arial, sans-serif;
}
.Dropdown_Standard option:first-child
{
	border-top: 1px solid #BA343A;
}
.Dropdown_Standard:hover
{
	border: 0.1rem solid #c5ced3;
	cursor: pointer;
}
.Dropdown_Standard:focus
{
	background-color: #fff;
	outline: 0.2rem solid #008ae6;
	outline-offset: -2px;
	border: 0.1rem solid transparent;
	-webkit-transition: outline-color 0.2s ease-in-out;
	-o-transition: outline-color 0.2s ease-in-out;
	transition: outline-color 0.2s ease-in-out;
}
.Listbox_Extended
{
	background-color: #FFF;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
}
.Listbox_Extended > ul
{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.Listbox_Extended > ul > li.data
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	background-color: #f7f7f7;
	color: #2c3e50;
	padding: 0.5rem;
	margin: 0.2rem 0.3rem;
	-webkit-appearance: none;
	list-style-type: none;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.Listbox_Extended > ul > li.data:focus
{
	background-color: #4c7686;
	outline: 0.2rem solid #008ae6;
	outline-offset: -2px;
	-webkit-transition: outline-color 0.2s ease-in-out;
	-o-transition: outline-color 0.2s ease-in-out;
	transition: outline-color 0.2s ease-in-out;
}
.Listbox_Extended > ul > li.data:hover
{
	background-color: #4c7686;
	color: #FFF;
}
.Listbox_Extended > ul > li.data:active
{
	background-color: #4c7686;
	color: #FFF;
}
.Listbox_Extended > ul > li.data[data-selected="selected"]
{
	background-color: #4c7686;
	color: #FFF;
}
.Listbox_Extended > ul > li.data[data-selected="selected"]::after
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 14px;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	padding-left: 0.5rem;
}
.Listbox_Extended_Vertical
{
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
	min-height: 20rem;
	padding: 0;
	margin: 0;
}
.Listbox_Extended_Vertical > ul
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;
	padding: 0;
}
.Listbox_Extended_Vertical > ul > li.header
{
	list-style-type: none;
	padding: 0.5rem;
	font-size: 1.6rem;
}
.Listbox_Extended_Vertical > ul > li.data
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	border-bottom: 0.1rem solid #d5dce0;
	cursor: pointer;
	list-style-type: none;
	padding: 1rem;
	text-align: left;
	width: auto;
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.Listbox_Extended_Vertical > ul > li.data:focus
{
	background-color: #fff;
	outline: 0.2rem solid #008ae6;
	outline-offset: -0.2rem;
	border: 0.1rem solid transparent;
	-webkit-transition: outline-color 0.2s ease-in-out;
	-o-transition: outline-color 0.2s ease-in-out;
	transition: outline-color 0.2s ease-in-out;
}
.Listbox_Extended_Vertical > ul > li.data:hover
{
	background-color: #f7f7f7;
}
.Listbox_Extended_Vertical > ul > li.data[data-selected="selected"]
{
	background-color: #4c7686;
	color: #FFF;
}
.Listbox_Extended_Vertical > ul > li.data[data-selected="selected"]:after
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 2rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	color: #FFF;
}
.Slider_Standard
{
	text-align: center;
}
.Slider_Standard label.value
{
	background-color: #FFF;
	border-radius: 0.3rem;
	margin: 0;
	padding: 0.5rem 1rem;
	position: relative;
	top: -0.1rem;
	border: 0.1rem solid #d5dce0;
}
.Slider_Standard label.firstValue
{
	float: left;
}
.Slider_Standard label.lastValue
{
	float: right;
}
.Slider_Standard input[type="range"]
{
	height: 3rem;
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-appearance: none;
	background: transparent;
}
.Slider_Standard input[type="range"]:focus
{
	outline: none;
}
.Slider_Standard input[type="range"]:focus::-webkit-slider-runnable-track
{
	background: #dcdcdc;
}
.Slider_Standard input[type="range"]:focus::-ms-fill-lower
{
	background: #808080;
	border-color: transparent;
}
.Slider_Standard input[type="range"]:focus::-ms-fill-upper
{
	background: #dcdcdc;
	border-color: transparent;
}
.Slider_Standard input[type="range"]::-webkit-slider-runnable-track
{
	height: 5px;
	cursor: pointer;
	background: #dcdcdc;
}
.Slider_Standard input[type="range"]::-webkit-slider-thumb
{
	box-shadow: 0 0 2px #333333;
	border: 2px solid #FFFFFF;
	height: 18px;
	width: 18px;
	border-radius: 20px;
	background: #808080;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -7px;
}
.Slider_Standard input[type="range"]::-moz-range-track
{
	width: 100%;
	height: 5px;
	cursor: pointer;
	background: #dcdcdc;
}
.Slider_Standard input[type="range"]::-moz-range-thumb
{
	box-shadow: 0 0 2px #333333;
	border: 2px solid #FFFFFF;
	height: 15px;
	width: 15px;
	border-radius: 19px;
	background: #808080;
	cursor: pointer;
}
.Slider_Standard input[type="range"]::-ms-thumb
{
	box-shadow: 0 0 2px #333333;
	border: 2px solid #FFFFFF;
	height: 15px;
	width: 15px;
	border-radius: 20px;
	background: #808080;
	cursor: pointer;
}
.Slider_Standard input[type="range"]::-ms-track
{
	width: 100%;
	height: 4px;
	cursor: pointer;
	background: #dcdcdc;
	border-color: transparent;
	color: transparent;
}
.Slider_Standard input[type="range"]::-ms-fill-lower
{
	background: #808080;
	border-color: transparent;
}
.Slider_Standard input[type="range"]::-ms-fill-upper
{
	background: #dcdcdc;
	border-color: transparent;
}
.Slider_Standard datalist
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 0.7rem;
	overflow: hidden;
	margin-top: -0.5rem;
}
.Slider_Standard datalist option::before
{
	content: '';
	display: block;
	width: 0;
	border-right: 0.1rem solid #808080;
	height: 0.7rem;
	padding-left: 0.5rem;
	text-indent: 0;
}
.Slider_Standard.vertical input[type="range"]
{
	transform: rotate(270deg);
}
.Listbox_Buttons ul
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
}
.Listbox_Buttons ul li
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0;
	padding: 1rem;
	max-width: 50%;
	min-height: 6rem;
	color: #383838;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	list-style-type: none;
	cursor: pointer;
	font-size: 1.8rem;
	font-weight: 600;
	border-right: 0.1rem solid #d5dce0;
	-webkit-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}
.Listbox_Buttons ul li[data-selected="selected"]
{
	background-color: #4c7686;
	color: #FFF;
	-webkit-box-shadow: 0 0 5px #4c7686 inset;
	-moz-box-shadow: 0 0 5px #4c7686 inset;
	box-shadow: 0 0 5px #4c7686 inset;
}
.Listbox_Buttons ul li:hover
{
	background-color: #f7f7f7;
	color: #383838;
}
.Listbox_Buttons ul li:last-child
{
	border-right: none;
}
.Listbox_Buttons.Buttons_XL ul li
{
	height: 20rem;
}
.Editfield_Color
{
	--base__border-color: #dcdcdc;
	--base__border-style: solid;
	--base__border-width: 1px;
	--base__border-color--hover: #666;
	--base__background-color: #ffffff;
	--base__background-color--hover: inherit;
	--clear__width: 15px;
	--clear__color: #666;
	--clear__background-color: #ffffff;
	--clear__content: "\ebd4";
	--toggle__width: 40px;
	--toggle__color: #666;
	--toggle__background-color: #ffffff;
	--toggle__content--color: "\ec38";
	--toggle__content--text: "\ec3d";
}
.Editfield_Color[aria-invalid="true"]
{
	border: 1px solid red;
}
.Editfield_Color input
{
	border: 0;
	-webkit-appearance: none;
}
.Editfield_Color input[type="color"]::-webkit-color-swatch-wrapper
{
	border: none;
	padding: 0;
}
.Editfield_Color input[type="color"]::-webkit-color-swatch
{
	border: none;
	padding: 0;
}
.Editfield_Color input[type="text"]::-webkit-calendar-picker-indicator
{
	display: none !important;
}
.Editfield_Color input[type="text"]::-webkit-list-button
{
	display: none !important;
}
.Container_Standard
{
	box-sizing: border-box;
}
.Container_Header
{
	border-bottom: 1px solid #e0e6e8;
	min-height: 50px;
	padding: 10px !important;
}
.Container_Subheader
{
	border-bottom: 1px solid #e0e6e8;
	border-top: 1px solid #e0e6e8;
	padding: 5px 10px !important;
}
.Container_Content
{
	padding: 5px 10px !important;
}
.Container_Footer
{
	background: #f6f8f9;
	border-top: 1px solid #e0e6e8;
}
.Container_Hidden
{
	display: none;
}
.Container_Group_Rounded_Corners
{
	background: #fff;
	border-radius: 2px;
	display: block;
	border: 0.6px solid #d5dce0;
	padding: 10px;
	margin: 2px 0;
}
.ButtonContainer_1
{
	background-color: #f5f5f5;
	height: 30px;
}
.Container_Frame
{
	border-radius: 0.3rem 0.3rem 0 0;
	background-color: #fff;
	box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.15);
}
.Container_Header_Grey
{
	background-color: #F1F2EE;
	padding: 5px;
	border-radius: 2px;
	box-sizing: border-box;
	min-height: 42px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
.Container_Footer_Grey
{
	background-color: #eaeaea;
	border-top: none;
	padding: 5px;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
}
.Container_Grey_odd
{
	background-color: #eaeaea;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	border-bottom: 1px solid #ffffff;
}
.Container_Grey_even
{
	background-color: #dcdcdc;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
}
.radiocontrolgroup
{
	border: none;
	padding: 0;
	margin: 0;
}
.radiocontrolgroup > div
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.Container_Portlet_Footer
{
	background-color: #4C7686;
	min-height: 30px;
}
.search-container > input[type="text"]
{
	width: 80%;
}
.search-container > input[type="submit"]
{
	width: 20%;
}
.Container_Standard_2nd
{
	background-color: #f5f5f5;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 3px;
}
.Container_Standard_3rd
{
	background-color: #eaeaea;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 3px;
}
.fieldset-right
{
	border: none;
	margin: 0;
	padding: 5px 10px;
	border-radius: 2px;
	background-color: #f5f5f5;
}
.fieldset-right > div
{
	margin: 10px 0 10px 0;
}
.fieldset-right > label,
.fieldset-right > div > label
{
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}
.fieldset-right > label.for-upCheckControl,
.fieldset-right > div > label.for-upCheckControl,
.fieldset-right > label.for-upRadioControl,
.fieldset-right > div > label.for-upRadioControl
{
	float: none;
	display: inline;
	width: auto;
}
.fieldset-right > fieldset,
.fieldset-right > div > fieldset
{
	margin: 0;
	padding: 0;
}
.fieldset-right .radiocontrolgroup > div
{
	clear: both;
	padding: 0;
	margin: 0;
}
.fieldset-right > label.for-upCheckControl,
.fieldset-right > div > label.for-upCheckControl
{
	float: none;
	display: inline;
	width: auto;
}
* + html .fieldset-right .file-container,
* html .fieldset-right .file-container
{
	display: inline;
	zoom: 1;
}
.fieldset-right H3
{
	padding-left: 170px;
}
.fieldset-top
{
	border: none;
	margin: 0;
	padding: 5px 10px;
	border-radius: 2px;
	background-color: #f5f5f5;
}
.fieldset-top > div
{
	margin: 10px 0 10px 0;
}
.fieldset-top > label,
.fieldset-top > div > label
{
	display: block;
	font-weight: bold;
}
.fieldset-top > label.for-upCheckControl,
.fieldset-top > div > label.for-upCheckControl,
.fieldset-top > label.for-upRadioControl,
.fieldset-top > div > label.for-upRadioControl
{
	float: none;
	display: inline;
	width: auto;
}
.fieldset-top > input:focus,
.fieldset-top > div > input:focus
{
	background-color: #eaeaea;
}
.fieldset-top > textarea:focus,
.fieldset-top > div > textarea:focus
{
	background-color: #eaeaea;
}
.fieldset-top > fieldset,
.fieldset-top > div > fieldset
{
	margin: 0;
	padding: 0;
}
.fieldset-top .radiocontrolgroup > div
{
	clear: both;
	padding: 0;
	margin: 0;
}
.fieldset-above label.for-upCheckControl
{
	float: none;
	display: inline;
	width: auto;
}
.fieldset-left
{
	border: none;
	margin: 0;
	padding: 5px 10px;
	border-radius: 2px;
	background-color: #f5f5f5;
}
.fieldset-left > div
{
	margin: 10px 0 10px 0;
}
.fieldset-left > label,
.fieldset-left > div > label
{
	width: 150px;
	display: block;
	float: left;
	text-align: left;
	padding: 0 10px 0 0;
	font-weight: bold;
}
.fieldset-left > label.for-upCheckControl,
.fieldset-left > div > label.for-upCheckControl,
.fieldset-left > label.for-upRadioControl,
.fieldset-left > div > label.for-upRadioControl
{
	float: none;
	display: inline;
	width: auto;
}
.fieldset-left > fieldset,
.fieldset-left > div > fieldset
{
	margin: 0;
	padding: 0;
}
.fieldset-left .radiocontrolgroup > div
{
	clear: both;
	padding: 0;
	margin: 0;
}
.fieldset-left > label.for-upCheckControl,
.fieldset-left > div > label.for-upCheckControl
{
	float: none;
	display: inline;
	width: auto;
}
* + html .fieldset-left .file-container,
* html .fieldset-left .file-container
{
	display: inline;
	zoom: 1;
}
div.Container_ResponsiveForm
{
	clear: both;
}
div.Container_ResponsiveForm label[data-control-type="label"]:before
{
	content: " ";
	display: block;
	clear: both;
	height: 0;
	width: 0;
	position: relative;
}
div.Container_ResponsiveForm.ix-small-label-inline [data-control-type="label"]
{
	display: none;
}
div.Container_ResponsiveForm.ix-small-label-inline input[type="text"],
div.Container_ResponsiveForm.ix-small-label-inline select,
div.Container_ResponsiveForm.ix-small-label-inline textarea,
div.Container_ResponsiveForm.ix-small-label-inline .file-container
{
	display: block;
	width: 100%;
	float: none;
}
div.Container_ResponsiveForm.ix-small-label-inline [placeholder]::-webkit-input-placeholder
{
	color: #818181;
}
div.Container_ResponsiveForm.ix-small-label-inline [placeholder]::-moz-placeholder
{
	color: #818181;
}
div.Container_ResponsiveForm.ix-small-label-inline [placeholder]:-ms-input-placeholder
{
	color: #818181;
}
div.Container_ResponsiveForm.ix-small-label-inline [placeholder]:-moz-placeholder
{
	color: #818181;
}
div.Container_ResponsiveForm.ix-small-label-top [data-control-type="label"]
{
	display: block;
	float: none;
	width: 100%;
	line-height: inherit;
	clear: both;
}
div.Container_ResponsiveForm.ix-small-label-top [data-control-type="viewcontrol"]
{
	display: block;
	float: none;
	clear: both;
	width: initial;
	max-width: 100%;
}
div.Container_ResponsiveForm.ix-small-label-top input[type="text"],
div.Container_ResponsiveForm.ix-small-label-top select,
div.Container_ResponsiveForm.ix-small-label-top textarea,
div.Container_ResponsiveForm.ix-small-label-top .file-container
{
	display: block;
	float: none;
	width: 100%;
}
div.Container_ResponsiveForm.ix-small-label-top [placeholder]::-webkit-input-placeholder
{
	color: transparent;
}
div.Container_ResponsiveForm.ix-small-label-top [placeholder]::-moz-placeholder
{
	color: transparent;
}
div.Container_ResponsiveForm.ix-small-label-top [placeholder]:-ms-input-placeholder
{
	color: transparent;
}
div.Container_ResponsiveForm.ix-small-label-top [placeholder]:-moz-placeholder
{
	color: transparent;
}
div.Container_ResponsiveForm.ix-small-label-left [data-control-type="label"]
{
	display: inline-block;
	float: left;
	width: 15%;
	text-overflow: ellipsis;
	overflow: hidden;
	clear: left;
}
div.Container_ResponsiveForm.ix-small-label-left [data-control-type="viewcontrol"]
{
	float: left;
	clear: right;
	width: 85%;
}
div.Container_ResponsiveForm.ix-small-label-left input[type="text"],
div.Container_ResponsiveForm.ix-small-label-left select,
div.Container_ResponsiveForm.ix-small-label-left textarea,
div.Container_ResponsiveForm.ix-small-label-left .file-container
{
	display: inline-block;
	float: left;
	min-width: initial;
	width: 85%;
}
div.Container_ResponsiveForm.ix-small-label-left [placeholder]::-webkit-input-placeholder
{
	color: transparent;
}
div.Container_ResponsiveForm.ix-small-label-left [placeholder]::-moz-placeholder
{
	color: transparent;
}
div.Container_ResponsiveForm.ix-small-label-left [placeholder]:-ms-input-placeholder
{
	color: transparent;
}
div.Container_ResponsiveForm.ix-small-label-left [placeholder]:-moz-placeholder
{
	color: transparent;
}
div.Container_ResponsiveForm.ix-small-label-hidden [data-control-type="label"]
{
	display: none;
}
div.Container_ResponsiveForm.ix-small-label-hidden div.ix-small-label-left[data-responsive-form-checkcontrolgroup] span
{
	display: inline-block !important;
}
div.Container_ResponsiveForm.ix-small-label-hidden [data-control-type="viewcontrol"]
{
	display: block;
	float: none;
	width: initial;
	clear: both;
	max-width: 100%;
}
div.Container_ResponsiveForm:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
div.Container_ResponsiveForm .row:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
div.Container_ResponsiveForm .inline-container
{
	display: inline-block;
	width: 100%;
	clear: left;
}
div.Container_ResponsiveForm .inline-container input,
div.Container_ResponsiveForm .inline-container a
{
	display: block !important;
	float: left;
	width: auto !important;
}
div.Container_ResponsiveForm .inline-container [data-control-type="label"]
{
	display: block !important;
	float: left;
	width: auto !important;
}
.ButtonContainer_Responsive input[type="submit"],
.ButtonContainer_Responsive input[type="button"],
.ButtonContainer_Responsive a
{
	width: 100%;
	margin: 5px 0 5px 0;
	display: inline-block;
}
.CONT_EMBEDDED
{
	padding: 10px 0 !important;
}
.CONT_EMBEDDED header.CONT_Header
{
	font-size: 20px;
	padding-left: 10px;
	text-align: left;
	box-sizing: border-box;
	white-space: nowrap;
	position: relative;
}
.CONT_EMBEDDED header.CONT_Header a.CONT_Close
{
	outline: 0;
	height: 20px;
	width: 20px;
	margin: 5px 5px 5px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
}
.CONT_EMBEDDED header.CONT_Header a.CONT_Close::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 21px;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.CONT_EMBEDDED header.CONT_Header a.CONT_Close:hover::before
{
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.TAB_MENU
{
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}
.TAB_MENU ul
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	white-space: nowrap;
	padding: 0;
	margin: 0.8rem 0 2rem 0;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	border-bottom: 0.1rem solid #dadce0;
}
.TAB_MENU li
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-attachment: scroll;
	white-space: nowrap;
	list-style: none;
	width: 100%;
	height: 4.8rem;
	border-bottom: 0.2rem solid transparent;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.TAB_MENU li a,
.TAB_MENU li a:link
{
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #848f99;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
	width: 100%;
	height: 100%;
	line-height: 5rem;
	text-align: center;
	padding: 0 2.5rem;
}
.TAB_MENU li a:focus
{
	color: #4c7686;
}
.TAB_MENU li a:hover
{
	color: #4c7686;
}
.TAB_MENU li a:active
{
	color: #4c7686;
}
.TAB_MENU li:hover
{
	border-bottom: 0.2rem solid #4c7686;
}
.TAB_MENU li:hover a,
.TAB_MENU li:hover a:link
{
	color: #4c7686;
}
.TAB_MENU .selected
{
	border-bottom: 0.2rem solid #4c7686;
}
.TAB_MENU .selected a,
.TAB_MENU .selected a:link
{
	color: #4c7686;
}
.TAB_MENU .help
{
	background: none transparent;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: bottom;
	list-style: none;
	float: right;
	text-align: center;
	white-space: nowrap;
	border-top-right-radius: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	min-width: 20px;
}
.TAB_MENU .help:hover
{
	border-top-right-radius: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	padding: 0;
}
.TAB_MENU .disabled
{
	background: rgba(255, 255, 255, 0.2);
}
.TAB_MENU .disabled a,
.TAB_MENU .disabled a:link
{
	color: #999999;
	cursor: not-allowed;
	pointer-events: none;
}
.TAB_MENU .disabled:hover
{
	cursor: not-allowed;
}
ul.TAB_MENU
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	white-space: nowrap;
	padding: 0;
	margin: 0.8rem 0 2rem 0;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	border-bottom: 0.1rem solid #dadce0;
}
.TAB_SEARCH
{
	text-align: left;
	margin: 0;
	vertical-align: bottom;
}
.TAB_SEARCH ul
{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}
.TAB_SEARCH li
{
	margin: 0;
	white-space: nowrap;
	list-style: none;
	float: left;
}
.TAB_SEARCH li a,
.TAB_SEARCH li a:link
{
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
.TAB_SEARCH li a:focus
{
	background-color: #ffffff;
	text-decoration: none;
}
.TAB_SEARCH li a:hover
{
	text-decoration: none;
	color: #4F4F4B;
}
.TAB_SEARCH .selected a,
.TAB_SEARCH .selected a:link
{
	text-decoration: none;
}
.TAB_SEARCH .help
{
	background: none transparent;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: bottom;
	list-style: none;
	float: right;
	text-align: center;
	white-space: nowrap;
}
.TAB_SEARCH .disabled a,
.TAB_SEARCH .disabled a:link
{
	text-decoration: none;
	color: #dcdcdc;
}
.TAB_MENU_VERTICAL
{
	position: relative;
	padding: 1.5rem;
	margin: 0;
}
.TAB_MENU_VERTICAL > div.row
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: self-start;
	-ms-flex-align: self-start;
	align-items: self-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.TAB_MENU_VERTICAL ul.TAB_MENU_LIST
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	margin: 0 2rem 0 0;
	padding: 0;
	min-width: 15rem;
	list-style-type: none;
}
.TAB_MENU_VERTICAL ul.TAB_MENU_LIST li
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-left: 0.2rem solid #dadce0;
	padding: 0;
	width: 100%;
	height: auto;
}
.TAB_MENU_VERTICAL ul.TAB_MENU_LIST li a,
.TAB_MENU_VERTICAL ul.TAB_MENU_LIST li a:link
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
	color: #848f99;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: 1.0;
	pointer-events: auto;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding: 1rem;
}
.TAB_MENU_VERTICAL ul.TAB_MENU_LIST li:hover
{
	border-left: 0.2rem solid #4c7686;
}
.TAB_MENU_VERTICAL ul.TAB_MENU_LIST li:hover a,
.TAB_MENU_VERTICAL ul.TAB_MENU_LIST li:hover a:link
{
	color: #4c7686;
}
.TAB_MENU_VERTICAL ul.TAB_MENU_LIST li.selected
{
	border-left: 0.2rem solid #4c7686;
	background-color: #f7f7f7;
}
.TAB_MENU_VERTICAL ul.TAB_MENU_LIST li.selected a,
.TAB_MENU_VERTICAL ul.TAB_MENU_LIST li.selected a:link
{
	color: #4c7686;
}
.TAB_MENU_VERTICAL ul.TAB_MENU_LIST li.help
{
	display: none;
}
.TAB_MENU_VERTICAL ul.TAB_MENU_LIST li.disabled
{
	background: rgba(255, 255, 255, 0.2);
}
.TAB_MENU_VERTICAL ul.TAB_MENU_LIST li.disabled a,
.TAB_MENU_VERTICAL ul.TAB_MENU_LIST li.disabled a:link
{
	color: #999;
	cursor: not-allowed;
	pointer-events: none;
}
.SHARE_TAB_MENU
{
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}
.SHARE_TAB_MENU ul
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	white-space: nowrap;
	padding: 0;
	margin: 0.8rem 0 2rem 0;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	border-bottom: 0.1rem solid #dadce0;
}
.SHARE_TAB_MENU li
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-attachment: scroll;
	white-space: nowrap;
	list-style: none;
	width: 100%;
	height: 4.8rem;
	border-bottom: 2px solid #dcdcdc;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 0;
}
.SHARE_TAB_MENU li a,
.SHARE_TAB_MENU li a:link
{
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #848f99;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
	width: 100%;
	height: 100%;
	line-height: 5rem;
	text-align: center;
	padding: 0 2.5rem;
	padding-top: 3px;
}
.SHARE_TAB_MENU li a:focus
{
	color: #333;
}
.SHARE_TAB_MENU li a:hover
{
	color: #333;
}
.SHARE_TAB_MENU li a:active
{
	color: #333;
}
.SHARE_TAB_MENU li:hover
{
	border-bottom: 2px solid #00a3c8;
}
.SHARE_TAB_MENU .selected
{
	border-bottom: 2px solid #00a3c8;
}
.SHARE_TAB_MENU .selected a,
.SHARE_TAB_MENU .selected a:link
{
	font-weight: 700;
}
.SHARE_TAB_MENU .help
{
	background: none transparent;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: bottom;
	list-style: none;
	float: right;
	text-align: center;
	white-space: nowrap;
	min-width: 2rem;
}
.SHARE_TAB_MENU .help:hover
{
	padding: 0;
}
.SHARE_TAB_MENU .disabled
{
	background: rgba(255, 255, 255, 0.2);
}
.SHARE_TAB_MENU .disabled a,
.SHARE_TAB_MENU .disabled a:link
{
	color: #424242;
	opacity: 0.5;
}
ul.SHARE_TAB_MENU
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	white-space: nowrap;
	padding: 0;
	margin: 0.8rem 0 2rem 0;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	border-bottom: 0.1rem solid #dadce0;
}
.Table_Standard
{
	border-spacing: 0;
	font-size: 1.4rem;
	width: 100%;
	border-collapse: collapse;
	max-width: 100%;
	margin-bottom: 2rem;
	background-color: #fff;
	color: #212529;
}
.Table_Standard caption
{
	padding-bottom: 0.5rem;
	font-weight: 600;
	font-size: 1.4rem;
	text-align: left;
}
.Table_Standard thead tr
{
	text-align: left;
}
.Table_Standard th
{
	display: table-cell;
	text-align: left;
	vertical-align: bottom;
	border-bottom: 0.2rem solid #dee2e6;
	padding: 1rem;
	white-space: nowrap;
}
.Table_Standard th span
{
	color: #212529;
	font-weight: 600;
}
.Table_Standard th a,
.Table_Standard th a:link
{
	color: #212529;
	background-position: center;
	background-repeat: no-repeat;
	empty-cells: show;
	text-decoration: none;
	font-weight: 600;
}
.Table_Standard th a:focus
{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.Table_Standard th a:hover
{
	text-decoration: none;
	color: #666B6E;
}
.Table_Standard th.order_asc a
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.Table_Standard th.order_asc a::after
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 1.4rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'arrow_drop_up';
	color: #4C7686;
	padding-left: 0.5rem;
}
.Table_Standard th.order_asc a:hover
{
	text-decoration: none;
}
.Table_Standard th.order_desc a
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.Table_Standard th.order_desc a::after
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 1.4rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'arrow_drop_down';
	color: #4C7686;
	padding-left: 0.5rem;
}
.Table_Standard th.order_desc a:hover
{
	text-decoration: none;
}
.Table_Standard tr.even
{
	background-color: #fff;
}
.Table_Standard tr.even:hover
{
	background-color: #EEE;
}
.Table_Standard tr.odd
{
	background-color: #f8f9fa;
}
.Table_Standard tr.odd:hover
{
	background-color: #EEE;
}
.Table_Standard > tbody > tr > td
{
	empty-cells: show;
	text-align: left;
	vertical-align: middle;
	padding: 1rem;
	border-top: 0.1rem solid #dee2e6;
	box-sizing: border-box;
}
.Table_Standard tfoot td
{
	border: none;
	padding: 0;
}
.Table_Standard tfoot td span
{
	margin-right: 1rem;
	display: inline-block;
}
.Table_Standard .footer-links a,
.Table_Standard .footer-links a:link
{
	margin-right: 1rem;
}
.Table_Standard table td,
.Table_Standard table tr
{
	border: 0;
	background-image: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
.Table_Standard .preselNav a:focus
{
	text-decoration: underline;
}
.Table_Standard .link
{
	cursor: pointer;
	color: #4C7686;
}
.Table_Standard .link:hover
{
	text-decoration: none;
	color: #4C7686;
}
.Table_Standard .email
{
	text-align: left;
}
.Table_Standard .url
{
	text-align: left;
}
.Table_Standard .numerical
{
	text-align: right;
}
.Table_Standard .currency
{
	text-align: right;
}
.Table_Standard .date span
{
	font-weight: normal;
}
.shapedtable-standard .ShapTab_Header_BG
{
	background-color: #eaeaea;
	height: 25px;
}
.shapedtable-standard .ShapTab_Header_Text
{
	font-weight: bold;
}
.shapedtable-standard th a,
.shapedtable-standard th a:link
{
	background-position: center;
	background-repeat: no-repeat;
	empty-cells: show;
	padding-right: 15px;
	font-weight: normal;
	color: #4F4F4B;
}
.shapedtable-standard th.order_asc a
{
	background-repeat: no-repeat;
	background-image: url(../../images/genesis_Gemini/tab_header_sort_up_useie6fix.png?usn=1727186002907);
	empty-cells: show;
	background-position: right;
}
.shapedtable-standard th.order_desc a
{
	background-repeat: no-repeat;
	background-image: url(../../images/genesis_Gemini/tab_header_sort_down_useie6fix.png?usn=1727186002907);
	empty-cells: show;
	background-position: right;
}
.shapedtable-standard *[data-tablerecord].link
{
	cursor: pointer;
}
div.shapedtable-standard.floating-records > .shapedtable-records > div[data-id="table-record"]
{
	display: inline-block;
}
.shapedtable-standard .ShapTab_RowOdd_BG
{
	width: 100%;
}
.shapedtable-standard .ShapTab_RowEven_BG
{
	width: 100%;
}
.shapedtable-standard .recordCreationPanel .record
{
	padding: 1rem;
	margin: 2rem 0 0 0;
	border: 0.2rem dashed #d3dade;
	border-radius: 0.3rem;
}
.shapedtable-standard .recordCreationPanel .record > .remove
{
	background-color: transparent;
	border: none;
	color: #333;
	float: right;
}
.shapedtable-standard .recordCreationPanel .record > .remove:hover
{
	cursor: pointer;
}
.shapedtable-standard .recordCreationPanel .record > .remove > span:after
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 2.1rem;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	line-height: 1;
	color: #000;
	text-shadow: 0 0.1rem 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.shapedtable-standard .recordCreationPanel .record > .remove > span:hover:after
{
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.shapedtable-forum .ShapTab_Header_BG
{
	text-align: left;
	background-color: #4F4F4B;
	height: 20px;
}
.shapedtable-forum .ShapTab_Header_Text
{
	color: #ffffff;
	font-weight: bold;
}
.shapedtable-forum th a,
.shapedtable-forum th a:link
{
	color: #ffffff;
	font-size: 12px;
	background-position: center;
	background-repeat: no-repeat;
	empty-cells: show;
	padding-right: 15px;
	font-weight: normal;
}
.shapedtable-forum th.order_asc a
{
	background-repeat: no-repeat;
	background-image: url(../../images/genesis_Gemini/tab_header_sort_up_useie6fix.png?usn=1727186002907);
	empty-cells: show;
	background-position: right;
}
.shapedtable-forum th.order_desc a
{
	background-repeat: no-repeat;
	background-image: url(../../images/genesis_Gemini/tab_header_sort_down_useie6fix.png?usn=1727186002907);
	empty-cells: show;
	background-position: right;
}
.shapedtable-forum *[data-tablerecord].link
{
	cursor: pointer;
}
div.shapedtable-forum.floating-records > .shapedtable-records > div[data-id="table-record"]
{
	display: inline-block;
}
.shapedtable-forum .ShapTab_RowOdd_BG
{
	background-color: #dcdcdc;
}
.shapedtable-forum .ShapTab_RowEven_BG
{
	background-color: #f5f5f5;
}
.shapedtable-forum .ShapTab_Col_BG
{
	background-color: #4F4F4B;
}
.shapedtable-forum .recordCreationPanel .record
{
	padding: 10px;
	margin: 20px 0 0 0;
	border-left: 3px dashed #dcdcdc;
	box-shadow: 0 0 15px #eaeaea;
}
.shapedtable-forum .recordCreationPanel .record:last-child
{
	border-bottom: 1px solid #dcdcdc;
}
.shapedtable-forum .recordCreationPanel .record > .remove
{
	background-color: transparent;
	border: none;
	color: #444444;
	float: right;
}
.shapedtable-forum .recordCreationPanel .record > .remove > span:after
{
	content: "\2715";
	font-size: 0.8em;
}
.shapedtable-ltr .ShapTab_Header_BG
{
	background-color: #eaeaea;
	height: 25px;
}
.shapedtable-ltr .ShapTab_Header_Text
{
	font-weight: bold;
}
.shapedtable-ltr th a,
.shapedtable-ltr th a:link
{
	background-position: center;
	background-repeat: no-repeat;
	empty-cells: show;
	padding-right: 15px;
	font-weight: normal;
	color: #555555;
}
.shapedtable-ltr th.order_asc a
{
	background-repeat: no-repeat;
	background-image: url(../../images/assets/controls/arrow_up.png?usn=1727186002907);
	empty-cells: show;
	background-position: right;
}
.shapedtable-ltr th.order_desc a
{
	background-repeat: no-repeat;
	background-image: url(../../images/assets/controls/arrow_down.png?usn=1727186002907);
	empty-cells: show;
	background-position: right;
}
.shapedtable-ltr *[data-tablerecord].link
{
	cursor: pointer;
}
.shapedtable-ltr .ShapTab_RowOdd_BG
{
	display: inline-block;
	width: auto;
}
.shapedtable-ltr .ShapTab_RowEven_BG
{
	display: inline-block;
	width: auto;
}
.shapedtable-ltr .recordCreationPanel .record
{
	padding: 10px;
	margin: 20px 0 0 0;
	border-left: 3px dashed #dcdcdc;
	box-shadow: 0 0 15px #eaeaea;
}
.shapedtable-ltr .recordCreationPanel .record:last-child
{
	border-bottom: 1px solid #aaaaaa;
}
.shapedtable-ltr .recordCreationPanel .record > .remove
{
	background-color: transparent;
	border: none;
	color: #444444;
	float: right;
}
.shapedtable-ltr .recordCreationPanel .record > .remove > span:after
{
	content: "\2715";
	font-size: 0.8em;
}
.shapedtable-columns-four *[data-tablerecords]
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.shapedtable-columns-four .ShapTab_Header_BG
{
	background-color: #eaeaea;
	height: 25px;
}
.shapedtable-columns-four .ShapTab_Header_Text
{
	font-weight: bold;
}
.shapedtable-columns-four th a,
.shapedtable-columns-four th a:link
{
	background-position: center;
	background-repeat: no-repeat;
	empty-cells: show;
	padding-right: 15px;
	font-weight: normal;
	color: #555555;
}
.shapedtable-columns-four th.order_asc a
{
	background-repeat: no-repeat;
	background-image: url(../../images/assets/controls/arrow_up.png?usn=1727186002907);
	empty-cells: show;
	background-position: right;
}
.shapedtable-columns-four th.order_desc a
{
	background-repeat: no-repeat;
	background-image: url(../../images/assets/controls/arrow_down.png?usn=1727186002907);
	empty-cells: show;
	background-position: right;
}
.shapedtable-columns-four *[data-tablerecord].link
{
	cursor: pointer;
}
.shapedtable-columns-four *[data-tablerecords] div[data-ix-control="record"]
{
	width: 100%;
}
.shapedtable-columns-four .recordCreationPanel .record
{
	padding: 10px;
	margin: 20px 0 0 0;
	border-left: 3px dashed #dcdcdc;
	box-shadow: 0 0 15px #eaeaea;
}
.shapedtable-columns-four .recordCreationPanel .record:last-child
{
	border-bottom: 1px solid #aaaaaa;
}
.shapedtable-columns-four .recordCreationPanel .record > .remove
{
	background-color: transparent;
	border: none;
	color: #444444;
	float: right;
}
.shapedtable-columns-four .recordCreationPanel .record > .remove > span:after
{
	content: "\2715";
	font-size: 0.8em;
}
.shapedtable-list *[data-tablerecords]
{
	margin: 0;
	padding: 0;
	width: 245px;
	clear: both;
	padding-left: 12px;
}
.shapedtable-list *[data-tablerecord]
{
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #eaeaea;
	list-style-type: none;
}
.shapedtable-list *[data-tablerecord]:last-child
{
	border-bottom: none;
}
.shapedtable-list *[data-tablerecord] div.row
{
	clear: left;
	padding: 2px 0;
}
.shapedtable-list *[data-tablerecord] div.row > span
{
	float: left;
	display: block;
}
.shapedtable-list *[data-tablerecord] div.row > div
{
	margin-left: 22%;
}
.shapedtable-list *[data-tablerecord] div.row > span:first-child
{
	float: left;
	padding-right: 2%;
}
.shapedtable-list .recordCreationPanel .record
{
	padding: 10px;
	margin: 20px 0 0 0;
	border-left: 3px dashed #dcdcdc;
	box-shadow: 0 0 15px #eaeaea;
}
.shapedtable-list .recordCreationPanel .record:last-child
{
	border-bottom: 1px solid #dcdcdc;
}
.shapedtable-list .recordCreationPanel .record > .remove
{
	background-color: transparent;
	border: none;
	color: #444444;
	float: right;
}
.shapedtable-list .recordCreationPanel .record > .remove > span:after
{
	content: "\2715";
	font-size: 0.8em;
}
.shapedtable-field-list-label *[data-tablerecords]
{
	margin: 0;
	padding: 5px;
	clear: both;
}
.shapedtable-field-list-label *[data-tablerecord]
{
	list-style-type: none;
	margin: 0;
	padding-top: 14px;
	padding-left: 10px;
	padding-bottom: 14px;
}
.shapedtable-field-list-label *[data-tablerecord]:first-child
{
	border-top: 0;
}
.shapedtable-field-list-label *[data-tablerecord]:last-child
{
	border-bottom: none;
}
.shapedtable-field-list-label *[data-tablerecord] div.row > span
{
	display: block;
	margin-left: 22%;
}
.shapedtable-field-list-label *[data-tablerecord] div.row > div
{
	margin-left: 22%;
}
.shapedtable-field-list-label *[data-tablerecord] div.row > span:first-child
{
	float: left;
	width: 20%;
	padding-right: 2%;
}
.shapedtable-field-list-label .recordCreationPanel .record
{
	padding: 10px;
	margin: 20px 0 0 0;
	border-left: 3px dashed #dcdcdc;
	box-shadow: 0 0 15px #eaeaea;
}
.shapedtable-field-list-label .recordCreationPanel .record:last-child
{
	border-bottom: 1px solid #dcdcdc;
}
.shapedtable-field-list-label .recordCreationPanel .record > .remove
{
	background-color: transparent;
	border: none;
	color: #444444;
	float: right;
}
.shapedtable-field-list-label .recordCreationPanel .record > .remove > span:after
{
	content: "\2715";
	font-size: 0.8em;
}
.shapedtable-field-list *[data-tablerecords]
{
	margin: 0;
	padding: 5px;
	clear: both;
}
.shapedtable-field-list *[data-tablerecord]
{
	list-style-type: none;
	margin: 0;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 10px;
	border-top: 1px solid #EAEAEA;
}
.shapedtable-field-list *[data-tablerecord]:first-child
{
	border-top: 0;
}
.shapedtable-field-list *[data-tablerecord]:last-child
{
	border-bottom: none;
}
.shapedtable-field-list .recordCreationPanel .record
{
	padding: 10px;
	margin: 20px 0 0 0;
	border-left: 3px dashed #dcdcdc;
	box-shadow: 0 0 15px #eaeaea;
}
.shapedtable-field-list .recordCreationPanel .record:last-child
{
	border-bottom: 1px solid #dcdcdc;
}
.shapedtable-field-list .recordCreationPanel .record > .remove
{
	background-color: transparent;
	border: none;
	color: #444444;
	float: right;
}
.shapedtable-field-list .recordCreationPanel .record > .remove > span:after
{
	content: "\2715";
	font-size: 0.8em;
}
.shapedtable-field-list-2 *[data-tablerecords]
{
	margin: 0;
	padding: 0;
	clear: both;
	background-color: #eaeaea;
}
.shapedtable-field-list-2 *[data-tablerecord]
{
	list-style-type: none;
	margin: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0;
	border-top: 1px solid #EAEAEA;
}
.shapedtable-field-list-2 *[data-tablerecord]:first-child
{
	border-top: 0;
	margin: 0;
	padding: 0;
}
.shapedtable-field-list-2 *[data-tablerecord]:last-child
{
	border-bottom: none;
}
.shapedtable-field-list-2 *[data-tablerecord] div.row > a,
.shapedtable-field-list-2 *[data-tablerecord] div.row > a:link
{
	font-size: 12px;
}
.shapedtable-field-list-2 .recordCreationPanel .record
{
	padding: 10px;
	margin: 20px 0 0 0;
	border-left: 3px dashed #dcdcdc;
	box-shadow: 0 0 15px #eaeaea;
}
.shapedtable-field-list-2 .recordCreationPanel .record:last-child
{
	border-bottom: 1px solid #dcdcdc;
}
.shapedtable-field-list-2 .recordCreationPanel .record > .remove
{
	background-color: transparent;
	border: none;
	color: #444444;
	float: right;
}
.shapedtable-field-list-2 .recordCreationPanel .record > .remove > span:after
{
	content: "\2715";
	font-size: 0.8em;
}
ul.record-list
{
	margin: 0;
	padding: 0;
	clear: both;
}
ul.record-list li
{
	padding: 5px;
	border-bottom: 1px solid #EAEAEA;
	list-style-type: none;
}
ul.record-list li:last-child
{
	border-bottom: none;
}
ul.field-list-label
{
	margin: 0;
	padding: 0;
	clear: both;
}
ul.field-list-label li
{
	list-style-type: none;
	padding: 5px;
	border-bottom: 1px solid #EAEAEA;
}
ul.field-list-label li:last-child
{
	border-bottom: none;
}
ul.field-list-label li span:first-child
{
	width: 20%;
	padding-right: 2%;
}
ul.field-list-label li span + span
{
	display: block;
	margin-left: 22%;
}
ul.field-list
{
	margin: 0;
	padding: 0;
	clear: both;
}
ul.field-list li
{
	list-style-type: none;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #EAEAEA;
}
ul.field-list li:first-child
{
	border-top: 0;
}
ul.field-list li:last-child
{
	border-bottom: none;
}
ul.field-list-2
{
	margin: 0;
	padding: 0;
	clear: both;
}
ul.field-list-2 li
{
	list-style-type: none;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #EAEAEA;
}
ul.field-list-2 li:last-child
{
	border-bottom: none;
}
ul.TreePathInfo
{
	font-size: 11px;
	background-image: url('../../images/assets/tree/pathinfo_bg.png?usn=1727186002907');
	background-repeat: repeat-x;
	height: 26px;
	line-height: 26px;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
ul.TreePathInfo li
{
	list-style-type: none;
	float: left;
	padding-left: 10px;
}
ul.TreePathInfo li:first-child
{
	background-image: url('../../images/assets/tree/pathinfo.png?usn=1727186002907');
	background-repeat: no-repeat;
	background-position: center;
}
ul.TreePathInfo li:first-child span
{
	width: 18px;
	margin-left: 9px;
	margin-top: 2px;
}
ul.TreePathInfo li:last-child span
{
	background-image: none;
	font-weight: bold;
}
ul.TreePathInfo li span
{
	height: 26px;
	display: block;
	background-image: url('../../images/assets/tree/pathinfo_separator.png?usn=1727186002907');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
}
ul.TreePathInfo2
{
	font-size: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
ul.TreePathInfo2 li
{
	float: left;
	margin: 0 0.5em 0 1em;
}
ul.TreePathInfo2 li:first-child
{
	margin: 0 0.5em 0 0;
}
ul.TreePathInfo2 li:first-child span
{
	background-image: url(../../images/assets/tree/pathinfo.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-position: center;
}
ul.TreePathInfo2 li:first-child span::before
{
	left: 0;
}
ul.TreePathInfo2 li:last-child
{
	margin: 0 0.5em 0 0.1em;
}
ul.TreePathInfo2 li:last-child span
{
	font-weight: bold;
	background: none;
}
ul.TreePathInfo2 li:last-child span:hover
{
	font-weight: bold;
	background: none;
}
ul.TreePathInfo2 li:last-child span::before
{
	content: normal;
}
ul.TreePathInfo2 li:last-child span::after
{
	content: normal;
}
ul.TreePathInfo2 li span
{
	background: #eaeaea;
	padding: 0.35em 1em;
	float: left;
	position: relative;
}
ul.TreePathInfo2 li span:hover::before
{
	border-color: #99db76 #99db76 #99db76 transparent;
}
ul.TreePathInfo2 li span::before
{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-width: 1.5em 0 1.5em 1em;
	border-style: solid;
	border-color: #eaeaea #eaeaea #eaeaea transparent;
	left: -1em;
	border-top-width: 1.5em;
	border-right-width: 0;
	border-bottom-width: 1.5em;
	border-left-width: 1em;
	border-top-color: #eaeaea;
	border-right-color: #eaeaea;
	border-bottom-color: #eaeaea;
	border-left-color: transparent;
}
ul.TreePathInfo2 li span::after
{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid #eaeaea;
	right: -1em;
}
ul.TreePathInfo_Multiline
{
	font-size: 11px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
ul.TreePathInfo_Multiline li
{
	list-style-type: none;
	height: 29px;
	line-height: 30px;
	border-bottom: 1px solid #EAEAEA;
	background-image: url('../../images/assets/tree/pathinfo_bg.png?usn=1727186002907');
	background-repeat: repeat;
}
ul.TreePathInfo_Multiline li:first-child
{
	background-image: url('../../images/assets/tree/pathinfo.png?usn=1727186002907');
	background-repeat: no-repeat;
	background-position: 10px;
	border: none;
}
ul.TreePathInfo_Multiline li span
{
	height: 26px;
	display: block;
	padding-right: 15px;
	text-decoration: none;
	padding-left: 10px;
}
ul.TreePathInfo2_Multiline
{
	font-size: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
ul.TreePathInfo2_Multiline li
{
	margin: 0 0.5em 0 0;
	padding: 10px 0 10px 0;
}
ul.TreePathInfo2_Multiline li:first-child
{
	margin: 0 0.5em 0 0;
}
ul.TreePathInfo2_Multiline li:first-child span
{
	background-image: url(../../images/assets/tree/pathinfo.png?usn=1727186002907);
	background-repeat: no-repeat;
	background-position: center;
}
ul.TreePathInfo2_Multiline li:first-child span::before
{
	left: 0;
}
ul.TreePathInfo2_Multiline li:last-child
{
	margin: 0 0.5em 0 0.1em;
}
ul.TreePathInfo2_Multiline li:last-child span:hover
{
	font-weight: bold;
}
ul.TreePathInfo2_Multiline li span
{
	background: #eaeaea;
	padding: 0.75em 1em;
	text-decoration: none;
	position: relative;
}
ul.TreePathInfo2_Multiline li span::before
{
	border-top-width: 1.5em;
	border-right-width: 0;
	border-bottom-width: 1.5em;
	border-left-width: 1em;
	border-left-color: transparent;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-width: 1.5em 0 1.5em 1em;
	border-color: #eaeaea #eaeaea #eaeaea transparent;
	left: -1em;
}
ul.TreePathInfo2_Multiline li span::after
{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid #eaeaea;
	right: -1em;
}
.SortableListboxVertical
{
	overflow: auto;
	border: 1px solid #EAEAEA;
	border-radius: 2px;
	background-color: #ffffff;
	margin: 0;
}
.SortableListboxVertical ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #EAEAEA;
}
.SortableListboxVertical ul li
{
	list-style: none;
	padding: 3px;
	text-align: left;
	margin: 0 0 1px 0;
	border-bottom: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	background-color: #ffffff;
}
.SortableListboxVertical ul li > .Content > .Title
{
	display: block;
	margin: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 98%;
	white-space: nowrap;
}
.SortableListboxVertical ul li.Selected
{
	background-color: #eaeaea;
	border-bottom: 2px solid #eaeaea;
	border-top: 2px solid #eaeaea;
}
.SortableListboxVertical ul li.Disabled
{
	opacity: 0.3;
}
.SortableListboxVertical > ul > li.moveE
{
	cursor: move;
}
.SortableListboxVertical > ul > li.moveD
{
	cursor: not-allowed;
	user-select: none;
}
.SortableGallery
{
	overflow: auto;
	border: 0;
	margin: 0;
	padding: 0;
}
.SortableGallery ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #EAEAEA;
	border: 1px solid #EAEAEA;
	border-radius: 2px;
	display: table;
}
.SortableGallery ul li
{
	list-style: none;
	float: left;
	white-space: nowrap;
	padding: 5px;
	background-color: #ffffff;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	margin-right: 1px;
}
* + html .SortableGallery ul li
{
	border: #EAEAEA;
}
.SortableGallery ul li > .Content > .Title
{
	display: block;
}
.SortableGallery ul li.Selected
{
	background-color: #eaeaea;
	border-left: 3px solid #eaeaea;
	border-right: 3px solid #eaeaea;
}
.SortableGallery ul li.Disabled
{
	opacity: 0.3;
}
.SortableGallery > ul > li.moveE
{
	cursor: move;
}
.SortableGallery > ul > li.moveD
{
	cursor: not-allowed;
	user-select: none;
}
.sortableVertical div[data-sortable-controlguid]
{
	padding: 0;
	margin: 0;
	position: relative;
}
.sortableVertical .sortitem
{
	position: relative;
	margin: 0 0 15px 0;
}
.sortableVertical .sortitem:hover .iconMin
{
	display: block;
}
.sortableVertical .sortitem:hover .iconToggle
{
	display: block;
}
.sortableVertical .sortitem .iconMin
{
	position: absolute;
	top: 2px;
	right: 7px;
	z-index: 998;
	width: 20px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	display: none;
	background: url(../../images/assets/cms/down.png?usn=1727186002907) 0% 0% no-repeat scroll transparent;
}
.sortableVertical .sortitem .iconMin:hover
{
	cursor: pointer;
}
.sortableVertical .sortitem .iconMove
{
	position: absolute;
	top: 0;
	right: 25px;
	z-index: 998;
	width: 20px;
	height: 20px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	display: none;
	background: url(../../images/assets/common/move-sortable-groups.png?usn=1727186002907) 0% 0% no-repeat scroll transparent;
}
.sortableVertical .sortitem .iconMove:hover
{
	cursor: move;
}
.sortableVertical .sortitem .iconToggle
{
	position: absolute;
	top: 5px;
	right: 7px;
	z-index: 998;
	width: 20px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	display: none;
	background: url(../../images/assets/common/size-toggle-1.png?usn=1727186002907) 0 0 no-repeat scroll transparent;
}
.sortableVertical .sortitem .iconToggle:hover
{
	cursor: pointer;
}
.sortableVertical .placeholderDragElems
{
	position: relative;
	border: 1px dashed #EAEAEA;
	margin: 20px 0 20px 0;
	background: #fafafa;
	width: 100% !important;
}
.sortableVertical div[class|="hiddenBoxOpener"]
{
	position: relative;
	display: none;
}
.sortableVertical div[class|="hiddenBoxOpener"]:hover
{
	cursor: pointer;
}
.sortableVertical .hiddenBox
{
	position: relative;
	display: none;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
}
.sortableVertical .hiddenBox .hiddenElement
{
	background: 0%;
	float: none;
	position: relative;
	overflow: hidden;
	height: 15px;
	padding: 0;
	margin: 0 0 5px 0;
	border-bottom: 1px dashed #EAEAEA;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}
.sortableVertical .hiddenBox .hiddenElement .titleMinElems
{
	padding: 0 10px 0 10px;
	margin-bottom: 5px;
}
.sortableVertical .hiddenBox .hiddenElement .titleMinElems:hover
{
	cursor: pointer;
}
.sortableVertical .hiddenElement .iconMin
{
	position: absolute;
	top: 0;
	right: 5px;
	width: 15px;
	height: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	display: none;
	background: url(../../images/assets/cms/up.png?usn=1727186002907) 0% 0% no-repeat scroll transparent;
}
.sortableVertical .hiddenElement .iconMin:hover
{
	cursor: pointer;
}
.sortableVertical .hiddenElement .iconToggle
{
	position: absolute;
	top: 5px;
	right: 7px;
	width: 20px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	display: none;
	background: url(../../images/assets/common/size-toggle-2.png?usn=1727186002907) 0 0 no-repeat scroll transparent;
}
.sortableVertical .hiddenElement:hover .iconMin
{
	display: block;
}
.sortableHorizontal
{
	display: inline-block;
}
.sortableHorizontal div[data-sortable-controlguid]
{
	padding: 0;
	margin: 0;
	position: relative;
	display: inline-block;
}
.sortableHorizontal .sortitem
{
	position: relative;
	float: left;
	margin: 0 15px 0 0;
}
.sortableHorizontal .sortitem:hover .iconMin
{
	display: block;
}
.sortableHorizontal .sortitem:hover .iconToggle
{
	display: block;
}
.sortableHorizontal .sortitem .iconMin
{
	position: absolute;
	top: 2px;
	right: 7px;
	z-index: 998;
	width: 20px;
	height: 20px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	display: none;
	background: url(../../images/assets/cms/down.png?usn=1727186002907) 0% 0% no-repeat scroll transparent;
}
.sortableHorizontal .sortitem .iconMin:hover
{
	cursor: pointer;
}
.sortableHorizontal .sortitem .iconMove
{
	position: absolute;
	top: 0;
	right: 25px;
	z-index: 998;
	width: 20px;
	height: 20px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	display: none;
	background: url(../../images/assets/common/move-sortable-groups.png?usn=1727186002907) 0% 0% no-repeat scroll transparent;
}
.sortableHorizontal .sortitem .iconMove:hover
{
	cursor: move;
}
.sortableHorizontal .sortitem .iconToggle
{
	position: absolute;
	top: 5px;
	right: 7px;
	z-index: 998;
	width: 20px;
	height: 20px;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	display: none;
	background: url(../../images/assets/common/size-toggle-1.png?usn=1727186002907) 0 0 no-repeat scroll transparent;
}
.sortableHorizontal .sortitem .iconToggle:hover
{
	cursor: pointer;
}
.sortableHorizontal .placeholderDragElems
{
	float: left;
	position: relative;
	margin: 0 20px 0 20px;
	height: auto;
	border: 1px dashed #EAEAEA;
	background: #fafafa;
}
.sortableHorizontal div[class|="hiddenBoxOpener"]
{
	position: relative;
	display: none;
}
.sortableHorizontal div[class|="hiddenBoxOpener"]:hover
{
	cursor: pointer;
}
.sortableHorizontal .hiddenBox
{
	position: relative;
	display: none;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
}
.sortableHorizontal .hiddenBox .hiddenElement
{
	background: 0%;
	float: none;
	position: relative;
	overflow: hidden;
	height: 15px;
	padding: 0;
	margin: 0 0 5px 0;
	border-bottom: 1px dashed #EAEAEA;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}
.sortableHorizontal .hiddenBox .hiddenElement .titleMinElems
{
	padding: 0 10px 0 10px;
	margin-bottom: 5px;
}
.sortableHorizontal .hiddenBox .hiddenElement .titleMinElems:hover
{
	cursor: pointer;
}
.sortableHorizontal .hiddenElement .iconMin
{
	position: absolute;
	top: 0;
	right: 5px;
	width: 15px;
	height: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	display: none;
	background: url(../../images/assets/cms/up.png?usn=1727186002907) 0% 0% no-repeat scroll transparent;
}
.sortableHorizontal .hiddenElement .iconMin:hover
{
	cursor: pointer;
}
.sortableHorizontal .hiddenElement .iconToggle
{
	position: absolute;
	top: 5px;
	right: 7px;
	width: 20px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	display: none;
	background: url(../../images/assets/common/size-toggle-2.png?usn=1727186002907) 0 0 no-repeat scroll transparent;
}
.sortableHorizontal .hiddenElement:hover .iconMin
{
	display: block;
}
.FilterInfo
{
	margin: 1rem 0;
}
.FilterInfo > label
{
	display: none;
	float: left;
	margin-left: -2px;
}
.FilterInfo ul
{
	padding: 0;
	margin: 0;
}
.FilterInfo ul li
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	list-style-type: none;
	padding: 0.5rem;
	margin-right: 0.3rem;
	margin-bottom: 0.3rem;
	background-color: #FFF;
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	position: relative;
}
.FilterInfo ul li:hover
{
	cursor: help;
}
.FilterInfo ul li > label
{
	color: #FFF;
	margin-right: 0.5rem;
	font-size: 90%;
}
.FilterInfo ul li > span
{
	color: #383838;
	font-weight: normal;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.FilterInfo ul li > a.remove,
.FilterInfo ul li > a.remove:link
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	cursor: pointer;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.FilterInfo ul li > a.remove:hover
{
	cursor: pointer;
}
.FilterInfo ul li > a.remove::before,
.FilterInfo ul li > a.remove:link::before
{
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 1.6rem;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	overflow-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
	content: 'close';
	color: #383838;
	margin: 0 0.5rem;
}
.FilterInfo ul li > a.remove:hover::before,
.FilterInfo ul li > a.remove:hover:link::before
{
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.FilterInfo ul li::before
{
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 1.6rem;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	overflow-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
	content: 'filter_alt';
	color: #383838;
	margin-right: 0.5rem;
}
.Container_CAPTCHA
{
	background-color: white;
	border: 1px solid #EAEAEA;
	border-radius: 2px;
	padding: 10px 20px 20px 0;
	width: 235px;
}
.Container_CAPTCHA > a
{
	display: block;
	float: right;
	margin-top: 15px;
	background-image: url('../../images/assets/common/reload.png?usn=1727186002907');
	width: 32px;
	height: 32px;
}
.Container_CAPTCHA > input
{
	margin: 10px 0 0 20px;
	width: 215px;
}
.TagCloud a:focus
{
	text-decoration: underline;
}
.TagCloud a:hover
{
	text-decoration: underline;
}
.MenuCloud a:focus
{
	text-decoration: underline;
}
.MenuCloud a:hover
{
	text-decoration: underline;
}
.TagContainer
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	margin: 1rem 0;
}
.TagContainer a,
.TagContainer a:link
{
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	background-color: #f7f7f7;
	color: #2c3e50;
	padding: 0.5rem;
	margin: 0.2rem 0.3rem;
	-webkit-appearance: none;
	list-style-type: none;
	cursor: pointer;
}
.TagContainer a:focus
{
	background-color: #4c7686;
	color: #FFF;
}
.TagContainer a:hover
{
	background-color: #4c7686;
	color: #FFF;
	text-decoration: none;
}
.TagContainer a:active
{
	background-color: #4c7686;
	color: #FFF;
}
.TagContainer a.selected
{
	background-color: #4c7686;
	color: #ffffff;
	text-decoration: none;
}
.TagContainer .Text_TagAdmin
{
	display: none;
}
.TagContainer .Link_TagAdmin,
.TagContainer .Link_TagAdmin:link
{
	background-image: url("../../images/assets/common/edit_in.png?usn=1727186002907");
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	width: 1.6rem;
	height: 1.6rem;
	background-color: transparent;
}
.TagContainer .Link_TagAdmin:hover
{
	background-image: url("../../images/assets/common/edit_out.png?usn=1727186002907");
}
.TagCloudAsList
{
	background-color: #ffffff;
	margin: 5px 0;
	display: inline-block;
	padding: 5px;
	min-width: 150px;
	vertical-align: middle;
	max-width: 100%;
	cursor: text;
	border: 1px solid #eaeaea;
}
.TagCloudAsList a,
.TagCloudAsList a:link
{
	background-color: #eaeaea;
	border-radius: 2px;
	display: block;
	line-height: 1;
	padding: 5px;
	white-space: nowrap;
	margin: 2px;
	color: #4F4F4B;
	cursor: pointer;
}
.TagCloudAsList a:hover
{
	background-color: #4F4F4B;
	color: #ffffff;
	text-decoration: none;
}
.TagCloudAsList a.selected
{
	background-color: #4F4F4B;
	color: #ffffff;
}
.TagList
{
	background-color: #ffffff;
	margin: 5px 0;
	display: inline-block;
	padding: 5px;
	min-width: 150px;
	vertical-align: middle;
	max-width: 100%;
	cursor: text;
	border: 1px solid #eaeaea;
}
.TagList a,
.TagList a:link
{
	background-color: #eaeaea;
	border-radius: 2px;
	display: block;
	line-height: 1;
	padding: 5px;
	white-space: nowrap;
	margin: 2px;
	color: #4F4F4B;
	cursor: pointer;
}
.TagList a:hover
{
	background-color: #4F4F4B;
	color: #ffffff;
	text-decoration: none;
}
.TagList a.selected
{
	background-color: #4F4F4B;
	color: #ffffff;
}
.TagAdministration
{
	border: 1px dashed #818181;
	border-radius: 2px;
	box-shadow: 0 0 20px #dcdcdc;
	padding: 10px;
	position: relative;
}
.TagAdministration .Text_TagAdmin
{
	display: block;
	font-size: 14px;
	padding: 0 0 5px;
}
.TagAdministration .Link_TagAdmin,
.TagAdministration .Link_TagAdmin:link
{
	background-image: url("../../images/assets/common/close_16.png?usn=1727186002907");
	position: absolute;
	top: 0;
	right: 0;
}
.TagAdministration .Link_TagAdmin:hover
{
	background-image: url("../../images/assets/common/close_16_hover.png?usn=1727186002907");
}
.TagAdministration #tagSave
{
	margin: 5px 5px 0 0;
	text-align: center;
	width: 65px;
}
.TagAdministration #tagDelete
{
	text-align: center;
	width: 65px;
}
.TagInput
{
	border: 1px solid #d5dce0;
	border-radius: 3px;
	box-sizing: border-box;
	color: #2c3e50;
	min-height: 100px;
	padding: 10px;
	background-color: #fff;
	margin: 5px 0;
	display: inline-block;
	min-width: 150px;
	vertical-align: middle;
	max-width: 100%;
	cursor: text;
}
.TagInput .MyTags
{
	display: none;
	margin: 10px 0;
}
.TagInput .MyTags::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 14px;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'tag';
	color: #4C7686;
	padding-right: 5px;
}
.TagInput input
{
	border: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	width: auto !important;
	max-width: inherit;
}
.TagInput input:focus
{
	border: none;
	box-shadow: none;
}
.TagInput .label
{
	background-color: #f6f8f9;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	padding: 10px;
	white-space: nowrap;
	margin: 2px;
	color: #4f4f4b;
	cursor: pointer;
	max-width: 100%;
}
.TagInput .label:hover
{
	background-color: #4C7686;
	color: #ffffff;
	text-decoration: none;
}
.TagInput .tag [data-role="remove"]
{
	margin-left: 3px;
	cursor: pointer;
}
.TagInput .tag [data-role="remove"]:after
{
	content: "x";
	padding: 5px;
}
.TagInput .tag [data-role="remove"]:hover
{
	background-color: #4F4F4B;
	color: #fff;
	border-radius: 50px;
}
.TagInput .tag [data-role="remove"]:hover:active
{
	background-color: #4F4F4B;
	color: #fff;
	border-radius: 50px;
}
.TagInput .AllTagsText
{
	display: block;
	margin: 10px 0;
}
.TagInput .AllTagsText::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 16px;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'tag';
	color: #4C7686;
	padding-right: 5px;
}
.TagInput .ViewAllTags
{
	display: block;
	margin: 10px 0;
}
.TagInput .ViewAllTags .label
{
	background-color: #f6f8f9;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	padding: 10px;
	white-space: nowrap;
	margin: 2px;
	color: #4f4f4b;
	cursor: pointer;
	max-width: 100%;
}
.TagInput .ViewAllTags .label:hover
{
	background-color: #4C7686;
	color: #ffffff;
	text-decoration: none;
}
.TagInput .ViewAllTags a
{
	color: #4F4F4B;
}
.multisource-search .spell
{
	margin-top: 1.6rem;
	font-size: 1.8rem;
}
.multisource-search .spell > a
{
	font-style: italic;
	font-weight: bold;
	margin-left: 0.5rem;
	cursor: pointer;
}
.multisource-search .spell > a:hover
{
	text-decoration: underline;
}
.multisource-search .search-bar .searchtabs
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}
.multisource-search .search-bar .searchtabs > li
{
	background-attachment: scroll;
	white-space: nowrap;
	list-style: none;
	min-width: 100px;
	height: 100%;
	width: 100%;
	border-bottom: 0.2rem solid transparent;
}
.multisource-search .search-bar .searchtab
{
	cursor: pointer;
	color: #848f99;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
}
.multisource-search .search-bar .searchtabs > li:hover,
.multisource-search .search-bar .searchtabs > li.selected
{
	color: #383838;
	border-bottom: 0.2rem solid #4C7686;
}
.multisource-search .search-bar .searchtabs > li:hover a:hover,
.multisource-search .search-bar .searchtabs > li.selected a:hover
{
	color: #333;
}
.multisource-search .search-bar .button-settings
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	min-width: 13rem;
}
.multisource-search .search-bar .button-settings > a
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "PT Sans", Arial, sans-serif !important;
	font-size: 1.4rem;
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	box-sizing: border-box;
	color: #383838;
	height: 3.5rem;
	padding: 0.55rem 1rem;
}
.multisource-search .search-bar .button-settings > a:hover
{
	background-color: #f7f7f7;
	color: #383838;
}
.multisource-search .search-bar .button-settings > a::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 1.8rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'settings';
	margin-right: 0.5rem;
}
.multisource-search .search-bar .button-settings > span
{
	background-image: url("../../images/genesis_Gemini/Settings.png?usn=1727186002907");
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: inline-block;
	height: 1.8rem;
	width: 1.8rem;
}
.multisource-search .search-settings
{
	padding: 1rem;
	display: none;
	overflow: visible;
	white-space: nowrap;
	transform: translate3d(0,0,0);
	position: relative;
	z-index: 1;
	border-right: 0.1rem solid #d5dce0;
	border-bottom: 0.1rem solid #d5dce0;
	border-left: 0.1rem solid #d5dce0;
}
.multisource-search .search-settings > .scroller
{
	display: inline-block;
}
.multisource-search .search-settings .parent
{
	display: inline-block;
}
.multisource-search .search-settings .setting
{
	display: inline-block;
	vertical-align: top;
	border: none;
	padding: 0;
	margin: 0;
}
.multisource-search .search-settings .setting > legend
{
	color: #818181;
	cursor: pointer;
	padding: 0;
}
.multisource-search .search-settings .setting > legend:hover
{
	color: #000;
}
.multisource-search .search-settings .setting > legend::after
{
	content: "\25BC";
	margin: 0 5px;
}
.multisource-search .search-settings .setting > div
{
	display: none;
	background: #fff;
	box-shadow: 1px 1px 3px #666;
	position: absolute;
	line-height: 17px;
	padding-top: 5px;
	border-radius: 2px;
	padding-bottom: 5px;
}
.multisource-search .search-settings .setting input[type="radio"] + label
{
	display: block;
	padding: 5px 10px 5px 0;
	cursor: pointer;
}
.multisource-search .search-settings .setting input[type="radio"] + label::before
{
	content: "";
	width: 20px;
	display: inline-block;
	padding-left: 5px;
}
.multisource-search .search-settings .setting input[type="radio"] + label:hover
{
	background-color: #f5f5f5;
}
.multisource-search .search-settings .setting input[type="radio"]:checked + label::before
{
	content: "\2713";
	font-size: 150%;
	color: #818181;
}
.multisource-search .search-settings .button-tabsettings
{
	display: inline-block;
	color: #818181;
	cursor: pointer;
	vertical-align: top;
}
.multisource-search .search-settings .button-tabsettings:hover
{
	color: #000;
}
.multisource-search .search-status
{
	margin: 2rem 0;
	overflow-wrap: break-word;
	hyphens: auto;
}
.multisource-search .multisource-body
{
	position: relative;
	max-width: 100rem;
}
.multisource-search .search-filters
{
	margin: 1rem 0 3rem 0;
}
.multisource-search .search-filters.left
{
	float: left;
}
.multisource-search .search-filters .selection
{
	margin-bottom: 1rem;
}
.multisource-search .search-filters fieldset
{
	border: none;
	margin: 0;
	padding: 0;
}
.multisource-search .search-filters fieldset fieldset .facetToggleContainer
{
	display: block;
}
.multisource-search .search-filters legend
{
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
	width: 100%;
	box-sizing: border-box;
}
.multisource-search .search-filters fieldset legend.facetopen
{
	background-image: url(../../thirdparty/icon54/svg/line/Arrows/Up2.svg?usn=1727186002907);
	background-repeat: no-repeat;
	background-position: 95%;
}
.multisource-search .search-filters fieldset legend.facetclose
{
	background-image: url(../../thirdparty/icon54/svg/line/Arrows/Down2.svg?usn=1727186002907);
	background-repeat: no-repeat;
	background-position: 95%;
}
.multisource-search .search-filters fieldset legend.facetopen:hover,
.multisource-search .search-filters fieldset legend.facetclose:hover
{
	cursor: auto;
}
.multisource-search .search-filters fieldset > fieldset legend
{
	font-size: 1.4rem;
}
.multisource-search .search-filters .filter-item
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	background-color: #f7f7f7;
	color: #2c3e50;
	padding: 0.5rem;
	margin: 0.2rem 0.3rem;
	-webkit-appearance: none;
	list-style-type: none;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.multisource-search .search-filters .filter-item:hover,
.multisource-search .search-filters .filter-item:focus
{
	background-color: #4c7686;
	color: #FFF;
}
.multisource-search .search-filters input:checked + .filter-item
{
	background-color: #4c7686;
	color: #FFF;
}
.multisource-search .search-filters input:checked + .filter-item::after
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 1.8rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	margin-left: 0.5rem;
}
.multisource-search .search-filters.left + .multisource-records
{
	margin-left: 26rem;
}
.multisource-search .search-filters.right + .multisource-records
{
	margin-right: 26rem;
}
.multisource-search .multisource-records > .record
{
	margin-bottom: 3rem;
}
.multisource-search .multisource-records > .record:last-child
{
	margin-bottom: 0;
}
.multisource-search .floating-records > .record
{
	display: inline-block;
	margin-right: 2.3rem;
}
.multisource-search .multisource-records > .record > .body
{
	overflow-wrap: break-word;
	hyphens: auto;
	margin-bottom: 0.3rem;
}
.multisource-search .multisource-records > .record > .title
{
	font-size: 1.8rem;
	font-weight: normal;
	overflow-wrap: break-word;
	hyphens: auto;
	margin-bottom: 0.5rem;
}
.multisource-search .multisource-records > .record > .title a:hover
{
	text-decoration: underline;
}
.multisource-search .multisource-records > .record .meta
{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.multisource-search .multisource-records > .record .meta > dt
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	font-style: italic;
	clear: both;
}
.multisource-search .multisource-records > .record .meta > dd
{
	display: block;
	float: left;
	margin: 0 0 0 0.5rem;
	padding: 0;
	font-style: italic;
}
.multisource-search .multisource-records > .record strong
{
	font-weight: bolder;
}
.multisource-search .multisource-records > .record > .title img
{
	margin-right: 1rem;
}
.multisource-search .multisource-records > .record > .details
{
	color: #818181;
	font-size: 1.2rem;
}
.multisource-search .multisource-records > .record.application .files
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.multisource-search .multisource-records > .record.tag > a
{
	cursor: pointer;
	border-radius: 0.3rem;
	color: #fff;
	display: inline-block;
	margin: 0 0 0.5rem 0;
	padding: 0.5rem;
	text-decoration: none;
	background: #4C7686;
}
.multisource-search .multisource-records > .record.tag > a:hover
{
	background: #AFC0B1;
}
.multisource-search .multisource-records > .record.share .feed-link
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	background-image: url("../../images/assets/share/icon.png?usn=1727186002907");
	background-repeat: no-repeat;
	background-position: center left;
	margin-top: 0.6rem;
}
.multisource-search .multisource-records > .record.share .feed-link::after
{
	display: inline-block;
	content: "Share";
	margin-left: 2rem;
}
.multisource-search .multisource-footer .showmore
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	height: auto;
}
.multisource-search .multisource-footer .showmore a
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "PT Sans", Arial, sans-serif !important;
	font-size: 1.8rem;
	border-radius: 0.3rem;
	box-sizing: border-box;
	height: 3.5rem;
	padding: 0.55rem 1rem;
}
.multisource-search .multisource-footer .showmore a:hover
{
	background-color: #f7f7f7;
}
.multisource-search .multisource-footer .showmore > a::after
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 1.8rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'more_horiz';
	margin-left: 0.5rem;
}
.multisource-search .multisource-footer
{
	margin-top: 3rem;
}
.multisource-search .multisource-footer ul
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.multisource-search .multisource-records > .record.share
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.multisource-search .multisource-records > .record.share p,
.multisource-search .multisource-records > .record.share div
{
	margin: 0;
	padding: 0;
}
.pagination
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2rem;
	margin-bottom: 2rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	border: none;
}
.pagination ul
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.pagination li
{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	border: 0.1rem solid #dadce0;
	min-width: 3rem;
	height: 3rem;
	padding: 0;
}
.pagination .page a,
.pagination .page a:link
{
	display: block;
	color: #333;
	text-decoration: none;
	width: 100%;
	height: 100%;
	font-size: 2rem;
	line-height: 3rem;
	padding: 0 0.5rem;
}
.pagination .page a:focus
{
	outline: 2px solid #008ae6;
	outline-offset: -2px;
}
.pagination .page a:hover
{
	background-color: #4C7686;
	color: #FFF;
}
.pagination .active
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #4C7686;
	color: #fff;
	font-size: 2rem;
	line-height: 3rem;
	padding: 0 0.5rem;
}
.pagination .first a,
.pagination .first a:link
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
	font-size: 0;
}
.pagination .first a:hover
{
	text-decoration: none;
	background-color: #4C7686;
	color: #FFF;
}
.pagination .first a::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 14px;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'first_page';
	color: #333;
}
.pagination .first a:hover::before
{
	color: #FFF;
}
.pagination .first-off
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0;
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}
.pagination .first-off::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 1.4rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'first_page';
	color: #e2e7e9;
}
.pagination .last a,
.pagination .last a:link
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}
.pagination .last a:hover
{
	text-decoration: none;
	background-color: #4C7686;
	color: #FFF;
}
.pagination .last a::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 14px;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'last_page';
	color: #333;
}
.pagination .last a:hover::before
{
	color: #FFF;
}
.pagination .last-off
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0;
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}
.pagination .last-off::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 1.4rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'last_page';
	color: #e2e7e9;
}
.pagination .previous a,
.pagination .previous a:link
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 0;
}
.pagination .previous a:hover
{
	text-decoration: none;
	background-color: #4C7686;
	color: #FFF;
}
.pagination .previous a::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 14px;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'keyboard_arrow_left';
	color: #333;
}
.pagination .previous a:hover::before
{
	color: #FFF;
}
.pagination .previous-off
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0;
}
.pagination .previous-off::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 1.4rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'keyboard_arrow_left';
	color: #e2e7e9;
}
.pagination .next a,
.pagination .next a:link
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 0;
}
.pagination .next a:hover
{
	text-decoration: none;
	background-color: #4C7686;
	color: #FFF;
}
.pagination .next a::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 14px;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'keyboard_arrow_right';
	color: #333;
}
.pagination .next a:hover::before
{
	color: #FFF;
}
.pagination .next-off
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0;
}
.pagination .next-off::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 1.4rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'keyboard_arrow_right';
	color: #e2e7e9;
}
.pagination .more
{
	margin-left: 0.2rem;
	margin-right: 0.2rem;
	padding: 0.3rem 0.7rem;
	text-decoration: none;
}
.pagination .showmore
{
	width: auto;
	padding: 0 0.1rem !important;
}
.pagination .showmore a,
.pagination .showmore a:link
{
	color: #4C7686;
}
.pagination li.last
{
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}
.pagination li.first
{
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}
.pagination .additional
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	clear: both;
}
.pagination .additional .pagination-totalcount
{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 3.5rem;
	padding: 0 1rem;
	margin-right: 0.5rem;
	border-radius: 0.3rem;
}
.pagination .additional select
{
	border: 0.1rem solid #d5dce0;
	border-radius: 0.4rem;
	box-sizing: border-box;
	color: #2c3e50;
	background-color: #FFF;
	height: 3.5rem;
	min-width: 6rem;
	padding: 0.5rem;
	font-size: 1.4rem;
	font-family: 'PT Sans', Arial, sans-serif;
	margin-right: 0.5rem;
}
.pagination .additional select:hover
{
	border: 0.1rem solid #c5ced3;
	cursor: pointer;
}
.pagination .additional select:focus
{
	background-color: #fff;
	outline: 0.2rem solid #008ae6;
	outline-offset: -2px;
	border: 0.1rem solid transparent;
	-webkit-transition: outline-color 0.2s ease-in-out;
	-o-transition: outline-color 0.2s ease-in-out;
	transition: outline-color 0.2s ease-in-out;
}
.pagination_small
{
	text-align: center;
	padding-top: 5px;
	clear: both;
}
.pagination_small ul
{
	padding: 0;
	margin: 0;
}
.pagination_small li
{
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 0 1px 0;
	border-radius: 100%;
}
.pagination_small .page a,
.pagination_small .page a:link
{
	display: block;
	height: 10px;
	line-height: 10px;
	font-size: 0;
	background-color: #eaeaea;
	border-radius: 100%;
}
.pagination_small .page a:focus
{
	background-color: #cccccc;
}
.pagination_small .page a:hover
{
	background-color: #cccccc;
}
.pagination_small .active
{
	background-color: #cccccc;
	height: 10px;
	line-height: 10px;
	display: inline-block;
	font-size: 0;
}
.pagination_small .first a,
.pagination_small .first a:link
{
	font-size: 0;
	background-image: url(../../thirdparty/icon54/svg/line/Arrows/Left3.svg?usn=1727186002907);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-color: transparent;
	width: 10px;
	height: 10px;
	display: block;
}
.pagination_small .first-off
{
	font-size: 0;
	background-image: url(../../thirdparty/icon54/svg/line/Arrows/Left3.svg?usn=1727186002907);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-color: transparent;
	width: 10px;
	height: 10px;
	opacity: 0.3;
}
.pagination_small .last a,
.pagination_small .last a:link
{
	font-size: 0;
	background-image: url(../../thirdparty/icon54/svg/line/Arrows/Right3.svg?usn=1727186002907);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-color: transparent;
	width: 10px;
	height: 10px;
	display: block;
}
.pagination_small .last-off
{
	font-size: 0;
	background-image: url(../../thirdparty/icon54/svg/line/Arrows/Right3.svg?usn=1727186002907);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-color: transparent;
	width: 10px;
	height: 10px;
	opacity: 0.3;
}
.pagination_small .previous a,
.pagination_small .previous a:link
{
	font-size: 0;
	background-image: url(../../thirdparty/icon54/svg/line/Arrows/Left2.svg?usn=1727186002907);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-color: transparent;
	width: 10px;
	height: 10px;
	display: block;
}
.pagination_small .previous-off
{
	font-size: 0;
	background-image: url(../../thirdparty/icon54/svg/line/Arrows/Left2.svg?usn=1727186002907);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-color: transparent;
	width: 10px;
	height: 10px;
	opacity: 0.3;
}
.pagination_small .next
{
	background-color: transparent;
}
.pagination_small .next a,
.pagination_small .next a:link
{
	font-size: 0;
	background-image: url(../../thirdparty/icon54/svg/line/Arrows/Right2.svg?usn=1727186002907);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-color: transparent;
	width: 10px;
	height: 10px;
	display: block;
}
.pagination_small .next-off
{
	font-size: 0;
	background-image: url(../../thirdparty/icon54/svg/line/Arrows/Right2.svg?usn=1727186002907);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-color: transparent;
	width: 10px;
	height: 10px;
	opacity: 0.3;
}
.pagination_small .more
{
	width: 16px;
	height: 16px;
	display: inline-block;
	text-decoration: none;
	background: transparent;
}
.pagination_small .showmore
{
	min-width: 250px;
}
.pagination_small .showmore a,
.pagination_small .showmore a:link
{
	color: #1A73E8;
}
.pagination_small .additional
{
	clear: both;
}
.pagination_small .additional .pagination-totalcount
{
	font-size: 12px;
	color: #808080;
}
.pagination_small .additional select
{
	margin-left: 5px;
	padding: 0;
	height: 25px;
	border: none;
	font-size: 12px;
}
.Popup,
.Popup body
{
	padding: 5px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	background-image: none;
	height: auto;
	width: auto;
}
.TT_POPUP
{
	max-height: 90vh !important;
	background: #fff;
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.20);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.20);
}
.TT_POPUP header.TT_Header
{
	border-bottom: 0.1rem solid #e0e6e8;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
	padding-left: 1.6rem;
	background-color: #fafafa;
	font-size: 1.6rem;
	height: 4rem;
	line-height: 4rem;
	text-align: left;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.TT_POPUP a.TT_Close
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: 0;
	height: 2.1rem;
	width: 2.1rem;
	margin: 0.5rem 0.5rem 0.5rem auto;
	z-index: 1;
}
.TT_POPUP a.TT_Close:hover
{
	text-decoration: none;
}
.TT_POPUP a.TT_Close::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 2.1rem;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	line-height: 1;
	color: #000;
	text-shadow: 0 0.1rem 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.TT_POPUP a.TT_Close:hover::before
{
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.TT_POPUP header.TT_Header + a.TT_Close
{
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	margin: auto;
}
.TT_POPUP section.TT_Content
{
	padding: 1.6rem;
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.TT_POPUP a.TT_Close ~ section.TT_Content
{
	padding: 0 1.6rem 1.6rem 1.6rem;
}
.TT_POPUP[data-modal="true"]
{
	-webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.20);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.20);
}
.TT_ADVICE
{
	background-color: #383838;
	color: #FFF;
	border-radius: 0.3rem;
	animation-name: animation-fadein;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	min-width: 45rem;
	margin: 0 1rem 1rem 0;
	padding: 1.5rem;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.TT_ADVICE header.TT_Header
{
	color: #FFF;
	font-size: 1.7rem;
	line-height: 1;
	text-align: left;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 0.5rem;
}
.TT_ADVICE a.TT_Close
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: 0;
	height: 2.1rem;
	width: 2.1rem;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	z-index: 1;
}
.TT_ADVICE a.TT_Close:hover
{
	text-decoration: none;
}
.TT_ADVICE a.TT_Close::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 2.1rem;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	line-height: 1;
	color: #FFF;
	text-shadow: 0 0.1rem 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.TT_ADVICE a.TT_Close:hover::before
{
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.TT_ADVICE section.TT_Content
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF;
}
.TT_MOUSEOVER
{
	background-color: rgba(77, 77, 77, 0.8);
	color: #FAFAFA;
	border-radius: 0.3rem;
	animation-name: animation-fadein;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.20);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.20);
}
.TT_MOUSEOVER header.TT_Header
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	min-width: 15rem;
	height: 4rem;
	padding-right: 1.6rem;
	padding-left: 1.6rem;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
	text-align: left;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.TT_MOUSEOVER header.TT_Header span.TT_Title
{
	font-size: 1.6rem;
	line-height: 1;
	color: #FAFAFA;
}
.TT_MOUSEOVER a.TT_Close
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: 0;
	height: 2.1rem;
	width: 2.1rem;
	margin: 0.5rem 0.5rem 0.5rem auto;
	z-index: 1;
}
.TT_MOUSEOVER a.TT_Close:hover
{
	text-decoration: none;
}
.TT_MOUSEOVER header.TT_Header + a.TT_Close
{
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	margin: auto;
}
.TT_MOUSEOVER a.TT_Close::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 2.1rem;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	line-height: 1;
	color: #FFF;
	text-shadow: 0 0.1rem 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.TT_MOUSEOVER a.TT_Close:hover::before
{
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.TT_MOUSEOVER header.TT_Header::after
{
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	bottom: 0;
	height: 0.1rem;
	width: 90%;
	border-bottom: 0.1rem solid #FAFAFA;
}
.TT_MOUSEOVER section.TT_Content
{
	padding: 0 1.6rem 1.6rem 1.6rem;
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #FAFAFA;
	min-width: 15rem;
}
.TT_MOUSEOVER > header ~ section.TT_Content
{
	padding: 1.6rem;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #FAFAFA;
	min-width: 15rem;
}
.TT_WARNING
{
	background-color: hsl(48 100% 67%);
	color: #212121;
	border-radius: 0.3rem;
	animation-name: animation-fadein;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	min-width: 45rem;
	margin: 0 1rem 1rem 0;
	padding: 1.5rem;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.TT_WARNING header.TT_Header
{
	color: #212121;
	font-size: 1.7rem;
	line-height: 1;
	text-align: left;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 0.5rem;
}
.TT_WARNING a.TT_Close
{
	outline: 0;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
}
.TT_WARNING a.TT_Close:hover
{
	text-decoration: none;
}
.TT_WARNING a.TT_Close::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 21px;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.TT_WARNING a.TT_Close:hover::before
{
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.TT_WARNING section.TT_Content
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #212121;
}
.TT_ERROR
{
	background-color: hsl(354 70% 54%);
	color: #FFF;
	border-radius: 0.3rem;
	animation-name: animation-fadein;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	min-width: 45rem;
	margin: 0 1rem 1rem 0;
	padding: 1.5rem;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.TT_ERROR header.TT_Header
{
	color: #FFF;
	font-size: 1.7rem;
	line-height: 1;
	text-align: left;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 0.5rem;
}
.TT_ERROR a.TT_Close
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: 0;
	height: 2.1rem;
	width: 2.1rem;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	z-index: 1;
}
.TT_ERROR a.TT_Close:hover
{
	text-decoration: none;
}
.TT_ERROR a.TT_Close::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 2.1rem;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	line-height: 1;
	color: #FFF;
	text-shadow: 0 0.1rem 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.TT_ERROR a.TT_Close:hover::before
{
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.TT_ERROR section.TT_Content
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF;
}
.TT_ERROR section.TT_Content a
{
	color: #FFF;
	text-decoration: underline;
}
.TT_MODAL
{
	max-height: 90vh !important;
	background: #fff;
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	-webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.TT_MODAL header.TT_Header
{
	border-bottom: 0.1rem solid #e0e6e8;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
	padding-left: 1.6rem;
	background-color: #fafafa;
	font-size: 1.6rem;
	height: 4rem;
	line-height: 4rem;
	text-align: left;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.TT_MODAL a.TT_Close
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: 0;
	height: 2.1rem;
	width: 2.1rem;
	margin: 0.5rem 0.5rem 0.5rem auto;
	z-index: 1;
}
.TT_MODAL a.TT_Close:hover
{
	text-decoration: none;
}
.TT_MODAL a.TT_Close::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 2.1rem;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	line-height: 1;
	color: #000;
	text-shadow: 0 0.1rem 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.TT_MODAL a.TT_Close:hover::before
{
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.TT_MODAL header.TT_Header + a.TT_Close
{
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	margin: auto;
}
.TT_MODAL section.TT_Content
{
	padding: 1.6rem;
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.TT_MODAL a.TT_Close ~ section.TT_Content
{
	padding: 0 1.6rem 1.6rem 1.6rem;
}
.TT_MINIMALIST
{
	animation-name: animation-fadein;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
	border: 0;
	background-color: transparent;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
}
.TT_MINIMALIST header.TT_Header
{
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.TT_MINIMALIST a.TT_Close
{
	outline: none;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: -15px;
	background-image: url(../../images/genesis_Gemini/close22.png?usn=1727186002907);
	background-repeat: no-repeat;
	z-index: 1;
}
.TT_MINIMALIST a.TT_Close:hover
{
	background-image: url(../../images/genesis_Gemini/close22_hover.png?usn=1727186002907);
}
.TT_MINIMALIST section.TT_Content
{
	padding: 0;
	margin: 0;
	background-image: none;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.TT_BLANK
{
	animation-name: animation-fadein;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
	border: 0;
	background-color: transparent;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
}
.TT_BLANK header.TT_Header
{
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.TT_BLANK a.TT_Close
{
	display: none;
	z-index: 1;
}
.TT_BLANK section.TT_Content
{
	padding: 0;
	margin: 0;
	background-image: none;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.TT_ELEMENT_ERROR
{
	animation-name: animation-fadein;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
	padding: 10px;
	margin: 1.5em 0 3em -1em;
	border: 5px solid #BA343A;
	background: #ffffff;
	border-radius: 10px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 1px 1px 2px #3a3a3a;
	white-space: normal;
}
.TT_ELEMENT_ERROR header.TT_Header
{
	padding-left: 0;
	text-align: left;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	background-image: none;
	background-color: transparent;
}
.TT_ELEMENT_ERROR a.TT_Close
{
	outline: none;
	background: url(../../images/assets/common/close_simple.gif?usn=1727186002907) no-repeat transparent;
	width: 8px;
	height: 7px;
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 1;
}
.TT_ELEMENT_ERROR a.TT_Close:hover
{
	outline: none;
}
.TT_ELEMENT_ERROR section.TT_Content
{
	padding-left: 0;
	padding-right: 1px;
	padding-top: 4px;
	text-align: left;
	font-weight: normal;
	padding-bottom: 1px;
	vertical-align: top;
	background-repeat: no-repeat;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.TT_ELEMENT_ERROR.left
{
	margin-left: 30px;
}
.TT_ELEMENT_ERROR.right
{
	margin-right: 30px;
}
.TT_ELEMENT_ERROR:before
{
	content: "";
	display: block;
	position: absolute;
	bottom: -40px;
	left: 40px;
	width: 0;
	height: 0;
	border-top-color: #BA343A;
	border-width: 20px;
	border-style: solid;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.TT_ELEMENT_ERROR:after
{
	content: "";
	display: block;
	position: absolute;
	bottom: -26px;
	left: 47px;
	width: 0;
	height: 0;
	border: 13px solid transparent;
	border-top-color: #ffffff;
}
.TT_ELEMENT_ERROR.top:before
{
	top: -40px;
	left: 20px;
	bottom: auto;
	right: auto;
	border-bottom-color: #BA343A;
	border-width: 20px;
	border-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
}
.TT_ELEMENT_ERROR.top:after
{
	top: -26px;
	left: 27px;
	bottom: auto;
	right: auto;
	border: 13px solid transparent;
	border-bottom-color: #ffffff;
}
.TT_ELEMENT_ERROR.left:before
{
	top: 10px;
	left: -30px;
	bottom: auto;
	border-style: solid;
	border-top-width: 15px;
	border-right-width: 30px;
	border-bottom-width: 15px;
	border-left-width: 0;
	border-top-color: transparent;
	border-right-color: #BA343A;
	border-bottom-color: transparent;
	border-left-color: #BA343A;
}
.TT_ELEMENT_ERROR.left:after
{
	top: 16px;
	left: -21px;
	bottom: auto;
	border-width: 9px 21px 9px 0;
	border-style: solid;
	border-color: transparent #ffffff;
}
.TT_ELEMENT_ERROR.right:before
{
	top: 10px;
	right: -30px;
	bottom: auto;
	left: auto;
	border-style: solid;
	border-top-width: 15px;
	border-right-width: 0;
	border-bottom-width: 15px;
	border-left-width: 30px;
	border-top-color: transparent;
	border-right-color: #BA343A;
	border-bottom-color: transparent;
	border-left-color: #BA343A;
}
.TT_ELEMENT_ERROR.right:after
{
	top: 16px;
	right: -21px;
	bottom: auto;
	left: auto;
	border-width: 9px 0 9px 21px;
	border-style: solid;
	border-color: transparent #ffffff;
}
* + html .TT_ELEMENT_ERROR
{
	margin: 0 !important;
}
.TT_CONFIRM_DIALOG
{
	position: fixed;
	left: 50%;
	top: 50%;
	width: 460rem;
	margin: -13rem 0 0 -23rem;
	border-radius: 0.3rem;
	animation-name: animation-fadein;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	white-space: normal;
	-webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.TT_CONFIRM_DIALOG header.TT_Header
{
	padding: 30px 0 10px 0;
	text-align: center;
}
.TT_CONFIRM_DIALOG a.TT_Close
{
	outline: none;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 5px;
	right: 1px;
	background-image: url(../../images/genesis_Gemini/close22.png?usn=1727186002907);
	background-repeat: no-repeat;
	color: transparent;
	cursor: pointer;
	z-index: 1;
}
.TT_CONFIRM_DIALOG a.TT_Close:hover
{
	background-image: url(../../images/genesis_Gemini/close22_hover.png?usn=1727186002907);
}
.TT_CONFIRM_DIALOG section.TT_Content
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
}
.TT_CONFIRM_DIALOG section.TT_Content > .DialogButtons
{
	padding: 15px 0;
	text-align: center;
}
.TT_CONFIRM_DIALOG section.TT_Content > .DialogButtons > input[type="button"]
{
	background: #fff;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #b7bfc6;
	color: #646f79;
	fill: #848f99;
	display: inline-block;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	padding: 0 9px;
	font-size: 14px;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	min-width: 100px;
	text-decoration: none;
	margin: 0 5px;
}
.TT_CONFIRM_DIALOG section.TT_Content > .DialogButtons > input[type="button"]:hover
{
	background-color: #f6f8f9;
	border-color: #646f79;
	border-style: solid;
	color: #222b37;
	fill: #222b37;
}
.TT_EXCEPTION
{
	animation-name: animation-fadein;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
	position: absolute;
	z-index: 100;
	max-width: 350px;
	background-color: #ffffff;
	box-shadow: 1px 1px 2px #3a3a3a;
	border-radius: 2px;
	border: 3px solid #BA343A;
	padding: 5px 30px 5px 5px;
	text-align: left;
	display: none;
	white-space: normal;
}
.TT_EXCEPTION .TTClose
{
	outline: none;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 5px;
	right: 1px;
	background-image: url(../../images/genesis_Gemini/close22.png?usn=1727186002907);
	background-repeat: no-repeat;
}
.TT_EMBEDDED
{
	white-space: normal;
}
.TT_EMBEDDED a.TT_Close
{
	outline: 0;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
}
.TT_EMBEDDED a.TT_Close:hover
{
	text-decoration: none;
}
.TT_EMBEDDED a.TT_Close::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 21px;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.TT_EMBEDDED a.TT_Close:hover::before
{
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.TT_EMBEDDED section.TT_Content
{
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.TT_CTRL_VALIDATION
{
	animation-name: animation-fadein;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
	box-sizing: border-box;
	white-space: normal;
}
.TT_CTRL_VALIDATION header.TT_Header
{
	font-size: 0;
	box-sizing: border-box;
}
.TT_CTRL_VALIDATION a.TT_Close
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: 0;
	height: 2.1rem;
	width: 2.1rem;
	z-index: 1;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%,-50%);
}
.TT_CTRL_VALIDATION a.TT_Close::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 2.1rem;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	line-height: 1;
	color: #000;
	text-shadow: 0 0.1rem 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.TT_CTRL_VALIDATION a.TT_Close:hover::before
{
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.TT_CTRL_VALIDATION section.TT_Content
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.5rem 4rem 1.5rem 1.5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: hsl(48 100% 67%);
	margin: 1.5rem 0.5rem;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
}
.TT_CTRL_VALIDATION section.TT_Content::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 2.1rem;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'warning_amber';
	line-height: 1;
	color: #000;
	margin-right: 0.5rem;
}
.TT_CTRL_VALIDATION:before
{
	content: "";
	display: block;
	position: absolute;
	left: 2rem;
	width: 0;
	height: 0;
	border-top-color: transparent;
	border-width: 1.5rem;
	border-style: solid;
	border-right-color: transparent;
	border-bottom-color: hsl(48 100% 67%);
	border-left-color: transparent;
	top: -1.5rem;
}
.TT_MINI
{
	max-height: 90vh !important;
	background: #fff;
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.20);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.20);
}
.TT_MINI header.TT_Header
{
	border-bottom: 0.1rem solid #e0e6e8;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
	padding-left: 1.6rem;
	background-color: #fafafa;
	font-size: 1.6rem;
	height: 4rem;
	line-height: 4rem;
	text-align: left;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.TT_MINI a.TT_Close
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: 0;
	height: 2.1rem;
	width: 2.1rem;
	margin: 0.5rem 0.5rem 0.5rem auto;
	z-index: 1;
}
.TT_MINI a.TT_Close:hover
{
	text-decoration: none;
}
.TT_MINI a.TT_Close::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 2.1rem;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	line-height: 1;
	color: #000;
	text-shadow: 0 0.1rem 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.TT_MINI a.TT_Close:hover::before
{
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.TT_MINI header.TT_Header + a.TT_Close
{
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	margin: auto;
}
.TT_MINI section.TT_Content
{
	padding: 1.6rem;
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.TT_MINI a.TT_Close ~ section.TT_Content
{
	padding: 0 1.6rem 1.6rem 1.6rem;
}
.TT_MINI[data-modal="true"]
{
	-webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.20);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.20);
}
.TT_MIDI
{
	max-height: 90vh !important;
	background: #fff;
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.20);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.20);
}
.TT_MIDI header.TT_Header
{
	border-bottom: 0.1rem solid #e0e6e8;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
	padding-left: 1.6rem;
	background-color: #fafafa;
	font-size: 1.6rem;
	height: 4rem;
	line-height: 4rem;
	text-align: left;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.TT_MIDI a.TT_Close
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: 0;
	height: 2.1rem;
	width: 2.1rem;
	margin: 0.5rem 0.5rem 0.5rem auto;
	z-index: 1;
}
.TT_MIDI a.TT_Close:hover
{
	text-decoration: none;
}
.TT_MIDI a.TT_Close::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 2.1rem;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	line-height: 1;
	color: #000;
	text-shadow: 0 0.1rem 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.TT_MIDI a.TT_Close:hover::before
{
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.TT_MIDI header.TT_Header + a.TT_Close
{
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	margin: auto;
}
.TT_MIDI section.TT_Content
{
	padding: 1.6rem;
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.TT_MIDI a.TT_Close ~ section.TT_Content
{
	padding: 0 1.6rem 1.6rem 1.6rem;
}
.TT_MIDI[data-modal="true"]
{
	-webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.20);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.20);
}
.TT_MAXI
{
	max-height: 90vh !important;
	background: #fff;
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.20);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.20);
}
.TT_MAXI header.TT_Header
{
	border-bottom: 0.1rem solid #e0e6e8;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
	padding-left: 1.6rem;
	background-color: #fafafa;
	font-size: 1.6rem;
	height: 4rem;
	line-height: 4rem;
	text-align: left;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.TT_MAXI a.TT_Close
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: 0;
	height: 2.1rem;
	width: 2.1rem;
	margin: 0.5rem 0.5rem 0.5rem auto;
	z-index: 1;
}
.TT_MAXI a.TT_Close:hover
{
	text-decoration: none;
}
.TT_MAXI a.TT_Close::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 2.1rem;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	line-height: 1;
	color: #000;
	text-shadow: 0 0.1rem 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.TT_MAXI a.TT_Close:hover::before
{
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.TT_MAXI header.TT_Header + a.TT_Close
{
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	margin: auto;
}
.TT_MAXI section.TT_Content
{
	padding: 1.6rem;
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.TT_MAXI a.TT_Close ~ section.TT_Content
{
	padding: 0 1.6rem 1.6rem 1.6rem;
}
.TT_MAXI[data-modal="true"]
{
	-webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.20);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.20);
}
.TT_SUPER
{
	max-height: 90vh !important;
	background: #fff;
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.20);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.20);
}
.TT_SUPER header.TT_Header
{
	border-bottom: 0.1rem solid #e0e6e8;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
	padding-left: 1.6rem;
	background-color: #fafafa;
	font-size: 1.6rem;
	height: 4rem;
	line-height: 4rem;
	text-align: left;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.TT_SUPER a.TT_Close
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: 0;
	height: 2.1rem;
	width: 2.1rem;
	margin: 0.5rem 0.5rem 0.5rem auto;
	z-index: 1;
}
.TT_SUPER a.TT_Close:hover
{
	text-decoration: none;
}
.TT_SUPER a.TT_Close::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 2.1rem;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	line-height: 1;
	color: #000;
	text-shadow: 0 0.1rem 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.TT_SUPER a.TT_Close:hover::before
{
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.TT_SUPER header.TT_Header + a.TT_Close
{
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	margin: auto;
}
.TT_SUPER section.TT_Content
{
	padding: 1.6rem;
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.TT_SUPER a.TT_Close ~ section.TT_Content
{
	padding: 0 1.6rem 1.6rem 1.6rem;
}
.TT_SUPER[data-modal="true"]
{
	-webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.20);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.20);
}
.TT_MEGA
{
	height: 90vh;
	background: #fff;
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.20);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.20);
}
.TT_MEGA header.TT_Header
{
	border-bottom: 0.1rem solid #e0e6e8;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
	padding-left: 1.6rem;
	background-color: #fafafa;
	font-size: 1.6rem;
	height: 4rem;
	line-height: 4rem;
	text-align: left;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.TT_MEGA a.TT_Close
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: 0;
	height: 2.1rem;
	width: 2.1rem;
	margin: 0.5rem 0.5rem 0.5rem auto;
	z-index: 1;
}
.TT_MEGA a.TT_Close:hover
{
	text-decoration: none;
}
.TT_MEGA a.TT_Close::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 2.1rem;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	line-height: 1;
	color: #000;
	text-shadow: 0 0.1rem 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.TT_MEGA a.TT_Close:hover::before
{
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.TT_MEGA section.TT_Content
{
	padding: 1.6rem;
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.TT_MEGA a.TT_Close ~ section.TT_Content
{
	padding: 0 1.6rem 1.6rem 1.6rem;
}
.TT_MEGA[data-modal="true"]
{
	-webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.20);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.20);
}
.TT_FILTER_INPUT
{
	padding: 0.6rem;
	margin: 0;
	background: rgb(250, 250, 250);
	border: 0.1rem solid #d5dce0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.TT_FILTER_INPUT header.TT_Header
{
	display: none;
}
.TT_FILTER_INPUT a.TT_Close
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: 0;
	height: 2.1rem;
	width: 2.1rem;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translate(-50%,-50%);
}
.TT_FILTER_INPUT a.TT_Close:hover
{
	text-decoration: none;
}
.TT_FILTER_INPUT a.TT_Close::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 2.1rem;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	line-height: 1;
	color: #000;
	text-shadow: 0 0.1rem 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.TT_FILTER_INPUT a.TT_Close:hover::before
{
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.TT_FILTER_INPUT section.TT_Content
{
	padding: 0 4rem 0 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.TT_FILTER_LIST
{
	max-height: 90vh !important;
	background: #fff;
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	margin: 0 !important;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.TT_FILTER_LIST header.TT_Header
{
	display: none;
	position: relative;
}
.TT_FILTER_LIST header.TT_Header span.TT_Title
{
	display: none;
}
.TT_FILTER_LIST a.TT_Close
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: 0;
	height: 2.1rem;
	width: 2.1rem;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	z-index: 1;
}
.TT_FILTER_LIST a.TT_Close:hover
{
	text-decoration: none;
}
.TT_FILTER_LIST a.TT_Close::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 2.1rem;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	line-height: 1;
	color: #000;
	text-shadow: 0 0.1rem 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.TT_FILTER_LIST a.TT_Close:hover::before
{
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.TT_FILTER_LIST section.TT_Content
{
	padding: 2rem 1rem 1rem 1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.TT_FILTER_LIST section.TT_Content select
{
	min-height: 20rem;
}
.TT_FILTER_MORE
{
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	left: initial !important;
	height: 100vh;
	width: 30rem;
	margin: 0 !important;
	background: #fafafa;
	border-left: 0.1rem solid #d5dce0;
	border-radius: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	-webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.TT_FILTER_MORE header.TT_Header
{
	border-bottom: 0.1rem solid #e0e6e8;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
	padding-left: 1.6rem;
	background-color: #fafafa;
	font-size: 1.6rem;
	height: 4rem;
	line-height: 4rem;
	text-align: left;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.TT_FILTER_MORE a.TT_Close
{
	position: absolute;
	top: 2.1rem;
	left: 6.5rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "PT Sans", Arial, sans-serif;
	font-size: 1.4rem;
	line-height: 1;
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	box-sizing: border-box;
	height: 3.5rem;
	padding: 0.55rem 1rem;
	transition: background-color 0.2s ease-out;
	outline: 0;
	z-index: 1;
}
.TT_FILTER_MORE a.TT_Close:hover
{
	background-color: #f7f7f7;
}
.TT_FILTER_MORE a.TT_Close::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 2.1rem;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	line-height: 1;
	color: #383838;
}
.TT_FILTER_MORE a.TT_Close:hover::before
{
	text-decoration: none;
	cursor: pointer;
}
.TT_FILTER_MORE section.TT_Content
{
	padding: 1.6rem;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.TT_FILTER_MORE .TT_FILTER_MORE_TOGGLE > div.row
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.TT_FILTER_MORE.TT_FILTER_MORE_HIDDEN
{
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 30rem;
	height: 15rem;
	-webkit-mask-image: -webkit-gradient(linear,left top,left bottom,from(#fafafa),to(transparent));
	-webkit-mask-image: linear-gradient(to bottom, #fafafa 0%, transparent 100%);
	mask-image: -webkit-gradient(linear,left top,left bottom,from(#fafafa),to(transparent));
	mask-image: linear-gradient(to bottom, #fafafa 0%, transparent 100%);
}
.TT_FILTER_MORE.TT_FILTER_MORE_HIDDEN section.TT_Content
{
	overflow: hidden !important;
}
.TT_FILTER_MORE.TT_FILTER_MORE_HIDDEN section.TT_Content .Text_Heading
{
	font-size: 1.8rem;
	font-weight: 500;
	color: #212121;
	margin: 1.5rem 0;
}
.TT_FILTER_MORE.TT_FILTER_MORE_HIDDEN section.TT_Content .TT_FILTER_MORE_INPUT
{
	visibility: hidden;
}
.TT_MENU_DROPDOWN
{
	max-height: 90vh !important;
	margin: 0 !important;
	background: #FFF;
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.TT_MENU_DROPDOWN header.TT_Header
{
	border-bottom: 0.1rem solid #e0e6e8;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
	padding-left: 1.6rem;
	background-color: #fafafa;
	font-size: 1.6rem;
	height: 4rem;
	line-height: 4rem;
	text-align: left;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.TT_MENU_DROPDOWN a.TT_Close
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: 0;
	height: 2.1rem;
	width: 2.1rem;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	z-index: 1;
}
.TT_MENU_DROPDOWN a.TT_Close:hover
{
	text-decoration: none;
}
.TT_MENU_DROPDOWN a.TT_Close::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 2.1rem;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	line-height: 1;
	color: #000;
	text-shadow: 0 0.1rem 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.TT_MENU_DROPDOWN a.TT_Close:hover::before
{
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.TT_MENU_DROPDOWN section.TT_Content
{
	padding: 1rem 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.TT_TOGGLE_HORIZONTAL
{
	background-color: #FFF;
	-webkit-animation-name: animation-fadein;
	animation-name: animation-fadein;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	padding: 0;
	margin: 0 !important;
}
.TT_TOGGLE_HORIZONTAL header.TT_Header
{
	display: none;
}
.TT_TOGGLE_HORIZONTAL header.TT_Header span.TT_Title
{
	display: none;
}
.TT_TOGGLE_HORIZONTAL a.TT_Close
{
	display: none;
}
.TT_TOGGLE_HORIZONTAL section.TT_Content
{
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.TT_DIALOG_CONFIRM
{
	max-height: 90vh !important;
	background: #fff;
	border: 0.1rem solid #d5dce0;
	border-radius: 0.3rem;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	-webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.TT_DIALOG_CONFIRM header.TT_Header
{
	border-bottom: 0.1rem solid #e0e6e8;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
	padding-left: 1.6rem;
	background-color: #fafafa;
	font-size: 1.6rem;
	height: 4rem;
	line-height: 4rem;
	text-align: left;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.TT_DIALOG_CONFIRM a.TT_Close
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: 0;
	height: 2.1rem;
	width: 2.1rem;
	margin: 0.5rem 0.5rem 0.5rem auto;
	z-index: 1;
}
.TT_DIALOG_CONFIRM a.TT_Close:hover
{
	text-decoration: none;
}
.TT_DIALOG_CONFIRM a.TT_Close a.TT_Close::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 2.1rem;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	line-height: 1;
	color: #000;
	text-shadow: 0 0.1rem 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.TT_DIALOG_CONFIRM a.TT_Close a.TT_Close:hover::before
{
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.TT_DIALOG_CONFIRM section.TT_Content
{
	padding: 1.6rem;
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.confirm-standard
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.3);
}
.confirm-standard #confirmBox
{
	width: 46rem;
	position: fixed;
	left: 50%;
	top: 50%;
	padding: 1.6rem;
	margin: -13rem 0 0 -23rem;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	background: #fff;
	border: 0.1rem solid #e0e6e8;
	border-radius: 0.3rem;
	-webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
	box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
.confirm-standard h1
{
	margin: 1.6rem 0 2rem 0;
	text-align: left;
	font-size: 2.4rem;
	line-height: 1;
}
.confirm-standard p
{
	text-align: left;
	font-size: 1.6rem;
	line-height: normal;
	margin: 1.6rem 0;
}
.confirm-standard #confirmButtons
{
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 2.4rem;
}
.confirm-standard .button
{
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	border-radius: 0.4rem;
	background-color: #4C7686;
	padding: 0.5rem;
	margin: 0.5rem 1.5rem 0.5rem 0.5rem;
}
.confirm-standard .button:hover
{
	background-color: #AFC0B1;
}
.confirm-standard .button.singleline
{
	width: 90%;
	margin-left: 0;
	margin-right: 0;
}
.confirm-standard .button:last-child
{
	margin-right: 0;
}
.confirm-standard #confirmButtons input[type="button"]
{
	display: inline-block;
	background: #FFF;
	border: 0.1rem solid #6c757d;
	border-radius: 0.4rem;
	color: #6c757d;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	height: 3.5rem;
	padding: 0.375rem 0.75rem;
	margin-right: 0.5rem;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 400;
	min-width: 10rem !important;
}
.confirm-standard #confirmButtons input[type="button"]:last-child
{
	margin-right: 0;
}
.confirm-standard #confirmButtons input[name="confirm-yes"]
{
	background: hsl(354 70% 54%);
	border: 0.1rem solid hsl(354 70% 54%);
	color: #FFF;
}
.confirm-standard #confirmButtons input[name="confirm-yes"]:focus
{
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.confirm-standard #confirmButtons input[name="confirm-yes"]:hover
{
	color: #FFF;
	background-color: hsl(354 70% 59%);
	border-color: hsl(354 70% 59%);
}
.confirm-standard #confirmButtons input[name="confirm-no"]
{
	background: #FFF;
	border: 0.1rem solid #6c757d;
	color: #6c757d;
}
.confirm-standard #confirmButtons input[name="confirm-no"]:focus
{
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.confirm-standard #confirmButtons input[name="confirm-no"]:hover
{
	color: #6c757d;
	background-color: #FAFAFA;
	border-color: #545b62;
}
.confirm-standard .confirmCloseButton
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: 0;
	height: 2.1rem;
	width: 2.1rem;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	z-index: 1;
	font-size: 0;
}
.confirm-standard .confirmCloseButton::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 2.1rem;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	line-height: 1;
	color: #000;
	text-shadow: 0 0.1rem 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.confirm-standard .confirmCloseButton:hover::before
{
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.confirm-standard .confirmCloseButton:hover
{
	text-decoration: none;
}
.groovyDropdown
{
	background-color: #ffffff;
	margin: 0;
	padding: 3px;
	background-image: url(../../images/assets/common/plus.gif?usn=1727186002907);
	background-position: right;
	background-repeat: no-repeat;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 1px solid #EAEAEA;
}
.groovyTree
{
	overflow: auto;
	background-color: #ffffff;
}
.groovyTree ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.groovyTree ul ul
{
	list-style: none;
	padding-left: 10px;
	display: none;
}
.groovyTree ul li
{
	list-style: none;
	white-space: nowrap;
	vertical-align: middle;
	padding: 0 0 0 2px;
	text-align: left;
	margin: 0;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}
.groovyTree ul li > .Content
{
	border: 2px dashed #ffffff;
}
.groovyTree ul li > .Content > .Title
{
	cursor: pointer;
	padding: 2px;
	margin: 0;
	vertical-align: middle;
	display: inline-block;
}
.groovyTree ul li > .Content > .Image
{
	vertical-align: middle;
	padding: 0 0 0 4px;
	border: 0;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
}
.groovyTree ul li > .Content .BranchImage_closed
{
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
	background-image: url(../../images/assets/treecontainer/menu_root_plus.gif?usn=1727186002907);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
}
.groovyTree ul li > .Content .BranchImage_opened
{
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
	background-image: url(../../images/assets/treecontainer/menu_root_minus.gif?usn=1727186002907);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
}
.groovyTree ul li > .Content .BranchImage_notExpanded
{
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
	background-image: url(../../images/assets/treecontainer/menu_root_plus.gif?usn=1727186002907);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
}
.groovyTree ul li > .Content .BranchImage_loading
{
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
	background-image: url(../../images/assets/common/loading18.gif?usn=1727186002907);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
}
.groovyTree ul li > .Content .BranchImage_empty
{
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
	background-image: url(../../images/assets/common/empty.gif?usn=1727186002907);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
}
.groovyTree ul li > .Content > .Optionspanel
{
	position: absolute;
	top: 4px;
	right: 1px;
}
.groovyTree ul li.DragOver > .Content
{
	border: 2px dashed #EAEAEA;
	border-radius: 2px;
}
.groovyTree ul li.DragOver_Top
{
	border-top: 1px solid #EAEAEA;
}
.groovyTree ul li.DragOver_Bottom
{
	border-bottom: 1px solid #EAEAEA;
}
.groovyTree ul li.Selected > .Content > .Title
{
	cursor: pointer;
	background-color: #eaeaea;
	border-radius: 2px;
}
.groovyTree ul li.SelectedParent > .Content > .Title
{
	cursor: pointer;
}
.groovyTree ul li.Disabled
{
	opacity: 0.5;
}
.groovyTree ul li.Opened > ul
{
	display: block;
}
.groovyTree ul li:first-child img
{
	width: 0;
}
.shopTree
{
	overflow: auto;
	background-color: #ffffff;
}
.shopTree ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.shopTree ul ul
{
	list-style: none;
	padding-left: 10px;
	display: none;
}
.shopTree ul li
{
	list-style: none;
	white-space: nowrap;
	vertical-align: middle;
	padding: 0 0 0 2px;
	text-align: left;
	margin: 0;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}
.shopTree ul li > .Content
{
	border: 2px dashed transparent;
}
.shopTree ul li > .Content > .Title
{
	cursor: pointer;
	padding: 2px;
	margin: 0;
	vertical-align: middle;
	display: inline-block;
}
.shopTree ul li > .Content > .Image
{
	vertical-align: middle;
	padding: 0 0 0 4px;
	border: 0;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
}
.shopTree ul li > .Content .BranchImage_closed
{
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
	background-image: url(../../images/assets/treecontainer/menu_root_plus.gif?usn=1727186002907);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
}
.shopTree ul li > .Content .BranchImage_opened
{
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
	background-image: url(../../images/assets/treecontainer/menu_root_minus.gif?usn=1727186002907);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
}
.shopTree ul li > .Content .BranchImage_notExpanded
{
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
	background-image: url(../../images/assets/treecontainer/menu_root_plus.gif?usn=1727186002907);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
}
.shopTree ul li > .Content .BranchImage_loading
{
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
	background-image: url(../../images/assets/common/loading18.gif?usn=1727186002907);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
}
.shopTree ul li > .Content .BranchImage_empty
{
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
	background-image: url(../../images/assets/common/empty.gif?usn=1727186002907);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
}
.shopTree ul li > .Content > .Optionspanel
{
	position: absolute;
	top: 4px;
	right: 1px;
}
.shopTree ul ul li > .Title
{
	font-size: 12px;
}
.shopTree ul li.DragOver > .Content
{
	border: 2px dashed #EAEAEA;
	border-radius: 2px;
}
.shopTree ul li.DragOver_Top
{
	border-top: 1px solid #EAEAEA;
}
.shopTree ul li.DragOver_Bottom
{
	border-bottom: 1px solid #EAEAEA;
}
.shopTree ul li.Selected > .Content > .Title
{
	cursor: pointer;
	background-color: #eaeaea;
	border-radius: 2px;
}
.shopTree ul li.SelectedParent > .Content > .Title
{
	cursor: pointer;
}
.shopTree ul li.Disabled
{
	opacity: 0.5;
}
.shopTree ul li.Opened > ul
{
	display: block;
}
.shopTree ul li:first-child img
{
	width: 0;
}
.breadCrumbTree
{
	overflow: auto;
	background-color: #ffffff;
}
.breadCrumbTree ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.breadCrumbTree ul ul
{
	list-style: none;
	padding: 0;
	display: none;
}
.breadCrumbTree ul li
{
	list-style: none;
	float: left;
	margin: 0;
	white-space: nowrap;
	vertical-align: middle;
	text-align: left;
	padding: 0;
}
.breadCrumbTree ul li > .Content
{
	float: left;
	border: 2px dashed #ffffff;
}
.breadCrumbTree ul li > .Content > .Title
{
	cursor: pointer;
	padding: 2px;
	margin: 0;
	vertical-align: middle;
	display: inline-block;
}
.breadCrumbTree ul li > .Content > .Image
{
	vertical-align: middle;
	padding: 0 0 0 4px;
	border: 0;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
}
.breadCrumbTree ul li > .Content .BranchImage_closed
{
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
	background-image: url(../../images/assets/treecontainer/menu_root_plus.gif?usn=1727186002907);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
}
.breadCrumbTree ul li > .Content .BranchImage_opened
{
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
	background-image: url(../../images/assets/treecontainer/menu_root_minus.gif?usn=1727186002907);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
}
.breadCrumbTree ul li > .Content .BranchImage_notExpanded
{
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
	background-image: url(../../images/assets/treecontainer/menu_root_plus.gif?usn=1727186002907);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
}
.breadCrumbTree ul li > .Content .BranchImage_loading
{
	display: none;
}
.breadCrumbTree ul li > .Content .BranchImage_empty
{
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
	background-image: url(../../images/assets/common/empty.gif?usn=1727186002907);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
}
.breadCrumbTree ul li.DragOver > .Content
{
	border: 2px dashed #EAEAEA;
	border-radius: 2px;
}
.breadCrumbTree ul li.DragOver_Top
{
	border-top: 1px solid #EAEAEA;
}
.breadCrumbTree ul li.DragOver_Bottom
{
	border-bottom: 1px solid #EAEAEA;
}
.breadCrumbTree ul li.Selected > .Content > .Title
{
	cursor: pointer;
	background-color: #eaeaea;
	border-radius: 2px;
}
.breadCrumbTree ul li.SelectedParent > .Content > .Title
{
	cursor: pointer;
}
.breadCrumbTree ul li.Disabled
{
	opacity: 0.5;
}
.breadCrumbTree ul li.Opened > ul
{
	display: block;
}
.breadCrumbTree ul li:first-child
{
	background-image: none !important;
	padding-left: 0;
}
.breadCrumbTree ul li:first-child img
{
	width: 0;
}
.groovyTreeCMS
{
	overflow: auto;
	background-color: #ffffff;
}
.groovyTreeCMS ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.groovyTreeCMS ul ul
{
	list-style: none;
	padding-left: 10px;
	display: none;
}
.groovyTreeCMS ul li
{
	list-style: none;
	white-space: nowrap;
	vertical-align: middle;
	padding: 0 0 0 2px;
	text-align: left;
	margin: 0;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}
.groovyTreeCMS ul li > .Content
{
	border: 2px dashed #ffffff;
}
.groovyTreeCMS ul li > .Content > .Title
{
	cursor: pointer;
	padding: 2px;
	margin: 0;
	vertical-align: middle;
	display: inline-block;
}
.groovyTreeCMS ul li > .Content > .Image
{
	vertical-align: middle;
	padding: 0 0 0 4px;
	border: 0;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
}
.groovyTreeCMS ul li > .Content .BranchImage_closed
{
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
	background-image: url(../../images/assets/treecontainer/menu_root_plus.gif?usn=1727186002907);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
}
.groovyTreeCMS ul li > .Content .BranchImage_opened
{
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
	background-image: url(../../images/assets/treecontainer/menu_root_minus.gif?usn=1727186002907);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
}
.groovyTreeCMS ul li > .Content .BranchImage_notExpanded
{
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
	background-image: url(../../images/assets/treecontainer/menu_root_plus.gif?usn=1727186002907);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
}
.groovyTreeCMS ul li > .Content .BranchImage_loading
{
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
	background-image: url(../../images/assets/common/loading18.gif?usn=1727186002907);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
}
.groovyTreeCMS ul li > .Content .BranchImage_empty
{
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
	background-image: url(../../images/assets/common/empty.gif?usn=1727186002907);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
}
.groovyTreeCMS ul li > .Content > .Optionspanel
{
	position: absolute;
	top: 4px;
	right: 1px;
}
.groovyTreeCMS ul li > .Content > .Optionspanel a
{
	margin-left: 1px;
	padding-left: 4px;
}
.groovyTreeCMS ul li > .Content > .Optionspanel a > img
{
	border: 0;
}
.groovyTreeCMS ul li.DragOver > .Content
{
	border: 2px dashed #EAEAEA;
	border-radius: 2px;
}
.groovyTreeCMS ul li.DragOver_Top
{
	border-top: 1px solid #EAEAEA;
}
.groovyTreeCMS ul li.DragOver_Bottom
{
	border-bottom: 1px solid #EAEAEA;
}
.groovyTreeCMS ul li.Selected > .Content > .Title
{
	cursor: pointer;
	background-color: #eaeaea;
	border-radius: 2px;
}
.groovyTreeCMS ul li.SelectedParent > .Content > .Title
{
	cursor: pointer;
}
.groovyTreeCMS ul li.Disabled
{
	opacity: 0.5;
}
.groovyTreeCMS ul li.Opened > ul
{
	display: block;
}
.groovyTreeCMS ul li:first-child img
{
	width: 0;
}
.groovySelect
{
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
.groovySelect ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
.groovySelect ul li
{
	list-style: none;
	vertical-align: middle;
	padding: 3px;
	text-align: left;
	white-space: nowrap;
	margin: 0;
	border-bottom: 1px solid #EAEAEA;
}
.groovySelect ul li:hover
{
	background-color: #f5f5f5;
}
.groovySelect ul li > .Content > .Title
{
	padding: 0;
	margin: 0;
	white-space: nowrap;
	vertical-align: middle;
}
.groovySelect ul li > .Content > .Image
{
	vertical-align: middle;
	padding-right: 3px;
	border: 0;
}
.groovySelect ul li.DragOver
{
	background-color: #eaeaea;
}
.groovySelect ul li.Selected
{
	background-color: #f5f5f5;
}
.groovySelect ul li.Disabled
{
	opacity: 0.5;
}
.Filewalker
{
	position: relative;
}
.Filewalker .header
{
	background-color: #ffffff;
	padding: 5px 0;
	position: relative;
	min-height: 35px;
	box-shadow: 1px 1px 2px #aeaeae;
}
.Filewalker .headerText
{
	font-size: 17px;
	line-height: 35px;
	position: absolute;
	left: 10px;
}
.Filewalker .showSearch
{
	position: absolute;
	right: 135px;
	top: 10px;
}
.Filewalker .search
{
	height: 85px;
	margin-top: 35px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.Filewalker .search input[id^="ID_SearchInput"]
{
	margin: 5px 0 !important;
	width: 97% !important;
}
.Filewalker .search input[id^="ID_SearchOk"]
{
	width: 97%;
}
.Filewalker .switchView
{
	position: absolute;
	right: 40px;
	top: 5px;
}
.Filewalker .blockView
{
	border: 1px solid #dcdcdc;
	display: block;
	float: left;
	margin-right: 5px;
	padding: 5px 5px 1px;
	background-color: #ffffff;
}
.Filewalker .listView
{
	border: 1px solid #dcdcdc;
	display: block;
	float: left;
	padding: 5px 5px 1px;
	background-color: #ffffff;
}
.Filewalker .blockView:hover
{
	box-shadow: 1px 1px 2px #666666 inset;
	border: 1px solid transparent;
}
.Filewalker .blockView:focus
{
	box-shadow: 1px 1px 2px #666666 inset;
	border: 1px solid transparent;
}
.Filewalker .listView:hover
{
	box-shadow: 1px 1px 2px #666666 inset;
	border: 1px solid transparent;
}
.Filewalker .listView:focus
{
	box-shadow: 1px 1px 2px #666666 inset;
	border: 1px solid transparent;
}
.Filewalker .showField
{
	position: absolute;
	right: 12px;
	top: 15px;
}
.Filewalker .clientPath
{
	padding-bottom: 15px;
	position: relative;
	font-size: 14px;
	margin-top: 15px;
	border-bottom: 1px solid #dcdcdc;
}
.Filewalker .clientPath ul
{
	padding: 0;
	margin: 0;
}
.Filewalker .clientPath li
{
	line-height: 30px;
	list-style-type: none;
	padding: 0 5px;
	background-color: #f5f5f5;
	border: 1px solid #fff;
	box-shadow: 1px 1px 2px #aeaeae;
	border-radius: 2px;
	float: left;
	margin: 2px 10px 2px 0;
}
.Filewalker .clientPath li a
{
	color: #444444;
	display: block;
	float: left;
}
.Filewalker .clientPath li:hover
{
	background-color: #dcdcdc;
}
.Filewalker .clientPath li:focus
{
	background-color: #dcdcdc;
}
.Filewalker .clientPath img
{
	float: right;
	margin-top: 8px;
}
.Filewalker .subheader
{
	background-color: #ffffff;
	margin-top: 15px;
}
.Filewalker .subheader ul
{
	padding: 0;
	margin: 0;
}
.Filewalker .subheader li
{
	float: left;
	line-height: 40px;
	list-style-type: none;
	padding: 0 10px 0 0;
}
.Filewalker .subheader li a
{
	background-color: #f5f5f5;
	border: 1px solid #fff;
	box-shadow: 1px 1px 2px #aeaeae;
	border-radius: 30px;
	color: #444444;
	display: inline-block;
	font-size: 0;
	height: 25px;
	padding: 9px;
	text-align: center;
	width: 25px;
}
.Filewalker .subheader li a:hover
{
	background-color: #dcdcdc;
}
.Filewalker .subheader li a:focus
{
	background-color: #dcdcdc;
}
.Filewalker .subheader li.sort
{
	float: right;
	line-height: 40px;
	list-style-type: none;
	padding: 0;
}
.Filewalker .subheader li.sort span
{
	font-size: 0;
	margin-right: 5px;
}
.Filewalker .subheader li.sort a
{
	padding: 7px 12px 12px 7px;
}
.Filewalker .subheader li.sort select
{
	display: none;
}
.Filewalker .content
{
	margin: 15px 0 10px;
}
.Filewalker.Filewalker_Container_Block .FwFolder,
.Filewalker.Filewalker_Container_Block .FwFile
{
	background: none 0 0 repeat scroll #ffffff;
	border-bottom: 1px solid #dcdcdc;
	border-radius: 2px;
	border-right: 1px solid #dcdcdc;
	float: left;
	height: 110px;
	margin: 0.5% 1% 0.5% 0;
	padding: 2%;
	position: relative;
	width: 44%;
}
.Filewalker.Filewalker_Container_List .FwFolder,
.Filewalker.Filewalker_Container_List .FwFile
{
	background: none 0 0 repeat scroll #ffffff;
	border-bottom: 1px solid #dcdcdc;
	line-height: 20px;
	overflow: hidden;
	padding-left: 5px;
	padding-top: 5px;
	position: relative;
}
.Filewalker.Filewalker_Container_Block .FwFolder:hover,
.Filewalker.Filewalker_Container_Block .FwFile:hover
{
	background: none 0 0 repeat scroll #fafafa;
}
.Filewalker.Filewalker_Container_Block .FwFolder:focus,
.Filewalker.Filewalker_Container_Block .FwFile:focus
{
	background: none 0 0 repeat scroll #fafafa;
}
.Filewalker.Filewalker_Container_List .FwFolder:hover,
.Filewalker.Filewalker_Container_List .FwFile:hover
{
	background: none 0 0 repeat scroll #fafafa;
}
.Filewalker.Filewalker_Container_List .FwFolder:focus,
.Filewalker.Filewalker_Container_List .FwFile:focus
{
	background: none 0 0 repeat scroll #fafafa;
}
.Filewalker.Filewalker_Container_Block .FwFolder img,
.Filewalker.Filewalker_Container_Block .FwFile img
{
	height: 36px;
}
.Filewalker.Filewalker_Container_List .FwFile > div:not(.optlink),
.Filewalker.Filewalker_Container_List .FwFolder > div:not(.optlink)
{
	float: left;
	margin-right: 10px;
}
.Filewalker .optlink
{
	display: none;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.Filewalker.Filewalker_Container_Block .FwFolder .optlink img,
.Filewalker.Filewalker_Container_Block .FwFile .optlink img
{
	height: 16px;
}
.Filewalker.Filewalker_Container_List .FwFolder .optlink img,
.Filewalker.Filewalker_Container_List .FwFile .optlink img
{
	height: 16px;
}
.Filewalker.Filewalker_Container_List .FwFolder img,
.Filewalker.Filewalker_Container_List .FwFile img
{
	height: 16px;
}
.Filewalker .FwFolder:hover > .optlink,
.Filewalker .FwFile:hover > .optlink
{
	display: block;
}
.Filewalker .FwFolder:focus > .optlink,
.Filewalker .FwFile:focus > .optlink
{
	display: block;
}
.Filewalker .link.name,
.Filewalker .linkFolder.name,
.Filewalker .path,
.Filewalker .author,
.Filewalker .summary,
.Filewalker .modificationDate
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.Filewalker .showfields
{
	background: none 0 0 repeat scroll #ffffff;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	box-shadow: 1px 1px 3px #eaeaea;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 65px;
	width: 200px;
	z-index: 1;
}
.Filewalker .showfields ul
{
	margin: 0;
	padding: 0;
}
.Filewalker .showfields ul li
{
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	height: 20px;
	line-height: 21px;
	list-style-type: none;
	margin-bottom: 10px;
	margin-right: 95px;
	width: 20px;
}
.Filewalker .showfields ul li:hover
{
	background-color: #5270c1;
	border: 1px solid #dcdcdc;
}
.Filewalker .showfields ul li:focus
{
	background-color: #5270c1;
	border: 1px solid #dcdcdc;
}
.Filewalker .showfields ul li.selected
{
	background-color: #5270c1;
	border: 1px solid #dcdcdc;
}
.Filewalker .showfields ul li.selected a::before
{
	content: "\2713";
	font-size: 18px;
	position: absolute;
	left: 15px;
	color: #ffffff;
}
.Filewalker .showfields ul li a
{
	color: #333;
	white-space: nowrap;
	padding-left: 30px;
}
.Filewalker .showfields-title
{
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.Filewalker .addFolder
{
	background: none 0 0 repeat scroll #ffffff;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	box-shadow: 1px 1px 3px #eaeaea;
	left: 65px;
	padding: 10px;
	position: absolute;
	top: 150px;
	width: 300px;
	z-index: 1;
}
.Filewalker .addFolder .Editfield_Standard
{
	margin-right: 1%;
	width: 74%;
}
.Filewalker .addFolder .Button_Standard
{
	width: 25%;
}
.Filewalker .addFileTooltip
{
	background: none 0 0 repeat scroll #ffffff;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	box-shadow: 1px 1px 3px #eaeaea;
	left: 230px;
	padding: 0 10px;
	position: absolute;
	top: 150px;
	width: 300px;
	z-index: 1;
}
.Filewalker .footer
{
	text-align: center;
}
.OneDriveTable
{
	position: relative;
	display: block;
}
.OneDriveTable .toolbar
{
	position: relative;
	display: flex;
	gap: 1em;
	justify-content: flex-end;
	flex-wrap: wrap-reverse;
}
.OneDriveTable .toolbar ix-one-drive-table-upload
{
	background-color: #ffffff;
}
.OneDriveTable ix-one-drive-table-upload::part(upload-button)
{
	cursor: pointer;
}
.OneDriveTable ix-one-drive-table-upload::part(files)
{
	background-color: rgb(250, 250, 250);
	color: rgb(0, 0, 0);
}
.OneDriveTable .toolbar ix-one-drive-table-search
{
	width: 350px;
	background-color: #ffffff;
}
.OneDriveTable .toolbar ix-one-drive-table-renderer-switch
{
	background-color: #ffffff;
}
.OneDriveTable ix-one-drive-table-renderer-switch::part(nav)
{
	left: auto;
	right: 0;
	background-color: #ffffff;
}
.OneDriveTable ix-one-drive-table-renderer-switch::part(icon-tileView)
{
	width: 15px;
	background: url(../../images/assets/drive/tileview.svg?usn=1727186002907);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 5px;
	background-position-y: center;
	opacity: 0.5;
}
.OneDriveTable ix-one-drive-table-renderer-switch::part(icon-tableView)
{
	width: 15px;
	background: url(../../images/assets/drive/tableview.svg?usn=1727186002907);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 5px;
	background-position-y: center;
	opacity: 0.5;
}
.OneDriveTable ix-one-drive-table-renderer-switch::part(button)::after
{
	margin-left: 2px;
}
.OneDriveTable ix-one-drive-table-renderer-switch::part(span-selected)
{
	display: none;
}
.OneDriveTable ix-breadcrumbs::part(li)::after
{
	font-weight: bolder;
	font-size: larger;
	margin-left: 10px;
	margin-right: 5px;
	opacity: 0.8;
}
.OneDriveTable div.busyindicator
{
	display: none;
}
.OneDriveTable ix-one-drive-table.busy div.busyindicator
{
	display: block;
	height: 2px;
	overflow: hidden;
	position: relative;
}
.OneDriveTable ix-one-drive-table.busy div.busyindicator div
{
	width: 100%;
	position: absolute;
	height: 5px;
	background-color: #ccc;
	opacity: 0.75;
	animation-name: busyindicator-animation;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
.OneDriveTable .tableView table
{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	position: relative;
}
.OneDriveTable .tableView table thead
{
	display: none;
}
.OneDriveTable .tableView table thead tr
{
	border-bottom: 1px solid #ddd;
}
.OneDriveTable .tableView table thead th
{
	box-sizing: content-box;
	padding: 16px 12px;
	text-align: left;
	vertical-align: bottom;
	font-size: 0.875rem;
	font-weight: 400;
	color: #999;
	text-transform: uppercase;
	position: relative;
	width: 10rem;
}
.OneDriveTable .tableView table thead th.sortable
{
	cursor: pointer;
}
.OneDriveTable .tableView table thead th.sortable .order
{
	margin-left: 10px;
}
.OneDriveTable .tableView table thead th.sortable .order:before
{
	right: 1em;
	content: "↑";
	position: absolute;
	bottom: 1.2em;
	display: block;
	opacity: 0.3;
}
.OneDriveTable .tableView table thead th.sortable.asc .order:before
{
	opacity: 1;
}
.OneDriveTable .tableView table thead th.sortable .order:after
{
	right: 0.5em;
	content: "↓";
	position: absolute;
	bottom: 1.2em;
	display: block;
	opacity: 0.3;
}
.OneDriveTable .tableView table thead th.sortable.desc .order:after
{
	opacity: 1;
}
.OneDriveTable .tableView table thead th[data-key="icon"]
{
	width: 1rem;
	font-size: 150%;
}
.OneDriveTable .tableView table thead th[data-key="download"]
{
	width: 1rem;
}
.OneDriveTable .tableView table thead th[data-key="name"]
{
	width: auto;
	text-align: left;
}
.OneDriveTable .tableView table tbody tr
{
	border-top: 1px solid #e5e5e5;
	display: block;
	margin-bottom: 10px;
	background-color: #ffffff;
}
.OneDriveTable .tableView table tbody tr:hover
{
	background-color: #fafafa;
}
.OneDriveTable .tableView table tbody tr.nodata:hover
{
	box-shadow: none;
}
.OneDriveTable .tableView table tbody td
{
	padding: 14px 10px;
	border-bottom: 1px solid #ddd;
	display: block;
	text-align: right;
}
.OneDriveTable .tableView table tbody td::before
{
	content: attr(data-label);
	float: left;
	font-size: 0.875rem;
	font-weight: 400;
	color: #999;
	text-transform: uppercase;
}
.OneDriveTable .tableView table tbody td:last-child
{
	border-bottom: 0;
}
.OneDriveTable .tableView table tbody td[data-key="icon"]
{
	display: table-cell;
	background-color: rgba(175, 175, 175, 0.15);
}
.OneDriveTable .tableView table tbody td[data-key="name"]
{
	text-align: left;
	display: table-cell;
	width: 100%;
	background-color: rgba(175, 175, 175, 0.15);
}
.OneDriveTable .tableView table tbody td[data-key="size"]
{
	display: none;
}
.OneDriveTable .tableView table tbody td[data-key="icon"]::before,
.OneDriveTable .tableView table tbody td[data-key="name"]::before
{
	content: "";
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}
.OneDriveTable .tableView a.download-item
{
	background: url("../../thirdparty/icon54/svg/solid/BasicIcons/Download.svg?usn=1727186002907");
	height: 15px;
	width: 15px;
	background-size: contain;
	display: block;
}
.OneDriveTable .tableView .folderIcon
{
	background: url("../../images/assets/drive/folder.svg?usn=1727186002907");
	height: 25px;
	width: 25px;
	background-size: contain;
	display: block;
}
.OneDriveTable .tableView .fileIcon
{
	background: url("../../images/assets/drive/file.svg?usn=1727186002907");
	height: 25px;
	width: 25px;
	background-size: contain;
	display: block;
}
.OneDriveTable .tableView .pdfIcon
{
	background: url("../../images/assets/drive/pdf.svg?usn=1727186002907");
	height: 25px;
	width: 25px;
	background-size: contain;
	display: block;
}
.OneDriveTable .tableView .imgIcon
{
	background: url("../../images/assets/drive/photo.svg?usn=1727186002907");
	height: 25px;
	width: 25px;
	background-size: contain;
	display: block;
}
.OneDriveTable .tableView .audioIcon
{
	background: url("../../images/assets/drive/audio.svg?usn=1727186002907");
	height: 25px;
	width: 25px;
	background-size: contain;
	display: block;
}
.OneDriveTable .tableView .videoIcon
{
	background: url("../../images/assets/drive/video.svg?usn=1727186002907");
	height: 25px;
	width: 25px;
	background-size: contain;
	display: block;
}
.OneDriveTable .tableView .zipIcon
{
	background: url("../../images/assets/drive/zip.svg?usn=1727186002907");
	height: 25px;
	width: 25px;
	background-size: contain;
	display: block;
}
.OneDriveTable .tableView .docIcon
{
	background: url("../../images/assets/drive/docx.svg?usn=1727186002907");
	height: 25px;
	width: 25px;
	background-size: contain;
	display: block;
}
.OneDriveTable .tableView .linkIcon
{
	background: url("../../images/assets/drive/link.svg?usn=1727186002907");
	height: 25px;
	width: 25px;
	background-size: contain;
	display: block;
}
.OneDriveTable .tableView .pptxIcon
{
	background: url("../../images/assets/drive/pptx.svg?usn=1727186002907");
	height: 25px;
	width: 25px;
	background-size: contain;
	display: block;
}
.OneDriveTable .tableView .xlsxIcon
{
	background: url("../../images/assets/drive/xlsx.svg?usn=1727186002907");
	height: 25px;
	width: 25px;
	background-size: contain;
	display: block;
}
.OneDriveTable .tableView table tfoot tr.pager
{
	display: none;
}
.OneDriveTable .tableView table.hasmore tfoot tr.pager
{
	display: table-row;
}
.OneDriveTable .tableView table.hasmore tfoot tr.pager:hover
{
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}
.OneDriveTable .tableView table.hasmore tfoot tr.pager a.more
{
	display: block;
	text-align: center;
	padding: 14px 10px;
}
.OneDriveTable .tileView .data ul
{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.OneDriveTable .tileView .data ul > li
{
	padding: 10px 10px 10px 10px;
	margin: 0 1% 10px 0;
	position: relative;
	border-radius: 3px;
	background-color: #ffffff;
	width: 49%;
	box-sizing: border-box;
}
.OneDriveTable .tileView .data ul > li:hover
{
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.24);
}
.OneDriveTable .tileView .data ul > li:first-child
{
	margin-left: 0;
}
.OneDriveTable .tileView .data .thumbnail img
{
	height: 100px;
	object-fit: contain;
	width: 100%;
}
.OneDriveTable .tileView .data .thumbnail + .icon
{
	display: none;
}
.OneDriveTable .tileView .data .icon
{
	background: url("../../images/assets/drive/file.svg?usn=1727186002907");
	height: 100px;
	width: 100px;
	background-size: contain;
	display: block;
}
.OneDriveTable .tileView .data .icon.folderIcon
{
	background: url("../../images/assets/drive/folder.svg?usn=1727186002907");
	height: 100px;
	width: 100px;
	background-size: contain;
	display: block;
	cursor: pointer;
}
.OneDriveTable .tileView .data .name
{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.OneDriveTable .tileView .data .date
{
	font-size: 75%;
}
.OneDriveTable .tileView a.download-item
{
	background: url("../../thirdparty/icon54/svg/solid/BasicIcons/Download.svg?usn=1727186002907");
	height: 12px;
	width: 12px;
	background-size: contain;
	display: block;
	position: absolute;
	bottom: 5px;
	right: 3px;
}
.OneDriveTable .tileView .data .size
{
	display: none;
}
.OneDriveTable .tileView .data li.folder-item .size
{
	display: block;
	position: absolute;
	top: 78px;
	left: 20px;
	font-size: 75%;
	font-weight: bold;
	color: #333;
}
.OneDriveTable .tileView .more a
{
	display: block;
	text-align: left;
	padding: 14px 10px;
}
.OneDriveTable .tileView .nodata
{
	padding: 20px 0 0 0;
}
.Content-Editor_Standard
{
	--base__background-color: #fdfdfd;
	--base__background-color--hover: #fdfdfd;
	--base__border-color--hover: #b9b9b9;
	--base__border-color: #dcdcdc;
	--base__invalid__border-color: #ed5e5f;
	--base__placeholder__color: #757575;
	--base__placeholder__opacity: 0.7;
	--base__required__border-color: #ed5e5f;
	--base__text__color: #808080;
	--base__border-radius: 3px;
	--base__border-style: solid;
	--base__border-width: 1px;
	--base__box-shadow: none;
	--base__font-family: Roboto-Light,Muli,Arial,Verdana,SansSerif;
	--base__font-size: 14px;
	--base__height: 30em;
	--base__padding: 1em;
	--base__transition: all 0.5s ease;
	--base__border--hover: var(--base__border-width) var(--base__border-style) var(--base__border-color--hover);
	--base__border--invalid: var(--base__border-width) var(--base__border-style) var(--base__invalid__border-color);
	--base__border-bottom--required: var(--base__border-width) var(--base__border-style) var(--base__border-color);
	--base__border-left--required: var(--base__border-width) var(--base__border-style) var(--base__required__border-color);
	--base__border-right--required: var(--base__border-width) var(--base__border-style) var(--base__border-color);
	--base__border-top--required: var(--base__border-width) var(--base__border-style) var(--base__border-color);
	--base__border: var(--base__border-width) var(--base__border-style) var(--base__border-color);
	--blockquote__background-color: #f5f5f5;
	--blockquote__border-color: #999999;
	--blockquote__color: var(--base__text__color);
	--code__background-color: #f5f5f5;
	--code__color: var(--base__text__color);
	--node__outline__color: #1a73e9;
	--popup__background-color: var(--toolbar__background-color);
	--popup__border-color: var(--toolbar__border-color);
	--popup__box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
	--table__border-color: var(--base__border-color);
	--table__header__background-color: #eaeaea;
	--toolbar-item__background-color--hover: var(--base__background-color);
	--toolbar-item__background-color: #f5f5f5;
	--toolbar-item__border-color--hover: #eaeaea;
	--toolbar-item__border-color: transparent;
	--toolbar-item__color--hover: var(--base__text__color);
	--toolbar-item__color: var(--base__text__color);
	--toolbar-item__font-size: 1.2em;
	--toolbar__background-color: #f5f5f5;
	--toolbar__border-color: #eaeaea;
}
.Button_Text
{
	border: none;
	background-color: transparent;
	text-decoration: none;
	padding: 0 15px;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-webkit-appearance: none;
	height: 40px;
	font-family: Roboto, Muli, Arial, Verdana, SansSerif;
	font-weight: 500;
	border-radius: 100px;
	color: #006973;
}
.Button_Text:focus,
.Button_Text:hover
{
	background-color: #e9eff0;
}
.Button_Text:disabled
{
	opacity: 0.5;
}
.Container_Button_Flex
{
	display: flex;
	gap: 5px;
	justify-content: flex-end;
	flex-direction: row;
}
ix-login-otp
{
	--base__text__color: #171d1e;
	--base__background-color: #e9eff0;
	--base__accent__color: #006973;
	--base__accent__color--hover: #1f7b84;
	--base__border-radius: 4px;
	--base__border-width: 1px;
	--base__font-family: Roboto,Muli,Arial,Verdana,SansSerif;
	--base__font-size: 15px;
	--base__transition: all 0.5s ease;
	--base__control__height: 40px;
	--base__control__spacing: 10px;
	--base__control__border-color: #bfc8ca;
	--button__cancel__background-color--hover: var(--base__accent__color--hover);
	--button__cancel__background-color: transparent;
	--button__cancel__border--hover: var(--base__border-width) solid var(--base__accent__color--hover);
	--button__cancel__border-radius: 100px;
	--button__cancel__border: var(--base__border-width) solid var(--base__accent__color);
	--button__cancel__box-shadow--hover: 0 1px 2px 0 rgba(0, 0, 0, 0.3),0 1px 3px 1px rgba(0, 0, 0, 0.15);
	--button__cancel__box-shadow: none;
	--button__cancel__color--hover: var(--base__background-color);
	--button__cancel__color: var(--base__accent__color);
	--button__cancel__font-weight: 500;
	--button__cancel__height: var(--base__control__height);
	--button__cancel__padding-inline: var(--base__control__spacing);
	--button__continue__background-color--hover: var(--base__accent__color--hover);
	--button__continue__background-color: var(--base__accent__color);
	--button__continue__border--hover: var(--base__border-width) solid var(--base__accent__color--hover);
	--button__continue__border-radius: 100px;
	--button__continue__border: var(--base__border-width) solid var(--base__accent__color);
	--button__continue__box-shadow--hover: 0 1px 2px 0 rgba(0, 0, 0, 0.3),0 1px 3px 1px rgba(0, 0, 0, 0.15);
	--button__continue__box-shadow: none;
	--button__continue__color--hover: var(--base__background-color);
	--button__continue__color: var(--base__background-color);
	--button__continue__font-weight: 500;
	--button__continue__height: var(--base__control__height);
	--button__continue__padding-inline: var(--base__control__spacing);
	--button__send__background-color--hover: var(--base__accent__color--hover);
	--button__send__background-color: var(--base__accent__color);
	--button__send__border--hover: var(--base__border-width) solid var(--base__accent__color--hover);
	--button__send__border-radius: 100px;
	--button__send__border: var(--base__border-width) solid var(--base__accent__color);
	--button__send__box-shadow--hover: 0 1px 2px 0 rgba(0, 0, 0, 0.3),0 1px 3px 1px rgba(0, 0, 0, 0.15);
	--button__send__box-shadow: none;
	--button__send__color--hover: var(--base__background-color);
	--button__send__color: var(--base__background-color);
	--button__send__font-weight: 500;
	--button__send__height: var(--base__control__height);
	--button__send__padding-inline: var(--base__control__spacing);
	--link__color--hover: var(--base__accent__color--hover);
	--link__color: var(--base__accent__color);
	--link__font-size: calc(var(--base__font-size) - 2px);
	--link__font-weight: 500;
	--radio__label__font-size: var(--base__font-size);
	--radio__toggle__background-color--checked: var(--base__accent__color);
	--radio__toggle__background-color: var(--base__background-color);
	--radio__toggle__border--checked: var(--base__border-width) solid var(--base__text__color);
	--radio__toggle__border: var(--base__border-width) solid var(--base__text__color);
	--radio__toggle__color--dot: var(--base__accent__color);
	--radio__toggle__color: var(--radio__toggle__background-color);
	--radio__toggle__size: calc(var(--base__font-size) + 3px);
	--input__height: var(--base__control__height);
	--input__font-size: var(--base__font-size);
	--input__font-family: var(--base__font-family);
	--input__border-width: var(--base__border-width);
	--input__border-radius: var(--base__border-radius);
	--input__border-color: var(--base__control__border-color);
	--input__border-color--hover: var(--base__accent__color);
	--input__border-color--focus: var(--base__accent__color);
	--input__background-color: var(--base__background-color);
	--input__background-color--hover: var(--base__background-color);
	--input__background-color--focus: var(--base__background-color);
	--input__color: var(--base__text__color);
	--input__color--hover: var(--base__text__color);
	--input__color--focus: var(--base__text__color);
	--select__height: var(--input__height);
	--select__font-size: var(--input__font-size);
	--select__font-family: var(--input__font-family);
	--select__border-radius: var(--input__border-radius);
	--select__padding-inline: var(--base__control__spacing);
	--select__listbox__background-color: var(--input__background-color);
	--select__listbox__border-color: var(--input__border-color);
	--select__listbox__border-width: var(--input__border-width);
	--select__option__background-color--selected: var(--base__accent__color);
	--select__option__background-color: #d0d5d6;
	--select__option__color--hover: var(--base__text__color);
	--select__option__color--selected: var(--base__background-color);
	--select__option__color: #171d1e88;
	--notification__error__font-size: calc(var(--base__font-size) - 2px);
	--notification__error__font-family: var(--base__font-family);
	--notification__error__border-width: var(--base__border-width);
	--notification__error__border-radius: var(--base__border-radius);
	--notification__error__border-color: transparent;
	--notification__error__accent__color: #ba1a1a;
	--notification__error__background-color: #ba1a1a44;
	--notification__error__text__color: var(--base__text__color);
	--notification__error__text__padding: 0.5em 1em;
	--notification__error__icon__padding-inline-start: 0.5em;
	--notification__error__close-button__padding-inline-end: 0.5em;
	--notification__error__close-button__color: var(--base__text__color);
	--notification__info__font-size: calc(var(--base__font-size) - 2px);
	--notification__info__font-family: var(--base__font-family);
	--notification__info__border-width: var(--base__border-width);
	--notification__info__border-radius: var(--base__border-radius);
	--notification__info__border-color: transparent;
	--notification__info__accent__color: var(--base__accent__color);
	--notification__info__background-color: #00697344;
	--notification__info__text__color: var(--base__text__color);
	--notification__info__text__padding: 0.5em 1em;
	--notification__info__icon__padding-inline-start: 0.5em;
	--notification__info__close-button__padding-inline-end: 0.5em;
	--notification__info__close-button__color: var(--base__text__color);
}
div[data-filter="rangeoffilter"] .flatpickr-wrapper
{
	width: 100%;
	margin: 0;
}
div[data-filter="rangeoffilter"] .flatpickr-wrapper > input
{
	width: 100%;
}
@media only screen and (min-width: 481px)
{
div#showPortalConfig
{
	display: block;
}
#Container_Sitemap h1
{
	padding-left: 10px;
}
#Container_Sitemap .Sitemap_Column
{
	margin-right: 20px;
	margin-left: 20px;
}
.recurrencyDialog
{
	width: 400px;
}
.editfield_recurrencyDialog
{
	width: 85%;
}
.ix-grid-column
{
	position: relative;
	float: left;
	padding-right: 0.9375em;
	padding-left: 0.9375em;
}
.ix-small-hide
{
	display: block;
	visibility: visible;
}
.ix-large-hide
{
	display: block;
	visibility: visible;
}
.ix-medium-hide
{
	display: none;
	visibility: hidden;
}
.ix-medium-push-0
{
	position: relative;
	left: 0;
	right: auto;
}
.ix-medium-pull-0
{
	position: relative;
	right: 0;
	left: auto;
}
.ix-medium-push-1
{
	position: relative;
	left: 8.33333%;
	right: auto;
}
.ix-medium-pull-1
{
	position: relative;
	right: 8.33333%;
	left: auto;
}
.ix-medium-push-2
{
	position: relative;
	left: 16.66667%;
	right: auto;
}
.ix-medium-pull-2
{
	position: relative;
	right: 16.66667%;
	left: auto;
}
.ix-medium-push-3
{
	position: relative;
	left: 25%;
	right: auto;
}
.ix-medium-pull-3
{
	position: relative;
	right: 25%;
	left: auto;
}
.ix-medium-push-4
{
	position: relative;
	left: 33.33333%;
	right: auto;
}
.ix-medium-pull-4
{
	position: relative;
	right: 33.33333%;
	left: auto;
}
.ix-medium-push-5
{
	position: relative;
	left: 41.66667%;
	right: auto;
}
.ix-medium-pull-5
{
	position: relative;
	right: 41.66667%;
	left: auto;
}
.ix-medium-push-6
{
	position: relative;
	left: 50%;
	right: auto;
}
.ix-medium-pull-6
{
	position: relative;
	right: 50%;
	left: auto;
}
.ix-medium-push-7
{
	position: relative;
	left: 58.33333%;
	right: auto;
}
.ix-medium-pull-7
{
	position: relative;
	right: 58.33333%;
	left: auto;
}
.ix-medium-push-8
{
	position: relative;
	left: 66.66667%;
	right: auto;
}
.ix-medium-pull-8
{
	position: relative;
	right: 66.66667%;
	left: auto;
}
.ix-medium-push-9
{
	position: relative;
	left: 75%;
	right: auto;
}
.ix-medium-pull-9
{
	position: relative;
	right: 75%;
	left: auto;
}
.ix-medium-push-10
{
	position: relative;
	left: 83.33333%;
	right: auto;
}
.ix-medium-pull-10
{
	position: relative;
	right: 83.33333%;
	left: auto;
}
.ix-medium-push-11
{
	position: relative;
	left: 91.66667%;
	right: auto;
}
.ix-medium-pull-11
{
	position: relative;
	right: 91.66667%;
	left: auto;
}
.ix-medium-1
{
	width: 8.33333%;
}
.ix-medium-2
{
	width: 16.66667%;
}
.ix-medium-3
{
	width: 25%;
}
.ix-medium-4
{
	width: 33.33333%;
}
.ix-medium-5
{
	width: 41.66667%;
}
.ix-medium-6
{
	width: 50%;
}
.ix-medium-7
{
	width: 58.33333%;
}
.ix-medium-8
{
	width: 66.66667%;
}
.ix-medium-9
{
	width: 75%;
}
.ix-medium-10
{
	width: 83.33333%;
}
.ix-medium-11
{
	width: 91.66667%;
}
.ix-medium-12
{
	width: 100%;
}
.ix-medium-offset-0
{
	margin-left: 0 !important;
}
.ix-medium-offset-1
{
	margin-left: 8.33333% !important;
}
.ix-medium-offset-2
{
	margin-left: 16.66667% !important;
}
.ix-medium-offset-3
{
	margin-left: 25% !important;
}
.ix-medium-offset-4
{
	margin-left: 33.33333% !important;
}
.ix-medium-offset-5
{
	margin-left: 41.66667% !important;
}
.ix-medium-offset-6
{
	margin-left: 50% !important;
}
.ix-medium-offset-7
{
	margin-left: 58.33333% !important;
}
.ix-medium-offset-8
{
	margin-left: 66.66667% !important;
}
.ix-medium-offset-9
{
	margin-left: 75% !important;
}
.ix-medium-offset-10
{
	margin-left: 83.33333% !important;
}
.ix-medium-offset-11
{
	margin-left: 91.66667% !important;
}
.ix-medium-reset-order
{
	float: left;
	left: auto;
	margin-left: 0;
	margin-right: 0;
	right: auto;
}
.ix-grid-column.ix-medium-centered
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.ix-grid-column.ix-medium-uncentered
{
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ix-grid-column.ix-medium-centered:last-child
{
	float: none;
}
.ix-grid-column.ix-medium-uncentered:last-child
{
	float: left;
}
.ix-grid-column:last-child:not(:first-child)
{
	float: right;
}
.ix-grid-column.ix-medium-uncentered.opposite
{
	float: right;
}
.ix-grid-row.ix-medium-collapse > .ix-grid-column
{
	padding-left: 0;
	padding-right: 0;
}
.ix-grid-row.ix-medium-collapse .ix-grid-row
{
	margin-left: 0;
	margin-right: 0;
}
.ix-grid-row.ix-medium-uncollapse > .ix-grid-column
{
	padding-right: 0.9375em;
	padding-left: 0.9375em;
	float: left;
}
.ix-medium-pLNone
{
	padding-left: 0;
}
.ix-medium-pRNone
{
	padding-right: 0;
}
.ix-m2l2 > div > [data-tablerecord]
{
	width: 49.5%;
	float: left;
}
.ix-m2l2 > div > [data-tablerecord]:not(:nth-child(2n))
{
	margin-right: 1%;
}
.ix-m2l3 > div > [data-tablerecord]
{
	width: 49.5%;
	float: left;
}
.ix-m2l3 > div > [data-tablerecord]:not(:nth-child(2n))
{
	margin-right: 1%;
}
.ix-m2l4 > div > [data-tablerecord]
{
	width: 49.5%;
	float: left;
}
.ix-m2l4 > div > [data-tablerecord]:not(:nth-child(2n))
{
	margin-right: 1%;
}
.ix-m3l5 > div > [data-tablerecord]
{
	width: 32.66%;
	float: left;
}
.ix-m3l5 > div > [data-tablerecord]:not(:nth-child(3n))
{
	margin-right: 1%;
}
.ix-s2m4l6 > div > [data-tablerecord]
{
	width: 24.25%;
}
.ix-s2m4l6 > div > [data-tablerecord]:not(:nth-child(2n))
{
	margin-right: 0;
}
.ix-s2m4l6 > div > [data-tablerecord]:not(:nth-child(4n))
{
	margin-right: 1%;
}
.ix-s2m5l7 > div > [data-tablerecord]
{
	width: 19.2%;
}
.ix-s2m5l7 > div > [data-tablerecord]:not(:nth-child(2n))
{
	margin-right: 0;
}
.ix-s2m5l7 > div > [data-tablerecord]:not(:nth-child(5n))
{
	margin-right: 1%;
}
div[data-filter="rangeoffilter"] > input
{
	width: 48%;
}
.Share_Wizard_Left
{
	min-height: 700px;
}
.Share_Wizard_Right
{
	min-height: 635px;
	padding: 10px;
}
.Share_Searchfield
{
	width: 15%;
	min-width: 12rem;
	float: right;
	margin-top: auto;
}
.Share_Container_Tile_Iconbar
{
	left: 11rem;
}
.Share_Container_Tile_Members
{
	left: 1rem;
}
.Share_Container_Info
{
	min-height: 180px;
}
.Share_Container_Info_Img img
{
	width: 180px;
	height: 180px;
}
.Share_Container_Info_Content
{
	margin-left: 180px;
	margin-top: -180px;
}
.Share_Container_Info_FavIcon
{
	top: 10px;
}
.Share_Container_Info_Iconbar
{
	left: 190px;
}
.Share_Info_Image_Background
{
	width: 180px;
	height: 180px;
}
.Share_Container_Info_Img img[style*=".svg"]
{
	background-size: 50%;
}
.Share_Size_Big
{
	top: 40px;
	left: 40px;
	width: 15px;
	height: 15px;
}
.Share_Size_Very_Small
{
	top: 20px;
	left: 20px;
	width: 7px;
	height: 7px;
}
.Share_Size_None
{
	top: 35px;
	left: 35px;
	width: 10px;
	height: 10px;
}
.Share_DefaultProfilImageInfo
{
	height: 180px;
	width: 180px;
}
#Container_Wrapper
{
	flex-direction: row;
}
#Container_Sidebar
{
	width: 24.4rem;
	height: 100%;
	border-right: 0.1rem solid #dadce0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #373737;
}
#Container_Wrapper_Sidebar
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: initial;
	-ms-flex-pack: initial;
	justify-content: initial;
	-webkit-box-align: initial;
	-ms-flex-align: initial;
	align-items: initial;
}
#Container_Wrapper_SidebarTop
{
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
#Container_Logo
{
	margin-left: 0;
}
#Container_Btn_HideMenu
{
	display: block;
	margin-right: 1.5rem;
}
#Container_Wrapper_SidebarBottom
{
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: auto;
	background-color: transparent;
	overflow-y: auto;
	overflow-x: hidden;
}
#Container_Menu_Droplist
{
	justify-content: flex-start;
	margin: 0 auto;
	height: auto;
	width: 100%;
}
#Container_Menu_Droplist .menu
{
	position: relative;
	height: 100%;
	width: 100%;
	left: 0;
}
#Container_Menu_Droplist .menu ul ul
{
	text-align: left;
}
#Container_Menu_Droplist .menu .list.level0
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#Container_Menu_Droplist .menu .level0.item
{
	border-bottom: none;
}
#Container_Menu_Droplist .menu .level0.label
{
	border-top: none;
	border-right: none;
	border-bottom: none;
}
#Container_Menu_Droplist .menu .list.level1
{
	position: relative;
	width: auto;
}
#Container_Menu_Droplist .menu .list.level2
{
	position: relative;
	width: auto;
}
#Container_Menu_Droplist .menu .list.level3
{
	position: relative;
	width: auto;
}
#Container_Menu_Droplist .menuopenclose
{
	display: none;
}
#CONT_dropline_Container_Menu_Droplist_menuopenclose:checked ~ .list.level0
{
	width: auto;
	position: static;
}
#Container_Menu_Droplist .menu .level4.list.appmenu
{
	position: relative;
	top: 0;
	margin: 0;
	width: 100%;
}
#Container_Menu_Droplist .menu .level4.label.appmenu > .link:hover,
#Container_Menu_Droplist .menu .level4.label.appmenu > .text:hover,
#Container_Menu_Droplist .menu .level4.label.appmenu > .smi:hover
{
	color: #FFF;
}
#Container_Menu_Droplist .menu .level4.item.appmenu:hover
{
	background-color: #4C7686;
}
#Container_Main
{
	margin-left: 24.4rem;
	order: 2;
}
#Container_Main_Topbar
{
	position: relative;
	top: initial;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#Container_Wrapper_Topbar
{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#Container_Btn_ShowMenu
{
	display: block;
	color: #606060;
	align-self: flex-start;
	height: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#Action_ApplicationName
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: auto;
	margin-left: 3rem;
	height: 100%;
	font-size: 2rem;
	font-weight: normal;
	color: #212121;
}
#Container_Wrapper_Search
{
	height: auto;
}
.showSearch
{
	position: relative;
	top: initial;
	left: initial;
	width: auto;
	height: auto;
	background: #FFF;
}
#Action_Search_Global
{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	height: 3rem;
	padding: 0;
	z-index: 0;
}
input#ID_GlobalSearchTerm
{
	height: auto;
	width: 100%;
	min-width: 30rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-left: 0.1rem solid #dadce0;
	border-top: 0.1rem solid #dadce0;
	border-right: none;
	border-bottom: 0.1rem solid #dadce0;
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
	color: #2c3e50;
	font-size: 1.4rem;
	line-height: 1.4rem;
}
input#ID_GlobalSearchTerm:focus
{
	background-color: #fff;
}
input#ID_GlobalSearchTerm::placeholder
{
	color: #383838;
}
a#ID_GlobalSearchButton,
a#ID_GlobalSearchButton:link
{
	padding: 0 1.5rem;
	cursor: pointer;
	border-top: 0.1rem solid #dadce0;
	border-right: 0.1rem solid #dadce0;
	border-bottom: 0.1rem solid #dadce0;
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
	font-size: 1.4rem;
	background-color: #FFF;
	margin: 0;
	height: auto;
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}
a#ID_GlobalSearchButton:focus
{
	outline: none;
	outline: 0.2rem solid #008ae6;
	outline-offset: -0.2rem;
}
a#ID_GlobalSearchButton:hover
{
	background-color: #f7f7f7;
}
a#ID_GlobalSearchButton::before
{
	font-size: 2.4rem;
}
#Toggle_Search_Button a:hover
{
	color: #333;
}
#Toggle_Search_Button a i:hover
{
	color: #333;
}
.Toggle_Search_Button_Link
{
	box-sizing: border-box;
	color: #FFF;
	background-color: #FFF;
	border-top: 0.1rem solid #dadce0;
	border-right: 0.1rem solid #dadce0;
	border-bottom: 0.1rem solid #dadce0;
	border-top-right-radius: 0.3rem !important;
	border-bottom-right-radius: 0.3rem !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.Toggle_Search_Button_Link:hover
{
	background-color: #f7f7f7 !important;
}
#Guided_Tour
{
	display: block;
}
#Container_Stage
{
	min-height: 75rem;
}
#Container_AppMenu
{
	top: 0;
	padding: 0 3rem;
}
#AppMain_Wrapper
{
	padding: 2.5rem 3rem;
}
#Container_Portal
{
	padding: 2.5rem;
}
div.portalsite div.portalcolumn .portlet .portletHeader
{
	pointer-events: auto;
}
div.portalsite div.portalcolumn .portlet .portletHeader:hover
{
	cursor: -webkit-grab;
	cursor: grab;
}
div.portalsite div.portalcolumn .portlet_news .portletHeader
{
	pointer-events: auto;
}
div.portalsite div.portalcolumn .portlet_news .portletHeader:hover
{
	cursor: -webkit-grab;
	cursor: grab;
}
div.portalsite div.portalcolumn .portlet_news.empty-square
{
	margin-top: -125px;
}
div.portalsite div.portalcolumn .portlet_events .portletHeader
{
	pointer-events: auto;
}
div.portalsite div.portalcolumn .portlet_events .portletHeader:hover
{
	cursor: -webkit-grab;
	cursor: grab;
}
div.portalsite div.portalcolumn .portlet_loginbg .portletHeader
{
	pointer-events: auto;
}
div.portalsite div.portalcolumn .portlet_loginbg .portletHeader:hover
{
	cursor: -webkit-grab;
	cursor: grab;
}
div.portalsite div.portalcolumn .portlet_loginbg.empty-square
{
	top: -105px;
}
div.portalsite div.portalcolumn .portlet_loginbg::before
{
	height: 3px;
	background: none 0 0 repeat scroll #4C7686;
}
div.portalsite div.portalcolumn .portlet-login .portletHeader
{
	pointer-events: auto;
}
div.portalsite div.portalcolumn .portlet-login .portletHeader:hover
{
	cursor: -webkit-grab;
	cursor: grab;
}
div.portalsite div.portalcolumn .portlet-login.empty-square
{
	top: 360px;
	width: 490px;
	left: 50px;
}
div.portalsite div.portalcolumn .portlet_rounded .portletHeader
{
	pointer-events: auto;
}
div.portalsite div.portalcolumn .portlet_rounded .portletHeader:hover
{
	cursor: -webkit-grab;
	cursor: grab;
}
.Sitemap_H1
{
	font-size: 16px;
	font-weight: bold;
}
.DistributionControlHorizontal
{
	flex-direction: row;
}
.DistributionControlHorizontal div.Search
{
	width: 48%;
}
.DistributionControlHorizontal div.Actions
{
	width: 4%;
	margin: 0 0.5rem;
}
.DistributionControlHorizontal div.Selected
{
	width: 48%;
}
.File_View_Gallery .blueimp-gallery > .indicator
{
	padding: 10px;
}
.File_View_Gallery .blueimp-gallery > .indicator > li
{
	width: 25px;
	height: 25px;
}
.File_View_Gallery .blueimp-gallery > .prev
{
	font-size: 45px;
	width: 30px;
	height: 30px;
	line-height: 23px;
	left: 10px;
}
.File_View_Gallery .blueimp-gallery > .next
{
	font-size: 45px;
	width: 30px;
	height: 30px;
	line-height: 23px;
	right: 10px;
}
div.Container_ResponsiveForm.ix-medium-label-inline [data-control-type="label"]
{
	display: none;
}
div.Container_ResponsiveForm.ix-medium-label-inline input[type="text"],
div.Container_ResponsiveForm.ix-medium-label-inline select,
div.Container_ResponsiveForm.ix-medium-label-inline textarea,
div.Container_ResponsiveForm.ix-medium-label-inline .file-container
{
	display: block;
	width: 100%;
	float: none;
}
div.Container_ResponsiveForm.ix-medium-label-inline [placeholder]::-webkit-input-placeholder
{
	color: #818181;
}
div.Container_ResponsiveForm.ix-medium-label-inline [placeholder]::-moz-placeholder
{
	color: #818181;
}
div.Container_ResponsiveForm.ix-medium-label-inline [placeholder]:-ms-input-placeholder
{
	color: #818181;
}
div.Container_ResponsiveForm.ix-medium-label-inline [placeholder]:-moz-placeholder
{
	color: #818181;
}
div.Container_ResponsiveForm.ix-medium-label-top [data-control-type="label"]
{
	display: block;
	float: none;
	width: 100%;
	line-height: inherit;
	clear: both;
}
div.Container_ResponsiveForm.ix-medium-label-top [data-control-type="viewcontrol"]
{
	display: block;
	float: none;
	clear: both;
	width: initial;
	max-width: 100%;
}
div.Container_ResponsiveForm.ix-medium-label-top input[type="text"],
div.Container_ResponsiveForm.ix-medium-label-top select,
div.Container_ResponsiveForm.ix-medium-label-top textarea,
div.Container_ResponsiveForm.ix-medium-label-top .file-container
{
	display: block;
	float: none;
	width: 100%;
}
div.Container_ResponsiveForm.ix-medium-label-top [placeholder]::-webkit-input-placeholder
{
	color: transparent;
}
div.Container_ResponsiveForm.ix-medium-label-top [placeholder]::-moz-placeholder
{
	color: transparent;
}
div.Container_ResponsiveForm.ix-medium-label-top [placeholder]:-ms-input-placeholder
{
	color: transparent;
}
div.Container_ResponsiveForm.ix-medium-label-top [placeholder]:-moz-placeholder
{
	color: transparent;
}
div.Container_ResponsiveForm.ix-medium-label-left [data-control-type="label"]
{
	display: inline-block;
	float: left;
	width: 15%;
	text-overflow: ellipsis;
	overflow: hidden;
	clear: left;
}
div.Container_ResponsiveForm.ix-medium-label-left [data-control-type="viewcontrol"]
{
	float: left;
	clear: right;
	width: 85%;
}
div.Container_ResponsiveForm.ix-medium-label-left input[type="text"],
div.Container_ResponsiveForm.ix-medium-label-left select,
div.Container_ResponsiveForm.ix-medium-label-left textarea,
div.Container_ResponsiveForm.ix-medium-label-left .file-container
{
	display: inline-block;
	float: left;
	min-width: initial;
	width: 85%;
}
div.Container_ResponsiveForm.ix-medium-label-left [placeholder]::-webkit-input-placeholder
{
	color: transparent;
}
div.Container_ResponsiveForm.ix-medium-label-left [placeholder]::-moz-placeholder
{
	color: transparent;
}
div.Container_ResponsiveForm.ix-medium-label-left [placeholder]:-ms-input-placeholder
{
	color: transparent;
}
div.Container_ResponsiveForm.ix-medium-label-left [placeholder]:-moz-placeholder
{
	color: transparent;
}
div.Container_ResponsiveForm.ix-medium-label-hidden [data-control-type="label"]
{
	display: none;
}
div.Container_ResponsiveForm.ix-medium-label-hidden [data-control-type="viewcontrol"]
{
	display: block;
	float: none;
	width: initial;
	clear: both;
	max-width: 100%;
}
div.Container_ResponsiveForm .inline-container
{
	display: inline-block;
	width: auto;
	clear: left;
}
div.Container_ResponsiveForm .inline-container input,
div.Container_ResponsiveForm .inline-container a
{
	display: block;
	float: left !important;
	width: auto !important;
	clear: none !important;
}
div.Container_ResponsiveForm .inline-container [data-control-type="label"]
{
	display: inherit;
	width: inherit;
	clear: none !important;
	float: left !important;
}
.ButtonContainer_Responsive input[type="submit"],
.ButtonContainer_Responsive input[type="button"],
.ButtonContainer_Responsive a
{
	width: auto;
	margin: 5px;
	display: inline-block;
}
.TAB_MENU ul
{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.TAB_MENU li
{
	width: auto;
	margin-right: 1rem;
}
ul.TAB_MENU
{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.SHARE_TAB_MENU ul
{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.SHARE_TAB_MENU li
{
	width: auto;
	padding: 5px 0;
	margin: 0 15px 10px 0;
}
ul.SHARE_TAB_MENU
{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.shapedtable-columns-four *[data-tablerecords] div[data-ix-control="record"]
{
	width: 50%;
	padding-right: 1rem;
}
.shapedtable-columns-four *[data-tablerecords] div[data-ix-control="record"]:nth-child(2n)
{
	padding-right: 0;
}
.multisource-search .search-filters fieldset fieldset .facetToggleContainer
{
	display: block;
}
.multisource-search .search-filters fieldset legend.facetopen:hover,
.multisource-search .search-filters fieldset legend.facetclose:hover
{
	cursor: auto;
}
.pagination
{
	flex-direction: row-reverse;
}
.TT_MINI
{
	width: 50rem;
}
.TT_MIDI
{
	width: 70rem;
}
.TT_MAXI
{
	width: 90rem;
}
.TT_SUPER
{
	width: 110rem;
}
.TT_MEGA
{
	width: 140rem;
}
.Filewalker .header
{
	height: 35px;
}
.Filewalker .search
{
	position: absolute;
	right: 175px;
	top: 5px;
	left: auto;
	height: auto;
	margin: 0;
}
.Filewalker .search input[id^="ID_SearchInput"]
{
	margin: 0 5px 0 0 !important;
	width: 250px !important;
}
.Filewalker .search input[id^="ID_SearchOk"]
{
	width: auto;
}
.Filewalker .clientPath
{
	margin-top: 3px;
	padding: 0;
}
.Filewalker .clientPath li
{
	line-height: 40px;
	list-style-type: none;
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	margin: 0 5px 0 0;
}
.Filewalker .clientPath li a
{
	color: #5270C1;
}
.Filewalker .clientPath li:hover
{
	background-color: transparent;
}
.Filewalker .clientPath li:focus
{
	background-color: transparent;
}
.Filewalker .clientPath img
{
	margin-top: 13px;
}
.Filewalker .subheader li.sort span
{
	font-size: 14px;
}
.Filewalker .subheader li.sort select
{
	display: inline;
	margin-right: 10px;
}
.Filewalker.Filewalker_Container_Block .FwFolder,
.Filewalker.Filewalker_Container_Block .FwFile
{
	width: 16.8%;
	padding: 1%;
}
.OneDriveTable .tableView table thead
{
	display: table-header-group;
}
.OneDriveTable .tableView table tbody tr
{
	display: table-row;
	margin-bottom: inherit;
}
.OneDriveTable .tableView table tbody td
{
	text-align: left;
	display: table-cell;
	border-bottom: inherit;
}
.OneDriveTable .tableView table tbody td::before
{
	content: none;
}
.OneDriveTable .tableView table tbody td:last-child
{
	border-bottom: inherit;
}
.OneDriveTable .tableView table tbody td[data-key="icon"]
{
	display: table-cell;
	background-color: inherit;
}
.OneDriveTable .tableView table tbody td[data-key="name"]
{
	display: table-cell;
	width: inherit;
	background-color: inherit;
}
.OneDriveTable .tableView table tbody td[data-key="size"]
{
	display: table-cell;
}
.OneDriveTable .tableView table tbody td[data-key="icon"]::before,
.OneDriveTable .tableView table tbody td[data-key="name"]::before
{
	content: none;
}
.Container_Button_Flex
{
	justify-content: flex-end;
	flex-direction: row;
}
div[data-filter="rangeoffilter"] .flatpickr-wrapper
{
	width: 48%;
}
}
@media only screen and (min-width: 1025px)
{
.Searchinput.autocomplete-suggestions
{
	min-width: 450px;
}
.ix-grid-column
{
	position: relative;
	float: left;
	padding-right: 0.9375em;
	padding-left: 0.9375em;
}
.ix-small-hide
{
	display: block;
	visibility: visible;
}
.ix-medium-hide
{
	display: block;
	visibility: visible;
}
.ix-large-hide
{
	display: none;
	visibility: hidden;
}
.ix-large-push-0
{
	position: relative;
	left: 0;
	right: auto;
}
.ix-large-pull-0
{
	position: relative;
	right: 0;
	left: auto;
}
.ix-large-push-1
{
	position: relative;
	left: 8.33333%;
	right: auto;
}
.ix-large-pull-1
{
	position: relative;
	right: 8.33333%;
	left: auto;
}
.ix-large-push-2
{
	position: relative;
	left: 16.66667%;
	right: auto;
}
.ix-large-pull-2
{
	position: relative;
	right: 16.66667%;
	left: auto;
}
.ix-large-push-3
{
	position: relative;
	left: 25%;
	right: auto;
}
.ix-large-pull-3
{
	position: relative;
	right: 25%;
	left: auto;
}
.ix-large-push-4
{
	position: relative;
	left: 33.33333%;
	right: auto;
}
.ix-large-pull-4
{
	position: relative;
	right: 33.33333%;
	left: auto;
}
.ix-large-push-5
{
	position: relative;
	left: 41.66667%;
	right: auto;
}
.ix-large-pull-5
{
	position: relative;
	right: 41.66667%;
	left: auto;
}
.ix-large-push-6
{
	position: relative;
	left: 50%;
	right: auto;
}
.ix-large-pull-6
{
	position: relative;
	right: 50%;
	left: auto;
}
.ix-large-push-7
{
	position: relative;
	left: 58.33333%;
	right: auto;
}
.ix-large-pull-7
{
	position: relative;
	right: 58.33333%;
	left: auto;
}
.ix-large-push-8
{
	position: relative;
	left: 66.66667%;
	right: auto;
}
.ix-large-pull-8
{
	position: relative;
	right: 66.66667%;
	left: auto;
}
.ix-large-push-9
{
	position: relative;
	left: 75%;
	right: auto;
}
.ix-large-pull-9
{
	position: relative;
	right: 75%;
	left: auto;
}
.ix-large-push-10
{
	position: relative;
	left: 83.33333%;
	right: auto;
}
.ix-large-pull-10
{
	position: relative;
	right: 83.33333%;
	left: auto;
}
.ix-large-push-11
{
	position: relative;
	left: 91.66667%;
	right: auto;
}
.ix-large-pull-11
{
	position: relative;
	right: 91.66667%;
	left: auto;
}
.ix-large-1
{
	width: 8.33333%;
}
.ix-large-2
{
	width: 16.66667%;
}
.ix-large-3
{
	width: 25%;
}
.ix-large-4
{
	width: 33.33333%;
}
.ix-large-5
{
	width: 41.66667%;
}
.ix-large-6
{
	width: 50%;
}
.ix-large-7
{
	width: 58.33333%;
}
.ix-large-8
{
	width: 66.66667%;
}
.ix-large-9
{
	width: 75%;
}
.ix-large-10
{
	width: 83.33333%;
}
.ix-large-11
{
	width: 91.66667%;
}
.ix-large-12
{
	width: 100%;
}
.ix-large-offset-0
{
	margin-left: 0 !important;
}
.ix-large-offset-1
{
	margin-left: 8.33333% !important;
}
.ix-large-offset-2
{
	margin-left: 16.66667% !important;
}
.ix-large-offset-3
{
	margin-left: 25% !important;
}
.ix-large-offset-4
{
	margin-left: 33.33333% !important;
}
.ix-large-offset-5
{
	margin-left: 41.66667% !important;
}
.ix-large-offset-6
{
	margin-left: 50% !important;
}
.ix-large-offset-7
{
	margin-left: 58.33333% !important;
}
.ix-large-offset-8
{
	margin-left: 66.66667% !important;
}
.ix-large-offset-9
{
	margin-left: 75% !important;
}
.ix-large-offset-10
{
	margin-left: 83.33333% !important;
}
.ix-large-offset-11
{
	margin-left: 91.66667% !important;
}
.ix-large-reset-order
{
	float: left;
	left: auto;
	margin-left: 0;
	margin-right: 0;
	right: auto;
}
.ix-grid-column.ix-large-centered
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.ix-grid-column.ix-large-uncentered
{
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ix-grid-column.ix-large-centered:last-child
{
	float: none;
}
.ix-grid-column.ix-large-uncentered:last-child
{
	float: left;
}
.ix-grid-column:last-child:not(:first-child)
{
	float: right;
}
.ix-grid-column.ix-large-uncentered.opposite
{
	float: right;
}
.ix-grid-row.ix-large-collapse > .ix-grid-column
{
	padding-left: 0;
	padding-right: 0;
}
.ix-grid-row.ix-large-collapse .ix-grid-row
{
	margin-left: 0;
	margin-right: 0;
}
.ix-grid-row.ix-large-uncollapse > .ix-grid-column
{
	padding-right: 0.9375em;
	padding-left: 0.9375em;
	float: left;
}
.ix-large-pLNone
{
	padding-left: 0;
}
.ix-large-pRNone
{
	padding-right: 0;
}
.ix-l2 > div > [data-tablerecord]
{
	width: 49.5%;
	float: left;
}
.ix-l2 > div > [data-tablerecord]:not(:nth-child(2n))
{
	margin-right: 1%;
}
.ix-m2l3 > div > [data-tablerecord]
{
	width: 32.66%;
}
.ix-m2l3 > div > [data-tablerecord]:not(:nth-child(2n))
{
	margin-right: 0;
}
.ix-m2l3 > div > [data-tablerecord]:not(:nth-child(3n))
{
	margin-right: 1%;
}
.ix-m2l4 > div > [data-tablerecord]
{
	width: 24.25%;
}
.ix-m2l4 > div > [data-tablerecord]:not(:nth-child(2n))
{
	margin-right: 0;
}
.ix-m2l4 > div > [data-tablerecord]:not(:nth-child(4n))
{
	margin-right: 1%;
}
.ix-m3l5 > div > [data-tablerecord]
{
	width: 19.2%;
}
.ix-m3l5 > div > [data-tablerecord]:not(:nth-child(3n))
{
	margin-right: 0;
}
.ix-m3l5 > div > [data-tablerecord]:not(:nth-child(5n))
{
	margin-right: 1%;
}
.ix-s2m4l6 > div > [data-tablerecord]
{
	width: 15.8333%;
}
.ix-s2m4l6 > div > [data-tablerecord]:not(:nth-child(4n))
{
	margin-right: 0;
}
.ix-s2m4l6 > div > [data-tablerecord]:not(:nth-child(6n))
{
	margin-right: 1%;
}
.ix-s2m5l7 > div > [data-tablerecord]
{
	width: 13.4285%;
}
.ix-s2m5l7 > div > [data-tablerecord]:not(:nth-child(2n))
{
	margin-right: 0;
}
.ix-s2m5l7 > div > [data-tablerecord]:not(:nth-child(5n))
{
	margin-right: 0;
}
.ix-s2m5l7 > div > [data-tablerecord]:not(:nth-child(7n))
{
	margin-right: 1%;
}
.Share_Container_Info
{
	min-height: 220px;
}
.Share_Container_Info_Img img
{
	width: 220px;
	height: 220px;
}
.Share_Container_Info_Content
{
	margin-left: 230px;
	margin-top: -220px;
}
.Share_Container_Info_Iconbar
{
	left: 240px;
}
.Share_Info_Image_Background
{
	width: 220px;
	height: 220px;
}
.Share_shapedtable .pagination li
{
	padding: 1rem !important;
}
.Share_Comments
{
	margin-left: 5rem;
}
.Share_DefaultProfilImageInfo
{
	height: 220px;
	width: 220px;
}
#Container_Menu_Droplist .menu .level0.item
{
	display: block;
}
div.portalsite div.portalcolumn .portlet_news.empty-square
{
	margin: -125px -130px 0 -130px;
}
div.portalsite div.portalcolumn .portlet_loginbg
{
	backface-visibility: hidden;
	display: block;
	overflow: visible;
	transform: translateZ(0);
	transition-duration: 0.3s;
	transition-property: transform;
	vertical-align: middle;
}
div.portalsite div.portalcolumn .portlet-login.empty-square
{
	top: 440px;
	width: 695px;
}
.File_View_Gallery .blueimp-gallery > .indicator > li
{
	width: 40px;
	height: 40px;
	margin: 3px;
}
.File_View_Gallery .blueimp-gallery > .prev
{
	font-size: 60px;
	width: 40px;
	height: 40px;
	line-height: 30px;
	left: 15px;
}
.File_View_Gallery .blueimp-gallery > .next
{
	font-size: 60px;
	width: 40px;
	height: 40px;
	line-height: 30px;
	right: 15px;
}
.calendar_container_left
{
	float: left;
	margin-right: 15px;
}
div.Container_ResponsiveForm.ix-large-label-inline [data-control-type="label"]
{
	display: none;
}
div.Container_ResponsiveForm.ix-large-label-inline input[type="text"],
div.Container_ResponsiveForm.ix-large-label-inline select,
div.Container_ResponsiveForm.ix-large-label-inline textarea,
div.Container_ResponsiveForm.ix-large-label-inline .file-container
{
	display: block;
	width: 100%;
	float: none;
}
div.Container_ResponsiveForm.ix-large-label-inline [placeholder]::-webkit-input-placeholder
{
	color: #818181;
}
div.Container_ResponsiveForm.ix-large-label-inline [placeholder]::-moz-placeholder
{
	color: #818181;
}
div.Container_ResponsiveForm.ix-large-label-inline [placeholder]:-ms-input-placeholder
{
	color: #818181;
}
div.Container_ResponsiveForm.ix-large-label-inline [placeholder]:-moz-placeholder
{
	color: #818181;
}
div.Container_ResponsiveForm.ix-large-label-top [data-control-type="label"]
{
	display: block;
	float: none;
	width: 100%;
	line-height: inherit;
	clear: both;
}
div.Container_ResponsiveForm.ix-large-label-top [data-control-type="viewcontrol"]
{
	display: block;
	float: none;
	clear: both;
	width: initial;
	max-width: 100%;
}
div.Container_ResponsiveForm.ix-large-label-top input[type="text"],
div.Container_ResponsiveForm.ix-large-label-top select,
div.Container_ResponsiveForm.ix-large-label-top textarea,
div.Container_ResponsiveForm.ix-large-label-top .file-container
{
	display: block;
	float: none;
	width: 100%;
}
div.Container_ResponsiveForm.ix-large-label-top [placeholder]::-webkit-input-placeholder
{
	color: transparent;
}
div.Container_ResponsiveForm.ix-large-label-top [placeholder]::-moz-placeholder
{
	color: transparent;
}
div.Container_ResponsiveForm.ix-large-label-top [placeholder]:-ms-input-placeholder
{
	color: transparent;
}
div.Container_ResponsiveForm.ix-large-label-top [placeholder]:-moz-placeholder
{
	color: transparent;
}
div.Container_ResponsiveForm.ix-large-label-left [data-control-type="label"]
{
	display: inline-block;
	float: left;
	width: 15%;
	text-overflow: ellipsis;
	overflow: hidden;
	clear: left;
}
div.Container_ResponsiveForm.ix-large-label-left [data-control-type="viewcontrol"]
{
	float: left;
	clear: right;
	width: 85%;
}
div.Container_ResponsiveForm.ix-large-label-left input[type="text"],
div.Container_ResponsiveForm.ix-large-label-left select,
div.Container_ResponsiveForm.ix-large-label-left textarea,
div.Container_ResponsiveForm.ix-large-label-left .file-container
{
	display: inline-block;
	float: left;
	min-width: initial;
	width: 85%;
}
div.Container_ResponsiveForm.ix-large-label-left [placeholder]::-webkit-input-placeholder
{
	color: transparent;
}
div.Container_ResponsiveForm.ix-large-label-left [placeholder]::-moz-placeholder
{
	color: transparent;
}
div.Container_ResponsiveForm.ix-large-label-left [placeholder]:-ms-input-placeholder
{
	color: transparent;
}
div.Container_ResponsiveForm.ix-large-label-left [placeholder]:-moz-placeholder
{
	color: transparent;
}
div.Container_ResponsiveForm.ix-large-label-hidden [data-control-type="label"]
{
	display: none;
}
div.Container_ResponsiveForm.ix-large-label-hidden [data-control-type="viewcontrol"]
{
	display: block;
	float: none;
	clear: both;
	width: initial;
	max-width: 100%;
}
div.Container_ResponsiveForm .inline-container
{
	display: inline-block;
	clear: left;
}
div.Container_ResponsiveForm .inline-container input,
div.Container_ResponsiveForm .inline-container a
{
	float: left;
}
div.Container_ResponsiveForm .inline-container [data-control-type="label"]
{
	width: auto !important;
	float: left;
}
.ButtonContainer_Responsive input[type="submit"],
.ButtonContainer_Responsive input[type="button"],
.ButtonContainer_Responsive a
{
	width: auto;
	margin: 5px;
	display: inline-block;
}
.TAB_MENU_VERTICAL
{
	padding: 1.5rem 1.5rem 1.5rem 0;
}
.TAB_MENU_VERTICAL > div.row
{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.shapedtable-columns-four *[data-tablerecords] div[data-ix-control="record"]
{
	width: 25%;
}
.shapedtable-columns-four *[data-tablerecords] div[data-ix-control="record"]:nth-child(2n)
{
	padding-right: 1rem;
}
.shapedtable-columns-four *[data-tablerecords] div[data-ix-control="record"]:nth-child(4n)
{
	padding-right: 0;
}
.Filewalker .subheader li
{
	padding: 0 20px 0 0;
}
.Filewalker .subheader li a
{
	font-size: 14px;
	background: transparent;
	border-radius: 0;
	display: inline;
	height: auto;
	padding: 0;
	text-align: left;
	width: auto;
	border: none;
	box-shadow: none;
}
.Filewalker .subheader li a:hover
{
	background-color: transparent;
}
.Filewalker .subheader li.sort a
{
	background: transparent;
	border-radius: 0;
	display: inline;
	height: auto;
	padding: 10px 0;
	text-align: left;
	width: auto;
	border: none;
	box-shadow: none;
}
.Filewalker .content
{
	margin: 10px 0;
}
.Filewalker.Filewalker_Container_Block .FwFolder,
.Filewalker.Filewalker_Container_Block .FwFile
{
	width: 12.15%;
	padding: 0.5%;
}
}

/***************************************************************************************************
 * CUSTOM CSS
 *
 * Allgemeine Ergaenzungen zur layout.css.
 *
 * Selbsterstellte Stileigenschaften.
 * Einstellungsindex gilt fuer alle drei Groessendimensionen (siehe MediaQuery).
 *
 * Media Query Informationen:
 * Umbruch bei (Werte bitte anpassen bei Aenderungen im Layout)
 *  - MEDIUM: 481px
 *  - LARGE: 1025px
 *
 * Inhaltsverzeichnis (TOC):
 *  A)  Basis
 *			- A.000: Templates
 *			- A.100: Variablen
 *			- A.200: Fonts
 *  B)  Struktur
 *			- B.000: Userpanel
 *			- B.100: Seitenleiste
 *	C)  Kontroll-Elemente
 *  		- C.000: Basiseinstellungen
 *      	- C.100: Allgemeine HTML Eigenschaften
 *      		C.110: Rahmen (Border)
 *      		C.120: Schlagschatten
 * 			- C.200: Erweiterte Eigenschaften
 * 				- C.210: Allgemeine Eigenschaften für Kontrollen
 * 				- C.220: Versteckte Elemente und Bereiche
 * 				- C.230: Share
 *  		- C.300: Kontrollen
 *        		- C.310: Text
 *        		- C.320: Schaltflaechen
 *      		- C.330: Gruppierungen
 *      		- C.340: Tabellen
 *      		- C.350: Suchergebnisse
 *      		- C.360: Eingabeelemente
 *			- C.400: Sonstiges
 *
 *	D)	Spezifische-Elemente
 *			- D.000: Tippy
 *			- D.100: Shepherd
 *			- D.200: Wizard
 *			- D.300: Portlets
***************************************************************************************************/


/***************************************************************************************************
 * A: Basis
***************************************************************************************************/

/*************************************************
 * A.000: Templates
*************************************************/

/*-------------------------------------------*\
    MEDIA QUERY (SMALL/MEDIUM/LARGE)
\*-------------------------------------------*/

/***************************************************************************************************
 * MAIN HEADING
***************************************************************************************************/

/*************************************************
 * SUB HEADING
*************************************************/

/**
 *  HEADING
 *
 *  DESCRIPTION
 */

/**
 *  HEADING
 *
 *  DESCRIPTION
 *
 *  Index
 *  - 01
 *  - 02
 *  - 03
 */

 /**
 *  HEADING
 */

/* DIVIDER / DESCRIPTION */


/*-------------------------------------------*\
    SMALL
\*-------------------------------------------*/


/*************************************************
 * DEV
*************************************************/

.debug-c1 {border: 1px solid red;}
.debug-c2 {border: 1px solid blue;}
.debug-c3 {border: 1px solid yellow;}
.debug-c4 {border: 1px solid green;}
.debug-c5 {border: 1px solid purple;}
.debug-c6 {border: 1px solid red;}
.debug-c6 {border: 1px solid palegreen;}
.debug-c7 {border: 1px solid aliceblue;}
.debug-c8 {border: 1px solid bisque;}
.debug-c9 {border: 1px solid cadetblue;}
.debug-c10 {border: 1px solid darkorange;}
.debug-c11 {border: 1px solid fuchsia;}

/*************************************************
 * A.100: Variablen
*************************************************/

:root {

	/**
	*  Farben
	*
	*  Beispiel: color: var(--color-hue-one);
	*  Kundenspezifische Farben sind customer.css definiert.
	*/

	--color-black: #000; /* hsl(0, 0%, 0%) */
	--color-black-light: #1a1a1a; /* hsl(0, 0%, 10%) */
	--color-black-lighter: #212121; /* hsl(0, 0%, 13%) */
	--color-black-even-lighter: #383838; /* hsl(0, 0%, 22%) */
	--color-black-lightest: #808080; /* hsl(0, 0%, 50%) */

	--color-grey-darker: #c5ced3; /* hsl(201, 14%, 80%) */
	--color-grey-dark: #d3dade; /* hsl(202, 14%, 85%) */
	--color-grey: #d5dce0; /* hsl(202, 15%, 86%) */
	--color-grey-light: #e2e7e9; /* hsl(197, 14%, 90%) */
	--color-grey-lighter: #f0f3f4; /* hsl(195, 15%, 95%) */

	--color-white-darker: #f2f2f2; /* hsl(0, 0%, 95%) */
	--color-white-dark: #f7f7f7; /* hsl(0, 0%, 97%) */
	--color-white: #FFF; /* hsl(0, 0%, 100%) */

	--color-info: hsl(204, 100%, 45%); /* Blau */
	--color-info-light: hsl(204,100%,50%);
	--color-info-dark: hsl(204,100%,40%);
	--color-success: hsl(134, 61%, 41%); /* Grün */
	--color-success-light: hsl(134,61%,46%);
	--color-success-dark: hsl(134,61%,36%);
	--color-warning: hsl(48, 100%, 67%); /* Gelb */
	--color-warning-light: hsl(48,100%,72%);
	--color-warning-dark: hsl(48,100%,62%);
	--color-danger:  hsl(354, 70%, 54%); /* Rot */
	--color-danger-light: hsl(354,70%,59%);
	--color-danger-dark: hsl(354,70%,49%);

	--color-primary-default: hsl(262, 47%, 55%); /* Lila */
	--color-primary-light: hsl(262, 47%, 60%);
	--color-primary-dark:  hsl(262, 47%, 50%);
	--color-secondary-default: 	hsl(209, 100%, 42%); /* Blau */
	--color-secondary-light: hsl(209, 100%, 47%);
	--color-secondary-dark: hsl(209, 100%, 37%);

	/* Textgrößen */
	--txt-size-xxs: 1rem;
	--txt-size-xs: 1.2rem;
	--txt-size-s: 1.4rem;
	--txt-size-m: 1.6rem;
	--txt-size-l: 1.8rem;
	--txt-size-xl: 2rem;
	--txt-size-xxl: 2.2rem;

	/* Border */
	--border-radius-default: 0.3rem;

	/* Boxschatten */
	--boxshadow-softest: 0 1rem 1.5rem 0 rgb(0 0 0 / 6%); /* Userpanel */

}

/*************************************************
 * A.200: Fonts
*************************************************/


/* Google Font: PT Sans */

/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/genesis_Gemini/ptsans/pt-sans-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('PT Sans'), local('PTSans-Regular'),
       url('../../fonts/genesis_Gemini/ptsans/pt-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/genesis_Gemini/ptsans/pt-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/genesis_Gemini/ptsans/pt-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/genesis_Gemini/ptsans/pt-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/genesis_Gemini/ptsans/pt-sans-v11-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../../fonts/genesis_Gemini/ptsans/pt-sans-v11-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Italic'), local('PTSans-Italic'),
       url('../../fonts/genesis_Gemini/ptsans/pt-sans-v11-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/genesis_Gemini/ptsans/pt-sans-v11-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/genesis_Gemini/ptsans/pt-sans-v11-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/genesis_Gemini/ptsans/pt-sans-v11-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/genesis_Gemini/ptsans/pt-sans-v11-latin-italic.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/genesis_Gemini/ptsans/pt-sans-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Bold'), local('PTSans-Bold'),
       url('../../fonts/genesis_Gemini/ptsans/pt-sans-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/genesis_Gemini/ptsans/pt-sans-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/genesis_Gemini/ptsans/pt-sans-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/genesis_Gemini/ptsans/pt-sans-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/genesis_Gemini/ptsans/pt-sans-v11-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-700italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../../fonts/genesis_Gemini/ptsans/pt-sans-v11-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'),
       url('../../fonts/genesis_Gemini/ptsans/pt-sans-v11-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/genesis_Gemini/ptsans/pt-sans-v11-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/genesis_Gemini/ptsans/pt-sans-v11-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/genesis_Gemini/ptsans/pt-sans-v11-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/genesis_Gemini/ptsans/pt-sans-v11-latin-700italic.svg#PTSans') format('svg'); /* Legacy iOS */
}


/***************************************************************************************************
 * B: Struktur
 *
 * Formgebende Elemente fuer das grundlegende Layout des Portals.
***************************************************************************************************/

/*************************************************
 * B.000: Userpanel
*************************************************/

/**
 *  User Avatar Parent
 *
 *  Parent Element to all containers
*/

#User_Avatar {
	position: relative;
}

/**
 *  Call Avatar Panel
 *
 *  HTML-Container to open the Panel
*/

.User_Avatar_Button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1rem;
	padding: 0 1rem;
	height: 3rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.User_Avatar_Button_Selected,
.User_Avatar_Button:hover {
	cursor: pointer;
	color: var(--color-black-even-lighter);
    text-decoration: none;
}

/**
 *  User Avatar
 *
 *  User Name and Image
*/

.User_Avatar_Name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	white-space: nowrap;
	font-weight: 400;
	color: var(--color-black-lightest);
}

.User_Avatar_Name span {
	display: none;
}

#User_Avatar_Image img,
#callAvatarPanel img {
	border-radius: 50%;
}

.User_Avatar_Head {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.User_Avatar_Head > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.User_Avatar_Head > span a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0.5rem 1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.User_Avatar_Head a img {
	border-radius: 50%;
}

.User_Avatar_Head > span p {
	font-size: 1.8rem;
    font-weight: 600;
}

.User_Avatar_Dome {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	font-size: 1.1rem;
	font-weight: 600;
	height: 2.4rem;
	min-height: 2.4rem;
	width: 2.4rem;
	min-width: 2.4rem;
	line-height: 2.4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: var(-color-white);
	background-color: var(--color-black-even-lighter);
}

.User_Avatar_Button:hover .User_Avatar_Name {
	color: var(--color-black-lighter);
}

/**
 * Panel
 *
 *  TOC:
 *    - Item
 *    - Settings Wrapper
 *    - User Wrapper
 *    - Divider
 *    - Links
*/

#User_Avatar_Panel {
	position: absolute;
	top: 3.5rem;
	right: 0.5rem;
	min-width: 30rem;
	max-width: 35rem;
	color: var(--color-black-even-lighter);
	background-color: var(--color-white);
	-webkit-box-shadow: 0 1rem 1.5rem 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 1rem 1.5rem 0 rgba(0, 0, 0, 0.06);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0.1rem solid var(--color-grey);
	border-radius: 0.3rem;
	font-size: 1.3rem;
	font-weight: 500;
}

/**
 *  Item
*/

.User_Avatar_Item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 4rem;
	color: var(--color-black-lighter);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.User_Avatar_Item_Bg {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 1rem;
	width: 100%;
	min-height: 4rem;
}

.User_Avatar_Item_Bg img {
	margin-right: 1rem;
}

.User_Avatar_Item_Bg i:first-child {
	margin-right: 1rem;
}

.User_Avatar_Item_Bg i:last-child {
	margin-left: auto;
}

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


.toggle_Panel_Item:hover,
.goBack_to_Menu:hover,
.User_Avatar_Item_Bg:hover,
.User_Avatar_Head > span a:hover {
	color: var(--color-black-lighter);
	background-color: var(--color-white-dark);
	-moz-box-shadow: 0 0 0.5rem 0 #efefef inset;
	-webkit-box-shadow: 0 0 0.5rem 0 #efefef inset;
	box-shadow: 0 0 0.5rem 0 #efefef inset;
	text-decoration: none;
	cursor: pointer;
}

.goBack_to_Menu {
	background-color: var(--color-white-dark);
}


/**
 *  Settings Wrapper
*/

 #User_Avatar_Settings_Wrapper,
 #User_Avatar_Settings_Menu_Wrapper,
 #User_Avatar_Settings_toggledMenu_Wrapper {
	width: 100%;
}

#toggled_Menu_Settings {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 4.5rem;
	width: 100%;
	min-height: 4rem;
}

#toggled_Menu_Settings #settingsToggle {
	display: none;
}

#toggled_Menu_Settings ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#toggled_Menu_Settings ul li {
	width: 100%;
}

#toggled_Menu_Settings ul li:not([id]) {
	display: none !important;
}

#toggled_Menu_Settings ul li[id] a {
	display: block;
	text-align: left;
	width: 100%;
	height: 100%;
}

#toggled_Menu_Settings .Action_Settings {
	width: 100%;
}

#toggled_Menu_Password a,
#toggled_Menu_Languages #ID_Languageswitch a,
#toggled_Menu_Locales #ID_Localeswitch a,
#toggled_Menu_Layouts #ID_Layoutswitch a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 4.5rem;
	width: 100%;
	min-height: 4rem;
}


#toggled_Menu_Languages #ID_Languageswitch,
#toggled_Menu_Locales #ID_Localeswitch,
#toggled_Menu_Layouts #ID_Layoutswitch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#toggled_Menu_Languages #ID_Languageswitch span,
#toggled_Menu_Locales #ID_Localeswitch span,
#toggled_Menu_Layouts #ID_Layoutswitch span {
	display: none;
}


#toggled_Menu_Settings:hover,
#toggled_Menu_Password:hover,
#toggled_Menu_Languages #ID_Languageswitch a:hover,
#toggled_Menu_Locales #ID_Localeswitch a:hover,
#toggled_Menu_Layouts #ID_Layoutswitch a:hover {
	color: var(--color-black-lighter);
	background-color: var(--color-white-dark);
	-moz-box-shadow: 0 0 5px 0 #efefef inset;
	-webkit-box-shadow: 0 0 5px 0 #efefef inset;
	box-shadow: 0 0 5px 0 #efefef inset;
	text-decoration: none;
	cursor: pointer;
}

/**
 *  User Wrapper
*/

 #User_Avatar_User_Wrapper #ID_LogoutAction
{
	width: 100%;
	height: 100%;
	text-align: left;
}

/**
 *  Divider
*/

 #User_Avatar_Panel .Panel_Divider {
	 border-bottom: 0.1rem solid var(--color-grey);
 }

/**
 *  Links
*/

 #User_Avatar_Panel a {
	color: var(--color-black-even-lighter);
}

#User_Avatar_Panel a:hover {
	text-decoration: none;
}


/**
 * Layout
 *
 * Styleangaben fuer genesis Gemini.
 * Definiert Struktur der Seitenleiste sowie der Buttons.
*/

/*************************************************
 *  B.100: Seitenleiste
*************************************************/

.hide_Sidebar {
    margin-left: -24.4rem;
}

.adjust_Main {
	margin-left: 0!important;
}

.show_Topbar_MenuButton {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-left: 3rem;
	margin-right: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.hide_Topbar_MenuButton {
    display: none;
}

#btn_Topbar_ShowControls,
#btn_Topbar_HideControls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 1rem;
	height: 3rem;
	width: 3rem;
}

#btn_Topbar_ShowControls:hover,
#btn_Topbar_HideControls:hover {
    color: var(--color-black-even-lighter);
    background-color: var(--color-grey);
    cursor: pointer;
}

#Container_Menu_Droplist .menuopenclose.close:after {
	content: 'close';
}

/***************************************************************************************************
 *  C: Kontroll-Elemente
 *
 *  Styling von Kontrollen wie z.B. Buttons, Listen, Links ...
***************************************************************************************************/

/*************************************************
 *  C.000: Basiseinstellungen
*************************************************/

/* Responsive Bilder */

.Set_Image_Responsive img,
img.Set_Image_Responsive {
	max-width: 100%;
	height: auto;
}

/* Verhindert das Markieren von Inhalt */

.dont_Touch,
.Dont_Touch,
.TT_Header,
.Link_Style_Button,
.Link_Style_Text,
.Container_Tagbox,
.Container_Checkbox label,
.Container_Chip,
.Container_Table_Card,
.Container_Toggle label,
input[role="button"],
button,
#Container_Menu_Droplist .link,
#Container_Menu_Droplist .text,
#Container_Menu_Droplist .smi {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Outline */

.Link_Style_Button:focus,
.Link_Style_Button:link:focus,
.Link_Style_Text:focus,
.Link_Style_Text:link:focus {
	outline: 0.2rem solid var(--color-info);
	outline-offset: -0.2rem;
}

/* Background */

.Set_Background_Color_White_Darker {background-color: var(--color-white-darker)!important;}
.Set_Background_Color_White_Dark {background-color: var(--color-white-dark)!important;}
.Set_Background_Color_Grey {background-color: var(--color-grey)!important;}
.Set_Background_Color_Hue_One {background-color: var(--color-hue-one)!important;}
.Set_Background_Color_Hue_Two {background-color: var(--color-hue-two)!important;}
.Set_Background_Color_Hue_Three {background-color: var(--color-hue-three)!important;}
.Set_Background_Color_Hue_Four {background-color: var(--color-hue-four)!important;}
.Set_Background_Color_Info {background-color: var(--color-info)!important;}
.Set_Background_Color_Success {background-color: var(--color-success)!important;}
.Set_Background_Color_Warning {background-color: var(--color-warning)!important;}
.Set_Background_Color_Danger {background-color: var(--color-danger)!important;}

/*************************************************
 *  C.100: Allgemeine HTML Eigenschaften
*************************************************/

/*************************************************
 * C.110: Rahmen (Border)
*************************************************/

/* Border */

.Set_Border_Transparent {border: 0.1rem solid transparent;}

.set_Border_light,
.Set_Border_Light {
	border: 0.1rem solid var(--color-grey-light);
}

.set_Border_top_light,
.Set_Border_Top_Light {
	border-top: 0.1rem solid var(--color-grey-light);
}

.set_Border_right_light,
.Set_Border_Right_Light {
	border-right: 0.1rem solid var(--color-grey-light);
}

.set_Border_bottom_light,
.Set_Border_Bottom_Light {
	border-bottom: 0.1rem solid var(--color-grey-light);
}

.set_Border_left_light,
.Set_Border_Left_Light {
	border-left: 0.1rem solid var(--color-grey-light);
}

.set_Border_dark,
.Set_Border_Dark {
	border: 0.1rem solid var(--color-grey);
}

.set_Border_top_dark,
.Set_Border_Top_Dark {
	border-top: 0.1rem solid var(--color-grey);
}

.set_Border_right_dark,
.Set_Border_Right_Dark {
	border-right: 0.1rem solid var(--color-grey);
}

.set_Border_bottom_dark,
.Set_Border_Bottom_Dark {
	border-bottom: 0.1rem solid var(--color-grey);
}

.set_Border_left_dark,
.Set_Border_Left_Dark {
	border-left: 0.1rem solid var(--color-grey);
}

.Set_Border_Hue_One {border: 0.1rem solid var(--color-hue-one);}
.Set_Border_Top_Hue_One {border-top: 0.1rem solid var(--color-hue-one);}
.Set_Border_Right_Hue_One {border-right: 0.1rem solid var(--color-hue-one);}
.Set_Border_Bottom_Hue_One {border-bottom: 0.1rem solid var(--color-hue-one);}
.Set_Border_Left_Hue_One {border-left: 0.1rem solid var(--color-hue-one);}

.Set_Border_Hue_Two {border: 0.1rem solid var(--color-hue-two);}
.Set_Border_Top_Hue_Two {border-top: 0.1rem solid var(--color-hue-two);}
.Set_Border_Right_Hue_Two {border-right: 0.1rem solid var(--color-hue-two);}
.Set_Border_Bottom_Hue_Two {border-bottom: 0.1rem solid var(--color-hue-two);}
.Set_Border_Left_Hue_Two {border-left: 0.1rem solid var(--color-hue-two);}

.Set_Border_Hue_Three {border: 0.1rem solid var(--color-hue-three);}
.Set_Border_Top_Hue_Three {border-top: 0.1rem solid var(--color-hue-three);}
.Set_Border_Right_Hue_Three {border-right: 0.1rem solid var(--color-hue-three);}
.Set_Border_Bottom_Hue_Three {border-bottom: 0.1rem solid var(--color-hue-three);}
.Set_Border_Left_Hue_Three {border-left: 0.1rem solid var(--color-hue-three);}

.Set_Border_Hue_Four {border: 0.1rem solid var(--color-hue-four);}
.Set_Border_Top_Hue_Four {border-top: 0.1rem solid var(--color-hue-four);}
.Set_Border_Right_Hue_Four {border-right: 0.1rem solid var(--color-hue-four);}
.Set_Border_Bottom_Hue_Four {border-bottom: 0.1rem solid var(--color-hue-four);}
.Set_Border_Left_Hue_Four {border-left: 0.1rem solid var(--color-hue-four);}

.Set_Border_Hue_Five {border: 0.1rem solid var(--color-hue-five);}
.Set_Border_Top_Hue_Five {border-top: 0.1rem solid var(--color-hue-five);}
.Set_Border_Right_Hue_Five {border-right: 0.1rem solid var(--color-hue-five);}
.Set_Border_Bottom_Hue_Five {border-bottom: 0.1rem solid var(--color-hue-five);}
.Set_Border_Left_Hue_Five {border-left: 0.1rem solid var(--color-hue-five);}

.Set_Border_Black {border: 0.1rem solid var(--color-black);}
.Set_Border_Top_Black {border-top: 0.1rem solid var(--color-black);}
.Set_Border_Right_Black {border-right: 0.1rem solid var(--color-black);}
.Set_Border_Bottom_Black {border-bottom: 0.1rem solid var(--color-black);}
.Set_Border_Left_Black {border-left: 0.1rem solid var(--color-black);}

.Set_Border_Black_Light {border: 0.1rem solid var(--color-black-light);}
.Set_Border_Top_Black_Light {border-top: 0.1rem solid var(--color-black-light);}
.Set_Border_Right_Black_Light {border-right: 0.1rem solid var(--color-black-light);}
.Set_Border_Bottom_Black_Light {border-bottom: 0.1rem solid var(--color-black-light);}
.Set_Border_Left_Black_Light {border-left: 0.1rem solid var(--color-black-light);}

.Set_Border_Black_Lighter {border: 0.1rem solid var(--color-black-lighter);}
.Set_Border_Top_Black_Lighter {border-top: 0.1rem solid var(--color-black-lighter);}
.Set_Border_Right_Black_Lighter {border-right: 0.1rem solid var(--color-black-lighter);}
.Set_Border_Bottom_Black_Lighter {border-bottom: 0.1rem solid var(--color-black-lighter);}
.Set_Border_Left_Black_Lighter {border-left: 0.1rem solid var(--color-black-lighter);}

.Set_Border_Black_Even_Lighter {border: 0.1rem solid var(--color-black-even-lighter);}
.Set_Border_Top_Black_Even_Lighter {border-top: 0.1rem solid var(--color-black-even-lighter);}
.Set_Border_Right_Black_Even_Lighter {border-right: 0.1rem solid var(--color-black-even-lighter);}
.Set_Border_Bottom_Black_Even_Lighter {border-bottom: 0.1rem solid var(--color-black-even-lighter);}
.Set_Border_Left_Black_Even_Lighter {border-left: 0.1rem solid var(--color-black-even-lighter);}

.Set_Border_Black_Lightest {border: 0.1rem solid var(--color-black-lightest);}
.Set_Border_Top_Black_Lightest {border-top: 0.1rem solid var(--color-black-lightest);}
.Set_Border_Right_Black_Lightest {border-right: 0.1rem solid var(--color-black-lightest);}
.Set_Border_Bottom_Black_Lightest {border-bottom: 0.1rem solid var(--color-black-lightest);}
.Set_Border_Left_Black_Lightest {border-left: 0.1rem solid var(--color-black-lightest);}

.Set_Border_Grey_Darker {border: 0.1rem solid var(--color-grey-darker);}
.Set_Border_Top_Grey_Darker {border-top: 0.1rem solid var(--color-grey-darker);}
.Set_Border_Right_Grey_Darker {border-right: 0.1rem solid var(--color-grey-darker);}
.Set_Border_Bottom_Grey_Darker {border-bottom: 0.1rem solid var(--color-grey-darker);}
.Set_Border_Left_Grey_Darker {border-left: 0.1rem solid var(--color-grey-darker);}

.Set_Border_Grey_Dark {border: 0.1rem solid var(--color-grey-dark);}
.Set_Border_Top_Grey_Dark {border-top: 0.1rem solid var(--color-grey-dark);}
.Set_Border_Right_Grey_Dark {border-right: 0.1rem solid var(--color-grey-dark);}
.Set_Border_Bottom_Grey_Dark {border-bottom: 0.1rem solid var(--color-grey-dark);}
.Set_Border_Left_Grey_Dark {border-left: 0.1rem solid var(--color-grey-dark);}

.Set_Border_Grey {border: 0.1rem solid var(--color-grey);}
.Set_Border_Top_Grey {border-top: 0.1rem solid var(--color-grey);}
.Set_Border_Right_Grey {border-right: 0.1rem solid var(--color-grey);}
.Set_Border_Bottom_Grey {border-bottom: 0.1rem solid var(--color-grey);}
.Set_Border_Left_Grey {border-left: 0.1rem solid var(--color-grey);}

.Set_Border_Grey_Light {border: 0.1rem solid var(--color-grey-light);}
.Set_Border_Top_Grey_Light {border-top: 0.1rem solid var(--color-grey-light);}
.Set_Border_Right_Grey_Light {border-right: 0.1rem solid var(--color-grey-light);}
.Set_Border_Bottom_Grey_Light {border-bottom: 0.1rem solid var(--color-grey-light);}
.Set_Border_Left_Grey_Light {border-left: 0.1rem solid var(--color-grey-light);}

.Set_Border_Grey_Lighter {border: 0.1rem solid var(--color-grey-lighter);}
.Set_Border_Top_Grey_Lighter {border-top: 0.1rem solid var(--color-grey-lighter);}
.Set_Border_Right_Grey_Lighter {border-right: 0.1rem solid var(--color-grey-lighter);}
.Set_Border_Bottom_Grey_Lighter {border-bottom: 0.1rem solid var(--color-grey-lighter);}
.Set_Border_Left_Grey_Lighter {border-left: 0.1rem solid var(--color-grey-lighter);}

.Set_Border_White_Darker {border: 0.1rem solid var(--color-white-darker);}
.Set_Border_Top_White_Darker {border-top: 0.1rem solid var(--color-white-darker);}
.Set_Border_Right_White_Darker {border-right: 0.1rem solid var(--color-white-darker);}
.Set_Border_Bottom_White_Darker {border-bottom: 0.1rem solid var(--color-white-darker);}
.Set_Border_Left_White_Darker {border-left: 0.1rem solid var(--color-white-darker);}

.Set_Border_White_Dark {border: 0.1rem solid var(--color-white-dark);}
.Set_Border_Top_White_Dark {border-top: 0.1rem solid var(--color-white-dark);}
.Set_Border_Right_White_Dark {border-right: 0.1rem solid var(--color-white-dark);}
.Set_Border_Bottom_White_Dark {border-bottom: 0.1rem solid var(--color-white-dark);}
.Set_Border_Left_White_Dark {border-left: 0.1rem solid var(--color-white-dark);}

.Set_Border_White {border: 0.1rem solid var(--color-white);}
.Set_Border_Top_White {border-top: 0.1rem solid var(--color-white);}
.Set_Border_Right_White {border-right: 0.1rem solid var(--color-white);}
.Set_Border_Bottom_White {border-bottom: 0.1rem solid var(--color-white);}
.Set_Border_Left_White {border-left: 0.1rem solid var(--color-white);}

.Set_Border_Info {border: 0.1rem solid var(--color-info);}
.Set_Border_Top_Info {border-top: 0.1rem solid var(--color-info);}
.Set_Border_Right_Info {border-right: 0.1rem solid var(--color-info);}
.Set_Border_Bottom_Info {border-bottom: 0.1rem solid var(--color-info);}
.Set_Border_Left_Info {border-left: 0.1rem solid var(--color-info);}

.Set_Border_Success {border: 0.1rem solid var(--color-success);}
.Set_Border_Top_Success {border-top: 0.1rem solid var(--color-success);}
.Set_Border_Right_Success {border-right: 0.1rem solid var(--color-success);}
.Set_Border_Bottom_Success {border-bottom: 0.1rem solid var(--color-success);}
.Set_Border_Left_Success {border-left: 0.1rem solid var(--color-success);}

.Set_Border_Warning {border: 0.1rem solid var(--color-warning);}
.Set_Border_Top_Warning {border-top: 0.1rem solid var(--color-warning);}
.Set_Border_Right_Warning {border-right: 0.1rem solid var(--color-warning);}
.Set_Border_Bottom_Warning {border-bottom: 0.1rem solid var(--color-warning);}
.Set_Border_Left_Warning {border-left: 0.1rem solid var(--color-warning);}

.Set_Border_Danger {border: 0.1rem solid var(--color-danger);}
.Set_Border_Top_Danger {border-top: 0.1rem solid var(--color-danger);}
.Set_Border_Right_Danger {border-right: 0.1rem solid var(--color-danger);}
.Set_Border_Bottom_Danger {border-bottom: 0.1rem solid var(--color-danger);}
.Set_Border_Left_Danger {border-left: 0.1rem solid var(--color-danger);}

/* Border-Radius */

.Set_Border_Radius {border-radius: var(--border-radius-default);}

.set_Border_Radius_top,
.Set_Border_Radius_Top {
	border-radius: 0.3rem 0.3rem 0 0;
}

.set_Border_Radius_bottom,
.Set_Border_Radius_Bottom {
	border-radius: 0 0 0.3rem 0.3rem;
}

.set_Border_Radius_top_left,
.Set_Border_Radius_Top_Left {
	border-top-left-radius: 0.3rem;
}

.set_Border_Radius_top_right,
.Set_Border_Radius_Top_Right {
	border-top-right-radius: 0.3rem;
}

.set_Border_Radius_bottom_left,
.Set_Border_Radius_Bottom_Left {
	border-bottom-left-radius: 0.3rem;
}

.set_Border_Radius_bottom_right,
.Set_Border_Radius_Bottom_Right {
	border-bottom-right-radius: 0.3rem;
}

/* Fieldset */

fieldset {
	display: block;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-block-start: 0.35em;
	padding-inline-start: 0.75em;
	padding-inline-end: 0.75em;
	padding-block-end: 0.625em;
	min-inline-size: min-content;
	border-width: 0.1rem;
	border-radius: 0.3rem;
	border-style: solid;
	border-color: var(--color-grey);
	border-image: initial;
}


/*************************************************
 * C.120: Schlagschatten
*************************************************/

.Set_Shadow_Depth_1 {
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.20);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.20);
}

.Set_Shadow_Depth_2 {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.20);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.20);
}

.Set_Shadow_Depth_3 {
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.12), 0 1px 8px 0 rgba(0,0,0,0.20);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.12), 0 1px 8px 0 rgba(0,0,0,0.20);
}

.Set_Shadow_Depth_4 {
	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.20);
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.20);
}

.Set_Shadow_Depth_5 {
	-webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.20);
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.20);
}

.Set_Shadow_Depth_6 {
	-webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.20);
	box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.20);
}

.Set_Shadow_Depth_7 {
	-webkit-box-shadow: 0 9px 12px 1px rgba(0,0,0,0.14), 0 3px 16px 2px rgba(0,0,0,0.12), 0 5px 6px -3px rgba(0,0,0,0.20);
	box-shadow: 0 9px 12px 1px rgba(0,0,0,0.14), 0 3px 16px 2px rgba(0,0,0,0.12), 0 5px 6px -3px rgba(0,0,0,0.20);
}

.Set_Shadow_Depth_8 {
	-webkit-box-shadow: 0 12px 17px 2px rgba(0,0,0,0.14), 0 5px 22px 4px rgba(0,0,0,0.12), 0 7px 8px -4px rgba(0,0,0,0.20);
	box-shadow: 0 12px 17px 2px rgba(0,0,0,0.14), 0 5px 22px 4px rgba(0,0,0,0.12), 0 7px 8px -4px rgba(0,0,0,0.20);
}

.Set_Shadow_Depth_9 {
	-webkit-box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.20);
	box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.20);
}

.Set_Shadow_Depth_10 {
	-webkit-box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.20);
	box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.20);
}

/*************************************************
 *  C.200: Erweiterte Eigenschaften
*************************************************/

/*************************************************
 * C.210: Allgemeine Eigenschaften für Kontrollen
*************************************************/

/* Padding */

.set_Padding_xs,
.Set_Padding_XS {
	padding: 0.5rem!important;
}

.set_Padding_s,
.Set_Padding_S {
	padding: 1rem!important;
}

.set_Padding_m,
.Set_Padding_M {
	padding: 1.5rem!important;
}

.set_Padding_l,
.Set_Padding_L {
	padding: 2rem!important;
}

.set_Padding_xl,
.Set_Padding_XL {
	padding: 2.5rem!important;
}

.set_Padding_top_xs,
.Set_Padding_Top_XS {
	padding-top: 0.5rem!important;
}

.set_Padding_top_s,
.Set_Padding_Top_S {
	padding-top: 1rem!important;
}

.set_Padding_top_m,
.Set_Padding_Top_M {
	padding-top: 1.5rem!important;
}

.set_Padding_top_l,
.Set_Padding_Top_L {
	padding-top: 2rem!important;
}

.set_Padding_top_xl,
.Set_Padding_Top_XL {
	padding-top: 2.5rem!important;
}

.set_Padding_right_xs,
.Set_Padding_Right_XS {
	padding-right: 0.5rem!important;
}

.set_Padding_right_s,
.Set_Padding_Right_S {
	padding-right: 1rem!important;
}

.set_Padding_right_m,
.Set_Padding_Right_M {
	padding-right: 1.5rem!important;
}

.set_Padding_right_l,
.Set_Padding_Right_L {
	padding-right: 2rem!important;
}

.set_Padding_right_xl,
.Set_Padding_Right_XL {
	padding-right: 2.5rem!important;
}

.set_Padding_bottom_xs,
.Set_Padding_Bottom_XS {
	padding-bottom: 0.5rem!important;
}

.set_Padding_bottom_s,
.Set_Padding_Bottom_S {
	padding-bottom: 1rem!important;
}

.set_Padding_bottom_m,
.Set_Padding_Bottom_M {
	padding-bottom: 1.5rem!important;
}

.set_Padding_bottom_l,
.Set_Padding_Bottom_L {
	padding-bottom: 2rem!important;
}

.set_Padding_bottom_xl,
.Set_Padding_Bottom_XL {
	padding-bottom: 2.5rem!important;
}

.set_Padding_left_xs,
.Set_Padding_Left_XS {
	padding-left: 0.5rem!important;
}

.set_Padding_left_s,
.Set_Padding_Left_S {
	padding-left: 1rem!important;
}

.set_Padding_left_m,
.Set_Padding_Left_M {
	padding-left: 1.5rem!important;
}

.set_Padding_left_l,
.Set_Padding_Left_L {
	padding-left: 2rem!important;
}

.set_Padding_left_xl,
.Set_Padding_Left_XL {
	padding-left: 2.5rem!important;
}

/* Margin */

.set_Margin_xs,
.Set_Margin_XS {
	margin: 0.5rem!important;
}

.set_Margin_s,
.Set_Margin_S {
	margin: 1rem!important;
}

.set_Margin_m,
.Set_Margin_M {
	margin: 1.5rem!important;
}

.set_Margin_l,
.Set_Margin_L {
	margin: 2rem!important;
}

.set_Margin_xl,
.Set_Margin_XL {
	margin: 2rem!important;
}

.set_Margin_top_xs,
.Set_Margin_Top_XS {
	margin-top: 0.5rem!important;
}

.set_Margin_top_s,
.Set_Margin_Top_S {
	margin-top: 1rem!important;
}

.set_Margin_top_m,
.Set_Margin_Top_M {
	margin-top: 1.5rem!important;
}

.set_Margin_top_l,
.Set_Margin_Top_L {
	margin-top: 2rem!important;
}

.set_Margin_top_xl,
.Set_Margin_Top_XL {
	margin-top: 2.5rem!important;
}

.set_Margin_right_xs,
.Set_Margin_Right_XS {
	margin-right: 0.5rem!important;
}

.set_Margin_right_s,
.Set_Margin_Right_S {
	margin-right: 1rem!important;
}

.set_Margin_right_m,
.Set_Margin_Right_M {
	margin-right: 1.5rem!important;
}

.set_Margin_right_l,
.Set_Margin_Right_L {
	margin-right: 2rem!important;
}

.set_Margin_right_xl,
.Set_Margin_Right_XL {
	margin-right: 2.5rem!important;
}

.set_Margin_bottom_xs,
.Set_Margin_Bottom_XS {
	margin-bottom: 0.5rem!important;
}

.set_Margin_bottom_s,
.Set_Margin_Bottom_S {
	margin-bottom: 1rem!important;
}

.set_Margin_bottom_m,
.Set_Margin_Bottom_M {
	margin-bottom: 1.5rem!important;
}

.set_Margin_bottom_l,
.Set_Margin_Bottom_L {
	margin-bottom: 2rem!important;
}

.set_Margin_bottom_xl,
.Set_Margin_Bottom_XL {
	margin-bottom: 2.5rem!important;
}

.set_Margin_left_xs,
.Set_Margin_Left_XS {
	margin-left: 0.5rem!important;
}

.set_Margin_left_s,
.Set_Margin_Left_S {
	margin-left: 1rem!important;
}

.set_Margin_left_m,
.Set_Margin_Left_M {
	margin-left: 1.5rem!important;
}

.set_Margin_left_l,
.Set_Margin_Left_L {
	margin-left: 2rem!important;
}

.set_Margin_left_xl,
.Set_Margin_Left_XL {
	margin-left: 2.5rem!important;
}

/*************************************************
 * C.220: Versteckte Elemente und Bereiche
*************************************************/

.hide_Element,
.Hide_Element {
    display: none!important;
}

.show_Element,
.Show_Element {
    display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
}

/*************************************************
 * C.230: Share
*************************************************/

/**
 *  Notification
*/

.unread_Message {
	display: -webkit-inline-flex!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important;
}

/**
 *  Navigation
*/

.Share_Listbox_Navigation > li {
	max-height: none!important;
}

/**
 *  Kommentare
*/

[data-id="feedCommentsContainer"] .Share_Comment{
	background: var(--color-white-dark);
}

[data-id="feedCommentsContainer"] [data-id="feedComment"],
[data-id="feedCommentsContainer"] [data-id="addComment"] {
	padding: 1rem;
}

[data-id="feedCommentsContainer"] [data-id="addComment"] a {
	min-height: auto!important;
	padding: 0!important;
}

/*************************************************
 *  C.300: Kontrollen
*************************************************/

/*************************************************
 *  C.310: Text
*************************************************/

/**
 *  Label
*/

.Text_Label_Strong {
	font-weight: 600;
	color: var(--color-black-even-lighter);
}

.Text_Label_Soft {
	font-weight: lighter;
	color: var(--color-black-lightest);
}

.Text_Label_Underline {
	border-bottom: 0.1rem dotted var(--color-grey);
}

.Text_Label_Tooltip {
	color: var(--color-white);
}

.Text_Label_Tooltip_Strong {
	color: var(--color-white);
	font-weight: 600;
}

.Text_Label_Soft_Underline {
	font-weight: normal;
	color: var(--color-black-lightest);
	border-bottom: 0.1rem dotted var(--color-grey-light);
}

.Text_TT {
	font-weight: normal;
	font-size: var(--txt-size-s);
	color: var(--color-white);
}

.Text_Break_Normal {
	word-break: normal;
}

.Text_Break_All {
	word-break: break-all;
}

.Text_Break_Word {
	word-break: break-word;
}

/**
 *  Überschrift
*/

.Text_Heading {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 0.2rem solid var(--color-grey-light);
}

/**
 *  Sonstige
*/

.Set_Colon::after {content: ': ';}
.Text_Hidden {font-size: 0!important;}

.Text_Icon {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important;
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
	font-family: inherit!important;
	font-size: inherit!important;
	font-weight: inherit!important;
}

.Text_Icon.Text_Strong {font-weight: bold!important;}

.Text_Mandatory::after {
	content: '*';
	color: var(--color-danger);
    font-weight: 600;
    font-size: 1.6rem;
}

/* Umbrüche */

.Text_Break_All {word-break: break-all;}
.Text_Break_Word {word-break: break-word;}

/* Textgröße */

.Text_XXS {font-size: var(--txt-size-xxs)!important;}
.Text_XS {font-size: var(--txt-size-xs)!important;}
.Text_S {font-size: var(--txt-size-s)!important;}
.Text_M {font-size: var(--txt-size-m)!important;}
.Text_L {font-size: var(--txt-size-l)!important;}
.Text_XL {font-size: var(--txt-size-xl)!important;}
.Text_XXL {font-size: var(--txt-size-xxl)!important;}

/* Color */

.Set_Color_Hue_One {color: var(--color-hue-one)!important;}
.Set_Color_Hue_Two {color: var(--color-hue-two)!important;}
.Set_Color_Hue_Three {color: var(--color-hue-three)!important;}
.Set_Color_Hue_Four {color: var(--color-hue-four)!important;}
.Set_Color_Info {color: var(--color-info)!important;}
.Set_Color_Success {color: var(--color-success)!important;}
.Set_Color_Warning {color: var(--color-warning)!important;}
.Set_Color_Danger {color: var(--color-danger)!important;}
.Set_Color_Black {color: var(--color-black)!important;}
.Set_Color_Black_Light {color: var(--color-black-light)!important;}
.Set_Color_Black_Lighter {color: var(--color-black-lighter)!important;}
.Set_Color_Black_Even_Lighter {color: var(--color-black-even-lighter)!important;}
.Set_Color_Black_Lightest {color: var(--color-black-lightest)!important;}
.Set_Color_Grey_Darker {color: var(--color-grey-darker)!important;}
.Set_Color_Grey_Dark {color: var(--color-grey-dark)!important;}
.Set_Color_Grey {color: var(--color-grey)!important;}
.Set_Color_Grey_Light {color: var(--color-grey-light)!important;}
.Set_Color_Grey_Lighter {color: var(--color-grey-lighter)!important;}
.Set_Color_White_Darker {color: var(--color-white-darker)!important;}
.Set_Color_White_Dark {color: var(--color-white-dark)!important;}
.Set_Color_White {color: var(--color-white)!important;}

/**
 * Badge
*/

.Badge_Item {
display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color-grey-light);
    color: var(--color-black-lightest);
    text-decoration: none;
    padding: 0.5rem 0.8rem;
    border-radius: 1rem;
}

/*************************************************
 *  C.320: Schaltflaechen
*************************************************/

/**
 * Link
*/

/* Menu */

.Link_Menu,
.Link_Menu:link
{
	text-decoration: none;
}

.Link_Menu:focus
{
	outline: 0.1rem solid var(--color-info);
	outline-offset: 0;
}

.Link_Menu:hover,
.Link_Menu:active
{
	text-decoration: underline;
	color: var(--color-hue-two);
}

/**
 * Seitennavigation
 *
 * Menueeintraege werden ueber die Styleklasse Sidenav_Entry eingefuegt.
*/

.Container_Sidenav {
	max-height: 60rem;
	overflow-y: auto;
}

.Link_Navigation_Menu,
.Link_Navigation_Menu:link
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 4rem;
	border-left: 0.2rem solid transparent;
	padding-left: 0.8rem;
}

.Link_Navigation_Menu:focus,
.Link_Navigation_Menu:hover
{
	background-color: var(--color-white-dark);
	text-decoration: none;
	border-left: 0.2rem solid var(--color-hue-two);
	padding-left: 0.8rem;
}

/**
 * Link-Style
 * Gestaltung von Text-Links (Nicht für Input-Schaltflächen verwendbar).
 * Für das Zusammenlegen von Buttons siehe Gruppierungen.
 *
 * Wichtig fuer den Einsatz von Font-Icons.
 *  - Button Style: Die Schaltflächen nimmt die Form eines Buttons an.
 *  - Text Style:  Die Schaltflächen nimmt die Form eines Text-Links.
 *
 * Soll der Schaltflächentext nicht angezeigt werden, ist die die Klasse Text_Hidden zusätzlich zu nutzen.
 * Beispiel: Text-Link erhält die Klassen Link_Style_Button + Icon_Edit + Text_Hidden.
*/

/* Button Style */

a.Link_Style_Button,
a.Link_Style_Button:link,
td.Link_Style_Button > a,
td.Link_Style_Button > a:link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "PT Sans", Arial, sans-serif;
	font-size: 1.4rem;
	line-height: 1;
	border: 0.1rem solid var(--color-grey);
	border-radius: 0.3rem;
	box-sizing: border-box;
	color: var(--color-black-even-lighter);
	height: 3.5rem;
	padding: 0.55rem 1rem;
	transition: background-color 0.2s ease-out;
}

a.Link_Style_Button:visited,
a.Link_Style_Button:focus,
a.Link_Style_Button:hover,
a.Link_Style_Button:active {
	text-decoration: none;
	background-color: var(--color-white-dark);
	color: var(--color-black-even-lighter);
}

.Link_Style_Button.Info:hover::before,
.Link_Style_Button.Info:link:hover::before {
	color: var(--color-white);
	background-color: var(--color-info);
}

.Link_Style_Button.Success:hover::before,
.Link_Style_Button.Success:link:hover::before {
	color: var(--color-white);
	background-color: var(--color-success);
}

.Link_Style_Button.Warning:hover::before,
.Link_Style_Button.Warning:link:hover::before {
	color: var(--color-white);
	background-color: var(--color-warning);
}

.Link_Style_Button.Danger:hover::before,
.Link_Style_Button.Danger:link:hover::before {
	color: var(--color-white);
	background-color: var(--color-danger);
}

/* Text Style */

a.Link_Style_Text,
a.Link_Style_Text:link,
td.Link_Style_Text > a,
td.Link_Style_Text > a:link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "PT Sans", Arial, sans-serif;
	font-size: inherit;
	color: var(--color-hue-two);
}

a.Link_Style_Text:visited,
a.Link_Style_Text:focus,
a.Link_Style_Text:hover,
a.Link_Style_Text:active {
	text-decoration: none;
}

/**
 * Icons
 *
 * Fuer den Einsatz von Font-Icons.
 * Icon-Library: MDIDX (https://github.com/jossef/material-design-icons-iconfont)
 * Beispiel: Has_Icon + Icon_Edit.
*/

/* Rendering Icon */

a.Has_Icon::before,
a.has-icon::before,
span.Has_Icon::before,
td.Has_Icon > a::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 2.4rem;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: '';
}

a.Link_Style_Text.Has_Icon:not(.Text_Hidden)::before,
a.Link_Style_Text.has-icon:not(.Text_Hidden)::before,
span.Has_Icon:not(.Text_Hidden)::before,
a.Link_Style_Button.Has_Icon:not(.Text_Hidden)::before,
td.Link_Style_Text.Has_Icon:not(.Text_Hidden) > a::before,
td.Link_Style_Button.Has_Icon:not(.Text_Hidden) > a::before {
	margin-left: 0;
	margin-right: .5rem;
}

/*
a.Link_Style_Text.Has_Icon.Text_Hidden::before,
a.Link_Style_Text.has-icon.Text_Hidden::before,
span.Has_Icon.Text_Hidden::before,
a.Link_Style_Button.Has_Icon.Text_Hidden::before {
	margin-right: 0;
}
*/

a.Link_Style_Text.Has_Icon.Icon_Is_Right::before,
a.Link_Style_Text.has-icon.Icon_Is_Right::before,
span.Has_Icon.Icon_Is_Right::before,
a.Link_Style_Button.Has_Icon.Icon_Is_Right::before,
td.Link_Style_Text.Has_Icon.Icon_Is_Right:not(.Text_Hidden) > a::before,
td.Link_Style_Button.Has_Icon.Icon_Is_Right:not(.Text_Hidden) > a::before {
	margin-right: 0;
	margin-left: .5rem;
}

/* Ausrichtung Icon */

.Icon_Is_Left {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important;
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important;
}

.Icon_Is_Right {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important;
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important;
}

/* Darstellung in Tabellenzelle */

td.Icon_In_Table::before {
	display: none;
}

/* Icons */

a.Icon_10k::before,
span.Icon_10k::before,
td.Icon_10k a::before {
   content: '10k';
}

a.Icon_10mp::before,
span.Icon_10mp::before,
td.Icon_10mp a::before {
   content: '10mp';
}

a.Icon_11mp::before,
span.Icon_11mp::before,
td.Icon_11mp a::before {
   content: '11mp';
}

a.Icon_123::before,
span.Icon_123::before,
td.Icon_123 a::before {
   content: '123';
}

a.Icon_12mp::before,
span.Icon_12mp::before,
td.Icon_12mp a::before {
   content: '12mp';
}

a.Icon_13mp::before,
span.Icon_13mp::before,
td.Icon_13mp a::before {
   content: '13mp';
}

a.Icon_14mp::before,
span.Icon_14mp::before,
td.Icon_14mp a::before {
   content: '14mp';
}

a.Icon_15mp::before,
span.Icon_15mp::before,
td.Icon_15mp a::before {
   content: '15mp';
}

a.Icon_16mp::before,
span.Icon_16mp::before,
td.Icon_16mp a::before {
   content: '16mp';
}

a.Icon_17mp::before,
span.Icon_17mp::before,
td.Icon_17mp a::before {
   content: '17mp';
}

a.Icon_18_Up_Rating::before,
span.Icon_18_Up_Rating::before,
td.Icon_18_Up_Rating a::before {
   content: '18_up_rating';
}

a.Icon_18mp::before,
span.Icon_18mp::before,
td.Icon_18mp a::before {
   content: '18mp';
}

a.Icon_19mp::before,
span.Icon_19mp::before,
td.Icon_19mp a::before {
   content: '19mp';
}

a.Icon_1k::before,
span.Icon_1k::before,
td.Icon_1k a::before {
   content: '1k';
}

a.Icon_1k_Plus::before,
span.Icon_1k_Plus::before,
td.Icon_1k_Plus a::before {
   content: '1k_plus';
}

a.Icon_1x_Mobiledata::before,
span.Icon_1x_Mobiledata::before,
td.Icon_1x_Mobiledata a::before {
   content: '1x_mobiledata';
}

a.Icon_20mp::before,
span.Icon_20mp::before,
td.Icon_20mp a::before {
   content: '20mp';
}

a.Icon_21mp::before,
span.Icon_21mp::before,
td.Icon_21mp a::before {
   content: '21mp';
}

a.Icon_22mp::before,
span.Icon_22mp::before,
td.Icon_22mp a::before {
   content: '22mp';
}

a.Icon_23mp::before,
span.Icon_23mp::before,
td.Icon_23mp a::before {
   content: '23mp';
}

a.Icon_24mp::before,
span.Icon_24mp::before,
td.Icon_24mp a::before {
   content: '24mp';
}

a.Icon_2k::before,
span.Icon_2k::before,
td.Icon_2k a::before {
   content: '2k';
}

a.Icon_2k_Plus::before,
span.Icon_2k_Plus::before,
td.Icon_2k_Plus a::before {
   content: '2k_plus';
}

a.Icon_2mp::before,
span.Icon_2mp::before,
td.Icon_2mp a::before {
   content: '2mp';
}

a.Icon_30fps::before,
span.Icon_30fps::before,
td.Icon_30fps a::before {
   content: '30fps';
}

a.Icon_30fps_Select::before,
span.Icon_30fps_Select::before,
td.Icon_30fps_Select a::before {
   content: '30fps_select';
}

a.Icon_360::before,
span.Icon_360::before,
td.Icon_360 a::before {
   content: '360';
}

a.Icon_3d_Rotation::before,
span.Icon_3d_Rotation::before,
td.Icon_3d_Rotation a::before {
   content: '3d_rotation';
}

a.Icon_3g_Mobiledata::before,
span.Icon_3g_Mobiledata::before,
td.Icon_3g_Mobiledata a::before {
   content: '3g_mobiledata';
}

a.Icon_3k::before,
span.Icon_3k::before,
td.Icon_3k a::before {
   content: '3k';
}

a.Icon_3k_Plus::before,
span.Icon_3k_Plus::before,
td.Icon_3k_Plus a::before {
   content: '3k_plus';
}

a.Icon_3mp::before,
span.Icon_3mp::before,
td.Icon_3mp a::before {
   content: '3mp';
}

a.Icon_3p::before,
span.Icon_3p::before,
td.Icon_3p a::before {
   content: '3p';
}

a.Icon_4g_Mobiledata::before,
span.Icon_4g_Mobiledata::before,
td.Icon_4g_Mobiledata a::before {
   content: '4g_mobiledata';
}

a.Icon_4g_Plus_Mobiledata::before,
span.Icon_4g_Plus_Mobiledata::before,
td.Icon_4g_Plus_Mobiledata a::before {
   content: '4g_plus_mobiledata';
}

a.Icon_4k::before,
span.Icon_4k::before,
td.Icon_4k a::before {
   content: '4k';
}

a.Icon_4k_Plus::before,
span.Icon_4k_Plus::before,
td.Icon_4k_Plus a::before {
   content: '4k_plus';
}

a.Icon_4mp::before,
span.Icon_4mp::before,
td.Icon_4mp a::before {
   content: '4mp';
}

a.Icon_5g::before,
span.Icon_5g::before,
td.Icon_5g a::before {
   content: '5g';
}

a.Icon_5k::before,
span.Icon_5k::before,
td.Icon_5k a::before {
   content: '5k';
}

a.Icon_5k_Plus::before,
span.Icon_5k_Plus::before,
td.Icon_5k_Plus a::before {
   content: '5k_plus';
}

a.Icon_5mp::before,
span.Icon_5mp::before,
td.Icon_5mp a::before {
   content: '5mp';
}

a.Icon_60fps::before,
span.Icon_60fps::before,
td.Icon_60fps a::before {
   content: '60fps';
}

a.Icon_60fps_Select::before,
span.Icon_60fps_Select::before,
td.Icon_60fps_Select a::before {
   content: '60fps_select';
}

a.Icon_6_Ft_Apart::before,
span.Icon_6_Ft_Apart::before,
td.Icon_6_Ft_Apart a::before {
   content: '6_ft_apart';
}

a.Icon_6k::before,
span.Icon_6k::before,
td.Icon_6k a::before {
   content: '6k';
}

a.Icon_6k_Plus::before,
span.Icon_6k_Plus::before,
td.Icon_6k_Plus a::before {
   content: '6k_plus';
}

a.Icon_6mp::before,
span.Icon_6mp::before,
td.Icon_6mp a::before {
   content: '6mp';
}

a.Icon_7k::before,
span.Icon_7k::before,
td.Icon_7k a::before {
   content: '7k';
}

a.Icon_7k_Plus::before,
span.Icon_7k_Plus::before,
td.Icon_7k_Plus a::before {
   content: '7k_plus';
}

a.Icon_7mp::before,
span.Icon_7mp::before,
td.Icon_7mp a::before {
   content: '7mp';
}

a.Icon_8k::before,
span.Icon_8k::before,
td.Icon_8k a::before {
   content: '8k';
}

a.Icon_8k_Plus::before,
span.Icon_8k_Plus::before,
td.Icon_8k_Plus a::before {
   content: '8k_plus';
}

a.Icon_8mp::before,
span.Icon_8mp::before,
td.Icon_8mp a::before {
   content: '8mp';
}

a.Icon_9k::before,
span.Icon_9k::before,
td.Icon_9k a::before {
   content: '9k';
}

a.Icon_9k_Plus::before,
span.Icon_9k_Plus::before,
td.Icon_9k_Plus a::before {
   content: '9k_plus';
}

a.Icon_9mp::before,
span.Icon_9mp::before,
td.Icon_9mp a::before {
   content: '9mp';
}

a.Icon_Abc::before,
span.Icon_Abc::before,
td.Icon_Abc a::before {
   content: 'abc';
}

a.Icon_Ac_Unit::before,
span.Icon_Ac_Unit::before,
td.Icon_Ac_Unit a::before {
   content: 'ac_unit';
}

a.Icon_Access_Alarm::before,
span.Icon_Access_Alarm::before,
td.Icon_Access_Alarm a::before {
   content: 'access_alarm';
}

a.Icon_Access_Alarms::before,
span.Icon_Access_Alarms::before,
td.Icon_Access_Alarms a::before {
   content: 'access_alarms';
}

a.Icon_Access_Time::before,
span.Icon_Access_Time::before,
td.Icon_Access_Time a::before {
   content: 'access_time';
}

a.Icon_Access_Time_Filled::before,
span.Icon_Access_Time_Filled::before,
td.Icon_Access_Time_Filled a::before {
   content: 'access_time_filled';
}

a.Icon_Accessibility::before,
span.Icon_Accessibility::before,
td.Icon_Accessibility a::before {
   content: 'accessibility';
}

a.Icon_Accessibility_New::before,
span.Icon_Accessibility_New::before,
td.Icon_Accessibility_New a::before {
   content: 'accessibility_new';
}

a.Icon_Accessible::before,
span.Icon_Accessible::before,
td.Icon_Accessible a::before {
   content: 'accessible';
}

a.Icon_Accessible_Forward::before,
span.Icon_Accessible_Forward::before,
td.Icon_Accessible_Forward a::before {
   content: 'accessible_forward';
}

a.Icon_Account_Balance::before,
span.Icon_Account_Balance::before,
td.Icon_Account_Balance a::before {
   content: 'account_balance';
}

a.Icon_Account_Balance_Wallet::before,
span.Icon_Account_Balance_Wallet::before,
td.Icon_Account_Balance_Wallet a::before {
   content: 'account_balance_wallet';
}

a.Icon_Account_Box::before,
span.Icon_Account_Box::before,
td.Icon_Account_Box a::before {
   content: 'account_box';
}

a.Icon_Account_Circle::before,
span.Icon_Account_Circle::before,
td.Icon_Account_Circle a::before {
   content: 'account_circle';
}

a.Icon_Account_Tree::before,
span.Icon_Account_Tree::before,
td.Icon_Account_Tree a::before {
   content: 'account_tree';
}

a.Icon_Ad_Units::before,
span.Icon_Ad_Units::before,
td.Icon_Ad_Units a::before {
   content: 'ad_units';
}

a.Icon_Adb::before,
span.Icon_Adb::before,
td.Icon_Adb a::before {
   content: 'adb';
}

a.Icon_Add::before,
span.Icon_Add::before,
td.Icon_Add a::before {
   content: 'add';
}

a.Icon_Add_A_Photo::before,
span.Icon_Add_A_Photo::before,
td.Icon_Add_A_Photo a::before {
   content: 'add_a_photo';
}

a.Icon_Add_Alarm::before,
span.Icon_Add_Alarm::before,
td.Icon_Add_Alarm a::before {
   content: 'add_alarm';
}

a.Icon_Add_Alert::before,
span.Icon_Add_Alert::before,
td.Icon_Add_Alert a::before {
   content: 'add_alert';
}

a.Icon_Add_Box::before,
span.Icon_Add_Box::before,
td.Icon_Add_Box a::before {
   content: 'add_box';
}

a.Icon_Add_Business::before,
span.Icon_Add_Business::before,
td.Icon_Add_Business a::before {
   content: 'add_business';
}

a.Icon_Add_Call::before,
span.Icon_Add_Call::before,
td.Icon_Add_Call a::before {
   content: 'add_call';
}

a.Icon_Add_Card::before,
span.Icon_Add_Card::before,
td.Icon_Add_Card a::before {
   content: 'add_card';
}

a.Icon_Add_Chart::before,
span.Icon_Add_Chart::before,
td.Icon_Add_Chart a::before {
   content: 'add_chart';
}

a.Icon_Add_Circle::before,
span.Icon_Add_Circle::before,
td.Icon_Add_Circle a::before {
   content: 'add_circle';
}

a.Icon_Add_Circle_Outline::before,
span.Icon_Add_Circle_Outline::before,
td.Icon_Add_Circle_Outline a::before {
   content: 'add_circle_outline';
}

a.Icon_Add_Comment::before,
span.Icon_Add_Comment::before,
td.Icon_Add_Comment a::before {
   content: 'add_comment';
}

a.Icon_Add_Ic_Call::before,
span.Icon_Add_Ic_Call::before,
td.Icon_Add_Ic_Call a::before {
   content: 'add_ic_call';
}

a.Icon_Add_Link::before,
span.Icon_Add_Link::before,
td.Icon_Add_Link a::before {
   content: 'add_link';
}

a.Icon_Add_Location::before,
span.Icon_Add_Location::before,
td.Icon_Add_Location a::before {
   content: 'add_location';
}

a.Icon_Add_Location_Alt::before,
span.Icon_Add_Location_Alt::before,
td.Icon_Add_Location_Alt a::before {
   content: 'add_location_alt';
}

a.Icon_Add_Moderator::before,
span.Icon_Add_Moderator::before,
td.Icon_Add_Moderator a::before {
   content: 'add_moderator';
}

a.Icon_Add_Photo_Alternate::before,
span.Icon_Add_Photo_Alternate::before,
td.Icon_Add_Photo_Alternate a::before {
   content: 'add_photo_alternate';
}

a.Icon_Add_Reaction::before,
span.Icon_Add_Reaction::before,
td.Icon_Add_Reaction a::before {
   content: 'add_reaction';
}

a.Icon_Add_Road::before,
span.Icon_Add_Road::before,
td.Icon_Add_Road a::before {
   content: 'add_road';
}

a.Icon_Add_Shopping_Cart::before,
span.Icon_Add_Shopping_Cart::before,
td.Icon_Add_Shopping_Cart a::before {
   content: 'add_shopping_cart';
}

a.Icon_Add_Task::before,
span.Icon_Add_Task::before,
td.Icon_Add_Task a::before {
   content: 'add_task';
}

a.Icon_Add_To_Drive::before,
span.Icon_Add_To_Drive::before,
td.Icon_Add_To_Drive a::before {
   content: 'add_to_drive';
}

a.Icon_Add_To_Home_Screen::before,
span.Icon_Add_To_Home_Screen::before,
td.Icon_Add_To_Home_Screen a::before {
   content: 'add_to_home_screen';
}

a.Icon_Add_To_Photos::before,
span.Icon_Add_To_Photos::before,
td.Icon_Add_To_Photos a::before {
   content: 'add_to_photos';
}

a.Icon_Add_To_Queue::before,
span.Icon_Add_To_Queue::before,
td.Icon_Add_To_Queue a::before {
   content: 'add_to_queue';
}

a.Icon_Addchart::before,
span.Icon_Addchart::before,
td.Icon_Addchart a::before {
   content: 'addchart';
}

a.Icon_Adf_Scanner::before,
span.Icon_Adf_Scanner::before,
td.Icon_Adf_Scanner a::before {
   content: 'adf_scanner';
}

a.Icon_Adjust::before,
span.Icon_Adjust::before,
td.Icon_Adjust a::before {
   content: 'adjust';
}

a.Icon_Admin_Panel_Settings::before,
span.Icon_Admin_Panel_Settings::before,
td.Icon_Admin_Panel_Settings a::before {
   content: 'admin_panel_settings';
}

a.Icon_Adobe::before,
span.Icon_Adobe::before,
td.Icon_Adobe a::before {
   content: 'adobe';
}

a.Icon_Ads_Click::before,
span.Icon_Ads_Click::before,
td.Icon_Ads_Click a::before {
   content: 'ads_click';
}

a.Icon_Agriculture::before,
span.Icon_Agriculture::before,
td.Icon_Agriculture a::before {
   content: 'agriculture';
}

a.Icon_Air::before,
span.Icon_Air::before,
td.Icon_Air a::before {
   content: 'air';
}

a.Icon_Airline_Seat_Flat::before,
span.Icon_Airline_Seat_Flat::before,
td.Icon_Airline_Seat_Flat a::before {
   content: 'airline_seat_flat';
}

a.Icon_Airline_Seat_Flat_Angled::before,
span.Icon_Airline_Seat_Flat_Angled::before,
td.Icon_Airline_Seat_Flat_Angled a::before {
   content: 'airline_seat_flat_angled';
}

a.Icon_Airline_Seat_Individual_Suite::before,
span.Icon_Airline_Seat_Individual_Suite::before,
td.Icon_Airline_Seat_Individual_Suite a::before {
   content: 'airline_seat_individual_suite';
}

a.Icon_Airline_Seat_Legroom_Extra::before,
span.Icon_Airline_Seat_Legroom_Extra::before,
td.Icon_Airline_Seat_Legroom_Extra a::before {
   content: 'airline_seat_legroom_extra';
}

a.Icon_Airline_Seat_Legroom_Normal::before,
span.Icon_Airline_Seat_Legroom_Normal::before,
td.Icon_Airline_Seat_Legroom_Normal a::before {
   content: 'airline_seat_legroom_normal';
}

a.Icon_Airline_Seat_Legroom_Reduced::before,
span.Icon_Airline_Seat_Legroom_Reduced::before,
td.Icon_Airline_Seat_Legroom_Reduced a::before {
   content: 'airline_seat_legroom_reduced';
}

a.Icon_Airline_Seat_Recline_Extra::before,
span.Icon_Airline_Seat_Recline_Extra::before,
td.Icon_Airline_Seat_Recline_Extra a::before {
   content: 'airline_seat_recline_extra';
}

a.Icon_Airline_Seat_Recline_Normal::before,
span.Icon_Airline_Seat_Recline_Normal::before,
td.Icon_Airline_Seat_Recline_Normal a::before {
   content: 'airline_seat_recline_normal';
}

a.Icon_Airline_Stops::before,
span.Icon_Airline_Stops::before,
td.Icon_Airline_Stops a::before {
   content: 'airline_stops';
}

a.Icon_Airlines::before,
span.Icon_Airlines::before,
td.Icon_Airlines a::before {
   content: 'airlines';
}

a.Icon_Airplane_Ticket::before,
span.Icon_Airplane_Ticket::before,
td.Icon_Airplane_Ticket a::before {
   content: 'airplane_ticket';
}

a.Icon_Airplanemode_Active::before,
span.Icon_Airplanemode_Active::before,
td.Icon_Airplanemode_Active a::before {
   content: 'airplanemode_active';
}

a.Icon_Airplanemode_Inactive::before,
span.Icon_Airplanemode_Inactive::before,
td.Icon_Airplanemode_Inactive a::before {
   content: 'airplanemode_inactive';
}

a.Icon_Airplanemode_Off::before,
span.Icon_Airplanemode_Off::before,
td.Icon_Airplanemode_Off a::before {
   content: 'airplanemode_off';
}

a.Icon_Airplanemode_On::before,
span.Icon_Airplanemode_On::before,
td.Icon_Airplanemode_On a::before {
   content: 'airplanemode_on';
}

a.Icon_Airplay::before,
span.Icon_Airplay::before,
td.Icon_Airplay a::before {
   content: 'airplay';
}

a.Icon_Airport_Shuttle::before,
span.Icon_Airport_Shuttle::before,
td.Icon_Airport_Shuttle a::before {
   content: 'airport_shuttle';
}

a.Icon_Alarm::before,
span.Icon_Alarm::before,
td.Icon_Alarm a::before {
   content: 'alarm';
}

a.Icon_Alarm_Add::before,
span.Icon_Alarm_Add::before,
td.Icon_Alarm_Add a::before {
   content: 'alarm_add';
}

a.Icon_Alarm_Off::before,
span.Icon_Alarm_Off::before,
td.Icon_Alarm_Off a::before {
   content: 'alarm_off';
}

a.Icon_Alarm_On::before,
span.Icon_Alarm_On::before,
td.Icon_Alarm_On a::before {
   content: 'alarm_on';
}

a.Icon_Album::before,
span.Icon_Album::before,
td.Icon_Album a::before {
   content: 'album';
}

a.Icon_Align_Horizontal_Center::before,
span.Icon_Align_Horizontal_Center::before,
td.Icon_Align_Horizontal_Center a::before {
   content: 'align_horizontal_center';
}

a.Icon_Align_Horizontal_Left::before,
span.Icon_Align_Horizontal_Left::before,
td.Icon_Align_Horizontal_Left a::before {
   content: 'align_horizontal_left';
}

a.Icon_Align_Horizontal_Right::before,
span.Icon_Align_Horizontal_Right::before,
td.Icon_Align_Horizontal_Right a::before {
   content: 'align_horizontal_right';
}

a.Icon_Align_Vertical_Bottom::before,
span.Icon_Align_Vertical_Bottom::before,
td.Icon_Align_Vertical_Bottom a::before {
   content: 'align_vertical_bottom';
}

a.Icon_Align_Vertical_Center::before,
span.Icon_Align_Vertical_Center::before,
td.Icon_Align_Vertical_Center a::before {
   content: 'align_vertical_center';
}

a.Icon_Align_Vertical_Top::before,
span.Icon_Align_Vertical_Top::before,
td.Icon_Align_Vertical_Top a::before {
   content: 'align_vertical_top';
}

a.Icon_All_Inbox::before,
span.Icon_All_Inbox::before,
td.Icon_All_Inbox a::before {
   content: 'all_inbox';
}

a.Icon_All_Inclusive::before,
span.Icon_All_Inclusive::before,
td.Icon_All_Inclusive a::before {
   content: 'all_inclusive';
}

a.Icon_All_Out::before,
span.Icon_All_Out::before,
td.Icon_All_Out a::before {
   content: 'all_out';
}

a.Icon_Alt_Route::before,
span.Icon_Alt_Route::before,
td.Icon_Alt_Route a::before {
   content: 'alt_route';
}

a.Icon_Alternate_Email::before,
span.Icon_Alternate_Email::before,
td.Icon_Alternate_Email a::before {
   content: 'alternate_email';
}

a.Icon_Amp_Stories::before,
span.Icon_Amp_Stories::before,
td.Icon_Amp_Stories a::before {
   content: 'amp_stories';
}

a.Icon_Analytics::before,
span.Icon_Analytics::before,
td.Icon_Analytics a::before {
   content: 'analytics';
}

a.Icon_Anchor::before,
span.Icon_Anchor::before,
td.Icon_Anchor a::before {
   content: 'anchor';
}

a.Icon_Android::before,
span.Icon_Android::before,
td.Icon_Android a::before {
   content: 'android';
}

a.Icon_Animation::before,
span.Icon_Animation::before,
td.Icon_Animation a::before {
   content: 'animation';
}

a.Icon_Announcement::before,
span.Icon_Announcement::before,
td.Icon_Announcement a::before {
   content: 'announcement';
}

a.Icon_Aod::before,
span.Icon_Aod::before,
td.Icon_Aod a::before {
   content: 'aod';
}

a.Icon_Apartment::before,
span.Icon_Apartment::before,
td.Icon_Apartment a::before {
   content: 'apartment';
}

a.Icon_Api::before,
span.Icon_Api::before,
td.Icon_Api a::before {
   content: 'api';
}

a.Icon_App_Blocking::before,
span.Icon_App_Blocking::before,
td.Icon_App_Blocking a::before {
   content: 'app_blocking';
}

a.Icon_App_Registration::before,
span.Icon_App_Registration::before,
td.Icon_App_Registration a::before {
   content: 'app_registration';
}

a.Icon_App_Settings_Alt::before,
span.Icon_App_Settings_Alt::before,
td.Icon_App_Settings_Alt a::before {
   content: 'app_settings_alt';
}

a.Icon_App_Shortcut::before,
span.Icon_App_Shortcut::before,
td.Icon_App_Shortcut a::before {
   content: 'app_shortcut';
}

a.Icon_Apple::before,
span.Icon_Apple::before,
td.Icon_Apple a::before {
   content: 'apple';
}

a.Icon_Approval::before,
span.Icon_Approval::before,
td.Icon_Approval a::before {
   content: 'approval';
}

a.Icon_Apps::before,
span.Icon_Apps::before,
td.Icon_Apps a::before {
   content: 'apps';
}

a.Icon_Apps_Outage::before,
span.Icon_Apps_Outage::before,
td.Icon_Apps_Outage a::before {
   content: 'apps_outage';
}

a.Icon_Architecture::before,
span.Icon_Architecture::before,
td.Icon_Architecture a::before {
   content: 'architecture';
}

a.Icon_Archive::before,
span.Icon_Archive::before,
td.Icon_Archive a::before {
   content: 'archive';
}

a.Icon_Area_Chart::before,
span.Icon_Area_Chart::before,
td.Icon_Area_Chart a::before {
   content: 'area_chart';
}

a.Icon_Arrow_Back::before,
span.Icon_Arrow_Back::before,
td.Icon_Arrow_Back a::before {
   content: 'arrow_back';
}

a.Icon_Arrow_Back_Ios::before,
span.Icon_Arrow_Back_Ios::before,
td.Icon_Arrow_Back_Ios a::before {
   content: 'arrow_back_ios';
}

a.Icon_Arrow_Back_Ios_New::before,
span.Icon_Arrow_Back_Ios_New::before,
td.Icon_Arrow_Back_Ios_New a::before {
   content: 'arrow_back_ios_new';
}

a.Icon_Arrow_Circle_Down::before,
span.Icon_Arrow_Circle_Down::before,
td.Icon_Arrow_Circle_Down a::before {
   content: 'arrow_circle_down';
}

a.Icon_Arrow_Circle_Left::before,
span.Icon_Arrow_Circle_Left::before,
td.Icon_Arrow_Circle_Left a::before {
   content: 'arrow_circle_left';
}

a.Icon_Arrow_Circle_Right::before,
span.Icon_Arrow_Circle_Right::before,
td.Icon_Arrow_Circle_Right a::before {
   content: 'arrow_circle_right';
}

a.Icon_Arrow_Circle_Up::before,
span.Icon_Arrow_Circle_Up::before,
td.Icon_Arrow_Circle_Up a::before {
   content: 'arrow_circle_up';
}

a.Icon_Arrow_Downward::before,
span.Icon_Arrow_Downward::before,
td.Icon_Arrow_Downward a::before {
   content: 'arrow_downward';
}

a.Icon_Arrow_Drop_Down::before,
span.Icon_Arrow_Drop_Down::before,
td.Icon_Arrow_Drop_Down a::before {
   content: 'arrow_drop_down';
}

a.Icon_Arrow_Drop_Down_Circle::before,
span.Icon_Arrow_Drop_Down_Circle::before,
td.Icon_Arrow_Drop_Down_Circle a::before {
   content: 'arrow_drop_down_circle';
}

a.Icon_Arrow_Drop_Up::before,
span.Icon_Arrow_Drop_Up::before,
td.Icon_Arrow_Drop_Up a::before {
   content: 'arrow_drop_up';
}

a.Icon_Arrow_Forward::before,
span.Icon_Arrow_Forward::before,
td.Icon_Arrow_Forward a::before {
   content: 'arrow_forward';
}

a.Icon_Arrow_Forward_Ios::before,
span.Icon_Arrow_Forward_Ios::before,
td.Icon_Arrow_Forward_Ios a::before {
   content: 'arrow_forward_ios';
}

a.Icon_Arrow_Left::before,
span.Icon_Arrow_Left::before,
td.Icon_Arrow_Left a::before {
   content: 'arrow_left';
}

a.Icon_Arrow_Right::before,
span.Icon_Arrow_Right::before,
td.Icon_Arrow_Right a::before {
   content: 'arrow_right';
}

a.Icon_Arrow_Right_Alt::before,
span.Icon_Arrow_Right_Alt::before,
td.Icon_Arrow_Right_Alt a::before {
   content: 'arrow_right_alt';
}

a.Icon_Arrow_Upward::before,
span.Icon_Arrow_Upward::before,
td.Icon_Arrow_Upward a::before {
   content: 'arrow_upward';
}

a.Icon_Art_Track::before,
span.Icon_Art_Track::before,
td.Icon_Art_Track a::before {
   content: 'art_track';
}

a.Icon_Article::before,
span.Icon_Article::before,
td.Icon_Article a::before {
   content: 'article';
}

a.Icon_Aspect_Ratio::before,
span.Icon_Aspect_Ratio::before,
td.Icon_Aspect_Ratio a::before {
   content: 'aspect_ratio';
}

a.Icon_Assessment::before,
span.Icon_Assessment::before,
td.Icon_Assessment a::before {
   content: 'assessment';
}

a.Icon_Assignment::before,
span.Icon_Assignment::before,
td.Icon_Assignment a::before {
   content: 'assignment';
}

a.Icon_Assignment_Ind::before,
span.Icon_Assignment_Ind::before,
td.Icon_Assignment_Ind a::before {
   content: 'assignment_ind';
}

a.Icon_Assignment_Late::before,
span.Icon_Assignment_Late::before,
td.Icon_Assignment_Late a::before {
   content: 'assignment_late';
}

a.Icon_Assignment_Return::before,
span.Icon_Assignment_Return::before,
td.Icon_Assignment_Return a::before {
   content: 'assignment_return';
}

a.Icon_Assignment_Returned::before,
span.Icon_Assignment_Returned::before,
td.Icon_Assignment_Returned a::before {
   content: 'assignment_returned';
}

a.Icon_Assignment_Turned_In::before,
span.Icon_Assignment_Turned_In::before,
td.Icon_Assignment_Turned_In a::before {
   content: 'assignment_turned_in';
}

a.Icon_Assistant::before,
span.Icon_Assistant::before,
td.Icon_Assistant a::before {
   content: 'assistant';
}

a.Icon_Assistant_Direction::before,
span.Icon_Assistant_Direction::before,
td.Icon_Assistant_Direction a::before {
   content: 'assistant_direction';
}

a.Icon_Assistant_Navigation::before,
span.Icon_Assistant_Navigation::before,
td.Icon_Assistant_Navigation a::before {
   content: 'assistant_navigation';
}

a.Icon_Assistant_Photo::before,
span.Icon_Assistant_Photo::before,
td.Icon_Assistant_Photo a::before {
   content: 'assistant_photo';
}

a.Icon_Assured_Workload::before,
span.Icon_Assured_Workload::before,
td.Icon_Assured_Workload a::before {
   content: 'assured_workload';
}

a.Icon_Atm::before,
span.Icon_Atm::before,
td.Icon_Atm a::before {
   content: 'atm';
}

a.Icon_Attach_Email::before,
span.Icon_Attach_Email::before,
td.Icon_Attach_Email a::before {
   content: 'attach_email';
}

a.Icon_Attach_File::before,
span.Icon_Attach_File::before,
td.Icon_Attach_File a::before {
   content: 'attach_file';
}

a.Icon_Attach_Money::before,
span.Icon_Attach_Money::before,
td.Icon_Attach_Money a::before {
   content: 'attach_money';
}

a.Icon_Attachment::before,
span.Icon_Attachment::before,
td.Icon_Attachment a::before {
   content: 'attachment';
}

a.Icon_Attractions::before,
span.Icon_Attractions::before,
td.Icon_Attractions a::before {
   content: 'attractions';
}

a.Icon_Attribution::before,
span.Icon_Attribution::before,
td.Icon_Attribution a::before {
   content: 'attribution';
}

a.Icon_Audio_File::before,
span.Icon_Audio_File::before,
td.Icon_Audio_File a::before {
   content: 'audio_file';
}

a.Icon_Audiotrack::before,
span.Icon_Audiotrack::before,
td.Icon_Audiotrack a::before {
   content: 'audiotrack';
}

a.Icon_Auto_Awesome::before,
span.Icon_Auto_Awesome::before,
td.Icon_Auto_Awesome a::before {
   content: 'auto_awesome';
}

a.Icon_Auto_Awesome_Mosaic::before,
span.Icon_Auto_Awesome_Mosaic::before,
td.Icon_Auto_Awesome_Mosaic a::before {
   content: 'auto_awesome_mosaic';
}

a.Icon_Auto_Awesome_Motion::before,
span.Icon_Auto_Awesome_Motion::before,
td.Icon_Auto_Awesome_Motion a::before {
   content: 'auto_awesome_motion';
}

a.Icon_Auto_Delete::before,
span.Icon_Auto_Delete::before,
td.Icon_Auto_Delete a::before {
   content: 'auto_delete';
}

a.Icon_Auto_Fix_High::before,
span.Icon_Auto_Fix_High::before,
td.Icon_Auto_Fix_High a::before {
   content: 'auto_fix_high';
}

a.Icon_Auto_Fix_Normal::before,
span.Icon_Auto_Fix_Normal::before,
td.Icon_Auto_Fix_Normal a::before {
   content: 'auto_fix_normal';
}

a.Icon_Auto_Fix_Off::before,
span.Icon_Auto_Fix_Off::before,
td.Icon_Auto_Fix_Off a::before {
   content: 'auto_fix_off';
}

a.Icon_Auto_Graph::before,
span.Icon_Auto_Graph::before,
td.Icon_Auto_Graph a::before {
   content: 'auto_graph';
}

a.Icon_Auto_Mode::before,
span.Icon_Auto_Mode::before,
td.Icon_Auto_Mode a::before {
   content: 'auto_mode';
}

a.Icon_Auto_Stories::before,
span.Icon_Auto_Stories::before,
td.Icon_Auto_Stories a::before {
   content: 'auto_stories';
}

a.Icon_Autofps_Select::before,
span.Icon_Autofps_Select::before,
td.Icon_Autofps_Select a::before {
   content: 'autofps_select';
}

a.Icon_Autorenew::before,
span.Icon_Autorenew::before,
td.Icon_Autorenew a::before {
   content: 'autorenew';
}

a.Icon_Av_Timer::before,
span.Icon_Av_Timer::before,
td.Icon_Av_Timer a::before {
   content: 'av_timer';
}

a.Icon_Baby_Changing_Station::before,
span.Icon_Baby_Changing_Station::before,
td.Icon_Baby_Changing_Station a::before {
   content: 'baby_changing_station';
}

a.Icon_Back_Hand::before,
span.Icon_Back_Hand::before,
td.Icon_Back_Hand a::before {
   content: 'back_hand';
}

a.Icon_Backpack::before,
span.Icon_Backpack::before,
td.Icon_Backpack a::before {
   content: 'backpack';
}

a.Icon_Backspace::before,
span.Icon_Backspace::before,
td.Icon_Backspace a::before {
   content: 'backspace';
}

a.Icon_Backup::before,
span.Icon_Backup::before,
td.Icon_Backup a::before {
   content: 'backup';
}

a.Icon_Backup_Table::before,
span.Icon_Backup_Table::before,
td.Icon_Backup_Table a::before {
   content: 'backup_table';
}

a.Icon_Badge::before,
span.Icon_Badge::before,
td.Icon_Badge a::before {
   content: 'badge';
}

a.Icon_Bakery_Dining::before,
span.Icon_Bakery_Dining::before,
td.Icon_Bakery_Dining a::before {
   content: 'bakery_dining';
}

a.Icon_Balance::before,
span.Icon_Balance::before,
td.Icon_Balance a::before {
   content: 'balance';
}

a.Icon_Balcony::before,
span.Icon_Balcony::before,
td.Icon_Balcony a::before {
   content: 'balcony';
}

a.Icon_Ballot::before,
span.Icon_Ballot::before,
td.Icon_Ballot a::before {
   content: 'ballot';
}

a.Icon_Bar_Chart::before,
span.Icon_Bar_Chart::before,
td.Icon_Bar_Chart a::before {
   content: 'bar_chart';
}

a.Icon_Batch_Prediction::before,
span.Icon_Batch_Prediction::before,
td.Icon_Batch_Prediction a::before {
   content: 'batch_prediction';
}

a.Icon_Bathroom::before,
span.Icon_Bathroom::before,
td.Icon_Bathroom a::before {
   content: 'bathroom';
}

a.Icon_Bathtub::before,
span.Icon_Bathtub::before,
td.Icon_Bathtub a::before {
   content: 'bathtub';
}

a.Icon_Battery_0_Bar::before,
span.Icon_Battery_0_Bar::before,
td.Icon_Battery_0_Bar a::before {
   content: 'battery_0_bar';
}

a.Icon_Battery_1_Bar::before,
span.Icon_Battery_1_Bar::before,
td.Icon_Battery_1_Bar a::before {
   content: 'battery_1_bar';
}

a.Icon_Battery_2_Bar::before,
span.Icon_Battery_2_Bar::before,
td.Icon_Battery_2_Bar a::before {
   content: 'battery_2_bar';
}

a.Icon_Battery_3_Bar::before,
span.Icon_Battery_3_Bar::before,
td.Icon_Battery_3_Bar a::before {
   content: 'battery_3_bar';
}

a.Icon_Battery_4_Bar::before,
span.Icon_Battery_4_Bar::before,
td.Icon_Battery_4_Bar a::before {
   content: 'battery_4_bar';
}

a.Icon_Battery_5_Bar::before,
span.Icon_Battery_5_Bar::before,
td.Icon_Battery_5_Bar a::before {
   content: 'battery_5_bar';
}

a.Icon_Battery_6_Bar::before,
span.Icon_Battery_6_Bar::before,
td.Icon_Battery_6_Bar a::before {
   content: 'battery_6_bar';
}

a.Icon_Battery_Alert::before,
span.Icon_Battery_Alert::before,
td.Icon_Battery_Alert a::before {
   content: 'battery_alert';
}

a.Icon_Battery_Charging_Full::before,
span.Icon_Battery_Charging_Full::before,
td.Icon_Battery_Charging_Full a::before {
   content: 'battery_charging_full';
}

a.Icon_Battery_Full::before,
span.Icon_Battery_Full::before,
td.Icon_Battery_Full a::before {
   content: 'battery_full';
}

a.Icon_Battery_Saver::before,
span.Icon_Battery_Saver::before,
td.Icon_Battery_Saver a::before {
   content: 'battery_saver';
}

a.Icon_Battery_Std::before,
span.Icon_Battery_Std::before,
td.Icon_Battery_Std a::before {
   content: 'battery_std';
}

a.Icon_Battery_Unknown::before,
span.Icon_Battery_Unknown::before,
td.Icon_Battery_Unknown a::before {
   content: 'battery_unknown';
}

a.Icon_Beach_Access::before,
span.Icon_Beach_Access::before,
td.Icon_Beach_Access a::before {
   content: 'beach_access';
}

a.Icon_Bed::before,
span.Icon_Bed::before,
td.Icon_Bed a::before {
   content: 'bed';
}

a.Icon_Bedroom_Baby::before,
span.Icon_Bedroom_Baby::before,
td.Icon_Bedroom_Baby a::before {
   content: 'bedroom_baby';
}

a.Icon_Bedroom_Child::before,
span.Icon_Bedroom_Child::before,
td.Icon_Bedroom_Child a::before {
   content: 'bedroom_child';
}

a.Icon_Bedroom_Parent::before,
span.Icon_Bedroom_Parent::before,
td.Icon_Bedroom_Parent a::before {
   content: 'bedroom_parent';
}

a.Icon_Bedtime::before,
span.Icon_Bedtime::before,
td.Icon_Bedtime a::before {
   content: 'bedtime';
}

a.Icon_Bedtime_Off::before,
span.Icon_Bedtime_Off::before,
td.Icon_Bedtime_Off a::before {
   content: 'bedtime_off';
}

a.Icon_Beenhere::before,
span.Icon_Beenhere::before,
td.Icon_Beenhere a::before {
   content: 'beenhere';
}

a.Icon_Bento::before,
span.Icon_Bento::before,
td.Icon_Bento a::before {
   content: 'bento';
}

a.Icon_Bike_Scooter::before,
span.Icon_Bike_Scooter::before,
td.Icon_Bike_Scooter a::before {
   content: 'bike_scooter';
}

a.Icon_Biotech::before,
span.Icon_Biotech::before,
td.Icon_Biotech a::before {
   content: 'biotech';
}

a.Icon_Blender::before,
span.Icon_Blender::before,
td.Icon_Blender a::before {
   content: 'blender';
}

a.Icon_Blinds::before,
span.Icon_Blinds::before,
td.Icon_Blinds a::before {
   content: 'blinds';
}

a.Icon_Blinds_Closed::before,
span.Icon_Blinds_Closed::before,
td.Icon_Blinds_Closed a::before {
   content: 'blinds_closed';
}

a.Icon_Block::before,
span.Icon_Block::before,
td.Icon_Block a::before {
   content: 'block';
}

a.Icon_Block_Flipped::before,
span.Icon_Block_Flipped::before,
td.Icon_Block_Flipped a::before {
   content: 'block_flipped';
}

a.Icon_Bloodtype::before,
span.Icon_Bloodtype::before,
td.Icon_Bloodtype a::before {
   content: 'bloodtype';
}

a.Icon_Bluetooth::before,
span.Icon_Bluetooth::before,
td.Icon_Bluetooth a::before {
   content: 'bluetooth';
}

a.Icon_Bluetooth_Audio::before,
span.Icon_Bluetooth_Audio::before,
td.Icon_Bluetooth_Audio a::before {
   content: 'bluetooth_audio';
}

a.Icon_Bluetooth_Connected::before,
span.Icon_Bluetooth_Connected::before,
td.Icon_Bluetooth_Connected a::before {
   content: 'bluetooth_connected';
}

a.Icon_Bluetooth_Disabled::before,
span.Icon_Bluetooth_Disabled::before,
td.Icon_Bluetooth_Disabled a::before {
   content: 'bluetooth_disabled';
}

a.Icon_Bluetooth_Drive::before,
span.Icon_Bluetooth_Drive::before,
td.Icon_Bluetooth_Drive a::before {
   content: 'bluetooth_drive';
}

a.Icon_Bluetooth_Searching::before,
span.Icon_Bluetooth_Searching::before,
td.Icon_Bluetooth_Searching a::before {
   content: 'bluetooth_searching';
}

a.Icon_Blur_Circular::before,
span.Icon_Blur_Circular::before,
td.Icon_Blur_Circular a::before {
   content: 'blur_circular';
}

a.Icon_Blur_Linear::before,
span.Icon_Blur_Linear::before,
td.Icon_Blur_Linear a::before {
   content: 'blur_linear';
}

a.Icon_Blur_Off::before,
span.Icon_Blur_Off::before,
td.Icon_Blur_Off a::before {
   content: 'blur_off';
}

a.Icon_Blur_On::before,
span.Icon_Blur_On::before,
td.Icon_Blur_On a::before {
   content: 'blur_on';
}

a.Icon_Bolt::before,
span.Icon_Bolt::before,
td.Icon_Bolt a::before {
   content: 'bolt';
}

a.Icon_Book::before,
span.Icon_Book::before,
td.Icon_Book a::before {
   content: 'book';
}

a.Icon_Book_Online::before,
span.Icon_Book_Online::before,
td.Icon_Book_Online a::before {
   content: 'book_online';
}

a.Icon_Bookmark::before,
span.Icon_Bookmark::before,
td.Icon_Bookmark a::before {
   content: 'bookmark';
}

a.Icon_Bookmark_Add::before,
span.Icon_Bookmark_Add::before,
td.Icon_Bookmark_Add a::before {
   content: 'bookmark_add';
}

a.Icon_Bookmark_Added::before,
span.Icon_Bookmark_Added::before,
td.Icon_Bookmark_Added a::before {
   content: 'bookmark_added';
}

a.Icon_Bookmark_Border::before,
span.Icon_Bookmark_Border::before,
td.Icon_Bookmark_Border a::before {
   content: 'bookmark_border';
}

a.Icon_Bookmark_Outline::before,
span.Icon_Bookmark_Outline::before,
td.Icon_Bookmark_Outline a::before {
   content: 'bookmark_outline';
}

a.Icon_Bookmark_Remove::before,
span.Icon_Bookmark_Remove::before,
td.Icon_Bookmark_Remove a::before {
   content: 'bookmark_remove';
}

a.Icon_Bookmarks::before,
span.Icon_Bookmarks::before,
td.Icon_Bookmarks a::before {
   content: 'bookmarks';
}

a.Icon_Border_All::before,
span.Icon_Border_All::before,
td.Icon_Border_All a::before {
   content: 'border_all';
}

a.Icon_Border_Bottom::before,
span.Icon_Border_Bottom::before,
td.Icon_Border_Bottom a::before {
   content: 'border_bottom';
}

a.Icon_Border_Clear::before,
span.Icon_Border_Clear::before,
td.Icon_Border_Clear a::before {
   content: 'border_clear';
}

a.Icon_Border_Color::before,
span.Icon_Border_Color::before,
td.Icon_Border_Color a::before {
   content: 'border_color';
}

a.Icon_Border_Horizontal::before,
span.Icon_Border_Horizontal::before,
td.Icon_Border_Horizontal a::before {
   content: 'border_horizontal';
}

a.Icon_Border_Inner::before,
span.Icon_Border_Inner::before,
td.Icon_Border_Inner a::before {
   content: 'border_inner';
}

a.Icon_Border_Left::before,
span.Icon_Border_Left::before,
td.Icon_Border_Left a::before {
   content: 'border_left';
}

a.Icon_Border_Outer::before,
span.Icon_Border_Outer::before,
td.Icon_Border_Outer a::before {
   content: 'border_outer';
}

a.Icon_Border_Right::before,
span.Icon_Border_Right::before,
td.Icon_Border_Right a::before {
   content: 'border_right';
}

a.Icon_Border_Style::before,
span.Icon_Border_Style::before,
td.Icon_Border_Style a::before {
   content: 'border_style';
}

a.Icon_Border_Top::before,
span.Icon_Border_Top::before,
td.Icon_Border_Top a::before {
   content: 'border_top';
}

a.Icon_Border_Vertical::before,
span.Icon_Border_Vertical::before,
td.Icon_Border_Vertical a::before {
   content: 'border_vertical';
}

a.Icon_Boy::before,
span.Icon_Boy::before,
td.Icon_Boy a::before {
   content: 'boy';
}

a.Icon_Branding_Watermark::before,
span.Icon_Branding_Watermark::before,
td.Icon_Branding_Watermark a::before {
   content: 'branding_watermark';
}

a.Icon_Breakfast_Dining::before,
span.Icon_Breakfast_Dining::before,
td.Icon_Breakfast_Dining a::before {
   content: 'breakfast_dining';
}

a.Icon_Brightness_1::before,
span.Icon_Brightness_1::before,
td.Icon_Brightness_1 a::before {
   content: 'brightness_1';
}

a.Icon_Brightness_2::before,
span.Icon_Brightness_2::before,
td.Icon_Brightness_2 a::before {
   content: 'brightness_2';
}

a.Icon_Brightness_3::before,
span.Icon_Brightness_3::before,
td.Icon_Brightness_3 a::before {
   content: 'brightness_3';
}

a.Icon_Brightness_4::before,
span.Icon_Brightness_4::before,
td.Icon_Brightness_4 a::before {
   content: 'brightness_4';
}

a.Icon_Brightness_5::before,
span.Icon_Brightness_5::before,
td.Icon_Brightness_5 a::before {
   content: 'brightness_5';
}

a.Icon_Brightness_6::before,
span.Icon_Brightness_6::before,
td.Icon_Brightness_6 a::before {
   content: 'brightness_6';
}

a.Icon_Brightness_7::before,
span.Icon_Brightness_7::before,
td.Icon_Brightness_7 a::before {
   content: 'brightness_7';
}

a.Icon_Brightness_Auto::before,
span.Icon_Brightness_Auto::before,
td.Icon_Brightness_Auto a::before {
   content: 'brightness_auto';
}

a.Icon_Brightness_High::before,
span.Icon_Brightness_High::before,
td.Icon_Brightness_High a::before {
   content: 'brightness_high';
}

a.Icon_Brightness_Low::before,
span.Icon_Brightness_Low::before,
td.Icon_Brightness_Low a::before {
   content: 'brightness_low';
}

a.Icon_Brightness_Medium::before,
span.Icon_Brightness_Medium::before,
td.Icon_Brightness_Medium a::before {
   content: 'brightness_medium';
}

a.Icon_Broadcast_On_Home::before,
span.Icon_Broadcast_On_Home::before,
td.Icon_Broadcast_On_Home a::before {
   content: 'broadcast_on_home';
}

a.Icon_Broadcast_On_Personal::before,
span.Icon_Broadcast_On_Personal::before,
td.Icon_Broadcast_On_Personal a::before {
   content: 'broadcast_on_personal';
}

a.Icon_Broken_Image::before,
span.Icon_Broken_Image::before,
td.Icon_Broken_Image a::before {
   content: 'broken_image';
}

a.Icon_Browse_Gallery::before,
span.Icon_Browse_Gallery::before,
td.Icon_Browse_Gallery a::before {
   content: 'browse_gallery';
}

a.Icon_Browser_Not_Supported::before,
span.Icon_Browser_Not_Supported::before,
td.Icon_Browser_Not_Supported a::before {
   content: 'browser_not_supported';
}

a.Icon_Browser_Updated::before,
span.Icon_Browser_Updated::before,
td.Icon_Browser_Updated a::before {
   content: 'browser_updated';
}

a.Icon_Brunch_Dining::before,
span.Icon_Brunch_Dining::before,
td.Icon_Brunch_Dining a::before {
   content: 'brunch_dining';
}

a.Icon_Brush::before,
span.Icon_Brush::before,
td.Icon_Brush a::before {
   content: 'brush';
}

a.Icon_Bubble_Chart::before,
span.Icon_Bubble_Chart::before,
td.Icon_Bubble_Chart a::before {
   content: 'bubble_chart';
}

a.Icon_Bug_Report::before,
span.Icon_Bug_Report::before,
td.Icon_Bug_Report a::before {
   content: 'bug_report';
}

a.Icon_Build::before,
span.Icon_Build::before,
td.Icon_Build a::before {
   content: 'build';
}

a.Icon_Build_Circle::before,
span.Icon_Build_Circle::before,
td.Icon_Build_Circle a::before {
   content: 'build_circle';
}

a.Icon_Bungalow::before,
span.Icon_Bungalow::before,
td.Icon_Bungalow a::before {
   content: 'bungalow';
}

a.Icon_Burst_Mode::before,
span.Icon_Burst_Mode::before,
td.Icon_Burst_Mode a::before {
   content: 'burst_mode';
}

a.Icon_Bus_Alert::before,
span.Icon_Bus_Alert::before,
td.Icon_Bus_Alert a::before {
   content: 'bus_alert';
}

a.Icon_Business::before,
span.Icon_Business::before,
td.Icon_Business a::before {
   content: 'business';
}

a.Icon_Business_Center::before,
span.Icon_Business_Center::before,
td.Icon_Business_Center a::before {
   content: 'business_center';
}

a.Icon_Cabin::before,
span.Icon_Cabin::before,
td.Icon_Cabin a::before {
   content: 'cabin';
}

a.Icon_Cable::before,
span.Icon_Cable::before,
td.Icon_Cable a::before {
   content: 'cable';
}

a.Icon_Cached::before,
span.Icon_Cached::before,
td.Icon_Cached a::before {
   content: 'cached';
}

a.Icon_Cake::before,
span.Icon_Cake::before,
td.Icon_Cake a::before {
   content: 'cake';
}

a.Icon_Calculate::before,
span.Icon_Calculate::before,
td.Icon_Calculate a::before {
   content: 'calculate';
}

a.Icon_Calendar_Month::before,
span.Icon_Calendar_Month::before,
td.Icon_Calendar_Month a::before {
   content: 'calendar_month';
}

a.Icon_Calendar_Today::before,
span.Icon_Calendar_Today::before,
td.Icon_Calendar_Today a::before {
   content: 'calendar_today';
}

a.Icon_Calendar_View_Day::before,
span.Icon_Calendar_View_Day::before,
td.Icon_Calendar_View_Day a::before {
   content: 'calendar_view_day';
}

a.Icon_Calendar_View_Month::before,
span.Icon_Calendar_View_Month::before,
td.Icon_Calendar_View_Month a::before {
   content: 'calendar_view_month';
}

a.Icon_Calendar_View_Week::before,
span.Icon_Calendar_View_Week::before,
td.Icon_Calendar_View_Week a::before {
   content: 'calendar_view_week';
}

a.Icon_Call::before,
span.Icon_Call::before,
td.Icon_Call a::before {
   content: 'call';
}

a.Icon_Call_End::before,
span.Icon_Call_End::before,
td.Icon_Call_End a::before {
   content: 'call_end';
}

a.Icon_Call_Made::before,
span.Icon_Call_Made::before,
td.Icon_Call_Made a::before {
   content: 'call_made';
}

a.Icon_Call_Merge::before,
span.Icon_Call_Merge::before,
td.Icon_Call_Merge a::before {
   content: 'call_merge';
}

a.Icon_Call_Missed::before,
span.Icon_Call_Missed::before,
td.Icon_Call_Missed a::before {
   content: 'call_missed';
}

a.Icon_Call_Missed_Outgoing::before,
span.Icon_Call_Missed_Outgoing::before,
td.Icon_Call_Missed_Outgoing a::before {
   content: 'call_missed_outgoing';
}

a.Icon_Call_Received::before,
span.Icon_Call_Received::before,
td.Icon_Call_Received a::before {
   content: 'call_received';
}

a.Icon_Call_Split::before,
span.Icon_Call_Split::before,
td.Icon_Call_Split a::before {
   content: 'call_split';
}

a.Icon_Call_To_Action::before,
span.Icon_Call_To_Action::before,
td.Icon_Call_To_Action a::before {
   content: 'call_to_action';
}

a.Icon_Camera::before,
span.Icon_Camera::before,
td.Icon_Camera a::before {
   content: 'camera';
}

a.Icon_Camera_Alt::before,
span.Icon_Camera_Alt::before,
td.Icon_Camera_Alt a::before {
   content: 'camera_alt';
}

a.Icon_Camera_Enhance::before,
span.Icon_Camera_Enhance::before,
td.Icon_Camera_Enhance a::before {
   content: 'camera_enhance';
}

a.Icon_Camera_Front::before,
span.Icon_Camera_Front::before,
td.Icon_Camera_Front a::before {
   content: 'camera_front';
}

a.Icon_Camera_Indoor::before,
span.Icon_Camera_Indoor::before,
td.Icon_Camera_Indoor a::before {
   content: 'camera_indoor';
}

a.Icon_Camera_Outdoor::before,
span.Icon_Camera_Outdoor::before,
td.Icon_Camera_Outdoor a::before {
   content: 'camera_outdoor';
}

a.Icon_Camera_Rear::before,
span.Icon_Camera_Rear::before,
td.Icon_Camera_Rear a::before {
   content: 'camera_rear';
}

a.Icon_Camera_Roll::before,
span.Icon_Camera_Roll::before,
td.Icon_Camera_Roll a::before {
   content: 'camera_roll';
}

a.Icon_Cameraswitch::before,
span.Icon_Cameraswitch::before,
td.Icon_Cameraswitch a::before {
   content: 'cameraswitch';
}

a.Icon_Campaign::before,
span.Icon_Campaign::before,
td.Icon_Campaign a::before {
   content: 'campaign';
}

a.Icon_Cancel::before,
span.Icon_Cancel::before,
td.Icon_Cancel a::before {
   content: 'cancel';
}

a.Icon_Cancel_Presentation::before,
span.Icon_Cancel_Presentation::before,
td.Icon_Cancel_Presentation a::before {
   content: 'cancel_presentation';
}

a.Icon_Cancel_Schedule_Send::before,
span.Icon_Cancel_Schedule_Send::before,
td.Icon_Cancel_Schedule_Send a::before {
   content: 'cancel_schedule_send';
}

a.Icon_Candlestick_Chart::before,
span.Icon_Candlestick_Chart::before,
td.Icon_Candlestick_Chart a::before {
   content: 'candlestick_chart';
}

a.Icon_Car_Crash::before,
span.Icon_Car_Crash::before,
td.Icon_Car_Crash a::before {
   content: 'car_crash';
}

a.Icon_Car_Rental::before,
span.Icon_Car_Rental::before,
td.Icon_Car_Rental a::before {
   content: 'car_rental';
}

a.Icon_Car_Repair::before,
span.Icon_Car_Repair::before,
td.Icon_Car_Repair a::before {
   content: 'car_repair';
}

a.Icon_Card_Giftcard::before,
span.Icon_Card_Giftcard::before,
td.Icon_Card_Giftcard a::before {
   content: 'card_giftcard';
}

a.Icon_Card_Membership::before,
span.Icon_Card_Membership::before,
td.Icon_Card_Membership a::before {
   content: 'card_membership';
}

a.Icon_Card_Travel::before,
span.Icon_Card_Travel::before,
td.Icon_Card_Travel a::before {
   content: 'card_travel';
}

a.Icon_Carpenter::before,
span.Icon_Carpenter::before,
td.Icon_Carpenter a::before {
   content: 'carpenter';
}

a.Icon_Cases::before,
span.Icon_Cases::before,
td.Icon_Cases a::before {
   content: 'cases';
}

a.Icon_Casino::before,
span.Icon_Casino::before,
td.Icon_Casino a::before {
   content: 'casino';
}

a.Icon_Cast::before,
span.Icon_Cast::before,
td.Icon_Cast a::before {
   content: 'cast';
}

a.Icon_Cast_Connected::before,
span.Icon_Cast_Connected::before,
td.Icon_Cast_Connected a::before {
   content: 'cast_connected';
}

a.Icon_Cast_For_Education::before,
span.Icon_Cast_For_Education::before,
td.Icon_Cast_For_Education a::before {
   content: 'cast_for_education';
}

a.Icon_Castle::before,
span.Icon_Castle::before,
td.Icon_Castle a::before {
   content: 'castle';
}

a.Icon_Catching_Pokemon::before,
span.Icon_Catching_Pokemon::before,
td.Icon_Catching_Pokemon a::before {
   content: 'catching_pokemon';
}

a.Icon_Category::before,
span.Icon_Category::before,
td.Icon_Category a::before {
   content: 'category';
}

a.Icon_Celebration::before,
span.Icon_Celebration::before,
td.Icon_Celebration a::before {
   content: 'celebration';
}

a.Icon_Cell_Tower::before,
span.Icon_Cell_Tower::before,
td.Icon_Cell_Tower a::before {
   content: 'cell_tower';
}

a.Icon_Cell_Wifi::before,
span.Icon_Cell_Wifi::before,
td.Icon_Cell_Wifi a::before {
   content: 'cell_wifi';
}

a.Icon_Center_Focus_Strong::before,
span.Icon_Center_Focus_Strong::before,
td.Icon_Center_Focus_Strong a::before {
   content: 'center_focus_strong';
}

a.Icon_Center_Focus_Weak::before,
span.Icon_Center_Focus_Weak::before,
td.Icon_Center_Focus_Weak a::before {
   content: 'center_focus_weak';
}

a.Icon_Chair::before,
span.Icon_Chair::before,
td.Icon_Chair a::before {
   content: 'chair';
}

a.Icon_Chair_Alt::before,
span.Icon_Chair_Alt::before,
td.Icon_Chair_Alt a::before {
   content: 'chair_alt';
}

a.Icon_Chalet::before,
span.Icon_Chalet::before,
td.Icon_Chalet a::before {
   content: 'chalet';
}

a.Icon_Change_Circle::before,
span.Icon_Change_Circle::before,
td.Icon_Change_Circle a::before {
   content: 'change_circle';
}

a.Icon_Change_History::before,
span.Icon_Change_History::before,
td.Icon_Change_History a::before {
   content: 'change_history';
}

a.Icon_Charging_Station::before,
span.Icon_Charging_Station::before,
td.Icon_Charging_Station a::before {
   content: 'charging_station';
}

a.Icon_Chat::before,
span.Icon_Chat::before,
td.Icon_Chat a::before {
   content: 'chat';
}

a.Icon_Chat_Bubble::before,
span.Icon_Chat_Bubble::before,
td.Icon_Chat_Bubble a::before {
   content: 'chat_bubble';
}

a.Icon_Chat_Bubble_Outline::before,
span.Icon_Chat_Bubble_Outline::before,
td.Icon_Chat_Bubble_Outline a::before {
   content: 'chat_bubble_outline';
}

a.Icon_Check::before,
span.Icon_Check::before,
td.Icon_Check a::before {
   content: 'check';
}

a.Icon_Check_Box::before,
span.Icon_Check_Box::before,
td.Icon_Check_Box a::before {
   content: 'check_box';
}

a.Icon_Check_Box_Outline_Blank::before,
span.Icon_Check_Box_Outline_Blank::before,
td.Icon_Check_Box_Outline_Blank a::before {
   content: 'check_box_outline_blank';
}

a.Icon_Check_Circle::before,
span.Icon_Check_Circle::before,
td.Icon_Check_Circle a::before {
   content: 'check_circle';
}

a.Icon_Check_Circle_Outline::before,
span.Icon_Check_Circle_Outline::before,
td.Icon_Check_Circle_Outline a::before {
   content: 'check_circle_outline';
}

a.Icon_Checklist::before,
span.Icon_Checklist::before,
td.Icon_Checklist a::before {
   content: 'checklist';
}

a.Icon_Checklist_Rtl::before,
span.Icon_Checklist_Rtl::before,
td.Icon_Checklist_Rtl a::before {
   content: 'checklist_rtl';
}

a.Icon_Checkroom::before,
span.Icon_Checkroom::before,
td.Icon_Checkroom a::before {
   content: 'checkroom';
}

a.Icon_Chevron_Left::before,
span.Icon_Chevron_Left::before,
td.Icon_Chevron_Left a::before {
   content: 'chevron_left';
}

a.Icon_Chevron_Right::before,
span.Icon_Chevron_Right::before,
td.Icon_Chevron_Right a::before {
   content: 'chevron_right';
}

a.Icon_Child_Care::before,
span.Icon_Child_Care::before,
td.Icon_Child_Care a::before {
   content: 'child_care';
}

a.Icon_Child_Friendly::before,
span.Icon_Child_Friendly::before,
td.Icon_Child_Friendly a::before {
   content: 'child_friendly';
}

a.Icon_Chrome_Reader_Mode::before,
span.Icon_Chrome_Reader_Mode::before,
td.Icon_Chrome_Reader_Mode a::before {
   content: 'chrome_reader_mode';
}

a.Icon_Church::before,
span.Icon_Church::before,
td.Icon_Church a::before {
   content: 'church';
}

a.Icon_Circle::before,
span.Icon_Circle::before,
td.Icon_Circle a::before {
   content: 'circle';
}

a.Icon_Circle_Notifications::before,
span.Icon_Circle_Notifications::before,
td.Icon_Circle_Notifications a::before {
   content: 'circle_notifications';
}

a.Icon_Class::before,
span.Icon_Class::before,
td.Icon_Class a::before {
   content: 'class';
}

a.Icon_Clean_Hands::before,
span.Icon_Clean_Hands::before,
td.Icon_Clean_Hands a::before {
   content: 'clean_hands';
}

a.Icon_Cleaning_Services::before,
span.Icon_Cleaning_Services::before,
td.Icon_Cleaning_Services a::before {
   content: 'cleaning_services';
}

a.Icon_Clear::before,
span.Icon_Clear::before,
td.Icon_Clear a::before {
   content: 'clear';
}

a.Icon_Clear_All::before,
span.Icon_Clear_All::before,
td.Icon_Clear_All a::before {
   content: 'clear_all';
}

a.Icon_Close::before,
span.Icon_Close::before,
td.Icon_Close a::before {
   content: 'close';
}

a.Icon_Close_Fullscreen::before,
span.Icon_Close_Fullscreen::before,
td.Icon_Close_Fullscreen a::before {
   content: 'close_fullscreen';
}

a.Icon_Closed_Caption::before,
span.Icon_Closed_Caption::before,
td.Icon_Closed_Caption a::before {
   content: 'closed_caption';
}

a.Icon_Closed_Caption_Disabled::before,
span.Icon_Closed_Caption_Disabled::before,
td.Icon_Closed_Caption_Disabled a::before {
   content: 'closed_caption_disabled';
}

a.Icon_Closed_Caption_Off::before,
span.Icon_Closed_Caption_Off::before,
td.Icon_Closed_Caption_Off a::before {
   content: 'closed_caption_off';
}

a.Icon_Cloud::before,
span.Icon_Cloud::before,
td.Icon_Cloud a::before {
   content: 'cloud';
}

a.Icon_Cloud_Circle::before,
span.Icon_Cloud_Circle::before,
td.Icon_Cloud_Circle a::before {
   content: 'cloud_circle';
}

a.Icon_Cloud_Done::before,
span.Icon_Cloud_Done::before,
td.Icon_Cloud_Done a::before {
   content: 'cloud_done';
}

a.Icon_Cloud_Download::before,
span.Icon_Cloud_Download::before,
td.Icon_Cloud_Download a::before {
   content: 'cloud_download';
}

a.Icon_Cloud_Off::before,
span.Icon_Cloud_Off::before,
td.Icon_Cloud_Off a::before {
   content: 'cloud_off';
}

a.Icon_Cloud_Queue::before,
span.Icon_Cloud_Queue::before,
td.Icon_Cloud_Queue a::before {
   content: 'cloud_queue';
}

a.Icon_Cloud_Sync::before,
span.Icon_Cloud_Sync::before,
td.Icon_Cloud_Sync a::before {
   content: 'cloud_sync';
}

a.Icon_Cloud_Upload::before,
span.Icon_Cloud_Upload::before,
td.Icon_Cloud_Upload a::before {
   content: 'cloud_upload';
}

a.Icon_Cloudy_Snowing::before,
span.Icon_Cloudy_Snowing::before,
td.Icon_Cloudy_Snowing a::before {
   content: 'cloudy_snowing';
}

a.Icon_Co2::before,
span.Icon_Co2::before,
td.Icon_Co2 a::before {
   content: 'co2';
}

a.Icon_Co_Present::before,
span.Icon_Co_Present::before,
td.Icon_Co_Present a::before {
   content: 'co_present';
}

a.Icon_Code::before,
span.Icon_Code::before,
td.Icon_Code a::before {
   content: 'code';
}

a.Icon_Code_Off::before,
span.Icon_Code_Off::before,
td.Icon_Code_Off a::before {
   content: 'code_off';
}

a.Icon_Coffee::before,
span.Icon_Coffee::before,
td.Icon_Coffee a::before {
   content: 'coffee';
}

a.Icon_Coffee_Maker::before,
span.Icon_Coffee_Maker::before,
td.Icon_Coffee_Maker a::before {
   content: 'coffee_maker';
}

a.Icon_Collections::before,
span.Icon_Collections::before,
td.Icon_Collections a::before {
   content: 'collections';
}

a.Icon_Collections_Bookmark::before,
span.Icon_Collections_Bookmark::before,
td.Icon_Collections_Bookmark a::before {
   content: 'collections_bookmark';
}

a.Icon_Color_Lens::before,
span.Icon_Color_Lens::before,
td.Icon_Color_Lens a::before {
   content: 'color_lens';
}

a.Icon_Colorize::before,
span.Icon_Colorize::before,
td.Icon_Colorize a::before {
   content: 'colorize';
}

a.Icon_Comment::before,
span.Icon_Comment::before,
td.Icon_Comment a::before {
   content: 'comment';
}

a.Icon_Comment_Bank::before,
span.Icon_Comment_Bank::before,
td.Icon_Comment_Bank a::before {
   content: 'comment_bank';
}

a.Icon_Comments_Disabled::before,
span.Icon_Comments_Disabled::before,
td.Icon_Comments_Disabled a::before {
   content: 'comments_disabled';
}

a.Icon_Commit::before,
span.Icon_Commit::before,
td.Icon_Commit a::before {
   content: 'commit';
}

a.Icon_Commute::before,
span.Icon_Commute::before,
td.Icon_Commute a::before {
   content: 'commute';
}

a.Icon_Compare::before,
span.Icon_Compare::before,
td.Icon_Compare a::before {
   content: 'compare';
}

a.Icon_Compare_Arrows::before,
span.Icon_Compare_Arrows::before,
td.Icon_Compare_Arrows a::before {
   content: 'compare_arrows';
}

a.Icon_Compass_Calibration::before,
span.Icon_Compass_Calibration::before,
td.Icon_Compass_Calibration a::before {
   content: 'compass_calibration';
}

a.Icon_Compost::before,
span.Icon_Compost::before,
td.Icon_Compost a::before {
   content: 'compost';
}

a.Icon_Compress::before,
span.Icon_Compress::before,
td.Icon_Compress a::before {
   content: 'compress';
}

a.Icon_Computer::before,
span.Icon_Computer::before,
td.Icon_Computer a::before {
   content: 'computer';
}

a.Icon_Confirmation_Num::before,
span.Icon_Confirmation_Num::before,
td.Icon_Confirmation_Num a::before {
   content: 'confirmation_num';
}

a.Icon_Confirmation_Number::before,
span.Icon_Confirmation_Number::before,
td.Icon_Confirmation_Number a::before {
   content: 'confirmation_number';
}

a.Icon_Connect_Without_Contact::before,
span.Icon_Connect_Without_Contact::before,
td.Icon_Connect_Without_Contact a::before {
   content: 'connect_without_contact';
}

a.Icon_Connected_Tv::before,
span.Icon_Connected_Tv::before,
td.Icon_Connected_Tv a::before {
   content: 'connected_tv';
}

a.Icon_Connecting_Airports::before,
span.Icon_Connecting_Airports::before,
td.Icon_Connecting_Airports a::before {
   content: 'connecting_airports';
}

a.Icon_Construction::before,
span.Icon_Construction::before,
td.Icon_Construction a::before {
   content: 'construction';
}

a.Icon_Contact_Mail::before,
span.Icon_Contact_Mail::before,
td.Icon_Contact_Mail a::before {
   content: 'contact_mail';
}

a.Icon_Contact_Page::before,
span.Icon_Contact_Page::before,
td.Icon_Contact_Page a::before {
   content: 'contact_page';
}

a.Icon_Contact_Phone::before,
span.Icon_Contact_Phone::before,
td.Icon_Contact_Phone a::before {
   content: 'contact_phone';
}

a.Icon_Contact_Support::before,
span.Icon_Contact_Support::before,
td.Icon_Contact_Support a::before {
   content: 'contact_support';
}

a.Icon_Contactless::before,
span.Icon_Contactless::before,
td.Icon_Contactless a::before {
   content: 'contactless';
}

a.Icon_Contacts::before,
span.Icon_Contacts::before,
td.Icon_Contacts a::before {
   content: 'contacts';
}

a.Icon_Content_Copy::before,
span.Icon_Content_Copy::before,
td.Icon_Content_Copy a::before {
   content: 'content_copy';
}

a.Icon_Content_Cut::before,
span.Icon_Content_Cut::before,
td.Icon_Content_Cut a::before {
   content: 'content_cut';
}

a.Icon_Content_Paste::before,
span.Icon_Content_Paste::before,
td.Icon_Content_Paste a::before {
   content: 'content_paste';
}

a.Icon_Content_Paste_Go::before,
span.Icon_Content_Paste_Go::before,
td.Icon_Content_Paste_Go a::before {
   content: 'content_paste_go';
}

a.Icon_Content_Paste_Off::before,
span.Icon_Content_Paste_Off::before,
td.Icon_Content_Paste_Off a::before {
   content: 'content_paste_off';
}

a.Icon_Content_Paste_Search::before,
span.Icon_Content_Paste_Search::before,
td.Icon_Content_Paste_Search a::before {
   content: 'content_paste_search';
}

a.Icon_Contrast::before,
span.Icon_Contrast::before,
td.Icon_Contrast a::before {
   content: 'contrast';
}

a.Icon_Control_Camera::before,
span.Icon_Control_Camera::before,
td.Icon_Control_Camera a::before {
   content: 'control_camera';
}

a.Icon_Control_Point::before,
span.Icon_Control_Point::before,
td.Icon_Control_Point a::before {
   content: 'control_point';
}

a.Icon_Control_Point_Duplicate::before,
span.Icon_Control_Point_Duplicate::before,
td.Icon_Control_Point_Duplicate a::before {
   content: 'control_point_duplicate';
}

a.Icon_Cookie::before,
span.Icon_Cookie::before,
td.Icon_Cookie a::before {
   content: 'cookie';
}

a.Icon_Copy_All::before,
span.Icon_Copy_All::before,
td.Icon_Copy_All a::before {
   content: 'copy_all';
}

a.Icon_Copyright::before,
span.Icon_Copyright::before,
td.Icon_Copyright a::before {
   content: 'copyright';
}

a.Icon_Coronavirus::before,
span.Icon_Coronavirus::before,
td.Icon_Coronavirus a::before {
   content: 'coronavirus';
}

a.Icon_Corporate_Fare::before,
span.Icon_Corporate_Fare::before,
td.Icon_Corporate_Fare a::before {
   content: 'corporate_fare';
}

a.Icon_Cottage::before,
span.Icon_Cottage::before,
td.Icon_Cottage a::before {
   content: 'cottage';
}

a.Icon_Countertops::before,
span.Icon_Countertops::before,
td.Icon_Countertops a::before {
   content: 'countertops';
}

a.Icon_Create::before,
span.Icon_Create::before,
td.Icon_Create a::before {
   content: 'create';
}

a.Icon_Create_New_Folder::before,
span.Icon_Create_New_Folder::before,
td.Icon_Create_New_Folder a::before {
   content: 'create_new_folder';
}

a.Icon_Credit_Card::before,
span.Icon_Credit_Card::before,
td.Icon_Credit_Card a::before {
   content: 'credit_card';
}

a.Icon_Credit_Card_Off::before,
span.Icon_Credit_Card_Off::before,
td.Icon_Credit_Card_Off a::before {
   content: 'credit_card_off';
}

a.Icon_Credit_Score::before,
span.Icon_Credit_Score::before,
td.Icon_Credit_Score a::before {
   content: 'credit_score';
}

a.Icon_Crib::before,
span.Icon_Crib::before,
td.Icon_Crib a::before {
   content: 'crib';
}

a.Icon_Crisis_Alert::before,
span.Icon_Crisis_Alert::before,
td.Icon_Crisis_Alert a::before {
   content: 'crisis_alert';
}

a.Icon_Crop::before,
span.Icon_Crop::before,
td.Icon_Crop a::before {
   content: 'crop';
}

a.Icon_Crop_16_9::before,
span.Icon_Crop_16_9::before,
td.Icon_Crop_16_9 a::before {
   content: 'crop_16_9';
}

a.Icon_Crop_3_2::before,
span.Icon_Crop_3_2::before,
td.Icon_Crop_3_2 a::before {
   content: 'crop_3_2';
}

a.Icon_Crop_5_4::before,
span.Icon_Crop_5_4::before,
td.Icon_Crop_5_4 a::before {
   content: 'crop_5_4';
}

a.Icon_Crop_7_5::before,
span.Icon_Crop_7_5::before,
td.Icon_Crop_7_5 a::before {
   content: 'crop_7_5';
}

a.Icon_Crop_Din::before,
span.Icon_Crop_Din::before,
td.Icon_Crop_Din a::before {
   content: 'crop_din';
}

a.Icon_Crop_Free::before,
span.Icon_Crop_Free::before,
td.Icon_Crop_Free a::before {
   content: 'crop_free';
}

a.Icon_Crop_Landscape::before,
span.Icon_Crop_Landscape::before,
td.Icon_Crop_Landscape a::before {
   content: 'crop_landscape';
}

a.Icon_Crop_Original::before,
span.Icon_Crop_Original::before,
td.Icon_Crop_Original a::before {
   content: 'crop_original';
}

a.Icon_Crop_Portrait::before,
span.Icon_Crop_Portrait::before,
td.Icon_Crop_Portrait a::before {
   content: 'crop_portrait';
}

a.Icon_Crop_Rotate::before,
span.Icon_Crop_Rotate::before,
td.Icon_Crop_Rotate a::before {
   content: 'crop_rotate';
}

a.Icon_Crop_Square::before,
span.Icon_Crop_Square::before,
td.Icon_Crop_Square a::before {
   content: 'crop_square';
}

a.Icon_Cruelty_Free::before,
span.Icon_Cruelty_Free::before,
td.Icon_Cruelty_Free a::before {
   content: 'cruelty_free';
}

a.Icon_Css::before,
span.Icon_Css::before,
td.Icon_Css a::before {
   content: 'css';
}

a.Icon_Currency_Bitcoin::before,
span.Icon_Currency_Bitcoin::before,
td.Icon_Currency_Bitcoin a::before {
   content: 'currency_bitcoin';
}

a.Icon_Currency_Exchange::before,
span.Icon_Currency_Exchange::before,
td.Icon_Currency_Exchange a::before {
   content: 'currency_exchange';
}

a.Icon_Currency_Franc::before,
span.Icon_Currency_Franc::before,
td.Icon_Currency_Franc a::before {
   content: 'currency_franc';
}

a.Icon_Currency_Lira::before,
span.Icon_Currency_Lira::before,
td.Icon_Currency_Lira a::before {
   content: 'currency_lira';
}

a.Icon_Currency_Pound::before,
span.Icon_Currency_Pound::before,
td.Icon_Currency_Pound a::before {
   content: 'currency_pound';
}

a.Icon_Currency_Ruble::before,
span.Icon_Currency_Ruble::before,
td.Icon_Currency_Ruble a::before {
   content: 'currency_ruble';
}

a.Icon_Currency_Rupee::before,
span.Icon_Currency_Rupee::before,
td.Icon_Currency_Rupee a::before {
   content: 'currency_rupee';
}

a.Icon_Currency_Yen::before,
span.Icon_Currency_Yen::before,
td.Icon_Currency_Yen a::before {
   content: 'currency_yen';
}

a.Icon_Currency_Yuan::before,
span.Icon_Currency_Yuan::before,
td.Icon_Currency_Yuan a::before {
   content: 'currency_yuan';
}

a.Icon_Curtains::before,
span.Icon_Curtains::before,
td.Icon_Curtains a::before {
   content: 'curtains';
}

a.Icon_Curtains_Closed::before,
span.Icon_Curtains_Closed::before,
td.Icon_Curtains_Closed a::before {
   content: 'curtains_closed';
}

a.Icon_Cyclone::before,
span.Icon_Cyclone::before,
td.Icon_Cyclone a::before {
   content: 'cyclone';
}

a.Icon_Dangerous::before,
span.Icon_Dangerous::before,
td.Icon_Dangerous a::before {
   content: 'dangerous';
}

a.Icon_Dark_Mode::before,
span.Icon_Dark_Mode::before,
td.Icon_Dark_Mode a::before {
   content: 'dark_mode';
}

a.Icon_Dashboard::before,
span.Icon_Dashboard::before,
td.Icon_Dashboard a::before {
   content: 'dashboard';
}

a.Icon_Dashboard_Customize::before,
span.Icon_Dashboard_Customize::before,
td.Icon_Dashboard_Customize a::before {
   content: 'dashboard_customize';
}

a.Icon_Data_Array::before,
span.Icon_Data_Array::before,
td.Icon_Data_Array a::before {
   content: 'data_array';
}

a.Icon_Data_Exploration::before,
span.Icon_Data_Exploration::before,
td.Icon_Data_Exploration a::before {
   content: 'data_exploration';
}

a.Icon_Data_Object::before,
span.Icon_Data_Object::before,
td.Icon_Data_Object a::before {
   content: 'data_object';
}

a.Icon_Data_Saver_Off::before,
span.Icon_Data_Saver_Off::before,
td.Icon_Data_Saver_Off a::before {
   content: 'data_saver_off';
}

a.Icon_Data_Saver_On::before,
span.Icon_Data_Saver_On::before,
td.Icon_Data_Saver_On a::before {
   content: 'data_saver_on';
}

a.Icon_Data_Thresholding::before,
span.Icon_Data_Thresholding::before,
td.Icon_Data_Thresholding a::before {
   content: 'data_thresholding';
}

a.Icon_Data_Usage::before,
span.Icon_Data_Usage::before,
td.Icon_Data_Usage a::before {
   content: 'data_usage';
}

a.Icon_Date_Range::before,
span.Icon_Date_Range::before,
td.Icon_Date_Range a::before {
   content: 'date_range';
}

a.Icon_Deblur::before,
span.Icon_Deblur::before,
td.Icon_Deblur a::before {
   content: 'deblur';
}

a.Icon_Deck::before,
span.Icon_Deck::before,
td.Icon_Deck a::before {
   content: 'deck';
}

a.Icon_Dehaze::before,
span.Icon_Dehaze::before,
td.Icon_Dehaze a::before {
   content: 'dehaze';
}

a.Icon_Delete::before,
span.Icon_Delete::before,
td.Icon_Delete a::before {
   content: 'delete';
}

a.Icon_Delete_Forever::before,
span.Icon_Delete_Forever::before,
td.Icon_Delete_Forever a::before {
   content: 'delete_forever';
}

a.Icon_Delete_Outline::before,
span.Icon_Delete_Outline::before,
td.Icon_Delete_Outline a::before {
   content: 'delete_outline';
}

a.Icon_Delete_Sweep::before,
span.Icon_Delete_Sweep::before,
td.Icon_Delete_Sweep a::before {
   content: 'delete_sweep';
}

a.Icon_Delivery_Dining::before,
span.Icon_Delivery_Dining::before,
td.Icon_Delivery_Dining a::before {
   content: 'delivery_dining';
}

a.Icon_Density_Large::before,
span.Icon_Density_Large::before,
td.Icon_Density_Large a::before {
   content: 'density_large';
}

a.Icon_Density_Medium::before,
span.Icon_Density_Medium::before,
td.Icon_Density_Medium a::before {
   content: 'density_medium';
}

a.Icon_Density_Small::before,
span.Icon_Density_Small::before,
td.Icon_Density_Small a::before {
   content: 'density_small';
}

a.Icon_Departure_Board::before,
span.Icon_Departure_Board::before,
td.Icon_Departure_Board a::before {
   content: 'departure_board';
}

a.Icon_Description::before,
span.Icon_Description::before,
td.Icon_Description a::before {
   content: 'description';
}

a.Icon_Deselect::before,
span.Icon_Deselect::before,
td.Icon_Deselect a::before {
   content: 'deselect';
}

a.Icon_Design_Services::before,
span.Icon_Design_Services::before,
td.Icon_Design_Services a::before {
   content: 'design_services';
}

a.Icon_Desk::before,
span.Icon_Desk::before,
td.Icon_Desk a::before {
   content: 'desk';
}

a.Icon_Desktop_Access_Disabled::before,
span.Icon_Desktop_Access_Disabled::before,
td.Icon_Desktop_Access_Disabled a::before {
   content: 'desktop_access_disabled';
}

a.Icon_Desktop_Mac::before,
span.Icon_Desktop_Mac::before,
td.Icon_Desktop_Mac a::before {
   content: 'desktop_mac';
}

a.Icon_Desktop_Windows::before,
span.Icon_Desktop_Windows::before,
td.Icon_Desktop_Windows a::before {
   content: 'desktop_windows';
}

a.Icon_Details::before,
span.Icon_Details::before,
td.Icon_Details a::before {
   content: 'details';
}

a.Icon_Developer_Board::before,
span.Icon_Developer_Board::before,
td.Icon_Developer_Board a::before {
   content: 'developer_board';
}

a.Icon_Developer_Board_Off::before,
span.Icon_Developer_Board_Off::before,
td.Icon_Developer_Board_Off a::before {
   content: 'developer_board_off';
}

a.Icon_Developer_Mode::before,
span.Icon_Developer_Mode::before,
td.Icon_Developer_Mode a::before {
   content: 'developer_mode';
}

a.Icon_Device_Hub::before,
span.Icon_Device_Hub::before,
td.Icon_Device_Hub a::before {
   content: 'device_hub';
}

a.Icon_Device_Thermostat::before,
span.Icon_Device_Thermostat::before,
td.Icon_Device_Thermostat a::before {
   content: 'device_thermostat';
}

a.Icon_Device_Unknown::before,
span.Icon_Device_Unknown::before,
td.Icon_Device_Unknown a::before {
   content: 'device_unknown';
}

a.Icon_Devices::before,
span.Icon_Devices::before,
td.Icon_Devices a::before {
   content: 'devices';
}

a.Icon_Devices_Fold::before,
span.Icon_Devices_Fold::before,
td.Icon_Devices_Fold a::before {
   content: 'devices_fold';
}

a.Icon_Devices_Other::before,
span.Icon_Devices_Other::before,
td.Icon_Devices_Other a::before {
   content: 'devices_other';
}

a.Icon_Dialer_Sip::before,
span.Icon_Dialer_Sip::before,
td.Icon_Dialer_Sip a::before {
   content: 'dialer_sip';
}

a.Icon_Dialpad::before,
span.Icon_Dialpad::before,
td.Icon_Dialpad a::before {
   content: 'dialpad';
}

a.Icon_Diamond::before,
span.Icon_Diamond::before,
td.Icon_Diamond a::before {
   content: 'diamond';
}

a.Icon_Difference::before,
span.Icon_Difference::before,
td.Icon_Difference a::before {
   content: 'difference';
}

a.Icon_Dining::before,
span.Icon_Dining::before,
td.Icon_Dining a::before {
   content: 'dining';
}

a.Icon_Dinner_Dining::before,
span.Icon_Dinner_Dining::before,
td.Icon_Dinner_Dining a::before {
   content: 'dinner_dining';
}

a.Icon_Directions::before,
span.Icon_Directions::before,
td.Icon_Directions a::before {
   content: 'directions';
}

a.Icon_Directions_Bike::before,
span.Icon_Directions_Bike::before,
td.Icon_Directions_Bike a::before {
   content: 'directions_bike';
}

a.Icon_Directions_Boat::before,
span.Icon_Directions_Boat::before,
td.Icon_Directions_Boat a::before {
   content: 'directions_boat';
}

a.Icon_Directions_Boat_Filled::before,
span.Icon_Directions_Boat_Filled::before,
td.Icon_Directions_Boat_Filled a::before {
   content: 'directions_boat_filled';
}

a.Icon_Directions_Bus::before,
span.Icon_Directions_Bus::before,
td.Icon_Directions_Bus a::before {
   content: 'directions_bus';
}

a.Icon_Directions_Bus_Filled::before,
span.Icon_Directions_Bus_Filled::before,
td.Icon_Directions_Bus_Filled a::before {
   content: 'directions_bus_filled';
}

a.Icon_Directions_Car::before,
span.Icon_Directions_Car::before,
td.Icon_Directions_Car a::before {
   content: 'directions_car';
}

a.Icon_Directions_Car_Filled::before,
span.Icon_Directions_Car_Filled::before,
td.Icon_Directions_Car_Filled a::before {
   content: 'directions_car_filled';
}

a.Icon_Directions_Ferry::before,
span.Icon_Directions_Ferry::before,
td.Icon_Directions_Ferry a::before {
   content: 'directions_ferry';
}

a.Icon_Directions_Off::before,
span.Icon_Directions_Off::before,
td.Icon_Directions_Off a::before {
   content: 'directions_off';
}

a.Icon_Directions_Railway::before,
span.Icon_Directions_Railway::before,
td.Icon_Directions_Railway a::before {
   content: 'directions_railway';
}

a.Icon_Directions_Railway_Filled::before,
span.Icon_Directions_Railway_Filled::before,
td.Icon_Directions_Railway_Filled a::before {
   content: 'directions_railway_filled';
}

a.Icon_Directions_Run::before,
span.Icon_Directions_Run::before,
td.Icon_Directions_Run a::before {
   content: 'directions_run';
}

a.Icon_Directions_Subway::before,
span.Icon_Directions_Subway::before,
td.Icon_Directions_Subway a::before {
   content: 'directions_subway';
}

a.Icon_Directions_Subway_Filled::before,
span.Icon_Directions_Subway_Filled::before,
td.Icon_Directions_Subway_Filled a::before {
   content: 'directions_subway_filled';
}

a.Icon_Directions_Train::before,
span.Icon_Directions_Train::before,
td.Icon_Directions_Train a::before {
   content: 'directions_train';
}

a.Icon_Directions_Transit::before,
span.Icon_Directions_Transit::before,
td.Icon_Directions_Transit a::before {
   content: 'directions_transit';
}

a.Icon_Directions_Transit_Filled::before,
span.Icon_Directions_Transit_Filled::before,
td.Icon_Directions_Transit_Filled a::before {
   content: 'directions_transit_filled';
}

a.Icon_Directions_Walk::before,
span.Icon_Directions_Walk::before,
td.Icon_Directions_Walk a::before {
   content: 'directions_walk';
}

a.Icon_Dirty_Lens::before,
span.Icon_Dirty_Lens::before,
td.Icon_Dirty_Lens a::before {
   content: 'dirty_lens';
}

a.Icon_Disabled_By_Default::before,
span.Icon_Disabled_By_Default::before,
td.Icon_Disabled_By_Default a::before {
   content: 'disabled_by_default';
}

a.Icon_Disabled_Visible::before,
span.Icon_Disabled_Visible::before,
td.Icon_Disabled_Visible a::before {
   content: 'disabled_visible';
}

a.Icon_Disc_Full::before,
span.Icon_Disc_Full::before,
td.Icon_Disc_Full a::before {
   content: 'disc_full';
}

a.Icon_Discord::before,
span.Icon_Discord::before,
td.Icon_Discord a::before {
   content: 'discord';
}

a.Icon_Discount::before,
span.Icon_Discount::before,
td.Icon_Discount a::before {
   content: 'discount';
}

a.Icon_Display_Settings::before,
span.Icon_Display_Settings::before,
td.Icon_Display_Settings a::before {
   content: 'display_settings';
}

a.Icon_Dnd_Forwardslash::before,
span.Icon_Dnd_Forwardslash::before,
td.Icon_Dnd_Forwardslash a::before {
   content: 'dnd_forwardslash';
}

a.Icon_Dns::before,
span.Icon_Dns::before,
td.Icon_Dns a::before {
   content: 'dns';
}

a.Icon_Do_Disturb::before,
span.Icon_Do_Disturb::before,
td.Icon_Do_Disturb a::before {
   content: 'do_disturb';
}

a.Icon_Do_Disturb_Alt::before,
span.Icon_Do_Disturb_Alt::before,
td.Icon_Do_Disturb_Alt a::before {
   content: 'do_disturb_alt';
}

a.Icon_Do_Disturb_Off::before,
span.Icon_Do_Disturb_Off::before,
td.Icon_Do_Disturb_Off a::before {
   content: 'do_disturb_off';
}

a.Icon_Do_Disturb_On::before,
span.Icon_Do_Disturb_On::before,
td.Icon_Do_Disturb_On a::before {
   content: 'do_disturb_on';
}

a.Icon_Do_Not_Disturb::before,
span.Icon_Do_Not_Disturb::before,
td.Icon_Do_Not_Disturb a::before {
   content: 'do_not_disturb';
}

a.Icon_Do_Not_Disturb_Alt::before,
span.Icon_Do_Not_Disturb_Alt::before,
td.Icon_Do_Not_Disturb_Alt a::before {
   content: 'do_not_disturb_alt';
}

a.Icon_Do_Not_Disturb_Off::before,
span.Icon_Do_Not_Disturb_Off::before,
td.Icon_Do_Not_Disturb_Off a::before {
   content: 'do_not_disturb_off';
}

a.Icon_Do_Not_Disturb_On::before,
span.Icon_Do_Not_Disturb_On::before,
td.Icon_Do_Not_Disturb_On a::before {
   content: 'do_not_disturb_on';
}

a.Icon_Do_Not_Disturb_On_Total_Silence::before,
span.Icon_Do_Not_Disturb_On_Total_Silence::before,
td.Icon_Do_Not_Disturb_On_Total_Silence a::before {
   content: 'do_not_disturb_on_total_silence';
}

a.Icon_Do_Not_Step::before,
span.Icon_Do_Not_Step::before,
td.Icon_Do_Not_Step a::before {
   content: 'do_not_step';
}

a.Icon_Do_Not_Touch::before,
span.Icon_Do_Not_Touch::before,
td.Icon_Do_Not_Touch a::before {
   content: 'do_not_touch';
}

a.Icon_Dock::before,
span.Icon_Dock::before,
td.Icon_Dock a::before {
   content: 'dock';
}

a.Icon_Document_Scanner::before,
span.Icon_Document_Scanner::before,
td.Icon_Document_Scanner a::before {
   content: 'document_scanner';
}

a.Icon_Domain::before,
span.Icon_Domain::before,
td.Icon_Domain a::before {
   content: 'domain';
}

a.Icon_Domain_Add::before,
span.Icon_Domain_Add::before,
td.Icon_Domain_Add a::before {
   content: 'domain_add';
}

a.Icon_Domain_Disabled::before,
span.Icon_Domain_Disabled::before,
td.Icon_Domain_Disabled a::before {
   content: 'domain_disabled';
}

a.Icon_Domain_Verification::before,
span.Icon_Domain_Verification::before,
td.Icon_Domain_Verification a::before {
   content: 'domain_verification';
}

a.Icon_Done::before,
span.Icon_Done::before,
td.Icon_Done a::before {
   content: 'done';
}

a.Icon_Done_All::before,
span.Icon_Done_All::before,
td.Icon_Done_All a::before {
   content: 'done_all';
}

a.Icon_Done_Outline::before,
span.Icon_Done_Outline::before,
td.Icon_Done_Outline a::before {
   content: 'done_outline';
}

a.Icon_Donut_Large::before,
span.Icon_Donut_Large::before,
td.Icon_Donut_Large a::before {
   content: 'donut_large';
}

a.Icon_Donut_Small::before,
span.Icon_Donut_Small::before,
td.Icon_Donut_Small a::before {
   content: 'donut_small';
}

a.Icon_Door_Back::before,
span.Icon_Door_Back::before,
td.Icon_Door_Back a::before {
   content: 'door_back';
}

a.Icon_Door_Front::before,
span.Icon_Door_Front::before,
td.Icon_Door_Front a::before {
   content: 'door_front';
}

a.Icon_Door_Sliding::before,
span.Icon_Door_Sliding::before,
td.Icon_Door_Sliding a::before {
   content: 'door_sliding';
}

a.Icon_Doorbell::before,
span.Icon_Doorbell::before,
td.Icon_Doorbell a::before {
   content: 'doorbell';
}

a.Icon_Double_Arrow::before,
span.Icon_Double_Arrow::before,
td.Icon_Double_Arrow a::before {
   content: 'double_arrow';
}

a.Icon_Downhill_Skiing::before,
span.Icon_Downhill_Skiing::before,
td.Icon_Downhill_Skiing a::before {
   content: 'downhill_skiing';
}

a.Icon_Download::before,
span.Icon_Download::before,
td.Icon_Download a::before {
   content: 'download';
}

a.Icon_Download_Done::before,
span.Icon_Download_Done::before,
td.Icon_Download_Done a::before {
   content: 'download_done';
}

a.Icon_Download_For_Offline::before,
span.Icon_Download_For_Offline::before,
td.Icon_Download_For_Offline a::before {
   content: 'download_for_offline';
}

a.Icon_Downloading::before,
span.Icon_Downloading::before,
td.Icon_Downloading a::before {
   content: 'downloading';
}

a.Icon_Drafts::before,
span.Icon_Drafts::before,
td.Icon_Drafts a::before {
   content: 'drafts';
}

a.Icon_Drag_Handle::before,
span.Icon_Drag_Handle::before,
td.Icon_Drag_Handle a::before {
   content: 'drag_handle';
}

a.Icon_Drag_Indicator::before,
span.Icon_Drag_Indicator::before,
td.Icon_Drag_Indicator a::before {
   content: 'drag_indicator';
}

a.Icon_Draw::before,
span.Icon_Draw::before,
td.Icon_Draw a::before {
   content: 'draw';
}

a.Icon_Drive_Eta::before,
span.Icon_Drive_Eta::before,
td.Icon_Drive_Eta a::before {
   content: 'drive_eta';
}

a.Icon_Drive_File_Move::before,
span.Icon_Drive_File_Move::before,
td.Icon_Drive_File_Move a::before {
   content: 'drive_file_move';
}

a.Icon_Drive_File_Move_Outline::before,
span.Icon_Drive_File_Move_Outline::before,
td.Icon_Drive_File_Move_Outline a::before {
   content: 'drive_file_move_outline';
}

a.Icon_Drive_File_Move_Rtl::before,
span.Icon_Drive_File_Move_Rtl::before,
td.Icon_Drive_File_Move_Rtl a::before {
   content: 'drive_file_move_rtl';
}

a.Icon_Drive_File_Rename_Outline::before,
span.Icon_Drive_File_Rename_Outline::before,
td.Icon_Drive_File_Rename_Outline a::before {
   content: 'drive_file_rename_outline';
}

a.Icon_Drive_Folder_Upload::before,
span.Icon_Drive_Folder_Upload::before,
td.Icon_Drive_Folder_Upload a::before {
   content: 'drive_folder_upload';
}

a.Icon_Dry::before,
span.Icon_Dry::before,
td.Icon_Dry a::before {
   content: 'dry';
}

a.Icon_Dry_Cleaning::before,
span.Icon_Dry_Cleaning::before,
td.Icon_Dry_Cleaning a::before {
   content: 'dry_cleaning';
}

a.Icon_Duo::before,
span.Icon_Duo::before,
td.Icon_Duo a::before {
   content: 'duo';
}

a.Icon_Dvr::before,
span.Icon_Dvr::before,
td.Icon_Dvr a::before {
   content: 'dvr';
}

a.Icon_Dynamic_Feed::before,
span.Icon_Dynamic_Feed::before,
td.Icon_Dynamic_Feed a::before {
   content: 'dynamic_feed';
}

a.Icon_Dynamic_Form::before,
span.Icon_Dynamic_Form::before,
td.Icon_Dynamic_Form a::before {
   content: 'dynamic_form';
}

a.Icon_E_Mobiledata::before,
span.Icon_E_Mobiledata::before,
td.Icon_E_Mobiledata a::before {
   content: 'e_mobiledata';
}

a.Icon_Earbuds::before,
span.Icon_Earbuds::before,
td.Icon_Earbuds a::before {
   content: 'earbuds';
}

a.Icon_Earbuds_Battery::before,
span.Icon_Earbuds_Battery::before,
td.Icon_Earbuds_Battery a::before {
   content: 'earbuds_battery';
}

a.Icon_East::before,
span.Icon_East::before,
td.Icon_East a::before {
   content: 'east';
}

a.Icon_Eco::before,
span.Icon_Eco::before,
td.Icon_Eco a::before {
   content: 'eco';
}

a.Icon_Edgesensor_High::before,
span.Icon_Edgesensor_High::before,
td.Icon_Edgesensor_High a::before {
   content: 'edgesensor_high';
}

a.Icon_Edgesensor_Low::before,
span.Icon_Edgesensor_Low::before,
td.Icon_Edgesensor_Low a::before {
   content: 'edgesensor_low';
}

a.Icon_Edit::before,
span.Icon_Edit::before,
td.Icon_Edit a::before {
   content: 'edit';
}

a.Icon_Edit_Attributes::before,
span.Icon_Edit_Attributes::before,
td.Icon_Edit_Attributes a::before {
   content: 'edit_attributes';
}

a.Icon_Edit_Calendar::before,
span.Icon_Edit_Calendar::before,
td.Icon_Edit_Calendar a::before {
   content: 'edit_calendar';
}

a.Icon_Edit_Location::before,
span.Icon_Edit_Location::before,
td.Icon_Edit_Location a::before {
   content: 'edit_location';
}

a.Icon_Edit_Location_Alt::before,
span.Icon_Edit_Location_Alt::before,
td.Icon_Edit_Location_Alt a::before {
   content: 'edit_location_alt';
}

a.Icon_Edit_Note::before,
span.Icon_Edit_Note::before,
td.Icon_Edit_Note a::before {
   content: 'edit_note';
}

a.Icon_Edit_Notifications::before,
span.Icon_Edit_Notifications::before,
td.Icon_Edit_Notifications a::before {
   content: 'edit_notifications';
}

a.Icon_Edit_Off::before,
span.Icon_Edit_Off::before,
td.Icon_Edit_Off a::before {
   content: 'edit_off';
}

a.Icon_Edit_Road::before,
span.Icon_Edit_Road::before,
td.Icon_Edit_Road a::before {
   content: 'edit_road';
}

a.Icon_Egg::before,
span.Icon_Egg::before,
td.Icon_Egg a::before {
   content: 'egg';
}

a.Icon_Egg_Alt::before,
span.Icon_Egg_Alt::before,
td.Icon_Egg_Alt a::before {
   content: 'egg_alt';
}

a.Icon_Eject::before,
span.Icon_Eject::before,
td.Icon_Eject a::before {
   content: 'eject';
}

a.Icon_Elderly::before,
span.Icon_Elderly::before,
td.Icon_Elderly a::before {
   content: 'elderly';
}

a.Icon_Elderly_Woman::before,
span.Icon_Elderly_Woman::before,
td.Icon_Elderly_Woman a::before {
   content: 'elderly_woman';
}

a.Icon_Electric_Bike::before,
span.Icon_Electric_Bike::before,
td.Icon_Electric_Bike a::before {
   content: 'electric_bike';
}

a.Icon_Electric_Bolt::before,
span.Icon_Electric_Bolt::before,
td.Icon_Electric_Bolt a::before {
   content: 'electric_bolt';
}

a.Icon_Electric_Car::before,
span.Icon_Electric_Car::before,
td.Icon_Electric_Car a::before {
   content: 'electric_car';
}

a.Icon_Electric_Meter::before,
span.Icon_Electric_Meter::before,
td.Icon_Electric_Meter a::before {
   content: 'electric_meter';
}

a.Icon_Electric_Moped::before,
span.Icon_Electric_Moped::before,
td.Icon_Electric_Moped a::before {
   content: 'electric_moped';
}

a.Icon_Electric_Rickshaw::before,
span.Icon_Electric_Rickshaw::before,
td.Icon_Electric_Rickshaw a::before {
   content: 'electric_rickshaw';
}

a.Icon_Electric_Scooter::before,
span.Icon_Electric_Scooter::before,
td.Icon_Electric_Scooter a::before {
   content: 'electric_scooter';
}

a.Icon_Electrical_Services::before,
span.Icon_Electrical_Services::before,
td.Icon_Electrical_Services a::before {
   content: 'electrical_services';
}

a.Icon_Elevator::before,
span.Icon_Elevator::before,
td.Icon_Elevator a::before {
   content: 'elevator';
}

a.Icon_Email::before,
span.Icon_Email::before,
td.Icon_Email a::before {
   content: 'email';
}

a.Icon_Emergency::before,
span.Icon_Emergency::before,
td.Icon_Emergency a::before {
   content: 'emergency';
}

a.Icon_Emergency_Recording::before,
span.Icon_Emergency_Recording::before,
td.Icon_Emergency_Recording a::before {
   content: 'emergency_recording';
}

a.Icon_Emergency_Share::before,
span.Icon_Emergency_Share::before,
td.Icon_Emergency_Share a::before {
   content: 'emergency_share';
}

a.Icon_Emoji_Emotions::before,
span.Icon_Emoji_Emotions::before,
td.Icon_Emoji_Emotions a::before {
   content: 'emoji_emotions';
}

a.Icon_Emoji_Events::before,
span.Icon_Emoji_Events::before,
td.Icon_Emoji_Events a::before {
   content: 'emoji_events';
}

a.Icon_Emoji_Flags::before,
span.Icon_Emoji_Flags::before,
td.Icon_Emoji_Flags a::before {
   content: 'emoji_flags';
}

a.Icon_Emoji_Food_Beverage::before,
span.Icon_Emoji_Food_Beverage::before,
td.Icon_Emoji_Food_Beverage a::before {
   content: 'emoji_food_beverage';
}

a.Icon_Emoji_Nature::before,
span.Icon_Emoji_Nature::before,
td.Icon_Emoji_Nature a::before {
   content: 'emoji_nature';
}

a.Icon_Emoji_Objects::before,
span.Icon_Emoji_Objects::before,
td.Icon_Emoji_Objects a::before {
   content: 'emoji_objects';
}

a.Icon_Emoji_People::before,
span.Icon_Emoji_People::before,
td.Icon_Emoji_People a::before {
   content: 'emoji_people';
}

a.Icon_Emoji_Symbols::before,
span.Icon_Emoji_Symbols::before,
td.Icon_Emoji_Symbols a::before {
   content: 'emoji_symbols';
}

a.Icon_Emoji_Transportation::before,
span.Icon_Emoji_Transportation::before,
td.Icon_Emoji_Transportation a::before {
   content: 'emoji_transportation';
}

a.Icon_Energy_Savings_Leaf::before,
span.Icon_Energy_Savings_Leaf::before,
td.Icon_Energy_Savings_Leaf a::before {
   content: 'energy_savings_leaf';
}

a.Icon_Engineering::before,
span.Icon_Engineering::before,
td.Icon_Engineering a::before {
   content: 'engineering';
}

a.Icon_Enhance_Photo_Translate::before,
span.Icon_Enhance_Photo_Translate::before,
td.Icon_Enhance_Photo_Translate a::before {
   content: 'enhance_photo_translate';
}

a.Icon_Enhanced_Encryption::before,
span.Icon_Enhanced_Encryption::before,
td.Icon_Enhanced_Encryption a::before {
   content: 'enhanced_encryption';
}

a.Icon_Equalizer::before,
span.Icon_Equalizer::before,
td.Icon_Equalizer a::before {
   content: 'equalizer';
}

a.Icon_Error::before,
span.Icon_Error::before,
td.Icon_Error a::before {
   content: 'error';
}

a.Icon_Error_Outline::before,
span.Icon_Error_Outline::before,
td.Icon_Error_Outline a::before {
   content: 'error_outline';
}

a.Icon_Escalator::before,
span.Icon_Escalator::before,
td.Icon_Escalator a::before {
   content: 'escalator';
}

a.Icon_Escalator_Warning::before,
span.Icon_Escalator_Warning::before,
td.Icon_Escalator_Warning a::before {
   content: 'escalator_warning';
}

a.Icon_Euro::before,
span.Icon_Euro::before,
td.Icon_Euro a::before {
   content: 'euro';
}

a.Icon_Euro_Symbol::before,
span.Icon_Euro_Symbol::before,
td.Icon_Euro_Symbol a::before {
   content: 'euro_symbol';
}

a.Icon_Ev_Station::before,
span.Icon_Ev_Station::before,
td.Icon_Ev_Station a::before {
   content: 'ev_station';
}

a.Icon_Event::before,
span.Icon_Event::before,
td.Icon_Event a::before {
   content: 'event';
}

a.Icon_Event_Available::before,
span.Icon_Event_Available::before,
td.Icon_Event_Available a::before {
   content: 'event_available';
}

a.Icon_Event_Busy::before,
span.Icon_Event_Busy::before,
td.Icon_Event_Busy a::before {
   content: 'event_busy';
}

a.Icon_Event_Note::before,
span.Icon_Event_Note::before,
td.Icon_Event_Note a::before {
   content: 'event_note';
}

a.Icon_Event_Repeat::before,
span.Icon_Event_Repeat::before,
td.Icon_Event_Repeat a::before {
   content: 'event_repeat';
}

a.Icon_Event_Seat::before,
span.Icon_Event_Seat::before,
td.Icon_Event_Seat a::before {
   content: 'event_seat';
}

a.Icon_Exit_To_App::before,
span.Icon_Exit_To_App::before,
td.Icon_Exit_To_App a::before {
   content: 'exit_to_app';
}

a.Icon_Expand::before,
span.Icon_Expand::before,
td.Icon_Expand a::before {
   content: 'expand';
}

a.Icon_Expand_Circle_Down::before,
span.Icon_Expand_Circle_Down::before,
td.Icon_Expand_Circle_Down a::before {
   content: 'expand_circle_down';
}

a.Icon_Expand_Less::before,
span.Icon_Expand_Less::before,
td.Icon_Expand_Less a::before {
   content: 'expand_less';
}

a.Icon_Expand_More::before,
span.Icon_Expand_More::before,
td.Icon_Expand_More a::before {
   content: 'expand_more';
}

a.Icon_Explicit::before,
span.Icon_Explicit::before,
td.Icon_Explicit a::before {
   content: 'explicit';
}

a.Icon_Explore::before,
span.Icon_Explore::before,
td.Icon_Explore a::before {
   content: 'explore';
}

a.Icon_Explore_Off::before,
span.Icon_Explore_Off::before,
td.Icon_Explore_Off a::before {
   content: 'explore_off';
}

a.Icon_Exposure::before,
span.Icon_Exposure::before,
td.Icon_Exposure a::before {
   content: 'exposure';
}

a.Icon_Exposure_Minus_1::before,
span.Icon_Exposure_Minus_1::before,
td.Icon_Exposure_Minus_1 a::before {
   content: 'exposure_minus_1';
}

a.Icon_Exposure_Minus_2::before,
span.Icon_Exposure_Minus_2::before,
td.Icon_Exposure_Minus_2 a::before {
   content: 'exposure_minus_2';
}

a.Icon_Exposure_Neg_1::before,
span.Icon_Exposure_Neg_1::before,
td.Icon_Exposure_Neg_1 a::before {
   content: 'exposure_neg_1';
}

a.Icon_Exposure_Neg_2::before,
span.Icon_Exposure_Neg_2::before,
td.Icon_Exposure_Neg_2 a::before {
   content: 'exposure_neg_2';
}

a.Icon_Exposure_Plus_1::before,
span.Icon_Exposure_Plus_1::before,
td.Icon_Exposure_Plus_1 a::before {
   content: 'exposure_plus_1';
}

a.Icon_Exposure_Plus_2::before,
span.Icon_Exposure_Plus_2::before,
td.Icon_Exposure_Plus_2 a::before {
   content: 'exposure_plus_2';
}

a.Icon_Exposure_Zero::before,
span.Icon_Exposure_Zero::before,
td.Icon_Exposure_Zero a::before {
   content: 'exposure_zero';
}

a.Icon_Extension::before,
span.Icon_Extension::before,
td.Icon_Extension a::before {
   content: 'extension';
}

a.Icon_Extension_Off::before,
span.Icon_Extension_Off::before,
td.Icon_Extension_Off a::before {
   content: 'extension_off';
}

a.Icon_Face::before,
span.Icon_Face::before,
td.Icon_Face a::before {
   content: 'face';
}

a.Icon_Face_Retouching_Natural::before,
span.Icon_Face_Retouching_Natural::before,
td.Icon_Face_Retouching_Natural a::before {
   content: 'face_retouching_natural';
}

a.Icon_Face_Retouching_Off::before,
span.Icon_Face_Retouching_Off::before,
td.Icon_Face_Retouching_Off a::before {
   content: 'face_retouching_off';
}

a.Icon_Facebook::before,
span.Icon_Facebook::before,
td.Icon_Facebook a::before {
   content: 'facebook';
}

a.Icon_Fact_Check::before,
span.Icon_Fact_Check::before,
td.Icon_Fact_Check a::before {
   content: 'fact_check';
}

a.Icon_Factory::before,
span.Icon_Factory::before,
td.Icon_Factory a::before {
   content: 'factory';
}

a.Icon_Family_Restroom::before,
span.Icon_Family_Restroom::before,
td.Icon_Family_Restroom a::before {
   content: 'family_restroom';
}

a.Icon_Fast_Forward::before,
span.Icon_Fast_Forward::before,
td.Icon_Fast_Forward a::before {
   content: 'fast_forward';
}

a.Icon_Fast_Rewind::before,
span.Icon_Fast_Rewind::before,
td.Icon_Fast_Rewind a::before {
   content: 'fast_rewind';
}

a.Icon_Fastfood::before,
span.Icon_Fastfood::before,
td.Icon_Fastfood a::before {
   content: 'fastfood';
}

a.Icon_Favorite::before,
span.Icon_Favorite::before,
td.Icon_Favorite a::before {
   content: 'favorite';
}

a.Icon_Favorite_Border::before,
span.Icon_Favorite_Border::before,
td.Icon_Favorite_Border a::before {
   content: 'favorite_border';
}

a.Icon_Favorite_Outline::before,
span.Icon_Favorite_Outline::before,
td.Icon_Favorite_Outline a::before {
   content: 'favorite_outline';
}

a.Icon_Fax::before,
span.Icon_Fax::before,
td.Icon_Fax a::before {
   content: 'fax';
}

a.Icon_Featured_Play_List::before,
span.Icon_Featured_Play_List::before,
td.Icon_Featured_Play_List a::before {
   content: 'featured_play_list';
}

a.Icon_Featured_Video::before,
span.Icon_Featured_Video::before,
td.Icon_Featured_Video a::before {
   content: 'featured_video';
}

a.Icon_Feed::before,
span.Icon_Feed::before,
td.Icon_Feed a::before {
   content: 'feed';
}

a.Icon_Feedback::before,
span.Icon_Feedback::before,
td.Icon_Feedback a::before {
   content: 'feedback';
}

a.Icon_Female::before,
span.Icon_Female::before,
td.Icon_Female a::before {
   content: 'female';
}

a.Icon_Fence::before,
span.Icon_Fence::before,
td.Icon_Fence a::before {
   content: 'fence';
}

a.Icon_Festival::before,
span.Icon_Festival::before,
td.Icon_Festival a::before {
   content: 'festival';
}

a.Icon_Fiber_Dvr::before,
span.Icon_Fiber_Dvr::before,
td.Icon_Fiber_Dvr a::before {
   content: 'fiber_dvr';
}

a.Icon_Fiber_Manual_Record::before,
span.Icon_Fiber_Manual_Record::before,
td.Icon_Fiber_Manual_Record a::before {
   content: 'fiber_manual_record';
}

a.Icon_Fiber_New::before,
span.Icon_Fiber_New::before,
td.Icon_Fiber_New a::before {
   content: 'fiber_new';
}

a.Icon_Fiber_Pin::before,
span.Icon_Fiber_Pin::before,
td.Icon_Fiber_Pin a::before {
   content: 'fiber_pin';
}

a.Icon_Fiber_Smart_Record::before,
span.Icon_Fiber_Smart_Record::before,
td.Icon_Fiber_Smart_Record a::before {
   content: 'fiber_smart_record';
}

a.Icon_File_Copy::before,
span.Icon_File_Copy::before,
td.Icon_File_Copy a::before {
   content: 'file_copy';
}

a.Icon_File_Download::before,
span.Icon_File_Download::before,
td.Icon_File_Download a::before {
   content: 'file_download';
}

a.Icon_File_Download_Done::before,
span.Icon_File_Download_Done::before,
td.Icon_File_Download_Done a::before {
   content: 'file_download_done';
}

a.Icon_File_Download_Off::before,
span.Icon_File_Download_Off::before,
td.Icon_File_Download_Off a::before {
   content: 'file_download_off';
}

a.Icon_File_Open::before,
span.Icon_File_Open::before,
td.Icon_File_Open a::before {
   content: 'file_open';
}

a.Icon_File_Present::before,
span.Icon_File_Present::before,
td.Icon_File_Present a::before {
   content: 'file_present';
}

a.Icon_File_Upload::before,
span.Icon_File_Upload::before,
td.Icon_File_Upload a::before {
   content: 'file_upload';
}

a.Icon_Filter::before,
span.Icon_Filter::before,
td.Icon_Filter a::before {
   content: 'filter';
}

a.Icon_Filter_1::before,
span.Icon_Filter_1::before,
td.Icon_Filter_1 a::before {
   content: 'filter_1';
}

a.Icon_Filter_2::before,
span.Icon_Filter_2::before,
td.Icon_Filter_2 a::before {
   content: 'filter_2';
}

a.Icon_Filter_3::before,
span.Icon_Filter_3::before,
td.Icon_Filter_3 a::before {
   content: 'filter_3';
}

a.Icon_Filter_4::before,
span.Icon_Filter_4::before,
td.Icon_Filter_4 a::before {
   content: 'filter_4';
}

a.Icon_Filter_5::before,
span.Icon_Filter_5::before,
td.Icon_Filter_5 a::before {
   content: 'filter_5';
}

a.Icon_Filter_6::before,
span.Icon_Filter_6::before,
td.Icon_Filter_6 a::before {
   content: 'filter_6';
}

a.Icon_Filter_7::before,
span.Icon_Filter_7::before,
td.Icon_Filter_7 a::before {
   content: 'filter_7';
}

a.Icon_Filter_8::before,
span.Icon_Filter_8::before,
td.Icon_Filter_8 a::before {
   content: 'filter_8';
}

a.Icon_Filter_9::before,
span.Icon_Filter_9::before,
td.Icon_Filter_9 a::before {
   content: 'filter_9';
}

a.Icon_Filter_9_Plus::before,
span.Icon_Filter_9_Plus::before,
td.Icon_Filter_9_Plus a::before {
   content: 'filter_9_plus';
}

a.Icon_Filter_Alt::before,
span.Icon_Filter_Alt::before,
td.Icon_Filter_Alt a::before {
   content: 'filter_alt';
}

a.Icon_Filter_Alt_Off::before,
span.Icon_Filter_Alt_Off::before,
td.Icon_Filter_Alt_Off a::before {
   content: 'filter_alt_off';
}

a.Icon_Filter_B_And_W::before,
span.Icon_Filter_B_And_W::before,
td.Icon_Filter_B_And_W a::before {
   content: 'filter_b_and_w';
}

a.Icon_Filter_Center_Focus::before,
span.Icon_Filter_Center_Focus::before,
td.Icon_Filter_Center_Focus a::before {
   content: 'filter_center_focus';
}

a.Icon_Filter_Drama::before,
span.Icon_Filter_Drama::before,
td.Icon_Filter_Drama a::before {
   content: 'filter_drama';
}

a.Icon_Filter_Frames::before,
span.Icon_Filter_Frames::before,
td.Icon_Filter_Frames a::before {
   content: 'filter_frames';
}

a.Icon_Filter_Hdr::before,
span.Icon_Filter_Hdr::before,
td.Icon_Filter_Hdr a::before {
   content: 'filter_hdr';
}

a.Icon_Filter_List::before,
span.Icon_Filter_List::before,
td.Icon_Filter_List a::before {
   content: 'filter_list';
}

a.Icon_Filter_List_Alt::before,
span.Icon_Filter_List_Alt::before,
td.Icon_Filter_List_Alt a::before {
   content: 'filter_list_alt';
}

a.Icon_Filter_List_Off::before,
span.Icon_Filter_List_Off::before,
td.Icon_Filter_List_Off a::before {
   content: 'filter_list_off';
}

a.Icon_Filter_None::before,
span.Icon_Filter_None::before,
td.Icon_Filter_None a::before {
   content: 'filter_none';
}

a.Icon_Filter_Tilt_Shift::before,
span.Icon_Filter_Tilt_Shift::before,
td.Icon_Filter_Tilt_Shift a::before {
   content: 'filter_tilt_shift';
}

a.Icon_Filter_Vintage::before,
span.Icon_Filter_Vintage::before,
td.Icon_Filter_Vintage a::before {
   content: 'filter_vintage';
}

a.Icon_Find_In_Page::before,
span.Icon_Find_In_Page::before,
td.Icon_Find_In_Page a::before {
   content: 'find_in_page';
}

a.Icon_Find_Replace::before,
span.Icon_Find_Replace::before,
td.Icon_Find_Replace a::before {
   content: 'find_replace';
}

a.Icon_Fingerprint::before,
span.Icon_Fingerprint::before,
td.Icon_Fingerprint a::before {
   content: 'fingerprint';
}

a.Icon_Fire_Extinguisher::before,
span.Icon_Fire_Extinguisher::before,
td.Icon_Fire_Extinguisher a::before {
   content: 'fire_extinguisher';
}

a.Icon_Fire_Hydrant::before,
span.Icon_Fire_Hydrant::before,
td.Icon_Fire_Hydrant a::before {
   content: 'fire_hydrant';
}

a.Icon_Fireplace::before,
span.Icon_Fireplace::before,
td.Icon_Fireplace a::before {
   content: 'fireplace';
}

a.Icon_First_Page::before,
span.Icon_First_Page::before,
td.Icon_First_Page a::before {
   content: 'first_page';
}

a.Icon_Fit_Screen::before,
span.Icon_Fit_Screen::before,
td.Icon_Fit_Screen a::before {
   content: 'fit_screen';
}

a.Icon_Fitbit::before,
span.Icon_Fitbit::before,
td.Icon_Fitbit a::before {
   content: 'fitbit';
}

a.Icon_Fitness_Center::before,
span.Icon_Fitness_Center::before,
td.Icon_Fitness_Center a::before {
   content: 'fitness_center';
}

a.Icon_Flag::before,
span.Icon_Flag::before,
td.Icon_Flag a::before {
   content: 'flag';
}

a.Icon_Flag_Circle::before,
span.Icon_Flag_Circle::before,
td.Icon_Flag_Circle a::before {
   content: 'flag_circle';
}

a.Icon_Flaky::before,
span.Icon_Flaky::before,
td.Icon_Flaky a::before {
   content: 'flaky';
}

a.Icon_Flare::before,
span.Icon_Flare::before,
td.Icon_Flare a::before {
   content: 'flare';
}

a.Icon_Flash_Auto::before,
span.Icon_Flash_Auto::before,
td.Icon_Flash_Auto a::before {
   content: 'flash_auto';
}

a.Icon_Flash_Off::before,
span.Icon_Flash_Off::before,
td.Icon_Flash_Off a::before {
   content: 'flash_off';
}

a.Icon_Flash_On::before,
span.Icon_Flash_On::before,
td.Icon_Flash_On a::before {
   content: 'flash_on';
}

a.Icon_Flashlight_Off::before,
span.Icon_Flashlight_Off::before,
td.Icon_Flashlight_Off a::before {
   content: 'flashlight_off';
}

a.Icon_Flashlight_On::before,
span.Icon_Flashlight_On::before,
td.Icon_Flashlight_On a::before {
   content: 'flashlight_on';
}

a.Icon_Flatware::before,
span.Icon_Flatware::before,
td.Icon_Flatware a::before {
   content: 'flatware';
}

a.Icon_Flight::before,
span.Icon_Flight::before,
td.Icon_Flight a::before {
   content: 'flight';
}

a.Icon_Flight_Class::before,
span.Icon_Flight_Class::before,
td.Icon_Flight_Class a::before {
   content: 'flight_class';
}

a.Icon_Flight_Land::before,
span.Icon_Flight_Land::before,
td.Icon_Flight_Land a::before {
   content: 'flight_land';
}

a.Icon_Flight_Takeoff::before,
span.Icon_Flight_Takeoff::before,
td.Icon_Flight_Takeoff a::before {
   content: 'flight_takeoff';
}

a.Icon_Flip::before,
span.Icon_Flip::before,
td.Icon_Flip a::before {
   content: 'flip';
}

a.Icon_Flip_Camera_Android::before,
span.Icon_Flip_Camera_Android::before,
td.Icon_Flip_Camera_Android a::before {
   content: 'flip_camera_android';
}

a.Icon_Flip_Camera_Ios::before,
span.Icon_Flip_Camera_Ios::before,
td.Icon_Flip_Camera_Ios a::before {
   content: 'flip_camera_ios';
}

a.Icon_Flip_To_Back::before,
span.Icon_Flip_To_Back::before,
td.Icon_Flip_To_Back a::before {
   content: 'flip_to_back';
}

a.Icon_Flip_To_Front::before,
span.Icon_Flip_To_Front::before,
td.Icon_Flip_To_Front a::before {
   content: 'flip_to_front';
}

a.Icon_Flood::before,
span.Icon_Flood::before,
td.Icon_Flood a::before {
   content: 'flood';
}

a.Icon_Flourescent::before,
span.Icon_Flourescent::before,
td.Icon_Flourescent a::before {
   content: 'flourescent';
}

a.Icon_Flutter_Dash::before,
span.Icon_Flutter_Dash::before,
td.Icon_Flutter_Dash a::before {
   content: 'flutter_dash';
}

a.Icon_Fmd_Bad::before,
span.Icon_Fmd_Bad::before,
td.Icon_Fmd_Bad a::before {
   content: 'fmd_bad';
}

a.Icon_Fmd_Good::before,
span.Icon_Fmd_Good::before,
td.Icon_Fmd_Good a::before {
   content: 'fmd_good';
}

a.Icon_Foggy::before,
span.Icon_Foggy::before,
td.Icon_Foggy a::before {
   content: 'foggy';
}

a.Icon_Folder::before,
span.Icon_Folder::before,
td.Icon_Folder a::before {
   content: 'folder';
}

a.Icon_Folder_Copy::before,
span.Icon_Folder_Copy::before,
td.Icon_Folder_Copy a::before {
   content: 'folder_copy';
}

a.Icon_Folder_Delete::before,
span.Icon_Folder_Delete::before,
td.Icon_Folder_Delete a::before {
   content: 'folder_delete';
}

a.Icon_Folder_Off::before,
span.Icon_Folder_Off::before,
td.Icon_Folder_Off a::before {
   content: 'folder_off';
}

a.Icon_Folder_Open::before,
span.Icon_Folder_Open::before,
td.Icon_Folder_Open a::before {
   content: 'folder_open';
}

a.Icon_Folder_Shared::before,
span.Icon_Folder_Shared::before,
td.Icon_Folder_Shared a::before {
   content: 'folder_shared';
}

a.Icon_Folder_Special::before,
span.Icon_Folder_Special::before,
td.Icon_Folder_Special a::before {
   content: 'folder_special';
}

a.Icon_Folder_Zip::before,
span.Icon_Folder_Zip::before,
td.Icon_Folder_Zip a::before {
   content: 'folder_zip';
}

a.Icon_Follow_The_Signs::before,
span.Icon_Follow_The_Signs::before,
td.Icon_Follow_The_Signs a::before {
   content: 'follow_the_signs';
}

a.Icon_Font_Download::before,
span.Icon_Font_Download::before,
td.Icon_Font_Download a::before {
   content: 'font_download';
}

a.Icon_Font_Download_Off::before,
span.Icon_Font_Download_Off::before,
td.Icon_Font_Download_Off a::before {
   content: 'font_download_off';
}

a.Icon_Food_Bank::before,
span.Icon_Food_Bank::before,
td.Icon_Food_Bank a::before {
   content: 'food_bank';
}

a.Icon_Forest::before,
span.Icon_Forest::before,
td.Icon_Forest a::before {
   content: 'forest';
}

a.Icon_Fork_Left::before,
span.Icon_Fork_Left::before,
td.Icon_Fork_Left a::before {
   content: 'fork_left';
}

a.Icon_Fork_Right::before,
span.Icon_Fork_Right::before,
td.Icon_Fork_Right a::before {
   content: 'fork_right';
}

a.Icon_Format_Align_Center::before,
span.Icon_Format_Align_Center::before,
td.Icon_Format_Align_Center a::before {
   content: 'format_align_center';
}

a.Icon_Format_Align_Justify::before,
span.Icon_Format_Align_Justify::before,
td.Icon_Format_Align_Justify a::before {
   content: 'format_align_justify';
}

a.Icon_Format_Align_Left::before,
span.Icon_Format_Align_Left::before,
td.Icon_Format_Align_Left a::before {
   content: 'format_align_left';
}

a.Icon_Format_Align_Right::before,
span.Icon_Format_Align_Right::before,
td.Icon_Format_Align_Right a::before {
   content: 'format_align_right';
}

a.Icon_Format_Bold::before,
span.Icon_Format_Bold::before,
td.Icon_Format_Bold a::before {
   content: 'format_bold';
}

a.Icon_Format_Clear::before,
span.Icon_Format_Clear::before,
td.Icon_Format_Clear a::before {
   content: 'format_clear';
}

a.Icon_Format_Color_Fill::before,
span.Icon_Format_Color_Fill::before,
td.Icon_Format_Color_Fill a::before {
   content: 'format_color_fill';
}

a.Icon_Format_Color_Reset::before,
span.Icon_Format_Color_Reset::before,
td.Icon_Format_Color_Reset a::before {
   content: 'format_color_reset';
}

a.Icon_Format_Color_Text::before,
span.Icon_Format_Color_Text::before,
td.Icon_Format_Color_Text a::before {
   content: 'format_color_text';
}

a.Icon_Format_Indent_Decrease::before,
span.Icon_Format_Indent_Decrease::before,
td.Icon_Format_Indent_Decrease a::before {
   content: 'format_indent_decrease';
}

a.Icon_Format_Indent_Increase::before,
span.Icon_Format_Indent_Increase::before,
td.Icon_Format_Indent_Increase a::before {
   content: 'format_indent_increase';
}

a.Icon_Format_Italic::before,
span.Icon_Format_Italic::before,
td.Icon_Format_Italic a::before {
   content: 'format_italic';
}

a.Icon_Format_Line_Spacing::before,
span.Icon_Format_Line_Spacing::before,
td.Icon_Format_Line_Spacing a::before {
   content: 'format_line_spacing';
}

a.Icon_Format_List_Bulleted::before,
span.Icon_Format_List_Bulleted::before,
td.Icon_Format_List_Bulleted a::before {
   content: 'format_list_bulleted';
}

a.Icon_Format_List_Numbered::before,
span.Icon_Format_List_Numbered::before,
td.Icon_Format_List_Numbered a::before {
   content: 'format_list_numbered';
}

a.Icon_Format_List_Numbered_Rtl::before,
span.Icon_Format_List_Numbered_Rtl::before,
td.Icon_Format_List_Numbered_Rtl a::before {
   content: 'format_list_numbered_rtl';
}

a.Icon_Format_Overline::before,
span.Icon_Format_Overline::before,
td.Icon_Format_Overline a::before {
   content: 'format_overline';
}

a.Icon_Format_Paint::before,
span.Icon_Format_Paint::before,
td.Icon_Format_Paint a::before {
   content: 'format_paint';
}

a.Icon_Format_Quote::before,
span.Icon_Format_Quote::before,
td.Icon_Format_Quote a::before {
   content: 'format_quote';
}

a.Icon_Format_Shapes::before,
span.Icon_Format_Shapes::before,
td.Icon_Format_Shapes a::before {
   content: 'format_shapes';
}

a.Icon_Format_Size::before,
span.Icon_Format_Size::before,
td.Icon_Format_Size a::before {
   content: 'format_size';
}

a.Icon_Format_Strikethrough::before,
span.Icon_Format_Strikethrough::before,
td.Icon_Format_Strikethrough a::before {
   content: 'format_strikethrough';
}

a.Icon_Format_Textdirection_L_To_R::before,
span.Icon_Format_Textdirection_L_To_R::before,
td.Icon_Format_Textdirection_L_To_R a::before {
   content: 'format_textdirection_l_to_r';
}

a.Icon_Format_Textdirection_R_To_L::before,
span.Icon_Format_Textdirection_R_To_L::before,
td.Icon_Format_Textdirection_R_To_L a::before {
   content: 'format_textdirection_r_to_l';
}

a.Icon_Format_Underline::before,
span.Icon_Format_Underline::before,
td.Icon_Format_Underline a::before {
   content: 'format_underline';
}

a.Icon_Format_Underlined::before,
span.Icon_Format_Underlined::before,
td.Icon_Format_Underlined a::before {
   content: 'format_underlined';
}

a.Icon_Fort::before,
span.Icon_Fort::before,
td.Icon_Fort a::before {
   content: 'fort';
}

a.Icon_Forum::before,
span.Icon_Forum::before,
td.Icon_Forum a::before {
   content: 'forum';
}

a.Icon_Forward::before,
span.Icon_Forward::before,
td.Icon_Forward a::before {
   content: 'forward';
}

a.Icon_Forward_10::before,
span.Icon_Forward_10::before,
td.Icon_Forward_10 a::before {
   content: 'forward_10';
}

a.Icon_Forward_30::before,
span.Icon_Forward_30::before,
td.Icon_Forward_30 a::before {
   content: 'forward_30';
}

a.Icon_Forward_5::before,
span.Icon_Forward_5::before,
td.Icon_Forward_5 a::before {
   content: 'forward_5';
}

a.Icon_Forward_To_Inbox::before,
span.Icon_Forward_To_Inbox::before,
td.Icon_Forward_To_Inbox a::before {
   content: 'forward_to_inbox';
}

a.Icon_Foundation::before,
span.Icon_Foundation::before,
td.Icon_Foundation a::before {
   content: 'foundation';
}

a.Icon_Free_Breakfast::before,
span.Icon_Free_Breakfast::before,
td.Icon_Free_Breakfast a::before {
   content: 'free_breakfast';
}

a.Icon_Free_Cancellation::before,
span.Icon_Free_Cancellation::before,
td.Icon_Free_Cancellation a::before {
   content: 'free_cancellation';
}

a.Icon_Front_Hand::before,
span.Icon_Front_Hand::before,
td.Icon_Front_Hand a::before {
   content: 'front_hand';
}

a.Icon_Fullscreen::before,
span.Icon_Fullscreen::before,
td.Icon_Fullscreen a::before {
   content: 'fullscreen';
}

a.Icon_Fullscreen_Exit::before,
span.Icon_Fullscreen_Exit::before,
td.Icon_Fullscreen_Exit a::before {
   content: 'fullscreen_exit';
}

a.Icon_Functions::before,
span.Icon_Functions::before,
td.Icon_Functions a::before {
   content: 'functions';
}

a.Icon_G_Mobiledata::before,
span.Icon_G_Mobiledata::before,
td.Icon_G_Mobiledata a::before {
   content: 'g_mobiledata';
}

a.Icon_G_Translate::before,
span.Icon_G_Translate::before,
td.Icon_G_Translate a::before {
   content: 'g_translate';
}

a.Icon_Gamepad::before,
span.Icon_Gamepad::before,
td.Icon_Gamepad a::before {
   content: 'gamepad';
}

a.Icon_Games::before,
span.Icon_Games::before,
td.Icon_Games a::before {
   content: 'games';
}

a.Icon_Garage::before,
span.Icon_Garage::before,
td.Icon_Garage a::before {
   content: 'garage';
}

a.Icon_Gas_Meter::before,
span.Icon_Gas_Meter::before,
td.Icon_Gas_Meter a::before {
   content: 'gas_meter';
}

a.Icon_Gavel::before,
span.Icon_Gavel::before,
td.Icon_Gavel a::before {
   content: 'gavel';
}

a.Icon_Generating_Tokens::before,
span.Icon_Generating_Tokens::before,
td.Icon_Generating_Tokens a::before {
   content: 'generating_tokens';
}

a.Icon_Gesture::before,
span.Icon_Gesture::before,
td.Icon_Gesture a::before {
   content: 'gesture';
}

a.Icon_Get_App::before,
span.Icon_Get_App::before,
td.Icon_Get_App a::before {
   content: 'get_app';
}

a.Icon_Gif::before,
span.Icon_Gif::before,
td.Icon_Gif a::before {
   content: 'gif';
}

a.Icon_Gif_Box::before,
span.Icon_Gif_Box::before,
td.Icon_Gif_Box a::before {
   content: 'gif_box';
}

a.Icon_Girl::before,
span.Icon_Girl::before,
td.Icon_Girl a::before {
   content: 'girl';
}

a.Icon_Gite::before,
span.Icon_Gite::before,
td.Icon_Gite a::before {
   content: 'gite';
}

a.Icon_Goat::before,
span.Icon_Goat::before,
td.Icon_Goat a::before {
   content: 'goat';
}

a.Icon_Golf_Course::before,
span.Icon_Golf_Course::before,
td.Icon_Golf_Course a::before {
   content: 'golf_course';
}

a.Icon_Gpp_Bad::before,
span.Icon_Gpp_Bad::before,
td.Icon_Gpp_Bad a::before {
   content: 'gpp_bad';
}

a.Icon_Gpp_Good::before,
span.Icon_Gpp_Good::before,
td.Icon_Gpp_Good a::before {
   content: 'gpp_good';
}

a.Icon_Gpp_Maybe::before,
span.Icon_Gpp_Maybe::before,
td.Icon_Gpp_Maybe a::before {
   content: 'gpp_maybe';
}

a.Icon_Gps_Fixed::before,
span.Icon_Gps_Fixed::before,
td.Icon_Gps_Fixed a::before {
   content: 'gps_fixed';
}

a.Icon_Gps_Not_Fixed::before,
span.Icon_Gps_Not_Fixed::before,
td.Icon_Gps_Not_Fixed a::before {
   content: 'gps_not_fixed';
}

a.Icon_Gps_Off::before,
span.Icon_Gps_Off::before,
td.Icon_Gps_Off a::before {
   content: 'gps_off';
}

a.Icon_Grade::before,
span.Icon_Grade::before,
td.Icon_Grade a::before {
   content: 'grade';
}

a.Icon_Gradient::before,
span.Icon_Gradient::before,
td.Icon_Gradient a::before {
   content: 'gradient';
}

a.Icon_Grading::before,
span.Icon_Grading::before,
td.Icon_Grading a::before {
   content: 'grading';
}

a.Icon_Grain::before,
span.Icon_Grain::before,
td.Icon_Grain a::before {
   content: 'grain';
}

a.Icon_Graphic_Eq::before,
span.Icon_Graphic_Eq::before,
td.Icon_Graphic_Eq a::before {
   content: 'graphic_eq';
}

a.Icon_Grass::before,
span.Icon_Grass::before,
td.Icon_Grass a::before {
   content: 'grass';
}

a.Icon_Grid_3x3::before,
span.Icon_Grid_3x3::before,
td.Icon_Grid_3x3 a::before {
   content: 'grid_3x3';
}

a.Icon_Grid_4x4::before,
span.Icon_Grid_4x4::before,
td.Icon_Grid_4x4 a::before {
   content: 'grid_4x4';
}

a.Icon_Grid_Goldenratio::before,
span.Icon_Grid_Goldenratio::before,
td.Icon_Grid_Goldenratio a::before {
   content: 'grid_goldenratio';
}

a.Icon_Grid_Off::before,
span.Icon_Grid_Off::before,
td.Icon_Grid_Off a::before {
   content: 'grid_off';
}

a.Icon_Grid_On::before,
span.Icon_Grid_On::before,
td.Icon_Grid_On a::before {
   content: 'grid_on';
}

a.Icon_Grid_View::before,
span.Icon_Grid_View::before,
td.Icon_Grid_View a::before {
   content: 'grid_view';
}

a.Icon_Group::before,
span.Icon_Group::before,
td.Icon_Group a::before {
   content: 'group';
}

a.Icon_Group_Add::before,
span.Icon_Group_Add::before,
td.Icon_Group_Add a::before {
   content: 'group_add';
}

a.Icon_Group_Off::before,
span.Icon_Group_Off::before,
td.Icon_Group_Off a::before {
   content: 'group_off';
}

a.Icon_Group_Remove::before,
span.Icon_Group_Remove::before,
td.Icon_Group_Remove a::before {
   content: 'group_remove';
}

a.Icon_Group_Work::before,
span.Icon_Group_Work::before,
td.Icon_Group_Work a::before {
   content: 'group_work';
}

a.Icon_Groups::before,
span.Icon_Groups::before,
td.Icon_Groups a::before {
   content: 'groups';
}

a.Icon_H_Mobiledata::before,
span.Icon_H_Mobiledata::before,
td.Icon_H_Mobiledata a::before {
   content: 'h_mobiledata';
}

a.Icon_H_Plus_Mobiledata::before,
span.Icon_H_Plus_Mobiledata::before,
td.Icon_H_Plus_Mobiledata a::before {
   content: 'h_plus_mobiledata';
}

a.Icon_Hail::before,
span.Icon_Hail::before,
td.Icon_Hail a::before {
   content: 'hail';
}

a.Icon_Handshake::before,
span.Icon_Handshake::before,
td.Icon_Handshake a::before {
   content: 'handshake';
}

a.Icon_Handyman::before,
span.Icon_Handyman::before,
td.Icon_Handyman a::before {
   content: 'handyman';
}

a.Icon_Hardware::before,
span.Icon_Hardware::before,
td.Icon_Hardware a::before {
   content: 'hardware';
}

a.Icon_Hd::before,
span.Icon_Hd::before,
td.Icon_Hd a::before {
   content: 'hd';
}

a.Icon_Hdr_Auto::before,
span.Icon_Hdr_Auto::before,
td.Icon_Hdr_Auto a::before {
   content: 'hdr_auto';
}

a.Icon_Hdr_Auto_Select::before,
span.Icon_Hdr_Auto_Select::before,
td.Icon_Hdr_Auto_Select a::before {
   content: 'hdr_auto_select';
}

a.Icon_Hdr_Enhanced_Select::before,
span.Icon_Hdr_Enhanced_Select::before,
td.Icon_Hdr_Enhanced_Select a::before {
   content: 'hdr_enhanced_select';
}

a.Icon_Hdr_Off::before,
span.Icon_Hdr_Off::before,
td.Icon_Hdr_Off a::before {
   content: 'hdr_off';
}

a.Icon_Hdr_Off_Select::before,
span.Icon_Hdr_Off_Select::before,
td.Icon_Hdr_Off_Select a::before {
   content: 'hdr_off_select';
}

a.Icon_Hdr_On::before,
span.Icon_Hdr_On::before,
td.Icon_Hdr_On a::before {
   content: 'hdr_on';
}

a.Icon_Hdr_On_Select::before,
span.Icon_Hdr_On_Select::before,
td.Icon_Hdr_On_Select a::before {
   content: 'hdr_on_select';
}

a.Icon_Hdr_Plus::before,
span.Icon_Hdr_Plus::before,
td.Icon_Hdr_Plus a::before {
   content: 'hdr_plus';
}

a.Icon_Hdr_Strong::before,
span.Icon_Hdr_Strong::before,
td.Icon_Hdr_Strong a::before {
   content: 'hdr_strong';
}

a.Icon_Hdr_Weak::before,
span.Icon_Hdr_Weak::before,
td.Icon_Hdr_Weak a::before {
   content: 'hdr_weak';
}

a.Icon_Headphones::before,
span.Icon_Headphones::before,
td.Icon_Headphones a::before {
   content: 'headphones';
}

a.Icon_Headphones_Battery::before,
span.Icon_Headphones_Battery::before,
td.Icon_Headphones_Battery a::before {
   content: 'headphones_battery';
}

a.Icon_Headset::before,
span.Icon_Headset::before,
td.Icon_Headset a::before {
   content: 'headset';
}

a.Icon_Headset_Mic::before,
span.Icon_Headset_Mic::before,
td.Icon_Headset_Mic a::before {
   content: 'headset_mic';
}

a.Icon_Headset_Off::before,
span.Icon_Headset_Off::before,
td.Icon_Headset_Off a::before {
   content: 'headset_off';
}

a.Icon_Healing::before,
span.Icon_Healing::before,
td.Icon_Healing a::before {
   content: 'healing';
}

a.Icon_Health_And_Safety::before,
span.Icon_Health_And_Safety::before,
td.Icon_Health_And_Safety a::before {
   content: 'health_and_safety';
}

a.Icon_Hearing::before,
span.Icon_Hearing::before,
td.Icon_Hearing a::before {
   content: 'hearing';
}

a.Icon_Hearing_Disabled::before,
span.Icon_Hearing_Disabled::before,
td.Icon_Hearing_Disabled a::before {
   content: 'hearing_disabled';
}

a.Icon_Heart_Broken::before,
span.Icon_Heart_Broken::before,
td.Icon_Heart_Broken a::before {
   content: 'heart_broken';
}

a.Icon_Heat_Pump::before,
span.Icon_Heat_Pump::before,
td.Icon_Heat_Pump a::before {
   content: 'heat_pump';
}

a.Icon_Height::before,
span.Icon_Height::before,
td.Icon_Height a::before {
   content: 'height';
}

a.Icon_Help::before,
span.Icon_Help::before,
td.Icon_Help a::before {
   content: 'help';
}

a.Icon_Help_Center::before,
span.Icon_Help_Center::before,
td.Icon_Help_Center a::before {
   content: 'help_center';
}

a.Icon_Help_Outline::before,
span.Icon_Help_Outline::before,
td.Icon_Help_Outline a::before {
   content: 'help_outline';
}

a.Icon_Hevc::before,
span.Icon_Hevc::before,
td.Icon_Hevc a::before {
   content: 'hevc';
}

a.Icon_Hexagon::before,
span.Icon_Hexagon::before,
td.Icon_Hexagon a::before {
   content: 'hexagon';
}

a.Icon_Hide_Image::before,
span.Icon_Hide_Image::before,
td.Icon_Hide_Image a::before {
   content: 'hide_image';
}

a.Icon_Hide_Source::before,
span.Icon_Hide_Source::before,
td.Icon_Hide_Source a::before {
   content: 'hide_source';
}

a.Icon_High_Quality::before,
span.Icon_High_Quality::before,
td.Icon_High_Quality a::before {
   content: 'high_quality';
}

a.Icon_Highlight::before,
span.Icon_Highlight::before,
td.Icon_Highlight a::before {
   content: 'highlight';
}

a.Icon_Highlight_Alt::before,
span.Icon_Highlight_Alt::before,
td.Icon_Highlight_Alt a::before {
   content: 'highlight_alt';
}

a.Icon_Highlight_Off::before,
span.Icon_Highlight_Off::before,
td.Icon_Highlight_Off a::before {
   content: 'highlight_off';
}

a.Icon_Highlight_Remove::before,
span.Icon_Highlight_Remove::before,
td.Icon_Highlight_Remove a::before {
   content: 'highlight_remove';
}

a.Icon_Hiking::before,
span.Icon_Hiking::before,
td.Icon_Hiking a::before {
   content: 'hiking';
}

a.Icon_History::before,
span.Icon_History::before,
td.Icon_History a::before {
   content: 'history';
}

a.Icon_History_Edu::before,
span.Icon_History_Edu::before,
td.Icon_History_Edu a::before {
   content: 'history_edu';
}

a.Icon_History_Toggle_Off::before,
span.Icon_History_Toggle_Off::before,
td.Icon_History_Toggle_Off a::before {
   content: 'history_toggle_off';
}

a.Icon_Hive::before,
span.Icon_Hive::before,
td.Icon_Hive a::before {
   content: 'hive';
}

a.Icon_Hls::before,
span.Icon_Hls::before,
td.Icon_Hls a::before {
   content: 'hls';
}

a.Icon_Hls_Off::before,
span.Icon_Hls_Off::before,
td.Icon_Hls_Off a::before {
   content: 'hls_off';
}

a.Icon_Holiday_Village::before,
span.Icon_Holiday_Village::before,
td.Icon_Holiday_Village a::before {
   content: 'holiday_village';
}

a.Icon_Home::before,
span.Icon_Home::before,
td.Icon_Home a::before {
   content: 'home';
}

a.Icon_Home_Filled::before,
span.Icon_Home_Filled::before,
td.Icon_Home_Filled a::before {
   content: 'home_filled';
}

a.Icon_Home_Max::before,
span.Icon_Home_Max::before,
td.Icon_Home_Max a::before {
   content: 'home_max';
}

a.Icon_Home_Mini::before,
span.Icon_Home_Mini::before,
td.Icon_Home_Mini a::before {
   content: 'home_mini';
}

a.Icon_Home_Repair_Service::before,
span.Icon_Home_Repair_Service::before,
td.Icon_Home_Repair_Service a::before {
   content: 'home_repair_service';
}

a.Icon_Home_Work::before,
span.Icon_Home_Work::before,
td.Icon_Home_Work a::before {
   content: 'home_work';
}

a.Icon_Horizontal_Distribute::before,
span.Icon_Horizontal_Distribute::before,
td.Icon_Horizontal_Distribute a::before {
   content: 'horizontal_distribute';
}

a.Icon_Horizontal_Rule::before,
span.Icon_Horizontal_Rule::before,
td.Icon_Horizontal_Rule a::before {
   content: 'horizontal_rule';
}

a.Icon_Horizontal_Split::before,
span.Icon_Horizontal_Split::before,
td.Icon_Horizontal_Split a::before {
   content: 'horizontal_split';
}

a.Icon_Hot_Tub::before,
span.Icon_Hot_Tub::before,
td.Icon_Hot_Tub a::before {
   content: 'hot_tub';
}

a.Icon_Hotel::before,
span.Icon_Hotel::before,
td.Icon_Hotel a::before {
   content: 'hotel';
}

a.Icon_Hotel_Class::before,
span.Icon_Hotel_Class::before,
td.Icon_Hotel_Class a::before {
   content: 'hotel_class';
}

a.Icon_Hourglass_Bottom::before,
span.Icon_Hourglass_Bottom::before,
td.Icon_Hourglass_Bottom a::before {
   content: 'hourglass_bottom';
}

a.Icon_Hourglass_Disabled::before,
span.Icon_Hourglass_Disabled::before,
td.Icon_Hourglass_Disabled a::before {
   content: 'hourglass_disabled';
}

a.Icon_Hourglass_Empty::before,
span.Icon_Hourglass_Empty::before,
td.Icon_Hourglass_Empty a::before {
   content: 'hourglass_empty';
}

a.Icon_Hourglass_Full::before,
span.Icon_Hourglass_Full::before,
td.Icon_Hourglass_Full a::before {
   content: 'hourglass_full';
}

a.Icon_Hourglass_Top::before,
span.Icon_Hourglass_Top::before,
td.Icon_Hourglass_Top a::before {
   content: 'hourglass_top';
}

a.Icon_House::before,
span.Icon_House::before,
td.Icon_House a::before {
   content: 'house';
}

a.Icon_House_Siding::before,
span.Icon_House_Siding::before,
td.Icon_House_Siding a::before {
   content: 'house_siding';
}

a.Icon_Houseboat::before,
span.Icon_Houseboat::before,
td.Icon_Houseboat a::before {
   content: 'houseboat';
}

a.Icon_How_To_Reg::before,
span.Icon_How_To_Reg::before,
td.Icon_How_To_Reg a::before {
   content: 'how_to_reg';
}

a.Icon_How_To_Vote::before,
span.Icon_How_To_Vote::before,
td.Icon_How_To_Vote a::before {
   content: 'how_to_vote';
}

a.Icon_Html::before,
span.Icon_Html::before,
td.Icon_Html a::before {
   content: 'html';
}

a.Icon_Http::before,
span.Icon_Http::before,
td.Icon_Http a::before {
   content: 'http';
}

a.Icon_Https::before,
span.Icon_Https::before,
td.Icon_Https a::before {
   content: 'https';
}

a.Icon_Hub::before,
span.Icon_Hub::before,
td.Icon_Hub a::before {
   content: 'hub';
}

a.Icon_Hvac::before,
span.Icon_Hvac::before,
td.Icon_Hvac a::before {
   content: 'hvac';
}

a.Icon_Ice_Skating::before,
span.Icon_Ice_Skating::before,
td.Icon_Ice_Skating a::before {
   content: 'ice_skating';
}

a.Icon_Icecream::before,
span.Icon_Icecream::before,
td.Icon_Icecream a::before {
   content: 'icecream';
}

a.Icon_Image::before,
span.Icon_Image::before,
td.Icon_Image a::before {
   content: 'image';
}

a.Icon_Image_Aspect_Ratio::before,
span.Icon_Image_Aspect_Ratio::before,
td.Icon_Image_Aspect_Ratio a::before {
   content: 'image_aspect_ratio';
}

a.Icon_Image_Not_Supported::before,
span.Icon_Image_Not_Supported::before,
td.Icon_Image_Not_Supported a::before {
   content: 'image_not_supported';
}

a.Icon_Image_Search::before,
span.Icon_Image_Search::before,
td.Icon_Image_Search a::before {
   content: 'image_search';
}

a.Icon_Imagesearch_Roller::before,
span.Icon_Imagesearch_Roller::before,
td.Icon_Imagesearch_Roller a::before {
   content: 'imagesearch_roller';
}

a.Icon_Import_Contacts::before,
span.Icon_Import_Contacts::before,
td.Icon_Import_Contacts a::before {
   content: 'import_contacts';
}

a.Icon_Import_Export::before,
span.Icon_Import_Export::before,
td.Icon_Import_Export a::before {
   content: 'import_export';
}

a.Icon_Important_Devices::before,
span.Icon_Important_Devices::before,
td.Icon_Important_Devices a::before {
   content: 'important_devices';
}

a.Icon_Inbox::before,
span.Icon_Inbox::before,
td.Icon_Inbox a::before {
   content: 'inbox';
}

a.Icon_Incomplete_Circle::before,
span.Icon_Incomplete_Circle::before,
td.Icon_Incomplete_Circle a::before {
   content: 'incomplete_circle';
}

a.Icon_Indeterminate_Check_Box::before,
span.Icon_Indeterminate_Check_Box::before,
td.Icon_Indeterminate_Check_Box a::before {
   content: 'indeterminate_check_box';
}

a.Icon_Info::before,
span.Icon_Info::before,
td.Icon_Info a::before {
   content: 'info';
}

a.Icon_Info_Outline::before,
span.Icon_Info_Outline::before,
td.Icon_Info_Outline a::before {
   content: 'info_outline';
}

a.Icon_Input::before,
span.Icon_Input::before,
td.Icon_Input a::before {
   content: 'input';
}

a.Icon_Insert_Chart::before,
span.Icon_Insert_Chart::before,
td.Icon_Insert_Chart a::before {
   content: 'insert_chart';
}

a.Icon_Insert_Chart_Outlined::before,
span.Icon_Insert_Chart_Outlined::before,
td.Icon_Insert_Chart_Outlined a::before {
   content: 'insert_chart_outlined';
}

a.Icon_Insert_Comment::before,
span.Icon_Insert_Comment::before,
td.Icon_Insert_Comment a::before {
   content: 'insert_comment';
}

a.Icon_Insert_Drive_File::before,
span.Icon_Insert_Drive_File::before,
td.Icon_Insert_Drive_File a::before {
   content: 'insert_drive_file';
}

a.Icon_Insert_Emoticon::before,
span.Icon_Insert_Emoticon::before,
td.Icon_Insert_Emoticon a::before {
   content: 'insert_emoticon';
}

a.Icon_Insert_Invitation::before,
span.Icon_Insert_Invitation::before,
td.Icon_Insert_Invitation a::before {
   content: 'insert_invitation';
}

a.Icon_Insert_Link::before,
span.Icon_Insert_Link::before,
td.Icon_Insert_Link a::before {
   content: 'insert_link';
}

a.Icon_Insert_Page_Break::before,
span.Icon_Insert_Page_Break::before,
td.Icon_Insert_Page_Break a::before {
   content: 'insert_page_break';
}

a.Icon_Insert_Photo::before,
span.Icon_Insert_Photo::before,
td.Icon_Insert_Photo a::before {
   content: 'insert_photo';
}

a.Icon_Insights::before,
span.Icon_Insights::before,
td.Icon_Insights a::before {
   content: 'insights';
}

a.Icon_Install_Desktop::before,
span.Icon_Install_Desktop::before,
td.Icon_Install_Desktop a::before {
   content: 'install_desktop';
}

a.Icon_Install_Mobile::before,
span.Icon_Install_Mobile::before,
td.Icon_Install_Mobile a::before {
   content: 'install_mobile';
}

a.Icon_Integration_Instructions::before,
span.Icon_Integration_Instructions::before,
td.Icon_Integration_Instructions a::before {
   content: 'integration_instructions';
}

a.Icon_Interests::before,
span.Icon_Interests::before,
td.Icon_Interests a::before {
   content: 'interests';
}

a.Icon_Interpreter_Mode::before,
span.Icon_Interpreter_Mode::before,
td.Icon_Interpreter_Mode a::before {
   content: 'interpreter_mode';
}

a.Icon_Inventory::before,
span.Icon_Inventory::before,
td.Icon_Inventory a::before {
   content: 'inventory';
}

a.Icon_Inventory_2::before,
span.Icon_Inventory_2::before,
td.Icon_Inventory_2 a::before {
   content: 'inventory_2';
}

a.Icon_Invert_Colors::before,
span.Icon_Invert_Colors::before,
td.Icon_Invert_Colors a::before {
   content: 'invert_colors';
}

a.Icon_Invert_Colors_Off::before,
span.Icon_Invert_Colors_Off::before,
td.Icon_Invert_Colors_Off a::before {
   content: 'invert_colors_off';
}

a.Icon_Invert_Colors_On::before,
span.Icon_Invert_Colors_On::before,
td.Icon_Invert_Colors_On a::before {
   content: 'invert_colors_on';
}

a.Icon_Ios_Share::before,
span.Icon_Ios_Share::before,
td.Icon_Ios_Share a::before {
   content: 'ios_share';
}

a.Icon_Iron::before,
span.Icon_Iron::before,
td.Icon_Iron a::before {
   content: 'iron';
}

a.Icon_Iso::before,
span.Icon_Iso::before,
td.Icon_Iso a::before {
   content: 'iso';
}

a.Icon_Javascript::before,
span.Icon_Javascript::before,
td.Icon_Javascript a::before {
   content: 'javascript';
}

a.Icon_Join_Full::before,
span.Icon_Join_Full::before,
td.Icon_Join_Full a::before {
   content: 'join_full';
}

a.Icon_Join_Inner::before,
span.Icon_Join_Inner::before,
td.Icon_Join_Inner a::before {
   content: 'join_inner';
}

a.Icon_Join_Left::before,
span.Icon_Join_Left::before,
td.Icon_Join_Left a::before {
   content: 'join_left';
}

a.Icon_Join_Right::before,
span.Icon_Join_Right::before,
td.Icon_Join_Right a::before {
   content: 'join_right';
}

a.Icon_Kayaking::before,
span.Icon_Kayaking::before,
td.Icon_Kayaking a::before {
   content: 'kayaking';
}

a.Icon_Kebab_Dining::before,
span.Icon_Kebab_Dining::before,
td.Icon_Kebab_Dining a::before {
   content: 'kebab_dining';
}

a.Icon_Key::before,
span.Icon_Key::before,
td.Icon_Key a::before {
   content: 'key';
}

a.Icon_Key_Off::before,
span.Icon_Key_Off::before,
td.Icon_Key_Off a::before {
   content: 'key_off';
}

a.Icon_Keyboard::before,
span.Icon_Keyboard::before,
td.Icon_Keyboard a::before {
   content: 'keyboard';
}

a.Icon_Keyboard_Alt::before,
span.Icon_Keyboard_Alt::before,
td.Icon_Keyboard_Alt a::before {
   content: 'keyboard_alt';
}

a.Icon_Keyboard_Arrow_Down::before,
span.Icon_Keyboard_Arrow_Down::before,
td.Icon_Keyboard_Arrow_Down a::before {
   content: 'keyboard_arrow_down';
}

a.Icon_Keyboard_Arrow_Left::before,
span.Icon_Keyboard_Arrow_Left::before,
td.Icon_Keyboard_Arrow_Left a::before {
   content: 'keyboard_arrow_left';
}

a.Icon_Keyboard_Arrow_Right::before,
span.Icon_Keyboard_Arrow_Right::before,
td.Icon_Keyboard_Arrow_Right a::before {
   content: 'keyboard_arrow_right';
}

a.Icon_Keyboard_Arrow_Up::before,
span.Icon_Keyboard_Arrow_Up::before,
td.Icon_Keyboard_Arrow_Up a::before {
   content: 'keyboard_arrow_up';
}

a.Icon_Keyboard_Backspace::before,
span.Icon_Keyboard_Backspace::before,
td.Icon_Keyboard_Backspace a::before {
   content: 'keyboard_backspace';
}

a.Icon_Keyboard_Capslock::before,
span.Icon_Keyboard_Capslock::before,
td.Icon_Keyboard_Capslock a::before {
   content: 'keyboard_capslock';
}

a.Icon_Keyboard_Command::before,
span.Icon_Keyboard_Command::before,
td.Icon_Keyboard_Command a::before {
   content: 'keyboard_command';
}

a.Icon_Keyboard_Command_Key::before,
span.Icon_Keyboard_Command_Key::before,
td.Icon_Keyboard_Command_Key a::before {
   content: 'keyboard_command_key';
}

a.Icon_Keyboard_Control::before,
span.Icon_Keyboard_Control::before,
td.Icon_Keyboard_Control a::before {
   content: 'keyboard_control';
}

a.Icon_Keyboard_Control_Key::before,
span.Icon_Keyboard_Control_Key::before,
td.Icon_Keyboard_Control_Key a::before {
   content: 'keyboard_control_key';
}

a.Icon_Keyboard_Double_Arrow_Down::before,
span.Icon_Keyboard_Double_Arrow_Down::before,
td.Icon_Keyboard_Double_Arrow_Down a::before {
   content: 'keyboard_double_arrow_down';
}

a.Icon_Keyboard_Double_Arrow_Left::before,
span.Icon_Keyboard_Double_Arrow_Left::before,
td.Icon_Keyboard_Double_Arrow_Left a::before {
   content: 'keyboard_double_arrow_left';
}

a.Icon_Keyboard_Double_Arrow_Right::before,
span.Icon_Keyboard_Double_Arrow_Right::before,
td.Icon_Keyboard_Double_Arrow_Right a::before {
   content: 'keyboard_double_arrow_right';
}

a.Icon_Keyboard_Double_Arrow_Up::before,
span.Icon_Keyboard_Double_Arrow_Up::before,
td.Icon_Keyboard_Double_Arrow_Up a::before {
   content: 'keyboard_double_arrow_up';
}

a.Icon_Keyboard_Hide::before,
span.Icon_Keyboard_Hide::before,
td.Icon_Keyboard_Hide a::before {
   content: 'keyboard_hide';
}

a.Icon_Keyboard_Option::before,
span.Icon_Keyboard_Option::before,
td.Icon_Keyboard_Option a::before {
   content: 'keyboard_option';
}

a.Icon_Keyboard_Option_Key::before,
span.Icon_Keyboard_Option_Key::before,
td.Icon_Keyboard_Option_Key a::before {
   content: 'keyboard_option_key';
}

a.Icon_Keyboard_Return::before,
span.Icon_Keyboard_Return::before,
td.Icon_Keyboard_Return a::before {
   content: 'keyboard_return';
}

a.Icon_Keyboard_Tab::before,
span.Icon_Keyboard_Tab::before,
td.Icon_Keyboard_Tab a::before {
   content: 'keyboard_tab';
}

a.Icon_Keyboard_Voice::before,
span.Icon_Keyboard_Voice::before,
td.Icon_Keyboard_Voice a::before {
   content: 'keyboard_voice';
}

a.Icon_King_Bed::before,
span.Icon_King_Bed::before,
td.Icon_King_Bed a::before {
   content: 'king_bed';
}

a.Icon_Kitchen::before,
span.Icon_Kitchen::before,
td.Icon_Kitchen a::before {
   content: 'kitchen';
}

a.Icon_Kitesurfing::before,
span.Icon_Kitesurfing::before,
td.Icon_Kitesurfing a::before {
   content: 'kitesurfing';
}

a.Icon_Label::before,
span.Icon_Label::before,
td.Icon_Label a::before {
   content: 'label';
}

a.Icon_Label_Important::before,
span.Icon_Label_Important::before,
td.Icon_Label_Important a::before {
   content: 'label_important';
}

a.Icon_Label_Important_Outline::before,
span.Icon_Label_Important_Outline::before,
td.Icon_Label_Important_Outline a::before {
   content: 'label_important_outline';
}

a.Icon_Label_Off::before,
span.Icon_Label_Off::before,
td.Icon_Label_Off a::before {
   content: 'label_off';
}

a.Icon_Label_Outline::before,
span.Icon_Label_Outline::before,
td.Icon_Label_Outline a::before {
   content: 'label_outline';
}

a.Icon_Lan::before,
span.Icon_Lan::before,
td.Icon_Lan a::before {
   content: 'lan';
}

a.Icon_Landscape::before,
span.Icon_Landscape::before,
td.Icon_Landscape a::before {
   content: 'landscape';
}

a.Icon_Landslide::before,
span.Icon_Landslide::before,
td.Icon_Landslide a::before {
   content: 'landslide';
}

a.Icon_Language::before,
span.Icon_Language::before,
td.Icon_Language a::before {
   content: 'language';
}

a.Icon_Laptop::before,
span.Icon_Laptop::before,
td.Icon_Laptop a::before {
   content: 'laptop';
}

a.Icon_Laptop_Chromebook::before,
span.Icon_Laptop_Chromebook::before,
td.Icon_Laptop_Chromebook a::before {
   content: 'laptop_chromebook';
}

a.Icon_Laptop_Mac::before,
span.Icon_Laptop_Mac::before,
td.Icon_Laptop_Mac a::before {
   content: 'laptop_mac';
}

a.Icon_Laptop_Windows::before,
span.Icon_Laptop_Windows::before,
td.Icon_Laptop_Windows a::before {
   content: 'laptop_windows';
}

a.Icon_Last_Page::before,
span.Icon_Last_Page::before,
td.Icon_Last_Page a::before {
   content: 'last_page';
}

a.Icon_Launch::before,
span.Icon_Launch::before,
td.Icon_Launch a::before {
   content: 'launch';
}

a.Icon_Layers::before,
span.Icon_Layers::before,
td.Icon_Layers a::before {
   content: 'layers';
}

a.Icon_Layers_Clear::before,
span.Icon_Layers_Clear::before,
td.Icon_Layers_Clear a::before {
   content: 'layers_clear';
}

a.Icon_Leaderboard::before,
span.Icon_Leaderboard::before,
td.Icon_Leaderboard a::before {
   content: 'leaderboard';
}

a.Icon_Leak_Add::before,
span.Icon_Leak_Add::before,
td.Icon_Leak_Add a::before {
   content: 'leak_add';
}

a.Icon_Leak_Remove::before,
span.Icon_Leak_Remove::before,
td.Icon_Leak_Remove a::before {
   content: 'leak_remove';
}

a.Icon_Leave_Bags_At_Home::before,
span.Icon_Leave_Bags_At_Home::before,
td.Icon_Leave_Bags_At_Home a::before {
   content: 'leave_bags_at_home';
}

a.Icon_Legend_Toggle::before,
span.Icon_Legend_Toggle::before,
td.Icon_Legend_Toggle a::before {
   content: 'legend_toggle';
}

a.Icon_Lens::before,
span.Icon_Lens::before,
td.Icon_Lens a::before {
   content: 'lens';
}

a.Icon_Lens_Blur::before,
span.Icon_Lens_Blur::before,
td.Icon_Lens_Blur a::before {
   content: 'lens_blur';
}

a.Icon_Library_Add::before,
span.Icon_Library_Add::before,
td.Icon_Library_Add a::before {
   content: 'library_add';
}

a.Icon_Library_Add_Check::before,
span.Icon_Library_Add_Check::before,
td.Icon_Library_Add_Check a::before {
   content: 'library_add_check';
}

a.Icon_Library_Books::before,
span.Icon_Library_Books::before,
td.Icon_Library_Books a::before {
   content: 'library_books';
}

a.Icon_Library_Music::before,
span.Icon_Library_Music::before,
td.Icon_Library_Music a::before {
   content: 'library_music';
}

a.Icon_Light::before,
span.Icon_Light::before,
td.Icon_Light a::before {
   content: 'light';
}

a.Icon_Light_Mode::before,
span.Icon_Light_Mode::before,
td.Icon_Light_Mode a::before {
   content: 'light_mode';
}

a.Icon_Lightbulb::before,
span.Icon_Lightbulb::before,
td.Icon_Lightbulb a::before {
   content: 'lightbulb';
}

a.Icon_Lightbulb_Circle::before,
span.Icon_Lightbulb_Circle::before,
td.Icon_Lightbulb_Circle a::before {
   content: 'lightbulb_circle';
}

a.Icon_Lightbulb_Outline::before,
span.Icon_Lightbulb_Outline::before,
td.Icon_Lightbulb_Outline a::before {
   content: 'lightbulb_outline';
}

a.Icon_Line_Axis::before,
span.Icon_Line_Axis::before,
td.Icon_Line_Axis a::before {
   content: 'line_axis';
}

a.Icon_Line_Style::before,
span.Icon_Line_Style::before,
td.Icon_Line_Style a::before {
   content: 'line_style';
}

a.Icon_Line_Weight::before,
span.Icon_Line_Weight::before,
td.Icon_Line_Weight a::before {
   content: 'line_weight';
}

a.Icon_Linear_Scale::before,
span.Icon_Linear_Scale::before,
td.Icon_Linear_Scale a::before {
   content: 'linear_scale';
}

a.Icon_Link::before,
span.Icon_Link::before,
td.Icon_Link a::before {
   content: 'link';
}

a.Icon_Link_Off::before,
span.Icon_Link_Off::before,
td.Icon_Link_Off a::before {
   content: 'link_off';
}

a.Icon_Linked_Camera::before,
span.Icon_Linked_Camera::before,
td.Icon_Linked_Camera a::before {
   content: 'linked_camera';
}

a.Icon_Liquor::before,
span.Icon_Liquor::before,
td.Icon_Liquor a::before {
   content: 'liquor';
}

a.Icon_List::before,
span.Icon_List::before,
td.Icon_List a::before {
   content: 'list';
}

a.Icon_List_Alt::before,
span.Icon_List_Alt::before,
td.Icon_List_Alt a::before {
   content: 'list_alt';
}

a.Icon_Live_Help::before,
span.Icon_Live_Help::before,
td.Icon_Live_Help a::before {
   content: 'live_help';
}

a.Icon_Live_Tv::before,
span.Icon_Live_Tv::before,
td.Icon_Live_Tv a::before {
   content: 'live_tv';
}

a.Icon_Living::before,
span.Icon_Living::before,
td.Icon_Living a::before {
   content: 'living';
}

a.Icon_Local_Activity::before,
span.Icon_Local_Activity::before,
td.Icon_Local_Activity a::before {
   content: 'local_activity';
}

a.Icon_Local_Airport::before,
span.Icon_Local_Airport::before,
td.Icon_Local_Airport a::before {
   content: 'local_airport';
}

a.Icon_Local_Atm::before,
span.Icon_Local_Atm::before,
td.Icon_Local_Atm a::before {
   content: 'local_atm';
}

a.Icon_Local_Attraction::before,
span.Icon_Local_Attraction::before,
td.Icon_Local_Attraction a::before {
   content: 'local_attraction';
}

a.Icon_Local_Bar::before,
span.Icon_Local_Bar::before,
td.Icon_Local_Bar a::before {
   content: 'local_bar';
}

a.Icon_Local_Cafe::before,
span.Icon_Local_Cafe::before,
td.Icon_Local_Cafe a::before {
   content: 'local_cafe';
}

a.Icon_Local_Car_Wash::before,
span.Icon_Local_Car_Wash::before,
td.Icon_Local_Car_Wash a::before {
   content: 'local_car_wash';
}

a.Icon_Local_Convenience_Store::before,
span.Icon_Local_Convenience_Store::before,
td.Icon_Local_Convenience_Store a::before {
   content: 'local_convenience_store';
}

a.Icon_Local_Dining::before,
span.Icon_Local_Dining::before,
td.Icon_Local_Dining a::before {
   content: 'local_dining';
}

a.Icon_Local_Drink::before,
span.Icon_Local_Drink::before,
td.Icon_Local_Drink a::before {
   content: 'local_drink';
}

a.Icon_Local_Fire_Department::before,
span.Icon_Local_Fire_Department::before,
td.Icon_Local_Fire_Department a::before {
   content: 'local_fire_department';
}

a.Icon_Local_Florist::before,
span.Icon_Local_Florist::before,
td.Icon_Local_Florist a::before {
   content: 'local_florist';
}

a.Icon_Local_Gas_Station::before,
span.Icon_Local_Gas_Station::before,
td.Icon_Local_Gas_Station a::before {
   content: 'local_gas_station';
}

a.Icon_Local_Grocery_Store::before,
span.Icon_Local_Grocery_Store::before,
td.Icon_Local_Grocery_Store a::before {
   content: 'local_grocery_store';
}

a.Icon_Local_Hospital::before,
span.Icon_Local_Hospital::before,
td.Icon_Local_Hospital a::before {
   content: 'local_hospital';
}

a.Icon_Local_Hotel::before,
span.Icon_Local_Hotel::before,
td.Icon_Local_Hotel a::before {
   content: 'local_hotel';
}

a.Icon_Local_Laundry_Service::before,
span.Icon_Local_Laundry_Service::before,
td.Icon_Local_Laundry_Service a::before {
   content: 'local_laundry_service';
}

a.Icon_Local_Library::before,
span.Icon_Local_Library::before,
td.Icon_Local_Library a::before {
   content: 'local_library';
}

a.Icon_Local_Mall::before,
span.Icon_Local_Mall::before,
td.Icon_Local_Mall a::before {
   content: 'local_mall';
}

a.Icon_Local_Movies::before,
span.Icon_Local_Movies::before,
td.Icon_Local_Movies a::before {
   content: 'local_movies';
}

a.Icon_Local_Offer::before,
span.Icon_Local_Offer::before,
td.Icon_Local_Offer a::before {
   content: 'local_offer';
}

a.Icon_Local_Parking::before,
span.Icon_Local_Parking::before,
td.Icon_Local_Parking a::before {
   content: 'local_parking';
}

a.Icon_Local_Pharmacy::before,
span.Icon_Local_Pharmacy::before,
td.Icon_Local_Pharmacy a::before {
   content: 'local_pharmacy';
}

a.Icon_Local_Phone::before,
span.Icon_Local_Phone::before,
td.Icon_Local_Phone a::before {
   content: 'local_phone';
}

a.Icon_Local_Pizza::before,
span.Icon_Local_Pizza::before,
td.Icon_Local_Pizza a::before {
   content: 'local_pizza';
}

a.Icon_Local_Play::before,
span.Icon_Local_Play::before,
td.Icon_Local_Play a::before {
   content: 'local_play';
}

a.Icon_Local_Police::before,
span.Icon_Local_Police::before,
td.Icon_Local_Police a::before {
   content: 'local_police';
}

a.Icon_Local_Post_Office::before,
span.Icon_Local_Post_Office::before,
td.Icon_Local_Post_Office a::before {
   content: 'local_post_office';
}

a.Icon_Local_Print_Shop::before,
span.Icon_Local_Print_Shop::before,
td.Icon_Local_Print_Shop a::before {
   content: 'local_print_shop';
}

a.Icon_Local_Printshop::before,
span.Icon_Local_Printshop::before,
td.Icon_Local_Printshop a::before {
   content: 'local_printshop';
}

a.Icon_Local_Restaurant::before,
span.Icon_Local_Restaurant::before,
td.Icon_Local_Restaurant a::before {
   content: 'local_restaurant';
}

a.Icon_Local_See::before,
span.Icon_Local_See::before,
td.Icon_Local_See a::before {
   content: 'local_see';
}

a.Icon_Local_Shipping::before,
span.Icon_Local_Shipping::before,
td.Icon_Local_Shipping a::before {
   content: 'local_shipping';
}

a.Icon_Local_Taxi::before,
span.Icon_Local_Taxi::before,
td.Icon_Local_Taxi a::before {
   content: 'local_taxi';
}

a.Icon_Location_City::before,
span.Icon_Location_City::before,
td.Icon_Location_City a::before {
   content: 'location_city';
}

a.Icon_Location_Disabled::before,
span.Icon_Location_Disabled::before,
td.Icon_Location_Disabled a::before {
   content: 'location_disabled';
}

a.Icon_Location_History::before,
span.Icon_Location_History::before,
td.Icon_Location_History a::before {
   content: 'location_history';
}

a.Icon_Location_Off::before,
span.Icon_Location_Off::before,
td.Icon_Location_Off a::before {
   content: 'location_off';
}

a.Icon_Location_On::before,
span.Icon_Location_On::before,
td.Icon_Location_On a::before {
   content: 'location_on';
}

a.Icon_Location_Pin::before,
span.Icon_Location_Pin::before,
td.Icon_Location_Pin a::before {
   content: 'location_pin';
}

a.Icon_Location_Searching::before,
span.Icon_Location_Searching::before,
td.Icon_Location_Searching a::before {
   content: 'location_searching';
}

a.Icon_Lock::before,
span.Icon_Lock::before,
td.Icon_Lock a::before {
   content: 'lock';
}

a.Icon_Lock_Clock::before,
span.Icon_Lock_Clock::before,
td.Icon_Lock_Clock a::before {
   content: 'lock_clock';
}

a.Icon_Lock_Open::before,
span.Icon_Lock_Open::before,
td.Icon_Lock_Open a::before {
   content: 'lock_open';
}

a.Icon_Lock_Outline::before,
span.Icon_Lock_Outline::before,
td.Icon_Lock_Outline a::before {
   content: 'lock_outline';
}

a.Icon_Lock_Person::before,
span.Icon_Lock_Person::before,
td.Icon_Lock_Person a::before {
   content: 'lock_person';
}

a.Icon_Lock_Reset::before,
span.Icon_Lock_Reset::before,
td.Icon_Lock_Reset a::before {
   content: 'lock_reset';
}

a.Icon_Login::before,
span.Icon_Login::before,
td.Icon_Login a::before {
   content: 'login';
}

a.Icon_Logo_Dev::before,
span.Icon_Logo_Dev::before,
td.Icon_Logo_Dev a::before {
   content: 'logo_dev';
}

a.Icon_Logout::before,
span.Icon_Logout::before,
td.Icon_Logout a::before {
   content: 'logout';
}

a.Icon_Looks::before,
span.Icon_Looks::before,
td.Icon_Looks a::before {
   content: 'looks';
}

a.Icon_Looks_3::before,
span.Icon_Looks_3::before,
td.Icon_Looks_3 a::before {
   content: 'looks_3';
}

a.Icon_Looks_4::before,
span.Icon_Looks_4::before,
td.Icon_Looks_4 a::before {
   content: 'looks_4';
}

a.Icon_Looks_5::before,
span.Icon_Looks_5::before,
td.Icon_Looks_5 a::before {
   content: 'looks_5';
}

a.Icon_Looks_6::before,
span.Icon_Looks_6::before,
td.Icon_Looks_6 a::before {
   content: 'looks_6';
}

a.Icon_Looks_One::before,
span.Icon_Looks_One::before,
td.Icon_Looks_One a::before {
   content: 'looks_one';
}

a.Icon_Looks_Two::before,
span.Icon_Looks_Two::before,
td.Icon_Looks_Two a::before {
   content: 'looks_two';
}

a.Icon_Loop::before,
span.Icon_Loop::before,
td.Icon_Loop a::before {
   content: 'loop';
}

a.Icon_Loupe::before,
span.Icon_Loupe::before,
td.Icon_Loupe a::before {
   content: 'loupe';
}

a.Icon_Low_Priority::before,
span.Icon_Low_Priority::before,
td.Icon_Low_Priority a::before {
   content: 'low_priority';
}

a.Icon_Loyalty::before,
span.Icon_Loyalty::before,
td.Icon_Loyalty a::before {
   content: 'loyalty';
}

a.Icon_Lte_Mobiledata::before,
span.Icon_Lte_Mobiledata::before,
td.Icon_Lte_Mobiledata a::before {
   content: 'lte_mobiledata';
}

a.Icon_Lte_Plus_Mobiledata::before,
span.Icon_Lte_Plus_Mobiledata::before,
td.Icon_Lte_Plus_Mobiledata a::before {
   content: 'lte_plus_mobiledata';
}

a.Icon_Luggage::before,
span.Icon_Luggage::before,
td.Icon_Luggage a::before {
   content: 'luggage';
}

a.Icon_Lunch_Dining::before,
span.Icon_Lunch_Dining::before,
td.Icon_Lunch_Dining a::before {
   content: 'lunch_dining';
}

a.Icon_Lyrics::before,
span.Icon_Lyrics::before,
td.Icon_Lyrics a::before {
   content: 'lyrics';
}

a.Icon_Mail::before,
span.Icon_Mail::before,
td.Icon_Mail a::before {
   content: 'mail';
}

a.Icon_Mail_Lock::before,
span.Icon_Mail_Lock::before,
td.Icon_Mail_Lock a::before {
   content: 'mail_lock';
}

a.Icon_Mail_Outline::before,
span.Icon_Mail_Outline::before,
td.Icon_Mail_Outline a::before {
   content: 'mail_outline';
}

a.Icon_Male::before,
span.Icon_Male::before,
td.Icon_Male a::before {
   content: 'male';
}

a.Icon_Man::before,
span.Icon_Man::before,
td.Icon_Man a::before {
   content: 'man';
}

a.Icon_Manage_Accounts::before,
span.Icon_Manage_Accounts::before,
td.Icon_Manage_Accounts a::before {
   content: 'manage_accounts';
}

a.Icon_Manage_History::before,
span.Icon_Manage_History::before,
td.Icon_Manage_History a::before {
   content: 'manage_history';
}

a.Icon_Manage_Search::before,
span.Icon_Manage_Search::before,
td.Icon_Manage_Search a::before {
   content: 'manage_search';
}

a.Icon_Map::before,
span.Icon_Map::before,
td.Icon_Map a::before {
   content: 'map';
}

a.Icon_Maps_Home_Work::before,
span.Icon_Maps_Home_Work::before,
td.Icon_Maps_Home_Work a::before {
   content: 'maps_home_work';
}

a.Icon_Maps_Ugc::before,
span.Icon_Maps_Ugc::before,
td.Icon_Maps_Ugc a::before {
   content: 'maps_ugc';
}

a.Icon_Margin::before,
span.Icon_Margin::before,
td.Icon_Margin a::before {
   content: 'margin';
}

a.Icon_Mark_As_Unread::before,
span.Icon_Mark_As_Unread::before,
td.Icon_Mark_As_Unread a::before {
   content: 'mark_as_unread';
}

a.Icon_Mark_Chat_Read::before,
span.Icon_Mark_Chat_Read::before,
td.Icon_Mark_Chat_Read a::before {
   content: 'mark_chat_read';
}

a.Icon_Mark_Chat_Unread::before,
span.Icon_Mark_Chat_Unread::before,
td.Icon_Mark_Chat_Unread a::before {
   content: 'mark_chat_unread';
}

a.Icon_Mark_Email_Read::before,
span.Icon_Mark_Email_Read::before,
td.Icon_Mark_Email_Read a::before {
   content: 'mark_email_read';
}

a.Icon_Mark_Email_Unread::before,
span.Icon_Mark_Email_Unread::before,
td.Icon_Mark_Email_Unread a::before {
   content: 'mark_email_unread';
}

a.Icon_Mark_Unread_Chat_Alt::before,
span.Icon_Mark_Unread_Chat_Alt::before,
td.Icon_Mark_Unread_Chat_Alt a::before {
   content: 'mark_unread_chat_alt';
}

a.Icon_Markunread::before,
span.Icon_Markunread::before,
td.Icon_Markunread a::before {
   content: 'markunread';
}

a.Icon_Markunread_Mailbox::before,
span.Icon_Markunread_Mailbox::before,
td.Icon_Markunread_Mailbox a::before {
   content: 'markunread_mailbox';
}

a.Icon_Masks::before,
span.Icon_Masks::before,
td.Icon_Masks a::before {
   content: 'masks';
}

a.Icon_Maximize::before,
span.Icon_Maximize::before,
td.Icon_Maximize a::before {
   content: 'maximize';
}

a.Icon_Media_Bluetooth_Off::before,
span.Icon_Media_Bluetooth_Off::before,
td.Icon_Media_Bluetooth_Off a::before {
   content: 'media_bluetooth_off';
}

a.Icon_Media_Bluetooth_On::before,
span.Icon_Media_Bluetooth_On::before,
td.Icon_Media_Bluetooth_On a::before {
   content: 'media_bluetooth_on';
}

a.Icon_Mediation::before,
span.Icon_Mediation::before,
td.Icon_Mediation a::before {
   content: 'mediation';
}

a.Icon_Medical_Information::before,
span.Icon_Medical_Information::before,
td.Icon_Medical_Information a::before {
   content: 'medical_information';
}

a.Icon_Medical_Services::before,
span.Icon_Medical_Services::before,
td.Icon_Medical_Services a::before {
   content: 'medical_services';
}

a.Icon_Medication::before,
span.Icon_Medication::before,
td.Icon_Medication a::before {
   content: 'medication';
}

a.Icon_Medication_Liquid::before,
span.Icon_Medication_Liquid::before,
td.Icon_Medication_Liquid a::before {
   content: 'medication_liquid';
}

a.Icon_Meeting_Room::before,
span.Icon_Meeting_Room::before,
td.Icon_Meeting_Room a::before {
   content: 'meeting_room';
}

a.Icon_Memory::before,
span.Icon_Memory::before,
td.Icon_Memory a::before {
   content: 'memory';
}

a.Icon_Menu::before,
span.Icon_Menu::before,
td.Icon_Menu a::before {
   content: 'menu';
}

a.Icon_Menu_Book::before,
span.Icon_Menu_Book::before,
td.Icon_Menu_Book a::before {
   content: 'menu_book';
}

a.Icon_Menu_Open::before,
span.Icon_Menu_Open::before,
td.Icon_Menu_Open a::before {
   content: 'menu_open';
}

a.Icon_Merge::before,
span.Icon_Merge::before,
td.Icon_Merge a::before {
   content: 'merge';
}

a.Icon_Merge_Type::before,
span.Icon_Merge_Type::before,
td.Icon_Merge_Type a::before {
   content: 'merge_type';
}

a.Icon_Message::before,
span.Icon_Message::before,
td.Icon_Message a::before {
   content: 'message';
}

a.Icon_Messenger::before,
span.Icon_Messenger::before,
td.Icon_Messenger a::before {
   content: 'messenger';
}

a.Icon_Messenger_Outline::before,
span.Icon_Messenger_Outline::before,
td.Icon_Messenger_Outline a::before {
   content: 'messenger_outline';
}

a.Icon_Mic::before,
span.Icon_Mic::before,
td.Icon_Mic a::before {
   content: 'mic';
}

a.Icon_Mic_External_Off::before,
span.Icon_Mic_External_Off::before,
td.Icon_Mic_External_Off a::before {
   content: 'mic_external_off';
}

a.Icon_Mic_External_On::before,
span.Icon_Mic_External_On::before,
td.Icon_Mic_External_On a::before {
   content: 'mic_external_on';
}

a.Icon_Mic_None::before,
span.Icon_Mic_None::before,
td.Icon_Mic_None a::before {
   content: 'mic_none';
}

a.Icon_Mic_Off::before,
span.Icon_Mic_Off::before,
td.Icon_Mic_Off a::before {
   content: 'mic_off';
}

a.Icon_Microwave::before,
span.Icon_Microwave::before,
td.Icon_Microwave a::before {
   content: 'microwave';
}

a.Icon_Military_Tech::before,
span.Icon_Military_Tech::before,
td.Icon_Military_Tech a::before {
   content: 'military_tech';
}

a.Icon_Minimize::before,
span.Icon_Minimize::before,
td.Icon_Minimize a::before {
   content: 'minimize';
}

a.Icon_Minor_Crash::before,
span.Icon_Minor_Crash::before,
td.Icon_Minor_Crash a::before {
   content: 'minor_crash';
}

a.Icon_Miscellaneous_Services::before,
span.Icon_Miscellaneous_Services::before,
td.Icon_Miscellaneous_Services a::before {
   content: 'miscellaneous_services';
}

a.Icon_Missed_Video_Call::before,
span.Icon_Missed_Video_Call::before,
td.Icon_Missed_Video_Call a::before {
   content: 'missed_video_call';
}

a.Icon_Mms::before,
span.Icon_Mms::before,
td.Icon_Mms a::before {
   content: 'mms';
}

a.Icon_Mobile_Friendly::before,
span.Icon_Mobile_Friendly::before,
td.Icon_Mobile_Friendly a::before {
   content: 'mobile_friendly';
}

a.Icon_Mobile_Off::before,
span.Icon_Mobile_Off::before,
td.Icon_Mobile_Off a::before {
   content: 'mobile_off';
}

a.Icon_Mobile_Screen_Share::before,
span.Icon_Mobile_Screen_Share::before,
td.Icon_Mobile_Screen_Share a::before {
   content: 'mobile_screen_share';
}

a.Icon_Mobiledata_Off::before,
span.Icon_Mobiledata_Off::before,
td.Icon_Mobiledata_Off a::before {
   content: 'mobiledata_off';
}

a.Icon_Mode::before,
span.Icon_Mode::before,
td.Icon_Mode a::before {
   content: 'mode';
}

a.Icon_Mode_Comment::before,
span.Icon_Mode_Comment::before,
td.Icon_Mode_Comment a::before {
   content: 'mode_comment';
}

a.Icon_Mode_Edit::before,
span.Icon_Mode_Edit::before,
td.Icon_Mode_Edit a::before {
   content: 'mode_edit';
}

a.Icon_Mode_Edit_Outline::before,
span.Icon_Mode_Edit_Outline::before,
td.Icon_Mode_Edit_Outline a::before {
   content: 'mode_edit_outline';
}

a.Icon_Mode_Fan_Off::before,
span.Icon_Mode_Fan_Off::before,
td.Icon_Mode_Fan_Off a::before {
   content: 'mode_fan_off';
}

a.Icon_Mode_Night::before,
span.Icon_Mode_Night::before,
td.Icon_Mode_Night a::before {
   content: 'mode_night';
}

a.Icon_Mode_Of_Travel::before,
span.Icon_Mode_Of_Travel::before,
td.Icon_Mode_Of_Travel a::before {
   content: 'mode_of_travel';
}

a.Icon_Mode_Standby::before,
span.Icon_Mode_Standby::before,
td.Icon_Mode_Standby a::before {
   content: 'mode_standby';
}

a.Icon_Model_Training::before,
span.Icon_Model_Training::before,
td.Icon_Model_Training a::before {
   content: 'model_training';
}

a.Icon_Monetization_On::before,
span.Icon_Monetization_On::before,
td.Icon_Monetization_On a::before {
   content: 'monetization_on';
}

a.Icon_Money::before,
span.Icon_Money::before,
td.Icon_Money a::before {
   content: 'money';
}

a.Icon_Money_Off::before,
span.Icon_Money_Off::before,
td.Icon_Money_Off a::before {
   content: 'money_off';
}

a.Icon_Money_Off_Csred::before,
span.Icon_Money_Off_Csred::before,
td.Icon_Money_Off_Csred a::before {
   content: 'money_off_csred';
}

a.Icon_Monitor::before,
span.Icon_Monitor::before,
td.Icon_Monitor a::before {
   content: 'monitor';
}

a.Icon_Monitor_Heart::before,
span.Icon_Monitor_Heart::before,
td.Icon_Monitor_Heart a::before {
   content: 'monitor_heart';
}

a.Icon_Monitor_Weight::before,
span.Icon_Monitor_Weight::before,
td.Icon_Monitor_Weight a::before {
   content: 'monitor_weight';
}

a.Icon_Monochrome_Photos::before,
span.Icon_Monochrome_Photos::before,
td.Icon_Monochrome_Photos a::before {
   content: 'monochrome_photos';
}

a.Icon_Mood::before,
span.Icon_Mood::before,
td.Icon_Mood a::before {
   content: 'mood';
}

a.Icon_Mood_Bad::before,
span.Icon_Mood_Bad::before,
td.Icon_Mood_Bad a::before {
   content: 'mood_bad';
}

a.Icon_Moped::before,
span.Icon_Moped::before,
td.Icon_Moped a::before {
   content: 'moped';
}

a.Icon_More::before,
span.Icon_More::before,
td.Icon_More a::before {
   content: 'more';
}

a.Icon_More_Horiz::before,
span.Icon_More_Horiz::before,
td.Icon_More_Horiz a::before {
   content: 'more_horiz';
}

a.Icon_More_Time::before,
span.Icon_More_Time::before,
td.Icon_More_Time a::before {
   content: 'more_time';
}

a.Icon_More_Vert::before,
span.Icon_More_Vert::before,
td.Icon_More_Vert a::before {
   content: 'more_vert';
}

a.Icon_Mosque::before,
span.Icon_Mosque::before,
td.Icon_Mosque a::before {
   content: 'mosque';
}

a.Icon_Motion_Photos_Auto::before,
span.Icon_Motion_Photos_Auto::before,
td.Icon_Motion_Photos_Auto a::before {
   content: 'motion_photos_auto';
}

a.Icon_Motion_Photos_Off::before,
span.Icon_Motion_Photos_Off::before,
td.Icon_Motion_Photos_Off a::before {
   content: 'motion_photos_off';
}

a.Icon_Motion_Photos_On::before,
span.Icon_Motion_Photos_On::before,
td.Icon_Motion_Photos_On a::before {
   content: 'motion_photos_on';
}

a.Icon_Motion_Photos_Pause::before,
span.Icon_Motion_Photos_Pause::before,
td.Icon_Motion_Photos_Pause a::before {
   content: 'motion_photos_pause';
}

a.Icon_Motion_Photos_Paused::before,
span.Icon_Motion_Photos_Paused::before,
td.Icon_Motion_Photos_Paused a::before {
   content: 'motion_photos_paused';
}

a.Icon_Motorcycle::before,
span.Icon_Motorcycle::before,
td.Icon_Motorcycle a::before {
   content: 'motorcycle';
}

a.Icon_Mouse::before,
span.Icon_Mouse::before,
td.Icon_Mouse a::before {
   content: 'mouse';
}

a.Icon_Move_Down::before,
span.Icon_Move_Down::before,
td.Icon_Move_Down a::before {
   content: 'move_down';
}

a.Icon_Move_To_Inbox::before,
span.Icon_Move_To_Inbox::before,
td.Icon_Move_To_Inbox a::before {
   content: 'move_to_inbox';
}

a.Icon_Move_Up::before,
span.Icon_Move_Up::before,
td.Icon_Move_Up a::before {
   content: 'move_up';
}

a.Icon_Movie::before,
span.Icon_Movie::before,
td.Icon_Movie a::before {
   content: 'movie';
}

a.Icon_Movie_Creation::before,
span.Icon_Movie_Creation::before,
td.Icon_Movie_Creation a::before {
   content: 'movie_creation';
}

a.Icon_Movie_Filter::before,
span.Icon_Movie_Filter::before,
td.Icon_Movie_Filter a::before {
   content: 'movie_filter';
}

a.Icon_Moving::before,
span.Icon_Moving::before,
td.Icon_Moving a::before {
   content: 'moving';
}

a.Icon_Mp::before,
span.Icon_Mp::before,
td.Icon_Mp a::before {
   content: 'mp';
}

a.Icon_Multiline_Chart::before,
span.Icon_Multiline_Chart::before,
td.Icon_Multiline_Chart a::before {
   content: 'multiline_chart';
}

a.Icon_Multiple_Stop::before,
span.Icon_Multiple_Stop::before,
td.Icon_Multiple_Stop a::before {
   content: 'multiple_stop';
}

a.Icon_Multitrack_Audio::before,
span.Icon_Multitrack_Audio::before,
td.Icon_Multitrack_Audio a::before {
   content: 'multitrack_audio';
}

a.Icon_Museum::before,
span.Icon_Museum::before,
td.Icon_Museum a::before {
   content: 'museum';
}

a.Icon_Music_Note::before,
span.Icon_Music_Note::before,
td.Icon_Music_Note a::before {
   content: 'music_note';
}

a.Icon_Music_Off::before,
span.Icon_Music_Off::before,
td.Icon_Music_Off a::before {
   content: 'music_off';
}

a.Icon_Music_Video::before,
span.Icon_Music_Video::before,
td.Icon_Music_Video a::before {
   content: 'music_video';
}

a.Icon_My_Library_Add::before,
span.Icon_My_Library_Add::before,
td.Icon_My_Library_Add a::before {
   content: 'my_library_add';
}

a.Icon_My_Library_Books::before,
span.Icon_My_Library_Books::before,
td.Icon_My_Library_Books a::before {
   content: 'my_library_books';
}

a.Icon_My_Library_Music::before,
span.Icon_My_Library_Music::before,
td.Icon_My_Library_Music a::before {
   content: 'my_library_music';
}

a.Icon_My_Location::before,
span.Icon_My_Location::before,
td.Icon_My_Location a::before {
   content: 'my_location';
}

a.Icon_Nat::before,
span.Icon_Nat::before,
td.Icon_Nat a::before {
   content: 'nat';
}

a.Icon_Nature::before,
span.Icon_Nature::before,
td.Icon_Nature a::before {
   content: 'nature';
}

a.Icon_Nature_People::before,
span.Icon_Nature_People::before,
td.Icon_Nature_People a::before {
   content: 'nature_people';
}

a.Icon_Navigate_Before::before,
span.Icon_Navigate_Before::before,
td.Icon_Navigate_Before a::before {
   content: 'navigate_before';
}

a.Icon_Navigate_Next::before,
span.Icon_Navigate_Next::before,
td.Icon_Navigate_Next a::before {
   content: 'navigate_next';
}

a.Icon_Navigation::before,
span.Icon_Navigation::before,
td.Icon_Navigation a::before {
   content: 'navigation';
}

a.Icon_Near_Me::before,
span.Icon_Near_Me::before,
td.Icon_Near_Me a::before {
   content: 'near_me';
}

a.Icon_Near_Me_Disabled::before,
span.Icon_Near_Me_Disabled::before,
td.Icon_Near_Me_Disabled a::before {
   content: 'near_me_disabled';
}

a.Icon_Nearby_Error::before,
span.Icon_Nearby_Error::before,
td.Icon_Nearby_Error a::before {
   content: 'nearby_error';
}

a.Icon_Nearby_Off::before,
span.Icon_Nearby_Off::before,
td.Icon_Nearby_Off a::before {
   content: 'nearby_off';
}

a.Icon_Nest_Cam_Wired_Stand::before,
span.Icon_Nest_Cam_Wired_Stand::before,
td.Icon_Nest_Cam_Wired_Stand a::before {
   content: 'nest_cam_wired_stand';
}

a.Icon_Network_Cell::before,
span.Icon_Network_Cell::before,
td.Icon_Network_Cell a::before {
   content: 'network_cell';
}

a.Icon_Network_Check::before,
span.Icon_Network_Check::before,
td.Icon_Network_Check a::before {
   content: 'network_check';
}

a.Icon_Network_Locked::before,
span.Icon_Network_Locked::before,
td.Icon_Network_Locked a::before {
   content: 'network_locked';
}

a.Icon_Network_Ping::before,
span.Icon_Network_Ping::before,
td.Icon_Network_Ping a::before {
   content: 'network_ping';
}

a.Icon_Network_Wifi::before,
span.Icon_Network_Wifi::before,
td.Icon_Network_Wifi a::before {
   content: 'network_wifi';
}

a.Icon_Network_Wifi_1_Bar::before,
span.Icon_Network_Wifi_1_Bar::before,
td.Icon_Network_Wifi_1_Bar a::before {
   content: 'network_wifi_1_bar';
}

a.Icon_Network_Wifi_2_Bar::before,
span.Icon_Network_Wifi_2_Bar::before,
td.Icon_Network_Wifi_2_Bar a::before {
   content: 'network_wifi_2_bar';
}

a.Icon_Network_Wifi_3_Bar::before,
span.Icon_Network_Wifi_3_Bar::before,
td.Icon_Network_Wifi_3_Bar a::before {
   content: 'network_wifi_3_bar';
}

a.Icon_New_Label::before,
span.Icon_New_Label::before,
td.Icon_New_Label a::before {
   content: 'new_label';
}

a.Icon_New_Releases::before,
span.Icon_New_Releases::before,
td.Icon_New_Releases a::before {
   content: 'new_releases';
}

a.Icon_Newspaper::before,
span.Icon_Newspaper::before,
td.Icon_Newspaper a::before {
   content: 'newspaper';
}

a.Icon_Next_Plan::before,
span.Icon_Next_Plan::before,
td.Icon_Next_Plan a::before {
   content: 'next_plan';
}

a.Icon_Next_Week::before,
span.Icon_Next_Week::before,
td.Icon_Next_Week a::before {
   content: 'next_week';
}

a.Icon_Nfc::before,
span.Icon_Nfc::before,
td.Icon_Nfc a::before {
   content: 'nfc';
}

a.Icon_Night_Shelter::before,
span.Icon_Night_Shelter::before,
td.Icon_Night_Shelter a::before {
   content: 'night_shelter';
}

a.Icon_Nightlife::before,
span.Icon_Nightlife::before,
td.Icon_Nightlife a::before {
   content: 'nightlife';
}

a.Icon_Nightlight::before,
span.Icon_Nightlight::before,
td.Icon_Nightlight a::before {
   content: 'nightlight';
}

a.Icon_Nightlight_Round::before,
span.Icon_Nightlight_Round::before,
td.Icon_Nightlight_Round a::before {
   content: 'nightlight_round';
}

a.Icon_Nights_Stay::before,
span.Icon_Nights_Stay::before,
td.Icon_Nights_Stay a::before {
   content: 'nights_stay';
}

a.Icon_No_Accounts::before,
span.Icon_No_Accounts::before,
td.Icon_No_Accounts a::before {
   content: 'no_accounts';
}

a.Icon_No_Adult_Content::before,
span.Icon_No_Adult_Content::before,
td.Icon_No_Adult_Content a::before {
   content: 'no_adult_content';
}

a.Icon_No_Backpack::before,
span.Icon_No_Backpack::before,
td.Icon_No_Backpack a::before {
   content: 'no_backpack';
}

a.Icon_No_Cell::before,
span.Icon_No_Cell::before,
td.Icon_No_Cell a::before {
   content: 'no_cell';
}

a.Icon_No_Crash::before,
span.Icon_No_Crash::before,
td.Icon_No_Crash a::before {
   content: 'no_crash';
}

a.Icon_No_Drinks::before,
span.Icon_No_Drinks::before,
td.Icon_No_Drinks a::before {
   content: 'no_drinks';
}

a.Icon_No_Encryption::before,
span.Icon_No_Encryption::before,
td.Icon_No_Encryption a::before {
   content: 'no_encryption';
}

a.Icon_No_Encryption_Gmailerrorred::before,
span.Icon_No_Encryption_Gmailerrorred::before,
td.Icon_No_Encryption_Gmailerrorred a::before {
   content: 'no_encryption_gmailerrorred';
}

a.Icon_No_Flash::before,
span.Icon_No_Flash::before,
td.Icon_No_Flash a::before {
   content: 'no_flash';
}

a.Icon_No_Food::before,
span.Icon_No_Food::before,
td.Icon_No_Food a::before {
   content: 'no_food';
}

a.Icon_No_Luggage::before,
span.Icon_No_Luggage::before,
td.Icon_No_Luggage a::before {
   content: 'no_luggage';
}

a.Icon_No_Meals::before,
span.Icon_No_Meals::before,
td.Icon_No_Meals a::before {
   content: 'no_meals';
}

a.Icon_No_Meals_Ouline::before,
span.Icon_No_Meals_Ouline::before,
td.Icon_No_Meals_Ouline a::before {
   content: 'no_meals_ouline';
}

a.Icon_No_Meeting_Room::before,
span.Icon_No_Meeting_Room::before,
td.Icon_No_Meeting_Room a::before {
   content: 'no_meeting_room';
}

a.Icon_No_Photography::before,
span.Icon_No_Photography::before,
td.Icon_No_Photography a::before {
   content: 'no_photography';
}

a.Icon_No_Sim::before,
span.Icon_No_Sim::before,
td.Icon_No_Sim a::before {
   content: 'no_sim';
}

a.Icon_No_Stroller::before,
span.Icon_No_Stroller::before,
td.Icon_No_Stroller a::before {
   content: 'no_stroller';
}

a.Icon_No_Transfer::before,
span.Icon_No_Transfer::before,
td.Icon_No_Transfer a::before {
   content: 'no_transfer';
}

a.Icon_Noise_Aware::before,
span.Icon_Noise_Aware::before,
td.Icon_Noise_Aware a::before {
   content: 'noise_aware';
}

a.Icon_Noise_Control_Off::before,
span.Icon_Noise_Control_Off::before,
td.Icon_Noise_Control_Off a::before {
   content: 'noise_control_off';
}

a.Icon_Nordic_Walking::before,
span.Icon_Nordic_Walking::before,
td.Icon_Nordic_Walking a::before {
   content: 'nordic_walking';
}

a.Icon_North::before,
span.Icon_North::before,
td.Icon_North a::before {
   content: 'north';
}

a.Icon_North_East::before,
span.Icon_North_East::before,
td.Icon_North_East a::before {
   content: 'north_east';
}

a.Icon_North_West::before,
span.Icon_North_West::before,
td.Icon_North_West a::before {
   content: 'north_west';
}

a.Icon_Not_Accessible::before,
span.Icon_Not_Accessible::before,
td.Icon_Not_Accessible a::before {
   content: 'not_accessible';
}

a.Icon_Not_Interested::before,
span.Icon_Not_Interested::before,
td.Icon_Not_Interested a::before {
   content: 'not_interested';
}

a.Icon_Not_Listed_Location::before,
span.Icon_Not_Listed_Location::before,
td.Icon_Not_Listed_Location a::before {
   content: 'not_listed_location';
}

a.Icon_Not_Started::before,
span.Icon_Not_Started::before,
td.Icon_Not_Started a::before {
   content: 'not_started';
}

a.Icon_Note::before,
span.Icon_Note::before,
td.Icon_Note a::before {
   content: 'note';
}

a.Icon_Note_Add::before,
span.Icon_Note_Add::before,
td.Icon_Note_Add a::before {
   content: 'note_add';
}

a.Icon_Note_Alt::before,
span.Icon_Note_Alt::before,
td.Icon_Note_Alt a::before {
   content: 'note_alt';
}

a.Icon_Notes::before,
span.Icon_Notes::before,
td.Icon_Notes a::before {
   content: 'notes';
}

a.Icon_Notification_Add::before,
span.Icon_Notification_Add::before,
td.Icon_Notification_Add a::before {
   content: 'notification_add';
}

a.Icon_Notification_Important::before,
span.Icon_Notification_Important::before,
td.Icon_Notification_Important a::before {
   content: 'notification_important';
}

a.Icon_Notifications::before,
span.Icon_Notifications::before,
td.Icon_Notifications a::before {
   content: 'notifications';
}

a.Icon_Notifications_Active::before,
span.Icon_Notifications_Active::before,
td.Icon_Notifications_Active a::before {
   content: 'notifications_active';
}

a.Icon_Notifications_None::before,
span.Icon_Notifications_None::before,
td.Icon_Notifications_None a::before {
   content: 'notifications_none';
}

a.Icon_Notifications_Off::before,
span.Icon_Notifications_Off::before,
td.Icon_Notifications_Off a::before {
   content: 'notifications_off';
}

a.Icon_Notifications_On::before,
span.Icon_Notifications_On::before,
td.Icon_Notifications_On a::before {
   content: 'notifications_on';
}

a.Icon_Notifications_Paused::before,
span.Icon_Notifications_Paused::before,
td.Icon_Notifications_Paused a::before {
   content: 'notifications_paused';
}

a.Icon_Now_Wallpaper::before,
span.Icon_Now_Wallpaper::before,
td.Icon_Now_Wallpaper a::before {
   content: 'now_wallpaper';
}

a.Icon_Now_Widgets::before,
span.Icon_Now_Widgets::before,
td.Icon_Now_Widgets a::before {
   content: 'now_widgets';
}

a.Icon_Numbers::before,
span.Icon_Numbers::before,
td.Icon_Numbers a::before {
   content: 'numbers';
}

a.Icon_Offline_Bolt::before,
span.Icon_Offline_Bolt::before,
td.Icon_Offline_Bolt a::before {
   content: 'offline_bolt';
}

a.Icon_Offline_Pin::before,
span.Icon_Offline_Pin::before,
td.Icon_Offline_Pin a::before {
   content: 'offline_pin';
}

a.Icon_Offline_Share::before,
span.Icon_Offline_Share::before,
td.Icon_Offline_Share a::before {
   content: 'offline_share';
}

a.Icon_Oil_Barrel::before,
span.Icon_Oil_Barrel::before,
td.Icon_Oil_Barrel a::before {
   content: 'oil_barrel';
}

a.Icon_On_Device_Training::before,
span.Icon_On_Device_Training::before,
td.Icon_On_Device_Training a::before {
   content: 'on_device_training';
}

a.Icon_Ondemand_Video::before,
span.Icon_Ondemand_Video::before,
td.Icon_Ondemand_Video a::before {
   content: 'ondemand_video';
}

a.Icon_Online_Prediction::before,
span.Icon_Online_Prediction::before,
td.Icon_Online_Prediction a::before {
   content: 'online_prediction';
}

a.Icon_Opacity::before,
span.Icon_Opacity::before,
td.Icon_Opacity a::before {
   content: 'opacity';
}

a.Icon_Open_In_Browser::before,
span.Icon_Open_In_Browser::before,
td.Icon_Open_In_Browser a::before {
   content: 'open_in_browser';
}

a.Icon_Open_In_Full::before,
span.Icon_Open_In_Full::before,
td.Icon_Open_In_Full a::before {
   content: 'open_in_full';
}

a.Icon_Open_In_New::before,
span.Icon_Open_In_New::before,
td.Icon_Open_In_New a::before {
   content: 'open_in_new';
}

a.Icon_Open_In_New_Off::before,
span.Icon_Open_In_New_Off::before,
td.Icon_Open_In_New_Off a::before {
   content: 'open_in_new_off';
}

a.Icon_Open_With::before,
span.Icon_Open_With::before,
td.Icon_Open_With a::before {
   content: 'open_with';
}

a.Icon_Other_Houses::before,
span.Icon_Other_Houses::before,
td.Icon_Other_Houses a::before {
   content: 'other_houses';
}

a.Icon_Outbond::before,
span.Icon_Outbond::before,
td.Icon_Outbond a::before {
   content: 'outbond';
}

a.Icon_Outbound::before,
span.Icon_Outbound::before,
td.Icon_Outbound a::before {
   content: 'outbound';
}

a.Icon_Outbox::before,
span.Icon_Outbox::before,
td.Icon_Outbox a::before {
   content: 'outbox';
}

a.Icon_Outdoor_Grill::before,
span.Icon_Outdoor_Grill::before,
td.Icon_Outdoor_Grill a::before {
   content: 'outdoor_grill';
}

a.Icon_Outgoing_Mail::before,
span.Icon_Outgoing_Mail::before,
td.Icon_Outgoing_Mail a::before {
   content: 'outgoing_mail';
}

a.Icon_Outlet::before,
span.Icon_Outlet::before,
td.Icon_Outlet a::before {
   content: 'outlet';
}

a.Icon_Outlined_Flag::before,
span.Icon_Outlined_Flag::before,
td.Icon_Outlined_Flag a::before {
   content: 'outlined_flag';
}

a.Icon_Output::before,
span.Icon_Output::before,
td.Icon_Output a::before {
   content: 'output';
}

a.Icon_Padding::before,
span.Icon_Padding::before,
td.Icon_Padding a::before {
   content: 'padding';
}

a.Icon_Pages::before,
span.Icon_Pages::before,
td.Icon_Pages a::before {
   content: 'pages';
}

a.Icon_Pageview::before,
span.Icon_Pageview::before,
td.Icon_Pageview a::before {
   content: 'pageview';
}

a.Icon_Paid::before,
span.Icon_Paid::before,
td.Icon_Paid a::before {
   content: 'paid';
}

a.Icon_Palette::before,
span.Icon_Palette::before,
td.Icon_Palette a::before {
   content: 'palette';
}

a.Icon_Pan_Tool::before,
span.Icon_Pan_Tool::before,
td.Icon_Pan_Tool a::before {
   content: 'pan_tool';
}

a.Icon_Pan_Tool_Alt::before,
span.Icon_Pan_Tool_Alt::before,
td.Icon_Pan_Tool_Alt a::before {
   content: 'pan_tool_alt';
}

a.Icon_Panorama::before,
span.Icon_Panorama::before,
td.Icon_Panorama a::before {
   content: 'panorama';
}

a.Icon_Panorama_Fish_Eye::before,
span.Icon_Panorama_Fish_Eye::before,
td.Icon_Panorama_Fish_Eye a::before {
   content: 'panorama_fish_eye';
}

a.Icon_Panorama_Fisheye::before,
span.Icon_Panorama_Fisheye::before,
td.Icon_Panorama_Fisheye a::before {
   content: 'panorama_fisheye';
}

a.Icon_Panorama_Horizontal::before,
span.Icon_Panorama_Horizontal::before,
td.Icon_Panorama_Horizontal a::before {
   content: 'panorama_horizontal';
}

a.Icon_Panorama_Horizontal_Select::before,
span.Icon_Panorama_Horizontal_Select::before,
td.Icon_Panorama_Horizontal_Select a::before {
   content: 'panorama_horizontal_select';
}

a.Icon_Panorama_Photosphere::before,
span.Icon_Panorama_Photosphere::before,
td.Icon_Panorama_Photosphere a::before {
   content: 'panorama_photosphere';
}

a.Icon_Panorama_Photosphere_Select::before,
span.Icon_Panorama_Photosphere_Select::before,
td.Icon_Panorama_Photosphere_Select a::before {
   content: 'panorama_photosphere_select';
}

a.Icon_Panorama_Vertical::before,
span.Icon_Panorama_Vertical::before,
td.Icon_Panorama_Vertical a::before {
   content: 'panorama_vertical';
}

a.Icon_Panorama_Vertical_Select::before,
span.Icon_Panorama_Vertical_Select::before,
td.Icon_Panorama_Vertical_Select a::before {
   content: 'panorama_vertical_select';
}

a.Icon_Panorama_Wide_Angle::before,
span.Icon_Panorama_Wide_Angle::before,
td.Icon_Panorama_Wide_Angle a::before {
   content: 'panorama_wide_angle';
}

a.Icon_Panorama_Wide_Angle_Select::before,
span.Icon_Panorama_Wide_Angle_Select::before,
td.Icon_Panorama_Wide_Angle_Select a::before {
   content: 'panorama_wide_angle_select';
}

a.Icon_Paragliding::before,
span.Icon_Paragliding::before,
td.Icon_Paragliding a::before {
   content: 'paragliding';
}

a.Icon_Park::before,
span.Icon_Park::before,
td.Icon_Park a::before {
   content: 'park';
}

a.Icon_Party_Mode::before,
span.Icon_Party_Mode::before,
td.Icon_Party_Mode a::before {
   content: 'party_mode';
}

a.Icon_Password::before,
span.Icon_Password::before,
td.Icon_Password a::before {
   content: 'password';
}

a.Icon_Pattern::before,
span.Icon_Pattern::before,
td.Icon_Pattern a::before {
   content: 'pattern';
}

a.Icon_Pause::before,
span.Icon_Pause::before,
td.Icon_Pause a::before {
   content: 'pause';
}

a.Icon_Pause_Circle::before,
span.Icon_Pause_Circle::before,
td.Icon_Pause_Circle a::before {
   content: 'pause_circle';
}

a.Icon_Pause_Circle_Filled::before,
span.Icon_Pause_Circle_Filled::before,
td.Icon_Pause_Circle_Filled a::before {
   content: 'pause_circle_filled';
}

a.Icon_Pause_Circle_Outline::before,
span.Icon_Pause_Circle_Outline::before,
td.Icon_Pause_Circle_Outline a::before {
   content: 'pause_circle_outline';
}

a.Icon_Pause_Presentation::before,
span.Icon_Pause_Presentation::before,
td.Icon_Pause_Presentation a::before {
   content: 'pause_presentation';
}

a.Icon_Payment::before,
span.Icon_Payment::before,
td.Icon_Payment a::before {
   content: 'payment';
}

a.Icon_Payments::before,
span.Icon_Payments::before,
td.Icon_Payments a::before {
   content: 'payments';
}

a.Icon_Paypal::before,
span.Icon_Paypal::before,
td.Icon_Paypal a::before {
   content: 'paypal';
}

a.Icon_Pedal_Bike::before,
span.Icon_Pedal_Bike::before,
td.Icon_Pedal_Bike a::before {
   content: 'pedal_bike';
}

a.Icon_Pending::before,
span.Icon_Pending::before,
td.Icon_Pending a::before {
   content: 'pending';
}

a.Icon_Pending_Actions::before,
span.Icon_Pending_Actions::before,
td.Icon_Pending_Actions a::before {
   content: 'pending_actions';
}

a.Icon_Pentagon::before,
span.Icon_Pentagon::before,
td.Icon_Pentagon a::before {
   content: 'pentagon';
}

a.Icon_People::before,
span.Icon_People::before,
td.Icon_People a::before {
   content: 'people';
}

a.Icon_People_Alt::before,
span.Icon_People_Alt::before,
td.Icon_People_Alt a::before {
   content: 'people_alt';
}

a.Icon_People_Outline::before,
span.Icon_People_Outline::before,
td.Icon_People_Outline a::before {
   content: 'people_outline';
}

a.Icon_Percent::before,
span.Icon_Percent::before,
td.Icon_Percent a::before {
   content: 'percent';
}

a.Icon_Perm_Camera_Mic::before,
span.Icon_Perm_Camera_Mic::before,
td.Icon_Perm_Camera_Mic a::before {
   content: 'perm_camera_mic';
}

a.Icon_Perm_Contact_Cal::before,
span.Icon_Perm_Contact_Cal::before,
td.Icon_Perm_Contact_Cal a::before {
   content: 'perm_contact_cal';
}

a.Icon_Perm_Contact_Calendar::before,
span.Icon_Perm_Contact_Calendar::before,
td.Icon_Perm_Contact_Calendar a::before {
   content: 'perm_contact_calendar';
}

a.Icon_Perm_Data_Setting::before,
span.Icon_Perm_Data_Setting::before,
td.Icon_Perm_Data_Setting a::before {
   content: 'perm_data_setting';
}

a.Icon_Perm_Device_Info::before,
span.Icon_Perm_Device_Info::before,
td.Icon_Perm_Device_Info a::before {
   content: 'perm_device_info';
}

a.Icon_Perm_Device_Information::before,
span.Icon_Perm_Device_Information::before,
td.Icon_Perm_Device_Information a::before {
   content: 'perm_device_information';
}

a.Icon_Perm_Identity::before,
span.Icon_Perm_Identity::before,
td.Icon_Perm_Identity a::before {
   content: 'perm_identity';
}

a.Icon_Perm_Media::before,
span.Icon_Perm_Media::before,
td.Icon_Perm_Media a::before {
   content: 'perm_media';
}

a.Icon_Perm_Phone_Msg::before,
span.Icon_Perm_Phone_Msg::before,
td.Icon_Perm_Phone_Msg a::before {
   content: 'perm_phone_msg';
}

a.Icon_Perm_Scan_Wifi::before,
span.Icon_Perm_Scan_Wifi::before,
td.Icon_Perm_Scan_Wifi a::before {
   content: 'perm_scan_wifi';
}

a.Icon_Person::before,
span.Icon_Person::before,
td.Icon_Person a::before {
   content: 'person';
}

a.Icon_Person_Add::before,
span.Icon_Person_Add::before,
td.Icon_Person_Add a::before {
   content: 'person_add';
}

a.Icon_Person_Add_Alt::before,
span.Icon_Person_Add_Alt::before,
td.Icon_Person_Add_Alt a::before {
   content: 'person_add_alt';
}

a.Icon_Person_Add_Alt_1::before,
span.Icon_Person_Add_Alt_1::before,
td.Icon_Person_Add_Alt_1 a::before {
   content: 'person_add_alt_1';
}

a.Icon_Person_Add_Disabled::before,
span.Icon_Person_Add_Disabled::before,
td.Icon_Person_Add_Disabled a::before {
   content: 'person_add_disabled';
}

a.Icon_Person_Off::before,
span.Icon_Person_Off::before,
td.Icon_Person_Off a::before {
   content: 'person_off';
}

a.Icon_Person_Outline::before,
span.Icon_Person_Outline::before,
td.Icon_Person_Outline a::before {
   content: 'person_outline';
}

a.Icon_Person_Pin::before,
span.Icon_Person_Pin::before,
td.Icon_Person_Pin a::before {
   content: 'person_pin';
}

a.Icon_Person_Pin_Circle::before,
span.Icon_Person_Pin_Circle::before,
td.Icon_Person_Pin_Circle a::before {
   content: 'person_pin_circle';
}

a.Icon_Person_Remove::before,
span.Icon_Person_Remove::before,
td.Icon_Person_Remove a::before {
   content: 'person_remove';
}

a.Icon_Person_Remove_Alt_1::before,
span.Icon_Person_Remove_Alt_1::before,
td.Icon_Person_Remove_Alt_1 a::before {
   content: 'person_remove_alt_1';
}

a.Icon_Person_Search::before,
span.Icon_Person_Search::before,
td.Icon_Person_Search a::before {
   content: 'person_search';
}

a.Icon_Personal_Injury::before,
span.Icon_Personal_Injury::before,
td.Icon_Personal_Injury a::before {
   content: 'personal_injury';
}

a.Icon_Personal_Video::before,
span.Icon_Personal_Video::before,
td.Icon_Personal_Video a::before {
   content: 'personal_video';
}

a.Icon_Pest_Control::before,
span.Icon_Pest_Control::before,
td.Icon_Pest_Control a::before {
   content: 'pest_control';
}

a.Icon_Pest_Control_Rodent::before,
span.Icon_Pest_Control_Rodent::before,
td.Icon_Pest_Control_Rodent a::before {
   content: 'pest_control_rodent';
}

a.Icon_Pets::before,
span.Icon_Pets::before,
td.Icon_Pets a::before {
   content: 'pets';
}

a.Icon_Phishing::before,
span.Icon_Phishing::before,
td.Icon_Phishing a::before {
   content: 'phishing';
}

a.Icon_Phone::before,
span.Icon_Phone::before,
td.Icon_Phone a::before {
   content: 'phone';
}

a.Icon_Phone_Android::before,
span.Icon_Phone_Android::before,
td.Icon_Phone_Android a::before {
   content: 'phone_android';
}

a.Icon_Phone_Bluetooth_Speaker::before,
span.Icon_Phone_Bluetooth_Speaker::before,
td.Icon_Phone_Bluetooth_Speaker a::before {
   content: 'phone_bluetooth_speaker';
}

a.Icon_Phone_Callback::before,
span.Icon_Phone_Callback::before,
td.Icon_Phone_Callback a::before {
   content: 'phone_callback';
}

a.Icon_Phone_Disabled::before,
span.Icon_Phone_Disabled::before,
td.Icon_Phone_Disabled a::before {
   content: 'phone_disabled';
}

a.Icon_Phone_Enabled::before,
span.Icon_Phone_Enabled::before,
td.Icon_Phone_Enabled a::before {
   content: 'phone_enabled';
}

a.Icon_Phone_Forwarded::before,
span.Icon_Phone_Forwarded::before,
td.Icon_Phone_Forwarded a::before {
   content: 'phone_forwarded';
}

a.Icon_Phone_In_Talk::before,
span.Icon_Phone_In_Talk::before,
td.Icon_Phone_In_Talk a::before {
   content: 'phone_in_talk';
}

a.Icon_Phone_Iphone::before,
span.Icon_Phone_Iphone::before,
td.Icon_Phone_Iphone a::before {
   content: 'phone_iphone';
}

a.Icon_Phone_Locked::before,
span.Icon_Phone_Locked::before,
td.Icon_Phone_Locked a::before {
   content: 'phone_locked';
}

a.Icon_Phone_Missed::before,
span.Icon_Phone_Missed::before,
td.Icon_Phone_Missed a::before {
   content: 'phone_missed';
}

a.Icon_Phone_Paused::before,
span.Icon_Phone_Paused::before,
td.Icon_Phone_Paused a::before {
   content: 'phone_paused';
}

a.Icon_Phonelink::before,
span.Icon_Phonelink::before,
td.Icon_Phonelink a::before {
   content: 'phonelink';
}

a.Icon_Phonelink_Erase::before,
span.Icon_Phonelink_Erase::before,
td.Icon_Phonelink_Erase a::before {
   content: 'phonelink_erase';
}

a.Icon_Phonelink_Lock::before,
span.Icon_Phonelink_Lock::before,
td.Icon_Phonelink_Lock a::before {
   content: 'phonelink_lock';
}

a.Icon_Phonelink_Off::before,
span.Icon_Phonelink_Off::before,
td.Icon_Phonelink_Off a::before {
   content: 'phonelink_off';
}

a.Icon_Phonelink_Ring::before,
span.Icon_Phonelink_Ring::before,
td.Icon_Phonelink_Ring a::before {
   content: 'phonelink_ring';
}

a.Icon_Phonelink_Setup::before,
span.Icon_Phonelink_Setup::before,
td.Icon_Phonelink_Setup a::before {
   content: 'phonelink_setup';
}

a.Icon_Photo::before,
span.Icon_Photo::before,
td.Icon_Photo a::before {
   content: 'photo';
}

a.Icon_Photo_Album::before,
span.Icon_Photo_Album::before,
td.Icon_Photo_Album a::before {
   content: 'photo_album';
}

a.Icon_Photo_Camera::before,
span.Icon_Photo_Camera::before,
td.Icon_Photo_Camera a::before {
   content: 'photo_camera';
}

a.Icon_Photo_Camera_Back::before,
span.Icon_Photo_Camera_Back::before,
td.Icon_Photo_Camera_Back a::before {
   content: 'photo_camera_back';
}

a.Icon_Photo_Camera_Front::before,
span.Icon_Photo_Camera_Front::before,
td.Icon_Photo_Camera_Front a::before {
   content: 'photo_camera_front';
}

a.Icon_Photo_Filter::before,
span.Icon_Photo_Filter::before,
td.Icon_Photo_Filter a::before {
   content: 'photo_filter';
}

a.Icon_Photo_Library::before,
span.Icon_Photo_Library::before,
td.Icon_Photo_Library a::before {
   content: 'photo_library';
}

a.Icon_Photo_Size_Select_Actual::before,
span.Icon_Photo_Size_Select_Actual::before,
td.Icon_Photo_Size_Select_Actual a::before {
   content: 'photo_size_select_actual';
}

a.Icon_Photo_Size_Select_Large::before,
span.Icon_Photo_Size_Select_Large::before,
td.Icon_Photo_Size_Select_Large a::before {
   content: 'photo_size_select_large';
}

a.Icon_Photo_Size_Select_Small::before,
span.Icon_Photo_Size_Select_Small::before,
td.Icon_Photo_Size_Select_Small a::before {
   content: 'photo_size_select_small';
}

a.Icon_Php::before,
span.Icon_Php::before,
td.Icon_Php a::before {
   content: 'php';
}

a.Icon_Piano::before,
span.Icon_Piano::before,
td.Icon_Piano a::before {
   content: 'piano';
}

a.Icon_Piano_Off::before,
span.Icon_Piano_Off::before,
td.Icon_Piano_Off a::before {
   content: 'piano_off';
}

a.Icon_Picture_As_Pdf::before,
span.Icon_Picture_As_Pdf::before,
td.Icon_Picture_As_Pdf a::before {
   content: 'picture_as_pdf';
}

a.Icon_Picture_In_Picture::before,
span.Icon_Picture_In_Picture::before,
td.Icon_Picture_In_Picture a::before {
   content: 'picture_in_picture';
}

a.Icon_Picture_In_Picture_Alt::before,
span.Icon_Picture_In_Picture_Alt::before,
td.Icon_Picture_In_Picture_Alt a::before {
   content: 'picture_in_picture_alt';
}

a.Icon_Pie_Chart::before,
span.Icon_Pie_Chart::before,
td.Icon_Pie_Chart a::before {
   content: 'pie_chart';
}

a.Icon_Pie_Chart_Outline::before,
span.Icon_Pie_Chart_Outline::before,
td.Icon_Pie_Chart_Outline a::before {
   content: 'pie_chart_outline';
}

a.Icon_Pie_Chart_Outlined::before,
span.Icon_Pie_Chart_Outlined::before,
td.Icon_Pie_Chart_Outlined a::before {
   content: 'pie_chart_outlined';
}

a.Icon_Pin::before,
span.Icon_Pin::before,
td.Icon_Pin a::before {
   content: 'pin';
}

a.Icon_Pin_Drop::before,
span.Icon_Pin_Drop::before,
td.Icon_Pin_Drop a::before {
   content: 'pin_drop';
}

a.Icon_Pin_End::before,
span.Icon_Pin_End::before,
td.Icon_Pin_End a::before {
   content: 'pin_end';
}

a.Icon_Pin_Invoke::before,
span.Icon_Pin_Invoke::before,
td.Icon_Pin_Invoke a::before {
   content: 'pin_invoke';
}

a.Icon_Pinch::before,
span.Icon_Pinch::before,
td.Icon_Pinch a::before {
   content: 'pinch';
}

a.Icon_Pivot_Table_Chart::before,
span.Icon_Pivot_Table_Chart::before,
td.Icon_Pivot_Table_Chart a::before {
   content: 'pivot_table_chart';
}

a.Icon_Pix::before,
span.Icon_Pix::before,
td.Icon_Pix a::before {
   content: 'pix';
}

a.Icon_Place::before,
span.Icon_Place::before,
td.Icon_Place a::before {
   content: 'place';
}

a.Icon_Plagiarism::before,
span.Icon_Plagiarism::before,
td.Icon_Plagiarism a::before {
   content: 'plagiarism';
}

a.Icon_Play_Arrow::before,
span.Icon_Play_Arrow::before,
td.Icon_Play_Arrow a::before {
   content: 'play_arrow';
}

a.Icon_Play_Circle::before,
span.Icon_Play_Circle::before,
td.Icon_Play_Circle a::before {
   content: 'play_circle';
}

a.Icon_Play_Circle_Fill::before,
span.Icon_Play_Circle_Fill::before,
td.Icon_Play_Circle_Fill a::before {
   content: 'play_circle_fill';
}

a.Icon_Play_Circle_Filled::before,
span.Icon_Play_Circle_Filled::before,
td.Icon_Play_Circle_Filled a::before {
   content: 'play_circle_filled';
}

a.Icon_Play_Circle_Outline::before,
span.Icon_Play_Circle_Outline::before,
td.Icon_Play_Circle_Outline a::before {
   content: 'play_circle_outline';
}

a.Icon_Play_Disabled::before,
span.Icon_Play_Disabled::before,
td.Icon_Play_Disabled a::before {
   content: 'play_disabled';
}

a.Icon_Play_For_Work::before,
span.Icon_Play_For_Work::before,
td.Icon_Play_For_Work a::before {
   content: 'play_for_work';
}

a.Icon_Play_Lesson::before,
span.Icon_Play_Lesson::before,
td.Icon_Play_Lesson a::before {
   content: 'play_lesson';
}

a.Icon_Playlist_Add::before,
span.Icon_Playlist_Add::before,
td.Icon_Playlist_Add a::before {
   content: 'playlist_add';
}

a.Icon_Playlist_Add_Check::before,
span.Icon_Playlist_Add_Check::before,
td.Icon_Playlist_Add_Check a::before {
   content: 'playlist_add_check';
}

a.Icon_Playlist_Add_Check_Circle::before,
span.Icon_Playlist_Add_Check_Circle::before,
td.Icon_Playlist_Add_Check_Circle a::before {
   content: 'playlist_add_check_circle';
}

a.Icon_Playlist_Add_Circle::before,
span.Icon_Playlist_Add_Circle::before,
td.Icon_Playlist_Add_Circle a::before {
   content: 'playlist_add_circle';
}

a.Icon_Playlist_Play::before,
span.Icon_Playlist_Play::before,
td.Icon_Playlist_Play a::before {
   content: 'playlist_play';
}

a.Icon_Playlist_Remove::before,
span.Icon_Playlist_Remove::before,
td.Icon_Playlist_Remove a::before {
   content: 'playlist_remove';
}

a.Icon_Plumbing::before,
span.Icon_Plumbing::before,
td.Icon_Plumbing a::before {
   content: 'plumbing';
}

a.Icon_Plus_One::before,
span.Icon_Plus_One::before,
td.Icon_Plus_One a::before {
   content: 'plus_one';
}

a.Icon_Podcasts::before,
span.Icon_Podcasts::before,
td.Icon_Podcasts a::before {
   content: 'podcasts';
}

a.Icon_Point_Of_Sale::before,
span.Icon_Point_Of_Sale::before,
td.Icon_Point_Of_Sale a::before {
   content: 'point_of_sale';
}

a.Icon_Policy::before,
span.Icon_Policy::before,
td.Icon_Policy a::before {
   content: 'policy';
}

a.Icon_Poll::before,
span.Icon_Poll::before,
td.Icon_Poll a::before {
   content: 'poll';
}

a.Icon_Polyline::before,
span.Icon_Polyline::before,
td.Icon_Polyline a::before {
   content: 'polyline';
}

a.Icon_Polymer::before,
span.Icon_Polymer::before,
td.Icon_Polymer a::before {
   content: 'polymer';
}

a.Icon_Pool::before,
span.Icon_Pool::before,
td.Icon_Pool a::before {
   content: 'pool';
}

a.Icon_Portable_Wifi_Off::before,
span.Icon_Portable_Wifi_Off::before,
td.Icon_Portable_Wifi_Off a::before {
   content: 'portable_wifi_off';
}

a.Icon_Portrait::before,
span.Icon_Portrait::before,
td.Icon_Portrait a::before {
   content: 'portrait';
}

a.Icon_Post_Add::before,
span.Icon_Post_Add::before,
td.Icon_Post_Add a::before {
   content: 'post_add';
}

a.Icon_Power::before,
span.Icon_Power::before,
td.Icon_Power a::before {
   content: 'power';
}

a.Icon_Power_Input::before,
span.Icon_Power_Input::before,
td.Icon_Power_Input a::before {
   content: 'power_input';
}

a.Icon_Power_Off::before,
span.Icon_Power_Off::before,
td.Icon_Power_Off a::before {
   content: 'power_off';
}

a.Icon_Power_Settings_New::before,
span.Icon_Power_Settings_New::before,
td.Icon_Power_Settings_New a::before {
   content: 'power_settings_new';
}

a.Icon_Precision_Manufacturing::before,
span.Icon_Precision_Manufacturing::before,
td.Icon_Precision_Manufacturing a::before {
   content: 'precision_manufacturing';
}

a.Icon_Pregnant_Woman::before,
span.Icon_Pregnant_Woman::before,
td.Icon_Pregnant_Woman a::before {
   content: 'pregnant_woman';
}

a.Icon_Present_To_All::before,
span.Icon_Present_To_All::before,
td.Icon_Present_To_All a::before {
   content: 'present_to_all';
}

a.Icon_Preview::before,
span.Icon_Preview::before,
td.Icon_Preview a::before {
   content: 'preview';
}

a.Icon_Price_Change::before,
span.Icon_Price_Change::before,
td.Icon_Price_Change a::before {
   content: 'price_change';
}

a.Icon_Price_Check::before,
span.Icon_Price_Check::before,
td.Icon_Price_Check a::before {
   content: 'price_check';
}

a.Icon_Print::before,
span.Icon_Print::before,
td.Icon_Print a::before {
   content: 'print';
}

a.Icon_Print_Disabled::before,
span.Icon_Print_Disabled::before,
td.Icon_Print_Disabled a::before {
   content: 'print_disabled';
}

a.Icon_Priority_High::before,
span.Icon_Priority_High::before,
td.Icon_Priority_High a::before {
   content: 'priority_high';
}

a.Icon_Privacy_Tip::before,
span.Icon_Privacy_Tip::before,
td.Icon_Privacy_Tip a::before {
   content: 'privacy_tip';
}

a.Icon_Private_Connectivity::before,
span.Icon_Private_Connectivity::before,
td.Icon_Private_Connectivity a::before {
   content: 'private_connectivity';
}

a.Icon_Production_Quantity_Limits::before,
span.Icon_Production_Quantity_Limits::before,
td.Icon_Production_Quantity_Limits a::before {
   content: 'production_quantity_limits';
}

a.Icon_Propane::before,
span.Icon_Propane::before,
td.Icon_Propane a::before {
   content: 'propane';
}

a.Icon_Propane_Tank::before,
span.Icon_Propane_Tank::before,
td.Icon_Propane_Tank a::before {
   content: 'propane_tank';
}

a.Icon_Psychology::before,
span.Icon_Psychology::before,
td.Icon_Psychology a::before {
   content: 'psychology';
}

a.Icon_Public::before,
span.Icon_Public::before,
td.Icon_Public a::before {
   content: 'public';
}

a.Icon_Public_Off::before,
span.Icon_Public_Off::before,
td.Icon_Public_Off a::before {
   content: 'public_off';
}

a.Icon_Publish::before,
span.Icon_Publish::before,
td.Icon_Publish a::before {
   content: 'publish';
}

a.Icon_Published_With_Changes::before,
span.Icon_Published_With_Changes::before,
td.Icon_Published_With_Changes a::before {
   content: 'published_with_changes';
}

a.Icon_Punch_Clock::before,
span.Icon_Punch_Clock::before,
td.Icon_Punch_Clock a::before {
   content: 'punch_clock';
}

a.Icon_Push_Pin::before,
span.Icon_Push_Pin::before,
td.Icon_Push_Pin a::before {
   content: 'push_pin';
}

a.Icon_Qr_Code::before,
span.Icon_Qr_Code::before,
td.Icon_Qr_Code a::before {
   content: 'qr_code';
}

a.Icon_Qr_Code_2::before,
span.Icon_Qr_Code_2::before,
td.Icon_Qr_Code_2 a::before {
   content: 'qr_code_2';
}

a.Icon_Qr_Code_Scanner::before,
span.Icon_Qr_Code_Scanner::before,
td.Icon_Qr_Code_Scanner a::before {
   content: 'qr_code_scanner';
}

a.Icon_Query_Builder::before,
span.Icon_Query_Builder::before,
td.Icon_Query_Builder a::before {
   content: 'query_builder';
}

a.Icon_Query_Stats::before,
span.Icon_Query_Stats::before,
td.Icon_Query_Stats a::before {
   content: 'query_stats';
}

a.Icon_Question_Answer::before,
span.Icon_Question_Answer::before,
td.Icon_Question_Answer a::before {
   content: 'question_answer';
}

a.Icon_Question_Mark::before,
span.Icon_Question_Mark::before,
td.Icon_Question_Mark a::before {
   content: 'question_mark';
}

a.Icon_Queue::before,
span.Icon_Queue::before,
td.Icon_Queue a::before {
   content: 'queue';
}

a.Icon_Queue_Music::before,
span.Icon_Queue_Music::before,
td.Icon_Queue_Music a::before {
   content: 'queue_music';
}

a.Icon_Queue_Play_Next::before,
span.Icon_Queue_Play_Next::before,
td.Icon_Queue_Play_Next a::before {
   content: 'queue_play_next';
}

a.Icon_Quick_Contacts_Dialer::before,
span.Icon_Quick_Contacts_Dialer::before,
td.Icon_Quick_Contacts_Dialer a::before {
   content: 'quick_contacts_dialer';
}

a.Icon_Quick_Contacts_Mail::before,
span.Icon_Quick_Contacts_Mail::before,
td.Icon_Quick_Contacts_Mail a::before {
   content: 'quick_contacts_mail';
}

a.Icon_Quickreply::before,
span.Icon_Quickreply::before,
td.Icon_Quickreply a::before {
   content: 'quickreply';
}

a.Icon_Quiz::before,
span.Icon_Quiz::before,
td.Icon_Quiz a::before {
   content: 'quiz';
}

a.Icon_Quora::before,
span.Icon_Quora::before,
td.Icon_Quora a::before {
   content: 'quora';
}

a.Icon_R_Mobiledata::before,
span.Icon_R_Mobiledata::before,
td.Icon_R_Mobiledata a::before {
   content: 'r_mobiledata';
}

a.Icon_Radar::before,
span.Icon_Radar::before,
td.Icon_Radar a::before {
   content: 'radar';
}

a.Icon_Radio::before,
span.Icon_Radio::before,
td.Icon_Radio a::before {
   content: 'radio';
}

a.Icon_Radio_Button_Checked::before,
span.Icon_Radio_Button_Checked::before,
td.Icon_Radio_Button_Checked a::before {
   content: 'radio_button_checked';
}

a.Icon_Radio_Button_Off::before,
span.Icon_Radio_Button_Off::before,
td.Icon_Radio_Button_Off a::before {
   content: 'radio_button_off';
}

a.Icon_Radio_Button_On::before,
span.Icon_Radio_Button_On::before,
td.Icon_Radio_Button_On a::before {
   content: 'radio_button_on';
}

a.Icon_Radio_Button_Unchecked::before,
span.Icon_Radio_Button_Unchecked::before,
td.Icon_Radio_Button_Unchecked a::before {
   content: 'radio_button_unchecked';
}

a.Icon_Railway_Alert::before,
span.Icon_Railway_Alert::before,
td.Icon_Railway_Alert a::before {
   content: 'railway_alert';
}

a.Icon_Ramen_Dining::before,
span.Icon_Ramen_Dining::before,
td.Icon_Ramen_Dining a::before {
   content: 'ramen_dining';
}

a.Icon_Ramp_Left::before,
span.Icon_Ramp_Left::before,
td.Icon_Ramp_Left a::before {
   content: 'ramp_left';
}

a.Icon_Ramp_Right::before,
span.Icon_Ramp_Right::before,
td.Icon_Ramp_Right a::before {
   content: 'ramp_right';
}

a.Icon_Rate_Review::before,
span.Icon_Rate_Review::before,
td.Icon_Rate_Review a::before {
   content: 'rate_review';
}

a.Icon_Raw_Off::before,
span.Icon_Raw_Off::before,
td.Icon_Raw_Off a::before {
   content: 'raw_off';
}

a.Icon_Raw_On::before,
span.Icon_Raw_On::before,
td.Icon_Raw_On a::before {
   content: 'raw_on';
}

a.Icon_Read_More::before,
span.Icon_Read_More::before,
td.Icon_Read_More a::before {
   content: 'read_more';
}

a.Icon_Real_Estate_Agent::before,
span.Icon_Real_Estate_Agent::before,
td.Icon_Real_Estate_Agent a::before {
   content: 'real_estate_agent';
}

a.Icon_Receipt::before,
span.Icon_Receipt::before,
td.Icon_Receipt a::before {
   content: 'receipt';
}

a.Icon_Receipt_Long::before,
span.Icon_Receipt_Long::before,
td.Icon_Receipt_Long a::before {
   content: 'receipt_long';
}

a.Icon_Recent_Actors::before,
span.Icon_Recent_Actors::before,
td.Icon_Recent_Actors a::before {
   content: 'recent_actors';
}

a.Icon_Recommend::before,
span.Icon_Recommend::before,
td.Icon_Recommend a::before {
   content: 'recommend';
}

a.Icon_Record_Voice_Over::before,
span.Icon_Record_Voice_Over::before,
td.Icon_Record_Voice_Over a::before {
   content: 'record_voice_over';
}

a.Icon_Rectangle::before,
span.Icon_Rectangle::before,
td.Icon_Rectangle a::before {
   content: 'rectangle';
}

a.Icon_Recycling::before,
span.Icon_Recycling::before,
td.Icon_Recycling a::before {
   content: 'recycling';
}

a.Icon_Reddit::before,
span.Icon_Reddit::before,
td.Icon_Reddit a::before {
   content: 'reddit';
}

a.Icon_Redeem::before,
span.Icon_Redeem::before,
td.Icon_Redeem a::before {
   content: 'redeem';
}

a.Icon_Redo::before,
span.Icon_Redo::before,
td.Icon_Redo a::before {
   content: 'redo';
}

a.Icon_Reduce_Capacity::before,
span.Icon_Reduce_Capacity::before,
td.Icon_Reduce_Capacity a::before {
   content: 'reduce_capacity';
}

a.Icon_Refresh::before,
span.Icon_Refresh::before,
td.Icon_Refresh a::before {
   content: 'refresh';
}

a.Icon_Remember_Me::before,
span.Icon_Remember_Me::before,
td.Icon_Remember_Me a::before {
   content: 'remember_me';
}

a.Icon_Remove::before,
span.Icon_Remove::before,
td.Icon_Remove a::before {
   content: 'remove';
}

a.Icon_Remove_Circle::before,
span.Icon_Remove_Circle::before,
td.Icon_Remove_Circle a::before {
   content: 'remove_circle';
}

a.Icon_Remove_Circle_Outline::before,
span.Icon_Remove_Circle_Outline::before,
td.Icon_Remove_Circle_Outline a::before {
   content: 'remove_circle_outline';
}

a.Icon_Remove_Done::before,
span.Icon_Remove_Done::before,
td.Icon_Remove_Done a::before {
   content: 'remove_done';
}

a.Icon_Remove_From_Queue::before,
span.Icon_Remove_From_Queue::before,
td.Icon_Remove_From_Queue a::before {
   content: 'remove_from_queue';
}

a.Icon_Remove_Moderator::before,
span.Icon_Remove_Moderator::before,
td.Icon_Remove_Moderator a::before {
   content: 'remove_moderator';
}

a.Icon_Remove_Red_Eye::before,
span.Icon_Remove_Red_Eye::before,
td.Icon_Remove_Red_Eye a::before {
   content: 'remove_red_eye';
}

a.Icon_Remove_Road::before,
span.Icon_Remove_Road::before,
td.Icon_Remove_Road a::before {
   content: 'remove_road';
}

a.Icon_Remove_Shopping_Cart::before,
span.Icon_Remove_Shopping_Cart::before,
td.Icon_Remove_Shopping_Cart a::before {
   content: 'remove_shopping_cart';
}

a.Icon_Reorder::before,
span.Icon_Reorder::before,
td.Icon_Reorder a::before {
   content: 'reorder';
}

a.Icon_Repeat::before,
span.Icon_Repeat::before,
td.Icon_Repeat a::before {
   content: 'repeat';
}

a.Icon_Repeat_On::before,
span.Icon_Repeat_On::before,
td.Icon_Repeat_On a::before {
   content: 'repeat_on';
}

a.Icon_Repeat_One::before,
span.Icon_Repeat_One::before,
td.Icon_Repeat_One a::before {
   content: 'repeat_one';
}

a.Icon_Repeat_One_On::before,
span.Icon_Repeat_One_On::before,
td.Icon_Repeat_One_On a::before {
   content: 'repeat_one_on';
}

a.Icon_Replay::before,
span.Icon_Replay::before,
td.Icon_Replay a::before {
   content: 'replay';
}

a.Icon_Replay_10::before,
span.Icon_Replay_10::before,
td.Icon_Replay_10 a::before {
   content: 'replay_10';
}

a.Icon_Replay_30::before,
span.Icon_Replay_30::before,
td.Icon_Replay_30 a::before {
   content: 'replay_30';
}

a.Icon_Replay_5::before,
span.Icon_Replay_5::before,
td.Icon_Replay_5 a::before {
   content: 'replay_5';
}

a.Icon_Replay_Circle_Filled::before,
span.Icon_Replay_Circle_Filled::before,
td.Icon_Replay_Circle_Filled a::before {
   content: 'replay_circle_filled';
}

a.Icon_Reply::before,
span.Icon_Reply::before,
td.Icon_Reply a::before {
   content: 'reply';
}

a.Icon_Reply_All::before,
span.Icon_Reply_All::before,
td.Icon_Reply_All a::before {
   content: 'reply_all';
}

a.Icon_Report::before,
span.Icon_Report::before,
td.Icon_Report a::before {
   content: 'report';
}

a.Icon_Report_Gmailerrorred::before,
span.Icon_Report_Gmailerrorred::before,
td.Icon_Report_Gmailerrorred a::before {
   content: 'report_gmailerrorred';
}

a.Icon_Report_Off::before,
span.Icon_Report_Off::before,
td.Icon_Report_Off a::before {
   content: 'report_off';
}

a.Icon_Report_Problem::before,
span.Icon_Report_Problem::before,
td.Icon_Report_Problem a::before {
   content: 'report_problem';
}

a.Icon_Request_Page::before,
span.Icon_Request_Page::before,
td.Icon_Request_Page a::before {
   content: 'request_page';
}

a.Icon_Request_Quote::before,
span.Icon_Request_Quote::before,
td.Icon_Request_Quote a::before {
   content: 'request_quote';
}

a.Icon_Reset_Tv::before,
span.Icon_Reset_Tv::before,
td.Icon_Reset_Tv a::before {
   content: 'reset_tv';
}

a.Icon_Restart_Alt::before,
span.Icon_Restart_Alt::before,
td.Icon_Restart_Alt a::before {
   content: 'restart_alt';
}

a.Icon_Restaurant::before,
span.Icon_Restaurant::before,
td.Icon_Restaurant a::before {
   content: 'restaurant';
}

a.Icon_Restaurant_Menu::before,
span.Icon_Restaurant_Menu::before,
td.Icon_Restaurant_Menu a::before {
   content: 'restaurant_menu';
}

a.Icon_Restore::before,
span.Icon_Restore::before,
td.Icon_Restore a::before {
   content: 'restore';
}

a.Icon_Restore_From_Trash::before,
span.Icon_Restore_From_Trash::before,
td.Icon_Restore_From_Trash a::before {
   content: 'restore_from_trash';
}

a.Icon_Restore_Page::before,
span.Icon_Restore_Page::before,
td.Icon_Restore_Page a::before {
   content: 'restore_page';
}

a.Icon_Reviews::before,
span.Icon_Reviews::before,
td.Icon_Reviews a::before {
   content: 'reviews';
}

a.Icon_Rice_Bowl::before,
span.Icon_Rice_Bowl::before,
td.Icon_Rice_Bowl a::before {
   content: 'rice_bowl';
}

a.Icon_Ring_Volume::before,
span.Icon_Ring_Volume::before,
td.Icon_Ring_Volume a::before {
   content: 'ring_volume';
}

a.Icon_Rocket::before,
span.Icon_Rocket::before,
td.Icon_Rocket a::before {
   content: 'rocket';
}

a.Icon_Rocket_Launch::before,
span.Icon_Rocket_Launch::before,
td.Icon_Rocket_Launch a::before {
   content: 'rocket_launch';
}

a.Icon_Roller_Shades::before,
span.Icon_Roller_Shades::before,
td.Icon_Roller_Shades a::before {
   content: 'roller_shades';
}

a.Icon_Roller_Shades_Closed::before,
span.Icon_Roller_Shades_Closed::before,
td.Icon_Roller_Shades_Closed a::before {
   content: 'roller_shades_closed';
}

a.Icon_Roller_Skating::before,
span.Icon_Roller_Skating::before,
td.Icon_Roller_Skating a::before {
   content: 'roller_skating';
}

a.Icon_Roofing::before,
span.Icon_Roofing::before,
td.Icon_Roofing a::before {
   content: 'roofing';
}

a.Icon_Room::before,
span.Icon_Room::before,
td.Icon_Room a::before {
   content: 'room';
}

a.Icon_Room_Preferences::before,
span.Icon_Room_Preferences::before,
td.Icon_Room_Preferences a::before {
   content: 'room_preferences';
}

a.Icon_Room_Service::before,
span.Icon_Room_Service::before,
td.Icon_Room_Service a::before {
   content: 'room_service';
}

a.Icon_Rotate_90_Degrees_Ccw::before,
span.Icon_Rotate_90_Degrees_Ccw::before,
td.Icon_Rotate_90_Degrees_Ccw a::before {
   content: 'rotate_90_degrees_ccw';
}

a.Icon_Rotate_90_Degrees_Cw::before,
span.Icon_Rotate_90_Degrees_Cw::before,
td.Icon_Rotate_90_Degrees_Cw a::before {
   content: 'rotate_90_degrees_cw';
}

a.Icon_Rotate_Left::before,
span.Icon_Rotate_Left::before,
td.Icon_Rotate_Left a::before {
   content: 'rotate_left';
}

a.Icon_Rotate_Right::before,
span.Icon_Rotate_Right::before,
td.Icon_Rotate_Right a::before {
   content: 'rotate_right';
}

a.Icon_Roundabout_Left::before,
span.Icon_Roundabout_Left::before,
td.Icon_Roundabout_Left a::before {
   content: 'roundabout_left';
}

a.Icon_Roundabout_Right::before,
span.Icon_Roundabout_Right::before,
td.Icon_Roundabout_Right a::before {
   content: 'roundabout_right';
}

a.Icon_Rounded_Corner::before,
span.Icon_Rounded_Corner::before,
td.Icon_Rounded_Corner a::before {
   content: 'rounded_corner';
}

a.Icon_Route::before,
span.Icon_Route::before,
td.Icon_Route a::before {
   content: 'route';
}

a.Icon_Router::before,
span.Icon_Router::before,
td.Icon_Router a::before {
   content: 'router';
}

a.Icon_Rowing::before,
span.Icon_Rowing::before,
td.Icon_Rowing a::before {
   content: 'rowing';
}

a.Icon_Rss_Feed::before,
span.Icon_Rss_Feed::before,
td.Icon_Rss_Feed a::before {
   content: 'rss_feed';
}

a.Icon_Rsvp::before,
span.Icon_Rsvp::before,
td.Icon_Rsvp a::before {
   content: 'rsvp';
}

a.Icon_Rtt::before,
span.Icon_Rtt::before,
td.Icon_Rtt a::before {
   content: 'rtt';
}

a.Icon_Rule::before,
span.Icon_Rule::before,
td.Icon_Rule a::before {
   content: 'rule';
}

a.Icon_Rule_Folder::before,
span.Icon_Rule_Folder::before,
td.Icon_Rule_Folder a::before {
   content: 'rule_folder';
}

a.Icon_Run_Circle::before,
span.Icon_Run_Circle::before,
td.Icon_Run_Circle a::before {
   content: 'run_circle';
}

a.Icon_Running_With_Errors::before,
span.Icon_Running_With_Errors::before,
td.Icon_Running_With_Errors a::before {
   content: 'running_with_errors';
}

a.Icon_Rv_Hookup::before,
span.Icon_Rv_Hookup::before,
td.Icon_Rv_Hookup a::before {
   content: 'rv_hookup';
}

a.Icon_Safety_Check::before,
span.Icon_Safety_Check::before,
td.Icon_Safety_Check a::before {
   content: 'safety_check';
}

a.Icon_Safety_Divider::before,
span.Icon_Safety_Divider::before,
td.Icon_Safety_Divider a::before {
   content: 'safety_divider';
}

a.Icon_Sailing::before,
span.Icon_Sailing::before,
td.Icon_Sailing a::before {
   content: 'sailing';
}

a.Icon_Sanitizer::before,
span.Icon_Sanitizer::before,
td.Icon_Sanitizer a::before {
   content: 'sanitizer';
}

a.Icon_Satellite::before,
span.Icon_Satellite::before,
td.Icon_Satellite a::before {
   content: 'satellite';
}

a.Icon_Satellite_Alt::before,
span.Icon_Satellite_Alt::before,
td.Icon_Satellite_Alt a::before {
   content: 'satellite_alt';
}

a.Icon_Save::before,
span.Icon_Save::before,
td.Icon_Save a::before {
   content: 'save';
}

a.Icon_Save_Alt::before,
span.Icon_Save_Alt::before,
td.Icon_Save_Alt a::before {
   content: 'save_alt';
}

a.Icon_Save_As::before,
span.Icon_Save_As::before,
td.Icon_Save_As a::before {
   content: 'save_as';
}

a.Icon_Saved_Search::before,
span.Icon_Saved_Search::before,
td.Icon_Saved_Search a::before {
   content: 'saved_search';
}

a.Icon_Savings::before,
span.Icon_Savings::before,
td.Icon_Savings a::before {
   content: 'savings';
}

a.Icon_Scale::before,
span.Icon_Scale::before,
td.Icon_Scale a::before {
   content: 'scale';
}

a.Icon_Scanner::before,
span.Icon_Scanner::before,
td.Icon_Scanner a::before {
   content: 'scanner';
}

a.Icon_Scatter_Plot::before,
span.Icon_Scatter_Plot::before,
td.Icon_Scatter_Plot a::before {
   content: 'scatter_plot';
}

a.Icon_Schedule::before,
span.Icon_Schedule::before,
td.Icon_Schedule a::before {
   content: 'schedule';
}

a.Icon_Schedule_Send::before,
span.Icon_Schedule_Send::before,
td.Icon_Schedule_Send a::before {
   content: 'schedule_send';
}

a.Icon_Schema::before,
span.Icon_Schema::before,
td.Icon_Schema a::before {
   content: 'schema';
}

a.Icon_School::before,
span.Icon_School::before,
td.Icon_School a::before {
   content: 'school';
}

a.Icon_Science::before,
span.Icon_Science::before,
td.Icon_Science a::before {
   content: 'science';
}

a.Icon_Score::before,
span.Icon_Score::before,
td.Icon_Score a::before {
   content: 'score';
}

a.Icon_Scoreboard::before,
span.Icon_Scoreboard::before,
td.Icon_Scoreboard a::before {
   content: 'scoreboard';
}

a.Icon_Screen_Lock_Landscape::before,
span.Icon_Screen_Lock_Landscape::before,
td.Icon_Screen_Lock_Landscape a::before {
   content: 'screen_lock_landscape';
}

a.Icon_Screen_Lock_Portrait::before,
span.Icon_Screen_Lock_Portrait::before,
td.Icon_Screen_Lock_Portrait a::before {
   content: 'screen_lock_portrait';
}

a.Icon_Screen_Lock_Rotation::before,
span.Icon_Screen_Lock_Rotation::before,
td.Icon_Screen_Lock_Rotation a::before {
   content: 'screen_lock_rotation';
}

a.Icon_Screen_Rotation::before,
span.Icon_Screen_Rotation::before,
td.Icon_Screen_Rotation a::before {
   content: 'screen_rotation';
}

a.Icon_Screen_Rotation_Alt::before,
span.Icon_Screen_Rotation_Alt::before,
td.Icon_Screen_Rotation_Alt a::before {
   content: 'screen_rotation_alt';
}

a.Icon_Screen_Search_Desktop::before,
span.Icon_Screen_Search_Desktop::before,
td.Icon_Screen_Search_Desktop a::before {
   content: 'screen_search_desktop';
}

a.Icon_Screen_Share::before,
span.Icon_Screen_Share::before,
td.Icon_Screen_Share a::before {
   content: 'screen_share';
}

a.Icon_Screenshot::before,
span.Icon_Screenshot::before,
td.Icon_Screenshot a::before {
   content: 'screenshot';
}

a.Icon_Screenshot_Monitor::before,
span.Icon_Screenshot_Monitor::before,
td.Icon_Screenshot_Monitor a::before {
   content: 'screenshot_monitor';
}

a.Icon_Scuba_Diving::before,
span.Icon_Scuba_Diving::before,
td.Icon_Scuba_Diving a::before {
   content: 'scuba_diving';
}

a.Icon_Sd::before,
span.Icon_Sd::before,
td.Icon_Sd a::before {
   content: 'sd';
}

a.Icon_Sd_Card::before,
span.Icon_Sd_Card::before,
td.Icon_Sd_Card a::before {
   content: 'sd_card';
}

a.Icon_Sd_Card_Alert::before,
span.Icon_Sd_Card_Alert::before,
td.Icon_Sd_Card_Alert a::before {
   content: 'sd_card_alert';
}

a.Icon_Sd_Storage::before,
span.Icon_Sd_Storage::before,
td.Icon_Sd_Storage a::before {
   content: 'sd_storage';
}

a.Icon_Search::before,
span.Icon_Search::before,
td.Icon_Search a::before {
   content: 'search';
}

a.Icon_Search_Off::before,
span.Icon_Search_Off::before,
td.Icon_Search_Off a::before {
   content: 'search_off';
}

a.Icon_Security::before,
span.Icon_Security::before,
td.Icon_Security a::before {
   content: 'security';
}

a.Icon_Security_Update::before,
span.Icon_Security_Update::before,
td.Icon_Security_Update a::before {
   content: 'security_update';
}

a.Icon_Security_Update_Good::before,
span.Icon_Security_Update_Good::before,
td.Icon_Security_Update_Good a::before {
   content: 'security_update_good';
}

a.Icon_Security_Update_Warning::before,
span.Icon_Security_Update_Warning::before,
td.Icon_Security_Update_Warning a::before {
   content: 'security_update_warning';
}

a.Icon_Segment::before,
span.Icon_Segment::before,
td.Icon_Segment a::before {
   content: 'segment';
}

a.Icon_Select_All::before,
span.Icon_Select_All::before,
td.Icon_Select_All a::before {
   content: 'select_all';
}

a.Icon_Self_Improvement::before,
span.Icon_Self_Improvement::before,
td.Icon_Self_Improvement a::before {
   content: 'self_improvement';
}

a.Icon_Sell::before,
span.Icon_Sell::before,
td.Icon_Sell a::before {
   content: 'sell';
}

a.Icon_Send::before,
span.Icon_Send::before,
td.Icon_Send a::before {
   content: 'send';
}

a.Icon_Send_And_Archive::before,
span.Icon_Send_And_Archive::before,
td.Icon_Send_And_Archive a::before {
   content: 'send_and_archive';
}

a.Icon_Send_Time_Extension::before,
span.Icon_Send_Time_Extension::before,
td.Icon_Send_Time_Extension a::before {
   content: 'send_time_extension';
}

a.Icon_Send_To_Mobile::before,
span.Icon_Send_To_Mobile::before,
td.Icon_Send_To_Mobile a::before {
   content: 'send_to_mobile';
}

a.Icon_Sensor_Door::before,
span.Icon_Sensor_Door::before,
td.Icon_Sensor_Door a::before {
   content: 'sensor_door';
}

a.Icon_Sensor_Occupied::before,
span.Icon_Sensor_Occupied::before,
td.Icon_Sensor_Occupied a::before {
   content: 'sensor_occupied';
}

a.Icon_Sensor_Window::before,
span.Icon_Sensor_Window::before,
td.Icon_Sensor_Window a::before {
   content: 'sensor_window';
}

a.Icon_Sensors::before,
span.Icon_Sensors::before,
td.Icon_Sensors a::before {
   content: 'sensors';
}

a.Icon_Sensors_Off::before,
span.Icon_Sensors_Off::before,
td.Icon_Sensors_Off a::before {
   content: 'sensors_off';
}

a.Icon_Sentiment_Dissatisfied::before,
span.Icon_Sentiment_Dissatisfied::before,
td.Icon_Sentiment_Dissatisfied a::before {
   content: 'sentiment_dissatisfied';
}

a.Icon_Sentiment_Neutral::before,
span.Icon_Sentiment_Neutral::before,
td.Icon_Sentiment_Neutral a::before {
   content: 'sentiment_neutral';
}

a.Icon_Sentiment_Satisfied::before,
span.Icon_Sentiment_Satisfied::before,
td.Icon_Sentiment_Satisfied a::before {
   content: 'sentiment_satisfied';
}

a.Icon_Sentiment_Satisfied_Alt::before,
span.Icon_Sentiment_Satisfied_Alt::before,
td.Icon_Sentiment_Satisfied_Alt a::before {
   content: 'sentiment_satisfied_alt';
}

a.Icon_Sentiment_Very_Dissatisfied::before,
span.Icon_Sentiment_Very_Dissatisfied::before,
td.Icon_Sentiment_Very_Dissatisfied a::before {
   content: 'sentiment_very_dissatisfied';
}

a.Icon_Sentiment_Very_Satisfied::before,
span.Icon_Sentiment_Very_Satisfied::before,
td.Icon_Sentiment_Very_Satisfied a::before {
   content: 'sentiment_very_satisfied';
}

a.Icon_Set_Meal::before,
span.Icon_Set_Meal::before,
td.Icon_Set_Meal a::before {
   content: 'set_meal';
}

a.Icon_Settings::before,
span.Icon_Settings::before,
td.Icon_Settings a::before {
   content: 'settings';
}

a.Icon_Settings_Accessibility::before,
span.Icon_Settings_Accessibility::before,
td.Icon_Settings_Accessibility a::before {
   content: 'settings_accessibility';
}

a.Icon_Settings_Applications::before,
span.Icon_Settings_Applications::before,
td.Icon_Settings_Applications a::before {
   content: 'settings_applications';
}

a.Icon_Settings_Backup_Restore::before,
span.Icon_Settings_Backup_Restore::before,
td.Icon_Settings_Backup_Restore a::before {
   content: 'settings_backup_restore';
}

a.Icon_Settings_Bluetooth::before,
span.Icon_Settings_Bluetooth::before,
td.Icon_Settings_Bluetooth a::before {
   content: 'settings_bluetooth';
}

a.Icon_Settings_Brightness::before,
span.Icon_Settings_Brightness::before,
td.Icon_Settings_Brightness a::before {
   content: 'settings_brightness';
}

a.Icon_Settings_Cell::before,
span.Icon_Settings_Cell::before,
td.Icon_Settings_Cell a::before {
   content: 'settings_cell';
}

a.Icon_Settings_Display::before,
span.Icon_Settings_Display::before,
td.Icon_Settings_Display a::before {
   content: 'settings_display';
}

a.Icon_Settings_Ethernet::before,
span.Icon_Settings_Ethernet::before,
td.Icon_Settings_Ethernet a::before {
   content: 'settings_ethernet';
}

a.Icon_Settings_Input_Antenna::before,
span.Icon_Settings_Input_Antenna::before,
td.Icon_Settings_Input_Antenna a::before {
   content: 'settings_input_antenna';
}

a.Icon_Settings_Input_Component::before,
span.Icon_Settings_Input_Component::before,
td.Icon_Settings_Input_Component a::before {
   content: 'settings_input_component';
}

a.Icon_Settings_Input_Composite::before,
span.Icon_Settings_Input_Composite::before,
td.Icon_Settings_Input_Composite a::before {
   content: 'settings_input_composite';
}

a.Icon_Settings_Input_Hdmi::before,
span.Icon_Settings_Input_Hdmi::before,
td.Icon_Settings_Input_Hdmi a::before {
   content: 'settings_input_hdmi';
}

a.Icon_Settings_Input_Svideo::before,
span.Icon_Settings_Input_Svideo::before,
td.Icon_Settings_Input_Svideo a::before {
   content: 'settings_input_svideo';
}

a.Icon_Settings_Overscan::before,
span.Icon_Settings_Overscan::before,
td.Icon_Settings_Overscan a::before {
   content: 'settings_overscan';
}

a.Icon_Settings_Phone::before,
span.Icon_Settings_Phone::before,
td.Icon_Settings_Phone a::before {
   content: 'settings_phone';
}

a.Icon_Settings_Power::before,
span.Icon_Settings_Power::before,
td.Icon_Settings_Power a::before {
   content: 'settings_power';
}

a.Icon_Settings_Remote::before,
span.Icon_Settings_Remote::before,
td.Icon_Settings_Remote a::before {
   content: 'settings_remote';
}

a.Icon_Settings_Suggest::before,
span.Icon_Settings_Suggest::before,
td.Icon_Settings_Suggest a::before {
   content: 'settings_suggest';
}

a.Icon_Settings_System_Daydream::before,
span.Icon_Settings_System_Daydream::before,
td.Icon_Settings_System_Daydream a::before {
   content: 'settings_system_daydream';
}

a.Icon_Settings_Voice::before,
span.Icon_Settings_Voice::before,
td.Icon_Settings_Voice a::before {
   content: 'settings_voice';
}

a.Icon_Severe_Cold::before,
span.Icon_Severe_Cold::before,
td.Icon_Severe_Cold a::before {
   content: 'severe_cold';
}

a.Icon_Share::before,
span.Icon_Share::before,
td.Icon_Share a::before {
   content: 'share';
}

a.Icon_Share_Arrival_Time::before,
span.Icon_Share_Arrival_Time::before,
td.Icon_Share_Arrival_Time a::before {
   content: 'share_arrival_time';
}

a.Icon_Share_Location::before,
span.Icon_Share_Location::before,
td.Icon_Share_Location a::before {
   content: 'share_location';
}

a.Icon_Shield::before,
span.Icon_Shield::before,
td.Icon_Shield a::before {
   content: 'shield';
}

a.Icon_Shield_Moon::before,
span.Icon_Shield_Moon::before,
td.Icon_Shield_Moon a::before {
   content: 'shield_moon';
}

a.Icon_Shop::before,
span.Icon_Shop::before,
td.Icon_Shop a::before {
   content: 'shop';
}

a.Icon_Shop_2::before,
span.Icon_Shop_2::before,
td.Icon_Shop_2 a::before {
   content: 'shop_2';
}

a.Icon_Shop_Two::before,
span.Icon_Shop_Two::before,
td.Icon_Shop_Two a::before {
   content: 'shop_two';
}

a.Icon_Shopify::before,
span.Icon_Shopify::before,
td.Icon_Shopify a::before {
   content: 'shopify';
}

a.Icon_Shopping_Bag::before,
span.Icon_Shopping_Bag::before,
td.Icon_Shopping_Bag a::before {
   content: 'shopping_bag';
}

a.Icon_Shopping_Basket::before,
span.Icon_Shopping_Basket::before,
td.Icon_Shopping_Basket a::before {
   content: 'shopping_basket';
}

a.Icon_Shopping_Cart::before,
span.Icon_Shopping_Cart::before,
td.Icon_Shopping_Cart a::before {
   content: 'shopping_cart';
}

a.Icon_Shopping_Cart_Checkout::before,
span.Icon_Shopping_Cart_Checkout::before,
td.Icon_Shopping_Cart_Checkout a::before {
   content: 'shopping_cart_checkout';
}

a.Icon_Short_Text::before,
span.Icon_Short_Text::before,
td.Icon_Short_Text a::before {
   content: 'short_text';
}

a.Icon_Shortcut::before,
span.Icon_Shortcut::before,
td.Icon_Shortcut a::before {
   content: 'shortcut';
}

a.Icon_Show_Chart::before,
span.Icon_Show_Chart::before,
td.Icon_Show_Chart a::before {
   content: 'show_chart';
}

a.Icon_Shower::before,
span.Icon_Shower::before,
td.Icon_Shower a::before {
   content: 'shower';
}

a.Icon_Shuffle::before,
span.Icon_Shuffle::before,
td.Icon_Shuffle a::before {
   content: 'shuffle';
}

a.Icon_Shuffle_On::before,
span.Icon_Shuffle_On::before,
td.Icon_Shuffle_On a::before {
   content: 'shuffle_on';
}

a.Icon_Shutter_Speed::before,
span.Icon_Shutter_Speed::before,
td.Icon_Shutter_Speed a::before {
   content: 'shutter_speed';
}

a.Icon_Sick::before,
span.Icon_Sick::before,
td.Icon_Sick a::before {
   content: 'sick';
}

a.Icon_Sign_Language::before,
span.Icon_Sign_Language::before,
td.Icon_Sign_Language a::before {
   content: 'sign_language';
}

a.Icon_Signal_Cellular_0_Bar::before,
span.Icon_Signal_Cellular_0_Bar::before,
td.Icon_Signal_Cellular_0_Bar a::before {
   content: 'signal_cellular_0_bar';
}

a.Icon_Signal_Cellular_4_Bar::before,
span.Icon_Signal_Cellular_4_Bar::before,
td.Icon_Signal_Cellular_4_Bar a::before {
   content: 'signal_cellular_4_bar';
}

a.Icon_Signal_Cellular_Alt::before,
span.Icon_Signal_Cellular_Alt::before,
td.Icon_Signal_Cellular_Alt a::before {
   content: 'signal_cellular_alt';
}

a.Icon_Signal_Cellular_Alt_1_Bar::before,
span.Icon_Signal_Cellular_Alt_1_Bar::before,
td.Icon_Signal_Cellular_Alt_1_Bar a::before {
   content: 'signal_cellular_alt_1_bar';
}

a.Icon_Signal_Cellular_Alt_2_Bar::before,
span.Icon_Signal_Cellular_Alt_2_Bar::before,
td.Icon_Signal_Cellular_Alt_2_Bar a::before {
   content: 'signal_cellular_alt_2_bar';
}

a.Icon_Signal_Cellular_Connected_No_Internet_0_Bar::before,
span.Icon_Signal_Cellular_Connected_No_Internet_0_Bar::before,
td.Icon_Signal_Cellular_Connected_No_Internet_0_Bar a::before {
   content: 'signal_cellular_connected_no_internet_0_bar';
}

a.Icon_Signal_Cellular_Connected_No_Internet_4_Bar::before,
span.Icon_Signal_Cellular_Connected_No_Internet_4_Bar::before,
td.Icon_Signal_Cellular_Connected_No_Internet_4_Bar a::before {
   content: 'signal_cellular_connected_no_internet_4_bar';
}

a.Icon_Signal_Cellular_No_Sim::before,
span.Icon_Signal_Cellular_No_Sim::before,
td.Icon_Signal_Cellular_No_Sim a::before {
   content: 'signal_cellular_no_sim';
}

a.Icon_Signal_Cellular_Nodata::before,
span.Icon_Signal_Cellular_Nodata::before,
td.Icon_Signal_Cellular_Nodata a::before {
   content: 'signal_cellular_nodata';
}

a.Icon_Signal_Cellular_Null::before,
span.Icon_Signal_Cellular_Null::before,
td.Icon_Signal_Cellular_Null a::before {
   content: 'signal_cellular_null';
}

a.Icon_Signal_Cellular_Off::before,
span.Icon_Signal_Cellular_Off::before,
td.Icon_Signal_Cellular_Off a::before {
   content: 'signal_cellular_off';
}

a.Icon_Signal_Wifi_0_Bar::before,
span.Icon_Signal_Wifi_0_Bar::before,
td.Icon_Signal_Wifi_0_Bar a::before {
   content: 'signal_wifi_0_bar';
}

a.Icon_Signal_Wifi_4_Bar::before,
span.Icon_Signal_Wifi_4_Bar::before,
td.Icon_Signal_Wifi_4_Bar a::before {
   content: 'signal_wifi_4_bar';
}

a.Icon_Signal_Wifi_4_Bar_Lock::before,
span.Icon_Signal_Wifi_4_Bar_Lock::before,
td.Icon_Signal_Wifi_4_Bar_Lock a::before {
   content: 'signal_wifi_4_bar_lock';
}

a.Icon_Signal_Wifi_Bad::before,
span.Icon_Signal_Wifi_Bad::before,
td.Icon_Signal_Wifi_Bad a::before {
   content: 'signal_wifi_bad';
}

a.Icon_Signal_Wifi_Connected_No_Internet_4::before,
span.Icon_Signal_Wifi_Connected_No_Internet_4::before,
td.Icon_Signal_Wifi_Connected_No_Internet_4 a::before {
   content: 'signal_wifi_connected_no_internet_4';
}

a.Icon_Signal_Wifi_Off::before,
span.Icon_Signal_Wifi_Off::before,
td.Icon_Signal_Wifi_Off a::before {
   content: 'signal_wifi_off';
}

a.Icon_Signal_Wifi_Statusbar_4_Bar::before,
span.Icon_Signal_Wifi_Statusbar_4_Bar::before,
td.Icon_Signal_Wifi_Statusbar_4_Bar a::before {
   content: 'signal_wifi_statusbar_4_bar';
}

a.Icon_Signal_Wifi_Statusbar_Connected_No_Internet_4::before,
span.Icon_Signal_Wifi_Statusbar_Connected_No_Internet_4::before,
td.Icon_Signal_Wifi_Statusbar_Connected_No_Internet_4 a::before {
   content: 'signal_wifi_statusbar_connected_no_internet_4';
}

a.Icon_Signal_Wifi_Statusbar_Null::before,
span.Icon_Signal_Wifi_Statusbar_Null::before,
td.Icon_Signal_Wifi_Statusbar_Null a::before {
   content: 'signal_wifi_statusbar_null';
}

a.Icon_Signpost::before,
span.Icon_Signpost::before,
td.Icon_Signpost a::before {
   content: 'signpost';
}

a.Icon_Sim_Card::before,
span.Icon_Sim_Card::before,
td.Icon_Sim_Card a::before {
   content: 'sim_card';
}

a.Icon_Sim_Card_Alert::before,
span.Icon_Sim_Card_Alert::before,
td.Icon_Sim_Card_Alert a::before {
   content: 'sim_card_alert';
}

a.Icon_Sim_Card_Download::before,
span.Icon_Sim_Card_Download::before,
td.Icon_Sim_Card_Download a::before {
   content: 'sim_card_download';
}

a.Icon_Single_Bed::before,
span.Icon_Single_Bed::before,
td.Icon_Single_Bed a::before {
   content: 'single_bed';
}

a.Icon_Sip::before,
span.Icon_Sip::before,
td.Icon_Sip a::before {
   content: 'sip';
}

a.Icon_Skateboarding::before,
span.Icon_Skateboarding::before,
td.Icon_Skateboarding a::before {
   content: 'skateboarding';
}

a.Icon_Skip_Next::before,
span.Icon_Skip_Next::before,
td.Icon_Skip_Next a::before {
   content: 'skip_next';
}

a.Icon_Skip_Previous::before,
span.Icon_Skip_Previous::before,
td.Icon_Skip_Previous a::before {
   content: 'skip_previous';
}

a.Icon_Sledding::before,
span.Icon_Sledding::before,
td.Icon_Sledding a::before {
   content: 'sledding';
}

a.Icon_Slideshow::before,
span.Icon_Slideshow::before,
td.Icon_Slideshow a::before {
   content: 'slideshow';
}

a.Icon_Slow_Motion_Video::before,
span.Icon_Slow_Motion_Video::before,
td.Icon_Slow_Motion_Video a::before {
   content: 'slow_motion_video';
}

a.Icon_Smart_Button::before,
span.Icon_Smart_Button::before,
td.Icon_Smart_Button a::before {
   content: 'smart_button';
}

a.Icon_Smart_Display::before,
span.Icon_Smart_Display::before,
td.Icon_Smart_Display a::before {
   content: 'smart_display';
}

a.Icon_Smart_Screen::before,
span.Icon_Smart_Screen::before,
td.Icon_Smart_Screen a::before {
   content: 'smart_screen';
}

a.Icon_Smart_Toy::before,
span.Icon_Smart_Toy::before,
td.Icon_Smart_Toy a::before {
   content: 'smart_toy';
}

a.Icon_Smartphone::before,
span.Icon_Smartphone::before,
td.Icon_Smartphone a::before {
   content: 'smartphone';
}

a.Icon_Smoke_Free::before,
span.Icon_Smoke_Free::before,
td.Icon_Smoke_Free a::before {
   content: 'smoke_free';
}

a.Icon_Smoking_Rooms::before,
span.Icon_Smoking_Rooms::before,
td.Icon_Smoking_Rooms a::before {
   content: 'smoking_rooms';
}

a.Icon_Sms::before,
span.Icon_Sms::before,
td.Icon_Sms a::before {
   content: 'sms';
}

a.Icon_Sms_Failed::before,
span.Icon_Sms_Failed::before,
td.Icon_Sms_Failed a::before {
   content: 'sms_failed';
}

a.Icon_Snapchat::before,
span.Icon_Snapchat::before,
td.Icon_Snapchat a::before {
   content: 'snapchat';
}

a.Icon_Snippet_Folder::before,
span.Icon_Snippet_Folder::before,
td.Icon_Snippet_Folder a::before {
   content: 'snippet_folder';
}

a.Icon_Snooze::before,
span.Icon_Snooze::before,
td.Icon_Snooze a::before {
   content: 'snooze';
}

a.Icon_Snowboarding::before,
span.Icon_Snowboarding::before,
td.Icon_Snowboarding a::before {
   content: 'snowboarding';
}

a.Icon_Snowing::before,
span.Icon_Snowing::before,
td.Icon_Snowing a::before {
   content: 'snowing';
}

a.Icon_Snowmobile::before,
span.Icon_Snowmobile::before,
td.Icon_Snowmobile a::before {
   content: 'snowmobile';
}

a.Icon_Snowshoeing::before,
span.Icon_Snowshoeing::before,
td.Icon_Snowshoeing a::before {
   content: 'snowshoeing';
}

a.Icon_Soap::before,
span.Icon_Soap::before,
td.Icon_Soap a::before {
   content: 'soap';
}

a.Icon_Social_Distance::before,
span.Icon_Social_Distance::before,
td.Icon_Social_Distance a::before {
   content: 'social_distance';
}

a.Icon_Solar_Power::before,
span.Icon_Solar_Power::before,
td.Icon_Solar_Power a::before {
   content: 'solar_power';
}

a.Icon_Sort::before,
span.Icon_Sort::before,
td.Icon_Sort a::before {
   content: 'sort';
}

a.Icon_Sort_By_Alpha::before,
span.Icon_Sort_By_Alpha::before,
td.Icon_Sort_By_Alpha a::before {
   content: 'sort_by_alpha';
}

a.Icon_Sos::before,
span.Icon_Sos::before,
td.Icon_Sos a::before {
   content: 'sos';
}

a.Icon_Soup_Kitchen::before,
span.Icon_Soup_Kitchen::before,
td.Icon_Soup_Kitchen a::before {
   content: 'soup_kitchen';
}

a.Icon_Source::before,
span.Icon_Source::before,
td.Icon_Source a::before {
   content: 'source';
}

a.Icon_South::before,
span.Icon_South::before,
td.Icon_South a::before {
   content: 'south';
}

a.Icon_South_America::before,
span.Icon_South_America::before,
td.Icon_South_America a::before {
   content: 'south_america';
}

a.Icon_South_East::before,
span.Icon_South_East::before,
td.Icon_South_East a::before {
   content: 'south_east';
}

a.Icon_South_West::before,
span.Icon_South_West::before,
td.Icon_South_West a::before {
   content: 'south_west';
}

a.Icon_Spa::before,
span.Icon_Spa::before,
td.Icon_Spa a::before {
   content: 'spa';
}

a.Icon_Space_Bar::before,
span.Icon_Space_Bar::before,
td.Icon_Space_Bar a::before {
   content: 'space_bar';
}

a.Icon_Space_Dashboard::before,
span.Icon_Space_Dashboard::before,
td.Icon_Space_Dashboard a::before {
   content: 'space_dashboard';
}

a.Icon_Spatial_Audio::before,
span.Icon_Spatial_Audio::before,
td.Icon_Spatial_Audio a::before {
   content: 'spatial_audio';
}

a.Icon_Spatial_Audio_Off::before,
span.Icon_Spatial_Audio_Off::before,
td.Icon_Spatial_Audio_Off a::before {
   content: 'spatial_audio_off';
}

a.Icon_Spatial_Tracking::before,
span.Icon_Spatial_Tracking::before,
td.Icon_Spatial_Tracking a::before {
   content: 'spatial_tracking';
}

a.Icon_Speaker::before,
span.Icon_Speaker::before,
td.Icon_Speaker a::before {
   content: 'speaker';
}

a.Icon_Speaker_Group::before,
span.Icon_Speaker_Group::before,
td.Icon_Speaker_Group a::before {
   content: 'speaker_group';
}

a.Icon_Speaker_Notes::before,
span.Icon_Speaker_Notes::before,
td.Icon_Speaker_Notes a::before {
   content: 'speaker_notes';
}

a.Icon_Speaker_Notes_Off::before,
span.Icon_Speaker_Notes_Off::before,
td.Icon_Speaker_Notes_Off a::before {
   content: 'speaker_notes_off';
}

a.Icon_Speaker_Phone::before,
span.Icon_Speaker_Phone::before,
td.Icon_Speaker_Phone a::before {
   content: 'speaker_phone';
}

a.Icon_Speed::before,
span.Icon_Speed::before,
td.Icon_Speed a::before {
   content: 'speed';
}

a.Icon_Spellcheck::before,
span.Icon_Spellcheck::before,
td.Icon_Spellcheck a::before {
   content: 'spellcheck';
}

a.Icon_Splitscreen::before,
span.Icon_Splitscreen::before,
td.Icon_Splitscreen a::before {
   content: 'splitscreen';
}

a.Icon_Spoke::before,
span.Icon_Spoke::before,
td.Icon_Spoke a::before {
   content: 'spoke';
}

a.Icon_Sports::before,
span.Icon_Sports::before,
td.Icon_Sports a::before {
   content: 'sports';
}

a.Icon_Sports_Bar::before,
span.Icon_Sports_Bar::before,
td.Icon_Sports_Bar a::before {
   content: 'sports_bar';
}

a.Icon_Sports_Baseball::before,
span.Icon_Sports_Baseball::before,
td.Icon_Sports_Baseball a::before {
   content: 'sports_baseball';
}

a.Icon_Sports_Basketball::before,
span.Icon_Sports_Basketball::before,
td.Icon_Sports_Basketball a::before {
   content: 'sports_basketball';
}

a.Icon_Sports_Cricket::before,
span.Icon_Sports_Cricket::before,
td.Icon_Sports_Cricket a::before {
   content: 'sports_cricket';
}

a.Icon_Sports_Esports::before,
span.Icon_Sports_Esports::before,
td.Icon_Sports_Esports a::before {
   content: 'sports_esports';
}

a.Icon_Sports_Football::before,
span.Icon_Sports_Football::before,
td.Icon_Sports_Football a::before {
   content: 'sports_football';
}

a.Icon_Sports_Golf::before,
span.Icon_Sports_Golf::before,
td.Icon_Sports_Golf a::before {
   content: 'sports_golf';
}

a.Icon_Sports_Gymnastics::before,
span.Icon_Sports_Gymnastics::before,
td.Icon_Sports_Gymnastics a::before {
   content: 'sports_gymnastics';
}

a.Icon_Sports_Handball::before,
span.Icon_Sports_Handball::before,
td.Icon_Sports_Handball a::before {
   content: 'sports_handball';
}

a.Icon_Sports_Hockey::before,
span.Icon_Sports_Hockey::before,
td.Icon_Sports_Hockey a::before {
   content: 'sports_hockey';
}

a.Icon_Sports_Kabaddi::before,
span.Icon_Sports_Kabaddi::before,
td.Icon_Sports_Kabaddi a::before {
   content: 'sports_kabaddi';
}

a.Icon_Sports_Martial_Arts::before,
span.Icon_Sports_Martial_Arts::before,
td.Icon_Sports_Martial_Arts a::before {
   content: 'sports_martial_arts';
}

a.Icon_Sports_Mma::before,
span.Icon_Sports_Mma::before,
td.Icon_Sports_Mma a::before {
   content: 'sports_mma';
}

a.Icon_Sports_Motorsports::before,
span.Icon_Sports_Motorsports::before,
td.Icon_Sports_Motorsports a::before {
   content: 'sports_motorsports';
}

a.Icon_Sports_Rugby::before,
span.Icon_Sports_Rugby::before,
td.Icon_Sports_Rugby a::before {
   content: 'sports_rugby';
}

a.Icon_Sports_Score::before,
span.Icon_Sports_Score::before,
td.Icon_Sports_Score a::before {
   content: 'sports_score';
}

a.Icon_Sports_Soccer::before,
span.Icon_Sports_Soccer::before,
td.Icon_Sports_Soccer a::before {
   content: 'sports_soccer';
}

a.Icon_Sports_Tennis::before,
span.Icon_Sports_Tennis::before,
td.Icon_Sports_Tennis a::before {
   content: 'sports_tennis';
}

a.Icon_Sports_Volleyball::before,
span.Icon_Sports_Volleyball::before,
td.Icon_Sports_Volleyball a::before {
   content: 'sports_volleyball';
}

a.Icon_Square::before,
span.Icon_Square::before,
td.Icon_Square a::before {
   content: 'square';
}

a.Icon_Square_Foot::before,
span.Icon_Square_Foot::before,
td.Icon_Square_Foot a::before {
   content: 'square_foot';
}

a.Icon_Ssid_Chart::before,
span.Icon_Ssid_Chart::before,
td.Icon_Ssid_Chart a::before {
   content: 'ssid_chart';
}

a.Icon_Stacked_Bar_Chart::before,
span.Icon_Stacked_Bar_Chart::before,
td.Icon_Stacked_Bar_Chart a::before {
   content: 'stacked_bar_chart';
}

a.Icon_Stacked_Line_Chart::before,
span.Icon_Stacked_Line_Chart::before,
td.Icon_Stacked_Line_Chart a::before {
   content: 'stacked_line_chart';
}

a.Icon_Stadium::before,
span.Icon_Stadium::before,
td.Icon_Stadium a::before {
   content: 'stadium';
}

a.Icon_Stairs::before,
span.Icon_Stairs::before,
td.Icon_Stairs a::before {
   content: 'stairs';
}

a.Icon_Star::before,
span.Icon_Star::before,
td.Icon_Star a::before {
   content: 'star';
}

a.Icon_Star_Border::before,
span.Icon_Star_Border::before,
td.Icon_Star_Border a::before {
   content: 'star_border';
}

a.Icon_Star_Border_Purple500::before,
span.Icon_Star_Border_Purple500::before,
td.Icon_Star_Border_Purple500 a::before {
   content: 'star_border_purple500';
}

a.Icon_Star_Half::before,
span.Icon_Star_Half::before,
td.Icon_Star_Half a::before {
   content: 'star_half';
}

a.Icon_Star_Outline::before,
span.Icon_Star_Outline::before,
td.Icon_Star_Outline a::before {
   content: 'star_outline';
}

a.Icon_Star_Purple500::before,
span.Icon_Star_Purple500::before,
td.Icon_Star_Purple500 a::before {
   content: 'star_purple500';
}

a.Icon_Star_Rate::before,
span.Icon_Star_Rate::before,
td.Icon_Star_Rate a::before {
   content: 'star_rate';
}

a.Icon_Stars::before,
span.Icon_Stars::before,
td.Icon_Stars a::before {
   content: 'stars';
}

a.Icon_Start::before,
span.Icon_Start::before,
td.Icon_Start a::before {
   content: 'start';
}

a.Icon_Stay_Current_Landscape::before,
span.Icon_Stay_Current_Landscape::before,
td.Icon_Stay_Current_Landscape a::before {
   content: 'stay_current_landscape';
}

a.Icon_Stay_Current_Portrait::before,
span.Icon_Stay_Current_Portrait::before,
td.Icon_Stay_Current_Portrait a::before {
   content: 'stay_current_portrait';
}

a.Icon_Stay_Primary_Landscape::before,
span.Icon_Stay_Primary_Landscape::before,
td.Icon_Stay_Primary_Landscape a::before {
   content: 'stay_primary_landscape';
}

a.Icon_Stay_Primary_Portrait::before,
span.Icon_Stay_Primary_Portrait::before,
td.Icon_Stay_Primary_Portrait a::before {
   content: 'stay_primary_portrait';
}

a.Icon_Sticky_Note_2::before,
span.Icon_Sticky_Note_2::before,
td.Icon_Sticky_Note_2 a::before {
   content: 'sticky_note_2';
}

a.Icon_Stop::before,
span.Icon_Stop::before,
td.Icon_Stop a::before {
   content: 'stop';
}

a.Icon_Stop_Circle::before,
span.Icon_Stop_Circle::before,
td.Icon_Stop_Circle a::before {
   content: 'stop_circle';
}

a.Icon_Stop_Screen_Share::before,
span.Icon_Stop_Screen_Share::before,
td.Icon_Stop_Screen_Share a::before {
   content: 'stop_screen_share';
}

a.Icon_Storage::before,
span.Icon_Storage::before,
td.Icon_Storage a::before {
   content: 'storage';
}

a.Icon_Store::before,
span.Icon_Store::before,
td.Icon_Store a::before {
   content: 'store';
}

a.Icon_Store_Mall_Directory::before,
span.Icon_Store_Mall_Directory::before,
td.Icon_Store_Mall_Directory a::before {
   content: 'store_mall_directory';
}

a.Icon_Storefront::before,
span.Icon_Storefront::before,
td.Icon_Storefront a::before {
   content: 'storefront';
}

a.Icon_Storm::before,
span.Icon_Storm::before,
td.Icon_Storm a::before {
   content: 'storm';
}

a.Icon_Straight::before,
span.Icon_Straight::before,
td.Icon_Straight a::before {
   content: 'straight';
}

a.Icon_Straighten::before,
span.Icon_Straighten::before,
td.Icon_Straighten a::before {
   content: 'straighten';
}

a.Icon_Stream::before,
span.Icon_Stream::before,
td.Icon_Stream a::before {
   content: 'stream';
}

a.Icon_Streetview::before,
span.Icon_Streetview::before,
td.Icon_Streetview a::before {
   content: 'streetview';
}

a.Icon_Strikethrough_S::before,
span.Icon_Strikethrough_S::before,
td.Icon_Strikethrough_S a::before {
   content: 'strikethrough_s';
}

a.Icon_Stroller::before,
span.Icon_Stroller::before,
td.Icon_Stroller a::before {
   content: 'stroller';
}

a.Icon_Style::before,
span.Icon_Style::before,
td.Icon_Style a::before {
   content: 'style';
}

a.Icon_Subdirectory_Arrow_Left::before,
span.Icon_Subdirectory_Arrow_Left::before,
td.Icon_Subdirectory_Arrow_Left a::before {
   content: 'subdirectory_arrow_left';
}

a.Icon_Subdirectory_Arrow_Right::before,
span.Icon_Subdirectory_Arrow_Right::before,
td.Icon_Subdirectory_Arrow_Right a::before {
   content: 'subdirectory_arrow_right';
}

a.Icon_Subject::before,
span.Icon_Subject::before,
td.Icon_Subject a::before {
   content: 'subject';
}

a.Icon_Subscript::before,
span.Icon_Subscript::before,
td.Icon_Subscript a::before {
   content: 'subscript';
}

a.Icon_Subscriptions::before,
span.Icon_Subscriptions::before,
td.Icon_Subscriptions a::before {
   content: 'subscriptions';
}

a.Icon_Subtitles::before,
span.Icon_Subtitles::before,
td.Icon_Subtitles a::before {
   content: 'subtitles';
}

a.Icon_Subtitles_Off::before,
span.Icon_Subtitles_Off::before,
td.Icon_Subtitles_Off a::before {
   content: 'subtitles_off';
}

a.Icon_Subway::before,
span.Icon_Subway::before,
td.Icon_Subway a::before {
   content: 'subway';
}

a.Icon_Summarize::before,
span.Icon_Summarize::before,
td.Icon_Summarize a::before {
   content: 'summarize';
}

a.Icon_Sunny::before,
span.Icon_Sunny::before,
td.Icon_Sunny a::before {
   content: 'sunny';
}

a.Icon_Sunny_Snowing::before,
span.Icon_Sunny_Snowing::before,
td.Icon_Sunny_Snowing a::before {
   content: 'sunny_snowing';
}

a.Icon_Superscript::before,
span.Icon_Superscript::before,
td.Icon_Superscript a::before {
   content: 'superscript';
}

a.Icon_Supervised_User_Circle::before,
span.Icon_Supervised_User_Circle::before,
td.Icon_Supervised_User_Circle a::before {
   content: 'supervised_user_circle';
}

a.Icon_Supervisor_Account::before,
span.Icon_Supervisor_Account::before,
td.Icon_Supervisor_Account a::before {
   content: 'supervisor_account';
}

a.Icon_Support::before,
span.Icon_Support::before,
td.Icon_Support a::before {
   content: 'support';
}

a.Icon_Support_Agent::before,
span.Icon_Support_Agent::before,
td.Icon_Support_Agent a::before {
   content: 'support_agent';
}

a.Icon_Surfing::before,
span.Icon_Surfing::before,
td.Icon_Surfing a::before {
   content: 'surfing';
}

a.Icon_Surround_Sound::before,
span.Icon_Surround_Sound::before,
td.Icon_Surround_Sound a::before {
   content: 'surround_sound';
}

a.Icon_Swap_Calls::before,
span.Icon_Swap_Calls::before,
td.Icon_Swap_Calls a::before {
   content: 'swap_calls';
}

a.Icon_Swap_Horiz::before,
span.Icon_Swap_Horiz::before,
td.Icon_Swap_Horiz a::before {
   content: 'swap_horiz';
}

a.Icon_Swap_Horizontal_Circle::before,
span.Icon_Swap_Horizontal_Circle::before,
td.Icon_Swap_Horizontal_Circle a::before {
   content: 'swap_horizontal_circle';
}

a.Icon_Swap_Vert::before,
span.Icon_Swap_Vert::before,
td.Icon_Swap_Vert a::before {
   content: 'swap_vert';
}

a.Icon_Swap_Vert_Circle::before,
span.Icon_Swap_Vert_Circle::before,
td.Icon_Swap_Vert_Circle a::before {
   content: 'swap_vert_circle';
}

a.Icon_Swap_Vertical_Circle::before,
span.Icon_Swap_Vertical_Circle::before,
td.Icon_Swap_Vertical_Circle a::before {
   content: 'swap_vertical_circle';
}

a.Icon_Swipe::before,
span.Icon_Swipe::before,
td.Icon_Swipe a::before {
   content: 'swipe';
}

a.Icon_Swipe_Down::before,
span.Icon_Swipe_Down::before,
td.Icon_Swipe_Down a::before {
   content: 'swipe_down';
}

a.Icon_Swipe_Down_Alt::before,
span.Icon_Swipe_Down_Alt::before,
td.Icon_Swipe_Down_Alt a::before {
   content: 'swipe_down_alt';
}

a.Icon_Swipe_Left::before,
span.Icon_Swipe_Left::before,
td.Icon_Swipe_Left a::before {
   content: 'swipe_left';
}

a.Icon_Swipe_Left_Alt::before,
span.Icon_Swipe_Left_Alt::before,
td.Icon_Swipe_Left_Alt a::before {
   content: 'swipe_left_alt';
}

a.Icon_Swipe_Right::before,
span.Icon_Swipe_Right::before,
td.Icon_Swipe_Right a::before {
   content: 'swipe_right';
}

a.Icon_Swipe_Right_Alt::before,
span.Icon_Swipe_Right_Alt::before,
td.Icon_Swipe_Right_Alt a::before {
   content: 'swipe_right_alt';
}

a.Icon_Swipe_Up::before,
span.Icon_Swipe_Up::before,
td.Icon_Swipe_Up a::before {
   content: 'swipe_up';
}

a.Icon_Swipe_Up_Alt::before,
span.Icon_Swipe_Up_Alt::before,
td.Icon_Swipe_Up_Alt a::before {
   content: 'swipe_up_alt';
}

a.Icon_Swipe_Vertical::before,
span.Icon_Swipe_Vertical::before,
td.Icon_Swipe_Vertical a::before {
   content: 'swipe_vertical';
}

a.Icon_Switch_Access_Shortcut::before,
span.Icon_Switch_Access_Shortcut::before,
td.Icon_Switch_Access_Shortcut a::before {
   content: 'switch_access_shortcut';
}

a.Icon_Switch_Access_Shortcut_Add::before,
span.Icon_Switch_Access_Shortcut_Add::before,
td.Icon_Switch_Access_Shortcut_Add a::before {
   content: 'switch_access_shortcut_add';
}

a.Icon_Switch_Account::before,
span.Icon_Switch_Account::before,
td.Icon_Switch_Account a::before {
   content: 'switch_account';
}

a.Icon_Switch_Camera::before,
span.Icon_Switch_Camera::before,
td.Icon_Switch_Camera a::before {
   content: 'switch_camera';
}

a.Icon_Switch_Left::before,
span.Icon_Switch_Left::before,
td.Icon_Switch_Left a::before {
   content: 'switch_left';
}

a.Icon_Switch_Right::before,
span.Icon_Switch_Right::before,
td.Icon_Switch_Right a::before {
   content: 'switch_right';
}

a.Icon_Switch_Video::before,
span.Icon_Switch_Video::before,
td.Icon_Switch_Video a::before {
   content: 'switch_video';
}

a.Icon_Synagogue::before,
span.Icon_Synagogue::before,
td.Icon_Synagogue a::before {
   content: 'synagogue';
}

a.Icon_Sync::before,
span.Icon_Sync::before,
td.Icon_Sync a::before {
   content: 'sync';
}

a.Icon_Sync_Alt::before,
span.Icon_Sync_Alt::before,
td.Icon_Sync_Alt a::before {
   content: 'sync_alt';
}

a.Icon_Sync_Disabled::before,
span.Icon_Sync_Disabled::before,
td.Icon_Sync_Disabled a::before {
   content: 'sync_disabled';
}

a.Icon_Sync_Lock::before,
span.Icon_Sync_Lock::before,
td.Icon_Sync_Lock a::before {
   content: 'sync_lock';
}

a.Icon_Sync_Problem::before,
span.Icon_Sync_Problem::before,
td.Icon_Sync_Problem a::before {
   content: 'sync_problem';
}

a.Icon_System_Security_Update::before,
span.Icon_System_Security_Update::before,
td.Icon_System_Security_Update a::before {
   content: 'system_security_update';
}

a.Icon_System_Security_Update_Good::before,
span.Icon_System_Security_Update_Good::before,
td.Icon_System_Security_Update_Good a::before {
   content: 'system_security_update_good';
}

a.Icon_System_Security_Update_Warning::before,
span.Icon_System_Security_Update_Warning::before,
td.Icon_System_Security_Update_Warning a::before {
   content: 'system_security_update_warning';
}

a.Icon_System_Update::before,
span.Icon_System_Update::before,
td.Icon_System_Update a::before {
   content: 'system_update';
}

a.Icon_System_Update_Alt::before,
span.Icon_System_Update_Alt::before,
td.Icon_System_Update_Alt a::before {
   content: 'system_update_alt';
}

a.Icon_System_Update_Tv::before,
span.Icon_System_Update_Tv::before,
td.Icon_System_Update_Tv a::before {
   content: 'system_update_tv';
}

a.Icon_Tab::before,
span.Icon_Tab::before,
td.Icon_Tab a::before {
   content: 'tab';
}

a.Icon_Tab_Unselected::before,
span.Icon_Tab_Unselected::before,
td.Icon_Tab_Unselected a::before {
   content: 'tab_unselected';
}

a.Icon_Table_Bar::before,
span.Icon_Table_Bar::before,
td.Icon_Table_Bar a::before {
   content: 'table_bar';
}

a.Icon_Table_Chart::before,
span.Icon_Table_Chart::before,
td.Icon_Table_Chart a::before {
   content: 'table_chart';
}

a.Icon_Table_Restaurant::before,
span.Icon_Table_Restaurant::before,
td.Icon_Table_Restaurant a::before {
   content: 'table_restaurant';
}

a.Icon_Table_Rows::before,
span.Icon_Table_Rows::before,
td.Icon_Table_Rows a::before {
   content: 'table_rows';
}

a.Icon_Table_View::before,
span.Icon_Table_View::before,
td.Icon_Table_View a::before {
   content: 'table_view';
}

a.Icon_Tablet::before,
span.Icon_Tablet::before,
td.Icon_Tablet a::before {
   content: 'tablet';
}

a.Icon_Tablet_Android::before,
span.Icon_Tablet_Android::before,
td.Icon_Tablet_Android a::before {
   content: 'tablet_android';
}

a.Icon_Tablet_Mac::before,
span.Icon_Tablet_Mac::before,
td.Icon_Tablet_Mac a::before {
   content: 'tablet_mac';
}

a.Icon_Tag::before,
span.Icon_Tag::before,
td.Icon_Tag a::before {
   content: 'tag';
}

a.Icon_Tag_Faces::before,
span.Icon_Tag_Faces::before,
td.Icon_Tag_Faces a::before {
   content: 'tag_faces';
}

a.Icon_Takeout_Dining::before,
span.Icon_Takeout_Dining::before,
td.Icon_Takeout_Dining a::before {
   content: 'takeout_dining';
}

a.Icon_Tap_And_Play::before,
span.Icon_Tap_And_Play::before,
td.Icon_Tap_And_Play a::before {
   content: 'tap_and_play';
}

a.Icon_Tapas::before,
span.Icon_Tapas::before,
td.Icon_Tapas a::before {
   content: 'tapas';
}

a.Icon_Task::before,
span.Icon_Task::before,
td.Icon_Task a::before {
   content: 'task';
}

a.Icon_Task_Alt::before,
span.Icon_Task_Alt::before,
td.Icon_Task_Alt a::before {
   content: 'task_alt';
}

a.Icon_Taxi_Alert::before,
span.Icon_Taxi_Alert::before,
td.Icon_Taxi_Alert a::before {
   content: 'taxi_alert';
}

a.Icon_Telegram::before,
span.Icon_Telegram::before,
td.Icon_Telegram a::before {
   content: 'telegram';
}

a.Icon_Temple_Buddhist::before,
span.Icon_Temple_Buddhist::before,
td.Icon_Temple_Buddhist a::before {
   content: 'temple_buddhist';
}

a.Icon_Temple_Hindu::before,
span.Icon_Temple_Hindu::before,
td.Icon_Temple_Hindu a::before {
   content: 'temple_hindu';
}

a.Icon_Terminal::before,
span.Icon_Terminal::before,
td.Icon_Terminal a::before {
   content: 'terminal';
}

a.Icon_Terrain::before,
span.Icon_Terrain::before,
td.Icon_Terrain a::before {
   content: 'terrain';
}

a.Icon_Text_Decrease::before,
span.Icon_Text_Decrease::before,
td.Icon_Text_Decrease a::before {
   content: 'text_decrease';
}

a.Icon_Text_Fields::before,
span.Icon_Text_Fields::before,
td.Icon_Text_Fields a::before {
   content: 'text_fields';
}

a.Icon_Text_Format::before,
span.Icon_Text_Format::before,
td.Icon_Text_Format a::before {
   content: 'text_format';
}

a.Icon_Text_Increase::before,
span.Icon_Text_Increase::before,
td.Icon_Text_Increase a::before {
   content: 'text_increase';
}

a.Icon_Text_Rotate_Up::before,
span.Icon_Text_Rotate_Up::before,
td.Icon_Text_Rotate_Up a::before {
   content: 'text_rotate_up';
}

a.Icon_Text_Rotate_Vertical::before,
span.Icon_Text_Rotate_Vertical::before,
td.Icon_Text_Rotate_Vertical a::before {
   content: 'text_rotate_vertical';
}

a.Icon_Text_Rotation_Angledown::before,
span.Icon_Text_Rotation_Angledown::before,
td.Icon_Text_Rotation_Angledown a::before {
   content: 'text_rotation_angledown';
}

a.Icon_Text_Rotation_Angleup::before,
span.Icon_Text_Rotation_Angleup::before,
td.Icon_Text_Rotation_Angleup a::before {
   content: 'text_rotation_angleup';
}

a.Icon_Text_Rotation_Down::before,
span.Icon_Text_Rotation_Down::before,
td.Icon_Text_Rotation_Down a::before {
   content: 'text_rotation_down';
}

a.Icon_Text_Rotation_None::before,
span.Icon_Text_Rotation_None::before,
td.Icon_Text_Rotation_None a::before {
   content: 'text_rotation_none';
}

a.Icon_Text_Snippet::before,
span.Icon_Text_Snippet::before,
td.Icon_Text_Snippet a::before {
   content: 'text_snippet';
}

a.Icon_Textsms::before,
span.Icon_Textsms::before,
td.Icon_Textsms a::before {
   content: 'textsms';
}

a.Icon_Texture::before,
span.Icon_Texture::before,
td.Icon_Texture a::before {
   content: 'texture';
}

a.Icon_Theater_Comedy::before,
span.Icon_Theater_Comedy::before,
td.Icon_Theater_Comedy a::before {
   content: 'theater_comedy';
}

a.Icon_Theaters::before,
span.Icon_Theaters::before,
td.Icon_Theaters a::before {
   content: 'theaters';
}

a.Icon_Thermostat::before,
span.Icon_Thermostat::before,
td.Icon_Thermostat a::before {
   content: 'thermostat';
}

a.Icon_Thermostat_Auto::before,
span.Icon_Thermostat_Auto::before,
td.Icon_Thermostat_Auto a::before {
   content: 'thermostat_auto';
}

a.Icon_Thumb_Down::before,
span.Icon_Thumb_Down::before,
td.Icon_Thumb_Down a::before {
   content: 'thumb_down';
}

a.Icon_Thumb_Down_Alt::before,
span.Icon_Thumb_Down_Alt::before,
td.Icon_Thumb_Down_Alt a::before {
   content: 'thumb_down_alt';
}

a.Icon_Thumb_Down_Off_Alt::before,
span.Icon_Thumb_Down_Off_Alt::before,
td.Icon_Thumb_Down_Off_Alt a::before {
   content: 'thumb_down_off_alt';
}

a.Icon_Thumb_Up::before,
span.Icon_Thumb_Up::before,
td.Icon_Thumb_Up a::before {
   content: 'thumb_up';
}

a.Icon_Thumb_Up_Alt::before,
span.Icon_Thumb_Up_Alt::before,
td.Icon_Thumb_Up_Alt a::before {
   content: 'thumb_up_alt';
}

a.Icon_Thumb_Up_Off_Alt::before,
span.Icon_Thumb_Up_Off_Alt::before,
td.Icon_Thumb_Up_Off_Alt a::before {
   content: 'thumb_up_off_alt';
}

a.Icon_Thumbs_Up_Down::before,
span.Icon_Thumbs_Up_Down::before,
td.Icon_Thumbs_Up_Down a::before {
   content: 'thumbs_up_down';
}

a.Icon_Thunderstorm::before,
span.Icon_Thunderstorm::before,
td.Icon_Thunderstorm a::before {
   content: 'thunderstorm';
}

a.Icon_Tiktok::before,
span.Icon_Tiktok::before,
td.Icon_Tiktok a::before {
   content: 'tiktok';
}

a.Icon_Time_To_Leave::before,
span.Icon_Time_To_Leave::before,
td.Icon_Time_To_Leave a::before {
   content: 'time_to_leave';
}

a.Icon_Timelapse::before,
span.Icon_Timelapse::before,
td.Icon_Timelapse a::before {
   content: 'timelapse';
}

a.Icon_Timeline::before,
span.Icon_Timeline::before,
td.Icon_Timeline a::before {
   content: 'timeline';
}

a.Icon_Timer::before,
span.Icon_Timer::before,
td.Icon_Timer a::before {
   content: 'timer';
}

a.Icon_Timer_10::before,
span.Icon_Timer_10::before,
td.Icon_Timer_10 a::before {
   content: 'timer_10';
}

a.Icon_Timer_10_Select::before,
span.Icon_Timer_10_Select::before,
td.Icon_Timer_10_Select a::before {
   content: 'timer_10_select';
}

a.Icon_Timer_3::before,
span.Icon_Timer_3::before,
td.Icon_Timer_3 a::before {
   content: 'timer_3';
}

a.Icon_Timer_3_Select::before,
span.Icon_Timer_3_Select::before,
td.Icon_Timer_3_Select a::before {
   content: 'timer_3_select';
}

a.Icon_Timer_Off::before,
span.Icon_Timer_Off::before,
td.Icon_Timer_Off a::before {
   content: 'timer_off';
}

a.Icon_Tips_And_Updates::before,
span.Icon_Tips_And_Updates::before,
td.Icon_Tips_And_Updates a::before {
   content: 'tips_and_updates';
}

a.Icon_Tire_Repair::before,
span.Icon_Tire_Repair::before,
td.Icon_Tire_Repair a::before {
   content: 'tire_repair';
}

a.Icon_Title::before,
span.Icon_Title::before,
td.Icon_Title a::before {
   content: 'title';
}

a.Icon_Toc::before,
span.Icon_Toc::before,
td.Icon_Toc a::before {
   content: 'toc';
}

a.Icon_Today::before,
span.Icon_Today::before,
td.Icon_Today a::before {
   content: 'today';
}

a.Icon_Toggle_Off::before,
span.Icon_Toggle_Off::before,
td.Icon_Toggle_Off a::before {
   content: 'toggle_off';
}

a.Icon_Toggle_On::before,
span.Icon_Toggle_On::before,
td.Icon_Toggle_On a::before {
   content: 'toggle_on';
}

a.Icon_Token::before,
span.Icon_Token::before,
td.Icon_Token a::before {
   content: 'token';
}

a.Icon_Toll::before,
span.Icon_Toll::before,
td.Icon_Toll a::before {
   content: 'toll';
}

a.Icon_Tonality::before,
span.Icon_Tonality::before,
td.Icon_Tonality a::before {
   content: 'tonality';
}

a.Icon_Topic::before,
span.Icon_Topic::before,
td.Icon_Topic a::before {
   content: 'topic';
}

a.Icon_Tornado::before,
span.Icon_Tornado::before,
td.Icon_Tornado a::before {
   content: 'tornado';
}

a.Icon_Touch_App::before,
span.Icon_Touch_App::before,
td.Icon_Touch_App a::before {
   content: 'touch_app';
}

a.Icon_Tour::before,
span.Icon_Tour::before,
td.Icon_Tour a::before {
   content: 'tour';
}

a.Icon_Toys::before,
span.Icon_Toys::before,
td.Icon_Toys a::before {
   content: 'toys';
}

a.Icon_Track_Changes::before,
span.Icon_Track_Changes::before,
td.Icon_Track_Changes a::before {
   content: 'track_changes';
}

a.Icon_Traffic::before,
span.Icon_Traffic::before,
td.Icon_Traffic a::before {
   content: 'traffic';
}

a.Icon_Train::before,
span.Icon_Train::before,
td.Icon_Train a::before {
   content: 'train';
}

a.Icon_Tram::before,
span.Icon_Tram::before,
td.Icon_Tram a::before {
   content: 'tram';
}

a.Icon_Transfer_Within_A_Station::before,
span.Icon_Transfer_Within_A_Station::before,
td.Icon_Transfer_Within_A_Station a::before {
   content: 'transfer_within_a_station';
}

a.Icon_Transform::before,
span.Icon_Transform::before,
td.Icon_Transform a::before {
   content: 'transform';
}

a.Icon_Transgender::before,
span.Icon_Transgender::before,
td.Icon_Transgender a::before {
   content: 'transgender';
}

a.Icon_Transit_Enterexit::before,
span.Icon_Transit_Enterexit::before,
td.Icon_Transit_Enterexit a::before {
   content: 'transit_enterexit';
}

a.Icon_Translate::before,
span.Icon_Translate::before,
td.Icon_Translate a::before {
   content: 'translate';
}

a.Icon_Travel_Explore::before,
span.Icon_Travel_Explore::before,
td.Icon_Travel_Explore a::before {
   content: 'travel_explore';
}

a.Icon_Trending_Down::before,
span.Icon_Trending_Down::before,
td.Icon_Trending_Down a::before {
   content: 'trending_down';
}

a.Icon_Trending_Flat::before,
span.Icon_Trending_Flat::before,
td.Icon_Trending_Flat a::before {
   content: 'trending_flat';
}

a.Icon_Trending_Neutral::before,
span.Icon_Trending_Neutral::before,
td.Icon_Trending_Neutral a::before {
   content: 'trending_neutral';
}

a.Icon_Trending_Up::before,
span.Icon_Trending_Up::before,
td.Icon_Trending_Up a::before {
   content: 'trending_up';
}

a.Icon_Trip_Origin::before,
span.Icon_Trip_Origin::before,
td.Icon_Trip_Origin a::before {
   content: 'trip_origin';
}

a.Icon_Troubleshoot::before,
span.Icon_Troubleshoot::before,
td.Icon_Troubleshoot a::before {
   content: 'troubleshoot';
}

a.Icon_Try::before,
span.Icon_Try::before,
td.Icon_Try a::before {
   content: 'try';
}

a.Icon_Tsunami::before,
span.Icon_Tsunami::before,
td.Icon_Tsunami a::before {
   content: 'tsunami';
}

a.Icon_Tty::before,
span.Icon_Tty::before,
td.Icon_Tty a::before {
   content: 'tty';
}

a.Icon_Tune::before,
span.Icon_Tune::before,
td.Icon_Tune a::before {
   content: 'tune';
}

a.Icon_Tungsten::before,
span.Icon_Tungsten::before,
td.Icon_Tungsten a::before {
   content: 'tungsten';
}

a.Icon_Turn_Left::before,
span.Icon_Turn_Left::before,
td.Icon_Turn_Left a::before {
   content: 'turn_left';
}

a.Icon_Turn_Right::before,
span.Icon_Turn_Right::before,
td.Icon_Turn_Right a::before {
   content: 'turn_right';
}

a.Icon_Turn_Sharp_Left::before,
span.Icon_Turn_Sharp_Left::before,
td.Icon_Turn_Sharp_Left a::before {
   content: 'turn_sharp_left';
}

a.Icon_Turn_Sharp_Right::before,
span.Icon_Turn_Sharp_Right::before,
td.Icon_Turn_Sharp_Right a::before {
   content: 'turn_sharp_right';
}

a.Icon_Turn_Slight_Left::before,
span.Icon_Turn_Slight_Left::before,
td.Icon_Turn_Slight_Left a::before {
   content: 'turn_slight_left';
}

a.Icon_Turn_Slight_Right::before,
span.Icon_Turn_Slight_Right::before,
td.Icon_Turn_Slight_Right a::before {
   content: 'turn_slight_right';
}

a.Icon_Turned_In::before,
span.Icon_Turned_In::before,
td.Icon_Turned_In a::before {
   content: 'turned_in';
}

a.Icon_Turned_In_Not::before,
span.Icon_Turned_In_Not::before,
td.Icon_Turned_In_Not a::before {
   content: 'turned_in_not';
}

a.Icon_Tv::before,
span.Icon_Tv::before,
td.Icon_Tv a::before {
   content: 'tv';
}

a.Icon_Tv_Off::before,
span.Icon_Tv_Off::before,
td.Icon_Tv_Off a::before {
   content: 'tv_off';
}

a.Icon_Two_Wheeler::before,
span.Icon_Two_Wheeler::before,
td.Icon_Two_Wheeler a::before {
   content: 'two_wheeler';
}

a.Icon_U_Turn_Left::before,
span.Icon_U_Turn_Left::before,
td.Icon_U_Turn_Left a::before {
   content: 'u_turn_left';
}

a.Icon_U_Turn_Right::before,
span.Icon_U_Turn_Right::before,
td.Icon_U_Turn_Right a::before {
   content: 'u_turn_right';
}

a.Icon_Umbrella::before,
span.Icon_Umbrella::before,
td.Icon_Umbrella a::before {
   content: 'umbrella';
}

a.Icon_Unarchive::before,
span.Icon_Unarchive::before,
td.Icon_Unarchive a::before {
   content: 'unarchive';
}

a.Icon_Undo::before,
span.Icon_Undo::before,
td.Icon_Undo a::before {
   content: 'undo';
}

a.Icon_Unfold_Less::before,
span.Icon_Unfold_Less::before,
td.Icon_Unfold_Less a::before {
   content: 'unfold_less';
}

a.Icon_Unfold_More::before,
span.Icon_Unfold_More::before,
td.Icon_Unfold_More a::before {
   content: 'unfold_more';
}

a.Icon_Unpublished::before,
span.Icon_Unpublished::before,
td.Icon_Unpublished a::before {
   content: 'unpublished';
}

a.Icon_Unsubscribe::before,
span.Icon_Unsubscribe::before,
td.Icon_Unsubscribe a::before {
   content: 'unsubscribe';
}

a.Icon_Upcoming::before,
span.Icon_Upcoming::before,
td.Icon_Upcoming a::before {
   content: 'upcoming';
}

a.Icon_Update::before,
span.Icon_Update::before,
td.Icon_Update a::before {
   content: 'update';
}

a.Icon_Update_Disabled::before,
span.Icon_Update_Disabled::before,
td.Icon_Update_Disabled a::before {
   content: 'update_disabled';
}

a.Icon_Upgrade::before,
span.Icon_Upgrade::before,
td.Icon_Upgrade a::before {
   content: 'upgrade';
}

a.Icon_Upload::before,
span.Icon_Upload::before,
td.Icon_Upload a::before {
   content: 'upload';
}

a.Icon_Upload_File::before,
span.Icon_Upload_File::before,
td.Icon_Upload_File a::before {
   content: 'upload_file';
}

a.Icon_Usb::before,
span.Icon_Usb::before,
td.Icon_Usb a::before {
   content: 'usb';
}

a.Icon_Usb_Off::before,
span.Icon_Usb_Off::before,
td.Icon_Usb_Off a::before {
   content: 'usb_off';
}

a.Icon_Vaccines::before,
span.Icon_Vaccines::before,
td.Icon_Vaccines a::before {
   content: 'vaccines';
}

a.Icon_Vape_Free::before,
span.Icon_Vape_Free::before,
td.Icon_Vape_Free a::before {
   content: 'vape_free';
}

a.Icon_Vaping_Rooms::before,
span.Icon_Vaping_Rooms::before,
td.Icon_Vaping_Rooms a::before {
   content: 'vaping_rooms';
}

a.Icon_Verified::before,
span.Icon_Verified::before,
td.Icon_Verified a::before {
   content: 'verified';
}

a.Icon_Verified_User::before,
span.Icon_Verified_User::before,
td.Icon_Verified_User a::before {
   content: 'verified_user';
}

a.Icon_Vertical_Align_Bottom::before,
span.Icon_Vertical_Align_Bottom::before,
td.Icon_Vertical_Align_Bottom a::before {
   content: 'vertical_align_bottom';
}

a.Icon_Vertical_Align_Center::before,
span.Icon_Vertical_Align_Center::before,
td.Icon_Vertical_Align_Center a::before {
   content: 'vertical_align_center';
}

a.Icon_Vertical_Align_Top::before,
span.Icon_Vertical_Align_Top::before,
td.Icon_Vertical_Align_Top a::before {
   content: 'vertical_align_top';
}

a.Icon_Vertical_Distribute::before,
span.Icon_Vertical_Distribute::before,
td.Icon_Vertical_Distribute a::before {
   content: 'vertical_distribute';
}

a.Icon_Vertical_Shades::before,
span.Icon_Vertical_Shades::before,
td.Icon_Vertical_Shades a::before {
   content: 'vertical_shades';
}

a.Icon_Vertical_Shades_Closed::before,
span.Icon_Vertical_Shades_Closed::before,
td.Icon_Vertical_Shades_Closed a::before {
   content: 'vertical_shades_closed';
}

a.Icon_Vertical_Split::before,
span.Icon_Vertical_Split::before,
td.Icon_Vertical_Split a::before {
   content: 'vertical_split';
}

a.Icon_Vibration::before,
span.Icon_Vibration::before,
td.Icon_Vibration a::before {
   content: 'vibration';
}

a.Icon_Video_Call::before,
span.Icon_Video_Call::before,
td.Icon_Video_Call a::before {
   content: 'video_call';
}

a.Icon_Video_Camera_Back::before,
span.Icon_Video_Camera_Back::before,
td.Icon_Video_Camera_Back a::before {
   content: 'video_camera_back';
}

a.Icon_Video_Camera_Front::before,
span.Icon_Video_Camera_Front::before,
td.Icon_Video_Camera_Front a::before {
   content: 'video_camera_front';
}

a.Icon_Video_Collection::before,
span.Icon_Video_Collection::before,
td.Icon_Video_Collection a::before {
   content: 'video_collection';
}

a.Icon_Video_File::before,
span.Icon_Video_File::before,
td.Icon_Video_File a::before {
   content: 'video_file';
}

a.Icon_Video_Label::before,
span.Icon_Video_Label::before,
td.Icon_Video_Label a::before {
   content: 'video_label';
}

a.Icon_Video_Library::before,
span.Icon_Video_Library::before,
td.Icon_Video_Library a::before {
   content: 'video_library';
}

a.Icon_Video_Settings::before,
span.Icon_Video_Settings::before,
td.Icon_Video_Settings a::before {
   content: 'video_settings';
}

a.Icon_Video_Stable::before,
span.Icon_Video_Stable::before,
td.Icon_Video_Stable a::before {
   content: 'video_stable';
}

a.Icon_Videocam::before,
span.Icon_Videocam::before,
td.Icon_Videocam a::before {
   content: 'videocam';
}

a.Icon_Videocam_Off::before,
span.Icon_Videocam_Off::before,
td.Icon_Videocam_Off a::before {
   content: 'videocam_off';
}

a.Icon_Videogame_Asset::before,
span.Icon_Videogame_Asset::before,
td.Icon_Videogame_Asset a::before {
   content: 'videogame_asset';
}

a.Icon_Videogame_Asset_Off::before,
span.Icon_Videogame_Asset_Off::before,
td.Icon_Videogame_Asset_Off a::before {
   content: 'videogame_asset_off';
}

a.Icon_View_Agenda::before,
span.Icon_View_Agenda::before,
td.Icon_View_Agenda a::before {
   content: 'view_agenda';
}

a.Icon_View_Array::before,
span.Icon_View_Array::before,
td.Icon_View_Array a::before {
   content: 'view_array';
}

a.Icon_View_Carousel::before,
span.Icon_View_Carousel::before,
td.Icon_View_Carousel a::before {
   content: 'view_carousel';
}

a.Icon_View_Column::before,
span.Icon_View_Column::before,
td.Icon_View_Column a::before {
   content: 'view_column';
}

a.Icon_View_Comfortable::before,
span.Icon_View_Comfortable::before,
td.Icon_View_Comfortable a::before {
   content: 'view_comfortable';
}

a.Icon_View_Comfy::before,
span.Icon_View_Comfy::before,
td.Icon_View_Comfy a::before {
   content: 'view_comfy';
}

a.Icon_View_Comfy_Alt::before,
span.Icon_View_Comfy_Alt::before,
td.Icon_View_Comfy_Alt a::before {
   content: 'view_comfy_alt';
}

a.Icon_View_Compact::before,
span.Icon_View_Compact::before,
td.Icon_View_Compact a::before {
   content: 'view_compact';
}

a.Icon_View_Compact_Alt::before,
span.Icon_View_Compact_Alt::before,
td.Icon_View_Compact_Alt a::before {
   content: 'view_compact_alt';
}

a.Icon_View_Cozy::before,
span.Icon_View_Cozy::before,
td.Icon_View_Cozy a::before {
   content: 'view_cozy';
}

a.Icon_View_Day::before,
span.Icon_View_Day::before,
td.Icon_View_Day a::before {
   content: 'view_day';
}

a.Icon_View_Headline::before,
span.Icon_View_Headline::before,
td.Icon_View_Headline a::before {
   content: 'view_headline';
}

a.Icon_View_In_Ar::before,
span.Icon_View_In_Ar::before,
td.Icon_View_In_Ar a::before {
   content: 'view_in_ar';
}

a.Icon_View_Kanban::before,
span.Icon_View_Kanban::before,
td.Icon_View_Kanban a::before {
   content: 'view_kanban';
}

a.Icon_View_List::before,
span.Icon_View_List::before,
td.Icon_View_List a::before {
   content: 'view_list';
}

a.Icon_View_Module::before,
span.Icon_View_Module::before,
td.Icon_View_Module a::before {
   content: 'view_module';
}

a.Icon_View_Quilt::before,
span.Icon_View_Quilt::before,
td.Icon_View_Quilt a::before {
   content: 'view_quilt';
}

a.Icon_View_Sidebar::before,
span.Icon_View_Sidebar::before,
td.Icon_View_Sidebar a::before {
   content: 'view_sidebar';
}

a.Icon_View_Stream::before,
span.Icon_View_Stream::before,
td.Icon_View_Stream a::before {
   content: 'view_stream';
}

a.Icon_View_Timeline::before,
span.Icon_View_Timeline::before,
td.Icon_View_Timeline a::before {
   content: 'view_timeline';
}

a.Icon_View_Week::before,
span.Icon_View_Week::before,
td.Icon_View_Week a::before {
   content: 'view_week';
}

a.Icon_Vignette::before,
span.Icon_Vignette::before,
td.Icon_Vignette a::before {
   content: 'vignette';
}

a.Icon_Villa::before,
span.Icon_Villa::before,
td.Icon_Villa a::before {
   content: 'villa';
}

a.Icon_Visibility::before,
span.Icon_Visibility::before,
td.Icon_Visibility a::before {
   content: 'visibility';
}

a.Icon_Visibility_Off::before,
span.Icon_Visibility_Off::before,
td.Icon_Visibility_Off a::before {
   content: 'visibility_off';
}

a.Icon_Voice_Chat::before,
span.Icon_Voice_Chat::before,
td.Icon_Voice_Chat a::before {
   content: 'voice_chat';
}

a.Icon_Voice_Over_Off::before,
span.Icon_Voice_Over_Off::before,
td.Icon_Voice_Over_Off a::before {
   content: 'voice_over_off';
}

a.Icon_Voicemail::before,
span.Icon_Voicemail::before,
td.Icon_Voicemail a::before {
   content: 'voicemail';
}

a.Icon_Volcano::before,
span.Icon_Volcano::before,
td.Icon_Volcano a::before {
   content: 'volcano';
}

a.Icon_Volume_Down::before,
span.Icon_Volume_Down::before,
td.Icon_Volume_Down a::before {
   content: 'volume_down';
}

a.Icon_Volume_Down_Alt::before,
span.Icon_Volume_Down_Alt::before,
td.Icon_Volume_Down_Alt a::before {
   content: 'volume_down_alt';
}

a.Icon_Volume_Mute::before,
span.Icon_Volume_Mute::before,
td.Icon_Volume_Mute a::before {
   content: 'volume_mute';
}

a.Icon_Volume_Off::before,
span.Icon_Volume_Off::before,
td.Icon_Volume_Off a::before {
   content: 'volume_off';
}

a.Icon_Volume_Up::before,
span.Icon_Volume_Up::before,
td.Icon_Volume_Up a::before {
   content: 'volume_up';
}

a.Icon_Volunteer_Activism::before,
span.Icon_Volunteer_Activism::before,
td.Icon_Volunteer_Activism a::before {
   content: 'volunteer_activism';
}

a.Icon_Vpn_Key::before,
span.Icon_Vpn_Key::before,
td.Icon_Vpn_Key a::before {
   content: 'vpn_key';
}

a.Icon_Vpn_Key_Off::before,
span.Icon_Vpn_Key_Off::before,
td.Icon_Vpn_Key_Off a::before {
   content: 'vpn_key_off';
}

a.Icon_Vpn_Lock::before,
span.Icon_Vpn_Lock::before,
td.Icon_Vpn_Lock a::before {
   content: 'vpn_lock';
}

a.Icon_Vrpano::before,
span.Icon_Vrpano::before,
td.Icon_Vrpano a::before {
   content: 'vrpano';
}

a.Icon_Wallet::before,
span.Icon_Wallet::before,
td.Icon_Wallet a::before {
   content: 'wallet';
}

a.Icon_Wallet_Giftcard::before,
span.Icon_Wallet_Giftcard::before,
td.Icon_Wallet_Giftcard a::before {
   content: 'wallet_giftcard';
}

a.Icon_Wallet_Membership::before,
span.Icon_Wallet_Membership::before,
td.Icon_Wallet_Membership a::before {
   content: 'wallet_membership';
}

a.Icon_Wallet_Travel::before,
span.Icon_Wallet_Travel::before,
td.Icon_Wallet_Travel a::before {
   content: 'wallet_travel';
}

a.Icon_Wallpaper::before,
span.Icon_Wallpaper::before,
td.Icon_Wallpaper a::before {
   content: 'wallpaper';
}

a.Icon_Warehouse::before,
span.Icon_Warehouse::before,
td.Icon_Warehouse a::before {
   content: 'warehouse';
}

a.Icon_Warning::before,
span.Icon_Warning::before,
td.Icon_Warning a::before {
   content: 'warning';
}

a.Icon_Warning_Amber::before,
span.Icon_Warning_Amber::before,
td.Icon_Warning_Amber a::before {
   content: 'warning_amber';
}

a.Icon_Wash::before,
span.Icon_Wash::before,
td.Icon_Wash a::before {
   content: 'wash';
}

a.Icon_Watch::before,
span.Icon_Watch::before,
td.Icon_Watch a::before {
   content: 'watch';
}

a.Icon_Watch_Later::before,
span.Icon_Watch_Later::before,
td.Icon_Watch_Later a::before {
   content: 'watch_later';
}

a.Icon_Watch_Off::before,
span.Icon_Watch_Off::before,
td.Icon_Watch_Off a::before {
   content: 'watch_off';
}

a.Icon_Water::before,
span.Icon_Water::before,
td.Icon_Water a::before {
   content: 'water';
}

a.Icon_Water_Damage::before,
span.Icon_Water_Damage::before,
td.Icon_Water_Damage a::before {
   content: 'water_damage';
}

a.Icon_Water_Drop::before,
span.Icon_Water_Drop::before,
td.Icon_Water_Drop a::before {
   content: 'water_drop';
}

a.Icon_Waterfall_Chart::before,
span.Icon_Waterfall_Chart::before,
td.Icon_Waterfall_Chart a::before {
   content: 'waterfall_chart';
}

a.Icon_Waves::before,
span.Icon_Waves::before,
td.Icon_Waves a::before {
   content: 'waves';
}

a.Icon_Waving_Hand::before,
span.Icon_Waving_Hand::before,
td.Icon_Waving_Hand a::before {
   content: 'waving_hand';
}

a.Icon_Wb_Auto::before,
span.Icon_Wb_Auto::before,
td.Icon_Wb_Auto a::before {
   content: 'wb_auto';
}

a.Icon_Wb_Cloudy::before,
span.Icon_Wb_Cloudy::before,
td.Icon_Wb_Cloudy a::before {
   content: 'wb_cloudy';
}

a.Icon_Wb_Incandescent::before,
span.Icon_Wb_Incandescent::before,
td.Icon_Wb_Incandescent a::before {
   content: 'wb_incandescent';
}

a.Icon_Wb_Iridescent::before,
span.Icon_Wb_Iridescent::before,
td.Icon_Wb_Iridescent a::before {
   content: 'wb_iridescent';
}

a.Icon_Wb_Shade::before,
span.Icon_Wb_Shade::before,
td.Icon_Wb_Shade a::before {
   content: 'wb_shade';
}

a.Icon_Wb_Sunny::before,
span.Icon_Wb_Sunny::before,
td.Icon_Wb_Sunny a::before {
   content: 'wb_sunny';
}

a.Icon_Wb_Twighlight::before,
span.Icon_Wb_Twighlight::before,
td.Icon_Wb_Twighlight a::before {
   content: 'wb_twighlight';
}

a.Icon_Wb_Twilight::before,
span.Icon_Wb_Twilight::before,
td.Icon_Wb_Twilight a::before {
   content: 'wb_twilight';
}

a.Icon_Wc::before,
span.Icon_Wc::before,
td.Icon_Wc a::before {
   content: 'wc';
}

a.Icon_Web::before,
span.Icon_Web::before,
td.Icon_Web a::before {
   content: 'web';
}

a.Icon_Web_Asset::before,
span.Icon_Web_Asset::before,
td.Icon_Web_Asset a::before {
   content: 'web_asset';
}

a.Icon_Web_Asset_Off::before,
span.Icon_Web_Asset_Off::before,
td.Icon_Web_Asset_Off a::before {
   content: 'web_asset_off';
}

a.Icon_Web_Stories::before,
span.Icon_Web_Stories::before,
td.Icon_Web_Stories a::before {
   content: 'web_stories';
}

a.Icon_Webhook::before,
span.Icon_Webhook::before,
td.Icon_Webhook a::before {
   content: 'webhook';
}

a.Icon_Wechat::before,
span.Icon_Wechat::before,
td.Icon_Wechat a::before {
   content: 'wechat';
}

a.Icon_Weekend::before,
span.Icon_Weekend::before,
td.Icon_Weekend a::before {
   content: 'weekend';
}

a.Icon_West::before,
span.Icon_West::before,
td.Icon_West a::before {
   content: 'west';
}

a.Icon_Whatsapp::before,
span.Icon_Whatsapp::before,
td.Icon_Whatsapp a::before {
   content: 'whatsapp';
}

a.Icon_Whatshot::before,
span.Icon_Whatshot::before,
td.Icon_Whatshot a::before {
   content: 'whatshot';
}

a.Icon_Wheelchair_Pickup::before,
span.Icon_Wheelchair_Pickup::before,
td.Icon_Wheelchair_Pickup a::before {
   content: 'wheelchair_pickup';
}

a.Icon_Where_To_Vote::before,
span.Icon_Where_To_Vote::before,
td.Icon_Where_To_Vote a::before {
   content: 'where_to_vote';
}

a.Icon_Widgets::before,
span.Icon_Widgets::before,
td.Icon_Widgets a::before {
   content: 'widgets';
}

a.Icon_Width_Full::before,
span.Icon_Width_Full::before,
td.Icon_Width_Full a::before {
   content: 'width_full';
}

a.Icon_Width_Normal::before,
span.Icon_Width_Normal::before,
td.Icon_Width_Normal a::before {
   content: 'width_normal';
}

a.Icon_Width_Wide::before,
span.Icon_Width_Wide::before,
td.Icon_Width_Wide a::before {
   content: 'width_wide';
}

a.Icon_Wifi::before,
span.Icon_Wifi::before,
td.Icon_Wifi a::before {
   content: 'wifi';
}

a.Icon_Wifi_1_Bar::before,
span.Icon_Wifi_1_Bar::before,
td.Icon_Wifi_1_Bar a::before {
   content: 'wifi_1_bar';
}

a.Icon_Wifi_2_Bar::before,
span.Icon_Wifi_2_Bar::before,
td.Icon_Wifi_2_Bar a::before {
   content: 'wifi_2_bar';
}

a.Icon_Wifi_Calling::before,
span.Icon_Wifi_Calling::before,
td.Icon_Wifi_Calling a::before {
   content: 'wifi_calling';
}

a.Icon_Wifi_Calling_3::before,
span.Icon_Wifi_Calling_3::before,
td.Icon_Wifi_Calling_3 a::before {
   content: 'wifi_calling_3';
}

a.Icon_Wifi_Channel::before,
span.Icon_Wifi_Channel::before,
td.Icon_Wifi_Channel a::before {
   content: 'wifi_channel';
}

a.Icon_Wifi_Find::before,
span.Icon_Wifi_Find::before,
td.Icon_Wifi_Find a::before {
   content: 'wifi_find';
}

a.Icon_Wifi_Lock::before,
span.Icon_Wifi_Lock::before,
td.Icon_Wifi_Lock a::before {
   content: 'wifi_lock';
}

a.Icon_Wifi_Off::before,
span.Icon_Wifi_Off::before,
td.Icon_Wifi_Off a::before {
   content: 'wifi_off';
}

a.Icon_Wifi_Password::before,
span.Icon_Wifi_Password::before,
td.Icon_Wifi_Password a::before {
   content: 'wifi_password';
}

a.Icon_Wifi_Protected_Setup::before,
span.Icon_Wifi_Protected_Setup::before,
td.Icon_Wifi_Protected_Setup a::before {
   content: 'wifi_protected_setup';
}

a.Icon_Wifi_Tethering::before,
span.Icon_Wifi_Tethering::before,
td.Icon_Wifi_Tethering a::before {
   content: 'wifi_tethering';
}

a.Icon_Wifi_Tethering_Error::before,
span.Icon_Wifi_Tethering_Error::before,
td.Icon_Wifi_Tethering_Error a::before {
   content: 'wifi_tethering_error';
}

a.Icon_Wifi_Tethering_Error_Rounded::before,
span.Icon_Wifi_Tethering_Error_Rounded::before,
td.Icon_Wifi_Tethering_Error_Rounded a::before {
   content: 'wifi_tethering_error_rounded';
}

a.Icon_Wifi_Tethering_Off::before,
span.Icon_Wifi_Tethering_Off::before,
td.Icon_Wifi_Tethering_Off a::before {
   content: 'wifi_tethering_off';
}

a.Icon_Wind_Power::before,
span.Icon_Wind_Power::before,
td.Icon_Wind_Power a::before {
   content: 'wind_power';
}

a.Icon_Window::before,
span.Icon_Window::before,
td.Icon_Window a::before {
   content: 'window';
}

a.Icon_Wine_Bar::before,
span.Icon_Wine_Bar::before,
td.Icon_Wine_Bar a::before {
   content: 'wine_bar';
}

a.Icon_Woman::before,
span.Icon_Woman::before,
td.Icon_Woman a::before {
   content: 'woman';
}

a.Icon_Woo_Commerce::before,
span.Icon_Woo_Commerce::before,
td.Icon_Woo_Commerce a::before {
   content: 'woo_commerce';
}

a.Icon_Wordpress::before,
span.Icon_Wordpress::before,
td.Icon_Wordpress a::before {
   content: 'wordpress';
}

a.Icon_Work::before,
span.Icon_Work::before,
td.Icon_Work a::before {
   content: 'work';
}

a.Icon_Work_History::before,
span.Icon_Work_History::before,
td.Icon_Work_History a::before {
   content: 'work_history';
}

a.Icon_Work_Off::before,
span.Icon_Work_Off::before,
td.Icon_Work_Off a::before {
   content: 'work_off';
}

a.Icon_Work_Outline::before,
span.Icon_Work_Outline::before,
td.Icon_Work_Outline a::before {
   content: 'work_outline';
}

a.Icon_Workspace_Premium::before,
span.Icon_Workspace_Premium::before,
td.Icon_Workspace_Premium a::before {
   content: 'workspace_premium';
}

a.Icon_Workspaces::before,
span.Icon_Workspaces::before,
td.Icon_Workspaces a::before {
   content: 'workspaces';
}

a.Icon_Workspaces_Filled::before,
span.Icon_Workspaces_Filled::before,
td.Icon_Workspaces_Filled a::before {
   content: 'workspaces_filled';
}

a.Icon_Workspaces_Outline::before,
span.Icon_Workspaces_Outline::before,
td.Icon_Workspaces_Outline a::before {
   content: 'workspaces_outline';
}

a.Icon_Wrap_Text::before,
span.Icon_Wrap_Text::before,
td.Icon_Wrap_Text a::before {
   content: 'wrap_text';
}

a.Icon_Wrong_Location::before,
span.Icon_Wrong_Location::before,
td.Icon_Wrong_Location a::before {
   content: 'wrong_location';
}

a.Icon_Wysiwyg::before,
span.Icon_Wysiwyg::before,
td.Icon_Wysiwyg a::before {
   content: 'wysiwyg';
}

a.Icon_Yard::before,
span.Icon_Yard::before,
td.Icon_Yard a::before {
	content: 'yard';
}

a.Icon_Youtube_Searched_For::before,
span.Icon_Youtube_Searched_For::before,
td.Icon_Youtube_Searched_For a::before {
   content: 'youtube_searched_for';
}

a.Icon_Zoom_In::before,
span.Icon_Zoom_In::before,
td.Icon_Zoom_In a::before {
   content: 'zoom_in';
}

a.Icon_Zoom_In_Map::before,
span.Icon_Zoom_In_Map::before,
td.Icon_Zoom_In_Map a::before {
   content: 'zoom_in_map';
}

a.Icon_Zoom_Out::before,
span.Icon_Zoom_Out::before,
td.Icon_Zoom_Out a::before {
   content: 'zoom_out';
}

a.Icon_Zoom_Out_Map::before,
span.Icon_Zoom_Out_Map::before,
td.Icon_Zoom_Out_Map a::before {
   content: 'zoom_out_map';
}

/* Icon Size */

.Has_Icon.Icon_XXS::before,
.Has_Icon.Icon_XXS::after {
	font-size: 1rem;
}

.Has_Icon.Icon_XS::before,
.Has_Icon.Icon_XS::after {
	font-size: 1.2rem;
}

.Has_Icon.Icon_S::before,
.Has_Icon.Icon_S::after {
	font-size: 1.4rem;
}

.Has_Icon.Icon_M::before,
.Has_Icon.Icon_M::after {
	font-size: 1.6rem;
}

.Has_Icon.Icon_L::before,
.Has_Icon.Icon_L::after {
	font-size: 1.8rem;
}

.Has_Icon.Icon_XL::before,
.Has_Icon.Icon_XL::after {
	font-size: 2rem;
}

.Has_Icon.Icon_XXL::before,
.Has_Icon.Icon_XXL::after {
	font-size: 2.2rem;
}

/**
 * Tooltip-Link
 *
 * Stilklasse für Schaltflächen zur Tooltip-Darstellung
*/

.Link_TT {
	color: var(--color-black-lightest);
	font-size: 0;
}

.Link_TT:hover {
	cursor: help;
}

.Link_TT::after {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 1.6rem;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
	content: 'info';
}

/*************************************************
 *  C.330: Gruppierungen
*************************************************/

/**
 * Container
*/

/* Dynamischer Filter / Benutzerfilter */

.Input_Filter_Wrapper {
	display: none;
    padding: .3rem 5rem .3rem .3rem;
	margin: 0;
	background: rgb(250, 250, 250);
	border: 0.1rem solid #d5dce0;
	white-space: normal;
}

.Input_Filter_Wrapper::after {
	content: "";
	position: absolute;
	transition: all .3s ease-in;
	bottom: -2rem;
	left: 1rem;
	border-top: 1rem solid #d5dce0;
	border-bottom: 1rem solid transparent;
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
}

.Input_Filter_Wrapper a {
	position: absolute;
	top: 50%;
	right: 0;
	margin: 0;
	font-size: 0;
	z-index: 1;
	transform: translate(-50%,-50%);
}

.Input_Filter_Wrapper a::before {
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 2.1rem;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'close';
	line-height: 1;
	color: #000;
	text-shadow: 0 0.1rem 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}


.Input_Filter_Wrapper.Input_Filter_Active {
	display: inline-block;
}

/* Card (Schablonen f. freigestaltete Tabelle)  */

.Wrapper_Shapedtable_Record {}
.Wrapper_Shapedtable_Record.Shapedtable_Record_Card {
	border: .1rem solid var(--color-grey-dark);
	border-radius: var(--border-radius-default);
	padding: 1rem;
	margin-top: 1rem;
}


/* Primärschaltflächen */

.Container_Primary_Buttons {}

/* Erweiterte Filtergruppierung (Grid-Like-System) */

.Wrapper_Filter_More {}

.Container_Filter_More.Container_Width_1 {
	width: calc(100% * (1/12));
}

.Container_Filter_More.Container_Width_2 {
	width: calc(100% * (2/12));
}

.Container_Filter_More.Container_Width_3 {
	width: calc(100% * (3/12));
}

.Container_Filter_More.Container_Width_4 {
	width: calc(100% * (4/12));
}

.Container_Filter_More.Container_Width_5 {
	width: calc(100% * (5/12));
}

.Container_Filter_More.Container_Width_6 {
	width: calc(100% * (6/12));
}

.Container_Filter_More.Container_Width_7 {
	width: calc(100% * (7/12));
}

.Container_Filter_More.Container_Width_8 {
	width: calc(100% * (8/12));
}

.Container_Filter_More.Container_Width_9 {
	width: calc(100% * (9/12));
}

.Container_Filter_More.Container_Width_10 {
	width: calc(100% * (10/12));
}

.Container_Filter_More.Container_Width_11 {
	width: calc(100% * (11/12));
}

.Container_Filter_More.Container_Width_12 {
	width: calc(100% * (12/12));
}

/* Filter GRID */

.Container_Filter_Grid {}

/* Datensatzinformationen */

.Container_Record_Info {
	padding: 1rem 0 0 0;
	margin: 1rem 0 0 0;
	border-top: 0.1rem solid var(--color-grey-light);
}

.Container_Record_Info > div.row {
	display: -webkit-box;
	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: wrap;
	flex-wrap: wrap;
}

.Container_Record_Info .Container_Record_Info_Label {
	margin-right: 0.5rem;
}

.Container_Record_Info .Container_Record_Info_Value {
	font-style: italic;
}

.Container_Record_Info .Container_Record_Info_Separator {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.Container_Record_Info .Container_Record_Info_Label,
.Container_Record_Info .Container_Record_Info_Value,
.Container_Record_Info .Container_Record_Info_Separator {
	font-size: 1.4rem;
	line-height: 1.4rem;
}

/* Meldungen / Notify */

.Container_Notify_Info,
.Container_Notify_Success,
.Container_Notify_Warning,
.Container_Notify_Danger,
.Container_Notify_Hue_One,
.Container_Notify_Hue_Two {
	border-top: 0.1rem solid var(--color-grey);
	border-right: 0.1rem solid var(--color-grey);
	border-bottom: 0.1rem solid var(--color-grey);
	padding: 1rem;
	border-radius: 0.3rem;
	color:var(--color-black-lighter);
}

.Container_Notify_Info {
	border-left: 0.3rem solid var(--color-info);
}

.Container_Notify_Success {
	border-left: 0.3rem solid var(--color-success);
}

.Container_Notify_Warning {
	border-left: 0.3rem solid var(--color-warning);
}

.Container_Notify_Danger {
	border-left: 0.3rem solid var(--color-danger);
}

.Container_Notify_Hue_One {
	border-left: 0.3rem solid var(--color-hue-one);
}

.Container_Notify_Hue_Two {
	border-left: 0.3rem solid var(--color-hue-two);
}


.Container_Notify_Heading {
	font-weight: 600;
    border-bottom: .2rem solid var(--color-grey-light);
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}



/* Breitenbegrenzung u. Ausrichtung link */

.Set_Max_Width_XS,
.Set_Max_Width_S,
.Set_Max_Width_M,
.Set_Max_Width_L,
.Set_Max_Width_XL {
	margin: auto 0;
}

.Set_Max_Width_XS {max-width: 80rem;}
.Set_Max_Width_S {max-width: 100rem;}
.Set_Max_Width_M {max-width: 120rem;}
.Set_Max_Width_L {max-width: 140rem;}
.Set_Max_Width_XL {max-width: 160rem;}
.Set_Max_Width_XXL {max-width: 180rem;}

/**
 * Buttons
 *
 * Zum Gruppieren von Text-Schaltflächen.
*/

.Container_Buttons_List > div.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.Container_Buttons_List a:first-child {
	border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.Container_Buttons_List a:last-child {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.Container_Buttons_List a:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.Container_Buttons_List.Align_Buttons_Center > div.row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.Container_Buttons_List.Align_Buttons_Right > div.row {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/* Popups */

.Container_Group_Popup {
	background-color: var(--color-white);
	box-shadow: 0 10rem 1.5rem 0 rgba(0, 0, 0, 0.06);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0.1rem solid var(--color-grey);
	border-radius: 0.3rem;
	padding: 1.5rem 1rem;
}

/**
 * Container Button (Einzelbutton / Standardbutton)
 *
 * Für gleichmäßige Abstände über versch. Auflösungen hinweg zwischen den Standardbuttons am Seitenende.
 * Abstände sind NICHT über das Grid einzustellen.
*/

.Container_Button input {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.Container_Button.set_Space_left,
.Container_Button.Set_Space_Left {
	margin-left: 0;
}

.Container_Button.set_Space_right,
.Container_Button.Set_Space_Right {
	margin-right: 0;
}

/* Wrapper Inhalte */

.Container_Wrapper_Content {
    -webkit-box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
    box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
    background: var(--color-white);
    padding: 1.25rem;
}

/* Einfachangaben */

.Container_Underline {
	border-bottom: 0.1rem dotted var(--color-grey-light);
}

/* Fix fuer die verzerrte Anordnung von Label+Control */

.Container_Group_Transparent {
	border: 0.1rem solid transparent;
}

.Container_Label_Underline {
	border-bottom: 0.1rem dotted var(--color-grey-light);
}

.Container_Controls {
	padding: 0.5rem;
}

.Container_Caption {
	padding: 1.5rem;
	background: rgba(245, 245, 245, 0.9);
}

.Container_Icon {
	padding-right: 0.5rem;
	border: 0;
}

.Container_Group_Rounded_Corners_Padding {
	padding: 1rem;
	border-radius: 0.1rem;
	background-color: var(--color-grey-lighter);
	border: 1px solid var(--color-grey);
}

.Container_Button_Round_Highlight {
	border: 0.1rem solid var(--color-grey-dark);
	border-radius: 50%;
	background-color: var(--color-white-dark);
	padding: 0.2rem;
}

/* Highlights */

.Container_Highlight_Standard {
	border: 0.1rem solid var(--color-grey);
	background-color: var(--color-white-dark);
	padding: 0.5rem;
}

.Container_Highlight_Information {
	border: 0.1rem solid var(--color-grey);
	color: var(--color-white);
	background-color: var(--color-info);
	padding: 0.5rem;
	font-weight: 600;
}

.Container_Highlight_Success {
	border: 0.1rem solid var(--color-grey);
	color: var(--color-white);
	background-color: var(--color-success);
	padding: 0.5rem;
	font-weight: 600;
}

.Container_Highlight_Warning {
	border: 0.1rem solid var(--color-grey);
	color: var(--color-white);
	background-color: var(--color-warning);
	padding: 0.5rem;
	font-weight: 600;
}

.Container_Highlight_Danger {
	border: 0.1rem solid var(--color-grey);
	color: var(--color-white);
	background-color: var(--color-danger);
	padding: 0.5rem;
	font-weight: 600;
}


/* Tagbox */

.Container_Tagbox {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--color-grey-lighter);
	border: 0.1rem solid var(--color-grey);
	border-radius: 0.3rem;
	padding: 0.5rem;
	white-space: nowrap;
	cursor: default;
}

a:hover.Container_Tagbox {
	cursor: pointer;
	text-decoration: none;
}

/* Debugging */

.Container_Debugging {
	background-color: var(--color-warning);
	border-radius: 0.3rem;
	padding: 0.5rem;
	color: var(--color-white)!important;
	font-weight: 600;
}

.Container_Debugging label,
.Container_Debugging span {
	color: var(--color-white)!important;
}

.Container_Border {
	border: 0.1rem solid var(--color-warning);
}

/* Checkbox */

.Container_Checkbox {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.Container_Checkbox > div.row {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.Container_Checkbox label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.Container_Checkbox label:hover {
	cursor: pointer;
}

.Container_Checkbox input[type="checkbox"] {
	display: none;
}

.Container_Checkbox input[type="checkbox"] + label:before {
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 2.2rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'check_box_outline_blank';
	letter-spacing: 1rem;
	color: var(--color-grey);
}

.Container_Checkbox:hover input[type="checkbox"] + label:before {
	color: var(--color-grey-darker);
}

.Container_Checkbox input[type="checkbox"]:checked + label:before {
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 2.2rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'check_box';
	letter-spacing: 1rem;
	color: var(--color-success);
}

/* Checkbox Chip */

.Container_Checkbox.Checkbox_Chip label {
	border: 0.1rem solid var(--color-grey);
	padding: 1rem 1.5rem;
	border-radius: 2.8rem;
}

.Container_Checkbox.Checkbox_Chip:hover label {
	border: 0.1rem solid var(--color-grey-darker);
	cursor: pointer;
}

.Container_Checkbox.Checkbox_Chip input[type="checkbox"]:checked + label {
	border: 0.1rem solid var(--color-success);
	background-color: var(--color-success-light);
	color: var(--color-white);
}

.Container_Checkbox.Checkbox_Chip input[type="checkbox"]:checked + label:before {
	color: var(--color-white);
}


/* Chip */

.Container_Chip {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	-webkit-transition: -webkit-box-shadow 280ms cubic-bezier(0.4,0,0.2,1);
	transition: -webkit-box-shadow 280ms cubic-bezier(0.4,0,0.2,1);
	-o-transition: box-shadow 280ms cubic-bezier(0.4,0,0.2,1);
	transition: box-shadow 280ms cubic-bezier(0.4,0,0.2,1);
	transition: box-shadow 280ms cubic-bezier(0.4,0,0.2,1), -webkit-box-shadow 280ms cubic-bezier(0.4,0,0.2,1);
	padding: 0.7rem 1.2rem;
	border-radius: 1.6rem;
	min-height: 3.2rem;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	background-color: var(--color-grey-light);
	color: var(--color-black-even-lighter);
}

.Container_Chip:hover {
	background-color: var(--color-hue-two);
	color: var(--color-white);
	text-decoration: none;
	border: var(--color-hue-two);
}

.Container_Chip:hover a,
a:hover.Container_Chip {
	color: var(--color-white);
}

.Container_Chip a,
a.Container_Chip {
	color: var(--color-black-even-lighter);
	text-decoration: none;
	cursor: pointer;
}

/* Table Card */

.Container_Table_Card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--color-white);
	border: 0.1rem solid var(--color-grey);
	border-radius: 0.3rem;
	padding: 1rem;
	white-space: nowrap;
	cursor: pointer;
}

.Container_Table_Card:hover {
	background-color: rgba(76, 118, 134, 0.5);
	color: var(--color-white);
	text-decoration: none;
	border: var(--color-hue-two);
}

.Container_Table_Card:hover::after {
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 14px;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'info';
	color: var(--color-white);
	align-self: flex-end;
	margin-left: auto;
}

/* Container Information */

.Container_Information
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0.1rem solid var(--color-grey);
	border-radius: 0.4rem 0.4rem 0 0;
	background-color: var(--color-white-dark);
	margin: 0.5rem 0;
}

.Container_Information_Heading
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: var(--color-black-even-lighter);
	border-bottom: 0.1rem solid var(--color-grey);
	padding: 1rem;
	font-weight: 600;
	border-radius: 0.4rem 0.4rem 0 0;
}

.Container_Information_Heading::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 1.4rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'info';
	color: var(--color-hue-two);
	margin-right: 1rem;
}

.Container_Information_Heading span
{
	font-weight: 600;
}

.Container_Information_Text
{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1rem;
}

/* Container Crop */

.Container_Crop
{
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}

.Container_Crop::after
{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 35%;
	bottom: 0;
	background: -webkit-linear-gradient(transparent,#FFF) left repeat;
	background: linear-gradient(transparent, #FFF) left repeat;
}


/* Ausrichtung mit Flexbox */

.Align_Flex,
.Container_Align_Flex > div.row {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
}

.Align_InlineFlex,
.Align_Inline_Flex,
.Container_Align_InlineFlex > div.row,
.Container_Align_Inline_Flex > div.row {
	display: -ms-inline-flexbox!important;
	display: -webkit-inline-box!important;
	display: inline-flex!important;
}

.Container_Align_Flex {
	width: 100%;
}

.Container_Align_InlineFlex,
.Container_Align_Inline_Flex {
	width: auto;
}

.Align_Flex.Align_Left,
.Container_Align_Flex.Align_Left > div.row,
.Align_InlineFlex.Align_Left,
.Align_Inline_Flex.Align_Left,
.Container_Align_InlineFlex.Align_Left > div.row,
.Container_Align_Inline_Flex.Align_Left > div.row {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.Align_Flex.Align_Right,
.Container_Align_Flex.Align_Right > div.row,
.Align_InlineFlex.Align_Right,
.Align_Inline_Flex.Align_Right,
.Container_Align_InlineFlex.Align_Right > div.row,
.Container_Align_Inline_Flex.Align_Right > div.row {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.Align_Flex.Align_Center,
.Container_Align_Flex.Align_Center > div.row,
.Align_InlineFlex.Align_Center,
.Align_Inline_Flex.Align_Center,
.Container_Align_InlineFlex.Align_Center > div.row,
.Container_Align_Inline_Flex.Align_Center > div.row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.Align_Flex.Align_Top,
.Container_Align_Flex.Align_Top > div.row,
.Align_InlineFlex.Align_Top,
.Align_Inline_Flex.Align_Top,
.Container_Align_InlineFlex.Align_Top > div.row,
.Container_Align_Inline_Flex.Align_Top > div.row {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.Align_Flex.Align_Middle,
.Container_Align_Flex.Align_Middle > div.row,
.Align_InlineFlex.Align_Middle,
.Align_Inline_Flex.Align_Middle,
.Container_Align_InlineFlex.Align_Middle > div.row,
.Container_Align_Inline_Flex.Align_Middle > div.row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.Align_Flex.Align_Bottom,
.Container_Align_Flex.Align_Bottom > div.row,
.Align_InlineFlex.Align_Bottom,
.Align_Inline_Flex.Align_Bottom,
.Container_Align_InlineFlex.Align_Bottom > div.row,
.Container_Align_Inline_Flex.Align_Bottom > div.row {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.Align_Flex.Align_Space_Between,
.Container_Align_Flex.Align_Space_Between > div.row,
.Align_InlineFlex.Space_Between,
.Align_Inline_Flex.Space_Between,
.Container_Align_InlineFlex.Align_Space_Between > div.row,
.Container_Align_Inline_Flex.Align_Space_Between > div.row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.Align_Flex.Flex_Wrap,
.Container_Align_Flex.Flex_Wrap > div.row,
.Align_InlineFlex.Flex_Wrap,
.Align_Inline_Flex.Flex_Wrap,
.Container_Align_InlineFlex.Flex_Wrap > div.row,
.Container_Align_Inline_Flex.Flex_Wrap > div.row {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.Align_Flex.Direction_Column,
.Container_Align_Flex.Direction_Column > div.row,
.Align_InlineFlex.Direction_Column,
.Align_Inline_Flex.Direction_Column,
.Container_Align_InlineFlex.Direction_Column > div.row,
.Container_Align_Inline_Flex.Direction_Column > div.row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.Align_Flex.Direction_Column_Reverse,
.Container_Align_Flex.Direction_Column_Reverse > div.row,
.Align_InlineFlex.Direction_Column_Reverse,
.Align_Inline_Flex.Direction_Column_Reverse,
.Container_Align_InlineFlex.Direction_Column_Reverse > div.row,
.Container_Align_Inline_Flex.Direction_Column_Reverse > div.row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.Align_Flex.Direction_Row,
.Container_Align_Flex.Direction_Row > div.row,
.Align_InlineFlex.Direction_Row,
.Align_Inline_Flex.Direction_Row,
.Container_Align_InlineFlex.Direction_Row > div.row,
.Container_Align_Inline_Flex.Direction_Row > div.row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.Align_Flex.Direction_Row_Reverse,
.Container_Align_Flex.Direction_Row_Reverse > div.row,
.Align_InlineFlex.Direction_Row_Reverse,
.Align_Inline_Flex.Direction_Row_Reverse,
.Container_Align_InlineFlex.Direction_Row_Reverse > div.row,
.Container_Align_Inline_Flex.Direction_Row_Reverse > div.row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.Align_Auto_Top {
	margin-top: auto;
}

.Align_Auto_Right {
	margin-right: auto;
}

.Align_Auto_Bottom {
	margin-bottom: auto;
}

.Align_Auto_Left {
	margin-left: auto;
}

.Max_Width {
	width: 100%;
}

.Max_Height {
	height: 100%;
}

/* Container Heading */

.Container_Heading > div.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 0.2rem solid var(--color-grey-light);
	height: 3.5rem;
	position: relative;
}

/**
 * Container Toggle
 *
 * Toggle-Darstellung der Checkbox-Kontrolle
*/

.Container_Toggle label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.Container_Toggle label:hover {
	cursor: pointer;
}

.Container_Toggle input[type="checkbox"] {
	display: none;
}

.Container_Toggle input[type="checkbox"] + label:after {
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 3rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'toggle_off';
	margin-left: 1rem;
}

.Container_Toggle input[type="checkbox"]:checked + label:after {
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 3rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'toggle_on';
	letter-spacing: 1rem;
	color: var(--color-success);
	margin-left: 1rem;
}

/**
 * Container Card Wrapper
 *
 * Wrapper fuer die Cards der App-Einstellungen
 * Einsatz vmtl. APV.
*/

.Container_Card_Wrapper > div.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.Container_Card_Settings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	margin: 0.5rem;
	height: 35rem;
}

.Container_Card_Settings div.row:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: auto;
}

a.Container_Card_Icon {
	font-size: 0;
	text-decoration: none;
}

a.Container_Card_Icon::before {
	font-size: 10rem !important;
}

.Container_Card_Settings span.Text_Label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 13rem;
}

/**
 * Container Filter
 *
 * Ausrichtung des Filtercontainers
*/

.Container_Filter.Filter_Outer {
	background-color: var(--color-white);
}

.Container_Filter.Filter_Inner {
	background: var(--color-white);
	border-radius: 0.3rem;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0.1rem solid var(--color-grey);
	padding-bottom: 1rem;
	margin: 1rem 0;
}

.Container_Filter.Filter_Inner > div.row,
.Container_Filter.Filter_Outer > div.row {
	padding: 0.5rem 1rem;
}

.Container_Filter.Filter_Inner > div.row:first-child,
.Container_Filter.Filter_Outer > div.row:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 0.1rem solid var(--color-grey);
	min-height: 3.5rem;
	padding: 1rem;
}


/* Container Construction (TBD) */

.Container_Construction {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	background-image: url(../../images/genesis_Gemini/maintenance-100.png?usn=336770388);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border-radius: 3px;
	padding: 5px;
	min-height: 200px;
	min-width: 200px;
	font-size: 25px;
	font-weight: 600;
}

.Container_Construction::before {
	content: 'Diese Seite befindet sich aktuell in Bearbeitung.';
	max-width: 600px;
	vertical-align: middle;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px;
	border: 0.5px solid #fefefe;
}


/* Container Filter_Wrapper (TBD) */

.Container_Filter_Wrapper {
	border-radius: 4px 4px 0 0;
	background-color: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
	padding-bottom: 10px;
}

.Container_Filter_Wrapper > div.row {
	padding: 5px 10px;
}

.Container_Filter_Wrapper > div.row:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	border-bottom: 0.5px dotted #e6e6e6;
	min-height: 35px;
	padding: 10px;
}

/**
 * Container Recordinfo
 *
 * Kommt bei APV zum Einsatz.
 * Neue Fassung: Container_Record_Info
*/

.Container_RecordInfo
{
	margin: 20px 0;
}

.Container_RecordInfo div[id^="ID_simplegroup"] > div.row
{
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	justify-content: flex-end;
	align-items: center;
}

/**
 * Container ShapedTable
 *
 * Fuer frei gestaltete Tabellen mit abgerundeten Kanten.
*/

.ShapedTable_Custom.ShapedTable_Round div[name="table-record"]	{
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 5px 10px;
	box-sizing: border-box;
}


.Container_ShapedTable div[name="table-record"]:first-child {
	border-top: 0.5px solid #e8ecee;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.Container_ShapedTable div[name="table-record"]:last-child {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.Container_ShapedTable div[name="table-record"] {
	border-left: 0.5px solid #e8ecee;
	border-right: 0.5px solid #e8ecee;
	border-bottom: 0.5px solid #e8ecee;
	padding: 5px 10px;
	box-sizing: border-box;
}

.Container_ShapedTable div[name="table-record"]:hover {
	background-color: #f6f8f9;
}


/*************************************************
 *  C.340: Tabellen
*************************************************/

img.Table_Empty_Background {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin-top: 1rem;
}

.Table_Standard .Text_Comment,
.shapedtable-standard .Text_Comment,
.shapedtable-ltr .Text_Comment,
.shapedtable-columns-four .Text_Comment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1rem;
    font-weight: normal;
    font-size: 2rem;
	text-align: center;
}

.Table_Link {
	display: table-cell;
}

.Table_Link a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

/*************************************************
 *  C.350: Suchergebnisse
*************************************************/

/**
 * Wrapper der globalen Suche
 *
 * HTML kommt aus der Applikation
*/

div[data-appguid="7573655F7468655F666F7263655F6C756B650000"] {
	border-radius: 0.3rem 0.3rem 0 0;
	background-color: #FFF;
	box-shadow: 0 0.1rem 0.3rem 0 rgb(0 0 0 / 15%);
	max-width: 140rem;
	padding: 2rem;
}

div[data-appguid="7573655F7468655F666F7263655F6C756B650000"] > div.row:nth-of-type(1) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 1rem;
	max-width: 100rem;
}

#ID_GlobalSearchInputContainer {
	-ms-flex-preferred-size: 90%;
	flex-basis: 90%;
}

a#ID_GlobalSearchAppButton {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top: 0.1rem solid var(--color-grey);
	border-right: 0.1rem solid var(--color-grey);
	border-bottom: 0.1rem solid var(--color-grey);
	border-left: none;
	width: 3.6rem;
	height: 3.6rem;
	-ms-flex-preferred-size: 10%;
	flex-basis: 10%;
	border-top-left-radius: 0;
	border-top-right-radius: 0.3rem;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0.3rem;
}

a#ID_GlobalSearchAppButton:hover {
	background-color: var(--color-white-dark);
}

a#ID_GlobalSearchAppButton:focus {
	outline: 0.2rem solid #008ae6;
	outline-offset: -0.2rem;
}

a#ID_GlobalSearchAppButton::before {
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 2.4rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'search';
	color: #333;
}

#ID_GlobalSearchAppInput {
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0;
}

a#ID_GlobalSearchAppButton img  {
	display: none;
}

#ID_GlobalSearchResults_Bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 0.1rem solid var(--color-grey);
	padding: 0;
	height: 5rem;
}

#ID_GlobalSearchGroup {
	border-radius: 0.4rem 0.4rem 0 0;
	background-color: #fff;
	box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.15);
	margin-top: 1rem;
}

/*************************************************
 *  C.360: Eingabeelemente
*************************************************/

.Listbox_Menu {
	display: block;
	min-width: 15rem;
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	font-weight: 500;
}

.Listbox_Menu li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 3rem;
	padding: 0 1rem;
	list-style-type: none;
	background-color: var(--color-white);
}

.Listbox_Menu li:hover {
	background-color: var(--color-white-dark);
}

.Listbox_Menu li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	color: var(--color-black-lighter);
}

/* Datums-/Range of */

div[data-filter="rangeoffilter"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/*************************************************
 *  C.400: Sonstiges
*************************************************/

/**
 * TINY MCE
 *
 * Anpassungen für den erweiterten Texteditor
*/

.mce-tinymce {
	box-shadow: none!important;
}

body#tinymce {
	overflow-y: auto!important;
}

/*-------------------------------------------*\
    MEDIUM
\*-------------------------------------------*/

@media only screen and (min-width:481px)
{
    /**
     * Gruppierungen (MEDIUM)
    */
    /**
     * Container (MEDIUM)
	*/
	.Container_Button.set_Space_left,
	.Container_Button.Set_Space_Left {
		margin-left: 0.5rem;
	}
	.Container_Button.set_Space_right,
	.Container_Button.Set_Space_Right {
		margin-right: 0.5rem;
	}
    .Container_Modal {
	    max-width: 60rem;
    }

	/**
	*  User Avatar (MEDIUM)
	*
	*  User Name and Image
	*/

	.User_Avatar_Name span {
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

/*-------------------------------------------*\
    LARGE
\*-------------------------------------------*/

@media only screen and (min-width:1025px)
{
    /**
     * Gruppierungen (LARGE)
    */
    /**
     * Container (LARGE)
	*/

	.Container_Button.set_Space_left,
	.Container_Button.Set_Space_Left {
		margin-left: 0.5rem;
	}
	.Container_Button.set_Space_right,
	.Container_Button.Set_Space_Right {
		margin-right: 0.5rem;
	}
    .Container_Modal {
	    max-width: 70rem;
    }

    /**
    * Container Card Wrapper (LARGE)
    *
    * Wrapper fuer die Cards der App-Einstellungen
    */

    .Container_Card_Wrapper > div.row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;flex-direction: row;
    }
}

/***************************************************************************************************
 * D: Spezifische-Elemente
***************************************************************************************************/

/*************************************************
 * D.100: Shepherd
*************************************************/

.shepherd-element {
	-webkit-box-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%), 0 3px 5px -1px rgb(0 0 0 / 20%)!important;
	box-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%), 0 3px 5px -1px rgb(0 0 0 / 20%)!important;
}

.shepherd-text {
	font-size: 1.6rem!important;
}

.shepherd-button {
    background:  var(--color-hue-one)!important;
    color:  var(--color-white)!important;
	height: 3.5rem;
	text-align: center;
    vertical-align: middle;
	white-space: nowrap;
	min-width: 7.5rem;
}

.shepherd-button:hover {
	background-color: #abd70f;
}

.shepherd-button:focus {
	box-shadow: 0 0 0 0.2rem rgba(151, 191, 13, 0.5);
}

.shepherd-title {
    font-size: 1.6rem!important;
    font-weight: 600!important;
}

.shepherd-header {
	background: var(--color-white)!important;
}

.shepherd-help-wrapper {
	max-width: 800px!important;
}

.shepherd-help-wrapper img {
    max-width: 100%;
    height: auto;
}


/*************************************************
 * D.200: Wizard
*************************************************/

/* Container (UL) */

.Page_Wizard {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	border: 0.1rem solid var(--color-grey-darker);
	background-color: #FFF;
}

@media only screen and (min-width:481px) {
	.Page_Wizard {
		display: table;
		position: relative;
		border: none;
		background-color: transparent;
	}
}


.Page_Wizard > * {
	display: table-cell;
	text-align: center;
}

/* Schritte */

.Page_Wizard > * .Wizard_Step {
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.Page_Wizard > * .Wizard_Step:hover {
	text-decoration: none;
	font-weight: 600;
}

.Page_Wizard > * .Wizard_Step:after {
	content: " ";
	width: 3rem;
	height: 3rem;
	border-radius: 3rem;
	border: 0.1rem solid var(--color-black-lightest);
	color: var(--color-black-lightest);
	font-weight: normal;
	background: #FFF;
	text-align: center;
	display: inline-block;
	position: relative;
	box-sizing: content-box;
	z-index: 1;
}

.Page_Wizard > * .Wizard_Step.Step_Complete {
	color: var(--color-hue-one);
}

.Page_Wizard > * .Wizard_Step.Step_Complete::after {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: 'Material Icons';
	font-size: 1.8rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'check';
	z-index: 1;
}

.Page_Wizard > * .Wizard_Step.Step_Active {
	color: var(--color-hue-two);
	font-weight: 600;
}

.Page_Wizard > * .Wizard_Step.Step_Active::after {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: 'Material Icons';
	font-size: 1.8rem;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'edit';
	z-index: 1;
}

.Page_Wizard > * .Wizard_Step > *
{
	line-height: 3rem;
}

/* Verbindungslinie */

@media only screen and (min-width:481px) {
	.Page_Wizard:after {
		content: "";
		border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
		position: absolute;
		z-index: 0;
		top: 30%;
	}
}

/* Größenangaben */

.Wizard_Steps_1 > * {
	width: 100%;
}

.Wizard_Steps_1:after {
	left: 50%;
	right: 50%;
}

.Wizard_Steps_2 > * {
	width: 50%;
}

.Wizard_Steps_2:after {
	left: 25%;
	right: 25%;
}

.Wizard_Steps_3 > * {
	width: 33.3333333333%;
}

.Wizard_Steps_3:after {
	left: 16.6666666667%;
	right: 16.6666666667%;
}

.Wizard_Steps_4 > * {
	width: 25%;
}

.Wizard_Steps_4:after {
	left: 12.5%;
	right: 12.5%;
}

.Wizard_Steps_5 > * {
	width: 20%;
}

.Wizard_Steps_5:after {
	left: 10%;
	right: 10%;
}

.Wizard_Steps_6 > * {
	width: 16.6666666667%;
}

.Wizard_Steps_6:after {
	left: 8.3333333333%;
	right: 8.3333333333%;
}

.Wizard_Steps_7 > * {
	width: 14.2857142857%;
}

.Wizard_Steps_7:after {
	left: 7.1428571429%;
	right: 7.1428571429%;
}

.Wizard_Steps_8 > * {
	width: 12.5%;
}

.Wizard_Steps_8:after {
	left: 6.25%;
	right: 6.25%;
}

.Wizard_Steps_9 > * {
	width: 11.1111111111%;
}

.Wizard_Steps_9:after {
	left: 5.5555555556%;
	right: 5.5555555556%;
}

.Wizard_Steps_10 > * {
	width: 10%;
}

.Wizard_Steps_10:after {
	left: 5%;
	right: 5%;
}

.Wizard_Steps_11 > * {
	width: 9.0909090909%;
}

.Wizard_Steps_11:after {
	left: 4.5454545455%;
	right: 4.5454545455%;
}

.Wizard_Steps_12 > * {
	width: 8.3333333333%;
}

.Wizard_Steps_12:after {
	left: 4.1666666667%;
	right: 4.1666666667%;
}

.Wizard_Steps_13 > * {
	width: 7.6923076923%;
}

.Wizard_Steps_13:after {
	left: 3.8461538462%;
	right: 3.8461538462%;
}

.Wizard_Steps_14 > * {
	width: 7.1428571429%;
}

.Wizard_Steps_14:after {
	left: 3.5714285714%;
	right: 3.5714285714%;
}

.Wizard_Steps_15 > * {
	width: 6.6666666667%;
}

.Wizard_Steps_15:after {
	left: 3.3333333333%;
	right: 3.3333333333%;
}

.Wizard_Steps_16 > * {
	width: 6.25%;
}

.Wizard_Steps_16:after {
	left: 3.125%;
	right: 3.125%;
}

.Wizard_Steps_17 > * {
	width: 5.8823529412%;
}

.Wizard_Steps_17:after {
	left: 2.9411764706%;
	right: 2.9411764706%;
}

.Wizard_Steps_18 > * {
	width: 5.5555555556%;
}

.Wizard_Steps_18:after {
	left: 2.7777777778%;
	right: 2.7777777778%;
}

.Wizard_Steps_19 > * {
	width: 5.2631578947%;
}

.Wizard_Steps_19:after {
	left: 2.6315789474%;
	right: 2.6315789474%;
}

.Wizard_Steps_20 > * {
	width: 5%;
}

.Wizard_Steps_20:after {
	left: 2.5%;
	right: 2.5%;
}

/*************************************************
 * D.300: Portlets
*************************************************/

/**
 *  Custom shapedtable styles
 *
 *  Available Styles:
 *  - ShapedTable_Tiles - Shapedtable consists of five tiles
 */

/* Table parent element */

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records {
	display: -ms-grid;
	display: grid;
    grid-template-columns: [col1] 1fr;
    grid-template-rows: [row1] 1fr [row2] min-content [row3] min-content [row4] min-content [row5] min-content;
    overflow: hidden;
}

/* Table child elements */

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="1"] {
    grid-column-start: col1;
    grid-column-end: col1;
    grid-row-start: row1;
    grid-row-end: row1;
}

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="2"] {
    grid-column-start: col1;
    grid-column-end: col1;
    grid-row-start: row2;
    grid-row-end: row2;
    border-bottom: 0.1rem solid #dadce0;
}

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="3"] {
    grid-column-start: col1;
    grid-column-end: col1;
    grid-row-start: row3;
    grid-row-end: row3;
    border-bottom: 0.1rem solid #dadce0;
}

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="4"] {
    grid-column-start: col1;
    grid-column-end: col1;
    grid-row-start: row4;
    grid-row-end: row4;
    border-bottom: 0.1rem solid #dadce0;
}

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="5"] {
    grid-column-start: col1;
    grid-column-end: col1;
    grid-row-start: row5;
    grid-row-end: row5;
}

/* Other container  */

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div:not([data-tablerecord-count="1"]) > div[data-html-structure="container"],
.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div:not([data-tablerecord-count="1"]) > div[data-html-structure="container"] div {
    width: 100%;
    height: 100%;
}

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div:not([data-tablerecord-count="1"]) .Custom_ShapedTable_Item > div.row:nth-of-type(2),
.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div:not([data-tablerecord-count="1"]) .Custom_ShapedTable_Teaser {
	display: none;
}

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="1"] .Custom_ShapedTable_Item {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
    height: 40rem;
}

/* Preview */

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="1"] .Custom_ShapedTable_Preview {
	display: none;
}

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div:not([data-tablerecord-count="1"]) .Custom_ShapedTable_Preview a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
    font-size: 1.4rem;
	font-weight: bold;
    width: 100%;
    height: 100%;
    min-height: 5rem;
    padding: 0.5rem;
}

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div:not([data-tablerecord-count="1"]) .Custom_ShapedTable_Preview a:hover {
	background-color: #eee;
}

/* Teaser */

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="1"] .Custom_ShapedTable_Teaser {
	position: absolute;
	bottom: 1.5rem;
	left: 1.5rem;
	background-color: rgba(246,248,249,0.95);
	padding: 1rem;
    width: 90%;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
    -ms-box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="1"] .Item_Teaser_Title {
	margin-bottom: 1rem;
}

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="1"] .Item_Teaser_Title a {
	font-size: 1.8rem;
	font-weight: bold;
}

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="1"] .Item_Teaser_Meta > div.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="1"] .Teaser_Meta_User_Avatar img {
	margin-right: 1rem;
}


.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="1"] .Teaser_Meta_Date span.Text_Date::before {
	content: 'calendar_today';
}

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="1"] .Teaser_Meta_Date div.row > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="1"] .Teaser_Meta_Separator {
	margin: 0 0.5rem;
}

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="1"] .Item_Teaser_Text {
    margin: 1.5rem 0;
}

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="1"] .Item_Teaser_Buttons {
	margin: 1rem 0 0.0;
}

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="1"] .Item_Teaser_Buttons > div.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="1"] .Teaser_Link_ReadOn,
.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="1"] .Teaser_Link_More,
.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="1"] .Teaser_Meta_Date span.Text_Date {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="1"] .Teaser_Link_ReadOn::before,
.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="1"] .Teaser_Link_More::before,
.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="1"] .Teaser_Meta_Date span::before{
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 1.8rem;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
	margin-right: 0.5rem;
}

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="1"] .Teaser_Link_ReadOn::before {
	content: 'read_more';
}

.Custom_ShapedTable.ShapedTable_Tiles .shapedtable-records > div[data-tablerecord-count="1"] .Teaser_Link_More::before {
	content: 'more';
}


/**
 * Portlet Card
 *
 * Bestimmt das Aussehen von Porlet-Infocards bestehend aus:
 * - Allg. Einstellungen
 * - Card Content
 * - Card Footer
*/

/* Portlet Card Allg. Einst. */

.Portlet_Card > div.row
{
	width: 100%;
	height: auto;
}

.Portlet_Card div.row:last-child
{
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-top: auto;
}

.Portlet_Card
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 30rem;
}

.Portlet_Card:hover
{
	text-decoration: none;
}

/* Portlet Card Content */

.Portlet_Card .Portlet_Card_Content
{
	min-height: 25rem;
}

/* Portlet Card Footer */

.Portlet_Card .Portlet_Card_Footer
{
	width: 100%;
	height: 5rem;
	background-color: var(--color-white-dark);
	border-top: 0.1rem solid var(--color-grey);
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.Portlet_Card .Portlet_Card_Footer > row
{
	height: 100%;
}

.Portlet_Card .Portlet_Card_Footer a
{
	white-space: nowrap;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0;
	line-height: 5rem;
	font-size: 20px;
	font-size: 2rem;
}

.Portlet_Card .Portlet_Card_Footer a::before
{
	display: inline-block;
	font-family: 'Material Icons';
	font-size: 20px;
	line-height: 1;
	direction: ltr;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content: 'keyboard_arrow_right';
	color: var(--color-hue-two);
	padding: 0 8px;
}

.Portlet_Card .Portlet_Card_Footer a:hover
{
	text-decoration: none;
	color: var(--color-hue-two);
}

.Portlet_Card .Portlet_Card_Footer:hover
{
	background-color: var(--color-grey);
}

/* Portlet Card Icon */

.Portlet_Card .Portlet_Icon
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: var(--color-hue-two);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 150px;
	font-size: 15rem;
}

/*************************************************
 * Sonstige
*************************************************/

/**
* More Button
*/

.Container_Group_MoreBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 7.5rem;
}

@media only screen and (min-width:481px) {
	.Container_Group_MoreBtn {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-ms-flex-line-pack: end;
		align-content: flex-end;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media only screen and (min-width:1025px) {
	.Container_Group_MoreBtn {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}


/**
* Horizontal Controls
*/

.Align_Horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (min-width:1025px) {
	.Align_Horizontal {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.Align_Horizontal div.row:nth-child(1) {
		width: 30%;
	}
	.Align_Horizontal div.row:nth-child(2) {
		width: 70%;
	}
}



/***************************************************************************************************
 * LEGACY
***************************************************************************************************/

/**
 *  Depracated
 *
 *  Nicht mehr einsetzen!
 *  Stilklassen werden mit einem der nächsten Updates entfernt.
*/

.Text_Tooltip.Tooltip_Small i {
	font-size: 1.4rem;
}
.Text_Tooltip.Tooltip_Medium i {
	font-size: 1.8rem;
}
.Text_Tooltip.Tooltip_Large i {
	font-size: 2.4rem;
}

.Text_Tooltip:hover {
    cursor: help;
}

.Text_Icon span {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
}

.Text_Icon span i {
	margin-right: 1rem;
	color: var(--color-hue-two);
}

.Text_Filterbox_Header {
	font-weight: 600;
	border: none !important;
	background: none !important;
}

.Text_Filterbox_Label {
	border: none !important;
	background: none !important;
}

/* LEGACY: Control Style */
/*
.Link_Style_Control {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex!important;
	align-items: center;
	justify-content: center;
	border: 1px solid #d5dce0;
	border-radius: 3px;
	box-sizing: border-box;
	color: #2c3e50;
	height: 35px;
	padding: 5px 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.Link_Style_Control:visited,
.Link_Style_Control:focus,
.Link_Style_Control:hover,
.Link_Style_Control:active {
	text-decoration: none;
	background-color: #eee;
}

.Link_Style_Control::before,
.Link_Style_Control:link::before {
	margin: 0;
	font-size: 18px;
}

.Link_Style_Control:hover::before,
.Link_Style_Control:hover:link::before {
	color: #212121;
}
*/

.messagecontainer {
	font-family: "Rubik", "Helvetica", "Arial", "DejaVu Sans", "Trebuchet MS", "Nimbus Sans L", "FreeSans", "Bitstream Vera Sans";
	background-image: url(../../images/assets/common/message.png);
	position: relative;
    height: 400px;
    width: 600px;
    padding: 65px 0 0 30px;
    color: #2a2a2a;
    box-sizing: border-box;
}
.message {
   
    width: 500px;
    font-size: 14px;
    font-weight: 700;
	margin-bottom: 80px;
}
 
.licenseinfo {
 
    font-weight: 700;
    font-size: 18px;
    
}
.contactinfo{
  
    width: 300px;
    font-size: 11px;
 
}
.contactinfo a {
    font-size: 11px;
    color: #2A2A2A;
	position: absolute;
    bottom: 20px;
    display: block;
}
