/*
 * Default Layout Theme
 *
 * Created for jquery.layout 
 *
 * Copyright (c) 2010 
 *   Fabrizio Balliano (http://www.fabrizioballiano.net)
 *   Kevin Dalman (http://allpro.net)
 *
 * Dual licensed under the GPL (http://www.gnu.org/licenses/gpl.html)
 * and MIT (http://www.opensource.org/licenses/mit-license.php) licenses.
 *
 * Last Updated: 2010-02-10
 * NOTE: For best code readability, view this with a fixed-space font and tabs equal to 4-chars
 */

.ice-ace-borderlayout {
	height: 600px;
	width: 100%;
}

.ice-ace-borderlayout .ui-layout-pane-padding {
	padding:	5px;
}

.ice-ace-borderlayout .ui-layout-pane-scroll {
	overflow:	auto;
}

.ice-ace-borderlayout .ui-layout-resizer	{
	border-width:	0 !important;
}

.ice-ace-borderlayout .ui-layout-pane .ui-widget-header {
	padding: 5px;
}

.ice-ace-borderlayout .ui-layout-pane-table > div {
	display: table;
}

.ice-ace-borderlayout .ui-layout-pane-table > div > div {
	display: table-row;
}

.ice-ace-borderlayout .ui-layout-pane > div {
	height: 100%;
	width: 100%;
}

.ice-ace-borderlayout .ui-layout-pane > div > div.ice-ace-boderlayout-content {
	height: 100%;
}

.ice-ace-borderlayout .ice-ace-boderlayout-button-close {
	float: right;
}

.ice-ace-borderlayout .ice-ace-boderlayout-button-toggle {
	float: right;
	margin-right: 5px;
}

