/* Minification failed. Returning unminified contents.
(4512,12): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/*! jQuery UI - v1.11.1 - 2014-09-15
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=highlight_soft&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=highlight_soft&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=highlight_soft&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=flat&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	/*margin: -1px;*/
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
/*.ui-widget {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.1em;
}*/
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff url("/Styles/libs/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #2d2d2c;
}
.ui-widget-content a {
	color: #2d2d2c;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #dddddd url("/Styles/libs/jquery-ui/images/ui-bg_highlight-soft_50_dddddd_1x100.png") 50% 50% repeat-x;
	color: #444444;
	font-weight: bold;
}
.ui-widget-header a {
	color: #444444;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #dddddd;
	background: #f6f6f6 url("/Styles/libs/jquery-ui/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #0071A5;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #0071A5;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	/*border: 1px solid #0071A5;*/
	/*background: #0071A5 url("/Styles/libs/jquery-ui/images/ui-bg_highlight-soft_25_0073ea_1x100.png") 50% 50% repeat-x;*/
	/*font-weight: bold;*/
    background-color: #2d2d2c;
	color: #ffffff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #ffffff;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #dddddd;
	background: #ffffff url("/Styles/libs/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #ff0084;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ff0084;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #cccccc;
	background: #ffffff url("/Styles/libs/jquery-ui/images/ui-bg_flat_55_ffffff_40x100.png") 50% 50% repeat-x;
	color: #444444;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #444444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #ff0084;
	background: #ffffff url("/Styles/libs/jquery-ui/images/ui-bg_flat_55_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #222222;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #222222;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/Styles/libs/jquery-ui/images/ui-icons_ff0084_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/Styles/libs/jquery-ui/images/ui-icons_666666_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("/Styles/libs/jquery-ui/images/ui-icons_666666_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/Styles/libs/jquery-ui/images/ui-icons_ffffff_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("/Styles/libs/jquery-ui/images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("/Styles/libs/jquery-ui/images/ui-icons_0073ea_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/Styles/libs/jquery-ui/images/ui-icons_ff0084_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 2px;
}

/* Overlays */
.ui-widget-overlay {
	background: #eeeeee url("/Styles/libs/jquery-ui/images/ui-bg_flat_0_eeeeee_40x100.png") 50% 50% repeat-x;
	opacity: .8;
	filter: Alpha(Opacity=80); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -4px 0 0 -4px;
	padding: 4px;
	background: #aaaaaa url("/Styles/libs/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .6;
	filter: Alpha(Opacity=60); /* support: IE8 */
	border-radius: 0px;
}

body {
    font-family: 'Lato',Arial,sans-serif;
    font-size: 13px;
    color: #2d2d2c;
    margin: 0;
    padding-top: 50px;
    top: 0;
    overflow-y: auto;
    cursor: default;
    width: 100%;
}

div {
    border: thin #ccc;
}

img {
    -ms-interpolation-mode: bicubic;
}

input {
    font-family: 'Lato',Arial,sans-serif;
}


.link-button {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background: #0077B7;
    color: #fff;
    margin-top: 30px;
    font-weight: bold;
    padding: 8px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}


h2, h3, h4, h5, h6 {
    font-family: 'Lato',Arial,sans-serif;
    font-weight: normal;
    clear: both;
    text-indent: 0;
    margin: 0;
}

h1 {
    font-size: 35px;
    font-family: 'Lato',Arial,sans-serif;
    color: #427A9F;
}

h2 {
    font-size: 18px;
}

h1 a.title {
    float: left;
    color: #333333;
}

.text h1 {
    font-size: 30px;
    margin-bottom: 10px;
}

.text h3 {
    font-size: 15px;
    text-transform: none;
}

.header h3 {
    float: left;
}

.header {
    clear: both;
    display: block;
    float: none;
    overflow: hidden;
    width: 698px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 13px;
}

h5 {
    font-size: 10px;
}

h6 {
    font-family: 'Lato',Arial,sans-serif;
    font-weight: normal;
    font-size: 9px;
    color: #dddddd;
    border-bottom: 1px solid #e9e9e9;
}

p, ul, table {
    margin: 5px 0 15px 0;
}

    p.disclaimer {
        color: #aaaaaa;
    }

#page .narrow {
    width: 600px;
    padding-right: 360px;
}

ul {
    overflow: hidden;
}

.text ul {
    display: block;
    clear: both;
    float: left;
    list-style-type: disc;
    list-style-position: outside;
    margin: 5px 0 15px 1em;
    overflow: visible;
}

#list-view-button {
    margin-right: 10px;
    margin-left: 10px;
}

.narrow ul {
    width: 600px;
}


a, a:hover, a:focus, a:active, a:visited {
    /*color: #ffffff;*/
    text-decoration: none;
}

.query-row a:hover {
    text-decoration: none;
    color: #777777;
}

button, a.button, div.button, a.button:hover, a.button:focus, a.button:active, a.button:visited {
    border: 0;
    color: #fff;
    font-size: 12px;
    line-height: 27px;
    height: 27px;
    padding: 0 10px;
    margin-right: 5px;
    background-color: #d33138;
    font-family: 'Lato',Arial,sans-serif;
    cursor: pointer;
    width: auto;
    overflow: visible;
}

    button.disabled, #conversation-message-submit.disabled, button[disabled="disabled"] {
        /*background-color: #777777 !important;*/
        opacity: 0.6;
    }

textarea {
    display: block;
    float: left;
    background-color: #fff;
    padding: 5px;
    margin: 0;
    color: #333;
    font: 12px/1.4 Arial,sans-serif;
    resize: none;
    border: 1px #ccc solid;
}

select {
    padding: 3px;
    font-family: 'Lato',Arial,sans-serif;
    border: 1px #ccc solid;
}

input[type=text] {
    padding: 4px;
    border: 1px #ccc solid;
}

/* Multiple select */
.ms-choice span {
    /*font-size: 14px;*/
}

select.medium {
    width: 200px;
}

form .amount {
    line-height: 30px;
    padding: 0 0 0 5px;
    float: left;
}

input.xx-small {
    width: 50px;
}

input.date, input.dateISO {
    width: 67px;
}

input.x-small {
    width: 100px;
}

input.small {
    width: 150px;
}

input.medium {
    width: 200px;
}

input.large {
    width: 250px;
}

input.file {
    margin: 3px 20px 0 0;
    float: left;
}

.radio-group {
    float: left;
    margin: 0;
    padding: 0;
}

    .radio-group li {
        float: left;
        margin: 0;
        padding: 0;
    }

    .radio-group label, .checkbox-single label {
        line-height: 30px;
        width: auto;
        float: left;
        margin: 0 10px 0 0;
        font-weight: normal;
    }

.checkbox-single label {
    margin: 0;
}

input.radio {
    float: left;
    margin: 8px 6px 0 0;
}

.element {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}

/*** > General Selectors  ***/
/*** Top Header <  ***/


#top-header {
    -moz-min-width: 1000px;
    -ms-min-width: 1000px;
    -o-min-width: 1000px;
    -webkit-min-width: 1000px;
    min-width: 1000px;
    z-index: 100;
    position: fixed;
    height: 50px;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    background-color: #d33138;
    color: #ffffff;
}

#top-header-content {
    display: block;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    /*padding: 3px 20px;*/
}

#top-header-left {
    position: relative;
    float: left;
    left: 0;
    width: 50%;
    height: 100%;
}

#top-header-right {
    position: relative;
    float: right;
    right: 0;
    width: 50%;
    height: 100%;
}

.top-header-rightaligned {
    float: right;
    margin-left: 15px;
    margin-right: 15px;
    min-width: 105px;
}

.top-header-leftaligned {
    float: left;
    height: 50px;
    text-transform: uppercase;
}

.top-header-button {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}

.top-header-title {
    float: left;
    font-size: 25px;
    color: #FFF;
    margin-right: 10px;
    margin-left: 15px;
}

.top-header-nav-button {
    display: inline;
    float: left;
    padding: 5px 15px;
    margin: 0;
    cursor: pointer;
}

.top-header-hover-control {
    border: 0;
    color: #fff;
    line-height: 34px;
    /*padding: 15px 10px;*/
    font-weight: bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    width: auto;
    overflow: visible;
}

.top-header-message {
    padding-top: 2px;
    margin: 6px 0;
}

.top-header-additional-links {
    border: 0;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    width: auto;
    overflow: visible;
}

/*** > Top Header  ***/


/*** Header <  ***/

#header {
    display: block;
    width: 100%;
    overflow: hidden;
}

#header-content {
    display: block;
    margin: 0 auto;
    width: 960px;
    overflow: hidden;
}

#header a, #header a:hover, #header a:focus, #header a:active {
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

#logo {
    padding-top: 10px;
    height: 27px;
}

/*** > Header  ***/

/*** Page <  ***/

#page {
    display: block;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    /* ReSharper disable once Html.PathError */
    /* ReSharper disable once Html.PathError */
    background: #f7f7f7 url(../../images/app/background.jpg) no-repeat center -155px;
}

    #page.user {
        background: none;
    }

.page-content {
    display: block;
    overflow: visible;
    margin: 0 auto;
    margin-top: -1px;
    padding: 30px 0 50px 0;
    width: 960px;
}

.col2-right-layout {
    position: relative;
    overflow: hidden;
    zoom: 1;
}

    .col2-right-layout .col-main {
        float: left;
        width: 600px;
    }

    .col2-right-layout .col-right {
        float: right;
        width: 300px;
        overflow: hidden;
    }


/*** > Page  ***/


/*** Popup <  ***/



/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor -field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.readonly {
    color: #aaaaaa;
    background-color: #f9f9f9;
}

#menu-buttons {
    /*padding-top: 5px;*/
}

div.error input {
    background: #fff0f0;
    border: #aa0000 1px solid;
}

div.error div div {
    color: #aa0000;
}


/* === Form error === */
div.error [data-error] {
    background: #d33138;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-top: 5px;
    margin-left: 5px;
    padding: 3px 6px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
}

    div.error [data-error]::before {
        content: "\25C0";
        color: #d33138;
        position: absolute;
        top: 1px;
        left: -6px;
    }

.form-horizontal div.error [data-error] {
    position: inherit;
    display: inline-block;
}

.entity-view-details-row div.error [data-error] {
    display: inline-block;
    position: inherit;
}

@font-face {
    font-family: 'entypo';
    src: url('../../Fonts/entypo.eot');
    src: url('../../Fonts/entypo.eot?#iefix') format('embedded-opentype'), url('../../Fonts/entypo.woff') format('woff'), url('../../Fonts/entypo.ttf') format('truetype'), url('../../Fonts/entypo.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand-Regular';
    src: url('../../Fonts/Quicksand-Regular.otf');
}

@font-face {
    font-family: "Helvetica-Neue";
    src: url('../../Fonts/helveticaneue-webfont.woff') format('woff');
}

.control-label {
    float: left;
    width: 200px;
}


.control-group {
    background: #fff;
    overflow: hidden;
    padding: 15px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    .control-group:nth-child(even) {
        background: #f0f0f0 !important;
    }

.controls input[type=text], .controls select, .controls textarea {
    padding: 5px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px #ccc solid;
}

.controls input[type=text], .controls textarea {
    width: 320px;
}

.controls ul {
    margin: 0;
    padding: 0;
}

    .controls ul li {
        display: inline-block;
        white-space: nowrap;
        margin-right: 5px;
        padding: 3px;
    }

        .controls ul li label {
            width: auto;
            float: none;
            font-weight: bold;
        }

.controls input[type=checkbox] + label, .controls input[type=radio] + label {
    color: #666666;
    font-style: normal;
}

.controls input[type=checkbox]:checked + label, .controls input[type=radio]:checked + label {
    color: #000000;
    font-style: normal;
}


/*-------- Startpage ---------------*/

/*
.number-circle {
  background: #ccc;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  display: inline-block;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  width: 40px; 
}
    */

/* ---------End startpage -----------*/

#loading-spinner-container {
    display: none;
    padding-top: 10%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 200px;
    left: 50%;
}


/*  Edit page */

.main-header {
    font-size: 35px;
    color: #999999;
    font-family: 'Lato',Arial,sans-serif;
    margin: 0 auto;
}

.main-header-row {
    display: block;
    line-height: 56px;
    padding-left: 20px;
    padding-right: 20px;
}

.main-header-row-fixed-container {
    /* position: fixed;*/
    width: 100%;
    top: 50px;
    background-color: #fff;
}

/*
.entity-settings-fixed-header-row-offset {
   // margin-top: 65px;
}*/

#main-header-buttons {
    float: right;
    line-height: 56px;
    padding-left: 20px;
    padding-right: 10px;
}

#main-header-tool-icon-buttons {
    float: right;
    line-height: 56px;
}

#main-container-entity {
    position: absolute;
    width: 100%;
    height: 100%;
}

    #main-container-entity > div {
        height: 100%;
    }

.Container:before {
    content: '';
    height: 100%;
    float: left;
}

.app-tools {
    float: right;
    font-size: 18px;
    margin-right: 15px;
    cursor: pointer;
}


.app-tools-header {
    cursor: pointer;
}

#app-tools-container {
    position: absolute;
    z-index: 100;
    background-color: white;
    padding: 10px;
    border: 1px solid #999999;
    border-radius: 5px;
    color: #2d2d2c;
    font-size: 13px;
    width: 500px;
    right: 335px;
    top: 40px;
    line-height: 20px;
}

.app-tools-header i {
    margin-top: 4px;
}


#tools {
    white-space: nowrap;
}

input[type=text]::-ms-clear {
    display: none;
}

.showTasks, .showEntityTypes, .showCategory, .showLinkTypes {
    cursor: pointer;
}

.row-icon-button {
    color: #2d2d2c;
    cursor: pointer;
    margin-right: 2px;
}

#sign-out {
    color: inherit;
}

.section-title, .category-section-title {
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 20px;
    cursor: default;
}

#details-row-container .section-title, .category-section-title {
    display: inline-block;
}

.section-title span {
    margin-left: 4px;
}

.localestring-view-buttons span {
    padding: 2px;
}

.localstring-table {
    float: left;
    margin-right: 10px;
}

.localstring-tabel-cell {
    vertical-align: top;
}

#tools > span {
    display: block;
    font-size: 12px;

}

#tools span:hover {
    background: #2d2d2c;
    cursor: pointer;
    color: #ffffff !important;
}

#tools .fa {
    font-size: 14px;
}

#tools .fa-stack-0x {
    left: 0;
    top: 0;
    font-size: 14px;
    text-align: left;
}

#tools .fa-stack-1x {
    left: 1px;
    top: 1px;
    font-size: 14px;
    text-align: right;
}

#tools .std-entypo-fix-icon {
    font-size: 13px;
    margin-right: 1px;
}

#loading-spinner-container img {
    margin-left: 40px;
}

.card-tools-container {
}

footer {
    color: #999999;
    text-align: center;
    position: fixed;
    background-color: white;
    width: 100%;
    bottom: 0px;
    height: 18px;
}

    footer span {
        color: #999999;
        text-align: center;
        position: fixed;
        left: 45%;
        bottom: 3px;
    }



::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #dddddd;
    -webkit-box-shadow: 0 0 1px #dddddd;
    width: 4px;
}

::-webkit-scrollbar {
}

.content-active-view {
    border-bottom: 2px solid #999999;
}

#personalSettings ul {
    line-height: 20px;
    z-index: 99999;
    position: relative;
}

#sign-out:hover {
    color: #ffffff;
}

#top-header-hide-gap {
    height: 15px;
    position: fixed;
    min-width: 1000px;
    right: 15px;
    top: 0;
    left: 15px;
    background-color: #fff;
    z-index: 10000;
}

.top-header-hide-gap-grey {
    background-color: #ddd !important;
}

#header-navigation-links-wrap {
    display: inline-block;
    margin-left: 30px;
    /*float: left;*/
}

#header-navigation-links-wrap a {
    color: #fff;
    margin: 0;
    /*margin: 0 5px 0 5px;*/
    padding: 0 15px;
    display: inline-block;
}

#header-navigation-links-wrap a i {
    margin-right: 8px;
}

#header-navigation-links-wrap .current span{
    /*background-color: #EF5159;*/
    padding-bottom: 5px;
    border-bottom: solid 3px #ffffff;
}

#template-printing-setup-wrap fieldset span {
    display: inline-block;
    width: 150px;
}

#template-printing-setup-wrap #buttons {
    margin-top: 10px;
    margin-left: 10px;
}

#treefilter {
    margin: 10px 0 0 10px;
}

#treefilter {
    margin: 10px 0 0 10px;
}

#personalSettings #sign-out,
#personalSettings #user-settings-link {
    display: block;
    width: 95%;
    padding: 3px 1px 3px .4em;
}

#personalSettings .ui-menu-item {
    padding: 0 0 0 0 !important;
}

#app-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .50;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1000;
}

#appMenu {
    background-color: #dddddd;
    /*border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;*/
    display: none;
    padding-top: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: .95;
    -webkit-opacity: .95;
    -moz-opacity: .95;
    filter: alpha(opacity=95);
    z-index: 1000;
    margin-top: -1in;
}

#app-background.active, #appMenu.active {
    display: block;
}

#appMenu-launcher {
    /*margin-top: 10px;*/
    display: inline-block;
    float: left;
    cursor: pointer;
}

#appMenu-launcher i {
    line-height: 50px;
}

#appMenu li {
    list-style-type: none;
    float: left;
}

#appMenu .app-title {
    box-sizing: border-box;
    /*box-shadow: 5px 5px 2px #dddddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;*/
    padding: 15px 15px;
    width: 150px;
    text-transform: uppercase; 
    letter-spacing: -1px;
    font-size: 19px;
    background-color: #d33138;
    color: #fff;
    height: 115px;
    text-align: center;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 10px;
}

#appMenu li .app-title:hover {
    outline: 3px solid #ffffff;
}

.app-tools #create-connector-container
{
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden; 
}

/* Cards CSS */

.cards-container, .pictures-container {
    margin-top: 5px;
}

 .card-section-wrap {
   
    clear: both;
}

.pictures-section-wrap {
    margin-bottom: 10px;
    border: 1px solid #bbbbbb;
    clear: both;
}

.category-section-wrap {
    margin-bottom: 10px;
    clear: both;
}

.category-section-title {
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    width: 99%;
    background-color: #ffffff;
    color: #2d2d2c;
    line-height: 30px;
    margin-bottom: 0;
    font-size: 16px;
    cursor: default;
    margin-bottom: 1px !important;
    border-bottom: solid 2px #2d2d2c;
}

.card-section-title {
    color: #2d2d2c;
    line-height: 30px;
    font-size: 16px;
    cursor: default;
    padding-left: 5px;
}

.card-section-container {
    margin-left: 20px;
}

.card-section-title-text, .category-section-title-text {
    margin-left: 4px;
}

.card-wrap-small {
    position: relative;
    float: left;
    width: 250px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #dddddd;
}

.picture-wrap-small {
    position: relative;
    float: left;
    width: 110px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dddddd;
}

.card-text-area {
    overflow: hidden;
}

.card-completeness-area {
    position: absolute;
    display: inline-block;
    float: right;
    bottom: 10px;
    right: 10px;
    text-align: center;
    width: 40px;
}

.card-text-area > span {
    width: 100%;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.card-text1 {
    font-weight: 400;
    font-size: 13px;
    padding-top: 2px;
    padding-left: 3px;
    margin-bottom: 3px;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-right: 20px;
}

.card-text1 img {
        vertical-align: bottom;
    }

.card-text2 {
    padding-top: 3px;
    padding-left: 3px;
    max-height: 30px;
}

#card-completeness-text {
    padding-top: 3px;
    padding-left: 3px;
    cursor: pointer;
}

#card-completeness-text:hover {
    text-decoration: underline;
}

.card-picture-area, .picture-picture-area {
    float: left;
}

.card-picture-frame, .picture-picture-frame {
    position: inherit;
    background-color: #ffffff;
    padding: 4px;
    width: 40px;
    height: 40px;
}


.card-wrap-small .card-picture-frame {
    background-color: #ffffff;
    padding: 4px;
    width: 80px;
    height: 80px;
}

.card-picture, .picture-picture {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.card-wrap, .search-result-container-small .card-wrap-large {
    position: relative;
    float: left;
    width: 250px;
    background: #ffffff;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px;
    cursor: pointer;
    height: 65px;
    border: solid 1px #cccccc;
}

#starred-entities-content .card-wrap-large {
    position: relative;
    float: left;
    -moz-min-width: 270px;
    -ms-min-width: 270px;
    -o-min-width: 270px;
    -webkit-min-width: 270px;
    min-width: 270px;
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #cccccc;
    cursor: pointer;
    height: 68px;
}

.search-result-container-small .card-wrap-large .card-selected, .card-selected{
    border: 1px solid #0071a5 !important;  
}


.search-result-container-small .card-wrap-large, #starred-entities-content .card-wrap-large, .small-droppable {
    width: 230px !important;
}

.card-wrap:hover {
    -webkit-box-shadow: 0 0 3px #000000;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.175);
    -ms-box-shadow: 0 0 3px #000000;
    box-shadow: 0 0 3px #000000;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.175);
}

.card-completeness-area {
    position: absolute;
    display: inline-block;
    float: right;
    bottom: 10px;
    right: 10px;
    text-align: center;
    width: 40px;
}

.picture-text1 {
    font-weight: bold;
    font-size: 14px;
    padding-top: 2px;
    padding-left: 3px;
    margin-bottom: 3px;
}


#card-completeness-text {
    padding-top: 3px;
    padding-left: 3px;
    color: #999;
    cursor: pointer;
}

    #card-completeness-text:hover {
        text-decoration: underline;
    }

.card-tool-area {
    position: absolute;
    top: 5px;
    right: 3px;
}

.completenesslevel_low, .completenesslevel_medium, .completenesslevel_done {
    border: 1px solid;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
}

.completenesslevel_low {
    border-color: red;
}

.completenesslevel_medium {
    border-color: orange;
}

.completenesslevel_done {
    border-color: yellowgreen;
}

/* Drag and drop*/

.card-placeholder {
    border: 1px dotted #2d2d2c;
    margin: 0 1em 1em 0;
    height: 80px;
    width: 240px;
}
/* End Drag and drop*/

/* Large card*/

.card-wrap-large {
    position: relative;
    float: left;
    width: 150px;
    height: 160px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #cccccc;
    cursor: pointer;
    background-color: #ffffff;
}

.card-wrap-large:hover {
    -webkit-box-shadow: 0 0 3px #000000;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.175);
    -ms-box-shadow: 0 0 3px #000000;
    box-shadow: 0 0 3px #000000;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.175);
}

.search-result-container-small .card-picture-area,
#starred-entities-content .card-picture-area,
.card-wrap .card-picture-area {
  	position: relative;
    bottom: 0;
    left: 0;
}

.card-picture-area {
    background-color: #ffffff;
  	position: absolute;
	bottom: 10px;
    left: 30px;
}

.card-picture-frame-large div {
    width: 100px;
    height: 100px;
    overflow: hidden;
    white-space: nowrap;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#contextmenu {
    float: right;
}

.search-result-container-small .card-picture-frame-large div,
#starred-entities-content .card-picture-frame-large div,
.card-wrap .card-picture-frame-large div {
    width: 60px;
    height: 60px;
}

.card-text2-large {
    float: none;
    overflow: hidden;
    padding-left: 3px;
    color: #999;
    width: auto;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.dot-completeness-area {
    float: right;
    font-size: 14px;
    margin-right: 4px;
    padding-top: 2px;
}

.dot-completenesslevel_low {
    color: red !important;
}

.dot-completenesslevel_medium {
    color: orange !important;
}

.dot-completenesslevel_done {
    color: yellowgreen !important;
}

.card-star-area {
    float: right;
    margin-right: 1px;
    color: #999;
    font-size: 15px;
    padding-top: 2px;
}

.card-tools {
    float: right;
    color: #2d2d2c;
    padding-top: 2px;
    cursor: pointer; 
}

#card-tools-container {
    position: absolute;
    right: 2px;
    z-index: 100;
    background-color: white;
    padding: 5px 5px;
    border: 1px solid #cccccc;
    min-height: 26px;
}

.search-result-container-small .workarea-header #card-tools-container{
    right: auto !important;
}

