.box-sizing-border
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.box-sizing-content
{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
}

.text-left
{
	text-align: left;
}

.text-right
{
	text-align: right;
}

.text-center
{
	text-align: center;
}

.text-justify
{
	text-align: justify;
}

.text-ellipsis
{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.text-bold
{
	font-weight: bold;
}

.text-normal
{
	font-weight: normal;
}

.text-italic
{
	font-style: italic;
}

.no-border
{
	border: 0 !important;
}

.border
{
	border: 1px #eaeaea solid;
}

.border-left
{
	border-left: 1px #eaeaea solid;
}

.border-right
{
	border-right: 1px #eaeaea solid;
}

.border-top
{
	border-top: 1px #eaeaea solid;
}

.border-bottom
{
	border-bottom: 1px #eaeaea solid;
}

.collapse-separate
{
	border-collapse: separate;
}

.collapse-collapse
{
	border-collapse: collapse;
}

.pos-abs
{
	position: absolute;
}

.pos-rel
{
	position: relative;
}

.pos-fix
{
	position: fixed;
}

.place-left
{
	float: left;
}

.place-right
{
	float: right;
}

.place-top-left
{
	position: absolute;
	top: 0;
	left: 0;
}

.place-top-right
{
	position: absolute;
	top: 0;
	right: 0;
}

.place-bottom-left
{
	position: absolute;
	bottom: 0;
	left: 0;
}

.place-bottom-right
{
	position: absolute;
	bottom: 0;
	right: 0;
}

.on-left
{
	margin-right: 5px;
}

.on-right
{
	margin-left: 5px;
}

.on-left-more
{
	margin-right: 10px;
}

.on-right-more
{
	margin-left: 10px;
}

.padding5
{
	padding: 5px;
}

.padding10
{
	padding: 10px;
}

.padding15
{
	padding: 15px;
}

.padding20
{
	padding: 20px;
}

.margin5
{
	margin: 5px;
}

.margin10
{
	margin: 10px;
}

.margin15
{
	margin: 15px;
}

.margin20
{
	margin: 20px;
}

.nlm
{
	margin-left: 0 !important;
}

.nrm
{
	margin-right: 0 !important;
}

.ntm
{
	margin-top: 0 !important;
}

.nbm
{
	margin-bottom: 0 !important;
}

.nlp
{
	padding-left: 0 !important;
}

.nrp
{
	padding-right: 0 !important;
}

.ntp
{
	padding-top: 0 !important;
}

.nbp
{
	padding-bottom: 0 !important;
}

.no-margin
{
	margin: 0 !important;
}

.no-padding
{
	padding: 0 !important;
}

.no-float
{
	float: none !important;
}

.block
{
	display: block !important;
	float: none !important;
}

.inline-block
{
	display: inline-block !important;
}

.hide, .no-display
{
	display: none !important;
}

.no-visible
{
	visibility: hidden !important;
}

.visible
{
	visibility: visible !important;
}

.scroll-y, .scroll-vertical
{
	overflow-y: scroll;
}

.scroll-x, .scroll-horizontal
{
	overflow-x: scroll;
}

.no-overflow
{
	overflow: hidden;
}

.overflow
{
	overflow: scroll;
}

.one-column
{
	-moz-columns: 1;
	-webkit-columns: 1;
	-o-columns: 1;
	-ms-columns: 1;
	columns: 1;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	-o-column-gap: 20px;
	-ms-column-gap: 20px;
	column-gap: 20px;
}

.two-columns
{
	-moz-columns: 2;
	-webkit-columns: 2;
	-o-columns: 2;
	-ms-columns: 2;
	columns: 2;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	-o-column-gap: 20px;
	-ms-column-gap: 20px;
	column-gap: 20px;
}

.three-columns
{
	-moz-columns: 3;
	-webkit-columns: 3;
	-o-columns: 3;
	-ms-columns: 3;
	columns: 3;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	-o-column-gap: 20px;
	-ms-column-gap: 20px;
	column-gap: 20px;
}

.four-columns
{
	-moz-columns: 4;
	-webkit-columns: 4;
	-o-columns: 4;
	-ms-columns: 4;
	columns: 4;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	-o-column-gap: 20px;
	-ms-column-gap: 20px;
	column-gap: 20px;
}

.five-columns
{
	-moz-columns: 5;
	-webkit-columns: 5;
	-o-columns: 5;
	-ms-columns: 5;
	columns: 5;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	-o-column-gap: 20px;
	-ms-column-gap: 20px;
	column-gap: 20px;
}

.square5
{
	width: 5px;
	height: 5px;
}

.square10
{
	width: 10px;
	height: 10px;
}

.square15
{
	width: 15px;
	height: 15px;
}

.square20
{
	width: 20px;
	height: 20px;
}

.shadow
{
	box-shadow: 0 2px 6px rgba(0,0,0,0.3),0 3px 8px rgba(0,0,0,0.2);
}

.text-shadow
{
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

.opacity
{
	opacity: .9;
}

.half-opacity
{
	opacity: .5;
}

.hi-opacity
{
	opacity: .2;
}

.clearfix:before, .clearfix:after
{
	display: table;
	content: "";
}

.clearfix:after
{
	clear: both;
}

#element .selected
{
	border: 4px #4390df solid;
}

	#element .selected:after
	{
		position: absolute;
		display: block;
		border-top: 28px solid #4390df;
		border-left: 28px solid transparent;
		right: 0;
		content: "";
		top: 0;
		z-index: 101;
	}

	#element .selected:before
	{
		position: absolute;
		display: block;
		content: "\e003";
		color: #fff;
		right: 0;
		font-family: 'metroSysIcons';
		font-size: 9pt;
		font-weight: normal;
		z-index: 102;
		top: 0;
	}

.rotate45
{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.rotate90
{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.rotate135
{
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.rotate180
{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rotate225
{
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

.rotate270
{
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.rotate360
{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.rotateX45
{
	-webkit-transform: rotateX(45deg);
	-moz-transform: rotateX(45deg);
	-ms-transform: rotateX(45deg);
	-o-transform: rotateX(45deg);
	transform: rotateX(45deg);
}

.rotateX90
{
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.rotateX135
{
	-webkit-transform: rotateX(135deg);
	-moz-transform: rotateX(135deg);
	-ms-transform: rotateX(135deg);
	-o-transform: rotateX(135deg);
	transform: rotateX(135deg);
}

.rotateX180
{
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.rotateX225
{
	-webkit-transform: rotateX(225deg);
	-moz-transform: rotateX(225deg);
	-ms-transform: rotateX(225deg);
	-o-transform: rotateX(225deg);
	transform: rotateX(225deg);
}

.rotateX270
{
	-webkit-transform: rotateX(270deg);
	-moz-transform: rotateX(270deg);
	-ms-transform: rotateX(270deg);
	-o-transform: rotateX(270deg);
	transform: rotateX(270deg);
}

.rotateX360
{
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

.rotateY45
{
	-webkit-transform: rotateY(45deg);
	-moz-transform: rotateY(45deg);
	-ms-transform: rotateY(45deg);
	-o-transform: rotateY(45deg);
	transform: rotateY(45deg);
}

.rotateY90
{
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

.rotateY135
{
	-webkit-transform: rotateY(135deg);
	-moz-transform: rotateY(135deg);
	-ms-transform: rotateY(135deg);
	-o-transform: rotateY(135deg);
	transform: rotateY(135deg);
}

.rotateY180
{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.rotateY225
{
	-webkit-transform: rotateY(225deg);
	-moz-transform: rotateY(225deg);
	-ms-transform: rotateY(225deg);
	-o-transform: rotateY(225deg);
	transform: rotateY(225deg);
}

.rotateY270
{
	-webkit-transform: rotateY(270deg);
	-moz-transform: rotateY(270deg);
	-ms-transform: rotateY(270deg);
	-o-transform: rotateY(270deg);
	transform: rotateY(270deg);
}

.rotateY360
{
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

@font-face
{
	font-family: "PT Serif Caption";
	font-style: normal;
	font-weight: 400;
	src: local("Cambria"),local("PT Serif Caption"),local("PTSerif-Caption"),url(https://themes.googleusercontent.com/static/fonts/ptserifcaption/v6/7xkFOeTxxO1GMC1suOUYWWhBabBbEjGd1iRmpyoZukE.woff) format('woff');
}

@font-face
{
	font-family: "Open Sans Light";
	font-style: normal;
	font-weight: 300;
	src: local("Segoe UI Light"),local("Open Sans Light"),local("OpenSans-Light"),url(https://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}

@font-face
{
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	src: local("Segoe UI"),local("Open Sans"),local("OpenSans"),url(https://themes.googleusercontent.com/static/fonts/opensans/v8/K88pR3goAWT7BTt32Z01mz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face
{
	font-family: "Open Sans Bold";
	font-style: normal;
	font-weight: 700;
	src: local("Segoe UI Bold"),local("Open Sans Bold"),local("OpenSans-Bold"),url(https://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzJ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}

.text-rest-state
{
	color: #000;
}

.text-rest2-state
{
	color: #000;
}

.text-hover-state
{
	color: rgba(0,0,0,0.8);
}

.text-pressed-state
{
	color: rgba(0,0,0,0.4);
}

#font .light
{
	font-weight: 300;
}

#font .normal
{
	font-weight: normal;
	font-style: normal;
}

#font .bold
{
	font-weight: bold;
}

#font .italic
{
	font-style: italic;
}

#font .segoe
{
	font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
}

#font .segoe-bold
{
	font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;
}

#font .segoe-light
{
	font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
}

#font .cambria
{
	font-family: 'Cambria_','PT Serif Caption',Verdana,Arial,Helvetica,sans-serif;
}

#font .mono
{
	font-family: 'Courier New',monospace;
}

#font .serif
{
	font-family: Georgia,"Times New Roman",Times,serif;
}

#font .sans
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.header, .subheader
{
	font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
	font-weight: 300;
	color: #000;
	letter-spacing: .00em;
}

.header
{
	font-size: 4.8rem;
	line-height: 4.8rem;
}

.subheader
{
	font-size: 2.5rem;
	line-height: 2.5rem;
	letter-spacing: .01em;
}

.subheader-secondary
{
	font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
	font-weight: 300;
	letter-spacing: .00em;
	font-size: 2.5rem;
	line-height: 2.5rem;
	letter-spacing: .01em;
	color: #000;
	font-size: 2.2rem;
	line-height: 2.2rem;
}

.item-title
{
	font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.6rem;
	letter-spacing: .02em;
}

.item-title-secondary
{
	font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.6rem;
	letter-spacing: .02em;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.4rem;
}

.navigation
{
	font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000;
	font-size: 1.2rem;
	line-height: 1.2rem;
	letter-spacing: .02em;
}

.body-text
{
	font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000;
	font-size: 11pt;
	line-height: 15pt;
	letter-spacing: .02em;
}

.code-text
{
	font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000;
	font-size: 11pt;
	line-height: 15pt;
	letter-spacing: .02em;
	font-family: 'Courier New',monospace;
}

.tertiary-text
{
	font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	font-size: 1.3rem;
	line-height: 1.5rem;
	font-weight: normal !important;
}

.tertiary-text-secondary
{
	font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.3rem;
	line-height: 1.5rem;
	font-weight: normal !important;
	color: #000;
}

.readable-text
{
	font-family: 'Cambria_','PT Serif Caption',Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 2rem;
}

.menu-title
{
	font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
	font-weight: 300;
	color: #000;
	letter-spacing: .00em;
	font-size: 2.5rem;
	line-height: 2.5rem;
	letter-spacing: .01em;
	font-size: 4rem;
}

.menu-item
{
	font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
	font-weight: 300;
	letter-spacing: .00em;
	font-size: 2.5rem;
	line-height: 2.5rem;
	letter-spacing: .01em;
	color: #000;
	line-height: 2.2rem;
	font-size: 2.2rem;
}

.menu-item-secondary
{
	font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.6rem;
	letter-spacing: .02em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4rem;
}

.text-muted
{
	color: #999 !important;
}

.text-info
{
	color: #1ba1e2 !important;
}

.text-alert
{
	color: #e51400 !important;
}

.text-warning
{
	color: #fa6800 !important;
}

.text-success
{
	color: #60a917 !important;
}
.unstyled
{
	padding-left: 0;
	list-style: none;
}

	.unstyled li ul, .unstyled li ol
	{
		list-style: none;
		padding-left: 25px;
	}

.inline
{
	list-style: none;
}

	.inline li
	{
		display: inline-block;
		padding-left: 5px;
		padding-right: 5px;
	}

.prettyprint *
{
	font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000;
	font-size: 11pt;
	line-height: 15pt;
	letter-spacing: .02em;
	font-family: 'Courier New',monospace;
	font-size: .9em !important;
	line-height: 10pt;
}

.container
{
	margin: 0 auto;
}

.page
{
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

	.page:before, .page:after
	{
		display: table;
		content: "";
	}

	.page:after
	{
		clear: both;
	}

	.page .page-header .page-header-content
	{
		min-height: auto;
	}

		.page .page-header .page-header-content:before, .page .page-header .page-header-content:after
		{
			display: table;
			content: "";
		}

		.page .page-header .page-header-content:after
		{
			clear: both;
		}

		.page .page-header .page-header-content .branding
		{
			display: inline-block;
			width: auto;
			padding: 10px 0;
			margin-right: 20px;
		}

			.page .page-header .page-header-content .branding .brand-title
			{
				font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
				font-weight: 300;
				color: #000;
				letter-spacing: .00em;
				font-size: 2.5rem;
				line-height: 2.5rem;
				letter-spacing: .01em;
				display: block;
			}

			.page .page-header .page-header-content .branding .brand-slogan
			{
				font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;
				font-weight: bold;
				font-size: 1.6rem;
				line-height: 1.6rem;
				letter-spacing: .02em;
				color: #000;
				font-size: 1.4rem;
				line-height: 1.4rem;
				font-weight: normal;
				font-style: normal;
				font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
				display: block;
			}

			.page .page-header .page-header-content .branding .brand-title, .page .page-header .page-header-content .branding .brand-slogan
			{
				margin: 0;
			}

			.page .page-header .page-header-content .branding a + .brand-title, .page .page-header .page-header-content .branding a + .brand-slogan
			{
				text-decoration: none !important;
			}

	.page .page-region .page-region-content
	{
		min-height: 500px;
	}

		.page .page-region .page-region-content:before, .page .page-region .page-region-content:after
		{
			display: table;
			content: "";
		}

		.page .page-region .page-region-content:after
		{
			clear: both;
		}

	.page .page-footer .page-footer-content
	{
		height: 100px;
	}

		.page .page-footer .page-footer-content:before, .page .page-footer .page-footer-content:after
		{
			display: table;
			content: "";
		}

		.page .page-footer .page-footer-content:after
		{
			clear: both;
		}

	.page.secondary .page-region-content, .page.secondary .page-header-content
	{
		padding-left: 80px;
	}

.app-bar
{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 100px;
	background-color: #1d1d1d;
	z-index: 1060;
}

.charms
{
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	min-width: 200px;
	width: auto;
	z-index: 1060;
}

	.charms.place-left
	{
		left: 0;
		right: auto;
	}

.message-dialog
{
	position: fixed;
	left: 0;
	right: 0;
	height: auto;
	min-height: 100px;
	top: 30%;
	padding: 10px 10px 0;
	z-index: 1050;
}

.error-bar, .warning-bar, .info-bar
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px 20px;
	color: #fff;
	min-height: 100px;
	z-index: 1050;
}

.error-bar
{
	background-color: #9a1616 !important;
}

.warning-bar
{
	background-color: #bf5a15 !important;
}

.info-bar
{
	background-color: #4390df !important;
}

.span1, .size1
{
	width: 60px !important;
}

.span2, .size2
{
	width: 140px !important;
}

.span3, .size3
{
	width: 220px !important;
}

.span4, .size4
{
	width: 300px !important;
}

.span5, .size5
{
	width: 380px !important;
}

.span6, .size6
{
	width: 460px !important;
}

.span7, .size7
{
	width: 540px !important;
}

.span8, .size8
{
	width: 620px !important;
}

.span9, .size9
{
	width: 700px !important;
}

.span10, .size10
{
	width: 780px !important;
}

.span11, .size11
{
	width: 860px !important;
}

.span12, .size12
{
	width: 940px !important;
}

.offset1
{
	margin-left: 80px !important;
}

	.offset1:not(:first-child)
	{
		margin-left: 100px !important;
	}

.offset2
{
	margin-left: 160px !important;
}

	.offset2:not(:first-child)
	{
		margin-left: 180px !important;
	}

.offset3
{
	margin-left: 240px !important;
}

	.offset3:not(:first-child)
	{
		margin-left: 260px !important;
	}

.offset4
{
	margin-left: 320px !important;
}

	.offset4:not(:first-child)
	{
		margin-left: 340px !important;
	}

.offset5
{
	margin-left: 400px !important;
}

	.offset5:not(:first-child)
	{
		margin-left: 420px !important;
	}

.offset6
{
	margin-left: 480px !important;
}

	.offset6:not(:first-child)
	{
		margin-left: 500px !important;
	}

.offset7
{
	margin-left: 560px !important;
}

	.offset7:not(:first-child)
	{
		margin-left: 580px !important;
	}

.offset8
{
	margin-left: 640px !important;
}

	.offset8:not(:first-child)
	{
		margin-left: 660px !important;
	}

.offset9
{
	margin-left: 720px !important;
}

	.offset9:not(:first-child)
	{
		margin-left: 740px !important;
	}

.offset10
{
	margin-left: 800px !important;
}

	.offset10:not(:first-child)
	{
		margin-left: 820px !important;
	}

.offset11
{
	margin-left: 880px !important;
}

	.offset11:not(:first-child)
	{
		margin-left: 900px !important;
	}

.offset12
{
	margin-left: 960px !important;
}

	.offset12:not(:first-child)
	{
		margin-left: 980px !important;
	}

.grid
{
	margin-bottom: 20px;
}

	.grid .row
	{
		display: block;
		margin-top: 20px;
	}

		.grid .row:before, .grid .row:after
		{
			display: table;
			content: "";
		}

		.grid .row:after
		{
			clear: both;
		}

		.grid .row [class*="span"]
		{
			float: left;
			min-height: 1px;
			margin-left: 20px;
		}

			.grid .row [class*="span"]:first-child
			{
				margin-left: 0;
			}

	.grid.fluid
	{
		width: 100%;
	}

		.grid.fluid .row .span1
		{
			width: 6.382978% !important;
		}

		.grid.fluid .row .span2
		{
			width: 14.893615% !important;
		}

		.grid.fluid .row .span3
		{
			width: 23.404252% !important;
		}

		.grid.fluid .row .span4
		{
			width: 31.914889% !important;
		}

		.grid.fluid .row .span5
		{
			width: 40.425526% !important;
		}

		.grid.fluid .row .span6
		{
			width: 48.936163% !important;
		}

		.grid.fluid .row .span7
		{
			width: 57.4468% !important;
		}

		.grid.fluid .row .span8
		{
			width: 65.957437% !important;
		}

		.grid.fluid .row .span9
		{
			width: 74.468074% !important;
		}

		.grid.fluid .row .span10
		{
			width: 82.978711% !important;
		}

		.grid.fluid .row .span11
		{
			width: 91.489348% !important;
		}

		.grid.fluid .row .span12
		{
			width: 99.999985% !important;
		}

		.grid.fluid .row [class*="span"]
		{
			margin-left: 2.127659%;
		}

			.grid.fluid .row [class*="span"]:first-child
			{
				margin-left: 0;
			}

		.grid.fluid .row .offset1
		{
			margin-left: 8.510637% !important;
		}

			.grid.fluid .row .offset1:not(:first-child)
			{
				margin-left: 10.638296% !important;
			}

		.grid.fluid .row .offset2
		{
			margin-left: 17.021274% !important;
		}

			.grid.fluid .row .offset2:not(:first-child)
			{
				margin-left: 19.148933% !important;
			}

		.grid.fluid .row .offset3
		{
			margin-left: 25.531911% !important;
		}

			.grid.fluid .row .offset3:not(:first-child)
			{
				margin-left: 27.65957% !important;
			}

		.grid.fluid .row .offset4
		{
			margin-left: 34.042548% !important;
		}

			.grid.fluid .row .offset4:not(:first-child)
			{
				margin-left: 36.170207% !important;
			}

		.grid.fluid .row .offset5
		{
			margin-left: 42.553185% !important;
		}

			.grid.fluid .row .offset5:not(:first-child)
			{
				margin-left: 44.680844% !important;
			}

		.grid.fluid .row .offset6
		{
			margin-left: 51.063822% !important;
		}

			.grid.fluid .row .offset6:not(:first-child)
			{
				margin-left: 53.191481% !important;
			}

		.grid.fluid .row .offset7
		{
			margin-left: 59.574459% !important;
		}

			.grid.fluid .row .offset7:not(:first-child)
			{
				margin-left: 61.702118% !important;
			}

		.grid.fluid .row .offset8
		{
			margin-left: 68.085096% !important;
		}

			.grid.fluid .row .offset8:not(:first-child)
			{
				margin-left: 70.212755% !important;
			}

		.grid.fluid .row .offset9
		{
			margin-left: 76.595733% !important;
		}

			.grid.fluid .row .offset9:not(:first-child)
			{
				margin-left: 78.723392% !important;
			}

		.grid.fluid .row .offset10
		{
			margin-left: 85.10637% !important;
		}

			.grid.fluid .row .offset10:not(:first-child)
			{
				margin-left: 87.234029% !important;
			}

		.grid.fluid .row .offset11
		{
			margin-left: 93.617007% !important;
		}

			.grid.fluid .row .offset11:not(:first-child)
			{
				margin-left: 95.744666% !important;
			}

		.grid.fluid .row .offset12
		{
			margin-left: 102.127644% !important;
		}

			.grid.fluid .row .offset12:not(:first-child)
			{
				margin-left: 104.255303% !important;
			}

.table
{
	width: 100%;
	margin-bottom: 14pt;
}

	.table th, .table td
	{
		padding: 8px;
		font-size: 14px;
		line-height: 14pt;
		vertical-align: top;
		border-bottom: 1px #eaeaea solid;
	}

		.table th[class*="span"], .table td[class*="span"]
		{
			display: table-cell !important;
			float: none !important;
			margin: 0;
		}

	.table thead th
	{
		vertical-align: bottom;
	}

	.table thead th, .table thead td
	{
		border-bottom: 1px solid #111;
	}

	.table tbody tr:last-child td
	{
		border-bottom: 0;
	}

	.table tbody + tbody
	{
		border-top: 2px solid #eaeaea;
	}

	.table tfoot th, .table tfoot td
	{
		border-top: 1px solid #111;
	}

	.table .table
	{
		background-color: #bfbfbf;
	}

	.table.condensed th, .table.condensed td
	{
		padding: 4px 5px;
	}

		.table.condensed th .input-control, .table.condensed td .input-control
		{
			margin: 0;
		}

	.table.super-condensed th, .table.super-condensed td
	{
		padding: 2px;
	}

		.table.super-condensed th .input-control, .table.super-condensed td .input-control
		{
			margin: 0;
		}

	.table.striped tbody tr:nth-child(odd)
	{
		background: #eee;
	}

	.table.bordered
	{
		border: 1px #eaeaea solid;
		border-left: 0;
	}

		.table.bordered td, .table.bordered th
		{
			border-left: 1px #eaeaea solid;
			border-bottom: 1px #eaeaea solid;
		}

	.table.no-border td, .table.no-border th
	{
		border: 0;
	}

	.table.border
	{
		border: 1px #eaeaea solid !important;
	}

	.table.hovered tbody tr:hover
	{
		background-color: rgba(28,183,236,0.1);
	}

	.table tr.success
	{
		background-color: #60a917 !important;
	}

	.table tr.error
	{
		background-color: #e51400 !important;
	}

	.table tr.warning
	{
		background-color: #fa6800 !important;
	}

	.table tr.info
	{
		background-color: #4390df !important;
	}

		.table tr.info td, .table tr.warning td, .table tr.error td, .table tr.success td, .table tr.info td *, .table tr.warning td *, .table tr.error td *, .table tr.success td *
		{
			color: #fff !important;
		}

	.table tr.selected
	{
		background-color: rgba(28,183,236,0.1);
	}

.button
{
	padding: 4px 12px;
	text-align: center;
	vertical-align: middle !important;
	background-color: #d9d9d9;
	border: 1px transparent solid;
	color: #222;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	outline: 0;
	font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin: auto;
}

	.button.default
	{
		background-color: #008287;
		color: #fff;
	}

	.button:focus
	{
		outline: 0;
		border: 1px #353535 dotted;
	}

	.button:disabled, .button.disabled
	{
		background-color: #eaeaea !important;
		color: #bebebe !important;
		cursor: not-allowed !important;
	}

	.button *
	{
		color: inherit;
	}

		.button *:hover
		{
			color: inherit;
		}

.button.primary
{
	background-color: #16499a !important;
	color: #fff !important;
}

.button.info
{
	background-color: #4390df !important;
	color: #fff !important;
}

.button.success
{
	background-color: #60a917 !important;
	color: #fff !important;
}

.button.warning
{
	background-color: #fa6800 !important;
	color: #fff !important;
}

.button.danger
{
	background-color: #9a1616 !important;
	color: #fff !important;
}

.button.inverse
{
	background-color: #1d1d1d !important;
	color: #fff !important;
}

.button.link
{
	background-color: transparent !important;
	color: #2e92cf !important;
}

	.button.link:hover
	{
		text-decoration: underline;
	}

	.button.link:disabled, .button.link.disabled
	{
		background-color: transparent !important;
		color: #bebebe !important;
		cursor: not-allowed !important;
	}

	.button.link [class*="icon-"]
	{
		text-decoration: none !important;
	}

.command-button
{
	padding: 4px 12px;
	text-align: center;
	vertical-align: middle !important;
	background-color: #d9d9d9;
	border: 1px transparent solid;
	color: #222;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	outline: 0;
	font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin: auto;
	text-align: left;
	font-size: 14pt;
	width: auto;
}

	.command-button.default
	{
		background-color: #008287;
		color: #fff;
	}

	.command-button:focus
	{
		outline: 0;
		border: 1px #353535 dotted;
	}

	.command-button:disabled, .command-button.disabled
	{
		background-color: #eaeaea !important;
		color: #bebebe !important;
		cursor: not-allowed !important;
	}

	.command-button *
	{
		color: inherit;
	}

		.command-button *:hover
		{
			color: inherit;
		}

	.command-button.primary
	{
		background-color: #16499a !important;
		color: #fff !important;
	}

	.command-button.info
	{
		background-color: #4390df !important;
		color: #fff !important;
	}

	.command-button.success
	{
		background-color: #60a917 !important;
		color: #fff !important;
	}

	.command-button.warning
	{
		background-color: #fa6800 !important;
		color: #fff !important;
	}

	.command-button.danger
	{
		background-color: #9a1616 !important;
		color: #fff !important;
	}

	.command-button.inverse
	{
		background-color: #1d1d1d !important;
		color: #fff !important;
	}

	.command-button.link
	{
		background-color: transparent !important;
		color: #2e92cf !important;
	}

		.command-button.link:hover
		{
			text-decoration: underline;
		}

		.command-button.link:disabled, .command-button.link.disabled
		{
			background-color: transparent !important;
			color: #bebebe !important;
			cursor: not-allowed !important;
		}

		.command-button.link [class*="icon-"]
		{
			text-decoration: none !important;
		}

	.command-button:active
	{
		background-color: #1d1d1d !important;
		color: #fff !important;
		border-color: transparent;
	}

	.command-button.large
	{
		padding: 11px 19px;
		font-size: 17.5px;
	}

	.command-button.small
	{
		padding: 2px 10px;
		font-size: 11.9px;
	}

	.command-button.mini
	{
		padding: 0 6px;
		font-size: 10.5px;
	}

	.command-button small
	{
		display: block;
		font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
		font-size: 1.3rem;
		line-height: 1.5rem;
		font-weight: normal !important;
		color: #000;
		color: inherit;
	}

	.command-button [class*="icon-"]
	{
		font-size: 1.7em;
		margin-top: 0;
	}

		.command-button [class*="icon-"].on-left
		{
			float: left;
		}

		.command-button [class*="icon-"].on-right
		{
			float: right;
		}

		.command-button [class*="icon-"].on-left + small
		{
			margin-left: 40px;
		}

		.command-button [class*="icon-"].on-right + small
		{
			margin-right: 40px;
		}

.toolbar
{
	width: auto;
	margin-bottom: 10px;
}

	.toolbar:before, .toolbar:after
	{
		display: table;
		content: "";
	}

	.toolbar:after
	{
		clear: both;
	}

	.toolbar.transparent button, .toolbar .transparent button, .toolbar.transparent .button, .toolbar .transparent .button
	{
		background-color: transparent;
	}

		.toolbar.transparent button:hover, .toolbar .transparent button:hover, .toolbar.transparent .button:hover, .toolbar .transparent .button:hover
		{
			background-color: #eee;
			border: 1px #fff solid;
		}

	.toolbar button, .toolbar .button
	{
		color: inherit;
		padding: 4px 8px;
		display: block;
		float: left;
		font-size: 12pt;
		line-height: 12pt;
		margin-right: 2px;
	}

		.toolbar button:last-child, .toolbar .button:last-child
		{
			margin-right: 0;
		}

	.toolbar.no-spaces button, .toolbar .toolbar-group.no-spaces button, .toolbar.no-spaces .button, .toolbar .toolbar-group.no-spaces .button
	{
		margin-right: 0;
	}

		.toolbar.no-spaces button:active, .toolbar .toolbar-group.no-spaces button:active, .toolbar.no-spaces .button:active, .toolbar .toolbar-group.no-spaces .button:active
		{
			background-color: #1d1d1d;
			color: #fff;
			top: auto;
			left: auto;
		}

	.toolbar .divider
	{
		display: block;
		float: left;
		height: 12px;
		width: 1px;
		margin: 8px 8px;
		background-color: #999;
		vertical-align: middle !important;
	}

	.toolbar .toolbar-group
	{
		padding: 0;
		margin: 0;
		display: inline-block;
		margin-right: 10px;
		color: inherit;
	}

		.toolbar .toolbar-group:before, .toolbar .toolbar-group:after
		{
			display: table;
			content: "";
		}

		.toolbar .toolbar-group:after
		{
			clear: both;
		}

.button-dropdown
{
	position: relative;
	display: inline-block;
}

	.button-dropdown .dropdown-menu.place-right
	{
		right: 0;
		left: auto;
	}

.image-button
{
	padding: 4px 12px;
	text-align: center;
	vertical-align: middle !important;
	background-color: #d9d9d9;
	border: 1px transparent solid;
	color: #222;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	outline: 0;
	font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin: auto;
	position: relative;
	border: 0;
	padding-right: 45px;
}

	.image-button.default
	{
		background-color: #008287;
		color: #fff;
	}

	.image-button:focus
	{
		outline: 0;
		border: 1px #353535 dotted;
	}

	.image-button:disabled, .image-button.disabled
	{
		background-color: #eaeaea !important;
		color: #bebebe !important;
		cursor: not-allowed !important;
	}

	.image-button *
	{
		color: inherit;
	}

		.image-button *:hover
		{
			color: inherit;
		}

	.image-button.primary
	{
		background-color: #16499a !important;
		color: #fff !important;
	}

	.image-button.info
	{
		background-color: #4390df !important;
		color: #fff !important;
	}

	.image-button.success
	{
		background-color: #60a917 !important;
		color: #fff !important;
	}

	.image-button.warning
	{
		background-color: #fa6800 !important;
		color: #fff !important;
	}

	.image-button.danger
	{
		background-color: #9a1616 !important;
		color: #fff !important;
	}

	.image-button.inverse
	{
		background-color: #1d1d1d !important;
		color: #fff !important;
	}

	.image-button.link
	{
		background-color: transparent !important;
		color: #2e92cf !important;
	}

		.image-button.link:hover
		{
			text-decoration: underline;
		}

		.image-button.link:disabled, .image-button.link.disabled
		{
			background-color: transparent !important;
			color: #bebebe !important;
			cursor: not-allowed !important;
		}

		.image-button.link [class*="icon-"]
		{
			text-decoration: none !important;
		}

	.image-button:active
	{
		background-color: #1d1d1d !important;
		color: #fff !important;
		border-color: transparent;
	}

	.image-button.large
	{
		padding: 11px 19px;
		font-size: 17.5px;
	}

	.image-button.small
	{
		padding: 2px 10px;
		font-size: 11.9px;
	}

	.image-button.mini
	{
		padding: 0 6px;
		font-size: 10.5px;
	}

	.image-button img, .image-button:active img, .image-button [class*="icon-"]
	{
		display: block;
		position: absolute;
		float: right;
		right: 0;
		top: 0;
		padding: 5px;
		height: 100%;
		margin-left: 0;
		box-sizing: border-box;
		border: 1px transparent solid;
		z-index: 2;
		text-align: center;
	}

	.image-button [class*="icon-"]
	{
		vertical-align: middle !important;
		font-size: 12pt;
		line-height: 12pt;
		top: 0;
		right: 0;
	}

	.image-button.image-left
	{
		padding-right: 12px;
		padding-left: 45px;
	}

		.image-button.image-left img, .image-button.image-left:active img, .image-button.image-left [class*="icon-"]
		{
			right: auto;
			left: 0;
		}

	.image-button:focus
	{
		border: 0;
	}

.shortcut
{
	padding: 4px 12px;
	vertical-align: middle !important;
	background-color: #d9d9d9;
	border: 1px transparent solid;
	color: #222;
	border-radius: 0;
	cursor: pointer;
	outline: 0;
	font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin: auto;
	height: 92px;
	width: 92px;
	text-align: center;
	font-size: 12pt;
	border: 0;
	border-bottom: 2px solid transparent;
	display: inline-block;
	position: relative;
}

	.shortcut.default
	{
		background-color: #008287;
		color: #fff;
	}

	.shortcut:focus
	{
		outline: 0;
		border: 1px #353535 dotted;
	}

	.shortcut:disabled, .shortcut.disabled
	{
		background-color: #eaeaea !important;
		color: #bebebe !important;
		cursor: not-allowed !important;
	}

	.shortcut *
	{
		color: inherit;
	}

		.shortcut *:hover
		{
			color: inherit;
		}

	.shortcut.primary
	{
		background-color: #16499a !important;
		color: #fff !important;
	}

	.shortcut.info
	{
		background-color: #4390df !important;
		color: #fff !important;
	}

	.shortcut.success
	{
		background-color: #60a917 !important;
		color: #fff !important;
	}

	.shortcut.warning
	{
		background-color: #fa6800 !important;
		color: #fff !important;
	}

	.shortcut.danger
	{
		background-color: #9a1616 !important;
		color: #fff !important;
	}

	.shortcut.inverse
	{
		background-color: #1d1d1d !important;
		color: #fff !important;
	}

	.shortcut.link
	{
		background-color: transparent !important;
		color: #2e92cf !important;
	}

		.shortcut.link:hover
		{
			text-decoration: underline;
		}

		.shortcut.link:disabled, .shortcut.link.disabled
		{
			background-color: transparent !important;
			color: #bebebe !important;
			cursor: not-allowed !important;
		}

		.shortcut.link [class*="icon-"]
		{
			text-decoration: none !important;
		}

	.shortcut:active
	{
		background-color: #1d1d1d !important;
		color: #fff !important;
		border-color: transparent;
	}

	.shortcut.large
	{
		padding: 11px 19px;
		font-size: 17.5px;
	}

	.shortcut.small
	{
		padding: 2px 10px;
		font-size: 11.9px;
	}

	.shortcut.mini
	{
		padding: 0 6px;
		font-size: 10.5px;
	}

	.shortcut [class*="icon-"]
	{
		display: block;
		margin: 10px;
		font-size: 1.5em;
	}

	.shortcut small
	{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		padding: 2px 4px;
		min-height: 10px;
		min-width: 10px;
		text-align: center;
		vertical-align: middle;
		font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;
	}

	.shortcut:hover
	{
		border-color: #e51400;
	}

	.shortcut.link
	{
		border: 1px #2e92cf solid;
		text-decoration: none !important;
	}

		.shortcut.link:hover
		{
			border-bottom-width: 2px;
		}

.button-set:before, .button-set:after
{
	display: table;
	content: "";
}

.button-set:after
{
	clear: both;
}

.button-set .button, .button-set button
{
	display: block;
	float: left;
	margin: 0;
	margin-right: 2px;
}

	.button-set .button.active, .button-set button.active
	{
		background-color: #555;
		color: #fff;
	}

.button-set.no-spaces button, .button-set.no-spaces .button
{
	margin-right: 0 !important;
}

	.button-set.no-spaces button:active, .button-set.no-spaces .button:active
	{
		background-color: #1d1d1d;
		color: #fff;
		top: auto;
		left: auto;
	}

.button-set.transparent .button, .button-set.transparent button
{
	background-color: transparent;
}

	.button-set.transparent .button.active, .button-set.transparent button.active
	{
		background-color: #555;
		color: #fff;
	}

.button:active
{
	background-color: #1d1d1d !important;
	color: #fff !important;
	border-color: transparent;
}

.button.large, button.large
{
	padding: 11px 19px;
	font-size: 17.5px;
}

.button.small, button.small
{
	padding: 2px 10px;
	font-size: 11.9px;
}

.button.mini, button.mini
{
	padding: 0 6px;
	font-size: 10.5px;
}

.breadcrumbs
{
	margin: .2em;
}

	.breadcrumbs ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
		overflow: hidden;
		width: 100%;
	}

		.breadcrumbs ul li
		{
			float: left;
			margin: 0 .2em 0 1em;
		}

			.breadcrumbs ul li:first-child
			{
				margin-left: 0 !important;
			}

				.breadcrumbs ul li:first-child a:before
				{
					content: normal;
				}

			.breadcrumbs ul li:last-child
			{
				background: 0;
			}

				.breadcrumbs ul li:last-child a
				{
					color: #1d1d1d;
				}

				.breadcrumbs ul li:last-child:after, .breadcrumbs ul li:last-child:before
				{
					content: normal;
				}

		.breadcrumbs ul a
		{
			background: #d9d9d9;
			padding: .3em 1em;
			float: left;
			text-decoration: none;
			color: #2e92cf;
			position: relative;
		}

			.breadcrumbs ul a:hover
			{
				background: #1ba1e2;
				color: #fff;
			}

				.breadcrumbs ul a:hover:before
				{
					border-color: #1ba1e2 #1ba1e2 #1ba1e2 transparent;
				}

				.breadcrumbs ul a:hover:after
				{
					border-left-color: #1ba1e2;
				}

			.breadcrumbs ul a:before
			{
				content: "";
				position: absolute;
				top: 50%;
				margin-top: -1.5em;
				border-width: 1.5em 0 1.5em 1em;
				border-style: solid;
				border-color: #d9d9d9 #d9d9d9 #d9d9d9 transparent;
				left: -1em;
				margin-left: 1px;
			}

			.breadcrumbs ul a: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 #d9d9d9;
				right: -1em;
				margin-right: 1px;
			}

		.breadcrumbs ul .active, .breadcrumbs ul .active:hover
		{
			background: 0;
		}

			.breadcrumbs ul .active a, .breadcrumbs ul .active:hover a
			{
				color: #1d1d1d;
			}

			.breadcrumbs ul .active:hover a
			{
				color: #fff;
			}

			.breadcrumbs ul .active:after, .breadcrumbs ul .active:before
			{
				content: normal;
			}

	.breadcrumbs.small li
	{
		margin: 0 .2em 0 .8em;
	}

	.breadcrumbs.small a
	{
		padding: .2em 1em;
		font-size: 11.9px;
	}

	.breadcrumbs.mini li
	{
		margin: 0 .2em 0 .6em;
	}

	.breadcrumbs.mini a
	{
		padding: .1em 1em;
		font-size: 10.5px;
	}

.input-control.checkbox, .input-control.radio, .input-control.switch, .input-control.text, .input-control.password, .input-control.select, .input-control.textarea
{
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin-bottom: 7pt;
}

	.input-control.checkbox input[type="checkbox"], .input-control.radio input[type="checkbox"], .input-control.checkbox input[type="radio"], .input-control.radio input[type="radio"]
	{
		position: absolute;
		opacity: 0;
		width: 1px;
		height: 1px;
	}

		.input-control.checkbox input[type="checkbox"]:focus ~ .check, .input-control.radio input[type="checkbox"]:focus ~ .check, .input-control.checkbox input[type="radio"]:focus ~ .check, .input-control.radio input[type="radio"]:focus ~ .check
		{
			outline: 1px #999 dotted !important;
		}

	.input-control.checkbox .caption, .input-control.radio .caption
	{
		margin: 0 5px;
	}

	.input-control.checkbox .check, .input-control.radio .check
	{
		width: 20px;
		height: 20px;
		background-color: #fff;
		border: 2px #d9d9d9 solid;
		padding: 0;
		margin: 0 5px 0 0;
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}

	.input-control.checkbox.text-left .check, .input-control.radio.text-left .check
	{
		margin: 0 0 0 5px;
	}

	.input-control.checkbox:hover .check, .input-control.radio:hover .check
	{
		border-color: #919191;
	}

	.input-control.checkbox .check:active, .input-control.radio .check:active
	{
		border-color: #1e1e1e;
	}

	.input-control.checkbox .check:focus, .input-control.radio .check:focus
	{
		border-color: #919191;
	}

	.input-control.checkbox .check:after, .input-control.radio .check:after
	{
		position: absolute;
		font-family: metroSysIcons;
		font-size: 9pt;
		line-height: 9pt;
	}

	.input-control.checkbox input[type="checkbox"]:checked ~ .check:after, .input-control.radio input[type="checkbox"]:checked ~ .check:after, .input-control.checkbox input[type="radio"]:checked ~ .check:after, .input-control.radio input[type="radio"]:checked ~ .check:after
	{
		content: "\e003";
		margin: 2px;
		top: 0;
		color: #1d1d1d;
	}

	.input-control.checkbox input[type="checkbox"]:disabled ~ .check, .input-control.radio input[type="checkbox"]:disabled ~ .check, .input-control.checkbox input[type="radio"]:disabled ~ .check, .input-control.radio input[type="radio"]:disabled ~ .check
	{
		border-color: #d9d9d9;
		background-color: #e6e6e6;
	}

		.input-control.checkbox input[type="checkbox"]:disabled ~ .check:after, .input-control.radio input[type="checkbox"]:disabled ~ .check:after, .input-control.checkbox input[type="radio"]:disabled ~ .check:after, .input-control.radio input[type="radio"]:disabled ~ .check:after
		{
			color: #8a8a8a;
		}

	.input-control.checkbox input[data-show="intermediate"] ~ .check:after, .input-control.radio input[data-show="intermediate"] ~ .check:after, .input-control.checkbox input[data-show="intermediate"]:checked ~ .check:after, .input-control.radio input[data-show="intermediate"]:checked ~ .check:after
	{
		display: block;
		content: "" !important;
		width: 10px;
		height: 10px;
		background-color: #1d1d1d;
		margin: 3px;
	}

	.input-control.checkbox input[data-show="intermediate"]:disabled ~ .check:after, .input-control.radio input[data-show="intermediate"]:disabled ~ .check:after
	{
		background-color: #8a8a8a;
	}

	.input-control.radio .check
	{
		border-radius: 50%;
	}

	.input-control.radio.default-style input[type="radio"]:checked ~ .check:after
	{
		display: block;
		content: "" !important;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: #1d1d1d;
		margin: 3px;
	}

	.input-control.radio.default-style input[type="radio"]:checked:disabled ~ .check:after
	{
		background-color: #8a8a8a;
	}

	.input-control.switch input[type="checkbox"]
	{
		position: absolute;
		opacity: 0;
		width: 1px;
		height: 1px;
	}

	.input-control.switch .caption
	{
		margin: 0 5px;
	}

	.input-control.switch .check
	{
		position: relative;
		width: 45px;
		height: 18px;
		outline: 2px #a6a6a6 solid;
		border: 1px #fff solid;
		cursor: pointer;
		background: #a6a6a6;
		z-index: 1;
		display: inline-block;
		vertical-align: middle;
	}

		.input-control.switch .check:after
		{
			position: absolute;
			left: -1px;
			top: -1px;
			display: block;
			content: "";
			width: 9px;
			height: 16px;
			outline: 2px #333 solid;
			border: 1px #333 solid;
			cursor: pointer;
			background: #333;
			z-index: 2;
		}

	.input-control.switch input[type="checkbox"]:focus ~ .check, .input-control.switch input[type="radio"]:focus ~ .check
	{
		outline: 1px #999 dotted !important;
	}

	.input-control.switch input[type="checkbox"]:checked ~ .check
	{
		background: #008287;
	}

		.input-control.switch input[type="checkbox"]:checked ~ .check:after
		{
			left: auto;
			right: -1px;
		}

	.input-control.switch input[type="checkbox"]:disabled ~ .check
	{
		background-color: #e6e6e6;
		border-color: #fff;
	}

		.input-control.switch input[type="checkbox"]:disabled ~ .check:after
		{
			background-color: #8a8a8a;
			outline-color: #8a8a8a;
			border-color: #8a8a8a;
		}

.input-control.text, .input-control.password, .input-control.file, .input-control.email, .input-control.tel, .input-control.number
{
	display: inline-block;
	cursor: pointer;
	position: relative;
	background-color: #fff;
	outline: 0;
	height: 34px;
	width: 100%;
}

	.input-control.text .btn-clear, .input-control.password .btn-clear, .input-control.file .btn-clear, .input-control.email .btn-clear, .input-control.tel .btn-clear, .input-control.number .btn-clear, .input-control.text .btn-reveal, .input-control.password .btn-reveal, .input-control.file .btn-reveal, .input-control.email .btn-reveal, .input-control.tel .btn-reveal, .input-control.number .btn-reveal, .input-control.text .btn-date, .input-control.password .btn-date, .input-control.file .btn-date, .input-control.email .btn-date, .input-control.tel .btn-date, .input-control.number .btn-date, .input-control.text .btn-file, .input-control.password .btn-file, .input-control.file .btn-file, .input-control.email .btn-file, .input-control.tel .btn-file, .input-control.number .btn-file, .input-control.text .btn-search, .input-control.password .btn-search, .input-control.file .btn-search, .input-control.email .btn-search, .input-control.tel .btn-search, .input-control.number .btn-search
	{
		background-color: #f0f0f0;
		position: absolute;
		top: 5px;
		z-index: 2;
		border: 0;
		right: 4px;
		width: 24px;
		height: 24px;
		min-height: 1px;
		min-width: 1px;
		padding: 0;
		margin: 0;
		display: none;
	}

		.input-control.text .btn-clear:after, .input-control.password .btn-clear:after, .input-control.file .btn-clear:after, .input-control.email .btn-clear:after, .input-control.tel .btn-clear:after, .input-control.number .btn-clear:after, .input-control.text .btn-reveal:after, .input-control.password .btn-reveal:after, .input-control.file .btn-reveal:after, .input-control.email .btn-reveal:after, .input-control.tel .btn-reveal:after, .input-control.number .btn-reveal:after, .input-control.text .btn-date:after, .input-control.password .btn-date:after, .input-control.file .btn-date:after, .input-control.email .btn-date:after, .input-control.tel .btn-date:after, .input-control.number .btn-date:after, .input-control.text .btn-file:after, .input-control.password .btn-file:after, .input-control.file .btn-file:after, .input-control.email .btn-file:after, .input-control.tel .btn-file:after, .input-control.number .btn-file:after, .input-control.text .btn-search:after, .input-control.password .btn-search:after, .input-control.file .btn-search:after, .input-control.email .btn-search:after, .input-control.tel .btn-search:after, .input-control.number .btn-search:after
		{
			font-family: metroSysIcons;
			font-size: 1em;
		}

		.input-control.text .btn-clear:not(:disabled):active, .input-control.password .btn-clear:not(:disabled):active, .input-control.file .btn-clear:not(:disabled):active, .input-control.email .btn-clear:not(:disabled):active, .input-control.tel .btn-clear:not(:disabled):active, .input-control.number .btn-clear:not(:disabled):active, .input-control.text .btn-reveal:not(:disabled):active, .input-control.password .btn-reveal:not(:disabled):active, .input-control.file .btn-reveal:not(:disabled):active, .input-control.email .btn-reveal:not(:disabled):active, .input-control.tel .btn-reveal:not(:disabled):active, .input-control.number .btn-reveal:not(:disabled):active, .input-control.text .btn-date:not(:disabled):active, .input-control.password .btn-date:not(:disabled):active, .input-control.file .btn-date:not(:disabled):active, .input-control.email .btn-date:not(:disabled):active, .input-control.tel .btn-date:not(:disabled):active, .input-control.number .btn-date:not(:disabled):active, .input-control.text .btn-file:not(:disabled):active, .input-control.password .btn-file:not(:disabled):active, .input-control.file .btn-file:not(:disabled):active, .input-control.email .btn-file:not(:disabled):active, .input-control.tel .btn-file:not(:disabled):active, .input-control.number .btn-file:not(:disabled):active, .input-control.text .btn-search:not(:disabled):active, .input-control.password .btn-search:not(:disabled):active, .input-control.file .btn-search:not(:disabled):active, .input-control.email .btn-search:not(:disabled):active, .input-control.tel .btn-search:not(:disabled):active, .input-control.number .btn-search:not(:disabled):active
		{
			background-color: #1d1d1d;
			color: #fff;
		}

		.input-control.text .btn-clear:active, .input-control.password .btn-clear:active, .input-control.file .btn-clear:active, .input-control.email .btn-clear:active, .input-control.tel .btn-clear:active, .input-control.number .btn-clear:active, .input-control.text .btn-reveal:active, .input-control.password .btn-reveal:active, .input-control.file .btn-reveal:active, .input-control.email .btn-reveal:active, .input-control.tel .btn-reveal:active, .input-control.number .btn-reveal:active, .input-control.text .btn-date:active, .input-control.password .btn-date:active, .input-control.file .btn-date:active, .input-control.email .btn-date:active, .input-control.tel .btn-date:active, .input-control.number .btn-date:active, .input-control.text .btn-file:active, .input-control.password .btn-file:active, .input-control.file .btn-file:active, .input-control.email .btn-file:active, .input-control.tel .btn-file:active, .input-control.number .btn-file:active, .input-control.text .btn-search:active, .input-control.password .btn-search:active, .input-control.file .btn-search:active, .input-control.email .btn-search:active, .input-control.tel .btn-search:active, .input-control.number .btn-search:active
		{
			left: auto;
		}

		.input-control.text .btn-clear:focus, .input-control.password .btn-clear:focus, .input-control.file .btn-clear:focus, .input-control.email .btn-clear:focus, .input-control.tel .btn-clear:focus, .input-control.number .btn-clear:focus, .input-control.text .btn-reveal:focus, .input-control.password .btn-reveal:focus, .input-control.file .btn-reveal:focus, .input-control.email .btn-reveal:focus, .input-control.tel .btn-reveal:focus, .input-control.number .btn-reveal:focus, .input-control.text .btn-date:focus, .input-control.password .btn-date:focus, .input-control.file .btn-date:focus, .input-control.email .btn-date:focus, .input-control.tel .btn-date:focus, .input-control.number .btn-date:focus, .input-control.text .btn-file:focus, .input-control.password .btn-file:focus, .input-control.file .btn-file:focus, .input-control.email .btn-file:focus, .input-control.tel .btn-file:focus, .input-control.number .btn-file:focus, .input-control.text .btn-search:focus, .input-control.password .btn-search:focus, .input-control.file .btn-search:focus, .input-control.email .btn-search:focus, .input-control.tel .btn-search:focus, .input-control.number .btn-search:focus
		{
			outline: 1px #ccc dotted;
		}

	.input-control.text input:focus ~ .btn-clear, .input-control.password input:focus ~ .btn-clear, .input-control.file input:focus ~ .btn-clear, .input-control.email input:focus ~ .btn-clear, .input-control.tel input:focus ~ .btn-clear, .input-control.number input:focus ~ .btn-clear, .input-control.text input:focus ~ .btn-reveal, .input-control.password input:focus ~ .btn-reveal, .input-control.file input:focus ~ .btn-reveal, .input-control.email input:focus ~ .btn-reveal, .input-control.tel input:focus ~ .btn-reveal, .input-control.number input:focus ~ .btn-reveal
	{
		display: block;
	}

	.input-control.text input:not(:focus) ~ .btn-clear:active, .input-control.password input:not(:focus) ~ .btn-clear:active, .input-control.file input:not(:focus) ~ .btn-clear:active, .input-control.email input:not(:focus) ~ .btn-clear:active, .input-control.tel input:not(:focus) ~ .btn-clear:active, .input-control.number input:not(:focus) ~ .btn-clear:active, .input-control.text input:not(:focus) ~ .btn-reveal:active, .input-control.password input:not(:focus) ~ .btn-reveal:active, .input-control.file input:not(:focus) ~ .btn-reveal:active, .input-control.email input:not(:focus) ~ .btn-reveal:active, .input-control.tel input:not(:focus) ~ .btn-reveal:active, .input-control.number input:not(:focus) ~ .btn-reveal:active
	{
		display: block;
	}

	.input-control.text .btn-clear:after, .input-control.password .btn-clear:after, .input-control.file .btn-clear:after, .input-control.email .btn-clear:after, .input-control.tel .btn-clear:after, .input-control.number .btn-clear:after
	{
		content: "\e00d";
	}

	.input-control.text .btn-reveal:after, .input-control.password .btn-reveal:after, .input-control.file .btn-reveal:after, .input-control.email .btn-reveal:after, .input-control.tel .btn-reveal:after, .input-control.number .btn-reveal:after
	{
		content: "\e007";
	}

	.input-control.text .btn-search:after, .input-control.password .btn-search:after, .input-control.file .btn-search:after, .input-control.email .btn-search:after, .input-control.tel .btn-search:after, .input-control.number .btn-search:after
	{
		content: "\e00e";
	}

	.input-control.text .btn-date:after, .input-control.password .btn-date:after, .input-control.file .btn-date:after, .input-control.email .btn-date:after, .input-control.tel .btn-date:after, .input-control.number .btn-date:after
	{
		content: "\e013";
	}

	.input-control.text .btn-file:after, .input-control.password .btn-file:after, .input-control.file .btn-file:after, .input-control.email .btn-file:after, .input-control.tel .btn-file:after, .input-control.number .btn-file:after
	{
		content: "\e008";
	}

	.input-control.text .btn-search, .input-control.password .btn-search, .input-control.file .btn-search, .input-control.email .btn-search, .input-control.tel .btn-search, .input-control.number .btn-search
	{
		display: block;
	}

	.input-control.text .btn-date, .input-control.password .btn-date, .input-control.file .btn-date, .input-control.email .btn-date, .input-control.tel .btn-date, .input-control.number .btn-date
	{
		display: block;
	}

	.input-control.text .btn-file, .input-control.password .btn-file, .input-control.file .btn-file, .input-control.email .btn-file, .input-control.tel .btn-file, .input-control.number .btn-file
	{
		display: block;
	}

	.input-control.text [class*="btn-"], .input-control.password [class*="btn-"], .input-control.file [class*="btn-"], .input-control.email [class*="btn-"], .input-control.tel [class*="btn-"], .input-control.number [class*="btn-"]
	{
		background-color: transparent;
	}

	.input-control.text input::-ms-reveal, .input-control.password input::-ms-reveal, .input-control.file input::-ms-reveal, .input-control.email input::-ms-reveal, .input-control.tel input::-ms-reveal, .input-control.number input::-ms-reveal, .input-control.text input::-ms-clear, .input-control.password input::-ms-clear, .input-control.file input::-ms-clear, .input-control.email input::-ms-clear, .input-control.tel input::-ms-clear, .input-control.number input::-ms-clear
	{
		display: none;
	}

	.input-control.text input, .input-control.password input, .input-control.file input, .input-control.email input, .input-control.tel input, .input-control.number input
	{
		border: 1px #d9d9d9 solid;
		width: 100%;
		height: 100%;
		padding: 5px;
		z-index: 1;
		-webkit-appearance: none;
	}

		.input-control.text input:focus, .input-control.password input:focus, .input-control.file input:focus, .input-control.email input:focus, .input-control.tel input:focus, .input-control.number input:focus
		{
			outline: 0;
			border-color: #919191;
		}

		.input-control.text input:disabled, .input-control.password input:disabled, .input-control.file input:disabled, .input-control.email input:disabled, .input-control.tel input:disabled, .input-control.number input:disabled
		{
			padding-right: 5px;
		}

			.input-control.text input:disabled ~ .btn-clear, .input-control.password input:disabled ~ .btn-clear, .input-control.file input:disabled ~ .btn-clear, .input-control.email input:disabled ~ .btn-clear, .input-control.tel input:disabled ~ .btn-clear, .input-control.number input:disabled ~ .btn-clear, .input-control.text input:disabled ~ .btn-reveal, .input-control.password input:disabled ~ .btn-reveal, .input-control.file input:disabled ~ .btn-reveal, .input-control.email input:disabled ~ .btn-reveal, .input-control.tel input:disabled ~ .btn-reveal, .input-control.number input:disabled ~ .btn-reveal
			{
				display: none;
			}

		.input-control.text input::-moz-placeholder, .input-control.password input::-moz-placeholder, .input-control.file input::-moz-placeholder, .input-control.email input::-moz-placeholder, .input-control.tel input::-moz-placeholder, .input-control.number input::-moz-placeholder
		{
			color: #999;
		}

		.input-control.text input::-webkit-input-placeholder, .input-control.password input::-webkit-input-placeholder, .input-control.file input::-webkit-input-placeholder, .input-control.email input::-webkit-input-placeholder, .input-control.tel input::-webkit-input-placeholder, .input-control.number input::-webkit-input-placeholder
		{
			color: #999;
		}

.input-control.select, .input-control.textarea
{
	display: inline-block;
	cursor: pointer;
	position: relative;
	width: 100%;
}

	.input-control.select select, .input-control.textarea select, .input-control.select textarea, .input-control.textarea textarea
	{
		border: 1px #d9d9d9 solid;
		width: 100%;
		padding: 5px;
	}

		.input-control.select select:focus, .input-control.textarea select:focus, .input-control.select textarea:focus, .input-control.textarea textarea:focus
		{
			outline: 0;
			border-color: #919191;
		}

		.input-control.select select:disabled, .input-control.textarea select:disabled, .input-control.select textarea:disabled, .input-control.textarea textarea:disabled
		{
			padding-right: 5px;
		}

	.input-control.select textarea, .input-control.textarea textarea
	{
		min-height: 100px;
	}

	.input-control.text.warning-state input, .input-control.password.warning-state input, .input-control.select.warning-state input, .input-control.textarea.warning-state input, .input-control.file.warning-state input, .input-control.email.warning-state input, .input-control.tel.warning-state input, .input-control.number.warning-state input, .input-control.text.warning-state select, .input-control.password.warning-state select, .input-control.select.warning-state select, .input-control.textarea.warning-state select, .input-control.file.warning-state select, .input-control.email.warning-state select, .input-control.tel.warning-state select, .input-control.number.warning-state select, .input-control.text.warning-state textarea, .input-control.password.warning-state textarea, .input-control.select.warning-state textarea, .input-control.textarea.warning-state textarea, .input-control.file.warning-state textarea, .input-control.email.warning-state textarea, .input-control.tel.warning-state textarea, .input-control.number.warning-state textarea
	{
		border-color: #fa6800;
	}

	.input-control.text.error-state input, .input-control.password.error-state input, .input-control.select.error-state input, .input-control.textarea.error-state input, .input-control.file.error-state input, .input-control.email.error-state input, .input-control.tel.error-state input, .input-control.number.error-state input, .input-control.text.error-state select, .input-control.password.error-state select, .input-control.select.error-state select, .input-control.textarea.error-state select, .input-control.file.error-state select, .input-control.email.error-state select, .input-control.tel.error-state select, .input-control.number.error-state select, .input-control.text.error-state textarea, .input-control.password.error-state textarea, .input-control.select.error-state textarea, .input-control.textarea.error-state textarea, .input-control.file.error-state textarea, .input-control.email.error-state textarea, .input-control.tel.error-state textarea, .input-control.number.error-state textarea
	{
		border-color: #e51400;
	}

	.input-control.text.info-state input, .input-control.password.info-state input, .input-control.select.info-state input, .input-control.textarea.info-state input, .input-control.file.info-state input, .input-control.email.info-state input, .input-control.tel.info-state input, .input-control.number.info-state input, .input-control.text.info-state select, .input-control.password.info-state select, .input-control.select.info-state select, .input-control.textarea.info-state select, .input-control.file.info-state select, .input-control.email.info-state select, .input-control.tel.info-state select, .input-control.number.info-state select, .input-control.text.info-state textarea, .input-control.password.info-state textarea, .input-control.select.info-state textarea, .input-control.textarea.info-state textarea, .input-control.file.info-state textarea, .input-control.email.info-state textarea, .input-control.tel.info-state textarea, .input-control.number.info-state textarea
	{
		border-color: #4390df;
	}

	.input-control.text.success-state input, .input-control.password.success-state input, .input-control.select.success-state input, .input-control.textarea.success-state input, .input-control.file.success-state input, .input-control.email.success-state input, .input-control.tel.success-state input, .input-control.number.success-state input, .input-control.text.success-state select, .input-control.password.success-state select, .input-control.select.success-state select, .input-control.textarea.success-state select, .input-control.file.success-state select, .input-control.email.success-state select, .input-control.tel.success-state select, .input-control.number.success-state select, .input-control.text.success-state textarea, .input-control.password.success-state textarea, .input-control.select.success-state textarea, .input-control.textarea.success-state textarea, .input-control.file.success-state textarea, .input-control.email.success-state textarea, .input-control.tel.success-state textarea, .input-control.number.success-state textarea
	{
		border-color: #60a917;
	}

	.input-control.text input[data-state="warning"], .input-control.password input[data-state="warning"], .input-control.select input[data-state="warning"], .input-control.textarea input[data-state="warning"], .input-control.file input[data-state="warning"], .input-control.email input[data-state="warning"], .input-control.tel input[data-state="warning"], .input-control.number input[data-state="warning"]
	{
		border-color: #fa6800;
	}

	.input-control.text input[data-state="error"], .input-control.password input[data-state="error"], .input-control.select input[data-state="error"], .input-control.textarea input[data-state="error"], .input-control.file input[data-state="error"], .input-control.email input[data-state="error"], .input-control.tel input[data-state="error"], .input-control.number input[data-state="error"]
	{
		border-color: #e51400;
	}

	.input-control.text input[data-state="info"], .input-control.password input[data-state="info"], .input-control.select input[data-state="info"], .input-control.textarea input[data-state="info"], .input-control.file input[data-state="info"], .input-control.email input[data-state="info"], .input-control.tel input[data-state="info"], .input-control.number input[data-state="info"]
	{
		border-color: #4390df;
	}

	.input-control.text input[data-state="success"], .input-control.password input[data-state="success"], .input-control.select input[data-state="success"], .input-control.textarea input[data-state="success"], .input-control.file input[data-state="success"], .input-control.email input[data-state="success"], .input-control.tel input[data-state="success"], .input-control.number input[data-state="success"]
	{
		border-color: #60a917;
	}

	.input-control.text[class*="span"], .input-control.password[class*="span"], .input-control.select[class*="span"], .input-control.textarea[class*="span"], .input-control.file[class*="span"], .input-control.email[class*="span"], .input-control.tel[class*="span"], .input-control.number[class*="span"]
	{
		margin-left: 0;
	}

.input-control.file
{
	overflow: hidden;
}

	.input-control.file input[type="file"]
	{
		position: absolute;
		opacity: 0;
		width: 1px;
		height: 1px;
		bottom: 0;
		right: 0;
	}

.image-container
{
	position: relative;
	padding: 0;
	background-color: #333;
	width: 240px;
	overflow: hidden;
}

	.image-container.full-size
	{
		width: 100%;
	}

	.image-container img
	{
		margin: 0;
		width: 100%;
		height: auto;
	}

	.image-container > .overlay, .image-container > .overlay-fluid
	{
		position: absolute;
		width: 100%;
		height: 55px;
		overflow: hidden;
		background-color: #1e1e1e;
		padding: 5px 10px;
		opacity: .8;
		bottom: 0;
		font-size: 8pt;
		color: #fff;
	}

	.image-container > .overlay-fluid
	{
		bottom: -55px;
		font-size: 8pt;
		color: #fff;
	}

	.image-container:hover .overlay-fluid
	{
		-webkit-transform: translate(0,-55px);
		-ms-transform: translate(0,-55px);
		-o-transform: translate(0,-55px);
		-moz-transform: translate(0,-55px);
		transform: translate(0,-55px);
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
	}

	.image-container.selected
	{
		border: 4px #4390df solid;
	}

		.image-container.selected:after
		{
			position: absolute;
			display: block;
			border-top: 28px solid #4390df;
			border-left: 28px solid transparent;
			right: 0;
			content: "";
			top: 0;
			z-index: 101;
		}

		.image-container.selected:before
		{
			position: absolute;
			display: block;
			content: "\e003";
			color: #fff;
			right: 0;
			font-family: 'metroSysIcons';
			font-size: 9pt;
			font-weight: normal;
			z-index: 102;
			top: 0;
		}

#menu .init
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu .item-vertical
{
	display: block;
	margin: 10px 0;
	padding: 0;
	vertical-align: baseline;
	position: relative;
	font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
}

#menu .item-horizontal
{
	display: inline-block;
	margin: 0 15px;
	padding: 0;
	vertical-align: baseline;
	position: relative;
	font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
}

.vertical-menu
{
	margin: 0;
	padding: 0;
	list-style: none;
}

	.vertical-menu li
	{
		display: block;
		margin: 10px 0;
		padding: 0;
		vertical-align: baseline;
		position: relative;
		font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
	}

		.vertical-menu li a
		{
			display: block;
			text-decoration: none;
			font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
			font-weight: 300;
			letter-spacing: .00em;
			font-size: 2.5rem;
			line-height: 2.5rem;
			letter-spacing: .01em;
			color: #000;
			line-height: 2.2rem;
			font-size: 2.2rem;
			color: inherit;
		}

		.vertical-menu li.title
		{
			font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
			font-weight: 300;
			color: #000;
			letter-spacing: .00em;
			font-size: 2.5rem;
			line-height: 2.5rem;
			letter-spacing: .01em;
			font-size: 4rem;
			margin-bottom: 20px;
		}

	.vertical-menu.compact a
	{
		font-weight: normal;
		font-size: 10.5pt;
		line-height: 12pt;
		color: inherit;
	}

	.vertical-menu.compact li.title
	{
		margin-bottom: 10px;
		font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 1.6rem;
		line-height: 1.6rem;
		letter-spacing: .02em;
	}

	.vertical-menu ul.secondary
	{
		margin: 0;
		padding: 0;
		list-style: none;
		margin-left: 15px;
	}

		.vertical-menu ul.secondary li a
		{
			font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;
			font-weight: bold;
			color: #000;
			font-size: 1.6rem;
			line-height: 1.6rem;
			letter-spacing: .02em;
			font-weight: normal;
			font-style: normal;
			line-height: 1.4rem;
			color: inherit;
		}

.horizontal-menu
{
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0;
}

	.horizontal-menu li
	{
		display: inline-block;
		margin: 0 15px;
		padding: 0;
		vertical-align: baseline;
		position: relative;
		font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
	}

		.horizontal-menu li a
		{
			display: inline-block;
			text-decoration: none;
			font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
			font-weight: 300;
			letter-spacing: .00em;
			font-size: 2.5rem;
			line-height: 2.5rem;
			letter-spacing: .01em;
			color: #000;
			line-height: 2.2rem;
			font-size: 2.2rem;
			color: inherit;
			padding: 5px;
		}

			.horizontal-menu li a:hover
			{
				background: inherit;
			}

	.horizontal-menu.compact li
	{
		margin-left: 5px;
	}

	.horizontal-menu.compact a
	{
		font-weight: normal;
		font-size: 10.5pt;
		color: inherit;
	}

	.horizontal-menu.compact .dropdown-toggle:after
	{
		bottom: 2px;
	}

	.horizontal-menu li:first-child
	{
		margin-left: 0;
	}

	.horizontal-menu li:hover > .dropdown-menu[data-show="hover"]
	{
		display: block;
	}

.side-menu
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	background: #fff;
	min-width: 200px;
	width: auto;
	border: 1px solid rgba(0,0,0,0.2);
}

	.side-menu li
	{
		display: block;
		margin: 10px 0;
		padding: 0;
		vertical-align: baseline;
		position: relative;
		font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
	}

		.side-menu li a
		{
			display: block;
			text-decoration: none;
			font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
			font-weight: 300;
			letter-spacing: .00em;
			font-size: 2.5rem;
			line-height: 2.5rem;
			letter-spacing: .01em;
			color: #000;
			line-height: 2.2rem;
			font-size: 2.2rem;
			color: inherit;
		}

		.side-menu li.title
		{
			font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
			font-weight: 300;
			color: #000;
			letter-spacing: .00em;
			font-size: 2.5rem;
			line-height: 2.5rem;
			letter-spacing: .01em;
			font-size: 4rem;
			margin-bottom: 20px;
		}

	.side-menu.compact a
	{
		font-weight: normal;
		font-size: 10.5pt;
		line-height: 12pt;
		color: inherit;
	}

	.side-menu.compact li.title
	{
		margin-bottom: 10px;
		font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 1.6rem;
		line-height: 1.6rem;
		letter-spacing: .02em;
	}

	.side-menu ul.secondary
	{
		margin: 0;
		padding: 0;
		list-style: none;
		margin-left: 15px;
	}

		.side-menu ul.secondary li a
		{
			font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;
			font-weight: bold;
			color: #000;
			font-size: 1.6rem;
			line-height: 1.6rem;
			letter-spacing: .02em;
			font-weight: normal;
			font-style: normal;
			line-height: 1.4rem;
			color: inherit;
		}

	.side-menu li
	{
		margin: 5px 0 0;
		width: 100%;
	}

		.side-menu li:last-child
		{
			margin-bottom: 5px;
		}

	.side-menu a
	{
		padding: 8px 20px !important;
		color: inherit;
		font-size: 15px !important;
		line-height: 14px !important;
	}

	.side-menu li:hover
	{
		background: #1ba1e2;
		color: #fff;
	}

	.side-menu .divider
	{
		padding: 0;
		height: 1px;
		margin: 9px 1px;
		overflow: hidden;
		background-color: #e5e5e5;
	}

		.side-menu .divider:hover
		{
			background: #e5e5e5;
		}

	.side-menu .dropdown-menu
	{
		left: 100%;
		top: -10%;
	}

	.side-menu.left .dropdown-menu
	{
		left: -100%;
	}

	.side-menu > li:hover > .dropdown-menu[data-show="hover"]
	{
		display: block;
	}

	.side-menu > li > a.dropdown-toggle:after
	{
		font-family: metroSysIcons;
		font-size: .8em;
		content: "\e156";
		left: 85%;
		top: .75em;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.side-menu.text-right li
	{
		text-align: right;
	}

.dropdown-menu
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	display: none;
	z-index: 1000;
	background: #fff;
	min-width: 220px;
	width: auto;
	border: 1px solid #dcddde;
}

	.dropdown-menu li
	{
		display: block;
		margin: 10px 0;
		padding: 0;
		vertical-align: baseline;
		position: relative;
		font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
	}

		.dropdown-menu li a
		{
			display: block;
			text-decoration: none;
			font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
			font-weight: 300;
			letter-spacing: .00em;
			font-size: 2.5rem;
			line-height: 2.5rem;
			letter-spacing: .01em;
			color: #000;
			line-height: 2.2rem;
			font-size: 2.2rem;
			color: inherit;
		}

		.dropdown-menu li.title
		{
			font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
			font-weight: 300;
			color: #000;
			letter-spacing: .00em;
			font-size: 2.5rem;
			line-height: 2.5rem;
			letter-spacing: .01em;
			font-size: 4rem;
			margin-bottom: 20px;
		}

	.dropdown-menu.compact a
	{
		font-weight: normal;
		font-size: 10.5pt;
		line-height: 12pt;
		color: inherit;
	}

	.dropdown-menu.compact li.title
	{
		margin-bottom: 10px;
		font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 1.6rem;
		line-height: 1.6rem;
		letter-spacing: .02em;
	}

	.dropdown-menu ul.secondary
	{
		margin: 0;
		padding: 0;
		list-style: none;
		margin-left: 15px;
	}

		.dropdown-menu ul.secondary li a
		{
			font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;
			font-weight: bold;
			color: #000;
			font-size: 1.6rem;
			line-height: 1.6rem;
			letter-spacing: .02em;
			font-weight: normal;
			font-style: normal;
			line-height: 1.4rem;
			color: inherit;
		}

	.dropdown-menu.shadow
	{
		box-shadow: 3px 3px 0 rgba(236,236,236,0.7);
	}

	.dropdown-menu li
	{
		margin: 5px 0 0;
		width: 100%;
		border: 1px transparent solid;
	}

		.dropdown-menu li:last-child
		{
			margin-bottom: 5px;
		}

		.dropdown-menu li.disabled, .dropdown-menu li.disabled:hover
		{
			cursor: default !important;
			background: transparent !important;
			color: #eee;
		}

			.dropdown-menu li.disabled a, .dropdown-menu li.disabled:hover a
			{
				color: inherit;
				cursor: inherit;
				background: inherit;
			}

	.dropdown-menu a
	{
		padding: 8px 32px !important;
		color: inherit;
		font-size: 15px !important;
		line-height: 14px !important;
		cursor: pointer;
	}

	.dropdown-menu li:hover
	{
		background: #edf4fc;
		border-color: #a8d2fd;
	}

	.dropdown-menu li.checked a:before, .dropdown-menu li.checked-partial a:before, .dropdown-menu li.unchecked a:before
	{
		font-family: metroSysIcons;
		position: absolute;
		left: 10px;
		content: "\e004";
	}

	.dropdown-menu li.checked-partial a:before
	{
		content: "\e005";
	}

	.dropdown-menu li.unchecked a:before
	{
		content: "\e005";
	}

	.dropdown-menu.place-right
	{
		right: -15px;
		left: auto;
	}

	.dropdown-menu .divider
	{
		padding: 0;
		height: 1px;
		margin: 9px 1px;
		overflow: hidden;
		background-color: #e5e5e5;
		border-width: 0;
	}

		.dropdown-menu .divider:hover
		{
			background: #e5e5e5;
		}

	.dropdown-menu.open
	{
		display: block !important;
	}

	.dropdown-menu .dropdown-menu
	{
		left: 100%;
		top: -10%;
	}

	.dropdown-menu > li:hover > .dropdown-menu[data-show="hover"]
	{
		display: block;
	}

	.dropdown-menu > li > a.dropdown-toggle:after
	{
		font-family: metroSysIcons;
		font-size: .7em;
		content: "\e001";
		left: 90%;
		top: 50%;
		margin-top: -1.4em;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.dropdown-menu.drop-left
	{
		left: -100%;
	}

	.dropdown-menu.drop-up
	{
		top: auto;
		bottom: 0;
	}

	.dropdown-menu .menu-title
	{
		background-color: #f6f7f8;
		font-size: 12px;
		line-height: 14px;
		padding: 4px 8px;
		border: 0;
		border-bottom: 1px #dcddde solid;
		border-top: 1px #dcddde solid;
		color: #646464;
	}

		.dropdown-menu .menu-title:first-child
		{
			margin: 0;
			border-top-width: 0;
		}

			.dropdown-menu .menu-title:first-child:hover
			{
				border-top-width: 0;
			}

		.dropdown-menu .menu-title:hover
		{
			background-color: #f6f7f8;
			cursor: default;
			border: 0;
			border-bottom: 1px #dcddde solid;
			border-top: 1px #dcddde solid;
		}

	.dropdown-menu.inverse
	{
		border: 2px #3b3b3b solid;
	}

		.dropdown-menu.inverse li
		{
			border: 0;
		}

			.dropdown-menu.inverse li a
			{
				padding: 9px 32px !important;
			}

			.dropdown-menu.inverse li:hover
			{
				border: 0;
				background-color: #e5e5e5;
			}

		.dropdown-menu.inverse .menu-title:hover
		{
			background-color: #f6f7f8;
		}

		.dropdown-menu.inverse .divider
		{
			margin-left: 0;
			margin-right: 0;
		}

	.dropdown-menu.dark
	{
		background-color: #333;
		border: 2px #333 solid;
		color: #fff;
	}

		.dropdown-menu.dark.opacity
		{
			background-color: rgba(61,61,61,0.9);
		}

		.dropdown-menu.dark li
		{
			border: 0;
			color: inherit;
		}

			.dropdown-menu.dark li a
			{
				padding: 9px 32px !important;
				color: inherit;
			}

			.dropdown-menu.dark li.disabled, .dropdown-menu.dark li.disabled:hover
			{
				cursor: default !important;
				background: transparent !important;
				color: #555;
			}

				.dropdown-menu.dark li.disabled a, .dropdown-menu.dark li.disabled:hover a
				{
					color: inherit;
					cursor: inherit;
					background: inherit;
				}

			.dropdown-menu.dark li:hover
			{
				border: 0;
				background-color: #201a1a;
				color: #fff;
			}

		.dropdown-menu.dark .menu-title
		{
			background-color: #3b3b3b;
		}

			.dropdown-menu.dark .menu-title:hover
			{
				background-color: #3b3b3b;
			}

		.dropdown-menu.dark .divider
		{
			margin-left: 0;
			margin-right: 0;
			background-color: #555;
		}

			.dropdown-menu.dark .divider:hover
			{
				background: #555;
			}

.dropdown-toggle
{
	padding-right: 20px !important;
}

	.dropdown-toggle:after
	{
		position: absolute;
		margin-left: .25em;
		bottom: 0;
		font-family: metroSysIcons;
		font-size: .7em;
		content: '\e001';
	}

	.dropdown-toggle.no-marker:after
	{
		content: "";
	}

	.dropdown-toggle.without-icon:after
	{
		content: "" !important;
	}

.contextmenu
{
	z-index: 1000;
	position: absolute;
	background-color: #fff;
	border: 2.5px solid #2a2a2a;
	padding: 2px;
}

	.contextmenu .item:active
	{
		background-color: #000;
		color: #fff;
	}

	.contextmenu .item:hover
	{
		background-color: #dedede;
	}

	.contextmenu .item
	{
		background-color: #fff;
		width: auto;
		padding: 12px;
		margin: -2px;
	}

.navigation-bar, .navbar
{
	width: 100%;
	display: block;
	background-color: #1ba1e2;
	color: #fff;
}

	.navigation-bar .navigation-bar-content, .navbar .navigation-bar-content, .navigation-bar .navbar-content, .navbar .navbar-content
	{
		background-color: inherit;
		color: inherit;
		display: block;
	}

		.navigation-bar .navigation-bar-content .element, .navbar .navigation-bar-content .element, .navigation-bar .navbar-content .element, .navbar .navbar-content .element, .navigation-bar .navigation-bar-content .element-divider, .navbar .navigation-bar-content .element-divider, .navigation-bar .navbar-content .element-divider, .navbar .navbar-content .element-divider
		{
			display: block;
			float: left;
			background-color: inherit;
			position: relative;
			height: 45px;
		}

			.navigation-bar .navigation-bar-content .element.place-right, .navbar .navigation-bar-content .element.place-right, .navigation-bar .navbar-content .element.place-right, .navbar .navbar-content .element.place-right, .navigation-bar .navigation-bar-content .element-divider.place-right, .navbar .navigation-bar-content .element-divider.place-right, .navigation-bar .navbar-content .element-divider.place-right, .navbar .navbar-content .element-divider.place-right
			{
				float: right;
			}

		.navigation-bar .navigation-bar-content .element, .navbar .navigation-bar-content .element, .navigation-bar .navbar-content .element, .navbar .navbar-content .element
		{
			padding: 15px;
			line-height: 15px;
			color: inherit;
			font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
			font-size: 14px;
			position: relative;
		}

			.navigation-bar .navigation-bar-content .element:hover, .navbar .navigation-bar-content .element:hover, .navigation-bar .navbar-content .element:hover, .navbar .navbar-content .element:hover
			{
				background-color: #00aafd;
			}

			.navigation-bar .navigation-bar-content .element > a.dropdown-toggle, .navbar .navigation-bar-content .element > a.dropdown-toggle, .navigation-bar .navbar-content .element > a.dropdown-toggle, .navbar .navbar-content .element > a.dropdown-toggle
			{
				color: inherit;
				position: relative;
				padding-right: 5px !important;
				margin-right: 5px;
			}

				.navigation-bar .navigation-bar-content .element > a.dropdown-toggle:after, .navbar .navigation-bar-content .element > a.dropdown-toggle:after, .navigation-bar .navbar-content .element > a.dropdown-toggle:after, .navbar .navbar-content .element > a.dropdown-toggle:after
				{
					position: absolute;
					left: 100%;
					margin-left: 0;
				}

			.navigation-bar .navigation-bar-content .element > .dropdown-menu, .navbar .navigation-bar-content .element > .dropdown-menu, .navigation-bar .navbar-content .element > .dropdown-menu, .navbar .navbar-content .element > .dropdown-menu
			{
				top: 100%;
				left: 0;
			}

				.navigation-bar .navigation-bar-content .element > .dropdown-menu.place-right, .navbar .navigation-bar-content .element > .dropdown-menu.place-right, .navigation-bar .navbar-content .element > .dropdown-menu.place-right, .navbar .navbar-content .element > .dropdown-menu.place-right
				{
					right: 0;
					left: auto;
				}

		.navigation-bar .navigation-bar-content .element-divider, .navbar .navigation-bar-content .element-divider, .navigation-bar .navbar-content .element-divider, .navbar .navbar-content .element-divider
		{
			padding: 15px 0;
			line-height: 15px;
			width: 1px !important;
			border-left: 1px #ccc solid;
			opacity: .3;
			position: relative;
		}

			.navigation-bar .navigation-bar-content .element-divider:before, .navbar .navigation-bar-content .element-divider:before, .navigation-bar .navbar-content .element-divider:before, .navbar .navbar-content .element-divider:before
			{
				content: "|";
				visibility: hidden;
			}

.navigation-bar-content .brand, .navbar-content .brand
{
	font-size: 18px;
}

.navigation-bar-content form, .navbar-content form
{
	margin: 0;
	padding-bottom: 0 !important;
	position: relative;
}

.navigation-bar-content .element .input-control.text, .navbar-content .element .input-control.text, .navigation-bar-content .element .input-control.password, .navbar-content .element .input-control.password
{
	width: auto;
	height: auto;
	position: relative;
	margin: 0;
	top: -6px;
}

	.navigation-bar-content .element .input-control.text [class*='btn-'], .navbar-content .element .input-control.text [class*='btn-'], .navigation-bar-content .element .input-control.password [class*='btn-'], .navbar-content .element .input-control.password [class*='btn-']
	{
		top: 2px;
		right: 2px;
	}

	.navigation-bar-content .element .input-control.text input[type='text'], .navbar-content .element .input-control.text input[type='text'], .navigation-bar-content .element .input-control.password input[type='text'], .navbar-content .element .input-control.password input[type='text']
	{
		font-size: 12px;
	}

.navigation-bar-content .input-control.checkbox, .navbar-content .input-control.checkbox, .navigation-bar-content .input-control.radio, .navbar-content .input-control.radio
{
	position: relative;
	margin: 0;
	top: -6px;
}

.navigation-bar-content .button, .navbar-content .button, .navigation-bar-content .image-button, .navbar-content .image-button
{
	background-color: transparent;
}

.navigation-bar-content .button, .navbar-content .button
{
	margin-top: -14px;
	background-color: inherit;
}

.navigation-bar-content .image-button, .navbar-content .image-button
{
	padding-right: 40px;
	padding-left: 5px;
	background-color: inherit;
}

	.navigation-bar-content .image-button:active, .navbar-content .image-button:active
	{
		left: auto;
		right: auto;
		top: auto;
	}

	.navigation-bar-content .image-button img, .navbar-content .image-button img
	{
		width: 40px;
		height: 40px;
		margin-top: 2.5px;
	}

	.navigation-bar-content .image-button.image-left, .navbar-content .image-button.image-left
	{
		padding-right: 5px;
		padding-left: 40px;
	}

.navigation-bar-content [class*="icon-"], .navbar-content [class*="icon-"]
{
	font-size: 16px !important;
}

.input-element, .element-input
{
	padding-bottom: 0 !important;
}

	.input-element:hover, .element-input:hover
	{
		background-color: inherit !important;
	}

.navigation-bar .element-menu, .navbar .element-menu
{
	margin: 0;
	padding: 0;
	list-style: none;
	color: inherit;
}

	.navigation-bar .element-menu > li, .navbar .element-menu > li
	{
		display: block;
		float: left;
		position: relative;
		color: inherit;
	}

		.navigation-bar .element-menu > li > a, .navbar .element-menu > li > a
		{
			display: block;
			float: left;
			width: 100%;
			padding: 15px;
			line-height: 15px;
			color: inherit;
			font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
			font-size: 14px;
		}

			.navigation-bar .element-menu > li > a.dropdown-toggle, .navbar .element-menu > li > a.dropdown-toggle
			{
				color: inherit;
				position: relative;
			}

				.navigation-bar .element-menu > li > a.dropdown-toggle:after, .navbar .element-menu > li > a.dropdown-toggle:after
				{
					position: absolute;
					left: 95%;
					top: 50%;
					margin-left: -12px;
					margin-top: -5px;
				}

		.navigation-bar .element-menu > li > .dropdown-menu, .navbar .element-menu > li > .dropdown-menu
		{
			top: 100%;
			left: 0;
		}

			.navigation-bar .element-menu > li > .dropdown-menu.place-right, .navbar .element-menu > li > .dropdown-menu.place-right
			{
				right: 0;
				left: auto;
			}

		.navigation-bar .element-menu > li:hover, .navbar .element-menu > li:hover
		{
			background-color: #00aafd;
		}

	.navigation-bar .element-menu.drop-up li > .dropdown-menu, .navbar .element-menu.drop-up li > .dropdown-menu
	{
		top: auto;
		bottom: 45px;
	}

		.navigation-bar .element-menu.drop-up li > .dropdown-menu .dropdown-menu, .navbar .element-menu.drop-up li > .dropdown-menu .dropdown-menu
		{
			bottom: 0;
		}

.navigation-bar .pull-menu, .navbar .pull-menu
{
	display: none;
	float: right !important;
	color: #fff;
	cursor: pointer;
	font: 1.8em sans-serif;
	position: absolute;
	top: 0;
	right: 0;
	height: 45px;
	width: 40px;
	line-height: 20px;
	margin: 0;
}

	.navigation-bar .pull-menu:before, .navbar .pull-menu:before
	{
		content: "\2261";
		position: absolute;
		font-size: 20pt;
		top: 10px;
		left: 10px;
	}

	.navigation-bar .pull-menu input[type="checkbox"], .navbar .pull-menu input[type="checkbox"]
	{
		width: 0;
		height: 0;
		opacity: 0;
	}

.navigation-bar-content:before, .navbar-content:before, .navigation-bar-content:after, .navbar-content:after
{
	display: table;
	content: "";
}

.navigation-bar-content:after, .navbar-content:after
{
	clear: both;
}

.navigation-bar.fixed-top, .navbar.fixed-top, .navigation-bar.fixed-bottom, .navbar.fixed-bottom
{
	position: fixed;
	z-index: 1030;
	left: 0;
}

.navigation-bar.fixed-top, .navbar.fixed-top
{
	top: 0;
	bottom: auto;
}

.navigation-bar.fixed-bottom, .navbar.fixed-bottom
{
	bottom: 0;
	top: auto;
}

.navigation-bar.dark
{
	background-color: #333;
}

	.navigation-bar.dark .element-menu > li > a
	{
		color: #fff;
	}

	.navigation-bar.dark .element:hover, .navigation-bar.dark .element-menu > li:hover
	{
		background-color: #201a1a;
	}

.navigation-bar.light
{
	background-color: #eee;
	color: #555;
}

	.navigation-bar.light .element:hover, .navigation-bar.light .element-menu > li:hover
	{
		background-color: #999;
		color: #fff;
	}

	.navigation-bar.light .pull-menu
	{
		color: #1d1d1d;
	}

.navigation-bar.white
{
	background-color: #fff;
	color: #555;
}

	.navigation-bar.white .element:hover, .navigation-bar.white .element-menu > li:hover
	{
		background-color: #00aff0;
		color: #fff;
	}

	.navigation-bar.white .pull-menu
	{
		color: #1d1d1d;
	}

#tile .small-size
{
	width: 80px;
	height: 80px;
	margin: 0 5px 5px 0;
}

#tile .meduim-size
{
	width: 120px;
	height: 120px;
	margin: 0 10px 10px 0;
}

#tile .large-size
{
	width: 150px;
	height: 150px;
	margin: 0 15px 15px 0;
}

.tile-area
{
	position: relative;
	padding: 120px 80px 0 80px;
	overflow: hidden;
}

	.tile-area .tile-area-title
	{
		position: fixed;
		top: 20px;
		left: 80px;
	}

	.tile-area .user-id
	{
		position: fixed;
		right: 40px;
		top: 40px;
		display: inline-block;
		padding: 8px;
		background-color: transparent;
		width: auto;
		color: #fff;
		cursor: default;
	}

		.tile-area .user-id .user-id-image
		{
			width: 40px;
			height: 40px;
			float: right;
			margin-left: 10px;
			color: inherit;
			background-color: #464646;
			text-align: center;
			vertical-align: middle;
		}

			.tile-area .user-id .user-id-image img, .tile-area .user-id .user-id-image [class*="icon-"]
			{
				color: inherit;
				font-size: 16pt;
				line-height: 16pt;
				width: 100%;
				height: 100%;
				text-align: center;
				vertical-align: middle;
			}

			.tile-area .user-id .user-id-image [class*="icon-"]
			{
				padding: 10px;
			}

		.tile-area .user-id .user-id-name
		{
			float: right;
			text-align: right;
			margin: 0;
			padding: 0;
		}

			.tile-area .user-id .user-id-name .first-name, .tile-area .user-id .user-id-name .last-name
			{
				display: block;
				color: inherit;
				font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
				line-height: 12pt;
			}

			.tile-area .user-id .user-id-name .first-name
			{
				font-size: 20pt;
				line-height: 20pt;
			}

			.tile-area .user-id .user-id-name .last-name
			{
				font-size: 12pt;
			}

		.tile-area .user-id:hover
		{
			background-color: #404040;
		}

.tile-area-dark
{
	min-width: 100%;
	height: 100%;
	background-color: #1d1d1d !important;
}

	.tile-area-dark .tile
	{
		outline-color: #373737 !important;
	}

	.tile-area-dark:before, .tile-area-dark:after
	{
		display: table;
		content: "";
	}

	.tile-area-dark:after
	{
		clear: both;
	}

.tile-area-darkBrown
{
	min-width: 100%;
	height: 100%;
	background-color: #63362f !important;
}

	.tile-area-darkBrown .tile
	{
		outline-color: #86493f !important;
	}

	.tile-area-darkBrown:before, .tile-area-darkBrown:after
	{
		display: table;
		content: "";
	}

	.tile-area-darkBrown:after
	{
		clear: both;
	}

.tile-area-darkCrimson
{
	min-width: 100%;
	height: 100%;
	background-color: #640024 !important;
}

	.tile-area-darkCrimson .tile
	{
		outline-color: #970036 !important;
	}

	.tile-area-darkCrimson:before, .tile-area-darkCrimson:after
	{
		display: table;
		content: "";
	}

	.tile-area-darkCrimson:after
	{
		clear: both;
	}

.tile-area-darkViolet
{
	min-width: 100%;
	height: 100%;
	background-color: #57169a !important;
}

	.tile-area-darkViolet .tile
	{
		outline-color: #701cc7 !important;
	}

	.tile-area-darkViolet:before, .tile-area-darkViolet:after
	{
		display: table;
		content: "";
	}

	.tile-area-darkViolet:after
	{
		clear: both;
	}

.tile-area-darkMagenta
{
	min-width: 100%;
	height: 100%;
	background-color: #81003c !important;
}

	.tile-area-darkMagenta .tile
	{
		outline-color: #b40054 !important;
	}

	.tile-area-darkMagenta:before, .tile-area-darkMagenta:after
	{
		display: table;
		content: "";
	}

	.tile-area-darkMagenta:after
	{
		clear: both;
	}

.tile-area-darkCyan
{
	min-width: 100%;
	height: 100%;
	background-color: #1b6eae !important;
}

	.tile-area-darkCyan .tile
	{
		outline-color: #228ada !important;
	}

	.tile-area-darkCyan:before, .tile-area-darkCyan:after
	{
		display: table;
		content: "";
	}

	.tile-area-darkCyan:after
	{
		clear: both;
	}

.tile-area-darkCobalt
{
	min-width: 100%;
	height: 100%;
	background-color: #00356a !important;
}

	.tile-area-darkCobalt .tile
	{
		outline-color: #004e9d !important;
	}

	.tile-area-darkCobalt:before, .tile-area-darkCobalt:after
	{
		display: table;
		content: "";
	}

	.tile-area-darkCobalt:after
	{
		clear: both;
	}

.tile-area-darkTeal
{
	min-width: 100%;
	height: 100%;
	background-color: #004050 !important;
}

	.tile-area-darkTeal .tile
	{
		outline-color: #006983 !important;
	}

	.tile-area-darkTeal:before, .tile-area-darkTeal:after
	{
		display: table;
		content: "";
	}

	.tile-area-darkTeal:after
	{
		clear: both;
	}

.tile-area-darkEmerald
{
	min-width: 100%;
	height: 100%;
	background-color: #003e00 !important;
}

	.tile-area-darkEmerald .tile
	{
		outline-color: #007100 !important;
	}

	.tile-area-darkEmerald:before, .tile-area-darkEmerald:after
	{
		display: table;
		content: "";
	}

	.tile-area-darkEmerald:after
	{
		clear: both;
	}

.tile-area-darkGreen
{
	min-width: 100%;
	height: 100%;
	background-color: #128023 !important;
}

	.tile-area-darkGreen .tile
	{
		outline-color: #18ad2f !important;
	}

	.tile-area-darkGreen:before, .tile-area-darkGreen:after
	{
		display: table;
		content: "";
	}

	.tile-area-darkGreen:after
	{
		clear: both;
	}

.tile-area-darkOrange
{
	min-width: 100%;
	height: 100%;
	background-color: #bf5a15 !important;
}

	.tile-area-darkOrange .tile
	{
		outline-color: #e77120 !important;
	}

	.tile-area-darkOrange:before, .tile-area-darkOrange:after
	{
		display: table;
		content: "";
	}

	.tile-area-darkOrange:after
	{
		clear: both;
	}

.tile-area-darkRed
{
	min-width: 100%;
	height: 100%;
	background-color: #9a1616 !important;
}

	.tile-area-darkRed .tile
	{
		outline-color: #c71c1c !important;
	}

	.tile-area-darkRed:before, .tile-area-darkRed:after
	{
		display: table;
		content: "";
	}

	.tile-area-darkRed:after
	{
		clear: both;
	}

.tile-area-darkPink
{
	min-width: 100%;
	height: 100%;
	background-color: #9a165a !important;
}

	.tile-area-darkPink .tile
	{
		outline-color: #c71c74 !important;
	}

	.tile-area-darkPink:before, .tile-area-darkPink:after
	{
		display: table;
		content: "";
	}

	.tile-area-darkPink:after
	{
		clear: both;
	}

.tile-area-darkIndigo
{
	min-width: 100%;
	height: 100%;
	background-color: #4b0096 !important;
}

	.tile-area-darkIndigo .tile
	{
		outline-color: #6400c9 !important;
	}

	.tile-area-darkIndigo:before, .tile-area-darkIndigo:after
	{
		display: table;
		content: "";
	}

	.tile-area-darkIndigo:after
	{
		clear: both;
	}

.tile-area-darkBlue
{
	min-width: 100%;
	height: 100%;
	background-color: #16499a !important;
}

	.tile-area-darkBlue .tile
	{
		outline-color: #1c5ec7 !important;
	}

	.tile-area-darkBlue:before, .tile-area-darkBlue:after
	{
		display: table;
		content: "";
	}

	.tile-area-darkBlue:after
	{
		clear: both;
	}

.tile-area-lightBlue
{
	min-width: 100%;
	height: 100%;
	background-color: #4390df !important;
}

	.tile-area-lightBlue .tile
	{
		outline-color: #6faae6 !important;
	}

	.tile-area-lightBlue:before, .tile-area-lightBlue:after
	{
		display: table;
		content: "";
	}

	.tile-area-lightBlue:after
	{
		clear: both;
	}

.tile-area-lightTeal
{
	min-width: 100%;
	height: 100%;
	background-color: #45fffd !important;
}

	.tile-area-lightTeal .tile
	{
		outline-color: #78fffd !important;
	}

	.tile-area-lightTeal:before, .tile-area-lightTeal:after
	{
		display: table;
		content: "";
	}

	.tile-area-lightTeal:after
	{
		clear: both;
	}

.tile-area-lightOlive
{
	min-width: 100%;
	height: 100%;
	background-color: #78aa1c !important;
}

	.tile-area-lightOlive .tile
	{
		outline-color: #97d623 !important;
	}

	.tile-area-lightOlive:before, .tile-area-lightOlive:after
	{
		display: table;
		content: "";
	}

	.tile-area-lightOlive:after
	{
		clear: both;
	}

.tile-area-lightOrange
{
	min-width: 100%;
	height: 100%;
	background-color: #c29008 !important;
}

	.tile-area-lightOrange .tile
	{
		outline-color: #f3b40a !important;
	}

	.tile-area-lightOrange:before, .tile-area-lightOrange:after
	{
		display: table;
		content: "";
	}

	.tile-area-lightOrange:after
	{
		clear: both;
	}

.tile-area-lightPink
{
	min-width: 100%;
	height: 100%;
	background-color: #f472d0 !important;
}

	.tile-area-lightPink .tile
	{
		outline-color: #f8a1e0 !important;
	}

	.tile-area-lightPink:before, .tile-area-lightPink:after
	{
		display: table;
		content: "";
	}

	.tile-area-lightPink:after
	{
		clear: both;
	}

.tile-area-grayed
{
	min-width: 100%;
	height: 100%;
	background-color: #585858 !important;
}

	.tile-area-grayed .tile
	{
		outline-color: #727272 !important;
	}

	.tile-area-grayed:before, .tile-area-grayed:after
	{
		display: table;
		content: "";
	}

	.tile-area-grayed:after
	{
		clear: both;
	}

.tile-group
{
	margin-left: 10px;
	width: auto;
	float: left;
	display: block;
	position: relative;
}

	.tile-group.one
	{
		width: 130px;
	}

	.tile-group.two, .tile-group.double
	{
		width: 260px;
	}

	.tile-group.three, .tile-group.triple
	{
		width: 390px;
	}

	.tile-group.four, .tile-group.quadro
	{
		width: 520px;
	}

	.tile-group.five
	{
		width: 650px;
	}

	.tile-group.six
	{
		width: 780px;
	}

	.tile-group.seven
	{
		width: 910px;
	}

	.tile-group:first-child
	{
		/*margin-left: 80px;*/
	}

.tile-group
{
	color: #fff;
}

	.tile-group .tile-group-title
	{
		font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
		font-size: 18px;
		line-height: 20px;
		position: absolute;
		top: 10px;
		left: 0;
		color: inherit;
	}

.tile
{
	position: relative;
	overflow: hidden;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	cursor: pointer;
	background-color: #eee;
	box-shadow: inset 0 0 1px #ffc;
}

	.tile:hover
	{
		outline: #999 solid 3px;
	}

	.tile:active
	{
		outline: 0;
	}

	.tile.no-outline
	{
		outline-color: transparent;
	}

.tile
{
	width: 120px;
	height: 120px;
	margin: 0 10px 10px 0;
}

	.tile.half
	{
		width: 55px;
		height: 55px;
	}

	.tile.double
	{
		width: 270px;
	}

	.tile.double-vertical
	{
		height: 250px;
	}

	.tile.triple
	{
		width: 380px;
	}

	.tile.triple-vertical
	{
		height: 380px;
	}

	.tile.quadro
	{
		width: 510px;
	}

	.tile.quadro-vertical
	{
		height: 510px;
	}

	.tile.selected
	{
		border: 4px #4390df solid;
	}

		.tile.selected:after
		{
			position: absolute;
			display: block;
			border-top: 28px solid #4390df;
			border-left: 28px solid transparent;
			right: 0;
			content: "";
			top: 0;
			z-index: 101;
		}

		.tile.selected:before
		{
			position: absolute;
			display: block;
			content: "\e003";
			color: #fff;
			right: 0;
			font-family: 'metroSysIcons';
			font-size: 9pt;
			font-weight: normal;
			z-index: 102;
			top: 0;
		}

	.tile .tile-content
	{
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		overflow: hidden;
	}

		.tile .tile-content.padded
		{
			padding: 10px;
		}

		.tile .tile-content.image
		{
			width: 100%;
			min-height: 100%;
			max-height: 100%;
		}

		.tile .tile-content.icon [class*="icon-"], .tile .tile-content.icon img
		{
			line-height: 56px;
			height: 56px;
			width: 56px;
			font-size: 48px;
			color: #fff;
			text-align: center;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-top: -28px;
			margin-left: -28px;
		}

		.tile .tile-content.image-set img
		{
			margin: 0;
			padding: 0;
			width: 25% !important;
			height: 50%;
			float: left;
			border: 1px #1e1e1e solid;
		}

			.tile .tile-content.image-set img:first-child
			{
				width: 50% !important;
				float: left;
				height: 100%;
			}

	.tile .tile-content
	{
		display: none;
	}

		.tile .tile-content:first-child
		{
			display: block;
		}

	.tile .brand, .tile .tile-status
	{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		min-height: 29px;
		margin: 0;
	}

		.tile .brand:before, .tile .tile-status:before, .tile .brand:after, .tile .tile-status:after
		{
			display: table;
			content: "";
		}

		.tile .brand:after, .tile .tile-status:after
		{
			clear: both;
		}

		.tile .brand.opacity, .tile .tile-status.opacity
		{
			opacity: .7;
		}

		.tile .brand .name, .tile .tile-status .name, .tile .brand .label, .tile .tile-status .label, .tile .brand .text, .tile .tile-status .text
		{
			display: block;
			font-size: 10pt;
			margin: 5px 20px 2px 5px;
			background: transparent;
			color: #fff;
		}

		.tile .brand .text, .tile .tile-status .text
		{
			margin: 4px 5px;
			font-size: 8pt;
			line-height: 10pt;
		}

		.tile .brand .badge, .tile .tile-status .badge
		{
			position: absolute;
			bottom: 0;
			right: 10px;
			width: 29px;
			height: 29px;
			text-align: center;
			color: #fff;
			padding: 5px;
			margin: 0;
			vertical-align: middle !important;
			display: block;
			font-size: 10pt;
		}

			.tile .brand .badge.activity, .tile .tile-status .badge.activity
			{
				background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGMSURBVDhPvZMtTwNBEIbv2mtScaICcQJRgSgJCQIEhqSiAlEHAlFRwU/ov0AgUEgUsrIkiJIgMOAQJFSQQAIJJBWIu95Hj2eGvXIpB3W8yWTn452Z3dld25pDmqZuFEWdcrm8jr6JK7Bt+wb9Ft85+vsXswBxHHdIfmFNi4TYG7InXAp6ss52kCTJIc6e6KzSVbrdYzrYDaSFXZU4uEQ8x3FW1ZpMJge5Tn3IdQ3kID5iw4zHTqIsUEP3TWCA7WhgDjRZg/eUFRCR3Fl3KYJjyfALIUU46jHcsSlQl8FdmQJnhrcQJFbJ6QZB0LDDMNyS4XBFo1Kp9Gw4/wi247GLHmvNuBaC47Y5gtzIQB1mBmMGdDSdTpfV+QdM8vfcsqkap6ClgQIQa+a4bXViPGRO5ILjuBqYAwk7yIfhXcNz9CljDFkkST6P4JGjnHA7d+gBxAY3tIve1Khljbi1beKvakHQp0uhfTrMjvOL9H3fX9FE8OM7yxAhdem4QWHZkSufSoTYaaVSkY9kYFmfXgyTciI3uacAAAAASUVORK5CYII%3D') 50% no-repeat;
			}

			.tile .brand .badge.alert, .tile .tile-status .badge.alert
			{
				background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFeSURBVDhPpZMtT8RAEIbb7YoTJ04gkQgQuBNIEpB4LD8AwQ9AkCCQhGAvQSAuKHCIE0gEP+DEISAhQYK4pE0/eWa65a7lSvh4k8nsvDv77sxs67UhSZLNNE0LZ3uO/gLj/J+hAkVRWI1+geqMCuR5fkKZoyiKViX+DuQu094wy7KhEmEYrkAk0qt4Nk5R77GszQCuE8fxIXxY8ZJjgiBY8n3/UcTwlsQDNifGmF29AcBtITyGOyan47gXXFfW2g/q+yi+VeptJhVgR1KRHp4HZI+bzknQlhYcvpQZuHRF8xmnCDyLL8MZEI9o4YkW3h1VB+o73DJp3to08l7xsw9Lng5i1EiSSV/Pcbdwzfk8MLcNqjIyye1STnHD5joln7lYcGWtXaP8gYsFfeJyHvR9waExt3wKsV74L3Brn/geu3OUDqiL1T7nNoEK8mLi9RUoZYqlsv4pqtf459/oeR8seozS7mDHCwAAAABJRU5ErkJggg%3D%3D') 50% no-repeat;
			}

			.tile .brand .badge.available, .tile .tile-status .badge.available
			{
				background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAKvSURBVHjahJA/bJR1HMY/31977x33r2LuClc1LYM9TSAUr5gqtkVJjAkSFxYHE3VgaWRw0cUwOagxMZLApoXFBIwuHVSoQYkVMBXUpqSkMW9jaS25plh7/3rv+3scTIwixs/8PHn+2Bk/SVtN2mqxacYOKw13KfNiXtlneihmDONXqs0VVs/VXP1UqJvnc8qBeZoWYWf9JHXVqWkj2EX55G76X86R4W40aDHNzMdzLBwJLLEWm6fTI+o0knvZ+dkgO/cDfGczTNpl5gjxePrpY0SPMKwKT1A5nCe7Y4ofDgQEv/Ghn2AqunZabUmR9Fb8gQoaUVIVFTSiokaV0qDu0T694Y+rGbWktnQ5+nHiuP+IjrFjR4cqevj9wBK8beO87t6jiyzbKJAiIEWSreQxjAm7QGyeAwzRzb39i/7WFbdV2bGs0nxvs7zjxtlOgRwZPP6v7R5PmhQPUOKEneFLd4UECfqs51WXU/opDL6wb/mdDfJkEfrXgUKk2UKbiM/5BoD76d7reujOANwgJH9H8p14PDnSzBGySZsSReecDIAIDxj/jxH/LcQtW7UJ0E8f69RwuP+0Ohwb1CnTS0CCW6zK3Wb9a4AnNcgWktRoYHdpYhgtWvypfRSARVv5yVXd2smGWuzTHo7qeRZZpk7zH00cRos2ITd5yT/HQY0gPKGW3u0YPvZ06HB77tO2hx5jN5HFTNk11lgHRIs2VW5Tp8kRf5g3eYUUSa5y/eKsfn7NTvlPaCjqelwDF3bx4ADAeXeJc1xijpCYmDJ9jKrCIe0H4IaF81/56VGDJTvtPwV1IFmhTO/4AOWDSQIAWmwiRIokADEx08xeXGD5hUjxQp0GnQCdOAKS1RnNP7tO7VDOMmO9bB8qUQRghVVCW7raUOPEvH45W7IidRoA/DEAmmk0pL+n6f4AAAAASUVORK5CYII%3D') 50% no-repeat;
			}

			.tile .brand .badge.unavailable, .tile .tile-status .badge.unavailable
			{
				background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAKASURBVHjalJK9axxXFMV/772ZzOysVqvRDgtaSSwpJYFwY3ATEpIm5KNLawgp3Ljz/5E2bu20CYQUBoMNNnaRMkUKqYiQtIgdCQ0TaVc7M29n3nspzC7GMYYcuMWFe7jnHI4YjUY453DOYYyh0+l8opT63vO8L8MwbAshqKqq0lo/c849rqrquXMOIcSbGY1GWGsxxny0urr6MI7jH5RSAFhrAZBSLvc8z3+dTqf3lFL/SCnxAIwxwdra2tP19fXPAC4vL8myjKIoAIiiiF6vR7/fJ0mS75RSH19dXX0hpbwWx8fHrKys/JwkyV1rLYeHh5yenuKc420lzjm2trbY3d3F8zzyPH8ynU6/ERcXF3fiOP7D930ODg44OjoiDMOl7AWstZRlyXA4ZH9/H2MM4/H4K+l53n3f98myjJOTE4Ig+A95kUMURZydnXF+fo5SiiiKHkjf9z9f+AaWst+HRfKL2yiKbssgCNrOOWaz2Xs/vwulFLPZjLquCcPwDcM5x//B2/dyPp9XC3/WWoQQHyQbY2i32/i+T1VVTtZ1/QogSZJlGz/02VpLkiQAlGX5l2ya5mHTNPT7fba3tynLctnAd8llWTIYDNjY2MBaS1EUP0qt9YvJZPI7wM7ODsPhEK01WmuapqFpGrTWVFXFYDBgb28PIQTX19ev67r+TYzHY7TW3W63+zKO41sAaZqSZRk3NzcAtNtter0em5ubAEwmk7/zPP9USjkWaZoyn89xziWdTudRt9v9etGFuq4B8H1/aSXP89dFUdx1zp065xBpmlLXNUIIjDG0Wq1vPc+7H4bhnVarhRCCsiwpiuJPY8xPRVH8EgQBxhistfw7ABpxTL93U9x/AAAAAElFTkSuQmCC') 50% no-repeat;
			}

			.tile .brand .badge.away, .tile .tile-status .badge.away
			{
				background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAJ2SURBVHjajJI7iFVnFIW//d9zz52ZO2fG14gzJBgbp5JYKPh+NqKxsxWMRZoBCxu1sAuBKFaClj5KDUQhRXybCIqICjqNYjFDhtExN45e7/uc8y+L/yJGp3A1+2fDWv/ea23zlQvIp0gpRgfrWbZRNrhP0cAOopEyGGSvWmQz15zq59SeuC5LsAis0MJ85SLKG8jXY3pXnKb8/X6iBAB8KLhuzZtQf/gbrWc/WTGetSgnAg9qlCiv/pNk1RYAqz3A6jeg/SyoxMtReRNKNsLAhj24gWW0726H+B3+9Rmyd3fPp5KyXMpf/SqNL5KelEIdH5Ke9Ejj8+SnjyrLWkolZbX7f/jZk5h/e3WN7197j0I/NnMMN3MYoiXgBv6/g+rQmUJDR/Ajv4BP0eylnU5u/pgK/Vj9Ee6/411y8gm5a4b1Qfwt9uYUrnoTXBGLvzvoFCXbDLDaVcjfd38WX0JBRCnUroRW/M1qRzRSxgPt55+NPRc8FJJgbtaB4rBz+phRxtcj//hylr5s4YDScvDVT0KfCw7yGpRGIYohfS2H3v4NoL6tYL3BbWwOsoHawY3y1tDJpp46p8pp5U2UrEcLD0BnCtT4bBIXyJ0J/Pwf0eAu8ELtiROO5uQtazy9LMAvPoKGDoU00n/CSr4K2RTkFfyCMRj+OWg2Ht9RNv27+X/PId8cVN+62/SvWAngqtehdq17yjmURlHfZjRvdxi98fyFr/21GWfT5ivnkQehRfSOnqV35S4KpW4w7ZB/1NNNMYf6wzukk3ulbBI1iIJkBBZX1Bn/gby621wyRrx0DcXhQGzPYOnEY/nmKbVeXLTicNcn+DAArZ4503S5ZjkAAAAASUVORK5CYII%3D') 50% no-repeat;
			}

			.tile .brand .badge.busy, .tile .tile-status .badge.busy
			{
				background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAKNSURBVHjajJI9a1RBGIWfGeLdmPXuKkR0Q0RTmFsFUxgQNcaPRonpbAW1sAlY2IhFfoCIVSDaaVImFhYWmkTxAwJBVgttNqTYQFAjAWPi7t3svXeOxeC3hQdeZpiZ887DmTFuchIlCUoSTLOJ6erqV7F4QYXCaTo68hgDHz82WFmZsbXauKrVWYUhBjCNBsZNTaF6HdVqAT09tzlw4BJhyD8Vx1Au36dSuWyC4LPJMlpwDur1HH19jzh48DiAefUK8+QJVCrgHHR3o2PHUH8/HD16jkKhi7m5UwTBF9zdu6RzcxOJpFRSduOG1N4u5XJ+3LlTam2Vtm+XGxlR2mgokZTOzz90o6PgpqcPpRsbP83GSKWSFEXS/v2+okjq7JRA7vp1pZLSZlPJ5OQZqx07hrVtG+b1a+zNm7B7N4ShR/8u56CtDfbswYyNYZ8+hS1bMPv2XbUKw5MGMNPTsLEBhQJIfwco+SZJAo8f+7XOzj5LR0cegIUFb/715j/lnKerVKDZhFLJWlnrN9OU/1aW/Zha8+FDA4Dublhfh+8N/yVr4etXiCIIAvj0SZa1tRcAOnECtm6FWg2M+dtsDGxu8uMsYJaX31q7unpbcYyOHEFXrsDyMtTrv5NY683VKu7iRTQ4CBKqVm/h7twhnZ9/kEhK41ju2jWpWJTa2qRdu3zl81I+r2x4WNnamv8H5fKLZHQU48bHURwXdfjwM3p6egHs7CzMzPi0swyiCA0MoKEhj76wsOiePx/AmPfGTUwgQFI7UXSP3t5BcjmPvrnp37+19Wf65fJLlpbOK02XqNdpAaClBYJgVe/enWV9fciE4TB79x6iVPLGlRVMtfpGcTymxcUpUyr5nIBvAwDWIWcndiwtQAAAAABJRU5ErkJggg%3D%3D') 50% no-repeat;
			}

			.tile .brand .badge.newMessage, .tile .tile-status .badge.newMessage
			{
				background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAC/SURBVDhP1ZE9DgIhFIQhobDYg1haWniMbSw9j0exsfMAeg9L7Sy2kPATnCFI2LgYtjJOMjx4vPkoED+X5OK934cQ+thpFOYvSqmdMMascVDOuQMcGn1GptNaL4W1dgBkMwOSw8jeBJszIKMwexFAN0A+wnQG0Lh4wv0EJIb5AO4fRX8MoDFAlZAyPJSztOSSfiYLAYeyxTcdURcIrqSUJ7iLA4UmAdQbgnqvhakqgEoQXQtTXwEtIuCa9n8pIV67VJf6AmhGmgAAAABJRU5ErkJggg%3D%3D') 50% no-repeat;
			}

			.tile .brand .badge.paused, .tile .tile-status .badge.paused
			{
				background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAArSURBVDhPY/j9+7fDnz9//mPBCQxQgE8NE1QN2WDUgFEDQGDUgIE3gIEBAArtNKc4HT7sAAAAAElFTkSuQmCC') 50% no-repeat;
			}

			.tile .brand .badge.playing, .tile .tile-status .badge.playing
			{
				background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEXSURBVDhPY4CBnz9/pvz+/dsFyiUaMEFpBiYmJhkgtf3v37/t////Z4GIEgZwA0CAkZGRBai5AmjIYSCtABXGC1AMQAIWf/78OQ/EEVA+ToDLAJBrBIDUcqBrZgNdwwMRxQQ4DYABoOYUoCGngYFsABVCAQQNgAINYCAf//XrVwGUDwfEGgDyEgfQkH5guGwGukoEKky8AUhA5sePH6DwAQOSDAC6YgIzM7MpJyfnHagQcQYAnfwGiD2BmguBhvyBCoMBMQbsYWFh0WVlZd0B5aMAnAYAbfzz79+/SqBmV6CtL6DCGACXAQ+ABliysbF1QPk4AYYBQI0rgH7VBWo+AxXCC+AGADV+AVKJQL9GAp0MYhMBGBgA8v5j1f90TA8AAAAASUVORK5CYII%3D') 50% no-repeat;
			}

			.tile .brand .badge.error, .tile .tile-status .badge.error
			{
				background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFiSURBVDhPjVM7TsNQELRjy8ISBQeIREtBEYnQUXCINFTkCCBxgNwAJI5AaejSpaCAEqRINBTcIQ1SbD9/mHmfZP3iSIw0ytt9O7O7thMGHpqmGVZVNQnD8AwcMde27RL8rOt6nqbpjy7sA4RTpdQKv20fcbcuy/IOZrGVbIHLpz7RHr52TJCYukuMeU+6WDBjdxej4UyLubMbm0KdBDyTzHWEyY01UEVRnA4Q8IEdaZVAFEW3yD/g+IzzFc6VuTFAHAPXO7vLKQi5q+suuOD+X15yx4ToEXON1QB3B6ZkC3Qd+q8Kaxzbo0TMCTLPefPAfPS8nTeOtnk1YEfMsf11pIm+y/P8BLusmaCZrevsLE1QO3F51FzopJyCQil2pAnFoLLxI7X6z8SxkVjgeMn4H/jGQz3Ht/BrY2MC85nrsI/sjNpDKzMTSODzHPELQ9EY1H9ndFqCHxC/JEnyrgs1guAPTvwreuY0IiIAAAAASUVORK5CYII%3D') 50% no-repeat;
			}

			.tile .brand .badge.attention, .tile .tile-status .badge.attention
			{
				background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEbSURBVDhPtZI9bsJAEIVZ7ANQ5gApEomChjoNBUUOkSJFivSUQE3JEThCCo4BkotcIVKKNEi2vP7hveVZrMFgKPJJo915szOzf51/Jc/zhbV2Jfc+kiR5QrLNsqzEMJJ8O0hcM1kWlWUZKtQOOo69ZGdpmn4ofB12QsI3k1BoRtP8F7Gell0GnT6rrpJ4HOfzUiU1ww7o9HepAGI2juNHyeegw7Ja3FRA9iW5jv9slSl0WqD2rEYjF7Hy68E7gCPNORpjpk44sg2CYAg969JTxVoywYIXmlyfAS77jRPDZ8PZN5j3KfiEYeh2yG07wQN5P4g/d9H9Hf5ZMkHM/QO5NbCzh6IoJgbVI/iNBdrALnY8An9X+w9rpLPbA/sADga+JgSiAAAAAElFTkSuQmCC') 50% no-repeat;
			}

	.tile.parts > ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}

		.tile.parts > ul > li
		{
			display: block;
			float: left;
			height: 60px;
			width: 60px;
			margin: 0;
		}

	.tile.parts > .part
	{
		display: block;
		float: left;
		height: 60px;
		width: 60px;
		margin: 0;
	}

	.tile.half .tile-content.icon [class*="icon-"], .tile.half .tile-content.icon img
	{
		line-height: 37.33333333px;
		height: 37.33333333px;
		width: 37.33333333px;
		font-size: 32px;
		color: #fff;
		text-align: center;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -18.66666667px;
		margin-left: -18.66666667px;
	}

.tile
{
	font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
}

	.tile *
	{
		font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
	}

	.tile.scale
	{
		-webkit-transform: scale(0.98);
		-moz-transform: scale(0.98);
		-ms-transform: scale(0.98);
		-o-transform: scale(0.98);
		transform: scale(0.98);
	}

[draggable]
{
	cursor: default;
}

.tile .tile-content.email
{
	color: #fff;
	padding: 10px;
}

	.tile .tile-content.email .email-image
	{
		width: 64px;
		height: 64px;
		float: left;
	}

		.tile .tile-content.email .email-image img
		{
			width: 100%;
			height: 100%;
		}

	.tile .tile-content.email .email-data
	{
		display: block;
		color: inherit;
		margin-left: 70px;
		width: auto;
		overflow: hidden;
	}

		.tile .tile-content.email .email-data .email-data-title, .tile .tile-content.email .email-data .email-data-subtitle, .tile .tile-content.email .email-data .email-data-text
		{
			color: inherit;
			display: block;
		}

		.tile .tile-content.email .email-data .email-data-title
		{
			font-size: 14pt;
		}

		.tile .tile-content.email .email-data .email-data-subtitle
		{
			font-size: 11pt;
		}

		.tile .tile-content.email .email-data .email-data-text
		{
			font-size: 10pt;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}

[class*=tile-transform-]
{
	-webkit-transition: all .22s;
	transition: all .22s;
}

.tile-transform-right
{
	-webkit-transform-origin: left 50%;
	-moz-transform-origin: left 50%;
	-ms-transform-origin: left 50%;
	-o-transform-origin: left 50%;
	transform-origin: left 50%;
	-webkit-transform: perspective(500px) rotateY(0.138372rad);
	-moz-transform: perspective(500px) rotateY(0.138372rad);
	-ms-transform: perspective(500px) rotateY(0.138372rad);
	-o-transform: perspective(500px) rotateY(0.138372rad);
	transform: perspective(500px) rotateY(0.138372rad);
}

.tile.double.tile-transform-right
{
	-webkit-transform: perspective(500px) rotateY(0.069186rad);
	-moz-transform: perspective(500px) rotateY(0.069186rad);
	-ms-transform: perspective(500px) rotateY(0.069186rad);
	-o-transform: perspective(500px) rotateY(0.069186rad);
	transform: perspective(500px) rotateY(0.069186rad);
}

.tile.triple.tile-transform-right
{
	-webkit-transform: perspective(500px) rotateY(0.046124rad);
	-moz-transform: perspective(500px) rotateY(0.046124rad);
	-ms-transform: perspective(500px) rotateY(0.046124rad);
	-o-transform: perspective(500px) rotateY(0.046124rad);
	transform: perspective(500px) rotateY(0.046124rad);
}

.tile.quadro.tile-transform-right
{
	-webkit-transform: perspective(500px) rotateY(0.034593rad);
	-moz-transform: perspective(500px) rotateY(0.034593rad);
	-ms-transform: perspective(500px) rotateY(0.034593rad);
	-o-transform: perspective(500px) rotateY(0.034593rad);
	transform: perspective(500px) rotateY(0.034593rad);
}

.tile.half.tile-transform-right
{
	-webkit-transform: perspective(500px) rotateY(0.276744rad);
	-moz-transform: perspective(500px) rotateY(0.276744rad);
	-ms-transform: perspective(500px) rotateY(0.276744rad);
	-o-transform: perspective(500px) rotateY(0.276744rad);
	transform: perspective(500px) rotateY(0.276744rad);
}

.tile-transform-left
{
	-webkit-transform-origin: right 50%;
	-moz-transform-origin: right 50%;
	-ms-transform-origin: right 50%;
	-o-transform-origin: right 50%;
	transform-origin: right 50%;
	-webkit-transform: perspective(500px) rotateY(-0.138372rad);
	-moz-transform: perspective(500px) rotateY(-0.138372rad);
	-ms-transform: perspective(500px) rotateY(-0.138372rad);
	-o-transform: perspective(500px) rotateY(-0.138372rad);
	transform: perspective(500px) rotateY(-0.138372rad);
}

.tile.double.tile-transform-left
{
	-webkit-transform: perspective(500px) rotateY(-0.069186rad);
	-moz-transform: perspective(500px) rotateY(-0.069186rad);
	-ms-transform: perspective(500px) rotateY(-0.069186rad);
	-o-transform: perspective(500px) rotateY(-0.069186rad);
	transform: perspective(500px) rotateY(-0.069186rad);
}

.tile.triple.tile-transform-left
{
	-webkit-transform: perspective(500px) rotateY(-0.046124rad);
	-moz-transform: perspective(500px) rotateY(-0.046124rad);
	-ms-transform: perspective(500px) rotateY(-0.046124rad);
	-o-transform: perspective(500px) rotateY(-0.046124rad);
	transform: perspective(500px) rotateY(-0.046124rad);
}

.tile.quadro.tile-transform-left
{
	-webkit-transform: perspective(500px) rotateY(-0.034593rad);
	-moz-transform: perspective(500px) rotateY(-0.034593rad);
	-ms-transform: perspective(500px) rotateY(-0.034593rad);
	-o-transform: perspective(500px) rotateY(-0.034593rad);
	transform: perspective(500px) rotateY(-0.034593rad);
}

.tile.half.tile-transform-left
{
	-webkit-transform: perspective(500px) rotateY(-0.276744rad);
	-moz-transform: perspective(500px) rotateY(-0.276744rad);
	-ms-transform: perspective(500px) rotateY(-0.276744rad);
	-o-transform: perspective(500px) rotateY(-0.276744rad);
	transform: perspective(500px) rotateY(-0.276744rad);
}

.tile-transform-top
{
	-webkit-transform-origin: 50% bottom;
	-moz-transform-origin: 50% bottom;
	-ms-transform-origin: 50% bottom;
	-o-transform-origin: 50% bottom;
	transform-origin: 50% bottom;
	-webkit-transform: perspective(500px) rotateX(0.138372rad);
	-moz-transform: perspective(500px) rotateX(0.138372rad);
	-ms-transform: perspective(500px) rotateX(0.138372rad);
	-o-transform: perspective(500px) rotateX(0.138372rad);
	transform: perspective(500px) rotateX(0.138372rad);
}

.tile.double.tile-transform-top
{
	-webkit-transform: perspective(500px) rotateX(0.069186rad);
	-moz-transform: perspective(500px) rotateX(0.069186rad);
	-ms-transform: perspective(500px) rotateX(0.069186rad);
	-o-transform: perspective(500px) rotateX(0.069186rad);
	transform: perspective(500px) rotateX(0.069186rad);
}

.tile.triple.tile-transform-top
{
	-webkit-transform: perspective(500px) rotateX(0.046124rad);
	-moz-transform: perspective(500px) rotateX(0.046124rad);
	-ms-transform: perspective(500px) rotateX(0.046124rad);
	-o-transform: perspective(500px) rotateX(0.046124rad);
	transform: perspective(500px) rotateX(0.046124rad);
}

.tile.quadro.tile-transform-top
{
	-webkit-transform: perspective(500px) rotateX(0.034593rad);
	-moz-transform: perspective(500px) rotateX(0.034593rad);
	-ms-transform: perspective(500px) rotateX(0.034593rad);
	-o-transform: perspective(500px) rotateX(0.034593rad);
	transform: perspective(500px) rotateX(0.034593rad);
}

.tile.half.tile-transform-top
{
	-webkit-transform: perspective(500px) rotateX(0.276744rad);
	-moz-transform: perspective(500px) rotateX(0.276744rad);
	-ms-transform: perspective(500px) rotateX(0.276744rad);
	-o-transform: perspective(500px) rotateX(0.276744rad);
	transform: perspective(500px) rotateX(0.276744rad);
}

.tile-transform-bottom
{
	-webkit-transform-origin: 50% top;
	-moz-transform-origin: 50% top;
	-ms-transform-origin: 50% top;
	-o-transform-origin: 50% top;
	transform-origin: 50% top;
	-webkit-transform: perspective(500px) rotateX(-0.138372rad);
	-moz-transform: perspective(500px) rotateX(-0.138372rad);
	-ms-transform: perspective(500px) rotateX(-0.138372rad);
	-o-transform: perspective(500px) rotateX(-0.138372rad);
	transform: perspective(500px) rotateX(-0.138372rad);
}

.tile.double.tile-transform-bottom
{
	-webkit-transform: perspective(500px) rotateX(-0.069186rad);
	-moz-transform: perspective(500px) rotateX(-0.069186rad);
	-ms-transform: perspective(500px) rotateX(-0.069186rad);
	-o-transform: perspective(500px) rotateX(-0.069186rad);
	transform: perspective(500px) rotateX(-0.069186rad);
}

.tile.triple.tile-transform-bottom
{
	-webkit-transform: perspective(500px) rotateX(-0.046124rad);
	-moz-transform: perspective(500px) rotateX(-0.046124rad);
	-ms-transform: perspective(500px) rotateX(-0.046124rad);
	-o-transform: perspective(500px) rotateX(-0.046124rad);
	transform: perspective(500px) rotateX(-0.046124rad);
}

.tile.quadro.tile-transform-bottom
{
	-webkit-transform: perspective(500px) rotateX(-0.034593rad);
	-moz-transform: perspective(500px) rotateX(-0.034593rad);
	-ms-transform: perspective(500px) rotateX(-0.034593rad);
	-o-transform: perspective(500px) rotateX(-0.034593rad);
	transform: perspective(500px) rotateX(-0.034593rad);
}

.tile.half.tile-transform-bottom
{
	-webkit-transform: perspective(500px) rotateX(-0.276744rad);
	-moz-transform: perspective(500px) rotateX(-0.276744rad);
	-ms-transform: perspective(500px) rotateX(-0.276744rad);
	-o-transform: perspective(500px) rotateX(-0.276744rad);
	transform: perspective(500px) rotateX(-0.276744rad);
}

.carousel
{
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #eee;
}

	.carousel .slide
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: none;
		padding: 0;
	}

		.carousel .slide div.subslide
		{
			z-index: 2;
			position: absolute;
			top: 10px;
			left: 10px;
		}

		.carousel .slide img.cover
		{
			width: 100%;
			min-height: 100%;
			z-index: 1;
			position: absolute;
			top: 0 !important;
			left: 0 !important;
		}

		.carousel .slide:first-child
		{
			display: block;
		}

	.carousel .controls
	{
		display: block;
		position: absolute;
		top: 50%;
		left: 15px;
		min-width: 40px;
		min-height: 40px;
		width: auto;
		height: auto;
		margin-top: -20px;
		font-size: 48pt;
		font-weight: 100;
		line-height: 30px;
		color: #fff;
		text-align: center;
		cursor: pointer;
		opacity: .75;
		z-index: 100;
	}

		.carousel .controls.right
		{
			left: auto;
			right: 15px;
		}

		.carousel .controls:hover
		{
			opacity: 1;
		}

	.carousel .markers
	{
		z-index: 100;
		margin: 0;
		padding: 0;
		display: block;
		position: absolute;
		bottom: 10px;
		left: 10px;
	}

		.carousel .markers > ul
		{
			padding-left: 0;
			list-style: none;
		}

			.carousel .markers > ul li ul, .carousel .markers > ul li ol
			{
				list-style: none;
				padding-left: 25px;
			}

		.carousel .markers li
		{
			display: block;
			float: left;
			margin-right: 5px;
		}

			.carousel .markers li a
			{
				background-color: #fff;
				display: block;
				float: left;
				border: 1px #fff solid;
			}

			.carousel .markers li.active a
			{
				background-color: #f0a30a;
			}

		.carousel .markers.default > ul > li > a
		{
			width: 32px;
			height: 6px;
		}

		.carousel .markers.cycle > ul > li > a
		{
			width: 24px;
			height: 24px;
			border-radius: 50%;
		}

		.carousel .markers.square > ul > li > a
		{
			width: 24px;
			height: 24px;
		}

.rating
{
	color: #2784a7;
	cursor: pointer;
	display: block;
	width: auto;
	margin: 0 10px 10px 0;
	height: 28px;
}

	.rating:before, .rating:after
	{
		display: table;
		content: "";
	}

	.rating:after
	{
		clear: both;
	}

	.rating ul
	{
		list-style: none;
		color: inherit;
		display: block;
		margin: 0;
		padding: 0;
		margin-bottom: 5px;
	}

		.rating ul:before, .rating ul:after
		{
			display: table;
			content: "";
		}

		.rating ul:after
		{
			clear: both;
		}

		.rating ul li
		{
			display: block;
			float: left;
			position: relative;
			font-family: metroSysIcons;
			font-size: 28px;
			line-height: 28px;
			color: inherit;
		}

			.rating ul li:before
			{
				content: '\e014';
			}

			.rating ul li.rated:before
			{
				content: '\e016';
			}

			.rating ul li.rated.half:before
			{
				content: '\e015';
			}

			.rating ul li.half:before
			{
				content: '\e015';
			}

	.rating .score-hint
	{
		display: block;
		font-size: 12px;
		color: #1d1d1d;
	}

	.rating.active ul:hover > li:before
	{
		content: '\e016';
	}

	.rating.active ul li:hover ~ li:before
	{
		content: '\e014' !important;
	}

	.rating.active ul li:hover:before
	{
		content: '\e016' !important;
	}

	.rating.small li
	{
		font-size: 18.66666667px;
		line-height: 18.66666667px;
	}

	.rating.small .score-hint
	{
		margin-top: -5px;
		font-size: 12px;
	}

	.rating.large li
	{
		font-size: 42px;
	}

	.rating.large .score-hint
	{
		margin-top: 10px;
		font-size: 16px;
	}

.pagination
{
	width: auto;
	margin-bottom: 10px;
}

	.pagination > ul
	{
		padding-left: 0;
		list-style: none;
		margin: 0;
	}

		.pagination > ul li ul, .pagination > ul li ol
		{
			list-style: none;
			padding-left: 25px;
		}

		.pagination > ul:before, .pagination > ul:after
		{
			display: table;
			content: "";
		}

		.pagination > ul:after
		{
			clear: both;
		}

		.pagination > ul li
		{
			display: block;
			float: left;
			margin-right: 1px;
			position: relative;
		}

			.pagination > ul li a
			{
				padding: 4px 12px;
				text-align: center;
				vertical-align: middle !important;
				background-color: #d9d9d9;
				border: 1px transparent solid;
				color: #222;
				border-radius: 0;
				cursor: pointer;
				display: inline-block;
				outline: 0;
				font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
				font-size: 14px;
				line-height: 16px;
				margin: auto;
				color: inherit;
				display: block;
				float: left;
				margin-right: 1px;
			}

				.pagination > ul li a.default
				{
					background-color: #008287;
					color: #fff;
				}

				.pagination > ul li a:focus
				{
					outline: 0;
					border: 1px #353535 dotted;
				}

				.pagination > ul li a:disabled, .pagination > ul li a.disabled
				{
					background-color: #eaeaea !important;
					color: #bebebe !important;
					cursor: not-allowed !important;
				}

				.pagination > ul li a *
				{
					color: inherit;
				}

					.pagination > ul li a *:hover
					{
						color: inherit;
					}

				.pagination > ul li a.primary
				{
					background-color: #16499a !important;
					color: #fff !important;
				}

				.pagination > ul li a.info
				{
					background-color: #4390df !important;
					color: #fff !important;
				}

				.pagination > ul li a.success
				{
					background-color: #60a917 !important;
					color: #fff !important;
				}

				.pagination > ul li a.warning
				{
					background-color: #fa6800 !important;
					color: #fff !important;
				}

				.pagination > ul li a.danger
				{
					background-color: #9a1616 !important;
					color: #fff !important;
				}

				.pagination > ul li a.inverse
				{
					background-color: #1d1d1d !important;
					color: #fff !important;
				}

				.pagination > ul li a.link
				{
					background-color: transparent !important;
					color: #2e92cf !important;
				}

					.pagination > ul li a.link:hover
					{
						text-decoration: underline;
					}

					.pagination > ul li a.link:disabled, .pagination > ul li a.link.disabled
					{
						background-color: transparent !important;
						color: #bebebe !important;
						cursor: not-allowed !important;
					}

					.pagination > ul li a.link [class*="icon-"]
					{
						text-decoration: none !important;
					}

				.pagination > ul li a:active
				{
					background-color: #1d1d1d !important;
					color: #fff !important;
					border-color: transparent;
				}

				.pagination > ul li a.large
				{
					padding: 11px 19px;
					font-size: 17.5px;
				}

				.pagination > ul li a.small
				{
					padding: 2px 10px;
					font-size: 11.9px;
				}

				.pagination > ul li a.mini
				{
					padding: 0 6px;
					font-size: 10.5px;
				}

			.pagination > ul li.active a
			{
				background-color: #4390df;
				color: #fff;
			}

			.pagination > ul li.disabled a, .pagination > ul li.spaces a
			{
				background-color: #f2f2f2;
				color: #1e1e1e;
				cursor: not-allowed;
			}

				.pagination > ul li.disabled a:active, .pagination > ul li.spaces a:active
				{
					top: 0;
					left: 0;
				}

			.pagination > ul li.disabled a
			{
				color: #1e1e1e;
			}

			.pagination > ul li.spaces a
			{
				background-color: #fff;
				cursor: default;
			}

	.pagination.small ul li a
	{
		padding: 2px 10px;
		font-size: 11.9px;
	}

	.pagination.mini ul li a
	{
		padding: 0 6px;
		font-size: 10.5px;
	}

.countdown, .times
{
	width: auto;
	margin: 0 auto;
	font: 20px/1.5 'Open Sans Condensed',sans-serif;
	text-align: center;
	letter-spacing: -3px;
}

	.countdown .digit-wrapper, .times .digit-wrapper
	{
		display: inline-block;
		height: 1.6em;
		overflow: hidden;
		position: relative;
		width: 1.05em;
	}

		.countdown .digit-wrapper .digit, .times .digit-wrapper .digit
		{
			position: absolute;
			display: block;
			width: 1em;
			text-align: center;
			vertical-align: middle;
			letter-spacing: -1px;
		}

			.countdown .digit-wrapper .digit.stop, .times .digit-wrapper .digit.stop
			{
				background-color: #e51400;
			}

	.countdown .divider, .times .divider
	{
		display: inline-block;
		width: 16px;
		height: 1.5em;
		position: relative;
		font-weight: bold;
	}

		.countdown .divider:before, .times .divider:before
		{
			width: 100%;
			height: 1.5em;
			position: absolute;
			content: ":";
			color: inherit;
			font-size: inherit;
			vertical-align: middle;
			text-align: center;
			left: -20%;
			top: -15%;
		}

	.countdown.inverse .digit, .times.inverse .digit
	{
		color: #333 !important;
		background-color: #eee !important;
	}

.tab-control .tabs
{
	padding-left: 0;
	list-style: none;
	margin: 0 !important;
	z-index: 2;
}

	.tab-control .tabs li ul, .tab-control .tabs li ol
	{
		list-style: none;
		padding-left: 25px;
	}

	.tab-control .tabs:before, .tab-control .tabs:after
	{
		display: table;
		content: "";
	}

	.tab-control .tabs:after
	{
		clear: both;
	}

	.tab-control .tabs > li
	{
		background-color: #fff;
		display: block;
		float: left;
		margin-left: 5px;
		position: relative;
	}

		.tab-control .tabs > li > a
		{
			border: 1px #eee solid;
			display: block;
			float: left;
			padding: 5px 10px;
			z-index: 10;
			top: 0;
			left: 0;
			color: inherit;
			background-color: #eee;
		}

		.tab-control .tabs > li.active a
		{
			border-bottom-color: #fff;
			background-color: #fff;
			border-top: 2px #e51400 solid;
		}

		.tab-control .tabs > li.active:hover a
		{
			background-color: #fff;
			color: #1d1d1d;
		}

		.tab-control .tabs > li:hover a
		{
			background-color: #d5d5d5;
			color: #fff;
		}

		.tab-control .tabs > li.place-right
		{
			float: right;
			margin-right: 5px;
			margin-left: auto;
		}

	.tab-control .tabs.no-spaces > li
	{
		margin-left: 0;
	}

.tab-control .frames
{
	z-index: 1;
	border: 1px #eee solid;
	margin-top: -1px;
}

	.tab-control .frames .frame
	{
		display: none;
	}

		.tab-control .frames .frame:first-child
		{
			display: block;
		}

.tab-control .frame
{
	padding: 20px;
}

.progress-bar
{
	display: block;
	position: relative;
	height: 10px;
	width: 100%;
	margin-bottom: 10px;
	background-color: #eee;
}

	.progress-bar:before, .progress-bar:after
	{
		display: table;
		content: "";
	}

	.progress-bar:after
	{
		clear: both;
	}

	.progress-bar .bar
	{
		position: relative;
		display: block;
		float: left;
		width: 0;
		background-color: #1ba1e2;
		height: 100%;
	}

	.progress-bar.small
	{
		height: 5px;
	}

	.progress-bar.large
	{
		height: 15px;
	}

.sidebar
{
	margin: 0;
	padding: 0;
	background-color: #3d3d3d;
	width: 100%;
	height: 100%;
}

	.sidebar > ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}

		.sidebar > ul li
		{
			display: block;
			border: 0;
			border-bottom: 1px #5c5c5c solid;
			position: relative;
		}

			.sidebar > ul li.title
			{
				padding: 20px 20px 10px 20px;
				font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
				font-weight: 300;
				letter-spacing: .00em;
				font-size: 2.5rem;
				line-height: 2.5rem;
				letter-spacing: .01em;
				color: #000;
				font-size: 2.2rem;
				line-height: 2.2rem;
				color: #fff;
			}

			.sidebar > ul li a
			{
				display: block;
				position: relative;
				padding: 10px 20px;
				text-decoration: none;
				color: #eee;
				background-color: #3d3d3d;
			}

				.sidebar > ul li a:hover
				{
					background-color: #262626;
					color: #fff;
				}

				.sidebar > ul li a.dropdown-toggle:after
				{
					right: 10px;
					bottom: 5px;
				}

				.sidebar > ul li a [class*="icon-"]
				{
					margin-right: 15px;
				}

			.sidebar > ul li.stick
			{
				position: relative;
			}

				.sidebar > ul li.stick:before
				{
					content: "";
					position: absolute;
					width: 7px;
					height: 40px;
					left: -7px;
					text-indent: -9999px;
					border-top-left-radius: 5px;
					border-bottom-left-radius: 5px;
					background-color: inherit;
				}

			.sidebar > ul li.disabled a
			{
				background-color: #8a8a8a;
				cursor: default;
				color: #555;
			}

			.sidebar > ul li.active a
			{
				background-color: #9a1616;
				color: #fff;
			}

		.sidebar > ul ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
			position: absolute;
			display: none;
			z-index: 1000;
			background: #fff;
			min-width: 220px;
			width: auto;
			border: 1px solid #dcddde;
			box-shadow: none;
			position: relative !important;
			background-color: #e5e5e5;
			min-width: 100%;
		}

			.sidebar > ul ul li
			{
				display: block;
				margin: 10px 0;
				padding: 0;
				vertical-align: baseline;
				position: relative;
				font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
			}

				.sidebar > ul ul li a
				{
					display: block;
					text-decoration: none;
					font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
					font-weight: 300;
					letter-spacing: .00em;
					font-size: 2.5rem;
					line-height: 2.5rem;
					letter-spacing: .01em;
					color: #000;
					line-height: 2.2rem;
					font-size: 2.2rem;
					color: inherit;
				}

				.sidebar > ul ul li.title
				{
					font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
					font-weight: 300;
					color: #000;
					letter-spacing: .00em;
					font-size: 2.5rem;
					line-height: 2.5rem;
					letter-spacing: .01em;
					font-size: 4rem;
					margin-bottom: 20px;
				}

			.sidebar > ul ul.compact a
			{
				font-weight: normal;
				font-size: 10.5pt;
				line-height: 12pt;
				color: inherit;
			}

			.sidebar > ul ul.compact li.title
			{
				margin-bottom: 10px;
				font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;
				font-weight: bold;
				color: #000;
				font-size: 1.6rem;
				line-height: 1.6rem;
				letter-spacing: .02em;
			}

			.sidebar > ul ul ul.secondary
			{
				margin: 0;
				padding: 0;
				list-style: none;
				margin-left: 15px;
			}

				.sidebar > ul ul ul.secondary li a
				{
					font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;
					font-weight: bold;
					color: #000;
					font-size: 1.6rem;
					line-height: 1.6rem;
					letter-spacing: .02em;
					font-weight: normal;
					font-style: normal;
					line-height: 1.4rem;
					color: inherit;
				}

			.sidebar > ul ul.shadow
			{
				box-shadow: 3px 3px 0 rgba(236,236,236,0.7);
			}

			.sidebar > ul ul li
			{
				margin: 5px 0 0;
				width: 100%;
				border: 1px transparent solid;
			}

				.sidebar > ul ul li:last-child
				{
					margin-bottom: 5px;
				}

				.sidebar > ul ul li.disabled, .sidebar > ul ul li.disabled:hover
				{
					cursor: default !important;
					background: transparent !important;
					color: #eee;
				}

					.sidebar > ul ul li.disabled a, .sidebar > ul ul li.disabled:hover a
					{
						color: inherit;
						cursor: inherit;
						background: inherit;
					}

			.sidebar > ul ul a
			{
				padding: 8px 32px !important;
				color: inherit;
				font-size: 15px !important;
				line-height: 14px !important;
				cursor: pointer;
			}

			.sidebar > ul ul li:hover
			{
				background: #edf4fc;
				border-color: #a8d2fd;
			}

			.sidebar > ul ul li.checked a:before, .sidebar > ul ul li.checked-partial a:before, .sidebar > ul ul li.unchecked a:before
			{
				font-family: metroSysIcons;
				position: absolute;
				left: 10px;
				content: "\e004";
			}

			.sidebar > ul ul li.checked-partial a:before
			{
				content: "\e005";
			}

			.sidebar > ul ul li.unchecked a:before
			{
				content: "\e005";
			}

			.sidebar > ul ul.place-right
			{
				right: -15px;
				left: auto;
			}

			.sidebar > ul ul .divider
			{
				padding: 0;
				height: 1px;
				margin: 9px 1px;
				overflow: hidden;
				background-color: #e5e5e5;
				border-width: 0;
			}

				.sidebar > ul ul .divider:hover
				{
					background: #e5e5e5;
				}

			.sidebar > ul ul.open
			{
				display: block !important;
			}

			.sidebar > ul ul .dropdown-menu
			{
				left: 100%;
				top: -10%;
			}

			.sidebar > ul ul > li:hover > .dropdown-menu[data-show="hover"]
			{
				display: block;
			}

			.sidebar > ul ul > li > a.dropdown-toggle:after
			{
				font-family: metroSysIcons;
				font-size: .7em;
				content: "\e001";
				left: 90%;
				top: 50%;
				margin-top: -1.4em;
				-webkit-transform: rotate(-90deg);
				-moz-transform: rotate(-90deg);
				-ms-transform: rotate(-90deg);
				-o-transform: rotate(-90deg);
				transform: rotate(-90deg);
			}

			.sidebar > ul ul.drop-left
			{
				left: -100%;
			}

			.sidebar > ul ul.drop-up
			{
				top: auto;
				bottom: 0;
			}

			.sidebar > ul ul .menu-title
			{
				background-color: #f6f7f8;
				font-size: 12px;
				line-height: 14px;
				padding: 4px 8px;
				border: 0;
				border-bottom: 1px #dcddde solid;
				border-top: 1px #dcddde solid;
				color: #646464;
			}

				.sidebar > ul ul .menu-title:first-child
				{
					margin: 0;
					border-top-width: 0;
				}

					.sidebar > ul ul .menu-title:first-child:hover
					{
						border-top-width: 0;
					}

				.sidebar > ul ul .menu-title:hover
				{
					background-color: #f6f7f8;
					cursor: default;
					border: 0;
					border-bottom: 1px #dcddde solid;
					border-top: 1px #dcddde solid;
				}

			.sidebar > ul ul.inverse
			{
				border: 2px #3b3b3b solid;
			}

				.sidebar > ul ul.inverse li
				{
					border: 0;
				}

					.sidebar > ul ul.inverse li a
					{
						padding: 9px 32px !important;
					}

					.sidebar > ul ul.inverse li:hover
					{
						border: 0;
						background-color: #e5e5e5;
					}

				.sidebar > ul ul.inverse .menu-title:hover
				{
					background-color: #f6f7f8;
				}

				.sidebar > ul ul.inverse .divider
				{
					margin-left: 0;
					margin-right: 0;
				}

			.sidebar > ul ul.dark
			{
				background-color: #333;
				border: 2px #333 solid;
				color: #fff;
			}

				.sidebar > ul ul.dark.opacity
				{
					background-color: rgba(61,61,61,0.9);
				}

				.sidebar > ul ul.dark li
				{
					border: 0;
					color: inherit;
				}

					.sidebar > ul ul.dark li a
					{
						padding: 9px 32px !important;
						color: inherit;
					}

					.sidebar > ul ul.dark li.disabled, .sidebar > ul ul.dark li.disabled:hover
					{
						cursor: default !important;
						background: transparent !important;
						color: #555;
					}

						.sidebar > ul ul.dark li.disabled a, .sidebar > ul ul.dark li.disabled:hover a
						{
							color: inherit;
							cursor: inherit;
							background: inherit;
						}

					.sidebar > ul ul.dark li:hover
					{
						border: 0;
						background-color: #201a1a;
						color: #fff;
					}

				.sidebar > ul ul.dark .menu-title
				{
					background-color: #3b3b3b;
				}

					.sidebar > ul ul.dark .menu-title:hover
					{
						background-color: #3b3b3b;
					}

				.sidebar > ul ul.dark .divider
				{
					margin-left: 0;
					margin-right: 0;
					background-color: #555;
				}

					.sidebar > ul ul.dark .divider:hover
					{
						background: #555;
					}

			.sidebar > ul ul li
			{
				border: 0;
			}

				.sidebar > ul ul li a
				{
					background-color: #e5e5e5;
				}

				.sidebar > ul ul li.divider
				{
					background-color: #c2c2c2;
				}

					.sidebar > ul ul li.divider:hover
					{
						background-color: #c2c2c2;
					}

				.sidebar > ul ul li.disabled a
				{
					color: #999;
				}

					.sidebar > ul ul li.disabled a:hover
					{
						color: #999;
					}

			.sidebar > ul ul.open
			{
				display: block;
			}

	.sidebar.light
	{
		background-color: #fff;
		border: 1px #eaeaea solid;
	}

		.sidebar.light li
		{
			border-bottom-color: #eee;
		}

			.sidebar.light li.title
			{
				color: #1d1d1d;
			}

			.sidebar.light li a
			{
				color: #1d1d1d;
				background-color: #fff;
			}

				.sidebar.light li a:hover
				{
					background-color: #00aff0;
				}

			.sidebar.light li ul
			{
				background-color: #fff;
				border: 1px transparent solid;
			}

			.sidebar.light li .divider
			{
				background-color: #eee;
			}

				.sidebar.light li .divider:hover
				{
					background-color: #eee;
				}

			.sidebar.light li.disabled a
			{
				background-color: #fff;
				cursor: default;
				color: #999;
			}

			.sidebar.light li.active a
			{
				background-color: #1ba1e2;
				color: #fff;
			}

.accordion > .accordion-frame
{
	border: 1px #eaeaea solid;
	margin-bottom: 2px;
}

	.accordion > .accordion-frame > .heading
	{
		display: block;
		text-decoration: none;
		background-color: #eee;
		padding: 10px 20px;
		width: 100%;
		position: relative;
		color: #1d1d1d;
	}

		.accordion > .accordion-frame > .heading [class*="icon-"]
		{
			margin-right: 10px;
		}

	.accordion > .accordion-frame > .content
	{
		padding: 10px;
	}

	.accordion > .accordion-frame > .content
	{
		display: none;
	}

.accordion.with-marker .heading:before
{
	position: absolute;
	display: block;
	left: 5px;
	top: 12px;
	content: '';
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-top: 7px solid transparent;
	border-bottom: 7px solid black;
}

.accordion.with-marker .heading.collapsed:before
{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: -4px;
}

.calendar
{
	width: 250px;
	border: 1px #eee solid;
	font-size: 10pt;
}

	.calendar table
	{
		width: 100%;
		border-collapse: collapse;
	}

	.calendar td, .calendar th
	{
		padding: 0;
		width: 14.28%;
	}

	.calendar td
	{
		border: 1px solid;
		border-color: #e6f5fc;
	}

		.calendar td:first-child
		{
			border-left: 0;
		}

		.calendar td:last-child
		{
			border-right: 0;
		}

	.calendar tr:last-child td
	{
		border-bottom: 0;
	}

	.calendar .day-of-week
	{
		padding: 5px;
		cursor: default;
	}

	.calendar a
	{
		display: block;
		padding: 5px;
	}

		.calendar a:hover
		{
			background-color: #eee;
			color: #1d1d1d;
		}

	.calendar .calendar-header
	{
		background-color: #1ba1e2;
		color: #fff;
	}

		.calendar .calendar-header td, .calendar .calendar-header th
		{
			border: 0 !important;
		}

			.calendar .calendar-header td a, .calendar .calendar-header th a
			{
				color: #fff;
			}

				.calendar .calendar-header td a:hover, .calendar .calendar-header th a:hover
				{
					background-color: #1ba1e2;
					color: #fff;
				}

	.calendar .calendar-actions td, .calendar .calendar-actions th
	{
		padding: 10px;
	}

	.calendar .today a
	{
		background-color: #a0e857;
		color: #1d1d1d;
	}

		.calendar .today a:hover
		{
			background-color: #128023;
			color: #fff;
		}

	.calendar .day a
	{
		display: block;
		position: relative;
		border: 2px transparent solid;
	}

		.calendar .day a.selected
		{
			border: 4px #4390df solid;
			border-width: 1px;
		}

			.calendar .day a.selected:after
			{
				position: absolute;
				display: block;
				border-top: 28px solid #4390df;
				border-left: 28px solid transparent;
				right: 0;
				content: "";
				top: 0;
				z-index: 101;
			}

			.calendar .day a.selected:before
			{
				position: absolute;
				display: block;
				content: "\e003";
				color: #fff;
				right: 0;
				font-family: 'metroSysIcons';
				font-size: 9pt;
				font-weight: normal;
				z-index: 102;
				top: 0;
			}

			.calendar .day a.selected:after
			{
				border-top-width: 12px;
				border-left-width: 12px;
			}

			.calendar .day a.selected:before
			{
				font-size: 4pt;
			}

	.calendar .month a, .calendar .year a
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.calendar .other-day
	{
		display: block;
		text-align: center;
		color: #999;
	}

.calendar-dropdown
{
	border: 0;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3),0 3px 8px rgba(0,0,0,0.2);
}

.slider
{
	height: 12px;
	width: auto;
	position: relative;
	background-color: #c6c6c6;
	margin-bottom: 10px;
}

	.slider .marker
	{
		height: 12px;
		width: 12px;
		cursor: pointer;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #000;
		z-index: 2;
	}

		.slider .marker:focus, .slider .marker:active, .slider .markerhover
		{
			outline: 2px #e51400 solid;
		}

	.slider .complete
	{
		height: 100%;
		width: auto;
		background-color: #00828b;
		z-index: 1;
		transition: background .3s ease;
	}

	.slider > .hint
	{
		background-color: #fff;
		position: absolute;
		z-index: 3;
		border: 1px #ccc solid;
		padding: 2px 4px;
		top: -40px;
		min-width: 30px;
		text-align: center;
		font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
		font-size: 14px;
		box-shadow: 0 2px 6px rgba(0,0,0,0.3),0 3px 8px rgba(0,0,0,0.2);
		display: none;
	}

	.slider.permanent-hint > .hint
	{
		display: block;
	}

	.slider.hint-bottom .hint
	{
		top: 100%;
		margin-top: 5px;
	}

	.slider.vertical
	{
		height: 100px;
		width: 12px;
	}

		.slider.vertical .marker
		{
			left: 0 !important;
		}

		.slider.vertical .complete
		{
			position: absolute;
			height: auto;
			width: 100% !important;
			bottom: 0;
			left: 0;
		}

		.slider.vertical .hint
		{
			left: 100%;
			margin-left: 5px;
			margin-top: 0;
		}

		.slider.vertical.hint-left .hint
		{
			left: -40px;
		}

	.slider:hover .complete
	{
		background-color: #219297;
	}

	.slider:active .complete, .slider:active + .marker:active .complete
	{
		background-color: #219297;
	}

	.slider.place-left
	{
		margin-right: 20px;
	}

	.slider.place-right
	{
		margin-left: 20px;
	}

.metro.window-overlay
{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0);
	z-index: 1049;
}

.window
{
	border: 8px #6badf6 solid;
	position: relative;
	background-color: #fff;
	min-height: 200px;
	min-width: 200px;
	border-top: 0;
}

	.window .caption
	{
		position: absolute;
		top: 0;
		height: 32px;
		width: 100%;
		background-color: #6badf6;
		cursor: default;
		z-index: 2;
		border-top: 8px #6badf6 solid;
	}

		.window .caption .icon
		{
			width: 16px;
			height: 16px;
			font-size: 16px;
			margin-top: 0;
			margin-left: 0;
			margin-right: 5px;
			position: relative;
			float: left;
		}

		.window .caption .title
		{
			font-size: 14px;
			margin-top: -2px;
			margin-left: 4px;
			position: relative;
			float: left;
		}

		.window .caption .super-title
		{
			position: absolute;
			top: 6px;
			left: 0;
			display: block;
			width: 100%;
			text-align: center;
			z-index: 0;
		}

	.window .content
	{
		position: relative;
		padding: 32px 0;
		width: auto;
		height: auto;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		-ms-box-sizing: content-box;
		-o-box-sizing: content-box;
		box-sizing: content-box;
	}

	.window .caption .btn-close, .window .caption .btn-min, .window .caption .btn-max
	{
		background-color: #c75050;
		color: #fff;
		position: absolute;
		top: -8px;
		right: 0;
		width: 48px;
		height: 24px;
		min-height: 24px;
		text-align: center;
		vertical-align: middle;
		font-family: 'Cambria_','PT Serif Caption',Verdana,Arial,Helvetica,sans-serif;
		font-size: 16pt;
		font-weight: normal;
		padding: 0 0 10px 0;
		z-index: 3;
		outline: 0;
	}

		.window .caption .btn-close:hover, .window .caption .btn-min:hover, .window .caption .btn-max:hover
		{
			background-color: #e04343;
		}

		.window .caption .btn-close:active, .window .caption .btn-min:active, .window .caption .btn-max:active
		{
			background-color: #b01919 !important;
			top: -8px;
			right: 0;
			left: auto;
		}

		.window .caption .btn-close:after, .window .caption .btn-min:after, .window .caption .btn-max:after
		{
			content: '\D7';
			position: absolute;
			left: 50%;
			top: 0;
			margin-left: -0.3em;
		}

	.window .caption .btn-min, .window .caption .btn-max
	{
		background-color: transparent;
		color: #000;
		right: 75px;
		width: 24px;
		padding-bottom: 10px;
		font-weight: bold;
	}

		.window .caption .btn-min:hover, .window .caption .btn-max:hover
		{
			background-color: #1b6eae;
			color: #fff;
		}

			.window .caption .btn-min:hover:after, .window .caption .btn-max:hover:after
			{
				border-color: #fff;
			}

		.window .caption .btn-min:active, .window .caption .btn-max:active
		{
			background-color: #1e7cc4 !important;
			color: #fff;
			top: -8px;
			right: 75px;
			left: auto;
		}

		.window .caption .btn-min:after, .window .caption .btn-max:after
		{
			display: block;
			position: absolute;
			width: 10px;
			height: 10px;
			border: 0 #000 solid;
			border-bottom-width: 2px;
			content: ' ';
			bottom: 6px;
			left: 50%;
			margin-left: -6px;
			top: auto;
		}

	.window .caption .btn-max
	{
		right: 50px;
	}

		.window .caption .btn-max:active
		{
			right: 50px;
		}

		.window .caption .btn-max:after
		{
			height: 6px;
			border: 1px #000 solid;
			border-top-width: 2px;
		}

	.window.inactive
	{
		border-color: #ebebeb;
	}

		.window.inactive .caption
		{
			background-color: #ebebeb;
			border-top: 8px #ebebeb solid;
		}

		.window.inactive .content
		{
			border-color: #ebebeb;
		}

		.window.inactive .btn-close
		{
			background-color: #bcbcbc;
		}

	.window.flat
	{
		background-color: #fff;
		border: 1px #e9e9e9 solid;
	}

		.window.flat .caption
		{
			height: 32px;
			background-color: #fff;
			padding: 7px 5px;
			border-bottom: 1px #e9e9e9 solid;
			border-top: 0;
		}

			.window.flat .caption .btn-close, .window.flat .caption .btn-min, .window.flat .caption .btn-max
			{
				background-color: #fff;
				color: #777;
				width: 24px;
				top: 4px;
				right: 4px;
			}

				.window.flat .caption .btn-close:hover, .window.flat .caption .btn-min:hover, .window.flat .caption .btn-max:hover
				{
					background-color: #cde6f7;
					color: #2a8dd4;
				}

					.window.flat .caption .btn-close:hover:after, .window.flat .caption .btn-min:hover:after, .window.flat .caption .btn-max:hover:after
					{
						border-color: #2a8dd4;
					}

				.window.flat .caption .btn-close:active, .window.flat .caption .btn-min:active, .window.flat .caption .btn-max:active
				{
					background-color: #92c0e0 !important;
					color: #fff !important;
				}

				.window.flat .caption .btn-close:after, .window.flat .caption .btn-min:after, .window.flat .caption .btn-max:after
				{
					border-color: #777;
					width: 10px !important;
					height: 6px !important;
				}

			.window.flat .caption .btn-max
			{
				right: 29px;
			}

			.window.flat .caption .btn-min
			{
				right: 54px;
			}

			.window.flat .caption .btn-close:after
			{
				margin-top: 2px;
			}

		.window.flat .content
		{
			padding-top: 38px;
		}

.listview .list
{
	border: 4px transparent solid;
	width: 300px;
	height: auto;
	position: relative;
	display: block;
	cursor: pointer;
	color: inherit;
	margin: 0 0 10px 0;
}

	.listview .list .list-content
	{
		padding: 10px;
		position: relative;
		display: block;
		color: inherit;
	}

		.listview .list .list-content:before, .listview .list .list-content:after
		{
			display: table;
			content: "";
		}

		.listview .list .list-content:after
		{
			clear: both;
		}

	.listview .list:hover
	{
		outline: 3px #ccc solid;
	}

	.listview .list:active
	{
		outline: 3px #3e3e3e solid;
	}

.listview .list
{
	border: 1px #eaeaea solid;
}

	.listview .list .list-content .icon
	{
		display: block;
		width: 56px;
		height: 56px;
		font-size: 40px;
		float: left;
		margin-right: 10px;
	}

	.listview .list .list-content [class*="icon-"].icon
	{
		padding: 8px;
	}

	.listview .list .list-content .data
	{
		display: block;
		padding: 0;
		margin: 0;
		margin-left: 66px;
		min-width: 200px;
		position: relative;
	}

	.listview .list .list-content .list-title, .listview .list .list-content .list-remark
	{
		margin: 0;
		padding: 0;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.listview .list .list-content .list-title
	{
		font-size: 14px;
		line-height: 16px;
	}

	.listview .list .list-content .list-remark
	{
		font-size: 11px;
		line-height: 12px;
	}

	.listview .list .list-content [class*="span"]
	{
		float: none;
	}

	.listview .list .list-content .rating
	{
		color: inherit;
	}

	.listview .list .list-content .progress-bar
	{
		margin: 5px 0;
	}

.listview.small .list-content .icon
{
	display: block;
	width: 32px;
	height: 32px;
	line-height: 14px;
	font-size: 28px;
	float: left;
	margin-right: 10px;
}

.listview.small .list-content [class*="icon-"].icon
{
	padding: 8px 0;
}

.listview.small .list-content [class*="icon-"].border
{
	font-size: 22px;
	padding: 8px 4px;
}

.listview.small .list-content .data
{
	margin-left: 40px;
}

.listview .list.selected
{
	border: 4px #4390df solid;
}

	.listview .list.selected:after
	{
		position: absolute;
		display: block;
		border-top: 28px solid #4390df;
		border-left: 28px solid transparent;
		right: 0;
		content: "";
		top: 0;
		z-index: 101;
	}

	.listview .list.selected:before
	{
		position: absolute;
		display: block;
		content: "\e003";
		color: #fff;
		right: 0;
		font-family: 'metroSysIcons';
		font-size: 9pt;
		font-weight: normal;
		z-index: 102;
		top: 0;
	}

.listview-outlook
{
	position: relative;
	display: block;
}

	.listview-outlook .list
	{
		border: 4px transparent solid;
		width: 300px;
		height: auto;
		position: relative;
		display: block;
		cursor: pointer;
		color: inherit;
		margin: 0 0 10px 0;
	}

		.listview-outlook .list .list-content
		{
			padding: 10px;
			position: relative;
			display: block;
			color: inherit;
		}

			.listview-outlook .list .list-content:before, .listview-outlook .list .list-content:after
			{
				display: table;
				content: "";
			}

			.listview-outlook .list .list-content:after
			{
				clear: both;
			}

		.listview-outlook .list:hover
		{
			outline: 3px #ccc solid;
		}

		.listview-outlook .list:active
		{
			outline: 3px #3e3e3e solid;
		}

	.listview-outlook .list
	{
		border: 1px #eaeaea solid;
	}

		.listview-outlook .list .list-content .icon
		{
			display: block;
			width: 56px;
			height: 56px;
			font-size: 40px;
			float: left;
			margin-right: 10px;
		}

		.listview-outlook .list .list-content [class*="icon-"].icon
		{
			padding: 8px;
		}

		.listview-outlook .list .list-content .data
		{
			display: block;
			padding: 0;
			margin: 0;
			margin-left: 66px;
			min-width: 200px;
			position: relative;
		}

		.listview-outlook .list .list-content .list-title, .listview-outlook .list .list-content .list-remark
		{
			margin: 0;
			padding: 0;
			display: block;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}

		.listview-outlook .list .list-content .list-title
		{
			font-size: 14px;
			line-height: 16px;
		}

		.listview-outlook .list .list-content .list-remark
		{
			font-size: 11px;
			line-height: 12px;
		}

		.listview-outlook .list .list-content [class*="span"]
		{
			float: none;
		}

		.listview-outlook .list .list-content .rating
		{
			color: inherit;
		}

		.listview-outlook .list .list-content .progress-bar
		{
			margin: 5px 0;
		}

	.listview-outlook.small .list-content .icon
	{
		display: block;
		width: 32px;
		height: 32px;
		line-height: 14px;
		font-size: 28px;
		float: left;
		margin-right: 10px;
	}

	.listview-outlook.small .list-content [class*="icon-"].icon
	{
		padding: 8px 0;
	}

	.listview-outlook.small .list-content [class*="icon-"].border
	{
		font-size: 22px;
		padding: 8px 4px;
	}

	.listview-outlook.small .list-content .data
	{
		margin-left: 40px;
	}

	.listview-outlook .list.selected
	{
		border: 4px #4390df solid;
	}

		.listview-outlook .list.selected:after
		{
			position: absolute;
			display: block;
			border-top: 28px solid #4390df;
			border-left: 28px solid transparent;
			right: 0;
			content: "";
			top: 0;
			z-index: 101;
		}

		.listview-outlook .list.selected:before
		{
			position: absolute;
			display: block;
			content: "\e003";
			color: #fff;
			right: 0;
			font-family: 'metroSysIcons';
			font-size: 9pt;
			font-weight: normal;
			z-index: 102;
			top: 0;
		}

	.listview-outlook .list
	{
		display: block;
		width: 100%;
		border: 0;
		border-bottom: 1px #e1e1e1 solid;
		padding: 2px 0;
		color: #555;
		margin-bottom: 0;
	}

		.listview-outlook .list .list-content
		{
			margin: 2px 0;
			padding: 2px 20px;
			font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
			font-size: 16px;
			color: inherit;
			border-left: 3px transparent solid;
		}

			.listview-outlook .list .list-content .list-title, .listview-outlook .list .list-content .list-subtitle, .listview-outlook .list .list-content .list-remark
			{
				width: 100%;
				display: block;
				color: inherit;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}

			.listview-outlook .list .list-content .list-title
			{
				font-size: 16px;
				line-height: 20px;
			}

			.listview-outlook .list .list-content .list-subtitle, .listview-outlook .list .list-content .list-remark
			{
				font-size: 11px;
				font-weight: normal;
				line-height: 15px;
				color: #1d1d1d;
			}

			.listview-outlook .list .list-content .list-subtitle
			{
				font-weight: bold;
				color: #0067cb;
			}

		.listview-outlook .list.marked .list-content
		{
			border-left: 3px #0067b0 solid !important;
		}

		.listview-outlook .list:active, .listview-outlook .list:focus, .listview-outlook .list.active
		{
			background-color: #cde6f7 !important;
			outline: 1px #999 dotted;
			color: #555 !important;
		}

		.listview-outlook .list:hover
		{
			background-color: #e6f2fa;
			outline: 0;
		}

			.listview-outlook .list:hover .list-content
			{
				border-left: 3px #b1d6f0 solid;
			}

	.listview-outlook .list-group
	{
		display: block;
		position: relative;
	}

		.listview-outlook .list-group .group-title
		{
			display: block;
			margin-bottom: 2px;
			background-color: #f0f0f0;
			padding: 4px 20px;
			font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #333;
			padding-left: 24px;
		}

			.listview-outlook .list-group .group-title:before
			{
				position: absolute;
				display: block;
				left: 10px;
				top: 1px;
				content: '';
				width: 0;
				height: 0;
				border-left: 7px solid transparent;
				border-top: 7px solid transparent;
				border-bottom: 7px solid black;
			}

		.listview-outlook .list-group .group-content
		{
			display: block;
		}

		.listview-outlook .list-group.collapsed .group-title:before
		{
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transform: rotate(-45deg);
			margin-left: -4px;
		}

		.listview-outlook .list-group .group-title:hover:before
		{
			border-bottom-color: #0067cb;
		}

	.listview-outlook .list-content .list-icon
	{
		float: left;
		width: 48px;
		max-height: 48px;
		margin-right: 10px;
		margin-top: 5px;
	}

.treeview
{
	background-color: #fdfdfd;
	color: #555;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

	.treeview ul
	{
		color: #555;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.treeview ul li a
		{
			padding: 0 0 0 15px;
		}

	.treeview a
	{
		font-size: 12px;
		color: inherit;
		display: block;
	}

	.treeview .node > a
	{
		margin-bottom: 5px;
		padding: 0 0 0 15px;
		font-size: 12px;
		position: relative;
		color: #000;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.treeview .node:not(:first-child)
	{
		margin-top: 0;
	}

	.treeview .node-toggle
	{
		display: inline-block;
		position: relative;
		float: left;
		margin-right: 3px;
		width: 10px;
		height: 10px;
	}

		.treeview .node-toggle:before
		{
			position: absolute;
			display: block;
			left: 2px;
			top: 0;
			content: '';
			width: 0;
			height: 0;
			border-left: 7px solid transparent;
			border-top: 7px solid transparent;
			border-bottom: 7px #1d1d1d solid;
		}

		.treeview .node-toggle:hover:before
		{
			border-bottom-color: #0050ef;
		}

	.treeview li.collapsed .node-toggle:before
	{
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-left: -4px;
	}

	.treeview li a:hover
	{
		background-color: #e6f2fa;
	}

	.treeview .active
	{
		background-color: #e1e1e1;
		font-weight: bold;
		color: #1d1d1d;
	}

	.treeview a .value
	{
		color: #0067cb;
	}

.fluent-menu
{
	font-size: 14px;
}

	.fluent-menu .tabs-holder
	{
		list-style: none;
		position: relative;
		margin: 0;
		padding: 0;
		display: block;
		z-index: 2;
	}

		.fluent-menu .tabs-holder:before, .fluent-menu .tabs-holder:after
		{
			display: table;
			content: "";
		}

		.fluent-menu .tabs-holder:after
		{
			clear: both;
		}

		.fluent-menu .tabs-holder li
		{
			display: block;
			float: left;
			margin-right: 5px;
			background-color: #fff;
		}

			.fluent-menu .tabs-holder li a
			{
				display: block;
				float: left;
				padding: 4px 15px;
				text-transform: uppercase;
				font-size: .8em;
				color: #444;
			}

				.fluent-menu .tabs-holder li a:hover
				{
					color: #0072c6;
				}

			.fluent-menu .tabs-holder li:first-child
			{
				margin-left: 0;
			}

			.fluent-menu .tabs-holder li.active
			{
				border: 1px #d4d4d4 solid;
				border-bottom-color: #fff;
			}

				.fluent-menu .tabs-holder li.active a
				{
					color: #0072c6;
				}

			.fluent-menu .tabs-holder li.special
			{
				border: 1px #0072c6 solid;
				background-color: #0072c6;
			}

				.fluent-menu .tabs-holder li.special a
				{
					color: #fff;
				}

					.fluent-menu .tabs-holder li.special a:hover
					{
						color: #fff;
					}

	.fluent-menu .tabs-content
	{
		z-index: 1;
		position: relative;
		margin-top: -1px;
		border: 1px #d4d4d4 solid;
		background-color: #fff;
		height: 120px;
	}

		.fluent-menu .tabs-content .tab-panel
		{
			display: block;
			height: 100%;
			padding: 5px 0 2px;
		}

			.fluent-menu .tabs-content .tab-panel .tab-panel-group
			{
				height: 100%;
				position: relative;
				display: block;
				float: left;
				padding: 0 5px;
				border-right: 1px #d4d4d4 solid;
			}

				.fluent-menu .tabs-content .tab-panel .tab-panel-group:last-child
				{
					margin-right: 0;
				}

			.fluent-menu .tabs-content .tab-panel .tab-group-caption
			{
				font-size: 10px;
				margin: 2px 0;
				text-align: center;
				display: block;
				position: absolute;
				bottom: 0;
				right: 0;
				left: 0;
				white-space: nowrap;
			}

			.fluent-menu .tabs-content .tab-panel .tab-content-segment
			{
				display: block;
				float: left;
				position: relative;
			}

	.fluent-menu .fluent-button
	{
		background-color: #fff;
		padding: 5px 5px;
		font-size: 14px;
		line-height: 14px;
		display: block;
		cursor: default;
	}

		.fluent-menu .fluent-button:hover
		{
			background-color: #cde6f7;
		}

		.fluent-menu .fluent-button img
		{
			display: block;
			float: left;
			margin-right: 5px;
			width: 16px;
			height: 16px;
		}

		.fluent-menu .fluent-button [class*="icon-"]
		{
			color: #444;
		}

		.fluent-menu .fluent-button .button-label
		{
			display: inline-block;
			color: inherit;
			font: inherit;
		}

		.fluent-menu .fluent-button:active
		{
			top: 0;
			left: 0;
			background-color: #75bae9 !important;
		}

	.fluent-menu .fluent-big-button
	{
		background-color: #fff;
		padding: 5px 5px;
		font-size: 14px;
		line-height: 14px;
		display: block;
		cursor: default;
		padding: 7px 5px;
		text-align: center;
		white-space: normal;
		line-height: 12px;
		float: left;
		position: relative;
	}

		.fluent-menu .fluent-big-button:hover
		{
			background-color: #cde6f7;
		}

		.fluent-menu .fluent-big-button img
		{
			display: block;
			float: left;
			margin-right: 5px;
			width: 16px;
			height: 16px;
		}

		.fluent-menu .fluent-big-button [class*="icon-"]
		{
			color: #444;
		}

		.fluent-menu .fluent-big-button .button-label
		{
			display: inline-block;
			color: inherit;
			font: inherit;
		}

		.fluent-menu .fluent-big-button:active
		{
			top: 0;
			left: 0;
			background-color: #75bae9 !important;
		}

		.fluent-menu .fluent-big-button img, .fluent-menu .fluent-big-button [class*="icon-"]
		{
			display: block;
			width: 40px;
			height: 40px;
			font-size: 40px;
			float: none;
			text-align: center;
			margin: 5px auto 5px;
		}

		.fluent-menu .fluent-big-button br
		{
			line-height: 4px;
			height: 4px;
			font-size: 4px;
		}

	.fluent-menu .fluent-tool-button
	{
		background-color: #fff;
		padding: 5px 5px;
		font-size: 14px;
		line-height: 14px;
		display: block;
		cursor: default;
		padding: 4px;
	}

		.fluent-menu .fluent-tool-button:hover
		{
			background-color: #cde6f7;
		}

		.fluent-menu .fluent-tool-button img
		{
			display: block;
			float: left;
			margin-right: 5px;
			width: 16px;
			height: 16px;
		}

		.fluent-menu .fluent-tool-button [class*="icon-"]
		{
			color: #444;
		}

		.fluent-menu .fluent-tool-button .button-label
		{
			display: inline-block;
			color: inherit;
			font: inherit;
		}

		.fluent-menu .fluent-tool-button:active
		{
			top: 0;
			left: 0;
			background-color: #75bae9 !important;
		}

		.fluent-menu .fluent-tool-button img, .fluent-menu .fluent-tool-button [class*="icon-"]
		{
			display: block;
			width: 16px;
			height: 16px;
			font-size: 16px;
			float: none;
			text-align: center;
		}

		.fluent-menu .fluent-tool-button img
		{
			margin-right: 0;
		}

	.fluent-menu .dropdown-toggle:before, .fluent-menu .dropdown-toggle:after
	{
		content: "";
	}

	.fluent-menu .dropdown-toggle .button-label
	{
		padding-right: 5px;
	}

		.fluent-menu .dropdown-toggle .button-label:before, .fluent-menu .dropdown-toggle .button-label:after
		{
			content: "";
		}

		.fluent-menu .dropdown-toggle .button-label:after
		{
			content: "\e012";
			font-family: metroSysIcons;
			position: absolute;
			right: 0;
			bottom: 3px;
			font-size: .8em;
		}

	.fluent-menu .dropdown-menu
	{
		position: absolute;
		top: 100%;
		z-index: 100;
	}

		.fluent-menu .dropdown-menu a
		{
			font-size: 10pt !important;
		}

			.fluent-menu .dropdown-menu a:hover
			{
				background-color: #cde6f7;
				color: #444;
			}

p [data-hint]
{
	border-bottom: 1px #373737 dotted;
	white-space: nowrap;
}

.hint
{
	position: fixed;
	color: #1d1d1d;
	padding: 10px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	width: auto;
	max-width: 220px;
	margin-top: 10px;
	z-index: 1030;
	display: none;
	border: 1px solid;
	border-color: #6a6a6a;
}

	.hint .hint-title, .hint .hint-text
	{
		color: inherit;
		text-align: left;
	}

	.hint .hint-title
	{
		font-size: 1.2em;
		font-weight: bold;
	}

	.hint:before, .hint:after
	{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
	}

	.hint:before
	{
		z-index: 2;
	}

	.hint:after
	{
		z-index: 1;
		border-color: inherit;
	}

	.hint.bottom:before, .hint.bottom:after
	{
		top: 1px;
		left: 5px;
		margin: -10px 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 10px solid #fffcc0;
	}

	.hint.bottom:after
	{
		top: 0;
		border-bottom: 10px solid;
	}

	.hint.top:before, .hint.top:after
	{
		top: 100%;
		margin-top: -1px;
		left: 5px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 10px solid #fffcc0;
	}

	.hint.top:after
	{
		margin-top: 1px;
		border-top: 10px solid;
	}

	.hint.left:before, .hint.left:after
	{
		top: 5px;
		left: 100%;
		margin-left: -1px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 10px solid #fffcc0;
	}

	.hint.left:after
	{
		margin-left: 0;
		border-left: 10px solid;
	}

	.hint.right:before, .hint.right:after
	{
		top: 5px;
		left: -9px;
		margin: 0;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-right: 10px solid #fffcc0;
	}

	.hint.right:after
	{
		left: -10px;
		border-right: 10px solid;
	}

.hint2
{
	position: fixed;
	color: #1d1d1d;
	padding: 10px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	width: auto;
	max-width: 220px;
	margin-top: 10px;
	z-index: 1030;
	display: none;
	border: 1px solid;
	border-color: #6a6a6a;
}

	.hint2 .hint-title, .hint2 .hint-text
	{
		color: inherit;
		text-align: left;
	}

	.hint2 .hint-title
	{
		font-size: 1.2em;
		font-weight: bold;
	}

	.hint2:before, .hint2:after
	{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
	}

	.hint2:before
	{
		z-index: 2;
	}

	.hint2:after
	{
		z-index: 1;
		border-color: inherit;
	}

	.hint2.bottom:before, .hint2.bottom:after
	{
		top: 1px;
		left: 5px;
		margin: -10px 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 10px solid #fffcc0;
	}

	.hint2.bottom:after
	{
		top: 0;
		border-bottom: 10px solid;
	}

	.hint2.top:before, .hint2.top:after
	{
		top: 100%;
		margin-top: -1px;
		left: 5px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 10px solid #fffcc0;
	}

	.hint2.top:after
	{
		margin-top: 1px;
		border-top: 10px solid;
	}

	.hint2.left:before, .hint2.left:after
	{
		top: 5px;
		left: 100%;
		margin-left: -1px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 10px solid #fffcc0;
	}

	.hint2.left:after
	{
		margin-left: 0;
		border-left: 10px solid;
	}

	.hint2.right:before, .hint2.right:after
	{
		top: 5px;
		left: -9px;
		margin: 0;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-right: 10px solid #fffcc0;
	}

	.hint2.right:after
	{
		left: -10px;
		border-right: 10px solid;
	}

	.hint2.bottom:before, .hint2.bottom:after
	{
		top: 1px;
		left: 50%;
		margin: -10px 0 0 -5px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 10px solid #fffcc0;
	}

	.hint2.bottom:after
	{
		top: 0;
		border-bottom: 10px solid;
	}

	.hint2.top:before, .hint2.top:after
	{
		top: 100%;
		margin-top: -1px;
		left: 50%;
		margin-left: -5px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 10px solid #fffcc0;
	}

	.hint2.top:after
	{
		margin-top: 1px;
		border-top: 10px solid;
	}

	.hint2.left:before, .hint2.left:after
	{
		top: 50%;
		margin-top: -5px;
		left: 100%;
		margin-left: -1px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 10px solid #fffcc0;
	}

	.hint2.left:after
	{
		margin-left: 0;
		border-left: 10px solid;
	}

	.hint2.right:before, .hint2.right:after
	{
		top: 50%;
		margin: 0;
		margin-top: -5px;
		left: -9px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-right: 10px solid #fffcc0;
	}

	.hint2.right:after
	{
		left: -10px;
		border-right: 10px solid;
	}

.balloon
{
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 1px #555 solid;
	background-color: #fff;
	position: relative;
	margin-bottom: 30px;
}

	.balloon:before, .balloon:after
	{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
	}

	.balloon:before
	{
		z-index: 2;
	}

	.balloon:after
	{
		z-index: 1;
	}

	.balloon.bottom:before, .balloon.bottom:after
	{
		top: 1px;
		left: 20px;
		margin: -20px 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 20px solid #fff;
	}

	.balloon.bottom:after
	{
		top: 0;
		border-bottom: 20px solid #555;
	}

	.balloon.top:before, .balloon.top:after
	{
		top: 100%;
		margin-top: -1px;
		left: 20px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 20px solid #fff;
	}

	.balloon.top:after
	{
		margin-top: 1px;
		border-top: 20px solid #555;
	}

	.balloon.left:before, .balloon.left:after
	{
		top: 10px;
		left: 100%;
		margin-left: -1px;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 20px solid #fff;
	}

	.balloon.left:after
	{
		margin-left: 0;
		border-left: 21px solid #555;
	}

	.balloon.right:before, .balloon.right:after
	{
		top: 10px;
		left: -19px;
		margin: 0;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 20px solid #fff;
	}

	.balloon.right:after
	{
		left: -20px;
		border-right: 20px solid #555;
	}

.stepper
{
	margin: 10px 0;
}

	.stepper:before, .stepper:after
	{
		display: table;
		content: "";
	}

	.stepper:after
	{
		clear: both;
	}

	.stepper > ul
	{
		counter-reset: li;
		border-top: 1px #1d1d1d dotted;
		position: relative;
		padding: 0;
		margin: 30px 0;
		width: 100%;
	}

		.stepper > ul li
		{
			list-style: none;
			float: left;
			width: 2em;
			height: 2em;
			margin-top: -1em;
			position: absolute;
			left: 0;
			background: #666;
			cursor: pointer;
		}

			.stepper > ul li:before
			{
				content: counter(li);
				counter-increment: li;
				position: absolute;
				box-sizing: border-box;
				padding: .3em 10px;
				color: #fff;
				font-weight: bold;
				font-family: "Helvetica Neue",Arial,sans-serif;
				font-size: 1.5rem;
				text-align: center;
			}

			.stepper > ul li:hover
			{
				background-color: #999;
			}

			.stepper > ul li.current, .stepper > ul li.complete
			{
				transition: all .2s ease;
			}

			.stepper > ul li.current
			{
				background-color: #1ba1e2;
			}

				.stepper > ul li.current:hover
				{
					background-color: #0cf;
				}

			.stepper > ul li.complete
			{
				background-color: #60a917;
			}

				.stepper > ul li.complete:hover
				{
					background-color: #7ad61d;
				}

	.stepper.rounded li
	{
		border-radius: 100%;
	}

	.stepper.diamond li
	{
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

		.stepper.diamond li:before
		{
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}

.streamer
{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

	.streamer .meter
	{
		height: 25px;
		width: auto;
		list-style: none;
		margin: 0;
		padding: 0;
		display: block;
		overflow: hidden;
	}

		.streamer .meter li
		{
			display: block;
			float: left;
			width: 213px;
			padding: 2px 3px;
			background: url("/images/meter-210.png") top left repeat-x;
		}

			.streamer .meter li em
			{
				font-size: 10px;
				font-style: normal;
			}

	.streamer .streams
	{
		width: 142px;
		padding-top: 25px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		background-color: #fff;
	}

		.streamer .streams .streams-title
		{
			position: absolute;
			top: 0;
		}

		.streamer .streams .stream
		{
			position: relative;
			display: block;
			width: 100%;
			height: 75px;
			margin: 0 2px 2px 0;
			padding: 5px;
			color: #fff;
			cursor: pointer;
		}

			.streamer .streams .stream .stream-title
			{
				font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
				font-size: 12px;
				line-height: 12px;
			}

			.streamer .streams .stream .stream-number
			{
				position: absolute;
				left: 5px;
				bottom: 5px;
				font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
				font-size: 11px;
				line-height: 11px;
			}

	.streamer .events
	{
		padding-left: 143px;
		overflow: hidden;
		height: 100%;
		min-height: 100%;
		overflow-x: scroll;
	}

		.streamer .events .double
		{
			width: 424px;
		}

		.streamer .events .triple
		{
			width: 637px;
		}

		.streamer .events .quadro
		{
			width: 850px;
		}

		.streamer .events .events-area
		{
			height: 100%;
			min-height: 100%;
			overflow: hidden;
		}

			.streamer .events .events-area:before, .streamer .events .events-area:after
			{
				display: table;
				content: "";
			}

			.streamer .events .events-area:after
			{
				clear: both;
			}

		.streamer .events .events-grid
		{
			height: 100%;
			min-height: 100%;
		}

			.streamer .events .events-grid:before, .streamer .events .events-grid:after
			{
				display: table;
				content: "";
			}

			.streamer .events .events-grid:after
			{
				clear: both;
			}

		.streamer .events .event-group
		{
			height: 460px;
			min-width: 211px;
			margin: 0 2px 2px 0;
			float: left;
		}

		.streamer .events .event-super
		{
			height: 100%;
			min-height: 100%;
			border: 1px #eaeaea solid;
		}

		.streamer .events .event-stream
		{
			height: 75px;
		}

			.streamer .events .event-stream .event
			{
				min-width: 211px;
				height: 75px;
				float: left;
				display: block;
				margin: 0 2px 2px 0;
				cursor: pointer;
				position: relative;
				overflow: hidden;
				border: 1px #eaeaea solid;
			}

				.streamer .events .event-stream .event:last-child
				{
					margin-right: 0;
				}

				.streamer .events .event-stream .event.event-disable
				{
					opacity: .2;
				}

				.streamer .events .event-stream .event .event-content
				{
					width: 100%;
					height: 100%;
					padding: 0;
					margin: 0;
					position: absolute;
					left: 0;
					top: 0;
					overflow: hidden;
					display: none;
				}

					.streamer .events .event-stream .event .event-content:first-child
					{
						display: block;
					}

				.streamer .events .event-stream .event .event-content-logo
				{
					display: block;
					float: left;
					margin-right: 5px;
					padding: 3px;
				}

					.streamer .events .event-stream .event .event-content-logo .icon
					{
						position: relative;
						width: 39px;
						height: 39px;
						margin-bottom: 1px;
					}

						.streamer .events .event-stream .event .event-content-logo .icon img
						{
							width: 100%;
							height: 100%;
						}

					.streamer .events .event-stream .event .event-content-logo .time
					{
						position: relative;
						width: 39px;
						padding: 8px 4px;
						font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
						font-size: 12px;
						color: #fff;
						line-height: 12px;
					}

				.streamer .events .event-stream .event .event-content-data
				{
					display: block;
					padding: 0;
					margin: 0;
					position: relative;
					margin-left: 50px;
				}

					.streamer .events .event-stream .event .event-content-data .title
					{
						position: relative;
						font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;
						font-size: 14px;
						line-height: 14px;
						margin: 3px 0 0;
						padding: 0;
					}

					.streamer .events .event-stream .event .event-content-data .subtitle
					{
						position: relative;
						font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
						font-size: 10px;
						line-height: 10px;
						margin: 0;
						padding: 0;
						margin-bottom: 10px;
					}

					.streamer .events .event-stream .event .event-content-data .remark
					{
						position: absolute;
						display: block;
						top: 36px;
						margin-right: 4px;
						font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
						font-size: 11px;
						line-height: 11px;
						color: #999;
					}

				.streamer .events .event-stream .event:hover
				{
					border-color: #999;
				}

				.streamer .events .event-stream .event.selected
				{
					border: 4px #4390df solid;
					border-width: 1px;
				}

					.streamer .events .event-stream .event.selected:after
					{
						position: absolute;
						display: block;
						border-top: 28px solid #4390df;
						border-left: 28px solid transparent;
						right: 0;
						content: "";
						top: 0;
						z-index: 101;
					}

					.streamer .events .event-stream .event.selected:before
					{
						position: absolute;
						display: block;
						content: "\e003";
						color: #fff;
						right: 0;
						font-family: 'metroSysIcons';
						font-size: 9pt;
						font-weight: normal;
						z-index: 102;
						top: 0;
					}

					.streamer .events .event-stream .event.selected:before
					{
						right: 3px;
					}

.scrollbar-button
{
	background-color: #fff;
	border: 1px #ababab solid;
}

.scrollbar
{
	position: relative;
	overflow: hidden;
}

.scrollbar-container
{
	position: relative;
	overflow: hidden;
}

.scrollbar-v, .scrollbar-h
{
	position: absolute;
	background: #f3f3f3;
}

.scrollbar-v
{
	width: 15px;
	height: 100%;
	right: 0;
	top: 0;
}

.scrollbar-h
{
	height: 15px;
	width: 100%;
	left: 0;
	bottom: 0;
}

.scrollbar-v-up, .scrollbar-v-down, .scrollbar-h-up, .scrollbar-h-down, .scrollbar-line-v-btn, .scrollbar-line-h-btn
{
	cursor: pointer;
	position: absolute;
	background-color: #fff;
	border: 1px #ababab solid;
}

	.scrollbar-line-v-btn:hover, .scrollbar-line-h-btn:hover
	{
		background-color: #f0f0f0;
	}

.scrollbar-v-up, .scrollbar-h-up
{
	width: 15px;
	height: 15px;
	left: 0;
	top: 0;
}

.scrollbar-v-down, .scrollbar-h-down
{
	width: 15px;
	height: 15px;
	left: 0;
	bottom: 0;
}

.scrollbar-h-down
{
	left: auto;
	right: 0;
}

.scrollbar-line-v, .scrollbar-line-h
{
	position: absolute;
	z-index: 3;
}

.scrollbar-line-v
{
	width: 100%;
	left: 0;
	top: 15px;
}

.scrollbar-line-h
{
	height: 15px;
	left: 15px;
	top: 0;
}

.scrollbar-line-v-btn
{
	width: 100%;
	left: 0 !important;
	top: 0;
}

.scrollbar-line-h-btn
{
	height: 100%;
	left: 0;
	top: 0 !important;
}

.scrollbar-both
{
	position: absolute;
	width: 15px;
	height: 15px;
	right: 0;
	bottom: 0;
}

.scrollbar-line-h, .scrollbar-line-v, .scrollbar-both
{
	background-color: #f3f3f3;
}

.scrollbar-v-up:before, .scrollbar-v-down:before, .scrollbar-h-up:before, .scrollbar-h-down:before
{
	position: absolute;
	content: "";
	font-family: metroSysIcons;
	font-size: 14px;
}

.scrollbar-v-up:before
{
	content: "\e010";
}

.scrollbar-v-down:before
{
	content: "\e012";
}

.scrollbar-h-up:before
{
	content: "\e010";
	margin-top: -1px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.scrollbar-h-down:before
{
	content: "\e010";
	margin-top: -1px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.metro.notify-container
{
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1060;
}

	.metro.notify-container .notify
	{
		background-color: #fff;
		display: block;
		position: relative;
		min-width: 220px;
		font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
		color: #1d1d1d;
		padding: 10px;
		margin: 2px 2px 2px 0;
	}

		.metro.notify-container .notify .caption
		{
			font-size: 18px;
			line-height: 20px;
			margin-bottom: 5px;
		}

		.metro.notify-container .notify .content
		{
			font-size: 14px;
			line-height: 16px;
		}

.notify-wrapper
{
	position: relative;
	background-color: #1d1d1d;
	width: auto;
	height: auto;
	min-width: 250px;
	color: #fff;
}

.notice
{
	display: block;
	min-width: 200px;
	height: auto;
	position: relative;
	background-color: #4390df;
	padding: 20px;
}

	.notice *
	{
		color: inherit;
	}

	.notice:before
	{
		content: "";
		width: 10px;
		height: 10px;
		display: block;
		position: absolute;
		background-color: inherit;
		left: -5px;
		top: 50%;
		margin-top: -5px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.notice.marker-on-top:before
	{
		top: 0;
		left: 50%;
		margin-left: -5px;
	}

	.notice.marker-on-right:before
	{
		top: 50%;
		margin-top: -5px;
		left: 100%;
		margin-left: -5px;
	}

	.notice.marker-on-bottom:before
	{
		top: 100%;
		margin-left: -5px;
		left: 50%;
		margin-top: -5px;
	}

.dataTable
{
	clear: both;
}

	.dataTable thead .sorting_asc, .dataTable thead .sorting_desc, .dataTable thead .sorting
	{
		cursor: pointer;
	}

		.dataTable thead .sorting_asc:after, .dataTable thead .sorting_desc:after, .dataTable thead .sorting:after
		{
			font-family: metroSysIcons;
			position: relative;
			float: right;
			right: 0;
			color: #999;
		}

		.dataTable thead .sorting:after
		{
			content: "\e011";
		}

		.dataTable thead .sorting_asc:after
		{
			content: "\e010";
		}

		.dataTable thead .sorting_desc:after
		{
			content: "\e012";
		}

		.dataTable thead .sorting_asc:after, .dataTable thead .sorting_desc:after
		{
			color: #1d1d1d;
		}

.dataTables_wrapper .dataTables_filter label, .dataTables_wrapper .dataTables_length label
{
	vertical-align: middle;
}

.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length input, .dataTables_wrapper .dataTables_filter select, .dataTables_wrapper .dataTables_length select
{
	border: 1px #d9d9d9 solid;
	width: auto;
	height: 100%;
	padding: 5px;
	z-index: 1;
	position: relative;
}

	.dataTables_wrapper .dataTables_filter input:focus, .dataTables_wrapper .dataTables_length input:focus, .dataTables_wrapper .dataTables_filter select:focus, .dataTables_wrapper .dataTables_length select:focus
	{
		outline: 0;
		border-color: #919191;
	}

.dataTables_wrapper .dataTables_length
{
	float: left;
}

	.dataTables_wrapper .dataTables_length select
	{
		margin: 0 5px;
	}

.dataTables_wrapper .dataTables_filter
{
	float: right;
}

	.dataTables_wrapper .dataTables_filter input
	{
		margin-left: 5px;
	}

.dataTables_wrapper .dataTables_paginate
{
	float: right;
	text-align: right;
}

	.dataTables_wrapper .dataTables_paginate .paginate_button
	{
		padding: 4px 12px;
		text-align: center;
		vertical-align: middle !important;
		background-color: #d9d9d9;
		border: 1px transparent solid;
		color: #222;
		border-radius: 0;
		cursor: pointer;
		display: inline-block;
		outline: 0;
		font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
		font-size: 14px;
		line-height: 16px;
		margin: auto;
		color: inherit;
		display: block;
		float: left;
		margin-right: 1px;
	}

		.dataTables_wrapper .dataTables_paginate .paginate_button.default
		{
			background-color: #008287;
			color: #fff;
		}

		.dataTables_wrapper .dataTables_paginate .paginate_button:focus
		{
			outline: 0;
			border: 1px #353535 dotted;
		}

		.dataTables_wrapper .dataTables_paginate .paginate_button:disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled
		{
			background-color: #eaeaea !important;
			color: #bebebe !important;
			cursor: not-allowed !important;
		}

		.dataTables_wrapper .dataTables_paginate .paginate_button *
		{
			color: inherit;
		}

			.dataTables_wrapper .dataTables_paginate .paginate_button *:hover
			{
				color: inherit;
			}

		.dataTables_wrapper .dataTables_paginate .paginate_button.primary
		{
			background-color: #16499a !important;
			color: #fff !important;
		}

		.dataTables_wrapper .dataTables_paginate .paginate_button.info
		{
			background-color: #4390df !important;
			color: #fff !important;
		}

		.dataTables_wrapper .dataTables_paginate .paginate_button.success
		{
			background-color: #60a917 !important;
			color: #fff !important;
		}

		.dataTables_wrapper .dataTables_paginate .paginate_button.warning
		{
			background-color: #fa6800 !important;
			color: #fff !important;
		}

		.dataTables_wrapper .dataTables_paginate .paginate_button.danger
		{
			background-color: #9a1616 !important;
			color: #fff !important;
		}

		.dataTables_wrapper .dataTables_paginate .paginate_button.inverse
		{
			background-color: #1d1d1d !important;
			color: #fff !important;
		}

		.dataTables_wrapper .dataTables_paginate .paginate_button.link
		{
			background-color: transparent !important;
			color: #2e92cf !important;
		}

			.dataTables_wrapper .dataTables_paginate .paginate_button.link:hover
			{
				text-decoration: underline;
			}

			.dataTables_wrapper .dataTables_paginate .paginate_button.link:disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.link.disabled
			{
				background-color: transparent !important;
				color: #bebebe !important;
				cursor: not-allowed !important;
			}

			.dataTables_wrapper .dataTables_paginate .paginate_button.link [class*="icon-"]
			{
				text-decoration: none !important;
			}

		.dataTables_wrapper .dataTables_paginate .paginate_button:active
		{
			background-color: #1d1d1d !important;
			color: #fff !important;
			border-color: transparent;
		}

		.dataTables_wrapper .dataTables_paginate .paginate_button.large
		{
			padding: 11px 19px;
			font-size: 17.5px;
		}

		.dataTables_wrapper .dataTables_paginate .paginate_button.small
		{
			padding: 2px 10px;
			font-size: 11.9px;
		}

		.dataTables_wrapper .dataTables_paginate .paginate_button.mini
		{
			padding: 0 6px;
			font-size: 10.5px;
		}

		.dataTables_wrapper .dataTables_paginate .paginate_button.current
		{
			background-color: #4390df;
			color: #fff;
		}

.dataTables_wrapper .dataTables_info
{
	float: left;
}

.dataTables_wrapper .dataTables_scrollHeadInner table
{
	margin: 0 !important;
}

.dataTables_wrapper .dataTables_processing
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -2em;
	width: 200px;
	padding: 20px;
	text-align: center;
	font-size: 1.2rem;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3),0 3px 8px rgba(0,0,0,0.2);
}

.dataTables_wrapper .dataTables_scroll
{
	clear: both;
}

.dataTables_wrapper:after
{
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.wizard .steps
{
	margin: 10px 0;
	padding: 20px;
	border: 1px #eee solid;
	position: relative;
}

	.wizard .steps .step
	{
		position: relative;
		width: 100%;
		height: 100%;
		display: none;
	}

		.wizard .steps .step:first-child
		{
			display: block;
		}

.wizard .actions .group-right
{
	float: right;
}

.wizard .actions .group-left
{
	float: left;
}

.wizard .actions button
{
	padding: 4px 12px;
	text-align: center;
	vertical-align: middle !important;
	background-color: #d9d9d9;
	border: 1px transparent solid;
	color: #222;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	outline: 0;
	font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin: auto;
	margin-right: 2px;
}

	.wizard .actions button.default
	{
		background-color: #008287;
		color: #fff;
	}

	.wizard .actions button:focus
	{
		outline: 0;
		border: 1px #353535 dotted;
	}

	.wizard .actions button:disabled, .wizard .actions button.disabled
	{
		background-color: #eaeaea !important;
		color: #bebebe !important;
		cursor: not-allowed !important;
	}

	.wizard .actions button *
	{
		color: inherit;
	}

		.wizard .actions button *:hover
		{
			color: inherit;
		}

	.wizard .actions button.primary
	{
		background-color: #16499a !important;
		color: #fff !important;
	}

	.wizard .actions button.info
	{
		background-color: #4390df !important;
		color: #fff !important;
	}

	.wizard .actions button.success
	{
		background-color: #60a917 !important;
		color: #fff !important;
	}

	.wizard .actions button.warning
	{
		background-color: #fa6800 !important;
		color: #fff !important;
	}

	.wizard .actions button.danger
	{
		background-color: #9a1616 !important;
		color: #fff !important;
	}

	.wizard .actions button.inverse
	{
		background-color: #1d1d1d !important;
		color: #fff !important;
	}

	.wizard .actions button.link
	{
		background-color: transparent !important;
		color: #2e92cf !important;
	}

		.wizard .actions button.link:hover
		{
			text-decoration: underline;
		}

		.wizard .actions button.link:disabled, .wizard .actions button.link.disabled
		{
			background-color: transparent !important;
			color: #bebebe !important;
			cursor: not-allowed !important;
		}

		.wizard .actions button.link [class*="icon-"]
		{
			text-decoration: none !important;
		}

	.wizard .actions button:active
	{
		background-color: #1d1d1d !important;
		color: #fff !important;
		border-color: transparent;
	}

	.wizard .actions button.large
	{
		padding: 11px 19px;
		font-size: 17.5px;
	}

	.wizard .actions button.small
	{
		padding: 2px 10px;
		font-size: 11.9px;
	}

	.wizard .actions button.mini
	{
		padding: 0 6px;
		font-size: 10.5px;
	}

	.wizard .actions button:last-child
	{
		margin-right: 0;
	}

	.wizard .actions button.btn-finish
	{
		background-color: #60a917;
		color: #fff;
	}

	.wizard .actions button:disabled
	{
		background-color: #6f6f6f !important;
	}

.panel
{
	border: 1px #eaeaea solid;
}

	.panel .panel-header
	{
		padding: 10px;
		background-color: #eee;
		width: 100%;
		font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
		font-weight: 300;
		letter-spacing: .00em;
		font-size: 2.5rem;
		line-height: 2.5rem;
		letter-spacing: .01em;
		color: #000;
		font-size: 2.2rem;
		line-height: 2.2rem;
		color: #1d1d1d;
		cursor: default;
	}

	.panel .panel-content
	{
		width: 100%;
		height: auto;
		padding: 10px;
	}

[data-role=panel] .panel-header
{
	cursor: pointer;
}

	[data-role=panel] .panel-header:after
	{
		font-family: metroSysIcons;
		content: "\e000";
		float: right;
		color: inherit;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

[data-role=panel].collapsed .panel-header:after
{
	content: "\e000";
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

@font-face
{
	font-family: 'metroSysIcons';
	src: url('../fonts/metroSysIcons.woff') format('woff'),url('../fonts/metroSysIcons.ttf') format('truetype'),url('../fonts/metroSysIcons.svg#metroSysIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

.example
{
	padding: 20px 40px 20px 60px;
	border: 1px #ccc solid;
	position: relative;
	margin: 0 0 10px 0;
	background-color: #fdfdfd !important;
	min-height: 100px;
}

	.example:before, .example:after
	{
		display: table;
		content: "";
	}

	.example:after
	{
		clear: both;
	}

	.example:before
	{
		position: absolute;
		content: "example";
		left: -21px;
		top: 30px;
		color: #999 !important;
		margin: 5px 10px;
		font-family: 'Segoe UI Semibold_','Open Sans Bold',Verdana,Arial,Helvetica,sans-serif;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.6rem;
		letter-spacing: .02em;
		color: #000;
		font-size: 1.4rem;
		line-height: 1.4rem;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

code, .code
{
	font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000;
	font-size: 11pt;
	line-height: 15pt;
	letter-spacing: .02em;
	font-family: 'Courier New',monospace;
	display: inline-block;
	padding: 3px 5px;
	margin: 0;
	background-color: #eee;
	color: #e51400;
	border: 1px #d4d4d4 solid;
	font-size: 90%;
	line-height: 90%;
}

.label
{
	display: inline-block;
	padding: 3px 5px;
	margin: 0;
	font-size: 90%;
	font-weight: normal !important;
	line-height: 90%;
	background: #eee;
	color: #555;
	font-weight: bold;
}

	.label.alert, .label.error
	{
		background-color: #e51400;
		color: #fff;
	}

	.label.important, .label.warning
	{
		background-color: #fa6800;
		color: #fff;
	}

	.label.success
	{
		background-color: #128023;
		color: #fff;
	}

	.label.info
	{
		background-color: #1ba1e2;
		color: #fff;
	}

.bg-black
{
	background-color: #000 !important;
}

.bg-white
{
	background-color: #fff !important;
}

.bg-lime
{
	background-color: #a4c400 !important;
}

.bg-green
{
	background-color: #60a917 !important;
}

.bg-emerald
{
	background-color: #008a00 !important;
}

.bg-teal
{
	background-color: #00aba9 !important;
}

.bg-cyan
{
	background-color: #1ba1e2 !important;
}

.bg-cobalt
{
	background-color: #0050ef !important;
}

.bg-indigo
{
	background-color: #6a00ff !important;
}

.bg-violet
{
	background-color: #a0f !important;
}

.bg-pink
{
	background-color: #dc4fad !important;
}

.bg-magenta
{
	background-color: #d80073 !important;
}

.bg-crimson
{
	background-color: #a20025 !important;
}

.bg-red
{
	background-color: #e51400 !important;
}

.bg-orange
{
	background-color: #fa6800 !important;
}

.bg-amber
{
	background-color: #f0a30a !important;
}

.bg-yellow
{
	background-color: #e3c800 !important;
}

.bg-brown
{
	background-color: #825a2c !important;
}

.bg-olive
{
	background-color: #6d8764 !important;
}

.bg-steel
{
	background-color: #647687 !important;
}

.bg-mauve
{
	background-color: #76608a !important;
}

.bg-taupe
{
	background-color: #87794e !important;
}

.bg-gray
{
	background-color: #555 !important;
}

.bg-dark
{
	background-color: #333 !important;
}

.bg-darker
{
	background-color: #222 !important;
}

.bg-transparent
{
	background-color: transparent !important;
}

.bg-darkBrown
{
	background-color: #63362f !important;
}

.bg-darkCrimson
{
	background-color: #640024 !important;
}

.bg-darkMagenta
{
	background-color: #81003c !important;
}

.bg-darkIndigo
{
	background-color: #4b0096 !important;
}

.bg-darkCyan
{
	background-color: #1b6eae !important;
}

.bg-darkCobalt
{
	background-color: #00356a !important;
}

.bg-darkTeal
{
	background-color: #004050 !important;
}

.bg-darkEmerald
{
	background-color: #003e00 !important;
}

.bg-darkGreen
{
	background-color: #128023 !important;
}

.bg-darkOrange
{
	background-color: #bf5a15 !important;
}

.bg-darkRed
{
	background-color: #9a1616 !important;
}

.bg-darkPink
{
	background-color: #9a165a !important;
}

.bg-darkViolet
{
	background-color: #57169a !important;
}

.bg-darkBlue
{
	background-color: #16499a !important;
}

.bg-lightBlue
{
	background-color: #4390df !important;
}

.bg-lightRed
{
	background-color: #ff2d19 !important;
}

.bg-lightGreen
{
	background-color: #7ad61d !important;
}

.bg-lighterBlue
{
	background-color: #0cf !important;
}

.bg-lightTeal
{
	background-color: #45fffd !important;
}

.bg-lightOlive
{
	background-color: #78aa1c !important;
}

.bg-lightOrange
{
	background-color: #c29008 !important;
}

.bg-lightPink
{
	background-color: #f472d0 !important;
}

.bg-grayDark
{
	background-color: #333 !important;
}

.bg-grayDarker
{
	background-color: #222 !important;
}

.bg-grayLight
{
	background-color: #999 !important;
}

.bg-grayLighter
{
	background-color: #eee !important;
}

.bg-blue
{
	background-color: #00aff0 !important;
}

.fg-black
{
	color: #000 !important;
}

.fg-white
{
	color: #fff !important;
}

.fg-lime
{
	color: #a4c400 !important;
}

.fg-green
{
	color: #60a917 !important;
}

.fg-emerald
{
	color: #008a00 !important;
}

.fg-teal
{
	color: #00aba9 !important;
}

.fg-cyan
{
	color: #1ba1e2 !important;
}

.fg-cobalt
{
	color: #0050ef !important;
}

.fg-indigo
{
	color: #6a00ff !important;
}

.fg-violet
{
	color: #a0f !important;
}

.fg-pink
{
	color: #dc4fad !important;
}

.fg-magenta
{
	color: #d80073 !important;
}

.fg-crimson
{
	color: #a20025 !important;
}

.fg-red
{
	color: #e51400 !important;
}

.fg-orange
{
	color: #fa6800 !important;
}

.fg-amber
{
	color: #f0a30a !important;
}

.fg-yellow
{
	color: #e3c800 !important;
}

.fg-brown
{
	color: #825a2c !important;
}

.fg-olive
{
	color: #6d8764 !important;
}

.fg-steel
{
	color: #647687 !important;
}

.fg-mauve
{
	color: #76608a !important;
}

.fg-taupe
{
	color: #87794e !important;
}

.fg-gray
{
	color: #555 !important;
}

.fg-dark
{
	color: #333 !important;
}

.fg-darker
{
	color: #222 !important;
}

.fg-transparent
{
	color: transparent !important;
}

.fg-darkBrown
{
	color: #63362f !important;
}

.fg-darkCrimson
{
	color: #640024 !important;
}

.fg-darkMagenta
{
	color: #81003c !important;
}

.fg-darkIndigo
{
	color: #4b0096 !important;
}

.fg-darkCyan
{
	color: #1b6eae !important;
}

.fg-darkCobalt
{
	color: #00356a !important;
}

.fg-darkTeal
{
	color: #004050 !important;
}

.fg-darkEmerald
{
	color: #003e00 !important;
}

.fg-darkGreen
{
	color: #128023 !important;
}

.fg-darkOrange
{
	color: #bf5a15 !important;
}

.fg-darkRed
{
	color: #9a1616 !important;
}

.fg-darkPink
{
	color: #9a165a !important;
}

.fg-darkViolet
{
	color: #57169a !important;
}

.fg-darkBlue
{
	color: #16499a !important;
}

.fg-lightBlue
{
	color: #4390df !important;
}

.fg-lighterBlue
{
	color: #0cf !important;
}

.fg-lightTeal
{
	color: #45fffd !important;
}

.fg-lightOlive
{
	color: #78aa1c !important;
}

.fg-lightOrange
{
	color: #c29008 !important;
}

.fg-lightPink
{
	color: #f472d0 !important;
}

.fg-lightRed
{
	color: #ff2d19 !important;
}

.fg-lightGreen
{
	color: #7ad61d !important;
}

.fg-grayDark
{
	color: #333 !important;
}

.fg-grayDarker
{
	color: #222 !important;
}

.fg-grayLight
{
	color: #999 !important;
}

.fg-grayLighter
{
	color: #eee !important;
}

.fg-blue
{
	color: #00aff0 !important;
}

.ol-black
{
	outline-color: #000 !important;
}

.ol-white
{
	outline-color: #fff !important;
}

.ol-lime
{
	outline-color: #a4c400 !important;
}

.ol-green
{
	outline-color: #60a917 !important;
}

.ol-emerald
{
	outline-color: #008a00 !important;
}

.ol-teal
{
	outline-color: #00aba9 !important;
}

.ol-cyan
{
	outline-color: #1ba1e2 !important;
}

.ol-cobalt
{
	outline-color: #0050ef !important;
}

.ol-indigo
{
	outline-color: #6a00ff !important;
}

.ol-violet
{
	outline-color: #a0f !important;
}

.ol-pink
{
	outline-color: #dc4fad !important;
}

.ol-magenta
{
	outline-color: #d80073 !important;
}

.ol-crimson
{
	outline-color: #a20025 !important;
}

.ol-red
{
	outline-color: #e51400 !important;
}

.ol-orange
{
	outline-color: #fa6800 !important;
}

.ol-amber
{
	outline-color: #f0a30a !important;
}

.ol-yellow
{
	outline-color: #e3c800 !important;
}

.ol-brown
{
	outline-color: #825a2c !important;
}

.ol-olive
{
	outline-color: #6d8764 !important;
}

.ol-steel
{
	outline-color: #647687 !important;
}

.ol-mauve
{
	outline-color: #76608a !important;
}

.ol-taupe
{
	outline-color: #87794e !important;
}

.ol-gray
{
	outline-color: #555 !important;
}

.ol-dark
{
	outline-color: #333 !important;
}

.ol-darker
{
	outline-color: #222 !important;
}

.ol-transparent
{
	outline-color: transparent !important;
}

.ol-darkBrown
{
	outline-color: #63362f !important;
}

.ol-darkCrimson
{
	outline-color: #640024 !important;
}

.ol-darkMagenta
{
	outline-color: #81003c !important;
}

.ol-darkIndigo
{
	outline-color: #4b0096 !important;
}

.ol-darkCyan
{
	outline-color: #1b6eae !important;
}

.ol-darkCobalt
{
	outline-color: #00356a !important;
}

.ol-darkTeal
{
	outline-color: #004050 !important;
}

.ol-darkEmerald
{
	outline-color: #003e00 !important;
}

.ol-darkGreen
{
	outline-color: #128023 !important;
}

.ol-darkOrange
{
	outline-color: #bf5a15 !important;
}

.ol-darkRed
{
	outline-color: #9a1616 !important;
}

.ol-darkPink
{
	outline-color: #9a165a !important;
}

.ol-darkViolet
{
	outline-color: #57169a !important;
}

.ol-darkBlue
{
	outline-color: #16499a !important;
}

.ol-lightBlue
{
	outline-color: #4390df !important;
}

.ol-lighterBlue
{
	outline-color: #0cf !important;
}

.ol-lightTeal
{
	outline-color: #45fffd !important;
}

.ol-lightOlive
{
	outline-color: #78aa1c !important;
}

.ol-lightOrange
{
	outline-color: #c29008 !important;
}

.ol-lightPink
{
	outline-color: #f472d0 !important;
}

.ol-lightRed
{
	outline-color: #ff2d19 !important;
}

.ol-lightGreen
{
	outline-color: #7ad61d !important;
}

.ol-grayDark
{
	outline-color: #333 !important;
}

.ol-grayDarker
{
	outline-color: #222 !important;
}

.ol-grayLight
{
	outline-color: #999 !important;
}

.ol-grayLighter
{
	outline-color: #eee !important;
}

.ol-blue
{
	outline-color: #00aff0 !important;
}

.bd-black
{
	border-color: #000 !important;
}

.bd-white
{
	border-color: #fff !important;
}

.bd-lime
{
	border-color: #a4c400 !important;
}

.bd-green
{
	border-color: #60a917 !important;
}

.bd-emerald
{
	border-color: #008a00 !important;
}

.bd-teal
{
	border-color: #00aba9 !important;
}

.bd-cyan
{
	border-color: #1ba1e2 !important;
}

.bd-cobalt
{
	border-color: #0050ef !important;
}

.bd-indigo
{
	border-color: #6a00ff !important;
}

.bd-violet
{
	border-color: #a0f !important;
}

.bd-pink
{
	border-color: #dc4fad !important;
}

.bd-magenta
{
	border-color: #d80073 !important;
}

.bd-crimson
{
	border-color: #a20025 !important;
}

.bd-red
{
	border-color: #e51400 !important;
}

.bd-orange
{
	border-color: #fa6800 !important;
}

.bd-amber
{
	border-color: #f0a30a !important;
}

.bd-yellow
{
	border-color: #e3c800 !important;
}

.bd-brown
{
	border-color: #825a2c !important;
}

.bd-olive
{
	border-color: #6d8764 !important;
}

.bd-steel
{
	border-color: #647687 !important;
}

.bd-mauve
{
	border-color: #76608a !important;
}

.bd-taupe
{
	border-color: #87794e !important;
}

.bd-gray
{
	border-color: #555 !important;
}

.bd-dark
{
	border-color: #333 !important;
}

.bd-darker
{
	border-color: #222 !important;
}

.bd-transparent
{
	border-color: transparent !important;
}

.bd-darkBrown
{
	border-color: #63362f !important;
}

.bd-darkCrimson
{
	border-color: #640024 !important;
}

.bd-darkMagenta
{
	border-color: #81003c !important;
}

.bd-darkIndigo
{
	border-color: #4b0096 !important;
}

.bd-darkCyan
{
	border-color: #1b6eae !important;
}

.bd-darkCobalt
{
	border-color: #00356a !important;
}

.bd-darkTeal
{
	border-color: #004050 !important;
}

.bd-darkEmerald
{
	border-color: #003e00 !important;
}

.bd-darkGreen
{
	border-color: #128023 !important;
}

.bd-darkOrange
{
	border-color: #bf5a15 !important;
}

.bd-darkRed
{
	border-color: #9a1616 !important;
}

.bd-darkPink
{
	border-color: #9a165a !important;
}

.bd-darkViolet
{
	border-color: #57169a !important;
}

.bd-darkBlue
{
	border-color: #16499a !important;
}

.bd-lightBlue
{
	border-color: #4390df !important;
}

.bd-lightTeal
{
	border-color: #45fffd !important;
}

.bd-lightOlive
{
	border-color: #78aa1c !important;
}

.bd-lightOrange
{
	border-color: #c29008 !important;
}

.bd-lightPink
{
	border-color: #f472d0 !important;
}

.bd-lightRed
{
	border-color: #ff2d19 !important;
}

.bd-lightGreen
{
	border-color: #7ad61d !important;
}

.bd-grayDark
{
	border-color: #333 !important;
}

.bd-grayDarker
{
	border-color: #222 !important;
}

.bd-grayLight
{
	border-color: #999 !important;
}

.bd-grayLighter
{
	border-color: #eee !important;
}

.bd-blue
{
	border-color: #00aff0 !important;
}

.bg-hover-black:hover
{
	background-color: #000 !important;
}

.bg-hover-white:hover
{
	background-color: #fff !important;
}

.bg-hover-lime:hover
{
	background-color: #a4c400 !important;
}

.bg-hover-green:hover
{
	background-color: #60a917 !important;
}

.bg-hover-emerald:hover
{
	background-color: #008a00 !important;
}

.bg-hover-teal:hover
{
	background-color: #00aba9 !important;
}

.bg-hover-cyan:hover
{
	background-color: #1ba1e2 !important;
}

.bg-hover-cobalt:hover
{
	background-color: #0050ef !important;
}

.bg-hover-indigo:hover
{
	background-color: #6a00ff !important;
}

.bg-hover-violet:hover
{
	background-color: #a0f !important;
}

.bg-hover-pink:hover
{
	background-color: #dc4fad !important;
}

.bg-hover-magenta:hover
{
	background-color: #d80073 !important;
}

.bg-hover-crimson:hover
{
	background-color: #a20025 !important;
}

.bg-hover-red:hover
{
	background-color: #e51400 !important;
}

.bg-hover-orange:hover
{
	background-color: #fa6800 !important;
}

.bg-hover-amber:hover
{
	background-color: #f0a30a !important;
}

.bg-hover-yellow:hover
{
	background-color: #e3c800 !important;
}

.bg-hover-brown:hover
{
	background-color: #825a2c !important;
}

.bg-hover-olive:hover
{
	background-color: #6d8764 !important;
}

.bg-hover-steel:hover
{
	background-color: #647687 !important;
}

.bg-hover-mauve:hover
{
	background-color: #76608a !important;
}

.bg-hover-taupe:hover
{
	background-color: #87794e !important;
}

.bg-hover-gray:hover
{
	background-color: #555 !important;
}

.bg-hover-dark:hover
{
	background-color: #333 !important;
}

.bg-hover-darker:hover
{
	background-color: #222 !important;
}

.bg-hover-transparent:hover
{
	background-color: transparent !important;
}

.bg-hover-darkBrown:hover
{
	background-color: #63362f !important;
}

.bg-hover-darkCrimson:hover
{
	background-color: #640024 !important;
}

.bg-hover-darkMagenta:hover
{
	background-color: #81003c !important;
}

.bg-hover-darkIndigo:hover
{
	background-color: #4b0096 !important;
}

.bg-hover-darkCyan:hover
{
	background-color: #1b6eae !important;
}

.bg-hover-darkCobalt:hover
{
	background-color: #00356a !important;
}

.bg-hover-darkTeal:hover
{
	background-color: #004050 !important;
}

.bg-hover-darkEmerald:hover
{
	background-color: #003e00 !important;
}

.bg-hover-darkGreen:hover
{
	background-color: #128023 !important;
}

.bg-hover-darkOrange:hover
{
	background-color: #bf5a15 !important;
}

.bg-hover-darkRed:hover
{
	background-color: #9a1616 !important;
}

.bg-hover-darkPink:hover
{
	background-color: #9a165a !important;
}

.bg-hover-darkViolet:hover
{
	background-color: #57169a !important;
}

.bg-hover-darkBlue:hover
{
	background-color: #16499a !important;
}

.bg-hover-lightBlue:hover
{
	background-color: #4390df !important;
}

.bg-hover-lightTeal:hover
{
	background-color: #45fffd !important;
}

.bg-hover-lightOlive:hover
{
	background-color: #78aa1c !important;
}

.bg-hover-lightOrange:hover
{
	background-color: #c29008 !important;
}

.bg-hover-lightPink:hover
{
	background-color: #f472d0 !important;
}

.bg-hover-lightRed:hover
{
	background-color: #ff2d19 !important;
}

.bg-hover-lightGreen:hover
{
	background-color: #7ad61d !important;
}

.bg-hover-grayDark:hover
{
	background-color: #333 !important;
}

.bg-hover-grayDarker:hover
{
	background-color: #222 !important;
}

.bg-hover-grayLight:hover
{
	background-color: #999 !important;
}

.bg-hover-grayLighter:hover
{
	background-color: #eee !important;
}

.bg-hover-blue:hover
{
	background-color: #00aff0 !important;
}

.fg-hover-black:hover
{
	color: #000 !important;
}

.fg-hover-white:hover
{
	color: #fff !important;
}

.fg-hover-lime:hover
{
	color: #a4c400 !important;
}

.fg-hover-green:hover
{
	color: #60a917 !important;
}

.fg-hover-emerald:hover
{
	color: #008a00 !important;
}

.fg-hover-teal:hover
{
	color: #00aba9 !important;
}

.fg-hover-cyan:hover
{
	color: #1ba1e2 !important;
}

.fg-hover-cobalt:hover
{
	color: #0050ef !important;
}

.fg-hover-indigo:hover
{
	color: #6a00ff !important;
}

.fg-hover-violet:hover
{
	color: #a0f !important;
}

.fg-hover-pink:hover
{
	color: #dc4fad !important;
}

.fg-hover-magenta:hover
{
	color: #d80073 !important;
}

.fg-hover-crimson:hover
{
	color: #a20025 !important;
}

.fg-hover-red:hover
{
	color: #e51400 !important;
}

.fg-hover-orange:hover
{
	color: #fa6800 !important;
}

.fg-hover-amber:hover
{
	color: #f0a30a !important;
}

.fg-hover-yellow:hover
{
	color: #e3c800 !important;
}

.fg-hover-brown:hover
{
	color: #825a2c !important;
}

.fg-hover-olive:hover
{
	color: #6d8764 !important;
}

.fg-hover-steel:hover
{
	color: #647687 !important;
}

.fg-hover-mauve:hover
{
	color: #76608a !important;
}

.fg-hover-taupe:hover
{
	color: #87794e !important;
}

.fg-hover-gray:hover
{
	color: #555 !important;
}

.fg-hover-dark:hover
{
	color: #333 !important;
}

.fg-hover-darker:hover
{
	color: #222 !important;
}

.fg-hover-transparent:hover
{
	color: transparent !important;
}

.fg-hover-darkBrown:hover
{
	color: #63362f !important;
}

.fg-hover-darkCrimson:hover
{
	color: #640024 !important;
}

.fg-hover-darkMagenta:hover
{
	color: #81003c !important;
}

.fg-hover-darkIndigo:hover
{
	color: #4b0096 !important;
}

.fg-hover-darkCyan:hover
{
	color: #1b6eae !important;
}

.fg-hover-darkCobalt:hover
{
	color: #00356a !important;
}

.fg-hover-darkTeal:hover
{
	color: #004050 !important;
}

.fg-hover-darkEmerald:hover
{
	color: #003e00 !important;
}

.fg-hover-darkGreen:hover
{
	color: #128023 !important;
}

.fg-hover-darkOrange:hover
{
	color: #bf5a15 !important;
}

.fg-hover-darkRed:hover
{
	color: #9a1616 !important;
}

.fg-hover-darkPink:hover
{
	color: #9a165a !important;
}

.fg-hover-darkViolet:hover
{
	color: #57169a !important;
}

.fg-hover-darkBlue:hover
{
	color: #16499a !important;
}

.fg-hover-lightBlue:hover
{
	color: #4390df !important;
}

.fg-hover-lightTeal:hover
{
	color: #45fffd !important;
}

.fg-hover-lightOlive:hover
{
	color: #78aa1c !important;
}

.fg-hover-lightOrange:hover
{
	color: #c29008 !important;
}

.fg-hover-lightPink:hover
{
	color: #f472d0 !important;
}

.fg-hover-lightRed:hover
{
	color: #ff2d19 !important;
}

.fg-hover-lightGreen:hover
{
	color: #7ad61d !important;
}

.fg-hover-grayDark:hover
{
	color: #333 !important;
}

.fg-hover-grayDarker:hover
{
	color: #222 !important;
}

.fg-hover-grayLight:hover
{
	color: #999 !important;
}

.fg-hover-grayLighter:hover
{
	color: #eee !important;
}

.fg-hover-blue:hover
{
	color: #00aff0 !important;
}

.bg-active-black:active
{
	background-color: #000 !important;
}

.bg-active-white:active
{
	background-color: #fff !important;
}

.bg-active-lime:active
{
	background-color: #a4c400 !important;
}

.bg-active-green:active
{
	background-color: #60a917 !important;
}

.bg-active-emerald:active
{
	background-color: #008a00 !important;
}

.bg-active-teal:active
{
	background-color: #00aba9 !important;
}

.bg-active-cyan:active
{
	background-color: #1ba1e2 !important;
}

.bg-active-cobalt:active
{
	background-color: #0050ef !important;
}

.bg-active-indigo:active
{
	background-color: #6a00ff !important;
}

.bg-active-violet:active
{
	background-color: #a0f !important;
}

.bg-active-pink:active
{
	background-color: #dc4fad !important;
}

.bg-active-magenta:active
{
	background-color: #d80073 !important;
}

.bg-active-crimson:active
{
	background-color: #a20025 !important;
}

.bg-active-red:active
{
	background-color: #e51400 !important;
}

.bg-active-orange:active
{
	background-color: #fa6800 !important;
}

.bg-active-amber:active
{
	background-color: #f0a30a !important;
}

.bg-active-yellow:active
{
	background-color: #e3c800 !important;
}

.bg-active-brown:active
{
	background-color: #825a2c !important;
}

.bg-active-olive:active
{
	background-color: #6d8764 !important;
}

.bg-active-steel:active
{
	background-color: #647687 !important;
}

.bg-active-mauve:active
{
	background-color: #76608a !important;
}

.bg-active-taupe:active
{
	background-color: #87794e !important;
}

.bg-active-gray:active
{
	background-color: #555 !important;
}

.bg-active-dark:active
{
	background-color: #333 !important;
}

.bg-active-darker:active
{
	background-color: #222 !important;
}

.bg-active-transparent:active
{
	background-color: transparent !important;
}

.bg-active-darkBrown:active
{
	background-color: #63362f !important;
}

.bg-active-darkCrimson:active
{
	background-color: #640024 !important;
}

.bg-active-darkMagenta:active
{
	background-color: #81003c !important;
}

.bg-active-darkIndigo:active
{
	background-color: #4b0096 !important;
}

.bg-active-darkCyan:active
{
	background-color: #1b6eae !important;
}

.bg-active-darkCobalt:active
{
	background-color: #00356a !important;
}

.bg-active-darkTeal:active
{
	background-color: #004050 !important;
}

.bg-active-darkEmerald:active
{
	background-color: #003e00 !important;
}

.bg-active-darkGreen:active
{
	background-color: #128023 !important;
}

.bg-active-darkOrange:active
{
	background-color: #bf5a15 !important;
}

.bg-active-darkRed:active
{
	background-color: #9a1616 !important;
}

.bg-active-darkPink:active
{
	background-color: #9a165a !important;
}

.bg-active-darkViolet:active
{
	background-color: #57169a !important;
}

.bg-active-darkBlue:active
{
	background-color: #16499a !important;
}

.bg-active-lightBlue:active
{
	background-color: #4390df !important;
}

.bg-active-lightTeal:active
{
	background-color: #45fffd !important;
}

.bg-active-lightOlive:active
{
	background-color: #78aa1c !important;
}

.bg-active-lightOrange:active
{
	background-color: #c29008 !important;
}

.bg-active-lightPink:active
{
	background-color: #f472d0 !important;
}

.bg-active-lightRed:active
{
	background-color: #ff2d19 !important;
}

.bg-active-lightGreen:active
{
	background-color: #7ad61d !important;
}

.bg-active-grayDark:active
{
	background-color: #333 !important;
}

.bg-active-grayDarker:active
{
	background-color: #222 !important;
}

.bg-active-grayLight:active
{
	background-color: #999 !important;
}

.bg-active-grayLighter:active
{
	background-color: #eee !important;
}

.bg-active-blue:active
{
	background-color: #00aff0 !important;
}

.fg-active-black:active
{
	color: #000 !important;
}

.fg-active-white:active
{
	color: #fff !important;
}

.fg-active-lime:active
{
	color: #a4c400 !important;
}

.fg-active-green:active
{
	color: #60a917 !important;
}

.fg-active-emerald:active
{
	color: #008a00 !important;
}

.fg-active-teal:active
{
	color: #00aba9 !important;
}

.fg-active-cyan:active
{
	color: #1ba1e2 !important;
}

.fg-active-cobalt:active
{
	color: #0050ef !important;
}

.fg-active-indigo:active
{
	color: #6a00ff !important;
}

.fg-active-violet:active
{
	color: #a0f !important;
}

.fg-active-pink:active
{
	color: #dc4fad !important;
}

.fg-active-magenta:active
{
	color: #d80073 !important;
}

.fg-active-crimson:active
{
	color: #a20025 !important;
}

.fg-active-red:active
{
	color: #e51400 !important;
}

.fg-active-orange:active
{
	color: #fa6800 !important;
}

.fg-active-amber:active
{
	color: #f0a30a !important;
}

.fg-active-yellow:active
{
	color: #e3c800 !important;
}

.fg-active-brown:active
{
	color: #825a2c !important;
}

.fg-active-olive:active
{
	color: #6d8764 !important;
}

.fg-active-steel:active
{
	color: #647687 !important;
}

.fg-active-mauve:active
{
	color: #76608a !important;
}

.fg-active-taupe:active
{
	color: #87794e !important;
}

.fg-active-gray:active
{
	color: #555 !important;
}

.fg-active-dark:active
{
	color: #333 !important;
}

.fg-active-darker:active
{
	color: #222 !important;
}

.fg-active-transparent:active
{
	color: transparent !important;
}

.fg-active-darkBrown:active
{
	color: #63362f !important;
}

.fg-active-darkCrimson:active
{
	color: #640024 !important;
}

.fg-active-darkMagenta:active
{
	color: #81003c !important;
}

.fg-active-darkIndigo:active
{
	color: #4b0096 !important;
}

.fg-active-darkCyan:active
{
	color: #1b6eae !important;
}

.fg-active-darkCobalt:active
{
	color: #00356a !important;
}

.fg-active-darkTeal:active
{
	color: #004050 !important;
}

.fg-active-darkEmerald:active
{
	color: #003e00 !important;
}

.fg-active-darkGreen:active
{
	color: #128023 !important;
}

.fg-active-darkOrange:active
{
	color: #bf5a15 !important;
}

.fg-active-darkRed:active
{
	color: #9a1616 !important;
}

.fg-active-darkPink:active
{
	color: #9a165a !important;
}

.fg-active-darkViolet:active
{
	color: #57169a !important;
}

.fg-active-darkBlue:active
{
	color: #16499a !important;
}

.fg-active-lightBlue:active
{
	color: #4390df !important;
}

.fg-active-lightTeal:active
{
	color: #45fffd !important;
}

.fg-active-lightOlive:active
{
	color: #78aa1c !important;
}

.fg-active-lightOrange:active
{
	color: #c29008 !important;
}

.fg-active-lightPink:active
{
	color: #f472d0 !important;
}

.fg-active-lightRed:active
{
	color: #ff2d19 !important;
}

.fg-active-lightGreen:active
{
	color: #7ad61d !important;
}

.fg-active-grayDark:active
{
	color: #333 !important;
}

.fg-active-grayDarker:active
{
	color: #222 !important;
}

.fg-active-grayLight:active
{
	color: #999 !important;
}

.fg-active-grayLighter:active
{
	color: #eee !important;
}

.fg-active-blue:active
{
	color: #00aff0 !important;
}

.bg-focus-black:focus
{
	background-color: #000 !important;
}

.bg-focus-white:focus
{
	background-color: #fff !important;
}

.bg-focus-lime:focus
{
	background-color: #a4c400 !important;
}

.bg-focus-green:focus
{
	background-color: #60a917 !important;
}

.bg-focus-emerald:focus
{
	background-color: #008a00 !important;
}

.bg-focus-teal:focus
{
	background-color: #00aba9 !important;
}

.bg-focus-cyan:focus
{
	background-color: #1ba1e2 !important;
}

.bg-focus-cobalt:focus
{
	background-color: #0050ef !important;
}

.bg-focus-indigo:focus
{
	background-color: #6a00ff !important;
}

.bg-focus-violet:focus
{
	background-color: #a0f !important;
}

.bg-focus-pink:focus
{
	background-color: #dc4fad !important;
}

.bg-focus-magenta:focus
{
	background-color: #d80073 !important;
}

.bg-focus-crimson:focus
{
	background-color: #a20025 !important;
}

.bg-focus-red:focus
{
	background-color: #e51400 !important;
}

.bg-focus-orange:focus
{
	background-color: #fa6800 !important;
}

.bg-focus-amber:focus
{
	background-color: #f0a30a !important;
}

.bg-focus-yellow:focus
{
	background-color: #e3c800 !important;
}

.bg-focus-brown:focus
{
	background-color: #825a2c !important;
}

.bg-focus-olive:focus
{
	background-color: #6d8764 !important;
}

.bg-focus-steel:focus
{
	background-color: #647687 !important;
}

.bg-focus-mauve:focus
{
	background-color: #76608a !important;
}

.bg-focus-taupe:focus
{
	background-color: #87794e !important;
}

.bg-focus-gray:focus
{
	background-color: #555 !important;
}

.bg-focus-dark:focus
{
	background-color: #333 !important;
}

.bg-focus-darker:focus
{
	background-color: #222 !important;
}

.bg-focus-transparent:focus
{
	background-color: transparent !important;
}

.bg-focus-darkBrown:focus
{
	background-color: #63362f !important;
}

.bg-focus-darkCrimson:focus
{
	background-color: #640024 !important;
}

.bg-focus-darkMagenta:focus
{
	background-color: #81003c !important;
}

.bg-focus-darkIndigo:focus
{
	background-color: #4b0096 !important;
}

.bg-focus-darkCyan:focus
{
	background-color: #1b6eae !important;
}

.bg-focus-darkCobalt:focus
{
	background-color: #00356a !important;
}

.bg-focus-darkTeal:focus
{
	background-color: #004050 !important;
}

.bg-focus-darkEmerald:focus
{
	background-color: #003e00 !important;
}

.bg-focus-darkGreen:focus
{
	background-color: #128023 !important;
}

.bg-focus-darkOrange:focus
{
	background-color: #bf5a15 !important;
}

.bg-focus-darkRed:focus
{
	background-color: #9a1616 !important;
}

.bg-focus-darkPink:focus
{
	background-color: #9a165a !important;
}

.bg-focus-darkViolet:focus
{
	background-color: #57169a !important;
}

.bg-focus-darkBlue:focus
{
	background-color: #16499a !important;
}

.bg-focus-lightBlue:focus
{
	background-color: #4390df !important;
}

.bg-focus-lightTeal:focus
{
	background-color: #45fffd !important;
}

.bg-focus-lightOlive:focus
{
	background-color: #78aa1c !important;
}

.bg-focus-lightOrange:focus
{
	background-color: #c29008 !important;
}

.bg-focus-lightPink:focus
{
	background-color: #f472d0 !important;
}

.bg-focus-lightRed:focus
{
	background-color: #ff2d19 !important;
}

.bg-focus-lightGreen:focus
{
	background-color: #7ad61d !important;
}

.bg-focus-grayDark:focus
{
	background-color: #333 !important;
}

.bg-focus-grayDarker:focus
{
	background-color: #222 !important;
}

.bg-focus-grayLight:focus
{
	background-color: #999 !important;
}

.bg-focus-grayLighter:focus
{
	background-color: #eee !important;
}

.bg-focus-blue:focus
{
	background-color: #00aff0 !important;
}

.fg-focus-black:focus
{
	color: #000 !important;
}

.fg-focus-white:focus
{
	color: #fff !important;
}

.fg-focus-lime:focus
{
	color: #a4c400 !important;
}

.fg-focus-green:focus
{
	color: #60a917 !important;
}

.fg-focus-emerald:focus
{
	color: #008a00 !important;
}

.fg-focus-teal:focus
{
	color: #00aba9 !important;
}

.fg-focus-cyan:focus
{
	color: #1ba1e2 !important;
}

.fg-focus-cobalt:focus
{
	color: #0050ef !important;
}

.fg-focus-indigo:focus
{
	color: #6a00ff !important;
}

.fg-focus-violet:focus
{
	color: #a0f !important;
}

.fg-focus-pink:focus
{
	color: #dc4fad !important;
}

.fg-focus-magenta:focus
{
	color: #d80073 !important;
}

.fg-focus-crimson:focus
{
	color: #a20025 !important;
}

.fg-focus-red:focus
{
	color: #e51400 !important;
}

.fg-focus-orange:focus
{
	color: #fa6800 !important;
}

.fg-focus-amber:focus
{
	color: #f0a30a !important;
}

.fg-focus-yellow:focus
{
	color: #e3c800 !important;
}

.fg-focus-brown:focus
{
	color: #825a2c !important;
}

.fg-focus-olive:focus
{
	color: #6d8764 !important;
}

.fg-focus-steel:focus
{
	color: #647687 !important;
}

.fg-focus-mauve:focus
{
	color: #76608a !important;
}

.fg-focus-taupe:focus
{
	color: #87794e !important;
}

.fg-focus-gray:focus
{
	color: #555 !important;
}

.fg-focus-dark:focus
{
	color: #333 !important;
}

.fg-focus-darker:focus
{
	color: #222 !important;
}

.fg-focus-transparent:focus
{
	color: transparent !important;
}

.fg-focus-darkBrown:focus
{
	color: #63362f !important;
}

.fg-focus-darkCrimson:focus
{
	color: #640024 !important;
}

.fg-focus-darkMagenta:focus
{
	color: #81003c !important;
}

.fg-focus-darkIndigo:focus
{
	color: #4b0096 !important;
}

.fg-focus-darkCyan:focus
{
	color: #1b6eae !important;
}

.fg-focus-darkCobalt:focus
{
	color: #00356a !important;
}

.fg-focus-darkTeal:focus
{
	color: #004050 !important;
}

.fg-focus-darkEmerald:focus
{
	color: #003e00 !important;
}

.fg-focus-darkGreen:focus
{
	color: #128023 !important;
}

.fg-focus-darkOrange:focus
{
	color: #bf5a15 !important;
}

.fg-focus-darkRed:focus
{
	color: #9a1616 !important;
}

.fg-focus-darkPink:focus
{
	color: #9a165a !important;
}

.fg-focus-darkViolet:focus
{
	color: #57169a !important;
}

.fg-focus-darkBlue:focus
{
	color: #16499a !important;
}

.fg-focus-lightBlue:focus
{
	color: #4390df !important;
}

.fg-focus-lightTeal:focus
{
	color: #45fffd !important;
}

.fg-focus-lightOlive:focus
{
	color: #78aa1c !important;
}

.fg-focus-lightOrange:focus
{
	color: #c29008 !important;
}

.fg-focus-lightPink:focus
{
	color: #f472d0 !important;
}

.fg-focus-lightRed:focus
{
	color: #ff2d19 !important;
}

.fg-focus-lightGreen:focus
{
	color: #7ad61d !important;
}

.fg-focus-grayDark:focus
{
	color: #333 !important;
}

.fg-focus-grayDarker:focus
{
	color: #222 !important;
}

.fg-focus-grayLight:focus
{
	color: #999 !important;
}

.fg-focus-grayLighter:focus
{
	color: #eee !important;
}

.fg-focus-blue:focus
{
	color: #00aff0 !important;
}

.ribbed-black
{
	background-color: #000 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-white
{
	background-color: #fff !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-lime
{
	background-color: #a4c400 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-green
{
	background-color: #60a917 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-emerald
{
	background-color: #008a00 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-teal
{
	background-color: #00aba9 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-cyan
{
	background-color: #1ba1e2 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-cobalt
{
	background-color: #0050ef !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-indigo
{
	background-color: #6a00ff !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-violet
{
	background-color: #a0f !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-pink
{
	background-color: #dc4fad !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-magenta
{
	background-color: #d80073 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-crimson
{
	background-color: #a20025 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-red
{
	background-color: #e51400 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-orange
{
	background-color: #fa6800 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-amber
{
	background-color: #f0a30a !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-yellow
{
	background-color: #e3c800 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-brown
{
	background-color: #825a2c !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-olive
{
	background-color: #6d8764 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-steel
{
	background-color: #647687 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-mauve
{
	background-color: #76608a !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-taupe
{
	background-color: #87794e !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-dark
{
	background-color: #1d1d1d !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-darkBrown
{
	background-color: #63362f !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-darkCrimson
{
	background-color: #640024 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-darkMagenta
{
	background-color: #81003c !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-darkIndigo
{
	background-color: #4b0096 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-darkCyan
{
	background-color: #1b6eae !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-darkCobalt
{
	background-color: #00356a !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-darkTeal
{
	background-color: #004050 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-darkEmerald
{
	background-color: #003e00 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-darkGreen
{
	background-color: #128023 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-darkOrange
{
	background-color: #bf5a15 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-darkRed
{
	background-color: #9a1616 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-darkPink
{
	background-color: #9a165a !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-darkViolet
{
	background-color: #57169a !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-darkBlue
{
	background-color: #16499a !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-lightTeal
{
	background-color: #45fffd !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-lightOlive
{
	background-color: #78aa1c !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-lightOrange
{
	background-color: #c29008 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-lightPink
{
	background-color: #f472d0 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-lightRed
{
	background-color: #ff2d19 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-lightGreen
{
	background-color: #7ad61d !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-grayed
{
	background-color: #585858 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-grayDarker
{
	background-color: #222 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-gray
{
	background-color: #555 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-grayLight
{
	background-color: #999 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-grayLighter
{
	background-color: #eee !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.ribbed-blue
{
	background-color: #00aff0 !important;
	background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}