.ice-ace-borderlayout .ui-layout-resizer,
.ice-ace-borderlayout .ui-layout-toggler {
	background-image: none !important;
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.ui-breadcrumb-menu .wijmo-wijmenu-horizontal .wijmo-wijmenu-item {
    margin-right: 0;
}

.ui-breadcrumb-menu .wijmo-wijmenu-horizontal .wijmo-wijmenu-link {
    padding: 0;
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.ice-ace-buttongroup-vertical {
	text-align: left;
}

.ice-ace-buttongroup-vertical .ice-checkboxbutton,
.ice-ace-buttongroup-vertical .ice-ace-radiobutton {
	display: block;
	margin-right: 0;
	margin-left: 5px;
}

.ice-ace-buttongroup-vertical .ui-widget-header {
	text-align: center;
}
/*rules for the plot target div.  These will be cascaded down to all plot elements according to css rules*/
.jqplot-target {
    position: relative;
    color: #666666;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
    /*    height: 300px;
   width: 400px;*/
}

/*rules applied to all axes*/
.jqplot-axis {
    font-size: 0.75em;
}

.jqplot-xaxis {
    margin-top: 10px;
}

.jqplot-x2axis {
    margin-bottom: 10px;
}

.jqplot-yaxis {
    margin-right: 10px;
}

.jqplot-y2axis, .jqplot-y3axis, .jqplot-y4axis, .jqplot-y5axis, .jqplot-y6axis, .jqplot-y7axis, .jqplot-y8axis, .jqplot-y9axis, .jqplot-yMidAxis {
    margin-left: 10px;
    margin-right: 10px;
}

/*rules applied to all axis tick divs*/
.jqplot-axis-tick, .jqplot-xaxis-tick, .jqplot-yaxis-tick, .jqplot-x2axis-tick, .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick, .jqplot-yMidAxis-tick {
    position: absolute;
    white-space: pre;
}

.jqplot-xaxis-tick {
    top: 0px;
    /* initial position untill tick is drawn in proper place */
    left: 15px;
    /*    padding-top: 10px;*/
    vertical-align: top;
}

.jqplot-x2axis-tick {
    bottom: 0px;
    /* initial position untill tick is drawn in proper place */
    left: 15px;
    /*    padding-bottom: 10px;*/
    vertical-align: bottom;
}

.jqplot-yaxis-tick {
    right: 0px;
    /* initial position untill tick is drawn in proper place */
    top: 15px;
    /*    padding-right: 10px;*/
    text-align: right;
}

.jqplot-yaxis-tick.jqplot-breakTick {
    right: -20px;
    margin-right: 0px;
    padding: 1px 5px 1px 5px;
    /*	background-color: white;*/
    z-index: 2;
    font-size: 1.5em;
}

.jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick {
    left: 0px;
    /* initial position untill tick is drawn in proper place */
    top: 15px;
    /*    padding-left: 10px;*/
    /*    padding-right: 15px;*/
    text-align: left;
}

.jqplot-yMidAxis-tick {
    text-align: center;
    white-space: nowrap;
}

.jqplot-xaxis-label {
    margin-top: 10px;
    font-size: 11pt;
    position: absolute;
}

.jqplot-x2axis-label {
    margin-bottom: 10px;
    font-size: 11pt;
    position: absolute;
}

.jqplot-yaxis-label {
    margin-right: 10px;
    /*    text-align: center;*/
    font-size: 11pt;
    position: absolute;
}

.jqplot-yMidAxis-label {
    font-size: 11pt;
    position: absolute;
}

.jqplot-y2axis-label, .jqplot-y3axis-label, .jqplot-y4axis-label, .jqplot-y5axis-label, .jqplot-y6axis-label, .jqplot-y7axis-label, .jqplot-y8axis-label, .jqplot-y9axis-label {
    /*    text-align: center;*/
    font-size: 11pt;
    margin-left: 10px;
    position: absolute;
}

.jqplot-meterGauge-tick {
    font-size: 0.75em;
    color: #999999;
}

.jqplot-meterGauge-label {
    font-size: 1em;
    color: #999999;
}

table.jqplot-table-legend {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 12px;
    margin-right: 12px;
}

table.jqplot-table-legend, table.jqplot-cursor-legend {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #cccccc;
    position: absolute;
    font-size: 0.75em;
}

td.jqplot-table-legend {
    vertical-align: middle;
}

/*
These rules could be used instead of assigning
element styles and relying on js object properties.
*/

/*
td.jqplot-table-legend-swatch {
    padding-top: 0.5em;
    text-align: center;
}

tr.jqplot-table-legend:first td.jqplot-table-legend-swatch {
    padding-top: 0px;
}
*/

td.jqplot-seriesToggle:hover, td.jqplot-seriesToggle:active {
    cursor: pointer;
}

.jqplot-table-legend .jqplot-series-hidden {
    text-decoration: line-through;
}

div.jqplot-table-legend-swatch-outline {
    border: 1px solid #cccccc;
    padding: 1px;
}

div.jqplot-table-legend-swatch {
    width: 0px;
    height: 0px;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
}

.jqplot-title {
    top: 0px;
    left: 0px;
    padding-bottom: 0.5em;
    font-size: 1.2em;
}

table.jqplot-cursor-tooltip {
    border: 1px solid #cccccc;
    font-size: 0.75em;
}

.jqplot-cursor-tooltip {
    border: 1px solid #cccccc;
    font-size: 0.75em;
    white-space: nowrap;
    background: rgba(208, 208, 208, 0.5);
    padding: 1px;
}

.jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip {
    border: 1px solid #cccccc;
    font-size: 0.75em;
    white-space: nowrap;
    background: rgba(208, 208, 208, 0.5);
    padding: 1px;
}

.jqplot-point-label {
    font-size: 0.75em;
    z-index: 2;
}

td.jqplot-cursor-legend-swatch {
    vertical-align: middle;
    text-align: center;
}

div.jqplot-cursor-legend-swatch {
    width: 1.2em;
    height: 0.7em;
}

.jqplot-error {
    /*   Styles added to the plot target container when there is an error go here.*/
    text-align: center;
}

.jqplot-error-message {
    /*    Styling of the custom error message div goes here.*/
    position: relative;
    top: 46%;
    display: inline-block;
}

div.jqplot-bubble-label {
    font-size: 0.8em;
    /*    background: rgba(90%, 90%, 90%, 0.15);*/
    padding-left: 2px;
    padding-right: 2px;
    color: rgb(20%, 20%, 20%);
}

div.jqplot-bubble-label .jqplot-bubble-label-highlight {
    background: rgba(90%, 90%, 90%, 0.7);
}

div.jqplot-noData-container {
    text-align: center;
    background-color: rgba(96%, 96%, 96%, 0.3);
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */


.ice-checkboxbutton {
	display:inline-block;
}

.ice-checkboxbutton .ui-label {
	padding: 0.2em 0.45em 0.2em 0.2em;
}

.ice-checkboxbutton .ui-button {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: text-bottom;
}

.ice-checkboxbutton .ui-button .first-child {
	display: block;
	*display: inline-block;
}

.ice-checkboxbutton .ui-button button {
    background-color: transparent;
    *overflow: visible;
    cursor: pointer;
    display: block;
    *display: inline-block;
    border: none;
    margin: 0;
}

.ice-checkboxbutton .ui-button > span > button {
    border:none;
	padding: 0.2em 0.2em 0.2em 0.45em;

    /* IE7 hacks */
    *padding: 0px 6px 0px;
    *font-size: small;
}

.ui-button .fa-lg {
	min-width: 1em;
	text-align: left;
}

.ice-checkboxbutton-checked .ui-label {
	opacity: 1;
}

.ice-checkboxbutton-unchecked .ui-label {
	opacity: 0.25;
}

.ice-ace-checkboxbuttons {
	text-align: center;
}

.ice-ace-checkboxbuttons .ice-checkboxbutton {
	margin-right: 10px;
}

.ice-ace-checkboxbuttons.ice-ace-checkboxbuttons-vertical {
	text-align: left;
}

.ice-ace-checkboxbuttons.ice-ace-checkboxbuttons-vertical .ice-checkboxbutton {
	display: block;
	margin-right: 0;
	margin-left: 5px;
}

.ice-ace-checkboxbuttons.ice-ace-checkboxbuttons-vertical .ui-widget-header {
	text-align: center;
}
.ui-colorpicker,
.ui-dialog.ui-colorpicker {
	width:					auto;
    white-space:			nowrap;

	-webkit-touch-callout:	none;
	-webkit-user-select:	none;
	-khtml-user-select:		none;
	-ms-user-select:		none;
	user-select:			none;
    font-size:              .9em; /* added to original */
}

.ui-colorpicker-inline {
    position:				static;
}

.ui-colorpicker-buttonset {
	float:					left;
	margin-left:			.4em;
}

.ui-colorpicker-buttonset .ui-button {
	margin:					.5em 0 .5em 0;
	cursor:					pointer;
}
.ui-button-text {
    font-size:	inherit !important; /* added to original */
}

.ui-colorpicker-buttonpane {
	background-image:		none;
	margin:					.7em 0 0 0;
	padding:				0 .2em;
	border-left:			0;
	border-right:			0;
	border-bottom:			0;
}

.ui-colorpicker-buttonpane button {
	float:					right;
	margin:					.5em .2em .4em;
	cursor:					pointer;
	padding:				.2em .6em .3em .6em;
	width:					auto;
	overflow:				visible;
    font-size:              .9em; /* added to original */
}

.ui-colorpicker-buttonpane button.ui-colorpicker-current {
	float:					left;
}

.ui-colorpicker table {
	width:					100%;
    font-size:				100%; /* Reset browser table font-size */
	margin:					0;
}

.ui-colorpicker table td {
	vertical-align:			top;
}

.ui-colorpicker-padding-left {
	padding-left:			10px;
}
.ui-colorpicker-padding-top {
	padding-top:			10px;
}

.ui-colorpicker-border {
	border:					1px inset;
    display:				inline-block;
}

/* Bar & map */
.ui-colorpicker-map > *,
.ui-colorpicker-bar > * {
    position:				absolute;
	cursor:					crosshair;
}

.ui-colorpicker-map-pointer,
.ui-colorpicker-bar-pointer {
    position:				absolute;
	left:					0;
}
/* Map */
.ui-colorpicker-map,
.ui-colorpicker-map > * {
    display:				block;
	width:					256px;
	height:					256px;
	overflow:				hidden;
}

.ui-colorpicker-map-layer-1,
.ui-colorpicker-map-layer-2 {
	background:				url("/javax.faces.resource/colorentry/images/map.png.xhtml?ln=icefaces.ace&v=4_3_0_180827") no-repeat;
}

.ui-colorpicker-map-128,
.ui-colorpicker-map-128 > * {
	width:					128px;
	height:					128px;
}

.ui-colorpicker-map-128 .ui-colorpicker-map-layer-1,
.ui-colorpicker-map-128 .ui-colorpicker-map-layer-2 {
	background:				url("/javax.faces.resource/colorentry/images/128/map.png.xhtml?ln=icefaces.ace&v=4_3_0_180827") no-repeat;
}

.ui-colorpicker-map-layer-alpha {
	background:				url("/javax.faces.resource/colorentry/images/map-opacity.png.xhtml?ln=icefaces.ace&v=4_3_0_180827");
}

.ui-colorpicker-map-pointer {
	display:				inline-block;
	width:					15px;
	height:					15px;
	background:				url("/javax.faces.resource/colorentry/images/map-pointer.png.xhtml?ln=icefaces.ace&v=4_3_0_180827") no-repeat;
}

/* Bar */
.ui-colorpicker-bar,
.ui-colorpicker-bar > * {
    display:				block;
    width:					20px;
    height:					256px;
	overflow:				hidden;
    background-repeat:		repeat-x;
}

.ui-colorpicker-bar-128,
.ui-colorpicker-bar-128 > * {
	height:					128px;
}

.ui-colorpicker-bar-layer-1,
.ui-colorpicker-bar-layer-2,
.ui-colorpicker-bar-layer-3,
.ui-colorpicker-bar-layer-4 {
	background:				url("/javax.faces.resource/colorentry/images/bar.png.xhtml?ln=icefaces.ace&v=4_3_0_180827") repeat-x;
}

.ui-colorpicker-bar-128 .ui-colorpicker-bar-layer-1,
.ui-colorpicker-bar-128 .ui-colorpicker-bar-layer-2,
.ui-colorpicker-bar-128 .ui-colorpicker-bar-layer-3,
.ui-colorpicker-bar-128 .ui-colorpicker-bar-layer-4 {
	background:				url("/javax.faces.resource/colorentry/images/128/bar.png.xhtml?ln=icefaces.ace&v=4_3_0_180827") repeat-x;
}

.ui-colorpicker-bar-layer-alpha {
	background:				url("/javax.faces.resource/colorentry/images/bar-opacity.png.xhtml?ln=icefaces.ace&v=4_3_0_180827");
}

.ui-colorpicker-bar-layer-alphabar {
	background:				url("/javax.faces.resource/colorentry/images/bar-alpha.png.xhtml?ln=icefaces.ace&v=4_3_0_180827");
}

.ui-colorpicker-bar-128 .ui-colorpicker-bar-layer-alphabar {
	background:				url("/javax.faces.resource/colorentry/images/128/bar-alpha.png.xhtml?ln=icefaces.ace&v=4_3_0_180827");
}

.ui-colorpicker-bar-pointer {
	display:				inline-block;
	width:					20px;
	height:					7px;
	background:				url("/javax.faces.resource/colorentry/images/bar-pointer.png.xhtml?ln=icefaces.ace&v=4_3_0_180827") no-repeat;
}

/* Preview */
.ui-colorpicker-preview {
	text-align:				center;
	height:					20px;
}

.ui-colorpicker-preview-initial {
    cursor:					pointer;
}

.ui-colorpicker-preview-initial,
.ui-colorpicker-preview-current {
    width:					50px;
    height:					20px;
    display:				inline-block;
}

.ui-colorpicker-preview-initial-alpha,
.ui-colorpicker-preview-current-alpha {
    width:					50px;
    height:					20px;
    display:				inline-block;
	background:				url("/javax.faces.resource/colorentry/images/preview-opacity.png.xhtml?ln=icefaces.ace&v=4_3_0_180827") repeat;
}

/* Inputs */
.ui-colorpicker-rgb label,
.ui-colorpicker-hsv label,
.ui-colorpicker-hsl label,
.ui-colorpicker-lab label,
.ui-colorpicker-cmyk label,
.ui-colorpicker-alpha label {
    width:					1.5em;
	font-size:	0.8em;    /*added to original */
    padding-left: 0.1em; /*added this to original*/
    display:				inline-block;
}

.ui-colorpicker-number {
	margin:					.1em;
	width:					4em;
	font-size: .9em;
}

/* Hex */
.ui-colorpicker-hex {
	text-align:				center;
}

/* Swatches */
.ui-colorpicker-swatches {
	/*height:					256px; */
	overflow:				auto;
	background-color:		#f8f8f8;
}

.ui-colorpicker-swatch {
	cursor:					pointer;
	float:					left;
	width:					11px;
	height:					11px;
    border-right:			1px solid black;
    border-bottom:			1px solid black;
}

.ui-colorpicker-disabled {
	opacity:				.5;
	-ms-filter:				"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:					alpha(opacity=50);
	pointer-events:			none;
}

.ui-colorpicker-disabled * {
	cursor:					default !important;
}
/* overriding handles for rgb slider from original file */

.ui-colorpicker-slider.ui-slider .ui-slider-handle{
	width: .8em;
	height: .8em;
}
.ui-colorpicker-input {
	border-left: 12px solid !important;
	font-size: .9em;
}
.ui-colorpicker-buttonColorize  {
    border-width: 5px !important;
    font-size: .9em;
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.ui-combobox-value .ui-inputfield {
border:0; /* this setting is placed here, rather than inline, so it can be easily overriden */
}

.ui-combobox-table {
	display: table;
	width: 100%;
	border-spacing: 0;
}
.ui-combobox-row {
	display: table-row;
}
.ui-combobox-cell-left {
	display: table-cell;
	width: 99%;
	padding-right: 5px;
}
.ui-combobox-cell-left .ui-inputfield {
	overflow: hidden;
	width: 100%;
}
.ui-combobox-cell-right {
	display: table-cell;
	white-space: nowrap;
}
.ui-combobox-button {
	padding: 2px;
}
.ice-ace-dashboard-content.ui-widget-content {
	border: 0;
}

.ice-ace-dashboard-pane > div > div > .ui-widget-header.ui-corner-top {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 4px;
}

.ice-ace-dashboard-pane > div > div > .ui-widget-header.ui-corner-bottom {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	padding: 4px;
}

.ice-ace-dashboard-draggable > .ice-ace-dashboard-pane > div > div > .ui-widget-header.ui-corner-top {
	cursor: move;
}

.ice-ace-dashboard-pane > div {
	display: table;
	width: 100%;
	height: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.ice-ace-dashboard-pane > div > div {
	display: table-row;
}

.ice-ace-dashboard-pane > div > .ui-widget-content {
	padding: 2px;
	height: 100%;
}

.ice-ace-dashboard-pane > div > div > .ui-widget-header > .ice-ace-dashboard-button-close {
	float: right;
	padding: 0 4px 1px 4px;
}

.ice-ace-dashboard-resize-handle {
	position: absolute;
	z-index: 1;
	/* copied from 'fa' class */
	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;
}

.ice-ace-dashboard-resize-handle-both {
	bottom: 2px;
	right: 2px;
	cursor: se-resize;
	z-index: 20;
}

/* copied from 'fa-expand' class */
.ice-ace-dashboard-resize-handle-both:before {
	content: "\f065";
}
/*! gridster.js - v0.6.10 - 2015-05-31
* https://dsmorse.github.io/gridster.js/
* Copyright (c) 2015 ducksboard; Licensed MIT */
.ice-ace-dashboard {
  position: relative;
}
.ice-ace-dashboard > * {
  -webkit-transition: height .4s, width .4s;
  -moz-transition: height .4s, width .4s;
  -o-transition: height .4s, width .4s;
  -ms-transition: height .4s, width .4s;
  transition: height .4s, width .4s;
}
.ice-ace-dashboard .gs-w {
  z-index: 2;
  position: absolute;
}
.ice-ace-dashboard .preview-holder {
  z-index: 1;
  position: absolute;
  background-color: #fff;
  border-color: #000;
  opacity: 0.5;
  border: 1px dotted #000;
}
.ice-ace-dashboard .player-revert {
  z-index: 10!important;
  -webkit-transition: left .3s, top .3s!important;
  -moz-transition: left .3s, top .3s!important;
  -o-transition: left .3s, top .3s!important;
  transition: left .3s, top .3s!important;
}
.ice-ace-dashboard.collapsed {
  height: auto !important;
}
.ice-ace-dashboard.collapsed .gs-w {
  position: static !important;
}
.ready .gs-w:not(.preview-holder) {
  -webkit-transition: opacity .3s, left .3s, top .3s;
  -moz-transition: opacity .3s, left .3s, top .3s;
  -o-transition: opacity .3s, left .3s, top .3s;
  transition: opacity .3s, left .3s, top .3s;
}
.ready .gs-w:not(.preview-holder),
.ready .resize-preview-holder {
  -webkit-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  -moz-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  -o-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
}
.ice-ace-dashboard .dragging,
.ice-ace-dashboard .resizing {
  z-index: 10!important;
  -webkit-transition: all 0s !important;
  -moz-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
}
.gs-resize-handle-x {
  top: 0;
  bottom: 13px;
  right: -5px;
  width: 10px;
  cursor: e-resize;
}
.gs-resize-handle-y {
  left: 0;
  right: 13px;
  bottom: -5px;
  height: 10px;
  cursor: s-resize;
}
.gs-w:hover .gs-resize-handle,
.resizing .gs-resize-handle {
  opacity: 1;
}
.gs-resize-handle,
.gs-w.dragging .gs-resize-handle {
  opacity: 0;
}
.gs-resize-disabled .gs-resize-handle {
  display: none!important;
}
[data-max-sizex="1"] .gs-resize-handle-x,
[data-max-sizey="1"] .gs-resize-handle-y,
[data-max-sizey="1"][data-max-sizex="1"] .gs-resize-handle {
  display: none !important;
}
/* Uncomment this if you set helper : "clone" in draggable options */
/*.gridster .player {
  opacity:0;
}
*/
/*# sourceMappingURL=dist/jquery.gridster.css.map */
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.ui-datatable { line-height: 1; display:inline-block; width:100%; }
.ui-datatable table {
    border-collapse:collapse;
    width:100%;
}

.ui-datatable .ui-datatable-header,.ui-datatable .ui-datatable-footer {
    text-align:center;
    padding:4px 10px;
}

.ui-datatable .ui-header-text {
    font-weight:bold;
    line-height: 1.4;
}
.ui-datatable th,.ui-datatable tfoot td {
    vertical-align: middle;
    text-align:center;
    margin:0;
    padding:0;
}
.ui-datatable th .ui-header-column > span {
    vertical-align: middle;
}

.ui-datatable .ui-header-column, .ui-datatable .ui-footer-column { padding:4px 10px; }
.ui-datatable div.ui-header-column, .ui-datatable div.ui-footer-column { border:none; }

.ui-datatable:focus, .ui-datatable tbody.ui-datatable-data > tr:focus,
.ui-datatable tbody.ui-datatable-data > tr > td:focus {
    outline: none;
}

.ui-datatable tbody.ui-datatable-data > tr > td,.ui-datatable tbody.ui-datatable-data-empty > tr > td {
    border-color:inherit;
    border-style:solid;
    border-width:1px;
    padding:4px 10px;
    text-align: center;
}

.ui-datatable tbody.ui-datatable-data > tr.ui-state-active > td,
.ui-datatable tbody.ui-datatable-data > tr.ui-state-highlight > td,
.ui-datatable tbody.ui-datatable-data > tr.ui-state-active,
.ui-datatable tbody.ui-datatable-data > tr.ui-state-highlight {
    border-style:double;
}

.ui-datatable .ui-paginator {
    text-align:center;
    margin:0;
    padding:2px;
}

.ui-datatable .ui-header-right {
    display:inline-block;
    white-space: nowrap;
}

.ui-datatable .ui-header-left {
    display:inline-block;
    white-space: nowrap;
    position: relative;
}

.ui-datatable .ui-header-right.ui-datatabe-pinning {
    display: block;
}

.ui-sortable-control {
    vertical-align: middle;
    cursor:pointer;
}

.ui-tableconf-button a {
    display:inline-block;
    padding:2px 4px 4px 2px;
    margin:0px 5px 0px 5px;
    text-align:left;
    vertical-align:middle;
}

.ui-datatable.ui-row-select:not(.ui-disabled) > div > table > tbody.ui-datatable-data > tr:not(.ui-unselectable) {
    cursor:pointer;
}

.ui-datatable.ui-cell-select:not(.ui-disabled) > div > table > tbody.ui-datatable-data > tr:not(.ui-unselectable) > td {
    cursor:pointer;
}

.ui-sortable-column-order {
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
    vertical-align: middle;
}

.ui-datatable thead .ui-sortable-column .ui-sortable-column-icon {
    vertical-align: middle;
    display: inline-block;
    width:16px;
    height:1.7em;
    margin-left: 5px;
    position:relative;
}
.ui-tableconf-button {
    vertical-align: middle;
}
/* IE8, FF, Saf, Opera (Everything but IE 6,7) */
.ui-tableconf>/**/.ui-tableconf-body .ui-sortable-column-icon {
    position: relative;
}
.ui-tableconf-body .ui-sortable-column-icon {
    display: inline-block;
    height: 24px;
    width: 16px;
    vertical-align: middle;

}
/* IE7 */
.ui-tableconf .ui-tableconf-body .ui-sortable-column-icon .ui-icon-triangle-1-n {
    margin-left: 1px;
}
/* IE8, FF, Saf, Opera (Everything but IE 6,7) */
.ui-tableconf>/**/.ui-tableconf-body .ui-sortable-column-icon .ui-icon-triangle-1-n {
    position:absolute;
    top:0px;
    left:1px;
    margin-left: 0px;
}
.ui-datatable thead .ui-sortable-column-icon .ui-icon-triangle-1-n {
    position:absolute;
    top:-2px;
    left:1px;
}
.ui-sortable-column-icon .ui-icon-triangle-1-n {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    /* IE 5-7 */
    filter: alpha(opacity=20);
    /* Netscape */
    -moz-opacity: 0.33;
    /* Safari 1.x */
    -khtml-opacity: 0.33;
    /* Good browsers */
    opacity: 0.33;
}
.ui-sortable-column-icon .ui-icon-triangle-1-n.ui-toggled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
/* IE8, FF, Saf, Opera (Everything but IE 6,7) */
.ui-tableconf .ui-tableconf-body .ui-sortable-column-icon .ui-icon-triangle-1-s {
    margin-top: -5px;
}
/* IE8, FF, Saf, Opera (Everything but IE 6,7) */
.ui-tableconf>/**/.ui-tableconf-body .ui-sortable-column-icon .ui-icon-triangle-1-s {
    position:absolute;
    bottom:0px;
    margin-top: 0px;
}
.ui-datatable thead .ui-sortable-column-icon .ui-icon-triangle-1-s {
    position:absolute;
    bottom:-1px;
    *left:0px;
}
.ui-sortable-column-icon .ui-icon-triangle-1-s {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.33;
    -khtml-opacity: 0.33;
    opacity: 0.33;
}
.ui-sortable-column-icon .ui-icon-triangle-1-s.ui-toggled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.ui-disabled {
    cursor: default !important;
}
.ui-opacity-40 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.ui-datatable .ui-column-filter {
    width:100%;
	box-sizing: border-box;
    display:block;
    margin:auto;
    margin-top:.2em;
}

.ui-column-filter-button {
	text-align: center;
	background-color: #fff;
	color: #666;
	border: 1px solid #999;
	padding: 3px 0;
}

.ui-column-filter-facet {
	position: absolute;
}

.ui-datatable .ui-cell-editor.ui-state-highlight { padding: 6px; }

.ui-datatable .ui-selection-column {
    width:20px;
}

.ui-datatable-scrollable-body {
    overflow-x:auto;
    overflow-y:scroll;
    *position: relative; /* IE7 nested table positioning fix */
    min-height: 0%; /* IE9 hover + scrolling error. description : http://blog.brianrichards.net/post/6721471926/ie9-hover-bug-workaround */
}

.ui-datatable-scrollable-body.ui-widget-content {
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
}

.ui-datatable-scrollable-body tbody.ui-datatable-data.ui-widget-content {
	border-bottom-width: 0;
}

.ui-datatable-scrollable-footer {
    margin-top:-1px; /* Easy fix for double border in scrollable mode */
	border-top-width: 0;
}

.ui-datatable-scrollable .ui-datatable-scrollable-body > table > tbody {
    border-top:none;
}

.ui-datatable-scrollable .ui-datatable-scrollable-body > table > tbody > tr:first-child > td {
    border-top:none;
}

.ui-datatable-scrollable .ui-datatable-scrollable-body > table > tbody > tr:first-child {
    border-top:none;
}

.ui-datatable-scrollable .ui-datatable-scrollable-header, .ui-datatable-scrollable .ui-datatable-scrollable-footer {
    overflow:hidden;
}

.ui-datatable-scrollable .ui-datatable-scrollable-header table,.ui-datatable-scrollable .ui-datatable-scrollable-footer table {
    width:auto;
}

.ui-datatable-scrollable-invisible {
	visibility: hidden;
}

.ui-datatable .ui-column-resizer {
    width:2px;
    height:20px;
    cursor:col-resize;
    position:absolute;
    top:0;
    right:0;
    background:transparent;
    margin:0;
    padding:0;
}

.ui-datatable .ui-sortable-column.clickable { cursor: pointer; }
.ui-datatable .ui-sortable-column.clickable span { cursor: pointer; }
.ui-datatable .ui-sortable-column.clickable a { cursor: pointer; }

.ui-datatable .ui-datatable-header,.ui-datatable .ui-paginator-top,.ui-datatable .ui-expanded-row {
    border-bottom:0 none #AAA;
}

.ui-datatable .ui-datatable-footer,.ui-datatable .ui-paginator-bottom,.ui-datatable .ui-expanded-row-content {
    border-top:0 none #AAA;
}

.ui-datatable .ui-reorderable-col {
    cursor:move;
}
.ui-datatable .ui-reorderable-col span {
    cursor:default;
}
.ui-datatable thead {
    vertical-align: bottom;
}

.ui-datatable .ui-row-toggler,
.ui-datatable .ui-row-panel-toggler,
.ui-datatable .ui-row-editor .ui-icon,
.ui-datatable tr.ui-state-highlight,
.ui-datatable tr.ui-state-active {
    cursor:pointer;
}
.ui-datatable .ui-row-toggler-parent {
    white-space: nowrap;
    text-align: left;
}
.ui-datatable .ui-row-toggler-span {
    display: inline-block;
    height:7px;
    border-top:1px dotted #a9a9a9;
}
.ui-datatable .ui-row-toggler-parent > a.ui-icon {
    display:inline-block;
    *display:block; /* IE7 hack */
}
.ui-datatable .ui-icon-pencil, .ui-datatable .ui-icon-check, .ui-datatable .ui-icon-close {
    margin-left:auto;
    margin-right:auto;
}

*+html .ui-pin-control {
    /* IE7 inline block hack */
    padding: 2px 4px;
    margin: 0px 2px;
    display:inline;
    width:16px; /* required for inline-block on IE7 */
}

.ui-pin-control > a {
    padding: 2px 4px;
    margin: 0px 2px;
    display: inline-block;
    width:16px; /* required for inline-block on IE7 */
}

.ui-datatable th .ui-pin-control > a > span.ui-icon {
    background-position: -240px -48px;
}

.ui-datatable th.pinned .ui-pin-control > a > span.ui-icon {
    background-position: -208px -48px;
}
.ui-datatable .ui-datatable-scrollable-header {
    zoom:1;
}

.ui-datatable-state-active-hover {
	opacity:.66;
	filter:Alpha(Opacity=66);
}

/*!
* jQuery Mobile 1.4.5
* Git HEAD hash: 68e55e78b292634d3991c795f06f5e37a512decc <> Date: Fri Oct 31 2014 17:33:30 UTC
* http://jquerymobile.com
*
* Copyright 2010, 2014 jQuery Foundation, Inc. and othercontributors
* Released under the MIT license.
* http://jquery.org/license
*
*/

/* Hide all prioritized columns by default */
@media only all {
	.ui-datatable.ui-responsive th.ui-table-priority-6,
	.ui-datatable.ui-responsive td.ui-table-priority-6,
	.ui-datatable.ui-responsive th.ui-table-priority-5,
	.ui-datatable.ui-responsive td.ui-table-priority-5,
	.ui-datatable.ui-responsive th.ui-table-priority-4,
	.ui-datatable.ui-responsive td.ui-table-priority-4,
	.ui-datatable.ui-responsive th.ui-table-priority-3,
	.ui-datatable.ui-responsive td.ui-table-priority-3,
	.ui-datatable.ui-responsive th.ui-table-priority-2,
	.ui-datatable.ui-responsive td.ui-table-priority-2,
	.ui-datatable.ui-responsive th.ui-table-priority-1,
	.ui-datatable.ui-responsive td.ui-table-priority-1 {
		display: none;
	}
}
/* Preset breakpoints if ".ui-responsive" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media screen and (min-width: 20em) {
	.ui-datatable.ui-responsive th.ui-table-priority-1,
	.ui-datatable.ui-responsive td.ui-table-priority-1 {
		display: table-cell;
	}
}
/* Show priority 2 at 480px (30em x 16px) */
@media screen and (min-width: 30em) {
	.ui-datatable.ui-responsive th.ui-table-priority-2,
	.ui-datatable.ui-responsive td.ui-table-priority-2 {
		display: table-cell;
	}
}
/* Show priority 3 at 640px (40em x 16px) */
@media screen and (min-width: 40em) {
	.ui-datatable.ui-responsive th.ui-table-priority-3,
	.ui-datatable.ui-responsive td.ui-table-priority-3 {
		display: table-cell;
	}
}
/* Show priority 4 at 800px (50em x 16px) */
@media screen and (min-width: 50em) {
	.ui-datatable.ui-responsive th.ui-table-priority-4,
	.ui-datatable.ui-responsive td.ui-table-priority-4 {
		display: table-cell;
	}
}
/* Show priority 5 at 960px (60em x 16px) */
@media screen and (min-width: 60em) {
	.ui-datatable.ui-responsive th.ui-table-priority-5,
	.ui-datatable.ui-responsive td.ui-table-priority-5 {
		display: table-cell;
	}
}
/* Show priority 6 at 1,120px (70em x 16px) */
@media screen and (min-width: 70em) {
	.ui-datatable.ui-responsive th.ui-table-priority-6,
	.ui-datatable.ui-responsive td.ui-table-priority-6 {
		display: table-cell;
	}
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }

/* ICE-9579 */
#ui-datepicker-div /* popup */, .ice-ace-datetimeentry /* inline */ {
display:inline-block;
zoom: 1;
*display: inline;
}

.ui-datepicker-multi .ui-datepicker-group table {
margin:0 6px;
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.ace-dialog {
    opacity:1;
    visibility: inherit;
    display: block;
}
.ace-dialog-hidden {
    opacity: 0;
    visibility: hidden;
    height:0;
}

.ui-dialog .ui-dialog-titlebar-maximize,
.ui-dialog .ui-dialog-titlebar-restore {
	border: 1px solid transparent;
	position: relative;
	float:right;
	top: auto;
	right: auto;
	width: 19px;
	height: 18px;
	margin: 0;
}

.ui-dialog .ui-dialog-titlebar-buttonpane {
	position: absolute;
	top: 50%;
	right: 0.3em;
	height: 18px;
	margin-top: -10px;
	padding: 1px;
}

.ui-dialog.ui-maximizable .ui-dialog-title {
	margin-right: 36px;
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.ice-ace-drawer {
    opacity:1;
    visibility: inherit;
    display: block;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.ice-ace-drawer-fixed {
	position:fixed;
}

.ice-ace-drawer-hidden {
    opacity: 0;
    visibility: hidden;
    height:0;
}

.ice-ace-drawer .ui-dialog-titlebar-close {
	display: none;
}

.ice-ace-drawer.ui-dialog {
	padding: 0;
}

.ice-ace-drawer.ui-dialog .ui-dialog-titlebar.ui-state-active {
	border: 0;
}

.ice-ace-drawer-handle-show {
	position: fixed;
	width: 2em;
	padding: 0.2em;
	text-align: center;
}

.ice-ace-drawer-handle-upper-left {
	top: 0;
	left: 0;
}

.ice-ace-drawer-handle-lower-left {
	bottom: 0;
	left: 0;
}

.ice-ace-drawer-handle-upper-right {
	top: 0;
	right: 0;
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.ui-inputfield.ui-input-label-infield {color: #aaa;}
.ui-input-label.hidden {visibility: hidden;}
.ui-input-label-left, .ui-input-label.hidden, .ui-optional-indicator-left, .ui-required-indicator-left {margin-right: 4px;}
.ui-input-label-right, .ui-optional-indicator-right, .ui-required-indicator-right {margin-left: 4px;}
.ui-input-label-left, .ui-input-label.hidden {width: 100px; display: inline-block;}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/javax.faces.resource/fontawesome/fontawesome-webfont.eot.xhtml?ln=icefaces.ace");
  src: url("/javax.faces.resource/fontawesome/fontawesome-webfont.eot.xhtml?ln=icefaces.ace?#iefix") format('embedded-opentype'),  url("/javax.faces.resource/fontawesome/fontawesome-webfont.woff.xhtml?ln=icefaces.ace") format('woff'), url("/javax.faces.resource/fontawesome/fontawesome-webfont.ttf.xhtml?ln=icefaces.ace") format('truetype'), url("/javax.faces.resource/fontawesome/fontawesome-webfont.svg.xhtml?ln=icefaces.ace&v=4_3_0_180827") 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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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;
}
/* Deprecated as of 4.4.0 */
.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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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: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";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.ui-inputfield{margin:0;outline:medium none;padding:4px;}.ui-inputtextarea-resizable{display:block;overflow:auto;}.ui-selectonelistbox, .ui-selectmanymenu{width:100px;}.ui-selectonelistbox ul, .ui-selectmanymenu ul{list-style-type:none;margin:0;padding:0;}.ui-selectlistbox-item{margin:2px;border:0 !important;cursor:pointer;}.ui-selectlistbox-item.ui-state-hover,.ui-selectlistbox-item.ui-state-active{font-weight:normal;}.ui-checkbox{position:relative;margin:3px 0;line-height:16px;width:16px;}.ui-checkbox .ui-checkbox-inputwrapper{width:0;height:0;overflow:hidden;}.ui-checkbox .ui-checkbox-box{position:absolute;bottom:0;left:0;width:16px;height:16px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;margin-right:3px;}.ui-checkbox .ui-checkbox-relative{position:relative;float:left;margin-right:3px;}.ui-selectmanycheckbox label,.ui-selectoneradio label{display:block;margin-top:4px;}.ui-radiobutton{position:relative;margin:3px 0;width:16px;line-height:16px;}.ui-radiobutton .ui-radiobutton-inputwrapper{width:0;height:0;overflow:hidden;}.ui-radiobutton .ui-radiobutton-box{position:absolute;bottom:0;left:0;width:16px;height:16px;line-height:16px;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}.ui-radiobutton .ui-radiobutton-relative{position:relative;float:left;margin-right:3px;}.ui-radiobutton-icon{margin-left:1px;}.ui-selectonemenu{display:inline-block;position:relative;width:auto;zoom:1;cursor:pointer;*display:inline;}.ui-selectonemenu .ui-selectonemenu-trigger{border-right:none;border-top:none;border-bottom:none;cursor:pointer;width:16px;height:100%;position:absolute;right:0;top:0;padding:0 3px;}.ui-selectonemenu .ui-selectonemenu-trigger  .ui-icon{margin-top:3px;}.ui-selectonemenu .ui-selectonemenu-label{display:block;padding:3px 26px 3px 5px;width:auto;border:none;cursor:pointer;}.ui-selectonemenu.ui-state-disabled .ui-selectonemenu-trigger,.ui-selectonemenu.ui-state-disabled .ui-selectonemenu-label{cursor:auto}.ui-selectonemenu .ui-selectonemenu-panel{position:absolute;margin-left:-1px;}.ui-selectonemenu .ui-selectonemenu-panel .ui-selectonemenu-list{padding:0.4em;border:0 none;}.ui-selectonemenu .ui-selectonemenu-panel .ui-selectonemenu-list-item{border:0px none;cursor:pointer;font-weight:normal;margin:1px 0;padding:3px 5px;text-align:left;}.ui-selectonemenu .ui-selectonemenu-panel .ui-selectonemenu-table{border-collapse:collapse;width:100%;}.ui-selectonemenu .ui-selectonemenu-panel .ui-selectonemenu-table td{border-width:1px;border-style:solid;border-color:inherit;padding:4px 10px 4px 10px;}.ui-selectonemenu .wijmo-wijsuperpanel-vbarcontainer.ui-widget-header,.ui-selectonemenu .wijmo-wijsuperpanel-hbarcontainer.ui-widget-header,.ui-selectlistbox .wijmo-wijsuperpanel-hbarcontainer.ui-widget-header{background-image:none;}.ui-combobox .ui-inputfield,.ui-selectmenu .ui-inputfield{padding-top:2px;padding-bottom:2px;}.ui-simpleselectonemenu .ui-inputfield{padding:0;}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.ice-ace-gmap{
	height:300px;
	width:100%;
	}
	
/* class name used by google for autocomplete list items */
.pac-item { text-align: left; }
	
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.jGrowl-message .ui-icon {
    float: left;
}

/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

div.jGrowl {
	z-index: 			9999;
	color: 				#fff;
	font-size: 			12px;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
div.jGrowl {
	position:			absolute;
}

body > div.jGrowl {
	position:			fixed;
}

div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	opacity: 				.85;
	-ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
	filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=85); 
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
	margin: 				10px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
	font-weight: 			bold;
	font-size:				.85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.ice-linkbutton {
    display:inline;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .1em .2em;
}

.ice-linkbutton > span > span > a {
    text-decoration: underline !important;
}

.ice-linkbutton {
	display: inline-block;
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.if-list .if-list-body {
    /* Scroll by default if contents exceed fixed size. */
    overflow:auto;
}

.if-list .if-list-body {
    min-height: 1.6em;
    min-width: 100px;
    margin: 3px 0 0 0;
    padding: 0;
}

.if-list .if-list-item {
    margin: 0 3px 3px 3px;
    padding: 0.3em;
    padding-left: 1.5em;
    padding-right: 1em;
}

.if-list .if-list-item.disabled {
    cursor: default;
    background: #dfdfdf;
}

.if-list .if-list-item.if-pntr {
    cursor:pointer;
}

.if-list .if-list-plhld {
    height: 1.6em;
    line-height: 1.6em;
}

.if-list .if-list-head {
    margin: 3px;
    padding: 0.3em;
    padding-left: 1em;
    padding-right: 1em;
}

.if-list .if-list-ctrls {
    margin: 3px;
    padding: 0.3em;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
}

.if-list .if-list-filter {
	text-align: center;
}

.if-list .if-list-filter-button {
	text-align: center;
	background-color: #fff;
	color: #666;
	border: 1px solid #999;
	padding: 3px 0;
    width: 98%;
}

.if-list .if-list-filter-facet {
	position: absolute;
}

.if-list-ctrl-spcr {
    width:25%;
    /* IE7 width fix */
    *width: 24%;
    display:inline-block;
}

.if-list .if-list-ctrl {
    display:inline-block;
}

.if-list .if-list-foot {
    margin: 3px;
    padding: 0.3em;
    padding-left: 1em;
    padding-right: 1em;
}

/* Miniturized style */
.if-list.if-mini.ui-widget {
    font-size:8pt;
    display:inline-block;

    /* IE7 inline block hack */
    *display:inline;
    zoom:1;

    overflow-y:auto;
}

.if-list.if-mini.ui-widget > ul {
    display: block;
    height: 10em;
}

.if-list.if-mini.ui-widget .if-list-item {
    margin:0 2px 2px 2px;
    padding:0;
    padding-left:0.5em;
    *margin-right:18px;
}
/********************/

.if-list .if-list-sort {
	text-align: center;
}

.if-list .ui-sortable-control {
    vertical-align: middle;
    cursor:pointer;
}

.if-list .if-list-sort .ui-sortable-list-icon {
    vertical-align: middle;
    display: inline-block;
    width:16px;
    height:1.7em;
    margin-left: 5px;
    position:relative;
}

.if-list .ui-sortable-list-icon .ui-icon-triangle-1-n {
    position:absolute;
    top:-2px;
    left:1px;
}
.ui-sortable-list-icon .ui-icon-triangle-1-n {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    /* IE 5-7 */
    filter: alpha(opacity=20);
    /* Netscape */
    -moz-opacity: 0.33;
    /* Safari 1.x */
    -khtml-opacity: 0.33;
    /* Good browsers */
    opacity: 0.33;
}
.if-list .ui-sortable-list-icon .ui-icon-triangle-1-n.ui-toggled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.if-list .ui-sortable-list-icon .ui-icon-triangle-1-s {
    position:absolute;
    bottom:-1px;
    *left:0px;
}
.if-list .ui-sortable-list-icon .ui-icon-triangle-1-s {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.33;
    -khtml-opacity: 0.33;
    opacity: 0.33;
}
.if-list .ui-sortable-list-icon .ui-icon-triangle-1-s.ui-toggled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.if-list input.if-list-filter {
	width: 100%;
}
.if-list div.if-list-filter {
	padding: 0.5em;
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.if-list-nctrl {
    display:inline-block;
}

.if-list-nctrls {
    display: block;
    margin: 3px;
    padding: 0.3em;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
}

.if-list-nctrl-head, .if-list-nctrl-foot {
    text-align: center;
}

.if-list-dl {
    margin: 3px;
    padding: 0.3em .7em .5em .7em;
    position: relative;
    min-height: 152px;
    white-space: nowrap;
}

/* Break nowrap inheritance */
.if-list-dl > * > * {
    white-space: normal;
}

.if-list-nctrl-head {
    margin: 3px;
    padding: 0.3em;
    padding-left: 1em;
    padding-right: 1em;
}

.if-list-nctrl-foot {
    margin: 3px;
    padding: 0.3em;
    padding-left: 1em;
    padding-right: 1em;
}

.if-list-dl-1 {
    vertical-align: top;
    display: inline-block;
    width: 50%;
    position: relative;
    right:0.3em;
}

.if-list-dl-2 {
    vertical-align: top;
    display: inline-block;
    width: 50%;
    /* IE7 width fix */
    *width: 49%;
    position: relative;
    left:.3em;
}

.if-list-dl .if-list {
    width:100%;
}

.if-list-dl > .if-list-nctrls + .if-list-dl-2 {
    left:1.5em;
}

.if-list-dl .if-list-nctrls {
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -77px;
    display: inline-block;
    padding: 1em 0.3em;
    margin-left: -12px;
}

.if-list-dl .if-list-nctrls .if-list-ctrl-spcr {
    display: block;
    padding: 0.5em 0;
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.ui-faces-message .ui-widget, .ui-faces-message-icon, .ui-faces-message-text {
    vertical-align: middle;
}

.ui-faces-message .ui-widget {
    padding: 0.3em;
}

.ui-faces-message-icon {
    display: inline-block;
}

.ui-faces-messages .ui-icon {
    float: left;
    margin-top: 0.2em;
}

.ui-faces-messages div.ui-empty-message  .ui-icon {
    float: none;
    margin-right: 0;
}

.ui-faces-messages .ui-corner-all {
    padding: 0.3em;
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.ui-notificationbar{position:fixed;width:100%;height:100px;padding:10px;z-index:10;}.ui-notificationbar-close{position:absolute;right:3em;top:1em;cursor:pointer;font-size:24px;}
.portlet-content .ui-notificationbar {position:absolute;}.portlet-content .ui-notificationbar-close {right:1em;}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.ui-paginator {
    display:block;
    margin:6px 0;
	white-space:nowrap;
}

.ui-paginator > span {
	white-space:nowrap;
}

.ui-paginator-page,
.ui-paginator-pages,
.ui-paginator-next,
.ui-paginator-last,
.ui-paginator-first,
.ui-paginator-previous,
.ui-paginator-rewind,
.ui-paginator-forward,
.ui-paginator-current {
    display:inline-block;
    padding:2px 6px;
    zoom:1;
    margin-left:1px;
    margin-right:1px;
    text-decoration:none;
}

.ui-paginator-current,.ui-paginator-rpp-options {
    margin-left:1em;
    margin-right:1em;
}

.ui-paginator-next .ui-icon,
.ui-paginator-previous .ui-icon,
.ui-paginator-rewind .ui-icon,
.ui-paginator-forward .ui-icon,
.ui-paginator-first .ui-icon,
.ui-paginator-last .ui-icon {
    overflow:inherit;
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.ui-panel {
    padding: 0.2em;
}
.ui-panel .ui-panel-titlebar {
    padding: 0.3em .5em;
}
.ui-panel .ui-panel-title {
    display:inline-block;
    vertical-align: middle;
    /* IE7 inline-block hack */
    zoom: 1;
    *display:inline;
}

.ui-panel .header-facet {
	width: 70%;
}

.ui-panel-title {
    width: 100%;
}

.ui-panel .ui-panel-titlebar-icons {
    display:inline-block;
    vertical-align: middle;
    text-align: right;
    /* IE7 inline-block hack */
    zoom: 1;
    *display:inline;
}
.ui-panel .header-facet .ui-panel-titlebar-icons {
	width: 30%;
}
.ui-panel .ui-panel-titlebar-icon {
    display:inline-block;
    vertical-align: middle;
    padding: 1px 2px 2px 1px;
    /* IE7 inline-block hack */
    zoom: 1;
    *display:inline;
}
.ui-panel .ui-panel-titlebar-icon:not(:last-child) {
    margin-right:.5em;
}
.ui-panel .ui-panel-content {
    border: 0;
    background: none;
    padding: 0.5em 1em;
}

tr > .ui-panel-content {
    height: 100%;
    vertical-align: top;
}

.ui-panel > table {
    width: 100%;
    height: 100%;
}

.ui-panel-content {
    height: 100%;
    box-sizing: border-box;
}
.ui-panel .ui-panel-footer {
    border-width: 1px 0 0;
    margin: 0.5em 0 0;
    padding: 0.5em 1em;
    text-align: left;
}
.ui-panel .header-text-table {
	display: table;
	width: 100%;
}
.ui-panel .header-text-row {
	display: table-row;
}
.ui-panel .header-text-left {
	display: table-cell;
	width: 99%;
}
.ui-panel .header-text-left.padding2 {
	padding-left: 2em;
}
.ui-panel .header-text-left.padding4 {
	padding-left: 4em;
}
.ui-panel .header-text-left.padding6 {
	padding-left: 6em;
}
.ui-panel .header-text-right {
	display: table-cell;
	white-space: nowrap;
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
.ice-pushbutton button {
    padding:0.4em 1em;
    /*border:0;*/
}

.ice-pushbutton {
	display: inline-block;
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */


.ice-ace-radiobutton {
	display:inline;
}

.ice-ace-radiobutton .ui-label {
    padding: 0.2em;
}

.ice-ace-radiobutton > span > span > button {
    /* IE7 hacks */
    *padding: 0px 6px 0px;
    *font-size: small;
}

.ice-ace-radiobutton .ice-ace-radiobutton-main button {
	border:0;
	padding: 0.2em;
	background-color:transparent;
}

.ice-ace-radiobuttons {
	text-align: center;
}

.ice-ace-radiobuttons .ice-ace-radiobutton {
	display: inline-block;
	margin-right: 10px;
	margin-left: 5px;
}

.ice-ace-radiobuttons.ice-ace-radiobuttons-vertical {
	text-align: left;
}

.ice-ace-radiobuttons.ice-ace-radiobuttons-vertical .ice-ace-radiobutton {
	display: block;
	margin-right: 0;
}

.ice-ace-radiobuttons.ice-ace-radiobuttons-vertical .ui-widget-header {
	text-align: center;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .ui-widget-content {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .ui-widget-content .day-number {
	color: #333;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .ui-widget-content.schedule-cell-time {
	color: #333;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .ui-widget-content .schedule-event {
	background-image: none;
	background-color: #ccccff;
	border-left: 2px solid #666699;
	border-top: none;
	border-right: none;
	border-bottom: none;
	padding: 2px;
	margin-top: 1px;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event {
	background-image: none;
	background-color: #ccccff;
	border-left: 3px solid #666699;
	border-top: none;
	border-right: none;
	border-bottom: none;
	padding: 2px 2px 2px 3px;
}

/*
 *  Predefined color classes:
 *  schedule-blue, schedule-red, schedule-green, schedule-yellow
 *  schedule-orange, schedule-turquoise, schedule-magenta, schedule-violet
 */

/*
 *  Predefined color classes for month events
 */
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .ui-widget-content .schedule-event.schedule-blue {
	background-color: #ccccff;
	border-color: #666699;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .ui-widget-content .schedule-event.schedule-red {
	background-color: #ffcccc;
	border-color: #996666;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .ui-widget-content .schedule-event.schedule-green {
	background-color: #ccffcc;
	border-color: #669966;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .ui-widget-content .schedule-event.schedule-yellow {
	background-color: #ffffcc;
	border-color: #999966;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .ui-widget-content .schedule-event.schedule-orange {
	background-color: #ffcc66;
	border-color: #ff9900;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .ui-widget-content .schedule-event.schedule-turquoise {
	background-color: #99ccff;
	border-color: #0099ff;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .ui-widget-content .schedule-event.schedule-magenta {
	background-color: #ff99cc;
	border-color: #ff0099;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .ui-widget-content .schedule-event.schedule-violet {
	background-color: #cc99ff;
	border-color: #9900ff;
}

/*
 *  default event color, including shades for overlapping events in week and day views
 */
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event {
	background-color: #ccccff;
	border-color: #666699;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-overlapping-1 {
	background-color: #bcbcef;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-overlapping-2 {
	background-color: #acacdf;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-overlapping-3 {
	background-color: #9c9ccf;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-overlapping-4 {
	background-color: #8c8cbf;
}

/*
 *  schedule-blue, including shades for overlapping events in week and day views
 */
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-blue {
	background-color: #ccccff;
	border-color: #666699;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-blue.schedule-overlapping-1 {
	background-color: #bcbcef;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-blue.schedule-overlapping-2 {
	background-color: #acacdf;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-blue.schedule-overlapping-3 {
	background-color: #9c9ccf;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-blue.schedule-overlapping-4 {
	background-color: #8c8cbf;
}

/*
 *  schedule-red, including shades for overlapping events in week and day views
 */
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-red {
	background-color: #ffcccc;
	border-color: #996666;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-red.schedule-overlapping-1 {
	background-color: #efbfbf;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-red.schedule-overlapping-2 {
	background-color: #dfafaf;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-red.schedule-overlapping-3 {
	background-color: #cf9f9f;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-red.schedule-overlapping-4 {
	background-color: #bf8f8f;
}

/*
 *  schedule-green, including shades for overlapping events in week and day views
 */
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-green {
	background-color: #ccffcc;
	border-color: #669966;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-green.schedule-overlapping-1 {
	background-color: #bcefbc;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-green.schedule-overlapping-2 {
	background-color: #acdfac;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-green.schedule-overlapping-3 {
	background-color: #9ccf9c;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-green.schedule-overlapping-4 {
	background-color: #8cbf8c;
}

/*
 *  schedule-yellow, including shades for overlapping events in week and day views
 */
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-yellow {
	background-color: #ffffcc;
	border-color: #999966;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-yellow.schedule-overlapping-1 {
	background-color: #efefbc;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-yellow.schedule-overlapping-2 {
	background-color: #dfdfac;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-yellow.schedule-overlapping-3 {
	background-color: #cfcf9c;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-yellow.schedule-overlapping-4 {
	background-color: #bfbf8c;
}

/*
 *  schedule-orange, including shades for overlapping events in week and day views
 */
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-orange {
	background-color: #ffcc66;
	border-color: #ff9900;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-orange.schedule-overlapping-1 {
	background-color: #efbc56;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-orange.schedule-overlapping-2 {
	background-color: #dfac46;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-orange.schedule-overlapping-3 {
	background-color: #cf9c36;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-orange.schedule-overlapping-4 {
	background-color: #bf8c26;
}

/*
 *  schedule-turquoise, including shades for overlapping events in week and day views
 */
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-turquoise {
	background-color: #99ccff;
	border-color: #0099ff;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-turquoise.schedule-overlapping-1 {
	background-color: #89bcef;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-turquoise.schedule-overlapping-2 {
	background-color: #79acdf;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-turquoise.schedule-overlapping-3 {
	background-color: #699ccf;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-turquoise.schedule-overlapping-4 {
	background-color: #598cbf;
}

/*
 *  schedule-magenta, including shades for overlapping events in week and day views
 */
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-magenta {
	background-color: #ff99cc;
	border-color: #ff0099;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-magenta.schedule-overlapping-1 {
	background-color: #ef89bc;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-magenta.schedule-overlapping-2 {
	background-color: #df79ac;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-magenta.schedule-overlapping-3 {
	background-color: #cf699c;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-magenta.schedule-overlapping-4 {
	background-color: #bf598c;
}

/*
 *  schedule-violet, including shades for overlapping events in week and day views
 */
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-violet {
	background-color: #cc99ff;
	border-color: #9900ff;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-violet.schedule-overlapping-1 {
	background-color: #bc89ef;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-violet.schedule-overlapping-2 {
	background-color: #ac79df;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-violet.schedule-overlapping-3 {
	background-color: #9c69cf;
}
.ice-ace-schedule .schedule-styling-enhanced .schedule-days .schedule-event-container .schedule-event.schedule-violet.schedule-overlapping-4 {
	background-color: #8c59bf;
}
.ice-ace-schedule * {
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: small;
}
.ice-ace-schedule {
	width: 100%;
}
.ice-ace-schedule .schedule-title {
	padding: 14px;
	text-align: center;
	font-weight: bold;
}
.ice-ace-schedule .schedule-title .schedule-button-previous {
	float: left;
	text-align: left;
}
.ice-ace-schedule .schedule-title .schedule-button-next {
	float: right;
	text-align: right;
}
.ice-ace-schedule .schedule-title .schedule-button-previous,
.ice-ace-schedule .schedule-title .schedule-button-next {
	width: 30px;
	cursor: pointer;
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
}
.ice-ace-schedule .schedule-title .schedule-button-previous:hover,
.ice-ace-schedule .schedule-title .schedule-button-next:hover {
	opacity: 0.5;
}
.ice-ace-schedule .schedule-grid {
	width: 75%;
	display: inline-block;
}
.ice-ace-schedule .schedule-grid > table,
.ice-ace-schedule .schedule-grid > div > table {
	border-collapse: collapse;
	width: 100%;
}
.ice-ace-schedule .schedule-grid .schedule-dow {
	width: 100%;
}
.ice-ace-schedule .schedule-grid .schedule-days {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: auto;
}
@-moz-document url-prefix() {
	.ice-ace-schedule .schedule-grid .schedule-days {
		height: auto;
	}
}
.ice-ace-schedule .schedule-view-month .schedule-grid .schedule-dow .schedule-dow-header {
	width: 14.2857%;
	padding: 14px 0;
	text-align: center;
}
.ice-ace-schedule .schedule-view-month .schedule-grid .schedule-days .schedule-day {
	width: 14.2857%;
	min-height: 100px;
	text-align: right;
}
.ice-ace-schedule .schedule-view-month .schedule-grid .schedule-days .schedule-day.schedule-adjacent-month .schedule-day-number {
	opacity: 0.3;
}
.ice-ace-schedule .schedule-view-month .schedule-event {
	overflow: hidden;
	width: 100%;
	text-align: left;
}
.ice-ace-schedule .schedule-view-month .schedule-event > span {
	display: inline-block;
	width: 200%;
}
.ice-ace-schedule .schedule-view-week .schedule-grid .schedule-dow .schedule-dow-header {
	width: 12.5%;
	padding: 14px 0;
	text-align: center;
}
.ice-ace-schedule .schedule-view-week .schedule-grid .schedule-cell {
	width: 12.5%;
	height: 30px;
}
.ice-ace-schedule .schedule-view-week.schedule-config-scrollable .schedule-grid .schedule-dow .schedule-dow-header,
.ice-ace-schedule .schedule-view-week.schedule-config-scrollable .schedule-grid .schedule-cell {
	width: 12.25%;
}
.ice-ace-schedule .schedule-view-week .schedule-event {
	position: absolute;
	z-index: 10;
	overflow:hidden;
}
.ice-ace-schedule .schedule-view-day .schedule-grid .schedule-dow .schedule-dow-header {
	padding: 14px 0;
	text-align: center;
}
.ice-ace-schedule .schedule-view-day .schedule-grid .schedule-cell-time {
	width: 12.5%;
}
.ice-ace-schedule .schedule-view-day .schedule-grid .schedule-cell {
	height: 30px;
}
.ice-ace-schedule .schedule-view-day .schedule-event {
	position: absolute;
	z-index: 10;
	overflow:hidden;
}
.ice-ace-schedule .schedule-list-title,
.ice-ace-schedule .schedule-details-sidebar-title {
	padding: 14px 0;
	text-align: center;
	letter-spacing: 1px;
}
.ice-ace-schedule .schedule-list-content .schedule-list-event {
	padding: 14px;
}
.ice-ace-schedule .schedule-list-content .schedule-list-event.ui-state-highlight {
	border: 0;
}
.ice-ace-schedule .schedule-list-content .schedule-list-event span {
	display: block;
}
.ice-ace-schedule .schedule-list-content .schedule-list-event-name {
	font-weight: bold;
}
.ice-ace-schedule .schedule-list-content {
	overflow: auto;
}
.ice-ace-schedule .schedule-sidebar .schedule-details-sidebar-content {
	overflow: auto;
}
.ice-ace-schedule .schedule-content {
	position:relative;
}
.ice-ace-schedule .schedule-content .schedule-sidebar {
	position:absolute;
	top:0;
	width: 25%;
	height:100%;
}
.ice-ace-schedule .schedule-config-sidebar-right .schedule-content .schedule-sidebar {
	right:0;
}
.ice-ace-schedule .schedule-config-sidebar-left .schedule-grid {
	margin-left: 25%;
}
.ice-ace-schedule .schedule-config-sidebar-hidden .schedule-content .schedule-sidebar {
	display: none;
}
.ice-ace-schedule .schedule-config-sidebar-hidden .schedule-grid {
	width: 100%;
}
.ice-ace-schedule .schedule-details-sidebar-title,
.ice-ace-schedule .schedule-details-sidebar-content {
	display: none;
}
.ice-ace-schedule .schedule-config-details-sidebar .schedule-details-sidebar-title,
.ice-ace-schedule .schedule-config-details-sidebar .schedule-details-sidebar-content {
	display: block;
}
.ice-ace-schedule .schedule-list-title,
.ice-ace-schedule .schedule-details-sidebar-title {
	font-weight: bold;
}
.ice-ace-schedule .schedule-grid td {
	vertical-align: top;
	padding: 0;
}
.ice-ace-schedule .schedule-details-tooltip .ui-dialog-titlebar,
.ice-ace-schedule .schedule-navigation-dialog .ui-dialog-titlebar {
	display: none;
}
.ice-ace-schedule .schedule-details-popup,
.ice-ace-schedule .schedule-details-tooltip,
.ice-ace-schedule .schedule-navigation-dialog {
	font-size: small;
}
.ice-ace-schedule .schedule-navigation-dialog-content.ui-dialog-content {
	padding: 0;
}
.ice-ace-schedule .schedule-details-popup-content button {
	float: right;
	margin-left: 5px;
}
.ice-ace-schedule .schedule-state {
	border: 1px solid transparent;
	width: 100%;
	height: 100%;
}
.ice-ace-schedule .schedule-view-month .schedule-grid .schedule-days tr,
.ice-ace-schedule .schedule-view-month .schedule-grid .schedule-days .schedule-day {
	height: 100%;
}
.ice-ace-schedule .schedule-view-month .schedule-grid .schedule-days .schedule-state {
	border: 1px solid transparent;
	min-height: 100px;
	height: inherit;
}
.ice-ace-schedule .schedule-selected {
	text-decoration: underline;
}
.ice-ace-schedule .schedule-sidebar .schedule-details-sidebar-content {
	padding: 10px;
}
.ice-ace-schedule .schedule-sidebar .schedule-details-sidebar-content > span {
	display: block;
	margin-top: 5px;
}
.ice-ace-schedule .schedule-sidebar .schedule-details-sidebar-content > button {
	margin-right: 5px;
}
.ice-ace-schedule .schedule-sidebar .schedule-details-sidebar-content > span > span > span {
	display: block;
}
.ice-ace-schedule .schedule-days .schedule-day,
.ice-ace-schedule .schedule-dow-header {
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.ice-ace-schedule .schedule-event-bold {
	font-weight: bold;
}
.ice-ace-schedule .schedule-time-allday {
	position: relative;
	overflow: hidden;
	padding: 0;
}
.ice-ace-schedule .schedule-time-allday .schedule-state {
	border: 0;
}
.ice-ace-schedule .schedule-view-week .schedule-event-allday,
.ice-ace-schedule .schedule-view-day .schedule-event-allday {
	overflow: hidden;
	height: 100%;
	width: 100%;
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.ui-selectmenu .ui-selectmenu-value {
    overflow: hidden;
	position: relative;
	padding-right: 1px;
}

.ui-selectmenu .ui-selectmenu-value .ui-inputfield {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    border:0;
}

.ui-selectmenu .ui-selectmenu-list > div > div:not(:last-child) {
    border-bottom: 0px;
}

.ui-selectmenu .ui-selectmenu-list > div > div {
    padding: .2em;
}

.ui-selectmenu .ui-selectmenu-button {
    display:inline-block;
    vertical-align:middle;
	text-align:center;
	position: absolute;
	top:0;
	right:0;
	padding: 2px;
    border-top:0;
    border-bottom:0;
    border-right:0;
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */
 
.ui-sliderentry .ui-input-label-top {
	padding-bottom: 8px;
}

.ui-sliderentry .ui-input-label-bottom {
	padding-top: 8px;
}

.ui-sliderentry .ui-input-label-left {
	padding-right: 12px;
}

.ui-sliderentry .ui-input-label-right {
	padding-left: 12px;
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.ace-splitpane-nonScrollable {
    margin: 0;
    display:inline-block;
    vertical-align:top;
    overflow-y: hidden;
}
.ace-splitpane-scrollable {   
    margin:0;
    display:inline-block;
    vertical-align:top;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.ace-splitpane-scrollable:last-child{
    border-right: none;
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.ace-stackpane {
    box-sizing: border-box;
    height: 100%;
}
.ace-stackpane-visible {
    opacity:1;
    visibility: visible;
    display: block;
    height: 100%;
}
.ace-stackpane-hidden {
    opacity: 0;
    visibility: hidden;
    height:0;
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.ice-sub-mon.clone > .ice-sub-mon-mid {
    display: inline-block;
    background-color: white;
}

.ice-sub-mon > .ice-sub-mon-mid > .ice-sub-mon-img {
    display: inline-block;
    vertical-align: middle;
}

.ice-sub-mon > .ice-sub-mon-mid > .ice-sub-mon-txt {
    margin: 0.5em;
}

.ice-sub-mon > .ice-sub-mon-mid.idle > .ice-sub-mon-img {
    background-image: url("/javax.faces.resource/submitmonitor/connect_idle.gif.xhtml?ln=icefaces.ace&v=4_3_0_180827");
    background-repeat:no-repeat;
    width: 32px;
    height: 32px;
}

.ice-sub-mon > .ice-sub-mon-mid.active > .ice-sub-mon-img {
    background-image: url("/javax.faces.resource/submitmonitor/connect_active.gif.xhtml?ln=icefaces.ace&v=4_3_0_180827");
    background-repeat:no-repeat;
    width: 32px;
    height: 32px;
}

.ice-sub-mon .ui-icon {
    text-indent: 0;
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.ui-tableconf {
    width:550px;
    position: absolute;
    left:50%;
    margin-left:-250px !important;
    z-index:5;
}

.ui-tableconf-modal {
    height:100%;
    width:100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 4;
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-tableconf-header {
    padding: 4px;
    line-height:1.9;
    zoom:1;
}

.ui-tableconf-body {
    border-top: 0;
}

/*
.ui-tableconf-body > table {
    width:100%;
}
*/

*+html .ui-tableconf-head-button {
    /* IE7 inline block hack */
    display:inline;
}

.ui-tableconf-head-button {
    text-align: left;
    padding: 2px 4px;
    margin: 0px 2px;
    display: inline-block;
    width:16px; /* required for inline-block on IE7 */
}

.ui-tableconf-item .handle-container {
    padding:0 5px 0 5px;
}
.ui-tableconf-item .handle-container .ui-sortable-handle {
    display:inline-block;
    text-align:left;
    vertical-align:middle;
}
.ui-tableconf-item .handle-container .icon-spacer {
    display:inline-block;
    background-position: -2000px -2000px;
}
.ui-tableconf-item .stacked-subsequent .handle-container .ui-sortable-handle .ui-icon {
    background-position: -2000px -2000px;
}
/* padding has to line up with .handle-container padding */
.ui-tableconf-body .ordering, .ui-tableconf-body .name, .ui-tableconf-body .visibility, .ui-tableconf-body .sorting {
    display: inline-table;
    padding: 0 5px 0 5px;
    vertical-align: middle;
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

/* ----- YUI tabview structural styling ----- */

.yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li, .yui-navset .yui-navset-bottom .yui-nav li {
    display: inline;
    vertical-align: bottom;
    cursor: pointer;
    margin: 0 .5em 0 0;
}

.yui-navset-left .yui-nav li, .yui-navset-right .yui-nav li {
    display: block;
    margin: 0 0 .5em;
}

.yui-navset .yui-content .yui-hidden {
    border: 0;
    height: 0;
    width: 0;
    position: absolute;
    left: -999999px;
    overflow: hidden;
    visibility: hidden;
    padding: 0;
}

.yui-navset .yui-hidden {
    display: none;
}

.yui-navset .yui-navset-left .yui-nav, .yui-navset .yui-navset-right .yui-nav, .yui-navset-left .yui-nav, .yui-navset-right .yui-nav {
    width: 6em;
    position: relative;
    z-index: 1;
}

.yui-navset-top .yui-nav, .yui-navset-bottom .yui-nav {
    width: auto;
    position: static;
}

.yui-navset .yui-navset-left, .yui-navset-left {
    padding: 0 0 0 6em;
}

.yui-navset-right {
    padding: 0 6em 0 0;
}

.yui-navset-top, .yui-navset-bottom {
    padding: auto;
}

.yui-nav, .yui-nav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.yui-navset li em {
    font-style: normal;
}

.yui-navset {
    position: relative;
}

.yui-navset .yui-content:after {
    content: '';
    display: block;
    clear: both;
}

.yui-navset .yui-nav a {
    position: relative;
}

.yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a {
    display: inline-block;
    vertical-align: bottom;
}

.yui-navset-bottom .yui-nav li a {
    vertical-align: text-top;
}

.yui-navset .yui-navset-left .yui-nav, .yui-navset-left .yui-nav {
    float: left;
}

.yui-navset .yui-navset-right .yui-nav, .yui-navset-right .yui-nav {
    float: right;
}

/* ----- JQuery-UI tabview structural styling ----- */

.ui-tabset {
    position: relative;
    padding: .2em 1px;
    display: table;
	width: 100%;
}

.ui-tabset .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs-nav {
    box-sizing: border-box;
    display: table;
   /* width: 100% !important; */
}

.yui-navset-top ul {
    width: 100% !important;
}

.yui-navset-bottom ul {
    width: 100% !important;
}

.yui-content {
    display: table-row;
    height: 100%;
    box-sizing: border-box;
}

.ui-tabs-panel {
    height: 100%;
}

.ui-tabset .ui-tabs-nav li {
    list-style: none;
    /*float: left;*/display: inline-block;
    position: relative;
    margin: 0 .2em 0 0;
    padding: 0;
}

.ui-tabset .ui-tabs-nav div { /* added */
    float: left;
    position: relative;
    border-bottom: 0 !important;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.ui-tabset .ui-tabs-nav div em { /* added */
    float: left;
    text-decoration: none;
    padding: 0.5em 1em;
    margin: 0;
}

.ui-tabset .ui-tabs-nav li.ui-tabs-selected,
.ui-tabset .ui-tabs-nav div.ui-tabs-selected { /* added */
    margin-bottom: 0;
}

.ui-tabset .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
}

.ui-tabset .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}

.ui-tabset .ui-tabs-panel {
    background: none;
    border-width: 0;
    padding: 1em 1.4em;
}

.ui-tabset .ui-tabs-hide {
    display: none !important;
}

/* ----- overrides ----- */

.yui-navset-left {
    padding: 0;
}

.yui-navset-left .yui-content div {
    padding-left: 4em;
}

.yui-navset-right {
    padding: 0;
}

.yui-navset-right .yui-content div {
    padding-right: 4em;
}

.yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a {
    vertical-align: baseline;
}

/* Override duplicate border from JQUI rules */
.yui-nav > li.ui-state-default {
    border-bottom: none;
}

/* Override duplicate border from JQUI rules */
.yui-nav > li.ui-state-active > div.yui-navdiv > em {
    border: none;
}

/* ----- custom rules ----- */

.ui-tabs-vertical {
    height: 100%;
    margin: 3px;
}

.ui-tabs-content-vertical {
    height: 100%;
}

/* ----- vertical tabs styling ----- */

.ui-tabset-vertical {

}

.ui-tabset-vertical .ui-tabs-nav {

}

.ui-tabset-vertical .ui-tabs-nav li {
    list-style: none;
}

.ui-tabset-vertical .ui-tabs-nav div { /* added */
    margin: 0.2em; /* new */
    text-align: center; /* new */
    border: 0 !important;
}

.ui-tabset-vertical .ui-tabs-nav div em { /* added */
    text-decoration: none;
    display: block;
    border: 0 !important;
}

.ui-tabset-vertical .ui-tabs-nav li.ui-tabs-selected,
.ui-tabset-vertical .ui-tabs-nav div.ui-tabs-selected { /* added */
    margin-bottom: 0;
    padding-bottom: 1px;
}

.ui-tabset-vertical .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
}

.ui-tabset-vertical .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}

.ui-tabset-vertical .ui-tabs-panel {
    display: block;
    background: none;
    border-width: 0;
    padding: 0 1.4em;
}

.ui-tabs-panel {
    box-sizing: border-box;
}

.ui-tabset-vertical .ui-tabs-hide {
    display: none !important;
}

/* ----- scrollable tabs ----- */

.ui-tabs-scrollable {
	position: relative;
}

.ui-tabs-scrollable > div {
	overflow: hidden;
}

.ui-tabs-scrollable .ui-tabs-scrollable-left {
	position: absolute;
	left: 0;
	top: 0;
}

.ui-tabs-scrollable .ui-tabs-scrollable-left button {
	padding: 0.2em 0;
}

.ui-tabs-scrollable .ui-tabs-scrollable-right {
	position: absolute;
	right: 0;
	top: 0;
}

.ui-tabs-scrollable .ui-tabs-scrollable-right button {
	padding: 0.2em 0;
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.ui-textareaentry-resizable {resize: both;}
.ui-textareaentry-non-resizable {resize: none;}

.ui-textareaentry-container .ui-input-label-left, .ui-textareaentry-container .ui-required-indicator-left, .ui-textareaentry-container .ui-optional-indicator-left,
.ui-textareaentry-container .ui-input-label-right, .ui-textareaentry-container .ui-required-indicator-right, .ui-textareaentry-container .ui-optional-indicator-right {
    vertical-align: top;
}
/*
 * qTip2 - Pretty powerful tooltips - v2.2.0
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Thu Nov 21 2013 08:34 GMT+0000
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: basic css3
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	min-width: 50px;
	
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;

	box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;

		cursor: pointer;
		outline: medium none;

		border-width: 1px;
		border-style: solid;
		border-color: transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}
	
		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border-width: 1px;
	border-style: solid;
	border-color: #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}
	
	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}



/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}



.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border-width: 0;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}
	
	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;
		
		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.qtip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}
	
	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}
	
	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10px;
		background-color: transparent;
	}

	.qtip-tipsy .qtip-content{
		padding: 6px 10px;
	}
	
	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.qtip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
	/** Taken from Bootstrap body */
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.qtip-bootstrap .qtip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

		.qtip-bootstrap .qtip-titlebar .qtip-close{
			/**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.qtip-bootstrap .qtip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.qtip-bootstrap .qtip-icon{
		/**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.qtip-bootstrap .qtip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.qtip-bootstrap .qtip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}



.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
	
}

	/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
	x:-o-prefocus, .qtip .qtip-tip{
		visibility: hidden;
	}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml,
	.qtip .qtip-tip canvas{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}
	
	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}

#qtip-overlay{
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}



.qtipmodal-ie6fix{
	position: absolute !important;
}

/* ICEsoft custom extensions */

.ice-ace-tooltip .ui-tooltip-content {
	padding: 10px;

	/* .ui-corner-all */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.ice-ace-speechbubble {

}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

span.if-tree span.ui-icon-empty {
    background: none;
}

.if-tree {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0;
	text-align: left;
	white-space: nowrap;
}

.if-tree table.if-node-cnt {
    border-spacing: 0;
}

/* Hide root horizontal staff lines */
span.if-tree > table.if-node-cnt > tbody > tr.if-node-tr > td.if-node-sw > div.if-node-ln > img {
    display:none;
}

.if-node-wrp {
    /* prevent border wiggle when active state added */
    border: 1px solid transparent;
    display:inline-block;
    padding:2px;
	text-align: left;
}

.if-node-cnt {
    margin: 1px 5px;
}

.if-node-sub {
	padding-top: 5px;
}

.if-node-sw {
    vertical-align: middle;
    cursor: pointer;
    vertical-align: middle;
	width: 16px;
}

.if-node-sw span.ui-icon {
    position: relative;
    top:-1px;
}

.if-node-sw.noexp {
    cursor: default;
}

.if-node-sw-ico {

}

.if-node-exp {

}

.if-node-tr {
}

.if-node-td {
    position:relative;
    overflow:hidden;
    vertical-align: top;
}

.if-node-td > div.if-node-ln {
    position: relative;
    /* IE7 CSS hack */
    *position: absolute;
    *overflow:hidden;
    width:100%;
    height:100%;
}
.if-node-sw > div.if-node-ln {
    position: relative;
    width:100%;
    height:100%;
}

.if-node-td > div.if-node-ln  > img {
    width:1px;
    /* wrapper required for position within td to work on FF */
    /* 100% height on wrapper doesn't meet height of table cell */
    /* without 100% height on wrapper, 100% height doesn't work */
    /* here either. 10000px with overflow is used instead. */
    height:10000px;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    margin-top: 5px;
}

.if-node-sw > div.if-node-ln > img {
    width:15px;
    height:1px;
    position: absolute;
    top: 50%;
    left: -20px;
    margin-left: 3px;
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */


.ice-tristatecheckbox {
	display:inline-block;
}

.ice-tristatecheckbox .ui-label {
	padding: 0.2em 0.45em 0.2em 0.2em;
}

.ice-tristatecheckbox .ui-button {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: text-bottom;
}

.ice-tristatecheckbox .ui-button .first-child {
	display: block;
	*display: inline-block;
}

.ice-tristatecheckbox .ui-button button {
    background-color: transparent;
    *overflow: visible;
    cursor: pointer;
    display: block;
    *display: inline-block;
    border: none;
    margin: 0;
}

.ice-tristatecheckbox .ui-button > span > button {
    border:none;
	padding: 0.2em 0.2em 0.2em 0.45em;

    /* IE7 hacks */
    *padding: 0px 6px 0px;
    *font-size: small;
}

.ui-button .fa-lg {
	min-width: 1em;
	text-align: left;
}

.ice-tristatecheckbox-checked .ui-label,
.ice-tristatecheckbox-indeterminate .ui-label {
	opacity: 1;
}

.ice-tristatecheckbox-indeterminate .ui-label {
	text-decoration: line-through;
}

.ice-tristatecheckbox-unchecked .ui-label {
	opacity: 0.25;
}

.ice-ace-tristatecheckboxes {
	text-align: center;
}

.ice-ace-tristatecheckboxes .ice-tristatecheckbox {
	margin-right: 10px;
}

.ice-ace-tristatecheckboxes.ice-ace-tristatecheckboxes-vertical {
	text-align: left;
}

.ice-ace-tristatecheckboxes.ice-ace-tristatecheckboxes-vertical .ice-tristatecheckbox {
	display: block;
	margin-right: 0;
	margin-left: 5px;
}

.ice-ace-tristatecheckboxes.ice-ace-tristatecheckboxes-vertical .ui-widget-header {
	text-align: center;
}
/*
 * Copyright 2004-2014 ICEsoft Technologies Canada Corp.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the
 * License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS
 * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

.ui-helper-horizontal > DIV,
.ui-helper-horizontal > LI,
.ui-helper-horizontal > SPAN,
.ui-helper-horizontal > LABEL,
.ui-helper-horizontal > H1,
.ui-helper-horizontal > H2,
.ui-helper-horizontal > H3,
.ui-helper-horizontal > H4
{
    float: left;
    clear: none;
    display: block;
}

/* SuperPanel
----------------------------------*/
.wijmo-wijsuperpanel
{
    overflow: hidden;
    outline: none;
    background-image: none;
}
.wijmo-wijsuperpanel-statecontainer
{
    overflow: hidden;
    position: relative;
    zoom:1;
}
.wijmo-wijsuperpanel-contentwrapper
{
    position: absolute;
    overflow: hidden;

}
.wijmo-wijsuperpanel-hbarcontainer, .wijmo-wijsuperpanel-vbarcontainer
{
    font-size: 0px;
    border:0;
}
.wijmo-wijsuperpanel-templateouterwrapper
{
    position: relative; 
/*    overflow:auto; */
    zoom: 1;
}

.wijmo-wijsuperpanel-vbarcontainer .ui-state-default, .wijmo-wijsuperpanel-hbarcontainer .ui-state-default
{
    width: 16px;
    height: 16px;
    position: absolute;
}
.wijmo-wijsuperpanel .wijmo-wijsuperpanel-vbarcontainer
{
    position: absolute;
    width: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
    border: none;
}
.wijmo-wijsuperpanel .wijmo-wijsuperpanel-hbarcontainer
{
    position: absolute;
    height: 18px;
    padding-left: 18px;
    padding-right: 18px;
    border: none;
}
.wijmo-wijsuperpanel-handle
{
    position: absolute;
    font-size:0px;
    overflow:hidden;
}
.wijmo-wijsuperpanel-handle *
{
    font-size:0px;
}
.wijmo-wijsuperpanel-helper
{
    border-style: dotted;
    background: transparent;
}

.wijmo-wijsuperpanel-button
{
    position: absolute;
    padding: 4px;
}
.wijmo-wijsuperpanel .ui-icon-gripsmall-diagonal-se
{
    background: none;
    width: 7px;
    height: 7px;
}
.wijmo-wijsuperpanel-hbar-buttonleft
{
    left: 0;
}
.wijmo-wijsuperpanel-hbar-buttonright
{
    right: 0;
}
.wijmo-wijsuperpanel-vbar-buttontop
{
    top: 0;
}
.wijmo-wijsuperpanel-vbar-buttonbottom
{
    bottom: 0;
}

.wijmo-wijmenu {
padding:0.3em;
position:relative;
}

.wijmo-wijmenu .wijmo-wijsuperpanel {
border:none;
background: inherit;
padding:0;
}

.wijmo-wijmenu-list {
position:static;
}

.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child {
display:none;
padding:0.3em;
}

.wijmo-wijmenu .wijmo-wijmenu-parent {
position:relative;
}

.wijmo-wijmenu .wijmo-wijmenu-child {
position:relative;
left:150px;
top:0;
}

.wijmo-wijmenu .wijmo-wijmenu-item {
width:100%;
float:left;
clear:both;
margin:1px 0;
padding:0;
}

.wijmo-wijmenu .wijmo-wijmenu-list .wijmo-wijmenu-item {
background:none;
border:none;
}

.wijmo-wijmenu .wijmo-wijmenu-link {
display:block;
outline:none;
text-decoration:none;
font-weight:400;
border:solid 1px transparent;
float:left;
line-height:16px;
padding:0.3em;
white-space:nowrap;
position:relative;
}

.wijmo-wijmenu-horizontal {
width:auto;
}

.wijmo-wijmenu-horizontal .wijmo-wijmenu-item {
width:auto;
clear:none;
margin-right:3px;
}

.wijmo-wijmenu-horizontal .wijmo-wijmenu-child .wijmo-wijmenu-item {
width:97%;
}

.wijmo-wijmenu-horizontal .wijmo-wijmenu-child {
top:25px;
left:0;
}

.wijmo-wijmenu-horizontal .wijmo-wijmenu-link {
width:auto;
padding:0.4em 0.3em;
}

.wijmo-wijmenu-horizontal .wijmo-wijmenu-child .wijmo-wijmenu-link {
width:97%;
}

.wijmo-wijmenu .wijmo-wijmenu-list .ui-widget-header {
clear:both;
float:left;
width:98%;
margin:1px 0;
}

.wijmo-wijmenu-horizontal .wijmo-wijmenu-list .ui-widget-header
{
    width: auto;
    clear: none;
    margin: -1px 2px -2px 1px;
}
.wijmo-wijmenu-horizontal .wijmo-wijmenu-child .ui-widget-header
{
    width: 98%;
    margin: 1px 0;
}


.wijmo-wijmenu-horizontal .ui-widget-header {
clear:none;
width:auto;
margin:0 3px 0 0;
}

.wijmo-wijmenu .ui-widget-header h1,.wijmo-wijmenu .ui-widget-header h2,.wijmo-wijmenu .ui-widget-header h3,.wijmo-wijmenu .ui-widget-header h4,.wijmo-wijmenu .ui-widget-header h5,.wijmo-wijmenu .ui-widget-header h6 {
float:left;
display:block;
font-size:1em;
margin:0 auto;
padding:0.3em 3%;
}

.wijmo-wijmenu-horizontal .ui-widget-header h1,.wijmo-wijmenu-horizontal .ui-widget-header h2,.wijmo-wijmenu-horizontal .ui-widget-header h3,.wijmo-wijmenu-horizontal .ui-widget-header h4,.wijmo-wijmenu-horizontal .ui-widget-header h5,.wijmo-wijmenu-horizontal .ui-widget-header h6 {
padding:0.4em 0.3em;
}

.wijmo-wijmenu a.ui-state-default:link,.wijmo-wijmenu a.ui-state-default:visited,.wijmo-wijmenu a.ui-state-default:hover,.wijmo-wijmenu a.ui-state-default:active,.wijmo-wijmenu a.ui-state-hover:link,.wijmo-wijmenu a.ui-state-hover:visited,.wijmo-wijmenu a.ui-state-hover:hover,.wijmo-wijmenu a.ui-state-hover:active,.wijmo-wijmenu a.ui-state-active:link,.wijmo-wijmenu a.ui-state-active:visited,.wijmo-wijmenu a.ui-state-active:hover,.wijmo-wijmenu a.ui-state-active:active {
font-weight:400;
border-style:solid;
}

.wijmo-wijmenu .wijmo-wijmenu-child .ui-state-hover {
font-weight:400;
}

.wijmo-wijmenu .wijmo-wijmenu-separator {
clear:both;
float:left;
height:1px;
text-indent:-9999px;
width:98%;
margin:1px 0;
font-size:0;
}

.wijmo-wijmenu-horizontal .wijmo-wijmenu-separator {
height:auto;
clear:none;
width:1px;
text-indent:-9999px;
margin:0 3px 0 0;
padding:0.4em 0;
}

.wijmo-wijmenu-horizontal .wijmo-wijmenu-child .wijmo-wijmenu-separator {
clear:both;
float:left;
height:1px;
text-indent:-9999px;
width:98%;
margin:1px 0;
padding:0;
}

.wijmo-wijmenu .wijmo-wijmenu-group {
clear:both;
float:left;
width:98%;
margin:3px 0;
padding:0 0.4em;
}

.wijmo-wijmenu-ipod {

}

.wijmo-wijmenu-container {
overflow:hidden;
}

.wijmo-wijmenu-ipod .wijmo-wijmenu-list {
background:inherit;
position:absolute;
border-width:0;
-moz-box-shadow: none;
-webkit-box-shadow:none;
}

.wijmo-wijmenu-breadcrumb {
margin:0;
padding:0;
}

.wijmo-wijmenu-footer {
margin-top:3px;
line-height: 22px;
}

.wijmo-wijmenu-footer .ui-icon {
margin:3px 0;
}

.wijmo-wijmenu-header {
margin-bottom:3px;
}

.wijmo-wijmenu-breadcrumb li {
float:left;
list-style:none;
font-size:.9em;
margin:0;
padding:0 .2em;
}

.wijmo-wijmenu-breadcrumb li.wijmo-wijmenu-prev-list,.wijmo-wijmenu-breadcrumb li.wijmo-wijmenu-current-crumb {
clear:left;
float:none;
opacity:1;
}

.wijmo-wijmenu-breadcrumb li.wijmo-wijmenu-current-crumb {
padding-top:.2em;
}

.wijmo-wijmenu-footer a:link,.wijmo-wijmenu-footer a:visited {
float:left;
width:100%;
text-decoration:none;
}

.wijmo-wijmenu-footer a span {
float:left;
cursor:pointer;
}

.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-prev-list a:link,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-prev-list a:visited,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-prev-list a:hover,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-prev-list a:active {
background-image:none;
text-decoration:none;
}

.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-prev-list a {
float:left;
padding-right:.4em;
}

.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-current-crumb a:link,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-current-crumb a:visited,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-current-crumb a:hover,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-current-crumb a:active {
display:block;
background-image:none;
font-size:1.3em;
text-decoration:none;
}

.wijmo-wijmenu .wijmo-wijmenu-parent .ui-icon,.wijmo-wijmenu-horizontal .wijmo-wijmenu-child .ui-icon,.wijmo-wijmenu-ipod .ui-icon-triangle-1-e {
float:right;
}

.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-text,.wijmo-wijmenu-horizontal .wijmo-wijmenu-parent .ui-icon,.wijmo-wijmenu-breadcrumb a,.wijmo-wijmenu-breadcrumb span,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-prev-list a .ui-icon {
float:left;
}

.wijmo-wijmenu .wijmo-wijmenu-link .wijmo-wijmenu-icon-left {
display:inline-block;
float:left;
}

.wijmo-wijmenu .wijmo-wijmenu-link .wijmo-wijmenu-icon-right {
display:inline-block;
float:right;
}

/* Custom Extensions */
.wijmo-wijsuperpanel-vbarcontainer.ui-widget-header,
.wijmo-wijsuperpanel-hbarcontainer.ui-widget-header {
    background-image: none;
}

.wijmo-wijmenu .ui-menu-multicolumn {
	padding: 0;
}

.wijmo-wijmenu .ui-menu-multicolumn div {
	padding: 0;
	float:left;
	display: inline;
}

.wijmo-wijmenu .ui-menu-multicolumn ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.wijmo-wijmenu-parent ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.wijmo-wijmenu-text {
	cursor:pointer;
}

.wijmo-wijmenu-flyout, .wijmo-wijmenu-menubutton > div:first-of-type {
	box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}

.ui-widget.ui-widget-content.wijmo-wijmenu {
	display: inline-block;
}

.ui-breadcrumb-menu .ui-widget.ui-widget-content.wijmo-wijmenu {
	display: block;
}

.wijmo-wijmenu-list.ui-widget-content.ui-corner-all.ui-helper-clearfix.wijmo-wijmenu-child.wijmo-wijmenu-flyout {
	width: 100%;
}

.wijmo-wijmenu-horizontal .wijmo-wijmenu-list.ui-widget-content.ui-corner-all.ui-helper-clearfix.wijmo-wijmenu-child.wijmo-wijmenu-flyout {
	width: auto;
}

.ice-ace-menu-plain {
	display:block;
}

.ice-ace-menu-plain .wijmo-wijmenu-list {
	width:100%;
}

.ice-ace-menu-plain .wijmo-wijmenu .wijmo-wijmenu-list li.ui-widget-header {
	display:inline-block;
	width:100%;
}

.ice-ace-menu-plain .wijmo-wijmenu .wijmo-wijmenu-list li.ui-widget-header h3 {
	display:inline-block;
	width:100%;
	margin: 0;
	right: 0;
}

.ice-ace-menu-tiered {
	display:block;
}

.ice-ace-menu-tiered .wijmo-wijmenu .wijmo-wijmenu-link {
	display:inline-block;
	width:98%;
	padding: 0;
}

.ice-ace-menu-tiered .wijmo-wijmenu .wijmo-wijmenu-link > .wijmo-wijmenu-text {
	float: none;
	display:inline-block;
	margin-right:16px;
	padding: 0.3em;
}

.ice-ace-menu-tiered .wijmo-wijmenu .wijmo-wijmenu-link > .ui-icon {
	display:inline-block;
	min-width: 16px;
	right: 0;
	position: absolute;
	margin-top:0.3em;
	top: 0;
}

.ice-ace-menu-tiered .wijmo-wijmenu-list.ui-widget-content.ui-corner-all.ui-helper-clearfix.wijmo-wijmenu-child.wijmo-wijmenu-flyout {
	width: auto;
}

.ice-ace-menu-tiered .wijmo-wijmenu .wijmo-wijmenu-link > .wijmo-wijmenu-text .ui-icon.wijmo-wijmenu-icon-left,
.ice-ace-menu-tiered .wijmo-wijmenu .wijmo-wijmenu-link > .wijmo-wijmenu-text .wijmo-wijmenu-text {
	float:none;
}

.ice-ace-menu-context .wijmo-wijmenu .wijmo-wijmenu-link {
	display:inline-block;
	width:98%;
	padding: 0;
}

.ice-ace-menu-context .wijmo-wijmenu .wijmo-wijmenu-link > .wijmo-wijmenu-text {
	float: none;
	display:inline-block;
	margin-right:16px;
	padding: 0.3em;
}

.ice-ace-menu-context .wijmo-wijmenu .wijmo-wijmenu-link > .ui-icon {
	display:inline-block;
	min-width: 16px;
	right: 0;
	position: absolute;
	margin-top:0.3em;
	top: 0;
}

.ice-ace-menu-context .wijmo-wijmenu-list.ui-widget-content.ui-corner-all.ui-helper-clearfix.wijmo-wijmenu-child.wijmo-wijmenu-flyout {
	width: auto;
}

.ice-ace-menu-context .wijmo-wijmenu .wijmo-wijmenu-link > .wijmo-wijmenu-text .ui-icon.wijmo-wijmenu-icon-left,
.ice-ace-menu-context .wijmo-wijmenu .wijmo-wijmenu-link > .wijmo-wijmenu-text .wijmo-wijmenu-text {
	float:none;
}

.ice-ace-menu-bar .wijmo-wijmenu .wijmo-wijmenu-link {
	display:inline-block;
	width:98%;
	padding: 0;
}

.ice-ace-menu-bar .wijmo-wijmenu .wijmo-wijmenu-link > .wijmo-wijmenu-text {
	float: none;
	display:inline-block;
	margin-right:16px;
	padding: 0.3em;
}

.ice-ace-menu-bar .wijmo-wijmenu .wijmo-wijmenu-link > .ui-icon {
	display:inline-block;
	min-width: 16px;
	right: 0;
	position: absolute;
	margin-top:0.3em;
	top: 0;
}

.ice-ace-menu-bar .wijmo-wijmenu-list.ui-widget-content.ui-corner-all.ui-helper-clearfix.wijmo-wijmenu-child.wijmo-wijmenu-flyout {
	width: auto;
}

.ice-ace-menu-bar .wijmo-wijmenu .wijmo-wijmenu-link > .wijmo-wijmenu-text .ui-icon.wijmo-wijmenu-icon-left,
.ice-ace-menu-bar .wijmo-wijmenu .wijmo-wijmenu-link > .wijmo-wijmenu-text .wijmo-wijmenu-text {
	float:none;
}

.ice-ace-menu-sliding {
	display:block;
}

.ice-ace-menu-sliding .wijmo-wijmenu .wijmo-wijmenu-link {
	display:inline-block;
	width:98%;
	padding: 0;
}

.ice-ace-menu-sliding .wijmo-wijmenu .wijmo-wijmenu-link > .wijmo-wijmenu-text {
	float: none;
	display:inline-block;
	margin-right:16px;
	padding: 0.3em;
}

.ice-ace-menu-sliding .wijmo-wijmenu .wijmo-wijmenu-link > .ui-icon {
	display:inline-block;
	min-width: 16px;
	right: 0;
	position: absolute;
	margin-top:0.3em;
	top: 0;
}

.ice-ace-menu-sliding .wijmo-wijmenu-list.ui-widget-content.ui-corner-all.ui-helper-clearfix.wijmo-wijmenu-child.wijmo-wijmenu-flyout {
	width: auto;
}

.ice-ace-menu-sliding .wijmo-wijmenu .wijmo-wijmenu-link > .wijmo-wijmenu-text .ui-icon.wijmo-wijmenu-icon-left,
.ice-ace-menu-sliding .wijmo-wijmenu .wijmo-wijmenu-link > .wijmo-wijmenu-text .wijmo-wijmenu-text {
	float:none;
}

.ice-ace-menu-bar .wijmo-wijmenu li .wijmo-wijmenu-item {
	clear: both;
}

li.wijmo-wijmenu-item {
	list-style-type: none;
	list-style-position: inside;
}

.ice-ace-menu-sliding .wijmo-wijmenu .wijmo-wijmenu-link {
	white-space:normal;
}

.ice-ace-menu-sliding .wijmo-wijmenu-container {
	width:180px;
}