#close-tools-container {
    position: absolute;
    top: 2px;
    right: 5px;
}

/* Large card*/

#card-tools-container .control-row-icon-button {
    width: 15px;
}

.card-tools-header {
    font-size: 15px;
    cursor: pointer;
}

#control-row-content .fa-navicon {
    vertical-align: text-top;
    margin-top: 1px !important;
}

.card-tools-header .fa-navicon {
    vertical-align: text-top;
    margin-top: 2px;
}

.completeness-small span {
    margin-right: 2px;
}

#tools > span {
    cursor: pointer;
    line-height: 20px;
    padding: 3px;
    margin-right: 15px;
    color: #2d2d2c !important;
}

#tools .control-row-icon-button {
    padding: 3px;
    padding-top: 2px;
}

.card-draggable-icon {
    display: none;
}

.ui-draggable .card-draggable-icon, .ui-sortable .card-draggable-icon, .card-draggable-icon-show, .js-draggable .card-draggable-icon {
    display: inline;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 4px;
    height: 100%;
    background-color: #bbbbbb;
    cursor: move;
}

#starred-entities-content .card-wrap-large .card-checkbox-selector {
    display: none;
}

.card-checkbox-selector {
    margin: 2px 0 0 2px;
    float: left;
    width: 12px;
}

.selected-card {
    color: #2d2d2c;
}


.control-row-icon-button {
    color: #ffffff;
    cursor: pointer;
    padding: 8px;
    font-weight: normal;
    font-size: 15px;
}

#edit-value-icon{
    color: #2d2d2c !important;
}

#restore-button {
    color: #2d2d2c !important;
}

#tools .control-row-icon-button {
    color: inherit;
}

/*.control-row-tool-area #contextmenu i, .control-row-tool-area #contextmenu span {
    color: #ffffff;
}

    .control-row-tool-area .control-row-icon-button:hover, .control-row-tool-area #contextmenu i:hover {
        color: #ffffff;
    }*/

#control-row {
    -moz-min-width: 960px;
    -ms-min-width: 960px;
    -o-min-width: 960px;
    -webkit-min-width: 960px;
    min-width: 960px;
    z-index: 1;
    position: fixed;
    top: 80px;
    left: 15px;
    right: 15px;
    background-color: #333333;
    overflow: visible;
}


.control-row-std-height {
    height: 50px;
    background-color: #eeeeee !important;
}

.control-row-campaign-view-height {
    height: 80px;
}

#control-row-expanded {
    height: auto;
}

.control-row-padding {
    padding-top: 50px;
}

#control-row-content {
    display: block;
    height: 100%;
    color: #222;
    font-weight: normal;
    font-size: 12px;
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 120px;
    overflow-x: visible;
}


.entity-top, .entity-lower {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 50%;
}

.entity-tab {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.entity-row-view-height {
    -moz-min-width: 680px;
    -ms-min-width: 680px;
    -o-min-width: 680px;
    -webkit-min-width: 680px;
    min-width: 680px;
    overflow: hidden;
    width: 100%;
}

.entity-title-image {
    /*    background: url(/picture?id=5498&size=Original);
    opacity: 0.5;*/
    -moz-background-position-y: 40%;
    -o-background-position-y: 40%;
    background-position-y: 40%;
    -ms-background-size: cover;
    background-size: cover;
    background-color: #eeeeee;
    height: 120px;
}

    .entity-title-image::before {
        background: rgba(0, 0, 0, 0.5);
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        height: 120px;
    }


/*
.entity-view-details-header {
    float: left;
    margin-left: -1px;
    margin-top: 20px;
    margin-bottom: 20px;
}*/

#entity-view-title-area {
    float: left;
    height: 80px;
    margin-right: 10px;
    margin-top: 10px;
    vertical-align: middle;
}

.entity-view-title-text-area {
    /*float: left;
    width: 350px;*/
    margin-left: 15px;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 24px;
    color: #ffffff;
    right: 410px;
    left: 0;
    position: absolute;
}

.entity-view-title-text img {
    margin-right: 5px;
    margin-bottom: 1px;
}

.entity-view-title-text2 {
    /*margin-left: 25px;*/
    font-size: 16px;
    display: block;
    /*float: left;*/
    /*width: 230px;*/
    color: #eeeeee;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*margin-left: 23px;*/
}

.entity-view-fieldset, .card-view-fieldset {
    display: block;
    /*float: left;*/
    font-size: 18px;
    color: #aaa;
    font-style: oblique;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*margin-left: 23px;*/
}


.entity-view-title-picture-area {
    position: absolute;
    float: left;
    left: 40px;
    top: 5px;
    display: table-cell;
    /*width: 100px;
    height: 100px;*/
}

.entity-view-title-picture-area, .entity-view-title-icon-area {
    position: absolute;
    float: left;
    left: 40px;
    top: 5px;
    display: table-cell;
    /*width: 100px;
    height: 100px;*/
}

.entity-view-title-picture-frame {
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    padding: 4px;
    width: 60px;
    height: 60px;
}

.entity-view-title-icon-frame {
    padding: 4px;
    margin-top: 14px;
    margin-left: 8px;
    width: 46px;
    height: 46px;
}

.entity-view-title-picture, .entity-view-title-icon {
    display: inline-block;
    width: 100%;
    height: 100%;
}

#entity-view-tool-area {
    float: right;
    line-height: 50px;
}

#entity-view-back-button {
    float: left;
    cursor: pointer;
    position: absolute;
    line-height: 77px;
    margin-left: -29px;
    padding-left: 10px;
    color: #ffffff;
}

#entity-view-tabview-container {
    margin-top: 150px;
}

.control-row-tool-area .card-tools {
    color: #eeeeee;
}


.control-row-tab-area {
    display: inline;
    float: left;
    position: absolute;
    left: 25px;
    top: 65px;
}


.control-row-tab-button {
    /*position: absolute;*/
    bottom: 0;
    padding: 10px 15px 6px 15px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 4px;
    text-align: center;
    -ms-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -ms-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-size: larger;
    display: inline-block;
}

    .control-row-tab-button:hover {
        /*border-bottom: 4px solid #d33138;*/
        margin-bottom: 0;

    }

.control-row-tab-icon {
    margin-bottom: 7px;
    text-align: center;
}


.entypo-fix-icon {
    font-family: "entypo-fix";
}

.std-entypo-fix-icon {
    font-family: "entypo-fix";
    font-weight: normal;
    font-size: 16px;
}

.large-entypo-fix-icon {
    font-family: "entypo-fix";
    font-weight: normal;
    font-size: 24px;
}

.extra-large-entypo-fix-icon {
    font-family: "entypo-fix";
    font-weight: normal;
    font-size: 48px;
}

.control-row-tab-button-active {
    /*border-bottom: 4px solid #ffffff;*/
    margin-bottom: 0;
    border-bottom: 3px solid #d33138;
}

.control-row-tab-button-active:hover {
   /* color: #ffffff;*/
    margin-bottom: 0;
}


#control-row-indicator-area {
    float: right;
    /* margin-right: 35px;*/
    color: #333;
    margin-top: 28px;
    text-align: right;
    -webkit-text-wrap: none;
    -moz-text-wrap: none;
    -ms-text-wrap: none;
    -o-text-wrap: none;
    text-wrap: none;
}

.control-row-indicator-area-dates {
    margin-top: 5px;
    margin-bottom: 8px;
}

.control-row-indicator-progress-background {
    display: inline-block;
    width: 190px;
    /*line-height: 50px;
    height: 50px;*/
    background-color: #dddddd;
}

.control-row-indicator-area-progress-foreground {
    background-color: #396580;
}

.control-row-tool-area {
    float: right;
    height: 80px;
    margin-left: 10px;
}

    .control-row-tool-area > span {
        margin-top: 25px;
        display: inline;
        float: left;
        font-size: 16px;
    }

/*
.control-row-is-starred {
    color: #999 !important;
}
    */
.progress-rect {
    position: relative;
    height: 26px;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    -ms-border-radius: 42px;
    border-radius: 42px;
}

.progress-rect-background {
    background: #dddddd;
}

#entity-view-tabview-container .progress-rect-foreground {
    background: #396580;
}

#progress-rect-percentage {
    float: right;
    color: #FFF;
    padding-right: 10px;
    line-height: 26px;
    font-weight: bold;
    cursor: pointer;
}

#outside-progress-rect-percentage {
    float: left;
    color: #333333;
    padding-left: 3px;
    line-height: 26px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
}

    #progress-rect-percentage:hover, #outside-progress-rect-percentage:hover {
        text-decoration: underline;
    }

.list-row-indicator {
    width: 180px;
}

#entity-top-info-container {
    overflow-y: auto;
    overflow-x: hidden;
    height: 350px;
    position: relative;
}

.planandrelease-entity-tab #entity-top-info-container {
    overflow: hidden;
    height: 350px;
    position: relative; 
}

.connector-area #entity-top-info-container {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

#entity-bottom-info-container {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 350px;
}

.entityclosearea {
    top: 0;
    right: 0;
    position: absolute;
}

#closeentity:hover {
    color: #d33138;
}

.control-row-tool-area #contextmenu {
    margin-top: 31px;
}

.completeness {
    height: 30px;
    color: #eeeeee;
    cursor: pointer;
}

.completeness-small {
    height: 20px;
    float: right;
    color: #0077B7;
}

.completeness .timer {
    font-size: 26px;
}

.completeness-small .pie {
    font-size: 15px;
}

.timer {
    position: relative;
    width: 26px;
    height: 26px;
    float: right;
    display: inline;
}

.percent {
    display: inline;
    margin-top: 5px;
    margin-right: 3px;
    left: 0;
    float: left;
    text-align: center;
    font-weight: bold;
}

.timer > #slice {
    position: absolute;
    width: 1em;
    height: 1em;
    clip: rect(0,1em,1em,0.5em);
}

    .timer > #slice.gt50 {
        clip: rect(auto, auto, auto, auto);
    }

    .timer > #slice > .pie {
        border: 0.1em solid #0071A5;
        position: absolute;
        width: 1em; /* 1 - (2 * border width) */
        height: 1em; /* 1 - (2 * border width) */
        clip: rect(0,0.5em,1em,0);
        -moz-border-radius: 0.5em;
        -webkit-border-radius: 0.5em;
        -ms-border-radius: 0.5em;
        border-radius: 0.5em;
    }

        .timer > #slice > .pie.fill {
            -moz-transform: rotate(180deg) !important;
            -webkit-transform: rotate(180deg) !important;
            -o-transform: rotate(180deg) !important;
            -ms-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
        }

.timer.fill > #slice > .pie {
    border: transparent;
    background-color: #0071A5;
    clip: rect(0,0.5em,1em,0);
    width: 1em;
    height: 1em;
}

.circle-front-color {
    color: #0071a5;
}

#control-row-indicator-area .circle-back-color {
    color: #eeeeee;
}

.circle-back-color {
    color: #ffffff;
}

.pie {
    font-family: pie;
    display: inline;
    margin-top: 4px;
    left: 0;
    float: left;
    font-size: 20px;
    text-align: center;
}

.overview-container {
    float: left;
    width: 50%;
    height: 100%;
}

    .overview-container .area {
        margin: 10px;
    }

.channel-entity-card-wrap, .publication-entity-card-wrap, .connector-event-wrap {
    position: relative;
    float: left;
    width: 270px;
    color: black;
}

.channel-entity-card-wrap, .publication-entity-card-wrap {
    cursor: pointer;
}

    .channel-entity-card-wrap:hover, .publication-entity-card-wrap:hover, .connector-event-wrap:hover {
        -webkit-box-shadow: 0 0 3px #000000;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.175);
        -ms-box-shadow: 0 0 3px #000000;
        box-shadow: 0 0 3px #000000;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.175);
        color: black;
    }

/*#entity-top-info-container #channel-area-content {
    height: 100%;
    width: 520px;
    margin: 20px;
}*/

.showInStructure {
    text-align: center;
    color: #396580;
    padding: 6px;
    font-weight: bold;
    font-size: 90%;
    cursor: pointer;
    clear: both;
    margin-right: 20px;
    margin-left: 0;
    width: 270px;
    margin-bottom: 20px;
}

    .showInStructure:hover {
        background-color: #eee;
    }

/****** Entity Overview *********/

.entity-overview-container-left {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
}

    .entity-overview-container-left h2 {
        padding: 5px;
        padding-left: 10px;
        font-size: 20px;
        background-color: #ffffff;
        color: #2d2d2c;
        border-bottom: solid 2px #2d2d2c;
    }

.entity-overview-container-right {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
}

    .entity-overview-container-right h2 {
        padding: 5px;
        font-size: 20px;
        padding-left: 10px;
        background-color: #ffffff;
        color: #2d2d2c;
        margin-right: 1px;
        border-bottom: solid 2px #2d2d2c;
    }

.entity-overview-channel, .entity-overview-publication {
    margin-right: 8px;
    margin-top: 8px;
    float: left;
}

    .entity-overview-channel:hover, .entity-overview-publication:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    .entity-overview-channel span, .entity-overview-publication span {
        padding-left: 3px;
    }

    .entity-overview-channel img, .entity-overview-publication img {
        vertical-align: bottom;
    }

.entity-view-overview-details-row {
    padding-top: 4px;
    padding-bottom: 4px;
    clear: both;
    min-height: 20px;
}

    .entity-view-overview-details-row #value {
        float: left;
        display: inline-block;
        color: #333;
        /*margin-left: 15px;*/
        width: calc(100% - 200px);
        overflow: hidden;
        text-overflow: ellipsis;
    }

.width-limited-container-overview {
    width: 100%;
    overflow: hidden;
    position: relative;
}


#inbound-area-content {
    margin: 10px;
    margin-bottom: 0;
    display: inline-block;
}

    #inbound-area-content > div {
        float: left;
    }

#outbound-area-content {
    margin: 10px;
    margin-bottom: 0;
    display: inline-block;
}

    #outbound-area-content > div {
        float: left;
    }

#field-area-content {
    position: relative;
    left: 0;
    right: 0;
}

#channel-area-content {
    margin: 10px;
    margin-bottom: 0;
    display: inline-block;
}

.card-wrap-overview {
    position: relative;
    float: left;
    width: 200px;
    color: black;
    background: #ffffff;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px;
    padding-bottom: 0;
    border: 1px solid #cccccc;
     /*border-right-width: 2px;
    border-right-color: #0077B7 !important;*/
    cursor: pointer;
    height: 48px;
}

.card-header-area-overview {
    float: left;
    width: 100px;
}

.card-text1-overview {
    font-weight: 400;
    font-size: 13px;
    padding-top: 2px;
    padding-left: 3px;
    margin-bottom: 3px;
    color: black !important;
    width: 125px;
    overflow: hidden;
    white-space: nowrap;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

    .card-text1-overview img {
        vertical-align: bottom;
    }

.card-text2-large-overview {
    float: left;
    overflow: hidden;
    padding-left: 3px;
    color: #999;
    width: 140px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.card-picture-area-overview {
    display: inline-block;
    float: left;
}

.card-picture-frame-overview {
    background-color: #ffffff;
    width: 40px;
    height: 40px;
}

.card-picture-overview {
    display: inline-block;
    width: 100%;
    height: 100%;
}

/****** END Entity Overview *********/


.CompletenessDetails {
    position: absolute;
    background-color: #ffffff;
    padding: 5px;
    border: 1px solid #ccc;
    z-index: 10;
}

.card-wrap-large .CompletenessDetails {
    width: 150px;
}

.card-wrap .CompletenessDetails {
    width: 250px;
}

.CompletenessDetails h2 {
    padding: 5px;
    padding-left: 10px;
    background-color: #bbbbbb;
    color: #ffffff;
}


#imagemaparea {
    width: 930px;
    height: 500px;
}

#merchandising-image-outer-wrap {
    margin: 10px;
    padding: 5px;
    background-color: #fafafa;
    display: table;
    float: left;
    width: 620px;
    height: 420px;
    text-align: center;
    border: 1px solid #ccc;
}

#merchandising-image-wrap {
    display: table-cell;
    vertical-align: middle;
}

    #merchandising-image-wrap > div {
        display: inline-block !important;
    }

#merchandising-image {
    display: block;
    max-width: 600px;
    max-height: 400px;
    z-index: 200;
    /*margin: auto auto;*/
}

#merchandising-tools-wrap {
    float: right;
    margin: 5px;
}

#merchandising-toolbar {
    margin: 0 10px;
}

#merchandising-drawing-info-wrap {
    float: left;
    display: inline-block;
    margin-left: 20px;
    margin-top: 65px;
}

#merchandising-drawing-info-rect h2 {
    display: inline-block;
}

#merchandising-drawing-info-rect {
    border: solid 1px #999;
    padding: 10px;
    background: #fafafa;
}

#merchandising-drawing-wrap {
    float: left;
    /*display: table;
    position: relative;*/
    /*width: 600px;
  height: 400px;*/
    /*top: 0;
    left: 0;
    height: 50%;
    width: 50%;*/
    /*background: #0071a5;*/
    margin-top: 65px;
    display: inline-block;
}

#merchandising-drawing-image-and-fabric-wrapper {
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    position: relative;
    width: 600px;
    height: 400px;
}

#merchandising-drawing-image {
    position: absolute;
    max-width: 600px;
    max-height: 400px;
    /*z-index: 200;*/
}

#merchandising-drawing-fabric {
    position: absolute;
    /*margin-left: 20px;*/
    /*border: 1px #f00 solid;*/
    top: 0;
    left: 0;
    /*z-index: 11 !important;*/
}

#merchandising-drawing-image-and-fabric-wrapper .canvas-container {
    position: static !important;
    z-index: 11 !important;
    width: 0 !important;
    height: 0 !important;
    /*opacity: 0;
    visibility: hidden;
    display: none;*/
}

#merchandising-container .thumbnails-overview {
    overflow-x: auto;
}

.merchandising-media-item {
    text-align: center;
    width: 100px;
    height: 100px;
}

.merchandising-media-item-card-wrap {
    margin-right: 10px;
    cursor: pointer;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

    .merchandising-media-item-card-wrap img {
        max-width: 80px;
        max-height: 80px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

.merchandising-media-item-selected {
    border: 1px #666 solid;
}

.merchandising-container {
    float: left;
    /*height: 100%;*/
}

#merchandising-area-list {
    overflow-y: auto;
    height: 400px;
}

.merchandising-area-item {
    width: 250px;
    height: 55px;
    padding: 5px 5px 5px 10px;
}

.merchandising-area-item-highlighted {
    background: #999;
}

#merchandising-entity-card-slot {
    float: left;
    height: 53px;
    width: 210px;
    border: #999 1px dashed;
    background-color: #fafafa;
}

.merchandising-entity-card-slot-placeholder-text {
    line-height: 53px;
    text-align: center;
    width: 100%;
    color: #aaa;
    font-style: italic;
}

#merchandising-entity-card-slot-button-wrap {
    display: inline-block;
    /* margin-top: 12px; */
    margin-left: -25%;
    /* padding: 10px; */
    position: relative;
    left: 50%;
    top: 12px;
}

    #merchandising-entity-card-slot-button-wrap button {
        /*background-color: #aaa;*/
    }

#merchandising-entity-card-slot-tools {
    float: right;
    padding-top: 13px;
    margin-right: 5px;
}

#merchandising-link-type-select {
    margin-top: 20px;
    width: 200px;
}


#context-editor-iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
}


.details-header {
    margin-left: 20px;
    margin-top: 10px;
}

.entity-area-small {
    display: inline;
    float: right;
    left: 320px;
    right: 0;
    position: absolute;
    overflow: hidden;
    height: 100%;
    padding: 15px;
    padding-bottom: 0;
    padding-top: 30px;
    margin-left: 15px;
    -moz-min-width: 600px;
    -ms-min-width: 600px;
    -o-min-width: 600px;
    -webkit-min-width: 600px;
    min-width: 600px;
    /*z-index: 1; removed to support drag n drop better */
}

.connector-area {
    display: inherit;
    float: inherit;
    position: inherit;
}

#details-row-container {
    padding-top: 15px;
    margin-bottom: 5px;
    top: 80px;
    bottom: 0;
    right: 0;
    left: 0;
}

.showCategory {
    padding-left: 5px;
}

.entity-view-details-row {
    clear: both;
    min-height: 27px;
}

.entity-view-details-row-key {
    padding-left: 20px;
    padding-top: 6px;
    width: 200px;
    color: #2d2d2c;
    vertical-align: top;
    display: inline-block;
}

.entity-overview-details-row-key {
    padding-left: 20px;
    margin-top: 2px;
    display: inline-block;
    width: 180px;
    color: #2d2d2c;
    vertical-align: top;
    float: left;
}

.entity-view-details-row-history {
    margin-left: 4px;
    display: inline-block;
    width: 30px;
    cursor: pointer;
}

.entity-view-details-row #value {
    display: inline-block;
    color: #333;
    margin-left: 15px;
}

.entity-view-details-row .value-wrapper {
    display: inline-block;
    color: #333;
    -moz-min-width: 20px;
    -ms-min-width: 20px;
    -o-min-width: 20px;
    -webkit-min-width: 20px;
    min-width: 40px;
    padding-top: 5px;
}

.control-row-icon-button {
    cursor: pointer;
}

.empty-icon {
    margin-left: 34px;
}


/* Inline editing*/

.editrow .editor {
    padding-left: 300px;
    display: inline;
}

#edit-value-icon {
    display: inline-block;
    vertical-align: top;
    padding-top: 0;
    padding-right: 8px;
    padding-left: 8px;
}

.editrow {
    padding: 7px 0;
    background-color: antiquewhite;
    border: 1px solid #cccccc;
    border-top: 0;
    -ms-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.invalid-input-border {
    border: 2px solid #ff0000;
}

.green-icon-button {
    color: #99dd99;
    cursor: pointer;
}

.orange-icon-button {
    color: darkorange !important;
    cursor: pointer;
}

.content-area-tools {
    margin-left: 10px;
    cursor: pointer;
}

.content-area-tools .row-icon-button {
    margin-right: 4px;
}

.content-area-tools-row {
    border-bottom: 1px solid #cccccc;
    left: 0;
    right: 0;
    padding-bottom: 5px;
    padding-top: 3px;
    padding-left: 15px;
}

.edit-span {
    margin-left: 5px;
}

.edit-span:hover {
    cursor: pointer;
    text-decoration: underline;
}

.value-wrapper select {
    -moz-min-width: 250px;
    -ms-min-width: 250px;
    -o-min-width: 250px;
    -webkit-min-width: 250px;
    min-width: 250px;
}

.value-wrapper .inactive {
    display: none;
}

.value-wrapper .active {
    display: inline-block;
    font-size: 11px;
    color: #bbb !important;
    vertical-align: super;
}

.history-wrapper {
    width: 18px;
    margin-left: 3px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.history-wrapper .row-icon-button {
    color: #cccccc;
}

.multi-value-display {
    color: #0071a5;
    cursor: pointer;
    display: inline;
}

#revisions th {
    text-align: left;
    padding-right: 10px;
}

.value-placeholder {
    display: inline-block;
}

.value-wrapper .cvl-edit-control {
    margin-left: 10px;
    margin-bottom: 3px;
    width: 270px;
}

.value-wrapper .input-text-edit-control {
    width: 270px;
    margin-left: 10px;
    margin-bottom: 3px;
    border: 1px solid #aaa;
    height: 22px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #555;
}

.value-wrapper .input-text-edit-control {
    width: 270px;
    margin-left: 10px;
    margin-bottom: 3px;
    border: 1px solid #aaa;
    height: 20px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #555;
    text-indent: 3px;
}

.value-wrapper .input-checkbox-edit-control {
    margin-left: 10px;
    margin-bottom: 3px;
    border: 1px solid #aaa;
    height: 18px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #555;
}

.value-wrapper .select-language-edit-control {
    margin-left: 10px;
    margin-bottom: 3px;
    border: 1px solid #aaa;
    height: 24px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #555;
    text-indent: 3px;
}

.value-wrapper .textarea-edit-control {
    margin-left: 10px;
}

.no-edit-text-area {
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 550px;
    -moz-min-width: 200px;
    -ms-min-width: 200px;
    -o-min-width: 200px;
    -webkit-min-width: 200px;
    min-width: 200px;
}

.entity-view-details-row textarea {
    min-height: 35px;
}

.specification-template-category-item {
    background-color: #eee;
    padding: 10px;
}

.popup-wrap #specification-template-edit-field-wrap {
    margin-top: 70px;
}

