/* Minification failed. Returning unminified contents.
(6446,27): run-time error CSS1019: Unexpected token, found ' '
(6446,27): run-time error CSS1034: Expected closing parenthesis, found ' '
(6521,287): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: jGrowl
(6521,287): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ignoreMe2
(6522,151): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ignoreMe
(6526,156): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ignoreMe2
(6527,151): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ignoreMe
(6531,287): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: jGrowl
(6531,287): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ignoreMe2
(6532,286): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: jGrowl
(6532,286): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ignoreMe
(6536,156): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ignoreMe2
(6537,286): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: jGrowl
(6537,286): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ignoreMe
(6541,156): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ignoreMe2
(6542,151): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ignoreMe
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*! jQuery UI - v1.11.0 - 2014-06-30
* 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/
* 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);
}

.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: 49%;
}
.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 {
	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(/Content/themes/jqueryui/smoothness/images/animated-overlay.gif);
	height: 100%;
	filter: alpha(opacity=25);
	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;
}

/* For 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: Verdana,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: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(/Content/themes/jqueryui/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(/Content/themes/jqueryui/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(/Content/themes/jqueryui/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	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 #999999;
	background: #dadada url(/Content/themes/jqueryui/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.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: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(/Content/themes/jqueryui/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(/Content/themes/jqueryui/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(/Content/themes/jqueryui/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.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);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/Content/themes/jqueryui/smoothness/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/Content/themes/jqueryui/smoothness/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(/Content/themes/jqueryui/smoothness/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/Content/themes/jqueryui/smoothness/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/Content/themes/jqueryui/smoothness/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/Content/themes/jqueryui/smoothness/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/Content/themes/jqueryui/smoothness/images/ui-icons_cd0a0a_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: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(/Content/themes/jqueryui/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(/Content/themes/jqueryui/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/*#region Widget*/
