/* Minification failed. Returning unminified contents.
(5683,1): run-time error CSS1019: Unexpected token, found '@import'
(5683,9): run-time error CSS1019: Unexpected token, found 'url("../ej.widgets.core.min.css")'
(5684,1): run-time error CSS1019: Unexpected token, found '@import'
(5684,9): run-time error CSS1019: Unexpected token, found 'url("ej.theme.min.css")'
(5909,5): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(5910,14): run-time error CSS1035: Expected colon, found '{'
(8116,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(8117,10): run-time error CSS1035: Expected colon, found '{'
(8126,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(8127,10): run-time error CSS1035: Expected colon, found '{'
(8136,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(8137,10): run-time error CSS1035: Expected colon, found '{'
(8156,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(8157,10): run-time error CSS1035: Expected colon, found '{'
(8166,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(8167,10): run-time error CSS1035: Expected colon, found '{'
(8176,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(8177,10): run-time error CSS1035: Expected colon, found '{'
(8186,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(8187,10): run-time error CSS1035: Expected colon, found '{'
(8206,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(8207,10): run-time error CSS1035: Expected colon, found '{'
 */
/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

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

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


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


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

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

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

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

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

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

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

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,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");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: 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-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

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

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.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: Trebuchet MS,Tahoma,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: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	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 #fbcb09;
	background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.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: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top 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: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_ffd27a_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: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}

@charset "UTF-8";

@font-face {
  font-family: "apteanico-mini";
  src:url("../fonts/apteanico-mini.eot");
  src:url("../fonts/apteanico-mini.eot?#iefix") format("embedded-opentype"),
    url("../fonts/apteanico-mini.woff") format("woff"),
    url("../fonts/apteanico-mini.ttf") format("truetype"),
    url("../fonts/apteanico-mini.svg#apteanico-mini") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "apteanico-mini" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "apteanico-mini" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-about:before {
  content: "\e000";
}
.icon-add:before {
  content: "\e001";
}
.icon-address-book2:before {
  content: "\e002";
}
.icon-alarmclock:before {
  content: "\e003";
}
.icon-antenna:before {
  content: "\e004";
}
.icon-arrow-join:before {
  content: "\e005";
}
.icon-arrow-circle2:before {
  content: "\e006";
}
.icon-arrow-cross:before {
  content: "\e007";
}
.icon-arrow-join2:before {
  content: "\e008";
}
.icon-arrow-spread:before {
  content: "\e009";
}
.icon-arrow-spread2:before {
  content: "\e00a";
}
.icon-arrow-u-turn:before {
  content: "\e00b";
}
.icon-arrow-up:before {
  content: "\e00c";
}
.icon-arrow-up-left:before {
  content: "\e00d";
}
.icon-arrow-up-right:before {
  content: "\e00e";
}
.icon-bag:before {
  content: "\e00f";
}
.icon-bags:before {
  content: "\e010";
}
.icon-barcode:before {
  content: "\e012";
}
.icon-barcode-scanner:before {
  content: "\e011";
}
.icon-bars:before {
  content: "\e013";
}
.icon-beaker:before {
  content: "\e014";
}
.icon-beaker2:before {
  content: "\e015";
}
.icon-bell:before {
  content: "\e016";
}
.icon-bible:before {
  content: "\e017";
}
.icon-blackboard:before {
  content: "\e018";
}
.icon-book:before {
  content: "\e019";
}
.icon-book2:before {
  content: "\e01a";
}
.icon-book-bookmark:before {
  content: "\e01b";
}
.icon-books:before {
  content: "\e01c";
}
.icon-box-closed:before {
  content: "\e01d";
}
.icon-box-into:before {
  content: "\e01e";
}
.icon-box-open:before {
  content: "\e01f";
}
.icon-box-out:before {
  content: "\e020";
}
.icon-box-software:before {
  content: "\e021";
}
.icon-box-tall:before {
  content: "\e022";
}
.icon-breakpoint-selection:before {
  content: "\e023";
}
.icon-breakpoint:before {
  content: "\e024";
}
.icon-breakpoints:before {
  content: "\e025";
}
.icon-breakpoints-selection:before {
  content: "\e026";
}
.icon-briefcase2-document:before {
  content: "\e027";
}
.icon-briefcase-document:before {
  content: "\e028";
}
.icon-briefcase2:before {
  content: "\e029";
}
.icon-briefcase:before {
  content: "\e02a";
}
.icon-businessmen:before {
  content: "\e02b";
}
.icon-businesspeople:before {
  content: "\e02c";
}
.icon-businessperson:before {
  content: "\e02d";
}
.icon-businessperson2:before {
  content: "\e02e";
}
.icon-businesswoman:before {
  content: "\e02f";
}
.icon-cabinet:before {
  content: "\e030";
}
.icon-cabinet2:before {
  content: "\e031";
}
.icon-calculator:before {
  content: "\e032";
}
.icon-calendar:before {
  content: "\e033";
}
.icon-calendar-1:before {
  content: "\e034";
}
.icon-calendar-3:before {
  content: "\e035";
}
.icon-calendar-5:before {
  content: "\e036";
}
.icon-calendar-7:before {
  content: "\e037";
}
.icon-calendar-31:before {
  content: "\e038";
}
.icon-calendar-52:before {
  content: "\e039";
}
.icon-calendar-clock:before {
  content: "\e03a";
}
.icon-calibration-mark:before {
  content: "\e03b";
}
.icon-can-closed:before {
  content: "\e03c";
}
.icon-can-open:before {
  content: "\e03d";
}
.icon-card-terminal:before {
  content: "\e03e";
}
.icon-card-terminal2:before {
  content: "\e03f";
}
.icon-cash-flow:before {
  content: "\e040";
}
.icon-cd:before {
  content: "\e041";
}
.icon-chart-area:before {
  content: "\e042";
}
.icon-chart-bar:before {
  content: "\e043";
}
.icon-chart-bubble:before {
  content: "\e044";
}
.icon-chart-candlestick:before {
  content: "\e045";
}
.icon-chart-column:before {
  content: "\e046";
}
.icon-chart-column-stacked:before {
  content: "\e047";
}
.icon-chart-donut:before {
  content: "\e048";
}
.icon-chart-dot:before {
  content: "\e049";
}
.icon-chart-funnel:before {
  content: "\e04a";
}
.icon-chart-gantt:before {
  content: "\e04b";
}
.icon-chart-hi-lo:before {
  content: "\e04c";
}
.icon-chart-line:before {
  content: "\e04d";
}
.icon-chart-pie:before {
  content: "\e04e";
}
.icon-chart-pyramid:before {
  content: "\e04f";
}
.icon-chart-radar:before {
  content: "\e050";
}
.icon-chart-renko:before {
  content: "\e051";
}
.icon-chart-spline:before {
  content: "\e052";
}
.icon-chart-step:before {
  content: "\e053";
}
.icon-check:before {
  content: "\e054";
}
.icon-checkbox:before {
  content: "\e055";
}
.icon-checkbox-unchecked:before {
  content: "\e056";
}
.icon-checks:before {
  content: "\e057";
}
.icon-chest:before {
  content: "\e058";
}
.icon-chest-into:before {
  content: "\e059";
}
.icon-chest-open:before {
  content: "\e05a";
}
.icon-chest-open-full:before {
  content: "\e05b";
}
.icon-chest-out:before {
  content: "\e05c";
}
.icon-clipboard:before {
  content: "\e05d";
}
.icon-clipboard-check-edit:before {
  content: "\e05e";
}
.icon-clipboard-checks:before {
  content: "\e05f";
}
.icon-clipboard-empty:before {
  content: "\e060";
}
.icon-clipboard-paste-no-format:before {
  content: "\e061";
}
.icon-clipboard-paste:before {
  content: "\e062";
}
.icon-clock:before {
  content: "\e063";
}
.icon-clock-back:before {
  content: "\e064";
}
.icon-clock-forward:before {
  content: "\e065";
}
.icon-close:before {
  content: "\e066";
}
.icon-cloud:before {
  content: "\e067";
}
.icon-cloud-dark:before {
  content: "\e068";
}
.icon-cloud-download:before {
  content: "\e069";
}
.icon-cloud-flash:before {
  content: "\e06a";
}
.icon-cloud-hail:before {
  content: "\e06b";
}
.icon-cloud-moon:before {
  content: "\e06c";
}
.icon-cloud-network:before {
  content: "\e06d";
}
.icon-cloud-rain:before {
  content: "\e06e";
}
.icon-cloud-refresh:before {
  content: "\e06f";
}
.icon-cloud-snow:before {
  content: "\e070";
}
.icon-cloud-sun:before {
  content: "\e071";
}
.icon-cloud-updown:before {
  content: "\e072";
}
.icon-cloud-upload:before {
  content: "\e073";
}
.icon-code:before {
  content: "\e074";
}
.icon-code-beanshell:before {
  content: "\e075";
}
.icon-code-c:before {
  content: "\e076";
}
.icon-code-cplusplus:before {
  content: "\e077";
}
.icon-code-csharp:before {
  content: "\e078";
}
.icon-code-java:before {
  content: "\e079";
}
.icon-code-javascript:before {
  content: "\e07a";
}
.icon-code-line:before {
  content: "\e07b";
}
.icon-code-php:before {
  content: "\e07c";
}
.icon-code-ruby:before {
  content: "\e07d";
}
.icon-code-vbasic:before {
  content: "\e07e";
}
.icon-compass:before {
  content: "\e07f";
}
.icon-contract:before {
  content: "\e080";
}
.icon-control-panel:before {
  content: "\e081";
}
.icon-copy:before {
  content: "\e082";
}
.icon-courthouse:before {
  content: "\e083";
}
.icon-document-text:before {
  content: "\e084";
}
.icon-document-notebook:before {
  content: "\e085";
}
.icon-document-orientation-landscape:before {
  content: "\e086";
}
.icon-document-orientation-portrait:before {
  content: "\e087";
}
.icon-document-page-number:before {
  content: "\e088";
}
.icon-document-pinned:before {
  content: "\e089";
}
.icon-document-pulse:before {
  content: "\e08a";
}
.icon-document-selection:before {
  content: "\e08b";
}
.icon-document-size:before {
  content: "\e08c";
}
.icon-document-stop:before {
  content: "\e08d";
}
.icon-document-tag:before {
  content: "\e08e";
}
.icon-document-width:before {
  content: "\e08f";
}
.icon-document-zip:before {
  content: "\e090";
}
.icon-document-zoom-in:before {
  content: "\e091";
}
.icon-document-zoom-out:before {
  content: "\e092";
}
.icon-door-closed:before {
  content: "\e093";
}
.icon-door-enter:before {
  content: "\e094";
}
.icon-door-exit:before {
  content: "\e095";
}
.icon-door-open:before {
  content: "\e096";
}
.icon-dot-matrix:before {
  content: "\e097";
}
.icon-facebook-square:before {
  content: "\e098";
}
.icon-facebook:before {
  content: "\e099";
}
.icon-fingerprint:before {
  content: "\e09a";
}
.icon-first-aid:before {
  content: "\e09b";
}
.icon-flatscreen-tv:before {
  content: "\e09c";
}
.icon-folder3:before {
  content: "\e09d";
}
.icon-folder3-document:before {
  content: "\e09e";
}
.icon-folder3-mail:before {
  content: "\e09f";
}
.icon-folder3-movie:before {
  content: "\e0a0";
}
.icon-folder:before {
  content: "\e0a1";
}
.icon-folder-document:before {
  content: "\e0a2";
}
.icon-folder-cubes:before {
  content: "\e0a3";
}
.icon-folder-into:before {
  content: "\e0a4";
}
.icon-folder-document2:before {
  content: "\e0a5";
}
.icon-folder-open:before {
  content: "\e0a6";
}
.icon-folder-out:before {
  content: "\e0a7";
}
.icon-folder-shared:before {
  content: "\e0a8";
}
.icon-folder-window:before {
  content: "\e0a9";
}
.icon-folder-zip:before {
  content: "\e0aa";
}
.icon-folders:before {
  content: "\e0ab";
}
.icon-folders2:before {
  content: "\e0ac";
}
.icon-gearwheel:before {
  content: "\e0ad";
}
.icon-gearwheels:before {
  content: "\e0ae";
}
.icon-gauge:before {
  content: "\e0af";
}
.icon-globe:before {
  content: "\e0b0";
}
.icon-hand-card:before {
  content: "\e0b1";
}
.icon-hand-count-four:before {
  content: "\e0b2";
}
.icon-hand-count-one:before {
  content: "\e0b3";
}
.icon-hand-count-three:before {
  content: "\e0b4";
}
.icon-hand-count-zero:before {
  content: "\e0b5";
}
.icon-hand-drill:before {
  content: "\e0b6";
}
.icon-hand-fist2:before {
  content: "\e0b7";
}
.icon-hand-four:before {
  content: "\e0b8";
}
.icon-hand-gun:before {
  content: "\e0b9";
}
.icon-hand-money:before {
  content: "\e0ba";
}
.icon-hand-offer:before {
  content: "\e0bb";
}
.icon-hand-paper:before {
  content: "\e0bc";
}
.icon-hand-point-left:before {
  content: "\e0bd";
}
.icon-hand-point-left2:before {
  content: "\e0be";
}
.icon-hand-point-right:before {
  content: "\e0bf";
}
.icon-hand-point-right2:before {
  content: "\e0c0";
}
.icon-hand-point-up:before {
  content: "\e0c1";
}
.icon-hand-point-up2:before {
  content: "\e0c2";
}
.icon-hand-spread:before {
  content: "\e0c3";
}
.icon-hand-stop2:before {
  content: "\e0c4";
}
.icon-hand-thumb-down:before {
  content: "\e0c5";
}
.icon-hand-thumb-up:before {
  content: "\e0c6";
}
.icon-hand-touch:before {
  content: "\e0c7";
}
.icon-hand-truck:before {
  content: "\e0c8";
}
.icon-hand-truck-bag:before {
  content: "\e0c9";
}
.icon-hand-truck-box:before {
  content: "\e0ca";
}
.icon-hand-truck-suitcase:before {
  content: "\e0cb";
}
.icon-handshake:before {
  content: "\e0cc";
}
.icon-heart:before {
  content: "\e0cd";
}
.icon-houses:before {
  content: "\e0ce";
}
.icon-home:before {
  content: "\e0cf";
}
.icon-history:before {
  content: "\e0d0";
}
.icon-history2:before {
  content: "\e0d1";
}
.icon-inbox-out:before {
  content: "\e0d2";
}
.icon-inbox-into:before {
  content: "\e0d3";
}
.icon-indent-decrease:before {
  content: "\e0d4";
}
.icon-indent-increase:before {
  content: "\e0d5";
}
.icon-key2:before {
  content: "\e0d6";
}
.icon-keyboard:before {
  content: "\e0d7";
}
.icon-keyboard-wireless:before {
  content: "\e0d8";
}
.icon-laptop:before {
  content: "\e0d9";
}
.icon-link:before {
  content: "\e0da";
}
.icon-link-broken:before {
  content: "\e0db";
}
.icon-list-style-bullets:before {
  content: "\e0dc";
}
.icon-list-style-numbered:before {
  content: "\e0dd";
}
.icon-list-style-roman:before {
  content: "\e0de";
}
.icon-location-pin:before {
  content: "\e0df";
}
.icon-lock:before {
  content: "\e0e0";
}
.icon-lock-open:before {
  content: "\e0e1";
}
.icon-mail:before {
  content: "\e0e2";
}
.icon-mail2:before {
  content: "\e0e3";
}
.icon-mail-attachment:before {
  content: "\e0e4";
}
.icon-mail-cloud:before {
  content: "\e0e5";
}
.icon-mail-earth:before {
  content: "\e0e6";
}
.icon-mail-exchange:before {
  content: "\e0e7";
}
.icon-mail-filter:before {
  content: "\e0e8";
}
.icon-mail-forward:before {
  content: "\e0e9";
}
.icon-mail-into:before {
  content: "\e0ea";
}
.icon-mail-open:before {
  content: "\e0eb";
}
.icon-mail-open2:before {
  content: "\e0ec";
}
.icon-mail-out:before {
  content: "\e0ed";
}
.icon-mail-reply-all:before {
  content: "\e0ee";
}
.icon-mail-sealed:before {
  content: "\e0ef";
}
.icon-mail-write:before {
  content: "\e0f0";
}
.icon-mails:before {
  content: "\e0f1";
}
.icon-map:before {
  content: "\e0f2";
}
.icon-map-location2:before {
  content: "\e0f3";
}
.icon-map-location:before {
  content: "\e0f4";
}
.icon-map-route:before {
  content: "\e0f6";
}
.icon-map-roads:before {
  content: "\e0f5";
}
.icon-mda:before {
  content: "\e0f7";
}
.icon-media-beginning:before {
  content: "\e0f8";
}
.icon-media-eject:before {
  content: "\e0f9";
}
.icon-media-end:before {
  content: "\e0fa";
}
.icon-media-fast-forward:before {
  content: "\e0fb";
}
.icon-media-pause:before {
  content: "\e0fc";
}
.icon-media-play:before {
  content: "\e0fd";
}
.icon-media-record:before {
  content: "\e0fe";
}
.icon-media-rewind:before {
  content: "\e0ff";
}
.icon-media-step-back:before {
  content: "\e100";
}
.icon-media-step-forward:before {
  content: "\e101";
}
.icon-media-stop:before {
  content: "\e102";
}
.icon-medical-bag:before {
  content: "\e103";
}
.icon-megaphone:before {
  content: "\e104";
}
.icon-message:before {
  content: "\e105";
}
.icon-messages:before {
  content: "\e106";
}
.icon-minimize:before {
  content: "\e107";
}
.icon-minus:before {
  content: "\e108";
}
.icon-mobilephone3:before {
  content: "\e109";
}
.icon-money:before {
  content: "\e10a";
}
.icon-monitor:before {
  content: "\e10b";
}
.icon-mouse:before {
  content: "\e10c";
}
.icon-mouse-pointer:before {
  content: "\e10d";
}
.icon-moving-truck:before {
  content: "\e10e";
}
.icon-nav-down:before {
  content: "\e10f";
}
.icon-nav-down-left:before {
  content: "\e110";
}
.icon-nav-down-right:before {
  content: "\e111";
}
.icon-nav-left:before {
  content: "\e112";
}
.icon-nav-redo:before {
  content: "\e113";
}
.icon-nav-refresh:before {
  content: "\e114";
}
.icon-nav-right:before {
  content: "\e115";
}
.icon-nav-undo:before {
  content: "\e116";
}
.icon-nav-up:before {
  content: "\e117";
}
.icon-nav-up-left:before {
  content: "\e118";
}
.icon-nav-up-right:before {
  content: "\e119";
}
.icon-navigate-beginning:before {
  content: "\e11a";
}
.icon-navigate-check:before {
  content: "\e11b";
}
.icon-navigate-close:before {
  content: "\e11c";
}
.icon-navigate-cross:before {
  content: "\e11d";
}
.icon-navigate-down:before {
  content: "\e11e";
}
.icon-navigate-down2:before {
  content: "\e11f";
}
.icon-navigate-end:before {
  content: "\e120";
}
.icon-navigate-left:before {
  content: "\e121";
}
.icon-navigate-left2:before {
  content: "\e122";
}
.icon-navigate-minus:before {
  content: "\e123";
}
.icon-navigate-open:before {
  content: "\e124";
}
.icon-navigate-plus:before {
  content: "\e125";
}
.icon-navigate-right:before {
  content: "\e126";
}
.icon-navigate-right2:before {
  content: "\e127";
}
.icon-navigate-up:before {
  content: "\e128";
}
.icon-navigate-up2:before {
  content: "\e129";
}
.icon-newspaper:before {
  content: "\e12a";
}
.icon-note:before {
  content: "\e12b";
}
.icon-note-pinned:before {
  content: "\e12c";
}
.icon-note-text:before {
  content: "\e12d";
}
.icon-notebook:before {
  content: "\e12e";
}
.icon-notebook2:before {
  content: "\e12f";
}
.icon-notebook3:before {
  content: "\e130";
}
.icon-object-ball:before {
  content: "\e131";
}
.icon-object-cone:before {
  content: "\e132";
}
.icon-object-cube:before {
  content: "\e133";
}
.icon-object-cylinder:before {
  content: "\e134";
}
.icon-objects:before {
  content: "\e135";
}
.icon-objects2:before {
  content: "\e136";
}
.icon-objects3:before {
  content: "\e137";
}
.icon-objects4:before {
  content: "\e138";
}
.icon-objects-exchange:before {
  content: "\e139";
}
.icon-objects-transform:before {
  content: "\e13a";
}
.icon-objects-transform2:before {
  content: "\e13b";
}
.icon-office-building2:before {
  content: "\e13c";
}
.icon-ok:before {
  content: "\e13d";
}
.icon-opportunities:before {
  content: "\e13e";
}
.icon-packaging-tape:before {
  content: "\e13f";
}
.icon-paint-roller:before {
  content: "\e140";
}
.icon-paper-jet:before {
  content: "\e141";
}
.icon-paper-jet2:before {
  content: "\e142";
}
.icon-paperclip:before {
  content: "\e143";
}
.icon-paperclip2:before {
  content: "\e144";
}
.icon-paper-roll:before {
  content: "\e145";
}
.icon-pastor:before {
  content: "\e146";
}
.icon-pencil:before {
  content: "\e147";
}
.icon-piece:before {
  content: "\e148";
}
.icon-piece2:before {
  content: "\e149";
}
.icon-piggy-bank:before {
  content: "\e14a";
}
.icon-pill:before {
  content: "\e14b";
}
.icon-platform-truck-box:before {
  content: "\e14c";
}
.icon-platform-truck-empty:before {
  content: "\e14d";
}
.icon-platform-truck-suitcase:before {
  content: "\e14e";
}
.icon-plug:before {
  content: "\e14f";
}
.icon-plug2:before {
  content: "\e150";
}
.icon-plus:before {
  content: "\e151";
}
.icon-portable-barcode-scanner:before {
  content: "\e152";
}
.icon-power-drill:before {
  content: "\e153";
}
.icon-print-layout-continous:before {
  content: "\e154";
}
.icon-print-layout-single:before {
  content: "\e155";
}
.icon-print-calculator:before {
  content: "\e156";
}
.icon-question:before {
  content: "\e157";
}
.icon-recycle:before {
  content: "\e158";
}
.icon-schoolbus2:before {
  content: "\e159";
}
.icon-scientist:before {
  content: "\e15a";
}
.icon-scroll:before {
  content: "\e15b";
}
.icon-rss:before {
  content: "\e15c";
}
.icon-rotate-left:before {
  content: "\e15d";
}
.icon-rotate-right:before {
  content: "\e15e";
}
.icon-rocket:before {
  content: "\e15f";
}
.icon-registry:before {
  content: "\e160";
}
.icon-refresh:before {
  content: "\e161";
}
.icon-redo:before {
  content: "\e162";
}
.icon-resize:before {
  content: "\e163";
}
.icon-rfq:before {
  content: "\e164";
}
.icon-security-agent:before {
  content: "\e165";
}
.icon-sd-card:before {
  content: "\e166";
}
.icon-server-client:before {
  content: "\e167";
}
.icon-server-client-exchange:before {
  content: "\e168";
}
.icon-server-cloud:before {
  content: "\e169";
}
.icon-server-document:before {
  content: "\e16a";
}
.icon-server-earth:before {
  content: "\e16b";
}
.icon-server-from-client:before {
  content: "\e16c";
}
.icon-server-id-card:before {
  content: "\e16d";
}
.icon-server-into:before {
  content: "\e16e";
}
.icon-server-mail:before {
  content: "\e16f";
}
.icon-server-mail-download:before {
  content: "\e170";
}
.icon-server-mail-upload:before {
  content: "\e171";
}
.icon-server-network:before {
  content: "\e172";
}
.icon-server-out:before {
  content: "\e173";
}
.icon-shelf-full:before {
  content: "\e174";
}
.icon-shelf-empty:before {
  content: "\e175";
}
.icon-shield:before {
  content: "\e176";
}
.icon-signal-flag:before {
  content: "\e177";
}
.icon-signboard-empty:before {
  content: "\e178";
}
.icon-signpost:before {
  content: "\e179";
}
.icon-signpost2:before {
  content: "\e17a";
}
.icon-signpost3:before {
  content: "\e17b";
}
.icon-small-truck:before {
  content: "\e17c";
}
.icon-soccer-ball:before {
  content: "\e17d";
}
.icon-sort-az-ascending:before {
  content: "\e17f";
}
.icon-sort-az-ascending2:before {
  content: "\e180";
}
.icon-sort-az-descending:before {
  content: "\e181";
}
.icon-sort-az-descending2:before {
  content: "\e182";
}
.icon-speech-balloon:before {
  content: "\e17e";
}
.icon-speech-balloon-question:before {
  content: "\e183";
}
.icon-speech-balloon-answer:before {
  content: "\e184";
}
.icon-sticky-note:before {
  content: "\e185";
}
.icon-sticky-note-text:before {
  content: "\e186";
}
.icon-suitcase:before {
  content: "\e187";
}
.icon-tablet-computer:before {
  content: "\e188";
}
.icon-tag:before {
  content: "\e189";
}
.icon-tags:before {
  content: "\e18a";
}
.icon-telephone:before {
  content: "\e18b";
}
.icon-text:before {
  content: "\e18c";
}
.icon-timer:before {
  content: "\e18d";
}
.icon-toilet-paper:before {
  content: "\e18e";
}
.icon-tools:before {
  content: "\e18f";
}
.icon-trafficlight-green:before {
  content: "\e190";
}
.icon-trafficlight-off:before {
  content: "\e191";
}
.icon-trafficlight-on:before {
  content: "\e192";
}
.icon-trafficlight-red:before {
  content: "\e193";
}
.icon-trafficlight-red-yellow:before {
  content: "\e194";
}
.icon-trafficlight-yellow:before {
  content: "\e195";
}
.icon-tree:before {
  content: "\e196";
}
.icon-twitter:before {
  content: "\e197";
}
.icon-twitter-square:before {
  content: "\e198";
}
.icon-user:before {
  content: "\e199";
}
.icon-user-earth:before {
  content: "\e19a";
}
.icon-user-glasses:before {
  content: "\e19b";
}
.icon-user-headphones:before {
  content: "\e19c";
}
.icon-user-headset:before {
  content: "\e19d";
}
.icon-user-message:before {
  content: "\e19e";
}
.icon-user-mobilephone:before {
  content: "\e19f";
}
.icon-user-monitor:before {
  content: "\e1a0";
}
.icon-user-smartphone:before {
  content: "\e1a1";
}
.icon-user-telephone:before {
  content: "\e1a2";
}
.icon-users:before {
  content: "\e1a3";
}
.icon-users2:before {
  content: "\e1a4";
}
.icon-users4:before {
  content: "\e1a5";
}
.icon-users3:before {
  content: "\e1a6";
}
.icon-users5:before {
  content: "\e1a7";
}
.icon-users-relation2:before {
  content: "\e1a8";
}
.icon-users-relation:before {
  content: "\e1a9";
}
.icon-vector-circle:before {
  content: "\e1aa";
}
.icon-view-1-1:before {
  content: "\e1ab";
}
.icon-zoom-out:before {
  content: "\e1ac";
}
.icon-zoom-in:before {
  content: "\e1ad";
}
.icon-wordpress:before {
  content: "\e1af";
}
.icon-wooden-pallet-box:before {
  content: "\e1b0";
}
.icon-wooden-pallet:before {
  content: "\e1b1";
}
.icon-worker2:before {
  content: "\e1ae";
}
.icon-worker:before {
  content: "\e1b2";
}
.icon-workplace:before {
  content: "\e1b3";
}
.icon-workstation:before {
  content: "\e1b4";
}
.icon-workstation-network:before {
  content: "\e1b5";
}
.icon-wlan-antenna:before {
  content: "\e1b6";
}
.icon-window-gear:before {
  content: "\e1b7";
}
.icon-window-information:before {
  content: "\e1b8";
}
.icon-window-key:before {
  content: "\e1b9";
}
.icon-window-close:before {
  content: "\e1ba";
}
.icon-window-dialog:before {
  content: "\e1bb";
}
.icon-window-earth:before {
  content: "\e1bc";
}
.icon-window-environment:before {
  content: "\e1bd";
}
.icon-window-equalizer:before {
  content: "\e1be";
}
.icon-window-explorer:before {
  content: "\e1bf";
}
.icon-window-font:before {
  content: "\e1c0";
}
.icon-window-logon:before {
  content: "\e1c1";
}
.icon-window-network:before {
  content: "\e1c2";
}
.icon-window-oscillograph:before {
  content: "\e1c3";
}
.icon-window-sidebar:before {
  content: "\e1c4";
}
.icon-window-height:before {
  content: "\e1c5";
}
.icon-window-time:before {
  content: "\e1c6";
}
.icon-woman:before {
  content: "\e1c7";
}
.icon-woman2:before {
  content: "\e1c8";
}
.icon-woman3:before {
  content: "\e1c9";
}
.icon-youtube-play:before {
  content: "\e1ca";
}
.icon-youtube:before {
  content: "\e1cb";
}
.icon-youtube-square:before {
  content: "\e1cc";
}
.icon-businesswomen:before {
  content: "\e1cd";
}
.icon-businesspeople2:before {
  content: "\e1ce";
}
.icon-accounts-payable:before {
  content: "\e1cf";
}
.icon-accounts-receivable:before {
  content: "\e1d0";
}
.icon-activities:before {
  content: "\e1d1";
}
.icon-add-invitee:before {
  content: "\e1d2";
}
.icon-assign-task:before {
  content: "\e1d3";
}
.icon-calendar-close:before {
  content: "\e1d4";
}
.icon-calendar-month:before {
  content: "\e1d5";
}
.icon-crm:before {
  content: "\e1d6";
}
.icon-dartboard:before {
  content: "\e1d7";
}
.icon-dashboard:before {
  content: "\e1d8";
}
.icon-extension-form:before {
  content: "\e1d9";
}
.icon-file:before {
  content: "\e1da";
}
.icon-file2:before {
  content: "\e1db";
}
.icon-file-archive:before {
  content: "\e1dc";
}
.icon-file-audio:before {
  content: "\e1dd";
}
.icon-file-code:before {
  content: "\e1de";
}
.icon-file-excel:before {
  content: "\e1df";
}
.icon-file-image:before {
  content: "\e1e0";
}
.icon-file-movie:before {
  content: "\e1e1";
}
.icon-file-pdf:before {
  content: "\e1e2";
}
.icon-file-photo:before {
  content: "\e1e3";
}
.icon-file-picture:before {
  content: "\e1e4";
}
.icon-file-powerpoint:before {
  content: "\e1e5";
}
.icon-file-sound:before {
  content: "\e1e6";
}
.icon-file-text:before {
  content: "\e1e7";
}
.icon-file-video:before {
  content: "\e1e8";
}
.icon-file-word:before {
  content: "\e1e9";
}
.icon-file-zip2:before {
  content: "\e1ea";
}
.icon-files:before {
  content: "\e1eb";
}
.icon-influencers:before {
  content: "\e1ec";
}
.icon-link2:before {
  content: "\e1ed";
}
.icon-meeting:before {
  content: "\e1ee";
}
.icon-opportunities-1:before {
  content: "\e1ef";
}
.icon-plan-trip:before {
  content: "\e1f0";
}
.icon-products:before {
  content: "\e1f1";
}
.icon-proximity-search:before {
  content: "\e1f2";
}
.icon-purchase-order2:before {
  content: "\e1f3";
}
.icon-qualification:before {
  content: "\e1f4";
}
.icon-quote:before {
  content: "\e1f5";
}
.icon-remove-attachments:before {
  content: "\e1f6";
}
.icon-revenue:before {
  content: "\e1f7";
}
.icon-smartphone2:before {
  content: "\e1f8";
}
.icon-summary:before {
  content: "\e1f9";
}
.icon-terms-and-conditions:before {
  content: "\e1fa";
}
.icon-unlink-task:before {
  content: "\e1fb";
}
.icon-user-hierarchy:before {
  content: "\e1fc";
}
.icon-file-text2:before {
  content: "\e1fd";
}
.icon-add-list:before {
  content: "\e1fe";
}
.icon-list-alt:before {
  content: "\e1ff";
}
.icon-exclamation:before {
  content: "\e200";
}
.icon-exclamation-circle:before {
  content: "\e201";
}
.icon-delete:before {
  content: "\e202";
}
.icon-edit:before {
  content: "\e203";
}
.icon-garbage-can:before {
  content: "\e204";
}
.icon-magnifying-glass:before {
  content: "\e205";
}
.icon-maximize:before {
  content: "\e206";
}
.icon-sign-forbidden:before {
  content: "\e207";
}
.icon-fa-arrow-circle-down:before {
  content: "\e208";
}
.icon-fa-arrow-circle-left:before {
  content: "\e209";
}
.icon-fa-arrow-circle-o-down:before {
  content: "\e20a";
}
.icon-fa-arrow-circle-o-left:before {
  content: "\e20b";
}
.icon-fa-arrow-circle-o-right:before {
  content: "\e20c";
}
.icon-fa-arrow-circle-o-up:before {
  content: "\e20d";
}
.icon-fa-arrow-circle-right:before {
  content: "\e20e";
}
.icon-fa-arrow-circle-up:before {
  content: "\e20f";
}
.icon-fa-arrow-down:before {
  content: "\e210";
}
.icon-fa-arrow-left:before {
  content: "\e211";
}
.icon-fa-arrow-right:before {
  content: "\e212";
}
.icon-fa-arrow-up:before {
  content: "\e213";
}
.icon-fa-times-circle-o:before {
  content: "\e214";
}
.icon-fa-times-circle:before {
  content: "\e215";
}
.icon-fa-plus-circle:before {
  content: "\e216";
}
.icon-program-switch1:before {
  content: "\e218";
}
.icon-program-switch2:before {
  content: "\e219";
}
.icon-program-switch4:before {
  content: "\e21b";
}
.icon-program-switch-03:before {
  content: "\e21a";
}
.icon-fa-location-arrow-01:before {
  content: "\e217";
}
.icon-fa-ellipsis-vertical-01:before {
  content: "\e21c";
}
.icon-fa-ellipsis-horizontal-01:before {
  content: "\e21d";
}
.icon-fa-check-square-o-01:before {
  content: "\e21e";
}
.icon-yammer-01:before {
  content: "\e21f";
}
.icon-fa-check-01:before {
  content: "\e220";
}
.icon-fa-check-circle-01:before {
  content: "\e221";
}
.icon-fa-check-circle-o-01:before {
  content: "\e222";
}
.icon-fa-check-square-01:before {
  content: "\e223";
}
.icon-padlock-unlocked:before {
  content: "\e224";
}
.icon-padlock-locked:before {
  content: "\e225";
}
.icon-fa-chevron-circle-down:before {
  content: "\e226";
}
.icon-fa-minus-circle:before {
  content: "\e227";
}
.icon-laptop-01:before {
  content: "\e228";
}
.icon-pocket-computer-01:before {
  content: "\e229";
}
.icon-add-folder:before {
  content: "\e22a";
}
.icon-backflush:before {
  content: "\e22b";
}
.icon-global-search:before {
  content: "\e22c";
}
.icon-insert-between:before {
  content: "\e22d";
}
.icon-company-status-01:before {
  content: "\e22e";
}
.icon-company-status-02:before {
  content: "\e22f";
}
.icon-company-status-03:before {
  content: "\e230";
}
.icon-contact-status-01:before {
  content: "\e231";
}
.icon-contact-status-02:before {
  content: "\e232";
}
.icon-contact-status-03:before {
  content: "\e233";
}
.icon-map-location-1:before {
  content: "\e234";
}
.icon-phone-02:before {
  content: "\e235";
}
.icon-thumbs-down:before {
  content: "\e236";
}
.icon-advance:before {
  content: "\e237";
}
.icon-all:before {
  content: "\e238";
}
.icon-attachment:before {
  content: "\e239";
}
.icon-between:before {
  content: "\e23a";
}
.icon-blank:before {
  content: "\e23b";
}
.icon-first-record:before {
  content: "\e23c";
}
.icon-greater-than:before {
  content: "\e23d";
}
.icon-grid:before {
  content: "\e23e";
}
.icon-grid-to-open:before {
  content: "\e23f";
}
.icon-join:before {
  content: "\e240";
}
.icon-last-record:before {
  content: "\e241";
}
.icon-less-than:before {
  content: "\e242";
}
.icon-not-between:before {
  content: "\e243";
}
.icon-not-blank:before {
  content: "\e244";
}
.icon-not-like:before {
  content: "\e245";
}
.icon-phone-03:before {
  content: "\e246";
}
.icon-report-to-run:before {
  content: "\e247";
}
.icon-save:before {
  content: "\e248";
}
.icon-signature-pad:before {
  content: "\e249";
}
.icon-url:before {
  content: "\e24a";
}
.icon-aptean:before {
  content: "\e24b";
}
.icon-address:before {
  content: "\e24c";
}
.icon-addressnotvalid:before {
  content: "\e24d";
}
.icon-addressvalid:before {
  content: "\e24e";
}
.icon-addressvalidate:before {
  content: "\e24f";
}
.icon-addsales:before {
  content: "\e250";
}
.icon-addservice:before {
  content: "\e251";
}
.icon-addsupport:before {
  content: "\e252";
}
.icon-alert:before {
  content: "\e253";
}
.icon-checknames:before {
  content: "\e254";
}
.icon-clone:before {
  content: "\e255";
}
.icon-columndefinition:before {
  content: "\e256";
}
.icon-count:before {
  content: "\e257";
}
.icon-customeron:before {
  content: "\e258";
}
.icon-email-text-area:before {
  content: "\e259";
}
.icon-emailnotvalidate:before {
  content: "\e25a";
}
.icon-emailnotvalidated:before {
  content: "\e25b";
}
.icon-emailtemplate:before {
  content: "\e25c";
}
.icon-emailvalid:before {
  content: "\e25d";
}
.icon-emailvalidate:before {
  content: "\e25e";
}
.icon-erase:before {
  content: "\e25f";
}
.icon-externaluser:before {
  content: "\e260";
}
.icon-gendoc:before {
  content: "\e261";
}
.icon-hidefilter:before {
  content: "\e262";
}
.icon-htmldocument:before {
  content: "\e263";
}
.icon-linkuser:before {
  content: "\e264";
}
.icon-maxsavednotes:before {
  content: "\e265";
}
.icon-mbquestion:before {
  content: "\e266";
}
.icon-mergerecord:before {
  content: "\e267";
}
.icon-nonwatch:before {
  content: "\e268";
}
.icon-notvalidated:before {
  content: "\e269";
}
.icon-openwindow:before {
  content: "\e26a";
}
.icon-printresults:before {
  content: "\e26b";
}
.icon-quote2forecast:before {
  content: "\e26c";
}
.icon-reply:before {
  content: "\e26d";
}
.icon-restore:before {
  content: "\e26e";
}
.icon-retrieve:before {
  content: "\e26f";
}
.icon-returntosearch:before {
  content: "\e270";
}
.icon-salesincident:before {
  content: "\e271";
}
.icon-salestask:before {
  content: "\e272";
}
.icon-saveclose:before {
  content: "\e273";
}
.icon-serviceincident:before {
  content: "\e274";
}
.icon-serviceon:before {
  content: "\e275";
}
.icon-servicetask:before {
  content: "\e276";
}
.icon-showfilter:before {
  content: "\e277";
}
.icon-spell:before {
  content: "\e278";
}
.icon-splitnotes:before {
  content: "\e279";
}
.icon-sqi:before {
  content: "\e27a";
}
.icon-summaryview:before {
  content: "\e27b";
}
.icon-supportincident:before {
  content: "\e27c";
}
.icon-supporttask:before {
  content: "\e27d";
}
.icon-watch:before {
  content: "\e27e";
}
.icon-workticket:before {
  content: "\e27f";
}
.icon-refresh-clock:before {
  content: "\e280";
}
.icon-refresh-clock-1:before {
  content: "\e281";
}
.icon-icon-go-to-form-01:before {
  content: "\e282";
}
.icon-emoticon-angry:before {
  content: "\e283";
}
.icon-emoticon-clown:before {
  content: "\e284";
}
.icon-emoticon-confused:before {
  content: "\e285";
}
.icon-emoticon-cry:before {
  content: "\e286";
}
.icon-emoticon-frown:before {
  content: "\e287";
}
.icon-emoticon-happy:before {
  content: "\e288";
}
.icon-emoticon-indifferent:before {
  content: "\e289";
}
.icon-emoticon-smile:before {
  content: "\e28a";
}
.icon-emoticon-surprised:before {
  content: "\e28b";
}
.icon-emoticon-wink:before {
  content: "\e28c";
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!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:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{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}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px \9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.form-group-sm .form-control{height:30px;line-height:30px}select[multiple].form-group-sm .form-control,textarea.form-group-sm .form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:5px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.form-group-lg .form-control{height:46px;line-height:46px}select[multiple].form-group-lg .form-control,textarea.form-group-lg .form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:10px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px)and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-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)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px)and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px)and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px)and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px)and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px)and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px)and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px)and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px)and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px)and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px)and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/* Include this file in your html if you are using the CSP mode. */

.ng-animate.item:not(.left):not(.right) {
  -webkit-transition: 0s ease-in-out left;
  transition: 0s ease-in-out left
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px;}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap;}.select2-container .select2-search--inline{float:left;}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051;}.select2-results{display:block;}.select2-results__options{list-style:none;margin:0;padding:0;}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none;}.select2-results__option[aria-selected]{cursor:pointer;}.select2-container--open .select2-dropdown{left:0;}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-search--dropdown{display:block;padding:4px;}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box;}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-search--dropdown.select2-search--hide{display:none;}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0);}.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px;}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%;}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left;}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder{float:right;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0;}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none;}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa;}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--default .select2-results__option[role=group]{padding:0;}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999;}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd;}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white;}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic .select2-selection--single{background-color:#f6f6f6;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:-o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px;}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto;}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:-o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none;}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0;}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent;}.select2-container--classic .select2-dropdown--above{border-bottom:none;}.select2-container--classic .select2-dropdown--below{border-top:none;}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--classic .select2-results__option[role=group]{padding:0;}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey;}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:white;}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb;}
/*! Select2 Bootstrap Theme v0.1.0-beta.4 | MIT License | github.com/select2/select2-bootstrap-theme */.select2-container--bootstrap .select2-search--dropdown .select2-search__field,.select2-container--bootstrap .select2-selection{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);border:1px solid #ccc;background-color:#fff;color:#555;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.select2-container--bootstrap{display:block}.select2-container--bootstrap .select2-selection{box-shadow:inset 0 1px 1px rgba(0,0,0,.075);border-radius:4px;font-size:14px;outline:0}.select2-container--bootstrap .select2-search--dropdown .select2-search__field{box-shadow:inset 0 1px 1px rgba(0,0,0,.075);border-radius:4px;font-size:14px}.select2-container--bootstrap .select2-search__field{outline:0}.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder{color:#999}.select2-container--bootstrap .select2-search__field:-moz-placeholder{color:#999}.select2-container--bootstrap .select2-search__field::-moz-placeholder{color:#999;opacity:1}.select2-container--bootstrap .select2-search__field:-ms-input-placeholder{color:#999}.select2-container--bootstrap .select2-results__option[role=group]{padding:0}.select2-container--bootstrap .select2-results__option[aria-disabled=true]{color:#777;cursor:not-allowed}.select2-container--bootstrap .select2-results__option[aria-selected=true]{background-color:#f5f5f5;color:#262626}.select2-container--bootstrap .select2-results__option--highlighted[aria-selected]{background-color:#337ab7;color:#fff}.select2-container--bootstrap .select2-results__option .select2-results__option{padding:6px 12px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option{margin-left:-12px;padding-left:24px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-24px;padding-left:36px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-36px;padding-left:48px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-48px;padding-left:60px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-60px;padding-left:72px}.select2-container--bootstrap .select2-results__group{color:#777;display:block;padding:6px 12px;font-size:12px;line-height:1.428571429;white-space:nowrap}.select2-container--bootstrap.select2-container--focus .select2-selection,.select2-container--bootstrap.select2-container--open .select2-selection{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;border-color:#66afe9}.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b{border-color:transparent transparent #999;border-width:0 4px 4px}.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection{border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-color:transparent}.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection{border-top-right-radius:0;border-top-left-radius:0;border-top-color:transparent}.select2-container--bootstrap .select2-selection__clear{color:#999;cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--bootstrap .select2-selection__clear:hover{color:#333}.select2-container--bootstrap.select2-container--disabled .select2-selection{border-color:#ccc;-webkit-box-shadow:none;box-shadow:none}.select2-container--bootstrap.select2-container--disabled .select2-search__field,.select2-container--bootstrap.select2-container--disabled .select2-selection{cursor:not-allowed}.select2-container--bootstrap.select2-container--disabled .select2-selection,.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice{background-color:#eee}.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove,.select2-container--bootstrap.select2-container--disabled .select2-selection__clear{display:none}.select2-container--bootstrap .select2-dropdown{-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);border-color:#66afe9;overflow-x:hidden;margin-top:-1px}.select2-container--bootstrap .select2-dropdown--above{margin-top:1px}.select2-container--bootstrap .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--bootstrap .select2-selection--single{height:34px;line-height:1.428571429;padding:6px 24px 6px 12px}.select2-container--bootstrap .select2-selection--single .select2-selection__arrow{position:absolute;bottom:0;right:12px;top:0;width:4px}.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b{border-color:#999 transparent transparent;border-style:solid;border-width:4px 4px 0;height:0;left:0;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--bootstrap .select2-selection--single .select2-selection__rendered{color:#555;padding:0}.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--bootstrap .select2-selection--multiple{min-height:34px}.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;display:block;line-height:1.428571429;list-style:none;margin:0;overflow:hidden;padding:0;width:100%;text-overflow:ellipsis;white-space:nowrap}.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder{color:#999;float:left;margin-top:5px}.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice{color:#555;background:#fff;border:1px solid #ccc;border-radius:4px;cursor:default;float:left;margin:5px 0 0 6px;padding:0 6px}.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field{background:0 0;padding:0 12px;height:32px;line-height:1.428571429;margin-top:0;min-width:5em}.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:3px}.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear{margin-top:6px}.select2-container--bootstrap.input-lg,.select2-container--bootstrap.input-sm{border-radius:0;font-size:12px;height:auto;line-height:1;padding:0}.form-group-sm .select2-container--bootstrap .select2-selection--single,.input-group-sm .select2-container--bootstrap .select2-selection--single,.select2-container--bootstrap.input-sm .select2-selection--single{border-radius:3px;font-size:12px;height:30px;line-height:1.5;padding:5px 22px 5px 10px}.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.select2-container--bootstrap.input-sm .select2-selection--single .select2-selection__arrow b{margin-left:-5px}.form-group-sm .select2-container--bootstrap .select2-selection--multiple,.input-group-sm .select2-container--bootstrap .select2-selection--multiple,.select2-container--bootstrap.input-sm .select2-selection--multiple{min-height:30px}.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__choice{font-size:12px;line-height:1.5;margin:4px 0 0 5px;padding:0 5px}.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field{padding:0 10px;font-size:12px;height:28px;line-height:1.5}.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__clear{margin-top:5px}.form-group-lg .select2-container--bootstrap .select2-selection--single,.input-group-lg .select2-container--bootstrap .select2-selection--single,.select2-container--bootstrap.input-lg .select2-selection--single{border-radius:6px;font-size:18px;height:46px;line-height:1.3333333;padding:10px 31px 10px 16px}.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow{width:5px}.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow b{border-width:5px 5px 0;margin-left:-10px;margin-top:-2.5px}.form-group-lg .select2-container--bootstrap .select2-selection--multiple,.input-group-lg .select2-container--bootstrap .select2-selection--multiple,.select2-container--bootstrap.input-lg .select2-selection--multiple{min-height:46px}.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__choice{font-size:18px;line-height:1.3333333;border-radius:4px;margin:9px 0 0 8px;padding:0 10px}.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field{padding:0 16px;font-size:18px;height:44px;line-height:1.3333333}.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__clear{margin-top:10px}.input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b,.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #999;border-width:0 5px 5px}.select2-container--bootstrap[dir=rtl] .select2-selection--single{padding-left:24px;padding-right:12px}.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:0;padding-left:0;text-align:right}.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow{left:12px;right:auto}.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow b{margin-left:0}.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:0;margin-right:6px}.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.has-warning .select2-dropdown,.has-warning .select2-selection{border-color:#8a6d3b}.has-warning .select2-container--focus .select2-selection,.has-warning .select2-container--open .select2-selection{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;border-color:#66512c}.has-warning.select2-drop-active{border-color:#66512c}.has-warning.select2-drop-active.select2-drop.select2-drop-above{border-top-color:#66512c}.has-error .select2-dropdown,.has-error .select2-selection{border-color:#a94442}.has-error .select2-container--focus .select2-selection,.has-error .select2-container--open .select2-selection{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;border-color:#843534}.has-error.select2-drop-active{border-color:#843534}.has-error.select2-drop-active.select2-drop.select2-drop-above{border-top-color:#843534}.has-success .select2-dropdown,.has-success .select2-selection{border-color:#3c763d}.has-success .select2-container--focus .select2-selection,.has-success .select2-container--open .select2-selection{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;border-color:#2b542c}.has-success.select2-drop-active{border-color:#2b542c}.has-success.select2-drop-active.select2-drop.select2-drop-above{border-top-color:#2b542c}.input-group .select2-container--bootstrap{display:table;table-layout:fixed;position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection{border-bottom-left-radius:0;border-top-left-radius:0}.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection{border-bottom-right-radius:0;border-top-right-radius:0}.select2-bootstrap-append .input-group-btn,.select2-bootstrap-append .input-group-btn .btn,.select2-bootstrap-append .select2-container--bootstrap,.select2-bootstrap-prepend .input-group-btn,.select2-bootstrap-prepend .input-group-btn .btn,.select2-bootstrap-prepend .select2-container--bootstrap{vertical-align:top}.form-control.select2-hidden-accessible{position:absolute!important;width:1px!important}.form-inline .select2-container--bootstrap{display:inline-block}
/*!
 * Datetimepicker for Bootstrap 3
//! version : 4.0.0-beta
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #428bca;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #428bca;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ng-table th {
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ng-table th.sortable {
  cursor: pointer;
}
.ng-table th.sortable .sort-indicator {
  padding-right: 18px;
  position: relative;
}
.ng-table th.sortable .sort-indicator:after,
.ng-table th.sortable .sort-indicator:before {
  content: "";
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: visible;
  right: 5px;
  top: 50%;
  position: absolute;
  opacity: .3;
  margin-top: -4px;
}
.ng-table th.sortable .sort-indicator:before {
  margin-top: 2px;
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}
.ng-table th.sortable .sort-indicator:hover:after,
.ng-table th.sortable .sort-indicator:hover:before {
  opacity: 1;
  visibility: visible;
}
.ng-table th.sortable.sort-desc,
.ng-table th.sortable.sort-asc {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.ng-table th.sortable.sort-desc .sort-indicator:after,
.ng-table th.sortable.sort-asc .sort-indicator:after {
  margin-top: -2px;
}
.ng-table th.sortable.sort-desc .sort-indicator:before,
.ng-table th.sortable.sort-asc .sort-indicator:before {
  visibility: hidden;
}
.ng-table th.sortable.sort-asc .sort-indicator:after,
.ng-table th.sortable.sort-asc .sort-indicator:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.ng-table th.sortable.sort-desc .sort-indicator:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.ng-table th.filter .input-filter {
  margin: 0;
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ng-table + .pagination {
  margin-top: 0;
}
@media only screen and (max-width: 800px) {
  .ng-table-responsive {
    border-bottom: 1px solid #999999;
  }
  .ng-table-responsive tr {
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
  }
  .ng-table-responsive td:before {
    position: absolute;
    padding: 8px;
    left: 0;
    top: 0;
    width: 50%;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .ng-table-responsive thead tr th {
    text-align: left;
  }
  .ng-table-responsive thead tr.ng-table-filters th {
    padding: 0;
  }
  .ng-table-responsive thead tr.ng-table-filters th form > div {
    padding: 8px;
  }
  .ng-table-responsive td {
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  .ng-table-responsive td:before {
    content: attr(data-title-text);
  }
  .ng-table-responsive,
  .ng-table-responsive thead,
  .ng-table-responsive tbody,
  .ng-table-responsive th,
  .ng-table-responsive td,
  .ng-table-responsive tr {
    display: block;
  }
}

.chart-legend,.bar-legend,.line-legend,.pie-legend,.radar-legend,.polararea-legend,.doughnut-legend{list-style-type:none;margin-top:5px;text-align:center;-webkit-padding-start:0;-moz-padding-start:0;padding-left:0}.chart-legend li,.bar-legend li,.line-legend li,.pie-legend li,.radar-legend li,.polararea-legend li,.doughnut-legend li{display:inline-block;white-space:nowrap;position:relative;margin-bottom:4px;border-radius:5px;padding:2px 8px 2px 28px;font-size:smaller;cursor:default}.chart-legend li span,.bar-legend li span,.line-legend li span,.pie-legend li span,.radar-legend li span,.polararea-legend li span,.doughnut-legend li span{display:block;position:absolute;left:0;top:0;width:20px;height:20px;border-radius:5px}
/*# sourceMappingURL=angular-chart.css.map */
/**
 * angular-bootstrap-calendar - A pure AngularJS bootstrap themed responsive calendar that can display events and has views for year, month, week and day
 * @version v0.14.6
 * @link https://github.com/mattlewis92/angular-bootstrap-calendar
 * @license MIT
 */

[class*="cal-cell"] {
  float: left;
  margin-left: 0;
  min-height: 1px;
}
.cal-row-fluid {
  width: 100%;
  *zoom: 1;
}
.cal-row-fluid:before,
.cal-row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.cal-row-fluid:after {
  clear: both;
}
.cal-row-fluid [class*="cal-cell"] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
  *margin-left: -0.05213764%;
}
.cal-row-fluid [class*="cal-cell"]:first-child {
  margin-left: 0;
}
.cal-row-fluid .controls-row [class*="cal-cell"] + [class*="cal-cell"] {
  margin-left: 0%;
}
.cal-row-fluid .cal-cell7 {
  width: 100%;
  *width: 99.94669509594883%;
}
.cal-row-fluid .cal-cell6 {
  width: 85.71428571428571%;
  *width: 85.66098081023453%;
}
.cal-row-fluid .cal-cell5 {
  width: 71.42857142857142%;
  *width: 71.37526652452024%;
}
.cal-row-fluid .cal-cell4 {
  width: 57.14285714285714%;
  *width: 57.089552238805965%;
}
.cal-row-fluid .cal-cell3 {
  width: 42.857142857142854%;
  *width: 42.80383795309168%;
}
.cal-row-fluid .cal-cell2 {
  width: 28.57142857142857%;
  *width: 28.518123667377395%;
}
.cal-row-fluid .cal-cell1 {
  width: 14.285714285714285%;
  *width: 14.232409381663112%;
}
.cal-week-box .cal-offset7,
.cal-row-fluid .cal-offset7,
.cal-row-fluid .cal-offset7:first-child {
  margin-left: 100%;
  *margin-left: 99.89339019189765%;
}
.cal-week-box .cal-offset6,
.cal-row-fluid .cal-offset6,
.cal-row-fluid .cal-offset6:first-child {
  margin-left: 85.71428571428571%;
  *margin-left: 85.60767590618336%;
}
.cal-week-box .cal-offset5,
.cal-row-fluid .cal-offset5,
.cal-row-fluid .cal-offset5:first-child {
  margin-left: 71.42857142857142%;
  *margin-left: 71.32196162046907%;
}
.cal-week-box .cal-offset4,
.cal-row-fluid .cal-offset4,
.cal-row-fluid .cal-offset4:first-child {
  margin-left: 57.14285714285714%;
  *margin-left: 57.03624733475479%;
}
.cal-week-box .cal-offset3,
.cal-row-fluid .cal-offset3,
.cal-row-fluid .cal-offset3:first-child {
  margin-left: 42.857142857142854%;
  *margin-left: 42.750533049040506%;
}
.cal-week-box .cal-offset2,
.cal-row-fluid .cal-offset2,
.cal-row-fluid .cal-offset2:first-child {
  margin-left: 28.57142857142857%;
  *margin-left: 28.46481876332622%;
}
.cal-week-box .cal-offset1,
.cal-row-fluid .cal-offset1,
.cal-row-fluid .cal-offset1:first-child {
  margin-left: 14.285714285714285%;
  *margin-left: 14.17910447761194%;
}
.cal-row-fluid .cal-cell1 {
  width: 14.285714285714285%;
  *width: 14.233576642335766%;
}
[class*="cal-cell"].hide,
.cal-row-fluid [class*="cal-cell"].hide {
  display: none;
}
[class*="cal-cell"].pull-right,
.cal-row-fluid [class*="cal-cell"].pull-right {
  float: right;
}
.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
  min-height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cal-events-num {
  margin-top: 20px;
}
.cal-month-day {
  position: relative;
  display: block;
  width: 100%;
}
.cal-month-day .cal-events-num {
  margin-left: 10px;
  margin-top: 18px;
}
#cal-week-box {
  position: absolute;
  width: 70px;
  left: -71px;
  top: -1px;
  padding: 8px 5px;
  cursor: pointer;
}
.cal-day-tick {
  position: absolute;
  right: 50%;
  bottom: -21px;
  padding: 0px 5px;
  cursor: pointer;
  z-index: 5;
  text-align: center;
  width: 26px;
  margin-right: -17px;
}
.cal-year-box #cal-day-tick {
  margin-right: -7px;
}
.cal-slide-box {
  position: relative;
}
.cal-slide-tick {
  position: absolute;
  width: 16px;
  margin-left: -7px;
  height: 9px;
  top: -1px;
  z-index: 1;
}
.cal-slide-tick.tick-month1 {
  left: 12.5%;
}
.cal-slide-tick.tick-month2 {
  left: 37.5%;
}
.cal-slide-tick.tick-month3 {
  left: 62.5%;
}
.cal-slide-tick.tick-month4 {
  left: 87.5%;
}
.cal-slide-tick.tick-day1 {
  left: 7.14285714285715%;
}
.cal-slide-tick.tick-day2 {
  left: 21.42857142857143%;
}
.cal-slide-tick.tick-day3 {
  left: 35.71428571428572%;
}
.cal-slide-tick.tick-day4 {
  left: 50%;
}
.cal-slide-tick.tick-day5 {
  left: 64.2857142857143%;
}
.cal-slide-tick.tick-day6 {
  left: 78.57142857142859%;
}
.cal-slide-tick.tick-day7 {
  left: 92.85714285714285%;
}
.events-list {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.cal-slide-content ul.unstyled {
  margin-bottom: 0;
}
.cal-slide-content ul li.dragging-active .event-item {
  color: black;
}
.cal-week-box {
  position: relative;
}
.cal-week-box [data-event-class] {
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 12px;
  padding: 0 3px !important;
}
.cal-week-box .cal-day-panel {
  border: 0px !important;
}
.cal-week-box.cal-day-box .cal-row-head {
  padding-left: 60px;
}
.cal-week-box.cal-day-box .cal-day-panel {
  overflow-x: hidden;
}
.cal-day-box {
  text-wrap: none;
  overflow-x: auto !important;
  overflow-y: hidden;
}
.cal-day-box .cal-day-hour-part {
  height: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: thin dashed #e1e1e1;
}
.cal-day-box .cal-day-hour .day-highlight {
  height: 30px;
}
.cal-day-box .cal-hours {
  font-weight: bold;
  font-size: 12px;
}
.cal-day-box .cal-day-hour:nth-child(odd) {
  background-color: #fafafa;
}
.cal-day-box .cal-day-panel {
  position: relative;
  padding-left: 60px;
  border: solid 1px #e1e1e1;
}
.cal-day-box .cal-day-panel-hour {
  position: absolute;
  width: 100%;
  margin-left: -60px;
}
.cal-day-box .day-event {
  position: absolute;
  width: 150px;
  overflow: hidden;
  padding: 2px 3px !important;
}
.cal-day-box .day-event a {
  font-size: 12px;
  text-overflow: ellipsis;
}
.cal-day-box .day-highlight {
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #c3c3c3;
  margin: 1px 1px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cal-day-box .day-highlight.dh-event-important {
  border: 1px solid #ad2121;
}
.cal-day-box .day-highlight.dh-event-warning {
  border: 1px solid #e3bc08;
}
.cal-day-box .day-highlight.dh-event-info {
  border: 1px solid dodgerblue;
}
.cal-day-box .day-highlight.dh-event-inverse {
  border: 1px solid #1b1b1b;
}
.cal-day-box .day-highlight.dh-event-success {
  border: 1px solid darkgreen;
}
.cal-day-box .day-highlight.dh-event-special {
  background-color: #ffe6ff;
  border: 1px solid #800080;
}
.event {
  display: block;
  background-color: #c3c3c3;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  margin-bottom: 2px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  border: 1px solid #ffffff;
}
.event-block {
  display: block;
  background-color: #c3c3c3;
  width: 20px;
  height: 100%;
}
.cal-event-list .event.pull-left {
  margin-top: 3px;
}
.event-important {
  background-color: #ad2121;
}
.event-info {
  background-color: dodgerblue;
}
.event-warning {
  background-color: #e3bc08;
}
.event-inverse {
  background-color: #1b1b1b;
}
.event-success {
  background-color: darkgreen;
}
.event-special {
  background-color: #800080;
}
.day-highlight:hover,
.day-highlight {
  background-color: #dddddd;
}
.day-highlight.dh-event-important:hover,
.day-highlight.dh-event-important {
  background-color: #fae3e3;
}
.day-highlight.dh-event-warning:hover,
.day-highlight.dh-event-warning {
  background-color: #fdf1ba;
}
.day-highlight.dh-event-info:hover,
.day-highlight.dh-event-info {
  background-color: #d1e8ff;
}
.day-highlight.dh-event-inverse:hover,
.day-highlight.dh-event-inverse {
  background-color: #c1c1c1;
}
.day-highlight.dh-event-success:hover,
.day-highlight.dh-event-success {
  background-color: #caffca;
}
.day-highlight.dh-event-special:hover,
.day-highlight.dh-event-special {
  background-color: #ffe6ff;
}
.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
  font-weight: bolder;
  text-align: center;
  border: 0px solid;
  padding: 5px 0;
}
.cal-row-head [class*="cal-cell"] small {
  font-weight: normal;
}
.cal-year-box .row:hover,
.cal-row-fluid:hover {
  background-color: #fafafa;
}
.cal-month-day {
  height: 100px;
}
[class*="cal-cell"]:hover,
.cell-focus,
[class*="cal-cell"] .drop-active,
.cal-cell.drop-active {
  background-color: #ededed;
}
.cal-year-box [class*="span"],
.cal-month-box [class*="cal-cell"] {
  min-height: 100px;
  border-right: 1px solid #e1e1e1;
  position: relative;
}
.cal-year-box [class*="span"] {
  min-height: 60px;
}
.cal-year-box .row [class*="col-"]:last-child,
.cal-month-box .cal-row [class*="cal-cell"]:last-child {
  border-right: 0px;
}
.cal-year-box .row,
.cal-month-box .cal-row-fluid {
  border-bottom: 1px solid #e1e1e1;
  margin-left: 0px;
  margin-right: 0px;
}
.cal-year-box .row:last-child,
.cal-month-box .cal-row-fluid:last-child {
  border-bottom: 0px;
}
.cal-month-box,
.cal-year-box,
.cal-week-box {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-radius: 2px;
}
.cal-month-box {
  border-right: 0px;
  border-bottom: 0px;
}
span[data-cal-date] {
  font-size: 1.2em;
  font-weight: normal;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  margin-top: 15px;
  margin-right: 15px;
}
span[data-cal-date]:hover {
  opacity: 1;
}
.cal-day-outmonth span[data-cal-date] {
  opacity: 0.1;
  cursor: default;
}
.cal-day-today {
  background-color: #e8fde7;
}
.cal-day-today span[data-cal-date] {
  color: darkgreen;
}
.cal-month-box .cal-day-today span[data-cal-date] {
  font-size: 1.9em;
}
.cal-day-holiday span[data-cal-date] {
  color: #800080;
}
.cal-day-weekend span[data-cal-date] {
  color: darkred;
}
#cal-week-box {
  border: 1px solid #e1e1e1;
  border-right: 0px;
  border-radius: 5px 0 0 5px;
  background-color: #fafafa;
  text-align: right;
}
.cal-week-box .cal-row-head {
  border-bottom: 1px solid #e1e1e1;
}
.cal-day-tick {
  border: 1px solid #e1e1e1;
  border-top: 0px solid;
  border-radius: 0 0 5px 5px;
  background-color: #ededed;
  text-align: center;
}
.cal-day-tick .fa {
  display: none;
}
.cal-slide-box {
  border-top: 0px solid #8c8c8c;
}
.cal-slide-content {
  padding: 20px;
  color: #ffffff;
  background-color: #555555;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}
.cal-slide-content a.event-item {
  color: #ffffff;
  font-weight: normal;
}
a.event-item-edit,
a.event-item-delete {
  padding-left: 5px;
}
.cal-year-box .cal-slide-content a.event-item,
.cal-year-box a.event-item-edit,
.cal-year-box a.event-item-delete {
  position: relative;
  top: -3px;
}
.events-list {
  max-height: 47px;
  padding-left: 5px;
}
.cal-column {
  border-left: 1px solid #e1e1e1;
}
a.cal-event-week {
  text-decoration: none;
  color: #151515;
}
.badge-important {
  background-color: #b94a48;
}
.pointer {
  cursor: pointer;
}
.cal-year-box:last-child {
  border-bottom: 0px;
}
.cal-context {
  width: 100%;
}
@media (max-width: 991px) {
  .cal-year-box [class*="span"]:nth-child(2) {
    border-right: 0px;
  }
  .cal-year-box [class*="span"]:nth-child(1),
  .cal-year-box [class*="span"]:nth-child(2) {
    border-bottom: 1px solid #e1e1e1;
  }
}

/*!
 * FullCalendar v3.10.2
 * Docs & License: https://fullcalendar.io/
 * (c) 2019 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */ }

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  /* background: #fcf8e3;  */
  }
  
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal; }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */ }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */ }

.fc.fc-bootstrap3 a {
  text-decoration: none; }

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

.fc.fc-bootstrap4 a {
  text-decoration: none; }

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0; }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff; }

.fc-bootstrap4 .fc-popover.card {
  position: absolute; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }
/*** Docs ***/
body {
	margin-top: 40px;
}
section {
	padding-top: 40px;
}
.hero-unit {
	position: relative;
	padding: 40px 0;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
	background: #020031;
	background: -moz-linear-gradient(45deg, #020031 0%, #6d3353 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#020031), color-stop(100%,#6d3353));
	background: -webkit-linear-gradient(45deg, #020031 0%,#6d3353 100%);
	background: -o-linear-gradient(45deg, #020031 0%,#6d3353 100%);
	background: -ms-linear-gradient(45deg, #020031 0%,#6d3353 100%);
	background: linear-gradient(45deg, #020031 0%,#6d3353 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020031', endColorstr='#6d3353',GradientType=1 );
	-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
	box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}
.hero-unit .btn, .pagination-centered .btn {
	float: none;
	font-weight: normal;
}
.hero-unit p {
	margin: 1em 0;
}
.bs-docs-social {
	margin-top: 1em;
	padding: 15px 0;
	text-align: center;
	background-color: rgba(245,245,245,0.3);
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(221,221,221,0.3);
}
.bs-docs-social-buttons {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.bs-docs-social-buttons li {
	display: inline-block;
	padding: 5px 8px;
	line-height: 1;
}

/* Allows .modal-backdrop to remain on the page without blocking */
.modal-backdrop {
	overflow: hidden;
	height: 0;
	-webkit-transition: opacity 0.15s linear, height 0 0.2s linear;
	-moz-transition: opacity 0.15s linear, height 0 0.2s linear;
	-ms-transition: opacity 0.15s linear, height 0 0.2s linear;
	-o-transition: opacity 0.15s linear, height 0 0.2s linear;
	transition: opacity 0.15s linear, height 0 0.2s linear;
}
.modal-backdrop.in {
	height: 100%;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-ms-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

/*** Calendar ***/

.calAlert{
	width: 595px; float: right; margin-bottom: 5px;
}

.calXBtn{
	float: right; margin-top: -5px; margin-right: -5px;
}

.calWell{
	float: left; margin-bottom: 40px;
}

.fc-event.openSesame .fc-event-skin{
	background-color: rgb(229, 229, 11);
	color: black;
}

.fc-event.customFeed .fc-event-skin{
	background-color: rgb(132, 222, 175);
	color: black;
}

.calTools{
	margin-bottom: 10px;
}
/*!
*  filename: ej.widgets.core.min.css
*  version : 13.3.0.12
*  Copyright Syncfusion Inc. 2001 - 2015. All rights reserved.
*  Use of this code is subject to the terms of our license.
*  A copy of the current license can be obtained at any time by e-mailing
*  licensing@syncfusion.com. Any infringement will be prosecuted under
*  applicable laws. 
*/
.e-atc-popup,.e-atc .e-in-wrap,.e-atc .e-in-wrap .e-input,.e-acrdn-scroller,.e-acrdn .e-select,.e-chkbox-wrap div>span,.e-datepicker.e-popup,.e-datewidget .e-in-wrap,.e-datewidget .e-in-wrap .e-input,.e-datetime-popup.e-popup,.e-datetime-popup .e-dt-button,.e-datetime-wrap .e-in-wrap,.e-datetime-wrap .e-in-wrap .e-input,.e-dialog-wrap,.e-dialog-wrap>.e-header .e-dialog-icon,.e-ddl-popup.e-popup,.e-ddl .e-in-wrap,.e-ddl .e-in-wrap .e-input,.e-numeric .e-in-wrap,.e-numeric .e-in-wrap .e-input,.e-percent .e-in-wrap,.e-percent .e-in-wrap .e-input,.e-currency .e-in-wrap,.e-currency .e-in-wrap .e-input,.e-mask .e-in-wrap,.e-mask .e-in-wrap .e-input,.e-menu,.e-tab,.e-time-popup.e-popup,.e-timewidget .e-in-wrap,.e-timewidget .e-in-wrap .e-input,.e-toolbar,.e-toolbar .e-tooltxt,.e-upload-box .e-selectpart,.e-upload-box .e-btn,.e-treeview .e-text,.e-splitbutton,.e-fileexplorer .e-tilenode,.e-rte,.e-rte.e-dialog .e-inputtext,.e-btn.e-select,.e-progressbar,.e-check-wrap .e-chk-inact,.e-check-wrap .e-chk-act,.e-check-wrap .e-chk-indeter{border-radius:""}.e-colorwidget.e-split.e-disable .e-in-wrap .e-select:hover,.e-colorwidget.e-split.e-disable .e-color-container:hover,.e-dialog.e-disable .e-dialog-icon:hover,.e-dialog.e-disable>.e-header,.e-ddl .e-disable.e-select:hover,.e-in-wrap .e-disable.e-select .e-icon,.e-in-wrap .e-disable.e-select,.e-rte .e-horizontal .e-disable,.e-slider.e-disable .e-handle.e-select{cursor:default}.e-corner,.e-corner .e-input,.e-acrdn-scroller.e-corner,.e-acrdn.e-corner .e-select,.e-corner .e-dt-button,.e-corner>.e-header .e-dialog-icon,.e-corner .e-tooltxt,.e-corner+.e-dialog,.e-corner+.e-dialog>.e-header .e-dialog-icon,.e-corner+.e-dialog>.e-btn{border-radius:4px 4px 4px 4px}.e-tab>ul.e-addborderright .e-item,.e-tab .e-addborderleft.e-content-item,.e-split .e-splitarrowleft .e-splitbutton,.e-split .e-splitarrowright .e-drp-btn,.e-rtl.e-split .e-splitarrowright .e-splitbutton,.e-rtl.e-split .e-splitarrowleft .e-drp-btn,.e-fileexplorer .e-grid tr td.e-last-rowcell,.e-fileexplorer .e-grid.e-rtl tr td:first-child{border-radius:""}.e-tab>ul.e-addborderleft .e-item,.e-tab .e-addborderright.e-content-item,.e-split .e-splitarrowright .e-splitbutton,.e-split .e-splitarrowleft .e-drp-btn,.e-rtl.e-split .e-splitarrowleft .e-splitbutton,.e-rtl.e-split .e-splitarrowright .e-drp-btn,.e-fileexplorer,.e-fileexplorer .e-grid tr td:first-child,.e-fileexplorer .e-grid.e-rtl tr td.e-last-rowcell{border-radius:""}.e-acrdn .e-select.e-active,.e-datepicker.e-popup .e-header,.e-tab>ul.e-addborderbottom .e-item,.e-tab .e-addbordertop.e-content-item,.e-split .e-splitarrowtop .e-drp-btn,.e-split .e-splitarrowbottom .e-splitbutton,.e-rte .e-toolbar,.e-datetime-popup .e-header,.e-fileexplorer .e-toolbar{border-radius:""}.e-acrdn-content-active,.e-dialog-wrap .e-widget-content,.e-tab>ul.e-addbordertop .e-item,.e-tab .e-addborderbottom.e-content-item,.e-split .e-splitarrowbottom .e-drp-btn,.e-split .e-splitarrowtop .e-splitbutton,.e-rte .e-rte-footer,.e-datetime-popup .e-time-popup{border-radius:""}.e-corner.e-tab>ul.e-addborderright .e-item,.e-corner.e-tab .e-addborderleft.e-content-item,.e-split .e-splitarrowleft .e-splitbutton.e-corner,.e-split .e-splitarrowright .e-corner+.e-drp-btn,.e-rtl.e-split .e-splitarrowright .e-splitbutton.e-corner,.e-rtl.e-split .e-splitarrowleft .e-corner+.e-drp-btn{border-radius:0 4px 4px 0}.e-corner.e-tab>ul.e-addborderleft .e-item,.e-corner.e-tab .e-addborderright.e-content-item,.e-split .e-splitarrowright .e-splitbutton.e-corner,.e-split .e-splitarrowleft .e-corner+.e-drp-btn,.e-rtl.e-split .e-splitarrowleft .e-splitbutton.e-corner,.e-rtl.e-split .e-splitarrowright .e-corner+.e-drp-btn{border-radius:4px 0 0 4px}.e-acrdn.e-corner .e-select.e-active,.e-datepicker.e-popup.e-corner .e-header,.e-corner.e-tab>ul.e-addborderbottom .e-item,.e-corner.e-tab .e-addbordertop.e-content-item,.e-split .e-splitarrowtop .e-corner+.e-drp-btn,.e-split .e-splitarrowbottom .e-splitbutton.e-corner,.e-datetime-popup.e-corner .e-header{border-radius:4px 4px 0 0}.e-corner .e-acrdn-content-active,.e-corner.e-dialog-wrap .e-widget-content,.e-corner.e-tab>ul.e-addbordertop .e-item,.e-corner.e-tab .e-addborderbottom.e-content-item,.e-split .e-splitarrowbottom .e-corner+.e-drp-btn,.e-split .e-splitarrowtop .e-splitbutton.e-corner,.e-datetime-popup.e-corner .e-time-popup{border-radius:0 0 4px 4px}.e-progressbar .e-progress.e-complete{border-radius:""}.e-atc.e-rtl .e-in-wrap.e-padding .e-input,.e-atc .e-in-wrap.e-padding .e-select,.e-datewidget.e-rtl .e-in-wrap.e-padding .e-input,.e-datewidget .e-in-wrap.e-padding .e-select,.e-datetime-wrap.e-rtl .e-in-wrap.e-padding .e-input,.e-datetime-wrap .e-in-wrap.e-padding .e-select,.e-ddl.e-rtl .e-in-wrap .e-input,.e-ddl .e-in-wrap .e-select,.e-numeric.e-rtl .e-in-wrap.e-padding .e-input,.e-numeric .e-in-wrap.e-padding .e-select,.e-percent.e-rtl .e-in-wrap.e-padding .e-input,.e-percent .e-in-wrap.e-padding .e-select,.e-currency.e-rtl .e-in-wrap.e-padding .e-input,.e-currency .e-in-wrap.e-padding .e-select,.e-timewidget.e-rtl .e-in-wrap.e-padding .e-input,.e-timewidget .e-in-wrap.e-padding .e-select{border-radius:""}.e-atc .e-in-wrap.e-padding .e-input,.e-atc.e-rtl .e-in-wrap.e-padding .e-select,.e-datewidget .e-in-wrap.e-padding .e-input,.e-datewidget.e-rtl .e-in-wrap.e-padding .e-select,.e-datetime-wrap .e-in-wrap.e-padding .e-input,.e-datetime-wrap.e-rtl .e-in-wrap.e-padding .e-select,.e-ddl .e-in-wrap .e-input,.e-ddl.e-rtl .e-in-wrap .e-select,.e-numeric .e-in-wrap.e-padding .e-input,.e-numeric.e-rtl .e-in-wrap.e-padding .e-select,.e-percent .e-in-wrap.e-padding .e-input,.e-percent.e-rtl .e-in-wrap.e-padding .e-select,.e-currency .e-in-wrap.e-padding .e-input,.e-currency.e-rtl .e-in-wrap.e-padding .e-select,.e-timewidget .e-in-wrap.e-padding .e-input,.e-timewidget.e-rtl .e-in-wrap.e-padding .e-select,.e-progressbar .e-progress{border-radius:""}.e-dialog-wrap>.e-header{border-radius:""}.e-corner.e-progressbar .e-progress.e-complete{border-radius:3px 3px 3px 3px}.e-atc.e-rtl .e-corner.e-in-wrap.e-padding .e-input,.e-atc .e-corner.e-in-wrap.e-padding .e-select,.e-datewidget.e-rtl .e-corner.e-in-wrap.e-padding .e-input,.e-datewidget .e-corner.e-in-wrap.e-padding .e-select,.e-datetime-wrap.e-rtl .e-corner.e-in-wrap.e-padding .e-input,.e-datetime-wrap .e-corner.e-in-wrap.e-padding .e-select,.e-ddl.e-rtl .e-corner.e-in-wrap .e-input,.e-ddl .e-corner.e-in-wrap .e-select,.e-numeric.e-rtl .e-corner.e-in-wrap.e-padding .e-input,.e-numeric .e-corner.e-in-wrap.e-padding .e-select,.e-percent.e-rtl .e-corner.e-in-wrap.e-padding .e-input,.e-percent .e-corner.e-in-wrap.e-padding .e-select,.e-currency.e-rtl .e-corner.e-in-wrap.e-padding .e-input,.e-currency .e-corner.e-in-wrap.e-padding .e-select,.e-timewidget.e-rtl .e-corner.e-in-wrap.e-padding .e-input,.e-timewidget .e-corner.e-in-wrap.e-padding .e-select{border-radius:0 3px 3px 0}.e-atc .e-corner.e-in-wrap.e-padding .e-input,.e-atc.e-rtl .e-corner.e-in-wrap.e-padding .e-select,.e-datewidget .e-corner.e-in-wrap.e-padding .e-input,.e-datewidget.e-rtl .e-corner.e-in-wrap.e-padding .e-select,.e-datetime-wrap .e-corner.e-in-wrap.e-padding .e-input,.e-datetime-wrap.e-rtl .e-corner.e-in-wrap.e-padding .e-select,.e-ddl .e-corner.e-in-wrap .e-input,.e-ddl.e-rtl .e-corner.e-in-wrap .e-select,.e-numeric .e-corner.e-in-wrap.e-padding .e-input,.e-numeric.e-rtl .e-corner.e-in-wrap.e-padding .e-select,.e-percent .e-corner.e-in-wrap.e-padding .e-input,.e-percent.e-rtl .e-corner.e-in-wrap.e-padding .e-select,.e-currency .e-corner.e-in-wrap.e-padding .e-input,.e-currency.e-rtl .e-corner.e-in-wrap.e-padding .e-select,.e-timewidget .e-corner.e-in-wrap.e-padding .e-input,.e-timewidget.e-rtl .e-corner.e-in-wrap.e-padding .e-select,.e-corner.e-progressbar .e-progress{border-radius:3px 0 0 3px}.e-corner.e-dialog-wrap>.e-header{border-radius:3px 3px 0 0}input.e-input,input[type="text"].e-input,.e-input.e-placeholder,.e-ddl.e-widget .e-ul.e-boxes,.e-atc.e-widget .e-in-wrap{-webkit-box-shadow:"";box-shadow:""}.e-disable{opacity:.35;filter:alpha(opacity=35);background-image:none}.e-corner-all{border-radius:4px 4px 4px 4px}.e-corner-top,.e-corner-left{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;-khtml-border-top-left-radius:4px;border-top-left-radius:4px}.e-corner-top,.e-corner-right{-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;-khtml-border-top-right-radius:4px;border-top-right-radius:4px}.e-corner-bottom,.e-corner-left{-moz-border-radius-topleft:4px;-webkit-border-bottom-left-radius:4px;-khtml-border-bottom-left-radius:4px;border-bottom-left-radius:4px}.e-corner-bottom,.e-corner-right{-moz-border-radius-topright:4px;-webkit-border-bottom-right-radius:4px;-khtml-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.e-input,.e-tooltipbox,.e-btn,.e-time-popup,.e-datepicker.e-calendar,.e-menu,.e-uploadbox .e-file-name-txt,.e-uploadbox .e-selectpart,.e-uploadbox .e-uploadbtn,.e-waitpopup-pane .e-text,.e-tagcloud,.e-toolbar,.e-progressbar,.e-scale .e-tick .tick-value,.e-datetime-popup .e-dt-button,.e-grid,.e-ejinputtext,.e-pager,.e-fileexplorer{font-family:Segoe UI;font-size:13px}.e-menu,input.e-input,input[type="text"].e-input,.e-mask,.e-ul,.e-btn div,.e-tbtn.e-chkbx-hidden,.e-datepicker table,.e-datepicker table th,.e-datepicker table td,.e-menu.e-horizontal>.e-list,.e-menu.e-vertical>li.e-separator,.e-menu.e-context>li.e-separator,.e-tab.e-js>.e-header,.e-uploadbox .e-action-perform,.e-uploadbox .uploaddialog.e-dialog.e-dialog-content,.e-tagcloud .e-load,.e-scale,.e-select,.e-input.e-placeholder{margin:0;padding:0;outline:0 none;line-height:normal}.e-btn,.e-btn div,.e-datepicker .e-header .e-next,.e-datepicker .e-header .e-prev,.e-datepicker .e-header .e-text,.e-menu>.e-list>a>img,.e-menu>.e-list>span>img,.e-menu>.e-list>a>div,.e-menu>.e-list>span>div,.e-menu>.e-list>a>span,.e-menu>.e-list>span>span,.e-menu .e-list>a span.e-icon,.e-menu .e-list>span span.e-icon,.e-menu.e-horizontal>.e-list,.e-menu.e-vertical,.e-menu.e-context,.e-chkbox-wrap,.e-radiobtn-wrap,.e-chkbox-wrap div,.e-chkbox-wrap .e-text,.e-radiobtn-wrap .e-text,.e-tab.e-js>.e-header,.e-tab .e-header li,.e-tab .e-header li a,.e-dialog .e-dialog-icon,.e-dialog .e-icon,.e-uploadbox .e-selectpart,.e-uploadbox .e-file-list,.e-treeview .e-text,.e-tagcloud .e-cloud,.e-tagcloud .e-list,.e-tagcloud .e-cloud .e-tagitems,.e-h-scale .e-tick,.e-grid .e-groupheadercell,.e-grid .e-groupheadercell:hover,.e-pager,.e-pager .e-disableditem,.e-grid div.e-parentmsgbar,.e-grid .e-toolbaricons,.e-pager .e-pagercontainer{display:inline-block}.e-ul{list-style-type:none}input.e-input,input[type="text"].e-input,.e-input.e-placeholder{border:medium none;height:100%;width:100%;display:block;padding-left:.857em;line-height:1.908em \9}.e-rtl input.e-input,.e-rtl input[type="text"].e-input,.e-rtl .e-input.e-placeholder{text-align:right;padding-left:0;padding-right:.857em}.e-in-wrap{display:block;height:100%;position:relative;overflow:hidden;border:1px solid}.e-rtl{direction:rtl}.e-widget,.e-map,.e-chart,.e-grid{-ms-touch-action:none;touch-action:none}.e-widget,.e-widget [class^="e-"],.e-widget [class*=" e-"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.e-widget.e-box,.e-widget .e-box,.e-widget button.e-btn,button.e-btn.e-widget,input.e-btn.e-widget,input.e-input,input[type="text"].e-input,.e-input.e-placeholder,.e-widget input.e-input,.e-lv.e-js .e-header.e-box{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.e-shadow{-moz-box-shadow:0 0 9px rgba(0,0,0,.4);-webkit-box-shadow:0 0 9px rgba(0,0,0,.4);box-shadow:0 0 9px rgba(0,0,0,.4)}.e-overlay{background-color:#808080;opacity:.5;filter:alpha(opacity=50);position:fixed;top:0;left:0;width:100%;height:100%;z-index:100}.e-tooltipbox{font-weight:600;height:auto;padding:2px;position:absolute;width:auto;min-width:10px;text-align:center;z-index:10000;border:1px solid}.e-input::-ms-clear{display:none}.e-input::-webkit-input-placeholder{font-style:italic}.e-input::-moz-placeholder{font-style:italic}.e-input:-moz-placeholder{font-style:italic}.e-input:-ms-input-placeholder{font-style:italic}.e-input.e-watermark{font-style:italic}.e-widget .e-input.e-placeholder{top:0;font-style:italic;position:absolute;color:#bbb;white-space:nowrap}.e-btn{cursor:pointer;overflow:hidden;text-align:center;text-decoration:none;border:medium none}.e-btn.e-select{border:1px solid}.e-btn,.e-btn div{vertical-align:middle;border-spacing:0}.e-btn .e-icon,.e-split-btn-div .e-icon{display:table-cell;padding:4px 3px;visibility:visible;vertical-align:middle}.e-btn.e-txt{padding:.1em .4em .3em}.e-btn .e-btntxt{width:auto;cursor:default;display:table-cell;vertical-align:middle;line-height:normal;padding:2px}.e-btn.e-btn-mini{height:28px;width:63px;font-size:12px}.e-btn.e-btn-small{height:32px;width:89px;font-size:13px}.e-btn.e-btn-medium{height:36px;width:113px;font-size:14px}.e-btn.e-btn-large{height:40px;width:130px;font-size:15px}.e-btn.e-btn-normal{height:""}.e-tbtn-wrap{display:block}.e-tbtn.e-chkbx-hidden{border:0 none;height:1px;margin:-1px;overflow:hidden;position:absolute;width:1px;opacity:0;filter:alpha(opacity=0)}.e-tbtn-wrap label{cursor:pointer;display:block;font-weight:normal;margin-bottom:0}.e-split{display:block;position:relative;margin:0;overflow:hidden}.e-split.e-btnrtl{padding:0}.e-split-btn,.e-split-btn.e-left-btn{height:100%}.e-split-btn.e-btn-txt{width:24px;height:100%}.e-split-btn.e-left-btn{width:100%}.e-split-btn.e-rht-btn{width:24px;height:100%}.e-split-btn.e-drp-btn{float:left;position:absolute}.e-split-btn-div .e-icon{height:12px;width:12px;font-size:10px}.e-split .e-in-wrap{border:none}.e-split .e-padding{padding:0 24px 0 0}.e-split.e-rtl .e-padding{padding:0 0 0 24px}.e-split.e-drop .e-padding{padding:0}.e-split .e-padding.e-splitarrowleft,.e-split.e-rtl .e-padding.e-splitarrowright{padding:0 0 0 24px}.e-split.e-rtl .e-padding.e-splitarrowleft,.e-split .e-padding.e-splitarrowright{padding:0 24px 0 0}.e-splitarrowleft .e-split-btn.e-rht-btn,.e-splitarrowleft .e-split-btn.e-btn-txt{width:24px;height:100%;left:0}.e-splitarrowleft .e-split-btn.e-left-btn{border-left:medium none}.e-rtl .e-splitarrowleft .e-split-btn.e-rht-btn,.e-rtl .e-splitarrowleft .e-split-btn.e-btn-txt{right:0}.e-splitarrowright .e-split-btn.e-rht-btn,.e-splitarrowright .e-split-btn.e-btn-txt{width:24px;height:100%}.e-splitarrowright .e-split-btn.e-left-btn{border-right:medium none}.e-rtl .e-splitarrowright .e-split-btn.e-rht-btn,.e-rtl .e-splitarrowright .e-split-btn.e-btn-txt{left:0}.e-split .e-padding.e-splitarrowbottom{padding:0 0 24px 0}.e-splitarrowbottom .e-split-btn.e-rht-btn,.e-splitarrowbottom .e-split-btn.e-btn-txt{height:24px;width:100%;bottom:0;left:0}.e-splitarrowbottom .e-split-btn.e-left-btn{border-bottom:medium none}.e-split .e-padding.e-splitarrowtop{padding:24px 0 0 0}.e-splitarrowtop .e-split-btn.e-rht-btn,.e-splitarrowtop .e-split-btn.e-btn-txt{height:24px;width:100%;top:0;left:0}.e-splitarrowtop .e-split-btn.e-left-btn{border-top:medium none}.e-split.e-drop .e-droparrowleft,.e-split.e-drop.e-rtl .e-droparrowright{padding:0 0 0 15px}.e-split.e-drop.e-rtl .e-droparrowleft,.e-split.e-drop .e-droparrowright{padding:0 15px 0 0}.e-droparrowleft .e-split-btn-div{left:0;top:50%;margin-top:-10px}.e-rtl .e-droparrowleft .e-split-btn-div{right:0;left:auto;top:50%;margin-top:-10px}.e-droparrowright .e-split-btn-div{right:0;top:50%;margin-top:-10px}.e-rtl .e-droparrowright .e-split-btn-div{left:0;right:auto;top:50%;margin-top:-10px}.e-split.e-drop .e-droparrowbottom{padding:0 0 15px 0}.e-droparrowbottom .e-split-btn-div{bottom:0;left:50%;margin-left:-10px}.e-split.e-drop .e-droparrowtop{padding:10px 0 0 0}.e-droparrowtop .e-split-btn-div{top:0;left:50%;margin-left:-10px}.e-split.e-menu{border-radius:0}.e-split.e-context,.e-split.e-context li.e-list.e-haschild{overflow:visible}.e-split.e-context li.e-list,.e-split.e-context li.e-list.e-haschild span{overflow:hidden}.e-numeric.e-error .e-in-wrap,.e-percent.e-error .e-in-wrap,.e-currency.e-error .e-in-wrap{border-color:#f00}.e-numeric,.e-percent,.e-currency,.e-mask{display:block;overflow:visible;width:143px;height:30px}.e-numeric .e-spin,.e-percent .e-spin,.e-currency .e-spin{position:absolute;right:0;border:0 none;cursor:pointer}.e-numeric .e-spin-up,.e-numeric .e-spin-down,.e-percent .e-spin-up,.e-percent .e-spin-down,.e-currency .e-spin-up,.e-currency .e-spin-down{display:block;height:50%;width:100%}.e-numeric .e-spin-up,.e-percent .e-spin-up,.e-currency .e-spin-up{top:0}.e-numeric .e-spin-down,.e-percent .e-spin-down,.e-currency .e-spin-down{bottom:0}.e-numeric .e-padding,.e-percent .e-padding,.e-currency .e-padding{padding:0 24px 0 0}.e-numeric .e-icon,.e-percent .e-icon,.e-currency .e-icon{display:block;width:100%;position:absolute;top:50%}.e-numeric .e-icon,.e-percent .e-icon,.e-currency .e-icon{height:8px;margin-top:-4px;font-size:10px}.e-numeric .e-select,.e-percent .e-select,.e-currency .e-select,.e-mask .e-select{cursor:pointer;display:block;position:absolute;top:0;right:0;width:23px;height:100%;text-align:left;border-left:1px solid}.e-numeric.e-rtl .e-select,.e-percent.e-rtl .e-select,.e-currency.e-rtl .e-select,.e-mask.e-rtl .e-select{border-right:1px solid;border-left:none}.e-numeric.e-rtl .e-in-wrap.e-padding,.e-percent.e-rtl .e-in-wrap.e-padding,.e-currency.e-rtl .e-in-wrap.e-padding{padding:0 0 0 24px}.e-atc{display:block;overflow:visible;width:143px;height:30px}.e-atc .e-padding{padding:0 24px 0 0}.e-atc .e-icon{display:block;width:100%;position:absolute;top:50%}.e-atc .e-select{cursor:pointer;display:block;position:absolute;top:0;right:0;width:23px;height:100%;text-align:left;border-left:1px solid}.e-atc.e-rtl .e-select{border-right:1px solid;border-left:none}.e-atc.e-rtl .e-padding{padding:0 0 0 24px}.e-atc-popup{cursor:default;overflow:auto;position:absolute;border:1px solid;outline:0 none}.e-atc-popup .e-hilight-txt{font-weight:bold}.e-atc-popup ul li.e-category{font-weight:bold}.e-atc-popup.e-rtl ul li.e-category{margin:0 .857em 0 0;padding:5px 0 5px 5px}.e-atc-popup ul li{padding:5px 5px 5px .857em;min-height:1.3em}.e-atc-popup.e-rtl ul li{padding:5px .857em 5px 5px}.e-atc .e-input.e-load{background-position:right center;background-repeat:no-repeat}.e-atc .e-rtl .e-input.e-load{background-position:left center}.e-atc .e-icon{height:14px;margin-top:-7px}.e-atc .e-options{border:1px solid;border-radius:4px;cursor:default;display:inline-block;float:left;margin:2px 0 2px 2px;padding:0 19px 3px 4px;position:relative}.e-atc.e-rtl .e-options{margin:2px 2px 2px 0;padding:0 4px 3px 19px;float:right}.e-atc .e-visual-mode.e-input{display:inline-block;max-width:99%;text-indent:0;float:left;height:28px;margin:0 0 0 2px;padding-left:0;box-shadow:none}.e-atc.e-rtl .e-visual-mode.e-input{float:right;margin:0 2px 0 0}.e-atc .e-options .e-icon.e-close{font-size:10px;cursor:pointer;height:10px;margin-top:-5px;right:4px;width:10px;opacity:.75}.e-atc .e-options .e-icon.e-close:hover{opacity:1}.e-atc.e-rtl .e-options .e-icon.e-close{left:4px;right:auto}.e-ddl{display:block;overflow:visible;width:143px;height:30px;outline:0 none}.e-ddl .e-in-wrap{padding:0 24px 0 0}.e-ddl .e-icon{display:block;width:100%;position:absolute;top:50%}.e-ddl .e-select{cursor:pointer;display:block;position:absolute;top:0;right:0;width:23px;height:100%;text-align:left;border-left:1px solid}.e-ddl.e-rtl .e-select{border-right:1px solid;border-left:none}.e-ddl.e-rtl .e-in-wrap{padding:0 0 0 24px}.e-ddl-popup{cursor:default;overflow:auto;position:absolute;border:1px solid;outline:0 none}.e-ddl-popup div>ul li{padding:5px 5px 5px .857em;min-height:1.3em}.e-ddl-popup.e-rtl div>ul li{padding:5px .857em 5px 5px}.e-ddl .e-options{border:1px solid;border-radius:4px;cursor:default;display:inline-block;float:left;margin:2px 0 2px 2px;padding:0 19px 3px 4px;position:relative}.e-ddl .e-input{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-ddl.e-rtl .e-options{margin:2px 2px 2px 0;padding:0 4px 3px 19px;float:right}.e-ddl .e-options .e-icon.e-close{font-size:10px;cursor:pointer;height:10px;margin-top:-5px;right:4px;width:10px;opacity:.75}.e-ddl .e-options .e-icon.e-close:hover{opacity:1}.e-ddl.e-rtl .e-options .e-icon.e-close{left:4px;right:auto}.e-ddl.e-rtl .e-in-wrap .e-select{border-left:0 none;text-align:right}.e-ddl-popup.e-atc-popup.e-rtl ul li.e-category{margin:0;padding:5px .857em 5px 5px}.e-ddl-popup div>ul li{vertical-align:middle}.e-ddl .e-in-wrap .e-select.e-load{background-position:center center;background-repeat:no-repeat;opacity:.35;filter:alphaa(opacity=35)}.e-ddl-popup div>ul li .e-align{float:left;vertical-align:middle}.e-ddl-popup.e-rtl div>ul li .e-align{float:right}.e-ddl-popup div>ul li .e-chkbox-wrap{padding-right:10px}.e-ddl-popup.e-rtl div>ul li .e-chkbox-wrap{padding:0 0 0 10px}.e-ejinputtext{padding-right:4px;text-indent:10px}.e-ddl-popup .e-atc.e-search{width:100%;height:36px;border-bottom:1px solid;position:relative}.e-ddl-popup .e-atc.e-search .e-in-wrap{margin:8px;height:28px;position:relative}.e-ddl-popup .e-atc.e-search .e-isearch{width:14px;right:10px}.e-ddl-popup .e-atc.e-search .e-input{padding:0 20px 0 7px}.e-ddl-popup .e-atc.e-search .e-isearch:before{content:"";font-size:20px;margin-top:-3px}.e-ddl .e-icon{font-size:12px;height:12px;margin-top:-6px}.e-ddl-popup.e-rtl .e-atc.e-search .e-input{padding:0 7px 0 20px}.e-ddl-popup.e-rtl .e-atc.e-search .e-isearch{right:auto;left:0;padding-left:10px}.e-ddl-popup.e-rtl .e-atc.e-search .e-isearch:before{-ms-transform:rotate(60deg);-webkit-transform:rotate(60deg);transform:rotate(60deg);margin-top:0}.e-timewidget{display:block;overflow:visible;width:143px;height:30px}.e-timewidget .e-padding{padding:0 24px 0 0}.e-timewidget .e-icon{display:block;width:100%;position:absolute;top:50%}.e-timewidget .e-select{cursor:pointer;display:block;position:absolute;top:0;right:0;width:23px;height:100%;text-align:left;border-left:1px solid}.e-timewidget.e-rtl .e-select{border-right:1px solid;border-left:none}.e-timewidget.e-rtl .e-padding{padding:0 0 0 24px}.e-time-popup{cursor:default;overflow:auto;position:absolute;border:1px solid;outline:0 none}.e-timewidget .e-input{letter-spacing:1px}.e-timewidget .e-icon{font-size:12px;height:12px;margin-top:-6px}.e-time-popup{font-weight:normal;letter-spacing:1px}.e-time-popup ul li{padding:2px 2px 2px .857em}.e-time-popup.e-rtl ul li{padding:2px .857em 2px 2px}.e-datewidget.e-error .e-in-wrap{border-color:#f00}.e-datewidget{display:block;overflow:visible;width:143px;height:30px}.e-datewidget .e-padding{padding:0 24px 0 0}.e-datewidget .e-icon{display:block;width:100%;position:absolute;top:50%}.e-datewidget .e-select{cursor:pointer;display:block;position:absolute;top:0;right:0;width:23px;height:100%;text-align:left;border-left:1px solid}.e-datewidget.e-rtl .e-select{border-right:1px solid;border-left:none}.e-datewidget.e-rtl .e-in-wrap.e-padding{padding:0 0 0 24px}.e-datewidget .e-icon{font-size:21px;height:21px;margin-top:-11px}.e-datepicker .e-datepicker-months td,.e-datepicker .e-datepicker-years td,.e-datepicker .e-datepicker-allyears td{height:45px}.e-datepicker .e-datepicker-months,.e-datepicker .e-datepicker-years,.e-datepicker .e-datepicker-allyears{width:100%}.e-datepicker.e-calendar{overflow:hidden;border:1px solid}.e-datepicker.e-calendar .e-header,.e-datetime-popup .e-timecontainer .e-header{text-align:center;height:30px;line-height:29px}.e-datepicker .e-header .e-next,.e-datepicker .e-header .e-prev{cursor:pointer;position:relative;top:2px}.e-datepicker .e-week-header{height:35px}.e-datepicker .e-icon{height:18px;width:18px}.e-datepicker .e-header .e-icon:before{top:2px;left:2px;position:absolute}.e-datepicker .e-datepicker-days .e-state-default{height:26px;border:0 none}.e-datepicker .e-icon.e-left-arrow{float:left}.e-datepicker .e-icon.e-right-arrow{float:right}.e-datepicker .e-icon.e-right-arrow:before{left:4px}.e-datepicker.e-rtl .e-header .e-next{right:-10px}.e-datepicker .e-header .e-next{right:5px}.e-datepicker.e-rtl .e-header .e-prev{left:-10px}.e-datepicker .e-header .e-prev{left:5px}.e-datepicker .e-header .e-text{cursor:pointer;text-align:center;width:83%}.e-datepicker .e-header .e-text .e-datepicker-headertext{padding:2px 7px 3px 8px;border-radius:4px}.e-datepicker .e-header a:hover,.e-datepicker .e-header a:focus{text-decoration:none;padding:0}.e-datepicker .e-footer{text-align:center;cursor:pointer;padding:3px;margin:3px 0 0}.e-datepicker .e-hide-date,.e-datepicker table td.e-disable>span.e-image{opacity:.34}.e-datepicker table{border-collapse:collapse;border-style:none;position:relative;table-layout:fixed;*table-layout:auto;text-align:center;width:100%}.e-datepicker table th{cursor:default;font-weight:normal;text-align:center;background:transparent;border:0 none;font-size:inherit}.e-datepicker table td{cursor:pointer;border:medium none;vertical-align:middle;text-align:center}.e-datepicker .e-dp-viewdays .e-current-month:hover{border-radius:4px}.e-rtl .e-select{right:auto;left:0}.e-datepicker.e-icons table .e-datepicker-days td,.e-datepicker.e-icons table th{text-align:right;padding-right:10px}.flag .e-image,.e-special-day .e-image{display:inline-block;margin-right:3px;vertical-align:text-top}.e-datepicker.e-calendar{width:18em;position:absolute}.e-datepicker.e-calendar.e-inline{position:static}.e-datepicker.e-calendar.e-headerlong{width:35em}.e-datepicker table .e-datepicker-days td.e-state-default.e-week-end{font-weight:bold}.e-selected-week,.e-selected-month{border-radius:4px}.e-datepicker .e-special-date-icon{width:12px;height:12px;display:inline-block;margin-right:3px}.e-datepicker.e-popup.e-disable table td,.e-datepicker.e-popup.e-disable .e-footer,.e-datepicker.e-popup.e-disable .e-header .e-text,.e-datepicker.e-popup.e-disable .e-header .e-next,.e-datepicker.e-popup.e-disable .e-header .e-prev,.e-datewidget .e-select.e-disable,.e-datewidget .e-select.e-disable .e-icon{cursor:default}.e-menu{font-size:0;display:block;width:auto;height:auto;font-weight:normal;border:1px solid}.e-menu *{list-style-image:none;list-style-position:outside;list-style-type:none}.e-menu * a:focus{outline:none}* .e-menu>.e-list>ul,* .e-menu>.e-list>ul .e-list>ul{left:102%;top:-.8px}.e-menu>.e-list{border:0 none;position:relative;text-align:left;cursor:pointer}.e-menu .e-list>ul{position:absolute;visibility:inherit;padding:1px;margin:0;left:-1px;z-index:1000;display:none}* .e-menu .e-list>ul .e-list{border:0 none;float:none;position:relative;line-height:normal;cursor:pointer}.e-menu .e-list>a,.e-menu .e-list>span{text-decoration:none;display:block;border:0 none;min-height:18px;width:auto;height:auto;position:relative;font-size:13px}.e-menu .e-list>a,.e-menu .e-list>span{padding:3px 18px 3px 28px;height:inherit;white-space:nowrap}.e-menu .e-list>ul li.e-separator{height:1px;margin:2px 0 2px 18%;position:relative;border:0 none}.e-menu li.e-list>a>img,.e-menu li.e-list>span>img,.e-menu li.e-list>a>div,.e-menu li.e-list>span>div,.e-menu li.e-list>a>span,.e-menu li.e-list>span>span{left:2px;top:25%;margin:0 4px 0 0;position:absolute;vertical-align:middle;border:0 none}.e-menu .e-list>a span.e-icon.e-arrows,.e-menu .e-list>span span.e-icon.e-arrows{left:auto;position:absolute;right:-4px;top:35%;font-size:10px}.e-menu-res-wrap .e-check-wrap .e-chkbox-wrap{opacity:0;width:100%;height:100%}.e-menu-res-wrap{display:none;height:32px;overflow:hidden}.e-menu-res-wrap .e-menu-res-in-wrap{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.e-menu-res-wrap .e-menu-res-in-wrap .e-check-wrap .e-res-icon,.e-menu-res-wrap .e-menu-res-in-wrap .e-check-wrap{cursor:pointer;display:block;height:100%;position:absolute;right:0;text-align:left;top:0;margin:0;width:30px}.e-menu-res-wrap .e-menu-res-in-wrap .e-check-wrap{border-left:1px solid #aaa;background-position:3px 7px;background-repeat:no-repeat}.e-menu-res-wrap .e-menu-res-in-wrap .e-res-title{height:100%;font-family:'Segoe UI';font-size:13px}.e-menu-res-wrap .e-in-wrap.e-menu-res-in-wrap{padding:5px 30px 5px 5px}.e-menu.e-rtl,.e-menu.e-rtl>.e-list{text-align:right}.e-menu.e-rtl .e-list>ul li.e-separator{margin:2px 18% 2px 0}.e-menu.e-rtl .e-list>a>img,.e-menu.e-rtl .e-list>span>img,.e-menu.e-rtl .e-list>a>div,.e-menu.e-rtl .e-list>span>div,.e-menu.e-rtl .e-list>a>span,.e-menu.e-rtl .e-list>span>span{margin:0 0 0 4px}.e-menu.e-rtl .e-list>a span.e-icon,.e-menu.e-rtl .e-list>span span.e-icon{left:-2px;margin-left:5px;right:auto}.e-menu.e-rtl.e-separator.e-horizontal>.e-list{border-left:1px solid}.e-menu.e-rtl .e-list>a>span{right:0;margin-right:0}.e-menu.e-horizontal>.e-list>a,.e-menu.e-horizontal>.e-list>span{padding:0 8px;height:100%;line-height:32px}.e-menu.e-horizontal .e-list>ul{border:1px solid}.e-menu.e-horizontal .e-list>ul li.e-list>a,.e-menu.e-horizontal .e-list>ul li.e-list>span,.e-menu.e-vertical .e-list>a,.e-menu.e-vertical .e-list>span{display:block}.e-menu.e-horizontal>.e-list .e-arrow-space{padding-right:24px}.e-menu.e-horizontal>.e-list>ul:after{border-width:10px;content:"";height:0;left:22px;position:absolute;top:-18px;width:0}.e-menu.e-rtl.e-horizontal>.e-list>ul:after{right:22px}.e-menu.e-rtl.e-horizontal .e-list>ul{left:auto;right:-1px}.e-menu.e-rtl.e-horizontal .e-list>ul ul{right:auto;left:102%}.e-menu.e-horizontal>.e-list>a>img,.e-menu.e-horizontal>.e-list>span>img,.e-menu.e-horizontal>.e-list>a>div,.e-menu.e-horizontal>.e-list>span>div,.e-menu.e-horizontal>.e-list>a>span,.e-menu.e-horizontal>.e-list>span>span{left:2px;top:-2px;margin:0 4px 0 0;position:relative;vertical-align:middle;border:0 none}.e-menu.e-rtl.e-horizontal>.e-list .e-arrow-space{padding-left:24px;padding-right:4px}.e-menu.e-rtl .e-list>ul li.e-list .e-arrow-space{padding-right:28px}.e-menu.e-horizontal>.e-list,.e-menu.e-separator.e-horizontal>li:last-child,.e-menu.e-separator.e-vertical>li:last-child,.e-menu.e-rtl.e-horizontal>.e-list,.e-menu.e-rtl.e-separator.e-horizontal>li:last-child,.e-menu.e-rtl.e-separator.e-vertical>li:last-child{border:0 none}.e-menu.e-separator.e-horizontal>.e-list{border-right:1px solid}.e-menu.e-separator.e-vertical>.e-list{border-bottom:1px solid}.e-menu.e-separator.e-rtl.e-horizontal>.e-list{border-right:0 none;border-left:1px solid}.e-menu.e-rtl.e-vertical .e-list>ul li.e-list>a,.e-menu.e-rtl.e-vertical .e-list>ul li.e-list>span,.e-menu.e-rtl.e-horizontal .e-list>ul li.e-list>a,.e-menu.e-rtl.horizontal .e-list>ul li.e-list>span{padding:3px 28px 3px 18px}.e-menu.e-vertical>.e-list>a,.e-menu.e-vertical>.e-list>span{padding:0 28px;zoom:1}.e-menu.e-vertical{width:150px;border:1px solid}.e-menu.e-vertical .e-list{line-height:27px}.e-menu.e-vertical .e-list>ul{margin:-.8px 0 0 0;top:0;left:102%;border:1px solid}.e-menu.e-vertical .e-list>ul .e-list{line-height:21px}.e-menu.e-vertical>li.e-separator,.e-menu.e-context>li.e-separator{height:1px;width:100%;border:0 none}.e-menu.e-vertical>.e-list>img{position:absolute}.e-menu.e-vertical>.e-list>a>img,.e-menu.e-vertical>.e-list>span>img,.e-menu.e-vertical>.e-list>a>div,.e-menu.e-vertical>.e-list>span>div,.e-menu.e-vertical>.e-list>a>span,.e-menu.e-vertical>.e-list>span>span,.e-menu.e-context>.e-list>a>img,.e-menu.e-context>.e-list>span>img,.e-menu.e-context>.e-list>a>div,.e-menu.e-context>.e-list>span>div,.e-menu.e-context>.e-list>a>span,.e-menu.e-context>.e-list>span>span{left:2px;margin:0 4px 0 0;position:absolute;vertical-align:middle;border:0 none}.e-menu.e-context>.e-list>a,.e-menu.e-context>.e-list>span{display:block;padding:1px 18px 1px 28px;font-size:13px}.e-menu.e-context li.e-list>ul li.e-list>a,.e-menu.e-context li.e-list>ul li.e-list>span{padding:1px 18px 1px 28px;height:inherit;white-space:nowrap}.e-menu.e-context{position:absolute;padding:1px;z-index:9998;width:150px;border:1px solid;font-size:13px}.e-menu.e-context .e-list>ul .e-list,.e-menu.e-context .e-list{line-height:27px}.e-menu.e-context .e-list>ul{margin:-.8px 0 0 0;top:0;left:102%;line-height:23px;border:1px solid}.e-menu.e-context>.e-list>a>img,.e-menu.e-context>.e-list>a>div,.e-menu.e-context>.e-list>a>span{float:left}.e-menu.e-rtl.e-context>li.e-separator{margin:2px 30px 2px 2px}.e-menu.e-context.e-rtl>.e-list>a,.e-menu.e-context.e-rtl>.e-list>span{padding:1px 28px 1px 18px}.e-menu.e-rtl.e-context li.e-list>ul li.e-list>a,.e-menu.e-rtl.e-context li.e-list>ul li.e-list>span{padding:1px 28px 1px 18px}.e-acrdn{outline:0 none}.e-acrdn>.e-select>.e-icon{border:0 none transparent;display:block;height:16px;width:16px;margin-left:-5px;margin-right:6px;margin-top:5px;cursor:pointer;float:left}.e-acrdn .e-select:first-child{border-top:1px solid}.e-acrdn>.e-select{padding:.5em;padding-left:1em;line-height:23px;border-style:none solid solid;border-width:1px}.e-acrdn .e-select a{text-decoration:none;border-bottom-width:0;outline:0 none}.e-acrdn>.e-content{padding:1em 1.4em;text-align:justify;position:relative;border:1px solid}.e-acrdn.e-rtl .e-icon{float:right;margin-left:5px}.e-acrdn .e-select.e-disable a,.e-acrdn .e-select.e-disable span.e-icon{cursor:default}.e-chkbox-wrap,.e-radiobtn-wrap{outline:0 none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.e-chkbox-wrap .e-text,.e-radiobtn-wrap .e-text{padding:2px 2px 2px 5px;text-align:left;top:0;cursor:pointer}.e-chkbox-wrap input.e-checkbox{display:none;z-index:1;text-align:left;top:2px}.e-chkbox-wrap div>span,.e-radiobtn-wrap>span{display:block;cursor:pointer;z-index:2;position:relative;border:1px solid;text-align:left}.e-chkbox-wrap.e-rtl div>span,.e-radiobtn-wrap.e-rtl>span,.e-rtl .e-chkbox-wrap.e-widget div>span,.e-rtl .e-radiobtn-wrap.e-widget>span{text-align:right}.e-chkbox-wrap .e-chkbox-small>span{height:14px;width:14px;top:3px}.e-chkbox-wrap .e-chkbox-medium>span{height:20px;width:20px;top:6px}.e-chkbox-wrap .e-chk-image{height:100%;position:absolute;width:100%}.e-chkbox-wrap .e-chkbox-small .e-chk-indetericon,.e-chkbox-wrap .e-chkbox-small .e-chk-activeicon{font-size:12px;line-height:15px}.e-chkbox-wrap .e-chkbox-medium .e-chk-indetericon,.e-chkbox-wrap .e-chkbox-medium .e-chk-activeicon{font-size:18px}.e-chkbox-wrap .e-chkbox-medium .e-chk-indetericon{line-height:20px}.e-chkbox-wrap .e-chkbox-medium .e-chk-activeicon{line-height:21px}.e-chkbox-wrap .e-chk-image.e-chk-indetericon:before{content:"";width:100%;text-indent:1px;height:100%}.e-chkbox-wrap .e-chk-image.e-chk-activeicon:before{content:"";width:100%;text-indent:1px;height:100%}.e-radiobtn-wrap .e-radiobtn{display:none;height:0;width:0;z-index:1;text-align:left}.e-rad-outer{overflow:hidden}.e-rad-outer.e-radiobtn-wrap .e-radiobtn{display:block}.e-radiobtn-wrap>span .e-rad-icon{position:absolute;width:100%;height:100%}.e-radiobtn-wrap>span .e-rad-icon.e-rad-active:before{content:""}.e-radiobtn-wrap .e-radmedium{height:16px;width:16px;border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px}.e-radiobtn-wrap .e-radmedium .e-rad-icon{font-size:9px;top:49%;margin-top:-4px;-moz-border-radius:7px;-webkit-border-radius:7px}.e-radiobtn-wrap .e-radmedium .e-rad-icon.e-icon:before{height:9px;width:9px;margin:0 auto}.e-radiobtn-wrap .e-radsmaller{height:13px;width:13px;border-radius:13px;-moz-border-radius:13px;-webkit-border-radius:13px}.e-radiobtn-wrap .e-radsmaller .e-rad-icon{font-size:8px;line-height:13px;text-indent:2px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}.e-tab{outline:0 none}.e-tab.e-js.e-widget.e-scrolltab{padding:50px}.e-tab .e-rtl-top-line{margin:0 -1px -1px 1px}.e-tab .e-rtl-bottom-line{margin:-2px -1px -1px 1px}.e-tab.e-js .e-header>.e-rtl-top-line.e-active.e-top-hover{padding-bottom:1px;border-bottom:transparent}.e-tab .e-bottom-line,.e-tab .e-top-line,.e-tab .e-activetop,.e-tab .e-activebottom{border:1px solid}.e-tab .e-top-line{margin:-1px 0 -1px 0}.e-tab .e-bottom-line{margin:0 0 -1px 0}.e-tab .e-bottom-line,.e-tab .e-activebottom,.e-tab .e-left>.e-active,.e-tab .e-left>.e-active:hover,.e-tab .e-right>.e-active,.e-tab .e-right>.e-active:hover{border-bottom:0 none}.e-tab .e-top-line,.e-tab .e-activetop{border-top:0 none}.e-tab.e-js>.e-header{width:99.9%}.e-tab .e-header li{border-right:1px solid;line-height:normal;list-style:none outside none}.e-tab .e-header li a{text-decoration:none;border-bottom-width:0;padding:.6em .9em;outline:0 none}.e-tab .e-header li.e-tab-active{margin-bottom:0;padding-bottom:1px}.e-tab .e-content-item{display:none}.e-tab .e-active-content{padding:1em 1.4em;text-align:justify}.e-tab .e-tab-active{font-weight:bold}.e-tab>.e-header .e-icon{float:right;height:16px;width:16px;margin-top:11px;cursor:pointer;padding:3px;background-color:transparent;background-image:none;margin-right:3px}.e-tab.e-rtl .e-header>.e-item:first-child{margin-right:0}.e-tab.e-rtl .e-icon,.e-tab .e-left,.e-tab.e-vertical .e-right .e-icon{float:left}.e-tab.e-vertical .e-content{height:100%}.e-tab .e-left,.e-tab .e-right{line-height:normal;list-style:none outside none;margin:0;text-align:left;padding:0}.e-tab.e-vertical .e-right .e-icon{margin-left:5px}.e-tab.e-vertical .e-left .e-icon{margin-right:5px}.e-tab .e-right,.e-tab.e-vertical .e-left .e-icon{float:right}.e-tab .e-left li a,.e-tab .e-right li a{display:inline-block;outline:0 none;padding:16px 5px;text-decoration:none;margin-left:5px;text-overflow:ellipsis;white-space:nowrap}.e-tab.e-vertical .e-icon.e-delete{background-position:-445px -24px;margin-top:18.5px}.e-tab .e-icon.e-scroll,.e-tab .e-icon.e-right-scroll{font-size:40px}.e-tab.e-vertical,.e-tab.e-vertical .e-active-content,.e-tab .e-left li a,.e-tab .e-right li a{overflow:hidden}.e-tab.e-vertical .e-icon.e-reload{background-position:-82px 0;margin-top:20px;display:inline-block}.e-tab .e-left .e-icon,.e-tab .e-right .e-icon{background-image:none}.e-dialog{outline:0 none}.e-dialog>.e-titlebar{padding:.7em;position:relative;overflow:hidden}.e-dialog>.e-header .e-title{display:inline-block;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:top}.e-dialog .e-draggable{cursor:move}.e-dialog .e-dialog-icon{cursor:pointer;padding:1px;right:5px;top:50%;float:right;height:23px;width:20px;text-align:center;position:relative}.e-dialog .e-dialog-favicon{padding:1px;height:20px;width:20px;text-align:center;position:relative;margin-right:3px}.e-dialog .e-dialog-favicon .e-dialog-custom{display:block;height:100%;width:100%;margin:0 auto}.e-dialog-icon.e-btn-normal.e-btn{background:none;border:none;color:inherit;filter:none}.e-dialog-icon.e-btn-normal.e-btn>div{display:block;margin:0 auto;width:14px;height:14px}.e-dialog-icon.e-btn.e-select .e-icon{color:inherit;padding:0}.e-dialog .e-widget-content{position:relative;border:0;padding:.5em 1em;background:none;border-image:initial;min-height:15px}.e-dialog>.e-icon.e-resizable{bottom:0;cursor:se-resize;display:block;height:14px;position:absolute;right:0;width:16px}.e-dialog>.e-icon.e-resizable:before{position:absolute;top:0;left:0}.e-dialog.e-rtl .e-dialog-icon{float:left}.e-dialog>.e-icon{height:20px;width:20px}.e-h-arrow,.e-v-arrow{display:block;z-index:10002}.e-v-arrow.v-forward{margin-left:-9px;top:-4px}.e-v-arrow.v-backward{top:-1.4px}.e-h-arrow.h-forward{left:-4px;margin-top:-9px}.e-h-arrow.h-backward{left:-1.4px}.e-splitter .e-splitbar.e-resize.e-shadowbar{position:absolute;z-index:10002;border-style:dotted}.e-splitter{border-collapse:collapse;position:relative;overflow:hidden;height:100%;width:100%;border:1px solid}.e-splitter .e-splitbar{border-style:solid;display:block;float:left;position:relative;outline:0 none;overflow:hidden}.e-pane.e-splitter{border:none!important}.e-splitter .e-splitbar.e-h-bar.e-resize{cursor:e-resize}.e-splitter .e-splitbar.e-v-bar.e-resize{cursor:n-resize}.e-splitter .e-splitbar.e-h-bar{border-style:solid;border-width:0 1px;height:100%;vertical-align:middle;width:9px}.e-splitter .e-splitbar.e-v-bar{border-style:solid;border-width:1px 0;height:9px;vertical-align:middle;width:100%}.e-splitter .e-splitbar .e-v-arrow,.e-splitter .e-splitbar .e-h-arrow{cursor:pointer;position:absolute}.e-splitter .e-splitbar .e-v-arrow{float:left;height:11px;width:12px;left:50%}.e-splitter .e-splitbar .e-h-arrow{height:12px;width:11px;top:50%}.e-splitter .e-pane{border:none;cursor:default;float:left;position:relative;overflow-x:auto}.e-splitter .e-pane.collapsed{overflow:hidden}.e-splitter .e-h-pane{height:100%}.e-splitter .e-v-pane{width:100%}.e-upload-box.e-drag-wrapper{border:dashed 3px #c1c3c5;display:table;position:relative}.e-upload-box.e-drag-wrapper .e-drag-container{display:table-cell;height:100%;width:100%;vertical-align:middle}.e-upload-box .e-drag-text{color:#ccccd3;font-size:12pt;font-weight:bold;padding:11px;display:block;margin:0 auto;text-align:center}.e-upload-box.e-drag-wrapper .e-uploadbox.e-widget{margin:0 auto}.e-uploadbox .e-selectpart{overflow:hidden;position:relative;width:auto}.e-uploadbox .e-inputbtn{background-color:transparent;border:1px solid transparent}.e-uploadbox.e-widget .e-selectpart.e-select{border:1px solid}.e-uploadbox .e-action-container{width:233px;margin:0 auto 8px auto;padding-top:16px}.e-uploadbox .e-uploadinput{display:block;cursor:pointer;filter:alpha(opacity=0);opacity:0;position:absolute;right:0;top:0;margin:0}.e-uploadbox.e-browse-hide{opacity:0;filter:alpha(opacity=0);top:0;left:0;width:500px;height:100px;cursor:pointer;position:absolute}.e-uploadbox.e-browse-hide .e-select .e-inputbtn{filter:alpha(opacity=0)}.e-uploadbox .e-ul{width:100%}.e-uploadbox .e-file-list{height:58px;text-align:center;text-indent:3px;position:relative;top:5px}.e-uploadbox .e-file-list .file-status{float:left;min-width:77px;padding-right:0;padding-top:5px;text-align:right}.e-uploadbox .e-file-list .e-file-view{height:85%}.e-uploadbox .e-file-list .e-file-percentage{float:left;padding-left:0;padding-right:0;padding-top:15px;width:140px;font-size:10px}.e-uploadbox .e-file-progress{float:left;width:200px;position:relative;overflow:hidden}.e-uploadbox .e-file-name{display:block;height:25px;text-align:left;width:100%}.e-uploadbox .e-file-progress-bar{height:10px;width:100%;margin:2px}.e-uploadbox .e-ul>li{height:60px;width:100%}.e-uploadbox .e-ul li .e-file-list{width:100%;clear:both}.e-uploadbox .e-file-progress-status{height:10px;width:0%}.e-uploadbox .e-file-list .e-file-size{float:left;min-width:100px;padding-left:0;padding-right:0;width:100px}.e-uploadbox .e-file-name .e-file-name-txt,.e-uploadbox .e-drag-wrapper .e-file-name .e-file-name-txt,.e-uploadbox .e-file-head.e-head-name,.e-uploadbox .e-drag-wrapper .e-file-head.e-head-name{text-indent:16px}.e-uploadbox .e-file-size .e-file-name-txt{left:-11px;text-align:left}.e-uploadbox .e-file-name-txt{position:relative;top:13px;font-weight:normal;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-indent:20px}.e-uploadbox .e-file-upload{padding:10px 0}.e-uploadbox .e-uploadbtn,.e-uploadbox .e-uploadclosebtn{font-weight:normal;border:1px solid;text-overflow:ellipsis;white-space:nowrap;height:40px;width:100px;position:relative;margin-left:15px}.e-uploadbox .e-uploadinput,.e-uploadbox .e-selectpart,.e-uploadbox .e-select .e-inputbtn,.e-uploadbox.e-disable .e-select .e-inputbtn{height:100%;width:100%;border:none;padding:0;margin:0}.e-uploadbox.e-rtl .e-icon.e-file-cancel:before,.e-uploadbox.e-rtl .e-icon.e-file-delete:before,.e-uploadbox.e-rtl .e-icon.e-file-retry:before{top:0;left:2px}.e-uploadbox.e-rtl .e-file-name-txt,.e-mobile-upload.e-uploadbox.e-dialog.e-rtl .e-file-name-txt{text-align:right;left:0}.e-uploadbox.e-rtl .e-file-view,.e-uploadbox.e-rtl .e-file-head,.e-uploadbox.e-rtl .e-action-perform,.e-uploadbox.e-rtl .e-icon.e-file-cancel{float:right}.e-uploadbox.e-rtl .e-action-perform{margin-left:0;margin-right:15px}.e-uploadbox.e-rtl .e-file-size .e-file-name-txt{left:10px;text-align:right}.e-uploadbox.e-rtl .e-file-list{text-align:right}.e-uploadbox.e-rtl .e-upload-file .e-icon{margin-right:35%;left:0}.e-uploadbox .e-file-progress{border:1px solid transparent}.e-uploadbox .e-upload-progress{border:1px solid transparent}.e-uploadbox.e-dialog .e-ul .e-action-perform .e-icon{float:left;height:20px;margin-top:5px;position:relative;width:30px;cursor:pointer}.e-uploadbox .e-file-list .e-file-percentage-success,.e-uploadbox .e-file-list .e-file-percentage-failed{height:23px;width:23px;margin-top:-5px;left:43%;border-radius:60px 60px 60px 60px;position:relative}.e-uploadbox .e-action-perform{border-radius:4px 4px 4px 4px;float:left;height:25px;margin-left:15px;margin-top:11px;width:25px}.e-uploadbox .e-icon.e-file-percentage-success:before{top:4px;position:relative;left:-3px}.e-uploadbox .e-head-name,.e-uploadbox .e-head-status{width:200px}.e-uploadbox .e-file-list .e-image-wrapper{height:85%;padding:0 5px;float:left}.e-uploadbox .e-file-list .e-image-wrapper{text-align:left;width:30px;margin-top:1%;margin-left:1%}.e-uploadbox .e-file-list .e-image-wrapper .e-fileformat-image{height:40px;width:40px;display:block}.e-uploadbox .e-file-progress{width:200px}.e-uploadbox.e-rtl .e-icon.e-file-percentage-failed:before,.e-uploadbox.e-rtl .e-icon.e-file-percentage-success:before{left:3px}.e-uploadbox .e-icon.e-file-cancel:before,.e-uploadbox .e-icon.e-file-delete:before,.e-uploadbox .e-icon.e-file-retry:before{top:0;position:relative;left:-7px;font-size:16px}.e-uploadbox .uploaddialog.e-dialog.e-dialog-content{position:relative;border:0;background:none;overflow:auto;border-image:initial}.e-uploadbox.e-dialog .e-titlebar{padding:10px;position:relative}.e-uploadbox.e-dialog .e-titlebar .e-title{margin-left:3px;margin-right:5px;position:relative;top:1px}.e-uploadbox.e-dialog .e-close{margin:0 2px 2px 2px}.e-uploadbox.e-dialog .e-dialog-icon{top:5px}.e-uploadbox .e-file-head{float:left;font-weight:900;height:25px;position:relative;text-indent:12px;top:30%}.e-uploadbox .e-head-size{width:100px}.e-uploadbox .e-file-head.e-head-status{text-indent:50px}.e-uploadbox .e-head-content{display:inline-block;height:50px;vertical-align:middle;width:100%}.e-uploadbox .e-dialog.e-widget-content{padding:0}.e-uploadbox.e-dialog .e-widget-content .e-icon{display:block;vertical-align:middle}.e-mobile-upload.e-uploadbox .e-action-container{width:160px;padding-top:10px}.e-uploadbox .e-action-container.sync{width:125px}.e-mobile-upload.e-uploadbox .e-action-container.sync{width:75px}.e-mobile-upload.e-uploadbox .e-uploadbtn,.e-mobile-upload.e-uploadbox .e-uploadclosebtn{margin-left:0}.e-mobile-upload.e-uploadbox.e-dialog .e-header{padding:4px;font-size:14px}.e-mobile-upload.e-uploadbox.e-dialog .e-uploadbtn.e-btn{margin-left:15px;float:right}.e-mobile-upload.e-rtl.e-uploadbox.e-dialog .e-uploadclosebtn.e-btn{margin-left:0;float:left}.e-mobile-upload.e-rtl.e-uploadbox.e-dialog .e-uploadclosebtn.e-btn{margin-left:15px;float:right}.e-mobile-upload.e-rtl.e-uploadbox.e-dialog .e-uploadbtn.e-btn{margin-left:0;float:left}.e-mobile-upload.e-uploadbox.e-dialog .e-head-content{display:none}.e-mobile-upload.e-uploadbox.e-dialog .e-file-name-txt{top:0;font-size:12px}.e-mobile-upload.e-uploadbox.e-dialog .e-file-list>div{float:left;height:20px}.e-mobile-upload.e-uploadbox.e-dialog .e-file-percentage{padding-top:0;padding-left:15px;width:175px}.e-mobile-upload.e-uploadbox.e-dialog .e-titlebar .e-title{margin-right:15px;margin-left:12px}.e-mobile-upload.e-uploadbox.e-dialog .e-file-list .e-action-perform{float:right;margin-top:0;margin-right:12px;width:15px}.e-mobile-upload.e-uploadbox.e-dialog .e-file-size>.e-file-name-txt{font-size:10px;left:-1px;text-align:left}.e-mobile-upload.e-uploadbox.e-dialog .e-file-progress-status,.e-mobile-upload.e-uploadbox.e-dialog .e-file-progress-bar{height:12px}.e-mobile-upload.e-uploadbox.e-dialog .e-file-upload button.e-btn{font-size:12px;height:30px;width:70px}.e-rtl.e-mobile-upload.e-uploadbox.e-dialog .e-file-upload>button{left:-4px}.e-mobile-upload.e-uploadbox.e-dialog .e-ul .e-action-perform .e-icon{width:10px;margin-left:5px;top:-2px}.e-mobile-upload.e-uploadbox.e-dialog .e-dialog-icon{top:0}.e-mobile-upload.e-uploadbox .e-ul>li,.e-mobile-upload{height:100%}.e-mobile-upload.e-uploadbox .e-icon.e-close:before,.e-mobile-upload.e-uploadbox .e-icon.e-file-cancel:before{font-size:12px}.e-uploadbox .e-icon.e-file-percentage-success:before,.e-uploadbox .e-icon.e-file-percentage-failed:before{top:4px;position:relative;left:-3px}.e-mobile-upload.e-uploadbox .e-file-upload{height:50px;padding:0}.e-mobile-upload.e-uploadbox .e-ul>li,.e-mobile-upload.e-uploadbox .e-ul li .e-file-list,.e-mobile-upload.e-uploadbox .e-ul li:nth-child(odd)>.e-file-list{height:100%;border-bottom:none;top:3px}.e-mobile-upload.e-uploadbox .e-ul li .e-file-list{padding-bottom:5px}.e-mobile-upload.e-uploadbox .e-ul{border-bottom:1px solid #c4c4c4}.e-mobile-upload.e-rtl.e-uploadbox.e-dialog .e-file-list>div{float:right;height:20px}.e-rtl.e-mobile-upload.e-uploadbox.e-dialog .e-file-list .e-action-perform{float:left;margin-left:5px}.e-mobile-upload.e-rtl.e-uploadbox.e-dialog .e-file-size>.e-file-name-txt{text-align:right;left:0}.e-mobile-upload.e-uploadbox.e-rtl.e-dialog .e-file-percentage{margin-right:15px}.e-treeview-wrap{white-space:nowrap;outline:0 none;overflow:auto;border-image:initial}.e-treeview .e-treeview-ul{background:0;list-style-type:none;position:relative;margin-left:-12px;outline:0 none}.e-treeview .e-item{margin:0;padding:0 0 2px 16px;white-space:nowrap;outline:0 none}.e-treeview .e-text{border:1px solid transparent;padding:0 4px 2px 4px;text-decoration:none;min-height:15px;min-width:10px;border-image:initial;font-size:14px;margin-left:2px}.e-treeview .e-text.e-editable{background:none;color:none;border:none}.e-dropedStatus{float:left;margin:2px 5px}.e-treeview ul{padding:2px 0 0 10px;width:auto;list-style-type:none;outline:0 none}.e-treeview.e-rtl ul{padding-right:10px;padding-left:0}.e-treeview ul:first-child,.e-treeview{min-height:15px}.e-treeview .e-plus,.e-treeview .e-minus,.e-treeview .e-icon.e-load{background-repeat:no-repeat;border:0 none transparent;float:left;height:10px;width:10px;margin-top:6px;margin-left:-10px;cursor:pointer}.e-treeview-wrap .e-icon.e-load{height:13px;background-size:10px;width:10px}.e-treeview .e-item img.e-align{vertical-align:middle;margin-left:5px}.e-treeview-wrap .e-item div>a>span,.e-treeview-wrap .e-item div>a>img{margin-right:3px}.e-treeview-wrap .e-item div>.e-chkbox-wrap{margin-left:3px;margin-right:4px}.e-treeview-wrap.e-rtl .e-item div>span+span{margin-right:6px;margin-left:4px}.e-treeview-wrap.e-rtl .e-item{padding:0 15px 2px 4px}.e-treeview-wrap.e-rtl .e-treeview{padding:3px 14px 3px 0}.e-treeview-wrap.e-rtl .e-treeview-ul{margin-left:0;padding:2px 14px 0 0;margin-right:-12px}.e-treeview-wrap.e-rtl .e-item .e-icon{float:right}.e-treeview-wrap.e-rtl .e-plus,.e-treeview-wrap.e-rtl .e-minus{margin-right:-10px}.e-treeview-wrap.e-rtl .e-item img.e-align{vertical-align:middle;margin-right:5px}.e-treeview-wrap.e-rtl .e-text{margin-right:2px}.e-treeview-wrap.e-rtl .e-item div>.e-chkbox-wrap{margin-left:3px;margin-right:4px}.e-treeview-wrap.e-rtl .e-chkbox-wrap div>span{text-align:right}.e-treeview-wrap.e-rtl .e-item div>a>span,.e-treeview-wrap.e-rtl .e-item div>a>img{margin-right:0;margin-left:3px}.e-treeview .e-treeview-ul{margin-bottom:0}.e-waitpopup-pane{opacity:.85;filter:alpha(opacity=85);position:absolute}.e-waitpopup-pane .e-image{background-position:center center;background-repeat:no-repeat;border-radius:15px 15px 15px 15px;display:block;height:70px;margin:0 auto;position:relative;width:70px}.e-waitpopup-pane .e-text{font-size:16px;margin:0;position:relative;text-align:center}.e-tagcloud{width:350px;display:block}.e-tagcloud .e-title{font-size:16px;font-weight:600;padding:10px 6px 10px 11px;vertical-align:middle;border:1px solid}.e-tagcloud .e-title-img{margin-right:7px;vertical-align:middle}.e-tagcloud .e-ul{font-size:13px;font-weight:400;list-style-position:outside;width:100%;overflow:hidden;display:block;padding:6px;border:1px solid;border-top:none}.e-tagcloud .e-list .e-tagitems,.e-tagcloud .e-cloud .e-tagitems{cursor:pointer;list-style-type:none;padding:5px 3px}.e-tagcloud .e-list .e-tagitems{display:block}.e-tagcloud .e-tagitems .e-txt{outline:0 none;text-decoration:none;line-height:20px;padding:0 2px}.e-tagcloud .e-load{min-height:30px;width:100%}.e-toolbar{margin-top:0;border:1px solid;outline:0 none}.e-toolbar.e-toolbarspan{width:100%}.e-toolbar>ul>li{position:relative;border:1px solid transparent;cursor:default;list-style-type:none;padding:2px}.e-toolbar>ul>li div.e-item-overlay{position:absolute;height:100%;width:100%;top:0;left:0;opacity:.1;filter:alpha(opacity=10)}.e-toolbar.e-js ul>li.e-tooltxt{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.e-toolbar,.e-toolbar>.e-vertical,.e-toolbar>.e-horizontal,.e-toolbar div:first-child{*display:inline;overflow:hidden}.e-toolbar>.e-horizontal.e-ul>li,.e-toolbar>.e-horizontal .e-spriteimg,.e-toolbar.e-rtl>.e-res-pos{float:left}.e-toolbar>.e-horizontal.e-ul{vertical-align:middle;float:left}.e-toolbar>.e-horizontal.e-comnrtl,.e-toolbar>.e-horizontal .e-comnrtl,.e-toolbar>.e-res-pos{float:right}.e-toolbar>.e-vertical .e-comnrtl{direction:rtl}.e-toolbar>.e-horizontal .e-align,.e-toolbar>.e-horizontal .e-tooltxt,.e-toolbar>.e-vertical .e-align,.e-toolbar>.e-vertical>.e-tooltxt{vertical-align:middle;outline:none}.e-toolbar>.e-horizontal .e-disable,.e-toolbar>.e-vertical .e-disable{background-color:transparent;border:1px solid transparent}.e-toolbar ul:last-child>li:last-child,.e-toolbar.e-rtl ul:first-child>li:last-child{margin-right:0}.e-toolbar>ul>li{margin-right:0}.e-toolbar .e-icon.e-toolbar-res-arrow{height:28px;line-height:normal}.e-toolbar .e-icon.e-toolbar-res-arrow:before{content:"";font-size:21px;margin-top:3px;cursor:pointer}.e-toolbar .e-display-none,.e-toolbar.e-display-none{display:none}.e-toolbar .e-display-block,.e-toolbar.e-display-block{display:block}.e-abs-position{position:absolute}.e-rel-position{position:relative;right:8px}.e-rtl .e-rel-position{left:8px;right:auto}.e-toolbar.e-responsive-toolbar{width:200px}.e-rating{display:inline-block;list-style-type:none;position:relative}.e-rating.e-vertical .e-ul{-webkit-margin-before:.2em}.e-rating.e-horizontal .e-ul,.e-rating.e-vertical .e-ul{padding:0 2px;list-style-type:none;margin:0}.e-rating.e-horizontal .e-shape-list,.e-rating.e-horizontal .e-shape,.e-rating.e-horizontal .e-reset{float:left}.e-rating.e-horizontal .e-shape-list,.e-rating.e-vertical .e-shape-list,.e-rating.e-horizontal .e-shape,.e-rating.e-vertical .e-shape,.e-rating.e-horizontal .e-reset,.e-rating.e-vertical .e-reset{cursor:pointer}.e-rating,.e-rating .e-shape-list{outline:0 none}.e-progressbar{display:block;height:14px;position:relative;width:100%;border:1px solid}.e-progressbar .e-progress{border:none;height:100%;width:0}.e-progressbar .e-progress-txt{position:absolute;text-align:center;width:100%}.e-slider{display:block;outline:0 none;position:relative;height:100%;width:100%;z-index:10;border:1px solid}.e-slider-wrap.e-horizontal{height:14px}.e-slider-wrap.e-vertical{height:100%;width:14px}.e-slider.e-corner,.e-slider.e-corner .e-handle,.e-slider.e-corner .e-range{border-radius:10px}.e-slider,.e-slider .e-handle,.e-slider .e-range{border-radius:0}.e-slider-wrap.e-horizontal .e-handle{top:-3px}.e-slider-wrap.e-vertical .e-handle{left:-3px}.e-slider .e-handle{cursor:pointer;outline:0 none;position:absolute;border:1px solid}.e-slider-wrap.e-horizontal .e-range{height:100%;top:0}.e-slider-wrap.e-vertical .e-range{left:0;width:100%}.e-slider .e-range{border:0 none;display:block;position:absolute}.e-scale{list-style:none outside none;outline:0 none;position:relative;z-index:1}.e-scale.e-h-scale{width:100%}.e-scale.e-v-scale{height:100%}.e-scale .e-tick{background-color:transparent;background-position:center center;cursor:default;position:relative;height:100%}.e-scale .e-tick .e-tick-value{font-size:10px;position:absolute}.e-h-scale .e-tick{background-repeat:repeat-y}.e-v-scale .e-tick{background-repeat:repeat-x}.e-h-scale .e-tick .e-tick-value{top:-15px}.e-h-scale .e-tick.e-first-tick{background-position:left center}.e-h-scale .e-tick.e-last-tick{background-position:right center}.e-rtl .e-h-scale .e-tick.e-first-tick{background-position:right center}.e-rtl .e-h-scale .e-tick.e-last-tick{background-position:left center}.e-v-scale .e-tick.e-first-tick{background-position:center top}.e-v-scale .e-tick.e-last-tick{background-position:center bottom}@font-face{font-family:'ej-webfont';src:url('common-images/ejicons.eot?-dzszjm');src:url('common-images/ejicons.eot?#iefix-dzszjm') format('embedded-opentype'),url('common-images/ejicons.woff?-dzszjm') format('woff'),url('common-images/ejicons.ttf?-dzszjm') format('truetype'),url('common-images/ejicons.svg?-dzszjm#ejicons') format('svg');font-weight:normal;font-style:normal}.e-icon,.e-rte-toolbar-icon,.e-bgcolor-icon,.e-fontcolor-icon,.e-rte-footericon,.e-rte-resize{font-family:'ej-webfont';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.e-icon{font-size:14px}.e-rte-toolbar-icon,.e-bgcolor-icon,.e-fontcolor-icon,.e-rte-footericon,.e-rte-resize{font-size:16px}.e-icon:before,.e-rte-toolbar-icon:before,.e-bgcolor-icon:before,.e-fontcolor-icon:before,.e-rte-footericon:before,.e-rte-resize:before{display:block;margin:0 auto}.e-rte-toolbar-icon:before,.e-bgcolor-icon:before,.e-fontcolor-icon:before,.e-rte-footericon:before,.e-rte-resize:before{width:16px;height:16px}.e-icon:before{width:14px;height:14px}.e-grid .e-filterbarcell .e-icon:before{width:30px;height:14px;display:block;margin:0 auto}.e-icon{width:16px;height:16px}.e-menu.e-horizontal>.e-list>a span.e-arrows:before,.e-menu.e-horizontal>.e-list>span span.e-arrows:before,.e-menu.e-horizontal>.e-list:hover>a span.e-arrows:before,.e-menu.e-horizontal>.e-list:hover>span span.e-arrows:before,.e-menu.rtl>.e-list>a span.arrows:before,.e-menu.rtl>.e-list>span span.arrows,.e-menu.rtl>.e-list:hover>a span.arrows,.e-menu.rtl>.e-list:hover>span span.arrows:before,.e-menu.rtl.e-context>.e-list>a span.arrows:before,.e-menu.rtl.e-context>.e-list>span span.arrows:before,.e-menu.rtl.e-vertical>.e-list>a span.arrows:before,.e-menu.rtl.e-vertical>.e-list>span span.arrows:before,.e-menu.rtl .e-list>ul>.e-list>a span.arrows:before,.e-menu.rtl .e-list>ul .e-list:hover>span span.arrows:before,.e-menu.rtl.e-context>.e-list:hover span.arrows:before,.e-menu.rtl.e-vertical>.e-list:hover span.arrows:before{content:""}.e-menu .e-list>ul>.e-list>a span.e-arrows:before,.e-menu .e-list>ul>.e-list>span span.e-arrows:before,.e-menu.e-context>.e-list>a span.e-arrows:before,.e-menu.e-context>.e-list>span span.e-arrows:before,.e-menu.e-vertical>.e-list>a span.e-arrows:before,.e-menu.e-vertical>.e-list>span span.e-arrows:before,.e-menu .e-list>ul .e-list:hover>a span.e-arrows:before,.e-menu .e-list>ul .e-list:hover>span span.e-arrows:before,.e-menu>.e-list:hover>a span.e-arrows:before,.e-menu>.e-list:hover>span span.e-arrows:before{content:""}.e-menu.e-rtl .e-list>ul>.e-list>a span.e-arrows:before,.e-menu.e-rtl .e-list>ul>.e-list>span span.e-arrows:before,.e-menu.e-rtl.e-context>.e-list>a span.e-arrows:before,.e-menu.e-rtl.e-context>.e-list>span span.e-arrows:before,.e-menu.e-rtl.e-vertical>.e-list>a span.e-arrows:before,.e-menu.e-rtl.e-vertical>.e-list>span span.e-arrows:before,.e-menu.e-rtl .e-list>ul .e-list:hover>a span.e-arrows:before,.e-menu.e-rtl .e-list>ul .e-list:hover>span span.e-arrows:before{content:""}.e-boardpin:before,.e-icon.e-unpin:before{content:""}.e-boardpin1:before,.e-icon.e-pin:before{content:""}.e-upload:before{content:""}.e-reload:before{content:""}.e-close:before{content:""}.e-addnew:before,.e-icon.e-collaps:before{content:""}.e-minus:before,.e-icon.e-expand:before,.e-icon.e-minimize:before{content:""}.e-rarrowright-2x:before{content:""}.e-rarrowup-2x:before{content:""}.e-rarrowdown-2x:before{content:""}.e-rarrowleft-2x:before{content:""}.e-login:before{content:""}.e-orientationlanscape:before{content:""}.e-searchfind:before,.e-icon.e-search:before{content:""}.e-alignleft:before{content:""}.e-aligncenter:before{content:""}.e-alignright:before{content:""}.e-alignjustify:before{content:""}.e-alignnone:before{content:""}.e-filterset:before{content:""}.e-filternone:before{content:""}.e-arrowheadup-2x:before{content:""}.e-arrowheaddown-2x:before{content:""}.e-arrowheadleft-2x:before,.e-icon.e-left-arrow:before,.e-rtl .e-icon.e-right-arrow:before{content:""}.e-arrowheadright-2x:before,.e-icon.e-right-arrow:before,.e-rtl .e-icon.e-left-arrow:before{content:""}.e-numbering:before{content:""}.e-bullets:before{content:""}.e-maximize:before{content:""}.e-delete:before,.e-icon.e-file-delete:before{content:""}.e-scroll:before{content:""}.e-right-scroll:before{content:""}.e-mediaback:before{content:""}.e-mediaforward:before{content:""}.e-medianext:before{content:""}.e-mediaprev:before{content:""}.e-mediaeject:before{content:""}.e-mediaclose:before{content:""}.e-mediapause:before{content:""}.e-mediaplay:before{content:""}.e-righttick:before,.e-icon.e-file-percentage-success:before{content:""}.e-cancel:before,.e-icon.e-file-cancel:before,.e-icon.e-file-percentage-failed:before{content:""}.e-smile:before{content:""}.e-information:before{content:""}.e-cut:before{content:""}.e-edit:before{content:""}.e-swapleft:before{content:""}.e-swapright:before{content:""}.e-swapup:before{content:""}.e-swapdown:before{content:""}.e-zoomin:before{content:""}.e-zoomout:before{content:""}.e-warningmessage:before{content:""}.e-cursor:before{content:""}.e-shoppingcart:before{content:""}.e-handup:before{content:""}.e-palette:before{content:""}.e-star:before{content:""}.e-copy:before{content:""}.e-paste:before{content:""}.e-settings:before{content:""}.e-clock:before{content:""}.e-hyperlink:before{content:""}.e-hyperlinkbreak:before{content:""}.e-resizers:before,.e-icon.e-resize-handle:before,.e-rte-resize:before{content:""}.e-home:before{content:""}.e-clipboard:before{content:""}.e-userlogin:before{content:""}.e-dataexport:before{content:""}.e-arrowheadright:before{content:""}.e-arrowheaddown:before,.e-icon.e-down-arrow:before,.e-spin-down .e-icon.e-arrow:before,.e-icon.e-time:before{content:""}.e-arrowheadup:before,.e-icon.e-up-arrow:before,.e-spin-up .e-icon.e-arrow:before{content:""}.e-arrowheadleft:before{content:""}.e-undo:before{content:""}.e-redo:before{content:""}.e-bold:before{content:""}.e-italic:before{content:""}.e-underline:before{content:""}.e-strikethrough:before{content:""}.e-font:before{content:""}.e-rarrowdown:before{content:""}.e-rarrowleft:before{content:""}.e-rarrowup:before{content:""}.e-rarrowright:before{content:""}.e-calender:before,.e-icon.e-date:before{content:""}.e-datetimecalendar:before,.e-icon.e-datetime:before{content:""}.e-icon.e-collapse-arrow:before{content:""}.e-icon.e-expand-arrow:before{content:""}.e-icon.e-maximize:before{content:""}.e-icon.e-restore:before{content:""}.e-icon.e-file-retry:before{content:""}.e-icon.e-plus:before{content:""}.e-icon.e-minus:before{content:""}.e-rtl .e-icon.e-plus:before{content:""}.e-rtl .e-icon.e-minus:before{content:""}.e-groupbutton:before{content:""}.e-columnmenu-ascending:before{content:""}.e-columnmenu-descending:before{content:""}.e-columnchooser-icon:before{content:""}.e-gnextmedia{background-position:-51px -84px}.e-gnext{background-position:-336px -84px}.e-gprevmedia{background-position:-103px -84px}.e-gprev{background-position:-313px -84px}.e-gadd{background-position:-103px 1px}.e-gedit{background-position:-26px -41px}.e-gdelete{background-position:-181px -20px}.e-save:before{content:""}.e-insertInbetween:before{content:""}.e-insertInbetween-rtl:before{content:""}.e-gcancel{background-position:-440px -20px}.e-gsearch{background-position:-310px 4px}.e-gdiagonalnext:before{content:""}.e-gnextforward:before{content:""}.e-gupward{background-position:-204px 2px}.e-gdownward{background-position:-180px 2px}.e-gclose{background-position:-445px -22px}.e-guparrow:before{content:""}.e-gdownarrow:before{content:""}.e-gupdatenotify:before{content:"";font-size:10px}.e-datewidget .e-date.e-icon:before,.e-datetime-wrap .e-datetime.e-icon:before{height:21px;width:21px}.e-timewidget .e-time.e-icon:before,.e-ddl .e-down-arrow.e-icon:before{height:12px;width:12px}.e-numeric .e-icon:before,.e-percent .e-icon:before,.e-currency .e-icon:before{height:8px;width:10px}.e-treeview-wrap .e-icon.e-plus:before{content:"";font-size:11px;width:10px;height:10px}.e-treeview-wrap.e-rtl .e-icon.e-load:before,.e-treeview-wrap .e-icon.e-load:before{content:""}.e-treeview-wrap .e-icon.e-minus:before{content:"";font-size:8px;height:10px;width:10px}.e-treeview-wrap.e-rtl .e-icon.e-plus:before{content:""}.e-treeview-wrap.e-rtl .e-icon.e-minus:before{content:""}.e-splitter .e-splitbar>.e-icon:before{height:100%;width:100%;font-size:13px}.e-splitter .e-splitbar>.e-icon.v-backward:before,.e-splitter .e-splitbar>.e-icon.h-backward:before{font-size:12px}.e-splitter .h-backward:before{content:""}.e-splitter .h-forward:before{content:""}.e-splitter .v-backward:before{content:""}.e-splitter .v-forward:before{content:""}.e-rowselect:before{content:""}.e-sortdirect:before{content:""}.e-tab .e-icon.e-delete:before,.e-uploadbox.e-dialog .e-close:before{content:""}.e-tab .e-icon.e-scroll:before{content:""}.e-tab .e-icon.e-right-scroll:before{content:""}.e-dialog .e-icon.e-collapse-arrow:before{content:""}.e-dialog .e-icon.e-expand-arrow:before{content:""}.e-scrollbar .e-vup.e-icon:before{content:"";left:5px}.e-scrollbar .e-vdown.e-icon:before{content:""}.e-scrollbar .e-hup.e-icon:before{content:""}.e-scrollbar .e-hdown.e-icon:before{content:""}.e-scrollbar{background-color:#ecedee}.e-scrollbar.e-hscrollbar{float:left}.e-scrollbar .e-hhandlespace,.e-scrollbar .e-hup,.e-scrollbar .e-hdown,.e-scrollbar.e-rtl .e-vscroll{float:left}.e-scrollbar .e-hhandlespace,.e-scrollbar .e-hup,.e-scrollbar .e-hdown,.e-scrollbar .e-hscroll{height:inherit;display:inline-block}.e-scrollbar .e-hhandle{height:inherit;display:inline-block}.e-scrollbar .e-vscroll .e-icon{width:inherit}.e-scrollbar .e-hscroll .e-icon,.e-scrollbar .e-vscroll .e-icon{display:table}.e-scrollbar .e-icon{font-size:9px}.e-scrollbar .e-vscroll .e-icon:before,.e-scrollbar .e-hscroll .e-icon:before{width:inherit;height:inherit;text-align:center;display:table-cell;vertical-align:middle}.e-scrollbar .e-vscroll,.e-scrollbar .e-hscroll,.e-scrollbar .e-unselectable{-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.e-scrollbar .e-vscroll{vertical-align:top;width:inherit;float:right}.e-scrollbar .e-vhandle,.e-scrollbar .e-hhandle,.e-scrollbar .e-button{position:relative}.e-scrollbar.e-rtl{direction:rtl}.e-scrollbar.e-rtl .e-content,.e-scrollbar.e-rtl .e-hscroll{float:right}.e-scroller,.e-scroller>.e-content{overflow:hidden}.e-scroller.e-autohide{position:relative}.e-scroller.e-autohide .e-vscrollbar,.e-scroller.e-autohide .e-vscroll{position:absolute;right:0}.e-scroller.e-autohide .e-hscrollbar,.e-scroller.e-autohide .e-hscroll{position:absolute;bottom:0}.e-scroller>.e-content,.e-scroller.e-rtl .e-vscrollbar,.e-scroller.e-rtl .e-vscroll{float:left}.e-scroller.e-rtl .e-content,.e-scroller.e-rtl .e-hscrollbar{float:right}.e-scroller .e-vscrollbar{float:right}.e-scroller .e-hscrollbar{float:left}.e-scroller.e-rtl{direction:rtl}.e-scroller.e-rtl>.e-content,.e-scroller.e-rtl .e-hscroll{float:right}.e-datetime-wrap{display:block;overflow:visible;width:143px;height:30px}.e-datetime-wrap .e-padding{padding:0 24px 0 0}.e-datetime-wrap .e-icon{display:block;width:100%;position:absolute;top:50%}.e-datetime-wrap .e-select{cursor:pointer;display:block;position:absolute;top:0;right:0;width:23px;height:100%;text-align:left;border-left:1px solid}.e-datetime-wrap.e-rtl .e-select{border-right:1px solid;border-left:none;right:auto}.e-datetime-wrap.e-rtl .e-padding{padding:0 0 0 24px}.e-datetime-wrap .e-icon{font-size:21px;height:21px;margin-top:-11px}.e-datetime-popup{cursor:default;overflow:auto;position:absolute;border:1px solid;outline:0 none}.e-datetime-wrap .e-datetime{background-position:-26px -85px}.e-datetime-popup .e-popup-container{display:inline-flex;padding:5px}.e-datetime-popup .e-button-container{display:block;padding:0 5px 5px}.e-datetime-popup .e-datecontainer,.e-datetime-popup .e-timecontainer{display:inline-block}.e-datetime-popup .e-datecontainer{float:left;margin:0 5px 0 0}.e-datetime-popup.e-rtl .e-datecontainer{float:right;margin:0 0 0 5px}.e-datetime-popup .e-timecontainer .e-time-popup{border-top:medium none}.e-datetime-popup .e-timecontainer .e-header{border-style:solid solid none;border-width:1px}.e-datetime-popup.e-corner .e-header{border-radius:4px 4px 0 0}.e-datetime-popup.e-corner .e-time-popup{border-radius:0 0 4px 4px}.e-datetime-popup .e-dt-button{cursor:pointer;display:inline-block;padding:3px 28px;text-align:center;border:1px solid}.e-datetime-popup .e-dt-button.e-dt-today{margin:0 5px 0 0}.e-datetime-popup.e-rtl .e-dt-button.e-dt-today{margin:0 0 0 5px}.e-datetime-popup .e-dt-button.e-dt-done{float:right}.e-datetime-popup.e-rtl .e-dt-button.e-dt-done{float:left}.e-dt-responsive.e-datetime-popup .e-popup-container{display:inline-block}.e-dt-responsive.e-datetime-popup .e-datecontainer{float:none;margin:0 0 5px 0}.e-dt-responsive.e-datetime-popup .e-dt-button.e-dt-today,.e-dt-responsive.e-datetime-popup .e-dt-button.e-dt-now{margin:0 8px 0 0}.e-dt-responsive.e-datetime-popup .e-dt-button{padding:3px 14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:top}.e-dt-responsive.e-datetime-popup .e-datecontainer,.e-dt-responsive.e-datetime-popup .e-timecontainer{display:block}.e-dt-responsive.e-datetime-popup .e-dt-button.e-dt-today{width:36px}.e-dt-responsive.e-datetime-popup .e-dt-button.e-dt-now{width:59px}.e-dt-responsive.e-datetime-popup .e-dt-button.e-dt-done{width:31px}.e-filtertext::-ms-clear{display:none}.e-grid .e-gridsummary .e-indentcell{width:30px!important;background-color:#fff;border-right:none;border-top:1px solid #c4c4c4}.e-grid .e-gridcontent tr.e-editedrow.e-batchrow:first-child td{border-top-width:0}.e-grid .e-gridcontent tr td.e-gupdatenotify:empty:before{margin-top:-21px!important}.e-grid .e-gridcontent tr td.e-gupdatenotify.e-icon{height:14px!important}.e-grid{height:auto;outline:0 none;border-width:1px;border-style:none solid solid solid}.e-grid .e-textover .e-headercelldiv{text-overflow:ellipsis}.e-grid,.e-grid .e-groupcaption,.e-grid .e-groupcaptionsummary,.e-grid .e-headercell,.e-grid .e-headercell-hover,.e-grid .e-groupheadercell,.e-grid .e-groupheadercell:hover,.e-grid .e-rowcell,.e-grid .e-indentcell,.e-grid .e-recordpluscollapse,.e-grid .e-recordplusexpand,.e-grid .e-filterbarcell,.e-grid .e-filterbarcelldisabled,.e-grid .e-tabletd{border-collapse:collapse}.e-grid .e-gridcontent,.e-grid .e-groupdroparea,.e-grid .e-headercell,.e-grid .e-headercell-hover,.e-grid .e-headercelldiv,.e-grid .e-groupheadercell,.e-grid .e-groupheadercell:hover,.e-grid .e-rowcell,.e-grid .e-indentcell,.e-grid .e-recordpluscollapse,.e-grid .e-recordplusexpand,.e-grid .e-filterbarcell,.e-grid .e-filterbarcelldisabled,.e-grid .e-summaryrow,.e-grid .e-headercontent,.e-grid .e-gridheader,.e-grid .e-gridfooter{overflow:hidden}.e-grid .e-dialog .e-addedrow table,.e-grid .e-dialog .e-editedrow table,.e-grid .e-inlineformedit table,.e-grid .e-externalformedit table{border-collapse:separate;border-spacing:11px}.e-grid .e-dialog .e-addedrow label,.e-grid .e-dialog .e-editedrow label,.e-grid .e-inlineformedit label,.e-grid .e-externalformedit label{display:inline;font-weight:normal;margin-bottom:0;white-space:nowrap}.e-grid .e-dialog .e-editedrow,.e-grid .e-dialog .e-addedrow{padding-bottom:1px}.e-grid .e-validError{position:relative;overflow:visible}.e-grid [class^="e-"],.e-grid .e-unboundcelldiv>button{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.e-grid .e-widget [class^="e-"]{box-sizing:border-box}.e-grid .e-dialog.e-widget .e-dialog-icon,.e-grid .e-widget .e-pagercontainer>.e-icon{box-sizing:content-box}.e-table,.e-grid table{max-width:none}.e-grid .e-editedrow *,.e-grid .e-addedrow *,.e-grid .e-dlgcontainer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.e-grid .e-unboundcelldiv button{margin:0 0 0 7px;padding:0}.e-grid .e-gridcontent .e-table>tbody>tr:first-child td.e-editCell .e-table{border-top-width:0;border-top-style:none}.e-grid>.e-gridcontent>div>.e-table,.e-grid>.e-gridheader>div>.e-table,.e-grid>.e-gridfooter>.e-gridsummary,.e-grid .e-tabletd .e-table{border-spacing:0}.e-grid table th:first-child .e-headercell-hover{border-width:1px 0 1px 0}.e-grid .e-gridcontent tr:first-child td{border-top:0 none}.e-grid .e-groupdroparea,.e-grid .e-groupTopLeftcell{border-style:solid none;border-width:1px 0 0}.e-grid .e-number{border-radius:50%;width:6px;height:15px;padding:1px 5px;line-height:15px;margin-top:7px}.e-grid .e-grid-icon{float:left}.e-grid .e-table,.e-grid .e-gridsummary{width:100%;table-layout:fixed;border:0 none;border-collapse:separate;margin-top:0}.e-grid .e-columnheader{cursor:pointer}.e-grid .e-columnheader.e-defaultcursor,.e-grid .e-headercell.e-defaultcursor{cursor:default}.e-grid .e-gridcontent{outline:none}.e-grid .e-groupdroparea{padding-top:5px;padding-bottom:8px;text-indent:10pt;width:100%}.e-grid .e-print:before{content:""}.e-grid .e-excelIcon:before{content:""}.e-grid .e-wordIcon:before{content:""}.e-grid .e-pdfIcon:before{content:""}.e-grid .e-icon.e-delete:before{content:""}.e-columnChooser{min-width:200px;padding:0;font-family:Segoe UI;height:307px!important;background:none #fff}.e-columnChooser .e-searchbox{position:relative;margin:0 10px 5px 11px}.e-columnChooser .e-searchbox input{width:96%;height:21px;border-radius:4px}div.e-dialog.e-columnChooser{padding-left:0;padding-right:0}.e-gridheader{clear:right}.e-columnChooser .e-searchbox span{cursor:pointer;display:block;height:16px;position:absolute;right:6px;top:18%}.e-columnChooser .e-scroller{outline:none}.e-columnChoosertail{height:0;position:relative;width:0;top:7px;left:1239px;border:10px solid transparent}.e-columnChoosertailAlt{height:0;position:relative;width:0;top:7px;left:1239px;border:10px solid transparent}.e-columnChooserListDiv label{width:auto;margin-left:15px;margin-right:17px;display:inline-block;margin-bottom:0;font-weight:inherit}.e-columnChooserListDiv{line-height:2.5;white-space:nowrap;padding:0 13px}.e-columnMenuListDiv label{width:175px;margin-left:15px;display:inline-block;margin-bottom:0;font-weight:inherit;font-family:Segoe UI}.e-columnMenuListDiv{line-height:1.9;white-space:nowrap;padding:0 8px 3px}.e-columnChooser .e-vscroll,.e-columnChooser .e-vscrollbar{width:10px!important}.e-columnChooser .e-hhandle{height:8px!important;border-radius:10px}.e-columnChooser .e-hhandlespace{width:221px!important;margin-top:-4.6px}.e-columnChooser .e-content{width:214px!important}.e-columnChooserSplitter{margin-left:-14px;width:115%;border-bottom:0}.e-columnChooser .e-hscrollbar{height:11px!important}.e-columnChooser .e-vhandle{width:8px;margin-left:-3px;border-radius:10px}.e-columnChooser .e-scrollbar .e-hscroll .e-icon,.e-columnChooser .e-scrollbar .e-vscroll .e-icon{display:none}.e-grid .e-groupcaption,.e-grid .e-groupcaptionsummary{border-style:solid;border-width:1px 0;display:table-cell;font-weight:normal;line-height:30px;padding-left:.7em;padding-right:.7em}.e-grid .e-headercell,.e-grid .e-headercell-hover{height:40px;padding:0 .5em;text-overflow:ellipsis;white-space:nowrap;text-align:left}.e-grid .e-headercelldiv{font-weight:bold;font-size:14px;display:block;border:0 none;height:29px;line-height:29px;margin:-7px;padding:0 .7em;text-align:left;white-space:nowrap}.e-grid .e-stackedHeaderCell{padding:0 .7em}.e-grid .e-groupheadercell,.e-grid .e-groupheadercell:hover{font-size:13px;font-weight:normal;margin-left:10px;padding:7px;cursor:pointer;height:17px;border:1px solid}.e-grid .e-rowcell,.e-grid .e-indentcell{border-style:solid;display:table-cell}.e-grid .e-rowcell{border-width:1px 0 0 1px;padding:.7em;line-height:14px;white-space:nowrap;width:auto;vertical-align:middle}.e-grid .e-verticallines .e-rowcell,.e-grid .e-verticallines .e-normaledit td.e-rowcell,.e-grid .e-verticallines .e-detailrowcollapse,.e-grid .e-verticallines .e-detailrowexpand,.e-grid .e-verticallines .e-filterbarcell{border-width:0 0 0 1px}.e-grid.e-rtl .e-verticallines .e-rowcell,.e-grid.e-rtl .e-verticallines .e-normaledit td.e-rowcell,.e-grid.e-rtl .e-verticallines .e-detailrowcollapse,.e-grid.e-rtl .e-verticallines .e-detailrowexpand,.e-grid.e-rtl .e-verticallines .e-filterbarcell{border-width:0 1px 0 0}.e-grid .e-verticallines .e-detailcell,.e-grid .e-horizontallines .e-detailcell,.e-grid .e-hidelines .e-detailcell,.e-grid .e-verticallines .e-detailindentcell,.e-grid .e-horizontallines .e-detailindentcell,.e-grid .e-hideLines .e-detailindentcell,.e-grid.e-rtl .e-hidelines .e-rowcell,.e-grid.e-rtl .e-hidelines .e-normaledit td.e-rowcell,.e-grid.e-rtl .e-hidelines tr.e-editedrow td.e-rowcell,.e-grid .e-hidelines .e-rowcell,.e-grid .e-hidelines .e-normaledit td.e-rowcell,.e-grid .e-hidelines tr.e-editedrow td.e-rowcell,.e-grid .e-hidelines .e-detailrowcollapse,.e-grid .e-hidelines .e-detailrowexpand,.e-grid .e-horizontallines .e-headercell,.e-grid .e-hidelines .e-headercell,.e-grid.e-rtl .e-horizontallines .e-headercell,.e-grid.e-rtl .e-hidelines .e-headercell,.e-grid .e-hidelines .e-filterbarcell,.e-grid.e-rtl .e-hidelines .e-filterbarcell{border-width:0}.e-grid .e-verticallines .e-detailcell,.e-grid .e-horizontallines .e-detailcell{padding:0}.e-grid .e-horizontallines .e-rowcell,.e-grid .e-horizontallines .e-normaledit td.e-rowcell,.e-grid .e-horizontallines .e-detailrowcollapse,.e-grid .e-horizontallines .e-detailrowexpand,.e-grid.e-rtl .e-horizontallines .e-rowcell,.e-grid.e-rtl .e-horizontallines .e-normaledit td.e-rowcell,.e-grid.e-rtl .e-horizontallines .e-detailrowcollapse,.e-grid.e-rtl .e-horizontallines .e-detailrowexpand,.e-grid .e-horizontallines .e-filterbarcell{border-width:1px 0 0 0}.e-grid .e-horizontallines td.e-lastrowcell,.e-grid .e-horizontallines .e-normaledit td.e-rowcell{border-width:1px 0 1px 0}.e-grid.e-wrap .e-columnheader .e-headercelldiv,.e-grid.e-wrap .e-rowcell,.e-grid.e-wrap.e-responsive .e-rowcell{height:Auto;white-space:normal;line-height:18px}.e-grid.e-wrap .e-columnheader .e-headercelldiv{margin-bottom:2px;margin-top:0}.e-grid .e-normaledit .e-rowcell{padding:1px 3px}.e-grid .e-normaledit .e-boolcell{padding-left:.7em}.e-grid .e-normaledit .e-unboundcell{padding:.7em}.e-grid .e-lastrowcell{border-bottom-width:1px}.e-grid .e-boolrowcell{padding-bottom:0;padding-top:0;padding-left:0}.e-grid .e-indentcell{border-width:0 1px 0 0;line-height:.3em;padding:0}.e-grid .e-recordpluscollapse,.e-grid .e-recordplusexpand{display:table-cell;cursor:pointer;padding:0}.e-grid .e-recordplusexpand{white-space:nowrap}.e-grid .e-recordpluscollapse~td{border-bottom:0 none}.e-grid .e-detailrowcollapse,.e-grid .e-detailrowexpand,.e-grid .e-recordpluscollapse,.e-grid .e-recordplusexpand{border-style:solid;border-width:1px 0 0}.e-grid .e-headercell .e-descending,.e-grid .e-headercell .e-ascending,.e-grid .e-togglegroup,.e-grid .e-toggleungroup{padding-left:7px}.e-grid .e-togglegroup,.e-grid .e-toggleungroup{margin-left:7px}.e-grid.e-rtl .e-togglegroup,.e-grid.e-rtl .e-toggleungroup{margin-left:3px}.e-grid .e-toolbaricons{min-height:26px;min-width:26px;text-decoration:none;vertical-align:middle;line-height:26px;margin:0}.e-grid .e-toolbar.e-toolbarspan{border-width:1px 0 0;border-style:solid;display:block!important}.e-grid .e-editcell,.e-grid .e-tabletd{padding:0}.e-grid .e-editcell .e-table{border-style:solid}.e-grid .e-grid-filterstatusbar,.e-grid .e-grid-filterstatusbarbottom{height:10px;border-style:solid;padding-bottom:4px;padding-top:5px;display:none;position:absolute}.e-grid .e-grid-filterstatusbar{margin-top:-20px;border-width:1px 1px 0 1px;-moz-border-radius:4px 4px 0 0}.e-grid .e-grid-filterstatusbarbottom{margin-top:1px;border-width:0 1px 1px 1px;-moz-border-radius:0 0 4px 4px}.e-grid .e-filterbarcell input{width:90%;border-width:1px;border-style:solid;text-indent:1px;font-family:Segoe UI;font-size:13px;padding-right:10%}.e-grid .e-filterbarcell,.e-grid .e-filterbarcelldisabled{border-width:1px 0 0 1px;height:27px;padding:0;border-style:solid;cursor:default;padding-left:8px;padding-right:8px}.e-grid-filterstatusbar .e-msgdiv,.e-grid-filterstatusbarbottom .e-msgdiv{margin-left:5px;margin-top:-3px;position:absolute}.e-grid .e-headercell .e-filtericon,.e-grid .e-headercell .e-filteredicon{float:right;height:10px;margin:-17px -34px -1px 3px;padding:3px;width:10px}.e-grid .e-headercell .e-filtericon,.e-grid .e-headercell .e-filteredicon{width:16px;height:16px}.e-grid.e-dlgcontainer .e-predicate{border-width:0;border-style:solid;padding:10px 5px 0 0;text-align:left}.e-grid.e-dlgcontainer .e-caption{margin:0 9px 0 6px;position:relative;top:-2px}.e-grid.e-dlgcontainer .e-value .e-caption{margin:0 5px 0 0}.e-grid.e-dlgcontainer .e-dlgBtns{padding:10px 0;text-align:right}.e-grid.e-dlgcontainer .e-dlgBtns .e-filter{margin-right:6%}.e-grid.e-dlgcontainer .e-dlgBtns .e-clear,.e-grid.e-dlgcontainer .e-dlgBtns .e-filter{width:47%}.e-grid.e-filterDialoge .e-input{line-height:20px}.e-grid.e-dlgcontainer .e-operator,.e-grid.e-dlgcontainer .e-value{padding-top:10px}.e-grid.e-dlgcontainer select{padding:0;height:20px;width:100%}.e-grid .e-filterdialoglarge .e-dlgcontainer input[type='text']{width:197px}.e-grid .e-summaryrow{font-weight:bold;border-style:solid;border-width:1px 0 0;padding:.5em;height:auto;line-height:18px;white-space:normal;word-wrap:break-word}.e-grid .e-boolrowcell input[type='checkbox']{margin-left:.7em;width:auto;height:auto}.e-grid .e-icon{background-repeat:no-repeat;background-attachment:scroll}.e-grid .e-recordpluscollapse>div,.e-grid .e-detailrowcollapse>div,.e-grid .e-recordplusexpand>div,.e-grid .e-detailrowexpand>div{height:19px;vertical-align:middle;width:23px;padding:0;background-repeat:repeat;cursor:pointer}.e-grid .e-dialog .e-close{background-repeat:repeat}.e-grid .e-ungroupbutton{float:right;width:16px;height:16px;display:none;padding-top:2px}.e-grid .e-grid-icon .e-ascending,.e-grid .e-grid-icon .e-descending{padding-left:7px}.e-grid .e-headertemplate>.e-headercelldiv{padding:0 8px}.e-gridwaitingpopup.e-waitpopup-pane{background-color:transparent!important}.e-grid .e-gridheader .e-headercell,.e-grid .e-rowcell{-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.e-grid div.e-error,.e-grid .e-gridpopup{position:absolute;font-weight:normal;z-index:99999}.e-grid .e-gridpopup .e-content{border-width:1px;border-style:solid}.e-grid .e-gridpopup .e-content{border-radius:4px;font-size:14px;padding:4px 4px}.e-grid .e-gridpopup span{display:inline-block;height:16px;cursor:pointer;padding:4px;border:1px solid transparent;width:16px}.e-grid div.e-error .e-errortail{height:0;position:relative;width:0;border:10px solid transparent}.e-grid .e-filterdiv{position:relative;width:100%;text-align:center;padding-right:7%}.e-grid .e-normaledit td{border:1px solid #c4c4c4;border-bottom:none}.e-grid .e-addedrow .e-indentcell{border-top:1px solid #c4c4c4}.e-grid .e-dialog .e-addedrow td{border:none}.e-grid .e-externalformedit .e-addedrow td{border:none}.e-grid .e-addedrow .e-inlineformedit td{border:none}.e-grid .e-filterdiv span{display:block;height:16px;position:absolute;right:7%;top:4px;cursor:pointer;width:21px}.e-grid .e-gridpopup .e-tail:before,.e-grid .e-gridpopup .e-tail:after{border:10px solid transparent;content:"";height:0;left:8px;position:absolute;width:0}.e-grid .e-gridpopup .e-downtail:after{top:34px}.e-grid div.e-error .e-toparrow{left:10%;border-top-width:2px;display:block}.e-grid.e-rtl div.e-error .e-toparrow{right:10%}.e-grid .e-headercellfilter{padding-right:35px}.e-grid.e-rtl .e-headercellfilter{padding-right:15px}.e-grid.e-rtl .e-filterdiv{padding-right:2%}.e-reSizeColbg{position:absolute;border-left-width:1px;border-left-style:dotted}.e-grid .e-gridtoolbar li{padding:4px 0 4px 6px}.e-grid .e-gridtoolbar li a{padding-left:3px}.e-grid .e-groupheadercell .e-togglegroupbutton{padding-top:2px}.e-grid .e-scrollcss{padding-right:18px}.e-grid .e-animatebutton{width:16px;height:10px;font-size:12px;padding-right:26px;float:right}.e-grid tr td:first-child,.e-grid tr th:first-child{border-left:0}.e-grid .e-filterbarcell,.e-grid .e-filterbarcelldisabled{height:40px}.e-grid .e-dialog .e-rowcell{border:none;padding:.1em}.e-grid .e-headercell,.e-grid .e-grouptopleftcell{border-width:0 0 0 1px;border-style:solid}.e-grid .e-grouptopleftcell{cursor:default;border-width:0;padding:0}.e-grid .e-reorderindicate{border-right-width:3px}.e-grid .e-groupdroparea{font-size:19px;font-weight:lighter;text-align:center;border-top-width:1px}.e-grid .e-cloneproperties{padding:4px 5px;border-style:solid;border-width:1px;text-align:center;vertical-align:middle;overflow:hidden;opacity:.6;white-space:nowrap}.e-grid .e-dialog .e-buttons{clear:both;float:right}.e-grid .e-detailcell{padding:.4em .6em}.e-grid .e-gridheader{border-bottom-width:3px;border-bottom-style:solid}.e-grid .e-externalformedit .e-rowcell,.e-grid .e-inlineformedit .e-rowcell{border:none}.e-grid .e-inlineformedit .e-rowcell{border-top:0 none}.e-grid .e-inlineform-titlebar{font-weight:bold;padding:.7em}.e-grid .e-inlineformedit .e-editform-btn{float:right;padding:13px}.e-grid .e-externalformedit .e-editform-btn{float:right;padding:0 0 13px 0}.e-grid .e-inlineformedit form div,.e-grid .e-externalformedit form div{display:inline-block;padding-left:0;padding-right:.7em}.e-grid .e-inlineformedit div>label,.e-grid .e-externalformedit div>label{display:inline-block;width:80px;white-space:normal;word-wrap:break-word}.e-grid .e-inlineformedit .e-display div,.e-grid .e-externalformedit .e-display div{display:block}.e-grid .e-inlineformedit form table div,.e-grid .e-externalformedit form table div{display:block;padding-left:0;padding-right:.7em}.e-grid .e-inlineformedit table div>label,.e-grid .e-externalformedit table div>label{display:block;width:80px;white-space:normal;word-wrap:break-word}.e-grid .e-inlineformedit{padding:0}.e-grid .e-form-container{border-width:0 1px 1px 1px;border-style:solid}.e-grid .e-externalform{padding:1.5em 1em 3em 1em}.e-grid .e-form-titlebar{font-size:16px;font-weight:normal;padding:.7em}.e-grid .e-form-togglebtn{cursor:pointer;display:inline-block;float:right;height:20px;padding:0 0 4px 5px;right:5px;top:50%;width:20px}.e-grid .e-form-toggle-icon.e-bottomleft:before{content:""}.e-grid .e-form-toggle-icon.e-topright:before{content:""}.e-grid .e-form-toggle-icon{display:inline-block;height:20px;width:20px}.e-grid .e-editedbatchcell{padding:1px 3px}.e-grid .e-detailrowcollapse,.e-grid .e-detailcell,.e-grid tr.e-editedrow td.e-rowcell{border-top-width:1px;border-top-style:solid}.e-grid .e-hscrollcss,.e-grid .e-detailindentcell{border-right-width:1px;border-right-style:solid}.e-grid .e-gridheader{border-top-width:1px;border-top-style:solid}.e-grid .e-lastgrouptopleftcell{border-right:0 none}.e-grid .e-detailrowcollapse+td,.e-grid .e-detailrowexpand+td{border-left:none}.e-grid .e-gridcontent .e-detailrowvisible{border-left:none}.e-grid .e-pager:not(.e-rtl) .e-lastpage.e-icon{margin-right:-1px}.e-grid .e-pagermsgdiv{padding-left:9px;padding-top:0;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;-khtml-user-select:none;user-select:none}.e-grid .e-inlineform-titlebar{border-bottom-width:1px;border-style:solid;border-width:0 0 1px 0}.e-grid .e-inlineformedit form{padding-left:10px;padding-top:10px}.e-grid .e-inlineformedit .e-editform-btn{padding-top:0}.e-grid .e-movablecontent,.e-grid .e-movableheader{border-left:1px solid}.e-grid .e-frozeny{border-bottom:1px solid!important}.e-grid .e-movablecontent,.e-grid .e-movableheader,.e-grid .e-movablefooter{overflow:hidden}.e-grid .e-frozencontentdiv,.e-grid .e-frozenheaderdiv,.e-grid .e-frozenfooterdiv{float:left}.e-grid .e-frozenunbound{padding-top:4px;padding-bottom:4px}.e-grid .e-error div.e-field-validation-error{border-radius:7px;font-size:14px;padding:7px}.e-grid .e-hide{display:none!important}.e-grid .emptyrecord{white-space:nowrap}.e-grid .e-frozeny{border-bottom-width:1px!important;border-bottom-style:solid!important}.e-grid .e-frozenrow+tr>td{border-top-width:0}.e-grid .e-widget .e-select .e-icon:before{display:block}.e-grid .e-icon:before{display:inline-block}.e-grid .e-updatedtd:before{float:left;margin-left:-11px;margin-top:-14px;text-align:left;font-family:'ej-webfont';color:#f00}.e-grid form .e-icon:before{display:block}.e-grid .e-icon.e-animatebutton{font-size:10px}.e-grid .e-icon.e-gdiagonalnext{margin-left:11px;font-size:8px;margin-top:12px}.e-grid .e-icon.e-gnextforward{font-size:10px;margin-left:10px;margin-top:10px}.e-grid .e-groupheadercell .e-cancel{padding-right:11px}.e-grid .e-groupheadercell .e-icon:before{display:inline}.e-grid .e-filterbarcell .e-icon:before,.e-grid .e-dialog .e-icon:before{display:block}.e-grid .e-toolbaricons.e-searchfind{padding-left:6px}.e-grid .e-gridtoolbar .e-ejinputtext{vertical-align:middle;text-indent:0}.e-grid .e-rowcell.e-updatedtd{font-size:13px;font-family:Segoe UI}.e-grid .e-dlgBtns .e-button{cursor:pointer;overflow:hidden;text-align:center;text-decoration:none;border:medium none;margin:0}.e-grid .e-dlgBtns .e-button{cursor:pointer;overflow:hidden;text-align:center;text-decoration:none;border:medium none;margin:0}.e-grid.e-columnChooser .e-columnChooserListDiv *{box-sizing:content-box}.e-grid.e-rtl{direction:rtl}.e-grid.e-rtl .e-groupheadercell .e-icon:before{display:inline-block}.e-grid.e-rtl .e-groupheadercell .e-cancel{padding-left:23px;padding-right:0;padding-top:2px}.e-grid.e-rtl .e-gridtoolbar li a{padding-right:5px;padding-left:0}.e-grid.e-rtl .e-gridtoolbar li{padding:4px 4px 4px 0}.e-grid.e-rtl .e-headercell .e-descending,.e-grid.e-rtl .e-headercell .e-ascending,.e-grid.e-rtl .e-togglegroup,.e-grid.e-rtl .e-toggleungroup{padding-right:7px}.e-grid.e-rtl .e-icon.e-gdiagonalnext{margin-right:9px}.e-grid .e-icon.e-gnextforward{margin-right:10px}.e-grid.e-rtl .e-groupheadercell,.e-grid.e-rtl .e-groupheadercell:hover{margin-right:10px}.e-grid .e-rtl a,.e-grid.e-rtl .e-groupheadercell,.e-grid.e-rtl .e-groupheadercell:hover{float:right}.e-grid.e-rtl .e-headercontent{border-left-width:1px;border-left-style:solid;border-right-width:0}.e-grid.e-rtl .e-headercell .e-filtericon,.e-grid.e-rtl .e-headercell .e-filteredicon{margin:-17px -4px -1px -5px}.e-grid.e-dlgcontainer .e-dlgBtns .e-filter.e-rtl{margin-left:6%;width:47%;margin-right:0}.e-grid.e-rtl .e-rowcell,.e-grid.e-rtl .e-filterbarcell,.e-grid.e-rtl .e-filterbarcelldisabled{border-width:1px 1px 0 0}.e-grid.e-rtl tr td:first-child,.e-grid.e-rtl tr th:first-child{border-right:0 none}.e-grid.e-rtl .e-indentcell{border-left-width:1px;border-left-style:solid}.e-grid.e-rtl .e-headercell,.e-grid.e-rtl .e-grouptopleftcell{border-width:0 1px 0 0}.e-grid.e-rtl .e-cloneproperties{border-width:1px 1px 3px 1px}.e-grid.e-rtl div.e-pagermsgdiv{padding-left:6px;text-align:left}.e-grid .e-rtl .e-parentmsgbar{float:left;padding-left:6px}.e-grid.e-rtl .e-headercelldiv{text-align:right;padding:0 .7em}.e-grid.e-rtl .e-headercelldiv:not(:only-child){text-align:right;padding:0 0 0 2em}.e-grid.e-rtl .e-recordpluscollapse>div:before,.e-grid.e-rtl .e-detailrowcollapse>div:before{content:""}.e-grid.e-rtl .e-recordplusexpand>div:before,.e-grid.e-rtl .e-detailrowexpand>div:before{content:""}.e-grid.e-rtl .e-headercell .e-filtericon,.e-grid.e-rtl .e-headercell .e-filteredicon,.e-grid.e-rtl .e-animatebutton,.e-grid.e-rtl .e-ungroupbutton{float:left}.e-grid.e-rtl .e-filterbarcell input{float:right;margin-right:4px}.e-grid.e-rtl .e-scrollcss{padding-right:0;padding-left:18px}.e-grid .e-pager.e-rtl{display:block;height:30px}.e-grid.e-rtl .e-grid-filterstatusbar .e-msgdiv,.e-grid.e-rtl .e-grid-filterstatusbarbottom .e-msgdiv{margin-right:5px}.e-grid.e-rtl .e-animatebutton{padding-left:26px;padding-right:0}.e-grid.e-rtl .e-frozencontentdiv,.e-grid.e-rtl .e-frozenheaderdiv,.e-grid.e-rtl .e-frozenfooterdiv{float:right}.e-grid.e-rtl .e-movablecontent,.e-grid.e-rtl .e-movableheader{border-left-width:0;border-right:1px solid}.e-grid.e-rtl .e-frozenrow+tr>td{border-top-width:0}.e-grid.e-rtl .e-filterdiv input{padding-left:15%;padding-right:3%;width:75%}.e-grid.e-rtl .e-filterdiv span{right:78%}.e-grid.e-rtl .e-gridcontent .e-detailrowvisible{border-right:none}.e-grid .e-scroller.e-rtl .e-columnChooserListDiv>label,.e-grid .e-scroller.e-rtl>#nomatches,.e-grid.e-rtl .e-searchcontainer{margin-right:15px;margin-left:0}.e-grid.e-rtl .e-checkboxlist.e-scroller.e-rtl .e-content>.e-ftrchk label,.e-grid.e-rtl .e-checkboxlist.e-scroller.e-rtl .e-content>.e-ftrchk,.e-grid.e-rtl .e-excelfilter .e-checkboxlist .e-ftrchk{margin-right:10px}.e-grid.e-rtl .e-excelfilter .e-menu.e-vertical.e-rtl .e-list{height:27px}.e-grid.e-rtl .e-excelfilter .e-menu.e-vertical.e-rtl .e-list.e-separator{height:1px}.e-grid.e-rtl .e-excelfilter .e-menu.e-rtl .e-list>ul li.e-separator{margin:2px 0 2px 0}.e-grid.e-rtl .e-excelfilter .e-menu.e-rtl.e-vertical .e-list>ul .e-list>a{padding:0 22px 0 15px}.e-grid.e-rtl .e-excelfilter .e-searchbox .e-icon.e-search,.e-grid.e-rtl .e-excelfilter .e-searchbox .e-icon.e-cancel{position:absolute;right:215px}.e-grid.e-columnChooser .e-searchbox span.e-rtl{position:absolute;right:189px}.e-grid.e-rtl .e-excelfilter .e-menu.e-rtl .e-list>a span.e-filternone.e-icon,.e-grid.e-rtl .e-excelfilter .e-menu.e-rtl .e-list>a span.e-sortdesc.e-icon,.e-grid.e-rtl .e-excelfilter .e-menu.e-rtl .e-list>a span.e-sortasc.e-icon,.e-grid.e-rtl .e-excelfilter .e-menu.e-rtl .e-list>a span.e-exceltick.e-icon{right:0}.e-grid.e-rtl .e-menu .e-list>a span.e-icon.e-arrows{right:224px}.e-pager,.e-grid .e-pagerstatusbar{border-style:solid;border-width:1px 0 0;padding-bottom:9px;padding-top:9px;width:100%;white-space:normal}.e-grid .e-widget .e-pagercontainer>.e-icon{box-sizing:content-box}.e-pager div.e-parentmsgbar{float:right;padding-right:6px;padding-top:4px}.e-pager .e-pagerstatusbar{padding-bottom:9px}.e-pager .e-icon{display:inline-block;font-size:10px}.e-pager .e-numericitem{border-right-width:1px;border-right-style:solid}.e-pager .e-NP{position:relative}.e-pager div.e-pagermsgdiv{padding-right:6px;padding-top:4px;text-align:right}.e-pager .e-firstpagedisabled,.e-pager .e-prevpagedisabled,.e-pager .e-nextpagedisabled,.e-pager .e-lastpagedisabled{-ms-filter:"progid:DXImageTraneorm.Microsoft.Alpha(Opacity=30)";filter:alpha(opacity=30);-moz-opacity:.3;-khtml-opacity:.3;opacity:.3}.e-pager .e-spacing,.e-pager .e-numericitem:hover,.e-pager .e-currentitem{cursor:pointer;padding:9px;text-decoration:none}.e-pager .e-currentitem{border-width:1px;font-style:normal;font-variant:normal;font-weight:normal}.e-pager div,.e-pager a{display:inline;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}.e-pager .e-firstpage,.e-pager .e-prevpage,.e-pager .e-firstpagedisabled,.e-pager .e-prevpagedisabled,.e-pager .e-nextpage,.e-pager .e-lastpage,.e-pager .e-nextpagedisabled,.e-pager .e-lastpagedisabled{padding:7px 4px 2px 8px;border-right-width:1px;border-right-style:solid}.e-pager .e-pagercontainer{overflow:hidden}.e-pager .e-lastpage,.e-pager .e-lastpagedisabled{border-right:none}.e-pager .e-disableditem{height:10px}.e-pager .e-firstpage:hover,.e-pager .e-prevpage:hover,.e-pager .e-lastpage:hover,.e-pager .e-nextpage:hover{cursor:pointer}.e-pager a.e-nextprevitemdisabled{display:none;padding-right:5px;padding-left:5px;margin-right:1px;margin-left:1px;text-decoration:none}.e-pager .e-pagercontainer{border-width:1px;border-style:solid;border-radius:4px 4px 4px 4px;margin-left:6px}.e-pager .e-nextpage:hover,.e-pager .e-lastpage:hover,.e-pager .e-firstpage:hover,.e-pager .e-prevpage:hover{cursor:pointer;text-decoration:none}.e-pager .e-lastpage:Hover{border-radius:0 4px 4px 0}.e-pager .e-firstpage:Hover{border-radius:4px 0 0 4px}.e-pager.e-rtl{direction:rtl}.e-pager.e-rtl .e-pagercontainer,.e-pager.e-rtl div,.e-pager.e-rtl a{float:right}.e-pager .e-pagermessage{display:block;margin:6px}.e-pager.e-rtl .e-pagercontainer{margin-right:6px;padding:0}.e-pager.e-rtl .e-firstpage,.e-pager.e-rtl .e-prevpage,.e-pager.e-rtl .e-firstpagedisabled,.e-pager.e-rtl .e-prevpagedisabled,.e-pager.e-rtl .e-nextpage,.e-pager.e-rtl .e-lastpage,.e-pager.e-rtl .e-nextpagedisabled,.e-pager.e-rtl .e-lastpagedisabled{padding:7px 9px 3px 8px;-webkit-padding-after:2px}.e-pager.e-rtl .e-firstpage:before,.e-pager.e-rtl .e-firstpage:hover,.e-pager.e-rtl .e-firstpagedisabled:before{content:""}.e-pager.e-rtl .e-prevpage:before,.e-pager.e-rtl .e-prevpage:hover,.e-pager.e-rtl .e-prevpagedisabled:before{content:""}.e-pager.e-rtl .e-nextpage:before,.e-pager.e-rtl .e-nextpage:hover,.e-pager.e-rtl .e-nextpagedisabled:before{content:""}.e-pager.e-rtl .e-lastpage:before,.e-pager.e-rtl .e-lastpage:hover,.e-pager.e-rtl .e-lastpagedisabled:before{content:""}.e-pager.e-rtl .e-nextpage,.e-pager.e-rtl .e-nextpagedisabled{border-left-width:1px;border-left-style:solid}.e-pager.e-rtl .e-firstpage,.e-pager.e-rtl .e-firstpagedisabled{border-right:medium none}.e-pager.e-rtl .e-firstpage:hover{border-radius:0 4px 4px 0}.e-pager.e-rtl .e-lastpage:hover{border-radius:4px 0 0 4px}.e-pager.e-rtl .e-spacing,.e-pager.e-rtl .e-numericitem:hover,.e-pager.e-rtl .e-currentitem{padding:3px 12px 4px 7px}.e-rotator-wrap{position:relative;display:block}.e-rotator-wrap .e-in-wrap{border:medium none;overflow:visible}.e-rotator-wrap .e-in-wrap .e-inner{position:relative;overflow:hidden}.e-rotator-wrap .e-in-wrap.e-multiple{padding:4px;border:1px solid}.e-rotator-wrap .e-in-wrap .e-single{border:1px solid}.e-rotator-wrap .e-in-wrap .e-inner>ul{position:relative;width:1200px;left:0;top:0;overflow:hidden}.e-rotator-wrap .e-in-wrap .e-inner.e-horizontal>ul>li{float:left}.e-rotator-wrap .e-in-wrap .e-nav .e-nav-btn{height:40px;width:40px;opacity:.8;filter:alpha(opacity=80);position:absolute;top:44%;display:none;background-repeat:no-repeat;cursor:pointer}.e-rotator-wrap .e-in-wrap .e-nav .e-next{right:2%}.e-rotator-wrap .e-in-wrap .e-nav .e-previous{left:2%}.e-rotator-wrap .e-in-wrap .e-nav .e-next:before,.e-rotator-wrap .e-in-wrap .e-nav .e-previous:before{width:40px;height:40px}.e-rotator-wrap .e-in-wrap .e-nav .e-next,.e-rotator-wrap .e-in-wrap .e-nav .e-previous{top:47%;font-size:40px}.e-rotator-wrap .e-in-wrap .e-nav .play,.e-rotator-wrap .e-in-wrap .e-nav .pause{height:66px;width:66px;left:46%}.e-rotator-wrap .e-in-wrap .e-nav .play:before,.e-rotator-wrap .e-in-wrap .e-nav .pause:before{height:60px;width:60px;font-size:60px}.e-rotator-wrap .e-nav .e-nav-btn.e-show{visibility:visible}.e-rotator-wrap .e-nav .e-nav-btn.e-hide{visibility:hidden}.e-rotator-wrap .e-pager-wrap{display:block;text-align:center}.e-rotator-wrap .e-pager-wrap .e-bullet{margin:0;padding:10px;position:absolute}.e-rotator-wrap .e-pager-wrap .e-bullet.default{left:45%}.e-rotator-wrap .e-pager-wrap .e-bullet>li{border:1px solid;border-radius:20px;display:inline-block;list-style-type:none;width:10px;height:10px;margin:3px;background-repeat:no-repeat;background-position:0 5px;cursor:pointer}.e-rotator-wrap .e-pager-wrap .e-bullet>li:hover,.e-rotator-wrap .e-pager-wrap .e-bullet>li.e-active{border:1px solid}.e-rotator-wrap .e-pager-wrap .e-bullet{position:absolute}.e-rotator-wrap .e-pager-wrap .e-bullet.e-topleft{left:0;top:0}.e-rotator-wrap .e-pager-wrap .e-bullet.e-topright{right:0;top:0}.e-rotator-wrap .e-pager-wrap .e-bullet.e-topCenter{left:42%;top:0}.e-rotator-wrap .e-pager-wrap .e-bullet.e-bottomleft{bottom:0;left:0}.e-rotator-wrap .e-pager-wrap .e-bullet.e-bottomright{bottom:0;right:0}.e-rotator-wrap .e-pager-wrap .e-bullet.e-thumb-pos{bottom:29%}.e-rotator-wrap .e-pager-wrap .e-bullet.e-outside{margin:auto;position:relative}.e-rotator-wrap .e-thumb{position:relative;overflow:hidden;margin:2% 10%}.e-rotator-wrap .e-thumb .e-thumb-items{position:relative;width:1200px;height:200px;left:0;overflow:hidden}.e-rotator-wrap .e-thumb .e-thumb-items li{float:left;list-style:none outside none;margin:5px;position:relative;left:0;overflow:hidden}.e-rotator-wrap .e-thumb .e-thumb-items li img{width:135px;height:85px}.e-rotator-wrap .e-thumb .e-thumb-items li:hover,.e-rotator-wrap .e-thumb .e-thumb-items li.e-active,.e-rotator-wrap .e-thumb .e-thumb-items li.e-thumbhover,.e-rotator-wrap.e-disable .e-thumb .e-thumb-items li.e-active:hover{border:3px solid;padding:4px}.e-rotator-wrap .e-thumb .e-thumb-items li,.e-rotator-wrap.e-disable .e-thumb .e-thumb-items li:hover,.e-rotator-wrap.e-disable .e-thumb .e-thumb-items li.e-thumbhover{border:1px solid;padding:6px}.e-rotator-wrap .e-thumb-nav .e-thumb-btn{height:30px;width:30px;position:absolute;top:84%;visibility:visible;background-repeat:no-repeat;cursor:pointer;font-size:30px}.e-rotator-wrap .e-thumb-nav .e-thumb-btn.e-previous{left:3%}.e-rotator-wrap .e-thumb-nav .e-thumb-btn.e-next{right:3%}.e-rotator-wrap .e-inner .e-caption{bottom:0;left:0;opacity:.5;filter:alpha(opacity=50);position:absolute;height:50px;width:100%;display:none}.e-rotator-wrap .e-inner .e-caption.e-hide{visibility:hidden}.e-rotator-wrap .e-inner .e-caption.e-show{visibility:visible}.e-rotator-wrap .e-inner .e-caption>span{font-family:icon;font-size:22px;margin-left:20px;padding-top:11px;position:absolute}.e-rte-wrapper{display:block}.e-rte-imageTab ul{list-style:none}.e-rte .e-rte-toolbar{width:100%;height:auto;margin-bottom:-2px}.e-rte .editarea{margin-bottom:-4px;padding-top:3px}.e-rte .content-iframe{border:none}.e-rte .e-resizable-handle{bottom:0;cursor:se-resize;display:block;height:16px;position:absolute;right:0;width:16px}.e-rte-toolbar-icon:before{margin-top:5px}.e-rte .e-ipadscroll{overflow:auto;-webkit-overflow-scrolling:touch}.e-rte.e-resizable .e-rte-overlay,.e-pane-overlay{position:absolute;width:100%;height:100%;top:0;left:0}.e-rte-format-ddl.e-ddl-popup div>ul li{padding:5px 5px 5px 11px}.e-rte-format-ddl.e-ddl-popup.e-rtl div>ul li{padding:11px 5px 5px 5px}.e-rte.e-rte-wrapper .e-ul.e-horizontal{margin-bottom:"";margin-top:""}.e-rte .e-rte-toolbar li .e-split{height:""!important}.e-rte .e-toolbar .e-icon.e-toolbar-res-arrow:before{margin-top:8px}.e-rte .e-dialog .e-tab .e-img-field-group{display:inline-block;width:100%}.e-rte .e-dialog .e-tab .e-rte-field{width:67%}.e-rte .e-dialog .e-tab .e-rte-label{width:31%}.e-rte .e-dialog .e-tab .e-img-border-field{width:30%;float:left;padding-right:.6em}.e-rte .e-dialog .e-tab .e-rte-field .e-inputtext{width:95%}.e-rte .e-dialog .e-tab .e-rte-field .e-dimensions{width:50px}.e-rte .e-dialog .e-rte-tablefields{padding:1em .3em .3em}.e-rte.e-rtl .e-dialog .e-tab .e-img-border-field:nth-child(1){padding:0}.e-rte.e-rtl .e-dialog .e-tab .e-img-border-field{float:right}.e-rte .e-dialog .e-tab .e-rte-stylefield{display:inline-block;float:right;margin-top:1em;vertical-align:middle;width:75%}.e-rte .e-dialog .e-tab .e-rte-stylefield .e-inputtext{width:95%}.e-rte .e-dialog .e-dialog-tab .e-header{border-width:0}.e-rte .e-tab .e-activetop,.e-rte .e-tab .e-activebottom{border:0 solid}.e-rte .e-tab .e-header .e-nofirst{margin-left:4px}.e-rte .e-dialog .e-dialog-tab.e-tab .e-bottom-line,.e-rte .e-dialog .e-dialog-tab.e-tab .e-top-line,.e-rte .e-dialog .e-dialog-tab.e-tab .e-activetop,.e-rte .e-dialog .e-dialog-tab.e-tab .e-activebottom{border:0 solid}.e-rte .e-dialog .e-dialog-tab.e-tab .e-header li{border-right:1px solid}.e-rte.e-dialog .e-rte-imgUrl,.e-rte.e-dialog .e-rte-fileUrl{text-overflow:ellipsis}.e-rte-imgTab .e-content .e-colorwidget.e-widget{height:30px}.e-rte .e-bgcolor-icon,.e-rteItem-backgroundColor .e-bgcolor-icon,.e-rte .e-fontcolor-icon,.e-rteItem-fontColor .e-fontcolor-icon,.e-rte-toolbar-icon{display:block;height:24px;width:24px}.e-rte .e-horizontal .e-tooltxt{cursor:pointer}.e-rte.e-rte-wrapper .e-horizontal{margin-bottom:4px;margin-top:4px;padding-left:4px;padding-right:4px}.e-rte .e-toolbar .e-rte-format,.e-rte .e-toolbar .e-rte-fontgroup{margin:2px 0 0!important;padding-left:2px;padding-right:2px}.e-rte .e-toolbar .e-rte-format>li,.e-rte .e-toolbar .e-rte-fontgroup>li{padding-left:2px;padding-right:2px;border:0}.e-rte .e-rte-toolbar .e-input{font-size:13px;line-height:20px}.e-rte .e-rte-toolbar .e-input.e-dropdownlist{line-height:20px}.e-rte-toolbar .e-responsive-toolbar.e-toolbarspan{border-style:solid;border-width:1px}.e-rte-toolbar-icon.bold:before{content:""}.e-rte-toolbar-icon.maximize:before{content:""}.e-rte-toolbar-icon.resize:before{content:""}.e-rte-toolbar-icon.italic:before{content:""}.e-rte-toolbar-icon.underline:before{content:""}.e-rte-toolbar-icon.strikethrough:before{content:""}.e-rte-toolbar-icon.justifyLeft:before{content:""}.e-rte-toolbar-icon.justifyCenter:before{content:""}.e-rte-toolbar-icon.justifyRight:before{content:""}.e-rte-toolbar-icon.justifyFull:before{content:""}.e-rte-toolbar-icon.unorderedList:before{content:""}.e-rte-toolbar-icon.orderedList:before{content:""}.e-rte-toolbar-icon.indent:before{content:""}.e-rte-toolbar-icon.outdent:before{content:""}.e-rte-toolbar-icon.cut:before{content:""}.e-rte-toolbar-icon.copy:before{content:""}.e-rte-toolbar-icon.paste:before{content:""}.e-rte-toolbar-icon.undo:before{content:""}.e-rte-toolbar-icon.redo:before{content:""}.e-rte-toolbar-icon.createLink:before{content:""}.e-rte-toolbar-icon.removeLink:before{content:""}.e-rte-toolbar-icon.image:before{content:""}.e-rte-toolbar-icon.e-fileBrowser:before{content:""}.e-rte-toolbar-icon.video:before{content:""}.e-rte-toolbar-icon.createTable:before{content:""}.e-rte-toolbar-icon.addRowAbove:before{content:""}.e-rte-toolbar-icon.addRowBelow:before{content:""}.e-rte-toolbar-icon.addColumnLeft:before{content:""}.e-rte-toolbar-icon.addColumnRight:before{content:""}.e-rte-toolbar-icon.deleteRow:before{content:""}.e-rte-toolbar-icon.deleteColumn:before{content:""}.e-rte-toolbar-icon.deleteTable:before{content:""}.e-rte-toolbar-icon.superscript:before{content:""}.e-rte-toolbar-icon.subscript:before{content:""}.e-rte-toolbar-icon.upperCase:before{content:""}.e-rte-toolbar-icon.lowerCase:before{content:""}.e-rte .e-rte-source:before{content:""}.e-rte-footer .clearFormat:before,.e-rte-toolbar-icon.clearFormat:before{content:""}.e-rte-footer .clearAll:before,.e-rte-toolbar-icon.clearAll:before{content:""}.e-rte .e-fontcolor-icon:before,.e-rteItem-fontColor .e-fontcolor-icon:before{content:"";margin-top:4px}.e-rte .e-bgcolor-icon:before,.e-rteItem-backgroundColor .e-bgcolor-icon:before{content:"";margin-top:4px}.e-dialog .customtable-image:before{content:""}.e-rte .e-rte-footer{width:100%;margin-top:2px;font-family:monospace}.e-rte .e-rte-footer:after{clear:both;content:".";display:block;height:0;visibility:hidden}.e-rte .e-rte-footeritems{height:16px;display:inline-block;vertical-align:middle;text-align:left}.e-rte .e-rte-footer .e-rte-footer-left{display:inline-block;text-align:left;float:left}.e-rte .e-rte-footer.e-rtl .e-rte-footer-left{float:right}.e-rte .e-rte-footer .e-rte-footer-right{display:inline-block;text-align:right;float:right}.e-rte .e-rte-footer.e-rtl .e-rte-footer-right{float:left}.e-rte .e-rte-footericon{height:16px;width:16px;cursor:pointer;padding:3px}.e-rte .e-rte-htmltaginfo{margin-bottom:5px;padding-left:9px}.e-rte .e-rte-wordcount,.e-rte .e-rte-charcount{padding:2px 4px 4px 4px}.e-ddl-popup .e-h1{font-size:2em;font-weight:bold}.e-ddl-popup .e-h2{font-size:1.5em;font-weight:bold}.e-ddl-popup .e-h3{font-size:1.16em;font-weight:bold}.e-ddl-popup .e-h4{font-size:1em;font-weight:bold}.e-ddl-popup .e-h5{font-size:.83em;font-weight:bold}.e-ddl-popup .e-h6{font-size:.7em;font-weight:bold}.e-rte .e-btntxt,.e-rteItem-fontColor .e-btntxt,.e-rteItem-backgroundColor .e-btntxt{display:table-caption;height:0;margin-top:-5px;margin-left:1px;width:16px}.e-rte .e-bgcolor-icon,.e-rteItem-backgroundColor .e-bgcolor-icon,.e-rte .e-fontcolor-icon,.e-rteItem-fontColor .e-fontcolor-icon{padding:0;margin-top:-5px}.e-rte .e-rte-tablecell{border-style:solid;border-width:1px;display:inline-block;height:18px;margin:1px;overflow:hidden;vertical-align:top;width:18px}.e-rte-palettetable{border-style:solid;border-width:0;display:inline-block;height:25px;overflow:hidden;vertical-align:top;width:25px}.e-rte .customtable-group{padding:3px;cursor:pointer}.e-rte .customtable-image{display:inline-block;height:16px;width:16px}.e-rte .customtable-link{display:inline-block;text-decoration:none;padding-left:5px;color:inherit}.e-rte .e-rte-label{clear:both;float:left;padding:.4em .1em 1em;text-align:left;width:29%}.e-rte .e-rte-field{float:right;padding:0 0 .6em;width:69%}.e-rte-label.e-rtlrte,.e-rte-field.e-rtlrte>label{float:right}.e-rte-field.e-rtlrte,button.e-rtlrte{float:left}.e-rtlrte .e-colorwidget .e-icon{left:-3%}.e-rte .e-rte-elements{width:100%;height:82px;margin-top:10px}.e-rte .e-rte-tablefields{display:inline-block;width:22%;padding:.3em;vertical-align:middle}.e-rte .e-inputtext{height:26px;width:98%;text-indent:10px;font-family:Segoe UI;font-size:13px}.e-rte .e-dimensions{width:50px}.e-dialog .e-fieldseparate{border-style:dashed;border-width:1px 0 0;padding-top:.6em}.e-rte .e-fieldgroup{margin-bottom:10px}.e-dialog .e-rte-button{bottom:-1em;clear:both;text-align:right;margin-top:10px}.e-dialog .e-rte-imgTab{clear:both;margin-top:10px}.e-dialog .e-rte-btn{margin-left:5px}.e-dialog .e-rte-srctextarea{width:600px;height:400px;font-family:inherit;font-size:inherit}.e-rte .e-rte-video{min-height:100px;min-width:370px}.e-rte .e-rte-srcbutton{padding:.6em;text-align:right}.group{float:left}.group.aligncenter{display:table;float:none;margin:0 auto;padding:0}.small-col-2{width:160px;float:left}.e-skew-bottomleft,.e-skew-bottomright,.e-skew-topright,.e-skew-topleft,.e-skew-top,.e-skew-bottom,.e-skew-left,.e-skew-right,.e-skew-center{transition:transform 250ms}.e-skew-top{transform:perspective(1000px) rotateX(10deg);-webkit-transform:perspective(1000) rotate3d(1,0,0,10deg);-moz-transform:perspective(1000) rotate3d(1,0,0,10deg);-webkit-transition-duration:350ms;-moz-transition-duration:350ms}.e-skew-bottom{transform:perspective(1000px) rotateX(-10deg);-webkit-transform:perspective(1000) rotate3d(1,0,0,-10deg);-moz-transform:perspective(1000) rotate3d(1,0,0,-10deg);-webkit-transition-duration:350ms;-moz-transition-duration:350ms}.e-skew-left{transform:perspective(1000px) rotateY(-10deg);-webkit-transform:perspective(1000) rotateY(-10deg);-moz-transform:perspective(1000) rotateY(-10deg);-webkit-transition-duration:350ms;-moz-transition-duration:350ms}.e-skew-right{transform:perspective(1000px) rotateY(10deg);-webkit-transform:perspective(1000) rotateY(10deg);-moz-transform:perspective(1000) rotateY(10deg);-webkit-transition-duration:350ms;-moz-transition-duration:350ms}.e-skew-center{transform:perspective(1000px) scale(.95);-webkit-transform:perspective(1000) scale(.95);-moz-transform:perspective(1000) scale(.95);-webkit-transition-duration:350ms;-moz-transition-duration:350ms}.e-tile-backface{backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-backface-visibility:hidden;position:absolute}.e-skew-topleft{transform:perspective(1000px) rotateX(10deg) rotateY(-10deg)}.e-skew-topright{transform:perspective(1000px) rotateX(10deg) rotateY(10deg)}.e-skew-bottomright{transform:perspective(1000px) rotateX(-10deg) rotateY(10deg)}.e-skew-bottomleft{transform:perspective(1000px) rotateX(-10deg) rotateY(-10deg)}.e-tile{margin:5px;float:left;overflow:hidden}.e-tile-template{position:absolute;background-size:100% 100%}.e-tile-wrapper.e-tile-wrapper-small{width:70px;height:70px;position:relative;overflow:hidden}.e-tile-wrapper.e-tile-wrapper-medium{width:150px;height:150px;position:relative}.e-tile-wrapper.e-tile-wrapper-wide{width:310px;height:150px;position:relative}.e-tile.e-tile-wrapper .e-tile-badge{z-index:1}.e-tile.e-tile-wrapper .e-tile-badge{border-radius:0;border-style:none;border-width:0;box-shadow:0 0;font-size:18px;font-weight:normal;line-height:25px;min-height:25px;min-width:25px;padding:0;position:absolute;right:2px;text-align:center;top:2px;background-color:transparent}.e-tile.e-tile-wrapper.e-tile-wrapper-medium.e-enabled-text .e-child-tile.e-tile-imagefill .e-fontimage.e-tile-image.e-tile-imagefill{background-size:100% 100%;height:150px;width:150px;margin:0;backface-visibility:hidden}.e-tile.e-tile-wrapper.e-tile-wrapper-wide .e-child-tile.e-tile-imagefill .e-fontimage.e-tile-image.e-tile-imagefill{background-size:100% 100%;width:310px;height:150px;position:absolute;margin:0;backface-visibility:hidden}.e-tile.e-tile-wrapper.e-tile-wrapper-medium.e-enabled-text .e-child-tile.e-tile-image.e-fontimage{width:150px;height:125px;backface-visibility:hidden}.e-tile.e-tile-wrapper.e-tile-wrapper-medium .e-tile-text{height:25px;position:absolute;text-overflow:ellipsis;white-space:nowrap;width:100%}.e-tile.e-tile-wrapper.e-tile-wrapper-medium .e-child-tile.e-tile-imagefill .e-tile-text{bottom:0}.e-tile.e-tile-wrapper.e-tile-wrapper-large .e-tile-text{height:25px;margin-top:281px;position:absolute;text-overflow:ellipsis;white-space:nowrap;width:100%}.e-tile.e-tile-wrapper.e-tile-wrapper-medium .e-live-tile-enable .e-tile-text{margin-top:119px}.e-tile.e-tile-wrapper.e-live-tile-text.e-live-type-flip .e-tile-imagefill .e-tile-text{margin-top:-28px}.e-tile.e-tile-wrapper.e-live-tile-text.e-live-type-flip .e-tile-text .e-tile.e-tile-wrapper-small .e-child-tile .e-tile-text{color:#fff;font-size:12px;font-family:Helvetica Neue,Helvetica}.e-tile.e-tile-wrapper.e-live-tile-text.e-tile-wrapper-medium.e-live-type-flip.e-tile-web .e-tile-text{margin-top:-26px}.e-tile.e-tile-wrapper.e-live-type-flip{overflow:hidden}.e-tile.e-tile-wrapper.e-tile-wrapper-wide .e-tile-text,.e-tile.e-tile-wrapper.e-tile-wrapper-large .e-tile-text{height:25px;margin-top:125px;overflow:hidden;position:absolute;text-overflow:ellipsis;white-space:nowrap;width:100%}.e-tile.e-tile-wrapper.e-tile-wrapper-small.e-enabled-text .e-child-tile.e-tile-imagefill .e-tile-text{background-color:transparent}.e-tile.e-tile-wrapper.e-tile-wrapper-wide .e-child-tile .e-tile-text,.e-tile.e-tile-wrapper.e-tile-wrapper-medium .e-child-tile .e-tile-text,.e-tile.e-tile-wrapper.e-tile-wrapper-large .e-child-tile .e-tile-text{color:#fff}.e-tile.e-tile-wrapper .e-tile-text.e-textalign-center{text-align:center}.e-tile.e-tile-wrapper.e-tile-wrapper-medium .e-tile-text.e-textalign-left{text-align:left;padding-left:14px;width:91%}.e-tile.e-tile-wrapper.e-tile-wrapper-wide .e-tile-text.e-textalign-left{text-align:left;padding-left:14px;width:96%}.e-tile.e-tile-wrapper .e-tile-text.e-textalign-right{text-align:right}.e-tile.e-tile-wrapper.e-tile-wrapper-small .e-child-tile .e-tile-text{border-bottom-left-radius:0;border-bottom-right-radius:0}.e-tile-wrapper .e-child-tile .e-tile-image.e-tile-imagecenter{background-repeat:no-repeat;background-position:center center}.e-tile-wrapper .e-child-tile .e-tile-image.e-tile-imageleft{background-repeat:no-repeat;background-position:left center}.e-tile-wrapper .e-child-tile .e-tile-image.e-tile-imageright{background-repeat:no-repeat;background-position:right center}.e-tile-wrapper .e-child-tile .e-tile-image.e-tile-imagetop{background-repeat:no-repeat;background-position:center top}.e-tile-wrapper .e-child-tile .e-tile-image.e-tile-imagebottom{background-repeat:no-repeat;background-position:center bottom}.e-tile-wrapper .e-child-tile .e-tile-image.e-tile-imagetopleft{background-repeat:no-repeat;background-position:left top}.e-tile-wrapper .e-child-tile .e-tile-image.e-tile-imagetopright{background-repeat:no-repeat;background-position:right top}.e-tile-wrapper .e-child-tile .e-tile-image.e-tile-imagebottomleft{background-repeat:no-repeat;background-position:left bottom}.e-tile-wrapper .e-child-tile .e-tile-image.e-tile-imagebottomright{background-repeat:no-repeat;background-position:right bottom}.e-tile.e-tile-wrapper .e-child-tile.e-live-tile-enable .e-tile-slideback{position:absolute;transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transition-duration:350ms;-webkit-transition-duration:350ms;-moz-transition-duration:350ms}.e-tile.e-tile-wrapper .e-child-tile.e-live-tile-enable .e-tile-slide{position:absolute;transform:translateY(118%);-webkit-transform:translateY(118%);-moz-transform:translateY(118%);-ms-transform:translateY(118%);transition-delay:350ms;-webkit-transition-delay:350ms;-ms-transition-delay:350ms;transition-duration:0ms;-webkit-transition-duration:0ms;-moz-transition-duration:0ms;-ms-transition-duration:0ms}.e-tile.e-tile-wrapper .e-child-tile.e-live-tile-enable .e-tile-slideup{position:absolute;transform:translateY(-100%);-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);transition-duration:350ms;-webkit-transition-duration:350ms;-moz-transition-duration:350ms}.e-tile.e-tile-wrapper .e-child-tile.e-live-tile-enable .e-tile-carouselback{position:absolute;transform:translateX(0);-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transition-duration:350ms;-webkit-transition-duration:350ms;-moz-transition-duration:350ms}.e-tile.e-tile-wrapper .e-child-tile.e-live-tile-enable .e-tile-carousel{position:absolute;transform:translateX(100%);-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);transition-delay:350ms;-webkit-transition-delay:350ms;-ms-transition-delay:350ms;transition-duration:0ms;-webkit-transition-duration:0ms;-moz-transition-duration:0ms;-ms-transition-duration:0ms;z-index:-1}.e-tile.e-tile-wrapper .e-child-tile.e-live-tile-enable .e-tile-carouselup{position:absolute;transform:translateX(-100%);-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);transition-duration:350ms;-webkit-transition-duration:350ms;-moz-transition-duration:350ms}.e-tile.e-tile-wrapper .e-child-tile.e-live-tile-enable .e-fontimage.e-live-tile.e-tile-image.e-tile-flip{position:absolute;transform:perspective(1000px) rotateX(180deg);-webkit-transform:perspective(1000) rotateX(180deg);-moz-transform:perspective(1000) rotateX(180deg);transition-duration:350ms;-webkit-transition-duration:350ms;-moz-transition-duration:350ms}.e-tile.e-tile-wrapper .e-child-tile.e-live-tile-enable .e-fontimage.e-live-tile.e-tile-image.e-tile-flipback{position:relative;transform:perspective(1000px) rotateX(0deg);-webkit-transform:perspective(1000) rotateX(0deg);-moz-transform:perspective(1000) rotateX(0deg);transition-duration:350ms;-webkit-transition-duration:350ms;-moz-transition-duration:350ms}.e-tile.e-tile-wrapper .e-live-tile-text.e-tile-text{height:29px}.e-tile-wrapper .e-child-tile.e-tempalte-caption .e-tile-text.e-tempalte-caption{background-color:transparent}.e-tile.e-tile-wrapper.e-tile-wrapper-wide .e-child-tile.e-disable-text .e-live-tile.e-tile-image{height:150px;width:310px;backface-visibility:hidden}.e-tile.e-tile-wrapper.e-tile-wrapper-medium .e-child-tile.e-disable-text .e-live-tile.e-tile-image{height:150px;width:150px}.e-tile.e-tile-wrapper.e-tile-wrapper-medium.e-live-tile-text.e-tile-imagefill .e-child-tile .e-tile-image,.e-tile.e-tile-wrapper.e-tile-wrapper-wide.e-live-tile-text.e-tile-imagefill .e-child-tile .e-tile-image{height:150px}.e-tile.e-tile-wrapper.e-tile-wrapper-small .e-child-tile .e-tile-image.e-tile-imagefill{width:70px;height:70px;backface-visibility:hidden;background-size:100% 100%}.e-tile.e-tile-wrapper.e-tile-wrapper-small .e-child-tile .e-tile-image{width:70px;height:70px;backface-visibility:hidden}.e-tile.e-tile-wrapper.e-enabled-text .e-child-tile.e-tile-imagefill .e-tile-text,.e-tile.e-tile-wrapper.e-enabled-text .e-child-tile .e-tile-text{background:none repeat scroll 0 0 transparent}.e-tile.e-tile-wrapper.e-tile-wrapper-medium.e-enabled-text .e-child-tile .e-tile-image.e-fontimage{backface-visibility:hidden;background-size:60px 60px;height:110px;margin:10px;position:absolute;width:130px}.e-tile.e-tile-wrapper.e-tile-wrapper-medium.e-disabled-text .e-child-tile .e-tile-image.e-fontimage{backface-visibility:hidden;background-size:60px 60px;height:130px;margin:10px;width:130px}.e-tile.e-tile-wrapper.e-tile-wrapper-medium .e-tile-text.e-textalign-normal{text-align:left;padding-left:14px;width:91%}.e-tile.e-tile-wrapper .e-tile-text{bottom:0}.e-tile.e-tile-wrapper .e-tile-text.e-textalign-normal,.e-tile.e-tile-wrapper .e-tile-text.e-textalign-left{text-align:left;padding-left:14px;width:96%}.e-tile.e-tile-wrapper .e-tile-text.e-textalign-right{text-align:right;width:100%}.e-tile.e-tile-wrapper .e-tile-text.e-textalign-center{text-align:center;width:100%}.e-tile-wrapper.e-tile-wrapper-wide .e-child-tile .e-tile-image.e-fontimage{backface-visibility:hidden;background-size:60px 60px;height:130px;margin:10px;position:absolute;width:290px}.e-tile.e-tile-wrapper.e-tile-wrapper-medium .e-child-tile .e-tile-image.e-fontimage.e-tile-imagefill{background-size:100% 100%;height:150px;margin:0;position:absolute;width:150px;backface-visibility:hidden}.e-tile-wrapper.e-tile-wrapper-wide .e-child-tile .e-tile-image.e-fontimage,.e-tile-wrapper.e-tile-wrapper-large .e-child-tile .e-tile-image.e-fontimage{margin-left:16px}.e-tile.e-tile-wrapper-small .e-child-tile .e-tile-text{color:#fff;font-size:12px;font-family:Helvetica Neue,Helvetica}.e-tile.e-tile-wrapper.e-tile-wrapper-wide.e-enabled-text .e-child-tile .e-tile-image.e-fontimage{backface-visibility:hidden;background-size:60px 60px;height:110px;margin:10px;width:290px}.e-tile.e-tile-wrapper.e-tile-wrapper-wide.e-live-type-flip.e-tile-web .e-tile-text,.e-tile.e-tile-wrapper.e-live-type-flip.e-tile-web .e-tile-text{margin-top:0}.e-tile.e-tile-wrapper.e-tile-wrapper-medium.e-live-type-flip.e-tile-web .e-tile-text{margin-top:-25px}.e-tile.e-tile-wrapper.e-tile-web.e-tile-wrapper-small .e-tile-text{display:none}.group{float:left}.small-col-2{width:160px;float:left}.group .column{float:left;overflow:hidden;padding-top:5px;position:relative}.group .column .e-tile.e-tile-wrapper-wide,.group .column .e-tile.e-tile-wrapper-small,.group .column .e-tile.e-tile-wrapper-medium{float:left}.e-tile-wrapper.e-tile-web.e-tile-wrapper-large{width:310px;height:310px;position:relative}.e-tile.e-tile-wrapper.e-tile-wrapper-large.e-tile-web .e-tile-text{margin-top:290px}.e-tile.e-tile-wrapper.e-tile-wrapper-large.e-tile-web.e-js.e-disabled-text .e-child-tile .e-tile-image.e-fontimage{height:290px}.e-tile.e-tile-wrapper.e-tile-wrapper-wide.e-disabled-text .e-child-tile .e-tile-text{display:none}.e-tile.e-tile-wrapper.e-tile-wrapper-wide.e-enabled-text .e-child-tile .e-tile-text{display:block}.e-tile.e-tile-wrapper.e-tile-web.e-tile-wrapper-large.e-js .e-child-tile.e-tile-imagefill .e-tile-image.e-fontimage.e-tile-imagefill{width:100%;height:100%;position:absolute;background-size:100% 100%;margin:0}.e-tile.e-tile-wrapper.e-tile-web.e-tile-wrapper-large.e-js .e-child-tile .e-fontimage.e-tile-image{backface-visibility:hidden;background-size:60px 60px;height:270px;margin:10px;position:absolute;width:290px}.group{position:relative;margin:0 auto;padding-left:50px}.group .column{max-height:100%;max-width:320px}.e-gantt *:focus{outline:none}.e-gantt-core{display:inline-block}.e-gantt .e-gantt-Spliter{-ms-user-select:none;-webkit-user-select:none;-khtml-user-select:none;-o-user-select:none;-moz-user-select:-moz-none;user-select:none;-webkit-touch-callout:none}.e-gantt .e-treegridPane{overflow-y:hidden}.e-gantt .e-ganttchartPane{overflow:hidden}.e-gantt .e-gantttoolbar{height:36px!important;display:block!important;background-repeat:no-repeat!important;background-attachment:scroll!important;-ms-user-select:none;-webkit-user-select:none;-khtml-user-select:none;-o-user-select:none;-moz-user-select:-moz-none;user-select:none;-webkit-touch-callout:none}.e-gantt .e-toolbar{border-width:1px 1px 0 1px!important;outline:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;-o-user-select:none;-moz-user-select:-moz-none;user-select:none;-webkit-touch-callout:none}.e-gantt .e-search.e-tooltxt.e-hover{background:none!important;border-color:transparent!important;padding:2px!important}.e-search.e-tooltx{box-shadow:none!important}.e-gantt .e-disable.e-tooltxt:hover{background:none!important}.e-treegrid .e-disable.e-tooltxt:hover{background:none!important}.e-gantt .e-toolbaricons{font-size:20px;float:left}.e-gantt .e-gantt-collapseall:before{margin-left:3px;margin-top:5px}.e-gantt .e-gantt-prevtimespan:before{content:""}.e-gantt .e-gantt-nexttimespan:before{content:""}#Task.e-menuitem>div.e-icon:before{content:"";padding-top:3px}#Add.e-menuitem>div.e-icon:before{padding-top:3px}#Indent.e-menuitem>div.e-icon:before{padding-top:3px}#Outdent.e-menuitem>div.e-icon:before{padding-top:3px}#Delete.e-menuitem>div.e-icon:before{padding-top:3px}#Add.e-menuitem>span.e-expander:before,div.e-columnmenu span.e-expander:before,div.e-contextmenu div.e-expander:before,div.e-columnmenu div.e-expander:before{content:""!important}#PrevTimeSpan.e-menuitem>div.e-icon:before{padding-top:3px}#NextTimeSpan.e-menuitem>div.e-icon:before{padding-top:3px}.e-gantt .e-addnewitem{font-size:14px;margin-left:3px;padding-top:4px}.e-gantt .e-edititem{font-size:14px;margin-left:3px;padding-top:4px}.e-gantt .e-deleteitem{font-size:14px;margin-left:3px;padding-top:4px}.e-gantt .e-saveitem{font-size:14px;margin-left:3px;padding-top:4px}.e-gantt .e-cancel{font-size:14px;margin-left:3px;padding-top:4px}.e-gantt .e-indent{font-size:14px;margin-left:3px;padding-top:4px}.e-gantt .e-outdent{font-size:14px;margin-left:3px;padding-top:4px}.e-gantt .e-expandall{font-size:12px;margin-left:6px;padding-top:7px}.e-gantt .e-collapseall{font-size:13px}.e-gantt .e-prevtimespan,.e-gantt .e-nexttimespan{font-size:14px;margin-left:3px;padding-top:5px}.e-gantt .e-collapse,.e-gantt .e-h-arrow{z-index:2!important}.e-gantt .e-splitter{border-style:solid!important;border-width:1px 0!important}.e-gantt .e-dialog .e-titlebar{padding:.7em 0 .2em 0!important;border-bottom-width:3px!important;border-style:none none solid none!important;margin:0 auto!important;width:95%!important;font-weight:600}.e-addpre.e-icon:before{background-color:#72af33;border:thin solid #72af33;border-radius:11px;color:#fff;content:"";display:inline;font-size:14px;font-family:'ej-webfont'}.e-addpre.e-icon{display:inline-block;font-family:Segoe UI;width:80px}.e-deletepre.e-icon:before{background-color:#ec1e24;border:thin solid #ec1e24;border-radius:9px;color:#fff;content:"";display:inline;font-family:'ej-webfont'}.e-deletepre.e-icon{font-family:Segoe UI}.e-gantt .e-editValue .e-treegrid .e-headercell{border-bottom-width:1px}.e-gantt .e-dialog .e-header{font-weight:600}.e-gantt .e-dialog-wrap.e-dialog{width:auto!important}.e-gantt .e-shadow{box-shadow:none!important}.e-gantt .e-dialog .e-numeric .e-padding,.e-gantt .e-dialog .e-percent .e-padding,.e-gantt .e-dialog .e-currency .e-padding,.e-gantt .e-dialog .e-atc .e-padding,.e-gantt .e-dialog .e-datewidget .e-padding,.e-gantt .e-dialog .e-ddl .e-in-wrap,.e-gantt .e-dialog .e-timewidget .e-padding,.e-gantt .e-dialog .e-datetime-wrap .e-padding{padding:0!important}.e-gantt .e-dialog .e-dialog-content{width:auto!important;height:auto!important}.e-gantt .e-dialog-scroller{height:auto!important}.e-gantt .e-title{position:absolute;margin-top:-4px}.e-gantt .e-dialog-icon .e-close{position:absoloute}.e-gantt .e-icon.e-close{position:absolute}.e-gantt .e-gantttoolbar li{padding:5px 0 5px 5px}.e-gantt .e-ejinputtext:focus{box-shadow:none}.e-gantt .e-dialog .e-widget-content{padding:0}.e-gantt .e-field.e-ejinputtext{text-indent:4px}.e-gantt .e-datewidget input.e-input{line-height:20px}.e-gantt .e-splitter .e-splitbar.e-h-bar:before{top:50%;left:.5px;position:absolute}.e-gantt .e-datewidget input.e-input{line-height:20px}.e-gantt .e-splitter .e-splitbar.e-h-bar{font-family:'ej-webfont';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px}.e-treegrid-core{border-collapse:collapse;font-family:Segoe UI;font-size:12px;height:auto;outline:0 none}.e-treegridtoolbar{border-color:#c3c3c3!important;background-color:#fff;box-sizing:border-box!important;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important}.e-treegrid .e-widget [class^="e-"]{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.e-treegrid *:focus{outline:none}.e-treegrid .e-treegridexpand:before{content:"";font-size:7px!important}.e-treegrid .e-treegridcollapse:before{content:""}.e-treegrid .e-treegridexpand{margin-top:5px;margin-left:2px}.e-treegrid .e-detailsinfoiconshow{margin-left:5px}.e-treegrid .e-detailsinfoiconhide{margin-left:5px}.e-treegrid .e-detailsinfoiconshow:before{content:"";font-size:4px;margin-left:4px}.e-treegrid .e-detailsinfoiconhide:before{content:"";font-size:4px;margin-left:4px}.e-treegrid .e-detailsiconcell{border-radius:5px;padding-top:5px;height:15px;width:28px}.e-treegrid .e-detailsrowcell{padding:0!important;cursor:default}.e-treegrid .e-detailheadercell{border-top:none!important;background-color:transparent!important}.e-treegrid .e-detailscellwrapper{overflow:auto;padding:10px 10px 10px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.e-detailscellwrapperfly{overflow:auto;padding:10px 10px 10px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:1000;border-width:1px;border-style:solid}.e-treegrid .e-detailsrowcell{border-collapse:collapse;border-style:solid;border-width:0 1px 1px 0;display:table-cell;overflow:hidden;width:auto;vertical-align:middle;-ms-box-sizing:border-box!important;-webkit-box-sizing:border-box!important;-khtml-box-sizing:border-box!important;-o-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important;text-align:left;margin-left:10px;padding-left:10px;padding-right:10px;padding-top:0;padding-bottom:0}.e-treegrid .e-treegridcollapse{margin-top:4px}.e-treegrid .e-treegridtoolbar li{padding:5px 0 5px 5px;box-sizing:content-box!important;-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}.e-treegrid .e-treegrid-collapseall:before{margin-left:3px;margin-top:5px}.e-treegrid .e-treegrid-collapseall:before{margin-left:3px;margin-top:5px}.e-treegrid .aboveIcon:before{content:"";font-size:20px;margin-top:-5px;margin-left:-4px}.e-treegrid .belowIcon:before{content:"";font-size:20px;margin-top:5px;margin-left:-4px}.e-treegrid .childIcon:before{content:"";font-size:20px;margin-left:-4px}.e-treegrid .cancelIcon:before{content:"";font-weight:200;font-size:20px;margin-left:-4px}.e-treegrid .e-table{width:100%;table-layout:fixed;border:0 none;border-collapse:separate}.e-ganttchart .e-ganttgridLinesTable,.e-ganttviewerbodyContianer-ganttViewTable{border-collapse:separate}.e-treegrid .e-hide{display:none!important}.e-treegrid .e-scrollcss{padding-right:17px}.e-treegrid .e-gridheadercontainer{-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;-o-user-select:none;-moz-user-select:-moz-none;user-select:none;-webkit-touch-callout:none}.e-treegrid .e-scrollcss .e-gridheadercontainer{border-right-style:solid;border-right-width:1px}.e-treegrid .e-borderbox{box-sizing:border-box!important;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;border-bottom-width:16px;border-bottom-style:solid}.e-treegrid .e-gridcontent{overflow:hidden;outline:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;-o-user-select:none;-moz-user-select:-moz-none;user-select:none;-webkit-touch-callout:none}.e-treegrid .e-headercell{border-collapse:collapse;padding:0 .5em;overflow:hidden;-ms-text-overflow:ellipsis;-webkit-text-overflow:ellipsis;-khtml-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;text-align:left;border-style:solid;border-width:0 1px 0 0;outline:none;-ms-user-select:none;-webkit-user-select:none;-khtml-user-select:none;-o-user-select:none;-moz-user-select:-moz-none;user-select:none;-webkit-touch-callout:none;-ms-box-sizing:border-box!important;-webkit-box-sizing:border-box!important;-khtml-box-sizing:border-box!important;-o-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important}.e-treegrid .e-filterHeader{cursor:pointer}.e-treegrid .e-spanstyle{cursor:pointer;display:block;height:16px;position:absolute;right:8%;top:1px;width:21px;color:#808080;margin:4px 0}.e-treegrid .e-filterbarcell{border-style:solid;border-width:1px 1px 0 0;cursor:default;padding:0}.e-treegrid .e-filterbarcell .e-filtertext{height:24px}.e-treegrid .e-filterbarcell .e-icon:before,.e-treegrid .e-dialog .e-icon:before{display:block}.e-treegrid .e-filterbarcell .e-icon:before{display:block;height:14px;margin:0 auto;width:30px}.e-treegrid .e-filterbarcell .e-ddl .e-down-arrow.e-icon:before{display:block;height:12px!important;margin:0 auto;width:12px!important}.e-treegrid .e-field{padding:1px}.e-treegrid .e-filterdiv{left:1px;position:relative;right:1px;width:100%;height:30px;padding:1px;box-sizing:border-box}.e-treegrid tr th:last-child{border-right:0}.e-treegrid tr td:last-child{border-right:0}.e-treegrid .e-headercelldiv{font-weight:600;font-size:14px;font-family:Segoe UI;display:block;border:0 none;height:29px;line-height:29px;overflow:hidden;margin:-7px;padding:0 14px 0 7px;text-align:left;white-space:nowrap}.e-treegrid .e-toolbar{border-width:thin!important;border-bottom-style:none!important;outline:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;-o-user-select:none;-moz-user-select:-moz-none;user-select:none;-webkit-touch-callout:none}.e-treegrid .e-treegridtoolbar{height:36px!important;display:block!important;background-repeat:no-repeat!important;background-attachment:scroll!important;-ms-user-select:none;-webkit-user-select:none;-khtml-user-select:none;-o-user-select:none;-moz-user-select:-moz-none;user-select:none;-webkit-touch-callout:none}.e-treegrid .e-toolbaricons{float:left}.e-treegrid .e-edit{font-size:14px;margin-left:3px;padding-top:4px}.e-treegrid .e-addnew{font-size:14px;margin-left:3px;padding-top:4px}.e-treegrid .e-pdfIcon:before{content:""}.e-treegrid .e-addnew,.e-treegrid .e-pdfIcon{font-size:14px;margin-left:3px;padding-top:4px}.e-treegrid .e-delete{font-size:14px;margin-left:3px;padding-top:4px}.e-treegrid .e-save{font-size:14px;margin-left:3px;padding-top:4px}.e-treegrid .e-cancel{font-size:14px;margin-left:3px;padding-top:4px}.e-treegrid .e-expandall{font-size:12px;margin-left:6px;padding-top:5px}.e-treegrid .e-collapseall{font-size:13px}.e-treegrid .e-treegridrowexpand,.e-treegrid .e-treegridrowcollapse .e-rowcell{font-weight:bold}.e-treegrid .e-rowcell{border-collapse:collapse;border-style:solid;border-width:0 1px 1px 0;display:table-cell;overflow:hidden;white-space:nowrap;width:auto;vertical-align:middle;-ms-box-sizing:border-box!important;-webkit-box-sizing:border-box!important;-khtml-box-sizing:border-box!important;-o-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important;text-align:left;margin-left:10px;padding-left:10px;padding-right:10px;padding-top:0;padding-bottom:0}.e-dragrowcell{border-collapse:collapse;border-style:solid;border-width:0 1px 1px 0;display:table-cell;overflow:hidden;white-space:nowrap;width:auto;vertical-align:middle;-ms-box-sizing:border-box!important;-webkit-box-sizing:border-box!important;-khtml-box-sizing:border-box!important;-o-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important;text-align:left;margin-left:10px;padding-left:10px;padding-right:10px;padding-top:0;padding-bottom:0}.e-treegrid .e-descending:before{content:"";display:inline-block;font-size:14px;margin-left:10px}.e-treegrid .e-ascending:before{content:"";display:inline-block;font-size:14px;margin-left:10px}.e-treegrid .e-spacing{padding:3px 9px;*float:left}.e-treegrid .e-gridheader{overflow-x:hidden;background-repeat:repeat-x;background-attachment:scroll;background-position:0 0;border-bottom-style:solid;border-bottom-width:3px;-ms-box-sizing:border-box!important;-webkit-box-sizing:border-box!important;-khtml-box-sizing:border-box!important;-o-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important}.e-treegrid .e-field.e-ejinputtext:focus{box-shadow:none}.e-treegrid .e-treegrid-icon .e-ascending,.e-treegrid .e-treegrid-icon .e-descending{padding-right:26px;padding-top:2px}.e-treegrid{border-top:none}.e-treegrid .e-editedcell{padding:2px;margin:0}.e-treegrid .e-editedfirstcell{padding:0 0 4px}.e-treegrid .e-tabletd{padding:0;border-collapse:collapse}.e-treegrid .e-headercontent{border-right-width:1px;border-right-style:solid;overflow:hidden}.e-treegrid .e-ejinputtext{border-width:1px;border-style:solid;outline:none;vertical-align:baseline;float:left}.e-treegrid .e-ejinputtext:focus{box-shadow:0 0 5px}.e-treegrid .e-reSizeColbg{position:absolute;border-left:1px dotted}.e-treegrid .e-gridcontent .e-rowcell,.e-treegrid .e-gridheader .e-headercell{-ms-user-select:none;-webkit-user-select:none;-khtml-user-select:none;-o-user-select:none;-moz-user-select:-moz-none;user-select:none;-webkit-touch-callout:none}.e-intend{padding-left:0!important}.e-treegrid .e-icon.e-date:before{font-size:22px}.e-treegrid .e-icon.e-arrow:before{font-size:8px;margin-left:6px}.e-treegrid .e-headercell .e-columnicon{height:16px;width:10px;float:right;margin-top:-17px;margin-right:-30px;padding:3px}.e-treegrid .e-headercell .e-columnicon:before{font-size:14px!important}div.e-dialog.e-columnSelector{padding:0}.e-treegrid .e-columnmenu-icon:before{content:""}.e-treegrid .e-summaryrow td,.e-treegrid .e-footersummaryrow td{font-weight:bold;border-width:0;font-size:12px}.e-treegrid .e-summaryrow td div,.e-treegrid .e-footersummaryrow td div{width:40%}.e-treegrid .e-summaryrow td:first-child div,.e-treegrid .e-footersummaryrow td:first-child div{width:70%}.e-treegrid .e-summaryrow td:last-child,.e-treegrid .e-footersummaryrow td:last-child{border-width:0 1px 0 0}.e-ganttchart .e-ganttviewercontainer{display:block;position:relative}.e-ganttchart .e-widget [class^="e-"]{box-sizing:border-box}.e-ganttchart .e-borderbox{box-sizing:border-box!important;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;border-bottom-width:16px;border-bottom-style:solid}.e-ganttchart .e-ganttviewerheaderContainer{position:relative;overflow:auto;overflow-x:hidden;overflow-y:hidden;height:45px;border-bottom-width:3px;border-bottom-style:solid}.e-ganttchart .e-ganttviewerbodyContianer{display:block;position:relative}.e-ganttchart .e-ganttviewerbodyContianer-dependencyViewContainer{display:block;position:absolute;z-index:1}.e-ganttchart .e-ganttviewerbodyContianer-secondaryCanvas{display:block;position:absolute}.e-ganttchart .e-gantt-schedule-container{display:block;position:static}.e-ganttchart .e-ganttviewerbodyContianer-ganttViewTable{display:block;position:absolute;z-index:2;border-spacing:0}.e-ganttchart .e-ganttviewerbodyContent{display:block;position:relative}.e-ganttchart-core{position:relative}.e-ganttchart .e-schedule-headerrow-week>thead>tr>th,.e-ganttchart .e-schedule-headerrow-day>thead>tr>th{border-left:none}.e-ganttchart .e-schedule-week-headercell-content{height:22px}.e-ganttchart .e-schedule-day-headercell{height:25px;border-bottom:none!important}.e-ganttchart .e-schedule-hour-headercell{height:25px}.e-ganttchart .e-schedule-day-headercell,.e-ganttchart .e-schedule-hour-headercell,.e-ganttchart .e-schedule-week-headercell{font-weight:600;font-size:13px;font-family:Segoe UI;text-align:center;border-spacing:0;border-style:solid;border-width:thin;white-space:nowrap;position:static;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-ms-user-select:none;-webkit-user-select:none;-khtml-user-select:none;-o-user-select:none;-moz-user-select:-moz-none;user-select:none;-webkit-touch-callout:none;border-top:none;display:inline-block;padding:0;margin:0}.e-ganttchart .e-ganttgridlines{display:table-cell;border-bottom-style:solid;border-bottom-width:1px;-ms-box-sizing:border-box!important;-webkit-box-sizing:border-box!important;-khtml-box-sizing:border-box!important;-o-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important;border-collapse:collapse;border-spacing:0}.e-ganttchart .gripper:before{content:"";font-size:15px!important;padding:2px}.e-ganttchart .taskbarresizer-right.e-icon.gripper{margin-left:-4px}.e-ganttchart .taskbarresizer-left.e-icon.gripper{margin-left:-6px}.e-ganttchart .e-schedule-headerrow-week,.e-ganttchart .e-schedule-headerrow-day{border-collapse:collapse;padding:0;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-width:0;border-spacing:0;margin:auto}.e-ganttchart .e-chartcell{display:table-cell;border-bottom-style:solid;border-bottom-width:1px;-ms-box-sizing:border-box!important;-webkit-box-sizing:border-box!important;-khtml-box-sizing:border-box!important;-o-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important;border-collapse:collapse;border-spacing:0}.e-ganttchart .e-tasknameContainer{text-align:right;position:relative}.e-ganttchart .e-hoilday_label{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678,sizingMethod='auto expand')}.e-ganttchart .e-gantt-childtaskbar,.e-ganttchart .e-gantt-parenttaskbar-innerdiv{-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:auto;border-spacing:0;padding:0;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;position:absolute;border-style:solid;border-width:1px}.e-ganttchart .milestone-top,.e-ganttchart .baseline-milestone-top,.e-ganttchart .milestone-bottom,.e-ganttchart .baseline-milestone-bottom{width:0;height:0;position:absolute;z-index:3;border:12px solid transparent}.e-ganttchart .milestone-top,.e-ganttchart .baseline-milestone-top{border-top:none}.e-ganttchart .milestone-bottom,.e-ganttchart .baseline-milestone-bottom{border-bottom:none}.e-ganttchart .taskbarresizer-left{position:absolute;z-index:4}.e-predecessor-false:before{background-color:#ec1e24;border:thin solid #ec1e24;border-radius:9px;color:#fff;content:"";display:inline;font-family:'ej-webfont'}.e-predecessor-true:before{background-color:#72af33;border:thin solid #72af33;border-radius:11px;color:#fff;content:"";display:inline;font-size:14px;font-family:'ej-webfont'}.e-ganttchart .e-connectorpoint-left{position:absolute;z-index:5;border-radius:5px}.e-ganttchart .e-connectorpoint-right{position:absolute;z-index:5;border-radius:5px}.e-ganttchart .e-connectorpoint-hover{cursor:pointer}.e-ganttchart .e-gantt-parenttaskbar-innerdiv{position:absolute;z-index:3}.e-ganttchart .e-tasklabel{font-size:11px;vertical-align:middle;font-family:Segoe UI;margin-right:10px;margin-left:5px;z-index:-1;color:#fff;display:block;font-weight:normal;line-height:19px}.e-ganttchart .e-gantt-childtaskbar-progress,.e-ganttchart .e-gantt-parenttaskbar-progress{position:static;margin:auto;border-top-left-radius:4px;border-bottom-left-radius:4px;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-style:solid;border-width:1px}.e-ganttchart .e-progressright{border-top-right-radius:4px;border-bottom-right-radius:4px}.e-ganttchart .e-ejganttschedule{display:inline-block;display:-moz-inline-stack;*display:inline;zoom:1;white-space:nowrap;border-spacing:0!important;border-collapse:collapse;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.e-ganttchart td{position:static;margin:auto;border-spacing:0;padding:0;zoom:1;white-space:nowrap;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.e-ganttchart .connectorline-rightarrow,.e-ganttchart .connectorline-leftarrow{border-top:5px solid transparent;border-bottom:5px solid transparent}.e-ganttchart .connectorline-rightarrow{border-left-width:10px;border-left-style:solid}.e-ganttchart .connectorline-leftarrow{border-right-width:10px;border-right-style:solid}.e-tooltipgantt,.e-progressbartooltip,.e-editingtooltip,.e-tooltipganttpredecessor{width:auto;height:auto;min-height:30px;position:relative;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;margin:5px;display:block;overflow:hidden;z-index:6;font-family:Segoe UI;font-size:12px;border-width:thin;border-style:solid;-ms-user-select:none;-webkit-user-select:none;-khtml-user-select:none;-o-user-select:none;-moz-user-select:-moz-none;user-select:none;-webkit-touch-callout:none;padding:5px}.e-tooltiptaskname{font-size:12px;font-weight:bold}.e-ganttchart .e-progressbartooltip{width:188px}.e-ganttchart .e-childContainer,.e-ganttchart .e-parentContainer,.e-ganttchart .e-ganttviewerbodyContianer,.e-ganttchart .e-ganttviewerbodyContent{-ms-user-select:none;-webkit-user-select:none;-khtml-user-select:none;-o-user-select:none;-moz-user-select:-moz-none;user-select:none;-webkit-touch-callout:none}.e-ganttchart .e-taskbarname,.e-ganttchart .e-resourceinfo{font-family:Segoe UI;font-size:12px;-ms-user-select:none;-webkit-user-select:none;-khtml-user-select:none;-o-user-select:none;-moz-user-select:-moz-none;user-select:none;-webkit-touch-callout:none;font-style:normal;margin:5px}.customTooltip{z-index:6;width:auto;padding:3px}.e-tooltiptable,.tooltiptd{margin:5px;-ms-box-sizing:content-box;-webkit-box-sizing:content-box;-khtml-box-sizing:content-box;-o-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.e-tooltiptd-alignright{text-align:right}.e-tooltiptd-alignleft{text-align:left}.e-tooltiptd-aligncenter{text-align:center}.e-ganttchart .e-holidays{position:absolute;white-space:nowrap;overflow:hidden}.e-ganttchart .e-secondary-canvas-holiday{top:0;position:absolute}.e-ganttchart .e-holiday-label-ie8{white-space:nowrap;position:relative;-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);display:inline-block}.e-ganttchart .e-holiday-label{white-space:nowrap;position:relative;-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270)}.e-ganttchart .e-striplinespan{color:#fff;white-space:nowrap;padding:2px;position:absolute;height:16px;width:auto;font-size:.8em;top:27px;left:-2px}.e-ganttchart .e-stripline{top:0;position:absolute;z-index:4}.e-ganttchart .e-stripLines{top:0;position:absolute}.e-ganttchart .e-weekends{position:absolute}.e-ganttchart .e-progresshandle{width:10px;height:5px;position:absolute;left:0;margin-left:5px}.e-progresshandleafter{position:absolute;left:0;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom-width:5px;border-bottom-style:solid;z-index:-100;margin-left:5px}.e-progresshandle .e-progresshandler-element{background:none repeat scroll 0 0 #fff;height:4px;margin-bottom:1px;margin-left:1px;margin-right:1px;width:8px}.e-progresshandleafter .e-progresshandlerafter-element{border-bottom:5px solid #fff;border-left:3px solid transparent;border-right:4px solid transparent;height:0;left:0;margin-left:-3px;width:0}.e-ganttchart .e-headercell-weekend{-ms-background-clip:content-box;-webkit-background-clip:content-box;-khtml-background-clip:content-box;-o-background-clip:content-box;-moz-background-clip:content-box;background-clip:content-box}.e-ganttchart .e-resourcename{outline:none}.e-schedule.e-scheduleouter{font-family:Segoe UI;font-size:13px;overflow:hidden;display:block;visibility:visible;outline:medium none}.e-schedule .e-scheduleoutertable{height:100%;width:100%;position:relative}.e-schedule .e-scheduleoutertable td,e-schedule .e-scheduleoutertable tr{vertical-align:top}.e-schedule .e-headrealldaytable td{vertical-align:middle}.e-schedule .e-horizontalheader{vertical-align:middle!important}.e-schedule .e-horizontalresheader{width:100%;text-align:center}.e-schedule .e-horizontaltimecells{position:relative;overflow:hidden;width:100%}.e-schedule .e-headertable{width:100%}.e-schedule .e-resourceheadertext{overflow:hidden;width:inherit;text-overflow:ellipsis;white-space:nowrap}.e-schedule .e-headerdays{position:relative;width:100%}.e-schedule .e-agendacellstab{width:100%;table-layout:fixed}.e-schedule .e-agendacellstab td{height:30px}.e-schedule .e-agendaday{float:left;margin:0 .2em 0 0;line-height:34px;font-size:3em;font-weight:normal}.e-schedule .e-agendaweek{display:block;font-size:1.1em;font-style:normal}.e-schedule .e-agendamonth{font-size:.9em}.e-schedule .e-datecolumn{width:160px}.e-schedule .e-timecolumn{width:150px}.e-schedule .e-resourcecolumn{width:75px}.e-schedule .e-agendacells{border-top:none;cursor:default}.e-schedule .e-textwrapper{padding:5px;margin-left:5px;white-space:normal;overflow:hidden;text-overflow:ellipsis}.e-schedule .e-hide{display:none!important}.e-schedule .e-agendacolordiv{width:14px;height:14px;margin:0 5px 0 0;display:inline-block;vertical-align:middle}.e-schedule .e-scheduleallday:before{content:"";font-size:16px}.e-schedule .e-scheduleallday{margin-right:5px;float:left}.e-schedule .e-schedulerepeat:before{content:"";font-size:17px}.e-schedule .e-schedulerepeat{display:inline-block;margin:0 5px 0 -2px;vertical-align:middle}.e-schedule .e-firstcolumn{border-left:none!important}.e-schedule .e-agendaappointment{position:relative;display:block;line-height:14px}.e-schedule .e-agendaappointment.e-selectedAppointment{border:none}.e-schedule .e-agendacells:focus,.e-schedule .e-agendaappointment{outline:0 none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.e-schedule .e-agendahover{cursor:pointer;top:0;right:0;position:absolute;display:none;color:#2382c3;height:14px}.e-schedule .e-editapp:before{content:"";font-size:16px}.e-schedule .e-deleteapp:before{content:"";font-size:16px}.e-schedule .e-editapp,.e-schedule .e-deleteapp{padding-right:10px;display:inline-block}.e-schedule.e-rtl .e-textwrapper{padding:5px;margin-right:5px}.e-schedule.e-rtl .e-scheduleallday,.e-schedule.e-rtl .e-agendaday{margin:0 0 0 5px;float:right}.e-schedule.e-rtl .e-schedulerepeat,.e-schedule.e-rtl .e-agendacolordiv{margin:0 -2px 0 5px}.e-schedule.e-rtl .e-firstcolumn{border-right:none!important}.e-schedule.e-rtl .e-agendahover{left:0;right:initial}.e-schedule.e-rtl .e-editapp,.e-schedule.e-rtl .e-deleteapp{padding:0 10px 0 0}.e-schedule .e-horizontalheadertddate{vertical-align:middle!important;height:30px;width:70px}.e-schedule .e-horizontalheaderdiv{text-align:center;overflow:hidden;height:20px}.e-schedule .e-horizontaltimetd{vertical-align:middle!important;height:25px;overflow:hidden;text-align:center!important;position:static!important}.e-schedule .e-horizontaltimespan{float:left;width:25px}.e-schedule .e-horizontaltimespandiv{font-size:9px;margin-left:22px;vertical-align:top;position:absolute}.e-schedule .e-horizontalalternatetd{height:25px;position:static!important}.e-schedule .e-horizontmonthheaderdatetd{height:15px}.e-schedule .e-horizontmonthheaderdaytd{height:15px}.e-schedule .e-horizontresdiv{width:200px;height:100%;overflow:hidden;position:relative}.e-schedule .e-horires{position:absolute;width:100%;height:100%}.e-schedule .e-alternateworkcell{width:25px}.e-schedule .e-headerdays table tr:first td:first-child,.e-schedule .e-headerdays table tr:last td:first-child{border-left:none!important}.e-scheduledialog .e-table,.e-schedule .e-table{border:0 none;border-collapse:separate;margin:0}.e-schedule .e-categorizeMenuSelected{height:18px;width:18px}.e-schedule .e-multipleCategory{position:absolute;bottom:2px;right:3px}.e-schedule .e-table td{padding:0}.e-schedule .e-nextapp,.e-schedule .e-prevapp{cursor:pointer;position:absolute;border-radius:7px 7px 0 0;text-align:center;width:150px;height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.e-schedule .e-scheduleheader{height:51px}.e-schedule .e-contentarearow{height:100%}.e-schedule .e-horizontmonthdatealign{text-align:center;height:15px;margin-left:0!important;margin-right:0!important}.e-schedule .e-dateheadercell{height:19px;margin:5px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.e-schedule .e-dateheaderselect{cursor:pointer!important}.e-schedule .e-timecellpadding{padding-top:.45px}.e-schedule .e-datecommondiv{border:none;cursor:pointer;float:left;padding:8px 8px 8px 20px;position:absolute}.e-schedule .e-viewsdiv{float:right;margin-right:37px;height:100%}.e-schedule .e-viewstable{table-layout:fixed;margin-top:-6px}.e-schedule .e-viewstable tr,.e-schedule .e-viewstable td{border:none}.e-schedule .e-datedisplay{border:none;font-size:21px;cursor:pointer;text-align:center;outline:medium none;width:auto;display:inline-block;line-height:1.42857}.e-schedule.e-rtl .e-datedisplay{margin-left:8px}.e-schedule .e-commonviewbutton{cursor:pointer;height:20px;padding:5px 10px 5px 10px;text-align:center;margin-top:15px;border-right:none;outline:none}.e-schedule .e-singleview{border-radius:6px}.e-schedule.e-rtl .e-lastview,.e-schedule .e-firstview{border-radius:6px 0 0 6px}.e-schedule.e-rtl .e-firstview,.e-schedule .e-lastview{border-radius:0 6px 6px 0}.e-schedule.e-rtl .e-lastview{border-right:none}.e-schedule .e-schedulesettings{text-align:center}.e-schedule .e-emptytrdesign{height:3px;width:100%}.e-schedule .e-headrealldaytable{table-layout:fixed;height:100%;position:relative;float:left}.e-schedule .e-emptytd,.e-schedule .e-emptyalldaytd{width:18px}.e-schedule .e-settingsindent,.e-schedule .e-leftindent,.e-schedule .e-workleftindent{width:56px}.e-schedule .e-leftindent{vertical-align:middle!important}.e-schedule .e-leftindenttable{table-layout:fixed}.e-schedule .e-workleftindent,.e-schedule .e-timecelltable tr:last-child td,.e-schedule .e-workcellstab tr:last-child td{border-bottom:none}.e-schedule .e-worktable{height:100%;width:100%;table-layout:fixed}.e-schedule .e-workcells{border-top:none;cursor:default}.e-schedule.e-scheduleouter,.e-scheduledialog{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}.e-schedule .e-monthcells{cursor:default}.e-schedule .e-timecells{text-align:center;position:relative;cursor:default;width:30px}.e-schedule .e-timedivcells{width:51px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.e-schedule .e-headerareadiv{position:absolute;height:100%;width:100%}.e-schedule .e-resourceheadercells{border-bottom:1px solid transparent}.e-schedule .e-resourcecells{height:27px;overflow:hidden;text-overflow:ellipsis}.e-schedule .e-scrolltimecells{position:absolute}.e-schedule .e-ampmdisplay{height:20px}.e-schedule .e-ampmstyle{font-size:10px;text-align:center;overflow:hidden;text-overflow:ellipsis;width:26px}.e-schedule .e-ampmstyle,.e-schedule .e-commonviewbutton,.e-schedule .e-alldaycells{box-sizing:content-box}.e-schedule .e-appointwrapper{position:relative}.e-schedule .e-monthtimecells{-ms-transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-moz-transform:rotate(270deg);-webkit-transform:rotate(270deg);-o-transform:rotate(270deg);text-align:justify}.e-schedule .e-monthcurrenttime{font-weight:600}.e-schedule .e-highlightcurrenttimeline{height:1px;position:absolute}.e-schedule .e-currenttime{height:13px;width:28px;margin-left:25%;font-size:9px;text-align:center}.e-schedule .e-timewidth{width:42px!important}.e-schedule .e-appsoverflow{height:15px;width:15px;position:absolute;cursor:pointer}.e-schedule .e-workareadiv{position:relative;height:100%;overflow:hidden}.e-schedule .e-workcellstab{width:100%;table-layout:fixed}.e-schedule .e-timecelltable{width:100%}.e-schedule .e-monthheader{padding-left:5px;height:20px;cursor:pointer}.e-schedule .e-monthleftcells,.e-schedule .e-monthleftindent{width:50px}.e-schedule .e-monthappointment,.e-schedule .e-alldayappointment{box-sizing:border-box!important}.e-schedule .e-monthappointment,.e-schedule .e-alldayappointment,.e-schedule .e-appointment{overflow:hidden;position:absolute;text-align:left;font-size:12px}.e-schedule .e-apptext{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.e-schedule .e-apptime{white-space:nowrap;font-size:10px;overflow:hidden;text-overflow:ellipsis}.e-schedule.e-rtl .e-apptime{float:right}.e-schedule .e-tophandle{height:2px;position:absolute;top:0;width:100%}.e-schedule .e-rowcursor{cursor:ns-resize}.e-schedule .e-columncursor{cursor:e-resize}.e-schedule .e-bottomhandle{height:3px;position:absolute;width:100%;bottom:0}.e-schedule .e-lefthandle{height:100%;width:10px;position:absolute;float:left;left:0}.e-schedule .e-righthandle{height:100%;width:10px;position:absolute;float:right;right:0}.e-schedule.e-rtl .e-horizontaltimespan{float:right;width:25px;margin-right:8px}.e-schedule.e-rtl .e-navigateprevious,.e-schedule .e-navigateprevious{padding-right:8px}.e-schedule.e-rtl .e-navigatenext,.e-schedule .e-navigatenext{padding-left:15px}.e-schedule .e-lefttimeindicator{margin-left:-4px;margin-top:-19px;position:absolute}.e-schedule .e-righttimeindicator{margin-top:-19px;position:absolute}.e-scheduledialog .e-arrowtop{top:-10px!important}.e-scheduledialog .e-datetimetd{width:48%}.e-scheduledialog .e-startenddate{width:52%;float:left}.e-scheduledialog .e-startendtime{width:40%;float:left;margin-left:20px}.e-schedule.e-rtl .e-datecommondiv{float:right}.e-schedule.e-rtl .e-viewsdiv{float:left;margin-left:37px}.e-schedule.e-rtl .e-headrealldaytable{float:right;border-right:medium none!important}.e-schedule.e-rtl .e-currenttime{margin-right:25%}.e-schedule.e-rtl .e-currenttime{margin-right:25%}.e-schedule.e-rtl .e-lefttimeindicator{margin-right:-7px}.e-schedule.e-rtl .e-righttimeindicator{margin-right:-6px;right:100%}.e-schedule .e-appointinnertext{overflow:hidden;padding:1px 4px;text-align:left;vertical-align:top;height:100%}.e-schedule.e-rtl .e-appointinnertext{text-align:right}.e-schedule .e-navigatenext,.e-schedule .e-navigateprevious{outline:medium none;display:inline-block;cursor:pointer;font-size:16px}.e-schedule .e-textellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-schedule .e-draggableworkarea{position:relative}.e-alldayappointment .e-appointinnertext{margin-top:-3px}.e-schedule .e-mobileNavigation{position:absolute;float:right;padding:12px 10px 0 0}.e-schedule .e-mobileNavigation:before{content:"";font-size:20px}.e-scheduledrawer .e-mAddEvent:before{content:"";font-size:36px;width:36px;height:36px;margin:10px auto}.e-scheduledrawer .e-mday:before{content:"";font-size:36px;width:36px;height:36px;margin:10px auto}.e-scheduledrawer .e-mcustomview:before{content:"";font-size:36px;width:36px;height:36px;margin:10px auto}.e-scheduledrawer .e-mweek:before{content:"";font-size:36px;width:36px;height:36px;margin:10px auto}.e-scheduledrawer .e-mworkweek:before{content:"";font-size:36px;width:36px;height:36px;margin:10px auto}.e-scheduledrawer .e-mmonth:before{content:"";font-size:36px;width:36px;height:36px;margin:10px auto}.e-scheduledrawer .e-magenda:before{content:"";font-size:36px;width:36px;height:36px;margin:10px auto}.e-schedule .e-mobileNavigation,.e-scheduledrawer .e-mAddEvent,.e-scheduledrawer .e-mday,.e-scheduledrawer .e-mweek,.e-scheduledrawer .e-mworkweek,.e-scheduledrawer .e-mmonth,.e-scheduledrawer .e-mcustomview,.e-scheduledrawer .e-magenda{cursor:pointer}.e-scheduledrawer .e-mAddEvent,.e-scheduledrawer .e-mday,.e-scheduledrawer .e-mweek,.e-scheduledrawer .e-mworkweek,.e-scheduledrawer .e-mmonth,.e-scheduledrawer .e-mcustomview,.e-scheduledrawer .e-magenda{height:100%!important;width:100%!important;margin-bottom:-3px}.e-scheduledrawer .e-list-hdr>li>a>span{top:0!important;font-size:12px!important;left:0!important;display:block;text-align:center;font-family:'Segoe UI';padding-bottom:5px}.navDrawerMenu li>a{padding:0!important}.navDrawerMenu li{padding:0}.e-schedule,.e-schedule [class^="e-"]:not(.e-box),.e-schedule [class*=" e-"]:not(.e-box){-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.e-scheduledialog table td{padding:5px}.e-scheduledialog .e-appwindow,.e-scheduledialog .e-recurwindow{width:550px}.e-scheduledialog .e-inputtext{height:26px;text-indent:5px;width:100%;padding:1px;margin:0;max-width:100%}.e-scheduledialog label{display:inline-block;font-size:inherit;font-weight:bold}.e-scheduledialog .e-floatleft{float:left}.e-scheduledialog .e-leftfields{width:15%}.e-scheduledialog .e-rightfields{width:95%}.e-scheduledialog .e-windowmargin{margin:10px}.e-scheduledialog .e-textlabel{font-weight:bold;text-align:left}.e-scheduledialog .e-checkboxmargin{margin-bottom:10px;margin-left:-3px}.e-scheduledialog .e-textmargin{margin:5px}.e-scheduledialog .e-alldaytext{padding-right:21px;white-space:nowrap}.e-scheduledialog.e-rtl .e-chkbox-wrap .e-chk-image{margin-right:0}.e-scheduledialog .e-appcheckbox{padding-left:15px;float:left}.e-scheduledialog .e-apptextalign{float:left;padding-right:15px}.e-scheduledialog .e-controlalign{float:left;margin-right:5px}.e-scheduledialog.e-rtl .e-description{padding-right:5px}.e-scheduledialog .e-description{width:99%;height:70px;resize:vertical;text-indent:0;padding-left:5px}.e-scheduledialog .e-btnmargin{margin:10px -3px 10px 13px}.e-scheduledialog .e-recurendslabel{font-weight:bold;text-align:left;vertical-align:top}.e-scheduledialog .e-recurendsalign{margin-top:8px}.e-scheduledialog .e-floatright{float:right}.e-scheduledialog.e-rtl .e-floatright{float:left}.e-scheduledialog .e-recurFinalRule,.e-scheduledialog .e-recurRule{padding-right:10px;font-weight:normal}.e-scheduledialog .e-recureditmsg{padding:10px 0}.e-scheduledialog .e-recureditopt{padding:5px 0}.e-scheduledialog .e-recureditlbl{padding:0 5px;position:relative;top:-3px}.e-scheduledialog .e-recureditbtns{bottom:-1em;clear:both;padding:0 7px 12px;text-align:right}.e-scheduledialog.e-rtl .e-recureditbtns{bottom:-1em;clear:both;padding:0 7px 12px;text-align:left}.e-scheduledialog .e-recureditbtns .e-editonly{margin-right:10px}.e-scheduledialog .e-recureditbtns .e-editseries{margin-right:10px}.e-scheduledialog .tdpadding{padding-left:0}.e-scheduledialog .e-alerttext{text-align:center;padding:10px}.e-scheduledialog .e-alertbtn{margin:0 auto;text-align:center}.e-scheduledialog .e-recuredit{display:none}.e-scheduledialog .e-quickAppDone{margin-top:2px;margin-right:10px}.e-scheduledialog .e-detailedapp{cursor:pointer;float:left;margin-left:7px;width:50%;font-size:12px}.e-scheduledialog.e-rtl .e-detailedapp{float:right}.e-scheduledialog .e-detailedwindow{margin-top:7px;outline:medium none}.e-scheduledialog .icon-Pasteicon:before{float:left;margin-left:10px;margin-top:9px;vertical-align:middle}.e-scheduledialog .icon-Close:before{float:right;cursor:pointer;font-size:10px}.e-schedulequickdialog>div{overflow:visible}.e-scheduledialog .e-quickarrow{bottom:-1px;height:10px;left:40%;overflow:hidden;position:absolute;visibility:visible;width:20px}.e-scheduledialog .icon-Delete:before{font-size:15px;margin-left:5px;margin-top:2px;position:absolute;cursor:pointer}.e-schedule .icon-AddGrad:before{margin-top:5px;float:right}.e-scheduledialog .e-textellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-scheduledialog .e-editevents{font-size:12px}.e-scheduledialog .e-editevent{float:left;width:100px;cursor:pointer;outline:medium none}.e-scheduledialog .e-editseries{cursor:pointer;float:right;outline:medium none;margin-left:12px;width:88px;text-align:left}.e-scheduledialog.e-rtl .e-editevent{float:right;margin-right:2px;text-align:right}+.e-scheduledialog.e-rtl .e-editseries{float:left;text-align:right}.e-scheduledialog .e-disableseries{cursor:default!important}.e-scheduledialog .e-quickstartend{float:left;height:auto;width:91%;font-size:14px}.e-scheduledialog.e-rtl .e-quickstartend,.e-scheduledialog.e-rtl .e-quicksubject{float:right}.e-scheduledialog .e-quicksubject{padding-bottom:4px;height:auto;width:90%;float:left}.e-scheduledialog .e-schedclosemargin{float:right;margin:4px -10px 0 0}.e-scheduledialog.e-rtl .e-schedclosemargin{float:left;margin:4px 0 0 -10px}.e-scheduledialog .e-pointercursor,.e-schedule .e-resourceicon{cursor:pointer}.e-scheduledialog .e-quickstartendtime{font-size:12px;padding-bottom:7px}.e-scheduledialog .e-dialogouter{background:none repeat scroll 0 0 transparent!important;display:block;height:auto;margin-bottom:-9px!important;overflow:hidden;position:relative;z-index:1001}.e-scheduledialog .e-tableAppoint{background:none repeat scroll 0 0 transparent!important;position:relative;padding-bottom:12px}.e-scheduledialog.e-rtl .e-appdetails{padding-bottom:27px}.e-scheduledialog .e-qappwindow{width:100%}.e-scheduledialog .e-subjectlabel{width:17%;font-size:14px}.e-schedule .e-priority{position:absolute;top:0;left:auto;right:3px}.e-schedule.e-rtl .e-priority{right:auto;left:3px}.e-priorwidth{width:80%}.e-none{height:20px;width:20px;float:left}.e-high,.e-medium,.e-low{background:url('common-images/schedule_priority.png');height:12px;width:20px;float:left;background-repeat:no-repeat;background-size:60px;padding-top:5px;padding-bottom:5px}.e-high{background-position:0}.e-medium{background-position:-41px}.e-low{background-position:-20px}.e-schedule.e-rtl .e-navigatenext:before,.e-schedule .e-navigateprevious:before{content:""}.e-schedule.e-rtl .e-navigateprevious:before,.e-schedule .e-navigatenext:before{content:""}.e-scheduledialog .e-scheduleedit:before{content:""}.e-schedule .e-resourceexpand:before{content:""}.e-schedule .e-resourcecollapse:before{content:""}.e-schedule .e-resourceicon{font-family:"ej-webfont";font-size:12px}.e-scheduledialog .e-scheduledelete:before{content:"";font-size:20px}.e-scheduledialog .e-scheduleclose:before{content:"";font-size:8px;margin:4px 0 0 4px}.e-scheduledialog.e-rtl .e-scheduleclose:before{margin:4px 4px 0 0}.e-schedule .e-schedulemouseclose:before{content:"";font-size:8px;width:9px;height:9px}.e-schedule .e-schedulemouseclose:hover{cursor:pointer}.e-schedule .e-icon.e-schedulemouseclose{top:6px;display:none;position:absolute;z-index:1;width:9px;height:9px;left:auto;right:5px}.e-schedule.e-rtl .e-icon.e-schedulemouseclose{right:auto;left:5px}.e-scheduledialog .e-alertbtn .e-alertOk{margin:0 10px 0 10px}.e-scheduledialog .e-alertbtn .e-alertCancel{margin-right:10px}.e-scheduledialog .e-recurtitle{font-size:16px;font-weight:bold;padding:8px}.e-schedule .icon-AddGrad:before:before{content:""}.e-schedule .e-timeidicatorcircle:before{content:"";font-size:9px;top:2px;left:-1px;position:absolute}.e-schedule .e-ewexpand:before{content:"";font-size:14px!important}.e-schedule .e-appointresizer-right{margin-right:-4px;margin-top:2px}.e-schedule .e-appointresizer-left{margin-left:0;margin-top:2px}.e-schedule.e-rtl .e-appointresizer-left{margin-left:4px;margin-top:2px}.e-schedule.e-rtl .e-appointresizer-right{margin-right:-8px;margin-top:2px}.e-schedule .e-nsexpand:before{content:"";font-size:14px!important;line-height:0}.e-schedule .e-appointresizer-top{margin-top:1px}.e-schedule .e-appointresizer-bottom{margin-bottom:0}.e-schedule .e-appsoverflow:before{content:"";font-size:12px}.e-draggableAppointment{font-family:segoe UI;font-size:11px;border:1px solid #000;background-color:#dbdbde;overflow:hidden}.e-scheduletooltip{position:absolute;padding:5px;margin-top:15px;margin-left:10px;text-align:left;font:12px segoe UI;font-stretch:condensed;box-shadow:0 0 9px rgba(0,0,0,.4);width:auto}.e-schedule .e-scheduleAppGlassy{filter:alpha(opacity=40);-moz-opacity:.4;opacity:.4}.e-reportviewer-icon{font-family:'ej-webfont';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-align:center;vertical-align:middle;line-height:normal!important;font-size:17px;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:default}.e-reportviewer-toolbarcontainer{height:38px;vertical-align:middle;border:1px solid;border-bottom:none!important}.e-reportviewer-toolbarul{height:34px;margin:.75px!important}.e-reportviewer-toolbarli{margin:2px 0;width:20px;height:20px;padding:4px!important}.e-reportviewer-tbdiv{width:16px;height:16px;border:1px solid;border-color:transparent;margin:4px 0}.e-reportviewer-outerborder{background-color:transparent;border:1px solid;border-color:transparent;width:28px;height:90%;margin:1px;float:left}.e-reportviewer-outerborder:hover{border:1px solid}.e-reportviewer-tbdiv.e-reportviewer-fittopagetip{width:auto;height:auto;min-height:30.5px;min-width:55px;position:absolute;padding:1px;word-wrap:break-word;border:1px solid;margin:10px auto;z-index:9999}.e-reportviewer-tbdiv.e-reportviewer-exporttip{width:auto;height:auto;min-height:30.5px;min-width:55px;position:absolute;padding:1px;word-wrap:break-word;border:1px solid;margin:10px auto;z-index:9999}.e-reportviewer-tbdiv.e-reportviewer-tooltip{width:auto;height:auto;min-height:30.5px;min-width:35px;position:absolute;padding:1px;max-width:250px;word-wrap:break-word;border:1px solid;margin:10px auto;z-index:9999}.e-reportviewer-headerspan{font-style:normal;font-weight:bold;padding:1px;margin:1.5px;word-wrap:break-word}.e-reportviewer-contentspan{padding:1px;margin-left:15px;margin-bottom:5px;margin:0 5px 5px 15px;word-wrap:break-word}.e-reportviewer-ejdropdownlist{width:auto;height:90%;margin:3.7px 2px 2px 2px;float:left;border:1px solid transparent}.e-reportviewer-toolbarcontainer input.e-input,.e-reportviewer-viewerblockcontent input.e-input{line-height:normal!important}.e-reportviewer-print,.e-reportviewer-emptyconetent,.e-reportviewer-pagefit,.e-reportviewer-export,.e-reportviewer-gotonext,.e-reportviewer-gotonext.e-reportviewer-disabled,.e-reportviewer-gotoprevious,.e-reportviewer-gotoprevious.e-reportviewer-disabled,.e-reportviewer-gotofirst,.e-reportviewer-gotofirst.e-reportviewer-disabled,.e-reportviewer-gotolast,.e-reportviewer-gotolast.e-reportviewer-disabled,.e-reportviewer-zoomin,.e-reportviewer-zoomout,.e-reportviewer-refresh,.e-reportviewer-parameter,.e-reportviewer-documentmap,.e-reportviewer-gotoparent,.e-reportviewer-preview,.e-reportviewer-pagesetup,.e-reportviewer-printsetup{width:20px;height:20px;margin-top:1px}.e-reportviewer-tbpage{background-color:transparent;float:left;text-align:center;margin-top:3.6px;width:auto;height:25px}.e-reportviewer-pagenumber{min-height:22px!important;min-width:25px!important;height:22px!important;width:28px!important;text-align:center;margin-top:3.7px;display:inline-block!important}.e-reportviewer-tbdiv.e-reportviewer-zoomlist{border:1px solid;margin:4px 7px;width:60px;height:19px}.e-reportviewer-viewer{width:100%;text-shadow:none!important}.e-reportviewer-viewerblock{width:100%;border-top:1px solid;border-bottom:0 solid;border-left:1px solid;border-right:1px solid;overflow:auto;font-size:11pt;color:#5b5b5b;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.e-reportviewer-blockstyle{position:absolute;top:0;left:0;width:99.5%;height:100%;z-index:10}.e-reportviewer-viewerblockcontent{width:100%}.e-reportviewer-viewerblockcellcontent{border:0;vertical-align:middle}.e-reportviewer-viewreport{border-left:1px solid;border-right:0;border-bottom:0;border-top:0;padding:10px;text-align:center;vertical-align:top}.e-reportviewer-viewreportbutton{line-height:normal;vertical-align:baseline;padding:initial;margin:initial;border:1px solid}.e-reportviewer-scrollcontainer{line-height:normal!important;position:relative;height:100%;width:100%;overflow:auto;text-align:left}.e-reportviewer-pageviewcontainer{width:auto;height:auto;border:1px none;margin:0 auto}.e-reportviewer-pageouterline{background-color:transparent;position:relative;border:1px solid;border-color:transparent;margin:0 auto;padding:10px}.e-reportviewer-pageview{position:absolute;-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,.22);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.22);box-shadow:0 1px 2px 0 rgba(0,0,0,.22)}.e-reportviewer-elementalignments{border:1px solid;margin:0;padding:1px!important}.e-reportviewer-viewercontainer{border:1px solid;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.e-reportviewer-textbox{height:23px;line-height:normal;text-indent:10px;border:1px solid;vertical-align:middle;padding:0}.e-reportviewer-label,.e-reportviewer-labelpageno{border:none}.e-reportviewer-documentmappopup{border:1px solid}.e-reportviewer-pagepopupinfo{height:30px;width:auto;min-width:65px;position:absolute;padding:1px;-ms-word-wrap:break-word;word-wrap:break-word;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;border:1px solid;margin:10px auto;z-index:9999;opacity:.5}.e-reportviewer-popuppageno{min-width:20px;height:15px;display:table-cell}.e-reportviewer-expandtoggle{background:url(common-images/reports/plus.jpg) no-repeat center}.e-reportviewer-collapsetoggle{background:url(common-images/reports/minus.jpg) no-repeat center}.e-reportviewer-sortingUpDown{background:url(common-images/reports/updown.png);background-repeat:no-repeat;background-origin:padding-box;background-position:center;background-color:transparent;background-size:10px}.e-reportviewer-sortingUp{background:url(common-images/reports/up.png);background-repeat:no-repeat;background-origin:padding-box;background-position:center;background-color:transparent;background-size:10px}.e-reportviewer-sortingDown{background:url(common-images/reports/down.png);background-repeat:no-repeat;background-origin:padding-box;background-position:center;background-color:transparent;background-size:10px}.e-reportviewer-expandtoggle:hover,.e-reportviewer-collapsetoggle:hover,.e-reportviewer-drillhover:hover,.e-reportviewer-sortingUp:hover,.e-reportviewer-sortingDown:hover,.e-reportviewer-sortingUpDown:hover{cursor:pointer}.e-reportviewer-pagefit:before{content:""}.e-reportviewer-pagefittopage:before{content:""}.e-reportviewer-emptyconetent:before{content:"  "}.e-reportviewer-print:before{content:""}.e-reportviewer-export:before{content:""}.e-reportviewer-pagesetup:before{content:""}.e-reportviewer-gotonext:before{content:""}.e-reportviewer-gotonext.e-reportviewer-disabled:before{content:""}.e-reportviewer-gotoprevious:before{content:""}.e-reportviewer-gotoprevious.e-reportviewer-disabled{content:""}.e-reportviewer-gotofirst:before{content:""}.e-reportviewer-gotolast:before{content:""}.e-reportviewer-gotolast.e-reportviewer-disabled{content:""}.e-reportviewer-gotofirst.e-reportviewer-disabled{content:""}.e-reportviewer-zoomin:before{content:""}.e-reportviewer-zoomout:before{content:""}.e-reportviewer-refresh:before{content:""}.e-reportviewer-parameter:before{content:""}.e-reportviewer-documentmap:before{content:""}.e-reportviewer-gotoparent:before{content:""}.e-reportviewer-preview:before{content:""}div[id*='toolbar_zoomSelection_popup']{max-height:none!important}div[id*='toolbar_zoomSelection_popup']>div>ul{text-align:center!important}.e-reportviewer-popupli{border:0 none;float:none;position:relative;line-height:normal;cursor:pointer;list-style-type:none;text-align:left;padding-top:3px;padding-bottom:3px;padding-left:4px}.e-reportviewer-lispan{text-decoration:none;white-space:nowrap;padding:2px!important;vertical-align:text-bottom}.e-excelfilter.e-dlgcontainer{min-width:266px;padding:0;width:266px;padding:4px 0 16px 0}.e-excelfilter.e-dlgcontainer,.e-excelfilter .e-searchcontainer,.e-excelfilter .e-searchcontainer input{box-sizing:content-box}.e-sortasc:before{content:""}.e-sortdesc:before{content:""}.e-exceltick:before{content:""}.e-excelfilter .e-menu.e-vertical .e-list>a{margin:0 10px 0 15px}.e-excelfilter .e-menu.e-vertical .e-list>ul .e-list>a{padding-left:15px}.e-excelfilter .e-menu.e-vertical li.e-separator,.e-excelfilter .e-list>ul li.e-separator{margin:4px 0 4px 0}.e-excelfilter .e-menu.e-vertical{border:none}.e-excelfilter .e-menu .e-chkbox-wrap{top:0;opacity:1}.e-excelfilter .e-menu.e-vertical .e-exceltick::before{margin-left:-7px}.e-excelfilter .e-searchcontainer{position:relative;margin-left:15px;margin-top:4px}.e-excelfilter .e-searchcontainer .e-fields{margin:7px 0}.e-excelfilter .e-checkboxlist{width:234px;height:130px;outline:none}.e-excelfilter .e-searchbox .e-icon:before{display:inline-block}.e-excelfilter .e-searchbox .e-ejinputtext{width:228px;height:23px}.e-excelfilter .e-searchinput::-ms-check{display:none}.e-excelfilter .e-btncontainer.e-fields{width:170px;margin:16px 0 0 68px}.e-excelfilter .e-btncontainer input,.e-excelfilter .e-checkboxlist .e-ftrchk{margin-left:10px;margin-top:2px}.e-excelfilter .e-checkboxlist .e-ftrchk{white-space:nowrap}.e-excelfilter .e-checkboxlist{padding-top:3px}.e-excelfilter .e-btncontainer>div{margin-bottom:5px}.e-excelfilter .e-checkboxlist label.e-ftrchk,.e-excelfilter .e-searchbox .e-searchitem{cursor:pointer;line-height:11px}.e-excelfilter.e-dlgcustom{width:341px;padding:10px 14px 0;box-sizing:content-box}.e-excelfilter.e-dlgcustom .e-dlgfields{padding-bottom:14px;box-sizing:content-box}.e-excelfilter.e-dlgcustom fieldset.e-fieldset{padding:14px 8px 13px;width:auto;margin:0 2px}.e-excelfilter.e-dlgcustom .e-fieldset legend{width:auto;margin-left:3px;margin-bottom:2px;padding:0 3px}.e-excelfilter.e-dlgcustom .e-optable{border-collapse:separate;border-spacing:1px}.e-excelfilter.e-dlgcustom .e-optable td{width:27px;padding:0 5px}.e-excelfilter.e-dlgcustom .e-optable .e-predicate td{padding-top:11px;padding-bottom:11px}.e-excelfilter.e-dlgcustom .e-optable .e-predicate td:last-child{padding-top:8px}.e-excelfilter.e-dlgcustom .e-dlgfields .e-btncontainer{width:100%;margin-left:35%;margin-top:-5px}.e-excelfilter.e-dlgcustom .e-dlgfields .e-predicate .e-caption{margin-left:5px;padding-right:13px}.e-excelfilter .e-hide{display:none!important}.e-excelfilter .e-searchbox span{cursor:pointer;display:block;height:16px;position:absolute;right:6%;top:6px;width:21px}.e-excelfilter.e-dlgcustom .e-widget [class^="e-"],.e-excelfilter.e-dlgcustom.e-dialog,.e-excelfilter.e-dlgcustom.e-dialog [class^="e-"]{box-sizing:content-box}.e-excelfilter .e-ftrchk *{box-sizing:content-box!important}.e-excelfilter.e-dlgcustom .e-ddl.e-widget [class^="e-"],.e-excelfilter.e-dlgcustom .e-atc.e-widget [class^="e-"],.e-excelfilter.e-dlgcustom .e-datewidget.e-widget [class^="e-"],.e-excelfilter.e-dlgcustom .e-numeric.e-widget [class^="e-"],.e-excelfilter.e-dlgcustom .e-ejinputtext{box-sizing:border-box}.e-excelfilter .e-menu .e-list .e-bghdrcolor{padding:0;height:26px;width:134px}.e-excelfilter .e-menu .e-list .e-fghdrcolor{padding-bottom:4px;height:26px;width:134px}.e-excelfilter .e-menu.e-vertical .e-list ul li.e-bghdrcolor>a,.e-excelfilter .e-menu.e-vertical .e-list ul li.e-fghdrcolor>a{padding:0}.e-excelfilter .e-menu .e-list .e-valcolor{margin-left:30px;height:16px;width:70px;border-style:solid;border-width:2px;padding:2px}.e-excustmfltr.e-ejinputtext{text-indent:0}.e-nb.e-nb-home{width:100%}.e-nb.e-nb-layout{margin-right:6px;vertical-align:top;position:absolute;top:0;z-index:1000}.e-nb.e-nb-animate{-moz-transition:transform 250ms ease 0s;-o-transition:transform 250ms ease 0s;-webkit-transition:transform 250ms ease 0s;transition:transform 250ms ease 0s;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}.e-nb.e-user-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.e-nb.e-nb-overlay{z-index:999;width:100%;height:100%}.e-nb.e-list-hdr.e-clearall{margin:0;padding:0}.e-nb.e-nb-container{height:100%;position:absolute;overflow:hidden;top:0}.e-nb.e-nb-container .e-nb.e-nb-layout{position:relative}.e-nb.e-nb-container.e-nb-right{float:right;right:0}.e-radialmenu .e-radial{border:2px solid;height:40px;border-radius:50%;width:40px;background-position:center;background-repeat:no-repeat;background-size:60%;z-index:1}.e-radialmenu .e-radialimage{background-image:url(common-images/radialmenu/radial.png)}.e-radialmenu .e-backimage{background-image:url(common-images/radialmenu/back.png)}.e-radialmenu.e-overlow{overflow:hidden}.e-radialmenu .e-itemdisabled{opacity:.4;pointer-events:none}.e-radialmenu .e-pathdisabled{pointer-events:none}.e-radialmenu.e-user-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;z-index:100001}.e-tile .e-user-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.e-radialmenu .e-abs{position:absolute}.e-radialmenu .e-rel{position:relative}.e-radialmenu.e-displaynone,.e-radialmenu .e-displaynone{display:none}.e-radialmenu .e-textcolor{text-anchor:middle;font-size:12px;font-family:'Segoe UI'}.e-radialmenu .e-badgetext{text-anchor:middle;font-size:10px;font-family:'Segoe UI'}.e-radialmenu .e-radialshow{-moz-animation:radialshow 300ms;-webkit-animation:radialshow 300ms;-o-animation:radialshow 300ms;-ms-animation:radialshow 300ms;animation:radialshow 300ms}@-moz-keyframes radialshow{from{-moz-transform:rotate(-70deg) scale(.7)}to{-moz-transform:rotate(0deg) scale(1)}}@-webkit-keyframes radialshow{from{-webkit-transform:rotate(-70deg) scale(.7)}to{-webkit-transform:rotate(0deg) scale(1)}}@-o-keyframes radialshow{from{-o-transform:rotate(-70deg)scale(.7);}to{-o-transform:rotate(0deg)scale(1);}}@-ms-keyframes radialshow{from{-ms-transform:rotate(-70deg) scale(.7)}to{-ms-transform:rotate(0deg) scale(1)}}@keyframes radialshow{from{transform:rotate(-70deg) scale(.7)}to{transform:rotate(0deg) scale(1)}}.e-radialmenu .e-radialhide{-moz-animation:radialhide 300ms;-webkit-animation:radialhide 300ms;-o-animation:radialhide 300ms;-ms-animation:radialhide 300ms;animation:radialhide 300ms}@-moz-keyframes radialhide{from{-moz-transform:rotate(0deg) scale(1)}to{-moz-transform:rotate(-70deg) scale(.7)}}@-webkit-keyframes radialhide{from{-webkit-transform:rotate(0deg) scale(1)}to{-webkit-transform:rotate(-70deg) scale(.7)}}@-o-keyframes radialhide{from{-o-transform:rotate(0deg)scale(1);}to{-o-transform:rotate(-70deg)scale(.7);}}@-ms-keyframes radialhide{from{-ms-transform:rotate(0deg) scale(1)}to{-ms-transform:rotate(-70deg) scale(.7)}}@keyframes radialhide{from{transform:rotate(0deg) scale(1)}to{transform:rotate(-70deg) scale(.7)}}.e-radialmenu .e-scalehide{-moz-animation:scalehide 300ms;-webkit-animation:scalehide 300ms;-o-animation:scalehide 300ms;-ms-animation:scalehide 300ms;animation:scalehide 300ms}@-moz-keyframes scalehide{from{-moz-transform:scale(1)}to{-moz-transform:scale(.4)}}@-webkit-keyframes scalehide{from{-webkit-transform:scale(1)}to{-webkit-transform:scale(.4)}}@-o-keyframes scalehide{from{-o-transform:scale(1);}to{-o-transform:scale(.4);}}@-ms-keyframes scalehide{from{-ms-transform:scale(1)}to{-ms-transform:scale(.4)}}@keyframes scalehide{from{transform:scale(1)}to{transform:scale(.4)}}.e-radialmenu .e-scaleshow{-moz-animation:scaleshow 300ms;-webkit-animation:scaleshow 300ms;-o-animation:scaleshow 300ms;-ms-animation:scaleshow 300ms;animation:scaleshow 300ms}@-moz-keyframes scaleshow{from{-moz-transform:scale(.4)}to{-moz-transform:scale(1)}}@-webkit-keyframes scaleshow{from{-webkit-transform:scale(.4)}to{-webkit-transform:scale(1)}}@-o-keyframes scaleshow{from{-o-transform:scale(.4);}to{-o-transform:scale(1);}}@-ms-keyframes scaleshow{from{-ms-transform:scale(.4)}to{-ms-transform:scale(1)}}@keyframes scaleshow{from{transform:scale(.4)}to{transform:scale(1)}}.e-slideleft{animation-name:slideLeft;-webkit-animation-name:slideLeft;animation-duration:.23s;-webkit-animation-duration:.23s;animation-timing-function:ease;-webkit-animation-timing-function:ease;visibility:visible!important}@keyframes slideLeft{0%{transform:translateX(100%)}100%{transform:translateX(0%)}}@-webkit-keyframes slideLeft{0%{-webkit-transform:translateX(100%)}100%{-webkit-transform:translateX(0%)}}.e-slideright{animation-name:slideRight;-webkit-animation-name:slideRight;animation-duration:.23s;-webkit-animation-duration:.23s;animation-timing-function:ease;-webkit-animation-timing-function:ease;visibility:visible!important}@keyframes slideRight{0%{transform:translateX(-100%)}100%{transform:translateX(0%)}}@-webkit-keyframes slideRight{0%{-webkit-transform:translateX(-100%)}100%{-webkit-transform:translateX(0%)}}.e-lv .e-grouptitle{font-size:15px;height:34px;line-height:34px;padding-left:6px}.e-lv .e-header{cursor:pointer;height:45px;width:100%;padding-left:5px}.e-htitle,.e-btn-text{font-weight:bold;padding:10px 10px 10px 0;vertical-align:middle}.e-lv .e-clearall{margin:0;padding:0}.e-lv .e-childcontainer,.e-lv .e-list-container,.e-lv .e-childitem{position:relative}.e-lv .e-list .e-list-anchor{text-decoration:none}.e-lv .e-htitle,.e-lv .e-btn-text{font-size:13px;height:25px}.e-lv-inputdiv .e-lv-input{font-style:italic;line-height:1.4;margin:0;outline:0 none;padding:8px 0;text-indent:5px;width:100%}.e-lv .e-list .e-list-anchor{display:inline-block;outline:0 none;padding-bottom:12px;padding-top:12px;vertical-align:middle;width:100%}.e-lv .e-list-hdr{list-style:none outside none;padding:0}.e-lv .e-list .e-lv-checkdiv{float:right}.e-lv .e-list{line-height:normal;padding:0 15px;cursor:pointer;vertical-align:middle}.e-lv .e-header *{display:table-cell;vertical-align:middle}.e-lv.e-js.e-parentlv{overflow:hidden}.e-lv .e-list .e-list-img{background-size:cover;float:left;height:30px;width:30px}.e-lv .e-arrow .e-list-anchor:before{content:"";font-family:"ej-webfont";float:right;font-size:14px;position:relative;right:0}.e-lv .e-list.e-margin .e-list-anchor span{left:10px;position:relative;top:6px}.e-lv .e-list .e-list-anchor [class*="icon-"]{width:35px;height:35px;float:left}.e-colorpicker .e-buttons .e-color-code.e-error{border-color:#f00}.e-colorwidget .e-in-wrap{border-radius:4px;border:1px solid #dbdbde;cursor:default;display:inline-block;height:100%;width:100%}.e-colorwidget .e-in-wrap.e-tool{border-radius:4px;border:1px solid #dbdbde;cursor:default;height:100%;width:100%;background:#ecedee}.e-in-wrap .e-tool-icon{position:absolute;padding:3px 3px 2px;background-repeat:no-repeat;width:16px;height:16px}.e-colorwidget.e-widget{background-clip:border-box;box-sizing:content-box;border-radius:4px;display:block;height:28px;outline:0 none;position:relative;width:37px}.e-colorwidget .e-in-wrap .e-input{color:transparent}.e-colorwidget .e-selected-color{border-radius:3px;height:17px;width:17px;position:absolute;left:4px;top:4px}.e-colorwidget .e-color-container{height:100%;width:70%;display:inline-block;position:relative;cursor:pointer}.e-colorwidget .e-color-container .e-tool-icon+.e-selected-color{height:3px;top:18px}.e-colorwidget .e-icon{font-size:10px;height:12px;margin-top:-6px;display:block;width:42%;position:absolute;top:50%}.e-colorwidget .e-select{cursor:pointer;display:inline-block;height:100%;text-align:left;width:30%}.e-in-wrap .e-select .e-icon{cursor:pointer}.e-colorpicker.e-popup{outline:0 none;border-style:solid;border-width:1px;height:auto;overflow:hidden;padding:11px;width:223px}.e-colorpicker .e-palette-color{position:relative}.e-colorpicker .e-hsv-color{display:inline-block;position:relative;overflow:hidden;border:3px solid;width:75%}.e-hsv-color .e-hsv-gradient{height:146px;width:100%}.e-colorpicker .e-hsv-gradient{background:-moz-linear-gradient(top,transparent 0,#000 100%),-moz-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,transparent),color-stop(100%,#000)),-webkit-gradient(linear,left top,right top,color-stop(0%,#fff),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(top,transparent 0,#000 100%),-webkit-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);background:-o-linear-gradient(top,transparent 0,#000 100%),-o-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);background:-ms-linear-gradient(top,transparent 0,#000 100%),-ms-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);background:-top-linear-gradient(top,transparent 0,#000 100%),-left-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(top, startColorstr=#f00 100%),(left, endColorstr=#000 0)";-ms-filter:"progid:DXImageTransform.Microsoft.gradient(top, startColorstr='#00000000',(left, endColorstr='#FF000000')"}.e-colorpicker .e-hsv-color .e-color-image.e-draghandle{cursor:pointer;position:absolute;overflow:hidden;outline:0 none;margin:-11px 0 0 -11px;width:20px;height:20px;background-position:0 -876px;background-repeat:no-repeat}.e-colorpicker .e-buttons .e-preview,.e-hsv-color .e-hsv-gradient{box-shadow:0 0 5px rgba(0,0,0,.3)}.e-colorpicker .e-buttons .e-preview{border-style:solid;border-width:3px;display:inline-block;outline:0 none;height:100%;position:relative;top:6px;width:13%}.e-colorpicker .e-buttons .e-current,.e-colorpicker .e-buttons .e-previous{float:left;height:27px;width:100%}.e-colorpicker .e-buttons .e-previous{border-top:1px solid}.e-colorpicker .e-buttons .e-color-code{border-radius:4px;border-style:solid;border-width:1px;color:#878787;display:block;font-size:13px;height:23px;padding-right:10px;outline:0 none;text-align:right;width:93%}.e-colorpicker .e-buttons .e-form{display:inline-block;position:relative;top:7px;width:82%}.e-colorpicker .e-buttons .e-groupButton{width:93%;border-radius:5px;border-style:solid;border-width:1px;float:left;height:25px;box-shadow:0 0 5px rgba(0,0,0,.1)}.e-colorpicker .e-buttons .e-codeeditor{float:left;margin-top:6px;width:93%}.e-colorpicker .e-buttons .e-groupButton .e-btn.e-select{font-size:12px}.e-colorpicker .e-buttons .e-color-code::-ms-clear{display:none}.e-colorpicker .e-buttons .e-groupButton .e-rgbButton,.e-colorpicker .e-buttons .e-groupButton .e-hexButton,.e-colorpicker .e-buttons .e-groupButton .e-hsvButton{border-radius:5px;height:25px;border:0;margin-left:2px;width:32%}.e-colorpicker .e-buttons .e-groupButton .e-click{border-radius:5px;font-weight:bold;height:25px;margin-left:1px}.e-colorpicker .e-buttons .e-groupButton .e-btn.e-select.e-click:hover{font-weight:bold}.e-colorpicker .e-slider-wrap .e-handle{background:transparent;border:3px solid #fff;box-shadow:#929292 0 0 5px inset}.e-colorpicker .e-popupWrapper .e-slider-wrap{display:inline-block;height:151px;padding-left:7px;width:13px}.e-colorpicker .e-slider-wrap .e-handle.e-select,.e-colorpicker .e-slider-wrap .e-handle.e-select:hover{border-radius:12px;border-width:2px;border-color:#fff}.e-colorpicker .e-slider-wrap .e-hue.e-common{background:-moz-linear-gradient(bottom,#f00 0,#ff0 16%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 84%,#ff0004 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#f00),color-stop(16%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(84%,#f0f),color-stop(100%,#ff0004));background:-webkit-linear-gradient(bottom,#f00 0,#ff0 16%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 84%,#ff0004 100%);background:-o-linear-gradient(bottom,#f00 0,#ff0 16%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 84%,#ff0004 100%);background:-ms-linear-gradient(bottom,#f00 0,#ff0 16%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 84%,#ff0004 100%);background:-left-linear-gradient(bottom,#f00 0,#ff0 16%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 84%,#ff0004 100%)}.e-colorpicker .e-slider-wrap .e-hue.e-color-image.e-filter{background-position:0 -914px}.e-colorpicker .e-slider-wrap .e-hue,.e-colorpicker .e-slider-wrap .e-opacity{border-style:solid;border-width:3px;box-shadow:0 0 5px #929292 inset}.e-colorpicker .e-color-labels{position:relative;top:10px}.e-colorpicker .e-slider-wrap .e-handle{padding:0}.e-colorpicker .e-handle .e-handle-wrapper{height:inherit;width:inherit}.e-colorpicker .e-recent-color,.e-presetWrapper .e-presets-table .e-tablerow{padding:0}.e-colorpicker .e-recent-color .e-colorblock.e-block.e-select{box-shadow:0 0 3px rgba(16,189,229,.5)}.e-colorpicker .e-recent-color .e-colorblock{box-shadow:0 0 5px rgba(0,0,0,.1);cursor:pointer;display:inline-block;height:28px;list-style:none outside none;margin:2px 3px 0 2px;outline:0 none;width:28px;border-radius:5px}.e-colorpicker .e-recent-color .e-colorblock.e-select{box-shadow:0 0 5px 0 rgba(16,189,229,.5)}.e-colorpicker .e-colorblock .e-color-image.e-empty{background-position:0 -788px}.e-colorpicker .e-colorblock .e-color-image.e-add{background-position:4px -764px}.e-colorpicker .e-colorblock .e-set{border-radius:4px;box-shadow:0 0 10px rgba(0,0,0,.1) inset;height:18px;margin:5px 5px 0;width:18px}.e-colorpicker .e-buttons .e-codeeditor{position:relative}.e-colorpicker .e-buttons .e-clearicon{height:26px;width:26px;position:absolute;top:0}.e-colorpicker .e-buttons .e-clearicon:before{content:"";font-family:'ej-webfont';font-size:22px}.e-colorpicker .e-buttons .e-clearicon:hover{cursor:pointer}.e-colorpicker .e-colorblock div.e-empty,.e-colorpicker .e-colorblock div.e-add{height:20px;margin:4px;width:20px}.e-colorpicker .e-footer .e-in-wrap.e-box,.e-colorpicker .e-footer .e-in-wrap.e-box .e-splitbutton,.e-colorpicker .e-footer .e-in-wrap.e-box .e-split-btn{border-right:0 none}.e-colorpicker .e-footer .e-in-wrap.e-box .e-drp-btn.e-rht-btn{border-left:0 none;border-right:1px solid;width:14px}.e-colorpicker .e-footer{margin-top:13px}.e-colorpicker .e-footer .e-element{display:inline-block;float:left;width:85px}.e-colorpicker .e-footer .e-switcher{border-radius:6px;border-style:solid;border-width:0;box-shadow:0 0 5px rgba(0,0,0,.1);cursor:pointer;display:inline;float:left;height:27px;margin-right:10px;width:26px}.e-colorpicker .e-footer .e-switcher .e-color-image.e-pickerModel{background-position:1px -816px;margin:2px 1px}.e-colorpicker .e-footer .e-switcher .e-color-image.e-paletteModel{background-position:1px -846px;margin:3px 2px 2px}.e-colorpicker .e-footer .e-switcher .e-pickerModel,.e-colorpicker .e-footer .e-switcher .e-paletteModel{height:21px;width:21px}.e-colorpicker .e-footer .e-applyButton{left:91px;margin:0 0 0 8px;position:absolute}.e-colorpicker .e-footer .e-split.e-widget{display:inline-block;height:25px;width:48px}.e-colorpicker .e-footer .e-cancelButton{float:right}.e-colorpicker .e-footer .e-cancelButton,.e-colorpicker .e-footer .e-applyButton{border-radius:5px;border-style:solid;border-width:1px;font-size:12px;height:28px;width:4.2em}.e-colorpicker .e-split.e-widget .e-splitbutton .e-color-image.e-webcolors{background-position:0 -741px}.e-colorpicker .e-split.e-widget .e-splitbutton .e-color-image.e-vintage{background-position:0 -677px}.e-colorpicker .e-split.e-widget .e-splitbutton .e-color-image.e-seawolf{background-position:0 -613px}.e-colorpicker .e-split.e-widget .e-splitbutton .e-color-image.e-sandy{background-position:0 -549px}.e-colorpicker .e-split.e-widget .e-splitbutton .e-color-image.e-pinkshades{background-position:0 -485px}.e-colorpicker .e-split.e-widget .e-splitbutton .e-color-image.e-moonlight{background-position:0 -421px}.e-colorpicker .e-split.e-widget .e-splitbutton .e-color-image.e-monochrome{background-position:0 -357px}.e-colorpicker .e-split.e-widget .e-splitbutton .e-color-image.e-misty{background-position:0 -293px}.e-colorpicker .e-split.e-widget .e-splitbutton .e-color-image.e-flatcolors{background-position:0 -229px}.e-colorpicker .e-split.e-widget .e-splitbutton .e-color-image.e-basic{background-position:0 -37px}.e-colorpicker .e-split.e-widget .e-splitbutton .e-color-image.e-candycrush{background-position:0 -101px}.e-colorpicker .e-split.e-widget .e-splitbutton .e-color-image.e-citrus{background-position:0 -165px}.e-presetWrapper .e-presets-table .e-tablerow .e-color-image#e-presets00{background-position:0 -704px}.e-presetWrapper .e-presets-table .e-tablerow .e-color-image#e-presets01{background-position:0 -640px}.e-presetWrapper .e-presets-table .e-tablerow .e-color-image#e-presets02{background-position:0 -576px}.e-presetWrapper .e-presets-table .e-tablerow .e-color-image#e-presets10{background-position:0 -512px}.e-presetWrapper .e-presets-table .e-tablerow .e-color-image#e-presets11{background-position:0 -448px}.e-presetWrapper .e-presets-table .e-tablerow .e-color-image#e-presets12{background-position:0 -384px}.e-presetWrapper .e-presets-table .e-tablerow .e-color-image#e-presets20{background-position:0 -320px}.e-presetWrapper .e-presets-table .e-tablerow .e-color-image#e-presets21{background-position:0 -256px}.e-presetWrapper .e-presets-table .e-tablerow .e-color-image#e-presets22{background-position:0 -192px}.e-presetWrapper .e-presets-table .e-tablerow .e-color-image#e-presets30{background-position:0 0}.e-presetWrapper .e-presets-table .e-tablerow .e-color-image#e-presets31{background-position:0 -64px}.e-presetWrapper .e-presets-table .e-tablerow .e-color-image#e-presets32{background-position:0 -128px}.e-colorpicker .e-element .e-split.e-widget .e-splitbutton .e-icon{height:17px;width:17px}.e-popupWrapper table{border-collapse:inherit;border-spacing:10px}.e-popupWrapper .e-gradient{display:inline-block}.e-popupWrapper .e-container{display:block}.e-colorpicker .e-palette-color,.e-popupWrapper .e-container{min-height:156px}.e-colorpicker .e-palette-color.e-custom{min-height:0;height:auto}.e-colorpicker .e-palette-color.e-hide,.e-popupWrapper .e-container.e-hide,.e-colorpicker .e-footer .e-split.e-widget.e-hide,.e-colorpicker .e-footer .e-switcher.e-hide,.e-colorpicker .e-buttons .e-preview.e-hide{display:none}.e-colorpicker .e-row .e-item{border-style:solid;border-width:1px;cursor:pointer;display:inline-block;height:22px;margin-left:4px;margin-top:3px;overflow:hidden;width:14px;max-width:14.5px}.e-colorpicker .e-row .e-item:first-child{margin-left:0}.e-colorpicker .e-item.e-state-selected{z-index:100;box-shadow:0 1px 4px black,inset 0 0 3px white;position:relative}.e-presetWrapper .e-presets-table,.e-presetWrapper .e-presets-table .e-tablerow{background:none}.e-presetWrapper .e-presetHeader{margin-left:6px}.e-presetWrapper .e-presets-table .e-tablerow{margin-top:10px}.e-presetWrapper .e-presets-table .e-preset-row{display:inline-block;height:27px;margin-left:5px;margin-right:5px;width:27px}.e-presetWrapper.e-widget.e-context{box-shadow:0 0 5px rgba(0,0,0,.1);width:119px;border:3px solid}.e-colorpicker .e-element .e-btn .e-icon,.e-colorpicker .e-element .e-split-btn-div .e-icon{display:table-cell;padding:1px 0;visibility:visible}.e-colorpicker .e-element .e-split-btn.e-left-btn{width:24px}.e-colorpicker .e-element .e-icon:before{display:block;height:16px;margin-top:6px;width:10px}.e-colorpicker .e-element .e-split-btn.e-rht-btn{height:100%;width:13px}.e-captcha .refresh{border-radius:3px;cursor:pointer;height:28px;margin-left:13px;margin-top:12px;width:28px}.refreshicon:before{content:""}.audioicon:before{content:"";margin:-3px;padding-top:3px}.e-captcha .audio{border-radius:3px;cursor:pointer;direction:rtl;display:block;height:28px;margin-left:13px;margin-top:0;width:28px}.e-captcha .imagecontainer{border-radius:3px;float:left;height:100%}.e-captcha .spanText{color:#f00;float:left;margin-top:4px}.e-captcha .validTextBox{border-radius:3px;height:23px;margin-top:12px;padding-left:5px;width:185px}.e-captcha .error{border:1px solid #f00}.e-captcha .e-validTextBox{border-radius:3px;direction:rtl;height:23px;margin-left:13px;margin-top:11px;padding-right:5px;width:190px}.e-captcha .e-refresh{border-radius:3px;cursor:pointer;height:28px;margin-left:13px;margin-top:12px;width:28px}.e-captcha .e-audio{border-radius:3px;cursor:pointer;display:block;height:28px;margin-left:13px;margin-top:1px;width:28px}.e-captcha .e-imageContainer{border-radius:3px;float:right}.e-captcha .error{border:1px solid #f00}.e-ribbon.e-js>.e-header{position:relative;border:1px solid;height:53px;box-sizing:content-box;width:100%;white-space:nowrap;display:inline-flex;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.e-ribbon .e-content{width:100%;white-space:nowrap}.e-ribbon .e-active-content{z-index:10000;position:relative}.e-ribbon .e-empty-content{padding:0;margin:0;height:30px}.e-ribbon .e-content-show{display:block}.e-ribbon .e-groupdiv .e-gallerybtn,.e-ribbon .e-groupdiv .e-gallerybtn:hover,.e-ribbon .e-groupdiv .e-galleryselect,.e-ribbon .e-resizediv .e-gallerybtn,.e-ribbon .e-resizediv .e-gallerybtn:hover,.e-ribbon .e-resizediv .e-galleryselect{border:3px solid;overflow:hidden}.e-ribbon .e-groupdiv{display:inline-block;height:95%;position:relative;padding-top:5px;vertical-align:top;padding-right:5px}.e-ribbon .e-groupdiv .e-gallerycontent,.e-ribbon .e-resizediv .e-gallerycontent{border:1px solid;border-right:0;overflow:hidden;float:left}.e-ribbon .e-groupdiv .e-gallexpandcontent,.e-ribbon .e-resizediv .e-gallexpandcontent{border:1px solid;z-index:1002;position:relative}.e-ribbon .e-groupdiv .e-extracontent,.e-ribbon .e-resizediv .e-extracontent{border-top:1px solid}.e-ribbon .e-groupdiv .e-galleryextrabtn,.e-ribbon .e-resizediv .e-galleryextrabtn{overflow:hidden;display:table;width:100%}.e-ribbon .e-groupdiv .e-menu,.e-ribbon .e-resizediv .e-menu{border:none}.e-ribbon .e-groupdiv .e-gallerymovediv,.e-ribbon .e-resizediv .e-gallerymovediv{float:right;width:16px}.e-ribbon .e-groupdiv .e-moveupdiv,.e-ribbon .e-groupdiv .e-movedowndiv,.e-ribbon .e-resizediv .e-moveupdiv,.e-ribbon .e-resizediv .e-movedowndiv{border-style:solid;border-width:1px 1px 0 1px;height:21px}.e-ribbon .e-groupdiv .e-expgallerydiv,.e-ribbon .e-resizediv .e-expgallerydiv{border:1px solid;height:21px}.e-ribbon .e-groupdiv .e-resizebtn{position:relative;left:2px;min-width:48px}.e-ribbon .e-groupdiv .e-resizebtn .e-btntxt{padding-top:18px;display:block}.e-ribbon .e-resizediv{border:1px solid;width:100%;z-index:1002;position:absolute;padding:6px 8px 0 3px}.e-ribbon .e-btn{border:none}.e-ribbon .e-parentdiv{padding:0}.e-ribbon .e-header .e-contextualtab{font-size:10pt;height:33px}.e-ribbon .e-header .e-contextualtabset{border:none;display:table-cell;height:33px}.e-ribbon.e-js .e-header .e-contextualtabset.e-active{border:none}.e-ribbon .e-ddl .e-select{background:none repeat scroll 0 0;border:medium none}.e-ribbon .e-innerdiv{display:table-cell;padding-left:5px;vertical-align:top}.e-ribbon .e-innerdivrow{display:table;padding-left:5px;padding-bottom:5px}.e-ribbon .e-innerdivchild{float:left}.e-ribbon .e-contextualtab .e-link{text-align:center;width:inherit}.e-ribbon .e-contextualtab>.e-active a{border-bottom:3px solid}.e-ribbon .e-contextualtabset>.e-active a{border-bottom:3px solid}.e-ribbon .e-groupdiv>div:after{content:' ';right:0;height:auto;position:absolute;top:5px;bottom:5px;width:1px}.e-ribbon .e-captionarea{font-family:segoe ui;font-size:11px;line-height:11px;text-align:center;position:relative;left:2px;bottom:0;width:100%;float:left;height:14px;display:table-cell}.e-ribbon .e-groupxpand{float:left}.e-ribbon .e-expandcollapse{bottom:0;list-style:none;margin:0;padding:0;position:absolute;right:0;cursor:default}.e-ribbon .e-header .e-contextliset{border:none}.e-ribbon .e-header .e-contextli ul .e-contexttitle,.e-ribbon .e-header .e-contextliset ul .e-contexttitle{border:none;text-align:center;width:100%;font-size:12px}.e-ribbon .e-menu .e-list>ul .e-list a{font-size:10pt;font-style:normal}.e-ribbon .e-menu .e-list>ul .e-list{width:100%;line-height:21px}.e-ribbon .e-centeralign{vertical-align:middle}.e-ribbon .e-controlpadding{padding-left:1px;padding-right:1px}.e-ribbon .e-rarrowup-2x:before{font-size:10px;left:3px;position:relative;top:3px}.e-ribbon .e-rarrowdown-2x:before{font-size:10px;left:2px;position:relative;top:4px}.e-ribbon .e-groupexpander{height:10px;width:10px;cursor:pointer;display:table-cell;left:3px;line-height:2;position:relative;text-align:right;top:-2px}.e-ribbon .e-contentbottom{width:100%;height:14px;display:table}.e-ribbon .e-small{width:25px;height:25px}.e-ribbon .e-big{width:50px;height:50px}.e-ribbon .e-separatordivrow{width:1px;margin-left:3px;margin-right:3px;float:left}.e-ribbon .e-contextul li a{text-decoration:none;border-bottom-width:0;padding:8px 12px 5px;outline:0 none;color:inherit}.e-ribbon .e-expander:before{content:"";font-size:9px;left:-1px;position:relative;top:-2px}.e-ribbon .e-galleryup:before{content:"";font-size:7px;margin-left:3px;margin-top:7px}.e-ribbon .e-gallerydown:before{content:"";font-size:7px;margin-left:3px;margin-top:5px;position:absolute}.e-ribbon .e-galleryexpand:before{content:"";font-size:7px;margin-left:3px;margin-top:7px}.e-ribbon .e-ribbonresize:before{content:"";font-size:7px}.e-ribbon .e-menu ul li{min-width:100px}.e-ribbon .e-menu li ul>.e-list>a,.e-ribbon .e-menu li ul .e-list>span{padding:3px 18px 3px 28px;height:inherit;white-space:nowrap;font-family:Segoe UI}.e-ribbon.e-js .e-gallerymenu a{font-family:Segoe UI}.e-ribbon .e-menu.e-horizontal>.e-list>ul::after{border-style:none}.e-ribbon.e-js .e-header .e-expandcollapse span{margin:0}.e-ribbon .e-header>.e-bottom-line.e-active,.e-ribbon .e-header>.e-bottom-line.e-active:hover{padding-bottom:0}.e-ribbon .e-bottom-line{border:0;margin-right:0}.e-ribbon .e-header li a{padding:4px 14px;border:1px solid transparent}.e-ribbon .e-header>.e-apptab .e-menu{border:0}.e-ribbon .e-header .e-apptab .e-menu>li>a{font-size:16px;border-top:0;font-family:Segoe UI}.e-ribbon .e-header>.e-apptab{opacity:1;filter:alpha(opacity=100)}.e-ribbon .e-header .e-backstagetab{padding-top:0;align-self:flex-end}.e-ribbon .e-header>li{display:inline-table;padding-top:20px;margin-right:2px;border-right:0}.e-ribbon .e-header .e-contextli,.e-ribbon .e-header .e-contextliset{padding-top:17px}.e-ribbon .e-header .e-active:not(.e-list) a{border:1px solid;border-bottom-color:transparent;border-bottom-width:4px}.e-ribbon .e-header .e-menu .e-list{padding-top:0}.e-ribbon .e-header .e-contextualtab,.e-ribbon .e-header .e-contextualtabset{padding-top:0;font-size:16px;border-right:0}.e-ribbon .e-header .e-contextli ul,.e-ribbon .e-header .e-contextliset ul{margin-left:3px;border-top:3px solid}.e-ribbon .e-header .e-contextli ul,.e-ribbon .e-header .e-contextliset ul{margin-left:10px;padding:0}.e-ribbon .e-header .e-contextli ul,.e-ribbon .e-header .e-contextliset ul{margin-left:3px}.e-ribbon .e-header .e-contextli{margin-bottom:-1px}.e-ribbon .e-header>li{height:33px}.e-ribbon .e-tooltipdiv{position:absolute;z-index:100001;width:170px;border:1px solid}.e-ribbon .e-tooltipdivwithimg{width:auto}.e-ribbon .e-tooltipdiv .e-tooltiptitle{font-family:segoe ui;margin-left:10px;margin-right:10px;margin-top:3px;font-size:14px}.e-ribbon .e-tooltipdiv .e-tooltipdesc{margin:10px}.e-ribbon .e-tooltipdiv .e-tooltipcontent{font-family:segoe ui;width:150px;line-height:1.42857;margin:0;padding:0}.e-ribbon .e-tooltipdiv .e-tooltipcntwithimg{display:table-cell;vertical-align:top;padding:0 0 10px 10px;font-family:segoe ui;width:170px}.e-ribbon .e-tooltipdiv .e-tooltipimg{display:table-cell}.e-ribbon .e-resizecontent{overflow:hidden;white-space:normal}.e-ribbon .e-header .e-apptab .e-menu .e-arrows{margin-top:0;padding-top:0}.e-ribbon .e-header .e-apptab .e-menu>li:first-child>a>.e-arrows{margin-top:0;padding-top:3px}.e-ribbon .e-content .e-split-btn,.e-ribbon .e-header .e-apptab .e-menu{white-space:normal}.e-ribbon .e-content .e-split-btn,.e-ribbon .e-header .e-apptab .e-menu{white-space:normal}.e-ribbon .e-ribbonbackstagepage{border:1px solid;position:absolute;z-index:10001}.e-ribbon .e-backstageheader{display:table-cell;list-style:none;padding:0;vertical-align:top}.e-ribbon .e-backstageli{padding:8px 15px 8px 20px;text-align:left}.e-ribbon .e-backstageseparator{height:1px;margin:5px 8px 5px 20px}.e-ribbon .e-backstageli a{background:transparent;text-decoration:none;font-size:12px;outline:none;position:relative;top:-1px;white-space:nowrap}.e-ribbon .e-backstagecontent{display:table-cell;padding:10px 5px 5px 40px;white-space:normal}.e-ribbon .e-backstagetopicon{position:relative;left:16px;width:36px;height:100px;vertical-align:middle;display:table-cell}.e-ribbon .e-backstagetopicon span:before{content:"";font-family:"ej-webfont";font-size:35px}.e-ribbon .e-backstagetopicon:hover,.e-ribbon .e-apptab .e-apptabanchor:hover,.e-ribbon .e-backstageli a:hover,.e-ribbon .e-backstagebutton:hover{cursor:default}.e-ribbon .e-header>.e-apptab .e-apptabanchor{padding-bottom:6px}.e-ribbon .e-backstagebutton{font-size:12px}.e-ribbon .e-rbntooltipshadow{box-shadow:0 0 3px rgba(0,0,0,.4)}.e-ribbon .e-ribbonbackstagepage .e-backstagetitlecontent{display:table-cell;vertical-align:middle;font-size:30px;padding-left:40px}.e-ribbon .e-ribbonbackstagepage .e-backstagetopcontent{display:table-cell}.e-ribbon .e-rarrowup-2x,.e-ribbon .e-ribbonpinicon{background-color:transparent;background-image:none;float:left;height:16px;padding:3px;width:16px}.e-ribbon .e-ribbonpinicon:before{font-family:'ej-webfont';content:"";font-size:10px;left:2px;position:relative;top:3px}.e-fileexplorer{line-height:1.428571429}.e-fileexplorer,.e-fileexplorer .e-treeview .e-fe-node-hover,.e-fileexplorer input,input.e-fe-dialog-text,.e-fe-toolbar.e-responsive-toolbar input{border:1px solid}.e-fileexplorer .e-toolbar,.e-fe-dialog.e-dialog>.e-header+.e-dialog-scroller{border:0 none}.e-fileexplorer .e-treeview .e-fe-node-hover{border-image:initial;cursor:pointer}.e-fileexplorer .e-scroller .e-vscroll,.e-fileexplorer .e-scroller .e-hscroll{width:8px}.e-fileexplorer .e-scroller .e-vscroll .e-icon,.e-fileexplorer .e-scroller .e-hscroll .e-icon{color:transparent}.e-fileexplorer .e-scroller .e-vscroll,.e-fileexplorer .e-scroller .e-hscroll,.e-fileexplorer .e-scroller .e-vhandlespace,.e-fileexplorer .e-switchView .e-button{background:transparent}.e-fileexplorer .e-statusbar .e-itemStaus,.e-fileexplorer input,input.e-fe-dialog-text,.e-fileexplorer .e-treeview .e-text,.e-fe-toolbar.e-responsive-toolbar input{font-size:13px}.e-fileexplorer .e-grid .e-headercelldiv,.e-fileexplorer .e-grid .e-gridcontent tr,.e-fileexplorer .e-tileview .e-tilenode .e-name{font-size:12px;font-weight:normal}.e-fileexplorer .e-splitter,.e-fileexplorer .e-grid .e-headercontent{border:0 none}.e-fileexplorer .e-splitter .e-tileview,.e-fileexplorer .e-splitter .e-pane{overflow:visible}.e-fileexplorer .e-splitter .e-splitbar.e-h-bar{width:0;border-width:0 1px 0 0}.e-imageViewer>img{width:100%;height:100%}.e-imageViewer-wrap .e-vscrollbar{display:none}.e-fileexplorer .e-addressBar{width:260px;padding:0;text-indent:27px}.e-fe-toolbar.e-responsive-toolbar .e-addressBar{width:150px}.e-fileexplorer input,input.e-fe-dialog-text,.e-fe-toolbar.e-responsive-toolbar input{height:22px;line-height:20px;text-indent:9px;font-family:inherit}.e-dialog.e-rtl .e-fe-dialog .e-fe-dialog-label,.e-dialog.e-rtl .e-fe-table tr td,.e-dialog.e-rtl .e-fe-table table tr .e-readonly{direction:ltr;text-align:right}.e-fileexplorer .e-switchView .e-btn.e-btn-normal{height:auto}.e-fileexplorer.e-rtl .e-grid .e-rowcell,.e-fileexplorer.e-rtl .e-tilenode .e-name,.e-fileexplorer.e-rtl .e-treeview .e-text{direction:ltr}.e-fileexplorer .e-toolbar.e-toolbarspan{width:auto}.e-fileexplorer .e-ul.e-horizontal,.e-fe-toolbar.e-responsive-toolbar .e-ul.e-horizontal{margin-top:4px;margin-bottom:4px;padding-left:2px;padding-right:2px}.e-fileexplorer .e-treeview>ul:first-child{margin-top:4px}.e-fileexplorer .e-scrollbar.e-hscrollbar{position:relative;top:-11px;background:transparent}.e-fileexplorer .e-tree-wrapper .e-widget.e-scrollbar,.e-fileexplorer .e-tree-wrapper .e-widget.e-scrollbar [class^="e-"]{box-sizing:border-box}.e-fileexplorer .e-statusbar .e-itemStaus{margin:4px 0 0 18px}.e-rtl.e-fileexplorer .e-statusbar .e-itemStaus{margin:4px 18px 0 0;direction:initial}.e-fileexplorer .e-toolbar .e-addressbar-foldericon,.e-fe-toolbar.e-responsive-toolbar .e-addressbar-foldericon{margin-left:4px;margin-top:4px}.e-fileexplorer .e-uploadbox .e-selectpart,.e-fileexplorer .e-uploadbox{border:0 none}.e-fileexplorer .e-uploadbox .e-selectpart{height:auto;width:auto}.e-fileexplorer .e-uploadbox.e-widget{border-radius:0}.e-fileexplorer .e-uploadbox.e-dialog .e-titlebar{padding:.25em .25em .25em 1em}.e-fileexplorer .e-uploadbox.e-dialog .e-header{font-size:16px}.e-fileexplorer .e-uploadbox.e-dialog .e-titlebar .e-title{margin-left:0;top:0}.e-fileexplorer .e-uploadbox.e-dialog .e-titlebar>.e-dialog-icon .e-close{margin:-9px 0 0 -1px}.e-fileexplorer .e-uploadbox.e-dialog .e-dialog-icon{top:0;right:0}.e-fileexplorer .e-uploadbox.e-dialog .e-file-upload{float:right;width:100%}.e-fileexplorer .e-uploadbox.e-dialog .e-file-upload>.e-btn{left:0;height:30px;float:right;margin:0 9px 0 9px}.e-fileexplorer .e-uploadbox.e-rtl.e-dialog .e-file-upload{float:left}.e-fileexplorer .e-uploadbox.e-rtl.e-dialog .e-file-upload>.e-btn{float:left;margin-left:11px;margin-right:7px}.e-fileexplorer .e-uploadbox.e-dialog .e-head-content{display:none}.e-fileexplorer .e-uploadbox .e-file-list .e-file-progress{width:180px}.e-fileexplorer .e-uploadbox .e-file-list .e-file-size{margin-left:3px;min-width:135px}.e-fileexplorer .e-uploadbox .e-file-list .e-file-percentage{width:130px;margin-left:3px}.e-fileexplorer .e-uploadbox .e-file-list .e-file-percentage .e-file-progress-bar{width:auto}.e-fileexplorer .e-uploadbox .e-file-list .e-action-perform{margin-left:17px}.e-fileexplorer .e-uploadbox.e-rtl .e-file-list .e-file-size,.e-fileexplorer .e-uploadbox.e-rtl .e-file-list .e-file-percentage{margin-left:0}.e-fileexplorer .e-uploadbox.e-rtl .e-file-list .e-action-perform{margin-left:0;margin-right:23px}.e-fileexplorer .e-uploadbox .e-ul>li{height:54px}.e-fileexplorer .e-uploadbox .e-file-list{height:53px;top:0}.e-fe-dialog.e-dialog.e-dialog-wrap{border:none}.e-fileexplorer .e-tileview{margin-bottom:0;overflow:initial;margin-left:10px;margin-top:4px;margin-right:10px}.e-fileexplorer .e-grid{height:inherit}.e-fileexplorer .e-fileurl>input{width:100%;max-width:900px}.e-fileexplorer .e-fileurl{width:343px}.e-fileexplorer .e-filename{width:206px}.e-fileexplorer .e-filename>input{width:100%}.e-fileexplorer .e-filewidth>input,.e-fileexplorer .e-fileheight>input{width:60px}.e-fileexplorer .e-grid{border:0 none}.e-fileexplorer .e-gridheader .e-headercell .e-headercelldiv{font-weight:bold}.e-fileexplorer .e-statusbar{height:25px;border-top:1px solid}.e-fileexplorer .e-grid .e-gridheader{border-bottom:1px solid;border-left:0 none;border-top:0 none;border-right:0 none}.e-fileexplorer .e-grid .e-gridheader,.e-fileexplorer .e-grid .e-gridcontent .e-table{padding-left:10px;padding-right:10px}.e-fileexplorer .e-grid .e-headercell{border-style:none}.e-fileexplorer .e-tilenode{margin:7px 7px 3px 7px;list-style:none;display:inline-block;vertical-align:top;padding:0 0 4px 0;width:104px;border:1px solid transparent}.e-fileexplorer .e-addNewFolder.e-button{margin-left:4px;padding-right:10px;height:25px;background-color:transparent;border:none;float:left}.e-fileexplorer .e-switchGridView.e-button{background:transparent;border:none}.e-fileexplorer .e-swithListView.e-button{background:transparent;border:none}.e-fileexplorer .e-thumbImage{padding:4px;display:block;max-width:96px;max-height:88px;text-align:center;width:auto;height:auto;margin-left:auto;margin-right:auto}.e-fileexplorer .e-name{text-align:center;word-wrap:break-word}.e-fileexplorer .e-addressbar-foldericon{position:absolute}.e-fileexplorer .e-h-arrow{z-index:10001}.e-fileexplorer .e-responsive-toolbar{z-index:1}.e-rtl.e-fileexplorer .e-grid .e-headercelldiv{text-align:right}.e-fileexplorer .e-statusbar .e-switchView{margin:0 6px 0 0}.e-rtl.e-fileexplorer .e-statusbar .e-switchView{margin:0 0 0 6px}.e-rtl.e-fileexplorer .e-toolbar>.e-horizontal.e-ul,.e-rtl.e-fileexplorer .e-statusbar .e-itemStaus,.e-fileexplorer .e-statusbar .e-switchView,.e-rtl.e-fileexplorer .e-toolbar>.e-horizontal.e-ul>li,.e-rtl.e-fileexplorer .e-splitter .e-cont1,.e-rtl.e-fileexplorer .e-splitbar.e-split-divider.e-h-bar,.e-fileexplorer .e-toolbar .e-ul-searchBar{float:right}.e-fileexplorer .e-statusbar .e-itemStaus,.e-rtl.e-fileexplorer .e-statusbar .e-switchView,.e-rtl.e-fileexplorer .e-toolbar .e-horizontal.e-ul.e-ul-searchBar,.e-rtl.e-fileexplorer .e-splitter .e-cont2{float:left}.e-fileexplorer .e-tileview,.e-fileexplorer .e-toolbar .e-feItem-Addressbar,.e-fileexplorer .e-toolbar .e-feItem-Searchbar,.e-fe-toolbar.e-responsive-toolbar .e-feItem-Addressbar,.e-fe-toolbar.e-responsive-toolbar .e-feItem-Searchbar{padding-left:0;padding-right:0}.e-fileexplorer .e-switchGridView-icon,.e-fileexplorer .e-swithListView-icon{height:17px;width:20px;font-family:'ej-webfont'}.e-fileexplorer .e-switchGridView-icon:before{padding-top:1px;font-size:16px;content:""}.e-fileexplorer .e-swithListView-icon:before{font-size:16px;content:""}.e-fileexplorer-toolbar-icon,.e-fileexplorer .e-tree-foldericon,.e-fileexplorer .e-addressbar-foldericon{height:22px;width:22px;font-family:'ej-webfont';font-size:18px;margin-top:2px;text-align:center}.e-fileexplorer .e-tree-foldericon{height:18px;width:14px;padding-right:4px}.e-rtl.e-fileexplorer .e-tree-foldericon{padding-right:0;padding-left:4px;float:right}.e-fileexplorer .e-addressbar-foldericon,.e-fileexplorer .e-tree-foldericon{font-size:14px}.e-fileexplorer .e-addressbar-foldericon:before,.e-fileexplorer .e-tree-foldericon:before,.e-fileexplorer .e-plus~.e-tree-foldericon:before{content:""}.e-fileexplorer .e-minus~.e-tree-foldericon:before,.e-fileexplorer-toolbar-icon.Open:before{content:""}.e-fileexplorer-toolbar-icon.Delete:before{content:""}.e-fileexplorer-toolbar-icon.NewFolder:before{content:""}.e-fileexplorer-toolbar-icon.Back:before{content:""}.e-fileexplorer-toolbar-icon.Forward:before{content:""}.e-fileexplorer-toolbar-icon.Upward:before{content:""}.e-fileexplorer-toolbar-icon.Back:hover:before{content:""}.e-fileexplorer-toolbar-icon.Forward:hover:before{content:""}.e-fileexplorer-toolbar-icon.Cut:before{content:""}.e-fileexplorer-toolbar-icon.Copy:before{content:""}.e-fileexplorer-toolbar-icon.Paste:before{content:""}.e-fileexplorer-toolbar-icon.Details:before,.e-fileexplorer-toolbar-icon.Getinfo:before{content:""}.e-fileexplorer-toolbar-icon.Upload:before{content:""}.e-fileexplorer-toolbar-icon.Refresh:before{content:""}.e-fileexplorer-toolbar-icon.Rename:before{content:""}.e-fileexplorer-toolbar-icon.Download{font-size:26px;top:-3px;position:relative}.e-fileexplorer-toolbar-icon.Download:before{content:""}.e-fileexplorer .e-nonImage-icon,.e-fileexplorer .e-folder-icon{height:85px;width:96px;font-family:'ej-webfont';display:block;padding:4px}.e-fileexplorer .e-folder-icon{font-size:85px}.e-fileexplorer .e-nonImage-icon{font-size:85px;text-align:center}.e-fileexplorer .e-folder-icon:before{position:relative;top:-12px;left:6px;content:""}.e-rtl.e-fileexplorer .e-folder-icon:before{left:-5px}.e-fileexplorer .e-nonImage-icon:before{position:relative;top:-15px;content:""}.e-fileexplorer .e-tile-wrapper.e-js,.e-fileexplorer.e-js,.e-fileexplorer .e-gridcontent,.e-fileexplorer .e-statusbar,.e-fileexplorer .e-statusbar .e-switchView .e-button,.e-fileexplorer .e-toolbar.e-focus,.e-fileexplorer .e-toolbar .e-tool-input:focus,.e-fe-toolbar.e-responsive-toolbar .e-tool-input:focus{outline:none;box-shadow:none}.e-fe-dialog-btn,.e-fe-dialog-centerbtn,.e-fe-dialog-text{margin-top:10px}.e-fe-dialog-text{max-width:310px;width:310px}.e-fe-dialog-btn{padding-bottom:4px;float:right;width:50%}.e-fe-dialog-centerbtn{width:70%;float:right}.e-rtl .e-fe-dialog-centerbtn{width:70%;float:left}.e-fe-btn-ok,.e-fe-btn-cancel{width:45%;height:27px}.e-fe-dialog-centerbtn .e-fe-btn-ok,.e-fe-dialog-btn .e-fe-btn-ok{margin-left:0;margin-right:14px}.e-rtl .e-fe-dialog-centerbtn .e-fe-btn-ok,.e-rtl .e-fe-dialog-btn .e-fe-btn-ok{margin-left:14px;margin-right:0}.e-fe-dialog.e-icon.e-close{float:right;margin:4px 4px 0 0}.e-rtl .e-fe-dialog.e-icon.e-close{margin:4px 0 0 4px}.e-fe-dialog.e-icon.e-close:before{padding-top:2px}.e-rtl .e-fe-dialog.e-icon.e-close,.e-rtl .e-fe-dialog-btn{float:left}.e-fe-dialog-centerbtn,.e-fe-center{text-align:center}.e-fileexplorer .e-toolbar .e-ul-searchBar{margin-right:4px}.e-rtl .e-fileexplorer .e-toolbar .e-ul-searchBar{margin-left:4px;margin-right:0}.e-fileexplorer .e-toolbar .e-ul-creation{margin-left:4px}.e-rtl .e-fileexplorer .e-toolbar .e-ul-creation{margin-left:0;margin-right:4px}.e-fileexplorer .e-treeview>ul{margin:0}.e-fileexplorer .e-toolbar .e-searchBar{padding:0;width:138px}.e-dialog .e-fe-table tr td{padding:4px 0 4px 0;word-break:break-all}.e-dialog .e-fe-table tr td:first-child{padding-right:14px;width:25%}.e-rtl.e-dialog .e-fe-table tr td:first-child{padding-left:14px;padding-right:0}.e-fileexplorer .e-toolbar>ul>li div.e-item-overlay{opacity:0}.e-fileexplorer .e-thumbImage{padding-bottom:0}.e-fe-dialog.e-dialog>.e-titlebar{padding:.3em .25em .25em 1em;border-width:0 0 2px 0}.e-fileexplorer .e-uploadbox .e-scrollbar.e-hscrollbar{top:0}.e-fe-dialog.e-dialog.e-rtl>.e-titlebar,.e-fileexplorer .e-uploadbox.e-dialog.e-rtl .e-titlebar{padding:.3em 1em .25em .25em}.e-fileexplorer .e-uploadbox.e-widget .e-selectpart.e-select{border:none}.e-fileexplorer .e-uploadbox .e-file-upload{padding:0}.e-fileexplorer .e-uploadbox .e-file-upload .e-action-container{margin:0 0 8px auto;padding-top:8px}.e-fileexplorer .e-uploadbox .e-action-container{width:228px}.e-fileexplorer .e-uploadbox.e-rtl .e-action-container{width:220px}.e-fileexplorer .e-uploadbox.e-rtl .e-file-upload .e-action-container{margin:0 auto 8px 0}.e-fileexplorer .e-uploadbox .e-uploadbtn,.e-fileexplorer .e-uploadbox .e-uploadclosebtn{margin-left:8px}.e-dialog.e-imageViewer-wrap .e-titlebar .e-title{overflow:hidden;text-overflow:ellipsis;width:90%;float:left}.e-dialog.e-rtl.e-imageViewer-wrap .e-titlebar .e-title{float:right}.e-menu>.e-list.e-fe-separator{border-bottom:1px solid}.fe-context-menu.e-menu li.e-list>a>span{top:2px}.fe-context-menu.e-menu li.e-list>a{padding-left:30px}.fe-context-menu.e-menu.e-rtl li.e-list>a{padding-right:32px}.e-fileexplorer .e-treeview-wrap .e-item div>span{margin-right:0;display:inline-table;vertical-align:middle}.e-fileexplorer .e-grid tr td:first-child,.e-fileexplorer .e-grid.e-rtl tr td.e-last-rowcell{border-left:1px solid transparent;border-right:0}.e-fileexplorer .e-grid tr td.e-last-rowcell,.e-fileexplorer .e-grid.e-rtl tr td:first-child{border-right:1px solid transparent;border-left:0}.e-fileexplorer .e-grid .e-rowcell{border-top:1px solid transparent;border-bottom:1px solid transparent;border-width:1px 0;padding:.6em}.e-fileexplorer .e-grid .e-gridcontent tr:first-child td{border-top:1px solid transparent}.e-fe-dialog.e-dialog>.e-titlebar .e-dialog-icon{right:0}.e-fileexplorer .e-blur{opacity:.6;filter:alpha(opacity=60)}.e-fileexplorer .e-grid .e-rowcell,.e-fileexplorer .e-tileview .e-tilenode .e-name,.e-fileexplorer .e-treeview .e-text,.e-dialog.e-imageViewer-wrap .e-title,.e-fe-dialog.e-content,.e-fileexplorer .e-statusbar .e-itemStaus{white-space:pre-wrap}.e-fe-dialog.e-dialog .e-widget-content{padding:.5em 1.1em;word-wrap:break-word}.e-fe-dialog.e-dialog,.e-fe-dialog.e-dialog .e-close,.e-fileexplorer .e-uploadbox .e-file-cancel,.e-fileexplorer .e-uploadbox.e-dialog .e-titlebar>.e-dialog-icon .e-close{font-size:12px}.e-fe-dialog .e-fe-dialog-btn .e-fe-btn-yes,.e-fe-dialog .e-fe-dialog-btn .e-fe-btn-no{margin-right:10px;width:20%}.e-fe-dialog-btn.e-replace{width:100%}.e-fileexplorer .e-toolbar{border-bottom:3px solid}.e-fileexplorer .e-toolbar .e-icon.e-toolbar-res-arrow:before{margin-top:8px}.e-fileexplorer .e-scrollbar .e-hscroll .e-icon,.e-fileexplorer .e-scrollbar .e-vscroll .e-icon{display:none}.e-fileexplorer .e-tree-wrapper .e-scrollbar.e-hscrollbar{top:10px}.e-fileexplorer .e-icon.e-fe-resize{float:right;padding:8px 2px 0 0;cursor:se-resize}.e-fileexplorer .e-icon.e-fe-resize+.e-switchView{margin:0}.e-fileexplorer .e-tilenode .e-image{display:table-cell;vertical-align:bottom;width:100px}.e-dialog .e-fe-table table{width:100%;border-collapse:collapse;border-spacing:0}.e-dialog .e-fe-table table tr .e-readonly{width:100%;font-size:14px;overflow:hidden;text-overflow:ellipsis;font-family:Segoe UI}.e-dialog .e-fe-table table .e-border{border-bottom:1px solid}.e-fileexplorer .e-grid .e-rowcell,.e-fileexplorer .e-treeview .e-text,.e-dialog.e-imageViewer-wrap .e-title,.e-fileexplorer .e-statusbar .e-itemStaus{white-space:pre}.e-fileexplorer .e-tileview .e-tilenode .e-name,.e-fe-dialog.e-content{white-space:pre-wrap}.e-validation-error{font-size:14px;color:#cd0a0a}.e-spreadsheet{height:auto;outline:none;line-height:1.428571429}.e-spreadsheet{border:1px solid}.e-spreadsheet .e-spreadsheetcolumnheader{border-bottom:1px solid}.e-spreadsheet .e-headercell{height:20px;background:none repeat scroll 0 0;border-width:0 1px 1px 0;border-style:solid;font-weight:normal;font-size:11pt;padding:0 .25em 0 0;text-align:center;text-overflow:ellipsis;cursor:url(common-images/spreadsheet/Down_Arrow.cur),auto}.e-spreadsheet .e-headercontent{border-right:1px solid;border-left:1px solid}.e-spreadsheet .e-rowheadercontent{border-bottom:1px solid}.e-spreadsheet .e-rowheader{text-align:center;vertical-align:bottom;display:table-cell;border-width:0 1px 1px 0;border-style:solid;cursor:url(common-images/spreadsheet/Right_Arrow.cur),auto;font-size:11pt;line-height:14px;padding:0 1px 3px 1px}.e-spreadsheet .e-table{border:0 none;border-collapse:separate;margin-top:0;table-layout:fixed;width:100%;border-spacing:0}.e-spreadsheet .e-rowcell{border-width:0 1px 1px 0;border-style:solid;line-height:normal;width:auto;overflow:hidden;white-space:pre;vertical-align:bottom;padding:0 1px 0 2px;text-overflow:ellipsis}.e-ss-cursor{cursor:cell}.e-spreadsheet .e-scrollcss{padding-right:17px;background:none repeat scroll 0 0}.e-spreadsheet .e-scrollrowcss{padding-bottom:18px;background:none repeat scroll 0 0}.e-spreadsheet .e-spreadsheetrowheader{overflow:hidden}.e-spreadsheet .e-headercontent,.e-spreadsheet .e-rowheadercontent,.e-spreadsheet .e-headercell,.e-spreadsheet .e-spreadsheetcontentcontainer{overflow:hidden;position:relative}.e-spreadsheet .e-content{position:relative}.e-spreadsheet .e-ralign{text-align:right}.e-spreadsheet .e-calign{text-align:center}.e-spreadsheetcontentcontainer .e-scrollbar.e-hscrollbar{float:left}.e-spreadsheetcontentcontainer .e-scrollbar.e-vscrollbar{float:right}.e-spreadsheetcontentcontainer .e-content{position:relative;float:left;overflow:hidden}.e-spreadsheet td.e-bborderright,.e-spreadsheet td.e-rborderright,.e-spreadsheet td.e-vborderright,.e-spreadsheet td.e-gborderright,.e-spreadsheet td.e-pborderright,.e-spreadsheet td.e-oborderright,.e-spreadsheet td.e-bctrlborderright,.e-spreadsheet td.e-rctrlborderright,.e-spreadsheet td.e-vctrlborderright,.e-spreadsheet td.e-gctrlborderright,.e-spreadsheet td.e-pctrlborderright,.e-spreadsheet td.e-octrlborderright{border-right:1px dashed}.e-spreadsheet td.e-bborderbottom,.e-spreadsheet td.e-rborderbottom,.e-spreadsheet td.e-vborderbottom,.e-spreadsheet td.e-gborderbottom,.e-spreadsheet td.e-pborderbottom,.e-spreadsheet td.e-oborderbottom,.e-spreadsheet td.e-bctrlborderbottom,.e-spreadsheet td.e-rctrlborderbottom,.e-spreadsheet td.e-vctrlborderbottom,.e-spreadsheet td.e-gctrlborderbottom,.e-spreadsheet td.e-pctrlborderbottom,.e-spreadsheet td.e-octrlborderbottom{border-bottom:1px dashed}.e-spreadsheet td.e-bcbright,.e-spreadsheet td.e-vcbright,.e-spreadsheet td.e-rcbright{border-right:1px solid}.e-spreadsheet td.e-bcbbottom,.e-spreadsheet td.e-vcbbottom,.e-spreadsheet td.e-rcbbottom{border-bottom:1px solid}.e-spreadsheet .e-thinright{border-right:1px solid}.e-spreadsheet .e-thinbottom{border-bottom:1px solid}.e-spreadsheet .e-focustop,.e-spreadsheet .e-focusright,.e-spreadsheet .e-focusbottom,.e-spreadsheet .e-focusleft{position:absolute}.e-spreadsheet div.e-selecttop{border-top:1px solid}.e-spreadsheet div.e-selectright{border-right:1px solid}.e-spreadsheet div.e-selectbottom{border-bottom:1px solid}.e-spreadsheet div.e-selectleft{border-left:1px solid}.e-spreadsheet div.e-autofilltop{border-top:2px solid}.e-spreadsheet div.e-autofillright{border-right:2px solid}.e-spreadsheet div.e-autofillbottom{border-bottom:2px solid}.e-spreadsheet div.e-autofillleft{border-left:2px solid}.e-spreadsheet .e-autofill{width:4px;height:4px;border:1px solid #fff;position:absolute;cursor:crosshair}.e-spreadsheet td.e-cutright{border-right:1px dashed}.e-spreadsheet td.e-cutbottom{border-bottom:1px dashed}.e-spreadsheet .e-pager .e-mediaforward{border-right:solid 1px;border-radius:0}.e-spreadsheet .e-splitspan{position:absolute}.e-spreadsheet .e-pager .e-new{height:100%;padding:0 4px 2px 8px;vertical-align:middle}.e-spreadsheet .e-pager{padding-bottom:0;padding-top:0;outline:0}.e-spreadsheet .e-pager,.e-spreadsheet .e-pager .e-pagercontainer{border-style:none}.e-spreadsheet .e-pager .e-currentitem{border-bottom:solid}.e-spreadsheet .e-pager .e-numericitem{padding-bottom:3px;padding-top:0}.e-spreadsheet .e-pager .e-pagercontainer{overflow:visible;height:24px}.e-spreadsheetfooter .e-table td{padding:0}.e-spreadsheetfooter{border-top:1px solid}.e-spreadsheet .e-reSizeColbg{position:absolute;border-left-width:1px;border-left-style:dotted}.e-spreadsheet .e-reSizeAPbg{position:absolute;border-left-width:2px;border-left-style:dotted}.e-spreadsheet .e-reSizeRowbg{position:absolute;border-top-width:1px;border-top-style:dotted}.e-spreadsheet .e-sswraptext{white-space:normal;word-wrap:break-word}.e-spreadsheetpanel,.e-spreadsheetactpanel{float:left;font-family:Calibri;font-size:11pt}.e-spreadsheet .e-cursormove{cursor:move}.e-alertDlg{width:200px;float:right}.e-alertok{margin-left:100px;margin-top:30px}.e-filterspan{cursor:pointer;width:15px;height:15px;float:right;vertical-align:bottom;position:relative}.e-insertdlgbtndiv{margin-left:3px;margin-top:0}.e-contentdialog{height:115px}.e-contentdialog td{padding-left:10px}.e-spreadsheet .e-in-wrap{border:none;background-color:inherit;color:inherit}.e-spreadsheet .e-excelfilter .e-in-wrap{border:1px solid}.e-spreadsheet .e-formulabar{width:100%;height:36px;font-family:Calibri;font-size:11pt}.e-spreadsheet .e-indexbox,.e-spreadsheet .e-insertbox{float:left;margin:5px;border:1px solid;height:24px;font-size:13px;line-height:23px;color:#000;text-align:center}.e-ss-function:before{content:"";font-family:"ej-xlfont";font-size:16px;float:left;height:20px;width:23px}.e-spreadsheet .e-inputbox{float:left;margin:5px;height:24px;border:1px solid}.e-spreadsheet .e-inputbox>input{height:100%;width:100%;background-color:transparent;border:medium none}.e-spreadsheet .e-ss-input{text-indent:0;width:100%;padding-left:2px}.e-spreadsheet .e-editedcell{padding:0 1px 0 0}.e-spreadsheet .e-editedcell.e-msie-edit{padding:0}.e-spreadsheet div.e-error .e-errortail{height:0;width:0;position:relative;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid}.e-spreadsheet .e-ss-findselect{height:29px}.e-conok{margin-right:5px}.e-numberContent .e-numeric{float:right;margin-right:100px}.e-dlgleft .e-listbox>li{padding:4px}.e-spreadsheet label,.e-cfdiv label,.e-ss-dlgtab label,.e-ss-dlgtabval label,.e-ss-dialog label{font-weight:normal}.e-dlgtab .e-header,.e-valdlgtab .e-header{height:35px}.e-dlgtab .e-header li,.e-valdlgtab .e-header li{height:35px}.e-valdlgtab{margin:10px}.e-subtab{margin:6px 10px 13px}.e-numbercontent .e-chkbox-wrap,.e-accountingcontent .e-chkbox-wrap{padding:5px}.e-ss-clearval:before{content:"";font-size:20px}.e-spreadsheet .e-error div.e-field-validation-error{border-radius:7px;font-size:14px;padding:7px}div.e-dlg-field-validation-error{border-radius:7px;font-size:14px;padding:6px;position:absolute;font-size:12px;line-height:10px}div.e-dlg-field-validation-error:before{content:"";position:absolute;top:-17px;left:10px;border-bottom:10px solid;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid transparent}.e-spreadsheet div.e-error .e-toparrow{left:10%;display:block}.e-spreadsheet div.e-error{position:absolute}.e-ssr-validationsbtn{text-indent:-13px;line-height:1px;text-align:center}@font-face{font-family:'ej-xlfont';src:url('common-images/spreadsheet/ejxlicons.eot?-dzszjm');src:url('common-images/spreadsheet/ejxlicons.eot?#iefix-dzszjm') format('embedded-opentype'),url('common-images/spreadsheet/ejxlicons.woff?-dzszjm') format('woff'),url('common-images/spreadsheet/ejxlicons.ttf?-dzszjm') format('truetype'),url('common-images/spreadsheet/ejxlicons.svg?-dzszjm#ejssicons') format('svg');font-weight:normal;font-style:normal}.e-spreadsheet .e-ssr-verticalHparent .e-splitbutton.e-select:enabled{border:1px solid transparent;border-top:0}.e-spreadsheet .e-ssr-verticalHparent .e-button.e-select:enabled{border:1px solid transparent;border-bottom:0}.e-spreadsheet .e-ssr-verticalHparent .e-active,.e-spreadsheet .e-ssr-verticalHparent .e-active .e-splitbutton.e-select{border:0}.e-spreadsheet .e-ssr-verticalHparent .e-button.e-select:enabled{border:1px solid transparent;border-bottom:0}.e-spreadsheet .e-ssr-verticalHparent .e-active,.e-spreadsheet .e-ssr-verticalHparent .e-active .e-splitbutton.e-select{border:0}.e-spreadsheet .e-split .e-in-wrap.e-ssr-horizontalprt .e-drp-btn.e-split-btn:enabled{border:1px solid transparent;border-left:none}.e-spreadsheet .e-split .e-in-wrap.e-ssr-horizontalprt .e-splitbutton.e-split-btn:enabled{border:1px solid transparent;border-right:none}.e-spreadsheet .e-ssr-verticalHparent .e-controlpadding{padding:0}.e-spreadsheet .e-splitarrowright.e-ssr-horizontalprt .e-split-btn.e-rht-btn{width:13px}.e-spreadsheet .e-split .e-padding.e-splitarrowright.e-ssr-horizontalprt{padding:0 13px 0 0}.e-spreadsheet .e-ss-colorpicker .e-in-wrap.e-ssr-colpickHprt .e-ssr-colorcontainer{border:1px solid transparent;height:24px}.e-spreadsheet .e-ss-colorpicker .e-in-wrap.e-ssr-colpickHprt .e-tool-icon.e-ss-fontcolor{padding:1px 4px 2px}.e-spreadsheet .e-ss-colorpicker .e-in-wrap.e-ssr-colpickHprt .e-tool-icon.e-ss-backgroundcolor{padding:0 3px 2px}.e-spreadsheet .e-ssr-newcmnt+.e-btntxt,.e-spreadsheet .e-ssr-editcmnt+.e-btntxt,.e-spreadsheet .e-ssr-deletecmnt+.e-btntxt,.e-spreadsheet .e-ssr-previouscmnt+.e-btntxt,.e-spreadsheet .e-ssr-nextcmnt+.e-btntxt{line-height:64px}.e-spreadsheet .e-ssr-newcmnt+.e-btntxt{text-indent:-2px}.e-spreadsheet .e-findbtn .e-btntxt,.e-spreadsheet .e-fpanebtn .e-btntxt{line-height:14px;text-indent:4px;text-align:left;width:42px}.e-spreadsheet .e-deletesbtn .e-btntxt,.e-spreadsheet .e-insertsbtn .e-btntxt{text-indent:-10px}.e-spreadsheet .e-ssr-range+.e-btntxt{line-height:15px}.e-spreadsheet .e-ssr-charttype+.e-btntxt,.e-spreadsheet .e-ssr-srcolumn+.e-btntxt,.e-spreadsheet .e-formatastablebtn .e-btntxt,.e-spreadsheet .e-ssr-namemngr+.e-btntxt{line-height:14px}.e-spreadsheet .e-ssr-selectdata+.e-btntxt{line-height:14px;padding-left:1px}.e-spreadsheet .e-ssr-print+.e-btntxt{padding-top:5px}.e-spreadsheet .e-ssr-filter+.e-btntxt{line-height:25px}.e-spreadsheet .e-ssr-pivottable+.e-btntxt,.e-spreadsheet .e-ssr-hyperlink+.e-btntxt,.e-spreadsheet .e-ssr-pictures+.e-btntxt,.e-spreadsheet .e-ssr-table+.e-btntxt{padding-top:6px}.e-menu-wrap .e-chartcontent{height:40px}.e-spreadsheet .e-cformatbtn .e-btntxt{line-height:14px;text-align:left;text-indent:4px;width:67px}.e-spreadsheet .e-cellstylebtn .e-btntxt{line-height:14px;text-indent:10px;text-align:left;width:38px}.e-spreadsheet .e-sortfltrbtn .e-btntxt{line-height:14px;text-align:left;width:35px;padding-top:3px}.e-spreadsheet .e-ssr-validationsbtn .e-btntxt{line-height:14px;text-align:left;text-indent:18px;width:71px}.e-spreadsheet .e-clearbtn .e-btntxt{padding-bottom:16px}.e-spreadsheet .e-autosumbtn .e-btntxt{padding-bottom:6px}.e-spreadsheet .e-ssr-cut+.e-btntxt,.e-spreadsheet .e-ssr-copy+.e-btntxt,.e-spreadsheet .e-ss-formatpainter+.e-btntxt{padding-bottom:4px}.e-spreadsheet .e-mergebtn .e-btntxt{text-indent:-16px;line-height:15px}.e-spreadsheet .e-ssr-definename+.e-btntxt{text-indent:-6px}.e-spreadsheet .e-useinformulabtn .e-btntxt{text-indent:-9px}.e-spreadsheet .e-ssr-pastesbtn .e-btntxt{text-indent:6px;padding-bottom:7px}.e-spreadsheet .e-chartlayoutbtn .e-btntxt{line-height:14px;text-align:left;text-indent:-1px;width:53px}.e-ssr-pastesbtn{text-indent:-12px}.e-ss-cut:before{content:"";font-family:"ej-xlfont"}.e-ssr-cut:before{content:"";font-family:"ej-xlfont";text-indent:-8px;font-size:15px;line-height:13px}.e-ssr-copy:before{content:"";font-family:"ej-xlfont";font-size:15px;text-indent:-6px;line-height:13px}.e-ss-copy:before{content:"";font-family:"ej-xlfont";font-size:15px;text-indent:-1px}.e-ss-paste:before{content:"";font-family:"ej-xlfont";font-size:15px;line-height:17px;text-indent:-1px}.e-ssr-paste:before{content:"";font-family:"ej-xlfont";font-size:32px;line-height:20px;text-indent:-9px}.e-ss-formatpainter:before{content:"";font-family:"ej-xlfont";font-size:15px;text-indent:-1px;line-height:14px}.e-ss-fpcursor{cursor:url(common-images/spreadsheet/Format_Painter.cur),auto}.e-spreadsheet .e-new:before{content:"";font-family:"ej-xlfont";font-size:12px;line-height:26px;text-indent:-1px}.e-ssr-clear:before{content:"";font-family:"ej-xlfont";font-size:18px;line-height:16px;text-indent:-4px;height:30px}.e-ss-clear:before{content:"";font-family:"ej-xlfont";font-size:15px;text-indent:0}.e-ss-clearformat:before{content:"";font-family:"ej-xlfont";font-size:17px;text-indent:2px}.e-ssr-autosum:before{content:"";font-family:"ej-xlfont";font-size:16px;line-height:13px;text-indent:-4px}.e-ss-autosum:before{content:"";font-family:"ej-xlfont";font-size:16px;line-height:14px;text-indent:1px}.e-ss-newsheet:before{content:"";font-family:"ej-xlfont";font-size:15px;text-indent:-3px;line-height:8px}.e-ss-open:before{content:"";font-family:"ej-xlfont";font-size:15px;line-height:5px;text-indent:-3px}.e-ss-bottomborder:before,.e-ss-topborder:before,.e-ss-leftborder:before,.e-ss-rightborder:before,.e-ss-noborder:before,.e-ss-allborder:before,.e-ss-outsideborder:before,.e-ss-thickboxborder:before,.e-ss-thickbottomborder:before,.e-ss-topandbottomborder:before,.e-ss-topandthickbottomborder:before,.e-ss-drawborder:before,.e-ss-drawbordergrid:before{font-family:"ej-xlfont";font-size:15px;line-height:13px;text-indent:2px}.e-ss-bottomborder:before{content:""}.e-ss-topborder:before{content:""}.e-ss-leftborder:before{content:""}.e-ss-rightborder:before{content:""}.e-ss-noborder:before{content:""}.e-ss-allborder:before{content:""}.e-ss-outsideborder:before{content:""}.e-ss-thickboxborder:before{content:""}.e-ss-thickbottomborder:before{content:""}.e-ss-topandbottomborder:before{content:""}.e-ss-topandthickbottomborder:before{content:""}.e-ss-drawborder:before{content:""}.e-ss-drawbordergrid:before{content:""}.e-ss-drwbrdrcursor{cursor:url(common-images/spreadsheet/Draw_Border.cur),auto}.e-ss-drwbrdrgridcursor{cursor:url(common-images/spreadsheet/Draw_Border_Grid.cur),auto}.e-ss-borderstyle:before,.e-ss-solid:before,.e-ss-dashed:before,.e-ss-dotted:before{content:"";font-size:18px}.e-ss-bordercolor:before{content:"";font-family:"ej-xlfont";font-size:18px}.e-spreadsheet .e-ss-backgroundcolor:before{content:"";font-family:"ej-xlfont";font-size:18px;line-height:19px;text-indent:-1px}.e-spreadsheet .e-ss-fontcolor:before{content:"";font-family:"ej-xlfont";font-size:15px;line-height:17px;text-indent:-1px}.e-ss-increasefontsize:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-2px;line-height:15px}.e-ss-decreasefontsize:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-2px;line-height:14px}.e-ss-indent:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-2px;line-height:15px}.e-ss-outdent:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-2px;line-height:17px}.e-ss-bold:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-2px;line-height:16px}.e-ss-italic:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-2px;line-height:15px}.e-ss-underline:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-2px;line-height:14px}.e-ss-linethrough:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-2px;line-height:16px}.e-ss-alignleft:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-1px;line-height:15px}.e-ss-aligncenter:before{content:"";font-family:"ej-xlfont";font-size:18px;line-height:13px;text-indent:-1px}.e-ss-alignright:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-1px;line-height:15px}.e-ss-alignjustify:before{content:"";font-family:"ej-xlfont";font-size:18px;line-height:14px;text-indent:-2px}.e-ss-wraptext:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-2px;line-height:14px}.e-ss-topalign:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-2px;line-height:12px}.e-ss-middlealign:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-2px;line-height:14px}.e-ss-bottomalign:before{content:"";font-family:"ej-xlfont";font-size:18px;line-height:17px;text-indent:-2px}.e-ss-addnew:before{content:"";font-family:"ej-xlfont";font-size:15px}.e-ss-delete:before{content:"";font-family:"ej-xlfont";font-size:15px}.e-ss-comma:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-2px;line-height:15px}.e-ss-accounting:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-2px;line-height:15px}.e-ss-percentage:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-2px;line-height:13px}.e-ss-increasedecimal:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-2px;line-height:13px}.e-ss-decreasedecimal:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-2px;line-height:13px}.e-ss-undo:before{content:"";font-family:"ej-xlfont";font-size:32px;text-indent:-9px;line-height:2px}.e-ss-redo:before{content:"";font-family:"ej-xlfont";font-size:32px;text-indent:-9px;line-height:2px}.e-ssr-find:before{content:"";font-family:"ej-xlfont";font-size:32px}.e-spreadsheet .e-ssr-merge:before{content:"";font-family:"ej-xlfont";font-size:16px;line-height:14px;text-indent:-27px}.e-ss-merge:before,.e-ss-mergecenter:before,.e-ss-mergeacross:before,.e-ss-unmerge:before{font-family:"ej-xlfont";font-size:16px;line-height:15px;text-indent:2px}.e-ss-merge:before{content:""}.e-ss-mergecenter:before{content:""}.e-ss-mergeacross:before{content:""}.e-ss-unmerge:before{content:""}.e-ss-sortatoz:before{content:"";font-family:"ej-xlfont";font-size:15px;line-height:17px;text-indent:0}.e-ss-sortztoa:before{content:"";font-family:"ej-xlfont";font-size:15px;line-height:17px;text-indent:0}.e-ssr-sortatoz:before{content:"";font-family:"ej-xlfont";font-size:18px;line-height:16px;text-indent:-4px}.e-ssr-sortztoa:before{content:"";font-family:"ej-xlfont";font-size:18px;line-height:16px;text-indent:-6px}.e-ssdrop-sortatoz:before{content:""}.e-ssdrop-sortztoa:before{content:""}.e-ssdrop-sortatoz:before,.e-ssdrop-sortztoa:before,.e-ssdrop-filter:before,.e-ssdrop-clearfilter:before{font-family:"ej-xlfont";font-size:18px;line-height:16px;text-indent:1px}.e-ss-filter:before{content:"";font-family:"ej-xlfont";font-size:15px;line-height:17px;text-indent:0}.e-ssdrop-filter:before{content:"";text-indent:0}.e-ssfilter:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-8px;line-height:15px}.e-ssfilter-asc:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-8px}.e-ssfilter-dsc:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-8px}.e-ssfiltered:before{content:"";font-family:"ej-xlfont";font-size:17px;text-indent:-8px}.e-ssfiltered-asc:before{content:"";font-family:"ej-xlfont";font-size:17px;text-indent:-8px}.e-ssfiltered-dsc:before{content:"";font-family:"ej-xlfont";font-size:17px;text-indent:-8px}.e-ss-filternone:before{content:""}.e-ssr-filter:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-7px;line-height:15px}.e-ssr-filter .e-btntxt{line-height:27px}.e-ss-clearfilter:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-2px;line-height:17px}.e-ssdrop-clearfilter:before{content:"";text-indent:3px}.e-ss-printselected:before{content:"";font-family:"ej-xlfont";font-size:40px;line-height:19px;text-indent:-13px}.e-ssr-printselected:before{content:"";font-family:"ej-xlfont";font-size:32px;text-indent:-9px;line-height:33px}.e-ss-print:before{content:"";font-family:"ej-xlfont";font-size:40px;line-height:19px;text-indent:-12px}.e-ssr-print:before{content:"";font-family:"ej-xlfont";font-size:32px;text-indent:-9px;line-height:6px}.e-ssr-namemngr:before{content:"";font-family:"ej-xlfont";font-size:32px;text-indent:-8px;line-height:19px}.e-ssr-definename:before{content:"";font-family:"ej-xlfont";font-size:18px;line-height:14px;text-indent:-16px}.e-ssr-useformula:before{content:"";font-family:"ej-xlfont";font-size:21px;line-height:14px;text-indent:-21px}.e-ss-importxl:before{content:"";font-family:"ej-xlfont"}.e-ss-saveas:before{content:"";font-family:"ej-xlfont";font-size:15px;line-height:8px;text-indent:-3px}.e-ss-exportxl:before,.e-ss-exportcsv:before{font-family:"ej-xlfont";font-size:40px;line-height:19px;text-indent:-12px}.e-ss-exportxl:before{content:""}.e-ss-exportcsv:before{content:""}.e-ssr-exportxl:before{content:"";font-family:"ej-xlfont";font-size:32px;text-indent:-7px;line-height:33px}.e-ssr-exportcsv:before{content:"";font-family:"ej-xlfont";font-size:32px;text-indent:-7px;line-height:33px}.e-ssr-pagesize:before{content:"";font-family:"ej-xlfont";font-size:32px;line-height:8px;text-indent:-10px}.e-ss-hlval:before{content:"";font-size:20px;line-height:16px;text-indent:0}.e-ss-clearval:before{content:"";font-size:20px;text-indent:0;line-height:16px}.e-ssr-validation:before{content:"";font-family:"ej-xlfont";font-size:32px;text-indent:-8px;line-height:12px}.e-ss-validation:before{content:"";font-family:"ej-xlfont";font-size:32px;line-height:13px;text-indent:-5px}.e-ss-formatcells:before{content:"";font-family:"ej-xlfont";font-size:15px}.e-ssr-condformat:before{content:"";font-family:"ej-xlfont";font-size:32px;line-height:34px;text-indent:-8px;height:30px}.e-ss-selectall:before{content:"";font-family:"ej-xlfont";font-size:12px;line-height:22px;text-indent:5px}.e-spreadsheet .e-ssr-newcmnt:before{content:"";font-family:"ej-xlfont";font-size:32px;line-height:43px;text-indent:-13px}.e-spreadsheet .e-ssr-editcmnt:before{content:"";font-family:"ej-xlfont";font-size:39px;line-height:43px;text-indent:-13px}.e-spreadsheet .e-ssr-deletecmnt:before{content:"";font-family:"ej-xlfont";font-size:32px;text-indent:-13px;line-height:42px}.e-spreadsheet .e-ssr-previouscmnt:before{content:"";font-family:"ej-xlfont";font-size:32px;text-indent:-13px;line-height:42px}.e-spreadsheet .e-ssr-nextcmnt:before{content:"";font-family:"ej-xlfont";font-size:32px;text-indent:-13px;line-height:42px}.e-spreadsheet .e-ssr-showhidecmnt:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-7px;line-height:15px}.e-spreadsheet .e-ssr-showallcmnt:before{content:"";font-family:"ej-xlfont";font-size:18px;text-indent:-7px;line-height:15px}.e-spreadsheet .e-ss-newcmnt:before{content:"";font-family:"ej-xlfont";font-size:18px}.e-spreadsheet .e-ss-editcmnt:before{content:"";font-family:"ej-xlfont";font-size:18px}.e-spreadsheet .e-ss-deletecmnt:before{content:"";font-family:"ej-xlfont";font-size:18px}.e-spreadsheet .e-ssr-frzpane:before{content:"";font-family:"ej-xlfont";font-size:32px;line-height:33px;text-indent:-8px;height:30px}.e-ss-frzpane:before,.e-ss-frzrow:before,.e-ss-frzcln:before{font-family:"ej-xlfont";font-size:18px;line-height:16px;text-indent:1px}.e-ss-frzpane:before{content:""}.e-ss-frzrow:before{content:""}.e-ss-frzcln:before{content:""}.e-spreadsheet .e-ssr-pictures:before{content:"";font-family:"ej-xlfont";font-size:43px;line-height:8px;text-indent:-13px}.e-spreadsheet .e-ssr-changepicture:before{content:"";font-family:"ej-xlfont";text-indent:-5px;line-height:15px;font-size:18px}.e-spreadsheet .e-ssr-resetpicture:before{content:"";font-family:"ej-xlfont";text-indent:-5px;line-height:15px;font-size:18px}.e-ss-resetpicture:before{content:"";font-family:"ej-xlfont";text-indent:-1px;line-height:16px;font-size:18px}.e-spreadsheet .e-ssr-pictureborder:before{content:"";font-family:"ej-xlfont";text-indent:-1px;line-height:15px;font-size:18px}.e-ssr-hyperlink:before{content:"";font-family:"ej-xlfont";font-size:32px;text-indent:-7px;line-height:7px}.e-ss-hyperlink:before{content:"";font-family:"ej-xlfont";text-indent:1px;line-height:17px;font-size:15px}.e-ss-removelink:before{content:"";font-family:"ej-xlfont";text-indent:1px;font-size:18px}.e-spreadsheet.e-split .e-list.e-haschild span.e-ss-condformat{overflow:unset}.e-ss-hlcellrules:before,.e-ss-greaterthan:before,.e-ss-lessthan:before,.e-ss-between:before,.e-ss-equalto:before,.e-ss-textcontains:before,.e-ss-dateoccur:before,.e-ss-clearrules:before{font-family:"ej-xlfont";font-size:13px;text-indent:3px;line-height:15px}.e-ss-hlcellrules:before{content:""}.e-ss-greaterthan:before{content:""}.e-ss-lessthan:before{content:""}.e-ss-between:before{content:""}.e-ss-equalto:before{content:""}.e-ss-textcontains:before{content:""}.e-ss-dateoccur:before{font-size:12px;content:""}.e-ss-clearrules:before{content:"";font-size:15px}.e-ss-goto:before{content:"";font-family:"ej-xlfont";font-size:15px;line-height:18px;text-indent:0}.e-ss-replace:before{content:"";font-family:"ej-xlfont";font-size:15px;line-height:16px;text-indent:2px}.e-ss-findselect:before{content:"";font-family:"ej-xlfont";font-size:32px;line-height:33px;text-indent:-8px;height:30px}.e-ss-find:before{content:"";font-family:"ej-xlfont";font-size:15px;line-height:12px;text-indent:2px}.e-ss-sortfilter:before{content:"";font-family:"ej-xlfont";font-size:32px;text-indent:-8px;line-height:29px;height:30px}.e-ssr-formatastable:before{content:"";font-family:"ej-xlfont";font-size:32px;text-indent:-4px;line-height:37px;height:30px}.e-ssr-cellstyles:before{content:"";font-family:"ej-xlfont";font-size:32px;text-indent:-6px;line-height:34px;height:30px}.e-ssr-table:before{content:"";font-family:"ej-xlfont";font-size:32px;line-height:8px;text-indent:-9px}.e-ssr-pivottable:before{content:"";font-family:"ej-xlfont";font-size:32px;text-indent:-9px;line-height:8px}.e-ssr-range:before{content:"";font-family:"ej-xlfont";text-indent:-3px;font-size:18px;line-height:17px}.e-ssr-resizetable:before{content:"";font-family:"ej-xlfont";text-indent:-2px;font-size:18px}.e-spreadsheet .e-ssr-insert:before{content:"";font-family:"ej-xlfont";font-size:32px;line-height:15px;text-indent:-9px}.e-ssr-inscell:before,.e-ssr-insrow:before,.e-ssr-inscol:before,.e-ssr-inssheet:before{font-family:"ej-xlfont";font-size:15px;line-height:18px;text-indent:3px}.e-ssr-inscell:before{content:"";line-height:16px}.e-ssr-insrow:before{content:"";line-height:18px}.e-ssr-inscol:before{content:""}.e-ssr-inssheet:before{content:""}.e-spreadsheet .e-ssr-delete:before{content:"";font-family:"ej-xlfont";font-size:32px;line-height:15px;text-indent:-9px}.e-ssr-delcell:before,.e-ssr-delrow:before,.e-ssr-delcol:before,.e-ssr-delsheet:before{font-family:"ej-xlfont";font-size:15px;line-height:17px;text-indent:3px}.e-ssr-delcell:before{content:""}.e-ssr-delrow:before{content:""}.e-ssr-delcol:before{content:""}.e-ssr-delsheet:before{content:""}.e-ss-noborderdlg:before{content:"";font-family:"ej-xlfont";font-size:30px;margin-left:-7px;margin-top:-15px}.e-ss-outsideborderdlg:before{content:"";font-family:"ej-xlfont";font-size:30px;margin-left:-7px;margin-top:-15px}.e-ss-topborderdlg:before{content:"";font-family:"ej-xlfont";font-size:20px;margin-left:-2px;margin-top:-6px}.e-ss-leftborderdlg:before{content:"";font-family:"ej-xlfont";font-size:20px;margin-left:-2px;margin-top:-6px}.e-ss-rightborderdlg:before{content:"";font-family:"ej-xlfont";font-size:20px;margin-left:-2px;margin-top:-6px}.e-ss-bottomborderdlg:before{content:"";font-family:"ej-xlfont";font-size:20px;margin-left:-2px;margin-top:-6px}.e-ss-allborderdlg:before{content:"";font-family:"ej-xlfont";font-size:29px;margin-left:-7px;margin-top:-15px}.e-ssr-chartwidth:before{content:"";font-family:"ej-xlfont";font-size:24px;margin-top:5px}.e-ssr-chartheight:before{content:"";font-family:"ej-xlfont";font-size:24px;margin-top:5px}.e-ssr-srcolumn:before{content:"";font-family:"ej-xlfont";font-size:32px;line-height:22px;text-indent:-9px}.e-ssr-selectdata:before{content:"";font-family:"ej-xlfont";font-size:32px;line-height:27px;text-indent:-8px}.e-ssr-charttype:before{content:"";font-family:"ej-xlfont";font-size:32px;line-height:26px;text-indent:-8px}.e-ssr-celements:before{content:"";font-family:"ej-xlfont";font-size:32px;line-height:-1px;text-indent:-10px}.e-spreadsheet .e-ss-colchart:before{content:"";font-family:"ej-xlfont";font-size:16px;text-indent:-14px;line-height:14px}.e-spreadsheet .e-ss-barchart:before{content:"";font-family:"ej-xlfont";font-size:16px;text-indent:-14px;line-height:14px}.e-spreadsheet .e-ss-stockchart:before{content:"";font-family:"ej-xlfont";font-size:16px;text-indent:-14px;line-height:14px}.e-spreadsheet .e-ss-linechart:before{content:"";font-family:"ej-xlfont";font-size:16px;text-indent:-14px;line-height:14px}.e-spreadsheet .e-ss-areachart:before{content:"";font-family:"ej-xlfont";font-size:16px;text-indent:-14px;line-height:14px}.e-spreadsheet .e-ss-combochart:before{content:"";font-family:"ej-xlfont";font-size:16px;text-indent:-14px;line-height:14px}.e-spreadsheet .e-ss-piechart:before{content:"";font-family:"ej-xlfont";font-size:16px;text-indent:-14px;line-height:14px}.e-spreadsheet .e-ss-scterchart:before{content:"";font-family:"ej-xlfont";font-size:16px;text-indent:-14px;line-height:14px}.e-ss-dlgcolumnchart:before{content:"";font-family:"ej-xlfont";font-size:16px;text-indent:-8px;line-height:14px}.e-ss-dlgbarchart:before{content:"";font-family:"ej-xlfont";font-size:16px;text-indent:-8px;line-height:14px}.e-ss-dlgradarchart:before{content:"";font-family:"ej-xlfont";font-size:16px;text-indent:-8px;line-height:14px}.e-ss-dlglinechart:before{content:"";font-family:"ej-xlfont";font-size:16px;text-indent:-8px;line-height:14px}.e-ss-dlgareachart:before{content:"";font-family:"ej-xlfont";font-size:16px;text-indent:-8px;line-height:14px}.e-ss-dlgcombochart:before{content:"";font-family:"ej-xlfont";font-size:16px;text-indent:-8px;line-height:14px}.e-ss-dlgpiechart:before{content:"";font-family:"ej-xlfont";font-size:16px;text-indent:-8px;line-height:14px}.e-ss-dlgscatterchart:before{content:"";font-family:"ej-xlfont";font-size:16px;text-indent:-8px;line-height:14px}.e-ss-filloption:before{content:"";font-family:"ej-xlfont";font-size:16px}.e-ss-fillselect:before{content:"";font-family:"ej-xlfont";font-size:16px;text-indent:-1px;line-height:13px}.e-ss-autofill:before{content:"";font-family:"ej-xlfont";font-size:16px;text-indent:-2px;line-height:13px}.e-lblreplace{position:relative;top:-11px}.e-txtreplace{position:relative;left:90px;top:-35px;width:230px}.e-txtfind{position:relative;left:90px;top:-25px;width:230px}.e-divfind{height:63px}.e-ssr-sortztoa+.e-btntxt{line-height:25px}.e-ssr-sortatoz+.e-btntxt{line-height:25px}.e-ss-clearfilter+.e-btntxt{line-height:24px}.e-ssr-pagesizesbtn{text-indent:-12px;line-height:1px}.e-datapadding{padding-bottom:30px}.e-spreadsheet.e-cformat-hl,.e-spreadsheet.e-cformat-tb,.e-spreadsheet.e-cformat-is,.e-spreadsheet.e-cformat-cr{border:none;width:180px}.e-spreadsheet.e-borderstyle{border:none}.e-spreadsheet.e-cformat-tb>li>ul{width:148px;height:175px}.e-spreadsheet.e-cformat-is>li>ul{width:100px}.e-spreadsheet.e-cformat-hl>li>ul{width:148px}.e-menu.e-js.e-widget.e-context.e-separator.e-spreadsheet.e-border>li{line-height:24px}.e-menu.e-js.e-widget.e-context.e-separator.e-spreadsheet.e-border>li>a{font-size:12px}.e-nmdlg-editor{height:25px}.e-menu.e-nmuseinformula{width:120px}.e-menu .e-nmuseinformularow{padding:3px 10px;overflow:hidden;text-overflow:ellipsis}.e-menu-wrap .e-cellstyles{width:461px;height:auto}.e-menu-wrap .e-cellstyleheader,.e-menu-wrap .e-formatastableheader{color:#808080;font-family:'Segoe UI';font-size:14px;font-weight:bold;height:15px;padding:5px;cursor:default;line-height:11px;border-bottom:1px solid transparent}.e-menu-wrap .e-cellstyleheader:not(:first-child){padding-top:0}.e-menu-wrap .e-cellstylecontent,.e-menu-wrap .e-formatastablecontent,.e-menu-wrap .e-chartcontent{background-color:#fff}.e-menu-wrap .e-cellstylecell{border:2px solid transparent;height:15px;padding:5px;width:90px;margin:5px;display:inline-block;font-family:Calibri;cursor:default}.e-formatastablecell div{background:url(common-images/spreadsheet/sprites.png) no-repeat;width:63px;height:48px}.e-spreadsheet .e-ss-cellstyles-1{background-position:0 -1px}.e-spreadsheet .e-ss-cellstyles-2{background-position:-65px -1px}.e-spreadsheet .e-ss-cellstyles-3{background-position:-130px -2px}.e-spreadsheet .e-ss-cellstyles-4{background-position:-194px -2px}.e-spreadsheet .e-ss-cellstyles-5{background-position:-259px -2px}.e-spreadsheet .e-ss-cellstyles-6{background-position:-323px -3px}.e-spreadsheet .e-ss-cellstyles-7{background-position:-1px -50px}.e-spreadsheet .e-ss-cellstyles-8{background-position:-64px -50px}.e-spreadsheet .e-ss-cellstyles-9{background-position:-127px -49px}.e-spreadsheet .e-ss-cellstyles-10{background-position:-192px -50px}.e-spreadsheet .e-ss-cellstyles-11{background-position:-257px -52px}.e-spreadsheet .e-ss-cellstyles-12{background-position:-322px -51px}.e-spreadsheet .e-ss-cellstyles-13{background-position:-2px -99px}.e-spreadsheet .e-ss-cellstyles-14{background-position:-67px -99px}.e-spreadsheet .e-ss-cellstyles-15{background-position:-132px -100px}.e-spreadsheet .e-ss-cellstyles-16{background-position:-195px -100px}.e-spreadsheet .e-ss-cellstyles-17{background-position:-257px -100px}.e-spreadsheet .e-ss-cellstyles-18{background-position:-321px -101px}.e-spreadsheet .e-ss-cellstyles-19{background-position:1px -149px}.e-spreadsheet .e-ss-cellstyles-20{background-position:-63px -149px}.e-spreadsheet .e-ss-cellstyles-21{background-position:-130px -151px}.e-spreadsheet .e-ss-cellstyles-22{background-position:-194px -151px}.e-spreadsheet .e-ss-cellstyles-23{background-position:-258px -150px}.e-spreadsheet .e-ss-cellstyles-24{background-position:-321px -150px}.e-menu-wrap .e-formatastable{width:329px;height:330px;overflow-x:hidden}.e-menu-wrap .e-formatastablecell{border:4px solid transparent;height:48px;width:63px;margin:3px;display:inline-block;font-family:'Segoe UI';font-size:14px;cursor:default}.e-ss-dialog .e-fatnamedlgcell input{margin:0}.e-spreadsheet .e-tablepropertiescell{padding:3px;width:90px}.e-spreadsheet .e-tablepropetiesrow,.e-spreadsheet .e-tablestyleoptionsrow{display:table}.e-spreadsheet .e-tablestyleoptionscell{float:left;padding-left:3px;width:94px}.e-spreadsheet .e-tablestyleoptionslabel{padding:3px;margin-left:3px;font-size:12px}.e-tablestyleoptionsrow:last-child{margin-top:-2px}.e-tablestyleoptionsrow:first-child{margin-top:2px}.e-spreadsheet .e-celltoparrow{border-style:solid;border-width:5px 0 0 5px;height:0;position:absolute;z-index:8}.e-spreadsheet .e-comment{float:right;height:0;text-indent:0;position:absolute}.e-spreadsheet .e-ssr-disableitem{display:none}.e-spreadsheet .e-comment-txtarea{border:1px solid #000;margin-left:.8%;position:absolute;overflow:hidden;resize:none;font-family:"Tahoma";font-weight:normal;font-size:13px;line-height:normal;left:13px;top:6px;height:70px;width:130px;font-style:normal}.e-ss-hlbtndiv{margin-bottom:-2px;margin-left:58%;width:100%;margin-top:5px}.e-ss-hllblfind{position:relative;top:-6px}.e-ss-hltxtfind{position:relative;left:64px;top:-5px}.e-ss-hllblweb{position:relative;left:2px;top:5px}.e-ss-hltxtweb{position:relative;left:92px;top:-24px}.e-ss-scroll{height:150px;overflow:auto;position:relative;top:-10px}.e-spreadsheet .e-hyperlinks{text-decoration:underline}.e-spreadsheet .e-ss-object{position:absolute;background-repeat:no-repeat;background-size:100% 100%;background-position:0 0;cursor:move;border:1px solid transparent;z-index:11}.e-spreadsheet .e-spreadsheetcontentcontainer .e-ss-object.e-ss-activeimg{border:1px solid}.e-spreadsheet .e-ss-object.e-datavisualization-chart{border:1px solid}.e-spreadsheet .e-ss-imgvisual{position:absolute;border:2px solid;z-index:12;display:none}.e-spreadsheet .e-headercell.e-ss-colresize{cursor:col-resize}.e-spreadsheet .e-rowheader.e-ss-rowresize{cursor:row-resize}.e-spreadsheet .e-ss-apresize{cursor:col-resize}.e-ss-imgcresize{cursor:col-resize!important}.e-ss-imgrresize{cursor:row-resize!important}.e-spreadsheet .e-ss-resetpictbtn,.e-ss-pictbrdrbtn{text-indent:0;line-height:1px}.e-insertsbtn{text-indent:-12px;line-height:19px}.e-deletesbtn{text-indent:-12px;line-height:19px}.e-ss-cut+span{width:130px!important}.e-spreadsheet .e-backstagecontent{padding-top:0}.e-spreadsheet .e-ssr-bstitle{font-size:25px}.e-spreadsheet .e-ssr-bscontent{margin-top:10px}.e-spreadsheet .e-ss-blank{background:url(common-images/spreadsheet/blank.png) no-repeat;height:113px;width:143px}.e-spreadsheet .e-ssr-bssaveasopt>span,.e-spreadsheet .e-ssr-bsprintopt>span{padding-left:13px;font-size:15px}.e-spreadsheet .e-ssr-bssaveasopt:not(:first-child),.e-spreadsheet .e-ssr-bsprintopt:not(:first-child){padding-top:10px}.e-spreadsheet .e-printhdrlbl,.e-spreadsheet .e-viewhdrlbl,.e-spreadsheet .e-printlinlbl,.e-spreadsheet .e-viewlinlbl{margin-bottom:0;margin-left:3px}.e-spanfilter{border:1px solid}.e-ssddl:before{content:"";font-size:7px;line-height:16px;text-indent:2px}.e-spanddl{border:1px solid}.e-ddlspan{cursor:pointer;width:16px;height:15px;position:absolute}.e-ss-previouscmnt+span,.e-ss-nextcmnt+span,.e-ss-deletecmnt+span{left:-10px;position:absolute;top:18px}.e-ss-tablestyle{margin-right:8px}.e-dlg-field-validation-error{border-radius:7px;font-size:14px;padding:7px;line-height:7px;margin-top:5px}.e-fatnamedlgrow,.e-chartnamedlgrow{margin-left:-15px;margin-top:-5px}.e-spreadsheet .e-numeric .e-in-wrap{border:1px solid}.e-spreadsheet .e-ssr-chartwidth{margin-bottom:10px}.e-ss-dlgtabval .e-header>.e-bottom-line.e-active{height:23px}.e-ssdlg .e-nmclose{margin:14px 0 0 449px}.e-ss-dialog .e-dtvalbtndiv{width:100%;margin-left:59%;margin-top:6px}.e-ss-formatdlg .e-active-content .e-activetop{padding-left:17px}.e-ss-chrttitle{margin:45px 0 0 -77px}.e-ss-dialog .e-dlg-btnfields{padding:7px 0 7px 0}.e-ss-dialog .e-dlg-btnfields .e-dlg-btnctnr{width:100%;text-align:right}.e-ss-dialog .e-dlg-btnfields input,.e-ss-dialog .e-dlg-btnfields button{margin-left:10px}.e-resizediv .e-cformatbtn,.e-resizediv .e-formatastablebtn,.e-resizediv .e-cellstylebtn{font-size:12px}.e-ss-dialog .e-tab .e-header.e-addborderbottom .e-active{border-top:1px solid}.e-ss-dialog input.e-btn.e-widget{box-sizing:content-box}.e-ss-dialog>.e-titlebar{padding:5px 0;text-align:center}.e-ss-dlgtabval>.e-content{height:326px!important}.e-ss-dlgtab>.e-header li a,.e-ss-dlgtabval>.e-header li a{line-height:7px;font-size:14px}.e-ss-formatdlg{margin-left:-14px;margin-top:-7px}.e-spreadsheet .e-atc.e-focus{box-shadow:none}.e-menu .e-list .e-ss-cmenuitem>a{line-height:38px;padding:3px 10px 1px 34px}.e-menu .e-list .e-ss-cmenuitem>a>span{top:15%}.e-ss-chartimg{background:url(common-images/spreadsheet/charttab-sprites.png) no-repeat;height:28px;width:28px}.e-ss-axes{background-position:-20px -22px}.e-ss-phaxis{background-position:-12px -62px}.e-ss-pvaxis{background-position:-67px -63px}.e-ss-axistitle{background-position:-63px -23px}.e-ss-phaxistitle{background-position:-109px -59px}.e-ss-pvaxistitle{background-position:-160px -63px}.e-ss-charttitle{background-position:-103px -19px}.e-ss-ctnone{background-position:-210px -60px}.e-ss-ctcenter{background-position:-113px -107px}.e-ss-ctfar{background-position:-113px -107px}.e-ss-ctnear{background-position:-113px -107px}.e-ss-datalabels{background-position:-130px -22px}.e-ss-dlnone{background-position:-62px -107px}.e-ss-dlcenter{background-position:-17px -109px}.e-ss-dlibase{background-position:-210px -108px}.e-ss-dliend{background-position:-166px -109px}.e-ss-dloend{background-position:-10px -158px}.e-ss-gridline{background-position:-168px -21px}.e-ss-pmajorh{background-position:-64px -161px}.e-ss-pmajorv{background-position:-112px -159px}.e-ss-pminorh{background-position:-161px -159px}.e-ss-pminorv{background-position:-210px -160px}.e-ss-legend{background-position:-212px -21px}.e-ss-lnone{background-position:-11px -203px}.e-ss-lleft{background-position:-108px -208px}.e-ss-lright{background-position:-63px -205px}.e-ss-ltop{background-position:-210px -207px}.e-ss-lbottom{background-position:-161px -206px}.e-ss-cmenuitem{height:40px}.e-ss-cmenuitem>span{width:32px}.e-menu.e-context li.e-list>ul li.e-list>a.e-ss-chartlayout{padding-left:35px;padding-top:3px}.e-menu-wrap .e-morechart{padding:1px}.e-menu-wrap .e-chartheader{color:#808080;font-family:'Segoe UI';font-size:14px;font-weight:bold;padding:1px 3px 3px}.e-menu-wrap .e-chartcell{box-sizing:border-box;display:inline-block;padding:20px 22px;background:url(common-images/spreadsheet/chart-sprites.png) no-repeat;width:32px;height:32px}.e-menu-wrap .e-columnchart1{background-position:-2px -5px}.e-menu-wrap .e-columnchart2{background-position:-53px -6px}.e-menu-wrap .e-columnchart3{background-position:-102px -5px}.e-menu-wrap .e-columnchart4{background-position:-154px -5px}.e-menu-wrap .e-columnchart5{background-position:-204px -5px}.e-menu-wrap .e-columnchart6{background-position:-253px -5px}.e-menu-wrap .e-barchart1{background-position:-3px -56px}.e-menu-wrap .e-barchart2{background-position:-54px -57px}.e-menu-wrap .e-barchart3{background-position:-101px -57px}.e-menu-wrap .e-barchart4{background-position:-153px -57px}.e-menu-wrap .e-barchart5{background-position:-203px -55px}.e-menu-wrap .e-barchart6{background-position:-250px -53px}.e-menu-wrap .e-stockchart1{background-position:-301px -53px}.e-menu-wrap .e-stockchart2{background-position:-2px -105px}.e-menu-wrap .e-linechart1{background-position:-54px -102px}.e-menu-wrap .e-linechart2{background-position:-103px -102px;margin-left:21px}.e-menu-wrap .e-areachart1{background-position:-154px -102px}.e-menu-wrap .e-areachart2{background-position:-201px -102px}.e-menu-wrap .e-areachart3{background-position:-252px -104px}.e-menu-wrap .e-piechart1{background-position:-103px -151px}.e-menu-wrap .e-piechart2{background-position:-204px -154px;margin-left:6px}.e-menu-wrap .e-piechart3{background-position:-153px -152px;margin-left:9px}.e-menu-wrap .e-scatterchart1{background-position:-251px -154px}.e-menu-wrap .e-scatterchart2{background-position:-300px -154px}.e-spreadsheet .e-ssr-exportxl+span,.e-spreadsheet .e-ssr-printselected+span,.e-spreadsheet .e-ssr-print+span,.e-spreadsheet .e-ssr-exportcsv+span{white-space:normal;padding-top:18px;line-height:14px}.e-spreadsheet .e-ssr-namemngr+span{white-space:normal;padding-top:12px}.e-spreadsheet .e-ssr-srcolumn+span{white-space:normal;padding-top:12px}.e-spreadsheet .e-ssr-charttype+span,.e-spreadsheet .e-ssr-selectdata+span{white-space:normal;padding-top:12px}.e-spreadsheet .e-ssr-celements{height:30px}.e-spreadsheet .e-ssr-celements+span{white-space:normal}.e-spreadsheet .e-scrollbar .e-vscroll:hover,.e-spreadsheet .e-scrollbar .e-hscroll:hover{cursor:default}.e-spreadsheet .e-content.e-viewbrdr{border-top:1px solid}.e-ndialog{margin-top:5px;margin-left:10px}.e-chtdlgtab .e-content{height:355px}.e-chtdlgright{float:right;height:95%;margin-right:-15px;width:74%}.e-chtdlgleft{border-right:1px solid;float:left;height:100%;margin-left:-14px;width:26%}.e-chtdlgcontent{border-bottom:1px solid;float:left;height:100%;margin:2px;border-bottom:0}.e-chtdlgleft .e-listbox>li{padding:4px}.e-chartdlgok{margin-right:6px}.e-chartdlgcncl{margin-right:2px}.e-chartimg{display:inline-block;padding:25px;background:url(common-images/spreadsheet/charttype-sprites.png) no-repeat;width:35px;height:35px;margin:5px;border:2px solid transparent}.e-ss-dialog,.e-ss-dlgtab{line-height:normal}.e-ss-dialog label{display:inline-block}.e-ss-dialog input{font-family:inherit;font-size:inherit;line-height:inherit}.e-ss-dialog .e-dlg-fields{padding-bottom:7px;margin:0}.e-ss-dialog .e-dialog .e-dlgctndiv input.ejinputtext{box-sizing:border-box;width:100%;height:27px;text-indent:5px}.e-ss-dialog .e-dialog .e-dlgctndiv table{width:100%;white-space:pre}.e-ss-dialog .e-dialog .e-dlgctndiv .e-dlgtd-fields td{padding-top:7px}.e-ss-dlgtab table{border-spacing:0;border-collapse:collapse}.e-dlgcolumnchart1{background-position:-9px -5px}.e-dlgcolumnchart2{background-position:-102px -5px}.e-dlgcolumnchart3{background-position:-192px -5px}.e-dlgcolumnchart4{background-position:-282px -6px}.e-dlgcolumnchart5{background-position:-372px -6px}.e-dlgcolumnchart6{background-position:-465px -11px}.e-dlgbarchart1{background-position:-9px -105px}.e-dlgbarchart2{background-position:-100px -106px}.e-dlgbarchart3{background-position:-192px -105px}.e-dlgbarchart4{background-position:-281px -104px}.e-dlgbarchart5{background-position:-373px -105px}.e-dlgbarchart6{background-position:-464px -103px}.e-dlgradarchart1{background-position:-9px -211px}.e-dlgradarchart2{background-position:-100px -210px}.e-dlglinechart1{background-position:-466px -204px}.e-dlglinechart2{background-position:-8px -307px}.e-dlgareachart1{background-position:-192px -208px}.e-dlgareachart2{background-position:-282px -207px}.e-dlgareachart3{background-position:-373px -208px}.e-dlgpiechart1{background-position:-282px -309px}.e-dlgpiechart2{background-position:-191px -309px}.e-dlgpiechart3{background-position:-100px -309px}.e-dlgscatterchart1{background-position:-373px -305px}.e-Alignment:before{font-family:'ej-xlfont';content:"";font-size:32px;text-indent:10px}.e-Clipboard:before{font-family:'ej-xlfont';content:"";font-size:32px;text-indent:8px}.e-Actions:before{font-family:'ej-xlfont';content:"";font-size:32px}.e-Number:before{font-family:'ej-xlfont';content:"";font-size:32px;text-indent:3px}.e-Font:before{font-family:'ej-xlfont';content:"";font-size:32px;text-indent:-6px}.e-Styles:before{font-family:'ej-xlfont';content:"";font-size:32px;text-indent:0;width:32px}.e-Editing:before{font-family:'ej-xlfont';content:"";font-size:32px}.e-ss-hide,.e-spreadsheet .e-hide{display:none}.e-spreadsheet .e-hcol{border-right-width:2px}.e-spreadsheet .e-hrow{border-bottom-width:2px}.e-spreadsheet .e-hfcol{border-right:1px solid}.e-spreadsheet .e-hfrow{border-bottom:2px solid}.e-spreadsheet .e-filterhdr{white-space:pre}.e-ss-colorpicker .e-in-wrap.e-tool,.e-ss-colorpicker .e-in-wrap.e-tool .e-select{border:medium none}.e-spreadsheet .e-colselected,.e-spreadsheet .e-colhighlight{font-weight:bold}.e-spreadsheet .e-rowselected,.e-spreadsheet .e-rowhighlight{font-weight:bold}.ej-ssgrid .e-gridcontent .e-ss-emptyrecord,.ej-ssgrid .e-gridcontent .emptyrecord{text-align:center}.e-ss-dialog .e-addedrow .e-button,.e-ss-dialog .e-editedrow .e-button{width:60px!important;margin-left:10px!important;margin-right:0!important;height:21px!important;border-radius:4px 4px 4px 4px}.e-insertdialog .e-contentdialog td{padding-left:0;padding-right:5px}.e-spreadsheet .e-ejinputtext{text-indent:5px}.e-ss-dialog .e-ejinputtext{text-indent:5px}.e-ss-dialog .e-btn.e-txt{padding:.2em .2em}.e-ss-frdlg .e-btn.e-txt{line-height:15px}.e-frow{border-bottom:1px solid;position:absolute}.e-fcol{border-right:1px solid;position:absolute}.e-ss-menuclrpkr .e-popupWrapper .e-row{height:21px}.e-ss-menuclrpkr .e-popupWrapper{margin-top:-5px}.e-spreadsheet .e-icon.e-ssr-resizetable{padding-top:1px;padding-bottom:6px}.e-spreadsheet.e-split.e-context li.e-list.e-haschild span{overflow:visible}.e-spreadsheet.e-split.e-context li.e-list.e-haschild ul li.e-list span{overflow:visible}.e-ss-colorpicker .e-popupWrapper{margin:-3px 0}.e-ss-colorpicker.e-ss-menuclrpkr .e-popupWrapper{margin:-4px 1px}.e-ss-colorpicker .e-colorpicker .e-footer{margin-left:-1px}.e-spreadsheet .e-ribbon .e-header{border-right:none;border-left:none;border-top:none}.e-spreadsheet .e-ribbon .e-content{border-right:none;border-left:none}.e-spreadsheet .e-ribbon .e-header .e-menu ul span{margin-top:0}.e-spreadsheet .e-ribbon .e-header>.e-bottom-line.e-active{margin-top:1px}.e-spreadsheet .e-ribbon .e-ddl.e-widget.e-focus .e-in-wrap{box-shadow:0 0 2px #2282c3}.e-spreadsheet .e-ribbon .e-tooltipdiv{width:200px}.e-spreadsheet .e-ribbon .e-tooltipdiv .e-tooltipcontent{width:180px}.e-spreadsheet .e-ribbon .e-ribbonbackstagepage{border-top-width:0}.e-spreadsheet .e-ribbon .e-ddl{border:1px solid}.e-spreadsheet .e-ribbon .e-btntxt{font-size:12px}.e-spreadsheet .e-ribbon .e-ssr-fontfamily,.e-spreadsheet .e-ribbon .e-ssr-fontsize{padding:0}.e-spreadsheet .e-backstagetopicon{text-indent:16px;left:0}.e-ss-autocomplete.e-atc-popup ul li{font-size:11px}.e-ssr-pagesizesbtn>.e-split-btn-div{text-indent:31px;height:32px}.e-spreadsheet.e-cformatbtn>.e-split-btn-div{text-indent:33px;top:54px}.e-spreadsheet.e-mergebtn>.e-split-btn-div{top:14px}.e-spreadsheet.e-autosumbtn>.e-split-btn-div{top:13px;text-indent:-2px}.e-spreadsheet.e-cellstylebtn>.e-split-btn-div{text-indent:21px;top:54px}.e-spreadsheet.e-pastebtn>.e-split-btn-div{text-indent:-4px}.e-spreadsheet.e-formatastablebtn>.e-split-btn-div{text-indent:23px;top:55px}.e-spreadsheet.e-useinformulabtn>.e-split-btn-div{text-indent:57px;top:4px}.e-spreadsheet .e-ss-resetpictbtn>.e-split-btn-div,.e-ss-pictbrdrbtn>.e-split-btn-div{top:20px;text-indent:-1px}.e-insertsbtn>.e-split-btn-div{text-indent:0;height:18px}.e-deletesbtn>.e-split-btn-div{text-indent:0;height:18px}.e-spreadsheet.e-sortfltrbtn>.e-split-btn-div{text-indent:18px;height:21px}.e-spreadsheet.e-clearbtn>.e-split-btn-div{top:14px;text-indent:-2px}.e-spreadsheet.e-findbtn>.e-split-btn-div{text-indent:19px;height:22px}.e-spreadsheet.e-pagesizebtn>.e-split-btn-div{text-indent:0}.e-spreadsheet.e-chartbtn>.e-split-btn-div{text-indent:12px}.e-spreadsheet.e-fpanebtn>.e-split-btn-div{text-indent:19px;height:22px}.e-spreadsheet.e-chartlayoutbtn>.e-split-btn-div{text-indent:25px;height:22px}.e-ssr-validationsbtn>.e-split-btn-div{text-indent:30px;top:16px}.e-spreadsheet .e-ssr-horizontalprt .e-split-btn-div .e-down-arrow:before{text-indent:-9px;line-height:14px}.e-ssr-pastesbtn>.e-split-btn-div{text-indent:0;top:17px}.e-spreadsheet.e-autofillbtn>.e-split-btn-div{text-indent:4px}.e-spreadsheet .e-ss-colorpicker.e-colorwidget .e-in-wrap,.e-spreadsheet .e-ss-colorpicker.e-colorwidget{border-radius:0}.e-spreadsheet .e-ss-colorpicker.e-colorwidget .e-in-wrap.e-tool{height:26px}.e-spreadsheet .e-ss-colorpicker.e-colorwidget .e-color-container{width:59%}.e-ss-colorpicker.e-colorwidget .e-tool-icon .e-selected-color{bottom:0;left:0}.e-ss-colorpicker.e-colorpicker .e-footer .e-applyButton{left:51px}.e-ss-colorpicker.e-colorpicker.e-popup{width:199px;padding-right:0;padding-top:10px;padding-bottom:5px}.e-ss-colorpicker.e-colorpicker .e-palette-color,.e-popupWrapper .e-container{min-height:104px}.e-ss-colorpicker.e-colorpicker .e-row .e-item{height:12px;width:12px}.e-ss-colorpicker.e-colorwidget{height:26px}.e-spreadsheet .e-colorwidget .e-color-container .e-ss-backgroundcolor+.e-selected-color,.e-spreadsheet .e-colorwidget .e-color-container .e-ss-fontcolor+.e-selected-color{margin-left:-1px;margin-top:1px}.e-colorpicker.e-popup.e-ss-menuclrpkr{border:0 none}.e-ss-colorpicker.e-ss-menuclrpkr.e-colorpicker.e-popup{padding-bottom:11px}.e-dialog .e-crcontent{width:100%;height:100%}.e-dialog .e-crlcell{float:left;width:46%}.e-dialog .e-crrcell{width:50%;float:left;margin:2px}.e-dialog .e-crcontent .e-crrcell input{outline:none;width:100%;text-indent:5px}.e-dialog .e-cractionbtn{margin-left:45%;height:37px}.e-dialog .e-cractionbtn button{margin:2px}.e-dialog .e-alertdlgcontent{height:auto;padding-bottom:7px;text-align:justify}.e-dialog .e-alertdlgcontent ul{margin-bottom:0}.e-dialog .e-custominput{width:100%}.e-dialog .ej-ssgrid .e-rowcell{border:0}.e-dialog .e-nmdlg{padding:10px}.e-dialog .e-nmdlgcont{margin:0 2px}.e-dialog .e-nmclose{margin-top:10px;margin-right:-1px}.e-dialog .e-nmscope{opacity:.4}.e-dialog .e-nmdlgdiv{padding-top:10px}.e-dialog .e-formatastabletext{margin-left:-5px;width:283px}.e-dialog .e-fatnamedlgcell,.e-dialog .e-chartnamedlgcell{float:left;width:150px;padding:5px;margin:5px}.e-dialog .e-fatnamedlgbtn,.e-dialog .e-chartnamedlgbtn{float:left;width:50px}.e-dialog .e-fatresizetablecell{display:inline-block;width:220px;padding:5px;margin:5px 5px 5px -5px}.e-dialog .e-fatresizetablerow{width:480px}.e-dialog .e-fatresizetablebtn{float:left;width:70px;position:relative;left:335px}.e-dialog .e-ss-dlgtab .e-content .e-chkbox-wrap,.e-dialog .e-ss-dlgtabval .e-content .e-chkbox-wrap{padding:5px 5px 5px 0}.ej-ssgrid .e-dialog .e-addedrow{padding-bottom:0}.ej-ssgrid .e-dialog .e-addedrow table,.ej-ssgrid .e-dialog .e-editedrow table{border-spacing:1px!important}.ej-ssgrid .e-dialog .e-addedrow table input,.ej-ssgrid .e-dialog .e-addedrow table textarea,.ej-ssgrid .e-dialog .e-editedrow table input,.ej-ssgrid .e-dialog .e-editedrow table textarea{text-align:left!important}.e-insertdialog.e-widget-content.e-dialog{padding:9px}.e-ssr-bscontent div:not(.e-ssr-bsnewtmpl) .e-btn.e-select{border:1px solid transparent}.e-borderbtn div span.e-icon:before{line-height:13px;text-indent:0;font-size:15px}.e-ss-menuclrpkr .e-footerContainer{display:none}.e-spreadsheet .e-excelfilter .e-btncontainer input{padding:.2em .4em .3em}.e-spreadsheet.e-dlgcontainer .e-dlgBtns .e-clear{padding:3px}.e-spreadsheet.e-dlgcontainer .e-dlgBtns .e-filter{padding:3px}@-webkit-keyframes radialslidershow{from{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes radialslidershow{from{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes radialsliderhide{from{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}to{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes radialsliderhide{from{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}to{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}}.e-slider-show{-webkit-animation:radialslidershow 2s;-moz-animation:radialslidershow 2s;-ms-animation:radialslidershow 2s;-o-animation:radialslidershow 2s;animation:radialslidershow 2s}.e-slider-hide{-webkit-animation:radialsliderhide 2s;-moz-animation:radialsliderhide 2s;-ms-animation:radialsliderhide 2s;-o-animation:radialsliderhide 2s;animation:radialsliderhide 2s}.e-radialslider-svg-show{-webkit-animation:clock 2s;-moz-animation:clock 2s;-ms-animation:clock 2s;-o-animation:clock 2s;animation:clock 2s;border-radius:50%}.e-radialslider-svg-hide{-webkit-animation:anticlock 2s;-moz-animation:anticlock 2s;-ms-animation:anticlock 2s;-o-animation:anticlock 2s;animation:anticlock 2s}@keyframes clock{0%{opacity:0}25%{opacity:.25}50%{opacity:.75}100%{opacity:1}}@keyframes anticlock{0%{opacity:1}25%{opacity:.35}50%{opacity:.25}100%{opacity:0}}.e-radialslider .e-inner-circle{background-position:center center;background-repeat:no-repeat;background-size:60% auto;border:4px solid;border-radius:50%;height:40px;width:40px;z-index:1;position:absolute;background-color:#fff}.e-radail-slider-wrapper{position:relative}
@import url("../ej.widgets.core.min.css");
@import url("ej.theme.min.css");

@media (min-width: 1920px) {
   
}

@media (min-width: 1024px) and (max-width: 1920px) {
    
}
@media (min-width: 768px) and (max-width: 1024px) {
    
}
@media (min-width: 320px) and (max-width:480px) {
	.e-dialog.e-dialog-wrap.e-dialog-resize{
		width:100% !important;
		height:100% !important;
		min-width:320px !important;
	}
    .e-responsive-toolbar{
        width:200px !important;
    } 
}

@media (max-width:480px) {
    /*tab*/
     .e-tab .e-header li > a, .e-tab .e-header li > a > span:first-child {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 45px; 
    }
    .e-tab.e-js {
        min-width:250px;
    }
}

@media (min-width: 480px) and (max-width:767px) {
   
    /*tab*/
    .e-tab .e-header li > a > span:nth-child(2) {
        display: none;
    }

    /*tree view*/
    .e-treeview .e-text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 40px;
    }
	
    .e-responsive-toolbar{
         width:250px !important;
    } 
}
@media (max-width : 767px)
{
    .e-menu.e-horizontal li.e-list>a .e-icon
    {
        position: absolute;
        right: 8px;
        
    }
    .e-menu .e-list > ul > .e-list > a span.e-arrows:before, .e-menu .e-list > ul > .e-list > span span.e-arrows:before,.e-menu.e-vertical > .e-list > a span.e-arrows:before, .e-menu.e-vertical > .e-list > span span.e-arrows:before, .e-menu .e-list > ul .e-list:hover > a span.e-arrows:before, .e-menu .e-list > ul .e-list:hover > span span.e-arrows:before, .e-menu > .e-list:hover > a span.e-arrows:before, .e-menu > .e-list:hover > span span.e-arrows:before {
        content: "\e627" !important;
    }  
    .e-menu.e-horizontal li.e-list ul,.e-menu.e-vertical li.e-list ul {
        border:0 none;
    }
	.e-menu.e-separator.e-horizontal > .e-list,.e-menu.e-separator.e-vertical> .e-list {
        border: medium none;
    }
	.e-menu{
	    border-top:none;
	}
    .e-menu-wrap .e-hide {
        display: block;
        position: absolute;
    } 
    .e-menu.e-horizontal,.e-menu.e-horizontal.e-res-hide {
        display: none;
    }  
     .e-menu-res-wrap,.e-menu.e-horizontal.e-res-show,.e-menu-wrap .e-res-title{
        display:block;
    }
   
        .e-menu.e-horizontal li.e-list,.e-menu.e-vertical,.e-menu.e-vertical li.e-list  {
        display: block;
        }
    .e-menu.e-horizontal li.e-list > ul, .e-menu.e-horizontal  li.e-list,.e-menu.e-vertical li.e-list > ul, .e-menu.e-vertical  li.e-list  {
        position: static;
        }
    .e-menu.e-horizontal> li.e-list > ul:after,.e-menu.e-vertical> li.e-list > ul:after {
        content:none;
       }
    .e-menu.e-horizontal>.e-list>a {
            line-height:32px !important;
        }
    .e-menu.e-horizontal > .e-list > a > span {
        line-height:1 !important;
        top:35% !important;
        }
    .e-menu.e-horizontal {
        height: initial !important;
    }
    .e-menu.e-vertical>li.e-list >ul li.e-list > a, .e-menu.e-vertical>li.e-list>ul li.e-list > span {
        line-height:27px;
       }
     .e-menu li.e-list>ul li.e-list > a, .e-menu li.e-list > ul li.e-list > span {
        padding: 0px 18px 0px 30px;
        line-height: 27px;
      }
      .e-menu-res-wrap .e-icon.e-check-wrap:before{
		content:"\e76b";
		font-size:30px;
		width:30px;
		height:100%;
	  }
      /*------------------------Responsive Menu RTL-----------------------------------*/
    .e-menu-wrap.e-menu-rtl {
        direction: rtl;
     }
      .e-menu-wrap.e-menu-rtl  .e-menu-res-wrap .e-menu-res-in-wrap .e-check-wrap{
           border-right: 1px solid #aaaaaa
      }
      .e-menu-wrap.e-menu-rtl .e-menu-res-wrap .e-in-wrap.e-menu-res-in-wrap{ 
          padding: 5px 10px 0px 0px 
      }
      .e-menu.e-separator.e-rtl.e-horizontal > .e-list,.e-menu.e-separator.e-rtl.e-vertical > .e-list, .e-menu-rtl .e-menu-res-wrap .e-menu-res-in-wrap .e-check-wrap { 
          border-left : initial; 
          right:initial;
          left:0px;
      }
      .e-menu.e-rtl.e-horizontal > .e-list .e-arrow-space,.e-menu.e-rtl.e-vertical > .e-list .e-arrow-space {
          padding-right :10px;
      }
      .e-menu.e-rtl.e-horizontal li.e-list>a .e-icon,.e-menu.e-rtl.e-vertical li.e-list>a .e-icon{
          right:initial;
      }
}
@media (min-width: 768px) and (max-width: 1920px) {
    .e-menu.e-horizontal > .e-list {
        display: inline-block;
    }

    .e-menu-res-wrap, .e-menu-wrap .e-res-title, .e-menu-wrap .e-res-icon, .e-menu-wrap .hideIcon {
        display: none;
    }
    .e-responsive-toolbar{
        width:300px !important;
    }
}

/*------------------------Schedule Start-----------------------------------*/
@media (min-width: 320px) and (max-width:480px) {
    .e-schedule .e-datecolumn {
        width: 85px;
    }

    .e-schedule .e-timecolumn {
        width: 85px;
    }

    .e-schedule .e-resourcecolumn {
        width: 55px;
    }
}

@media (max-width:320px) {
    .e-schedule .e-datecolumn {
        width: 85px;
    }

    .e-schedule .e-timecolumn {
        width: 70px;
    }

    .e-schedule .e-resourcecolumn {
        width: auto;
    }
}
    .e-schedule.e-scheduleresponsive .e-textwrapper {
        margin: 0px;
        padding: 2px;
    }  
    .e-schedule.e-scheduleresponsive .e-agendaappointment {
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .e-schedule.e-scheduleresponsive .e-navigateprevious {
        margin:0px;
    }

    .e-schedule.e-rtl.e-scheduleresponsive .e-navigatenext {
        margin-right:15px;
    }

    .e-scheduledialog.e-scheduleresponsive {
        height: auto;
        /*max-height: 100%;*/
    }

    .e-scheduledialog.e-scheduleresponsive .e-btnmargin {
        margin:10px -3px 10px 9px !important;
        width:96%;
    }

    .e-scheduledialog.e-scheduleresponsive .e-textmargin {
        margin-left: 0px;
    }

    .e-schedule.e-scheduleresponsive .e-ampmstyle {
        font-size: 8px;
        width: auto;
        line-height: 35px;
    }

    .e-schedule.e-scheduleresponsive .navigate {
        -webkit-animation: example 0.75s ease 0s;
        -moz-animation: example 0.75s ease 0s;
        -ms-animation: example 0.75s ease 0s;
    }

    @-webkit-keyframes example {
        from {
            -webkit-transform: perspective(300) rotateY(25deg);
            -webkit-transform-origin: 0% 0%;
            -moz-transform: perspective(300) rotateY(25deg);
            -moz-transform-origin: 0% 0%;
            -ms-transform: perspective(300) rotateY(25deg);
            -ms-transform-origin: 0% 0%;
        }

        to {
            -webkit-transform: perspective(300) rotateY(0deg);
            -webkit-transform-origin: 0% 0%;
            -moz-transform: perspective(300) rotateY(0deg);
            -moz-transform-origin: 0% 0%;
            -ms-transform: perspective(300) rotateY(0deg);
            -ms-transform-origin: 0% 0%;
        }
    }
    .e-scheduleresponsive.e-scheduledialog .e-appwindow,
    .e-scheduleresponsive.e-scheduledialog .e-recurwindow {
        width: 100% !important;
    }

    .e-scheduleresponsive.e-scheduledialog .e-dialog-icon {
        padding: 0px;
    }

    .e-schedule.e-scheduleresponsive .e-currenttime {
        margin-left: 5%;
    }

    .e-schedule.e-scheduleresponsive .e-headercells {
        vertical-align:middle !important;
    }

    .e-scheduledialog.e-scheduleresponsive .e-alertbtn .e-alertOk{
        margin:0px 20px 15px 10px;
    }
	
    .e-schedule.e-scheduleresponsive .e-datecommondiv {
        padding:12px 0px 0px 8px;
        outline:none;
        -webkit-tap-highlight-color:transparent;
        -webkit-user-select:none;
    }

    .e-schedule.e-scheduleresponsive .e-schedulesettings {
        white-space: pre-wrap !important;
    }

    .e-schedule.e-scheduleresponsive .e-settingsindent,
    .e-schedule.e-scheduleresponsive .e-workleftindent {
        width: 30px !important;
    }

    .e-schedule.e-scheduleresponsive .e-timecells {
        width: 15px !important;
    }

    .e-scheduledrawer.e-scheduleresponsive .e-nb.e-nb-layout.e-nb-right {
        box-shadow: -1px 0 10px 0 #707070;
    }

    .e-schedule.e-scheduleresponsive .e-alldaycells,
    .e-schedule.e-scheduleresponsive .e-headerresourcecells,
    .e-schedule.e-scheduleresponsive .e-emptyalldaytd,
    .e-schedule.e-scheduleresponsive .e-leftindent {
        height: 40px !important;
    }

    .e-schedule.e-scheduleresponsive .e-vscroll {
        position: absolute;
    }

    .e-schedule.e-scheduleresponsive .e-headerresourcecells {
        height: 27px !important;
    }

    .e-schedule.e-scheduleresponsive .e-empty,.e-schedule.e-scheduleresponsive .e-leftindenttable {
        width: 30px !important;
    }

    .e-schedule.e-scheduleresponsive .e-monthleftindent,
    .e-schedule.e-scheduleresponsive .e-monthempty {
        display: none !important;
    }

    .e-schedule.e-scheduleresponsive .e-ampmdisplay,
    .e-schedule.e-scheduleresponsive .e-workcells {
        height: 45px !important;
    }

    .e-scheduledialog.e-scheduleresponsive .e-windowmargin {
        margin: 0px !important;
    }

    .e-scheduledialog.e-scheduleresponsive .e-widget-content {
        padding: .5em;
    }
/*-------------------------------------Schedule End-----------------------------*/
/*!
 * bootstrap-vertical-tabs - v1.2.1
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-11-07
 * Copyright (c) 2014 İsmail Demirbilek
 * License: MIT
 */
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.sideways {
  margin-top:50px;
  border: none;
  position: relative;
}
.sideways>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.sideways>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.sideways.tabs-left {
  left: -50px;
}
.sideways.tabs-right {
  right: -50px;
}
.sideways.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sideways.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.minicolors {
    position: relative;
}

.minicolors-sprite {
    background-image: url(data:image/png;base64,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);
}

.minicolors-no-data-uris .minicolors-sprite {
    background-image: url(jquery.minicolors.png);
}

.minicolors-swatch {
    position: absolute;
    vertical-align: middle;
    background-position: -80px 0;
    border: solid 1px #ccc;
    cursor: text;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.minicolors-swatch-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.minicolors input[type=hidden] + .minicolors-swatch {
    width: 28px;
    position: static;
    cursor: pointer;
}

.minicolors input[type=hidden][disabled] + .minicolors-swatch {
    cursor: default;
}

/* Panel */
.minicolors-panel {
    position: absolute;
    width: 173px;
    height: 152px;
    background: white;
    border: solid 1px #CCC;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    z-index: 99999;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
}

.minicolors-panel.minicolors-with-swatches {
	height: 182px;
}

.minicolors-panel.minicolors-visible {
    display: block;
}

/* Panel positioning */
.minicolors-position-top .minicolors-panel {
    top: -154px;
}

.minicolors-position-right .minicolors-panel {
    right: 0;
}

.minicolors-position-bottom .minicolors-panel {
    top: auto;
}

.minicolors-position-left .minicolors-panel {
    left: 0;
}

.minicolors-with-opacity .minicolors-panel {
    width: 194px;
}

.minicolors .minicolors-grid {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 150px;
    height: 150px;
    background-position: -120px 0;
    cursor: crosshair;
}

.minicolors .minicolors-grid-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
}

.minicolors-slider-saturation .minicolors-grid {
    background-position: -420px 0;
}

.minicolors-slider-saturation .minicolors-grid-inner {
    background-position: -270px 0;
    background-image: inherit;
}

.minicolors-slider-brightness .minicolors-grid {
    background-position: -570px 0;
}

.minicolors-slider-brightness .minicolors-grid-inner {
    background-color: black;
}

.minicolors-slider-wheel .minicolors-grid {
    background-position: -720px 0;
}

.minicolors-slider,
.minicolors-opacity-slider {
    position: absolute;
    top: 1px;
    left: 152px;
    width: 20px;
    height: 150px;
    background-color: white;
    background-position: 0 0;
    cursor: row-resize;
}

.minicolors-slider-saturation .minicolors-slider {
    background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-slider {
    background-position: -20px 0;
}

.minicolors-slider-wheel .minicolors-slider {
    background-position: -20px 0;
}

.minicolors-opacity-slider {
    left: 173px;
    background-position: -40px 0;
    display: none;
}

.minicolors-with-opacity .minicolors-opacity-slider {
    display: block;
}

/* Pickers */
.minicolors-grid .minicolors-picker {
    position: absolute;
    top: 70px;
    left: 70px;
    width: 12px;
    height: 12px;
    border: solid 1px black;
    border-radius: 10px;
    margin-top: -6px;
    margin-left: -6px;
    background: none;
}

.minicolors-grid .minicolors-picker > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border: solid 2px white;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.minicolors-picker {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 2px;
    background: white;
    border: solid 1px black;
    margin-top: -2px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/* Swatches */
.minicolors-swatches,.minicolors-swatches li {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: absolute;
	top: 157px;
	left: 5px;
}

.minicolors-swatches .minicolors-swatch {
	position: relative;
	float: left;
	cursor: pointer;
	margin:0 4px 0 0;
}

.minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
	margin-right:7px;
}

.minicolors-swatch.selected {
	border-color:#000;
}

/* Inline controls */
.minicolors-inline {
    display: inline-block;
}

.minicolors-inline .minicolors-input {
    display: none !important;
}

.minicolors-inline .minicolors-panel {
    position: relative;
    top: auto;
    left: auto;
    box-shadow: none;
    z-index: auto;
    display: inline-block;
}

/* Default theme */
.minicolors-theme-default .minicolors-swatch {
    top: 5px;
    left: 5px;
    width: 18px;
    height: 18px;
}
.minicolors-theme-default .minicolors-swatches .minicolors-swatch {
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
}
.minicolors-theme-default .minicolors-swatches {
	height: 20px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
    left: auto;
    right: 5px;
}
.minicolors-theme-default.minicolors {
    width: auto;
    display: inline-block;
}
.minicolors-theme-default .minicolors-input {
    height: 20px;
    width: auto;
    display: inline-block;
    padding-left: 26px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-input {
    padding-right: 26px;
    padding-left: inherit;
}

/* Bootstrap theme */
.minicolors-theme-bootstrap .minicolors-swatch {
    z-index: 2;
    top: 3px;
    left: 3px;
    width: 28px;
    height: 28px;
    border-radius: 3px;
}
.minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}
.minicolors-theme-bootstrap .minicolors-swatch-color {
    border-radius: inherit;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch {
    left: auto;
    right: 3px;
}
.minicolors-theme-bootstrap .minicolors-input {
    float: none;
    padding-left: 44px;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
    padding-right: 44px;
    padding-left: 12px;
}
.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
    top: 4px;
    left: 4px;
    width: 37px;
    height: 37px;
    border-radius: 5px;
}
.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch {
    width: 24px;
    height: 24px;
}
.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.diff {
	display: inline-block;
}
.diff-level {
	margin-left: 1.6em;
}
.diff-holder {
	color: #666;
	margin: 0;
}
.diff-holder span {
	color: #AAA;
}
del.diff {
	text-decoration: none;
	color: #b30000;
	background: #fadad7;
}
ins.diff {
	background: #eaf2c2;
	color: #406619;
	text-decoration: none;
}
del.diff-key {
	border: 1px solid #f8a4a4;
}
ins.diff-key {
	border: 1px solid #a3ce4c;
	margin-top: -1px;
	position: relative;
}
ins.diff span {
	color: #AABF40;
}
del.diff span {
	color: #EE8177;
}
.audit-obj {
    max-height: 300px;
    max-width: 300px;
    overflow: auto;
}
html {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    padding: 0;
    /*height: 100%;*/
     /* overflow: hidden;  */
    position: relative;
	/* margin-top:0px; */
}

    body.login {
        min-height: 100%;
        background: #303030;
        padding-top: 20px;
        margin-top: 0px;
    }

.underline,
.underline:focus,
.underline:hover {
    text-decoration: underline !important;
}

.accordion .panel-heading {
    cursor: pointer;
}

.clickable {
    cursor: pointer;
}

.ui-grid-clickable .ui-grid-row:hover .ui-grid-cell {
    cursor: pointer;
    background-color: #e0e0e0 !important;
}

.ui-select-match{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 1002;
}

footer, .footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
}


.moxie-shim {
    z-index: 999;
}

.MessageControl {
    width: 150px;
}

    .MessageControl > a {
        border-left-style: ridge;
        border-left-width: 1px;
        cursor: pointer;
        position: relative;
        display: block;
        padding: 7px 10px;
    }

        .MessageControl > a:hover, .MessageBar > a:focus {
            text-decoration: none;
            background-color: #ddd;
        }
/* Layout
----------------------------------------------------------*/

#header {
    padding: 3px;
    border-width: 2px 0px;
    border-color: rgb(0,83,160);
    border-style: solid;
}

.content-wrapper {
    margin: 0 auto;
}

.topmenu {
    border-width: 0 0 2px 0;
    margin-bottom: 0px;
    border-color: rgb(0,83,160);
    border-radius: 0;
}

.searchbar {
    border: none;
    margin-bottom: 0px;
    border-radius: 0;
    background-color: rgb(0,83,160);
}

    .searchbar label {
        color: #fff;
    }

    .searchbar .form-control,
    .searchbar .input-group {
        width: 160px !important;
    }

        .searchbar .input-group .form-control {
            width: 100% !important;
        }

    .searchbar .checkbox {
        margin-left: 4px;
        margin-right: 8px;
    }

        .searchbar .checkbox input {
            vertical-align: middle;
        }

#logindisplay {
    text-align: right;
}

    #logindisplay a {
        color: #333;
        text-decoration: underline;
    }

        #logindisplay a:hover,
        #logindisplay a:focus {
            color: #000;
        }

/* Logo and Title
----------------------------------------------------------*/

#twlogo {
    background: url('../images/TabWare2notext38.png') no-repeat;
    width: 144px;
    height: 39px;
	margin:8px;
}
#twchevrons{
	background: url('../images/chevrons__row.png') no-repeat;
    width: 358px;
    height: 79px;
	/* margin-left:1%; */
}
#twchevrons-right{
	background: url('../images/chevrons__row.png') no-repeat;
    width: 354px;
    height: 79px;	
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.login #twlogo {
    margin: 0 auto;
}

#taskname {
    font-weight: bold;
}
body.login{
	padding-top:0px;
}


/* Form Elements
----------------------------------------------------------*/
input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: 1.75em;
    height: 1.75em;
    margin: 0px;
}
/* Remove the x(clear) in the input type=text only in IE, as this issue is not there in chrome*/
input[type=text]::-ms-clear {
    display: none;
}

/* Remove the x(clear) in the input type="search" only in IE(Mobile Approval), as this issue is not there in chrome*/
input[type="search"]::-ms-clear {
    display: none;
}

.form-group.required .control-label:after {
    content: "*";
    margin-left: 3px;
    color: red;
}

.control-label.required {
    content: "*";
    /*margin-left: 3px;*/
    color: red;
}

/* Legacy way */
.control-label.required:after {
    content: "*";
    margin-left: 3px;
    color: red;
}

.buttonWrapper {
    text-align: center;
}

/*label {
    font-weight: normal;
}*/

label.checkbox {
    display: inline;
}

.table > thead > tr > td.disabled,
.table > tbody > tr > td.disabled,
.table > tfoot > tr > td.disabled,
.table > thead > tr > th.disabled,
.table > tbody > tr > th.disabled,
.table > tfoot > tr > th.disabled,
.table > thead > tr.disabled > td,
.table > tbody > tr.disabled > td,
.table > tfoot > tr.disabled > td,
.table > thead > tr.disabled > th,
.table > tbody > tr.disabled > th,
.table > tfoot > tr.disabled > th {
    background-color: #eee;
    color: #999;
}

.table-hover > tbody > tr > td.disabled:hover,
.table-hover > tbody > tr > th.disabled:hover,
.table-hover > tbody > tr.disabled:hover > td,
.table-hover > tbody > tr:hover > .disabled,
.table-hover > tbody > tr.disabled:hover > th {
    background-color: #e0e0e0;
}


/* Info and Errors (This section needs to be cleaned up)
----------------------------------------------------------*/

.error {
    color: #e80c4d;
}

.errorMsg {
    font-weight: bold;
    color: #c9302c;
}

.infoMsg {
    color: #31b0d5;
}

.successMsg {
    color: #5cb85c;
}

.warnMsg {
    color: #ec971f;
}

.tw-error {
    width: 500px;
    height: 80px;
}

    .tw-error h3 {
        font-size: 1em;
        padding: 10px 10px 5px;
    }

    .tw-error img {
        float: left;
        margin: 30px 15px 30px 30px;
    }

.tw-success {
    width: 500px;
    height: 80px;
    padding: 0 30px;
    line-height: 100px;
}

    .tw-success h3 {
        font-size: 1.7em;
        font-weight: normal;
        display: inline-block;
        vertical-align: middle;
    }

    .tw-success img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

.tw-information {
    width: 500px;
    height: 80px;
    padding: 0 30px;
    line-height: 100px;
}

    .tw-information h3 {
        font-size: 1.7em;
        font-weight: normal;
        display: inline-block;
        vertical-align: middle;
    }

    .tw-information img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

/* Validation
----------------------------------------------------------*/

.field-validation-error {
    color: #b94a48;
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    /*
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    */
    color: #b94a48;
    border-color: #b94a48;
}

    .input-validation-error:focus {
        border-color: #953b39;
        -webkit-box-shadow: 0 0 6px #d59392;
        -moz-box-shadow: 0 0 6px #d59392;
        box-shadow: 0 0 6px #d59392;
    }

.validation-summary-errors {
    /*font-weight: bold;*/
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* Landing 
----------------------------------------------------------*/

.landing-grid {
    padding: 20px;
}

.landing-grid-list {
    padding-left: 0;
    list-style: none;
}

.landing-grid a {
    float: left;
    width: 25%;
    height: 110px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #eeeeee;
    color: #000;
    border: 1px solid #fff;
}

    .landing-grid a:hover {
        background-color: rgb(0,83,160);
        color: #fff;
        text-decoration: none;
    }


.landing-grid .glyphicon {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
}

.landing-grid .fa {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
}

.landing-grid .item-name {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

/*@media (max-width: 768px) {
    .landing-grid {
        padding: 0;
    }

        .landing-grid a {
            width: 50%;
        }
}*/

/* Larger Landing 
----------------------------------------------------------*/

.lg-landing-grid {
    padding: 20px;
}

.lg-landing-grid-list {
    padding-left: 0;
    list-style: none;
}

.lg-landing-grid a {
    float: left;
    width: 33.33%;
    height: 100px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #eeeeee;
    color: #000;
    border: 1px solid #fff;
}

    .lg-landing-grid a:hover {
        background-color: rgb(0,83,160);
        color: #fff;
        text-decoration: none;
    }


.lg-landing-grid .glyphicon {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
}

.lg-landing-grid .item-name {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

/*@media (max-width: 768px) {
    .lg-landing-grid {
        padding: 0;
    }

        .lg-landing-grid a {
            width: 33.33%;
        }
}*/

/* Taller Landing 
----------------------------------------------------------*/

.t-landing-grid {
    padding: 20px;
}

.t-landing-grid-list {
    padding-left: 0;
    list-style: none;
}

.t-landing-grid a {
    float: left;
    width: 25%;
    height: 130px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #eeeeee;
    color: #000;
    border: 1px solid #fff;
}

    .t-landing-grid a:hover {
        background-color: rgb(0,83,160);
        color: #fff;
        text-decoration: none;
    }


.t-landing-grid .glyphicon {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 35px;
}

.t-landing-grid .item-name {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

/*@media (max-width: 768px) {
    .t-landing-grid {
        padding: 0;
    }

        .t-landing-grid a {
            width: 50%;
        }
}*/

/* Support Bar
----------------------------------------------------------*/
#supportBar {
    background-color: #940000;
    color: #ffffff;
}

    #supportBar ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        #supportBar ul li {
            display: inline-block;
            line-height: 2em;
            margin: 0 1em;
        }

    #supportBar a {
        color: #fff;
    }

        #supportBar a:hover {
            background-color: transparent;
            color: #ddd;
        }

/* File Drag and Drop
----------------------------------------------------------*/
.file-drop {
    background-color: #f5f5f5;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 70px;
    text-align: center;
    color: #999;
    padding: 2px;
}

.panel > .file-drop {
    border-top: 1px solid #ddd;
    padding: 1px 2px 2px 2px;
}


.file-drop.has-file {
    border-color: rgb(0,83,160);
    border-width: 2px;
    padding: 0px;
    border-style: dashed;
    color: #000;
}


/* Bootstrap Overrides
----------------------------------------------------------*/

.panel-primary {
    border-color: rgb(0,83,160);
	 
}

.panel-heading {
    position: relative;
}

.panel-primary > .panel-heading {
    background-color: rgb(0,83,160);
    border-color: rgb(0,83,160);
}

    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
        border-color: rgb(0,83,160);
    }

.panel-footer .alert {
    margin-bottom: 5px;
    padding: 6px;
}

tr .alert {

    margin-bottom: 5px;
    padding: 5px;

}

    .panel-footer .alert:last-child {
        margin-bottom: 0px;
    }

.alert-warning {
    background-color: #FFE0B2;
    border-color: #804C00;
    color: #804C00;
}

.text-warning {
    color: #804C00;
}

a.text-warning:hover {
    color: #663D00;
}

.bg-warning {
    background-color: #FFE0B2;
}

a.bg-warning:hover {
    background-color: #E6CAA0;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #FFE0B2;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #E6CAA0;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #804C00;
}

.has-warning .form-control {
    border-color: #804C00;
    background-color: #FFE0B2;
}

    .has-warning .form-control:focus {
        border-color: #663D00;
    }

.has-warning .input-group-addon {
    color: #804C00;
    background-color: #FFE0B2;
    border-color: #804C00;
}

.has-warning .form-control-feedback {
    color: #804C00;
}

.has-error .form-control {
    background-color: #f2dede;
}

.has-error-bg .form-control {
}

.list-group-item-warning {
    color: #804C00;
    background-color: #FFE0B2;
}

a.list-group-item-warning {
    color: #804C00;
}

    a.list-group-item-warning:hover,
    a.list-group-item-warning:focus {
        color: #804C00;
        background-color: #E6CAA0;
    }

    a.list-group-item-warning.active,
    a.list-group-item-warning.active:hover,
    a.list-group-item-warning.active:focus {
        background-color: #804C00;
        border-color: #804C00;
    }

.panel-warning {
    border-color: #804C00;
}

    .panel-warning > .panel-heading {
        color: #804C00;
        background-color: #FFE0B2;
        border-color: #804C00;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #804C00;
        }

        .panel-warning > .panel-heading .badge {
            background-color: #804C00;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #804C00;
    }

.navbar-narrow {
    min-height: 32px;
}

    .navbar-narrow .navbar-nav > li > a {
        padding-top: 6px;
        padding-bottom: 6px;
        line-height: 20px;
    }

/*@media (min-width: 768px) {
    .navbar-narrow .navbar-brand {
        padding: 0 15px;
        line-height: 36px;
        height: 36px;
    }
}*/


.navbar-nav > li > a,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.open > a,
.navbar-nav > li.open > a:hover,
.navbar-nav > li.open > a:focus {
    border-right: 1px solid #ccc;
}

.navbar-nav.navbar-right > li > a,
.navbar-nav.navbar-right > li > a:hover,
.navbar-nav.navbar-right > li > a:focus,
.navbar-nav.navbar-right > li.open > a,
.navbar-nav.navbar-right > li.open > a:hover,
.navbar-nav.navbar-right > li.open > a:focus {
    border-left: 1px solid #ccc;
    border-right: 0;
}

/* Helper classes to use in button groups if hiding/showing buttons using js */
.btn-group > .currently-last {
    -webkit-border-top-right-radius: 3px !important;
    -moz-border-radius-topright: 3px !important;
    border-top-right-radius: 3px !important;
    -webkit-border-bottom-right-radius: 3px !important;
    -moz-border-radius-bottomright: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.btn-group > .currently-first {
    margin-left: 0;
    -webkit-border-top-left-radius: 3px !important;
    -moz-border-radius-topleft: 3px !important;
    border-top-left-radius: 3px !important;
    -webkit-border-bottom-left-radius: 3px !important;
    -moz-border-radius-bottomleft: 3px !important;
    border-bottom-left-radius: 3px !important;
}

/* Override bootstrap checkbox styles because our checkboxes are BIG */
.checkbox input[type="checkbox"] {
    margin-left: -30px;
}

.checkbox label {
    padding-left: 30px;
}

.table.table-valign-middle > thead > tr > th,
.table.table-valign-middle > tbody > tr > th,
.table.table-valign-middle > tfoot > tr > th,
.table.table-valign-middle > thead > tr > td,
.table.table-valign-middle > tbody > tr > td,
.table.table-valign-middle > tfoot > tr > td {
    vertical-align: middle;
}

/*@media (min-width: 768px) {
    .navbar-nav.navbar-left:first-child {
        margin-left: -15px;
    }

    .navbar-form.navbar-left:first-child {
        margin-left: -15px;
    }

    .searchbar .navbar-left {
        display: table;
    }

    .searchbar .form-group,
    .searchbar .btn-group {
        margin: 0 0 2px 2px;
    }

    .searchbar .fixed-left {
        display: table-cell;
        vertical-align: top;
    }

    .searchbar .navbar-form {
        margin-top: 1px;
        margin-bottom: 1px;
        padding-right: 5px;
        padding-left: 5px;
    }
}*/

/*@media (max-width: 768px) {
    .navbar-nav > li > a,
    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus,
    .navbar-nav > li.open > a,
    .navbar-nav > li.open > a:hover,
    .navbar-nav > li.open > a:focus {
        border-right: 0;
    }

    .navbar-nav.navbar-right > li > a,
    .navbar-nav.navbar-right > li > a:hover,
    .navbar-nav.navbar-right > li > a:focus,
    .navbar-nav.navbar-right > li.open > a,
    .navbar-nav.navbar-right > li.open > a:hover,
    .navbar-nav.navbar-right > li.open > a:focus {
        border-left: 0;
        border-right: 0;
    }

    .searchbar .form-control,
    .searchbar .input-group {
        width: 100% !important;
    }
}*/

.form-group.required .control-label:after {
    content: "*";
    margin-left: 3px;
    color: red;
}

.btn-tool {
    position: absolute;
    top: 3px;
    right: 3px;
}

.btn-default {
    border-color: rgb(0,66,128) !important;
    color: rgb(0,66,128) !important;
}

.btn-default-login {
    background-color: #fffc3b !important;
    border-color: #3a3a3a !important;
	color:#3a3a3a !important;
}


.btn-default-login:hover{
	background-color: #cccf00;
    border-color: #000000;
	color:#000000;
}
.input-group .btn-default {
    border-color: rgb(204, 204, 204) !important;
}

.btn-primary {
    background-color: rgb(0,83,160);
    border-color: rgb(0,66,128);
}

.modal-header .btn-primary {
    border-color: rgb(0,83,160);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: rgb(0,66,128);
    border-color: rgb(0,66,128);
}

.btn-info {
    background-color: rgb(107,164,213);
    border-color: rgb(86,131,170);
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        background-color: rgb(86,131,170);
        border-color: rgb(86,131,170);
    }

.btn-warning {
    background-color: rgb(247,148,30);
    border-color: rgb(198,118,24);
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        background-color: rgb(198,118,24);
        border-color: rgb(198,118,24);
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: rgb(0,83,160);
    border-color: rgb(0,83,160);
}

.btn[disabled], .btn:disabled {
    background-color: #ccc !important;
    color: #333 !important;
    border-color: #666 !important;
}

.navbar-inverse {
    background-color: rgb(0,83,160);
    border-color: rgb(0,83,160);
}

    .navbar-inverse .navbar-brand {
        color: #fff;
    }

    .navbar-inverse ul.navbar-nav > li > a {
        color: #eee;
    }

    .navbar-inverse ul.navbar-nav > li.open > a {
        background: none !important;
    }

.nav-tabs {
    margin-bottom: 15px;
}

    .nav-tabs a {
        color: rgb(0,66,128);
    }

    .nav-tabs > li {
        margin-top: 2px;
    }

        .nav-tabs > li.active {
            margin-top: 0px;
        }

        .nav-tabs > li > a,
        .nav-tabs > li > a:hover,
        .nav-tabs > li > a:focus {
            padding: 9px 15px;
            border: 1px solid #ddd;
            white-space: nowrap;
        }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            padding: 10px 15px;
            background-color: rgb(0,83,160);
            color: #fff;
            border: 1px solid transparent;
        }

.modal-header {
    background-color: rgb(0,83,160);
    border-bottom: 0;
}

    .modal-header .close {
        color: #fff;
        opacity: .7;
    }

        .modal-header .close:hover {
            opacity: .9;
        }

    .modal-header,
    .modal-header h1,
    .modal-header h2,
    .modal-header h3,
    .modal-header h4,
    .modal-header h5,
    .modal-header h6 {
        color: white;
    }

.modal-error .modal-header {
    background-color: #940000;
}

.modal-warning .modal-header {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.modal-warning .modal-header > .modal-title{
    color: #8a6d3b;
}

.modal.modal-scroll .modal-body {
    overflow-y: auto;
    max-height: 350px;
}

.no-padding-bottom {
    padding-bottom: 0;
}
.no-padding-top {
    padding-top: 0;
}

.popover-content {
    padding: 0;
    min-width: 200px;
}

    .popover-content .list-group-item:first-child {
        border-top: none;
    }

    .popover-content .list-group-item {
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

.tooltip > .tooltip-inner {
    background-color: rgb(0,83,160);
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgb(0,83,160);
}

.tooltip.top .tooltip-arrow {
    border-top-color: rgb(0,83,160);
}

.tooltip.left .tooltip-arrow {
    border-left-color: rgb(0,83,160);
}

.tooltip.right .tooltip-arrow {
    border-right-color: rgb(0,83,160);
}

.side-panel {
    border-right: 1px solid #ddd;
    position: absolute;
    width: 299px;
}

.side-panel-collapsed {
    width: 39px;
    background: #f8f8f8;
    cursor: pointer;
}

.side-panel-collapsed-body {
    padding: 10px;
}

.vertical {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    white-space: nowrap;
    width: 19px;
    height: 19px;
    line-height: 19px;
}

fieldset.ask-at-exec {
    background: #fff;
}

fieldset.ask-at-exec-group {
    border: 1px solid #ccc;
    padding: 5px;
}

fieldset.ask-at-exec .form-group {
    margin: 0px;
}

fieldset.ask-at-exec label {
    font-weight: normal;
}

fieldset.ask-at-exec .logical-operator {
    line-height: 0px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin: 12px -5px;
}

    fieldset.ask-at-exec .logical-operator span {
        background-color: #fff;
        font-size: .8em;
        font-weight: bold;
        color: #666;
    }

fieldset.ask-at-exec .operator {
    text-transform: uppercase;
    font-weight: bold;
}

fieldset.ask-at-exec-group.ask-at-exec-active {
    background: #FFFFCC;
}

    fieldset.ask-at-exec-group.ask-at-exec-active > div > div > .logical-operator span {
        background: #FFFFCC;
    }

@media print {
    /* your stylesheet for printing, eg.: */
    .collapse {
        display: block !important;
        height: auto !important;
    }

    #header {
        display: none;
    }

    #body {
        display: inline;
    }

    .panel {
        page-break-after: always;
    }
}

/* Kendo Overrides
----------------------------------------------------------*/

/* Hide all kendo progress spinners since there is no way to disable via JavaScript... */
.k-loading-image {
    background-image: none;
}

.k-loading-color {
    opacity: 0;
}

/* This will disable wrapping in the kendo grid but causes some issues with action buttons in the system that are currently stacked. */
.k-grid.k-ap-nowrap table {
    table-layout: fixed;
}

.k-grid.k-ap-nowrap td {
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* iPad likes to shrink these font sizes down unless explicitly stated. */
.k-grid td,
.k-list li {
    font-size: 14px;
}

    .k-grid td.k-dirty-cell {
        position: relative;
    }

        .k-grid td.k-dirty-cell .k-dirty {
            top: 0px;
            left: 0px;
            margin: 0;
        }

.k-loading-mask {
    z-index: 100;
}

.k-scheduler .k-scheduler-toolbar .k-state-selected {
    background-color: rgb(0,83,160);
    border-color: rgb(0,83,160);
}

.k-grid-filter.k-state-active {
    background-color: lightblue;
}

.k-pager-wrap a {
    padding: 0;
}

.k-pager-numbers .k-link,
.k-pager-numbers .k-link:hover,
.k-pager-numbers .k-state-selected {
    border-radius: 1.0833em;
    border: 1px solid #ccc;
}

.k-pager-numbers > li {
    margin-left: 3px;
    margin-right: 3px;
}

.k-pager-wrap > .k-link {
    border-radius: 1.0833em;
    border: 1px solid #ccc;
    margin-left: 3px;
    margin-right: 3px;
}

.k-pager-wrap .k-pager-nav.k-pager-last {
    border-radius: 1.0833em;
}

.k-chart .k-tooltip {
    color: #fff;
}

.k-widget.k-tooltip {
    background-color: #fff;
    border-color: rgb(0,83,160);
    color: #000;
}

.k-window-titlebar {
    background-color: rgb(0,83,160);
    color: #ffffff;
    border-color: #0053a0;
}

    .k-window-titlebar .k-window-action {
        background-color: #fff;
        opacity: .9;
    }

        .k-window-titlebar .k-window-action:hover {
            opacity: 1;
        }

.k-grid-toolbar {
    background-color: rgb(0,83,160);
}

.k-grid td span.quickview,
.ui-grid span.quickview {
    display: block;
    width: auto;
    text-align: left !important;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
}

    .k-grid td span.quickview .caret,
    .ui-grid span.quickview .caret {
        position: absolute;
        top: 9px;
        right: 3px;
    }

    .k-grid td span.quickview .glyphicon,
    .ui-grid span.quickview .glyphicon {
        position: absolute;
        top: 5px;
        right: 3px;
    }


.k-state-disabled,
.k-state-disabled span,
.k-state-disabled input,
.k-state-disabled k-icon,
.k-textbox[disabled] {
    cursor: not-allowed !important;
}

    .k-textbox[disabled],
    .k-textbox[disabled]:hover {
        background-color: #f5f5f5;
        border-color: rgb(204, 204, 204);
        opacity: 0.7;
    }

.form-horizontal .k-dropdown,
.form-horizontal .k-numerictextbox,
.form-horizontal .k-combobox,
.form-horizontal .k-autocomplete,
.form-horizontal .k-timepicker,
.form-horizontal .k-datepicker,
.form-horizontal .k-datetimepicker,
.form-horizontal .k-textbox {
    width: 100%;
}

.k-link .k-header {
    background-color: rgb(0,83,160);
    color: #ffffff;
    border-color: #0053a0;
}

.k-icon-only {
    margin: 0 !important;
}

.k-grid tbody .k-button {
    min-width: 0;
}

.k-notification {
    border: 0;
}

/* Info template */
.k-notification-info.k-group {
    background: rgba(0%,0%,0%,.7);
    color: #fff;
}

/* Error template */
.k-notification-error.k-group {
    background: rgba(100%,0%,0%,.7);
    color: #ffffff;
}

/* Success template */
.k-notification-success.k-group {
    background: rgba(0%,60%,0%,.7);
    color: #fff;
}


.k-mock-input {
    border-radius: .4em;
    border-style: solid;
    border-width: thin;
    border-color: #66afe9;
    padding-right: 6px;
    background-color: white;
    color: #000;
}

/* Change Kendo Blue to AP Blue */

.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
    color: #fff !important;
    background-color: rgb(0,83,160);
    border-color: rgb(0,83,160);
}

.k-button:active {
    border-color: rgb(0,83,160);
}

.k-primary {
    border-color: rgb(0,83,160);
    background-color: rgb(0,83,160);
}

.k-multiselect .k-button {
    border-color: rgb(0,83,160);
    background-color: rgb(0,83,160);
}

.k-pager-wrap .k-link:hover {
    color: rgb(0,83,160);
}

/* Kendo Mobile Overrides
----------------------------------------------------------*/
.km-popup .k-item, .km-actionsheet-wrapper.km-widget, .km-actionsheet.km-widget > li > a {
    background: #fff;
    border-bottom-color: rgba(0,83,160,0.2);
    color: #000;
}

.km-cancel:after, .km-cancel:before {
    content: "\e031";
}

.km-returntosearch:after, .km-returntosearch:before {
    content: "\e322";
}

.km-clipboard:after, .km-clipboard:before {
    content: "\e07a";
}

.km-widget {
    font-size: .8em;
}

/* Kendo Additions
----------------------------------------------------------*/

.k-ap-grid-full {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}


.k-ap-no-border {
    border-width: 0px !important;
}

.k-ap-glyphicon {
    vertical-align: text-top;
}

/* No data found message overlay for Kendo charts
----------------------------------------------------------*/
.custom-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    filter: alpha(opacity=60);
    background-color: #6495ed;
    font-size: 34px;
}

#chartMessage {
    position: absolute;
    left: 30%;
    top: 50%;
}

/* Table styling
----------------------------------------------------------*/
.table-header {
    background-color: rgb(0,83,160);
    color: white;
}

/*Secondary color*/
.table-header-secondary {
    background-color: rgb(107,164,213);
    color: white;
    border: none !important; /*rgb(86,131,170) !important;*/
}

/* textAngular */
.ta-toolbar {
    background-color: rgb(107,164,213);
    padding: 5px 5px 5px 0;
    margin: 0;
}

.ta-root .form-control {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

/*.ta-editor {
    margin: 5px;
}*/

/* Custom CSS Loader */

.loader {
    box-sizing: content-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    z-index: 1001;
}

.loader-inline {
    box-sizing: content-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    z-index: 1001;
}

.above-loader {
    z-index: 1002;
}

#body > .loader {
    position: fixed;
}

.spinner {
    box-sizing: content-box;
    position: absolute;
    background: rgba(220,220,220,0.8);
    width: 24px;
    height: 24px;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    border: 8px solid rgb(0,83,160);
    border-right-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    box-shadow: 0 0 0px 4px rgba(0,0,0,0.4);
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    -ms-animation: spin 3s linear infinite;
    -o-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

    .spinner::after {
        box-sizing: content-box;
        display: block;
        content: " ";
        width: 8px;
        height: 8px;
        border: 6px solid rgb(0,83,160);
        margin: 2px;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-radius: 50%;
        -webkit-animation: spin-counter 1.5s linear infinite;
        -moz-animation: spin-counter 1.5s linear infinite;
        -ms-animation: spin-counter 1.5s linear infinite;
        -o-animation: spin-counter 1.5s linear infinite;
        animation: spin-counter 1.5s linear infinite;
    }

.spinner-inline {
    box-sizing: content-box;
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 12px;
    box-shadow: 0 0 0px 2px rgba(0,0,0,0.4);
    margin: 0px;
    right: 20px;
    background: rgba(220,220,220,0.8);
    top: 5px;
    border: 3px solid rgb(0,83,160);
    border-right-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    box-shadow: 0 0 0px 2px rgba(0,0,0,0.4);
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    -ms-animation: spin 3s linear infinite;
    -o-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

    .spinner-inline::after {
        box-sizing: content-box;
        display: block;
        width: 5px;
        height: 5px;
        margin: 1px;
        content: " ";
        border: 2px solid rgb(0,83,160);
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-radius: 50%;
        -webkit-animation: spin-counter 1.5s linear infinite;
        -moz-animation: spin-counter 1.5s linear infinite;
        -ms-animation: spin-counter 1.5s linear infinite;
        -o-animation: spin-counter 1.5s linear infinite;
        animation: spin-counter 1.5s linear infinite;
    }
    
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-counter {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes spin-counter {
    from {
        -moz-transform: rotate(360deg);
    }

    to {
        -moz-transform: rotate(0deg);
    }
}

@-ms-keyframes spin-counter {
    from {
        -ms-transform: rotate(360deg);
    }

    to {
        -ms-transform: rotate(0deg);
    }
}

@-o-keyframes spin-counter {
    from {
        -o-transform: rotate(360deg);
    }

    to {
        -o-transform: rotate(0deg);
    }
}

@keyframes spin-counter {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}


.form-readonly {
    position: relative;
    padding: 0 15px 0 15px;
}

    .form-readonly .form-horizontal {
        position: relative;
    }

    .form-readonly .row {
        position: relative;
        border-bottom: 1px solid #ddd;
    }

    /*.form-readonly .row:last-child
{
    border: none;
}*/

    .form-readonly .form-group {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.row-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

    .row-bg .row {
        border: none;
    }

    .row-bg .row-bg-value {
        background: #f5f5f5;

        height: 100%;
    }

    .row-bg .row .col-md-1,
    .row-bg .row .col-md-2,
    .row-bg .row .col-md-3,
    .row-bg .row .col-md-4,
    .row-bg .row .col-md-5,
    .row-bg .row .col-md-6,
    .row-bg .row .col-md-7,
    .row-bg .row .col-md-8,
    .row-bg .row .col-md-9,
    .row-bg .row .col-md-10,
    .row-bg .row .col-md-11,
    .row-bg .row .col-md-12,
    .row-bg .row {
        height: 100%;
        padding: 0px;
    }

    .row-bg .row .col-xs-1,
    .row-bg .row .col-xs-2,
    .row-bg .row .col-xs-3,
    .row-bg .row .col-xs-4,
    .row-bg .row .col-xs-5,
    .row-bg .row .col-xs-6,
    .row-bg .row .col-xs-7,
    .row-bg .row .col-xs-8,
    .row-bg .row .col-xs-9,
    .row-bg .row .col-xs-10,
    .row-bg .row .col-xs-11,
    .row-bg .row .col-xs-12,
    .row-bg .row {
        height: 100%;
        padding: 0px;
    }


/*@media (max-width: 991px ) {
    .form-readonly .row {
        border-bottom: none;
    }


    .form-readonly > .row > .col-md-1,
    .form-readonly > .row > .col-md-2,
    .form-readonly > .row > .col-md-3,
    .form-readonly > .row > .col-md-4,
    .form-readonly > .row > .col-md-5,
    .form-readonly > .row > .col-md-6,
    .form-readonly > .row > .col-md-7,
    .form-readonly > .row > .col-md-8,
    .form-readonly > .row > .col-md-9,
    .form-readonly > .row > .col-md-10,
    .form-readonly > .row > .col-md-11,
    .form-readonly > .row > .col-md-12 {
        border-bottom: 1px solid #ddd;
    }
}

@media (min-width: 768px) and (max-width: 991px ) {
}*/

/*
Include this after bootstrap.css. Add class of 
vert-offset-top-value or vert-offset-bottom-value 
to your Bootstrap 3 default rows to prevent row content 
from touching the row content above or below.
*/

/* Vertical Offset Bottom */
.vert-offset-top-12 {
    margin-top: 12em;
}

.vert-offset-top-11 {
    margin-top: 11em;
}

.vert-offset-top-10 {
    margin-top: 10em;
}

.vert-offset-top-9 {
    margin-top: 9em;
}

.vert-offset-top-8 {
    margin-top: 8em;
}

.vert-offset-top-7 {
    margin-top: 7em;
}

.vert-offset-top-6 {
    margin-top: 6em;
}

.vert-offset-top-5 {
    margin-top: 5em;
}

.vert-offset-top-4 {
    margin-top: 4em;
}

.vert-offset-top-3 {
    margin-top: 3em;
}

.vert-offset-top-2 {
    margin-top: 2em;
}

.vert-offset-top-1 {
    margin-top: 1em;
}

.vert-offset-top-0 {
    margin-top: 0em;
}
/* Vertical Offset Bottom */
.vert-offset-bottom-12 {
    margin-bottom: 12em;
}

.vert-offset-bottom-11 {
    margin-bottom: 11em;
}

.vert-offset-bottom-10 {
    margin-bottom: 10em;
}

.vert-offset-bottom-9 {
    margin-bottom: 9em;
}

.vert-offset-bottom-8 {
    margin-bottom: 8em;
}

.vert-offset-bottom-7 {
    margin-bottom: 7em;
}

.vert-offset-bottom-6 {
    margin-bottom: 6em;
}

.vert-offset-bottom-5 {
    margin-bottom: 5em;
}

.vert-offset-bottom-4 {
    margin-bottom: 4em;
}

.vert-offset-bottom-3 {
    margin-bottom: 3em;
}

.vert-offset-bottom-2 {
    margin-bottom: 2em;
}

.vert-offset-bottom-1 {
    margin-bottom: 1em;
}

.vert-offset-bottom-0 {
    margin-bottom: 0em;
}

/* JS - Inventory Issue Page CSS
----------------------------------------------------------*/

#InventoryItemTable th{
    padding-left: 8px;
    padding-right: 8px;
}

#InventoryItemTable td{
    padding-left: 8px;
    padding-right: 8px;
}

.hr-smaller-margins{
    margin-top: 10px;
    margin-bottom: 10px;
}

.small-LR-padding{
    padding-left: 8px;
    padding-right: 8px;
}

.no-LR-padding{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#primaryInfoPanelGroup{
    margin-bottom: 0px;
}

.visibility_hidden{
    visibility: hidden;
}

.right-gray-border{
    border-right: 1px solid #eee;
}

.itemlist-expanded-section-padding{
    padding-left: 41px;
    padding-right: 41px;
}
.item-serials-section-padding{
    padding-left: 241px;
    padding-right: 241px;
}

.alert-info-custom {
  background-color: #d9edf7 !important;
  border-color: #bce8f1;
}

.alert-danger-custom {
  background-color: #f2dede !important;
  border-color: #ebccd1;
}

.alert-warning-custom {
  background-color: #FFE0B2 !important;
  border-color: #804C00;
}

.alert-success-custom {
  background-color: #dff0d8 !important;
  border-color: #d6e9c6;
}

.alert-entry-custom {
  /*background-color: #dff0d8 !important;
  border-color: #d6e9c6;*/
  background-color: #fcc553 !important;
  border-color: #fcc553;
}

.xs-chevron-padding{
    padding-top: 5px;
}

/*.centerModal{
    padding-top: 15%;
}*/

.comment-adjustment{
    top: 2px !important;
    left: 1px; 
}

.custom_close{
    font-size: 14px !important;
}

textarea {
    resize: none;
}

    textarea:disabled {
        cursor: default;
    }

    textarea:disabled.form-control{
        cursor: default;
    }

/*This is the fix for angular UI Modal Backdrop not appearing for Modals (works only in IE not chrome)*/
/*.modal-backdrop {   
      bottom: 0 !important;
      position: fixed !important;
}*/


.small_top_padding{
    padding-top:5px;
}

.small_left_padding{
    padding-left:5px;
}

.tr_striped{
    background-color: #f9f9f9;
}

.fixed_table_layout{
    table-layout: fixed;
}
.word_wrap{
    word-wrap: break-word;
}

/*Overridden bootstrap class*/
/*@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}*/

/*Edit.html in BinTransfer*/

.no_row_margins{
    margin-right: 0px;
    margin-left: 0px;
}

.input-xs{
    height: 22px;
    padding: 2.5px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    width:inherit;
    
}

.vertical_align{
     vertical-align: middle !important;
}

.full_width{
    width:100%;
}

  .sortorder:after {
    content: '\25b2';
  }
  .sortorder.reverse:after {
    content: '\25bc';
  }

  .test-ggh {
      background: #f5f5f5;
      height: 100%;
  }

.sm_top_padding{
    padding-top: 26px;
}

.xs_top_padding{
    padding-top: 6px;
}

.xs_top_margin{
    margin-top: 6px;
}

.remove_bottom_border{
    border-bottom: none !important;
}

.form-control-static.input-xs {
  padding-right: 0;
  padding-left: 0;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }

/*@media (max-width: 991px) {
    .form-readonly .row {
        border-bottom: 1px solid #ddd;
    }
}*/

/*Inventory (Stores) Landing Page*/

.fadein.ng-hide-remove,
.fadeout.ng-hide-add {
    -webkit-transition: 400ms ease-in-out all;
    -moz-transition: 400ms ease-in-out all;
    -o-transition: 400ms ease-in-out all;
    transition: 400ms ease-in-out all;
}

.fadein.ng-hide-remove,
.fadeout.ng-hide-add.ng-hide-add-active {
    opacity: 0;
}

.fadeout.ng-hide-add,
.fadein.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
}

.landing_grid_a_style {
  float: left;
  width: 25%;
  height: 130px;
  padding: 10px;
  line-height: 1.4;
  text-align: center;
  background-color: #eeeeee;
  color: #000;
  border: 1px solid #fff;
}


/*@media (max-width: 768px) {
    .landing_grid_a_style {
        width: 50%;
    }
}*/

.landing_grid_plus{
    font-size: 16px !important;
}

.normal_glyphicon {
   margin-top: 0px !important; 
   margin-bottom: 0px !important; 
   font-size: 14px !important; 
}

.md_btn_width{
    width:140px;
}

.sm_padding{
    padding: 2px !important;
}

.sm_bottom_margin{
    margin-bottom: 18px;
}

/*Inventory (Stores) Alt 2*/

.vertical_column{
    display: block;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    float:left;
    width: 25%;
}

/*@media (max-width: 768px) {
    .vertical_column {
        width: 50%;
    }
}*/

.pseudo_thumbnail{
    height: 120px;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-color: #eeeeee;
}

.landing_grid_padding{
    padding: 20px;
}

.lg_glyphicon{
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.subicon_text{
      display: block;
      text-align: center;
      word-wrap: break-word;
}

.vert_btn_group_container{
    margin-top: 5px;
}

.vert_btn_group_container .row{
    margin-top: 10px;
    
}

.break_word {
    word-break: break-all;
}

/*UI Grid CSS Overrides*/

/*This makes the column of checkboxes for search results to have a blank background so they don't appear to be disabled.*/
.ui-grid-col0.ui-grid-row-header-cell {
    background-color: white !important;
    vertical-align: middle;
    display: table-cell;
}

[class^="ui-grid-icon"]:before, [class*=" ui-grid-icon"]:before{
    /*This centers the checkboxes in their column cells*/
    margin-left: .4em !important;
}


/*Touch Friendly UI Grid*/
/*.ui-grid-row{
    height: 60px !important;
}

.ui-grid-cell{
    height: 60px !important;
    display:table;
}

.ui-grid-cell-contents{
    display: table-cell;
    vertical-align: middle;
}

.ui-grid-viewport .ui-grid-selection-row-header-buttons.ui-grid-icon-ok{
    padding-top: 15px;
    padding-bottom: 15px;
}*/

/*Slideout Panel*/
html {
    overflow-x: hidden;
}

.ng-pageslide {
    background: #eee;
    border-left: 2px solid black;
}



/*Phones*/
@media only screen and (max-device-width: 768px){

    .vertical_column {
        width: 50%;
    }    

    .landing-grid {
        padding: 0;
    }

    .landing-grid a {
        width: 50%;
    }

    .lg-landing-grid {
        padding: 0;
    }

    .lg-landing-grid a {
        width: 33.33%;
    }

    .landing_grid_a_style {
        width: 50%;
    }

    .btn {
        height: 35px;
    }

    .dropdown-menu .divider {
          margin: 3px 0;
    }
}

/*phone in landscape*/
@media only screen and (max-device-width: 768px) and (orientation: landscape)  {

    .container {
        width: 100%;
    }

}


/*phone in portrait*/
@media only screen and (max-device-width: 768px) and (orientation: portrait) {

    .container {
        width: 350px;
    }
}

/*iPad 1,2, & mini in landscape or portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)  {
    body {
        font-size: 16px;
    }
    table {
        font-size: 14px;
    }
    .dropdown-menu{
        font-size: 18px;
    }
    .dropdown-menu li{
        padding-bottom: 15px;
    }
    .select2-result-label{
        padding-bottom: 10px;
    }

    .t-landing-grid {
        padding: 0;
    }

    .t-landing-grid a {
        width: 50%;
    }

    .form-readonly .row {
        border-bottom: none;
    }

    .navbar-narrow .navbar-brand {
        padding: 0 15px;
        line-height: 36px;
        height: 36px;
    }


    .form-readonly > .row > .col-md-1,
    .form-readonly > .row > .col-md-2,
    .form-readonly > .row > .col-md-3,
    .form-readonly > .row > .col-md-4,
    .form-readonly > .row > .col-md-5,
    .form-readonly > .row > .col-md-6,
    .form-readonly > .row > .col-md-7,
    .form-readonly > .row > .col-md-8,
    .form-readonly > .row > .col-md-9,
    .form-readonly > .row > .col-md-10,
    .form-readonly > .row > .col-md-11,
    .form-readonly > .row > .col-md-12 {
        border-bottom: 1px solid #ddd;
    }

    .navbar-nav > li > a,
    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus,
    .navbar-nav > li.open > a,
    .navbar-nav > li.open > a:hover,
    .navbar-nav > li.open > a:focus {
        border-right: 0;
    }

    .navbar-nav.navbar-right > li > a,
    .navbar-nav.navbar-right > li > a:hover,
    .navbar-nav.navbar-right > li > a:focus,
    .navbar-nav.navbar-right > li.open > a,
    .navbar-nav.navbar-right > li.open > a:hover,
    .navbar-nav.navbar-right > li.open > a:focus {
        border-left: 0;
        border-right: 0;
    }

    .searchbar .form-control,
    .searchbar .input-group {
        width: 100% !important;
        height: 40px;
    }

        .navbar-nav.navbar-left:first-child {
        margin-left: -15px;
    }

    .navbar-form.navbar-left:first-child {
        margin-left: -15px;
    }

    .searchbar .navbar-left {
        display: table;
    }

    .searchbar .form-group,
    .searchbar .btn-group {
        margin: 0 0 2px 2px;
    }

    .searchbar .fixed-left {
        display: table-cell;
        vertical-align: top;
    }

    .searchbar .navbar-form {
        margin-top: 1px;
        margin-bottom: 1px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .ui-grid-row{
        margin-bottom: 5px;
    }

    .btn {
        height: 40px;
    }

    .ui-grid-cell-contents > .btn.btn-xs{  /*fix for UI grid btns in Documents*/
        height: auto;
        font-size: 12px;
    }

    .form-control {
        height: 40px;

    }

    .control-label {
        font-size: 18px;
    }

    input[type=checkbox]{
        width: 2.25em;
        height: 2.25em;
    }

    /*Changes for Documents Upload page:*/
    body strong{
        font-size: 18px;
    }
    .panel-title{
        font-size: 18px;
    }

    .panel-heading{
        padding-bottom: 30px !important;
    }

    .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
        height: 40px;

    }

    .dropdown-menu .divider {
          margin: 3px 0;
    }
}

/*iPad 1, 2, & mini in landscape*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape)  {

    .container {
        width: 100%;
    }
    .checkbox input[type="checkbox"] {
        margin-left: -45px;
    }

    /*QW Mobile Template Selected Row Highlight*/
    .table-hover > tbody > tr:hover {
      background-color: #cfcfcf;
    }
}


/*iPad 1, 2, & mini in portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait)  {

    .container {
        width: 768px;
    }

	.t-landing-grid a {
		float: left;
		width: 100%;
		height: 130px;
		padding: 10px;
		line-height: 1.4;
		text-align: center;
		background-color: #eeeeee;
		color: #000;
		border: 1px solid #fff;
	}
	
    .landing_grid_a_style {
        width: 100%;
    }

    .t-landing-grid-list li {
        padding-bottom: 150px;
    }

    .checkbox input[type="checkbox"] {
        margin-left: -45px;
    }

    /*QW Mobile Template Selected Row Highlight*/
    .table-hover > tbody > tr:hover {
      background-color: #cfcfcf;
    }
	

}

/*Desktops*/
@media only screen and (min-device-wdith: 1024px) {
    .container {
        width: 1200px;
    }

}

.xtra-bottom-padding{
        padding-bottom: 25px !important;
    }

/*.record {
  display:block;
  font-size:20px;
}
.profile {
  background:black;
  color:white;
}*/
.view-container {
  position:relative;
}
.view-container > .view.ng-animate {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  min-height:500px;
}
.view.ng-enter, .view.ng-leave,
.link.ng-anchor {
  transition:0.5s linear all;
}
.view.ng-enter {
  transform:translateX(100%);
}
.view.ng-enter.ng-enter-active, .view.ng-leave {
  transform:translateX(0%);
}
.view.ng-leave.ng-leave-active {
  transform:translateX(-100%);
}

div.ui-grid-cell input[type="checkbox"]{
    margin-top: 0px !important;
}

/*Technician Time Entry*/

.panel-footer .btn + .btn {
    margin-bottom: 0;
    /*margin-left: 5px;*/
}

.panel-footer .row{
    padding-left: 10px;
    padding-right: 10px;
}

.fill_container{
    height: 633px;
}

#technicianHomeTabset .nav-tabs{
    margin-bottom: 0 !important;
}

.form-readonly .control-label{
    background-color: #ebebeb;
    padding-bottom: 7px;
}

.form-readonly .form-control-container {
    background-color: white;
}

.display_inline{
    display: inline !important;
}

.animate-hide {
  transition: all linear .5s;
  opacity: 1;
}

.animate-hide.ng-hide {
  transition: all linear 1.5s;
  opacity: 0;
}

.top-buffer {
    margin-top: 5px;
}

.left-pad{
    padding-left: 20px;
}

.no_bottom_margin{
    margin-bottom: 0px !important;
}

.td:selected{
    background-color: black !important;
}

/*New, Improved, and Advanced Scheduling*/

.no_top_border {
    border-top: none !important;
}

/*Custom Modifications to Arshaw Calendar*/
.fc-event > .fc-content > .fc-time{
    color: white;
    text-shadow: -.5px 0 black, 0 .5px black, .5px 0 black, 0 -.5px black;
}

.fc-event > .fc-content > .fc-title{
    color: white;
    text-shadow: -.5px 0 black, 0 .5px black, .5px 0 black, 0 -.5px black;
}

.white_text_with_black_highlight{
    color: white;
    text-shadow: -.5px 0 black, 0 .5px black, .5px 0 black, 0 -.5px black;
}



/********************************/
/* APTEAN BRANDING OVERRIDES */

.btn-default {
    color: rgb(30,87,122) !important;
    border-color: rgb(30,87,122);
}

.btn-primary {
    background-color: rgb(67,143,188);
    border-color: rgb(30,87,122);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: rgb(114,171,204);
    border-color: rgb(0,66,128);
}

.btn-primary-login {
    background-color: #fffc3b;
    border-color: #fffc3b;
	color:#3a3a3a;
}

.btn-primary-login:hover, .btn-primary-login:focus, .btn-primary-login:active, .btn-primary-login.active, .open > .dropdown-toggle.btn-primary-login {
    background-color: #cccf00;
    border-color: #cccf00;
	color:#000000;
}

.btn-info {
    background-color: rgb(114,171,204);
    border-color: rgb(86,131,170);
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-color: rgb(161,199,221);
    border-color: rgb(86,131,170);
}

.modal-header .btn-primary {
    border-color: rgb(0,83,160);
}

/*.btn-warning {
  color: #fff;
  background-color: #F6921E;
  border-color: #2f1d04;
}*/

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #438FBC;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.alert-danger-custom {
  background-color: #BD202E !important;
  border-color: #ebccd1;
}

.modal-header {
    background-color: rgb(67,143,188);
}
.modal-header-login{
	background-color: #303030;
	padding-left:4px;
	padding-top:4px;
	padding-bottom:0px;
	border-bottom: 1px solid e5e5e50f;
}

.panel-primary > .panel-heading {
    background-color: rgb(67,143,188);
}

.navbar-brand {
    /* background-color: rgb(67,143,188); */
}

.searchbar {
    background-color: rgb(67,143,188);
}

/******** END APTEAN RE-BRANDING **********/

/*Modal White background fix*/
.modal-open{
    overflow: visible !important;
}

.fc-event .fc-bg {
    opacity: 0 !important;
}


/* Portrait and Landscape - ANDROID phones */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .queryfloat {
        padding-top: 5%;
        padding-bottom: 5%;
    }
	.modal-login-content{
		margin-top:30px;
		margin-bottom:30px;
	}
	#twchevrons{
		background: url('../images/chevrons2__row.png') no-repeat;
		width: 369px;
		height: 79px;
	}
	#twchevrons-right{
				background: url('../images/chevrons2__row.png') no-repeat;
    width: 145px;
    height: 55px;	
	position: absolute;
	right: 0px;
	bottom: 0px;		
	}
}

/* Portrait and Landscape - Galaxy*/
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
    .queryfloat {
        padding-top: 5%;
        padding-bottom: 5%;
    }
	.modal-login-content{
		margin-top:30px;
		margin-bottom:30px;
	}
	#twchevrons{
		background: url('../images/chevrons2__row.png') no-repeat;
		width: 369px;
		height: 79px;
	}
	#twchevrons-right{
			background: url('../images/chevrons2__row.png') no-repeat;
    width: 145px;
    height: 55px;	
	position: absolute;
	right: 0px;
	bottom: 0px;		
	}
}

/* Portrait and Landscape - IPhone */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .queryfloat {
        padding-top: 5%;
        padding-bottom: 5%;
    }
	.modal-login-content{
		margin-top:10px;
		margin-bottom:10px;
	}
	#twchevrons{
		background: url('../images/chevrons2__row.png') no-repeat;
		width: 143px;
		height: 79px;
	}
	#twchevrons-right{
		background: url('../images/chevrons2__row.png') no-repeat;
    width: 101px;
    height: 78px;	
	position: absolute;
	right: 0px;
	bottom: 0px;		
	}
}

/* Portrait and Landscape - Galaxy Fold */
@media only screen and (min-device-width: 280px) and (max-device-width: 300px) and (-webkit-min-device-pixel-ratio: 2) {
    .queryfloat {
        padding-top: 5%;
        padding-bottom: 5%;
    }
	.modal-login-content{
		margin-top:10px;
		margin-bottom:10px;
	}
	#twchevrons{
		background: url('../images/chevrons2__row.png') no-repeat;
		width: 143px;
		height: 79px;
	}
	#twchevrons-right{
		background: url('../images/chevrons2__row.png') no-repeat;
    width: 101px;
    height: 78px;	
	position: absolute;
	right: 0px;
	bottom: 0px;		
	}
}
@media only screen and (min-device-width: 540px) and (max-device-width: 560px) and (-webkit-min-device-pixel-ratio: 2) {
    .queryfloat {
        padding-top: 5%;
        padding-bottom: 5%;
    }
	.modal-login-content{
		margin-top:10px;
		margin-bottom:10px;
	}
	#twchevrons{
		background: url('../images/chevrons2__row.png') no-repeat;
		width: 143px;
		height: 79px;
	}
	#twchevrons-right{
		background: url('../images/chevrons2__row.png') no-repeat;
    width: 101px;
    height: 78px;	
	position: absolute;
	right: 0px;
	bottom: 0px;		
	}
}

.queryfloat {
    float: left;
}

.mahyplnkdiv {
    height:22px;
    width: 95px;
    text-align:left
}

.ui-grid-viewport {
  overflow-anchor: none;
}

.tabwareloginfooter{
	width:80%;
}
.btn-group-login{
	color:#ffffff !important;
	background:#303030 !important;
	border:none !important;
}
.tabwareloginheader{
	margin-left: 2%;
	width:62%;
	margin-top: 3%;
}
.tabwareloginImage {
    margin-top: 12%;
}