.specification-template-field-item {
    padding: 10px;
}

.specification-template-field-name {
    display: inline-block;
    width: 25%;
    color: #0071a5;
}

.specification-template-field-name i, .specification-template-category-item i {
    margin-left: 8px;
}

.specification-template-column {
    display: inline-block;
    width: 12%;
}

.specification-template-field-item .label {
    color: #aaa;
}

#specification-template-view-wrap #field-list {
    margin-top: 10px;
}

#specification-template-delete-field {
    float: right;
}

.invalid-value {
    color: #bb7777;
}


.entity-settings-fixed-header-row {
    background: #fff;
  /*  border-bottom: 1px solid #ccc;*/
    width: 100%;
}

.date-time-editor-text-box {
    max-width: 150px;
}

#inriver-fields-form-area .category-section-title {
    padding-left: 0 !important;
}

#inriver-fields-form-area .category-section-title .showCategory {
    margin-left: 5px;
}

#category-section-edit-icon {
    margin-left: 8px;
    font-size: 14px;
}

#inriver-fields-form-area > form fieldset {
    padding: 5px;
}

#inriver-fields-form-area form fieldset > span {
    margin-left: 10px;
    float: left;
}

#inriver-fields-form-area form fieldset > span:empty {
    display: none;
}

#inriver-fields-form-area form fieldset > span:before { 
    content: "("; 
}

#inriver-fields-form-area form fieldset > span:after {
    content: ")";
}

#inriver-fields-form-area > form .field-editor-wrap {
    background: #fff;
    padding: 5px 15px;
    margin: 3px 0;
    width: 97%;
}

#inriver-fields-form-area > form .field-editor-wrap .width-limited-container .display {
    line-height: 25px;
    max-width: 800px;
    float: left;
}

#inriver-fields-form-area > form .field-editor-history-wrap {
    display: none;
}

#inriver-fields-form-area > form .field-editor-history-container {
    display: inline-block;
    background: #fff;
    margin-left: 266px;
    padding: 10px 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-style: solid;
}

#inriver-fields-form-area > form .field-editor-history-container table {
    margin: 0 !important;
}

#inriver-fields-form-area > form .field-editor-history-container td, #inriver-fields-form-area > form .field-editor-history-container th {
    padding: 0 10px;
}


#inriver-fields-form-area > form .field-editor-label-wrap {
    float: left;
    width: 250px;
    line-height: 27px;
}

#inriver-fields-form-area > form #view-history-button {
    float: right;
    margin-right: 15px;
}

#inriver-fields-form-area > form #hide-history-button {
    display: none;
    float: right;
    margin-right: 15px;
}

#inriver-fields-form-area > form .field-editor-label {
    float: left;
}

/*#inriver-fields-form-area input[type=text],
#inriver-fields-form-area select,
#inriver-fields-form-area textarea, 
input[type=text].filter {
    padding: 5px;
   
    border: 1px #ccc solid;
}*/ 


#inriver-fields-form-area > form fieldset ul {
    /*-webkit-padding-start: 0;*/
    margin: 0;
    padding: 0;
}

/* inline checkboxes*/
#inriver-fields-form-area > form fieldset li {
    display: inline-block;
    white-space: nowrap;
    margin-right: 5px;
    padding: 3px;
}

.ms-drop ul li {
    padding: 0 !important;
    margin: 3px;
}

/* inline checkboxes*/
#inriver-fields-form-area > form > div > fieldset > div > div li label {
    width: auto;
    float: none;
}

/* checkbox dropdown */
#inriver-fields-form-area form fieldset .ms-parent li {
    display: block;
}

.inriver-fields-form-area-alternative-field-background {
    background-color: #f4f4f4 !important;
}

.localestring-editor-label {
    font-weight: bold;
    color: #333;
}

.display textarea {
    min-height: 30px;
}

#inriver-fields-form-area input[type=text] {
    width: 400px;
}

.ms-drop input[type=text] {
    width: 290px !important;
}

#inriver-fields-form-area input[type=checkbox] + label, #inriver-fields-form-area input[type=radio] + label {
  color: #999;
  font-style: normal;
} 

#inriver-fields-form-area input[type=checkbox]:checked + label, #inriver-fields-form-area input[type=radio]:checked + label {
  color: #000000;
  font-style: normal;
}


#inriver-fields-form-area input[type=checkbox]:disabled + label, #inriver-fields-form-area input[type=radio]:disabled + label {
  color: #ccc;
  font-style: normal;
}

#inriver-fields-form-area input[type=checkbox]:disabled:checked + label, #inriver-fields-form-area input[type=radio]:disabled:checked + label {
  color: #999;
  font-style: normal;
}

#inriver-fields-form-area .field-editor-save-undo-wrapper {
    display: none;
    float: right;
    color: #999;
    margin-right: 15px;
}

#inriver-fields-form-area .field-editor-save-undo-wrapper span {
    cursor: pointer;
    padding-left: 3px;
}

#inriver-fields-form-area .select-all-cvl-values-checkbox-wrap {
    float: left;
    margin: 0 3px 0 0;
    padding: 3px;
}

#inriver-fields-form-area .select-all-cvl-values-checkbox-wrap label {
    /*font-weight: bold;*/
    font-style: italic;
}


.fieldset-field {
    color: #333333 !important;
}

.field-editor-validation-error-message {
    clear: both;
    color: #a52a2a;
}

.fieldUpdated {
    font-weight: bold;
    color: #0071a5  !important; 
}
input.fieldUpdated, select.fieldUpdated, textarea.fieldUpdated, label.fieldUpdated,span.fieldUpdated {
    border-color: #0071a5 !important; 
    font-weight: bold;
}

/*
fieldset > div:nth-child(even) {
    background: #f0f0f0 !important;
}*/

.editor textarea {

    min-height: 30px;
    min-width: 300px;
}

/*
.popup-wrap .entity-details-wrap {
    position: absolute;
    bottom: 10px;
    top: 70px;
    left: 15px;
    right: 15px;
}*/



.popup-wrap .details-view-tools-row {
    top: 70px;
    right: 15px;
    width: auto;
    left: 15px;
    padding: 5px 0 5px 0;
}

.popup-wrap #details-view-wrap {
    overflow-y: auto;
    position: absolute;
    top: 110px;
    bottom: 10px;
    width: auto;
    right: 15px;
    left: 15px;
}
/*
.popup-wrap #inriver-fields-form-area {
    width: 100%;
    top: 40px;
    bottom: 10px;
}*/

.popup-wrap #inriver-fields-form-area {
    bottom: 10px;
    top: 80px;
    left: 14px;
    right: 14px;
    overflow-x: auto;
}

#inriver-fields-form-area{
    position: absolute;
}


#details-view-wrap, #specification-template-view-wrap {
    overflow-y: auto;
    position: absolute;
    top: 40px;
    bottom: 0;
    width: 100%;
}

 #entity-detail-settings-save-all-button,
 #entity-detail-settings-undo-all-button {
    display: none;
}

#entity-detail-settings-expand,
#entity-detail-settings-collapse,
#entity-detail-settings-undo-all-button,
#entity-detail-settings-save-all-button,
.details-view-tools-row #open-template-button,
.details-view-tools-row #copy-from-button,
.details-view-tools-row #copy-to-button,
.details-view-tools-row #select-template-button,
.details-view-tools-row #expand,
.details-view-tools-row #collapse
 {
    margin-right: 10px;
    float: right;
}

#entity-detail-settings-fieldset-dropdown-wrap {
    margin-left: 10px;
    float: left;
}

#entity-detail-settings-fieldset-dropdown-wrap form > div {
    display: inline-block;
    margin-left: 10px;
}


.details-view-tools-row #selected-template-name {
    /*padding-top: 7px;*/
}

#details-view-wrap #inriver-fields-form-area {
    position: inherit!important;
    height: 100%;
}

#details-view-wrap #main-client-area {
    height: 100%
}

#details-view-wrap > div:first-of-type {
    height: 100%
}

/*#entity-detail-settings-fieldset-form div {
    display: inline-block;
}

#entity-detail-settings-fieldset-form li {
    display: inline-block;
}

#entity-detail-settings-fieldset-form span {
    margin-right: 10px;
}

#entity-detail-settings-fieldset-form select {
    margin-right: 10px;
    padding: 3px;
    min-width: 150px;
}*/

#inriver-fields-form-area > form select {
    min-width: 150px;
}

.details-view-tools-row {
    padding: 5px 20px 5px 0;
    position: absolute;
    line-height: 29px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #bbb;
}

#category-field-container {
    padding: 2px 0;
    /*margin-top: 5px;*/
    margin-bottom: 5px;
}

/*#add-specification-field, #add-specification-category {
    margin-left: 5px;
}*/

#specification-template-expand, 
#specification-template-collapse,
#specification-template-add-unit,
#specification-template-manage-categories,
#specification-template-show-all-entities,
#add-specification-field,
#add-specification-category {
    float: right;
    margin-right: 10px;
}

.workarea-header-vertical {
    display: inline;
    width: 30px;
    height: 100%;
    float: left;
    border: solid 1px #2d2d2c;
    margin-left: 15px;
    margin-top: 30px;
}

.workarea-header-horisontal {
    display: inline;
    width: 279px;
    height: 24px;
    float: left;
    margin-left: 15px;
    margin-top: 30px;
  /*  position: fixed;*/
}

.workarea-header-label-vertical {
    transform: rotate(90deg);
    transform-origin: 3% 60%;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: 3% 60%
    display: block;
    width: 390px;
    margin-top: 37px;
    cursor: pointer;
}

.workarea-header-label-horisontal {
    display: none;
    margin-top: 4px;
    margin-left: 4px;
    color: #396580;
}
    
#workarea-header-toggle-button {
    margin-top: 35px;
    margin-left: -20px;
    position: fixed;
    cursor: pointer;
}
#workarea-header-container .fa-angle-left {
    margin-left: 0 !important;
}

#workarea-header-toggle-button {
   margin-left: -20px;
}



#workarea-header-space {
    margin-left: -10px;
    position: fixed;
    width: 10px;
    background: #fff;
}
.ui-resizable-e, .ui-resizable-n {
    background-color: yellow; 
}


.ui-resizable-n {
width: 100%;
height: 8px;
padding: 0 1px;
cursor: row-resize;
position: absolute;
top: 0;
left: -5px;
background: #ffffff url(/Images/handle-h.png) 50% 3px no-repeat;
}
.ui-resizable-e {
width: 8px;
height: 100%;
padding: 0;
cursor: col-resize;
position: absolute;
top: 0;
background: #ffffff url(/Images/handle-v.png) 3px 50% no-repeat;
    right: 0;

}
.popup {
    position: fixed;
    display: none;
    background-color: #fff;
    z-index: 3000;
    padding: 0;
    top: 50%;
    left: 50%;
    margin-left: -280px;
    margin-top: -250px;
    width: 560px;
}

.popup-main-header-row-fixed-container {
    /* position: fixed;*/
    width: 1004px;
    /* top: 50px; */
    background-color: #fff;
    position: fixed;
    z-index: 2;
    border-bottom: 1px solid #cccccc;
}

.popup-main-header-row {
    display: block;
    line-height: 56px;
}

.popup-main-header {
    font-size: 35px;
    color: #999999;
    margin: 0 auto;
    letter-spacing: -2px;
    padding-left: 20px;
    width: 40%;
    overflow: hidden;
    white-space: nowrap;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    float: left;
}

.popup-main-description {
    font-size: 20px;
    color: #999999;
    margin: 0 auto;
    letter-spacing: -2px;
    padding-left: 20px;
    width: 40%;
    overflow: hidden;
    white-space: nowrap;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    float: left;
}

.popup-header h2, #settings-header h2 {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 30px;
    float: left;
    width: auto;
}

.popup-header a, .popup-header a:hover, .popup-header a:focus, .popup-header a:active, .popup-header a:visited, #settings-header a, #settings-header a:hover, #settings-header a:focus, #settings-header a:active, #settings-header a:visited {
    float: right;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    line-height: 11px;
    margin-top: 3px;
}

    .popup-header a.close, .popup-header a.finish, #settings-header a {
        padding: 6px 20px 5px 0;
        background: transparent url(../../images/app/icon_popup_close.png) no-repeat center right;
    }

.popup .popup-header, #settings-header {
    padding: 28px 30px 20px 30px;
    background-color: #fff;
    overflow: hidden;
}

#popup-loader img {
    margin: 0 auto;
    padding: 100px 0;
}

#popup-loader {
    background-color: #ededed;
}

.popup-view-loading {
    background: transparent url(../../images/app/loader_black.gif) no-repeat center center;
    display: block;
    height: 100px;
}

.popup .popup-content {
    padding: 20px 30px 30px 30px;
    overflow: hidden;
    background-color: #ededed;
}

.popup .button-group {
    border-top: 1px solid #dddddd;
    padding-top: 30px;
}


/*** > Popup  ***/


/** Completeness Popup*/

div.overdiv {
    -webkit-filter: alpha(opacity=75);
    -moz-filter: alpha(opacity=75);
    -o-filter: alpha(opacity=75);
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    -ms-opacity: .75;
    opacity: .75;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
}

.modal-popup-square {
    padding: 15px;
    position: fixed;
    top: 250px;
    left: 42%;
    margin-top: -100px;
    margin-left: -100px;
    width: 430px;
    background-color: #ffffff;
    border: #f9f9f9;
    z-index: 102;
    overflow-y: auto;
    min-height: 300px;
    -moz-min-width: 350px;
    -ms-min-width: 350px;
    -o-min-width: 350px;
    -webkit-min-width: 350px;
    min-width: 350px;
}

.modal-popup-square h2, .modal-popup-square-large h2 {
        margin-left: 10px;
    }

.modal-popup-square-large {
    padding: 15px;
    position: fixed;
    top: 60px;
    left: 100px;
    right: 100px;
    background-color: #ffffff;
    border: #f9f9f9;
    bottom: 60px;
    z-index: 102;
    min-height: 300px;
    -moz-min-width: 350px;
    -ms-min-width: 350px;
    -o-min-width: 350px;
    -webkit-min-width: 350px;
    min-width: 350px;
}

.modal-popup-square-medium {
    padding: 15px;
    position: fixed;
    top: 100px;
    left: 20%;
    right: 20%;
    background-color: #ffffff;
    border: #f9f9f9;
    bottom: 150px;
    z-index: 102;
    min-height: 300px;
    -moz-min-width: 350px;
    -ms-min-width: 350px;
    -o-min-width: 350px;
    -webkit-min-width: 350px;
    min-width: 350px;
}
.modal-popup-square-medium #content-area, .modal-popup-square-medium #contentarea {
    overflow-y: auto; 
}

.modal-popup-square-minimal {
    padding: 15px;
    position: fixed;
    left: 50%;
    margin-left: -25%;
    /*top: 60px;
    left: 100px;
    right: 100px;
    bottom: 60px;*/
    background-color: #ffffff;
    border: #f9f9f9;
    z-index: 102;
    min-height: 300px;
    min-width: 700px;
}

.modal-popup-square-minimal #details-view-wrap {
    width: 700px;
    top: 70px;
}

    .modal-popup-square-minimal #inriver-fields-form-area > form .field-editor-history-container {
        margin: 10px 0;
    }

    .modal-popup-square-minimal #inriver-fields-form-area > form .field-editor-wrap {
        padding: 0;
        /*margin: 3px 0;*/
    }

.modal-popup-close-button {
    float: right;
}
.modal-fixed-details .flat-ul .list-row {
    height: 30px;
}
.completeness-details-row, .modal-fixed-details .flat-ul .list-row {
    line-height: 25px;
    /*height: 30px;*/
    padding-left: 5px;
    width: 100%;
    display: inline-block;
}

.completeness-details-rule-row{
    line-height: 22px;
    height: 22px;
    padding-left: 20px;
    width: 100%;
    display: inline-block;
}

.completeness-header {
    right: 0;
    top: 0;
    left: 0;
    position: absolute;
    text-align: left;
    padding: 8px;
    color: #2d2d2c;
   /* background-color: #bbbbbb;*/
    font-size: 14px;
    border-bottom: solid 1px #ccc;
}

.completeness-content {
    margin-top: 35px !important;
    overflow: visible;
    text-align: left;
    font-size: 12px;
}
.completeness-rule-content {
    margin-top: -4px !important;
    overflow: visible;
    display: inline-block;
}

#completeness-area {
    -moz-min-width: 150px;
    -ms-min-width: 150px;
    -o-min-width: 150px;
    -webkit-min-width: 150px;
    min-width: 150px;
}

.completeness-details-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.completeness-details-row > span {
    float: left;
}

.completeness-details-row-iscompleted {
    margin-right: 1px;
    color: #429F4D;
    font-size: 16px;
}

.completeness-details-row-isnotcompleted {
    margin-right: 1px;
    color: #FF3636;
    font-size: 16px;
}

/** End Completeness Popup*/


/* Modal positioning */
.bbm-wrapper {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    /*position: absolute;*/
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 100 !important;
    padding: 50px 10px !important;
}

.bbm-modal {
    margin: auto !important;
    width: auto !important;
    max-width: 1024px !important;
    overflow-y: auto !important;
    bottom: 5px !important;
    height: 100% !important;
}

.bbm-views {
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.bbm-wrapper {
    background: rgba(0, 0, 0, 0.55) !important;
}

.bbm-modal__section {
    font-size: 13px !important;
}

.settings-view-top-offset {
    background-color: white;
    top: 70px;
    height: 100%;
    bottom: 10px;
    position: relative;
}

.modal-small {
    width: 600px !important;
}

.modal-fixed-header-row {
    background: #d33138;
    position: relative;
    margin: 10px;
}

/*.modal-fixed-details {
    margin: 20px;
    display: block;
    margin-top: 80px;
}*/

.modal-popup-square #contentarea {
    margin: 20px;
    display: block;
    margin-top: 80px;
}

.modal-small table {
    color: #666666;
    font-weight: bold;
}

    .modal-small table td {
        padding: 10px;
    }


/*  Confict view*/

div#conflict-row-container {
    padding: 20px;
    font-size: 14px;
}

    div#conflict-row-container table {
        width: 100%;
    }

    div#conflict-row-container tr {
        border-bottom: 1px solid #cccccc;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    div#conflict-row-container th, div.conflict-row-container td {
        text-align: left;
    }

i {
    font-weight: normal;
}

.selected {
    color: darkgreen;
}


/*  Confict view*/

.entitytypecard, .emptyWorkArea {
    border: 1px solid #cccccc;
    padding: 5px;
    margin: 3px;
    width: 90px;
    float: left;
    cursor: pointer;
    overflow: hidden;
    height: 42px;
}


.entity-type-select {
    line-height: 20px;
}

    .entity-type-select span {
        font-size: 15px;
        font-weight: bold;
    }

.icon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.entitytypecard .text, .emptyWorkArea .text {
    text-align: center;
}

.popup-header {
    color: #ffffff;
    font-size: 20px;
}

.popup-header-description {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
}

.popup-header-row #close-icon,
.control-row-content #close-icon {
    color: #fff;
}

#close-icon {
    color: #2d2d2c;
}

#close-icon {

    top: 0;
    right: 0;
    position: absolute;
}

.popup-header-row {
    background: #d33138;
    position: absolute;
    padding: 10px;
    left: 15px;
    right: 15px;
    top: 10px;
    height: 40px;
}

.popup-header-text {
    white-space: nowrap;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: absolute;
    right: 25px;
    left: 25px;
    color: #ffffff;
    font-size: 22px;
    line-height: 40px;
}

.modal-popup-square-large .popup-header-text {
    right: 145px;
}

.flat-ul {
    list-style-type: none;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
}

.list-key {
    font-weight: bold;
}

.list-value {
    position: absolute;
    left: 150px;
}

ul.flat-list li:nth-of-type(even) {
    background-color: #dddddd;
}


.modal-popup-has-buttons .popup-header-text {
    right: 140px;
}

#save-form-button {
    border: 1px dotted #ffffff;
}

#cancel-form-button {
    border: 1px dotted #ffffff;
}

#app-tools-container #ChannelNodeMapping {
    line-height: 15px;
    white-space: normal;
}

ul.breadcrumbs {
    display: table;
    background: #f6f6f6;
    padding: 6px 10px 7px;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

    ul.breadcrumbs li {
        margin: 0;
        padding: 0 12px 0 0;
        float: left;
        list-style: none;
    }

        ul.breadcrumbs li a, ul.breadcrumbs li span {
            /*text-transform: uppercase;
            font-size: 11px;*/
            padding-left: 12px;
            color: #000000;
        }

        ul.breadcrumbs li:first-child a, ul.breadcrumbs li:first-child span {
            padding-left: 0;
        }

        ul.breadcrumbs li:before {
            content: "/";
            color: #aaa;
        }

        ul.breadcrumbs li:first-child:before {
            content: " ";
        }

        ul.breadcrumbs li.current a {
            cursor: default;
            color: #333;
        }

        ul.breadcrumbs li:hover a, ul.breadcrumbs li a:focus {
            text-decoration: underline;
        }

        ul.breadcrumbs li.current:hover a, ul.breadcrumbs li.current a:focus {
            text-decoration: none;
        }
#dropzone-container .bbm-modal {
    padding: 20px;
}

#drop-zone #dropzone-buttons {
    display: none;
}

    #drop-zone #dropzone-buttons a {
        cursor: pointer;
    }

    #drop-zone {
        margin-top: 20px;
    }

.dropzone-button {
    cursor: pointer;
/*    height: 114px;*/

    padding: 10px;
    background: #ffffff; /* Old browsers */
 
}

#lightboard .dropzone-button {
    background: none;
    border-radius: 5px;
    
    /*border: 1px solid #ccc;*/
    margin-top: -4px;
        opacity: 0.5;
}

.dz-text {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    clear: both;
    font-size: 22px;
    color: #2d2d2c;
}
/* Quick Search */

.dropdown-menu {
    margin-top: 3px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-top: none;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

#quicksearchquery, #workareasearchquery {
    font-size: 0.9em;
    height: 18px;
    margin: 2px 0 5px 0;
    padding: 3px 25px 2px 5px;
    width: 140px;
}

#workareasearchquery {
    width: 155px;
}

.quickSearchItemContainer {
    width: 250px;
    height: 55px;
}

.quickSearchItemContainerImage {
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 10px;
}

    .quickSearchItemContainerImage img {
        max-height: 50px;
        max-width: 50px;
    }

.quickSearchItemContainerName img {
    margin-right: 3px;
}

.quicksearchbox, .openworkarea {
    float: right;
}

    .quicksearchbox #edit-query {
        font-size: 14px;
    }

#search-container #edit-query {
    margin-right: 0;
}

#quicksearch, #workareasearch {
    height: 20px;
    line-height: 0;
    padding: 1px 6px;
    margin-left: -29px;
    color: #888;
    position: relative;
    top: 3px;
    font-size: 20px;
}

/* Quick Search end */

/* Query Row */
#queryEditor {
    position: relative;
}

    #queryEditor .sub-row {
        margin-left: 15px;
    }

.query-row {
    margin-top: 5px;
    clear: both;
    margin-left: 10px;
}

    .query-row a {
        /*color: #ccc;*/
        color: #2d2d2c;
        text-decoration: underline;
    }

    .query-row .fa-plus {
        font-size: 12px;
    }

    .query-row #value-link, .query-row #value-link-datetime-intervals {
        color: #0077B7;
        font-weight: bold;
    }

    #value-link-datetime-intervals {
        display: inline;
    }

    .query-row .field-plus-row {
        /*color: #C0432F;*/
        color: #0077B7;
    }

    .query-row .relation-plus-row {
        /*color: #429F4D;*/
        color: #0077B7;
    }

    .query-row .completeness-plus-row {
        color: #0077B7;
    }

    .query-row .specification-plus-row {
        color: #0077B7;
    }

    #query-plus-row, .query-row #query-relation-plus-row, #query-specification-plus-row {
        display: inline-block;
    }

    .query-row .hidden {
        display: none !important;
    }

