/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */

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

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


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


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240.png)/*{iconsDefault}*/;
}

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


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

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

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Accordion 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/accordion/#theming
 */
/*

 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/autocomplete/#theming
 */
/*

 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/button/#theming
 */
/*

 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 125+ */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/checkboxradio/#theming
 */
/*

 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/controlgroup/#theming
 */
/*

 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/datepicker/#theming
 */
/*

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

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

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/dialog/#theming
 */
/*

 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-draggable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/menu/#theming
 */
/*

 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

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

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

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/progressbar/#theming
 */
/*

 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/selectmenu/#theming
 */
/*

 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-sortable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/slider/#theming
 */
/*

 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

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

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/spinner/#theming
 */
/*

 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/tabs/#theming
 */
/*

 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/tooltip/#theming
 */
/*

 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */
/*




















 */
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */
/*


 */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(/assets/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
  background: url(/assets/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
  background: transparent url(/assets/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
  background: url(/assets/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/assets/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
    background-image: url(/assets/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
  background-image: url(/assets/fancybox_buttons.png);
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
/*



 */
/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
}
.CodeMirror-scroll {
  /* Set scrolling behaviour here */
  overflow: auto;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror div.CodeMirror-cursor {
  border-left: 1px solid black;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
  width: auto;
  border: 0;
  background: #7e7;
}
.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}
@-moz-keyframes blink {
  0% { background: #7e7; }
  50% { background: none; }
  100% { background: #7e7; }
}
@-webkit-keyframes blink {
  0% { background: #7e7; }
  50% { background: none; }
  100% { background: #7e7; }
}
@keyframes blink {
  0% { background: #7e7; }
  50% { background: none; }
  100% { background: #7e7; }
}

/* Can style cursor different in overwrite (non-insert) mode */
div.CodeMirror-overwrite div.CodeMirror-cursor {}

.cm-tab { display: inline-block; }

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3 {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  line-height: 1;
  position: relative;
  overflow: hidden;
  background: white;
  color: black;
}

.CodeMirror-scroll {
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px; margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actuall scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  padding-bottom: 30px;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 30px;
  margin-bottom: -32px;
  display: inline-block;
  /* Hack to make IE7 behave */
  *zoom:1;
  *display:inline;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.CodeMirror-lines {
  cursor: text;
}
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}

.CodeMirror-widget {}

.CodeMirror-wrap .CodeMirror-scroll {
  overflow-x: hidden;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.CodeMirror-measure pre { position: static; }

.CodeMirror div.CodeMirror-cursor {
  position: absolute;
  border-right: none;
  width: 0;
}

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 1;
}
.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }

.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, .4);
}

/* IE7 hack to prevent it from returning funny offsetTops on the spans */
.CodeMirror span { *vertical-align: text-bottom; }

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
.cm-s-default span.cm-rangeinfo {color: #a0b;}
.cm-s-default span.cm-minus {color: #a22;}
.cm-s-default span.cm-plus {color: #2b2;}

.cm-s-default span.cm-regex {color: #2b2;}
.cm-s-default span.cm-operator {color: #219;}
.cm-s-default span.cm-escaped {color: #708;}
.cm-s-default span.cm-comma {color: #a11;}
.cm-s-default span.cm-separator {color: #555;}

.editor_panel {
    font-family: 'Arial';
    font-size:10pt;
    height:30px;
    padding:5px;
}

.brick_panel {
    background-color: #EDEDFA;
}

.group_panel {
    background-color: #EDFAED;
}
/*
 Hier werden alle Custom-Klassen erstellt
 */

.dmdoc-workspace .merkur-red {
	color: red
}

.dmdoc-workspace .merkur-black {
	color: black
}

.dmdoc-workspace .merkur-brick {
	display: block;
	border: 1px solid red;
}

.silk-picture-add {
	background-image: url(/famfamfam_silk/icons/picture-add.png) !important;
	background-repeat: no-repeat;
}

.marked_background {
	background-color: yellow;
}
/* Hier customer-CSS-Definition einfügen */

.css_workflow_step {
  font: 14px tahoma,arial,helvetica,sans-serif;
  font-style: italic;
  font-weight: bold;
  padding: 5px 10px;
  cursor: default;
  width: 110px;
  height: 50px;
  color: #fcffff;
  overflow: visible;
}

.css_workflow_prev {
  cursor: pointer;
}

.css_workflow_background {
  background: url(/bg_workbar_small.png) repeat-x;
}

.css_workflow_step_text {
  padding-top: 10px;
  padding-left: 45px;
  font: 11px tahoma,arial,helvetica,sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #fcffff;
}

.css_workflow_current_1 {
  background-image: url(/workbar/bg_workbar_button_1-3_s.png);
  background-repeat: no-repeat;
  width: 143px;
  height: 50px;
}

.css_workflow_prev_1 {
  background-image: url(/workbar/bg_workbar_button_1-4_s.png);
  background-repeat: no-repeat;
  width: 143px;
  height: 50px;
}

.css_workflow_current_2 {
  background-image: url(/workbar/bg_workbar_button_2-3_s.png);
  background-repeat: no-repeat;
  width: 143px;
  height: 50px;
}

.css_workflow_next_2 {
  background-image: url(/workbar/bg_workbar_button_2-2_s.png);
  background-repeat: no-repeat;
  width: 143px;
  height: 50px;
}

.css_workflow_prev_2 {
  background-image: url(/workbar/bg_workbar_button_2-4_s.png);
  background-repeat: no-repeat;
  width: 143px;
  height: 50px;
}

.css_workflow_current_3 {
  background-image: url(/workbar/bg_workbar_button_3-3_s.png);
  background-repeat: no-repeat;
  width: 143px;
  height: 50px;
}

.css_workflow_next_3 {
  background-image: url(/workbar/bg_workbar_button_3-2_s.png);
  background-repeat: no-repeat;
  width: 143px;
  height: 50px;
}

.css_workflow_far_next_3 {
  background-image: url(/workbar/bg_workbar_button_3-1_s.png);
  background-repeat: no-repeat;
  width: 143px;
  height: 50px;
}

.css_workflow_prev_3 {
  background-image: url(/workbar/bg_workbar_button_3-4_s.png);
  background-repeat: no-repeat;
  width: 143px;
  height: 50px;
}

.css_workflow_current_4 {
  background-image: url(/workbar/bg_workbar_button_4-3_s.png);
  background-repeat: no-repeat;
  width: 143px;
  height: 50px;
}

.css_workflow_next_4 {
  background-image: url(/workbar/bg_workbar_button_4-2_s.png);
  background-repeat: no-repeat;
  width: 143px;
  height: 50px;
}

.css_workflow_far_next_4 {
  background-image: url(/workbar/bg_workbar_button_4-1_s.png);
  background-repeat: no-repeat;
  width: 143px;
  height: 50px;
}

.css_workflow_prev_4 {
  background-image: url(/workbar/bg_workbar_button_4-4_s.png);
  background-repeat: no-repeat;
  width: 143px;
  height: 50px;
}

.css_workflow_2 {
  padding-top: 20px;
  padding-left: 150px;
  padding-right: 150px;
}

.css_infobox {
  padding-left: 16px;
/*  margin-left: 10px; */
  height: 16px;
}

.css_cyan_rgb {
  content: url(/CSS_cyan_rgb.png);
  width: 53px;
}

div.dmdoc-data-view {
    border: 1px solid #99BBE8;
    background-color: white;
    padding: 5px;
    margin-bottom: 5px;
}

.dmdoc-data-view .hide-icon {
    display: none
}

.dmdoc-data-view .name {
    /*text-decoration: underline;*/
}

div .dmdoc-data-view-over {
    border: 1px solid black;
    cursor: pointer;
}

.dmdoc-data-view .dmdoc-data-view-over .name {
    text-decoration: underline;
}

div .dmdoc-data-view-selected {
    border: 2px solid blue;
    background-color: rgb(252, 245, 217);
}

.dmdoc-data-view .x-panel-mc {
    background-color: white;
}

/*#data_containers .x-view-selected{
	background: #eff5fb url(/images/selected.gif) no-repeat right bottom;
	border:1px solid #99bbe8;
	padding: 4px;
}*/
.dmdoc-variable {
    border:1px solid green;
    margin:1px;
    padding:3px;
    cursor:pointer
}

.defaultSkin span.mce_dmtable {background-position:-580px -20px}
/* AUTO-generated file from icons */
.silk-accept { background-image: url( 'famfamfam_silk/icons/accept.png' ) !important; background-repeat: no-repeat; }
.silk-add { background-image: url( 'famfamfam_silk/icons/add.png' ) !important; background-repeat: no-repeat; }
.silk-anchor { background-image: url( 'famfamfam_silk/icons/anchor.png' ) !important; background-repeat: no-repeat; }
.silk-application { background-image: url( 'famfamfam_silk/icons/application.png' ) !important; background-repeat: no-repeat; }
.silk-application-add { background-image: url( 'famfamfam_silk/icons/application_add.png' ) !important; background-repeat: no-repeat; }
.silk-application-cascade { background-image: url( 'famfamfam_silk/icons/application_cascade.png' ) !important; background-repeat: no-repeat; }
.silk-application-delete { background-image: url( 'famfamfam_silk/icons/application_delete.png' ) !important; background-repeat: no-repeat; }
.silk-application-double { background-image: url( 'famfamfam_silk/icons/application_double.png' ) !important; background-repeat: no-repeat; }
.silk-application-edit { background-image: url( 'famfamfam_silk/icons/application_edit.png' ) !important; background-repeat: no-repeat; }
.silk-application-error { background-image: url( 'famfamfam_silk/icons/application_error.png' ) !important; background-repeat: no-repeat; }
.silk-application-form { background-image: url( 'famfamfam_silk/icons/application_form.png' ) !important; background-repeat: no-repeat; }
.silk-application-form-add { background-image: url( 'famfamfam_silk/icons/application_form_add.png' ) !important; background-repeat: no-repeat; }
.silk-application-form-delete { background-image: url( 'famfamfam_silk/icons/application_form_delete.png' ) !important; background-repeat: no-repeat; }
.silk-application-form-edit { background-image: url( 'famfamfam_silk/icons/application_form_edit.png' ) !important; background-repeat: no-repeat; }
.silk-application-form-magnify { background-image: url( 'famfamfam_silk/icons/application_form_magnify.png' ) !important; background-repeat: no-repeat; }
.silk-application-get { background-image: url( 'famfamfam_silk/icons/application_get.png' ) !important; background-repeat: no-repeat; }
.silk-application-go { background-image: url( 'famfamfam_silk/icons/application_go.png' ) !important; background-repeat: no-repeat; }
.silk-application-home { background-image: url( 'famfamfam_silk/icons/application_home.png' ) !important; background-repeat: no-repeat; }
.silk-application-key { background-image: url( 'famfamfam_silk/icons/application_key.png' ) !important; background-repeat: no-repeat; }
.silk-application-lightning { background-image: url( 'famfamfam_silk/icons/application_lightning.png' ) !important; background-repeat: no-repeat; }
.silk-application-link { background-image: url( 'famfamfam_silk/icons/application_link.png' ) !important; background-repeat: no-repeat; }
.silk-application-osx { background-image: url( 'famfamfam_silk/icons/application_osx.png' ) !important; background-repeat: no-repeat; }
.silk-application-osx-terminal { background-image: url( 'famfamfam_silk/icons/application_osx_terminal.png' ) !important; background-repeat: no-repeat; }
.silk-application-put { background-image: url( 'famfamfam_silk/icons/application_put.png' ) !important; background-repeat: no-repeat; }
.silk-application-side-boxes { background-image: url( 'famfamfam_silk/icons/application_side_boxes.png' ) !important; background-repeat: no-repeat; }
.silk-application-side-contract { background-image: url( 'famfamfam_silk/icons/application_side_contract.png' ) !important; background-repeat: no-repeat; }
.silk-application-side-expand { background-image: url( 'famfamfam_silk/icons/application_side_expand.png' ) !important; background-repeat: no-repeat; }
.silk-application-side-list { background-image: url( 'famfamfam_silk/icons/application_side_list.png' ) !important; background-repeat: no-repeat; }
.silk-application-side-tree { background-image: url( 'famfamfam_silk/icons/application_side_tree.png' ) !important; background-repeat: no-repeat; }
.silk-application-split { background-image: url( 'famfamfam_silk/icons/application_split.png' ) !important; background-repeat: no-repeat; }
.silk-application-tile-horizontal { background-image: url( 'famfamfam_silk/icons/application_tile_horizontal.png' ) !important; background-repeat: no-repeat; }
.silk-application-tile-vertical { background-image: url( 'famfamfam_silk/icons/application_tile_vertical.png' ) !important; background-repeat: no-repeat; }
.silk-application-view-columns { background-image: url( 'famfamfam_silk/icons/application_view_columns.png' ) !important; background-repeat: no-repeat; }
.silk-application-view-detail { background-image: url( 'famfamfam_silk/icons/application_view_detail.png' ) !important; background-repeat: no-repeat; }
.silk-application-view-gallery { background-image: url( 'famfamfam_silk/icons/application_view_gallery.png' ) !important; background-repeat: no-repeat; }
.silk-application-view-icons { background-image: url( 'famfamfam_silk/icons/application_view_icons.png' ) !important; background-repeat: no-repeat; }
.silk-application-view-list { background-image: url( 'famfamfam_silk/icons/application_view_list.png' ) !important; background-repeat: no-repeat; }
.silk-application-view-tile { background-image: url( 'famfamfam_silk/icons/application_view_tile.png' ) !important; background-repeat: no-repeat; }
.silk-application-xp { background-image: url( 'famfamfam_silk/icons/application_xp.png' ) !important; background-repeat: no-repeat; }
.silk-application-xp-terminal { background-image: url( 'famfamfam_silk/icons/application_xp_terminal.png' ) !important; background-repeat: no-repeat; }
.silk-arrow-branch { background-image: url( 'famfamfam_silk/icons/arrow_branch.png' ) !important; background-repeat: no-repeat; }
.silk-arrow-divide { background-image: url( 'famfamfam_silk/icons/arrow_divide.png' ) !important; background-repeat: no-repeat; }
.silk-arrow-down { background-image: url( 'famfamfam_silk/icons/arrow_down.png' ) !important; background-repeat: no-repeat; }
.silk-arrow-in { background-image: url( 'famfamfam_silk/icons/arrow_in.png' ) !important; background-repeat: no-repeat; }
.silk-arrow-inout { background-image: url( 'famfamfam_silk/icons/arrow_inout.png' ) !important; background-repeat: no-repeat; }
.silk-arrow-join { background-image: url( 'famfamfam_silk/icons/arrow_join.png' ) !important; background-repeat: no-repeat; }
.silk-arrow-left { background-image: url( 'famfamfam_silk/icons/arrow_left.png' ) !important; background-repeat: no-repeat; }
.silk-arrow-merge { background-image: url( 'famfamfam_silk/icons/arrow_merge.png' ) !important; background-repeat: no-repeat; }
.silk-arrow-out { background-image: url( 'famfamfam_silk/icons/arrow_out.png' ) !important; background-repeat: no-repeat; }
.silk-arrow-redo { background-image: url( 'famfamfam_silk/icons/arrow_redo.png' ) !important; background-repeat: no-repeat; }
.silk-arrow-refresh { background-image: url( 'famfamfam_silk/icons/arrow_refresh.png' ) !important; background-repeat: no-repeat; }
.silk-arrow-refresh-small { background-image: url( 'famfamfam_silk/icons/arrow_refresh_small.png' ) !important; background-repeat: no-repeat; }
.silk-arrow-right { background-image: url( 'famfamfam_silk/icons/arrow_right.png' ) !important; background-repeat: no-repeat; }
.silk-arrow-rotate-anticlockwise { background-image: url( 'famfamfam_silk/icons/arrow_rotate_anticlockwise.png' ) !important; background-repeat: no-repeat; }
.silk-arrow-rotate-clockwise { background-image: url( 'famfamfam_silk/icons/arrow_rotate_clockwise.png' ) !important; background-repeat: no-repeat; }
.silk-arrow-switch { background-image: url( 'famfamfam_silk/icons/arrow_switch.png' ) !important; background-repeat: no-repeat; }
.silk-arrow-turn-left { background-image: url( 'famfamfam_silk/icons/arrow_turn_left.png' ) !important; background-repeat: no-repeat; }
.silk-arrow-turn-right { background-image: url( 'famfamfam_silk/icons/arrow_turn_right.png' ) !important; background-repeat: no-repeat; }
.silk-arrow-undo { background-image: url( 'famfamfam_silk/icons/arrow_undo.png' ) !important; background-repeat: no-repeat; }
.silk-arrow-up { background-image: url( 'famfamfam_silk/icons/arrow_up.png' ) !important; background-repeat: no-repeat; }
.silk-asterisk-orange { background-image: url( 'famfamfam_silk/icons/asterisk_orange.png' ) !important; background-repeat: no-repeat; }
.silk-asterisk-yellow { background-image: url( 'famfamfam_silk/icons/asterisk_yellow.png' ) !important; background-repeat: no-repeat; }
.silk-attach { background-image: url( 'famfamfam_silk/icons/attach.png' ) !important; background-repeat: no-repeat; }
.silk-award-star-add { background-image: url( 'famfamfam_silk/icons/award_star_add.png' ) !important; background-repeat: no-repeat; }
.silk-award-star-bronze-1 { background-image: url( 'famfamfam_silk/icons/award_star_bronze_1.png' ) !important; background-repeat: no-repeat; }
.silk-award-star-bronze-2 { background-image: url( 'famfamfam_silk/icons/award_star_bronze_2.png' ) !important; background-repeat: no-repeat; }
.silk-award-star-bronze-3 { background-image: url( 'famfamfam_silk/icons/award_star_bronze_3.png' ) !important; background-repeat: no-repeat; }
.silk-award-star-delete { background-image: url( 'famfamfam_silk/icons/award_star_delete.png' ) !important; background-repeat: no-repeat; }
.silk-award-star-gold-1 { background-image: url( 'famfamfam_silk/icons/award_star_gold_1.png' ) !important; background-repeat: no-repeat; }
.silk-award-star-gold-2 { background-image: url( 'famfamfam_silk/icons/award_star_gold_2.png' ) !important; background-repeat: no-repeat; }
.silk-award-star-gold-3 { background-image: url( 'famfamfam_silk/icons/award_star_gold_3.png' ) !important; background-repeat: no-repeat; }
.silk-award-star-silver-1 { background-image: url( 'famfamfam_silk/icons/award_star_silver_1.png' ) !important; background-repeat: no-repeat; }
.silk-award-star-silver-2 { background-image: url( 'famfamfam_silk/icons/award_star_silver_2.png' ) !important; background-repeat: no-repeat; }
.silk-award-star-silver-3 { background-image: url( 'famfamfam_silk/icons/award_star_silver_3.png' ) !important; background-repeat: no-repeat; }
.silk-basket { background-image: url( 'famfamfam_silk/icons/basket.png' ) !important; background-repeat: no-repeat; }
.silk-basket-add { background-image: url( 'famfamfam_silk/icons/basket_add.png' ) !important; background-repeat: no-repeat; }
.silk-basket-delete { background-image: url( 'famfamfam_silk/icons/basket_delete.png' ) !important; background-repeat: no-repeat; }
.silk-basket-edit { background-image: url( 'famfamfam_silk/icons/basket_edit.png' ) !important; background-repeat: no-repeat; }
.silk-basket-error { background-image: url( 'famfamfam_silk/icons/basket_error.png' ) !important; background-repeat: no-repeat; }
.silk-basket-go { background-image: url( 'famfamfam_silk/icons/basket_go.png' ) !important; background-repeat: no-repeat; }
.silk-basket-put { background-image: url( 'famfamfam_silk/icons/basket_put.png' ) !important; background-repeat: no-repeat; }
.silk-basket-remove { background-image: url( 'famfamfam_silk/icons/basket_remove.png' ) !important; background-repeat: no-repeat; }
.silk-bell { background-image: url( 'famfamfam_silk/icons/bell.png' ) !important; background-repeat: no-repeat; }
.silk-bell-add { background-image: url( 'famfamfam_silk/icons/bell_add.png' ) !important; background-repeat: no-repeat; }
.silk-bell-delete { background-image: url( 'famfamfam_silk/icons/bell_delete.png' ) !important; background-repeat: no-repeat; }
.silk-bell-error { background-image: url( 'famfamfam_silk/icons/bell_error.png' ) !important; background-repeat: no-repeat; }
.silk-bell-go { background-image: url( 'famfamfam_silk/icons/bell_go.png' ) !important; background-repeat: no-repeat; }
.silk-bell-link { background-image: url( 'famfamfam_silk/icons/bell_link.png' ) !important; background-repeat: no-repeat; }
.silk-bin { background-image: url( 'famfamfam_silk/icons/bin.png' ) !important; background-repeat: no-repeat; }
.silk-bin-closed { background-image: url( 'famfamfam_silk/icons/bin_closed.png' ) !important; background-repeat: no-repeat; }
.silk-bin-empty { background-image: url( 'famfamfam_silk/icons/bin_empty.png' ) !important; background-repeat: no-repeat; }
.silk-bomb { background-image: url( 'famfamfam_silk/icons/bomb.png' ) !important; background-repeat: no-repeat; }
.silk-book { background-image: url( 'famfamfam_silk/icons/book.png' ) !important; background-repeat: no-repeat; }
.silk-book-add { background-image: url( 'famfamfam_silk/icons/book_add.png' ) !important; background-repeat: no-repeat; }
.silk-book-addresses { background-image: url( 'famfamfam_silk/icons/book_addresses.png' ) !important; background-repeat: no-repeat; }
.silk-book-delete { background-image: url( 'famfamfam_silk/icons/book_delete.png' ) !important; background-repeat: no-repeat; }
.silk-book-edit { background-image: url( 'famfamfam_silk/icons/book_edit.png' ) !important; background-repeat: no-repeat; }
.silk-book-error { background-image: url( 'famfamfam_silk/icons/book_error.png' ) !important; background-repeat: no-repeat; }
.silk-book-go { background-image: url( 'famfamfam_silk/icons/book_go.png' ) !important; background-repeat: no-repeat; }
.silk-book-key { background-image: url( 'famfamfam_silk/icons/book_key.png' ) !important; background-repeat: no-repeat; }
.silk-book-link { background-image: url( 'famfamfam_silk/icons/book_link.png' ) !important; background-repeat: no-repeat; }
.silk-book-next { background-image: url( 'famfamfam_silk/icons/book_next.png' ) !important; background-repeat: no-repeat; }
.silk-book-open { background-image: url( 'famfamfam_silk/icons/book_open.png' ) !important; background-repeat: no-repeat; }
.silk-book-previous { background-image: url( 'famfamfam_silk/icons/book_previous.png' ) !important; background-repeat: no-repeat; }
.silk-box { background-image: url( 'famfamfam_silk/icons/box.png' ) !important; background-repeat: no-repeat; }
.silk-brick { background-image: url( 'famfamfam_silk/icons/brick.png' ) !important; background-repeat: no-repeat; }
.silk-brick-add { background-image: url( 'famfamfam_silk/icons/brick_add.png' ) !important; background-repeat: no-repeat; }
.silk-brick-delete { background-image: url( 'famfamfam_silk/icons/brick_delete.png' ) !important; background-repeat: no-repeat; }
.silk-brick-edit { background-image: url( 'famfamfam_silk/icons/brick_edit.png' ) !important; background-repeat: no-repeat; }
.silk-brick-error { background-image: url( 'famfamfam_silk/icons/brick_error.png' ) !important; background-repeat: no-repeat; }
.silk-brick-go { background-image: url( 'famfamfam_silk/icons/brick_go.png' ) !important; background-repeat: no-repeat; }
.silk-brick-link { background-image: url( 'famfamfam_silk/icons/brick_link.png' ) !important; background-repeat: no-repeat; }
.silk-bricks { background-image: url( 'famfamfam_silk/icons/bricks.png' ) !important; background-repeat: no-repeat; }
.silk-briefcase { background-image: url( 'famfamfam_silk/icons/briefcase.png' ) !important; background-repeat: no-repeat; }
.silk-bug { background-image: url( 'famfamfam_silk/icons/bug.png' ) !important; background-repeat: no-repeat; }
.silk-bug-add { background-image: url( 'famfamfam_silk/icons/bug_add.png' ) !important; background-repeat: no-repeat; }
.silk-bug-delete { background-image: url( 'famfamfam_silk/icons/bug_delete.png' ) !important; background-repeat: no-repeat; }
.silk-bug-edit { background-image: url( 'famfamfam_silk/icons/bug_edit.png' ) !important; background-repeat: no-repeat; }
.silk-bug-error { background-image: url( 'famfamfam_silk/icons/bug_error.png' ) !important; background-repeat: no-repeat; }
.silk-bug-go { background-image: url( 'famfamfam_silk/icons/bug_go.png' ) !important; background-repeat: no-repeat; }
.silk-bug-link { background-image: url( 'famfamfam_silk/icons/bug_link.png' ) !important; background-repeat: no-repeat; }
.silk-building { background-image: url( 'famfamfam_silk/icons/building.png' ) !important; background-repeat: no-repeat; }
.silk-building-add { background-image: url( 'famfamfam_silk/icons/building_add.png' ) !important; background-repeat: no-repeat; }
.silk-building-delete { background-image: url( 'famfamfam_silk/icons/building_delete.png' ) !important; background-repeat: no-repeat; }
.silk-building-edit { background-image: url( 'famfamfam_silk/icons/building_edit.png' ) !important; background-repeat: no-repeat; }
.silk-building-error { background-image: url( 'famfamfam_silk/icons/building_error.png' ) !important; background-repeat: no-repeat; }
.silk-building-go { background-image: url( 'famfamfam_silk/icons/building_go.png' ) !important; background-repeat: no-repeat; }
.silk-building-key { background-image: url( 'famfamfam_silk/icons/building_key.png' ) !important; background-repeat: no-repeat; }
.silk-building-link { background-image: url( 'famfamfam_silk/icons/building_link.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-add { background-image: url( 'famfamfam_silk/icons/bullet_add.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-arrow-bottom { background-image: url( 'famfamfam_silk/icons/bullet_arrow_bottom.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-arrow-down { background-image: url( 'famfamfam_silk/icons/bullet_arrow_down.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-arrow-top { background-image: url( 'famfamfam_silk/icons/bullet_arrow_top.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-arrow-up { background-image: url( 'famfamfam_silk/icons/bullet_arrow_up.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-black { background-image: url( 'famfamfam_silk/icons/bullet_black.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-blue { background-image: url( 'famfamfam_silk/icons/bullet_blue.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-delete { background-image: url( 'famfamfam_silk/icons/bullet_delete.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-disk { background-image: url( 'famfamfam_silk/icons/bullet_disk.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-error { background-image: url( 'famfamfam_silk/icons/bullet_error.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-feed { background-image: url( 'famfamfam_silk/icons/bullet_feed.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-go { background-image: url( 'famfamfam_silk/icons/bullet_go.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-green { background-image: url( 'famfamfam_silk/icons/bullet_green.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-key { background-image: url( 'famfamfam_silk/icons/bullet_key.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-orange { background-image: url( 'famfamfam_silk/icons/bullet_orange.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-picture { background-image: url( 'famfamfam_silk/icons/bullet_picture.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-pink { background-image: url( 'famfamfam_silk/icons/bullet_pink.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-purple { background-image: url( 'famfamfam_silk/icons/bullet_purple.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-red { background-image: url( 'famfamfam_silk/icons/bullet_red.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-star { background-image: url( 'famfamfam_silk/icons/bullet_star.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-toggle-minus { background-image: url( 'famfamfam_silk/icons/bullet_toggle_minus.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-toggle-plus { background-image: url( 'famfamfam_silk/icons/bullet_toggle_plus.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-white { background-image: url( 'famfamfam_silk/icons/bullet_white.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-wrench { background-image: url( 'famfamfam_silk/icons/bullet_wrench.png' ) !important; background-repeat: no-repeat; }
.silk-bullet-yellow { background-image: url( 'famfamfam_silk/icons/bullet_yellow.png' ) !important; background-repeat: no-repeat; }
.silk-cake { background-image: url( 'famfamfam_silk/icons/cake.png' ) !important; background-repeat: no-repeat; }
.silk-calculator { background-image: url( 'famfamfam_silk/icons/calculator.png' ) !important; background-repeat: no-repeat; }
.silk-calculator-add { background-image: url( 'famfamfam_silk/icons/calculator_add.png' ) !important; background-repeat: no-repeat; }
.silk-calculator-delete { background-image: url( 'famfamfam_silk/icons/calculator_delete.png' ) !important; background-repeat: no-repeat; }
.silk-calculator-edit { background-image: url( 'famfamfam_silk/icons/calculator_edit.png' ) !important; background-repeat: no-repeat; }
.silk-calculator-error { background-image: url( 'famfamfam_silk/icons/calculator_error.png' ) !important; background-repeat: no-repeat; }
.silk-calculator-link { background-image: url( 'famfamfam_silk/icons/calculator_link.png' ) !important; background-repeat: no-repeat; }
.silk-calendar { background-image: url( 'famfamfam_silk/icons/calendar.png' ) !important; background-repeat: no-repeat; }
.silk-calendar-add { background-image: url( 'famfamfam_silk/icons/calendar_add.png' ) !important; background-repeat: no-repeat; }
.silk-calendar-delete { background-image: url( 'famfamfam_silk/icons/calendar_delete.png' ) !important; background-repeat: no-repeat; }
.silk-calendar-edit { background-image: url( 'famfamfam_silk/icons/calendar_edit.png' ) !important; background-repeat: no-repeat; }
.silk-calendar-link { background-image: url( 'famfamfam_silk/icons/calendar_link.png' ) !important; background-repeat: no-repeat; }
.silk-calendar-view-day { background-image: url( 'famfamfam_silk/icons/calendar_view_day.png' ) !important; background-repeat: no-repeat; }
.silk-calendar-view-month { background-image: url( 'famfamfam_silk/icons/calendar_view_month.png' ) !important; background-repeat: no-repeat; }
.silk-calendar-view-week { background-image: url( 'famfamfam_silk/icons/calendar_view_week.png' ) !important; background-repeat: no-repeat; }
.silk-camera { background-image: url( 'famfamfam_silk/icons/camera.png' ) !important; background-repeat: no-repeat; }
.silk-camera-add { background-image: url( 'famfamfam_silk/icons/camera_add.png' ) !important; background-repeat: no-repeat; }
.silk-camera-delete { background-image: url( 'famfamfam_silk/icons/camera_delete.png' ) !important; background-repeat: no-repeat; }
.silk-camera-edit { background-image: url( 'famfamfam_silk/icons/camera_edit.png' ) !important; background-repeat: no-repeat; }
.silk-camera-error { background-image: url( 'famfamfam_silk/icons/camera_error.png' ) !important; background-repeat: no-repeat; }
.silk-camera-go { background-image: url( 'famfamfam_silk/icons/camera_go.png' ) !important; background-repeat: no-repeat; }
.silk-camera-link { background-image: url( 'famfamfam_silk/icons/camera_link.png' ) !important; background-repeat: no-repeat; }
.silk-camera-small { background-image: url( 'famfamfam_silk/icons/camera_small.png' ) !important; background-repeat: no-repeat; }
.silk-cancel { background-image: url( 'famfamfam_silk/icons/cancel.png' ) !important; background-repeat: no-repeat; }
.silk-car { background-image: url( 'famfamfam_silk/icons/car.png' ) !important; background-repeat: no-repeat; }
.silk-car-add { background-image: url( 'famfamfam_silk/icons/car_add.png' ) !important; background-repeat: no-repeat; }
.silk-car-delete { background-image: url( 'famfamfam_silk/icons/car_delete.png' ) !important; background-repeat: no-repeat; }
.silk-cart { background-image: url( 'famfamfam_silk/icons/cart.png' ) !important; background-repeat: no-repeat; }
.silk-cart-add { background-image: url( 'famfamfam_silk/icons/cart_add.png' ) !important; background-repeat: no-repeat; }
.silk-cart-delete { background-image: url( 'famfamfam_silk/icons/cart_delete.png' ) !important; background-repeat: no-repeat; }
.silk-cart-edit { background-image: url( 'famfamfam_silk/icons/cart_edit.png' ) !important; background-repeat: no-repeat; }
.silk-cart-error { background-image: url( 'famfamfam_silk/icons/cart_error.png' ) !important; background-repeat: no-repeat; }
.silk-cart-go { background-image: url( 'famfamfam_silk/icons/cart_go.png' ) !important; background-repeat: no-repeat; }
.silk-cart-put { background-image: url( 'famfamfam_silk/icons/cart_put.png' ) !important; background-repeat: no-repeat; }
.silk-cart-remove { background-image: url( 'famfamfam_silk/icons/cart_remove.png' ) !important; background-repeat: no-repeat; }
.silk-cd { background-image: url( 'famfamfam_silk/icons/cd.png' ) !important; background-repeat: no-repeat; }
.silk-cd-add { background-image: url( 'famfamfam_silk/icons/cd_add.png' ) !important; background-repeat: no-repeat; }
.silk-cd-burn { background-image: url( 'famfamfam_silk/icons/cd_burn.png' ) !important; background-repeat: no-repeat; }
.silk-cd-delete { background-image: url( 'famfamfam_silk/icons/cd_delete.png' ) !important; background-repeat: no-repeat; }
.silk-cd-edit { background-image: url( 'famfamfam_silk/icons/cd_edit.png' ) !important; background-repeat: no-repeat; }
.silk-cd-eject { background-image: url( 'famfamfam_silk/icons/cd_eject.png' ) !important; background-repeat: no-repeat; }
.silk-cd-go { background-image: url( 'famfamfam_silk/icons/cd_go.png' ) !important; background-repeat: no-repeat; }
.silk-chart-bar { background-image: url( 'famfamfam_silk/icons/chart_bar.png' ) !important; background-repeat: no-repeat; }
.silk-chart-bar-add { background-image: url( 'famfamfam_silk/icons/chart_bar_add.png' ) !important; background-repeat: no-repeat; }
.silk-chart-bar-delete { background-image: url( 'famfamfam_silk/icons/chart_bar_delete.png' ) !important; background-repeat: no-repeat; }
.silk-chart-bar-edit { background-image: url( 'famfamfam_silk/icons/chart_bar_edit.png' ) !important; background-repeat: no-repeat; }
.silk-chart-bar-error { background-image: url( 'famfamfam_silk/icons/chart_bar_error.png' ) !important; background-repeat: no-repeat; }
.silk-chart-bar-link { background-image: url( 'famfamfam_silk/icons/chart_bar_link.png' ) !important; background-repeat: no-repeat; }
.silk-chart-curve { background-image: url( 'famfamfam_silk/icons/chart_curve.png' ) !important; background-repeat: no-repeat; }
.silk-chart-curve-add { background-image: url( 'famfamfam_silk/icons/chart_curve_add.png' ) !important; background-repeat: no-repeat; }
.silk-chart-curve-delete { background-image: url( 'famfamfam_silk/icons/chart_curve_delete.png' ) !important; background-repeat: no-repeat; }
.silk-chart-curve-edit { background-image: url( 'famfamfam_silk/icons/chart_curve_edit.png' ) !important; background-repeat: no-repeat; }
.silk-chart-curve-error { background-image: url( 'famfamfam_silk/icons/chart_curve_error.png' ) !important; background-repeat: no-repeat; }
.silk-chart-curve-go { background-image: url( 'famfamfam_silk/icons/chart_curve_go.png' ) !important; background-repeat: no-repeat; }
.silk-chart-curve-link { background-image: url( 'famfamfam_silk/icons/chart_curve_link.png' ) !important; background-repeat: no-repeat; }
.silk-chart-line { background-image: url( 'famfamfam_silk/icons/chart_line.png' ) !important; background-repeat: no-repeat; }
.silk-chart-line-add { background-image: url( 'famfamfam_silk/icons/chart_line_add.png' ) !important; background-repeat: no-repeat; }
.silk-chart-line-delete { background-image: url( 'famfamfam_silk/icons/chart_line_delete.png' ) !important; background-repeat: no-repeat; }
.silk-chart-line-edit { background-image: url( 'famfamfam_silk/icons/chart_line_edit.png' ) !important; background-repeat: no-repeat; }
.silk-chart-line-error { background-image: url( 'famfamfam_silk/icons/chart_line_error.png' ) !important; background-repeat: no-repeat; }
.silk-chart-line-link { background-image: url( 'famfamfam_silk/icons/chart_line_link.png' ) !important; background-repeat: no-repeat; }
.silk-chart-organisation { background-image: url( 'famfamfam_silk/icons/chart_organisation.png' ) !important; background-repeat: no-repeat; }
.silk-chart-organisation-add { background-image: url( 'famfamfam_silk/icons/chart_organisation_add.png' ) !important; background-repeat: no-repeat; }
.silk-chart-organisation-delete { background-image: url( 'famfamfam_silk/icons/chart_organisation_delete.png' ) !important; background-repeat: no-repeat; }
.silk-chart-pie { background-image: url( 'famfamfam_silk/icons/chart_pie.png' ) !important; background-repeat: no-repeat; }
.silk-chart-pie-add { background-image: url( 'famfamfam_silk/icons/chart_pie_add.png' ) !important; background-repeat: no-repeat; }
.silk-chart-pie-delete { background-image: url( 'famfamfam_silk/icons/chart_pie_delete.png' ) !important; background-repeat: no-repeat; }
.silk-chart-pie-edit { background-image: url( 'famfamfam_silk/icons/chart_pie_edit.png' ) !important; background-repeat: no-repeat; }
.silk-chart-pie-error { background-image: url( 'famfamfam_silk/icons/chart_pie_error.png' ) !important; background-repeat: no-repeat; }
.silk-chart-pie-link { background-image: url( 'famfamfam_silk/icons/chart_pie_link.png' ) !important; background-repeat: no-repeat; }
.silk-clock { background-image: url( 'famfamfam_silk/icons/clock.png' ) !important; background-repeat: no-repeat; }
.silk-clock-add { background-image: url( 'famfamfam_silk/icons/clock_add.png' ) !important; background-repeat: no-repeat; }
.silk-clock-delete { background-image: url( 'famfamfam_silk/icons/clock_delete.png' ) !important; background-repeat: no-repeat; }
.silk-clock-edit { background-image: url( 'famfamfam_silk/icons/clock_edit.png' ) !important; background-repeat: no-repeat; }
.silk-clock-error { background-image: url( 'famfamfam_silk/icons/clock_error.png' ) !important; background-repeat: no-repeat; }
.silk-clock-go { background-image: url( 'famfamfam_silk/icons/clock_go.png' ) !important; background-repeat: no-repeat; }
.silk-clock-link { background-image: url( 'famfamfam_silk/icons/clock_link.png' ) !important; background-repeat: no-repeat; }
.silk-clock-pause { background-image: url( 'famfamfam_silk/icons/clock_pause.png' ) !important; background-repeat: no-repeat; }
.silk-clock-play { background-image: url( 'famfamfam_silk/icons/clock_play.png' ) !important; background-repeat: no-repeat; }
.silk-clock-red { background-image: url( 'famfamfam_silk/icons/clock_red.png' ) !important; background-repeat: no-repeat; }
.silk-clock-stop { background-image: url( 'famfamfam_silk/icons/clock_stop.png' ) !important; background-repeat: no-repeat; }
.silk-cog { background-image: url( 'famfamfam_silk/icons/cog.png' ) !important; background-repeat: no-repeat; }
.silk-cog-add { background-image: url( 'famfamfam_silk/icons/cog_add.png' ) !important; background-repeat: no-repeat; }
.silk-cog-delete { background-image: url( 'famfamfam_silk/icons/cog_delete.png' ) !important; background-repeat: no-repeat; }
.silk-cog-edit { background-image: url( 'famfamfam_silk/icons/cog_edit.png' ) !important; background-repeat: no-repeat; }
.silk-cog-error { background-image: url( 'famfamfam_silk/icons/cog_error.png' ) !important; background-repeat: no-repeat; }
.silk-cog-go { background-image: url( 'famfamfam_silk/icons/cog_go.png' ) !important; background-repeat: no-repeat; }
.silk-coins { background-image: url( 'famfamfam_silk/icons/coins.png' ) !important; background-repeat: no-repeat; }
.silk-coins-add { background-image: url( 'famfamfam_silk/icons/coins_add.png' ) !important; background-repeat: no-repeat; }
.silk-coins-delete { background-image: url( 'famfamfam_silk/icons/coins_delete.png' ) !important; background-repeat: no-repeat; }
.silk-color-swatch { background-image: url( 'famfamfam_silk/icons/color_swatch.png' ) !important; background-repeat: no-repeat; }
.silk-color-wheel { background-image: url( 'famfamfam_silk/icons/color_wheel.png' ) !important; background-repeat: no-repeat; }
.silk-comment { background-image: url( 'famfamfam_silk/icons/comment.png' ) !important; background-repeat: no-repeat; }
.silk-comment-add { background-image: url( 'famfamfam_silk/icons/comment_add.png' ) !important; background-repeat: no-repeat; }
.silk-comment-delete { background-image: url( 'famfamfam_silk/icons/comment_delete.png' ) !important; background-repeat: no-repeat; }
.silk-comment-edit { background-image: url( 'famfamfam_silk/icons/comment_edit.png' ) !important; background-repeat: no-repeat; }
.silk-comments { background-image: url( 'famfamfam_silk/icons/comments.png' ) !important; background-repeat: no-repeat; }
.silk-comments-add { background-image: url( 'famfamfam_silk/icons/comments_add.png' ) !important; background-repeat: no-repeat; }
.silk-comments-delete { background-image: url( 'famfamfam_silk/icons/comments_delete.png' ) !important; background-repeat: no-repeat; }
.silk-compress { background-image: url( 'famfamfam_silk/icons/compress.png' ) !important; background-repeat: no-repeat; }
.silk-computer { background-image: url( 'famfamfam_silk/icons/computer.png' ) !important; background-repeat: no-repeat; }
.silk-computer-add { background-image: url( 'famfamfam_silk/icons/computer_add.png' ) !important; background-repeat: no-repeat; }
.silk-computer-delete { background-image: url( 'famfamfam_silk/icons/computer_delete.png' ) !important; background-repeat: no-repeat; }
.silk-computer-edit { background-image: url( 'famfamfam_silk/icons/computer_edit.png' ) !important; background-repeat: no-repeat; }
.silk-computer-error { background-image: url( 'famfamfam_silk/icons/computer_error.png' ) !important; background-repeat: no-repeat; }
.silk-computer-go { background-image: url( 'famfamfam_silk/icons/computer_go.png' ) !important; background-repeat: no-repeat; }
.silk-computer-key { background-image: url( 'famfamfam_silk/icons/computer_key.png' ) !important; background-repeat: no-repeat; }
.silk-computer-link { background-image: url( 'famfamfam_silk/icons/computer_link.png' ) !important; background-repeat: no-repeat; }
.silk-connect { background-image: url( 'famfamfam_silk/icons/connect.png' ) !important; background-repeat: no-repeat; }
.silk-contrast { background-image: url( 'famfamfam_silk/icons/contrast.png' ) !important; background-repeat: no-repeat; }
.silk-contrast-decrease { background-image: url( 'famfamfam_silk/icons/contrast_decrease.png' ) !important; background-repeat: no-repeat; }
.silk-contrast-high { background-image: url( 'famfamfam_silk/icons/contrast_high.png' ) !important; background-repeat: no-repeat; }
.silk-contrast-increase { background-image: url( 'famfamfam_silk/icons/contrast_increase.png' ) !important; background-repeat: no-repeat; }
.silk-contrast-low { background-image: url( 'famfamfam_silk/icons/contrast_low.png' ) !important; background-repeat: no-repeat; }
.silk-control-eject { background-image: url( 'famfamfam_silk/icons/control_eject.png' ) !important; background-repeat: no-repeat; }
.silk-control-eject-blue { background-image: url( 'famfamfam_silk/icons/control_eject_blue.png' ) !important; background-repeat: no-repeat; }
.silk-control-end { background-image: url( 'famfamfam_silk/icons/control_end.png' ) !important; background-repeat: no-repeat; }
.silk-control-end-blue { background-image: url( 'famfamfam_silk/icons/control_end_blue.png' ) !important; background-repeat: no-repeat; }
.silk-control-equalizer { background-image: url( 'famfamfam_silk/icons/control_equalizer.png' ) !important; background-repeat: no-repeat; }
.silk-control-equalizer-blue { background-image: url( 'famfamfam_silk/icons/control_equalizer_blue.png' ) !important; background-repeat: no-repeat; }
.silk-control-fastforward { background-image: url( 'famfamfam_silk/icons/control_fastforward.png' ) !important; background-repeat: no-repeat; }
.silk-control-fastforward-blue { background-image: url( 'famfamfam_silk/icons/control_fastforward_blue.png' ) !important; background-repeat: no-repeat; }
.silk-control-pause { background-image: url( 'famfamfam_silk/icons/control_pause.png' ) !important; background-repeat: no-repeat; }
.silk-control-pause-blue { background-image: url( 'famfamfam_silk/icons/control_pause_blue.png' ) !important; background-repeat: no-repeat; }
.silk-control-play { background-image: url( 'famfamfam_silk/icons/control_play.png' ) !important; background-repeat: no-repeat; }
.silk-control-play-blue { background-image: url( 'famfamfam_silk/icons/control_play_blue.png' ) !important; background-repeat: no-repeat; }
.silk-control-repeat { background-image: url( 'famfamfam_silk/icons/control_repeat.png' ) !important; background-repeat: no-repeat; }
.silk-control-repeat-blue { background-image: url( 'famfamfam_silk/icons/control_repeat_blue.png' ) !important; background-repeat: no-repeat; }
.silk-control-rewind { background-image: url( 'famfamfam_silk/icons/control_rewind.png' ) !important; background-repeat: no-repeat; }
.silk-control-rewind-blue { background-image: url( 'famfamfam_silk/icons/control_rewind_blue.png' ) !important; background-repeat: no-repeat; }
.silk-control-start { background-image: url( 'famfamfam_silk/icons/control_start.png' ) !important; background-repeat: no-repeat; }
.silk-control-start-blue { background-image: url( 'famfamfam_silk/icons/control_start_blue.png' ) !important; background-repeat: no-repeat; }
.silk-control-stop { background-image: url( 'famfamfam_silk/icons/control_stop.png' ) !important; background-repeat: no-repeat; }
.silk-control-stop-blue { background-image: url( 'famfamfam_silk/icons/control_stop_blue.png' ) !important; background-repeat: no-repeat; }
.silk-controller { background-image: url( 'famfamfam_silk/icons/controller.png' ) !important; background-repeat: no-repeat; }
.silk-controller-add { background-image: url( 'famfamfam_silk/icons/controller_add.png' ) !important; background-repeat: no-repeat; }
.silk-controller-delete { background-image: url( 'famfamfam_silk/icons/controller_delete.png' ) !important; background-repeat: no-repeat; }
.silk-controller-error { background-image: url( 'famfamfam_silk/icons/controller_error.png' ) !important; background-repeat: no-repeat; }
.silk-creditcards { background-image: url( 'famfamfam_silk/icons/creditcards.png' ) !important; background-repeat: no-repeat; }
.silk-cross { background-image: url( 'famfamfam_silk/icons/cross.png' ) !important; background-repeat: no-repeat; }
.silk-css { background-image: url( 'famfamfam_silk/icons/css.png' ) !important; background-repeat: no-repeat; }
.silk-css-add { background-image: url( 'famfamfam_silk/icons/css_add.png' ) !important; background-repeat: no-repeat; }
.silk-css-delete { background-image: url( 'famfamfam_silk/icons/css_delete.png' ) !important; background-repeat: no-repeat; }
.silk-css-go { background-image: url( 'famfamfam_silk/icons/css_go.png' ) !important; background-repeat: no-repeat; }
.silk-css-valid { background-image: url( 'famfamfam_silk/icons/css_valid.png' ) !important; background-repeat: no-repeat; }
.silk-cup { background-image: url( 'famfamfam_silk/icons/cup.png' ) !important; background-repeat: no-repeat; }
.silk-cup-add { background-image: url( 'famfamfam_silk/icons/cup_add.png' ) !important; background-repeat: no-repeat; }
.silk-cup-delete { background-image: url( 'famfamfam_silk/icons/cup_delete.png' ) !important; background-repeat: no-repeat; }
.silk-cup-edit { background-image: url( 'famfamfam_silk/icons/cup_edit.png' ) !important; background-repeat: no-repeat; }
.silk-cup-error { background-image: url( 'famfamfam_silk/icons/cup_error.png' ) !important; background-repeat: no-repeat; }
.silk-cup-go { background-image: url( 'famfamfam_silk/icons/cup_go.png' ) !important; background-repeat: no-repeat; }
.silk-cup-key { background-image: url( 'famfamfam_silk/icons/cup_key.png' ) !important; background-repeat: no-repeat; }
.silk-cup-link { background-image: url( 'famfamfam_silk/icons/cup_link.png' ) !important; background-repeat: no-repeat; }
.silk-cursor { background-image: url( 'famfamfam_silk/icons/cursor.png' ) !important; background-repeat: no-repeat; }
.silk-cut { background-image: url( 'famfamfam_silk/icons/cut.png' ) !important; background-repeat: no-repeat; }
.silk-cut-red { background-image: url( 'famfamfam_silk/icons/cut_red.png' ) !important; background-repeat: no-repeat; }
.silk-database { background-image: url( 'famfamfam_silk/icons/database.png' ) !important; background-repeat: no-repeat; }
.silk-database-add { background-image: url( 'famfamfam_silk/icons/database_add.png' ) !important; background-repeat: no-repeat; }
.silk-database-connect { background-image: url( 'famfamfam_silk/icons/database_connect.png' ) !important; background-repeat: no-repeat; }
.silk-database-delete { background-image: url( 'famfamfam_silk/icons/database_delete.png' ) !important; background-repeat: no-repeat; }
.silk-database-edit { background-image: url( 'famfamfam_silk/icons/database_edit.png' ) !important; background-repeat: no-repeat; }
.silk-database-error { background-image: url( 'famfamfam_silk/icons/database_error.png' ) !important; background-repeat: no-repeat; }
.silk-database-gear { background-image: url( 'famfamfam_silk/icons/database_gear.png' ) !important; background-repeat: no-repeat; }
.silk-database-go { background-image: url( 'famfamfam_silk/icons/database_go.png' ) !important; background-repeat: no-repeat; }
.silk-database-key { background-image: url( 'famfamfam_silk/icons/database_key.png' ) !important; background-repeat: no-repeat; }
.silk-database-lightning { background-image: url( 'famfamfam_silk/icons/database_lightning.png' ) !important; background-repeat: no-repeat; }
.silk-database-link { background-image: url( 'famfamfam_silk/icons/database_link.png' ) !important; background-repeat: no-repeat; }
.silk-database-refresh { background-image: url( 'famfamfam_silk/icons/database_refresh.png' ) !important; background-repeat: no-repeat; }
.silk-database-save { background-image: url( 'famfamfam_silk/icons/database_save.png' ) !important; background-repeat: no-repeat; }
.silk-database-table { background-image: url( 'famfamfam_silk/icons/database_table.png' ) !important; background-repeat: no-repeat; }
.silk-date { background-image: url( 'famfamfam_silk/icons/date.png' ) !important; background-repeat: no-repeat; }
.silk-date-add { background-image: url( 'famfamfam_silk/icons/date_add.png' ) !important; background-repeat: no-repeat; }
.silk-date-delete { background-image: url( 'famfamfam_silk/icons/date_delete.png' ) !important; background-repeat: no-repeat; }
.silk-date-edit { background-image: url( 'famfamfam_silk/icons/date_edit.png' ) !important; background-repeat: no-repeat; }
.silk-date-error { background-image: url( 'famfamfam_silk/icons/date_error.png' ) !important; background-repeat: no-repeat; }
.silk-date-go { background-image: url( 'famfamfam_silk/icons/date_go.png' ) !important; background-repeat: no-repeat; }
.silk-date-link { background-image: url( 'famfamfam_silk/icons/date_link.png' ) !important; background-repeat: no-repeat; }
.silk-date-magnify { background-image: url( 'famfamfam_silk/icons/date_magnify.png' ) !important; background-repeat: no-repeat; }
.silk-date-next { background-image: url( 'famfamfam_silk/icons/date_next.png' ) !important; background-repeat: no-repeat; }
.silk-date-previous { background-image: url( 'famfamfam_silk/icons/date_previous.png' ) !important; background-repeat: no-repeat; }
.silk-delete { background-image: url( 'famfamfam_silk/icons/delete.png' ) !important; background-repeat: no-repeat; }
.silk-disconnect { background-image: url( 'famfamfam_silk/icons/disconnect.png' ) !important; background-repeat: no-repeat; }
.silk-disk { background-image: url( 'famfamfam_silk/icons/disk.png' ) !important; background-repeat: no-repeat; }
.silk-disk-multiple { background-image: url( 'famfamfam_silk/icons/disk_multiple.png' ) !important; background-repeat: no-repeat; }
.silk-dmdoc { background-image: url( 'famfamfam_silk/icons/dmdoc.png' ) !important; background-repeat: no-repeat; }
.silk-door { background-image: url( 'famfamfam_silk/icons/door.png' ) !important; background-repeat: no-repeat; }
.silk-door-in { background-image: url( 'famfamfam_silk/icons/door_in.png' ) !important; background-repeat: no-repeat; }
.silk-door-open { background-image: url( 'famfamfam_silk/icons/door_open.png' ) !important; background-repeat: no-repeat; }
.silk-door-out { background-image: url( 'famfamfam_silk/icons/door_out.png' ) !important; background-repeat: no-repeat; }
.silk-drink { background-image: url( 'famfamfam_silk/icons/drink.png' ) !important; background-repeat: no-repeat; }
.silk-drink-empty { background-image: url( 'famfamfam_silk/icons/drink_empty.png' ) !important; background-repeat: no-repeat; }
.silk-drive { background-image: url( 'famfamfam_silk/icons/drive.png' ) !important; background-repeat: no-repeat; }
.silk-drive-add { background-image: url( 'famfamfam_silk/icons/drive_add.png' ) !important; background-repeat: no-repeat; }
.silk-drive-burn { background-image: url( 'famfamfam_silk/icons/drive_burn.png' ) !important; background-repeat: no-repeat; }
.silk-drive-cd { background-image: url( 'famfamfam_silk/icons/drive_cd.png' ) !important; background-repeat: no-repeat; }
.silk-drive-cd-empty { background-image: url( 'famfamfam_silk/icons/drive_cd_empty.png' ) !important; background-repeat: no-repeat; }
.silk-drive-delete { background-image: url( 'famfamfam_silk/icons/drive_delete.png' ) !important; background-repeat: no-repeat; }
.silk-drive-disk { background-image: url( 'famfamfam_silk/icons/drive_disk.png' ) !important; background-repeat: no-repeat; }
.silk-drive-edit { background-image: url( 'famfamfam_silk/icons/drive_edit.png' ) !important; background-repeat: no-repeat; }
.silk-drive-error { background-image: url( 'famfamfam_silk/icons/drive_error.png' ) !important; background-repeat: no-repeat; }
.silk-drive-go { background-image: url( 'famfamfam_silk/icons/drive_go.png' ) !important; background-repeat: no-repeat; }
.silk-drive-key { background-image: url( 'famfamfam_silk/icons/drive_key.png' ) !important; background-repeat: no-repeat; }
.silk-drive-link { background-image: url( 'famfamfam_silk/icons/drive_link.png' ) !important; background-repeat: no-repeat; }
.silk-drive-magnify { background-image: url( 'famfamfam_silk/icons/drive_magnify.png' ) !important; background-repeat: no-repeat; }
.silk-drive-network { background-image: url( 'famfamfam_silk/icons/drive_network.png' ) !important; background-repeat: no-repeat; }
.silk-drive-rename { background-image: url( 'famfamfam_silk/icons/drive_rename.png' ) !important; background-repeat: no-repeat; }
.silk-drive-user { background-image: url( 'famfamfam_silk/icons/drive_user.png' ) !important; background-repeat: no-repeat; }
.silk-drive-web { background-image: url( 'famfamfam_silk/icons/drive_web.png' ) !important; background-repeat: no-repeat; }
.silk-dvd { background-image: url( 'famfamfam_silk/icons/dvd.png' ) !important; background-repeat: no-repeat; }
.silk-dvd-add { background-image: url( 'famfamfam_silk/icons/dvd_add.png' ) !important; background-repeat: no-repeat; }
.silk-dvd-delete { background-image: url( 'famfamfam_silk/icons/dvd_delete.png' ) !important; background-repeat: no-repeat; }
.silk-dvd-edit { background-image: url( 'famfamfam_silk/icons/dvd_edit.png' ) !important; background-repeat: no-repeat; }
.silk-dvd-error { background-image: url( 'famfamfam_silk/icons/dvd_error.png' ) !important; background-repeat: no-repeat; }
.silk-dvd-go { background-image: url( 'famfamfam_silk/icons/dvd_go.png' ) !important; background-repeat: no-repeat; }
.silk-dvd-key { background-image: url( 'famfamfam_silk/icons/dvd_key.png' ) !important; background-repeat: no-repeat; }
.silk-dvd-link { background-image: url( 'famfamfam_silk/icons/dvd_link.png' ) !important; background-repeat: no-repeat; }
.silk-email { background-image: url( 'famfamfam_silk/icons/email.png' ) !important; background-repeat: no-repeat; }
.silk-email-add { background-image: url( 'famfamfam_silk/icons/email_add.png' ) !important; background-repeat: no-repeat; }
.silk-email-attach { background-image: url( 'famfamfam_silk/icons/email_attach.png' ) !important; background-repeat: no-repeat; }
.silk-email-delete { background-image: url( 'famfamfam_silk/icons/email_delete.png' ) !important; background-repeat: no-repeat; }
.silk-email-edit { background-image: url( 'famfamfam_silk/icons/email_edit.png' ) !important; background-repeat: no-repeat; }
.silk-email-error { background-image: url( 'famfamfam_silk/icons/email_error.png' ) !important; background-repeat: no-repeat; }
.silk-email-go { background-image: url( 'famfamfam_silk/icons/email_go.png' ) !important; background-repeat: no-repeat; }
.silk-email-link { background-image: url( 'famfamfam_silk/icons/email_link.png' ) !important; background-repeat: no-repeat; }
.silk-email-open { background-image: url( 'famfamfam_silk/icons/email_open.png' ) !important; background-repeat: no-repeat; }
.silk-email-open-image { background-image: url( 'famfamfam_silk/icons/email_open_image.png' ) !important; background-repeat: no-repeat; }
.silk-email-with-at { background-image: url( 'famfamfam_silk/icons/email_with_at.png' ) !important; background-repeat: no-repeat; }
.silk-emoticon-evilgrin { background-image: url( 'famfamfam_silk/icons/emoticon_evilgrin.png' ) !important; background-repeat: no-repeat; }
.silk-emoticon-grin { background-image: url( 'famfamfam_silk/icons/emoticon_grin.png' ) !important; background-repeat: no-repeat; }
.silk-emoticon-happy { background-image: url( 'famfamfam_silk/icons/emoticon_happy.png' ) !important; background-repeat: no-repeat; }
.silk-emoticon-smile { background-image: url( 'famfamfam_silk/icons/emoticon_smile.png' ) !important; background-repeat: no-repeat; }
.silk-emoticon-surprised { background-image: url( 'famfamfam_silk/icons/emoticon_surprised.png' ) !important; background-repeat: no-repeat; }
.silk-emoticon-tongue { background-image: url( 'famfamfam_silk/icons/emoticon_tongue.png' ) !important; background-repeat: no-repeat; }
.silk-emoticon-unhappy { background-image: url( 'famfamfam_silk/icons/emoticon_unhappy.png' ) !important; background-repeat: no-repeat; }
.silk-emoticon-waii { background-image: url( 'famfamfam_silk/icons/emoticon_waii.png' ) !important; background-repeat: no-repeat; }
.silk-emoticon-wink { background-image: url( 'famfamfam_silk/icons/emoticon_wink.png' ) !important; background-repeat: no-repeat; }
.silk-error { background-image: url( 'famfamfam_silk/icons/error.png' ) !important; background-repeat: no-repeat; }
.silk-error-add { background-image: url( 'famfamfam_silk/icons/error_add.png' ) !important; background-repeat: no-repeat; }
.silk-error-delete { background-image: url( 'famfamfam_silk/icons/error_delete.png' ) !important; background-repeat: no-repeat; }
.silk-error-go { background-image: url( 'famfamfam_silk/icons/error_go.png' ) !important; background-repeat: no-repeat; }
.silk-exclamation { background-image: url( 'famfamfam_silk/icons/exclamation.png' ) !important; background-repeat: no-repeat; }
.silk-eye { background-image: url( 'famfamfam_silk/icons/eye.png' ) !important; background-repeat: no-repeat; }
.silk-feed { background-image: url( 'famfamfam_silk/icons/feed.png' ) !important; background-repeat: no-repeat; }
.silk-feed-add { background-image: url( 'famfamfam_silk/icons/feed_add.png' ) !important; background-repeat: no-repeat; }
.silk-feed-delete { background-image: url( 'famfamfam_silk/icons/feed_delete.png' ) !important; background-repeat: no-repeat; }
.silk-feed-disk { background-image: url( 'famfamfam_silk/icons/feed_disk.png' ) !important; background-repeat: no-repeat; }
.silk-feed-edit { background-image: url( 'famfamfam_silk/icons/feed_edit.png' ) !important; background-repeat: no-repeat; }
.silk-feed-error { background-image: url( 'famfamfam_silk/icons/feed_error.png' ) !important; background-repeat: no-repeat; }
.silk-feed-go { background-image: url( 'famfamfam_silk/icons/feed_go.png' ) !important; background-repeat: no-repeat; }
.silk-feed-key { background-image: url( 'famfamfam_silk/icons/feed_key.png' ) !important; background-repeat: no-repeat; }
.silk-feed-link { background-image: url( 'famfamfam_silk/icons/feed_link.png' ) !important; background-repeat: no-repeat; }
.silk-feed-magnify { background-image: url( 'famfamfam_silk/icons/feed_magnify.png' ) !important; background-repeat: no-repeat; }
.silk-female { background-image: url( 'famfamfam_silk/icons/female.png' ) !important; background-repeat: no-repeat; }
.silk-film { background-image: url( 'famfamfam_silk/icons/film.png' ) !important; background-repeat: no-repeat; }
.silk-film-add { background-image: url( 'famfamfam_silk/icons/film_add.png' ) !important; background-repeat: no-repeat; }
.silk-film-delete { background-image: url( 'famfamfam_silk/icons/film_delete.png' ) !important; background-repeat: no-repeat; }
.silk-film-edit { background-image: url( 'famfamfam_silk/icons/film_edit.png' ) !important; background-repeat: no-repeat; }
.silk-film-error { background-image: url( 'famfamfam_silk/icons/film_error.png' ) !important; background-repeat: no-repeat; }
.silk-film-go { background-image: url( 'famfamfam_silk/icons/film_go.png' ) !important; background-repeat: no-repeat; }
.silk-film-key { background-image: url( 'famfamfam_silk/icons/film_key.png' ) !important; background-repeat: no-repeat; }
.silk-film-link { background-image: url( 'famfamfam_silk/icons/film_link.png' ) !important; background-repeat: no-repeat; }
.silk-film-save { background-image: url( 'famfamfam_silk/icons/film_save.png' ) !important; background-repeat: no-repeat; }
.silk-find { background-image: url( 'famfamfam_silk/icons/find.png' ) !important; background-repeat: no-repeat; }
.silk-flag-blue { background-image: url( 'famfamfam_silk/icons/flag_blue.png' ) !important; background-repeat: no-repeat; }
.silk-flag-green { background-image: url( 'famfamfam_silk/icons/flag_green.png' ) !important; background-repeat: no-repeat; }
.silk-flag-orange { background-image: url( 'famfamfam_silk/icons/flag_orange.png' ) !important; background-repeat: no-repeat; }
.silk-flag-pink { background-image: url( 'famfamfam_silk/icons/flag_pink.png' ) !important; background-repeat: no-repeat; }
.silk-flag-purple { background-image: url( 'famfamfam_silk/icons/flag_purple.png' ) !important; background-repeat: no-repeat; }
.silk-flag-red { background-image: url( 'famfamfam_silk/icons/flag_red.png' ) !important; background-repeat: no-repeat; }
.silk-flag-yellow { background-image: url( 'famfamfam_silk/icons/flag_yellow.png' ) !important; background-repeat: no-repeat; }
.silk-folder { background-image: url( 'famfamfam_silk/icons/folder.png' ) !important; background-repeat: no-repeat; }
.silk-folder-add { background-image: url( 'famfamfam_silk/icons/folder_add.png' ) !important; background-repeat: no-repeat; }
.silk-folder-bell { background-image: url( 'famfamfam_silk/icons/folder_bell.png' ) !important; background-repeat: no-repeat; }
.silk-folder-brick { background-image: url( 'famfamfam_silk/icons/folder_brick.png' ) !important; background-repeat: no-repeat; }
.silk-folder-bug { background-image: url( 'famfamfam_silk/icons/folder_bug.png' ) !important; background-repeat: no-repeat; }
.silk-folder-camera { background-image: url( 'famfamfam_silk/icons/folder_camera.png' ) !important; background-repeat: no-repeat; }
.silk-folder-database { background-image: url( 'famfamfam_silk/icons/folder_database.png' ) !important; background-repeat: no-repeat; }
.silk-folder-delete { background-image: url( 'famfamfam_silk/icons/folder_delete.png' ) !important; background-repeat: no-repeat; }
.silk-folder-edit { background-image: url( 'famfamfam_silk/icons/folder_edit.png' ) !important; background-repeat: no-repeat; }
.silk-folder-error { background-image: url( 'famfamfam_silk/icons/folder_error.png' ) !important; background-repeat: no-repeat; }
.silk-folder-explore { background-image: url( 'famfamfam_silk/icons/folder_explore.png' ) !important; background-repeat: no-repeat; }
.silk-folder-feed { background-image: url( 'famfamfam_silk/icons/folder_feed.png' ) !important; background-repeat: no-repeat; }
.silk-folder-find { background-image: url( 'famfamfam_silk/icons/folder_find.png' ) !important; background-repeat: no-repeat; }
.silk-folder-go { background-image: url( 'famfamfam_silk/icons/folder_go.png' ) !important; background-repeat: no-repeat; }
.silk-folder-heart { background-image: url( 'famfamfam_silk/icons/folder_heart.png' ) !important; background-repeat: no-repeat; }
.silk-folder-image { background-image: url( 'famfamfam_silk/icons/folder_image.png' ) !important; background-repeat: no-repeat; }
.silk-folder-key { background-image: url( 'famfamfam_silk/icons/folder_key.png' ) !important; background-repeat: no-repeat; }
.silk-folder-lightbulb { background-image: url( 'famfamfam_silk/icons/folder_lightbulb.png' ) !important; background-repeat: no-repeat; }
.silk-folder-link { background-image: url( 'famfamfam_silk/icons/folder_link.png' ) !important; background-repeat: no-repeat; }
.silk-folder-magnify { background-image: url( 'famfamfam_silk/icons/folder_magnify.png' ) !important; background-repeat: no-repeat; }
.silk-folder-page { background-image: url( 'famfamfam_silk/icons/folder_page.png' ) !important; background-repeat: no-repeat; }
.silk-folder-page-white { background-image: url( 'famfamfam_silk/icons/folder_page_white.png' ) !important; background-repeat: no-repeat; }
.silk-folder-palette { background-image: url( 'famfamfam_silk/icons/folder_palette.png' ) !important; background-repeat: no-repeat; }
.silk-folder-picture { background-image: url( 'famfamfam_silk/icons/folder_picture.png' ) !important; background-repeat: no-repeat; }
.silk-folder-star { background-image: url( 'famfamfam_silk/icons/folder_star.png' ) !important; background-repeat: no-repeat; }
.silk-folder-table { background-image: url( 'famfamfam_silk/icons/folder_table.png' ) !important; background-repeat: no-repeat; }
.silk-folder-user { background-image: url( 'famfamfam_silk/icons/folder_user.png' ) !important; background-repeat: no-repeat; }
.silk-folder-wrench { background-image: url( 'famfamfam_silk/icons/folder_wrench.png' ) !important; background-repeat: no-repeat; }
.silk-font { background-image: url( 'famfamfam_silk/icons/font.png' ) !important; background-repeat: no-repeat; }
.silk-font-add { background-image: url( 'famfamfam_silk/icons/font_add.png' ) !important; background-repeat: no-repeat; }
.silk-font-delete { background-image: url( 'famfamfam_silk/icons/font_delete.png' ) !important; background-repeat: no-repeat; }
.silk-font-go { background-image: url( 'famfamfam_silk/icons/font_go.png' ) !important; background-repeat: no-repeat; }
.silk-group { background-image: url( 'famfamfam_silk/icons/group.png' ) !important; background-repeat: no-repeat; }
.silk-group-add { background-image: url( 'famfamfam_silk/icons/group_add.png' ) !important; background-repeat: no-repeat; }
.silk-group-delete { background-image: url( 'famfamfam_silk/icons/group_delete.png' ) !important; background-repeat: no-repeat; }
.silk-group-edit { background-image: url( 'famfamfam_silk/icons/group_edit.png' ) !important; background-repeat: no-repeat; }
.silk-group-error { background-image: url( 'famfamfam_silk/icons/group_error.png' ) !important; background-repeat: no-repeat; }
.silk-group-gear { background-image: url( 'famfamfam_silk/icons/group_gear.png' ) !important; background-repeat: no-repeat; }
.silk-group-go { background-image: url( 'famfamfam_silk/icons/group_go.png' ) !important; background-repeat: no-repeat; }
.silk-group-key { background-image: url( 'famfamfam_silk/icons/group_key.png' ) !important; background-repeat: no-repeat; }
.silk-group-link { background-image: url( 'famfamfam_silk/icons/group_link.png' ) !important; background-repeat: no-repeat; }
.silk-heart { background-image: url( 'famfamfam_silk/icons/heart.png' ) !important; background-repeat: no-repeat; }
.silk-heart-add { background-image: url( 'famfamfam_silk/icons/heart_add.png' ) !important; background-repeat: no-repeat; }
.silk-heart-delete { background-image: url( 'famfamfam_silk/icons/heart_delete.png' ) !important; background-repeat: no-repeat; }
.silk-help { background-image: url( 'famfamfam_silk/icons/help.png' ) !important; background-repeat: no-repeat; }
.silk-hourglass { background-image: url( 'famfamfam_silk/icons/hourglass.png' ) !important; background-repeat: no-repeat; }
.silk-hourglass-add { background-image: url( 'famfamfam_silk/icons/hourglass_add.png' ) !important; background-repeat: no-repeat; }
.silk-hourglass-delete { background-image: url( 'famfamfam_silk/icons/hourglass_delete.png' ) !important; background-repeat: no-repeat; }
.silk-hourglass-go { background-image: url( 'famfamfam_silk/icons/hourglass_go.png' ) !important; background-repeat: no-repeat; }
.silk-hourglass-link { background-image: url( 'famfamfam_silk/icons/hourglass_link.png' ) !important; background-repeat: no-repeat; }
.silk-house { background-image: url( 'famfamfam_silk/icons/house.png' ) !important; background-repeat: no-repeat; }
.silk-house-go { background-image: url( 'famfamfam_silk/icons/house_go.png' ) !important; background-repeat: no-repeat; }
.silk-house-link { background-image: url( 'famfamfam_silk/icons/house_link.png' ) !important; background-repeat: no-repeat; }
.silk-html { background-image: url( 'famfamfam_silk/icons/html.png' ) !important; background-repeat: no-repeat; }
.silk-html-add { background-image: url( 'famfamfam_silk/icons/html_add.png' ) !important; background-repeat: no-repeat; }
.silk-html-delete { background-image: url( 'famfamfam_silk/icons/html_delete.png' ) !important; background-repeat: no-repeat; }
.silk-html-go { background-image: url( 'famfamfam_silk/icons/html_go.png' ) !important; background-repeat: no-repeat; }
.silk-html-valid { background-image: url( 'famfamfam_silk/icons/html_valid.png' ) !important; background-repeat: no-repeat; }
.silk-image { background-image: url( 'famfamfam_silk/icons/image.png' ) !important; background-repeat: no-repeat; }
.silk-image-add { background-image: url( 'famfamfam_silk/icons/image_add.png' ) !important; background-repeat: no-repeat; }
.silk-image-delete { background-image: url( 'famfamfam_silk/icons/image_delete.png' ) !important; background-repeat: no-repeat; }
.silk-image-edit { background-image: url( 'famfamfam_silk/icons/image_edit.png' ) !important; background-repeat: no-repeat; }
.silk-image-link { background-image: url( 'famfamfam_silk/icons/image_link.png' ) !important; background-repeat: no-repeat; }
.silk-images { background-image: url( 'famfamfam_silk/icons/images.png' ) !important; background-repeat: no-repeat; }
.silk-information { background-image: url( 'famfamfam_silk/icons/information.png' ) !important; background-repeat: no-repeat; }
.silk-ipod { background-image: url( 'famfamfam_silk/icons/ipod.png' ) !important; background-repeat: no-repeat; }
.silk-ipod-cast { background-image: url( 'famfamfam_silk/icons/ipod_cast.png' ) !important; background-repeat: no-repeat; }
.silk-ipod-cast-add { background-image: url( 'famfamfam_silk/icons/ipod_cast_add.png' ) !important; background-repeat: no-repeat; }
.silk-ipod-cast-delete { background-image: url( 'famfamfam_silk/icons/ipod_cast_delete.png' ) !important; background-repeat: no-repeat; }
.silk-ipod-sound { background-image: url( 'famfamfam_silk/icons/ipod_sound.png' ) !important; background-repeat: no-repeat; }
.silk-joystick { background-image: url( 'famfamfam_silk/icons/joystick.png' ) !important; background-repeat: no-repeat; }
.silk-joystick-add { background-image: url( 'famfamfam_silk/icons/joystick_add.png' ) !important; background-repeat: no-repeat; }
.silk-joystick-delete { background-image: url( 'famfamfam_silk/icons/joystick_delete.png' ) !important; background-repeat: no-repeat; }
.silk-joystick-error { background-image: url( 'famfamfam_silk/icons/joystick_error.png' ) !important; background-repeat: no-repeat; }
.silk-key { background-image: url( 'famfamfam_silk/icons/key.png' ) !important; background-repeat: no-repeat; }
.silk-key-add { background-image: url( 'famfamfam_silk/icons/key_add.png' ) !important; background-repeat: no-repeat; }
.silk-key-delete { background-image: url( 'famfamfam_silk/icons/key_delete.png' ) !important; background-repeat: no-repeat; }
.silk-key-go { background-image: url( 'famfamfam_silk/icons/key_go.png' ) !important; background-repeat: no-repeat; }
.silk-keyboard { background-image: url( 'famfamfam_silk/icons/keyboard.png' ) !important; background-repeat: no-repeat; }
.silk-keyboard-add { background-image: url( 'famfamfam_silk/icons/keyboard_add.png' ) !important; background-repeat: no-repeat; }
.silk-keyboard-delete { background-image: url( 'famfamfam_silk/icons/keyboard_delete.png' ) !important; background-repeat: no-repeat; }
.silk-keyboard-magnify { background-image: url( 'famfamfam_silk/icons/keyboard_magnify.png' ) !important; background-repeat: no-repeat; }
.silk-layers { background-image: url( 'famfamfam_silk/icons/layers.png' ) !important; background-repeat: no-repeat; }
.silk-layout { background-image: url( 'famfamfam_silk/icons/layout.png' ) !important; background-repeat: no-repeat; }
.silk-layout-add { background-image: url( 'famfamfam_silk/icons/layout_add.png' ) !important; background-repeat: no-repeat; }
.silk-layout-content { background-image: url( 'famfamfam_silk/icons/layout_content.png' ) !important; background-repeat: no-repeat; }
.silk-layout-delete { background-image: url( 'famfamfam_silk/icons/layout_delete.png' ) !important; background-repeat: no-repeat; }
.silk-layout-edit { background-image: url( 'famfamfam_silk/icons/layout_edit.png' ) !important; background-repeat: no-repeat; }
.silk-layout-error { background-image: url( 'famfamfam_silk/icons/layout_error.png' ) !important; background-repeat: no-repeat; }
.silk-layout-header { background-image: url( 'famfamfam_silk/icons/layout_header.png' ) !important; background-repeat: no-repeat; }
.silk-layout-link { background-image: url( 'famfamfam_silk/icons/layout_link.png' ) !important; background-repeat: no-repeat; }
.silk-layout-sidebar { background-image: url( 'famfamfam_silk/icons/layout_sidebar.png' ) !important; background-repeat: no-repeat; }
.silk-lightbulb { background-image: url( 'famfamfam_silk/icons/lightbulb.png' ) !important; background-repeat: no-repeat; }
.silk-lightbulb-add { background-image: url( 'famfamfam_silk/icons/lightbulb_add.png' ) !important; background-repeat: no-repeat; }
.silk-lightbulb-delete { background-image: url( 'famfamfam_silk/icons/lightbulb_delete.png' ) !important; background-repeat: no-repeat; }
.silk-lightbulb-off { background-image: url( 'famfamfam_silk/icons/lightbulb_off.png' ) !important; background-repeat: no-repeat; }
.silk-lightning { background-image: url( 'famfamfam_silk/icons/lightning.png' ) !important; background-repeat: no-repeat; }
.silk-lightning-add { background-image: url( 'famfamfam_silk/icons/lightning_add.png' ) !important; background-repeat: no-repeat; }
.silk-lightning-delete { background-image: url( 'famfamfam_silk/icons/lightning_delete.png' ) !important; background-repeat: no-repeat; }
.silk-lightning-go { background-image: url( 'famfamfam_silk/icons/lightning_go.png' ) !important; background-repeat: no-repeat; }
.silk-link { background-image: url( 'famfamfam_silk/icons/link.png' ) !important; background-repeat: no-repeat; }
.silk-link-add { background-image: url( 'famfamfam_silk/icons/link_add.png' ) !important; background-repeat: no-repeat; }
.silk-link-break { background-image: url( 'famfamfam_silk/icons/link_break.png' ) !important; background-repeat: no-repeat; }
.silk-link-delete { background-image: url( 'famfamfam_silk/icons/link_delete.png' ) !important; background-repeat: no-repeat; }
.silk-link-edit { background-image: url( 'famfamfam_silk/icons/link_edit.png' ) !important; background-repeat: no-repeat; }
.silk-link-error { background-image: url( 'famfamfam_silk/icons/link_error.png' ) !important; background-repeat: no-repeat; }
.silk-link-go { background-image: url( 'famfamfam_silk/icons/link_go.png' ) !important; background-repeat: no-repeat; }
.silk-lock { background-image: url( 'famfamfam_silk/icons/lock.png' ) !important; background-repeat: no-repeat; }
.silk-lock-add { background-image: url( 'famfamfam_silk/icons/lock_add.png' ) !important; background-repeat: no-repeat; }
.silk-lock-break { background-image: url( 'famfamfam_silk/icons/lock_break.png' ) !important; background-repeat: no-repeat; }
.silk-lock-delete { background-image: url( 'famfamfam_silk/icons/lock_delete.png' ) !important; background-repeat: no-repeat; }
.silk-lock-edit { background-image: url( 'famfamfam_silk/icons/lock_edit.png' ) !important; background-repeat: no-repeat; }
.silk-lock-go { background-image: url( 'famfamfam_silk/icons/lock_go.png' ) !important; background-repeat: no-repeat; }
.silk-lock-open { background-image: url( 'famfamfam_silk/icons/lock_open.png' ) !important; background-repeat: no-repeat; }
.silk-lorry { background-image: url( 'famfamfam_silk/icons/lorry.png' ) !important; background-repeat: no-repeat; }
.silk-lorry-add { background-image: url( 'famfamfam_silk/icons/lorry_add.png' ) !important; background-repeat: no-repeat; }
.silk-lorry-delete { background-image: url( 'famfamfam_silk/icons/lorry_delete.png' ) !important; background-repeat: no-repeat; }
.silk-lorry-error { background-image: url( 'famfamfam_silk/icons/lorry_error.png' ) !important; background-repeat: no-repeat; }
.silk-lorry-flatbed { background-image: url( 'famfamfam_silk/icons/lorry_flatbed.png' ) !important; background-repeat: no-repeat; }
.silk-lorry-go { background-image: url( 'famfamfam_silk/icons/lorry_go.png' ) !important; background-repeat: no-repeat; }
.silk-lorry-link { background-image: url( 'famfamfam_silk/icons/lorry_link.png' ) !important; background-repeat: no-repeat; }
.silk-magifier-zoom-out { background-image: url( 'famfamfam_silk/icons/magifier_zoom_out.png' ) !important; background-repeat: no-repeat; }
.silk-magnifier { background-image: url( 'famfamfam_silk/icons/magnifier.png' ) !important; background-repeat: no-repeat; }
.silk-magnifier-zoom-in { background-image: url( 'famfamfam_silk/icons/magnifier_zoom_in.png' ) !important; background-repeat: no-repeat; }
.silk-male { background-image: url( 'famfamfam_silk/icons/male.png' ) !important; background-repeat: no-repeat; }
.silk-map { background-image: url( 'famfamfam_silk/icons/map.png' ) !important; background-repeat: no-repeat; }
.silk-map-add { background-image: url( 'famfamfam_silk/icons/map_add.png' ) !important; background-repeat: no-repeat; }
.silk-map-delete { background-image: url( 'famfamfam_silk/icons/map_delete.png' ) !important; background-repeat: no-repeat; }
.silk-map-edit { background-image: url( 'famfamfam_silk/icons/map_edit.png' ) !important; background-repeat: no-repeat; }
.silk-map-go { background-image: url( 'famfamfam_silk/icons/map_go.png' ) !important; background-repeat: no-repeat; }
.silk-map-magnify { background-image: url( 'famfamfam_silk/icons/map_magnify.png' ) !important; background-repeat: no-repeat; }
.silk-medal-bronze-1 { background-image: url( 'famfamfam_silk/icons/medal_bronze_1.png' ) !important; background-repeat: no-repeat; }
.silk-medal-bronze-2 { background-image: url( 'famfamfam_silk/icons/medal_bronze_2.png' ) !important; background-repeat: no-repeat; }
.silk-medal-bronze-3 { background-image: url( 'famfamfam_silk/icons/medal_bronze_3.png' ) !important; background-repeat: no-repeat; }
.silk-medal-bronze-add { background-image: url( 'famfamfam_silk/icons/medal_bronze_add.png' ) !important; background-repeat: no-repeat; }
.silk-medal-bronze-delete { background-image: url( 'famfamfam_silk/icons/medal_bronze_delete.png' ) !important; background-repeat: no-repeat; }
.silk-medal-gold-1 { background-image: url( 'famfamfam_silk/icons/medal_gold_1.png' ) !important; background-repeat: no-repeat; }
.silk-medal-gold-2 { background-image: url( 'famfamfam_silk/icons/medal_gold_2.png' ) !important; background-repeat: no-repeat; }
.silk-medal-gold-3 { background-image: url( 'famfamfam_silk/icons/medal_gold_3.png' ) !important; background-repeat: no-repeat; }
.silk-medal-gold-add { background-image: url( 'famfamfam_silk/icons/medal_gold_add.png' ) !important; background-repeat: no-repeat; }
.silk-medal-gold-delete { background-image: url( 'famfamfam_silk/icons/medal_gold_delete.png' ) !important; background-repeat: no-repeat; }
.silk-medal-silver-1 { background-image: url( 'famfamfam_silk/icons/medal_silver_1.png' ) !important; background-repeat: no-repeat; }
.silk-medal-silver-2 { background-image: url( 'famfamfam_silk/icons/medal_silver_2.png' ) !important; background-repeat: no-repeat; }
.silk-medal-silver-3 { background-image: url( 'famfamfam_silk/icons/medal_silver_3.png' ) !important; background-repeat: no-repeat; }
.silk-medal-silver-add { background-image: url( 'famfamfam_silk/icons/medal_silver_add.png' ) !important; background-repeat: no-repeat; }
.silk-medal-silver-delete { background-image: url( 'famfamfam_silk/icons/medal_silver_delete.png' ) !important; background-repeat: no-repeat; }
.silk-money { background-image: url( 'famfamfam_silk/icons/money.png' ) !important; background-repeat: no-repeat; }
.silk-money-add { background-image: url( 'famfamfam_silk/icons/money_add.png' ) !important; background-repeat: no-repeat; }
.silk-money-delete { background-image: url( 'famfamfam_silk/icons/money_delete.png' ) !important; background-repeat: no-repeat; }
.silk-money-dollar { background-image: url( 'famfamfam_silk/icons/money_dollar.png' ) !important; background-repeat: no-repeat; }
.silk-money-euro { background-image: url( 'famfamfam_silk/icons/money_euro.png' ) !important; background-repeat: no-repeat; }
.silk-money-pound { background-image: url( 'famfamfam_silk/icons/money_pound.png' ) !important; background-repeat: no-repeat; }
.silk-money-yen { background-image: url( 'famfamfam_silk/icons/money_yen.png' ) !important; background-repeat: no-repeat; }
.silk-monitor { background-image: url( 'famfamfam_silk/icons/monitor.png' ) !important; background-repeat: no-repeat; }
.silk-monitor-add { background-image: url( 'famfamfam_silk/icons/monitor_add.png' ) !important; background-repeat: no-repeat; }
.silk-monitor-delete { background-image: url( 'famfamfam_silk/icons/monitor_delete.png' ) !important; background-repeat: no-repeat; }
.silk-monitor-edit { background-image: url( 'famfamfam_silk/icons/monitor_edit.png' ) !important; background-repeat: no-repeat; }
.silk-monitor-error { background-image: url( 'famfamfam_silk/icons/monitor_error.png' ) !important; background-repeat: no-repeat; }
.silk-monitor-go { background-image: url( 'famfamfam_silk/icons/monitor_go.png' ) !important; background-repeat: no-repeat; }
.silk-monitor-lightning { background-image: url( 'famfamfam_silk/icons/monitor_lightning.png' ) !important; background-repeat: no-repeat; }
.silk-monitor-link { background-image: url( 'famfamfam_silk/icons/monitor_link.png' ) !important; background-repeat: no-repeat; }
.silk-mouse { background-image: url( 'famfamfam_silk/icons/mouse.png' ) !important; background-repeat: no-repeat; }
.silk-mouse-add { background-image: url( 'famfamfam_silk/icons/mouse_add.png' ) !important; background-repeat: no-repeat; }
.silk-mouse-delete { background-image: url( 'famfamfam_silk/icons/mouse_delete.png' ) !important; background-repeat: no-repeat; }
.silk-mouse-error { background-image: url( 'famfamfam_silk/icons/mouse_error.png' ) !important; background-repeat: no-repeat; }
.silk-multi-add { background-image: url( 'famfamfam_silk/icons/multi_add.png' ) !important; background-repeat: no-repeat; }
.silk-music { background-image: url( 'famfamfam_silk/icons/music.png' ) !important; background-repeat: no-repeat; }
.silk-new { background-image: url( 'famfamfam_silk/icons/new.png' ) !important; background-repeat: no-repeat; }
.silk-newspaper { background-image: url( 'famfamfam_silk/icons/newspaper.png' ) !important; background-repeat: no-repeat; }
.silk-newspaper-add { background-image: url( 'famfamfam_silk/icons/newspaper_add.png' ) !important; background-repeat: no-repeat; }
.silk-newspaper-delete { background-image: url( 'famfamfam_silk/icons/newspaper_delete.png' ) !important; background-repeat: no-repeat; }
.silk-newspaper-go { background-image: url( 'famfamfam_silk/icons/newspaper_go.png' ) !important; background-repeat: no-repeat; }
.silk-newspaper-link { background-image: url( 'famfamfam_silk/icons/newspaper_link.png' ) !important; background-repeat: no-repeat; }
.silk-note { background-image: url( 'famfamfam_silk/icons/note.png' ) !important; background-repeat: no-repeat; }
.silk-note-add { background-image: url( 'famfamfam_silk/icons/note_add.png' ) !important; background-repeat: no-repeat; }
.silk-note-delete { background-image: url( 'famfamfam_silk/icons/note_delete.png' ) !important; background-repeat: no-repeat; }
.silk-note-edit { background-image: url( 'famfamfam_silk/icons/note_edit.png' ) !important; background-repeat: no-repeat; }
.silk-note-error { background-image: url( 'famfamfam_silk/icons/note_error.png' ) !important; background-repeat: no-repeat; }
.silk-note-go { background-image: url( 'famfamfam_silk/icons/note_go.png' ) !important; background-repeat: no-repeat; }
.silk-overlays { background-image: url( 'famfamfam_silk/icons/overlays.png' ) !important; background-repeat: no-repeat; }
.silk-package { background-image: url( 'famfamfam_silk/icons/package.png' ) !important; background-repeat: no-repeat; }
.silk-package-add { background-image: url( 'famfamfam_silk/icons/package_add.png' ) !important; background-repeat: no-repeat; }
.silk-package-delete { background-image: url( 'famfamfam_silk/icons/package_delete.png' ) !important; background-repeat: no-repeat; }
.silk-package-go { background-image: url( 'famfamfam_silk/icons/package_go.png' ) !important; background-repeat: no-repeat; }
.silk-package-green { background-image: url( 'famfamfam_silk/icons/package_green.png' ) !important; background-repeat: no-repeat; }
.silk-package-link { background-image: url( 'famfamfam_silk/icons/package_link.png' ) !important; background-repeat: no-repeat; }
.silk-page { background-image: url( 'famfamfam_silk/icons/page.png' ) !important; background-repeat: no-repeat; }
.silk-page-add { background-image: url( 'famfamfam_silk/icons/page_add.png' ) !important; background-repeat: no-repeat; }
.silk-page-attach { background-image: url( 'famfamfam_silk/icons/page_attach.png' ) !important; background-repeat: no-repeat; }
.silk-page-code { background-image: url( 'famfamfam_silk/icons/page_code.png' ) !important; background-repeat: no-repeat; }
.silk-page-copy { background-image: url( 'famfamfam_silk/icons/page_copy.png' ) !important; background-repeat: no-repeat; }
.silk-page-delete { background-image: url( 'famfamfam_silk/icons/page_delete.png' ) !important; background-repeat: no-repeat; }
.silk-page-edit { background-image: url( 'famfamfam_silk/icons/page_edit.png' ) !important; background-repeat: no-repeat; }
.silk-page-error { background-image: url( 'famfamfam_silk/icons/page_error.png' ) !important; background-repeat: no-repeat; }
.silk-page-excel { background-image: url( 'famfamfam_silk/icons/page_excel.png' ) !important; background-repeat: no-repeat; }
.silk-page-find { background-image: url( 'famfamfam_silk/icons/page_find.png' ) !important; background-repeat: no-repeat; }
.silk-page-gear { background-image: url( 'famfamfam_silk/icons/page_gear.png' ) !important; background-repeat: no-repeat; }
.silk-page-go { background-image: url( 'famfamfam_silk/icons/page_go.png' ) !important; background-repeat: no-repeat; }
.silk-page-green { background-image: url( 'famfamfam_silk/icons/page_green.png' ) !important; background-repeat: no-repeat; }
.silk-page-key { background-image: url( 'famfamfam_silk/icons/page_key.png' ) !important; background-repeat: no-repeat; }
.silk-page-lightning { background-image: url( 'famfamfam_silk/icons/page_lightning.png' ) !important; background-repeat: no-repeat; }
.silk-page-link { background-image: url( 'famfamfam_silk/icons/page_link.png' ) !important; background-repeat: no-repeat; }
.silk-page-paintbrush { background-image: url( 'famfamfam_silk/icons/page_paintbrush.png' ) !important; background-repeat: no-repeat; }
.silk-page-paste { background-image: url( 'famfamfam_silk/icons/page_paste.png' ) !important; background-repeat: no-repeat; }
.silk-page-red { background-image: url( 'famfamfam_silk/icons/page_red.png' ) !important; background-repeat: no-repeat; }
.silk-page-refresh { background-image: url( 'famfamfam_silk/icons/page_refresh.png' ) !important; background-repeat: no-repeat; }
.silk-page-save { background-image: url( 'famfamfam_silk/icons/page_save.png' ) !important; background-repeat: no-repeat; }
.silk-page-white { background-image: url( 'famfamfam_silk/icons/page_white.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-acrobat { background-image: url( 'famfamfam_silk/icons/page_white_acrobat.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-actionscript { background-image: url( 'famfamfam_silk/icons/page_white_actionscript.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-add { background-image: url( 'famfamfam_silk/icons/page_white_add.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-c { background-image: url( 'famfamfam_silk/icons/page_white_c.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-camera { background-image: url( 'famfamfam_silk/icons/page_white_camera.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-cd { background-image: url( 'famfamfam_silk/icons/page_white_cd.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-code { background-image: url( 'famfamfam_silk/icons/page_white_code.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-code-red { background-image: url( 'famfamfam_silk/icons/page_white_code_red.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-coldfusion { background-image: url( 'famfamfam_silk/icons/page_white_coldfusion.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-compressed { background-image: url( 'famfamfam_silk/icons/page_white_compressed.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-copy { background-image: url( 'famfamfam_silk/icons/page_white_copy.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-cplusplus { background-image: url( 'famfamfam_silk/icons/page_white_cplusplus.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-csharp { background-image: url( 'famfamfam_silk/icons/page_white_csharp.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-cup { background-image: url( 'famfamfam_silk/icons/page_white_cup.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-database { background-image: url( 'famfamfam_silk/icons/page_white_database.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-delete { background-image: url( 'famfamfam_silk/icons/page_white_delete.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-dvd { background-image: url( 'famfamfam_silk/icons/page_white_dvd.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-edit { background-image: url( 'famfamfam_silk/icons/page_white_edit.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-error { background-image: url( 'famfamfam_silk/icons/page_white_error.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-excel { background-image: url( 'famfamfam_silk/icons/page_white_excel.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-find { background-image: url( 'famfamfam_silk/icons/page_white_find.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-flash { background-image: url( 'famfamfam_silk/icons/page_white_flash.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-freehand { background-image: url( 'famfamfam_silk/icons/page_white_freehand.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-gear { background-image: url( 'famfamfam_silk/icons/page_white_gear.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-get { background-image: url( 'famfamfam_silk/icons/page_white_get.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-go { background-image: url( 'famfamfam_silk/icons/page_white_go.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-h { background-image: url( 'famfamfam_silk/icons/page_white_h.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-horizontal { background-image: url( 'famfamfam_silk/icons/page_white_horizontal.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-key { background-image: url( 'famfamfam_silk/icons/page_white_key.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-lightning { background-image: url( 'famfamfam_silk/icons/page_white_lightning.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-link { background-image: url( 'famfamfam_silk/icons/page_white_link.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-magnify { background-image: url( 'famfamfam_silk/icons/page_white_magnify.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-medal { background-image: url( 'famfamfam_silk/icons/page_white_medal.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-office { background-image: url( 'famfamfam_silk/icons/page_white_office.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-paint { background-image: url( 'famfamfam_silk/icons/page_white_paint.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-paintbrush { background-image: url( 'famfamfam_silk/icons/page_white_paintbrush.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-paste { background-image: url( 'famfamfam_silk/icons/page_white_paste.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-php { background-image: url( 'famfamfam_silk/icons/page_white_php.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-picture { background-image: url( 'famfamfam_silk/icons/page_white_picture.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-powerpoint { background-image: url( 'famfamfam_silk/icons/page_white_powerpoint.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-put { background-image: url( 'famfamfam_silk/icons/page_white_put.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-ruby { background-image: url( 'famfamfam_silk/icons/page_white_ruby.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-stack { background-image: url( 'famfamfam_silk/icons/page_white_stack.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-star { background-image: url( 'famfamfam_silk/icons/page_white_star.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-swoosh { background-image: url( 'famfamfam_silk/icons/page_white_swoosh.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-text { background-image: url( 'famfamfam_silk/icons/page_white_text.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-text-width { background-image: url( 'famfamfam_silk/icons/page_white_text_width.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-tux { background-image: url( 'famfamfam_silk/icons/page_white_tux.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-vector { background-image: url( 'famfamfam_silk/icons/page_white_vector.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-visualstudio { background-image: url( 'famfamfam_silk/icons/page_white_visualstudio.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-width { background-image: url( 'famfamfam_silk/icons/page_white_width.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-word { background-image: url( 'famfamfam_silk/icons/page_white_word.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-world { background-image: url( 'famfamfam_silk/icons/page_white_world.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-wrench { background-image: url( 'famfamfam_silk/icons/page_white_wrench.png' ) !important; background-repeat: no-repeat; }
.silk-page-white-zip { background-image: url( 'famfamfam_silk/icons/page_white_zip.png' ) !important; background-repeat: no-repeat; }
.silk-page-word { background-image: url( 'famfamfam_silk/icons/page_word.png' ) !important; background-repeat: no-repeat; }
.silk-page-world { background-image: url( 'famfamfam_silk/icons/page_world.png' ) !important; background-repeat: no-repeat; }
.silk-paintbrush { background-image: url( 'famfamfam_silk/icons/paintbrush.png' ) !important; background-repeat: no-repeat; }
.silk-paintcan { background-image: url( 'famfamfam_silk/icons/paintcan.png' ) !important; background-repeat: no-repeat; }
.silk-palette { background-image: url( 'famfamfam_silk/icons/palette.png' ) !important; background-repeat: no-repeat; }
.silk-paste-plain { background-image: url( 'famfamfam_silk/icons/paste_plain.png' ) !important; background-repeat: no-repeat; }
.silk-paste-word { background-image: url( 'famfamfam_silk/icons/paste_word.png' ) !important; background-repeat: no-repeat; }
.silk-pencil { background-image: url( 'famfamfam_silk/icons/pencil.png' ) !important; background-repeat: no-repeat; }
.silk-pencil-add { background-image: url( 'famfamfam_silk/icons/pencil_add.png' ) !important; background-repeat: no-repeat; }
.silk-pencil-delete { background-image: url( 'famfamfam_silk/icons/pencil_delete.png' ) !important; background-repeat: no-repeat; }
.silk-pencil-go { background-image: url( 'famfamfam_silk/icons/pencil_go.png' ) !important; background-repeat: no-repeat; }
.silk-phone { background-image: url( 'famfamfam_silk/icons/phone.png' ) !important; background-repeat: no-repeat; }
.silk-phone-add { background-image: url( 'famfamfam_silk/icons/phone_add.png' ) !important; background-repeat: no-repeat; }
.silk-phone-delete { background-image: url( 'famfamfam_silk/icons/phone_delete.png' ) !important; background-repeat: no-repeat; }
.silk-phone-sound { background-image: url( 'famfamfam_silk/icons/phone_sound.png' ) !important; background-repeat: no-repeat; }
.silk-photo { background-image: url( 'famfamfam_silk/icons/photo.png' ) !important; background-repeat: no-repeat; }
.silk-photo-add { background-image: url( 'famfamfam_silk/icons/photo_add.png' ) !important; background-repeat: no-repeat; }
.silk-photo-delete { background-image: url( 'famfamfam_silk/icons/photo_delete.png' ) !important; background-repeat: no-repeat; }
.silk-photo-link { background-image: url( 'famfamfam_silk/icons/photo_link.png' ) !important; background-repeat: no-repeat; }
.silk-photos { background-image: url( 'famfamfam_silk/icons/photos.png' ) !important; background-repeat: no-repeat; }
.silk-picture { background-image: url( 'famfamfam_silk/icons/picture.png' ) !important; background-repeat: no-repeat; }
.silk-picture-add { background-image: url( 'famfamfam_silk/icons/picture_add.png' ) !important; background-repeat: no-repeat; }
.silk-picture-delete { background-image: url( 'famfamfam_silk/icons/picture_delete.png' ) !important; background-repeat: no-repeat; }
.silk-picture-edit { background-image: url( 'famfamfam_silk/icons/picture_edit.png' ) !important; background-repeat: no-repeat; }
.silk-picture-empty { background-image: url( 'famfamfam_silk/icons/picture_empty.png' ) !important; background-repeat: no-repeat; }
.silk-picture-error { background-image: url( 'famfamfam_silk/icons/picture_error.png' ) !important; background-repeat: no-repeat; }
.silk-picture-go { background-image: url( 'famfamfam_silk/icons/picture_go.png' ) !important; background-repeat: no-repeat; }
.silk-picture-key { background-image: url( 'famfamfam_silk/icons/picture_key.png' ) !important; background-repeat: no-repeat; }
.silk-picture-link { background-image: url( 'famfamfam_silk/icons/picture_link.png' ) !important; background-repeat: no-repeat; }
.silk-picture-save { background-image: url( 'famfamfam_silk/icons/picture_save.png' ) !important; background-repeat: no-repeat; }
.silk-pictures { background-image: url( 'famfamfam_silk/icons/pictures.png' ) !important; background-repeat: no-repeat; }
.silk-pilcrow { background-image: url( 'famfamfam_silk/icons/pilcrow.png' ) !important; background-repeat: no-repeat; }
.silk-pill { background-image: url( 'famfamfam_silk/icons/pill.png' ) !important; background-repeat: no-repeat; }
.silk-pill-add { background-image: url( 'famfamfam_silk/icons/pill_add.png' ) !important; background-repeat: no-repeat; }
.silk-pill-delete { background-image: url( 'famfamfam_silk/icons/pill_delete.png' ) !important; background-repeat: no-repeat; }
.silk-pill-go { background-image: url( 'famfamfam_silk/icons/pill_go.png' ) !important; background-repeat: no-repeat; }
.silk-plugin { background-image: url( 'famfamfam_silk/icons/plugin.png' ) !important; background-repeat: no-repeat; }
.silk-plugin-add { background-image: url( 'famfamfam_silk/icons/plugin_add.png' ) !important; background-repeat: no-repeat; }
.silk-plugin-delete { background-image: url( 'famfamfam_silk/icons/plugin_delete.png' ) !important; background-repeat: no-repeat; }
.silk-plugin-disabled { background-image: url( 'famfamfam_silk/icons/plugin_disabled.png' ) !important; background-repeat: no-repeat; }
.silk-plugin-edit { background-image: url( 'famfamfam_silk/icons/plugin_edit.png' ) !important; background-repeat: no-repeat; }
.silk-plugin-error { background-image: url( 'famfamfam_silk/icons/plugin_error.png' ) !important; background-repeat: no-repeat; }
.silk-plugin-go { background-image: url( 'famfamfam_silk/icons/plugin_go.png' ) !important; background-repeat: no-repeat; }
.silk-plugin-link { background-image: url( 'famfamfam_silk/icons/plugin_link.png' ) !important; background-repeat: no-repeat; }
.silk-printer { background-image: url( 'famfamfam_silk/icons/printer.png' ) !important; background-repeat: no-repeat; }
.silk-printer-add { background-image: url( 'famfamfam_silk/icons/printer_add.png' ) !important; background-repeat: no-repeat; }
.silk-printer-delete { background-image: url( 'famfamfam_silk/icons/printer_delete.png' ) !important; background-repeat: no-repeat; }
.silk-printer-empty { background-image: url( 'famfamfam_silk/icons/printer_empty.png' ) !important; background-repeat: no-repeat; }
.silk-printer-error { background-image: url( 'famfamfam_silk/icons/printer_error.png' ) !important; background-repeat: no-repeat; }
.silk-rainbow { background-image: url( 'famfamfam_silk/icons/rainbow.png' ) !important; background-repeat: no-repeat; }
.silk-report { background-image: url( 'famfamfam_silk/icons/report.png' ) !important; background-repeat: no-repeat; }
.silk-report-add { background-image: url( 'famfamfam_silk/icons/report_add.png' ) !important; background-repeat: no-repeat; }
.silk-report-delete { background-image: url( 'famfamfam_silk/icons/report_delete.png' ) !important; background-repeat: no-repeat; }
.silk-report-disk { background-image: url( 'famfamfam_silk/icons/report_disk.png' ) !important; background-repeat: no-repeat; }
.silk-report-edit { background-image: url( 'famfamfam_silk/icons/report_edit.png' ) !important; background-repeat: no-repeat; }
.silk-report-go { background-image: url( 'famfamfam_silk/icons/report_go.png' ) !important; background-repeat: no-repeat; }
.silk-report-key { background-image: url( 'famfamfam_silk/icons/report_key.png' ) !important; background-repeat: no-repeat; }
.silk-report-link { background-image: url( 'famfamfam_silk/icons/report_link.png' ) !important; background-repeat: no-repeat; }
.silk-report-magnify { background-image: url( 'famfamfam_silk/icons/report_magnify.png' ) !important; background-repeat: no-repeat; }
.silk-report-picture { background-image: url( 'famfamfam_silk/icons/report_picture.png' ) !important; background-repeat: no-repeat; }
.silk-report-user { background-image: url( 'famfamfam_silk/icons/report_user.png' ) !important; background-repeat: no-repeat; }
.silk-report-word { background-image: url( 'famfamfam_silk/icons/report_word.png' ) !important; background-repeat: no-repeat; }
.silk-resultset-first { background-image: url( 'famfamfam_silk/icons/resultset_first.png' ) !important; background-repeat: no-repeat; }
.silk-resultset-last { background-image: url( 'famfamfam_silk/icons/resultset_last.png' ) !important; background-repeat: no-repeat; }
.silk-resultset-next { background-image: url( 'famfamfam_silk/icons/resultset_next.png' ) !important; background-repeat: no-repeat; }
.silk-resultset-previous { background-image: url( 'famfamfam_silk/icons/resultset_previous.png' ) !important; background-repeat: no-repeat; }
.silk-rosette { background-image: url( 'famfamfam_silk/icons/rosette.png' ) !important; background-repeat: no-repeat; }
.silk-rss { background-image: url( 'famfamfam_silk/icons/rss.png' ) !important; background-repeat: no-repeat; }
.silk-rss-add { background-image: url( 'famfamfam_silk/icons/rss_add.png' ) !important; background-repeat: no-repeat; }
.silk-rss-delete { background-image: url( 'famfamfam_silk/icons/rss_delete.png' ) !important; background-repeat: no-repeat; }
.silk-rss-go { background-image: url( 'famfamfam_silk/icons/rss_go.png' ) !important; background-repeat: no-repeat; }
.silk-rss-valid { background-image: url( 'famfamfam_silk/icons/rss_valid.png' ) !important; background-repeat: no-repeat; }
.silk-ruby { background-image: url( 'famfamfam_silk/icons/ruby.png' ) !important; background-repeat: no-repeat; }
.silk-ruby-add { background-image: url( 'famfamfam_silk/icons/ruby_add.png' ) !important; background-repeat: no-repeat; }
.silk-ruby-delete { background-image: url( 'famfamfam_silk/icons/ruby_delete.png' ) !important; background-repeat: no-repeat; }
.silk-ruby-gear { background-image: url( 'famfamfam_silk/icons/ruby_gear.png' ) !important; background-repeat: no-repeat; }
.silk-ruby-get { background-image: url( 'famfamfam_silk/icons/ruby_get.png' ) !important; background-repeat: no-repeat; }
.silk-ruby-go { background-image: url( 'famfamfam_silk/icons/ruby_go.png' ) !important; background-repeat: no-repeat; }
.silk-ruby-key { background-image: url( 'famfamfam_silk/icons/ruby_key.png' ) !important; background-repeat: no-repeat; }
.silk-ruby-link { background-image: url( 'famfamfam_silk/icons/ruby_link.png' ) !important; background-repeat: no-repeat; }
.silk-ruby-put { background-image: url( 'famfamfam_silk/icons/ruby_put.png' ) !important; background-repeat: no-repeat; }
.silk-script { background-image: url( 'famfamfam_silk/icons/script.png' ) !important; background-repeat: no-repeat; }
.silk-script-add { background-image: url( 'famfamfam_silk/icons/script_add.png' ) !important; background-repeat: no-repeat; }
.silk-script-code { background-image: url( 'famfamfam_silk/icons/script_code.png' ) !important; background-repeat: no-repeat; }
.silk-script-code-red { background-image: url( 'famfamfam_silk/icons/script_code_red.png' ) !important; background-repeat: no-repeat; }
.silk-script-delete { background-image: url( 'famfamfam_silk/icons/script_delete.png' ) !important; background-repeat: no-repeat; }
.silk-script-edit { background-image: url( 'famfamfam_silk/icons/script_edit.png' ) !important; background-repeat: no-repeat; }
.silk-script-error { background-image: url( 'famfamfam_silk/icons/script_error.png' ) !important; background-repeat: no-repeat; }
.silk-script-gear { background-image: url( 'famfamfam_silk/icons/script_gear.png' ) !important; background-repeat: no-repeat; }
.silk-script-go { background-image: url( 'famfamfam_silk/icons/script_go.png' ) !important; background-repeat: no-repeat; }
.silk-script-key { background-image: url( 'famfamfam_silk/icons/script_key.png' ) !important; background-repeat: no-repeat; }
.silk-script-lightning { background-image: url( 'famfamfam_silk/icons/script_lightning.png' ) !important; background-repeat: no-repeat; }
.silk-script-link { background-image: url( 'famfamfam_silk/icons/script_link.png' ) !important; background-repeat: no-repeat; }
.silk-script-palette { background-image: url( 'famfamfam_silk/icons/script_palette.png' ) !important; background-repeat: no-repeat; }
.silk-script-save { background-image: url( 'famfamfam_silk/icons/script_save.png' ) !important; background-repeat: no-repeat; }
.silk-server { background-image: url( 'famfamfam_silk/icons/server.png' ) !important; background-repeat: no-repeat; }
.silk-server-add { background-image: url( 'famfamfam_silk/icons/server_add.png' ) !important; background-repeat: no-repeat; }
.silk-server-chart { background-image: url( 'famfamfam_silk/icons/server_chart.png' ) !important; background-repeat: no-repeat; }
.silk-server-compressed { background-image: url( 'famfamfam_silk/icons/server_compressed.png' ) !important; background-repeat: no-repeat; }
.silk-server-connect { background-image: url( 'famfamfam_silk/icons/server_connect.png' ) !important; background-repeat: no-repeat; }
.silk-server-database { background-image: url( 'famfamfam_silk/icons/server_database.png' ) !important; background-repeat: no-repeat; }
.silk-server-delete { background-image: url( 'famfamfam_silk/icons/server_delete.png' ) !important; background-repeat: no-repeat; }
.silk-server-edit { background-image: url( 'famfamfam_silk/icons/server_edit.png' ) !important; background-repeat: no-repeat; }
.silk-server-error { background-image: url( 'famfamfam_silk/icons/server_error.png' ) !important; background-repeat: no-repeat; }
.silk-server-go { background-image: url( 'famfamfam_silk/icons/server_go.png' ) !important; background-repeat: no-repeat; }
.silk-server-key { background-image: url( 'famfamfam_silk/icons/server_key.png' ) !important; background-repeat: no-repeat; }
.silk-server-lightning { background-image: url( 'famfamfam_silk/icons/server_lightning.png' ) !important; background-repeat: no-repeat; }
.silk-server-link { background-image: url( 'famfamfam_silk/icons/server_link.png' ) !important; background-repeat: no-repeat; }
.silk-server-uncompressed { background-image: url( 'famfamfam_silk/icons/server_uncompressed.png' ) !important; background-repeat: no-repeat; }
.silk-shading { background-image: url( 'famfamfam_silk/icons/shading.png' ) !important; background-repeat: no-repeat; }
.silk-shape-align-bottom { background-image: url( 'famfamfam_silk/icons/shape_align_bottom.png' ) !important; background-repeat: no-repeat; }
.silk-shape-align-center { background-image: url( 'famfamfam_silk/icons/shape_align_center.png' ) !important; background-repeat: no-repeat; }
.silk-shape-align-left { background-image: url( 'famfamfam_silk/icons/shape_align_left.png' ) !important; background-repeat: no-repeat; }
.silk-shape-align-middle { background-image: url( 'famfamfam_silk/icons/shape_align_middle.png' ) !important; background-repeat: no-repeat; }
.silk-shape-align-right { background-image: url( 'famfamfam_silk/icons/shape_align_right.png' ) !important; background-repeat: no-repeat; }
.silk-shape-align-top { background-image: url( 'famfamfam_silk/icons/shape_align_top.png' ) !important; background-repeat: no-repeat; }
.silk-shape-flip-horizontal { background-image: url( 'famfamfam_silk/icons/shape_flip_horizontal.png' ) !important; background-repeat: no-repeat; }
.silk-shape-flip-vertical { background-image: url( 'famfamfam_silk/icons/shape_flip_vertical.png' ) !important; background-repeat: no-repeat; }
.silk-shape-group { background-image: url( 'famfamfam_silk/icons/shape_group.png' ) !important; background-repeat: no-repeat; }
.silk-shape-handles { background-image: url( 'famfamfam_silk/icons/shape_handles.png' ) !important; background-repeat: no-repeat; }
.silk-shape-move-back { background-image: url( 'famfamfam_silk/icons/shape_move_back.png' ) !important; background-repeat: no-repeat; }
.silk-shape-move-backwards { background-image: url( 'famfamfam_silk/icons/shape_move_backwards.png' ) !important; background-repeat: no-repeat; }
.silk-shape-move-forwards { background-image: url( 'famfamfam_silk/icons/shape_move_forwards.png' ) !important; background-repeat: no-repeat; }
.silk-shape-move-front { background-image: url( 'famfamfam_silk/icons/shape_move_front.png' ) !important; background-repeat: no-repeat; }
.silk-shape-rotate-anticlockwise { background-image: url( 'famfamfam_silk/icons/shape_rotate_anticlockwise.png' ) !important; background-repeat: no-repeat; }
.silk-shape-rotate-clockwise { background-image: url( 'famfamfam_silk/icons/shape_rotate_clockwise.png' ) !important; background-repeat: no-repeat; }
.silk-shape-square { background-image: url( 'famfamfam_silk/icons/shape_square.png' ) !important; background-repeat: no-repeat; }
.silk-shape-square-add { background-image: url( 'famfamfam_silk/icons/shape_square_add.png' ) !important; background-repeat: no-repeat; }
.silk-shape-square-delete { background-image: url( 'famfamfam_silk/icons/shape_square_delete.png' ) !important; background-repeat: no-repeat; }
.silk-shape-square-edit { background-image: url( 'famfamfam_silk/icons/shape_square_edit.png' ) !important; background-repeat: no-repeat; }
.silk-shape-square-error { background-image: url( 'famfamfam_silk/icons/shape_square_error.png' ) !important; background-repeat: no-repeat; }
.silk-shape-square-go { background-image: url( 'famfamfam_silk/icons/shape_square_go.png' ) !important; background-repeat: no-repeat; }
.silk-shape-square-key { background-image: url( 'famfamfam_silk/icons/shape_square_key.png' ) !important; background-repeat: no-repeat; }
.silk-shape-square-link { background-image: url( 'famfamfam_silk/icons/shape_square_link.png' ) !important; background-repeat: no-repeat; }
.silk-shape-ungroup { background-image: url( 'famfamfam_silk/icons/shape_ungroup.png' ) !important; background-repeat: no-repeat; }
.silk-shield { background-image: url( 'famfamfam_silk/icons/shield.png' ) !important; background-repeat: no-repeat; }
.silk-shield-add { background-image: url( 'famfamfam_silk/icons/shield_add.png' ) !important; background-repeat: no-repeat; }
.silk-shield-delete { background-image: url( 'famfamfam_silk/icons/shield_delete.png' ) !important; background-repeat: no-repeat; }
.silk-shield-go { background-image: url( 'famfamfam_silk/icons/shield_go.png' ) !important; background-repeat: no-repeat; }
.silk-sitemap { background-image: url( 'famfamfam_silk/icons/sitemap.png' ) !important; background-repeat: no-repeat; }
.silk-sitemap-color { background-image: url( 'famfamfam_silk/icons/sitemap_color.png' ) !important; background-repeat: no-repeat; }
.silk-sound { background-image: url( 'famfamfam_silk/icons/sound.png' ) !important; background-repeat: no-repeat; }
.silk-sound-add { background-image: url( 'famfamfam_silk/icons/sound_add.png' ) !important; background-repeat: no-repeat; }
.silk-sound-delete { background-image: url( 'famfamfam_silk/icons/sound_delete.png' ) !important; background-repeat: no-repeat; }
.silk-sound-low { background-image: url( 'famfamfam_silk/icons/sound_low.png' ) !important; background-repeat: no-repeat; }
.silk-sound-mute { background-image: url( 'famfamfam_silk/icons/sound_mute.png' ) !important; background-repeat: no-repeat; }
.silk-sound-none { background-image: url( 'famfamfam_silk/icons/sound_none.png' ) !important; background-repeat: no-repeat; }
.silk-spellcheck { background-image: url( 'famfamfam_silk/icons/spellcheck.png' ) !important; background-repeat: no-repeat; }
.silk-sport-8ball { background-image: url( 'famfamfam_silk/icons/sport_8ball.png' ) !important; background-repeat: no-repeat; }
.silk-sport-basketball { background-image: url( 'famfamfam_silk/icons/sport_basketball.png' ) !important; background-repeat: no-repeat; }
.silk-sport-football { background-image: url( 'famfamfam_silk/icons/sport_football.png' ) !important; background-repeat: no-repeat; }
.silk-sport-golf { background-image: url( 'famfamfam_silk/icons/sport_golf.png' ) !important; background-repeat: no-repeat; }
.silk-sport-raquet { background-image: url( 'famfamfam_silk/icons/sport_raquet.png' ) !important; background-repeat: no-repeat; }
.silk-sport-shuttlecock { background-image: url( 'famfamfam_silk/icons/sport_shuttlecock.png' ) !important; background-repeat: no-repeat; }
.silk-sport-soccer { background-image: url( 'famfamfam_silk/icons/sport_soccer.png' ) !important; background-repeat: no-repeat; }
.silk-sport-tennis { background-image: url( 'famfamfam_silk/icons/sport_tennis.png' ) !important; background-repeat: no-repeat; }
.silk-star { background-image: url( 'famfamfam_silk/icons/star.png' ) !important; background-repeat: no-repeat; }
.silk-status-away { background-image: url( 'famfamfam_silk/icons/status_away.png' ) !important; background-repeat: no-repeat; }
.silk-status-busy { background-image: url( 'famfamfam_silk/icons/status_busy.png' ) !important; background-repeat: no-repeat; }
.silk-status-offline { background-image: url( 'famfamfam_silk/icons/status_offline.png' ) !important; background-repeat: no-repeat; }
.silk-status-online { background-image: url( 'famfamfam_silk/icons/status_online.png' ) !important; background-repeat: no-repeat; }
.silk-stop { background-image: url( 'famfamfam_silk/icons/stop.png' ) !important; background-repeat: no-repeat; }
.silk-style { background-image: url( 'famfamfam_silk/icons/style.png' ) !important; background-repeat: no-repeat; }
.silk-style-add { background-image: url( 'famfamfam_silk/icons/style_add.png' ) !important; background-repeat: no-repeat; }
.silk-style-delete { background-image: url( 'famfamfam_silk/icons/style_delete.png' ) !important; background-repeat: no-repeat; }
.silk-style-edit { background-image: url( 'famfamfam_silk/icons/style_edit.png' ) !important; background-repeat: no-repeat; }
.silk-style-go { background-image: url( 'famfamfam_silk/icons/style_go.png' ) !important; background-repeat: no-repeat; }
.silk-sum { background-image: url( 'famfamfam_silk/icons/sum.png' ) !important; background-repeat: no-repeat; }
.silk-tab { background-image: url( 'famfamfam_silk/icons/tab.png' ) !important; background-repeat: no-repeat; }
.silk-tab-add { background-image: url( 'famfamfam_silk/icons/tab_add.png' ) !important; background-repeat: no-repeat; }
.silk-table-cell { background-image: url( 'famfamfam_silk/icons/table_cell.png' ) !important; background-repeat: no-repeat; }
.silk-tab-delete { background-image: url( 'famfamfam_silk/icons/tab_delete.png' ) !important; background-repeat: no-repeat; }
.silk-tab-edit { background-image: url( 'famfamfam_silk/icons/tab_edit.png' ) !important; background-repeat: no-repeat; }
.silk-tab-go { background-image: url( 'famfamfam_silk/icons/tab_go.png' ) !important; background-repeat: no-repeat; }
.silk-table { background-image: url( 'famfamfam_silk/icons/table.png' ) !important; background-repeat: no-repeat; }
.silk-table-add { background-image: url( 'famfamfam_silk/icons/table_add.png' ) !important; background-repeat: no-repeat; }
.silk-table-delete { background-image: url( 'famfamfam_silk/icons/table_delete.png' ) !important; background-repeat: no-repeat; }
.silk-table-edit { background-image: url( 'famfamfam_silk/icons/table_edit.png' ) !important; background-repeat: no-repeat; }
.silk-table-error { background-image: url( 'famfamfam_silk/icons/table_error.png' ) !important; background-repeat: no-repeat; }
.silk-table-gear { background-image: url( 'famfamfam_silk/icons/table_gear.png' ) !important; background-repeat: no-repeat; }
.silk-table-go { background-image: url( 'famfamfam_silk/icons/table_go.png' ) !important; background-repeat: no-repeat; }
.silk-table-key { background-image: url( 'famfamfam_silk/icons/table_key.png' ) !important; background-repeat: no-repeat; }
.silk-table-lightning { background-image: url( 'famfamfam_silk/icons/table_lightning.png' ) !important; background-repeat: no-repeat; }
.silk-table-link { background-image: url( 'famfamfam_silk/icons/table_link.png' ) !important; background-repeat: no-repeat; }
.silk-table-multiple { background-image: url( 'famfamfam_silk/icons/table_multiple.png' ) !important; background-repeat: no-repeat; }
.silk-table-refresh { background-image: url( 'famfamfam_silk/icons/table_refresh.png' ) !important; background-repeat: no-repeat; }
.silk-table-relationship { background-image: url( 'famfamfam_silk/icons/table_relationship.png' ) !important; background-repeat: no-repeat; }
.silk-table-row { background-image: url( 'famfamfam_silk/icons/table_row.png' ) !important; background-repeat: no-repeat; }
.silk-table-row-delete { background-image: url( 'famfamfam_silk/icons/table_row_delete.png' ) !important; background-repeat: no-repeat; }
.silk-table-row-insert { background-image: url( 'famfamfam_silk/icons/table_row_insert.png' ) !important; background-repeat: no-repeat; }
.silk-table-save { background-image: url( 'famfamfam_silk/icons/table_save.png' ) !important; background-repeat: no-repeat; }
.silk-table-sort { background-image: url( 'famfamfam_silk/icons/table_sort.png' ) !important; background-repeat: no-repeat; }
.silk-tag { background-image: url( 'famfamfam_silk/icons/tag.png' ) !important; background-repeat: no-repeat; }
.silk-tag-blue { background-image: url( 'famfamfam_silk/icons/tag_blue.png' ) !important; background-repeat: no-repeat; }
.silk-tag-blue-add { background-image: url( 'famfamfam_silk/icons/tag_blue_add.png' ) !important; background-repeat: no-repeat; }
.silk-tag-blue-delete { background-image: url( 'famfamfam_silk/icons/tag_blue_delete.png' ) !important; background-repeat: no-repeat; }
.silk-tag-blue-edit { background-image: url( 'famfamfam_silk/icons/tag_blue_edit.png' ) !important; background-repeat: no-repeat; }
.silk-tag-green { background-image: url( 'famfamfam_silk/icons/tag_green.png' ) !important; background-repeat: no-repeat; }
.silk-tag-orange { background-image: url( 'famfamfam_silk/icons/tag_orange.png' ) !important; background-repeat: no-repeat; }
.silk-tag-pink { background-image: url( 'famfamfam_silk/icons/tag_pink.png' ) !important; background-repeat: no-repeat; }
.silk-tag-purple { background-image: url( 'famfamfam_silk/icons/tag_purple.png' ) !important; background-repeat: no-repeat; }
.silk-tag-red { background-image: url( 'famfamfam_silk/icons/tag_red.png' ) !important; background-repeat: no-repeat; }
.silk-tag-yellow { background-image: url( 'famfamfam_silk/icons/tag_yellow.png' ) !important; background-repeat: no-repeat; }
.silk-telephone { background-image: url( 'famfamfam_silk/icons/telephone.png' ) !important; background-repeat: no-repeat; }
.silk-telephone-add { background-image: url( 'famfamfam_silk/icons/telephone_add.png' ) !important; background-repeat: no-repeat; }
.silk-telephone-delete { background-image: url( 'famfamfam_silk/icons/telephone_delete.png' ) !important; background-repeat: no-repeat; }
.silk-telephone-edit { background-image: url( 'famfamfam_silk/icons/telephone_edit.png' ) !important; background-repeat: no-repeat; }
.silk-telephone-error { background-image: url( 'famfamfam_silk/icons/telephone_error.png' ) !important; background-repeat: no-repeat; }
.silk-telephone-go { background-image: url( 'famfamfam_silk/icons/telephone_go.png' ) !important; background-repeat: no-repeat; }
.silk-telephone-key { background-image: url( 'famfamfam_silk/icons/telephone_key.png' ) !important; background-repeat: no-repeat; }
.silk-telephone-link { background-image: url( 'famfamfam_silk/icons/telephone_link.png' ) !important; background-repeat: no-repeat; }
.silk-television { background-image: url( 'famfamfam_silk/icons/television.png' ) !important; background-repeat: no-repeat; }
.silk-television-add { background-image: url( 'famfamfam_silk/icons/television_add.png' ) !important; background-repeat: no-repeat; }
.silk-television-delete { background-image: url( 'famfamfam_silk/icons/television_delete.png' ) !important; background-repeat: no-repeat; }
.silk-text-align-center { background-image: url( 'famfamfam_silk/icons/text_align_center.png' ) !important; background-repeat: no-repeat; }
.silk-text-align-justify { background-image: url( 'famfamfam_silk/icons/text_align_justify.png' ) !important; background-repeat: no-repeat; }
.silk-text-align-left { background-image: url( 'famfamfam_silk/icons/text_align_left.png' ) !important; background-repeat: no-repeat; }
.silk-text-align-right { background-image: url( 'famfamfam_silk/icons/text_align_right.png' ) !important; background-repeat: no-repeat; }
.silk-text-allcaps { background-image: url( 'famfamfam_silk/icons/text_allcaps.png' ) !important; background-repeat: no-repeat; }
.silk-text-bold { background-image: url( 'famfamfam_silk/icons/text_bold.png' ) !important; background-repeat: no-repeat; }
.silk-text-columns { background-image: url( 'famfamfam_silk/icons/text_columns.png' ) !important; background-repeat: no-repeat; }
.silk-text-dropcaps { background-image: url( 'famfamfam_silk/icons/text_dropcaps.png' ) !important; background-repeat: no-repeat; }
.silk-text-heading-1 { background-image: url( 'famfamfam_silk/icons/text_heading_1.png' ) !important; background-repeat: no-repeat; }
.silk-text-heading-2 { background-image: url( 'famfamfam_silk/icons/text_heading_2.png' ) !important; background-repeat: no-repeat; }
.silk-text-heading-3 { background-image: url( 'famfamfam_silk/icons/text_heading_3.png' ) !important; background-repeat: no-repeat; }
.silk-text-heading-4 { background-image: url( 'famfamfam_silk/icons/text_heading_4.png' ) !important; background-repeat: no-repeat; }
.silk-text-heading-5 { background-image: url( 'famfamfam_silk/icons/text_heading_5.png' ) !important; background-repeat: no-repeat; }
.silk-text-heading-6 { background-image: url( 'famfamfam_silk/icons/text_heading_6.png' ) !important; background-repeat: no-repeat; }
.silk-text-horizontalrule { background-image: url( 'famfamfam_silk/icons/text_horizontalrule.png' ) !important; background-repeat: no-repeat; }
.silk-text-indent { background-image: url( 'famfamfam_silk/icons/text_indent.png' ) !important; background-repeat: no-repeat; }
.silk-text-indent-remove { background-image: url( 'famfamfam_silk/icons/text_indent_remove.png' ) !important; background-repeat: no-repeat; }
.silk-text-italic { background-image: url( 'famfamfam_silk/icons/text_italic.png' ) !important; background-repeat: no-repeat; }
.silk-text-kerning { background-image: url( 'famfamfam_silk/icons/text_kerning.png' ) !important; background-repeat: no-repeat; }
.silk-text-letter-omega { background-image: url( 'famfamfam_silk/icons/text_letter_omega.png' ) !important; background-repeat: no-repeat; }
.silk-text-letterspacing { background-image: url( 'famfamfam_silk/icons/text_letterspacing.png' ) !important; background-repeat: no-repeat; }
.silk-text-linespacing { background-image: url( 'famfamfam_silk/icons/text_linespacing.png' ) !important; background-repeat: no-repeat; }
.silk-text-list-bullets { background-image: url( 'famfamfam_silk/icons/text_list_bullets.png' ) !important; background-repeat: no-repeat; }
.silk-text-list-numbers { background-image: url( 'famfamfam_silk/icons/text_list_numbers.png' ) !important; background-repeat: no-repeat; }
.silk-text-lowercase { background-image: url( 'famfamfam_silk/icons/text_lowercase.png' ) !important; background-repeat: no-repeat; }
.silk-text-padding-bottom { background-image: url( 'famfamfam_silk/icons/text_padding_bottom.png' ) !important; background-repeat: no-repeat; }
.silk-text-padding-left { background-image: url( 'famfamfam_silk/icons/text_padding_left.png' ) !important; background-repeat: no-repeat; }
.silk-text-padding-right { background-image: url( 'famfamfam_silk/icons/text_padding_right.png' ) !important; background-repeat: no-repeat; }
.silk-text-padding-top { background-image: url( 'famfamfam_silk/icons/text_padding_top.png' ) !important; background-repeat: no-repeat; }
.silk-text-replace { background-image: url( 'famfamfam_silk/icons/text_replace.png' ) !important; background-repeat: no-repeat; }
.silk-text-signature { background-image: url( 'famfamfam_silk/icons/text_signature.png' ) !important; background-repeat: no-repeat; }
.silk-text-smallcaps { background-image: url( 'famfamfam_silk/icons/text_smallcaps.png' ) !important; background-repeat: no-repeat; }
.silk-text-strikethrough { background-image: url( 'famfamfam_silk/icons/text_strikethrough.png' ) !important; background-repeat: no-repeat; }
.silk-text-subscript { background-image: url( 'famfamfam_silk/icons/text_subscript.png' ) !important; background-repeat: no-repeat; }
.silk-text-superscript { background-image: url( 'famfamfam_silk/icons/text_superscript.png' ) !important; background-repeat: no-repeat; }
.silk-text-underline { background-image: url( 'famfamfam_silk/icons/text_underline.png' ) !important; background-repeat: no-repeat; }
.silk-text-uppercase { background-image: url( 'famfamfam_silk/icons/text_uppercase.png' ) !important; background-repeat: no-repeat; }
.silk-textfield { background-image: url( 'famfamfam_silk/icons/textfield.png' ) !important; background-repeat: no-repeat; }
.silk-textfield-add { background-image: url( 'famfamfam_silk/icons/textfield_add.png' ) !important; background-repeat: no-repeat; }
.silk-textfield-delete { background-image: url( 'famfamfam_silk/icons/textfield_delete.png' ) !important; background-repeat: no-repeat; }
.silk-textfield-key { background-image: url( 'famfamfam_silk/icons/textfield_key.png' ) !important; background-repeat: no-repeat; }
.silk-textfield-rename { background-image: url( 'famfamfam_silk/icons/textfield_rename.png' ) !important; background-repeat: no-repeat; }
.silk-thumb-down { background-image: url( 'famfamfam_silk/icons/thumb_down.png' ) !important; background-repeat: no-repeat; }
.silk-thumb-up { background-image: url( 'famfamfam_silk/icons/thumb_up.png' ) !important; background-repeat: no-repeat; }
.silk-tick { background-image: url( 'famfamfam_silk/icons/tick.png' ) !important; background-repeat: no-repeat; }
.silk-time { background-image: url( 'famfamfam_silk/icons/time.png' ) !important; background-repeat: no-repeat; }
.silk-time-add { background-image: url( 'famfamfam_silk/icons/time_add.png' ) !important; background-repeat: no-repeat; }
.silk-time-delete { background-image: url( 'famfamfam_silk/icons/time_delete.png' ) !important; background-repeat: no-repeat; }
.silk-time-go { background-image: url( 'famfamfam_silk/icons/time_go.png' ) !important; background-repeat: no-repeat; }
.silk-timeline-marker { background-image: url( 'famfamfam_silk/icons/timeline_marker.png' ) !important; background-repeat: no-repeat; }
.silk-transmit { background-image: url( 'famfamfam_silk/icons/transmit.png' ) !important; background-repeat: no-repeat; }
.silk-transmit-add { background-image: url( 'famfamfam_silk/icons/transmit_add.png' ) !important; background-repeat: no-repeat; }
.silk-transmit-blue { background-image: url( 'famfamfam_silk/icons/transmit_blue.png' ) !important; background-repeat: no-repeat; }
.silk-transmit-delete { background-image: url( 'famfamfam_silk/icons/transmit_delete.png' ) !important; background-repeat: no-repeat; }
.silk-transmit-edit { background-image: url( 'famfamfam_silk/icons/transmit_edit.png' ) !important; background-repeat: no-repeat; }
.silk-transmit-error { background-image: url( 'famfamfam_silk/icons/transmit_error.png' ) !important; background-repeat: no-repeat; }
.silk-transmit-go { background-image: url( 'famfamfam_silk/icons/transmit_go.png' ) !important; background-repeat: no-repeat; }
.silk-tux { background-image: url( 'famfamfam_silk/icons/tux.png' ) !important; background-repeat: no-repeat; }
.silk-user { background-image: url( 'famfamfam_silk/icons/user.png' ) !important; background-repeat: no-repeat; }
.silk-user-add { background-image: url( 'famfamfam_silk/icons/user_add.png' ) !important; background-repeat: no-repeat; }
.silk-user-comment { background-image: url( 'famfamfam_silk/icons/user_comment.png' ) !important; background-repeat: no-repeat; }
.silk-user-delete { background-image: url( 'famfamfam_silk/icons/user_delete.png' ) !important; background-repeat: no-repeat; }
.silk-user-edit { background-image: url( 'famfamfam_silk/icons/user_edit.png' ) !important; background-repeat: no-repeat; }
.silk-user-female { background-image: url( 'famfamfam_silk/icons/user_female.png' ) !important; background-repeat: no-repeat; }
.silk-user-go { background-image: url( 'famfamfam_silk/icons/user_go.png' ) !important; background-repeat: no-repeat; }
.silk-user-gray { background-image: url( 'famfamfam_silk/icons/user_gray.png' ) !important; background-repeat: no-repeat; }
.silk-user-green { background-image: url( 'famfamfam_silk/icons/user_green.png' ) !important; background-repeat: no-repeat; }
.silk-user-orange { background-image: url( 'famfamfam_silk/icons/user_orange.png' ) !important; background-repeat: no-repeat; }
.silk-user-red { background-image: url( 'famfamfam_silk/icons/user_red.png' ) !important; background-repeat: no-repeat; }
.silk-user-suit { background-image: url( 'famfamfam_silk/icons/user_suit.png' ) !important; background-repeat: no-repeat; }
.silk-vcard { background-image: url( 'famfamfam_silk/icons/vcard.png' ) !important; background-repeat: no-repeat; }
.silk-vcard-add { background-image: url( 'famfamfam_silk/icons/vcard_add.png' ) !important; background-repeat: no-repeat; }
.silk-vcard-delete { background-image: url( 'famfamfam_silk/icons/vcard_delete.png' ) !important; background-repeat: no-repeat; }
.silk-vcard-edit { background-image: url( 'famfamfam_silk/icons/vcard_edit.png' ) !important; background-repeat: no-repeat; }
.silk-vector { background-image: url( 'famfamfam_silk/icons/vector.png' ) !important; background-repeat: no-repeat; }
.silk-vector-add { background-image: url( 'famfamfam_silk/icons/vector_add.png' ) !important; background-repeat: no-repeat; }
.silk-vector-delete { background-image: url( 'famfamfam_silk/icons/vector_delete.png' ) !important; background-repeat: no-repeat; }
.silk-wand { background-image: url( 'famfamfam_silk/icons/wand.png' ) !important; background-repeat: no-repeat; }
.silk-weather-clouds { background-image: url( 'famfamfam_silk/icons/weather_clouds.png' ) !important; background-repeat: no-repeat; }
.silk-weather-cloudy { background-image: url( 'famfamfam_silk/icons/weather_cloudy.png' ) !important; background-repeat: no-repeat; }
.silk-weather-lightning { background-image: url( 'famfamfam_silk/icons/weather_lightning.png' ) !important; background-repeat: no-repeat; }
.silk-weather-rain { background-image: url( 'famfamfam_silk/icons/weather_rain.png' ) !important; background-repeat: no-repeat; }
.silk-weather-snow { background-image: url( 'famfamfam_silk/icons/weather_snow.png' ) !important; background-repeat: no-repeat; }
.silk-weather-sun { background-image: url( 'famfamfam_silk/icons/weather_sun.png' ) !important; background-repeat: no-repeat; }
.silk-webcam { background-image: url( 'famfamfam_silk/icons/webcam.png' ) !important; background-repeat: no-repeat; }
.silk-webcam-add { background-image: url( 'famfamfam_silk/icons/webcam_add.png' ) !important; background-repeat: no-repeat; }
.silk-webcam-delete { background-image: url( 'famfamfam_silk/icons/webcam_delete.png' ) !important; background-repeat: no-repeat; }
.silk-webcam-error { background-image: url( 'famfamfam_silk/icons/webcam_error.png' ) !important; background-repeat: no-repeat; }
.silk-world { background-image: url( 'famfamfam_silk/icons/world.png' ) !important; background-repeat: no-repeat; }
.silk-world-add { background-image: url( 'famfamfam_silk/icons/world_add.png' ) !important; background-repeat: no-repeat; }
.silk-world-delete { background-image: url( 'famfamfam_silk/icons/world_delete.png' ) !important; background-repeat: no-repeat; }
.silk-world-edit { background-image: url( 'famfamfam_silk/icons/world_edit.png' ) !important; background-repeat: no-repeat; }
.silk-world-go { background-image: url( 'famfamfam_silk/icons/world_go.png' ) !important; background-repeat: no-repeat; }
.silk-world-link { background-image: url( 'famfamfam_silk/icons/world_link.png' ) !important; background-repeat: no-repeat; }
.silk-wrench { background-image: url( 'famfamfam_silk/icons/wrench.png' ) !important; background-repeat: no-repeat; }
.silk-wrench-orange { background-image: url( 'famfamfam_silk/icons/wrench_orange.png' ) !important; background-repeat: no-repeat; }
.silk-xhtml { background-image: url( 'famfamfam_silk/icons/xhtml.png' ) !important; background-repeat: no-repeat; }
.silk-xhtml-add { background-image: url( 'famfamfam_silk/icons/xhtml_add.png' ) !important; background-repeat: no-repeat; }
.silk-xhtml-delete { background-image: url( 'famfamfam_silk/icons/xhtml_delete.png' ) !important; background-repeat: no-repeat; }
.silk-xhtml-go { background-image: url( 'famfamfam_silk/icons/xhtml_go.png' ) !important; background-repeat: no-repeat; }
.silk-xhtml-valid { background-image: url( 'famfamfam_silk/icons/xhtml_valid.png' ) !important; background-repeat: no-repeat; }
.silk-zoom { background-image: url( 'famfamfam_silk/icons/zoom.png' ) !important; background-repeat: no-repeat; }
.silk-zoom-in { background-image: url( 'famfamfam_silk/icons/zoom_in.png' ) !important; background-repeat: no-repeat; }
.silk-zoom-out { background-image: url( 'famfamfam_silk/icons/zoom_out.png' ) !important; background-repeat: no-repeat; }

.flag-ad { background-image: url( 'famfamfam_flag/icons/ad.png' ) !important; background-repeat: no-repeat; }
.flag-ae { background-image: url( 'famfamfam_flag/icons/ae.png' ) !important; background-repeat: no-repeat; }
.flag-af { background-image: url( 'famfamfam_flag/icons/af.png' ) !important; background-repeat: no-repeat; }
.flag-ag { background-image: url( 'famfamfam_flag/icons/ag.png' ) !important; background-repeat: no-repeat; }
.flag-ai { background-image: url( 'famfamfam_flag/icons/ai.png' ) !important; background-repeat: no-repeat; }
.flag-al { background-image: url( 'famfamfam_flag/icons/al.png' ) !important; background-repeat: no-repeat; }
.flag-am { background-image: url( 'famfamfam_flag/icons/am.png' ) !important; background-repeat: no-repeat; }
.flag-an { background-image: url( 'famfamfam_flag/icons/an.png' ) !important; background-repeat: no-repeat; }
.flag-ao { background-image: url( 'famfamfam_flag/icons/ao.png' ) !important; background-repeat: no-repeat; }
.flag-ar { background-image: url( 'famfamfam_flag/icons/ar.png' ) !important; background-repeat: no-repeat; }
.flag-as { background-image: url( 'famfamfam_flag/icons/as.png' ) !important; background-repeat: no-repeat; }
.flag-at { background-image: url( 'famfamfam_flag/icons/at.png' ) !important; background-repeat: no-repeat; }
.flag-au { background-image: url( 'famfamfam_flag/icons/au.png' ) !important; background-repeat: no-repeat; }
.flag-aw { background-image: url( 'famfamfam_flag/icons/aw.png' ) !important; background-repeat: no-repeat; }
.flag-ax { background-image: url( 'famfamfam_flag/icons/ax.png' ) !important; background-repeat: no-repeat; }
.flag-az { background-image: url( 'famfamfam_flag/icons/az.png' ) !important; background-repeat: no-repeat; }
.flag-ba { background-image: url( 'famfamfam_flag/icons/ba.png' ) !important; background-repeat: no-repeat; }
.flag-bb { background-image: url( 'famfamfam_flag/icons/bb.png' ) !important; background-repeat: no-repeat; }
.flag-bd { background-image: url( 'famfamfam_flag/icons/bd.png' ) !important; background-repeat: no-repeat; }
.flag-be { background-image: url( 'famfamfam_flag/icons/be.png' ) !important; background-repeat: no-repeat; }
.flag-bf { background-image: url( 'famfamfam_flag/icons/bf.png' ) !important; background-repeat: no-repeat; }
.flag-bg { background-image: url( 'famfamfam_flag/icons/bg.png' ) !important; background-repeat: no-repeat; }
.flag-bh { background-image: url( 'famfamfam_flag/icons/bh.png' ) !important; background-repeat: no-repeat; }
.flag-bi { background-image: url( 'famfamfam_flag/icons/bi.png' ) !important; background-repeat: no-repeat; }
.flag-bj { background-image: url( 'famfamfam_flag/icons/bj.png' ) !important; background-repeat: no-repeat; }
.flag-bm { background-image: url( 'famfamfam_flag/icons/bm.png' ) !important; background-repeat: no-repeat; }
.flag-bn { background-image: url( 'famfamfam_flag/icons/bn.png' ) !important; background-repeat: no-repeat; }
.flag-bo { background-image: url( 'famfamfam_flag/icons/bo.png' ) !important; background-repeat: no-repeat; }
.flag-br { background-image: url( 'famfamfam_flag/icons/br.png' ) !important; background-repeat: no-repeat; }
.flag-bs { background-image: url( 'famfamfam_flag/icons/bs.png' ) !important; background-repeat: no-repeat; }
.flag-bt { background-image: url( 'famfamfam_flag/icons/bt.png' ) !important; background-repeat: no-repeat; }
.flag-bv { background-image: url( 'famfamfam_flag/icons/bv.png' ) !important; background-repeat: no-repeat; }
.flag-bw { background-image: url( 'famfamfam_flag/icons/bw.png' ) !important; background-repeat: no-repeat; }
.flag-by { background-image: url( 'famfamfam_flag/icons/by.png' ) !important; background-repeat: no-repeat; }
.flag-bz { background-image: url( 'famfamfam_flag/icons/bz.png' ) !important; background-repeat: no-repeat; }
.flag-ca { background-image: url( 'famfamfam_flag/icons/ca.png' ) !important; background-repeat: no-repeat; }
.flag-catalonia { background-image: url( 'famfamfam_flag/icons/catalonia.png' ) !important; background-repeat: no-repeat; }
.flag-cc { background-image: url( 'famfamfam_flag/icons/cc.png' ) !important; background-repeat: no-repeat; }
.flag-cd { background-image: url( 'famfamfam_flag/icons/cd.png' ) !important; background-repeat: no-repeat; }
.flag-cf { background-image: url( 'famfamfam_flag/icons/cf.png' ) !important; background-repeat: no-repeat; }
.flag-cg { background-image: url( 'famfamfam_flag/icons/cg.png' ) !important; background-repeat: no-repeat; }
.flag-ch { background-image: url( 'famfamfam_flag/icons/ch.png' ) !important; background-repeat: no-repeat; }
.flag-ci { background-image: url( 'famfamfam_flag/icons/ci.png' ) !important; background-repeat: no-repeat; }
.flag-ck { background-image: url( 'famfamfam_flag/icons/ck.png' ) !important; background-repeat: no-repeat; }
.flag-cl { background-image: url( 'famfamfam_flag/icons/cl.png' ) !important; background-repeat: no-repeat; }
.flag-cm { background-image: url( 'famfamfam_flag/icons/cm.png' ) !important; background-repeat: no-repeat; }
.flag-cn { background-image: url( 'famfamfam_flag/icons/cn.png' ) !important; background-repeat: no-repeat; }
.flag-co { background-image: url( 'famfamfam_flag/icons/co.png' ) !important; background-repeat: no-repeat; }
.flag-cr { background-image: url( 'famfamfam_flag/icons/cr.png' ) !important; background-repeat: no-repeat; }
.flag-cs { background-image: url( 'famfamfam_flag/icons/cs.png' ) !important; background-repeat: no-repeat; }
.flag-cu { background-image: url( 'famfamfam_flag/icons/cu.png' ) !important; background-repeat: no-repeat; }
.flag-cv { background-image: url( 'famfamfam_flag/icons/cv.png' ) !important; background-repeat: no-repeat; }
.flag-cx { background-image: url( 'famfamfam_flag/icons/cx.png' ) !important; background-repeat: no-repeat; }
.flag-cy { background-image: url( 'famfamfam_flag/icons/cy.png' ) !important; background-repeat: no-repeat; }
.flag-cz { background-image: url( 'famfamfam_flag/icons/cz.png' ) !important; background-repeat: no-repeat; }
.flag-de { background-image: url( 'famfamfam_flag/icons/de.png' ) !important; background-repeat: no-repeat; }
.flag-dj { background-image: url( 'famfamfam_flag/icons/dj.png' ) !important; background-repeat: no-repeat; }
.flag-dk { background-image: url( 'famfamfam_flag/icons/dk.png' ) !important; background-repeat: no-repeat; }
.flag-dm { background-image: url( 'famfamfam_flag/icons/dm.png' ) !important; background-repeat: no-repeat; }
.flag-do { background-image: url( 'famfamfam_flag/icons/do.png' ) !important; background-repeat: no-repeat; }
.flag-dz { background-image: url( 'famfamfam_flag/icons/dz.png' ) !important; background-repeat: no-repeat; }
.flag-ec { background-image: url( 'famfamfam_flag/icons/ec.png' ) !important; background-repeat: no-repeat; }
.flag-ee { background-image: url( 'famfamfam_flag/icons/ee.png' ) !important; background-repeat: no-repeat; }
.flag-eg { background-image: url( 'famfamfam_flag/icons/eg.png' ) !important; background-repeat: no-repeat; }
.flag-eh { background-image: url( 'famfamfam_flag/icons/eh.png' ) !important; background-repeat: no-repeat; }
.flag-england { background-image: url( 'famfamfam_flag/icons/england.png' ) !important; background-repeat: no-repeat; }
.flag-er { background-image: url( 'famfamfam_flag/icons/er.png' ) !important; background-repeat: no-repeat; }
.flag-es { background-image: url( 'famfamfam_flag/icons/es.png' ) !important; background-repeat: no-repeat; }
.flag-et { background-image: url( 'famfamfam_flag/icons/et.png' ) !important; background-repeat: no-repeat; }
.flag-europeanunion { background-image: url( 'famfamfam_flag/icons/europeanunion.png' ) !important; background-repeat: no-repeat; }
.flag-fam { background-image: url( 'famfamfam_flag/icons/fam.png' ) !important; background-repeat: no-repeat; }
.flag-fi { background-image: url( 'famfamfam_flag/icons/fi.png' ) !important; background-repeat: no-repeat; }
.flag-fj { background-image: url( 'famfamfam_flag/icons/fj.png' ) !important; background-repeat: no-repeat; }
.flag-fk { background-image: url( 'famfamfam_flag/icons/fk.png' ) !important; background-repeat: no-repeat; }
.flag-fm { background-image: url( 'famfamfam_flag/icons/fm.png' ) !important; background-repeat: no-repeat; }
.flag-fo { background-image: url( 'famfamfam_flag/icons/fo.png' ) !important; background-repeat: no-repeat; }
.flag-fr { background-image: url( 'famfamfam_flag/icons/fr.png' ) !important; background-repeat: no-repeat; }
.flag-ga { background-image: url( 'famfamfam_flag/icons/ga.png' ) !important; background-repeat: no-repeat; }
.flag-gb { background-image: url( 'famfamfam_flag/icons/gb.png' ) !important; background-repeat: no-repeat; }
.flag-gd { background-image: url( 'famfamfam_flag/icons/gd.png' ) !important; background-repeat: no-repeat; }
.flag-ge { background-image: url( 'famfamfam_flag/icons/ge.png' ) !important; background-repeat: no-repeat; }
.flag-gf { background-image: url( 'famfamfam_flag/icons/gf.png' ) !important; background-repeat: no-repeat; }
.flag-gh { background-image: url( 'famfamfam_flag/icons/gh.png' ) !important; background-repeat: no-repeat; }
.flag-gi { background-image: url( 'famfamfam_flag/icons/gi.png' ) !important; background-repeat: no-repeat; }
.flag-gl { background-image: url( 'famfamfam_flag/icons/gl.png' ) !important; background-repeat: no-repeat; }
.flag-gm { background-image: url( 'famfamfam_flag/icons/gm.png' ) !important; background-repeat: no-repeat; }
.flag-gn { background-image: url( 'famfamfam_flag/icons/gn.png' ) !important; background-repeat: no-repeat; }
.flag-gp { background-image: url( 'famfamfam_flag/icons/gp.png' ) !important; background-repeat: no-repeat; }
.flag-gq { background-image: url( 'famfamfam_flag/icons/gq.png' ) !important; background-repeat: no-repeat; }
.flag-gr { background-image: url( 'famfamfam_flag/icons/gr.png' ) !important; background-repeat: no-repeat; }
.flag-gs { background-image: url( 'famfamfam_flag/icons/gs.png' ) !important; background-repeat: no-repeat; }
.flag-gt { background-image: url( 'famfamfam_flag/icons/gt.png' ) !important; background-repeat: no-repeat; }
.flag-gu { background-image: url( 'famfamfam_flag/icons/gu.png' ) !important; background-repeat: no-repeat; }
.flag-gw { background-image: url( 'famfamfam_flag/icons/gw.png' ) !important; background-repeat: no-repeat; }
.flag-gy { background-image: url( 'famfamfam_flag/icons/gy.png' ) !important; background-repeat: no-repeat; }
.flag-hk { background-image: url( 'famfamfam_flag/icons/hk.png' ) !important; background-repeat: no-repeat; }
.flag-hm { background-image: url( 'famfamfam_flag/icons/hm.png' ) !important; background-repeat: no-repeat; }
.flag-hn { background-image: url( 'famfamfam_flag/icons/hn.png' ) !important; background-repeat: no-repeat; }
.flag-hr { background-image: url( 'famfamfam_flag/icons/hr.png' ) !important; background-repeat: no-repeat; }
.flag-ht { background-image: url( 'famfamfam_flag/icons/ht.png' ) !important; background-repeat: no-repeat; }
.flag-hu { background-image: url( 'famfamfam_flag/icons/hu.png' ) !important; background-repeat: no-repeat; }
.flag-id { background-image: url( 'famfamfam_flag/icons/id.png' ) !important; background-repeat: no-repeat; }
.flag-ie { background-image: url( 'famfamfam_flag/icons/ie.png' ) !important; background-repeat: no-repeat; }
.flag-il { background-image: url( 'famfamfam_flag/icons/il.png' ) !important; background-repeat: no-repeat; }
.flag-in { background-image: url( 'famfamfam_flag/icons/in.png' ) !important; background-repeat: no-repeat; }
.flag-io { background-image: url( 'famfamfam_flag/icons/io.png' ) !important; background-repeat: no-repeat; }
.flag-iq { background-image: url( 'famfamfam_flag/icons/iq.png' ) !important; background-repeat: no-repeat; }
.flag-ir { background-image: url( 'famfamfam_flag/icons/ir.png' ) !important; background-repeat: no-repeat; }
.flag-is { background-image: url( 'famfamfam_flag/icons/is.png' ) !important; background-repeat: no-repeat; }
.flag-it { background-image: url( 'famfamfam_flag/icons/it.png' ) !important; background-repeat: no-repeat; }
.flag-jm { background-image: url( 'famfamfam_flag/icons/jm.png' ) !important; background-repeat: no-repeat; }
.flag-jo { background-image: url( 'famfamfam_flag/icons/jo.png' ) !important; background-repeat: no-repeat; }
.flag-jp { background-image: url( 'famfamfam_flag/icons/jp.png' ) !important; background-repeat: no-repeat; }
.flag-ke { background-image: url( 'famfamfam_flag/icons/ke.png' ) !important; background-repeat: no-repeat; }
.flag-kg { background-image: url( 'famfamfam_flag/icons/kg.png' ) !important; background-repeat: no-repeat; }
.flag-kh { background-image: url( 'famfamfam_flag/icons/kh.png' ) !important; background-repeat: no-repeat; }
.flag-ki { background-image: url( 'famfamfam_flag/icons/ki.png' ) !important; background-repeat: no-repeat; }
.flag-km { background-image: url( 'famfamfam_flag/icons/km.png' ) !important; background-repeat: no-repeat; }
.flag-kn { background-image: url( 'famfamfam_flag/icons/kn.png' ) !important; background-repeat: no-repeat; }
.flag-kp { background-image: url( 'famfamfam_flag/icons/kp.png' ) !important; background-repeat: no-repeat; }
.flag-kr { background-image: url( 'famfamfam_flag/icons/kr.png' ) !important; background-repeat: no-repeat; }
.flag-kw { background-image: url( 'famfamfam_flag/icons/kw.png' ) !important; background-repeat: no-repeat; }
.flag-ky { background-image: url( 'famfamfam_flag/icons/ky.png' ) !important; background-repeat: no-repeat; }
.flag-kz { background-image: url( 'famfamfam_flag/icons/kz.png' ) !important; background-repeat: no-repeat; }
.flag-la { background-image: url( 'famfamfam_flag/icons/la.png' ) !important; background-repeat: no-repeat; }
.flag-lb { background-image: url( 'famfamfam_flag/icons/lb.png' ) !important; background-repeat: no-repeat; }
.flag-lc { background-image: url( 'famfamfam_flag/icons/lc.png' ) !important; background-repeat: no-repeat; }
.flag-li { background-image: url( 'famfamfam_flag/icons/li.png' ) !important; background-repeat: no-repeat; }
.flag-lk { background-image: url( 'famfamfam_flag/icons/lk.png' ) !important; background-repeat: no-repeat; }
.flag-lr { background-image: url( 'famfamfam_flag/icons/lr.png' ) !important; background-repeat: no-repeat; }
.flag-ls { background-image: url( 'famfamfam_flag/icons/ls.png' ) !important; background-repeat: no-repeat; }
.flag-lt { background-image: url( 'famfamfam_flag/icons/lt.png' ) !important; background-repeat: no-repeat; }
.flag-lu { background-image: url( 'famfamfam_flag/icons/lu.png' ) !important; background-repeat: no-repeat; }
.flag-lv { background-image: url( 'famfamfam_flag/icons/lv.png' ) !important; background-repeat: no-repeat; }
.flag-ly { background-image: url( 'famfamfam_flag/icons/ly.png' ) !important; background-repeat: no-repeat; }
.flag-ma { background-image: url( 'famfamfam_flag/icons/ma.png' ) !important; background-repeat: no-repeat; }
.flag-mc { background-image: url( 'famfamfam_flag/icons/mc.png' ) !important; background-repeat: no-repeat; }
.flag-md { background-image: url( 'famfamfam_flag/icons/md.png' ) !important; background-repeat: no-repeat; }
.flag-me { background-image: url( 'famfamfam_flag/icons/me.png' ) !important; background-repeat: no-repeat; }
.flag-mg { background-image: url( 'famfamfam_flag/icons/mg.png' ) !important; background-repeat: no-repeat; }
.flag-mh { background-image: url( 'famfamfam_flag/icons/mh.png' ) !important; background-repeat: no-repeat; }
.flag-mk { background-image: url( 'famfamfam_flag/icons/mk.png' ) !important; background-repeat: no-repeat; }
.flag-ml { background-image: url( 'famfamfam_flag/icons/ml.png' ) !important; background-repeat: no-repeat; }
.flag-mm { background-image: url( 'famfamfam_flag/icons/mm.png' ) !important; background-repeat: no-repeat; }
.flag-mn { background-image: url( 'famfamfam_flag/icons/mn.png' ) !important; background-repeat: no-repeat; }
.flag-mo { background-image: url( 'famfamfam_flag/icons/mo.png' ) !important; background-repeat: no-repeat; }
.flag-mp { background-image: url( 'famfamfam_flag/icons/mp.png' ) !important; background-repeat: no-repeat; }
.flag-mq { background-image: url( 'famfamfam_flag/icons/mq.png' ) !important; background-repeat: no-repeat; }
.flag-mr { background-image: url( 'famfamfam_flag/icons/mr.png' ) !important; background-repeat: no-repeat; }
.flag-ms { background-image: url( 'famfamfam_flag/icons/ms.png' ) !important; background-repeat: no-repeat; }
.flag-mt { background-image: url( 'famfamfam_flag/icons/mt.png' ) !important; background-repeat: no-repeat; }
.flag-mu { background-image: url( 'famfamfam_flag/icons/mu.png' ) !important; background-repeat: no-repeat; }
.flag-mv { background-image: url( 'famfamfam_flag/icons/mv.png' ) !important; background-repeat: no-repeat; }
.flag-mw { background-image: url( 'famfamfam_flag/icons/mw.png' ) !important; background-repeat: no-repeat; }
.flag-mx { background-image: url( 'famfamfam_flag/icons/mx.png' ) !important; background-repeat: no-repeat; }
.flag-my { background-image: url( 'famfamfam_flag/icons/my.png' ) !important; background-repeat: no-repeat; }
.flag-mz { background-image: url( 'famfamfam_flag/icons/mz.png' ) !important; background-repeat: no-repeat; }
.flag-na { background-image: url( 'famfamfam_flag/icons/na.png' ) !important; background-repeat: no-repeat; }
.flag-nc { background-image: url( 'famfamfam_flag/icons/nc.png' ) !important; background-repeat: no-repeat; }
.flag-ne { background-image: url( 'famfamfam_flag/icons/ne.png' ) !important; background-repeat: no-repeat; }
.flag-nf { background-image: url( 'famfamfam_flag/icons/nf.png' ) !important; background-repeat: no-repeat; }
.flag-ng { background-image: url( 'famfamfam_flag/icons/ng.png' ) !important; background-repeat: no-repeat; }
.flag-ni { background-image: url( 'famfamfam_flag/icons/ni.png' ) !important; background-repeat: no-repeat; }
.flag-nl { background-image: url( 'famfamfam_flag/icons/nl.png' ) !important; background-repeat: no-repeat; }
.flag-no { background-image: url( 'famfamfam_flag/icons/no.png' ) !important; background-repeat: no-repeat; }
.flag-np { background-image: url( 'famfamfam_flag/icons/np.png' ) !important; background-repeat: no-repeat; }
.flag-nr { background-image: url( 'famfamfam_flag/icons/nr.png' ) !important; background-repeat: no-repeat; }
.flag-nu { background-image: url( 'famfamfam_flag/icons/nu.png' ) !important; background-repeat: no-repeat; }
.flag-nz { background-image: url( 'famfamfam_flag/icons/nz.png' ) !important; background-repeat: no-repeat; }
.flag-om { background-image: url( 'famfamfam_flag/icons/om.png' ) !important; background-repeat: no-repeat; }
.flag-pa { background-image: url( 'famfamfam_flag/icons/pa.png' ) !important; background-repeat: no-repeat; }
.flag-pe { background-image: url( 'famfamfam_flag/icons/pe.png' ) !important; background-repeat: no-repeat; }
.flag-pf { background-image: url( 'famfamfam_flag/icons/pf.png' ) !important; background-repeat: no-repeat; }
.flag-pg { background-image: url( 'famfamfam_flag/icons/pg.png' ) !important; background-repeat: no-repeat; }
.flag-ph { background-image: url( 'famfamfam_flag/icons/ph.png' ) !important; background-repeat: no-repeat; }
.flag-pk { background-image: url( 'famfamfam_flag/icons/pk.png' ) !important; background-repeat: no-repeat; }
.flag-pl { background-image: url( 'famfamfam_flag/icons/pl.png' ) !important; background-repeat: no-repeat; }
.flag-pm { background-image: url( 'famfamfam_flag/icons/pm.png' ) !important; background-repeat: no-repeat; }
.flag-pn { background-image: url( 'famfamfam_flag/icons/pn.png' ) !important; background-repeat: no-repeat; }
.flag-pr { background-image: url( 'famfamfam_flag/icons/pr.png' ) !important; background-repeat: no-repeat; }
.flag-ps { background-image: url( 'famfamfam_flag/icons/ps.png' ) !important; background-repeat: no-repeat; }
.flag-pt { background-image: url( 'famfamfam_flag/icons/pt.png' ) !important; background-repeat: no-repeat; }
.flag-pw { background-image: url( 'famfamfam_flag/icons/pw.png' ) !important; background-repeat: no-repeat; }
.flag-py { background-image: url( 'famfamfam_flag/icons/py.png' ) !important; background-repeat: no-repeat; }
.flag-qa { background-image: url( 'famfamfam_flag/icons/qa.png' ) !important; background-repeat: no-repeat; }
.flag-re { background-image: url( 'famfamfam_flag/icons/re.png' ) !important; background-repeat: no-repeat; }
.flag-ro { background-image: url( 'famfamfam_flag/icons/ro.png' ) !important; background-repeat: no-repeat; }
.flag-rs { background-image: url( 'famfamfam_flag/icons/rs.png' ) !important; background-repeat: no-repeat; }
.flag-ru { background-image: url( 'famfamfam_flag/icons/ru.png' ) !important; background-repeat: no-repeat; }
.flag-rw { background-image: url( 'famfamfam_flag/icons/rw.png' ) !important; background-repeat: no-repeat; }
.flag-sa { background-image: url( 'famfamfam_flag/icons/sa.png' ) !important; background-repeat: no-repeat; }
.flag-sb { background-image: url( 'famfamfam_flag/icons/sb.png' ) !important; background-repeat: no-repeat; }
.flag-sc { background-image: url( 'famfamfam_flag/icons/sc.png' ) !important; background-repeat: no-repeat; }
.flag-scotland { background-image: url( 'famfamfam_flag/icons/scotland.png' ) !important; background-repeat: no-repeat; }
.flag-sd { background-image: url( 'famfamfam_flag/icons/sd.png' ) !important; background-repeat: no-repeat; }
.flag-se { background-image: url( 'famfamfam_flag/icons/se.png' ) !important; background-repeat: no-repeat; }
.flag-sg { background-image: url( 'famfamfam_flag/icons/sg.png' ) !important; background-repeat: no-repeat; }
.flag-sh { background-image: url( 'famfamfam_flag/icons/sh.png' ) !important; background-repeat: no-repeat; }
.flag-si { background-image: url( 'famfamfam_flag/icons/si.png' ) !important; background-repeat: no-repeat; }
.flag-sj { background-image: url( 'famfamfam_flag/icons/sj.png' ) !important; background-repeat: no-repeat; }
.flag-sk { background-image: url( 'famfamfam_flag/icons/sk.png' ) !important; background-repeat: no-repeat; }
.flag-sl { background-image: url( 'famfamfam_flag/icons/sl.png' ) !important; background-repeat: no-repeat; }
.flag-sm { background-image: url( 'famfamfam_flag/icons/sm.png' ) !important; background-repeat: no-repeat; }
.flag-sn { background-image: url( 'famfamfam_flag/icons/sn.png' ) !important; background-repeat: no-repeat; }
.flag-so { background-image: url( 'famfamfam_flag/icons/so.png' ) !important; background-repeat: no-repeat; }
.flag-sr { background-image: url( 'famfamfam_flag/icons/sr.png' ) !important; background-repeat: no-repeat; }
.flag-st { background-image: url( 'famfamfam_flag/icons/st.png' ) !important; background-repeat: no-repeat; }
.flag-sv { background-image: url( 'famfamfam_flag/icons/sv.png' ) !important; background-repeat: no-repeat; }
.flag-sy { background-image: url( 'famfamfam_flag/icons/sy.png' ) !important; background-repeat: no-repeat; }
.flag-sz { background-image: url( 'famfamfam_flag/icons/sz.png' ) !important; background-repeat: no-repeat; }
.flag-tc { background-image: url( 'famfamfam_flag/icons/tc.png' ) !important; background-repeat: no-repeat; }
.flag-td { background-image: url( 'famfamfam_flag/icons/td.png' ) !important; background-repeat: no-repeat; }
.flag-tf { background-image: url( 'famfamfam_flag/icons/tf.png' ) !important; background-repeat: no-repeat; }
.flag-tg { background-image: url( 'famfamfam_flag/icons/tg.png' ) !important; background-repeat: no-repeat; }
.flag-th { background-image: url( 'famfamfam_flag/icons/th.png' ) !important; background-repeat: no-repeat; }
.flag-tj { background-image: url( 'famfamfam_flag/icons/tj.png' ) !important; background-repeat: no-repeat; }
.flag-tk { background-image: url( 'famfamfam_flag/icons/tk.png' ) !important; background-repeat: no-repeat; }
.flag-tl { background-image: url( 'famfamfam_flag/icons/tl.png' ) !important; background-repeat: no-repeat; }
.flag-tm { background-image: url( 'famfamfam_flag/icons/tm.png' ) !important; background-repeat: no-repeat; }
.flag-tn { background-image: url( 'famfamfam_flag/icons/tn.png' ) !important; background-repeat: no-repeat; }
.flag-to { background-image: url( 'famfamfam_flag/icons/to.png' ) !important; background-repeat: no-repeat; }
.flag-tr { background-image: url( 'famfamfam_flag/icons/tr.png' ) !important; background-repeat: no-repeat; }
.flag-tt { background-image: url( 'famfamfam_flag/icons/tt.png' ) !important; background-repeat: no-repeat; }
.flag-tv { background-image: url( 'famfamfam_flag/icons/tv.png' ) !important; background-repeat: no-repeat; }
.flag-tw { background-image: url( 'famfamfam_flag/icons/tw.png' ) !important; background-repeat: no-repeat; }
.flag-tz { background-image: url( 'famfamfam_flag/icons/tz.png' ) !important; background-repeat: no-repeat; }
.flag-ua { background-image: url( 'famfamfam_flag/icons/ua.png' ) !important; background-repeat: no-repeat; }
.flag-ug { background-image: url( 'famfamfam_flag/icons/ug.png' ) !important; background-repeat: no-repeat; }
.flag-um { background-image: url( 'famfamfam_flag/icons/um.png' ) !important; background-repeat: no-repeat; }
.flag-us { background-image: url( 'famfamfam_flag/icons/us.png' ) !important; background-repeat: no-repeat; }
.flag-uy { background-image: url( 'famfamfam_flag/icons/uy.png' ) !important; background-repeat: no-repeat; }
.flag-uz { background-image: url( 'famfamfam_flag/icons/uz.png' ) !important; background-repeat: no-repeat; }
.flag-va { background-image: url( 'famfamfam_flag/icons/va.png' ) !important; background-repeat: no-repeat; }
.flag-vc { background-image: url( 'famfamfam_flag/icons/vc.png' ) !important; background-repeat: no-repeat; }
.flag-ve { background-image: url( 'famfamfam_flag/icons/ve.png' ) !important; background-repeat: no-repeat; }
.flag-vg { background-image: url( 'famfamfam_flag/icons/vg.png' ) !important; background-repeat: no-repeat; }
.flag-vi { background-image: url( 'famfamfam_flag/icons/vi.png' ) !important; background-repeat: no-repeat; }
.flag-vn { background-image: url( 'famfamfam_flag/icons/vn.png' ) !important; background-repeat: no-repeat; }
.flag-vu { background-image: url( 'famfamfam_flag/icons/vu.png' ) !important; background-repeat: no-repeat; }
.flag-wales { background-image: url( 'famfamfam_flag/icons/wales.png' ) !important; background-repeat: no-repeat; }
.flag-wf { background-image: url( 'famfamfam_flag/icons/wf.png' ) !important; background-repeat: no-repeat; }
.flag-ws { background-image: url( 'famfamfam_flag/icons/ws.png' ) !important; background-repeat: no-repeat; }
.flag-ye { background-image: url( 'famfamfam_flag/icons/ye.png' ) !important; background-repeat: no-repeat; }
.flag-yt { background-image: url( 'famfamfam_flag/icons/yt.png' ) !important; background-repeat: no-repeat; }
.flag-za { background-image: url( 'famfamfam_flag/icons/za.png' ) !important; background-repeat: no-repeat; }
.flag-zm { background-image: url( 'famfamfam_flag/icons/zm.png' ) !important; background-repeat: no-repeat; }
.flag-zw { background-image: url( 'famfamfam_flag/icons/zw.png' ) !important; background-repeat: no-repeat; }
.qq-uploader { width: 100%;}

.qq-upload-button {
    display:block; /* or inline-block */
    width: 100%; padding: 7px 0; text-align:center;
    background:#888888; border-bottom:1px solid #333;color:#fff;
}
.qq-upload-button-hover {background:#999;}
.qq-upload-button-focus {outline:1px dotted black;}

.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; min-height: 70px; z-index:2;
    background:#FF9797; text-align:center;
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}
.qq-upload-drop-area-active {background:#FF7171;}

.qq-upload-list {margin:15px 35px; padding:0; list-style:disc;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: image-url( 'fileuploader/loading.gif' ); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}
/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/assets/fontawesome-webfont.eot?v=4.6.2);src:url(/assets/fontawesome-webfont.eot?#iefix&v=4.6.2) format('embedded-opentype'),url(/assets/fontawesome-webfont.woff2?v=4.6.2) format('woff2'),url(/assets/fontawesome-webfont.woff?v=4.6.2) format('woff'),url(/assets/fontawesome-webfont.ttf?v=4.6.2) format('truetype'),url(/assets/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/*
    Document   : main
    Created on : 02.06.2009, 14:12:44
    Author     : dominik
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* .dmdoc-editor => height: 100%; ist notwendig, wenn Verwendung von
   <!DOCTYPE html> in app/views/layouts/application.html.erb

   Funktioniert jedoch nicht im IE8
*/
.dmdoc-editor {
    height: 100%;
}

.dmdoc-code-editor {
	font-family: 'Courier New';
	font-size: 10pt;
}

.dmdoc-deputy-invalid-line table.x-grid3-row-table {
  color: red !important;
}

.x-grid3-row.system-job .x-grid3-cell {
  background-color: #D1E0FF
}

.show_pointer_cursor {
    cursor: pointer;
}

.bottom-padding {
    padding-bottom: 10px
}

.dmdoc-hide-item {
    display:none
}

.dmdoc-max-width {
    width: 100%
}

.invisible-css-class {
    display: none
}

.hospital-target {
    border: 1px solid red;
    height: 30px
}

#content_editor p {
    margin:0;
    padding: 0;
}

#layout_grid .x-grid3-col-58 {
    white-space:normal;

}

#brick_properties .x-grid3-col-16 {
    white-space:normal;
}

#brick_list_view .my-data-view-select {
    margin: 10px;
    padding: 5px;
    border: 1px solid black
}

#brick_list_view .x-view-over .buttons {
    display:inline
}

#brick_list_view .buttons {
    display:none
}

#brick_list_view .x-view-over {
    background-color:white
}

#brick_list_view .x-view-over {
    background-color:white
}

.span-link {
    color:blue;
    text-decoration:underline
}

#brick_list_view .x-view-selected {
    background-color:red;
}

.bold td {
  font-weight: bold !important;
}

/*
    CodeMirror Anpassungen
*/
.CodeMirror {
    height: 100% !important;
}

.CodeMirror-scroll {
    height: 100% !important;
}

/*
    Anpassungen für Fancybox bei Templatepreview
*/
.fancybox-nav {
    width: 60px;
}

.fancybox-nav span {
    visibility: visible;
    opacity: 0.5;
}

.fancybox-nav:hover span {
    opacity: 1;
}

.fancybox-next {
    right: -60px;
}

.fancybox-prev {
    left: -60px;
}
body#tinymce, #tinymce td, #tinymce pre {
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  margin: 8px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

 #tinymce p {
  padding: 0px;
  margin: 0px;
}

.dmdoc-editor-paragraph {
  display: block;
  border: 0;
  width: 100%;
  height: 12px;
  border-top: 1px dotted #ccc;
  margin-top: 15px;
  background: #fff image-url( 'paragraph-text.png' ) no-repeat center top;
}

.mce-item-table, .mce-item-table td, .mce-item-table th, .mce-item-table caption {
  border: 1px solid black;
  width: 200pt;
}

.mce-ico, .mce-i-dmtable:before {
  content: "\e01b";
  -ie7-icon: "\e01b";

  background: transparent center center;
  width: 16px;
  height: 16px;
}

i.mce-i-checkbox {
  text-indent: -11em;
}
.template-like { background-image: image-url( 'like16.png' ) !important; background-repeat: no-repeat; }
.template-dislike { background-image: image-url( 'dislike16.png' ) !important; background-repeat: no-repeat; }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *

 */
/* 
    Document   : version
    Created on : 29.09.2010, 15:26:14
    Author     : dominik
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#dmdoc-version-readme {
	padding: 10px;
	font-family: 'Arial';
	font-size: 11pt;
}

#dmdoc-version-readme .version {
	margin-top: 10px;
	margin-bottom: 3px;
}

#dmdoc-version-readme .date {

}

#dmdoc-version-readme ul {
	list-style: disc inside;
	
}
div.loading table {
	margin: auto;
}

div.horizon {
	text-align: center;
	margin: 0px;
	padding: 0px;

	width: 100%;
	height: 1px;
	overflow: visible;
	position: absolute;
	top: 50%;
}

div.loading, div.error, div.received {
	margin: auto;
	vertical-align: middle;
	display: block;
	height: 100px;
	position: relative;
	top: -20px
}

div.error, div.received {
	display:none
}

div.mail-info, div.mail-content, div.mail-attachments {
	font-family: arial, sans-serif;
	font-size: 10pt;
	padding: 20px;
}

div.mail-info, div.mail-attachments {
	background-color: #F5F5F5;
}

div.mail-content {
	background-color: #FAFAFA;
}

div.mail-info {
	border-bottom: solid #BDBDBD 1px;
}

div.mail-subject {
	font-weight: bold;
	padding-bottom: 10px;
}

div.mail-from, div.mail-to, div.mail-cc, div.mail-bcc {
	padding-top: 15px;
}

div.mail-attachments {
	padding-top: 10px;
	border-top: solid #BDBDBD 1px;
	vertical-align: top;
}

div.mail-attachment {
	text-align: center;
	display: inline-block;
	font-size: smaller;
	width: 160px;
	cursor: hand;
	padding: 5px;
	-moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
	vertical-align: top;
	border: solid 1px transparent;
}

div.mail-attachment:hover {
	border: solid #BDBDBD 1px;
	background-color: #E0E0E0;
}

div.mail-attachment-name {
  font-size: 8pt;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.history-title {
  font-weight: bold;
}

.history-title-user {
  color: #888888;
}

.draft-note-title {
  font-weight: bold;
  font-size: 7pt;
  margin-bottom: 3px;
  border-bottom: 1px solid #777777;
}

.draft-note-empty {
  font-size: 14pt;
  padding-top: 50px;
  text-align: center;
}

.placeholder {
  color: #aaa;
}

.draft-note span.action {
  font-style: italic;
}

.draft-note {
  /* background-color: #f6e99a; */
  background-color: #FEFCAF; /* for non-css3 browsers */

  background: -webkit-gradient(linear, left top, left bottom, from(#FEFCAF), to(#FFFEDA)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #FEFCAF,  #FFFEDA) repeat scroll 0 0; /* for firefox 3.6+ */
  /* For Internet Explorer 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FEFCAF, endColorstr=#FFFEDA);
  /* For Internet Explorer 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FEFCAF, endColorstr=#FFFEDA)";
  font-family: sans-serif;
  font-size: 12pt;
  padding: 10px;
  margin: 8px;
  -moz-box-shadow: 2px 2px 2px #aaa;
  -webkit-box-shadow: 2px 2px 2px #aaa;
  box-shadow: 2px 2px 2px #aaa;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#aaaaaa')";
}

.brick-icon {
  width: 16px;
  height: 16px;
  background-position: right top;
  float: right;
  margin-top: -6px;
  cursor: pointer;
  z-index: 1;
}

/*.draft-brick-note-title {*/
/*  font-weight: bold;*/
/*  font-size: 7pt;*/
/*  [>text-align: right;<]*/
/*  display: block;*/
/*  float: left;*/
/*  margin-bottom: 3px;*/
/*  margin-right: 20px;*/
/*  [>padding-left: 20px;<]*/
/*  border-bottom: 1px solid #777777;*/
/*}*/

.draft-brick-note-text {
  width: 160px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #777;
  padding-bottom: 4px;
  display: block;
}

.draft-brick-note span.action {
  font-style: italic;
  word-wrap: break-word;
}

.draft-brick-notes-box {
  width: 180px;
  right: -220px;
  position: absolute;
  font-family: sans-serif;

/* background-color: #f6e99a; */
  background-color: #FEFCAF; /* for non-css3 browsers */

  background: -webkit-gradient(linear, left top, left bottom, from(#FEFCAF), to(#FFFEDA)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #FEFCAF,  #FFFEDA) repeat scroll 0 0; /* for firefox 3.6+ */
  /* For Internet Explorer 8 */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FEFCAF, endColorstr=#FFFEDA);
  /*margin: 8px;*/
  -moz-box-shadow: 2px 2px 2px #aaa;
  -webkit-box-shadow: 2px 2px 2px #aaa;
  box-shadow: 2px 2px 2px #aaa;
  /* For IE 8 */
  -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#aaaaaa');
  z-index: 1;
}

.draft-brick-notes {
  font-size: 12pt;
  padding: 10px;
  display: block;
  word-wrap: break-word;
}

.draft-brick-note-textarea {
  width: 160px;
  height: 60px;
  margin-bottom: 10px;
  margin-top: 5px;
  float: left;
  font-size: 12pt;
  font-family: sans-serif;
}

.draft-brick-note-add {
  height: 16px;
  width: 16px;
  margin-left: 175px;
  margin-top: 5px;
  padding-right: 5px;
}

.draft-brick-note-delete {
  height: 16px;
  width: 16px;
  position: absolute;
  margin-left: 175px;
  padding-right: 5px;
  display: block;
}

.draft-brick-note-icon-container {
  cursor: pointer;
  height: 16px;
  width: 16px;
  position: absolute;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #eee;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px ;
  -moz-box-shadow: 2px 2px 2px #aaa;
  -webkit-box-shadow: 2px 2px 2px #aaa;
  box-shadow: 2px 2px 2px #aaa;
}

.draft-brick-note-empty {
  width: 16px;
  height: 16px;
  right: -30px;
  position: absolute;
  cursor: pointer;
  word-wrap: break-word;
  z-index: 1;
}

.draft-brick-note-show {
  width: 16px;
  height: 16px;
  right: -30px;
  position: absolute;
  cursor: pointer;
  word-wrap: break-word;
  z-index: 1;
}

.draft-brick-note-header {
  font-size: 10pt;
  font-weight: bold;
  width: 16px;
  height: 16px;
  padding-left: 0px;
  background-repeat: no-repeat;
  background-position: 0 center;
}

.bb-note-hover {
  background-color: #AEC7F4 !important;
}

.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
  filter: alpha(opacity=50); /* IE5 - 7 */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); /* IE 8 */
  -khtml-opacity:.50;
  -moz-opacity:.50;
  -ms-filter:"alpha(opacity=50)";
  filter:alpha(opacity=50);
  opacity:.50;
}

.opaque {
 -khtml-opacity:.50;
 -moz-opacity:.50;
 -ms-filter:"alpha(opacity=50)";
  filter:alpha(opacity=50);
  opacity:.50;
}

.draft-brick-note-header {
  cursor: pointer;
}

.dmdoc-user-view {
  padding: 10px;
}

.dmdoc-user-view h1:not(:first-of-type) {
  margin-top: 20px;
}
.dmdoc-user-view h1 {
  font-size: 12pt;
  margin-bottom: 5px;
}

.dmdoc-user-view li {
  font-size: 11pt;
}

.dmdoc-brick-preview {
  background-color: #EEEEEE;
  padding: 10px;
  overflow: auto;
}

.dmdoc-brick-preview strong {
  font-weight: bold;
}

.dmdoc-brick-preview strong em,
.dmdoc-brick-preview em strong {
  font-style: italic;
  font-weight: bold;
}

.dmdoc-brick-preview em {
  font-style: italic;
}

.dmdoc-preview-separator:not(:last-of-type) {
  border-bottom: 1px solid black;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.dmdoc-workspace-doctype {
  background-color: #EEEEEE;
  margin-top: 10px;
}

.dmdoc-workspace ol {
  list-style-type:decimal;
  list-style-position:outside;
  padding-left: 30px
}

.dmdoc-view-workspace {
  background-color: #EEEEEE;
}

.dmdoc-workspace-doctype .part-label {
  margin: 0px auto;
  padding: 2px;
  position: relative;
  width: 595pt;
  font: 12px arial,tahoma,verdana,helvetica;
  opacity: 0.38;
  top: 20px;
}

.dmdoc-workspace-html .part-label {
  display: none;
}

.dmdoc-workspace ul {
  list-style-type:disc;
  list-style-position:outside;
  padding-left: 30px;
}

.dmdoc-workspace p {
  padding: 0px;
}

/* Dokument */
.dmdoc-workspace .document {
 /* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#aaaaaa');
  margin: 20px auto;
  padding: 10px;
  width:1000px;
  background-color: white;
  border: 1px solid #BBBBBB; */
}

/* Variable */
.dmdoc-workspace .var {
  background-color: #D3D3D3;
  cursor: pointer;
  white-space: nowrap
}

.dmdoc-workspace .var.name,
.dmdoc-workspace .var.text {
  font-style: italic;
}

.dmdoc-workspace .layout {
  border:1px solid blue;
  margin:1px;
  padding:3px;
  cursor:pointer;
  white-space: nowrap
}

div.dmdoc-workspace input.textfield {
  border: 1px solid #717171;
  border-radius: 3px 3px 3px 3px;
  margin:1px;
  padding:3px;
  white-space: nowrap
}

div.dmdoc-workspace div.pagebreak {
  color: #999;
  border-bottom: 1px black dashed;
  text-align: center;
  margin: 10px 5px;
  font-size: 12px;
}

div.dmdoc-workspace div.vertical-space {
  font-size: 12px;
  color: #999;
  min-height: 30px;
  line-height: 30px;
  text-align: center;
}

/*div.dmdoc-workspace div.pagebreak:hover {
  background-color: #ccc;

}*/

div.dmdoc-workspace input.textfield.invalid,
div.dmdoc-workspace input.datepicker.invalid {
  border-color: red;
  border-width: 2px;
}

div.dmdoc-workspace input.textfield:focus {
  border-width: 2px;
}

div.dmdoc-workspace strong {
  font-weight: bold;
}

div.dmdoc-workspace strong em,
div.dmdoc-workspace em strong {
  font-style: italic;
  font-weight: bold;
}

div.dmdoc-workspace em {
  font-style: italic;
}

/* Wird verwendet um bei den Selektionen, die Spalte mit den Radioboxen breiter zu machen */
.dmdoc-workspace .dmdoc-view-width {
  /* width:20px */
}

/* Selektion */

div.dmdoc-workspace div.selection {
  border: 1px solid #EEEEEE;
}

.dmdoc-workspace .selection-hover {
  background-color: orange;
}

div.dmdoc-workspace div.selection-element-hover {
  background-color: #e6e6f2;
}

div.dmdoc-workspace div.selection-element-unhover {
  background-color: white;
}

div.dmdoc-workspace div.selection-element {
  border: 1px solid #EEEEEE;
  margin: 5px;
}

div.dmdoc-workspace div.selection-title {
  font-weight: bold;
  color: #888888;
  font-size: 16px;
  font-family: arial,tahoma,verdana,helvetica;
  padding-top: 3px;
  padding-left: 3px;
}

div.dmdoc-workspace input.datepicker {
  border: 1px solid #717171;
  border-radius: 3px 3px 3px 3px;
  margin:1px;
  padding:3px;
  white-space: nowrap;
}

div.selection-element div.text-combo {
  padding: 5px;
  min-height: 20px;
  background-color: white;
}

div.dmdoc-workspace div.text {
  min-height: 20px;
  margin-left: 25px;
  padding: 5px;
  background-color: white;
}

div.dmdoc-workspace div.text.editable {
  background-color: #EEEEEE;
}

div.dmdoc-workspace div.selection div.selection-element div.box {
  float: left;
  padding: 2px;
}

.dmdoc-workspace .editable.empty {
  font-style: italic;
  padding: 0px 20px;
}

.dmdoc-workspace .editable {
  background-color: #F5F5dc;
}

.dmdoc-workspace .editable:hover {
  cursor: text;
}

.dmdoc-workspace-doctype .header,
.dmdoc-workspace-doctype .body,
.dmdoc-workspace-doctype .footer {
  margin: 0px auto;
  padding: 10px;
  width: 595pt;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  background-color: white;
  border: 1px solid #BBBBBB;
  position: relative;
  word-wrap: break-word;
  margin-top: 20px;

  box-shadow: 0 0 3px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.21);

  /* For IE 8 */
  -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#aaaaaa');
}

.dmdoc-workspace .attachments {
  border-top: solid #BDBDBD 1px;
  background: #FAFAFA;
  margin-top: 10px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}

.dmdoc-workspace-html .body {
  margin: 0px auto;
  position: relative;
  word-wrap: break-word;
  width: auto;
  padding: 20px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.dmdoc-workspace .dmdoc-image {
  max-width: 595pt;
}

.dmdoc-workspace .attachment_local {
  padding: 5px;
  background-color: #fafafa;
  font: 12px arial,tahoma,verdana,helvetica;
  border: 1px solid #bbb;
}

.dmdoc-workspace .attachment_global {
  padding: 5px;
  background-color: #c1d5ff;
  font: 12px arial,tahoma,verdana,helvetica;
  border: 1px solid #bbb;
}

.dmdoc-workspace .attachments-header {
  width: 100%;
  border-bottom: 1px solid #BBBBBB;
  text-align: center;
  font: 12px arial,tahoma,verdana,helvetica;
  padding-bottom: 3px;
}

.dmdoc-workspace-doctype .body {

}

.dmdoc-workspace-html .body {
  margin-top: 5px;
}

.dmdoc-workspace .header {
  /*margin-top: 50px;*/
}

.dmdoc-workspace .footer {
  /*margin-bottom: 50px;*/
}

.dmdoc-workspace .attachments {
  margin-top: 50px;
}

/*  */

.dmdoc-workspace div.dmdoc-view-selection > p {
  font-size: small;
  padding: 2px;
  color: blue;
  text-decoration: underline;
}

.dmdoc-workspace div.dmdoc-view-selection > p > a:hover {
  cursor: pointer
}

.dmdoc-workspace div.add-element {
  overflow: visible;
  height: 0px;
}

.dmdoc-workspace div.add-element-button {
  left: -50px;
  top: -7.5px;
  position: relative;
  height: 15px;
  width: 15px;
  cursor: pointer;
}

.dmdoc-workspace div.add-element-button-hover {
  left: -53.75px;
  top: -11.25px;
  height: 22px;
  width: 22px;
}

.dmdoc-workspace div.remove-element {
  overflow: visible;
  height: 0px;
}

.dmdoc-workspace div.remove-element-button {
  left: -70px;
  top: -1.5px;
  position: relative;
  height: 15px;
  width: 15px;
  cursor: pointer;
}

.dmdoc-workspace div.remove-element-button-hover {
  left: -73.75px;
  top: -5.25px;
  height: 22px;
  width: 22px;
}


/* div.dmdoc-view-selection > table > tbody > tr.over {

}

div.dmdoc-view-selection > table > tbody > tr > td > img {
  display: none;
  padding: 2px;
  color: blue;
}

div.dmdoc-view-selection > table > tbody > tr > td > img:hover {
  cursor: pointer;
  text-decoration: underline;
}

div.dmdoc-view-selection > table > tbody > tr.over > td > img {
  display: inline;
}*/

.dmdoc-view-layout em {
  font-style: italic;
}

.dmdoc-view-layout strong {
  font-weight: bold;
}

.dmdoc-view-layout strong,
.dmdoc-view-layout strong em {
  font-style: italic;
  font-weight: bold;
}

.dmdoc-view-layout {
  padding: 2px;
  border-radius: 2px;
  font-style: italic;
  background-color: #bfb;
}

.dmdoc-view-image {
  padding: 2px;
  border-radius: 2px;
  font-style: italic;
  background-color: #F5B625;
}

.dmdoc-view-brick {
  padding: 2px;
  border-radius: 2px;
  font-style: italic;
  background-color: #f99;
}

.dmdoc-view-var {
  padding: 2px;
  border-radius: 2px;
  font-style: italic;
  background-color: #AEC7F4;
}

.dmdoc-view-textfield {
  padding: 2px;
  border-radius: 2px;
  font-style: italic;
  background-color: #FAC89F;
}

.dmdoc-view-paragraph {
  display: block;
  border: 0;
  width: 100%;
  height: 12px;
  border-top: 1px dotted #ccc;
  background: image-url( 'paragraph-text.png' ) no-repeat center top;
}

/*
 *  IE10 Textfield Anpassungen
 */
::-ms-clear {
  display: none;
}


/*
 *  workspace for e-mail view (Draft, CommunicationChannel e-mail)
 */

.dmdoc-email-workspace {
  background-color: #FFFFFF !important;
  margin-top: 40px;
  margin-bottom: 40px;
}

.dmdoc-email-view-workspace {
  background-color: #FFFFFF !important;
}

.dmdoc-email-workspace .header,
.dmdoc-email-workspace .body
.dmdoc-email-workspace .footer,
.dmdoc-email-workspace .attachments {
  margin: 0px 250px 0px 50px;
  padding: 10px;
  background-color: white !important;
  position: relative;
  word-wrap: break-word;
}

.dmdoc-email-workspace .body {
  margin-top: 50px;
  margin-bottom: 50px;
}

.dmdoc-view-email-workspace .history {
  margin-top: 20px;
  border-left: 3px solid lightgray;
  padding-left: 20px;
  color: gray;
}

.cursor-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.cursor-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}


/*
  Kapitel/Section
*/

/* indicates the beginning of a section */
.dmdoc-workspace .section-begin {
  width: 200px;
  border-bottom: 1px dotted #BBBBBB;
  position: absolute;
  right: -200px;
  height: 20px;
  text-align: right;
  font: 12px arial,tahoma,verdana,helvetica;
}

.section-header {
  font-family: Verdana, sans-serif;
  position: absolute;
  width: 100%;
  left: 0px;
}

.section-title {
  color: white;
  background-color: #3F3F3F;  /* kind of dark-grey */
  padding: 10px !important;
  height: 35px;

  border-top-left-radius: 10px;
}

.section-subtitle {
  color: black;
  text-align: right;
  font-size: 10pt;
  position: absolute;
  right: 0px;
  border-left: 1px solid #3F3F3F;
  padding: 5px !important;
  border-bottom: 1px solid #3F3F3F;
}

.highlight-section {
  background-color: #e6e6f2 !important;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *






 */