.ui-widget {
  font-size: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #404040;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget textarea,
.ui-widget select,
.ui-widget button {
  font-size: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*#endregion*/
/*#region Interaction states*/
.ui-state-default,
.ui-widget-content .ui-state-default {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#ffffff), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #ffffff 0, #eaeaea 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #ffffff 0, #eaeaea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeaeaea', GradientType=0);
  color: #555555;
  -webkit-text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border: 1px solid #d3d3d3;
}
.ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-hover,
.ui-widget-header .ui-state-focus {
  border: 1px solid #bbbbbb;
}
.ui-state-hover a,
.ui-state-focus a,
.ui-state-hover a:hover,
.ui-state-focus a:hover,
.ui-state-hover a:link,
.ui-state-focus a:link,
.ui-state-hover a:visited,
.ui-state-focus a:visited {
  color: #222222;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background-image: none;
  border: 1px solid #aaaaaa;
  background: #ffffff url(/Content/Themes/jqueryui/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  outline: 0;
}
.ui-state-active a,
.ui-state-active a:hover,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #222222;
  text-decoration: none;
}
/*#endregion*/
/*#region Interaction Cues*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border-color: #e4c652;
  background: white;
  color: #333333;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #333333;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border-color: #eed3d7;
  background: #f2dede;
  color: #b94a48;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #b94a48;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #b94a48;
}
/*#endregion*/
/*#region Combobox*/
.ui-combobox {
  position: relative;
  display: inline-block;
}
.ui-combobox .ui-combobox-wrapper {
  padding-right: 2.2em;
  position: relative;
}
.ui-combobox .ui-combobox-wrapper .ui-combobox-input-wrapper {
  padding-right: 5px;
}
.ui-combobox .ui-combobox-wrapper .ui-combobox-input-wrapper .addclear-wrapper {
  padding-right: 18px;
}
.ui-combobox .ui-combobox-wrapper .ui-combobox-input-wrapper .ui-combobox-input {
  width: 100%;
  margin: 0;
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.ui-combobox .ui-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-left: -1px;
  margin-right: 0;
  padding: 0;
  /* adjust styles for IE 6/7 */
  width: 2.2em;
  /**height: 1.6em;*/
}
.ui-combobox .ui-combobox-toggle:hover,
.ui-combobox .ui-combobox-toggle:focus {
  z-index: 101;
}
/*#endregion*/
/*#region Autocomplete*/
.ui-autocomplete {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 180px;
  font-size: 0.8125em;
}
.ui-autocomplete strong {
  background: #f9dc38;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
  height: 100px;
}
/*#endregion*/
/*#region Datepicker*/
.datepicker {
  display: inline-block;
}
.datepicker .datepicker-wrapper {
  padding-right: 2.2em;
  position: relative;
}
.datepicker .datepicker-wrapper .datepicker-input-wrapper {
  padding-right: 5px;
}
.datepicker .datepicker-wrapper .datepicker-input-wrapper .addclear-wrapper {
  padding-right: 18px;
}
.datepicker .datepicker-wrapper .ui-datepicker-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-left: -1px;
  margin-right: 0;
  padding: 0;
  /* adjust styles for IE 6/7 */
  width: 2.2em;
  /**height: 1.6em;*/
}
.datepicker .datepicker-wrapper .ui-datepicker-toggle:hover,
.datepicker .datepicker-wrapper .ui-datepicker-toggle:focus {
  z-index: 101;
}
.datepicker .datepicker-wrapper .ui-datepicker-toggle .ui-icon {
  background: url(/Content/Themes/jqueryui/images/calendar.png) no-repeat;
}
.datepicker .datepicker-wrapper .ui-datepicker-toggle .ui-icon-calendar {
  background-position: center center;
}
.ui-datepicker {
  font-size: 0.8125em;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  background: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
  border-color: #bbbbbb;
  color: #222222;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-end {
  color: #990000;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-end .ui-state-default {
  background: #ebebeb;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-end .ui-state-highlight,
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
  background: #d9d9d9;
  border-color: #aaaaaa;
  color: #d9d9d9 r;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-end .ui-state-active,
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fceec1), to(#eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1 0%, #eedc94 100%);
  background-image: -moz-linear-gradient(top, #fceec1 0%, #eedc94 100%);
  background-image: linear-gradient(to bottom, #fceec1 0%, #eedc94 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffceec1', endColorstr='#ffeedc94', GradientType=0);
  border-color: #e4c652;
  color: #333333;
}
/*#endregion*/
/*#region Selectmenu*/
.ui-selectmenu-menu {
  position: absolute;
  top: 0;
  z-index: 1005;
  display: none;
  margin: 0;
  padding: 0;
  font-size: 0.8125em;
  cursor: default;
}
.ui-selectmenu-menu .ui-menu {
  padding: 2px;
  margin: 0;
  list-style: none;
  position: relative;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  outline: none;
  /* for optgroups */
}
.ui-selectmenu-menu .ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  width: 100%;
}
.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-dialog .ui-selectmenu-menu {
  font-size: 1em;
}
.ui-selectmenu-button {
  cursor: pointer;
  padding: 0;
  display: block;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  overflow: hidden;
  zoom: 1;
  outline: 0;
  line-height: 1.2;
}
.ui-selectmenu-button span.ui-selectmenu-text,
.ui-selectmenu-button .ui-selectmenu-text {
  line-height: 1.3;
  text-align: left;
  padding: 2px 2.1em 2px .3em;
  display: block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 1.23076923em;
}
.ui-selectmenu-button .ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-menu-popup {
  margin-top: -1px;
}
/*#endregion*/
/*#region Tabs*/
.ui-tabs {
  position: relative;
  zoom: 1;
  padding: 0;
}
.ui-tabs .ui-tabs-nav li:focus {
  outline: 0;
}
.ui-tabs .ui-tabs-nav li .ui-tabs-anchor:focus {
  outline: 0;
}
.ui-tabs .ui-tabs-nav li a {
  border: none;
}
.ui-tabs .ui-widget-header .ui-state-default {
  border: 1px solid #AAA;
  border-bottom: 0;
}
.ui-tabs .ui-tabs-panel {
  padding: 0;
}
.ui-tabs .ui-state-disabled a {
  cursor: not-allowed;
}
.ui-tabs > li.ui-state-disabled {
  display: none;
}
.ui-tabs-disabled {
  display: none;
  /* disabled tabs don't show up */
}
/*#endregion*/
/*#region Dialog*/
.ui-dialog {
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px 6px 6px 6px;
  background-color: white;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  font-size: 0.8125em;
  min-width: 320px;
  /*overflow: hidden;  
    overflow-y: auto;
    max-height: 100%;*/
}
.ui-dialog .ui-dialog-titlebar {
  padding: 5px 15px;
  border: 0 0 0 1px solid;
  border-color: white;
  border-bottom: 1px solid #CCC;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: none;
  text-decoration: none;
  font-size: 18px;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  padding: .3em;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  position: absolute;
  top: 50%;
  right: .3em;
  margin: -20px 0 0 0;
  padding: 1px;
  width: 19px;
  height: 18px;
  border: none;
  border-width: 0;
  background: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  font-weight: bold;
  font-size: 20px;
  line-height: 13.5px;
  -khtml-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:focus {
  padding: 1px;
  -moz-opacity: 0.90;
  opacity: 0.90;
  filter: alpha(opacity=90);
}
.ui-dialog .ui-dialog-content {
  padding: 1em;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  margin: .5em 0 0 0;
  margin-bottom: 0;
  border-width: 1px 0 0 0;
  border-top: 1px solid #DDD;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  background-color: whiteSmoke;
  background-image: none;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  -o-box-shadow: inset 0 1px 0 #ffffff;
  -ms-box-shadow: inset 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  text-align: left;
}
/*#endregion*/
/*#region 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;
}
.ui-widget-overlay {
  background: #aaaaaa 50% 50% repeat-x;
}
/* Tooltip */
body .ui-tooltip {
  border-width: 1px;
  font-size: 0.75em;
}
/*#endregion*/
/*#region Tabs-min*/
.tabs-min {
  background: transparent;
  border: none;
}
.tabs-min .ui-widget-header {
  background: transparent;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.tabs-min .ui-tabs-nav {
  padding: 0;
  margin-bottom: .1em;
}
.tabs-min .ui-tabs-nav .ui-state-default {
  margin: 0 .6em 0;
  /*fix for ie*/
  line-height: 1.25;
  min-height: 2.85em;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  _height: 2.85em;
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
}
.tabs-min .ui-tabs-nav .ui-state-default a {
  padding: 0;
  margin-top: .23em;
  border-bottom: 1px dashed;
}
.tabs-min .ui-tabs-nav .ui-state-active {
  margin: 0;
  border: none;
}
.tabs-min .ui-tabs-nav .ui-state-active a {
  margin: 0;
  border-radius: .3em;
  -moz-box-shadow: inset 0 2px 10px rgba(212, 69, 0, 0.6);
  -o-box-shadow: inset 0 2px 10px rgba(212, 69, 0, 0.6);
  -ms-box-shadow: inset 0 2px 10px rgba(212, 69, 0, 0.6);
  -webkit-box-shadow: inset 0 2px 10px rgba(212, 69, 0, 0.6);
  box-shadow: inset 0 2px 10px rgba(212, 69, 0, 0.6);
  color: #fff;
  border: none;
  -webkit-text-shadow: 0 1px 2px #d44500;
  text-shadow: 0 1px 2px #d44500;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNzQ1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2YzOTk1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYjg4NGEiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #ea7453 0%, #f39953 75%, rgba(235, 136, 74, 0.5) 100%);
  background: -webkit-linear-gradient(top, #ea7453 0%, #f39953 75%, rgba(235, 136, 74, 0.5) 100%);
  background: -ms-linear-gradient(top, #ea7453 0%, #f39953 75%, rgba(235, 136, 74, 0.5) 100%);
  background: linear-gradient(to bottom, #ea7453 0%, #f39953 75%, rgba(235, 136, 74, 0.5) 100%);
  cursor: default;
  padding: .3em .6em;
}
.tabs-min .ui-tabs-nav li.ui-state-active {
  margin-bottom: 0;
  padding-bottom: 0;
}
.tabs-min .ui-tabs-nav .ui-state-default .pseudo_link,
.tabs-min .ui-tabs-nav .ui-state-hover .pseudo_link {
  color: #555555;
  border: none;
}
.tabs-min .ui-tabs-nav .ui-state-active .pseudo_link {
  color: #fff;
  border: none;
}
.ie8 .tabs-min .ui-tabs-nav .ui-state-active a {
  background-color: #ea7453;
}
/*#endregion*/
/*#region Menu*/
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
.ui-selectmenu-menu .ui-menu .ui-state-focus,
.ui-selectmenu-menu .ui-menu .ui-state-active,
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  font-weight: normal;
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
/*#endregion*/

/*! X-editable - v1.4.1 
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */

.editableform {
    margin-bottom: 0; /* overwrites bootstrap margin */
}

.editableform .control-group {
    margin-bottom: 0; /* overwrites bootstrap margin */
    white-space: nowrap; /* prevent wrapping buttons on new line */
}

.editable-buttons {
   display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
   vertical-align: top;
   margin-left: 7px;
   /* inline-block emulation for IE7*/
   zoom: 1; 
   *display: inline;
}



.editable-input {
    vertical-align: top; 
    display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
    width: auto; /* bootstrap-responsive has width: 100% that breakes layout */
    white-space: normal; /* reset white-space decalred in parent*/
   /* display-inline emulation for IE7*/
   zoom: 1; 
   *display: inline;   
}

.editable-buttons .editable-cancel {
   margin-left: 7px; 
}

/*for jquery-ui buttons need set height to look more pretty*/
.editable-buttons button.ui-button-icon-only {
   height: 24px; 
   width: 30px;
}

.editableform-loading {
    background: url(/Content/Themes/jqueryui/images/loading.gif) center center no-repeat;  
    height: 25px;
    width: auto; 
    min-width: 25px; 
}

.editable-inline .editableform-loading {
    background-position: left 5px;      
}

 .editable-error-block {
    max-width: 300px;
    margin: 5px 0 0 0;
    width: auto;
    white-space: normal;
}

/*add padding for jquery ui*/
.editable-error-block.ui-state-error {
    padding: 3px;  
}  

.editable-error {
   color: red;  
}

.editableform .editable-date {
    padding: 0; 
    margin: 0;
    float: left;
}


/* checklist vertical alignment */
.editable-checklist label input[type="checkbox"], 
.editable-checklist label span {
    vertical-align: middle;
    margin: 0;
}

.editable-checklist label {
    white-space: nowrap; 
}

/* set exact width of textarea to fit buttons toolbar */
.editable-wysihtml5 {
    width: 566px; 
    height: 250px; 
}

/* clear button shown as link in date inputs */
.editable-clear {
   clear: both;
   font-size: 0.9em;
   text-decoration: none;
   text-align: right;
}

/* IOS-style clear button for text inputs */
.editable-clear-x {
   background: url(/Content/Themes/jqueryui/images/clear.png) 0 0 no-repeat;
   display: block;
   width: 13px;    
   height: 13px;
   position: absolute;
   opacity: 0.6;
   z-index: 100;
}

.editable-clear-x:hover {
   background-position: 0 -13px;
}
.editable-container {
    max-width: none !important; /* without this rule poshytip/tooltip does not stretch */
}  

.editable-container.popover {
/*   width: 300px;*/  /* debug */
    width: auto; /* without this rule popover does not stretch */
}

.editable-container.editable-inline {
    display: inline-block; 
    vertical-align: middle;
    width: auto;
    /* inline-block emulation for IE7*/
    zoom: 1; 
    *display: inline;    
}

.editable-container.ui-widget {
   font-size: inherit;  /* jqueryui widget font 1.1em too big, overwrite it */
}
.editable-click, 
a.editable-click, 
a.editable-click:hover {
    text-decoration: none;
    border-bottom: dashed 1px #0088cc;
}
.editable-click.editable-disabled, 
a.editable-click.editable-disabled, 
a.editable-click.editable-disabled:hover {
   color: #585858;  
   cursor: default;
   border-bottom: none;
}

.editable-empty, .editable-empty:hover{
  font-style: italic; 
  color: #DD1144;  
  border-bottom: none;
  text-decoration: none;
}

.editable-unsaved {
  font-weight: bold; 
}

.editable-unsaved:after {
/*    content: '*'*/
}

/*
* Custom
*/
.editable-buttons button.ui-button-icon-only {
    height: 1.6em;
}
.editable-buttons .editable-cancel {
    margin-left: 0;
}
a.editable-click:hover {
    border-color: #F0B2B2;    
}
.editable-input input {
    padding-right: 20px;    
}
.input-mini,
input.input-mini {
  width: 60px;
}

.input-small,
input.input-small {
  width: 90px;
}

.input-medium,
input.input-medium {
  width: 150px;
}
.editable-input .hasDatepicker {
    width: 150px;
}

.input-large,
input.input-large {
  width: 210px;
}

.input-xlarge,
input.input-xlarge {
  width: 270px;
}

.input-xxlarge ,
input.input-xxlarge{
  width: 530px;
}
.img-thumb {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    /*-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;*/
    vertical-align: middle;
}
.menu-link {
    padding: 0.86em 10px 0.86em;
    display: block;
}

.menu-link-count {
    background-color: red;
    color: white;
    padding: 0px 3px;
    border-radius: 10px;
    font-weight: bold;
    min-width: 20px;
    line-height: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
}

.update {
    margin-bottom: 3em;
}

.update-title {
    margin-bottom: .5em;
    font-size: 24px;
}

.update-title-link {
    color: #555;
    border-color: rgba(85, 85, 85, 0.27);
}

.update-title-link:visited {
    color: #551a8b;
    border-color: rgba(85, 26, 139, 0.27);
}

.update-title-info {
    margin-top: .5em;
    color: #999;
}

.update-title-info-link {
    color: #999;
    border-color: rgba(153, 153, 153, 0.27);
}

.update-description {
    margin-bottom: .5em;
}
/*#region Print*/
/*------------------------------------*\
    #print
\*------------------------------------*/
@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .button > .caret,
    .dropup > .button > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }
}
/*#endregion*/
/*#region layout*/
/*------------------------------------*\
    #layout
    Wrapper for page content to push down footer
\*------------------------------------*/
body,
#header,
#footer {
    background: url(/Content/themes/jqueryui/images/bg.png);
}

body {
    padding: 0 20px;
    color: #404040;
    font: normal 100% Arial, Helvetica, sans-serif;
    line-height: 1.25;
}

html.blured #layout #content,
html.blured #layout #header,
html.blured #layout #navbar,
html.blured #layout #footer {
    -webkit-filter: blur(3px);
    /*filter: blur(3px);*/
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=3);
    zoom: 1;
}

#layout {
    margin: 0 auto;
    height: auto !important;
    /* real browsers */
    height: 100%;
    /* IE6: treaded as min-height*/
    min-height: 100%;
    /* real browsers */
    position: relative;
}