.query-link-container {
    float: left;
    margin-right: 5px;
}

    .query-link-container #value-input, .query-link-container #value-input-datetime-intervals {
        max-width: 130px;
    }

.search-criteria-selection-container {
    margin-right: 5px;
}

    .search-criteria-selection-container #data-criteria-input {
        max-width: 130px;
    }

    .search-criteria-selection-label, .search-criteria-selection-container 
    {
        float: left;
    }
    
    #add-condition {
        width: 100px !important;
        cursor: pointer;
        margin-bottom: 10px;
    }

.xdsoft_datetimepicker {
    z-index: 99999 !important;
}

.query-menu {
    position: fixed;
    list-style: none;
    display: block;
    background: white;
    border: 1px solid #cccccc;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    padding: 3px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100;
    min-width: 140px;
}

    .query-menu li, .query-menu div {
        padding: 3px 10px 3px 3px;
    }

    .query-menu i {
        margin-right: 3px;
    }

    .query-menu div .item {
        padding-left: 20px;
    }

        .query-menu li:hover, .query-menu div.item:hover {
            background: #eee;
            cursor: pointer;
        }

    .query-menu div.category {
        color: #2d2d2c;
    }

        .query-menu div.category:hover {
            background-color: #ffffff;
        }

    .query-menu input#filter {
        width: 90%;
    }


/* Query Row end */
.savedinfo {
    margin-bottom: 7px;
}

.querydialog {
    z-index: 10;
    border: 1px solid #bbbbbb;
    margin-left: 30px;
    width: 420px;
    max-height: 400px;
    overflow-y: auto;
}

.advSearch-buttons {
    padding: 10px;
    margin-top: 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.query-editor-modal {
    margin: 30px;
    margin-top: 0;
}

.querydialog h3 {
    color: white;
    background-color: #d33138;
    padding: 10px;
    padding-left: 10px;
    margin-bottom: 5px;
}

.querydialog-content {
    margin: 10px;
}

.querydialog div {
    margin-bottom: 5px;
}

.title {
    width: 80px;
    display: inline-block;
}

.input {
    width: 300px;
    display: inline-block;
}


#contentwrapper {
    position: absolute;
    bottom: 10px;
    top: 90px;
    left: 0;
    right: 0;
    overflow: auto;
}

.error {
    display: inline-block;
}

div#row-error {
    display: inline;
    position: relative !important;
}

.notificaitonerror {
    float: right;
}

    .notificaitonerror::before {
        content: "";
    }

.quickSearchItemContainer, .quickSearchItemContainer img {
    display: inline-block;
}

    .quickSearchItemContainer span {
        white-space: nowrap;
        width: 170px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
    }

.quickSearchItemContainerDescription {
    white-space: nowrap;
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}


#notificationcondition {
    width: 99px;
}


#start-main-container {
    display: table;
    border-spacing: 20px 10px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    border-left-style: solid;
    border-right-style: solid;
}

.start-section-col {
    display: table-cell;
    vertical-align: top;
    margin: 0 20px;
    width: 33%;
}

.start-section-col-double {
    display: table-cell;
    vertical-align: top;
    margin: 0 20px;
    width: 67%;
}

.start-section-col-for-two {
    display: table-cell;
    vertical-align: top;
    margin: 0 20px;
    width: 50%;
}

.start-section-box {
    margin-bottom: 20px;
}

.white-bottom-border {
    border-bottom: solid 1px #fff;
}

.grey-bottom-border {
    border-bottom: solid 1px #f3f3f3;
}

.white-box-link-area .progress-rect-foreground {
    background: #0071a5;
}

.progress-rect-start-page {
    margin-top: 10px;
}

.tasks-heading-box {
    padding: 6px 15px;
    color: #2d2d2c;
    font-size: 14px;
    font-weight: normal;
    height: 16px;
    cursor: pointer; 
}

.tasks-heading-box h2 {
    float: left;
    font-size: 14px;
}

.tasks-heading-box .showTasks {
    float: left;
}

.tasks-heading-box span {
    margin-left: 5px;
}

.tasks-heading-box2 {
    padding: 8px 15px;
    color: #fff;
    background-color: #0071a5; 
    /*color: #0071a5;
    border-bottom: 1px solid #0071a5;*/
    font-size: 16px;
    font-weight: normal;
    margin: 0 -1px;
    height: 20px;
}

.tasks-heading-box2 h2 {
    float: left;
    font-size: 16px;
}

.tasks-heading-box2 .showTasks {
    float: right;
}

.tasks-list {
    /*border: 1px solid #dddddd;*/
    border-top: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    cursor: pointer; 
}




#tasks ul {
    padding-left: 10px;
}

.box-title {
    border-bottom: solid 2px #d33138;
    box-sizing: border-box;
    padding: 15px 15px;
    width: 100%;
    font-size: 20px;
    color: #2d2d2c;
    margin-bottom: 5px;
}

.box-sub-section {
    margin-bottom: 10px;
}

.box-title-icon {
    margin-right: 11px;
}

.white-box {
    background-color: #fff;
}

.white-box-link-area {
    padding: 10px 15px;
	
}

.white-box-link-area:hover {
    background-color: #f2f2f2;
    background-image: none;
}

.white-box li > a {
    display: block;
    height: auto;
    /*padding: 10px 10px;*/
}

.white-box li {
    font-size: 13px;
}

.white-box li .text1 {
    display: block;
    font-size: 14px;
    color: #2d2d2c;
}
 
.white-box li .text2 {
    display: inline-block;
    color: #aaa;
    margin-top: 5px;
}

.white-box .start-section-box .no-items-text {
    padding: 0 20px;
    font-style: italic;
    color: #aaa;
}

#starred-entities-content {
    display: inline-block;
}

.no-items-text {
    padding: 10px;
    font-style: italic;
}

.white-box li .left-area {
    display: inline-block;
    width: 250px;
}

.white-box li .completeness {
    float: right;
    color: #fff;
}

.cropped-image {
    width: 100%;
    height: 135px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.overlay-text1 {
    font-size: 16px;
    /*font-weight: bolder;*/
    /*line-height: 1.4;*/
    font-weight: bold;
    float: left;
    clear: both;
    background-color: #000000;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    margin-top: 80px;
    padding: 10px 10px;
}

#showMoreLink {
    text-align: center;
    color: #396580;
    padding: 6px;
    font-weight: bold;
    font-size: 90%;
    cursor: pointer;
}

#showMoreLink:hover {
    background-color: #eee;
}

#showAllStars, .showAllTasks {
    text-align: center;
    color: #0077B7;
    padding: 6px;
    font-size: 90%;
    cursor: pointer;
    clear: both;
    margin-right: 20px;
    margin-left: 10px;
}

#showAllStars:hover {
    color: #bbb;
}

.white-box .quicksearchbox, .cards-container, .pictures-container {
padding: 15px; 
    width: 100%;
}

.control-row-view-height {
 min-width: 1130px;
}

.openworkarea {
    min-width: 390px;
}

.white-box .quicksearchbox h3 {
    display: block;
}

/*input[type=text],
input[type=password],
select,
textarea {
    padding: 5px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px #ccc solid;
} */
.loadingspinner {
    height: 70px;
    width: 100%;
    position: relative;
    top: 20px;
    left: 45%;

}

div.noresult {
    padding: 10px;
}

.start-section-box #dropzone-container {
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 0px;
    border: 1px solid #ccc;
    border-radius: 5px; 
}

.white-box .tools {
    padding: 15px; 
}

#work-area-content {
    padding-top: 10px;
}

.notification {
    padding: 5px;
    position: relative; 
}

.notification .text1 {
    float: left; 
    max-width: 220px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 2px; 
}

.notification .text2 {
    float: right;
    margin-right: 10px; 
    padding-top: 2px; 
}
.notification #contextmenu {
    float: right; 
}

.notified .text1, .notified .text2 {
    color: #0077B7; 
}

.group-sub-tasks {
    padding-left: 15px;
}

/*#personalSettings li a, #personalSettings li a:hover, #personalSettings li a:focus, #personalSettings li a:active, #personalSettings li a:visited {
    color: #333;
    text-decoration: none;
}*/

#user-settings div {
    float: left;
}

#user-settings div div {
    margin: 3px;
    float: left;
}

.user-settings-label {
    width: 120px;
    padding: 5px;
    padding-top: 3px;
}

#user-settings div div input {
    width: 150px;
    border: 1px solid #777777;
    padding: 3px;
    font-size: 12px;
    color: #333333;
}

#user-settings div div select {
    width: 158px;
    border: 1px solid #777777;
    padding: 3px;
    font-size: 12px;
    color: #333333;
}

#user-settings div div span {
   
    padding: 3px;
    font-size: 12px;
    color: #333333;
}

.user-settings-row {
    width: 100%;
}

div.error input {
    background: #fff0f0;
    border: #aa0000 1px solid !important;
}


.relation-container, .pictures-container {
    margin-top: 5px;
}

.relation-section-wrap, .pictures-section-wrap, .relation-sub-section-wrap {
    padding-top: 10px;
    clear: both;
    margin-left: 20px;
   /* width: 350px;*/
    position: relative; 
}

.relation-section-title {
    color: #2d2d2c;
    line-height: 30px;
    margin-bottom: 10px;
    letter-spacing: -1px;
    font-size: 14px;
    background-color: #ffffff;
}
.relation-sub-section-title {
    color: #2d2d2c;
    line-height: 30px;
    margin-bottom: 10px;
    /*font-family: 'Quicksand-Regular';*/
    letter-spacing: -1px;
    font-size: 14px;
}

.relation-section-title-text,.relation-sub-section-title-text {
    margin-left: 4px;
    margin-right: 6px;
    float: left; 
}

.relation-completeness-area {
    position: absolute;
    display: inline-block;
    float: right;
    bottom: 10px;
    right: 10px;
    text-align: center;
    width: 40px;
}

.relation-text {
    font-weight: normal;
    font-size: small;
    padding-top: 2px;
    padding-left: 3px;
    margin-bottom: 3px;
    color: black !important;
    width: 300px;
     -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.relation-picture-area {
    display: inline-block;
    float: left;
    width: 100% /* So drag*/
}

.relation-picture-frame {
    /*float: left;*/
    /*  border: 1px solid #eeeeee; */
    background-color: #ffffff;
    padding: 4px;
    width: 40px;
    height: 40px;
}

.relation-picture {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.relation-wrap {
    position: relative;
    width: 400px;
    height: 50px;
    /* background: #eee; */
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    cursor: pointer;
}

.relation-text-area {
    /*display: inline-block;*/
      position: absolute;
    display: inline-block;
    float: left;
    width: 320px;
    overflow: hidden;
    margin-left: 5px;
    bottom: 20px;
    left: 50px;
}

.relation-completeness-area {
    position: absolute;
    display: inline-block;
    float: right;
    bottom: 10px;
    right: 10px;
    text-align: center;
    width: 32px;
}

.relation-text-area > span {
    width: 100%;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#relation-completeness-text {
    padding-top: 3px;
    padding-left: 3px;
    font-size: x-small;
    color: #999;
    cursor: pointer;
}

#relation-completeness-text:hover {
        text-decoration: underline;
    }

.relation-tool-area {
    position: absolute;
    top: 2px;
    right: 10px;
}

.completenesslevel_low, .completenesslevel_medium, .completenesslevel_done {
    border: 1px solid;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
}

.completenesslevel_low {
    border-color: red;
}

.completenesslevel_medium {
    border-color: orange;
}

.completenesslevel_done {
    border-color: yellowgreen;
}

.showLinkTypes {
    display: inline;
}

.relation-inactive img, .relation-inactive .card-text1, .relation-inactive .card-text2, .relation-inactive .card-picture, .relation-inactive .card-text2-large, .relation-inactive .pie { 
    opacity: 0.5;
}

/** These classes are used for event wire up. Do not remove //DBI **/
.relation-remove {
    
}

.relation-activate {
    
}

.relation-inactivate {
}


.relation-section-container-active {
    border: 1px dashed #bbbbbb;
    border-top-style: dashed;
    width: 284px;
    min-height: 68px !important;
    padding-top: 10px;
    left: -20px;
    padding-left: 20px;
}

#nodebox .relation-section-container-active {
    width: inherit;
    display: inline-block; 
}

.relation-sub-section-container-active {
    border: 1px dotted #cccccc;
    border-top-style: dashed;
    width: 284px;
    min-height: 68px; 
    padding-top: 10px; 
}

.relation-wrap #card-tools-container
{
    width: 150px;

}

.relation-dropable-hover {
   /*  border: 2px solid #666666;
    //background-color: #999999;
    //color: #ffffff;
       */

}

.relation-section-wrap .card-wrap {
    float: none; 
}



.droppable-empty {
    padding-top: 0; 
    height: 0px;
    overflow: hidden; 
}


.relation-section-container-active .droppable-empty {
    padding-top: auto; 
    height: auto;
    overflow: visible; 
   
}

.relation-section-wrap #contextmenu, #subcontextmenu {
    float: right;
}
.relation-section-wrap #contextmenu #tools, #subcontextmenu #tools{
    line-height: 20px;
    font-size: 14px;
   
}


.relation-section-title > .showLinkTypes, .relation-sub-section-title > .showLinkTypes {
    float: left;
    margin-right: 5px; 
}
.relation-section-title > #contextmenu,.relation-sub-section-title > #contextmenu {
    float: left;
    display: inline; 
}
.relation-section-title > #contextmenu .card-tools,.relation-sub-section-title > #contextmenu .card-tools {
    float: none;
    color: inherit;
    padding-top: 0; 

}
#relation-section-container, #relation-sub-section-container {
    display: block;
    clear: both; 
}


.relation-section-title #card-tools-container, .relation-sub-section-title #card-tools-container {
    right: auto;
    color: #999999; 
}
.channel-wrap {
    display: inline-block; 
}

.dropplaceholder {
    display: none; 
}

.relation-section-container-active .dropplaceholder, .relation-sub-section-container-active .dropplaceholder {
    display: block; 
}
.dropplaceholder .card-placeholder span {
    margin-top: 32px;
    margin-left: 20px;
    color: #999999;
    position: absolute; 
}

.dropplaceholder .card-placeholder {
    background-color: white; 
}
 
#nodebox .relation-section-container-active {
    min-height: 220px !important;
   
}
#lightboard {
    margin-top: 10px;
    height: 100%;
}

.thumbnails {
    list-style: none;
    clear: both;
    /*    height: 500px;*/
}

    .thumbnails li {
        float: left;
    }

.thumbnails-overview {
    list-style: none;
    clear: both;
    padding-left: 10px;
    margin-bottom: 10px;
}

    /*.thumbnails-overview li {
        float: left;
    }*/

/*.thumbnails .thumbnail img {
    width: 100%;
    height: 100%;
}*/

#show-all {
    margin-top: 20px;
    margin-left: 25px;
}

.bottom-tool-area span {
    float: left;
}

.set-main-picture {
    float: left;
    cursor: pointer;
}

.lightboard-view-details-row-key {
    color: #0071a5;
    font-weight: bold;
    float: left;
    clear: both;
}

.lightboard-card-wrap {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
  
    border: 1px solid #ccc;
    cursor: pointer;
    width: 140px;
    height: 200px;
}

    .lightboard-card-wrap .dz-preview {
        display: none;
    }

    .lightboard-card-wrap:hover {
        -webkit-box-shadow: 0 0 3px #000000;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.275);
        box-shadow: 0 0 3px #000000;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.275);
    }

    .lightboard-card-wrap img {
        position: relative;
        max-height: 90%;
        max-width: 100%;
    }


.lightboard-preview-popup-wrap .lightboard-card-wrap img {
    max-height: 160px;
    max-width: 130px;
    margin: 0;
}

.lightboard-preview-popup-wrap .lightboard-card-wrap {
    height: 160px;
    width: 130px;
}


.lightboard-overview-card-wrap {
    position: relative;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}



    .lightboard-overview-card-wrap img {
        max-width: 80px;
        max-height: 80px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

#lightboard-actions {
    float: right;
    margin-right: 10px;
}

    #lightboard-actions div {
        float: left;
    }

#lightboard-slider {
    width: 100px;
    margin: 23px 0;
    height: 5px;
}

.previewFieldValue {
    float: right;
}

.lightboard-display-name {
    color: #666666;
    font-weight: bold;
    width: 120px;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.download-menu {
    width: 100px;
    z-index: 200;
    padding: 15px;
    border: 1px solid #bbbbbb;
    /*border-radius: 5px;*/
    position: absolute;
    background-color: white;
    list-style-type: none;
    padding: 4px;
    /*padding-left: 15px;*/
    margin: 4px;
    font-size: 12px;
}

    .download-menu a {
        display: block;
        color: #2d2d2c;
    }

.download-menu .ui-menu-item {
    padding: 3px 0px 3px 1px;  
    width: 93%;
}


.lightboard-details-area {
    width: 80%;
    float: left;
}

.lightboard-thumbnails-area {
    float: right;
    width: 215px;
    top: 30px;
    position: absolute;
    right: 20px;
    bottom: 10px;
    overflow-y: auto;
}

.detail-area {
    float: left;
    width: 300px;
    overflow-y: auto;
    bottom: 40px;
    position: absolute;
    top: 45px;
    overflow-x: hidden;
}

.preview-area {
    float: right;
    position: absolute;
    left: 350px;
    right: 200px;
    top: 10px;
    bottom: 10px;
}


    .preview-area img {
        max-width: 100%;
        max-height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
    }

.detail-area .entity-view-details-row-key {
    width: 150px;
    padding-left: 5px;
    display: inline-block;
}

.detail-area .card-wrap {
    height: 20px !important;
    padding-top: 10px !important;
    margin-bottom: 5px !important;
}

    .detail-area .card-wrap .card-text1 {
        left: 10px;
        top: 10px;
    }

.modal-popup-top-close-button {
    float: right;
    position: absolute;
    right: 20px;
}


#entity-bottom-info-container > div {
    height: 100%;
}

.ui-slider-horizontal .ui-slider-handle {
    height: 12px;
    width: 14px;
}

#lightboard {
    color: #2d2d2c;
}

.preview-tools {
    color: #2d2d2c;
    display: inline;
    float: left;
    cursor: pointer;
    padding: 8px;
    font-weight: normal;
    font-size: 15px;
}

.showdata {
    display: inline;
}

#lightboard #contextmenu {
    top: 5px;
    right: 5px;
    position: absolute;
}


.lightboard-wrapper {
    display: inline-block;
    width: 100%; /*135px;*/
    text-align: center;
    line-height: 180px;
    height: 100%; /*180px;*/
    overflow: hidden;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.lightboard-details-area .card-text1, .lightboard-details-area .card-text-area {
    width: 300px;
}

#value {
    margin-top: 5px;
}

.lightboard-entity {
    position: relative;
    float: left;
    width: 270px;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.search-result-full {
    margin-top: 30px;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50px;
    bottom: 20px;
    overflow-y: auto;
    border: 2px solid #dddddd;
}

.search-result-full #main-client-area {
    position: absolute;
    top: 36px;
    bottom: 0;
    width: 98%;
}

#cards-container {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
}

#cards-container #entity-table-container {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
}

#entity-top-info-container #entity-table-container {
    padding: 0 7px;
    margin-top: 15px;
    width: 100%;
}

#entity-table-container .dx-datagrid-headers .dx-header-row.dx-column-lines>td>.dx-datagrid-text-content {
    color: #2d2d2c;
    font-weight: bold;
}

#entity-top-info-container #nodetable #entity-table-container {
    position: absolute;
    top: 28px;
    bottom: 0px;
    width: 100%;
}

.card-section-wrap {
    position: relative;
    top: 16px;
    bottom: 0px;
    width: 100%;
}

.search-result-sidebar {
    margin-top: 20px;
}

#workarea-search-container {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

#main-container-entity #search-result-container {
    margin-top: 0;
}

#search-result-query {
    clear: both;
    margin-left: 20px;
    margin-top: 8px;
    float: left;
    margin-right: 4px;
}
.search-result-container-small #search-result-query {
    margin-top: 23px;
    overflow-x: hidden;
    max-width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.showEntityTypes, .showCategory {
    display: inline;
}

.search-result-container-small {
    display: inline;
    width: 290px;
    float: left;
    /*   border-right: solid 1px #cccccc;*/
    overflow-y: hidden;
    overflow-x: hidden;
    position: absolute;
    bottom: 20px;
    top: 50px;
}
.search-result-container-small .quicksearchbox #edit-query {
    font-size: 14px;
    margin-right: 5px;
    color: #2d2d2c;
    cursor: pointer; 
}


.draggable {
    background-color: #ffffff;
    z-index: 10000;
}

.search-result-container-small #main-client-area {
    overflow-y: auto;
    position: absolute;
    bottom: 1px;
    top: 91px;
    right: 8px;
    left: 0;
}

.workarea-header .row-icon-button {
    margin: 10px;
    float: right;
}


.workarea-header {
    border-bottom: 1px solid #dddddd;
    height: 35px;
    /*margin-bottom: 5px;*/ 

}

#exportToExceldialog {  
    width: 300px;
    background-color: #ffffff;
    z-index: 10;
   margin-top: 0; 
   border: 1px solid #cccccc;
    border-radius: 5px;
    position: absolute;
    z-index: 101;
    padding: 10px
}

.savedworkarea{
    width: 294px;
    display: none; 
    position: absolute;
    z-index: 101;
    background-color: #ffffff;
    margin: 10px;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px; 
}

.savedworkareas {
    list-style: none;
    padding-left: 10px;
    padding-right: 10px; 
}

.savedworkareas li, .savedworkareas ul {
    list-style: none;
    list-style-type: none; 
}

#workarea-container #savedialog{
    width: 300px;
    background-color: #ffffff;
    margin-top: 0; 
    border: 1px solid #cccccc;
    border-radius: 5px;
    position: absolute;
    z-index: 101;
    padding: 10px;
}

.search-result-container-small .workarea-header {
    height: 90px;
    min-width: 270px;
}

.search-result-container-small .workarea-tool-text {
    display: none; 
}

#workarea-right{
    right: 0;
    display: none; 
}
.workarea-container-split
{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
}

.workareatools span {
    cursor: pointer; 
}

.search-result-container-small .workareatools {
    clear: left;
    float: left;
    margin-left: 10px;
}


.workarea-container-active {
    border: 1px dashed #666666;
    border-top-style: dashed;
    background-color: #f9f9f9;
     padding-top: 10px; 
}

.search-result-container-small .quicksearchbox, .openworkarea{
    position: absolute;
    width: 100%;
    top: 8px;
}

.workarea-dropable-hover {

    background-color: #999999; 
}

#loading {
    display: block;
    position: fixed;
    padding-left: 45%;
    padding-top: 400px;
    z-index: 1000;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.search-result-container-small #loading {
    position: absolute;    
}
#search-result-query h4 {
    display: inline
}
#workareaicon {
    font-size: 16px;
    margin-right: 5px;
    margin-top: 2px;
}
.activeworkarea, .singleworkarea {
    color: #2d2d2c; 
}
.passiveworkarea {
    color:#999999; 
}

.activeworkarea #primaryworkareatext {
    display: inline; 
}
.passiveworkarea #primaryworkareatext, .singleworkarea #primaryworkareatext {
    display: none; 
}

.search-result-container-small #primaryworkareatext,.search-result-container-small #secondaryworkareatext {
    display: none; 
}

.multiples {
    border: 2px solid #999999;
    position: absolute;
    z-index: 1000000;
}

.card-wrap-below-card {
    z-index: 90000;
    top: -5px;
    left: 5px;
    background-color: #dddddd;
}

#workarea-multiselect-container {
    border-bottom: 1px solid #dddddd;
    position: absolute;
    z-index: 10;
    width: 100%;
}

#workarea-multiselect-control {
    padding-left: 25px;
}

.workareatools .card-tools {
    padding: 0;
}

.workareatools .card-tools-header .fa-navicon {
    margin-top: 0;
}

.workarea-action-button {
    margin-right: 10px;
    float: right;
    cursor: pointer;
}

.query-action-button {
    margin-right: 10px;
    cursor: pointer;
}

.title-workarea-excelexport {
    width: 180px;
    color: black;
    display: inline-block;
}

