/*!
 * jqGrid 4.13.6 - free jqGrid: https://github.com/free-jqgrid/jqGrid 
 * Date: 2016-12-24
 */

/* Grid */
.ui-jqgrid {
	position: relative;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-jqgrid div {
	line-height: normal;
}
.ui-jqgrid table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 0;
	border-style: none;
}
.ui-jqgrid table td {
	padding: 0;
}
.ui-jqgrid > .ui-jqgrid-view {
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	top: 0;
	padding: 0;
	font-size: 11px;
}
.ui-jqgrid > .ui-jqgrid-view *,
.ui-jqgrid > .ui-jqgrid-view *:before,
.ui-jqgrid > .ui-jqgrid-view *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/* Caption of grid and title of ui-jqdialog */
.ui-jqgrid .ui-jqgrid-titlebar,
.ui-jqgrid .ui-jqgrid-errorbar,
.ui-jqdialog .ui-jqdialog-titlebar {
	padding: .3em .3em .3em .3em;
	position: relative;
	font-size: 12px;
	border-left: 0 none;
	border-right: 0 none;
	border-top: 0 none;
}
.ui-jqgrid-errorbar {
	max-height: 100px;
	margin-bottom: 0;
	overflow: auto;
}
.ui-jqgrid .ui-jqgrid-caption,
.ui-jqgrid .ui-jqgrid-errorbar-ltr {
	text-align: left;
}
.ui-jqgrid .ui-jqgrid-caption-rtl,
.ui-jqgrid .ui-jqgrid-errorbar-rtl {
	text-align: right;
}
/* Close/Hide button */
.ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close,
.ui-jqdialog-titlebar > .ui-jqdialog-titlebar-close {
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	position: absolute;
	top: 50%;
	width: 1.4em;
	line-height: 1.5em;
	font-size: 12px;
	margin: -0.7em 0 0 0;
	padding: .2em;
	border: 1px solid transparent;
	height: 1.4em;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ui-jqgrid-jquery-ui .ui-jqdialog-titlebar > .ui-jqdialog-titlebar-close {
	margin: -8px 0 0 0;
}
.ui-jqgrid .ui-jqgrid-caption .ui-jqgrid-titlebar-close {
	right: .1em;
}
.ui-jqgrid .ui-jqgrid-caption-rtl .ui-jqgrid-titlebar-close {
	left: .1em;
}
.ui-jqdialog .ui-jqdialog-titlebar-ltr .ui-jqdialog-titlebar-close {
	right: .3em;
}
.ui-jqdialog .ui-jqdialog-titlebar-rtl .ui-jqdialog-titlebar-close {
	left: .3em;
}
.ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close,
.ui-jqdialog-titlebar > .ui-jqdialog-titlebar-close {
	-ms-border-radius: .5em;
	border-radius: .5em;
}

.ui-jqgrid .ui-jqgrid-caption .ui-jqgrid-title,
.ui-jqgrid .ui-jqgrid-errorbar-ltr .ui-jqgrid-error,
.ui-jqdialog .ui-jqdialog-titlebar-ltr .ui-jqdialog-title {
	position: relative;
	left: .1em;
}
.ui-jqgrid .ui-jqgrid-caption-rtl .ui-jqgrid-title,
.ui-jqgrid .ui-jqgrid-errorbar-rtl .ui-jqgrid-error,
.ui-jqdialog .ui-jqdialog-titlebar-rtl .ui-jqdialog-title {
	position: relative;
	right: .1em;
}
.ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close span {
	margin-top: 0;
	margin-left: 0;
}
.ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close span,
.ui-jqdialog-titlebar > .ui-jqdialog-titlebar-close span {
	display: block;
}
.ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close span.ui-icon,
.ui-jqdialog-titlebar > .ui-jqdialog-titlebar-close span.ui-icon {
	position: relative;
	top: -2px;
}
.ui-jqgrid .ui-jqgrid-caption .ui-jqgrid-titlebar-close span.ui-icon,
.ui-jqdialog-titlebar-ltr .ui-jqdialog-titlebar-close span.ui-icon {
	right: 3px;
}

.ui-jqgrid .ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close > span.ui-icon {
	margin-top: -1px;
}

.ui-jqgrid .ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close > span.fa,
.ui-jqgrid .ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close > span.glyphicon {
	/*  the values below are based on the difference between the
		font-size of fa-icon and the font size of the parent element */
	font-size: 14px;
	margin-top: -2px;
}
.ui-jqgrid .ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close > span.fa {
	margin-left: -1px;
}
.ui-jqgrid .ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close > span.glyphicon {
	margin-left: -2px;
}
.ui-jqdialog-titlebar .ui-jqdialog-titlebar-close > span {
	margin-top: -1px;
}
.ui-jqdialog-titlebar .ui-jqdialog-titlebar-close > span.glyphicon {
	margin-top: -.05em;
	margin-left: -.05em;
}

/* Resizer */
.ui-jqdialog .ui-resizable-handle {
	right: -3px;
	bottom: -3px;
}
.ui-jqdialog .ui-resizable-handle.fa {
	bottom: 1px;
	right: -2px;
}
.ui-jqdialog .ui-resizable-handle.glyphicon {
	right: -2px;
	bottom: -3.8px;
}

/* Header */
.ui-jqgrid > .ui-jqgrid-view > .ui-jqgrid-hdiv {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-left: 0 none;
	border-top: 0 none;
	border-right: 0 none;
	height: auto;
}
.ui-jqgrid .ui-jqgrid-hbox {
	float: left;
	padding-right: 20px;
}
.ui-jqgrid .ui-jqgrid-htable {
	table-layout: fixed;
	margin: 0;
}
.ui-jqgrid .ui-jqgrid-htable th {
	height: auto;
	padding: 0 2px 0 2px;
}
.ui-jqgrid .ui-jqgrid-htable th.jqgh_cbox {
	padding: 0;
}
.ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels th div {
	overflow: hidden;
	position: relative;
	height: auto;
	margin: 2px 2px;
}
.ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels > th.jqgh_cbox {
	vertical-align: middle;
}
.ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels .jqgh_cbox > div {
	text-align: center;
	vertical-align: baseline;
	margin: 0;
}
.ui-jqgrid-labels .ui-th-column-header,
.ui-jqgrid .ui-jqgrid-labels th.ui-th-column,
.ui-jqgrid .ui-jqgrid-legacy-subgrid .ui-th-subgrid {
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}
.ui-jqgrid .ui-jqgrid-labels th.ui-th-column {
	border-top: 0 none;
	border-bottom: 0 none;
}
.ui-th-ltr,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
	border-left: 0 none;
}
.ui-th-rtl,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {
	border-right: 0 none;
}
.ui-first-th-ltr {
	border-right: 1px solid;
}
.ui-first-th-rtl {
	border-left: 1px solid;
}
.ui-jqgrid .ui-th-div-ie {
	white-space: nowrap;
	zoom: 1;
	height: 17px;
}
.ui-jqgrid .ui-th-column > .jqgh_cbox {
	margin: 3px 0;
}
.ui-jqgrid .ui-th-column .cbox {
	margin: .1em;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-th-column .cbox {
	height: 18px;
	width: 18px;
}
.ui-jqgrid .ui-th-column .ui-th-div-ie > .cbox {
	margin-left: -1px;
	margin-right: -1px;
}
.ui-jqgrid .ui-jqgrid-labels > .ui-th-column > .ui-jqgrid-resize {
	height: 22px;
	width: .3em;
	position: relative;
	cursor: col-resize;
	-webkit-touch-callout: none;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
	display: inline;
	overflow: hidden;
}

.ui-jqgrid .ui-grid-ico-sort {
	overflow: hidden;
	position: absolute;
	display: inline;
}
.ui-grid-ico-sort {
	/* use pointer cursor over all visible icons. It can be important if
		viewsortcols: [true, "vertical", false] or viewsortcols: [true, "horizontal", false]
		mode are used. The viewsortcols[2] element means that sorting are made only on clicking
		on the sorting icon. So the class ui-jqgrid-sortable will be not added to the div of
		the column header. It informs the user that clicking on the text of the column header
		will do nothing. One still need to have the cursor over the icon which inform about sorting.
	*/
	cursor: pointer;
}
.ui-state-disabled.ui-grid-ico-sort {
	cursor: pointer !important; /* to overwrite .ui-state-disabled { cursor: default !important; } from jQuery UI */
}
.ui-jqgrid .s-ico {
	position: relative;
	width: .87em;
	height: 1.125em;
	display: inline-block;
	vertical-align: middle;
	margin: 0 .1em
}
.ui-jqgrid .s-ico > .ui-grid-ico-sort {
	display: block;
	position: relative;
}
.ui-jqgrid .s-ico > .ui-grid-ico-sort.ui-icon {
	width: 12px;
	margin-top: 0px;
}
.ui-jqgrid .s-ico > .ui-icon-asc.ui-icon {
	top: -6px;
}
.ui-jqgrid .s-ico > .ui-icon-desc.ui-icon {
	top: -16px;
}
.ui-jqgrid .s-ico > .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-jqgrid .s-ico > .ui-icon.ui-sort-ltr {
	margin-left: -3px;
}
.ui-jqgrid .s-ico > .ui-icon.ui-sort-rtl {
	margin-right: 0;
}

.ui-jqgrid .ui-th-column > div {
	cursor: default;
}
.ui-jqgrid .ui-th-column > div.ui-jqgrid-sortable {
	cursor: pointer;
}
.ui-jqgrid .ui-jqgrid-hdiv .ui-search-toolbar {
	border-top-width: 1px;
	border-top-style: solid;
}
.ui-jqgrid .ui-jqgrid-hdiv .ui-search-toolbar .ui-th-column {
	border-top-width: 1px;
	border-top-style: solid;
}
.ui-jqgrid .ui-jqgrid-hdiv .ui-search-toolbar input {
	margin: 1px 0 0 0;
}
.ui-jqgrid .ui-jqgrid-hdiv .ui-search-toolbar select {
	margin: 1px 0 0 0;
}

/* Grig body */ 
.ui-jqgrid .ui-jqgrid-bdiv {
	min-height: 1px;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: auto;
	text-align: left;
}
.ui-jqgrid .ui-jqgrid-btable {
	table-layout: fixed;
	margin: 0;
	outline-style: none;
	height: 1px;
}
.ui-jqgrid tr.jqgrow,
.ui-jqgrid tr.jqgroup {
	outline-style: none;
}
.ui-jqgrid tr.jqgrow > td,
.ui-jqgrid tr.jqgroup > td,
.ui-jqgrid tr.jqfoot > td,
.ui-jqgrid tr.ui-subgrid > td,
.ui-jqgrid tr.ui-subtblcell > td {
	overflow: hidden;
	white-space: pre;
	vertical-align: middle;
	text-align: center;
	height: 22px;
	border-top: 0 none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.ui-jqgrid-jquery-ui.ui-jqgrid tr.jqgrow > td,
.ui-jqgrid-jquery-ui.ui-jqgrid tr.jqgroup > td,
.ui-jqgrid-jquery-ui.ui-jqgrid tr.jqfoot > td,
.ui-jqgrid-jquery-ui.ui-jqgrid tr.ui-subgrid > td {
	border-bottom-color: inherit;
}
.ui-jqgrid tr.jqgrow > td,
.ui-jqgrid tr.jqgroup > td,
.ui-jqgrid tr.jqfoot > td {
	padding: 0 2px 0 2px;
}
.ui-jqgrid tr.ui-subgrid > td {
	padding: 0;
}
.ui-jqgrid tr.jqgfirstrow > td {
	padding: 0 2px 0 2px;
	border-top: 0 none;
	border-left: 0 none;
	height: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom: 0 none;
}
.ui-jqgrid-jquery-ui.ui-jqgrid tr.jqgfirstrow > td {
	border-right-color: inherit;
}
.ui-jqgrid tr.jqgfirstrow > td.td_cbox {
	padding: 0;
}
.ui-jqgrid tr.jqgrow > td,
.ui-jqgrid tr.jqgroup > td,
.ui-jqgrid tr.jqfoot > td {
	font-weight: normal;
}
.ui-jqgrid tr.jqfoot > td {
	font-weight: bold;
}
.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td {
	text-align: left;
	border-left-width: 0;
	border-left-style: none;
	border-right-width: 1px;
	border-right-style: solid;
}
.ui-jqgrid-jquery-ui.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td {
	border-color: inherit;
}
.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-rtl > td {
	text-align: right;
	border-right-width: 0;
	border-right-style: none;
	border-left-width: 1px;
	border-left-style: solid;
}
.ui-jqgrid-jquery-ui.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-rtl > td {
	border-color: inherit;
}
.ui-jqgrid .ui-jqgrid-btable td.jqgrid-rownum {
	padding: 0 2px 0 2px;
	margin: 0;
	border-width: 0;
	border-style: none;
}
.ui-jqgrid .ui-jqgrid-btable td.jqgrid-rownum {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.ui-jqgrid-jquery-ui.ui-jqgrid .ui-jqgrid-btable td.jqgrid-rownum {
	border-bottom-color: inherit;
}
.ui-jqgrid .jqgrow > td.td_cbox {
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.ui-jqgrid .jqgrow > td.ui-sgcollapsed {
	text-align: center;
	vertical-align: middle;
}
.ui-jqgrid tr.jqgrow > td.td_cbox {
	padding: 0;
}
.ui-jqgrid .jqgrow > td > .cbox {
	height: 14px;
	width: 14px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
}
.ui-jqgrid > .ui-jqgrid-resize-mark,
body > .ui-jqgrid-resize-mark {
	width: 0;
	left: 0;
	cursor: col-resize;
	-webkit-touch-callout: none;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
	position: absolute;
	top: 0;
	overflow: hidden;
	display: none;
	border-left-width: 1px;
	border-right-width: 1px;
	z-index: 99999;
}

span.ui-jqgrid-cell-wrapper {
	margin: 0 !important;
	padding: 0 !important;
}

/* Footer */
.ui-jqgrid > .ui-jqgrid-view > .ui-jqgrid-sdiv {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-left: 0 none;
	border-top: 0 none;
	border-right: 0 none;
}
.ui-jqgrid .ui-jqgrid-ftable {
	table-layout: fixed;
	margin-bottom: 0;
}
.ui-jqgrid tr.footrow td {
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	height: 21px;
	padding: 0 2px 0 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.ui-jqgrid-jquery-ui.ui-jqgrid tr.footrow td {
	border-top-color: inherit;
	border-bottom-color: inherit;
}
.ui-jqgrid tr.footrow-ltr td {
	text-align: left;
	border-left-width: 0;
	border-left-style: none;
	border-right-width: 1px;
	border-right-style: solid;
}
.ui-jqgrid-jquery-ui.ui-jqgrid tr.footrow-ltr td {
	border-color: inherit;
}
.ui-jqgrid tr.footrow-rtl td {
	text-align: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 0;
	border-right-style: none;
}
.ui-jqgrid-jquery-ui.ui-jqgrid tr.footrow-rtl td {
	border-color: inherit;
}

/* Pager */
.ui-jqgrid > .ui-jqgrid-pager {
	border: 0 none;
	margin: 0;
	padding: 0;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	min-height: 22px;
	overflow: hidden;
	font-size: 11px;
}
.ui-jqgrid > .ui-jqgrid-pager *,
.ui-jqgrid > .ui-jqgrid-pager *:before,
.ui-jqgrid > .ui-jqgrid-pager *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
.ui-jqgrid .ui-jqgrid-toppager .ui-pager-control,
.ui-jqgrid .ui-jqgrid-pager .ui-pager-control {
	position: relative;
	border-left: 0;
	border-bottom: 0;
	border-top: 0;
}
.ui-jqgrid .ui-pg-table {
	position: relative;
	padding: 0;
	width: auto;
	margin: 0;
}
.jqgrow .ui-jqgrid-actions {
	background: inherit;
	border-style: none;
}
.ui-jqgrid .ui-pg-button:not(.ui-state-hover),
.jqgrow .ui-jqgrid-actions .ui-pg-div:not(.ui-state-hover) {
	border: 1px solid transparent;
}
.ui-pager-control .ui-pg-table {
	border-color: inherit;
}
.ui-jqgrid .ui-pg-button:hover,
.ui-jqgrid .ui-pg-button.ui-state-hover,
.ui-jqgrid .ui-pg-button:focus,
.jqgrow .ui-jqgrid-actions .ui-pg-div:hover,
.jqgrow .ui-jqgrid-actions .ui-pg-div.ui-state-hover,
.jqgrow .ui-jqgrid-actions .ui-pg-div:focus {
	border-style: solid;
	border-color: inherit;
}
.ui-jqgrid .ui-pg-table td {
	font-weight: normal;
	vertical-align: middle;
	padding: 1px;
}
.ui-jqgrid .ui-pager-control .ui-pg-button {
	display: inline-block;
	height: auto;
}
.ui-jqgrid .ui-pg-button span {
	display: block;
	margin: 1px;
	float: left;
}
.ui-jqgrid .ui-pg-table .ui-pg-input,
.ui-jqgrid .ui-pg-table .ui-pg-selbox {
	height: auto;
	width: auto;
	margin: 0;
	line-height: inherit;
}
.ui-jqgrid .ui-pg-table .ui-pg-selbox {
	display: block;
	padding: 1px;
}
.ui-jqgrid .ui-separator {
	height: 12px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: -1px;
	float: right;
}
.ui-jqgrid .ui-paging-info {
	font-weight: normal;
	height: auto;
	margin: 0 .2em 0 .2em;
	display: inline;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
	padding: 1px 0;
	float: left;
	position: relative;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
	cursor: pointer;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon {
	float: left;
	margin: 0 2px;
}
.ui-jqgrid td input,
.ui-jqgrid td select,
.ui-jqgrid td textarea {
	margin: 0;
}
.ui-jqgrid td textarea {
	width: auto;
	height: auto;
}
.ui-jqgrid > .ui-jqgrid-view > .ui-jqgrid-toppager {
	border-left: 0 none;
	border-right: 0 none;
	border-top: 0 none;
	margin: 0;
	padding: 0;
	position: relative;
	height: auto;
	min-height: 22px;
	overflow: hidden;
}
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div {
	padding: 1px 0;
	float: left;
	position: relative;
}
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-button {
	cursor: pointer;
}
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon {
	float: left;
	margin: 0 2px;
}

/* Navigator buttons */
.ui-jqgrid .ui-pg-table .ui-pg-button {
	margin: 2px;
	vertical-align: middle;
}
.ui-jqgrid .navtable .ui-pg-div span.ui-pg-button-text,
.ui-jqgrid .navtable .ui-pg-div span.ui-pg-button-text {
	padding-left: 0.2em;
	padding-right: 0.2em;
}
.ui-jqgrid .ui-pg-div {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}
.ui-jqgrid .navtable .ui-pg-div > span.ui-pg-button-icon-over-text {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

/* Subgrid */
.ui-jqgrid .ui-jqgrid-btable .jqgrow > .ui-sgcollapsed {
	text-align: center;
	vertical-align: middle;
}
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {
	display: inline-block;
}
.ui-jqgrid .ui-subgrid {
	margin: 0;
	padding: 0;
	width: 100%;
}
.sgbutton {
	cursor: pointer;
}
.ui-jqgrid .ui-subgrid table {
	table-layout: fixed;
}
.ui-jqgrid .ui-subgrid tr.ui-subtblcell td {
	height: 18px;
	border-top: 0 none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.ui-jqgrid-jquery-ui.ui-jqgrid .ui-subgrid tr.ui-subtblcell td {
	border-bottom-color: inherit;
}
.ui-jqgrid .ui-th-subgrid {
	height: 20px;
}
.ui-jqgrid .ui-row-ltr.ui-subgrid > .subgrid-cell > span {
	float: right;
}
.ui-jqgrid .ui-row-rtl.ui-subgrid > .subgrid-cell > span {
	float: left;
}

/* Loading */
.ui-jqgrid > .loading {
	position: absolute;
	top: 45%;
	left: 45%;
	width: auto;
	z-index: 101;
	padding: 6px;
	margin: 5px;
	text-align: center;
	font-weight: bold;
	display: none;
	border-width: 2px;
	font-size: 11px;
}
.ui-jqgrid .jqgrid-overlay {
	display: none;
	z-index: 100;
}
* .jqgrid-overlay iframe {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

/* Toolbar */
.ui-jqgrid > .ui-jqgrid-view > .ui-userdata {
	border-left: 0 none;
	border-right: 0 none;
	height: 21px;
	overflow: hidden;
}

/* Modal Window */
.ui-jqgrid .ui-jqdialog {
	font-size: 11px;
}
.ui-jqdialog {
	display: none;
	width: 300px;
	position: absolute;
	font-size: 11px;
	overflow: visible;
}
.ui-jqdialog.ui-jqgrid-jquery-ui {
	padding: .2em;
}
.ui-jqgrid-bootstrap.modal {
	right: auto;
	left: auto;
}
.ui-jqdialog-content,
.ui-jqdialog .ui-jqdialog-content {
	border: 0;
	padding: .3em .2em;
	background: none;
	height: auto;
}
.ui-jqdialog .ui-jqconfirm {
	padding: .4em 1em;
	border-width: 3px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	overflow: visible;
	display: none;
	height: 80px;
	width: 220px;
	text-align: center;
}
.ui-jqgrid > .ui-resizable-se,
.ui-jqdialog > .ui-resizable-se {
	bottom: -3px;
	right: -3px;
}

/* Form edit */
.ui-jqdialog-content .FormGrid {
	margin: 0;
}
.ui-jqdialog-content .EditTable {
	width: 100%;
	margin-bottom: 0;
}
.ui-jqdialog-content .DelTable {
	width: 100%;
	margin-bottom: 0;
}
.EditTable td input,
.EditTable td select,
.EditTable td textarea {
	margin: 0;
}
.EditTable td textarea {
	width: auto;
	height: auto;
}
.ui-jqdialog-content td.EditButton {
	border-top: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	padding: 5px 0;
}
.ui-jqdialog-content td.EditButton-ltr {
	text-align: right;
}
.ui-jqdialog-content td.EditButton-rtl {
	text-align: left;
}
.ui-jqdialog-content td.navButton {
	text-align: left;
	border-left: 0 none;
	border-top: 0 none;
	border-right: 0 none;
	padding: 5px 0;
}
.ui-jqdialog-content td.navButton-ltr {
	text-align: left;
}
.ui-jqdialog-content td.navButton-ltr > .fm-button {
	float: left;
}
.ui-jqdialog-content td.navButton-rtl {
	text-align: right;
}
.ui-jqdialog-content td.navButton-rtl > .fm-button {
	float: right;
}
.ui-jqdialog-content .FormElement {
	width: 100%;
	box-sizing: border-box;
}
.ui-jqdialog-content input.FormElement,
.ui-jqdialog-content select.FormElement {
	padding: .3em;
}
.ui-jqdialog-content .data-line {
	padding-top: .1em;
	border: 0 none;
}
.ui-jqdialog-content .CaptionTD {
	vertical-align: middle;
	border: 0 none;
	padding: 2px;
	white-space: nowrap;
}
.ui-jqdialog-content .DataTD {
	padding: 2px;
	border-width: 0;
	border-style: none;
	vertical-align: top;
}
/*.ui-jqdialog-content .form-view-data {
	white-space: pre;
}*/
.ui-jqgrid-jquery-ui.ui-jqdialog .form-view-data > span {
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	border-radius: 3px;
	display: block;
	padding: .2em;
}
.ui-jqgrid-jquery-ui.ui-jqdialog .form-view-label > label {
	font-weight: bold;
}
.ui-jqgrid-bootstrap.ui-jqdialog .ui-jqdialog-content .form-view-data > span {
	height: 100%;
	width: auto;
}
.ui-jqdialog .fm-button {
	display: inline-block;
	padding: .4em .5em;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	text-align: center;
	zoom: 1;
}
.ui-jqdialog .fm-button > span {
	display: inline-block;
	vertical-align: middle;
}
.ui-jqdialog .fm-button .fm-button-text {
	padding: 0 .2em;
}
.ui-jqdialog .EditButton-ltr .fm-button-icon-left .fm-button-icon {
	margin-right: .2em;
}
.ui-jqdialog .EditButton-ltr .fm-button-icon-right .fm-button-icon {
	margin-left: .2em;
}
.ui-jqdialog .EditButton-rtl .fm-button-icon-right .fm-button-icon {
	margin-right: .2em;
}
.ui-jqdialog .EditButton-rtl .fm-button-icon-left .fm-button-icon {
	margin-left: .2em;
}
.delmsg {
	padding: .5em;
}

.ui-jqgrid .selected-row,
.ui-jqgrid .selected-row td {
	font-style: normal;
	border-left: 0 none;
}

/* Inline edit actions button */
.ui-jqgrid .jqgrow .ui-jqgrid-actions {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.jqgrow .ui-jqgrid-actions .ui-pg-div {
	cursor: pointer;
	float: left;
	margin: 0 1px;
}
/* Tree Grid */
.ui-jqgrid .tree-wrap {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
}
.ui-jqgrid .treeclick {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	overflow: hidden;
}
.ui-jqgrid .ui-jqgrid-bdiv .jqgroup .tree-wrap {
	text-align: center;
	padding-left: .1em;
}
.ui-jqgrid .ui-jqgrid-bdiv .jqgroup .tree-wrap.glyphicon {
	margin-top: -.18em;
}

/* Modal dialog */
* iframe.jqm {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.ui-jqgrid-dnd tr td {
	border-right-width: 1px;
	border-right-color: inherit;
	border-right-style: solid;
	height: 20px;
}

/* RTL Support */
.ui-jqgrid .ui-jqgrid-caption-rtl {
	text-align: right;
}
.ui-jqgrid .ui-jqgrid-hbox-rtl {
	float: right;
	padding-left: 20px;
}
.ui-jqgrid .ui-jqgrid-resize-ltr {
	float: right;
	margin: -2px -2px -2px 0;
}
.ui-jqgrid .ui-jqgrid-resize-rtl {
	float: left;
	margin: -2px 0 -1px -3px;
}
.ui-jqgrid .ui-sort-rtl {
	left: 0;
}
.ui-jqgrid .cell-wrapperleaf,
.ui-jqgrid .cell-wrapper {
	display: inline-block;
	vertical-align: middle;
}
.ui-jqgrid .ui-ellipsis {
	-moz-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

/* Toolbar Search Menu */
.ui-search-menu {
	position: absolute;
	padding: .2em;
}
.ui-search-menu.ui-menu .ui-menu-item {
	list-style-image: none;
	padding-right: 0;
	padding-left: 0;
}
.ui-search-menu.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
}
.ui-search-toolbar > .ui-th-column > div {
	position: relative;
	height: auto;
	overflow: hidden;
}
.ui-search-toolbar .ui-search-table {
	padding: 0;
	border: 0 none;
	height: 20px;
	width: 100%;
}
.ui-jqgrid .ui-jqgrid-htable .ui-search-toolbar th {
	padding: 0 .1em;
}
.ui-search-toolbar .ui-search-table .ui-search-oper {
	width: 20px;
	text-align: center;
}
.ui-search-toolbar .ui-th-column .ui-search-table .ui-search-input {
	padding: 0 .1em;
}
.ui-search-input input[type=text] {
	width: 100%;
}
a.g-menu-item,
a.soptclass,
a.clearsearchclass {
	text-decoration: none;
	cursor: pointer;
}
.ui-search-menu .ui-menu-item .g-menu-item {
	padding: .2em;
}
.ui-menu-jqueryui .ui-menu-item .g-menu-item:not(.ui-state-hover) {
	border: 1px solid transparent;
}
.ui-menu-jqueryui .ui-menu-item .g-menu-item:hover {
	font-weight: normal;
}
 
.ui-search-oper {
	padding: 0;
}
.ui-search-clear {
	text-align: center;
	padding: 0;
}
.ui-search-oper .soptclass,
.ui-search-clear .clearsearchclass {
	padding: .1em;
	line-height: 1em;
}
.ui-jqgrid-jquery-ui .ui-search-oper .soptclass:not(.ui-state-hover),
.ui-jqgrid-jquery-ui .ui-search-clear .clearsearchclass:not(.ui-state-hover) {
	border: 1px solid transparent;
}
.ui-search-clear .clearsearchclass span {
	position: relative;
}
.ui-search-input { text-align: center; }
.ui-jqgrid .ui-search-table .ui-search-input > input[type=text],
.ui-jqgrid .ui-search-table .ui-search-input > select {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ui-jqgrid > .ui-jqgrid-view input,
.ui-jqgrid > .ui-jqgrid-view select,
.ui-jqgrid > .ui-jqgrid-view textarea,
.ui-jqgrid > .ui-jqgrid-view button {
	font-size: 11px;
}

.ui-jqgrid .s-ico > .ui-grid-ico-sort.glyphicon {
	font-size: 10px;
}
.ui-jqgrid .s-ico > .ui-icon-asc.glyphicon {
	margin-top: -.23em;
}
.ui-jqgrid .s-ico > .ui-icon-desc.glyphicon {
	margin-top: -.34em;
}
/* Support of Font Awesome */
.ui-jqgrid .s-ico > .ui-grid-ico-sort.fa {
	width: .63em;
}
.ui-jqgrid .s-ico > .ui-icon-asc.fa {
	line-height: .81em;
	top: 0.07em;
}
.ui-jqgrid .s-ico > .ui-icon-desc.fa {
	line-height: .81em;
	top: -.81em;
}
.ui-jqgrid .s-ico > .ui-icon-asc.fa.ui-sort-ltr,
.ui-jqgrid .s-ico > .ui-icon-desc.fa.ui-sort-ltr {
	left: 0;
}
.ui-jqgrid .s-ico > .ui-icon-asc.fa.ui-sort-rtl,
.ui-jqgrid .s-ico > .ui-icon-desc.fa.ui-sort-rtl {
	right: 0;
}
.ui-jqgrid .s-ico > .ui-state-disabled.fa {
	padding: 0;
}
.jqgrow .ui-pg-div > span.fa {
	font-weight: normal;
	font-size: 12px;
	vertical-align: baseline;
	background: none;
	border: 0 none;
}
.ui-subgrid > .subgrid-cell span.fa {
	font-weight: normal;
	font-size: 12px;
	text-indent: 0;
	background: none;
	border: 0 none;
	margin-bottom: 4px;
}
.jqgrow > .ui-sgcollapsed span.fa {
	font-weight: normal;
	font-size: 12px;
	text-indent: 0;
	background: none;
	border: 0 none;
	margin: 0;
}
.ui-jqgrid .ui-resizable-se.fa {
	-webkit-filter: alpha(opacity=40);
	-moz-filter: alpha(opacity=40);
	-o-filter: alpha(opacity=40);
	filter: alpha(opacity=40);
	-ms-opacity: 0.4;
	opacity: 0.4;
	background: none;
	border-style: none;
	right: -3px;
	font-weight: normal;
}

.ui-jqgrid-ltr .ui-resizable-se.fa {
	right: -3px;
	bottom: 0;
}
.ui-jqgrid-rtl .ui-resizable-se.fa {
	left: 0;
	bottom: 1px;
}

/* Classes for jquery.contextmenu-ui.js plugin we included here */
.jqContextMenu .ui-menu .ui-menu-item a.ui-state-hover {
	font-weight: normal;
	margin: -1px;
}
.jqContextMenu .ui-menu .ui-menu-item.ui-state-hover {
	font-weight: normal;
	margin: -1px;
}
.jqContextMenu .ui-menu-icons > .ui-menu-item {
	font-size: 11px;
}
/* Classes for jQuery.jqGrid.showHideColumnMenu.js plugin */
.ui-jqgrid-showHideColumnMenu .ui-menu-item:hover {
	font-weight: normal;
}
.ui-jqgrid-disablePointerEvents {
	pointer-events: none;
}

/* Bootstrap style support */
.ui-jqgrid.ui-jqgrid-bootstrap {
	border: 1px solid #ddd;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
.ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-view > .ui-jqgrid-toppager {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-view > .ui-userdata {
	background-color: #f0f0f0;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-hdiv,
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-legacy-subgrid > thead {
	background-color: #e5e5e5;
}
.ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-view > .ui-jqgrid-sdiv td {
	background-color: #f9f9f9
}
.ui-jqdialog.ui-jqgrid-bootstrap > .modal-dialog {
	margin-top: 0;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-titlebar .ui-jqgrid-title,
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-errorbar .ui-jqgrid-error,
.ui-jqdialog.ui-jqgrid-bootstrap .ui-jqdialog-titlebar .ui-jqdialog-title {
	font-size: 16px;
}
.ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-view {
	font-size: 12px;
}
.ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-view .fa {
	font-size: 14px;
}
.ui-jqdialog.ui-jqgrid-bootstrap {
	font-size: 14px;
}
.ui-jqdialog.ui-jqgrid-bootstrap .ui-jqdialog-content .CaptionTD {
	padding: .5em;
}
.ui-jqgrid.ui-jqgrid-bootstrap tr.jqgfirstrow > td,
.ui-jqgrid.ui-jqgrid-bootstrap tr.jqgrow > td,
.ui-jqgrid.ui-jqgrid-bootstrap tr.jqgroup > td,
.ui-jqgrid.ui-jqgrid-bootstrap tr.jqfoot > td {
	padding: .2em .3em;
}
.ui-jqgrid.ui-jqgrid-bootstrap tr.jqgfirstrow > td {
	padding: 0 .3em;
}
.ui-jqgrid.ui-jqgrid-bootstrap tr.jqgfirstrow > td.td_cbox,
.ui-jqgrid.ui-jqgrid-bootstrap tr.jqgrow > td.td_cbox {
	padding: 0;
}
.ui-jqgrid.ui-jqgrid-bootstrap .jqgrow > td > .cbox {
	height: 18px;
	width: 18px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-btable td.jqgrid-rownum {
	padding: .2em .3em;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-caption,
.ui-jqdialog.ui-jqgrid-bootstrap .ui-jqdialog-titlebar {
	background-color: #cacaca;
	-ms-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-ms-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

.modal-backdrop.jqgrid-overlay {
	-ms-opacity: .35;
	opacity: .35;
	-webkit-filter: Alpha(Opacity=35);
	-moz-filter: Alpha(Opacity=35);
	-o-filter: Alpha(Opacity=35);
	filter: Alpha(Opacity=35);
}

.ui-jqdialog.ui-jqgrid-bootstrap .ui-jqdialog-content {
	border: 0;
	padding: .3em .2em;
	background: white;
	height: auto;
}
.ui-jqdialog.ui-jqgrid-bootstrap .modal-dialog {
	width: auto;
}
.ui-jqdialog.ui-widget {
	overflow: hidden;
}
.ui-jqdialog  .ui-resizable-handle {
	cursor: se-resize;
	position: absolute;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-jqdialog.ui-jqgrid-bootstrap .modal-content {
	overflow: hidden;
}
.ui-jqdialog.ui-jqgrid-bootstrap .modal-content > .ui-resizable-handle.fa {
	bottom: 1px;
	right: 1px;
	height: 12px;
	width: 12px;
}
.ui-jqdialog.ui-jqgrid-bootstrap .modal-content > .ui-resizable-handle.glyphicon {
	right: -.4em;
}

.ui-jqgrid.ui-jqgrid-bootstrap .disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
}
.ui-jqgrid-bootstrap.ui-jqgrid-resize-mark {
	border: 1px solid #aaaaaa;
	background-color: #cccccc;
	color: #222222;
	font-weight: bold;
}
.ui-jqgrid .jqgfirstrow {
	border-bottom: 0 none;
	border-top: 0 none;
	height: 0;
}
.ui-jqgrid.ui-jqgrid-bootstrap .jqgfirstrow td {
	border-bottom: 0 none;
	border-top: 0 none;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-pg-table .ui-pg-button.ui-state-disabled:hover {
	margin: 0;
}
.ui-jqgrid.ui-jqgrid-bootstrap .navtable .ui-pg-button.ui-state-disabled:hover {
	margin: 0;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-pg-table .ui-pg-button {
	margin: .2em 0;
	padding: .2em 0;
	border-radius: .4em;
}
.ui-search-input .form-control {
	height: 18px;
}
.ui-search-input input[type=text] {
	padding: 0;
}
.ui-search-input input[type=text].form-control {
	padding: 0 .3em;
}
.ui-search-input select.form-control {
	padding: 0;
}
.ui-search-input input[type=checkbox].form-control {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0;
	background: 0 transparent;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-actions .ui-pg-div.btn {
	padding: 0;
	margin: 0;
	box-shadow: none;
}
.ui-jqgrid.ui-jqgrid-bootstrap tr.jqgrow .sgbutton-div .sgbutton.btn {
	padding: 0;
	cursor: pointer;
	border: 1px solid transparent;
	margin: -.3em -.3em;
}
.ui-jqgrid.ui-jqgrid-bootstrap .sgbutton-div .sgbutton.btn:focus,
.ui-jqgrid.ui-jqgrid-bootstrap .sgbutton-div .sgbutton.btn:hover {
	border: 1px solid #333;
}
.ui-jqdialog.ui-jqgrid-bootstrap .ui-jqdialog-content {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-pager-control .ui-pg-input {
	display: inline-block;
	font-size: 12px;
	padding: .3em;
}
.ui-jqgrid.ui-jqgrid-bootstrap > .ui-jqgrid-pager {
	font-size: 12px;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-bootstrap-corner-top {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-bootstrap-corner-bottom {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-pager-control .ui-pg-selbox {
	font-size: 12px;
	padding: 0;
}
.ui-jqdialog.ui-jqgrid-bootstrap .FormData .CaptionTD {
	font-size: 14px;
}
.FormData .DataTD {
	vertical-align: middle;
}
.FormData .DataTD input[type="checkbox"] {
	width: auto;
	vertical-align: middle;
}
.ui-jqdialog.ui-jqgrid-bootstrap .FormData .DataTD input.form-control[type="checkbox"] {
	width: 34px; /* change width:100% to the width the same like the height */
}
.DelTable .delmsg {
	padding: .2em;
}
.queryresult {
	margin-bottom: 1em;
}
.group.modal-content tr td {
	padding: .2em .1em;
}
.searchFilter .form-control {
	padding: .1em;
	height: 22px;
}
.ui-jqgrid .searchFilter table.group td {
	padding: 1px;
}
.ui-jqgrid .searchFilter table {
	border-spacing: 2px;
}
.ui-jqdialog.ui-jqgrid-bootstrap .modal-header .close {
	margin-top: -0.7em;
}
.ui-jqdialog .glyphicon,
.ui-jqgrid .glyphicon {
	font-size: 12px;
	top: auto;
}
.ui-jqdialog.ui-jqgrid-bootstrap .glyphicon,
.ui-jqgrid.ui-jqgrid-bootstrap .glyphicon {
	font-size: 14px;
	top: auto;
	height: 1em;
	width: 1.28em;
}
.ui-jqgrid .ui-pg-button span.glyphicon {
	display: inline-block;
	text-align: center;
	/*margin-left: auto;
	margin-right: auto;
	padding: 0 .1em;*/
	vertical-align: middle;
}
.ui-jqgrid-actions .glyphicon {
	padding: .1em;
}
.ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-titlebar > .ui-jqgrid-titlebar-close > span.glyphicon {
	margin-top: -.125em;
	margin-left: -.275em;
}
.ui-jqdialog.ui-jqgrid-bootstrap .ui-jqdialog-titlebar  > .ui-jqdialog-titlebar-close > span.glyphicon {
	margin-top: -.1em;
	margin-left: -.28em;
}
.tree-wrap > .treeclick {
	line-height: 1;
}
.tree-wrap > .treeclick.glyphicon {
	margin-top: -.2em;
	font-size: 12px;
}
.subgrid-data .ui-jqgrid-bootstrap .ui-jqgrid-hdiv .ui-jqgrid-htable,
.subgrid-data .ui-jqgrid-bootstrap .ui-jqgrid-bdiv .ui-jqgrid-btable {
    background-color: transparent;
}
.subgrid-data .ui-jqgrid-legacy-subgrid  {
	margin: 0;
}

.ui-multiselect ul.available,.ui-multiselect ul.selected{background:#fff;margin:0;list-style:none;width:100%;position:relative}.ui-multiselect{border:1px solid;font-size:.8em}.ui-multiselect ul{-moz-user-select:none}.ui-multiselect li{margin:0;padding:0;cursor:default;line-height:20px;height:20px;font-size:11px;list-style:none}.ui-multiselect li a{color:#999;text-decoration:none;padding:0;display:block;float:left;cursor:pointer}.ui-multiselect li.ui-draggable-dragging{padding-left:10px}.ui-multiselect div.selected{position:relative;padding:0;margin:0;border:0;float:left}.ui-multiselect ul.selected{padding:0;overflow:auto;overflow-x:hidden;border:0}.ui-multiselect div.available{position:relative;padding:0;margin:0;border:0;float:left;border-left:1px solid}.ui-multiselect ul.available{padding:0;overflow:auto;overflow-x:hidden;border:0}.ui-multiselect ul.available li{padding-left:10px}.ui-multiselect .ui-state-default{border:none;margin-bottom:1px;position:relative;padding-left:20px}.ui-multiselect .ui-state-hover{border:none}.ui-multiselect .ui-widget-header{border:none;font-size:11px;margin-bottom:1px}.ui-multiselect .add-all,.ui-multiselect .remove-all{float:right;padding:7px}.ui-multiselect .search{float:left;padding:4px}.ui-multiselect .count{float:left;padding:7px}.ui-multiselect li span.ui-icon-arrowthick-2-n-s{position:absolute;left:2px}.ui-multiselect li a.action{position:absolute;right:2px;top:2px}.ui-multiselect input.search{height:14px;padding:1px;opacity:.5;margin:4px;width:100px}
/*# sourceMappingURL=ui.multiselect.min.css.map */
/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * http://qtip2.com
 *
 * Copyright (c) 2016 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Wed May 11 2016 11:09 EDT-0400
 * Plugins: tips viewport imagemap svg modal ie6
 * Styles: core basic css3
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;

	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.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;
		z-index: 11; /* Overlap .qtip-tip */

		cursor: pointer;
		outline: medium none;

		border: 1px solid 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: 1px solid #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: 0 solid transparent;

	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-size: 11px;
	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 */
	font-size: 14px;
	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-size: 14px;
		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-size: 20px;
			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;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.ui-collapseexpandsection-expanded .ui-collapseexpandsection-header-collapsed { display: none !important; }
.ui-collapseexpandsection-collapsed .ui-collapseexpandsection-header-expanded { display: none !important; }
.ui-collapseexpandsection-expanded .ui-collapseexpandsection-icon-collapsed { display: none !important; }
.ui-collapseexpandsection-collapsed .ui-collapseexpandsection-icon-expanded { display: none !important; }
.ui-collapseexpandsection .ui-collapseexpandsection-header { padding-left: 1.5em; position: relative; cursor: pointer; zoom: 1; }
.ui-collapseexpandsection .ui-collapseexpandsection-header .ui-collapseexpandsection-icon { left: 0.3em; margin-top: -8px; position: absolute; top: 50%; }
.ui-collapseexpandsection .ui-collapseexpandsection-content { padding: 1em 1.5em; }

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	border-left: 1px solid #fff;
	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 1px solid rgba(255,255,255,.5);
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #13a;
}
.sf-menu li {
	background: #BDD2FF;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #AABDE6;
}
.sf-menu ul ul li {
	background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #CFDEFF;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

/* adding sf-vertical class in addition to sf-menu creates a vertical menu */
/* eg. <ul class="sf-menu sf-vertical"> ... */
.sf-vertical {
  width: 12em;
  /* If you want the width of the closed menu to expand to its
  widest top-level menu item (like its "Supersubs" submenus do),
  replace the width rule above with the following two rules. */

  /*
  min-width: 12em;
  *width: 12em;
  */
}
.sf-vertical ul {
	left:	100%;
	top: 0;
}
.sf-vertical > li {
  float: none;
}
.sf-vertical li {
  width: 100%;
}

/*** alter arrow directions ***/
.sf-vertical.sf-arrows > li > .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255,255,255,.5);
}
.sf-vertical.sf-arrows li > .sf-with-ul:focus:after,
.sf-vertical.sf-arrows li:hover > .sf-with-ul:after,
.sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
  border-left-color: white;
}

/* BEGIN BUTTONS */
/* ** Nip css button css ** */
.nip_css_button { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.nip_css_button * { font-style: normal; background-image: url(/res/static/core/nip_buttons_border.png?19ae821966f1); background-repeat: no-repeat; display: block; position: relative; }
.nip_css_button i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.nip_css_button span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.nip_css_button span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.nip_css_button span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }
/* Graceful degrade for ie6 */
* html .nip_css_button span, * html .nip_css_button i { float: left; width: auto; background-image: none; cursor: pointer; }
* html .nip_css_button { border: 3px double #aaa; padding: 2px; }
/* END BUTTONS */
/* BEGIN BUTTONS SHADE */
/* Class selector prevents ie6 picking this up */
.nip_css_button[class] { background-image: url(/res/static/core/nip_buttons_shade.png?19ae821966f1); background-position: bottom; }
/* END BUTTONS SHADE */

/* BEGIN WIDGET */
/* Shrink border space and resizer */
html body span.textareackeditor-config-nip-ckeditor-config-tiny .cke_wrapper {
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
html body span.textareackeditor-config-nip-ckeditor-config-tiny div.cke_resizer {
	margin-top: 2px;
	height: 9px;
}
/* These additional styles remove the extra border and shrink the spacing on the toolbar */
html body span.textareackeditor-config-nip-ckeditor-config-tiny .cke_skin_kama .cke_toolbox {
	padding-bottom: 0px;
}
html body span.textareackeditor-config-nip-ckeditor-config-tiny .cke_skin_kama {
  border: 1px solid #AAAAAA;
  padding: 0;
}
html body span.textareackeditor-config-nip-ckeditor-config-tiny .cke_skin_kama .cke_toolgroup {
  margin-bottom: 3px;
  margin-right: 4px;
  padding: 0px;
}
html body span.textareackeditor-config-nip-ckeditor-config-tiny .cke_skin_kama .cke_rcombo a, html body span.textareackeditor-config-nip-ckeditor-config-tiny .cke_skin_kama .cke_rcombo a:active, html body span.textareackeditor-config-nip-ckeditor-config-tiny .cke_skin_kama .cke_rcombo a:hover {
  margin-bottom: 3px;
  margin-right: 4px;
  padding: 0px;
}
.nip_collapse_expand .header .show { display: none; }
.nip_collapse_expand_collapsed .header .show { display: inline; }
.nip_collapse_expand_collapsed .header .hide { display: none; }
.nip_collapse_expand_collapsed .body { display: none; }
/* END WIDGET */
/* BEGIN PICKER */
div.popup-picker-dialog .ui-dialog-buttonpane button {
	margin: 0.1em 0.4em 0.1em 0;
}
div.popup-picker-dialog .ui-button-text-only .ui-button-text {
	padding: 0.2em 0.5em;
}
div.popup_picker table {
	border-spacing: 0px;
	border-collapse: collapse;
}

div.popup_picker ul {
	border: 2px inset;
	list-style-type: none;
	margin: 0;
	padding: 1px;
	background-color: #eeeeee;
}
div.popup_picker li {
	margin-right: 2ex;
	left: 2ex;
	position: relative;
}
div.popup_picker li.novalue {
	margin-right: 0;
	left: 0;
	font-style: italic;
}
div.popup_picker li a.remove {
	position: absolute;
	text-decoration: none;
	font-weight: bold;
	left: -2ex;
}
div.popup_picker .pick_link {
	text-decoration: none;
}
div.popup_picker .clear_link {
	text-decoration: none;
}
div.popup_picker .popup {
	background-color: #ffffff;
	border: 2px solid black;
}

.ui-autocomplete.ui-menu { overflow-x: hidden; }
.ui-autocomplete .ui-menu-item { border: 1px solid #ffffff; }
/* END PICKER */

.fileattachmentReadWidget a, .fileattachmentValue { background-repeat: no-repeat; background-image: url('/res/static/fileattachment_icon.gif?19ae821966f1'); padding-left: 15px;  }
.documentWidgetButton { font-size: 10px; border: 1px solid black; margin-left: 1px; margin-right: 1px; cursor: pointer; cursor: hand; }
.fileattachmentWidgetSingle { float: left; }
.fileattachment_form .fileattachment_details { padding: 3px; margin: 2px; background-color: #e9e9e9; }
.fileattachment_form .fileattachment_size_limit { font-style: italic; }
.fileattachment_form input[type="text"] { width: 25em; }