#header {
    position: relative;
    z-index: 3;
    margin: 0 -20px;
    zoom: 1;
}

    #header .header-inner {
        padding: 0 20px;
    }

        #header .header-inner .division {
            padding: .5em 0;
        }

        #header .header-inner .usr {
            float: right;
            margin-right: 5px;
            padding: .5em 0;
        }

        #header .header-inner .allsystem {
            padding: .5em 0;
        }

#navbar {
    position: relative;
    z-index: 3;
}

#content {
    position: relative;
    z-index: 2;
}

    #content .content-inner {
        padding: .8em 20px 0;
        /*20px*/
    }
/*#endregion*/
/*#region Sticky footer styles*/
* ::selection {
    background: #a8d1ff;
    color: #404040;
}

* ::-moz-selection {
    background: #a8d1ff;
    color: #404040;
}

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}
/*#endregion*/
/*#region Set the fixed height of the footer here */
#push {
    clear: both;
    height: 64px;
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 33px;
    border-top: 1px solid #E5E5E5;
    color: #838383;
    font-family: Arial, sans-serif;
}

.filler {
    position: absolute;
    top: -1000001px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1000000px;
    background: #FFF;
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.065);
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.065);
}

.overflow {
    height: 200px;
}
/*#endregion*/
/*#region Default header styles */
/*------------------------------------*\
    #type
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizeLegibility;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    color: #222222;
    font-style: normal;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    line-height: 1.2125em;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small {
        font-size: 60%;
        color: #6f6f6f;
        line-height: 0;
    }

h1 {
    font-size: 2em;
    font-family: Georgia;
}
/* 26/13 */
h2 {
    font-size: 1.85em;
    font-family: Georgia, serif;
    /*font-weight: normal;*/
}
/* 24/13 */
h3 {
    font-size: 1.7em;
}
/* 22/13 */
h4 {
    font-size: 1.4em;
}
/* 18/13 */
h5 {
    font-size: 1.4em;
}
/* 18/13 */
h6 {
    font-size: 1.2em;
}
/* 16/13 */
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .45em;
    /*margin-top: 20px;*/
}

    h2:first-child,
    h3:first-child,
    h4:first-child,
    h5:first-child,
    h6:first-child,
    h1 + h2,
    h2 + h3,
    h3 + h4,
    h4 + h5,
    h5 + h6 {
        margin-top: 0;
    }

hr {
    border: solid #dddddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25em 0 1.1875em;
    height: 0;
}
/*#endregion*/
/*#region Helpful Typography Defaults*/
em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 60%;
    line-height: inherit;
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: bold;
    color: #7f0a0c;
}

ins {
    text-decoration: none;
}

p {
    margin: 0 0 0.625em;
    /* 0 0 10px */
}
/*#endregion*/
/*#region Lists */
ul,
ol {
    font-size: 1em;
    margin-bottom: 0.625em;
    list-style-position: outside;
    font-family: inherit;
}

    ul li,
    ol li {
        display: block;
        position: relative;
        margin-bottom: .75em;
    }

li > ul.dash,
li > ol {
    margin: .75em 0 1em 1.3em;
}
/* Unordered Lists */
ul li ul,
ul li ol {
    margin-left: 1.25em;
    margin-bottom: 0;
    font-size: 1em;
    /* Override nested font-size change */
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
    list-style: inherit;
}

ul.square {
    list-style-type: square;
}

ul.circle {
    list-style-type: circle;
}

ul.disc {
    list-style-type: disc;
}

ul.no-bullet {
    list-style: none;
}

ul.dash > li:before {
    content: '\2014\a0';
    color: #EA5723;
    float: left;
    margin-left: -1.25em;
    white-space: nowrap;
}

ul.dash li {
    /*behavior: expression( ( !this.before && parentNode && parentNode.tagName == 'UL' ) ? ( this.before = true ) & ( parentNode.style.listStyleImage = 'none' ) & ( ( this.firstChild && this.firstChild.firstChild ) ? ( this.firstChild.style.marginTop = '-1.2em' ) & ( this.firstChild.style.position = 'relative' ) : '' ) & ( eNOBR = document.createElement( '<nobr style="position: relative; display: block; width: 1.25em; left: -1.25em; margin: 0 -1.25em -1.2em 0;" />' ) ) & ( eNOBR.innerHTML = '&mdash;&nbsp;' ) & ( this.insertBefore( eNOBR, this.firstChild ) ) : '' );*/
    margin-left: 1.3em;
}

ul.dash ul > li > *:first-child:-moz-first-node {
    margin-top: -1.2em;
}

ul.dash ul > li > * {
    text-indent: 0;
}
/* Ordered Lists */
ol li ul,
ol li ol {
    margin-left: 1.3em;
}

ol {
    counter-reset: itemFirst;
}

    ol li {
        margin-left: 1.3em;
    }

        ol li:before {
            font-size: inherit;
            content: counter(itemFirst) ".";
            counter-increment: itemFirst;
            margin-left: -1.25em;
            float: left;
        }

li > ol {
    counter-reset: item;
}

    li > ol li {
        margin-left: 1.75em;
    }

        li > ol li:before {
            content: counter(itemFirst) "." counter(item);
            counter-increment: item;
            margin-left: -1.7em;
        }

ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none;
}

ul.inline,
ol.inline {
    margin-left: 0;
    list-style: none;
}

    ul.inline > li,
    ol.inline > li {
        display: inline-block;
        *display: inline;
        padding-right: 5px;
        padding-left: 5px;
        *zoom: 1;
    }