.workarea-excelexport-control-container {
    padding: 10px;
    position: relative;
}

.title-workarea-excelexport {
    float: left;
}

#export-contentwrapper{
    position: absolute;
    bottom: 10px;
    top: 70px;
    left: 14px;
    right: 14px;
    overflow: auto;
}

#removeConfiguration {
    padding-left: 10px;
    padding-top: 4px;
}

.workarea-excelexport-control {
    padding: 5px;
    border: 1px #ccc solid;
}

.workarea-excel-export-buttons {
    padding: 10px;
    padding-bottom: 25px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.export-action-button {
    margin-left: 20px;
    float: right;
    cursor: pointer;
}

.configurationdialog {
    z-index: 10;
    border: 1px solid #333333;
    padding: 10px;
    margin-top: 60px;
    width: 400px;
    max-height: 400px;
    overflow-y: auto; 
}

.workarea-excelexport-control-container li.selected {
    color: #333333;   
}

/*.remove-confiugration-container {
    display: none;
}*/

#excel-export #excel-export-save-configuration {
    vertical-align: middle;
}


#excel-loading-spinner-container {
    padding-top: 20px;
    display: none;
}

#type-excel-export-control-container li.selected {
    color: #333333;
}

#remove-configuration {
    color: #777777
}

#import-data {
    border: 1px solid #cccccc;
    padding: 5px;
    margin: 5px;
    float: left;
    cursor: pointer;
    text-align: center;
}

    #import-data div span {
        color: #0071a5;
    }

#import-drop-zone {
    width: 200px;
}

#upload-media-container {
    margin-top: 100px;
}

#dropzone-buttons {
    float: right;
}

#wizard-drop-zone-box {
    height: 80%;
}

#dropzone-buttons {
    margin-right: 10px;
}

#drop-zone-message {
    left: 50%;
    position: absolute;
    top: 40%;
}

#media-dropzone {
    left: 5px;
    right: 35px;
    border: 2px dashed #2d2d2c;
    top: 20px;
    overflow: auto;
    bottom: 10px;
    position: absolute;
}

#dropzone-container {
    /*border: 2px dashed #396580;*/
    max-height: 80%;
}

.dz-image-preview {
    width: 120px;
    padding: 5px;
}

#drop-zone2 {
    /*left: 50%;*/
    top: 145px;
    overflow: auto;
    position: absolute;
    height: 65%;
    width: 100%;
}

#import-dropzone {
    border: 2px dashed #2d2d2c;
    margin-bottom: 10px;
}


#upload-media {
    border: 1px solid #cccccc;
    padding: 5px;
    margin: 5px;
    float: left;
    cursor: pointer;
    text-align: center;
}

    #upload-media div span {
        color: #0071a5;
    }

.wizard-container {
    margin-top: 100px;
    margin-left: 5px;
}

#wizard-drop-zone-box {
    margin-top: 20px;
    border: 2px dashed #0071a5;
}

/**Import configuration START*/

.import-label {
    margin-bottom: 10px;
    width: 150px;
    float: left;
    /*color: #0d4163;*/
}

.import-control {
    float: left;
    color: #333;
    width: 150px;
}

    .import-control input {
        margin: 0;
    }

.clear {
    clear: both;
}

#import-configuration h2 {
    margin: 0;
    margin-bottom: 10px;
}

#import-configuration .fa-wrench {
    margin-right: 5px;
}

#import-configuration .icon-entypo-fix-shuffle {
    margin-right: 5px;
}

.import-mapping-column-left {
    margin-bottom: 10px;
    width: 300px;
    float: left;
}

.import-mapping-column-right {
    margin-bottom: 10px;
    float: left;
}

.import-mapping-language {
}

.import-mapping-fields {
}

.import-settings-row {
    margin-bottom: 15px;
}

#import-configuration h2 { 
    border-bottom: 2px solid #eee;
    padding-bottom: 2px;
}

#import-configuration #showEmptyColumns,
#import-configuration #clearEmptyValue {
    margin-top: 4px;
}

#mapping {
    width: 132px;
}

#selectEntityType {
    width: 132px;
}

#do-cancel-mapping {
    cursor: pointer;
    font-weight: normal;
    font-size: 15px;
}
  #do-cancel-mapping .fa{
        margin-right: 3px;
    }

#do-save-mapping {
    cursor: pointer;
    font-weight: normal;
    font-size: 15px;
    margin-right: 5px;
}
    #do-save-mapping .fa{
        margin-right: 3px;
    }



/**Import configuration END*/

/*Import Validation start */

#confirm-container {
    margin-top: 100px;
    text-align: center;
}

#review-area-container {
    float: left;
    padding: 10px;
    margin-left: 25px;
    margin-right: 25px;
    /*font-size: 14px;*/
    top: -20px;
    position: relative;
    background: #eeeeee;
    max-width: 230px;
}

    #review-area-container ul {
        list-style: none;
    }

    #review-area-container li {
        margin-top: 5px;
    }

.review-area {
    padding: 10px 30px 15px 10px;
    /*background-color: #f4f4f4;
    min-height: 200px;
    min-width: 100px;*/
    margin-left: 13px !important;
}

    .review-area a {
        padding: 5px;
        color: #666666;
    }

        .review-area a:hover {
            /*background-color: #eee;*/
        }

        .review-area a.active {
            color: #000;
            font-weight: bold;
        }

    .review-area i, .validate-fields .main-header .error {
        color: darkred;
    }

    .review-area i, .validate-fields .main-header .success {
        color: darkgreen;
    }

.validate-header {
}

#review-area-container .tasks-heading-box {
    padding: 8px 0 0;
    height: inherit;
    display: inline-block;
}

.main-header-row {
    margin-left: 10px;
    line-height: 26px;
    margin-bottom: 30px;
}

#import-validation #inriver-fields-form-area {
    position: inherit;
}

#import-validation .width-limited-container i {
    color: #d33138;
}

div#import-row-container {
}

    div#import-row-container table {
        width: 100%;
        border: 1px solid #dddddd;
        border-spacing: 0px;
    }

    div#import-row-container tr.border_bottom td, div#import-row-container tr.border_bottom th {
        border-bottom: 1px solid #dddddd;
        padding-top: 4px;
        padding-bottom: 4px;
        clear: both;
        min-height: 20px;
        padding-left: 10px;
    }

    div#import-row-container th, div.import-row-container td {
        text-align: left;
    }

/**Import validation END*/

/*WIZARD START*/

.wizard,
.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}


    .wizard a,
    .tabcontrol a {
        outline: 0;
    }


    .wizard ul,
    .tabcontrol ul {
        list-style: none !important;
        padding: 0;
        margin: 0;
    }


        .wizard ul > li,
        .tabcontrol ul > li {
            display: block;
            padding: 0;
        }


    /* Accessibility */
    .wizard > .steps .current-info,
    .tabcontrol > .steps .current-info {
        position: absolute;
        left: -999em;
    }


    .wizard > .content > .title,
    .tabcontrol > .content > .title {
        position: absolute;
        left: -999em;
    }

    /* 
     Wizard 
 */


    .wizard > .steps {
        position: relative;
        display: block;
        width: 100%;
    }


    .wizard.vertical > .steps {
        display: inline;
        float: left;
        width: 30%;
    }


    .wizard > .steps .number {
        font-size: 1.429em;
    }


    .wizard > .steps > ul > li {
        width: 25%;
    }


    .wizard > .steps > ul > li,
    .wizard > .actions > ul > li {
        float: left;
    }


    .wizard.vertical > .steps > ul > li {
        float: none;
        width: 100%;
    }

    .wizard > .steps a,
    .wizard > .steps a:hover,
    .wizard > .steps a:active {
        display: block;
        width: auto;
        margin: 0 0.5em 0.5em;
        padding: 1em 1em;
        text-decoration: none;
    }

    .wizard > .steps .disabled a,
    .wizard > .steps .disabled a:hover,
    .wizard > .steps .disabled a:active {
        background: #eee;
        color: #2d2d2c;
        cursor: default;
        border: solid 2px #2d2d2c;
    }

    .wizard > .steps .current a,
    .wizard > .steps .current a:hover,
    .wizard > .steps .current a:active {
        background: #2d2d2c;
        color: #fff;
        cursor: default;
        margin-top: 2px;
    }

    .wizard > .steps .done a,
    .wizard > .steps .done a:hover,
    .wizard > .steps .done a:active {
        background: #eee;
        color: #2d2d2c;
        cursor: default;
        border: solid 2px #2d2d2c;
        margin-top: 0;
    }


    .wizard > .steps .error a,
    .wizard > .steps .error a:hover,
    .wizard > .steps .error a:active {
        background: #d33138;
        color: #fff;
    }

    .wizard > .steps .current span {
        padding-bottom: 2px;
         border-bottom: #fff solid 2px;
    }


    .wizard > .content {
        right: 15px;
        left: 20px;
        top: 180px;
        bottom: 80px;
        border: solid 1px #eee;
        display: block;
        margin: 0.5em;
        /*   min-height: 30em;*/
        overflow: auto;
        overflow-x: hidden;
        position: absolute;
        width: auto;
    }

    .wizard.vertical > .content {
        display: inline;
        float: left;
        margin: 0 2.5% 0.5em 2.5%;
        width: 65%;
    }


    .wizard > .content > .body {
        float: left;
        position: absolute;
        width: 95%;
        /*    height: 95%;*/
        padding: 10px;
    }


        .wizard > .content > .body ul {
            list-style: disc !important;
        }


            .wizard > .content > .body ul > li {
                display: list-item;
            }


        .wizard > .content > .body > iframe {
            border: 0 none;
            width: 100%;
            height: 100%;
        }


        .wizard > .content > .body input {
            display: block;
            border: 1px solid #ccc;
        }


            .wizard > .content > .body input[type="checkbox"] {
                display: inline-block;
            }


            .wizard > .content > .body input.error {
                background: rgb(251, 227, 228);
                border: 1px solid #fbc2c4;
                color: #8a1f11;
            }


        .wizard > .content > .body label {
            display: inline-block;
            margin-bottom: 0.5em;
        }

            .wizard > .content > .body label.error {
                color: #8a1f11;
                display: inline-block;
                margin-left: 1.5em;
            }


    .wizard > .actions {
        right: 15px;
        bottom: 30px;
        position: absolute;
        display: block;
        text-align: right;
        width: 100%;
    }


        .wizard > .actions > ul {
            display: inline-block;
            text-align: right;
        }

            .wizard > .actions > ul > li {
                margin: 0 0.5em;
            }

        .wizard > .actions a,
        .wizard > .actions a:hover,
        .wizard > .actions a:active {
            background: #d33138;
            color: #fff;
            display: block;
            padding: 0.5em 1em;
            text-decoration: none;
        }

        .wizard > .actions .disabled a,
        .wizard > .actions .disabled a:hover,
        .wizard > .actions .disabled a:active {
            background: #eee;
            color: #aaa;
            visibility: hidden;
        }

#save-mapping-dialog {
    margin-top: 5px;
    margin-bottom: 5px;
}

#mapping-name {
    margin-left: 10px;
    margin-right: 15px;
}

.wizard > .loading {
}

    .wizard > .loading .spinner {
    }


#copy-from-specification {
    height: 300px;
    overflow: auto;
}

    #copy-from-specification div {
        float: left;
    }

.copy-from-header-row div {
    font-weight: bold;
     color: #2d2d2c;
}

.copy-from-specification-textbox {
    width: 100px;
    border: 1px solid #dddddd;
    padding-right: 20px;
}

.copy-from-even-row {
    background-color: #f3f3f3;
}

.copy-from-content-row {
    border: solid 1px #ffffff;
    margin: 1px;
}

.copy-from-content-row:hover {
    background-color: #2d2d2c;
    color: #ffffff;
}

.copy-from-name-column {
    max-width: 140px;
    width: 140px;
    padding: 3px;
    float: left;
}

    .copy-from-name-column div {
        margin-left: 3px;
        overflow: hidden;
        max-width: 110px;
        -moz-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 18px;
    }

        .copy-from-name-column div img {
            margin-right: 3px;
            width: 14px;
        }

.copy-from-description-column {
    max-width: 140px;
    width: 140px;
    padding: 3px;
    float: left;
    height: 18px;
}

    .copy-from-description-column div {
        margin-left: 3px;
        overflow: hidden;
        max-width: 120px;
        -moz-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .copy-from-selected {
        background-color: #2d2d2c;
        border: 1px dashed #2d2d2c;
        /*font-weight: bold;*/
        color: #ffffff;
    }
.content-name {
}

.content-description {
}

/*.copy-from-checkbox input{
     border: 1px solid #f3f3f3;
}*/
.specification-filter {
    height: 16px;
    line-height: 0;
    padding: 1px 6px;
    margin-left: -22px;
    color: #2d2d2c;
    position: relative;
    font-size: 16px;
}

.nolink {

    cursor: default; 
}

#specification-template-delete-cancel {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#specification-template-delete-confirm {
    margin-top: 10px;
}

.delete-category-form {
    padding: 10px 0;
}