/*#endregion*/
/*#region Links*/
/*------------------------------------*\
    #links
\*------------------------------------*/
a img {
    border: 0;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover,
a:active {
    outline: 0;
}

a:link *,
a:visited *,
.pseudo_link,
ins {
    cursor: pointer;
    zoom: 1;
}

a:link,
a:visited,
.link {
    border-bottom: 1px solid #b2ccf0;
}

a:link,
a:visited,
.pseudo_link,
.navigation a:link,
.navigation a:visited {
    color: #2d83c2;
    text-decoration: none;
}

    a:link:hover,
    a:link:active,
    a:visited:hover,
    a:visited:active {
        border-bottom: 1px solid;
    }

a.pseudo_link:link,
a.pseudo_link:visited,
.pseudo_link {
    border-bottom: 1px dashed #b2ccf0;
}

a:link,
a:visited {
    color: #2d83c2;
    border-color: #b2ccf0;
}

    a:link:hover,
    a:visited:hover,
    .pseudo_link:hover,
    a:hover .pseudo_link,
    a:link:hover .link,
    a:visited:hover .link {
        color: #cc0000;
        border-color: #f0b2b2;
    }

a.noborder:hover,
a.noborder:link,
a.noborder:visited {
    text-decoration: none;
    border: 0;
}
/*#endregion*/
/*#region Base Form*/
/*------------------------------------*\
    #form
\*------------------------------------*/
fieldset {
    border: 0;
    padding: 0;
}

input::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

button,
input {
    *overflow: visible;
    line-height: normal;
    border-radius: 0;
}

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    label,
    select,
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    input[type="radio"],
    input[type="checkbox"] {
        cursor: pointer;
    }

    input[type=text],
    input[type=email],
    input[type=url],
    input[type=password],
    textarea,
    select {
        width: 100%;
    }

        input[type=text]:focus,
        input[type=email]:focus,
        input[type=url]:focus,
        input[type=password]:focus,
        textarea:focus,
        select:focus {
            outline: 0;
        }

    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    .input {
        background-color: #ffffff;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
        -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
        -o-transition: border linear 0.2s, box-shadow linear 0.2s;
        transition: border linear 0.2s, box-shadow linear 0.2s;
    }

    select,
    textarea,
    button,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    .input {
        display: inline-block;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1em;
        color: #555555;
        margin: 0;
        border: 1px solid #d3d3d3;
        vertical-align: middle;
        padding: 2px;
    }

        input[type=email]:hover,
        input[type=number]:hover,
        input[type=password]:hover,
        input[type=tel]:hover,
        input[type=text]:hover,
        input[type=url]:hover,
        textarea:hover,
        .input:hover {
            border: 1px solid #bbbbbb;
            border-top: 1px solid #a0a0a0;
            -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            -o-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            -ms-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        }

    input[type="radio"],
    input[type="checkbox"] {
        margin: 4px 0 0;
        margin-top: 1px;
        *margin-top: 0;
        line-height: normal;
    }

    input[type="file"],
    input[type="image"],
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    input[type="radio"],
    input[type="checkbox"] {
        width: auto;
    }

        input[type="file"]:focus,
        input[type="radio"]:focus,
        input[type="checkbox"]:focus {
            outline: thin dotted #333;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
            /*@color-rgba: rgba(red(@input-border-focus-color), green(@input-border-focus-color), blue(@input-border-focus-color), .6);
    outline: 0;
    border-color: @input-border-focus-color;
    border-color: @color-rgba;
    .box-shadow(~"0 0 2px @{input-border-focus-color}");*/
        }

    select:focus,
    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus {
        outline: 0;
        border-color: #66afe9;
        border-color: rgba(102, 175, 233, 0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 2px #66afe9;
        -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 2px #66afe9;
        -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 2px #66afe9;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 2px #66afe9;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 2px #66afe9;
    }

    input[disabled],
    select[disabled],
    textarea[disabled],
    input[readonly],
    select[readonly],
    textarea[readonly],
    button[disabled] {
        cursor: not-allowed;
        background-color: #EEE;
    }

    input[type="file"] {
        *margin-top: 4px;
        height: 30px;
        line-height: 30px;
        width: auto;
    }

textarea {
    overflow-y: hidden;
    overflow-x: auto;
    resize: none;
    vertical-align: top;
}

select {
    padding: 1px;
}
/*#endregion*/
/*#region Form*/
.display-viewer {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: #555555;
    margin: 0;
    border: 1px solid #d3d3d3;
    vertical-align: middle;
    padding: 2px;
    background-color: #eeeeee;
}

.form-signin .form-bg {
    background: #ffffff;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    margin-bottom: 0;
}

.form-signin input {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.form-signin .form-signin-heading {
    padding: 0;
    font-size: 1.96875em;
    /*31.5/16*/
    margin-bottom: 0.625em;
    /*10/16*/
}

.form {
    color: #555555;
    position: relative;
}

    .form .clear {
        z-index: 100;
    }

    .form input,
    .form select,
    .form textarea {
        position: relative;
        z-index: 100;
    }

    .form .table {
        margin: 0 0 .625em 0;
    }

    .form .form-bg {
        padding: .9375em .9375em .375em .9375em;
        margin-bottom: 1.5em;
        /* 20px/13px */
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .form fieldset {
        position: relative;
    }

    .form legend {
        display: block;
        width: 100%;
        padding: 0;
        float: none;
        overflow: hidden;
        font-size: 1.375em;
        line-height: 2.5em;
        color: #404040;
        border: 0;
        margin-left: 0;
        margin-bottom: 0 !important;
        border-bottom: none !important;
        font-weight: normal;
    }

        .form legend:after {
            display: block;
            height: 15px;
            /* @baseLineHeight; */
            border-top: 1px solid #E5E5E5;
            content: "";
        }

    .form dl {
        clear: both;
        padding: 1px;
        position: relative;
        margin: 0 0 .625em 0;
        *zoom: 1;
    }

        .form dl:after {
            content: ".";
            display: block;
            height: 0;
            line-height: 0;
            clear: both;
            visibility: hidden;
        }

    .form .form-buttons:after {
        content: ".";
        display: block;
        height: 0;
        line-height: 0;
        clear: both;
        visibility: hidden;
    }

    .form dt {
        text-align: left;
        width: 28.5%;
        float: left;
    }

        .form dt label {
            -ms-word-wrap: break-word;
            word-wrap: break-word;
        }

    .form dd {
        width: 70%;
        float: right;
    }

        .form dd .ui-combobox,
        .form dd .datepicker {
            width: 100%;
        }

        .form dd .field-small {
            width: 7em;
        }

        .form dd .field-medium {
            width: 11em;
        }

        .form dd .field-large {
            width: 100%;
        }

.checkbox,
.radio {
    margin: 0 0 .625em 0;
    display: block;
    padding-left: 1.4em;
}

    .radio input[type="radio"],
    .checkbox input[type="checkbox"] {
        float: left;
        margin-left: -1.4em;
        box-shadow: none;
    }

.form-buttons {
    padding-left: 30%;
    background: none;
    margin: 0 0 .625em 0;
}

.field-legend {
    display: block;
    font-size: 85%;
    font-style: italic;
    color: #555555;
    line-height: 1.2em;
    padding-top: .3em;
    clear: both;
}

.form-datepicker-interval .field-legend {
    margin: 0 0 .625em 0;
}
/*#endregion*/
/*#region ReportGenerator*/
/*------------------------------------*\
    #params
\*------------------------------------*/
#params {
    display: block;
}

    #params .dash {
        margin: 0 0 .625em .625em;
    }

.form .form-datepicker-interval {
    margin-bottom: 0;
}

    .form .form-datepicker-interval dt {
        margin-bottom: .625em;
    }

.datepicker-interval .datepicker-interval-wrapper {
    padding-left: 2em;
}

    .datepicker-interval .datepicker-interval-wrapper label {
        margin-left: -2em;
        float: left;
    }

.datepicker-interval .datepicker-interval-left {
    margin-right: .625em;
}

.datepicker-interval .datepicker-interval-left,
.datepicker-interval .datepicker-interval-right {
    float: left;
    margin-bottom: .625em;
}

.interval .interval-left,
.interval .interval-right {
    float: left;
}

.interval .interval-left {
    margin-right: .625em;
    margin-bottom: .625em;
}

    .interval .interval-left .field-wrapper,
    .interval .interval-right .field-wrapper {
        padding-left: 2em;
    }

        .interval .interval-left .field-wrapper label,
        .interval .interval-right .field-wrapper label {
            margin-left: -2em;
            float: left;
        }
/*#endregion*/
/*#region Button*/
/*------------------------------------*\
    #button
\*------------------------------------*/
.table .button {
    font-size: 1.083333333333333em;
    /* 13px/12px */
}

.button {
    display: inline-block;
    *display: inline;
    padding: 4px 14px;
    font-size: 1em;
    margin-bottom: 0;
    *margin-left: .3em;
    line-height: 20px;
    color: #555555;
    text-align: center;
    -webkit-text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#ffffff), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #ffffff 0, #eaeaea 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0, #eaeaea 100%);
    background-image: linear-gradient(to bottom, #ffffff 0, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeaeaea', GradientType=0);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    *border: 0;
    border-color: #EAEAEA #EAEAEA #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    white-space: nowrap;
}

    .button:hover,
    .button:focus,
    .button:active,
    .button.active,
    .button.disabled,
    .button[disabled] {
        color: #333333;
        background-color: #EAEAEA;
        *background-color: #d9d9d9;
    }

    .button:first-child {
        *margin-left: 0;
    }

    .button:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
        /*@color-rgba: rgba(red(@input-border-focus-color), green(@input-border-focus-color), blue(@input-border-focus-color), .6);
    outline: 0;
    border-color: @input-border-focus-color;
    border-color: @color-rgba;
    .box-shadow(~"0 0 2px @{input-border-focus-color}");*/
    }

    .button:focus,
    .button.focus {
        color: #333333;
        text-decoration: none;
        background-position: 0 -15px;
    }

    .button:active,
    .button.active {
        outline: 0;
        background-color: #cccccc;
        background-image: none;
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -o-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -ms-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .button.disabled,
    .button[disabled] {
        cursor: default;
        background-image: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .button.disabled:hover,
        .button[disabled]:hover {
            color: #333;
            text-decoration: none;
        }

    input.loading,
    .button.loading,
    input.loading:hover,
    .button.loading:hover {
        background-position: center;
        background-image: url(/Content/Themes/jqueryui/images/loading.gif);
        background-repeat: no-repeat;
    }

.button-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.button-link {
    color: #0088cc;
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .button-link:hover {
        color: #005580;
        text-decoration: underline;
        background-color: transparent;
    }

.button-primary {
    color: #ffffff;
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #006dcc;
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc 0, #0044cc 100%);
    background-image: -moz-linear-gradient(top, #0088cc 0, #0044cc 100%);
    background-image: linear-gradient(to bottom, #0088cc 0, #0044cc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

    .button-primary:hover,
    .button-primary:focus,
    .button-primary:active,
    .button-primary.active,
    .button-primary.disabled,
    .button-primary.disabled:hover,
    .button-primary[disabled],
    .button-primary[disabled]:hover {
        color: #ffffff;
        background-color: #0044cc;
        *background-color: #003bb3;
    }
/*#endregion*/
/*#region Table*/
/*------------------------------------*\
    #table
\*------------------------------------*/
.table {
    margin: 0 0 1.5em;
    width: 100%;
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-top: 3px solid #c0daed;
    border-left: 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background-color: white;
    color: #404040;
    font-size: 0.9230769230769231em;
    /* 12px/13px */
}

    .table table {
        margin: 0;
        font-size: 1em;
        border-top: 1px;
    }

    .table td,
    .table th {
        padding: 5px;
        line-height: 130%;
        vertical-align: top;
        border-top: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
    }

    .table th {
        background-color: #f0f0e7;
        text-align: center;
        font-weight: bold;
    }

    .table .sortasc,
    .table .sortdesc {
        background-color: #dbd8d5;
    }

    .table tr {
        background-color: #ffffff;
    }

        .table .even,
        .table tr.even,
        .table tr:nth-of-type(even) {
            background: #ffffff;
        }

        .table .odd,
        .table tr.odd,
        .table tr:nth-of-type(odd) {
            background: none repeat scroll 0 0 #f9f9f9;
        }

        .table tr:hover {
            background-color: #ecf3f8;
        }



    .table .deleted,
    .table .deleted:nth-of-type(even),
    .table .deleted:nth-of-type(odd),
    .table .deleted:hover {
        background-color: #c3c3c3;
    }

.table-legend {
    margin: 0 0 0.5em;
    width: 100%;
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background-color: white;
    color: #404040;
    font-size: 0.9230769230769231em;
    /* 12px/13px */
}

    .table-legend td,
    .table-legend th {
        padding: 5px;
        line-height: 130%;
        vertical-align: top;
    }

.success-gradient {
    background-color: #def2da;
    background: repeating-linear-gradient( 135deg, #def2da 5px, #fff 25px );
    /*linear-gradient(to right, #def2da, #fdfffd);*/
}

.warning-gradient {
    background-color: #edf391;
    background: repeating-linear-gradient( 135deg, #edf391 5px, #fff 25px );
    /*linear-gradient(to right, #def2da, #fdfffd);*/
}

.danger-gradient {
    background-color: #f2dede;
    background: repeating-linear-gradient( 135deg, #f2dede 5px, #fff 25px );
    /*linear-gradient(to right, #def2da, #fdfffd);*/
}

.yellow-tbl {
    background-color: #fcf8e3;
}

.red-tbl {
    background-color: #f2dede;
}

.green-tbl {
    background-color: #def2da;
}

.blue-tbl {
    background-color: #d9edf7;
}

.table .contract-selected,
.table .yellow-tbl,
.table .contract-selected:nth-of-type(even),
.table .yellow-tbl:nth-of-type(even),
.table .contract-selected:nth-of-type(odd),
.table .yellow-tbl:nth-of-type(odd),
.table .contract-selected:hover,
.table .yellow-tbl:hover {
    background-color: #fcf8e3;
}

    .table .contract-selected,
    .table .red-tbl,
    .table .contract-selected:nth-of-type(even),
    .table .red-tbl:nth-of-type(even),
    .table .contract-selected:nth-of-type(odd),
    .table .red-tbl:nth-of-type(odd),
    .table .contract-selected:hover,
    .table .red-tbl:hover {
        background-color: #f2dede;
    }



.table .green-tbl,
.table .green-tbl:nth-of-type(even),
.table .green-tbl:nth-of-type(odd),
.table .green-tbl:hover {
    background-color: #def2da;
}



.table .contract-selected,
.table .blue-tbl,
.table .contract-selected:nth-of-type(even),
.table .blue-tbl:nth-of-type(even),
.table .contract-selected:nth-of-type(odd),
.table .blue-tbl:nth-of-type(odd),
.table .contract-selected:hover,
.table .blue-tbl:hover {
    background-color: #d9edf7;
}

    .table .contract-selected,
    .table .success,
    .table .contract-selected:nth-of-type(even),
    .table .success:nth-of-type(even),
    .table .contract-selected:nth-of-type(odd),
    .table .success:nth-of-type(odd),
    .table .contract-selected:hover,
    .table .success:hover {
        background: #def2da;
        cursor: pointer;
    }



.table .selected,
.table .selected:nth-of-type(even),
.table .selected:nth-of-type(odd),
.table .selected:hover {
    background-color: #f8eec0;
}


.table-header a,
.table-header a:hover {
    border-bottom-style: dashed;
}
/*#endregion*/
/*#region Grig*/
/*------------------------------------*\
    #grid
    Grid system
\*------------------------------------*/
.row {
    margin-left: -20px;
    *zoom: 1;
}

    .row:before,
    .row:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .row:after {
        clear: both;
    }

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px;
}

.span12 {
    width: 940px;
}

.span11 {
    width: 860px;
}

.span10 {
    width: 780px;
}

.span9 {
    width: 700px;
}

.span8 {
    width: 620px;
}

.span7 {
    width: 540px;
}

.span6 {
    width: 460px;
}

.span5 {
    width: 380px;
}

.span4 {
    width: 300px;
}

.span3 {
    width: 220px;
}

.span2 {
    width: 140px;
}

.span1 {
    width: 60px;
}

.offset12 {
    margin-left: 980px;
}

.offset11 {
    margin-left: 900px;
}

.offset10 {
    margin-left: 820px;
}

.offset9 {
    margin-left: 740px;
}

.offset8 {
    margin-left: 660px;
}

.offset7 {
    margin-left: 580px;
}

.offset6 {
    margin-left: 500px;
}

.offset5 {
    margin-left: 420px;
}

.offset4 {
    margin-left: 340px;
}

.offset3 {
    margin-left: 260px;
}

.offset2 {
    margin-left: 180px;
}

.offset1 {
    margin-left: 100px;
}

.row-fluid {
    width: 100%;
    *zoom: 1;
}

    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        float: left;
        min-height: 1em;
        margin-left: 2.12765957%;
        *margin-left: 2.07446809%;
    }

        .row-fluid [class*="span"]:first-child {
            margin-left: 0;
        }

    .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 2.12765957%;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851%;
    }

    .row-fluid .span11 {
        width: 91.4893617%;
        *width: 91.43617021%;
    }

    .row-fluid .span10 {
        width: 82.9787234%;
        *width: 82.92553191%;
    }

    .row-fluid .span9 {
        width: 74.46808511%;
        *width: 74.41489362%;
    }

    .row-fluid .span8 {
        width: 65.95744681%;
        *width: 65.90425532%;
    }

    .row-fluid .span7 {
        width: 57.44680851%;
        *width: 57.39361702%;
    }

    .row-fluid .span6 {
        width: 48.93617021%;
        *width: 48.88297872%;
    }

    .row-fluid .span5 {
        width: 40.42553191%;
        *width: 40.37234043%;
    }

    .row-fluid .span4 {
        width: 31.91489362%;
        *width: 31.86170213%;
    }

    .row-fluid .span3 {
        width: 23.40425532%;
        *width: 23.35106383%;
    }

    .row-fluid .span2 {
        width: 14.89361702%;
        *width: 14.84042553%;
    }

    .row-fluid .span1 {
        width: 6.38297872%;
        *width: 6.32978723%;
    }

    .row-fluid .offset12 {
        margin-left: 104.25531915%;
        *margin-left: 104.14893617%;
    }

        .row-fluid .offset12:first-child {
            margin-left: 102.12765957%;
            *margin-left: 102.0212766%;
        }

    .row-fluid .offset11 {
        margin-left: 95.74468085%;
        *margin-left: 95.63829787%;
    }

        .row-fluid .offset11:first-child {
            margin-left: 93.61702128%;
            *margin-left: 93.5106383%;
        }

    .row-fluid .offset10 {
        margin-left: 87.23404255%;
        *margin-left: 87.12765957%;
    }

        .row-fluid .offset10:first-child {
            margin-left: 85.10638298%;
            *margin-left: 85%;
        }

    .row-fluid .offset9 {
        margin-left: 78.72340426%;
        *margin-left: 78.61702128%;
    }

        .row-fluid .offset9:first-child {
            margin-left: 76.59574468%;
            *margin-left: 76.4893617%;
        }

    .row-fluid .offset8 {
        margin-left: 70.21276596%;
        *margin-left: 70.10638298%;
    }

        .row-fluid .offset8:first-child {
            margin-left: 68.08510638%;
            *margin-left: 67.9787234%;
        }

    .row-fluid .offset7 {
        margin-left: 61.70212766%;
        *margin-left: 61.59574468%;
    }

        .row-fluid .offset7:first-child {
            margin-left: 59.57446809%;
            *margin-left: 59.46808511%;
        }

    .row-fluid .offset6 {
        margin-left: 53.19148936%;
        *margin-left: 53.08510638%;
    }

        .row-fluid .offset6:first-child {
            margin-left: 51.06382979%;
            *margin-left: 50.95744681%;
        }

    .row-fluid .offset5 {
        margin-left: 44.68085106%;
        *margin-left: 44.57446809%;
    }

        .row-fluid .offset5:first-child {
            margin-left: 42.55319149%;
            *margin-left: 42.44680851%;
        }

    .row-fluid .offset4 {
        margin-left: 36.17021277%;
        *margin-left: 36.06382979%;
    }

        .row-fluid .offset4:first-child {
            margin-left: 34.04255319%;
            *margin-left: 33.93617021%;
        }

    .row-fluid .offset3 {
        margin-left: 27.65957447%;
        *margin-left: 27.55319149%;
    }

        .row-fluid .offset3:first-child {
            margin-left: 25.53191489%;
            *margin-left: 25.42553191%;
        }

    .row-fluid .offset2 {
        margin-left: 19.14893617%;
        *margin-left: 19.04255319%;
    }

        .row-fluid .offset2:first-child {
            margin-left: 17.0212766%;
            *margin-left: 16.91489362%;
        }

    .row-fluid .offset1 {
        margin-left: 10.63829787%;
        *margin-left: 10.53191489%;
    }

        .row-fluid .offset1:first-child {
            margin-left: 8.5106383%;
            *margin-left: 8.40425532%;
        }

    [class*="span"].hide,
    .row-fluid [class*="span"].hide {
        display: none;
    }

    [class*="span"].pull-right,
    .row-fluid [class*="span"].pull-right {
        float: right;
    }

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}

    .container:before,
    .container:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .container:after {
        clear: both;
    }

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1;
}

    .container-fluid:before,
    .container-fluid:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .container-fluid:after {
        clear: both;
    }
/*#endregion*/
/*#region Pages navigation*/
/*------------------------------------*\
    #pages navigation
\*------------------------------------*/
/*.pages_navigation {
    border-top: 3px solid #EAEAEA;
    margin: 0 0 1.1em;
    padding: 0.3em 0 0;
}*/

.pages_navigation .prev,
.pages_navigation .next {
    margin: 0 0 0 1em;
}

.pages_navigation .numbers {
    margin: 0.5em 0 0;
}

    .pages_navigation .numbers a,
    .pages_navigation .numbers b {
        display: inline-block;
    }

    .pages_navigation .numbers a {
        margin: .2em .6em .2em 0;
    }

    .pages_navigation .numbers b {
        cursor: default;
        color: #FFF;
        font-weight: normal;
        margin: 0 .6em 0 0;
        padding: .2em .5em;
        border: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-image: -webkit-gradient(linear, left 0, left 100%, from(#f07c01), to(#df3806));
        background-image: -webkit-linear-gradient(top, #f07c01 0, #df3806 100%);
        background-image: -moz-linear-gradient(top, #f07c01 0, #df3806 100%);
        background-image: linear-gradient(to bottom, #f07c01 0, #df3806 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff07c01', endColorstr='#ffdf3806', GradientType=0);
    }

.ie8 .pages_navigation .numbers b {
    background-color: #ea7453;
}
/*#endregion*/
/*#region Misc*/
/*------------------------------------*\
    #misc
\*------------------------------------*/
.copy {
    margin: 0.625em 0;
    /* 10px/16px 0 */
    font-size: 0.75em;
    /* 12px/16px */
    text-align: center;
    position: relative;
    color: #999999;
}

.content {
    font-size: 0.8125em;
    /* 13px/16px */
}

.drag-content {
    position: relative;
    overflow: hidden;
    cursor: url(/Content/grabbing.cur), move;
}

.caption {
    font-size: 1.3125em;
    font-weight: normal;
    line-height: 1.3125em;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.center-pointer {
    text-align: center;
    cursor: pointer;
}

.phones {
    white-space: nowrap;
}

.icon {
    width: 16px;
    height: 16px;
    margin: 0 -16px 0 0;
    display: inline-block;
    position: relative;
    background: url(/Content/themes/jqueryui/smoothness/images/ui-icons_888888_256x240.png) 0 0 no-repeat;
    vertical-align: -2px;
}

.waiting-ajax {
    background: transparent url(/Content/themes/jqueryui/images/loading-big.gif) no-repeat center;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}

.clear {
    background: url(/Content/themes/jqueryui/images/clear.png) no-repeat;
    background-position: 0 0;
    display: block;
    width: 13px;
    height: 13px;
    top: 0.8461538461538462em;
    /* 11px/13px */
    right: 6.5px;
    margin-top: -6.5px;
    position: absolute;
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: pointer;
}

    .clear:hover {
        background-position: 0 -13px;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.loading {
    background-position: center;
    background-image: url(/Content/themes/jqueryui/images/loading.gif);
    background-repeat: no-repeat;
}

.preform .loading {
    width: 16px;
    height: 16px;
}

.muted {
    color: #999999;
}

.disabled {
    color: #777777;
}

.selected {
    background-color: #f8eec0;
}

.success {
    background-color: #def2da;
}

.grid-disabled {
    background-color: #d2d2d2;
}

    .grid-disabled:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .green:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
        background-color: #d2d2d2;
    }

.grid-dependend {
    background-color: #d9edf7;
}

    .grid-dependend:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .green:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
        background-color: #d9edf7;
    }

.grid-success {
    background-color: #dff0d8;
}

    .grid-success:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .green:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
        background-color: #dff0d8;
    }



.finded {
    background-color: #f9dc38;
    border-color: #c09853;
}

.pointer {
    cursor: pointer;
}

.footnotes {
    border-top: 1px dashed #666;
    margin-bottom: 1.2em;
    padding: .6em .5em 0;
    font-size: 85%;
    line-height: 1.3;
}

.footnote {
    display: inline-block;
    vertical-align: top;
    top: -0.2em;
    line-height: 1;
    font-size: 75%;
}

.fixed {
    position: fixed !important;
}
/*#endregion*/
/*#region Validation*/
/*------------------------------------*\
    #validation
\*------------------------------------*/
.error input,
.error select,
.error textarea,
.error .ui-widget input,
.error .ui-widget select,
.error .ui-widget textarea {
    border-color: #DD4B39;
}

    .error input:focus,
    .error select:focus,
    .error textarea:focus,
    .error .ui-widget input:focus,
    .error .ui-widget select:focus,
    .error .ui-widget textarea:focus,
    .error input:hover,
    .error select:hover,
    .error textarea:hover,
    .error .ui-widget input:hover,
    .error .ui-widget select:hover,
    .error .ui-widget textarea:hover {
        border-color: #dd4b39;
        border-color: rgba(221, 75, 57, 0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgb(221, 75, 57);
        -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgb(221, 75, 57);
        -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgb(221, 75, 57);
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgb(221, 75, 57);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgb(221, 75, 57);
    }

.validation-summary-valid {
    display: none;
}

.field-validation-error {
    display: block;
    font-size: 85%;
    line-height: 1.2em;
    padding-top: .3em;
    clear: both;
}

.required {
    cursor: help;
}

.required,
.validation-summary-errors,
.field-validation-error {
    color: #DD4B39;
}
/*#endregion*/
/*#region fileinput*/
/*------------------------------------*\
    #fileinput
    jQuery File Upload
\*------------------------------------*/
.ui-widget .fileinput-button input {
    font-size: 1.769230769230769em;
    /* 23px/13px */
    height: 30px;
    line-height: 30px;
    border: 0;
    vertical-align: middle;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 4px;
    *line-height: 24px;
}

.fileinput-button-float-none {
    float: none;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translate(-300px, 0) scale(4);
    -ms-transform: translate(-300px, 0) scale(4);
    -o-transform: translate(-300px, 0) scale(4);
    -webkit-transform: translate(-300px, 0) scale(4);
    transform: translate(-300px, 0) scale(4);
    font-size: 1.769230769230769em;
    /* 23px/13px */
    direction: ltr;
    cursor: pointer;
}
/* Fix for IE 6: */
* html .fileinput-button {
    margin: 1px -3px 0 0;
}
/*#endregion*/
/*#region Alert*/
/*------------------------------------*\
    #alert
\*------------------------------------*/
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 15px;
    -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .alert,
    .alert h4 {
        color: #c09853;
    }

        .alert h4 {
            margin: 0;
        }

        .alert .close {
            position: relative;
            top: -2px;
            right: -21px;
            line-height: 20px;
            font-size: 1.1428571428571428571428571428571em;
        }

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success h4 {
        color: #468847;
    }

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

    .alert-danger h4,
    .alert-error h4 {
        color: #b94a48;
    }

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info h4 {
        color: #3a87ad;
    }

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

    .alert-block > p,
    .alert-block > ul {
        margin-bottom: 0;
    }

    .alert-block p + p {
        margin-top: 5px;
    }

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
/*#endregion*/
/*#region Acts*/
/*------------------------------------*\
    #acts
\*------------------------------------*/

.acts,
.files {
    margin: 0;
}

    .acts a:link,
    .files a:link,
    .acts a:visited,
    .files a:visited {
        margin: 0 1em 1em 0;
    }

.table .acts a:link,
.table .acts a:visited,
.table .files a:link,
.table .files a:visited {
    margin: 0 1em .5em 0;
}

.acts a:link,
.acts a:visited,
.files a:link,
.files a:visited,
.table .acts a:link,
.table .acts a:visited,
.table .files a:link,
.table .files a:visited {
    display: -moz-inline-stack;
    display: inline-block;
    white-space: nowrap;
    zoom: 1;
    *display: inline;
}

.act {
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}

    .act i {
        width: 16px;
        height: 16px;
        display: inline-block;
        position: relative;
        background: url(/Content/themes/jqueryui/images/act-icons.png) 0px 0px no-repeat;
        vertical-align: middle;
        margin: -3px 3px 0 0;
    }

.act-calendar i {
    background-position: 0 0;
}

.act-add i {
    background-position: -16px 0;
}

.act-add span {
    color: #73A110;
    border-color: #5b800d;
}

.act-delete i {
    background-position: -32px 0;
}

.act-refresh i {
    background-position: -48px 0;
}

.act-edit i {
    background-position: -64px 0;
}

.act-clip i {
    background-position: -80px 0;
}

.act-down i {
    background-position: -96px 0;
}

.act-up i {
    background-position: -112px 0;
}

.act-logon i {
    background-position: -128px 0;
}

.act-logoff i {
    background-position: -144px 0;
}

.act-change-password i {
    background-position: -160px 0;
}

.act-back i,
.act-open i {
    background: none;
}

.act-other i {
    display: none;
}
/*#endregion*/
/*#region File*/
/*------------------------------------*\
    #file
\*------------------------------------*/
.file i {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    background: url(/Content/themes/jqueryui/images/file-icons.png) 0px 0px no-repeat;
    vertical-align: middle;
    margin: -3px 3px 0 0;
}

.file-common i {
    background-position: 0 0;
}

.file-excel i {
    background-position: -16px 0;
}

.file-jpg i {
    background-position: -32px 0;
}

.file-tif i {
    background-position: -48px 0;
}

.file-rar i {
    background-position: -64px 0;
}

.file-pdf i {
    background-position: -80px 0;
}

.file-word i {
    background-position: -96px 0;
}
.file-blank i {
    background-position: -112px 0;
}
/*#endregion*/
/*#region Filter*/
/*------------------------------------*\
    #filter
\*------------------------------------*/
.header-title-filter {
    display: inline-block;
}

.filter {
    position: relative;
    display: block;
}

    .filter .form-bg {
        background: #F7F7F9;
        border: 1px solid #E1E1E8;
        margin-bottom: 1em;
    }

.filter_control {
    margin: 0 0 .9375em;
    display: inline-block;
    color: #000;
    font-weight: bold;
    border-color: #b6ad9b;
    text-transform: uppercase;
    margin-right: 6px;
}

.filter_legend {
    display: block;
    width: 100%;
    padding: 0;
    float: none;
    overflow: hidden;
    font-size: 1.375em;
    line-height: 2.5em;
    color: #404040;
    border: 0;
    margin-left: 0;
    margin-bottom: 0 !important;
    border-bottom: none !important;
    font-weight: normal;
}

.for_view {
    margin: 0 0 .9375em;
    display: inline-block;
    color: #000;
}

    .filter_control i,
    .for_view i {
        width: 16px;
        height: 16px;
        margin: 0 -16px 0 0;
        display: inline-block;
        position: relative;
        background: url(/Content/themes/jqueryui/smoothness/images/ui-icons_888888_256x240.png) 0 0 no-repeat;
        vertical-align: -2px;
        background-position: -64px -16px;
    }

.filter_control__open i,
.for_view__open i {
    background-position: 0 -16px;
}
/*#endregion*/
/*#region Menu*/
/*------------------------------------*\
    #menu
\*------------------------------------*/
.nav {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none;
}

    .nav > li > a {
        display: block;
    }

        .nav > li > a:hover,
        .nav > li > a:focus {
            text-decoration: none;
            background-color: #eeeeee;
        }

    .nav li {
        border-right: 1px solid white;
        position: relative;
        margin-bottom: 0;
    }

        .nav li:hover > a,
        .nav .hover > a {
            -webkit-transition: color 0.3s ease-out;
            /* Chrome 1-25, Safari 3.2+ */
            -moz-transition: color 0.3s ease-out;
            /* Firefox 4-15 */
            -o-transition: color 0.3s ease-out;
            /* Opera 10.50–12.00 */
            transition: color 0.3s ease-out;
            /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
            color: #333333;
            text-decoration: none;
            background-color: #eeeeee;
        }

.navbar {
    *position: relative;
    *z-index: 3;
    overflow: visible;
}

.navbar-inner {
    min-height: 40px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #e3e3e3;
    *zoom: 1;
}

    .navbar-inner:before,
    .navbar-inner:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .navbar-inner:after {
        clear: both;
    }

.navbar .container {
    width: auto;
}

.nav-collapse.collapse {
    height: auto;
    overflow: visible;
}

.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    line-height: 1.6;
}

    .navbar .nav > li {
        float: left;
    }

    .navbar .nav li a {
        float: none;
        padding: 10px 0.71428571428571428571428571428571em 10px;
        /*10px 10px / 14px 10px*/
        color: #777777;
        text-decoration: none;
        -webkit-text-shadow: 0 1px 0 #ffffff;
        text-shadow: 0 1px 0 #ffffff;
        border: 0;
    }

    .navbar .nav .active > a,
    .navbar .nav .active > a:hover,
    .navbar .nav .active > a:focus {
        color: #555555;
        text-decoration: none;
        background-color: #e5e5e5;
        -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    }

.nav li ul a:hover {
    color: #005580;
    background-color: whiteSmoke;
}

.navbar .nav li ul a {
    padding: 3px 0.71428571428571428571428571428571em 3px;
    /* 3px 10px / 14px 3px */
}

.nav ul {
    position: absolute;
    left: 0;
    z-index: 1000;
    display: none;
    margin: 0 0 0 0;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.nav li:hover > ul {
    /*opacity: 1;
    visibility: visible;
    margin: 0;
    display: block;*/
}

.nav ul ul {
    top: 0;
    left: 100%;
    margin: 0 0 0 .25em;
    _margin: 0;
    /*IE6 only*/
    -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.3);
}

.nav ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0;
    /*IE6 only*/
}

    .nav ul li:last-child {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.nav ul a {
    display: block;
    float: none;
    text-transform: none;
}

.nav ul span {
    color: gray !important;
}

.nav ul li:first-child > a {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

    .nav ul li:first-child > a:after {
        content: '';
        position: absolute;
        left: 40px;
        top: -0.25em;
        border-left: .25em solid transparent;
        border-right: .25em solid transparent;
        border-bottom: .25em solid #444;
    }

.nav ul ul li:first-child a:after {
    left: -0.25em;
    top: 50%;
    margin-top: -0.25em;
    border-left: 0;
    border-bottom: .25em solid transparent;
    border-top: .25em solid transparent;
    border-right: .25em solid #3b3b3b;
}

.nav ul li:first-child a:hover:after {
    border-bottom-color: #555;
}

.nav ul ul li:first-child a:hover:after {
    border-right-color: #0299d3;
    border-bottom-color: transparent;
}

.nav ul li:last-child > a {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.nav ul li:only-child > a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

    .collapse.in {
        height: auto;
    }
/*#endregion*/
/*#region Button-navbar*/
.navbar .button-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-right: 5px;
    margin-left: 5px;
    color: #ffffff;
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    *background-color: #e5e5e5;
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    background-repeat: repeat-x;
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

    .navbar .button-navbar:hover,
    .navbar .button-navbar:focus,
    .navbar .button-navbar:active,
    .navbar .button-navbar.active,
    .navbar .button-navbar.disabled,
    .navbar .button-navbar[disabled] {
        color: #ffffff;
        background-color: #e5e5e5;
        *background-color: #d9d9d9;
    }

    .navbar .button-navbar:active,
    .navbar .button-navbar.active {
        background-color: #cccccc;
        background-image: none;
    }

    .navbar .button-navbar .icon-bar {
        display: block;
        width: 18px;
        height: 2px;
        background-color: #f5f5f5;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    }

.button-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}

.navbar .button {
    margin-top: 5px;
    margin-bottom: 5px;
}
/*#endregion*/
/*#region Dropdown*/
/*------------------------------------*\
    #dropdown
\*------------------------------------*/
.dropdown {
    position: relative;
}
/*.dropdown-toggle { *margin-bottom: -3px; }*/
.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0;
}

.dropdown .icon {
    margin-right: 0;
    background-position: -64px -16px;
}

.dropdown-menu {
    position: absolute;
    left: 0;
    z-index: 1000;
    display: none;
    margin: 0 0 0 0;
    min-width: 160px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        *width: 100%;
        height: 1px;
        margin: 9px 1px;
        *margin: -5px 0 5px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid #ffffff;
    }

    .dropdown-menu > li > a {
        display: block;
        clear: both;
        font-weight: normal;
        white-space: nowrap;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: default;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.open {
    *z-index: 1000;
}

    .open > .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        float: right;
        width: 0;
        height: 0;
        margin-top: 5px;
        margin-right: -10px;
        border-color: transparent;
        border-left-color: #cccccc;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        content: " ";
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.dropdown .dropdown-menu .nav-header {
    padding-right: 20px;
    padding-left: 20px;
}
/*#endregion*/
/*#region Foldable*/
/*------------------------------------*\
    #foldable
\*------------------------------------*/
.foldable_control i {
    position: absolute;
    left: -20px;
    display: inline-block;
    margin: 0 -16px 0 0;
    width: 16px;
    height: 16px;
    background: url(/Content/themes/jqueryui/smoothness/images/ui-icons_888888_256x240.png) 0 0 no-repeat;
    background-position: -32px -16px;
    vertical-align: -2px;
}

.unfolded i {
    background-position: -64px -16px;
    position: absolute;
    left: -20px;
}

.foldable {
    margin-top: 0.5em;
}

    .foldable ul {
        margin: 0 0 0 20px;
        padding: 0;
        *list-style-image: url(/Content/Themes/jqueryui/images/li.gif);
    }

        .foldable ul li {
            padding: 1px;
            margin: 0 0 0 1.8em;
            /*behavior: expression( (!this.before && parentNode && parentNode.tagName == 'UL') ? (this.before = true) & (parentNode.style.listStyleImage = 'none') & (eNobr = document.createElement('<nobr class="dash" />')) & (eNobr.innerHTML = '&mdash;&nbsp;') & (this.insertBefore(eNobr, this.firstChild)) : '');*/
        }

        .foldable ul > li:before {
            content: '\2014\a0';
            color: #C0DAED;
            float: left;
            margin-left: -1.8em;
            padding-right: 0.5em;
            white-space: nowrap;
        }

.all_foldable_control .pseudo_link {
    border-bottom-style: dashed;
}

.all_foldable_control {
    margin: 0 1em 1em 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

    .all_foldable_control i {
        width: 16px;
        height: 16px;
        margin: 0 -16px 0 0;
        display: inline-block;
        position: relative;
        background: url(/Content/themes/jqueryui/smoothness/images/ui-icons_888888_256x240.png) 0 0 no-repeat;
        vertical-align: -2px;
        background-position: -64px -16px;
    }

.all_unfolded i {
    background-position: 0 -16px;
}

.foldable + .foldable_control {
    margin-top: 0.5em;
    margin-bottom: 0;
}
/*#endregion*/
/*#region itemableForm*/
.form-section-hidden {
    display: none;
}

    .form-section-hidden .line {
        border-top: 1px dotted #cccccc;
        margin-top: .625em;
        padding-top: 1.5em;
    }

.form-section-hide {
    position: absolute;
    top: .625em;
    right: 0;
    color: #cc0000;
    margin: 0 2em 0 0;
}

.form-hidden-sections {
    clear: left;
    float: left;
    padding: .5em 0;
}

    .form-hidden-sections div {
        margin: 0 0 .3em;
    }

    .form-hidden-sections a {
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }
/*#endregion*/
.contract .contract-number,
.contract .contract-select {
    margin-right: .25em;
}

.fixed-title-fixed {
    visibility: hidden;
}

.fixed-title-fake {
    position: fixed;
    top: 0;
    z-index: 1;
}
/*#region to top*/
/*------------------------------------*\
    #to top
\*------------------------------------*/
.to_top {
    display: none;
    z-index: 4;
}

    .to_top .to_top_panel {
        display: none;
    }
/* Large desktop */
@media (min-width: 1024px) {
    .to_top {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 20px;
        opacity: 0.3;
        filter: alpha(opacity=30);
        display: none;
    }

        .to_top:hover {
            opacity: 0.9;
            filter: alpha(opacity=90);
        }

            .to_top:hover .to_top_panel {
                cursor: pointer;
                background: url(/Content/Themes/jqueryui/images/to_top_bg.png);
            }

            .to_top:hover .close_panel {
                display: block;
            }

        .to_top .to_top_panel {
            display: block;
            width: 100%;
            height: 100%;
            font-size: 11px;
            color: #4d7285;
            padding-top: 10px;
            position: relative;
        }

        .to_top .close_panel {
            position: absolute;
            bottom: 20px;
            left: 0px;
            right: 0px;
            text-align: center;
            line-height: 8px;
            font-family: tahoma, arial, verdana, sans-serif;
            display: none;
        }

        .to_top .to_top_button {
            text-align: left;
            line-height: 8px;
            margin-left: 5px;
            font-family: tahoma, arial, verdana, sans-serif;
            font-weight: bold;
        }

            .to_top .to_top_button .arrow {
                font-size: 14px;
                font-weight: bold;
                font-family: tahoma;
                vertical-align: middle;
            }
        /* стиль для mini панели */
        .to_top .to_top_panel .arrow {
            font-size: 20px;
        }

        .to_top .to_top_panel .label {
            display: none;
        }
}
/*#endregion*/
/*#region Update*/
/*------------------------------------*\
    #update
\*------------------------------------*/
.update {
    margin-bottom: 3em;
}

.update-title {
    margin-top: .625em;
}

.update-date {
    color: #999;
    margin-bottom: .625em;
}

.update-description {
    margin-bottom: .625em;
}
/*#endregion*/
/*#region ShowPassword*/
/*------------------------------------*\
    #show-password
\*------------------------------------*/
.show-password-link {
    display: block;
    position: absolute;
    z-index: 1004;
    background-image: url(/Content/themes/jqueryui/images/eye.png);
    width: 16px;
    height: 16px;
}

a.show-password-link,
a.show-password-link:hover {
    border: 0 none;
}

.invisible .show-password-link {
    background-position: 16px 0px;
}

.password-showing {
    position: absolute;
    z-index: 10;
}
/*#endregion*/
/*#region AddClear*/
/*------------------------------------*\
    #addclear
\*------------------------------------*/
.addclear-wrapper {
    position: relative;
    padding-right: 24px;
}

    .addclear-wrapper .addclear-field {
        padding-right: 20px;
    }

.addclear-icon {
    background: url(/Content/themes/jqueryui/images/clear.png) no-repeat;
    background-position: 0 0;
    display: block;
    width: 13px;
    height: 13px;
    top: 0.80em;
    /* 10.5px/13px */
    right: 0;
    margin-top: -6.5px;
    position: absolute;
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: pointer;
}

    .addclear-icon:hover {
        background-position: 0 -13px;
        opacity: 1;
        filter: alpha(opacity=100);
    }
/*#endregion*/
/*#region Field Wrapper*/
.field-wrapper {
    padding-right: 6px;
    position: relative;
}

    .field-wrapper .addclear-wrapper {
        padding-right: 18px;
    }

    .field-wrapper .show-password {
        padding-right: 18px;
    }

        .field-wrapper .show-password input {
            padding-right: 20px;
        }
/*#endregion*/
/*#region badge*/
/*------------------------------------*\
    #badge
\*------------------------------------*/
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 0.75em;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px;
    text-shadow: none;
}

    .badge:empty {
        display: none;
    }

.button .badge {
    position: relative;
    top: -1px;
}

.button-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #2d83c2;
    background-color: #ffffff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}
/*#endregion*/
/*#region slick-grid*/
/*------------------------------------*\
    #slick-grid
\*------------------------------------*/
.slick-grid .even {
    background: #ffffff;
}

.slick-grid .odd {
    background: #f9f9f9;
}

.slick-grid .active {
    background: #f8eec0;
}

.slick-grid .slick-cell,
.slick-grid .slick-headerrow-column {
    border-right: 1px dotted #dddddd;
    border-bottom-color: #dddddd;
}

    .slick-grid .slick-cell.editable {
        z-index: 11;
        overflow: visible;
        background: #FFF;
        border-color: #c09853;
        border-style: solid;
    }

    .slick-grid .slick-cell.active {
        z-index: 11;
        border-color: #c09853;
        border-style: solid;
    }

.slick-longtext {
    z-index: 10000;
    position: absolute;
    background: white;
    padding: .625em;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.slick-longtext-textarea {
    width: 250px;
    height: 80px;
    margin-bottom: .625em;
    resize: both;
}

.find-event {
    color: red;
}
/*#endregion*/

/*UserInfo*/

.user-info-qtip .user-info__container {
    padding: 0.25rem 0.5rem;
}

.user-info__container {
    
    /*padding: 6px;*/
}

.user-info__photo {
    float: left;
}

.user-info__content {
    padding-left: 220px;
}

.user-info__name {
    font-weight: bold;
}

.user-info__item {
    margin-bottom: .5rem;
}

.user-info__item_last {
    margin-bottom: 0;
}



.ui-combobox .ui-combobox-toggle {
    z-index: 999
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .primary {
    margin: 0 -20px;
  }
  .ui-widget-header {
    background: #CCC;
  }
  #header .header-inner .usr {
    float: none;
  }
  #layout .ui-multiselect .available,
  #layout .ui-multiselect .selected {
    width: 100%;
    float: none;
  }
  #layout .ui-multiselect .right-column .ui-widget-header,
  #layout .ui-multiselect .right-column .list {
    border-left: none;
  }
  #layout .ui-multiselect .right-column .ui-widget-header {
    border-top: 1px solid #D3D3D3;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    float: left;
    min-height: 1em;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362974%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961265%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923076%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435351%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144752%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145294%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396256%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017093%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008546%;
    *margin-left: 8.440625568285142%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    float: left;
    min-height: 1em;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903607%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519336%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359116%;
    *width: 65.69266486422945%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890088%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441988%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332078%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409426%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
}
@media (max-width: 767px) {
  .form-section-hide {
    top: .2em;
    margin-right: 0;
  }
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  /* form
  ----------------------------------*/
  .form-buttons button,
  .form-buttons button:disabled:active,
  .form-buttons a.button,
  .form-buttons input:disabled:active,
  .form-buttons input.button,
  .form-buttons input {
    width: 100%;
  }
  .form dd .field-small,
  .form dd .field-medium {
    width: 100%;
  }
  .form dt,
  .form dd {
    width: 100%;
    float: none;
  }
  .form dt label {
    display: block;
    margin-bottom: .3125em;
    /*5px/16px*/
  
  }
  .form .form-buttons {
    padding-left: 0;
  }
  #layout .ui-multiselect .field-wrapper {
    float: none;
    width: auto;
  }
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .button {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .button-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -o-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .button-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 979px + 1) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

.form-signin .field-wrapper { padding-right: 9px; position: relative; }

.show-password-link {
    display: block;
    position: absolute;
    z-index: 100;
    background-image: url(/Content/themes/jqueryui/images/eye.png);
    width: 16px;
    height: 16px;
}
#container .wrapper
a.show-password-link,
a.show-password-link:hover { border: 0 none; }

.invisible .show-password-link { background-position: 16px 0px; }

.password-showing { position: absolute; z-index: 10; }

#container {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    overflow: visible;
    visibility: visible;
    display: block;
}

    #container .wrapper {
        margin-left: -200px;
        position: absolute;
        top: -9em;
        left: 50%;
        width: 29em;
        visibility: visible;
        text-align: left;
    }

.helper {
    display: -moz-inline-box;
    display: inline-block;
    height: 100%;
    width: 0px;
    vertical-align: middle;
    zoom: 1;
    //display:inline;
}

body {
    /*background-color: whiteSmoke;*/
}


div.jGrowl {
	z-index: 			9999;
	color: 				#fff;
	font-size: 			12px;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
div.jGrowl {
	position:			absolute;
}

body > div.jGrowl {
	position:			fixed;
}

div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	/*background-color: 		#000;*/
	opacity: 				1;
	-ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=100); 
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
	margin: 				10px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
	font-weight: 			bold;
	font-size:				.85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}


div.jGrowl .success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
div.jGrowl .danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
div.jGrowl div.jGrowl-notification {
    min-height: 20px;
}
div.jGrowl {
    color: #404040;    
}