.delete-category-form fieldset {
    padding: 0;
}
[class*="icon-entypo-fix-"]:before {
    font-family: "entypo-fix"; 
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

.icon-entypo-fix-note:before { content: "\e717" }
.icon-entypo-fix-note-beamed:before { content: "\e630" }
.icon-entypo-fix-music:before { content: "\e692" }
.icon-entypo-fix-search:before { content: "\e622" }
.icon-entypo-fix-flashlight:before { content: "\e623" }
.icon-entypo-fix-mail:before { content: "\e604" }
.icon-entypo-fix-heart:before { content: "\e718" }
.icon-entypo-fix-heart-empty:before { content: "\e618" }
.icon-entypo-fix-star:before { content: "\e619" }
.icon-entypo-fix-star-empty:before { content: "\e61a" }
.icon-entypo-fix-user:before { content: "\e60d" }
.icon-entypo-fix-users:before { content: "\e60e" }
.icon-entypo-fix-user-add:before { content: "\e60f" }
.icon-entypo-fix-video:before { content: "\e691" }
.icon-entypo-fix-picture:before { content: "\e690" }
.icon-entypo-fix-camera:before { content: "\e62c" }
.icon-entypo-fix-layout:before { content: "\e68b" }
.icon-entypo-fix-menu:before { content: "\e68c" }
.icon-entypo-fix-check:before { content: "\e66f" }
.icon-entypo-fix-cancel:before { content: "\e670" }
.icon-entypo-fix-cancel-circled:before { content: "\e676" }
.icon-entypo-fix-cancel-squared:before { content: "\e673" }
.icon-entypo-fix-plus:before { content: "\e713" }
.icon-entypo-fix-plus-circled:before { content: "\e675" }
.icon-entypo-fix-plus-squared:before { content: "\e672" }
.icon-entypo-fix-minus:before { content: "\e677" }
.icon-entypo-fix-minus-circled:before { content: "\e674" }
.icon-entypo-fix-minus-squared:before { content: "\e671" }
.icon-entypo-fix-help:before { content: "\e67b" }
.icon-entypo-fix-help-circled:before { content: "\e67c" }
.icon-entypo-fix-info:before { content: "\e679" }
.icon-entypo-fix-info-circled:before { content: "\e67a" }
.icon-entypo-fix-back:before { content: "\e682" }
.icon-entypo-fix-home:before { content: "\e620" }
.icon-entypo-fix-link:before { content: "\e626" }
.icon-entypo-fix-attach:before { content: "\e608" }
.icon-entypo-fix-lock:before { content: "\e66b" }
.icon-entypo-fix-lock-open:before { content: "\e66c" }
.icon-entypo-fix-eye:before { content: "\e638" }
.icon-entypo-fix-tag:before { content: "\e62b" }
.icon-entypo-fix-bookmark:before { content: "\e69c" }
.icon-entypo-fix-bookmarks:before { content: "\e69d" }
.icon-entypo-fix-flag:before { content: "\e627" }
.icon-entypo-fix-thumbs-up:before { content: "\e61b" }
.icon-entypo-fix-thumbs-down:before { content: "\e61c" }
.icon-entypo-fix-download:before { content: "\e697" }
.icon-entypo-fix-upload:before { content: "\e696" }
.icon-entypo-fix-upload-cloud:before { content: "\e69b" }
.icon-entypo-fix-reply:before { content: "\e60a" }
.icon-entypo-fix-reply-all:before { content: "\e60b" }
.icon-entypo-fix-forward:before { content: "\e60c" }
.icon-entypo-fix-quote:before { content: "\e61f" }
.icon-entypo-fix-code:before { content: "\e659" }
.icon-entypo-fix-export:before { content: "\e611" }
.icon-entypo-fix-pencil:before { content: "\e606" }
.icon-entypo-fix-feather:before { content: "\e607" }
.icon-entypo-fix-print:before { content: "\e624" }
.icon-entypo-fix-retweet:before { content: "\e684" }
.icon-entypo-fix-keyboard:before { content: "\e64f" }
.icon-entypo-fix-comment:before { content: "\e61e" }
.icon-entypo-fix-chat:before { content: "\e61d" }
.icon-entypo-fix-bell:before { content: "\e625" }
.icon-entypo-fix-attention:before { content: "\e67d" }
.icon-entypo-fix-alert:before { content: "\e631" }
.icon-entypo-fix-vcard:before { content: "\e610" }
.icon-entypo-fix-address:before { content: "\e723" }
.icon-entypo-fix-location:before { content: "\e612" }
.icon-entypo-fix-map:before { content: "\e613" }
.icon-entypo-fix-direction:before { content: "\e615" }
.icon-entypo-fix-compass:before { content: "\e614" }
.icon-entypo-fix-cup:before { content: "\e649" }
.icon-entypo-fix-trash:before { content: "\e695" }
.icon-entypo-fix-doc:before { content: "\e68f" }
.icon-entypo-fix-docs:before { content: "\e710" }
.icon-entypo-fix-doc-landscape:before { content: "\e711" }
.icon-entypo-fix-doc-text:before { content: "\e68d" }
.icon-entypo-fix-doc-text-inv:before { content: "\e68e" }
.icon-entypo-fix-newspaper:before { content: "\e634" }
.icon-entypo-fix-book-open:before { content: "\e69e" }
.icon-entypo-fix-book:before { content: "\e633" }
.icon-entypo-fix-folder:before { content: "\e693" }
.icon-entypo-fix-archive:before { content: "\e694" }
.icon-entypo-fix-box:before { content: "\e660" }
.icon-entypo-fix-rss:before { content: "\e662" }
.icon-entypo-fix-phone:before { content: "\e600" }
.icon-entypo-fix-cog:before { content: "\e628" }
.icon-entypo-fix-tools:before { content: "\e629" }
.icon-entypo-fix-share:before { content: "\e617" }
.icon-entypo-fix-shareable:before { content: "\e715" }
.icon-entypo-fix-basket:before { content: "\e71b" }
.icon-entypo-fix-bag:before { content: "\e635" }
.icon-entypo-fix-calendar:before { content: "\e63b" }
.icon-entypo-fix-login:before { content: "\e66e" }
.icon-entypo-fix-logout:before { content: "\e66d" }
.icon-entypo-fix-mic:before { content: "\e63a" }
.icon-entypo-fix-mute:before { content: "\e6a9" }
.icon-entypo-fix-sound:before { content: "\e6a8" }
.icon-entypo-fix-volume:before { content: "\e70e" }
.icon-entypo-fix-clock:before { content: "\e639" }
.icon-entypo-fix-hourglass:before { content: "\e642" }
.icon-entypo-fix-lamp:before { content: "\e65c" }
.icon-entypo-fix-light-down:before { content: "\e656" }
.icon-entypo-fix-light-up:before { content: "\e657" }
.icon-entypo-fix-adjust:before { content: "\e658" }
.icon-entypo-fix-block:before { content: "\e678" }
.icon-entypo-fix-resize-full:before { content: "\e6a7" }
.icon-entypo-fix-resize-small:before { content: "\e70f" }
.icon-entypo-fix-popup:before { content: "\e621" }
.icon-entypo-fix-publish:before { content: "\e651" }
.icon-entypo-fix-window:before { content: "\e650" }
.icon-entypo-fix-arrow-left:before { content: "\e6b3" }
.icon-entypo-fix-arrow-right:before { content: "\e6b6" }
.icon-entypo-fix-arrow-combo:before { content: "\e6cd" }
.icon-entypo-fix-down-circled:before { content: "\e70c" }
.icon-entypo-fix-left-circled:before { content: "\e6b7" }
.icon-entypo-fix-right-circled:before { content: "\e6ba" }
.icon-entypo-fix-up-circled:before { content: "\e70d" }
.icon-entypo-fix-down-open:before { content: "\e75c" }
.icon-entypo-fix-left-open:before { content: "\e6bf" }
.icon-entypo-fix-right-open:before { content: "\e6c0" }
.icon-entypo-fix-up-open:before { content: "\e75f" }
.icon-entypo-fix-down-open-mini:before { content: "\e6c2" }
.icon-entypo-fix-left-open-mini:before { content: "\e6c1" }
.icon-entypo-fix-right-open-mini:before { content: "\e6c4" }
.icon-entypo-fix-up-open-mini:before { content: "\e6c3" }
.icon-entypo-fix-down-open-big:before { content: "\e6c6" }
.icon-entypo-fix-left-open-big:before { content: "\e6c5" }
.icon-entypo-fix-right-open-big:before { content: "\e6c8" }
.icon-entypo-fix-up-open-big:before { content: "\e6c7" }
.icon-entypo-fix-down:before { content: "\e6b4" }
.icon-entypo-fix-left:before { content: "\e6b3" }
.icon-entypo-fix-right:before { content: "\e6b6" }
.icon-entypo-fix-up:before { content: "\e6b5" }
.icon-entypo-fix-down-dir:before { content: "\e6bc" }
.icon-entypo-fix-left-dir:before { content: "\e6bb" }
.icon-entypo-fix-right-dir:before { content: "\e6be" }
.icon-entypo-fix-up-dir:before { content: "\e6bd" }
.icon-entypo-fix-down-bold:before { content: "\e6b0" }
.icon-entypo-fix-left-bold:before { content: "\e6af" }
.icon-entypo-fix-right-bold:before { content: "\e6b2" }
.icon-entypo-fix-up-bold:before { content: "\e6b1" }
.icon-entypo-fix-down-thin:before { content: "\e6ca" }
.icon-entypo-fix-left-thin:before { content: "\e6c9" }
.icon-entypo-fix-right-thin:before { content: "\e6cc" }
.icon-entypo-fix-up-thin:before { content: "\e6cb" }
.icon-entypo-fix-ccw:before { content: "\e680" }
.icon-entypo-fix-cw:before { content: "\e67f" }
.icon-entypo-fix-arrows-ccw:before { content: "\e67e" }
.icon-entypo-fix-level-down:before { content: "\e683" }
.icon-entypo-fix-level-up:before { content: "\e687" }
.icon-entypo-fix-shuffle:before { content: "\e681" }
.icon-entypo-fix-loop:before { content: "\e685" }
.icon-entypo-fix-switch:before { content: "\e688" }
.icon-entypo-fix-play:before { content: "\e69f" }
.icon-entypo-fix-stop:before { content: "\e6a2" }
.icon-entypo-fix-pause:before { content: "\e6a0" }
.icon-entypo-fix-record:before { content: "\e6a1" }
.icon-entypo-fix-to-end:before { content: "\e6a6" }
.icon-entypo-fix-to-start:before { content: "\e6a5" }
.icon-entypo-fix-fast-forward:before { content: "\e6a3" }
.icon-entypo-fix-fast-backward:before { content: "\e6a4" }
.icon-entypo-fix-progress-0:before { content: "\e655" }
.icon-entypo-fix-progress-1:before { content: "\e654" }
.icon-entypo-fix-progress-2:before { content: "\e653" }
.icon-entypo-fix-progress-3:before { content: "\e652" }
.icon-entypo-fix-target:before { content: "\e616" }
.icon-entypo-fix-palette:before { content: "\e62f" }
.icon-entypo-fix-list:before { content: "\e689" }
.icon-entypo-fix-list-add:before { content: "\e68a" }
.icon-entypo-fix-signal:before { content: "\e663" }
.icon-entypo-fix-trophy:before { content: "\e62a" }
.icon-entypo-fix-battery:before { content: "\e647" }
.icon-entypo-fix-back-in-time:before { content: "\e686" }
.icon-entypo-fix-monitor:before { content: "\e65a" }
.icon-entypo-fix-mobile:before { content: "\e601" }
.icon-entypo-fix-network:before { content: "\e645" }
.icon-entypo-fix-cd:before { content: "\e63f" }
.icon-entypo-fix-inbox:before { content: "\e609" }
.icon-entypo-fix-install:before { content: "\e699" }
.icon-entypo-fix-globe:before { content: "\e64e" }
.icon-entypo-fix-cloud:before { content: "\e69a" }
.icon-entypo-fix-cloud-thunder:before { content: "\e63d" }
.icon-entypo-fix-flash:before { content: "\e63c" }
.icon-entypo-fix-moon:before { content: "\e62e" }
.icon-entypo-fix-flight:before { content: "\e636" }
.icon-entypo-fix-paper-plane:before { content: "\e605" }
.icon-entypo-fix-leaf:before { content: "\e719" }
.icon-entypo-fix-lifebuoy:before { content: "\e637" }
.icon-entypo-fix-mouse:before { content: "\e602" }
.icon-entypo-fix-briefcase:before { content: "\e640" }
.icon-entypo-fix-suitcase:before { content: "\e64c" }
.icon-entypo-fix-dot:before { content: "\e6d0" }
.icon-entypo-fix-dot-2:before { content: "\e6cf" }
.icon-entypo-fix-dot-3:before { content: "\e6ce" }
.icon-entypo-fix-brush:before { content: "\e64b" }
.icon-entypo-fix-magnet:before { content: "\e71a" }
.icon-entypo-fix-infinity:before { content: "\e65b" }
.icon-entypo-fix-erase:before { content: "\e712" }
.icon-entypo-fix-chart-pie:before { content: "\e668" }
.icon-entypo-fix-chart-line:before { content: "\e667" }
.icon-entypo-fix-chart-bar:before { content: "\e669" }
.icon-entypo-fix-chart-area:before { content: "\e66a" }
.icon-entypo-fix-tape:before { content: "\e65f" }
.icon-entypo-fix-graduation-cap:before { content: "\e632" }
.icon-entypo-fix-language:before { content: "\e644" }
.icon-entypo-fix-ticket:before { content: "\e661" }
.icon-entypo-fix-water:before { content: "\e665" }
.icon-entypo-fix-droplet:before { content: "\e63e" }
.icon-entypo-fix-air:before { content: "\e641" }
.icon-entypo-fix-credit-card:before { content: "\e65d" }
.icon-entypo-fix-floppy:before { content: "\e698" }
.icon-entypo-fix-clipboard:before { content: "\e714" }
.icon-entypo-fix-megaphone:before { content: "\e62d" }
.icon-entypo-fix-database:before { content: "\e65e" }
.icon-entypo-fix-drive:before { content: "\e648" }
.icon-entypo-fix-bucket:before { content: "\e716" }
.icon-entypo-fix-thermometer:before { content: "\e664" }
.icon-entypo-fix-key:before { content: "\e646" }
.icon-entypo-fix-flow-cascade:before { content: "\e6aa" }
.icon-entypo-fix-flow-branch:before { content: "\e6ab" }
.icon-entypo-fix-flow-tree:before { content: "\e6ac" }
.icon-entypo-fix-flow-line:before { content: "\e6ad" }
.icon-entypo-fix-flow-parallel:before { content: "\e6ae" }
.icon-entypo-fix-rocket:before { content: "\e64a" }
.icon-entypo-fix-gauge:before { content: "\e643" }
.icon-entypo-fix-traffic-cone:before { content: "\e64d" }
.icon-entypo-fix-cc:before { content: "\e6d1" }
.icon-entypo-fix-cc-by:before { content: "\e6d2" }
.icon-entypo-fix-cc-nc:before { content: "\e6d3" }
.icon-entypo-fix-cc-nc-eu:before { content: "\e6d4" }
.icon-entypo-fix-cc-nc-jp:before { content: "\e6d5" }
.icon-entypo-fix-cc-sa:before { content: "\e6d6" }
.icon-entypo-fix-cc-nd:before { content: "\e6d7" }
.icon-entypo-fix-cc-pd:before { content: "\e70b" }
.icon-entypo-fix-cc-zero:before { content: "\e70a" }
.icon-entypo-fix-cc-share:before { content: "\e6d8" }
.icon-entypo-fix-cc-remix:before { content: "\e6d9" }
.icon-entypo-fix-github:before { content: "\e6dc" }
.icon-entypo-fix-github-circled:before { content: "\e6dd" }
.icon-entypo-fix-flickr:before { content: "\e6de" }
.icon-entypo-fix-flickr-circled:before { content: "\e6df" }
.icon-entypo-fix-vimeo:before { content: "\e6e0" }
.icon-entypo-fix-vimeo-circled:before { content: "\e6e1" }
.icon-entypo-fix-twitter:before { content: "\e6e2" }
.icon-entypo-fix-twitter-circled:before { content: "\e6e3" }
.icon-entypo-fix-facebook:before { content: "\e6e4" }
.icon-entypo-fix-facebook-circled:before { content: "\e6e5" }
.icon-entypo-fix-facebook-squared:before { content: "\e6e6" }
.icon-entypo-fix-gplus:before { content: "\e6e7" }
.icon-entypo-fix-gplus-circled:before { content: "\e6e8" }
.icon-entypo-fix-pinterest:before { content: "\e6e9" }
.icon-entypo-fix-pinterest-circled:before { content: "\e6ea" }
.icon-entypo-fix-tumblr:before { content: "\e6eb" }
.icon-entypo-fix-tumblr-circled:before { content: "\e6ec" }
.icon-entypo-fix-linkedin:before { content: "\e6ed" }
.icon-entypo-fix-linkedin-circled:before { content: "\e6ee" }
.icon-entypo-fix-dribbble:before { content: "\e6ef" }
.icon-entypo-fix-dribbble-circled:before { content: "\e709" }
.icon-entypo-fix-stumbleupon:before { content: "\e708" }
.icon-entypo-fix-stumbleupon-circled:before { content: "\f31f" }
.icon-entypo-fix-lastfm:before { content: "\e6f1" }
.icon-entypo-fix-lastfm-circled:before { content: "\e6f2" }
.icon-entypo-fix-rdio:before { content: "\e6f3" }
.icon-entypo-fix-rdio-circled:before { content: "\e6f4" }
.icon-entypo-fix-spotify:before { content: "\e6f5" }
.icon-entypo-fix-spotify-circled:before { content: "\e6f6" }
.icon-entypo-fix-qq:before { content: "\e6f7" }
.icon-entypo-fix-instagram:before { content: "\e6f8" }
.icon-entypo-fix-dropbox:before { content: "\e6f9" }
.icon-entypo-fix-evernote:before { content: "\e6fa" }
.icon-entypo-fix-flattr:before { content: "\e6fb" }
.icon-entypo-fix-skype:before { content: "\e6fc" }
.icon-entypo-fix-skype-circled:before { content: "\e6fd" }
.icon-entypo-fix-renren:before { content: "\e6fe" }
.icon-entypo-fix-sina-weibo:before { content: "\e6ff" }
.icon-entypo-fix-paypal:before { content: "\e700" }
.icon-entypo-fix-picasa:before { content: "\e701" }
.icon-entypo-fix-soundcloud:before { content: "\e702" }
.icon-entypo-fix-mixi:before { content: "\e703" }
.icon-entypo-fix-behance:before { content: "\e704" }
.icon-entypo-fix-google-circles:before { content: "\e705" }
.icon-entypo-fix-vkontakte:before { content: "\e706" }
.icon-entypo-fix-smashing:before { content: "\e707" }
.icon-entypo-fix-sweden:before { content: "\f601" }
.icon-entypo-fix-db-shape:before { content: "\e6db" }
.icon-entypo-fix-logo-db:before { content: "\e6da" }


@font-face {
    font-family: 'entypo-fix';
    src: url('../../Fonts/entypo-fix.eot');
    src: 
         url('../../Fonts/entypo-fix.woff') format('woff'),
         url('../../Fonts/entypo-fix.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
	padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
	float: none;
	margin-left: 0;
	margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:auto }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */

.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ms-choice {
    display: block;
    width: 100%;
    height: 26px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #ccc;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #333;
    text-decoration: none;
    background-color: #fff;
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.ms-choice > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
}

.ms-choice > span.placeholder {
    color: #999;
}

.ms-choice > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 25px;
    background: url('/Images/multiple-select.png') left top no-repeat;
}

.ms-choice > div.open {
    background: url('/Images/multiple-select.png') right top no-repeat;
}

.ms-drop {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    /*color: #000;*/
    border: 1px solid #aaa;
}

.ms-drop.bottom {
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.ms-drop.top {
    bottom: 100%;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff url('/Images/multiple-select.png') no-repeat 100% -22px;
    background: url('/Images/multiple-select.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('/Images/multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('/Images/multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('/Images/multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('/Images/multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('/Images/multiple-select.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.ms-search, .ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}

.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
}

.ms-drop ul > li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
    display: block;
    float: left;
}

.ms-drop ul > li.group {
    clear: both;
}

.ms-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop ul > li label {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    margin-left: 5px;
}

.ms-drop ul > li label.optgroup {
    font-weight: bold;
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
}

.ms-drop .ms-no-results {
    display: none;
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../fonts/fontawesome-webfont.eot?v=4.2.0');src:url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.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}@-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{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{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{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.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{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: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-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.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"}
/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ @font-face {font-family:"pie";src:url("../../Fonts/pie4map.eot?") format("eot"),url("../../Fonts/pie4map.woff") format("woff"),url("../../Fonts/pie4map.ttf") format("truetype"),url("../../Fonts/pie4map.svg#") format("svg");font-weight:normal;font-style:normal;}

.alertify,
.alertify-show,
.alertify-log {
    -webkit-transition: all 700ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: all 700ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -ms-transition: all 700ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all 700ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 700ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}

.alertify-hide {
    -webkit-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
    -moz-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
    -ms-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
    -o-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
    transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}

.alertify-log-hide {
    -webkit-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
    -moz-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
    -ms-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
    -o-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
    transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}

.alertify-cover {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    -webkit-filter: alpha(opacity=0);
    -moz-filter: alpha(opacity=0);
    -o-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -ms-opacity: 0;
    opacity: 0;
}

.alertify-cover-hidden {
    display: none;
}

.alertify {
    position: fixed;
    z-index: 99999;
    top: 150px;
    left: 50%;
    margin-left: -275px;
    -ms-opacity: 1;
    opacity: 1;
    width: 500px;
}

.alertify-hidden {
    -webkit-transform: translate(0,-150px);
    -moz-transform: translate(0,-150px);
    -ms-transform: translate(0,-150px);
    -o-transform: translate(0,-150px);
    transform: translate(0,-150px);
    -ms-opacity: 0;
    opacity: 0;
    display: none;
}

/* overwrite display: none; for everything except IE6-8 */
:root * > .alertify-hidden {
    display: block;
    visibility: hidden;
}

.alertify-logs {
    position: fixed;
    z-index: 99999;
    bottom: 10px;
    right: 10px;
    width: 300px;
}

.alertify-logs-hidden {
    display: none;
}

.alertify-log {
    display: block;
    margin-top: 10px;
    position: relative;
    right: -300px;
    -ms-opacity: 0;
    opacity: 0;
}

.alertify-log-show {
    right: 0;
    -ms-opacity: 1;
    opacity: 1;
}

.alertify-log-hide {
    -webkit-transform: translate(300px, 0);
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -o-transform: translate(300px, 0);
    transform: translate(300px, 0);
    -ms-opacity: 0;
    opacity: 0;
}

.alertify-dialog {
    padding: 20px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.alertify-resetFocus {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.alertify-inner {
    text-align: right;
}

.alertify-text {
    margin-bottom: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}


@media only screen and (max-width: 680px) {
    .alertify,
    .alertify-logs {
        width: 90%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .alertify {
        left: 5%;
        margin: 0;
    }
}

/**
 * Default Look and Feel
 */
.alertify,
.alertify-log {
    font-family: sans-serif;
}

.alertify {
    background: #FFF;
  
    -webkit-background-clip: padding; /* Safari 4? Chrome 6? */
    -moz-background-clip: padding; /* Firefox 3.6 */
    -ms-background-clip: padding-box;
    background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
    z-index: 100000;
}

.alertify-text {
    border: 1px solid #CCC;
    padding: 10px;
    margin-right:10px;
    margin-top: 20px;
    width: 465px;
}

.alertify-button {
    margin: 0 10px;
}

    .alertify-button:hover,
    .alertify-button:focus {
        outline: none;
        /*background-image: -webkit-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:         linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));*/
    }

    .alertify-button:focus {
        /*box-shadow: 0 0 15px #2B72D5;*/
    }

    .alertify-button:active {
        position: relative;
        /*box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);*/
    }

.alertify-button-cancel,
.alertify-button-cancel:hover,
.alertify-button-cancel:focus {
    /*background-color: #FE1A00;*/
}

/*.alertify-button-ok,
.alertify-button-ok:hover,
.alertify-button-ok:focus {
    background-color: #C0432F;
}*/

.alertify-log {
    background: #1F1F1F;
    background: rgba(0,0,0,.9);
    padding: 15px;
    color: #FFF;
    /*text-shadow: -1px -1px 0 rgba(0,0,0,.5);*/
    z-index: 100000;
}

.alertify-log-error {
    background: #d33138;
    background: rgba(254,26,0,.9);
}

.alertify-log-success {
    background-color: #2d2d2c;
    color: #ffffff;
    /*border: solid 2px #2d2d2c;*/
    /*background: #5CB811;*/
    /*background: rgba(92,184,17,.9);*/
    -ms-opacity: 0.8;
    opacity: 0.8;
    z-index: 100000;
}

.alertify-alert {
      border: 1px solid #d33138;
}

.alertify-alert-header {
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    width: 100%;
    background-color: #d33138;
    height: 40px;
    top: 0;
    position: absolute;
    left: 0;
}

.alertify-alert-header div {
    margin: 20px;
    margin-top: 10px;
}

.alertify-alert-message{
    margin-top: 30px;
    text-align: left;
}

.alertify-alert-message nav{
    text-align: right;
}

.alertify-confirm {
      border: 1px solid #d33138;
}

.alertify-confirm-header {
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    width: 100%;
    background-color: #d33138;
    height: 40px;
    top: 0;
    position: absolute;
    left: 0;
}

.alertify-confirm div article nav button {
    background-color: #d33138;
}

.alertify-alert div article nav button {
    background-color: #d33138;
}

.alertify-confirm-header div {
    margin: 20px;
    margin-top: 10px;
    white-space: nowrap;
    overflow-x: hidden;
}

.alertify-confirm-message{
    margin-top: 30px;
    text-align: left;
}

.alertify-prompt {
      border: 1px solid #d33138;
}

.alertify-prompt-header {
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    width: 100%;
    background-color: #d33138;
    height: 40px;
    top: 0;
    position: absolute;
    left: 0;
}

.alertify-prompt-header div {
    margin: 20px;
    margin-top: 10px;
}

/* Date */
.bbf-date .bbf-date {
  width: 4em
}

.bbf-date .bbf-month {
  width: 9em;
}

.bbf-date .bbf-year {
  width: 5em;
}


/* DateTime */
.bbf-datetime select {
  width: 4em;
}


/* List */
.bbf-list .bbf-add {
  margin-top: -10px
}

.bbf-list li {
  margin-bottom: 5px
}

.bbf-list .bbf-del {
  margin-left: 4px
}


/* List.Modal */
.bbf-list-modal {
  cursor: pointer;
  border: 1px solid #ccc;
  width: 208px;
  border-radius: 3px;
  padding: 4px;
  color: #555;
}

/* Modal positioning */
.bbm-wrapper {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding: 50px 10px;
    /* .bbm-wrapper * {
    box-sizing: border-box; }
     */
}

.bbm-modal {
  margin: auto;
  width: auto;
  max-width: 730px; }

.bbm-views {
  width: 100%;
  box-sizing: border-box; }

.bbm-wrapper {
  background: rgba(0, 0, 0, 0.75);
  -webkit-transition: background-color 0.3s; }

.bbm-modal {
  background: white;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.9); }

/* BLOCKS */
.bbm-modal__topbar,
.bbm-modal__bottombar {
  padding: 0 30px; }

.bbm-modal__topbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }
  .bbm-modal__topbar > ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0; }

.bbm-modal__tab {
  display: inline-block;
  padding: 15px 10px; }
  .bbm-modal__tab a {
    font-size: 16px;
    font-weight: bold;
    color: #999999; }
    .bbm-modal__tab a:hover, .bbm-modal__tab a.active {
      color: #222222; }

.bbm-modal__title {
  padding: 20px 0 19px;
  margin: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 1em;
  color: #312d3a; }

.bbm-modal__section {
  padding: 0 30px;
  margin-top: 0px;
  font-size: 16px;
  line-height: 26px;
  color: #575656; }
  .bbm-modal__section p {
    font-size: 16px;
    line-height: 26px;
    color: #575656; }
    .bbm-modal__section p:last-child {
      padding: 0;
      margin-bottom: 0; }
  .bbm-modal__section a {
    color: #ff643c; }
  .bbm-modal__section h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1em; }

.bbm-modal__bottombar {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px;
  text-align: right;
  margin-top: 30px; }

/* MODULES */
.bbm-group {
  content: "";
  display: table;
  clear: both; }

.bbm-button {
  display: inline-block;
  color: rgba(49, 45, 58, 0.8);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  line-height: 1em;
  padding: 10px 14px;
  background: #fcfcfc;
  background-image: -o-linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.15) 100%);
  background-image: -moz-linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.15) 100%);
  background-image: -webkit-linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.15) 100%);
  background-image: -ms-linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.15) 100%);
  background-image: linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.15) 100%);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2); }
  .bbm-button.inactive {
    opacity: 0.5;
    pointer-events: none; }
  .bbm-button:active {
    background-image: -o-linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.25) 100%);
    background-image: -moz-linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.25) 100%);
    background-image: -webkit-linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.25) 100%);
    background-image: -ms-linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.25) 100%);
    background-image: linear-gradient(rgba(70, 30, 170, 0) 0%, rgba(65, 61, 75, 0.25) 100%);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2); }

/* ANIMATIONS */
/* Open modal */
@-webkit-keyframes bbm-open {
  0% {
    -webkit-transform: matrix(0.99126, 0, 0, 0.99126, 0, 43.8813);
    opacity: 0.1259; }

  4% {
    -webkit-transform: matrix(0.99295, 0, 0, 0.99295, 0, 45.06809);
    opacity: 0.29544; }

  8% {
    -webkit-transform: matrix(0.99467, 0, 0, 0.99467, 0, 46.26922);
    opacity: 0.46703; }

  12% {
    -webkit-transform: matrix(0.99619, 0, 0, 0.99619, 0, 47.33355);
    opacity: 0.61908; }

  16% {
    -webkit-transform: matrix(0.99743, 0, 0, 0.99743, 0, 48.19991);
    opacity: 0.74284; }

  20% {
    -webkit-transform: matrix(0.99837, 0, 0, 0.99837, 0, 48.86067);
    opacity: 0.83724; }

  24% {
    -webkit-transform: matrix(0.99905, 0, 0, 0.99905, 0, 49.33658);
    opacity: 0.90523; }

  28% {
    -webkit-transform: matrix(0.99952, 0, 0, 0.99952, 0, 49.66049);
    opacity: 0.9515; }

  32% {
    -webkit-transform: matrix(0.99981, 0, 0, 0.99981, 0, 49.8675);
    opacity: 0.98107; }

  36% {
    -webkit-transform: matrix(0.99999, 0, 0, 0.99999, 0, 49.98966);
    opacity: 0.99852; }

  40% {
    -webkit-transform: matrix(1.00008, 0, 0, 1.00008, 0, 50.05361);
    opacity: 1.00766; }

  44% {
    -webkit-transform: matrix(1.00011, 0, 0, 1.00011, 0, 50.08);
    opacity: 1.01143; }

  48% {
    -webkit-transform: matrix(1.00012, 0, 0, 1.00012, 0, 50.08394);
    opacity: 1.01199; }

  52% {
    -webkit-transform: matrix(1.00011, 0, 0, 1.00011, 0, 50.07589);
    opacity: 1.01084; }

  56% {
    -webkit-transform: matrix(1.00009, 0, 0, 1.00009, 0, 50.06265);
    opacity: 1.00895; }

  60% {
    -webkit-transform: matrix(1.00007, 0, 0, 1.00007, 0, 50.04833);
    opacity: 1.0069; }

  64% {
    -webkit-transform: matrix(1.00005, 0, 0, 1.00005, 0, 50.03518);
    opacity: 1.00503; }

  68% {
    -webkit-transform: matrix(1.00004, 0, 0, 1.00004, 0, 50.02421);
    opacity: 1.00346; }

  72% {
    -webkit-transform: matrix(1.00002, 0, 0, 1.00002, 0, 50.01567);
    opacity: 1.00224; }

  76% {
    -webkit-transform: matrix(1.00001, 0, 0, 1.00001, 0, 50.00941);
    opacity: 1.00134; }

  80% {
    -webkit-transform: matrix(1.00001, 0, 0, 1.00001, 0, 50.00506);
    opacity: 1.00072; }

  84% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 50.00223);
    opacity: 1.00032; }

  88% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 50.0005);
    opacity: 1.00007; }

  92% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 49.99956);
    opacity: 0.99994; }

  96% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 49.99913);
    opacity: 0.99988; }

  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
    opacity: 1; } }

.bbm-modal--open {
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: bbm-open;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  -webkit-transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden; }

/* Open a stacked modal */
@-webkit-keyframes bbm-stacked {
  0% {
    -webkit-transform: matrix(0.99874, 0, 0, 0.99874, 0, 49.1187);
    opacity: 0.93705; }

  4% {
    -webkit-transform: matrix(0.99705, 0, 0, 0.99705, 0, 47.93192);
    opacity: 0.85228; }

  8% {
    -webkit-transform: matrix(0.99533, 0, 0, 0.99533, 0, 46.73078);
    opacity: 0.76648; }

  12% {
    -webkit-transform: matrix(0.99381, 0, 0, 0.99381, 0, 45.66645);
    opacity: 0.69046; }

  16% {
    -webkit-transform: matrix(0.99257, 0, 0, 0.99257, 0, 44.80009);
    opacity: 0.62858; }

  20% {
    -webkit-transform: matrix(0.99163, 0, 0, 0.99163, 0, 44.13933);
    opacity: 0.58138; }

  24% {
    -webkit-transform: matrix(0.99095, 0, 0, 0.99095, 0, 43.66342);
    opacity: 0.54739; }

  28% {
    -webkit-transform: matrix(0.99049, 0, 0, 0.99049, 0, 43.33951);
    opacity: 0.52425; }

  32% {
    -webkit-transform: matrix(0.99019, 0, 0, 0.99019, 0, 43.1325);
    opacity: 0.50946; }

  36% {
    -webkit-transform: matrix(0.99002, 0, 0, 0.99002, 0, 43.01034);
    opacity: 0.50074; }

  40% {
    -webkit-transform: matrix(0.98992, 0, 0, 0.98992, 0, 42.94639);
    opacity: 0.49617; }

  44% {
    -webkit-transform: matrix(0.98989, 0, 0, 0.98989, 0, 42.92001);
    opacity: 0.49429; }

  48% {
    -webkit-transform: matrix(0.98988, 0, 0, 0.98988, 0, 42.91606);
    opacity: 0.494; }

  52% {
    -webkit-transform: matrix(0.98989, 0, 0, 0.98989, 0, 42.92411);
    opacity: 0.49458; }

  56% {
    -webkit-transform: matrix(0.98991, 0, 0, 0.98991, 0, 42.93736);
    opacity: 0.49553; }

  60% {
    -webkit-transform: matrix(0.98993, 0, 0, 0.98993, 0, 42.95167);
    opacity: 0.49655; }

  64% {
    -webkit-transform: matrix(0.98995, 0, 0, 0.98995, 0, 42.96482);
    opacity: 0.49749; }

  68% {
    -webkit-transform: matrix(0.98997, 0, 0, 0.98997, 0, 42.97579);
    opacity: 0.49827; }

  72% {
    -webkit-transform: matrix(0.98998, 0, 0, 0.98998, 0, 42.98433);
    opacity: 0.49888; }

  76% {
    -webkit-transform: matrix(0.98999, 0, 0, 0.98999, 0, 42.99059);
    opacity: 0.49933; }

  80% {
    -webkit-transform: matrix(0.98999, 0, 0, 0.98999, 0, 42.99494);
    opacity: 0.49964; }

  84% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 42.99777);
    opacity: 0.49984; }

  88% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 42.9995);
    opacity: 0.49996; }

  92% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 43.00044);
    opacity: 0.50003; }

  96% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 43.00088);
    opacity: 0.50006; }

  100% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 43);
    opacity: 0.5; } }

.bbm-modal--stacked {
  -webkit-animation-duration: 0.43333s;
  -webkit-animation-name: bbm-stacked;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  -webkit-transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden; }

/* Close a stacked modal */
@-webkit-keyframes bbm-stacked-reverse {
  0% {
    -webkit-transform: matrix(0.99123, 0, 0, 0.99123, 0, 43.86266);
    opacity: 0.56162; }

  4% {
    -webkit-transform: matrix(0.99293, 0, 0, 0.99293, 0, 45.05306);
    opacity: 0.64665; }

  8% {
    -webkit-transform: matrix(0.99465, 0, 0, 0.99465, 0, 46.25785);
    opacity: 0.7327; }

  12% {
    -webkit-transform: matrix(0.99618, 0, 0, 0.99618, 0, 47.32543);
    opacity: 0.80896; }

  16% {
    -webkit-transform: matrix(0.99742, 0, 0, 0.99742, 0, 48.19443);
    opacity: 0.87103; }

  20% {
    -webkit-transform: matrix(0.99837, 0, 0, 0.99837, 0, 48.8572);
    opacity: 0.91837; }

  24% {
    -webkit-transform: matrix(0.99905, 0, 0, 0.99905, 0, 49.33456);
    opacity: 0.95247; }

  28% {
    -webkit-transform: matrix(0.99951, 0, 0, 0.99951, 0, 49.65946);
    opacity: 0.97568; }

  32% {
    -webkit-transform: matrix(0.99981, 0, 0, 0.99981, 0, 49.8671);
    opacity: 0.99051; }

  36% {
    -webkit-transform: matrix(0.99999, 0, 0, 0.99999, 0, 49.98963);
    opacity: 0.99926; }

  40% {
    -webkit-transform: matrix(1.00008, 0, 0, 1.00008, 0, 50.05377);
    opacity: 1.00384; }

  44% {
    -webkit-transform: matrix(1.00012, 0, 0, 1.00012, 0, 50.08024);
    opacity: 1.00573; }

  48% {
    -webkit-transform: matrix(1.00012, 0, 0, 1.00012, 0, 50.08419);
    opacity: 1.00601; }

  52% {
    -webkit-transform: matrix(1.00011, 0, 0, 1.00011, 0, 50.07612);
    opacity: 1.00544; }

  56% {
    -webkit-transform: matrix(1.00009, 0, 0, 1.00009, 0, 50.06284);
    opacity: 1.00449; }

  60% {
    -webkit-transform: matrix(1.00007, 0, 0, 1.00007, 0, 50.04848);
    opacity: 1.00346; }

  64% {
    -webkit-transform: matrix(1.00005, 0, 0, 1.00005, 0, 50.03529);
    opacity: 1.00252; }

  68% {
    -webkit-transform: matrix(1.00004, 0, 0, 1.00004, 0, 50.02428);
    opacity: 1.00173; }

  72% {
    -webkit-transform: matrix(1.00002, 0, 0, 1.00002, 0, 50.01572);
    opacity: 1.00112; }

  76% {
    -webkit-transform: matrix(1.00001, 0, 0, 1.00001, 0, 50.00944);
    opacity: 1.00067; }

  80% {
    -webkit-transform: matrix(1.00001, 0, 0, 1.00001, 0, 50.00508);
    opacity: 1.00036; }

  84% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 50.00223);
    opacity: 1.00016; }

  88% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 50.0005);
    opacity: 1.00004; }

  92% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 49.99956);
    opacity: 0.99997; }

  96% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 49.99912);
    opacity: 0.99994; }

  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
    opacity: 1; } }

.bbm-modal--stacked-reverse {
  -webkit-animation-duration: 0.43333s;
  -webkit-animation-name: bbm-stacked-reverse;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  -webkit-transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden; }

/* Close a modal */
@-webkit-keyframes bbm-close {
  0% {
    -webkit-transform: matrix(0.99874, 0, 0, 0.99874, 0, 49.1187);
    opacity: 0.8741; }

  4% {
    -webkit-transform: matrix(0.99705, 0, 0, 0.99705, 0, 47.93192);
    opacity: 0.70456; }

  8% {
    -webkit-transform: matrix(0.99533, 0, 0, 0.99533, 0, 46.73078);
    opacity: 0.53297; }

  12% {
    -webkit-transform: matrix(0.99381, 0, 0, 0.99381, 0, 45.66645);
    opacity: 0.38092; }

  16% {
    -webkit-transform: matrix(0.99257, 0, 0, 0.99257, 0, 44.80009);
    opacity: 0.25716; }

  20% {
    -webkit-transform: matrix(0.99163, 0, 0, 0.99163, 0, 44.13933);
    opacity: 0.16276; }

  24% {
    -webkit-transform: matrix(0.99095, 0, 0, 0.99095, 0, 43.66342);
    opacity: 0.09477; }

  28% {
    -webkit-transform: matrix(0.99049, 0, 0, 0.99049, 0, 43.33951);
    opacity: 0.0485; }

  32% {
    -webkit-transform: matrix(0.99019, 0, 0, 0.99019, 0, 43.1325);
    opacity: 0.01893; }

  36% {
    -webkit-transform: matrix(0.99002, 0, 0, 0.99002, 0, 43.01034);
    opacity: 0.00148; }

  40% {
    -webkit-transform: matrix(0.98992, 0, 0, 0.98992, 0, 42.94639);
    opacity: -0.00766; }

  44% {
    -webkit-transform: matrix(0.98989, 0, 0, 0.98989, 0, 42.92001);
    opacity: -0.01143; }

  48% {
    -webkit-transform: matrix(0.98988, 0, 0, 0.98988, 0, 42.91606);
    opacity: -0.01199; }

  52% {
    -webkit-transform: matrix(0.98989, 0, 0, 0.98989, 0, 42.92411);
    opacity: -0.01084; }

  56% {
    -webkit-transform: matrix(0.98991, 0, 0, 0.98991, 0, 42.93736);
    opacity: -0.00895; }

  60% {
    -webkit-transform: matrix(0.98993, 0, 0, 0.98993, 0, 42.95167);
    opacity: -0.0069; }

  64% {
    -webkit-transform: matrix(0.98995, 0, 0, 0.98995, 0, 42.96482);
    opacity: -0.00503; }

  68% {
    -webkit-transform: matrix(0.98997, 0, 0, 0.98997, 0, 42.97579);
    opacity: -0.00346; }

  72% {
    -webkit-transform: matrix(0.98998, 0, 0, 0.98998, 0, 42.98433);
    opacity: -0.00224; }

  76% {
    -webkit-transform: matrix(0.98999, 0, 0, 0.98999, 0, 42.99059);
    opacity: -0.00134; }

  80% {
    -webkit-transform: matrix(0.98999, 0, 0, 0.98999, 0, 42.99494);
    opacity: -0.00072; }

  84% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 42.99777);
    opacity: -0.00032; }

  88% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 42.9995);
    opacity: -7e -5; }

  92% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 43.00044);
    opacity: 6.0e-05; }

  96% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 43.00088);
    opacity: 0.00012; }

  100% {
    -webkit-transform: matrix(0.99, 0, 0, 0.99, 0, 43);
    opacity: 0; } }

.bbm-modal--close {
  -webkit-animation-duration: 0.43333s;
  -webkit-animation-name: bbm-close;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  -webkit-transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden; }

/* The MIT License */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone {
  position: relative;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(0,0,0,0.02);
  padding: 1em;

  /*Inriver edit start*/
  min-height: 140px;
  border: 2px dashed rgba(0,0,0,0.03);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*Inriver edit end */
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone.dz-drag-hover {
  border-color: rgba(0,0,0,0.15);
  background: rgba(0,0,0,0.04);
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255,255,255,0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245,245,245,0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}

/*
colpick Color Picker / colpick.com
*/

/*Main container*/
.colpick {
    left: 300px;
    z-index: 1000000;
	position: absolute;
	width: 346px;
	height: 170px;
	overflow: hidden;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	background:#ebebeb;
	border: 1px solid #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	/*Prevents selecting text when dragging the selectors*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/*Color selection box with gradients*/
.colpick_color {
	position: absolute;
	left: 7px;
	top: 7px;
	width: 156px;
	height: 156px;
	overflow: hidden;
	outline: 1px solid #aaa;
	cursor: crosshair;
}
.colpick_color_overlay1 {
	position: absolute;
	left:0;
	top:0;
	width: 156px;
	height: 156px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')"; /* IE8 */
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff'); /* IE6 & IE7 */
}
.colpick_color_overlay2 {
	position: absolute;
	left:0;
	top:0;
	width: 156px;
	height: 156px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')"; /* IE8 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
/*Circular color selector*/
.colpick_selector_outer {
	background:none;
	position: absolute;
	width: 11px;
	height: 11px;
	margin: -6px 0 0 -6px;
	border: 1px solid black;
	border-radius: 50%;
}
.colpick_selector_inner{
	position: absolute;
	width: 9px;
	height: 9px;
	border: 1px solid white;
	border-radius: 50%;
}
/*Vertical hue bar*/
.colpick_hue {
	position: absolute;
	top: 6px;
	left: 175px;
	width: 19px;
	height: 156px;
	border: 1px solid #aaa;
	cursor: n-resize;
}
/*Hue bar sliding indicator*/
.colpick_hue_arrs {
	position: absolute;
	left: -8px;
	width: 35px;
	height: 7px;
	margin: -7px 0 0 0;
}
.colpick_hue_larr {
	position:absolute;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #858585;
}
.colpick_hue_rarr {
	position:absolute;
	right:0;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent; 
	border-right: 7px solid #858585; 
}
/*New color box*/
.colpick_new_color {
	position: absolute;
	left: 207px;
	top: 6px;
	width: 60px;
	height: 27px;
	background: #f00;
	border: 1px solid #8f8f8f;
}
/*Current color box*/
.colpick_current_color {
	position: absolute;
	left: 277px;
	top: 6px;
	width: 60px;
	height: 27px;
	background: #f00;
	border: 1px solid #8f8f8f;
}
/*Input field containers*/
.colpick_field, .colpick_hex_field  {
	position: absolute;
	height: 20px;
	width: 60px;
	overflow:hidden;
	background:#f3f3f3;
	color:#b8b8b8;
	font-size:12px;
	border:1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.colpick_rgb_r {
	top: 40px;
	left: 207px;
}
.colpick_rgb_g {
	top: 67px;
	left: 207px;
}
.colpick_rgb_b {
	top: 94px;
	left: 207px;
}
.colpick_hsb_h {
	top: 40px;
	left: 277px;
}
.colpick_hsb_s {
	top: 67px;
	left: 277px;
}
.colpick_hsb_b {
	top: 94px;
	left: 277px;
}
.colpick_hex_field {
	width: 68px;
	left: 207px;
	top: 121px;
}
/*Text field container on focus*/
.colpick_focus {
	border-color: #999;
}
/*Field label container*/
.colpick_field_letter {
	position: absolute;
	width: 12px;
	height: 20px;
	line-height: 20px;
	padding-left: 4px;
	background: #efefef;
	border-right: 1px solid #bdbdbd;
	font-weight: bold;
	color:#777;
}
/*Text inputs*/
.colpick_field input, .colpick_hex_field input {
	position: absolute;
	right: 11px;
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	background: transparent;
	border: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	text-align: right;
	outline: none;
}
.colpick_hex_field input {
	right: 4px;
}
/*Field up/down arrows*/
.colpick_field_arrs {
	position: absolute;
	top: 0;
	right: 0;
	width: 9px;
	height: 21px;
	cursor: n-resize;
}
.colpick_field_uarr {
	position: absolute;
	top: 5px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #959595;
}
.colpick_field_darr {
	position: absolute;
	bottom:5px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #959595;
}
/*Submit/Select button*/
.colpick_submit {
	position: absolute;
	left: 207px;
	top: 149px;
	width: 130px;
	height: 22px;
	line-height:22px;
	background: #efefef;
	text-align: center;
	color: #555;
	font-size: 12px;
	font-weight:bold;
	border: 1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.colpick_submit:hover {
	background:#f3f3f3;
	border-color:#999;
	cursor: pointer;
}

/*full layout with no submit button*/
.colpick_full_ns  .colpick_submit, .colpick_full_ns .colpick_current_color{
	display:none;
}
.colpick_full_ns .colpick_new_color {
	width: 130px;
	height: 25px;
}
.colpick_full_ns .colpick_rgb_r, .colpick_full_ns .colpick_hsb_h {
	top: 42px;
}
.colpick_full_ns .colpick_rgb_g, .colpick_full_ns .colpick_hsb_s {
	top: 73px;
}
.colpick_full_ns .colpick_rgb_b, .colpick_full_ns .colpick_hsb_b {
	top: 104px;
}
.colpick_full_ns .colpick_hex_field {
	top: 135px;
}

/*rgbhex layout*/
.colpick_rgbhex .colpick_hsb_h, .colpick_rgbhex .colpick_hsb_s, .colpick_rgbhex .colpick_hsb_b {
	display:none;
}
.colpick_rgbhex {
	width:282px;
}
.colpick_rgbhex .colpick_field, .colpick_rgbhex .colpick_submit {
	width:68px;
}
.colpick_rgbhex .colpick_new_color {
	width:34px;
	border-right:none;
}
.colpick_rgbhex .colpick_current_color {
	width:34px;
	left:240px;
	border-left:none;
}

/*rgbhex layout, no submit button*/
.colpick_rgbhex_ns  .colpick_submit, .colpick_rgbhex_ns .colpick_current_color{
	display:none;
}
.colpick_rgbhex_ns .colpick_new_color{
	width:68px;
	border: 1px solid #8f8f8f;
}
.colpick_rgbhex_ns .colpick_rgb_r {
	top: 42px;
}
.colpick_rgbhex_ns .colpick_rgb_g {
	top: 73px;
}
.colpick_rgbhex_ns .colpick_rgb_b {
	top: 104px;
}
.colpick_rgbhex_ns .colpick_hex_field {
	top: 135px;
}

/*hex layout*/
.colpick_hex .colpick_hsb_h, .colpick_hex .colpick_hsb_s, .colpick_hex .colpick_hsb_b, .colpick_hex .colpick_rgb_r, .colpick_hex .colpick_rgb_g, .colpick_hex .colpick_rgb_b {
	display:none;
}
.colpick_hex {
	width:206px;
	height:201px;
}
.colpick_hex .colpick_hex_field {
	width:72px;
	height:25px;
	top:168px;
	left:80px;
}
.colpick_hex .colpick_hex_field div, .colpick_hex .colpick_hex_field input {
	height: 25px;
	line-height: 25px;
}
.colpick_hex .colpick_new_color {
	left:9px;
	top:168px;
	width:30px;
	border-right:none;
}
.colpick_hex .colpick_current_color {
	left:39px;
	top:168px;
	width:30px;
	border-left:none;
}
.colpick_hex .colpick_submit {
	left:164px;
	top: 168px;
	width:30px;
	height:25px;
	line-height: 25px;
}

/*hex layout, no submit button*/
.colpick_hex_ns  .colpick_submit, .colpick_hex_ns .colpick_current_color {
	display:none;
}
.colpick_hex_ns .colpick_hex_field {
	width:80px;
}
.colpick_hex_ns .colpick_new_color{
	width:60px;
	border: 1px solid #8f8f8f;
}

/*Dark color scheme*/
.colpick_dark {
	background: #161616;
	border-color: #2a2a2a;
}
.colpick_dark .colpick_color {
	outline-color: #333;
}
.colpick_dark .colpick_hue {
	border-color: #555;
}
.colpick_dark .colpick_field, .colpick_dark .colpick_hex_field {
	background: #101010;
	border-color: #2d2d2d;
}
.colpick_dark .colpick_field_letter {
	background: #131313;
	border-color: #2d2d2d;
	color: #696969;
}
.colpick_dark .colpick_field input, .colpick_dark .colpick_hex_field input {
	color: #7a7a7a;
}
.colpick_dark .colpick_field_uarr {
	border-bottom-color:#696969;
}
.colpick_dark .colpick_field_darr {
	border-top-color:#696969;
}
.colpick_dark .colpick_focus {
	border-color:#444;
}
.colpick_dark .colpick_submit {
	background: #131313;
	border-color:#2d2d2d;
	color:#7a7a7a;
}
.colpick_dark .colpick_submit:hover {
	background-color:#101010;
	border-color:#444;
}
.jstree-node,.jstree-children,.jstree-container-ul{display:block;margin:0;padding:0;list-style-type:none;list-style-image:none}.jstree-node{white-space:nowrap}.jstree-anchor{display:inline-block;color:#000;white-space:nowrap;padding:0 4px 0 1px;margin:0;vertical-align:top}.jstree-anchor:focus{outline:0}.jstree-anchor,.jstree-anchor:link,.jstree-anchor:visited,.jstree-anchor:hover,.jstree-anchor:active{text-decoration:none;color:inherit}.jstree-icon{display:inline-block;text-decoration:none;margin:0;padding:0;vertical-align:top;text-align:center}.jstree-icon:empty{display:inline-block;text-decoration:none;margin:0;padding:0;vertical-align:top;text-align:center}.jstree-ocl{cursor:pointer}.jstree-leaf>.jstree-ocl{cursor:default}.jstree .jstree-open>.jstree-children{display:block}.jstree .jstree-closed>.jstree-children,.jstree .jstree-leaf>.jstree-children{display:none}.jstree-anchor>.jstree-themeicon{margin-right:2px}.jstree-no-icons .jstree-themeicon,.jstree-anchor>.jstree-themeicon-hidden{display:none}.jstree-rtl .jstree-anchor{padding:0 1px 0 4px}.jstree-rtl .jstree-anchor>.jstree-themeicon{margin-left:2px;margin-right:0}.jstree-rtl .jstree-node{margin-left:0}.jstree-rtl .jstree-container-ul>.jstree-node{margin-right:0}.jstree-wholerow-ul{position:relative;display:inline-block;min-width:100%}.jstree-wholerow-ul .jstree-leaf>.jstree-ocl{cursor:pointer}.jstree-wholerow-ul .jstree-anchor,.jstree-wholerow-ul .jstree-icon{position:relative}.jstree-wholerow-ul .jstree-wholerow{width:100%;cursor:pointer;position:absolute;left:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vakata-context{display:none}.vakata-context,.vakata-context ul{margin:0;padding:2px;position:absolute;background:#f5f5f5;border:1px solid #979797;-moz-box-shadow:5px 5px 4px -4px #333;-webkit-box-shadow:2px 2px 2px #999;box-shadow:2px 2px 2px #999}.vakata-context ul{list-style:none;left:100%;margin-top:-2.7em;margin-left:-4px}.vakata-context .vakata-context-right ul{left:auto;right:100%;margin-left:auto;margin-right:-4px}.vakata-context li{list-style:none;display:inline}.vakata-context li>a{display:block;padding:0 2em;text-decoration:none;width:auto;color:#000;white-space:nowrap;line-height:2.4em;-moz-text-shadow:1px 1px 0 #fff;-webkit-text-shadow:1px 1px 0 #fff;text-shadow:1px 1px 0 #fff;-moz-border-radius:1px;-webkit-border-radius:1px;border-radius:1px}.vakata-context li>a:hover{position:relative;background-color:#e8eff7;-moz-box-shadow:0 0 2px #0a6aa1;-webkit-box-shadow:0 0 2px #0a6aa1;box-shadow:0 0 2px #0a6aa1}.vakata-context li>a.vakata-context-parent{background-image:url(data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==);background-position:right center;background-repeat:no-repeat}.vakata-context li>a:focus{outline:0}.vakata-context .vakata-context-hover>a{position:relative;background-color:#e8eff7;-moz-box-shadow:0 0 2px #0a6aa1;-webkit-box-shadow:0 0 2px #0a6aa1;box-shadow:0 0 2px #0a6aa1}.vakata-context .vakata-context-separator>a,.vakata-context .vakata-context-separator>a:hover{background:#fff;border:0;border-top:1px solid #e2e3e3;height:1px;min-height:1px;max-height:1px;padding:0;margin:0 0 0 2.4em;border-left:1px solid #e0e0e0;-moz-text-shadow:0 0 0 transparent;-webkit-text-shadow:0 0 0 transparent;text-shadow:0 0 0 transparent;-moz-box-shadow:0 0 0 transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.vakata-context .vakata-contextmenu-disabled a,.vakata-context .vakata-contextmenu-disabled a:hover{color:silver;background-color:transparent;border:0;box-shadow:0 0 0}.vakata-context li>a>i{text-decoration:none;display:inline-block;width:2.4em;height:2.4em;background:0 0;margin:0 0 0 -2em;vertical-align:top;text-align:center;line-height:2.4em}.vakata-context li>a>i:empty{width:2.4em;line-height:2.4em}.vakata-context li>a .vakata-contextmenu-sep{display:inline-block;width:1px;height:2.4em;background:#fff;margin:0 .5em 0 0;border-left:1px solid #e2e3e3}.vakata-context .vakata-contextmenu-shortcut{font-size:.8em;color:silver;opacity:.5;display:none}.vakata-context-rtl ul{left:auto;right:100%;margin-left:auto;margin-right:-4px}.vakata-context-rtl li>a.vakata-context-parent{background-image:url(data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7);background-position:left center;background-repeat:no-repeat}.vakata-context-rtl .vakata-context-separator>a{margin:0 2.4em 0 0;border-left:0;border-right:1px solid #e2e3e3}.vakata-context-rtl .vakata-context-left ul{right:auto;left:100%;margin-left:-4px;margin-right:auto}.vakata-context-rtl li>a>i{margin:0 -2em 0 0}.vakata-context-rtl li>a .vakata-contextmenu-sep{margin:0 0 0 .5em;border-left-color:#fff;background:#e2e3e3}#jstree-marker{position:absolute;top:0;left:0;margin:-5px 0 0 0;padding:0;border-right:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid;width:0;height:0;font-size:0;line-height:0}#jstree-dnd{line-height:16px;margin:0;padding:4px}#jstree-dnd .jstree-icon,#jstree-dnd .jstree-copy{display:inline-block;text-decoration:none;margin:0 2px 0 0;padding:0;width:16px;height:16px}#jstree-dnd .jstree-ok{background:green}#jstree-dnd .jstree-er{background:red}#jstree-dnd .jstree-copy{margin:0 2px}.jstree-default .jstree-node,.jstree-default .jstree-icon{background-repeat:no-repeat;background-color:transparent}.jstree-default .jstree-anchor,.jstree-default .jstree-wholerow{transition:background-color .15s,box-shadow .15s}.jstree-default .jstree-hovered{background:#e7f4f9;border-radius:2px;box-shadow:inset 0 0 1px #ccc}.jstree-default .jstree-clicked{background:#beebff;border-radius:2px;box-shadow:inset 0 0 1px #999}.jstree-default .jstree-no-icons .jstree-anchor>.jstree-themeicon{display:none}.jstree-default .jstree-disabled{background:0 0;color:#333}.jstree-default .jstree-disabled.jstree-hovered{background:0 0;box-shadow:none}.jstree-default .jstree-disabled.jstree-clicked{background:#efefef}.jstree-default .jstree-disabled>.jstree-icon{opacity:.8;filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");filter:gray;-webkit-filter:grayscale(100%)}.jstree-default .jstree-search{font-style:italic;color:#8b0000;font-weight:700}.jstree-default .jstree-no-checkboxes .jstree-checkbox{display:none!important}.jstree-default.jstree-checkbox-no-clicked .jstree-clicked{background:0 0;box-shadow:none}.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered{background:#e7f4f9}.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked{background:0 0}.jstree-default.jstree-checkbox-no-clicked>.jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered{background:#e7f4f9}#jstree-dnd.jstree-default .jstree-ok,#jstree-dnd.jstree-default .jstree-er{background-image:url(/Styles/libs/jstree/32px.png);background-repeat:no-repeat;background-color:transparent}#jstree-dnd.jstree-default i{background:0 0;width:16px;height:16px}#jstree-dnd.jstree-default .jstree-ok{background-position:-9px -71px}#jstree-dnd.jstree-default .jstree-er{background-position:-39px -71px}.jstree-default>.jstree-striped{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==) left top repeat}.jstree-default>.jstree-wholerow-ul .jstree-hovered,.jstree-default>.jstree-wholerow-ul .jstree-clicked{background:0 0;box-shadow:none;border-radius:0}.jstree-default .jstree-wholerow{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.jstree-default .jstree-wholerow-hovered{background:#e7f4f9}.jstree-default .jstree-wholerow-clicked{background:#beebff;background:-moz-linear-gradient(top,#beebff 0,#a8e4ff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#beebff),color-stop(100%,#a8e4ff));background:-webkit-linear-gradient(top,#beebff 0,#a8e4ff 100%);background:-o-linear-gradient(top,#beebff 0,#a8e4ff 100%);background:-ms-linear-gradient(top,#beebff 0,#a8e4ff 100%);background:linear-gradient(to bottom,#beebff 0,#a8e4ff 100%)}.jstree-default .jstree-node{min-height:24px;line-height:24px;margin-left:24px;min-width:24px}.jstree-default .jstree-anchor{line-height:24px;height:24px}.jstree-default .jstree-icon{width:24px;height:24px;line-height:24px}.jstree-default .jstree-icon:empty{width:24px;height:24px;line-height:24px}.jstree-default.jstree-rtl .jstree-node{margin-right:24px}.jstree-default .jstree-wholerow{height:24px}.jstree-default .jstree-node,.jstree-default .jstree-icon{background-image:url(/Styles/libs/jstree/32px.png)}.jstree-default .jstree-node{background-position:-292px -4px;background-repeat:repeat-y}.jstree-default .jstree-last{background:0 0}.jstree-default .jstree-open>.jstree-ocl{background-position:-132px -4px}.jstree-default .jstree-closed>.jstree-ocl{background-position:-100px -4px}.jstree-default .jstree-leaf>.jstree-ocl{background-position:-68px -4px}.jstree-default .jstree-themeicon{background-position:-260px -4px}.jstree-default>.jstree-no-dots .jstree-node,.jstree-default>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:0 0}.jstree-default>.jstree-no-dots .jstree-open>.jstree-ocl{background-position:-36px -4px}.jstree-default>.jstree-no-dots .jstree-closed>.jstree-ocl{background-position:-4px -4px}.jstree-default .jstree-disabled{background:0 0}.jstree-default .jstree-disabled.jstree-hovered{background:0 0}.jstree-default .jstree-disabled.jstree-clicked{background:#efefef}.jstree-default .jstree-checkbox{background-position:-164px -4px}.jstree-default .jstree-checkbox:hover{background-position:-164px -36px}.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,.jstree-default .jstree-checked>.jstree-checkbox{background-position:-228px -4px}.jstree-default.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,.jstree-default .jstree-checked>.jstree-checkbox:hover{background-position:-228px -36px}.jstree-default .jstree-anchor>.jstree-undetermined{background-position:-196px -4px}.jstree-default .jstree-anchor>.jstree-undetermined:hover{background-position:-196px -36px}.jstree-default>.jstree-striped{background-size:auto 48px}.jstree-default.jstree-rtl .jstree-node{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);background-position:100% 1px;background-repeat:repeat-y}.jstree-default.jstree-rtl .jstree-last{background:0 0}.jstree-default.jstree-rtl .jstree-open>.jstree-ocl{background-position:-132px -36px}.jstree-default.jstree-rtl .jstree-closed>.jstree-ocl{background-position:-100px -36px}.jstree-default.jstree-rtl .jstree-leaf>.jstree-ocl{background-position:-68px -36px}.jstree-default.jstree-rtl>.jstree-no-dots .jstree-node,.jstree-default.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:0 0}.jstree-default.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl{background-position:-36px -36px}.jstree-default.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl{background-position:-4px -36px}.jstree-default .jstree-themeicon-custom{background-color:transparent;background-image:none;background-position:0 0}.jstree-default>.jstree-container-ul .jstree-loading>.jstree-ocl{background:url(/Styles/libs/jstree/throbber.gif) center center no-repeat}.jstree-default .jstree-file{background:url(32px.png) -100px -68px no-repeat}.jstree-default .jstree-folder{background:url(/Styles/libs/jstree/32px.png) -260px -4px no-repeat}.jstree-default.jstree-rtl .jstree-node{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==)}.jstree-default.jstree-rtl .jstree-last{background:0 0}.jstree-default-small .jstree-node{min-height:18px;line-height:18px;margin-left:18px;min-width:18px}.jstree-default-small .jstree-anchor{line-height:18px;height:18px}.jstree-default-small .jstree-icon{width:18px;height:18px;line-height:18px}.jstree-default-small .jstree-icon:empty{width:18px;height:18px;line-height:18px}.jstree-default-small.jstree-rtl .jstree-node{margin-right:18px}.jstree-default-small .jstree-wholerow{height:18px}.jstree-default-small .jstree-node,.jstree-default-small .jstree-icon{background-image:url(/Styles/libs/jstree/32px.png)}.jstree-default-small .jstree-node{background-position:-295px -7px;background-repeat:repeat-y}.jstree-default-small .jstree-last{background:0 0}.jstree-default-small .jstree-open>.jstree-ocl{background-position:-135px -7px}.jstree-default-small .jstree-closed>.jstree-ocl{background-position:-103px -7px}.jstree-default-small .jstree-leaf>.jstree-ocl{background-position:-71px -7px}.jstree-default-small .jstree-themeicon{background-position:-263px -7px}.jstree-default-small>.jstree-no-dots .jstree-node,.jstree-default-small>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:0 0}.jstree-default-small>.jstree-no-dots .jstree-open>.jstree-ocl{background-position:-39px -7px}.jstree-default-small>.jstree-no-dots .jstree-closed>.jstree-ocl{background-position:-7px -7px}.jstree-default-small .jstree-disabled{background:0 0}.jstree-default-small .jstree-disabled.jstree-hovered{background:0 0}.jstree-default-small .jstree-disabled.jstree-clicked{background:#efefef}.jstree-default-small .jstree-checkbox{background-position:-167px -7px}.jstree-default-small .jstree-checkbox:hover{background-position:-167px -39px}.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,.jstree-default-small .jstree-checked>.jstree-checkbox{background-position:-231px -7px}.jstree-default-small.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,.jstree-default-small .jstree-checked>.jstree-checkbox:hover{background-position:-231px -39px}.jstree-default-small .jstree-anchor>.jstree-undetermined{background-position:-199px -7px}.jstree-default-small .jstree-anchor>.jstree-undetermined:hover{background-position:-199px -39px}.jstree-default-small>.jstree-striped{background-size:auto 36px}.jstree-default-small.jstree-rtl .jstree-node{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);background-position:100% 1px;background-repeat:repeat-y}.jstree-default-small.jstree-rtl .jstree-last{background:0 0}.jstree-default-small.jstree-rtl .jstree-open>.jstree-ocl{background-position:-135px -39px}.jstree-default-small.jstree-rtl .jstree-closed>.jstree-ocl{background-position:-103px -39px}.jstree-default-small.jstree-rtl .jstree-leaf>.jstree-ocl{background-position:-71px -39px}.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-node,.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:0 0}.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl{background-position:-39px -39px}.jstree-default-small.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl{background-position:-7px -39px}.jstree-default-small .jstree-themeicon-custom{background-color:transparent;background-image:none;background-position:0 0}.jstree-default-small>.jstree-container-ul .jstree-loading>.jstree-ocl{background:url(/Styles/libs/jstree/throbber.gif) center center no-repeat}.jstree-default-small .jstree-file{background:url(/Styles/libs/jstree/32px.png) -103px -71px no-repeat}.jstree-default-small .jstree-folder{background:url(/Styles/libs/jstree/32px.png) -263px -7px no-repeat}.jstree-default-small.jstree-rtl .jstree-node{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==)}.jstree-default-small.jstree-rtl .jstree-last{background:0 0}.jstree-default-large .jstree-node{min-height:32px;line-height:32px;margin-left:32px;min-width:32px}.jstree-default-large .jstree-anchor{line-height:32px;height:32px}.jstree-default-large .jstree-icon{width:32px;height:32px;line-height:32px}.jstree-default-large .jstree-icon:empty{width:32px;height:32px;line-height:32px}.jstree-default-large.jstree-rtl .jstree-node{margin-right:32px}.jstree-default-large .jstree-wholerow{height:32px}.jstree-default-large .jstree-node,.jstree-default-large .jstree-icon{background-image:url(/Styles/libs/jstree/32px.png)}.jstree-default-large .jstree-node{background-position:-288px 0;background-repeat:repeat-y}.jstree-default-large .jstree-last{background:0 0}.jstree-default-large .jstree-open>.jstree-ocl{background-position:-128px 0}.jstree-default-large .jstree-closed>.jstree-ocl{background-position:-96px 0}.jstree-default-large .jstree-leaf>.jstree-ocl{background-position:-64px 0}.jstree-default-large .jstree-themeicon{background-position:-256px 0}.jstree-default-large>.jstree-no-dots .jstree-node,.jstree-default-large>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:0 0}.jstree-default-large>.jstree-no-dots .jstree-open>.jstree-ocl{background-position:-32px 0}.jstree-default-large>.jstree-no-dots .jstree-closed>.jstree-ocl{background-position:0 0}.jstree-default-large .jstree-disabled{background:0 0}.jstree-default-large .jstree-disabled.jstree-hovered{background:0 0}.jstree-default-large .jstree-disabled.jstree-clicked{background:#efefef}.jstree-default-large .jstree-checkbox{background-position:-160px 0}.jstree-default-large .jstree-checkbox:hover{background-position:-160px -32px}.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,.jstree-default-large .jstree-checked>.jstree-checkbox{background-position:-224px 0}.jstree-default-large.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,.jstree-default-large .jstree-checked>.jstree-checkbox:hover{background-position:-224px -32px}.jstree-default-large .jstree-anchor>.jstree-undetermined{background-position:-192px 0}.jstree-default-large .jstree-anchor>.jstree-undetermined:hover{background-position:-192px -32px}.jstree-default-large>.jstree-striped{background-size:auto 64px}.jstree-default-large.jstree-rtl .jstree-node{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);background-position:100% 1px;background-repeat:repeat-y}.jstree-default-large.jstree-rtl .jstree-last{background:0 0}.jstree-default-large.jstree-rtl .jstree-open>.jstree-ocl{background-position:-128px -32px}.jstree-default-large.jstree-rtl .jstree-closed>.jstree-ocl{background-position:-96px -32px}.jstree-default-large.jstree-rtl .jstree-leaf>.jstree-ocl{background-position:-64px -32px}.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-node,.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-leaf>.jstree-ocl{background:0 0}.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-open>.jstree-ocl{background-position:-32px -32px}.jstree-default-large.jstree-rtl>.jstree-no-dots .jstree-closed>.jstree-ocl{background-position:0 -32px}.jstree-default-large .jstree-themeicon-custom{background-color:transparent;background-image:none;background-position:0 0}.jstree-default-large>.jstree-container-ul .jstree-loading>.jstree-ocl{background:url(/Styles/libs/jstree/throbber.gif) center center no-repeat}.jstree-default-large .jstree-file{background:url(/Styles/libs/jstree/32px.png) -96px -64px no-repeat}.jstree-default-large .jstree-folder{background:url(/Styles/libs/jstree/32px.png) -256px 0 no-repeat}.jstree-default-large.jstree-rtl .jstree-node{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==)}.jstree-default-large.jstree-rtl .jstree-last{background:0 0}@media (max-width:768px){#jstree-dnd.jstree-dnd-responsive{line-height:40px;font-weight:700;font-size:1.1em;text-shadow:1px 1px #fff}#jstree-dnd.jstree-dnd-responsive>i{background:0 0;width:40px;height:40px}#jstree-dnd.jstree-dnd-responsive>.jstree-ok{background-image:url(40px.png);background-position:0 -200px;background-size:120px 240px}#jstree-dnd.jstree-dnd-responsive>.jstree-er{background-image:url(40px.png);background-position:-40px -200px;background-size:120px 240px}#jstree-marker.jstree-dnd-responsive{border-left-width:10px;border-top-width:10px;border-bottom-width:10px;margin-top:-10px}}@media (max-width:768px){.jstree-default-responsive .jstree-icon{background-image:url(40px.png)}.jstree-default-responsive .jstree-node,.jstree-default-responsive .jstree-leaf>.jstree-ocl{background:0 0}.jstree-default-responsive .jstree-node{min-height:40px;line-height:40px;margin-left:40px;min-width:40px;white-space:nowrap}.jstree-default-responsive .jstree-anchor{line-height:40px;height:40px}.jstree-default-responsive .jstree-icon,.jstree-default-responsive .jstree-icon:empty{width:40px;height:40px;line-height:40px}.jstree-default-responsive>.jstree-container-ul>.jstree-node{margin-left:0}.jstree-default-responsive.jstree-rtl .jstree-node{margin-left:0;margin-right:40px}.jstree-default-responsive.jstree-rtl .jstree-container-ul>.jstree-node{margin-right:0}.jstree-default-responsive .jstree-ocl,.jstree-default-responsive .jstree-themeicon,.jstree-default-responsive .jstree-checkbox{background-size:120px 240px}.jstree-default-responsive .jstree-leaf>.jstree-ocl{background:0 0}.jstree-default-responsive .jstree-open>.jstree-ocl{background-position:0 0!important}.jstree-default-responsive .jstree-closed>.jstree-ocl{background-position:0 -40px!important}.jstree-default-responsive.jstree-rtl .jstree-closed>.jstree-ocl{background-position:-40px 0!important}.jstree-default-responsive .jstree-themeicon{background-position:-40px -40px}.jstree-default-responsive .jstree-checkbox,.jstree-default-responsive .jstree-checkbox:hover{background-position:-40px -80px}.jstree-default-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox,.jstree-default-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover,.jstree-default-responsive .jstree-checked>.jstree-checkbox,.jstree-default-responsive .jstree-checked>.jstree-checkbox:hover{background-position:0 -80px}.jstree-default-responsive .jstree-anchor>.jstree-undetermined,.jstree-default-responsive .jstree-anchor>.jstree-undetermined:hover{background-position:0 -120px}.jstree-default-responsive .jstree-anchor{font-weight:700;font-size:1.1em;text-shadow:1px 1px #fff}.jstree-default-responsive>.jstree-striped{background:0 0}.jstree-default-responsive .jstree-wholerow{border-top:1px solid rgba(255,255,255,.7);border-bottom:1px solid rgba(64,64,64,.2);background:#ebebeb;height:40px}.jstree-default-responsive .jstree-wholerow-hovered{background:#e7f4f9}.jstree-default-responsive .jstree-wholerow-clicked{background:#beebff}.jstree-default-responsive .jstree-children .jstree-last>.jstree-wholerow{box-shadow:inset 0 -6px 3px -5px #333}.jstree-default-responsive .jstree-children .jstree-open>.jstree-wholerow{box-shadow:inset 0 6px 3px -5px #333;border-top:0}.jstree-default-responsive .jstree-children .jstree-open+.jstree-open{box-shadow:none}.jstree-default-responsive .jstree-node,.jstree-default-responsive .jstree-icon,.jstree-default-responsive .jstree-node>.jstree-ocl,.jstree-default-responsive .jstree-themeicon,.jstree-default-responsive .jstree-checkbox{background-image:url(40px.png);background-size:120px 240px}.jstree-default-responsive .jstree-node{background-position:-80px 0;background-repeat:repeat-y}.jstree-default-responsive .jstree-last{background:0 0}.jstree-default-responsive .jstree-leaf>.jstree-ocl{background-position:-40px -120px}.jstree-default-responsive .jstree-last>.jstree-ocl{background-position:-40px -160px}.jstree-default-responsive .jstree-themeicon-custom{background-color:transparent;background-image:none;background-position:0 0}.jstree-default-responsive .jstree-file{background:url(40px.png) 0 -160px no-repeat;background-size:120px 240px}.jstree-default-responsive .jstree-folder{background:url(40px.png) -40px -40px no-repeat;background-size:120px 240px}}.jstree-default>.jstree-container-ul>.jstree-node{margin-left:0;margin-right:0}
/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
}

/* PADDING */

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

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

/* GUTTER */

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

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

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}
@-moz-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@-webkit-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}

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

.cm-tab { display: inline-block; text-decoration: inherit; }

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

/* DEFAULT THEME */

.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

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

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

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

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

/* STOP */

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

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px; margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}

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

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
  /* Hack to make IE7 behave */
  *zoom:1;
  *display:inline;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

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

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

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

.CodeMirror-widget {}

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

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

.CodeMirror-cursor { position: absolute; }
.CodeMirror-measure pre { position: static; }

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

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

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

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

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

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }

#contentarea #configure {
    position: absolute;
    top: 85px;
    left: 25px;
    right: 25px;
    bottom: 5px;
    overflow-y: auto;
}

#contentarea #configure .content-area-tools-row {
    width: 98%;
    left: 0px;
    right: 0px;
}

#SaveDefinition, #DeleteDefinition{
    float: right;
}

#contentarea #configure .nodeConfigureType {
    margin-left: 25px;
    margin-top: 10px;
}

#contentarea #configure .nodeConfigureOperator {
    margin-left: 25px;
}

#contentarea #configure #rulearea {
    margin-top: 10px;
    margin-left: 25px;
    overflow-y: auto;
}

#configure #queryarea {
    margin-top: 10px;
    margin-left: 25px;
    overflow-y: auto;
}


.contentarea #configure #querycontainer {
    overflow-y: auto;
}

#querycontainer {
    left: 0px;
    right: 0px;
    margin-top: 30px;
}

#queryselectionarea {
    border: 1px solid #ccc;
    position: relative;
    bottom: 35px;
    margin-top: 37px;
}

#configure #queryselectionarea #contentwrapper {
    position: relative;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.querytitle {
    font-weight: bold;
    margin-left: 30px;
}

#closeConfigureQuery {
    position: relative;
    float: right;
}

#add-condition {
    margin-top: 15px;
}

.copy-entity-field-editor-label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 140px;
    float: left;
    margin-right: 15px;
}


#copy-entity-wizzard-details-tools-outbound-links {
    max-height: 500px;
}

.copy-entity-wizzard-label label, #copy-entity-wizzard-validation-main-entity label,
#copy-entity-wizzard-validation-relations label, #copy-entity-wizzard-result-tools label{
    line-height: 30px;
    color: #2d2d2c;
}

.copy-entity-unique-fields-group {
    border: 1px solid #efefef;
}

#copy-entity-wizzard-choice-tools input {
    display: inline;
}

.copy-entity-wizzard-validation-control-valid {
}

.copy-entity-wizzard-validation-control-notvalid {
    color: #f82a2a;
}

.notValid {
    border: solid 1px #f82a2a !important;
    background-color: #FBEFEF;
}

.field-editor-label-wrap {
    margin-left: 10px;
}

.mandatory-missing {
    color: #f82a2a !important;
}

.extra-top-margin {
    margin-top: 7px;
}

.validation-error {
    margin-right: 3px;
    color: #0071a5;
    height: 14px;
    width: 14px;
}


.massupdate-field-editor {
    margin-top: 3px;
    display: flex;
}

.massupdate-field-editor .textarea {
    float: none;
}

.massupdate-field-editor > * {
    display: inline-block !important;
}

.massupdate-field-editor label {
    margin-bottom: 0 !important;
    vertical-align: middle;
}

.massupdate-field-editor input {
    display: inline-block !important;
    vertical-align: middle;
}

.massupdate-field-editor input[type=text] {
    width: 200px;
}

.massupdate-field-editor select {
    width: 200px;
}

.massupdate-field-editor li {
    display: inline-block !important;
}

.massupdate-stats-value {
    display: inline-block;
    padding: 5px 5px;
    width: 120px;
}

.massupdate-stats-container {
    margin: 0 0 40px 0;
    display: inline-block;
    border: 1px;
    border-color: #bbbbbb;
    border-style: solid;
}

.massupdate-stats-label {
    color: #0071a5;
    display: inline-block;
    padding: 5px 5px;
}

.massupdate-header {
    background-color: #e6e6e6 !important;
    padding: 5px 5px;
    display: inline-block;
}

.massupdate-left-column {
    width: 30%;
}

.massupdate-right-column {
    width: 55%;
}

.massupdate-field-editor .field-editor-label-wrap {
    min-width: 12em;
    padding: 5px 5px;
    vertical-align: top !important;
    background-color: #fafafa;
    margin-left: 0;
}

.massupdate-field-editor .field-editor-value-wrap {
    width: 100%;
    padding: 5px 5px;
    margin-left: 5px;
    background-color: #fafafa;
}

#mass-update-entity-cards-container {
    float: left;
    width: 450px;
}

#mass-update-wizzard-verify .card-text1 {
    width: 30%;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0;
    padding: 5px;
    clear: left;
}

#mass-update-entity-cards-container > div {
    float: left;
}

#mass-update-wizzard-verify .card-text2-large {
    width: 55%;
    display: inline-block;
    margin-left: 0;
    padding: 5px;
}

#mass-update-fields-area {
    margin-left: 450px;
    overflow: auto;
}

#mass-update-wizzard-result h2 {
    padding: 5px;
    padding-left: 10px;
    background-color: #bbbbbb;
    color: #ffffff;
}

.entity-card-status {
    position: absolute;
    top: 5px;
    right: 5px;
}

.entity-card-status-failed {
    color: red;
    padding: 5px;
}

.entity-card-status-ok {
    color: green;
    padding: 5px;
}

.entity-card-status-pending {
    color: #bbbbbb;
    padding: 5px;
}

#comment-container {
    position: absolute;
}

#comment-threads-container {
    padding: 10px;
    overflow: auto;
    margin-left: 20px;
    margin-right: 20px;
    height: 50%;
    position: relative;
    border: solid 1px #2d2d2c;
}

#comment-response-container {
    margin-left: 30px;
    margin-right: 45px;
    margin-bottom: 20px;
    display: block;
}

#comment-buttons-container {
    margin-left: 20px;
    margin-right: 20px;
}

#comment-response-container textarea {
    width: 100%;
    border: solid 2px #2d2d2c;
}

#comment-response-buttons-container {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}

#comment-history-buttons-container {
    float: right;
    margin-top: 5px;
}

.comment-user-thread-container {
    border: solid 1px #bbb;
    padding: 10px;
    margin-bottom: 5px;
    text-align: left;
    position: relative;
}


.comment-button {
    margin-right: 5px;
}

.comment-current-user-thread-container {
}

.comment-other-user-thread-container {
}

#comment-showall-container {
    height: 17px;
}

.comment-user-name-container {
}

#show-all-comments {
    /*position: absolute;*/
    width: 15%;
    margin: 0 auto;
}

    #show-all-comments:hover {
        color: lightblue;
    }

.comment-delete-thread-container {
    position: absolute;
    top: 20px;
    right: 10px;
}

.comment-current-user-text-container, .comment-current-user-name-container {
    /*float: right;*/
}

.comment-other-user-text-container, .comment-other-user-name-container {
    /*float: left;*/
}

.comment-user-text-container {
    margin-left: 10px;
    cursor: pointer;
}

.comment-user {
    color: #2d2d2c;
}

#comment-created-by {
    margin-bottom: 3px;
    border-bottom: solid 1px #bbbbbb;
    font-size: 14px;
}


#comment-delete-thread {
    margin-right: 10px;
}

#comment-created
{
    font-size: 11px;
    color: #bbbbbb;
    right: 5px;
    position: absolute;
    top: 5px;
}

