
:root {
  --primary-color: #408dfb;
  --view-padding:5px;
  --v-layout-margin:5px;
}
@font-face {
	font-family: "Vaadin-Icons";
	src: url(../valo/fonts/vaadin-icons/Vaadin-Icons.eot);
	src: url(../valo/fonts/vaadin-icons/Vaadin-Icons.eot?#iefix)
		format("embedded-opentype"),
		url(../valo/fonts/vaadin-icons/Vaadin-Icons.woff) format("woff"),
		url(../valo/fonts/vaadin-icons/Vaadin-Icons.ttf) format("truetype"),
		url(../valo/fonts/vaadin-icons/Vaadin-Icons.svg#icomoon) format("svg");
}

.Vaadin-Icons {
	font-family: "Vaadin-Icons";
}

@font-face {
	font-family: ThemeIcons;
	font-weight: normal;
	font-style: normal;
	src:
		url(../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.eot);
	src:
		url(../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.eot?#iefix)
		format("embedded-opentype"),
		url(../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.woff)
		format("woff"),
		url(../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.ttf)
		format("truetype"),
		url(../valo/util/bourbon/css3/../../../../valo/fonts/themeicons-webfont/themeicons-webfont.svg#ThemeIcons)
		format("svg");
}

.ThemeIcons {
	font-family: ThemeIcons;
	font-style: normal;
	font-weight: normal;
	/* -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; */
	display: inline-block;
	text-align: center;
}

@font-face {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	src:
		url(../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.eot);
	src:
		url(../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.eot?#iefix)
		format("embedded-opentype"),
		url(../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.woff)
		format("woff"),
		url(../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.ttf)
		format("truetype"),
		url(../valo/util/bourbon/css3/../../../../valo/fonts/fontawesome-webfont/fontawesome-webfont.svg#FontAwesome)
		format("svg");
}

.FontAwesome {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	/* -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; */
	display: inline-block;
	text-align: center;
}

.v-vaadin-version:after {
	content: "8.1.7";
}

.v-widget {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	white-space: normal;
}

.v-generated-body {
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}

.v-app {
	height: 100%;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.v-app input[type="text"], .v-app .v-slot>.v-caption, .v-app .v-gridlayout-slot>.v-caption,
	.v-app .v-has-caption>.v-caption, .v-app .v-formlayout-captioncell>.v-caption,
	.v-app .v-csslayout>.v-caption {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.v-app input::-ms-clear {
	display: none;
}

.v-ui {
	position: relative;
}

.v-ui.v-ui-embedded {
	margin-top: -1px;
	border-top: 1px solid transparent;
}

.v-ui:focus {
	outline: none;
}

.v-overlay-container {
	width: 0;
	height: 0;
}

.v-drag-element {
	z-index: 60000;
	position: absolute !important;
	cursor: default;
}

.v-clip {
	overflow: hidden;
}

.v-scrollable {
	overflow: auto;
}

.v-scrollable>.v-widget {
	vertical-align: middle;
	overflow: hidden;
}

.v-ios.v-webkit .v-scrollable {
	-webkit-overflow-scrolling: touch;
}

.v-ios5.v-webkit .v-scrollable {
	-webkit-overflow-scrolling: none;
}

.v-webkit.v-ios .v-browserframe {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.v-assistive-device-only, .v-assistive-device-only-label label {
	position: absolute;
	top: -2000px;
	left: -2000px;
	width: 10px;
	overflow: hidden;
}

.v-icon {
	cursor: inherit;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.v-icon, .v-errorindicator, .v-required-field-indicator {
	display: inline-block;
	line-height: inherit;
}

.v-caption {
	display: inline-block;
	white-space: nowrap;
	line-height: 1.55;
}

.v-captiontext {
	display: inline-block;
	line-height: inherit;
}

div.v-layout.v-horizontal.v-widget {
	white-space: nowrap;
}

.v-layout.v-vertical>.v-expand, .v-layout.v-horizontal>.v-expand {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.v-slot, .v-spacing {
	display: inline-block;
	white-space: nowrap;
	vertical-align: top;
}

.v-vertical>.v-slot:after {
	display: inline-block;
	clear: both;
	width: 0;
	height: 0;
	overflow: hidden;
}

.v-vertical>.v-slot, .v-vertical>.v-expand>.v-slot {
	display: block;
	clear: both;
}

.v-horizontal>.v-slot, .v-horizontal>.v-expand>.v-slot {
	height: 100%;
}

.v-horizontal>.v-expand>.v-slot {
	position: relative;
}

.v-vertical>.v-spacing, .v-vertical>.v-expand>.v-spacing {
	width: 0 !important;
	display: block;
	clear: both;
}

.v-horizontal>.v-spacing, .v-horizontal>.v-expand>.v-spacing {
	height: 0 !important;
}

.v-align-middle:before, .v-align-bottom:before, .v-expand>.v-align-middle:before,
	.v-expand>.v-align-bottom:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.v-align-middle, .v-align-bottom {
	white-space: nowrap;
}

.v-align-middle>.v-widget, .v-align-bottom>.v-widget {
	display: inline-block;
}

.v-align-middle, .v-align-middle>.v-widget {
	vertical-align: middle;
}

.v-align-bottom, .v-align-bottom>.v-widget {
	vertical-align: bottom;
}

.v-align-center {
	text-align: center;
}

.v-align-center>.v-widget {
	margin-left: auto;
	margin-right: auto;
}

.v-align-right {
	text-align: right;
}

.v-align-right>.v-widget {
	margin-left: auto;
}

.v-has-caption, .v-has-caption>.v-caption {
	display: inline-block;
}

.v-caption-on-left, .v-caption-on-right {
	white-space: nowrap;
}

.v-caption-on-top>.v-caption, .v-caption-on-bottom>.v-caption {
	display: block;
}

.v-caption-on-left>.v-caption {
	padding-right: 0.5em;
}

.v-caption-on-left>.v-widget, .v-caption-on-right>.v-widget {
	display: inline-block;
}

.v-has-caption.v-has-width>.v-widget {
	width: 100% !important;
}

.v-has-caption.v-has-height>.v-widget {
	height: 100% !important;
}

.v-gridlayout {
	position: relative;
}

.v-gridlayout-slot {
	position: absolute;
	line-height: 1.55;
}

.v-gridlayout-spacing-on {
	overflow: hidden;
}

.v-gridlayout-spacing, .v-gridlayout-spacing-off {
	padding-left: 0;
	padding-top: 0;
}

.v-gridlayout-spacing-off {
	overflow: hidden;
}

.v-calendar-month-day-scrollable {
	overflow-y: scroll;
}

.v-calendar-week-wrapper {
	position: relative;
	overflow: hidden;
}

.v-calendar-current-time {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: red;
	z-index: 2;
}

.v-calendar-event-resizetop, .v-calendar-event-resizebottom {
	position: absolute;
	height: 5%;
	min-height: 3px;
	width: 100%;
	z-index: 1;
}

.v-calendar-event-resizetop {
	cursor: row-resize;
	top: 0;
}

.v-calendar-event-resizebottom {
	cursor: row-resize;
	bottom: 0;
}

.v-calendar-header-month td:first-child {
	padding-left: 20px;
}

.v-calendar-month-sizedheight .v-calendar-month-day {
	height: 100px;
}

.v-calendar-month-sizedwidth .v-calendar-month-day {
	width: 100px;
}

.v-calendar-header-month-Hsized .v-calendar-header-day {
	width: 101px;
}

.v-calendar-header-month-Hsized td:first-child {
	padding-left: 21px;
}

.v-calendar-header-day-Hsized {
	width: 200px;
}

.v-calendar-week-numbers-Vsized .v-calendar-week-number {
	height: 100px;
	line-height: 100px;
}

.v-calendar-week-wrapper-Vsized {
	height: 400px;
	overflow-x: hidden !important;
}

.v-calendar-times-Vsized .v-calendar-time {
	height: 38px;
}

.v-calendar-times-Hsized .v-calendar-time {
	width: 42px;
}

.v-calendar-day-times-Vsized .v-datecellslot,
	.v-calendar-day-times-Vsized .v-datecellslot-even {
	height: 18px;
}

.v-calendar-day-times-Hsized, .v-calendar-day-times-Hsized .v-datecellslot,
	.v-calendar-day-times-Hsized .v-datecellslot-even {
	width: 200px;
}

.v-colorpicker-popup.v-window {
	min-width: 220px !important;
}

.v-colorpicker-gradient-container {
	overflow: visible !important;
}

.v-colorpicker-gradient-clicklayer {
	opacity: 0;
	filter: alpha(opacity = 0);
}

.rgb-gradient .v-colorpicker-gradient-background {
	background: url(../valo/components/img/colorpicker/gradient2.png);
}

.hsv-gradient .v-colorpicker-gradient-foreground {
	background: url(../valo/components/img/colorpicker/gradient.png);
}

.v-colorpicker-gradient-higherbox:before {
	content: "";
	width: 11px;
	height: 11px;
	border-radius: 7px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px
		rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px
		rgba(0, 0, 0, 0.3);
	position: absolute;
	bottom: -6px;
	left: -6px;
}

.v-colorpicker-popup .v-slider.v-slider-red:before {
	background-color: red;
}

.v-colorpicker-popup .v-slider.v-slider-green:before {
	background-color: green;
}

.v-colorpicker-popup .v-slider.v-slider-blue:before {
	background-color: blue;
}

.v-colorpicker-popup .v-slider.hue-slider:before {
	background: url(../valo/components/img/colorpicker/slider_hue_bg.png);
}

.v-colorpicker-popup input.v-textfield-dark {
	color: #fff;
}

.v-colorpicker-popup input.v-textfield-light {
	color: #000;
}

.v-colorpicker-grid {
	height: 319px;
}

.v-colorpicker-popup .colorselect td {
	line-height: 15px;
}

.v-table-header table, .v-table-footer table, .v-table-table {
	border-spacing: 0;
	border-collapse: separate;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.55;
}

.v-table-resizer, .v-table-sort-indicator {
	float: right;
}

.v-table-caption-container-align-center {
	text-align: center;
}

.v-table-caption-container-align-right {
	text-align: right;
}

.v-table-header td, .v-table-footer td, .v-table-cell-content {
	padding: 0;
}

.v-table-sort-indicator {
	width: 0;
}

.v-tabsheet-hidetabs>.v-tabsheet-tabcontainer, .v-tabsheet-spacertd,
	.v-disabled .v-tabsheet-scroller, .v-tabsheet .v-disabled .v-tabsheet-caption-close
	{
	display: none;
}

.v-tabsheet {
	overflow: visible !important;
	position: relative;
}

.v-tabsheet-tabcontainer table, .v-tabsheet-tabcontainer tbody,
	.v-tabsheet-tabcontainer tr {
	display: inline-block;
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align: top;
}

.v-tabsheet-tabcontainer td {
	display: inline-block;
	padding: 0;
}

.v-tabsheet-tabs {
	white-space: nowrap;
	box-sizing: border-box;
}

.v-tabsheet-content {
	position: relative;
}

.v-tabsheet-content>div>.v-scrollable>.v-margin-top {
	padding-top: 11px;
}

.v-tabsheet-content>div>.v-scrollable>.v-margin-right {
	padding-right: 11px;
}

.v-tabsheet-content>div>.v-scrollable>.v-margin-bottom {
	padding-bottom: 11px;
}

.v-tabsheet-content>div>.v-scrollable>.v-margin-left {
	padding-left: 11px;
}

.v-splitpanel-vertical, .v-splitpanel-horizontal {
	overflow: hidden;
	white-space: nowrap;
}

.v-splitpanel-hsplitter {
	z-index: 100;
	cursor: e-resize;
	cursor: col-resize;
}

.v-splitpanel-vsplitter {
	z-index: 100;
	cursor: s-resize;
	cursor: row-resize;
}

.v-splitpanel-hsplitter:after, .v-splitpanel-vsplitter:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.v-splitpanel-hsplitter div, .v-splitpanel-vsplitter div {
	width: inherit;
	height: inherit;
	overflow: hidden;
	position: relative;
}

.v-splitpanel-hsplitter div:before, .v-splitpanel-vsplitter div:before {
	box-sizing: border-box;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.v-disabled [class$="splitter"] div {
	cursor: default;
}

.v-disabled [class$="splitter"] div:before {
	display: none;
}

.v-splitpanel-horizontal>div>.v-splitpanel-second-container {
	position: static !important;
	display: inline-block;
	vertical-align: top;
}

.v-splitpanel-horizontal>div>.v-splitpanel-first-container {
	display: inline-block;
	vertical-align: top;
}

.orocloudtheme.v-app, .orocloudtheme.v-app-loading {
	font: 400 15px/1.55 "Open Sans", sans-serif;
	color: #464646;
	background-color: #fafafa;
	cursor: default;
}

.v-app-loading {
	width: 100%;
	height: 100%;
	background: #fafafa;
}

.v-app-loading:before {
	content: "";
	position: fixed;
	z-index: 100;
	top: 45%;
	left: 50%;
	width: 28px;
	height: 28px;
	padding: 8px;
	margin-top: -22px;
	margin-left: -22px;
	background: #fff url(../valo/shared/img/spinner.gif) no-repeat 50%;
	border-radius: 4px;
}

.v-loading-indicator {
	position: fixed !important;
	z-index: 99999;
	left: 0;
	right: auto;
	top: 0;
	width: 50%;
	opacity: 1;
	height: 4px;
	background-color: #60a0ea;
	pointer-events: none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-animation: v-progress-start 1000ms 200ms both;
	-moz-animation: v-progress-start 1000ms 200ms both;
	animation: v-progress-start 1000ms 200ms both;
}

.v-loading-indicator[style*="none"] {
	display: block !important;
	width: 100% !important;
	opacity: 0;
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
	-webkit-transition: opacity 500ms 300ms, width 300ms;
	-moz-transition: opacity 500ms 300ms, width 300ms;
	transition: opacity 500ms 300ms, width 300ms;
}

.v-loading-indicator-delay {
	width: 90%;
	-webkit-animation: v-progress-delay 3.8s forwards;
	-moz-animation: v-progress-delay 3.8s forwards;
	animation: v-progress-delay 3.8s forwards;
}

.v-ff .v-loading-indicator-delay {
	width: 50%;
}

.v-loading-indicator-wait {
	width: 96%;
	-webkit-animation: v-progress-wait 5s forwards, v-progress-wait-pulse 1s
		4s infinite backwards;
	-moz-animation: v-progress-wait 5s forwards, v-progress-wait-pulse 1s 4s
		infinite backwards;
	animation: v-progress-wait 5s forwards, v-progress-wait-pulse 1s 4s
		infinite backwards;
}

.v-ff .v-loading-indicator-wait {
	width: 90%;
}

.v-scrollable:focus {
	outline: none;
}

img.v-icon {
	vertical-align: middle;
}

.v-caption {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 0.3em;
	padding-left: 1px;
}

.v-caption-on-left .v-caption, .v-caption-on-right .v-caption {
	padding-top: 0;
	padding-bottom: 0;
}

.v-icon+.v-captiontext, .v-icon+span {
	margin-left: 6px;
}

.v-icon+.v-captiontext:empty, .v-icon+span:empty {
	margin-left: 0;
}

.v-errorindicator {
	color: #eb2977;
	font-weight: 600;
	width: 16px;
	text-align: center;
}

.v-errorindicator:before {
	content: "!";
}

.v-required-field-indicator {
	color: #eb2977;
	padding: 0 0.2em;
}

select {
	font: inherit;
	font-weight: 400;
	line-height: inherit;
	padding: 4px;
	margin: 0;
	border-radius: 4px;
	border: 1px solid #c5c5c5;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
	color: #464646;
}

select:focus {
	outline: none;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
}

.v-disabled {
	cursor: default !important;
}

.v-drag-element {
	background: #fafafa;
	color: #464646;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	overflow: hidden;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-draggable {
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	-webkit-user-select: none !important;
	user-select: none !important;
}

.v-tooltip {
	background-color: rgba(50, 50, 50, 0.9);
	-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	color: white;
	padding: 4px 8px;
	border-radius: 3px;
	max-width: 35em;
	overflow: hidden !important;
	font-size: 13px;
}

.v-tooltip div[style*="width"] {
	width: auto !important;
}

.v-tooltip .v-errormessage {
	background-color: white;
	background-color: #fff;
	color: #eb2977;
	margin: -4px -8px;
	padding: 4px 8px;
	max-height: 10em;
	overflow: auto;
	font-weight: 500;
}

.v-tooltip .v-errormessage h2:only-child {
	font: inherit;
	line-height: inherit;
}

.v-tooltip .v-tooltip-text {
	max-height: 10em;
	overflow: auto;
	margin-top: 8px;
}

.v-tooltip .v-tooltip-text pre {
	margin: 0px;
}

.v-tooltip .v-errormessage[aria-hidden="true"]+.v-tooltip-text {
	margin-top: 0;
}

.v-tooltip h1, .v-tooltip h2, .v-tooltip h3, .v-tooltip h4 {
	color: inherit;
}

.v-tooltip pre.v-tooltip-pre {
	font: inherit;
	white-space: pre-wrap;
}

.v-contextmenu {
	padding: 4px 4px;
	border-radius: 4px;
	background-color: white;
	color: #474747;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0
		rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0
		rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 4px 4px;
}

.v-contextmenu[class*="animate-in"] {
	-webkit-animation: valo-overlay-animate-in 120ms;
	-moz-animation: valo-overlay-animate-in 120ms;
	animation: valo-overlay-animate-in 120ms;
}

.v-contextmenu[class*="animate-out"] {
	-webkit-animation: valo-animate-out-fade 120ms;
	-moz-animation: valo-animate-out-fade 120ms;
	animation: valo-animate-out-fade 120ms;
}

.v-contextmenu table {
	border-spacing: 0;
}

.v-contextmenu .gwt-MenuItem {
	cursor: pointer;
	line-height: 23px;
	padding: 0 16px 0 8px;
	border-radius: 3px;
	font-weight: 400;
	white-space: nowrap;
	position: relative;
	display: block;
}

.v-contextmenu .gwt-MenuItem:active:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0d6cda;
	opacity: 0.15;
	filter: alpha(opacity = 15.0);
	pointer-events: none;
	border-radius: inherit;
}

.v-contextmenu .gwt-MenuItem .v-icon {
	max-height: 23px;
	margin-right: 4px;
	min-width: 1em;
}

.v-contextmenu .gwt-MenuItem-selected {
	background-color: #60a0ea;
	background-image: -webkit-linear-gradient(top, #67a7eb 2%, #5491de 98%);
	background-image: linear-gradient(to bottom, #67a7eb 2%, #5491de 98%);
	color: #f2f6fa;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.v-reconnect-dialog {
	color: white;
	top: 13px;
	right: 13px;
	max-width: 100%;
	border-radius: 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
	padding: 11px 13px;
	background-color: #444;
	background-color: rgba(68, 68, 68, 0.9);
	line-height: 21px;
	text-align: center;
}

.v-reconnect-dialog .text {
	display: inline-block;
	padding-left: 10px;
}

.v-reconnect-dialog .spinner {
	height: 24px !important;
	width: 24px !important;
	box-sizing: border-box;
	border: 2px solid rgba(96, 160, 234, 0.2);
	border-top-color: #60a0ea;
	border-right-color: #60a0ea;
	border-radius: 100%;
	-webkit-animation: v-rotate-360 500ms infinite linear;
	-moz-animation: v-rotate-360 500ms infinite linear;
	animation: v-rotate-360 500ms infinite linear;
	pointer-events: none;
	display: none;
	vertical-align: middle;
}

.v-reconnect-dialog.active .spinner {
	display: inline-block;
}

.v-absolutelayout-wrapper {
	position: absolute;
}

.v-absolutelayout-margin, .v-absolutelayout-canvas {
	box-sizing: border-box;
}

.v-absolutelayout.v-has-height>div, .v-absolutelayout.v-has-height .v-absolutelayout-margin
	{
	height: 100%;
}

.v-absolutelayout.v-has-height>div, .v-absolutelayout.v-has-width .v-absolutelayout-margin
	{
	width: 100%;
}

.v-margin-top {
	padding-top: 21px;
}

.v-margin-right {
	padding-right: 21px;
}

.v-margin-bottom {
	padding-bottom: 21px;
}

.v-margin-left {
	padding-left: 21px;
}

.v-spacing {
	width: 13px;
	height: 13px;
}

.v-verticallayout-well, .v-horizontallayout-well {
	background: #f5f5f5;
	color: #454545;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 2px 3px
		rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 2px 3px
		rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	border: 1px solid #c5c5c5;
}

.v-verticallayout-well>div>[class*="-caption"], .v-horizontallayout-well>div>[class*="-caption"]
	{
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-verticallayout-well>.v-margin-top, .v-horizontallayout-well>.v-margin-top
	{
	padding-top: 11px;
}

.v-verticallayout-well>.v-margin-right, .v-horizontallayout-well>.v-margin-right
	{
	padding-right: 11px;
}

.v-verticallayout-well>.v-margin-bottom, .v-horizontallayout-well>.v-margin-bottom
	{
	padding-bottom: 11px;
}

.v-verticallayout-well>.v-margin-left, .v-horizontallayout-well>.v-margin-left
	{
	padding-left: 11px;
}

.v-verticallayout-card, .v-horizontallayout-card {
	background: white;
	color: #474747;
	border-radius: 4px;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.v-verticallayout-card>.v-margin-top, .v-horizontallayout-card>.v-margin-top
	{
	padding-top: 11px;
}

.v-verticallayout-card>.v-margin-right, .v-horizontallayout-card>.v-margin-right
	{
	padding-right: 11px;
}

.v-verticallayout-card>.v-margin-bottom, .v-horizontallayout-card>.v-margin-bottom
	{
	padding-bottom: 11px;
}

.v-verticallayout-card>.v-margin-left, .v-horizontallayout-card>.v-margin-left
	{
	padding-left: 11px;
}

.v-horizontallayout-wrapping {
	white-space: normal !important;
}

.v-horizontallayout-wrapping>.v-spacing+.v-slot,
	.v-horizontallayout-wrapping>.v-slot:first-child {
	margin-bottom: 13px;
}

.v-horizontallayout-wrapping>.v-slot:first-child:last-child {
	margin-bottom: 0;
}

.v-button {
	position: relative;
	text-align: center;
	white-space: nowrap;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	height: 32px;
	padding: 0 14px;
	color: #191919;
	font-weight: 500;
	border-radius: 4px;
	border: 1px solid #c5c5c5;
	border-top-color: #c5c5c5;
	border-bottom-color: #bcbcbc;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
	-webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px
		3px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px
		rgba(0, 0, 0, 0.05);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}

.v-button:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.v-button>div {
	vertical-align: middle;
}

.v-sa .v-button:before {
	height: 110%;
}

.v-ff .v-button:before {
	height: 107%;
}

.v-ie .v-button:before {
	margin-top: 4px;
}

.v-button:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
}

.v-button:focus:after {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.v-button.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-button.v-disabled:after {
	display: none;
}

.v-button:after {
	border: inherit;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.v-button:hover:after {
	background-color: rgba(186, 186, 186, 0.1);
}

.v-button:focus:after {
	border-color: #60a0ea;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
}

.v-button:active:after {
	background-color: rgba(125, 125, 125, 0.2);
}

.v-button-primary {
	height: 32px;
	padding: 0 14px;
	color: #f2f6fa;
	font-weight: 500;
	border-radius: 4px;
	border: 1px solid #4b7eb8;
	border-top-color: #5183b9;
	border-bottom-color: #4272af;
	background-color: #60a0ea;
	background-image: -webkit-linear-gradient(top, #67a7eb 2%, #5491de 98%);
	background-image: linear-gradient(to bottom, #67a7eb 2%, #5491de 98%);
	-webkit-box-shadow: inset 0 1px 0 #93bbed, inset 0 -1px 0 #4f8cd8, 0 2px
		3px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 #93bbed, inset 0 -1px 0 #4f8cd8, 0 2px 3px
		rgba(0, 0, 0, 0.05);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
	padding: 0 16px;
	font-weight: bold;
	min-width: 70px;
}

.v-button-primary:after {
	border: inherit;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.v-button-primary:hover:after {
	background-color: rgba(164, 200, 243, 0.1);
}

.v-button-primary:focus:after {
	border: inherit;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
}

.v-button-primary:active:after {
	background-color: rgba(4, 77, 161, 0.2);
}

.v-button-friendly {
	height: 32px;
	padding: 0 14px;
	color: #edf6ef;
	font-weight: 500;
	border-radius: 4px;
	border: 1px solid #2a9243;
	border-top-color: #2d9647;
	border-bottom-color: #25873a;
	background-color: #36b955;
	background-image: -webkit-linear-gradient(top, #3abe5b 2%, #2fab4a 98%);
	background-image: linear-gradient(to bottom, #3abe5b 2%, #2fab4a 98%);
	-webkit-box-shadow: inset 0 1px 0 #64c67a, inset 0 -1px 0 #2fa349, 0 2px
		3px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 #64c67a, inset 0 -1px 0 #2fa349, 0 2px 3px
		rgba(0, 0, 0, 0.05);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.v-button-friendly:after {
	border: inherit;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.v-button-friendly:hover:after {
	background-color: rgba(104, 211, 130, 0.1);
}

.v-button-friendly:focus:after {
	border: inherit;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
}

.v-button-friendly:active:after {
	background-color: rgba(12, 107, 35, 0.2);
}

.v-button-danger {
	height: 32px;
	padding: 0 14px;
	color: #f9eef2;
	font-weight: 500;
	border-radius: 4px;
	border: 1px solid #b9205e;
	border-top-color: #ba2265;
	border-bottom-color: #b01b52;
	background-color: #eb2977;
	background-image: -webkit-linear-gradient(top, #ec2c80 2%, #df2368 98%);
	background-image: linear-gradient(to bottom, #ec2c80 2%, #df2368 98%);
	-webkit-box-shadow: inset 0 1px 0 #ed5d97, inset 0 -1px 0 #d52365, 0 2px
		3px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 #ed5d97, inset 0 -1px 0 #d52365, 0 2px 3px
		rgba(0, 0, 0, 0.05);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.v-button-danger:after {
	border: inherit;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.v-button-danger:hover:after {
	background-color: rgba(242, 111, 163, 0.1);
}

.v-button-danger:focus:after {
	border: inherit;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
}

.v-button-danger:active:after {
	background-color: rgba(136, 2, 56, 0.2);
}

.v-button-borderless {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	color: inherit;
}

.v-button-borderless:hover:after {
	background: transparent;
}

.v-button-borderless-colored {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	color: #60a0ea;
}

.v-button-borderless-colored:hover {
	color: #8dbbf0;
}

.v-button-borderless-colored:hover:after {
	background: transparent;
}

.v-button-quiet {
	visibility: hidden;
}

.v-button-quiet:focus, .v-button-quiet:hover {
	visibility: visible;
}

.v-button-quiet [class*="wrap"] {
	visibility: visible;
}

.v-button-quiet [class*="caption"] {
	display: inline-block;
}

.v-button-link {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	color: inherit;
	cursor: pointer;
	color: #60a0ea;
	text-decoration: underline;
	font-weight: inherit;
	-webkit-transition: color 140ms;
	-moz-transition: color 140ms;
	transition: color 140ms;
}

.v-button-link:hover:after {
	background: transparent;
}



.v-button-link:hover {
	color: #8dbbf0;
}

.v-button-link.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-button-tiny {
	height: 24px;
	padding: 0 11px;
	font-size: 12px;
	border-radius: 4px;
}

.v-button-tiny:after {
	border: inherit;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.v-button-small {
	height: 27px;
	padding: 0 12px;
	font-size: 13px;
	border-radius: 4px;
}

.v-button-small:after {
	border: inherit;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.v-button-large {
	height: 38px;
	padding: 0 17px;
	font-size: 18px;
	border-radius: 4px;
}

.v-button-large:after {
	border: inherit;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.v-button-huge {
	height: 51px;
	padding: 0 22px;
	font-size: 24px;
	border-radius: 4px;
}

.v-button-huge:after {
	border: inherit;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.v-button-icon-align-right [class*="wrap"] {
	display: inline-block;
}

.v-button-icon-align-right .v-icon {
	float: right;
	margin-left: 12px;
}

.v-button-icon-align-top {
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
}

.v-button-icon-align-top [class*="wrap"] {
	display: inline-block;
}

.v-button-icon-align-top .v-icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.v-button-icon-only {
	width: 32px;
	padding: 0;
}

.v-button-icon-only.v-button-tiny {
	width: 24px;
}

.v-button-icon-only.v-button-small {
	width: 27px;
}

.v-button-icon-only.v-button-large {
	width: 38px;
}

.v-button-icon-only.v-button-huge {
	width: 51px;
}

.v-button-icon-only .v-button-caption {
	display: none;
}

.v-checkbox {
	position: relative;
	line-height: 16px;
	white-space: nowrap;
}

.v-checkbox.v-has-width label {
	white-space: normal;
}

:root .v-checkbox {
	padding-left: 21px;
}

:root .v-checkbox label {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	display: inline-block;
}

:root .v-checkbox>input {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	left: 0.2em;
	top: 0.2em;
	z-index: 0;
	margin: 0;
}

:root .v-checkbox>input:focus ~ label:before {
	border-color: #60a0ea;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0
		white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0 white,
		inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
}

:root .v-checkbox>input ~ label:before, :root .v-checkbox>input ~ label:after
	{
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	font-size: 12px;
	text-align: center;
}

:root .v-checkbox>input ~ label:before {
	height: 16px;
	padding: 0 8px;
	color: #191919;
	font-weight: 500;
	border-radius: 4px;
	border: 1px solid #c5c5c5;
	border-top-color: #c5c5c5;
	border-bottom-color: #bcbcbc;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
	-webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px
		3px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px
		rgba(0, 0, 0, 0.05);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	padding: 0;
	height: 16px;
}

:root .v-checkbox>input ~ label:after {
	content: "\f00c";
	font-family: ThemeIcons;
	color: transparent;
	-webkit-transition: color 100ms;
	-moz-transition: color 100ms;
	transition: color 100ms;
}

:root .v-checkbox>input:active ~ label:after {
	background-color: rgba(125, 125, 125, 0.2);
}

:root .v-checkbox>input:checked ~ label:after {
	color: #60a0ea;
}

.v-checkbox>.v-icon, .v-checkbox>label .v-icon {
	margin: 0 5px 0 3px;
	min-width: 1em;
	cursor: pointer;
}

.v-checkbox.v-disabled>label, .v-checkbox.v-disabled>.v-icon {
	cursor: default;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-checkbox.v-disabled>label>.v-icon {
	cursor: default;
}

:root .v-checkbox.v-disabled>input:active ~ label:after {
	background: transparent;
}

.v-checkbox.v-readonly>label, .v-checkbox.v-readonly>.v-icon {
	cursor: default;
}

.v-checkbox.v-readonly>label>.v-icon {
	cursor: default;
}

:root .v-checkbox.v-readonly>input:active ~ label:after {
	background: transparent;
}

:root .v-checkbox.v-readonly>input ~ label:after {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-checkbox-small {
	position: relative;
	line-height: 14px;
	white-space: nowrap;
	font-size: 13px;
}

.v-checkbox-small.v-has-width label {
	white-space: normal;
}

:root .v-checkbox-small {
	padding-left: 18px;
}

:root .v-checkbox-small label {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	display: inline-block;
}

:root .v-checkbox-small>input {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	left: 0.2em;
	top: 0.2em;
	z-index: 0;
	margin: 0;
}

:root .v-checkbox-small>input:focus ~ label:before {
	border-color: #60a0ea;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0
		white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0 white,
		inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
}

:root .v-checkbox-small>input ~ label:before, :root .v-checkbox-small>input 
	 ~ label:after {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	font-size: 10px;
	text-align: center;
}

:root .v-checkbox-small>input ~ label:before {
	height: 13.5px;
	padding: 0 7px;
	color: #191919;
	font-weight: 500;
	border-radius: 4px;
	border: 1px solid #c5c5c5;
	border-top-color: #c5c5c5;
	border-bottom-color: #bcbcbc;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
	-webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px
		3px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px
		rgba(0, 0, 0, 0.05);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	padding: 0;
	height: 14px;
}

:root .v-checkbox-small>input ~ label:after {
	content: "\f00c";
	font-family: ThemeIcons;
	color: transparent;
	-webkit-transition: color 100ms;
	-moz-transition: color 100ms;
	transition: color 100ms;
}

:root .v-checkbox-small>input:active ~ label:after {
	background-color: rgba(125, 125, 125, 0.2);
}

:root .v-checkbox-small>input:checked ~ label:after {
	color: #60a0ea;
}

.v-checkbox-small>.v-icon, .v-checkbox-small>label .v-icon {
	margin: 0 5px 0 2px;
	min-width: 1em;
	cursor: pointer;
}

.v-checkbox-small.v-disabled>label, .v-checkbox-small.v-disabled>.v-icon
	{
	cursor: default;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-checkbox-small.v-disabled>label>.v-icon {
	cursor: default;
}

:root .v-checkbox-small.v-disabled>input:active ~ label:after {
	background: transparent;
}

.v-checkbox-small.v-readonly>label, .v-checkbox-small.v-readonly>.v-icon
	{
	cursor: default;
}

.v-checkbox-small.v-readonly>label>.v-icon {
	cursor: default;
}

:root .v-checkbox-small.v-readonly>input:active ~ label:after {
	background: transparent;
}

:root .v-checkbox-small.v-readonly>input ~ label:after {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-checkbox-large {
	position: relative;
	line-height: 19px;
	white-space: nowrap;
	font-size: 18px;
}

.v-checkbox-large.v-has-width label {
	white-space: normal;
}

:root .v-checkbox-large {
	padding-left: 25px;
}

:root .v-checkbox-large label {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	display: inline-block;
}

:root .v-checkbox-large>input {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	left: 0.2em;
	top: 0.2em;
	z-index: 0;
	margin: 0;
}

:root .v-checkbox-large>input:focus ~ label:before {
	border-color: #60a0ea;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0
		white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0 white,
		inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
}

:root .v-checkbox-large>input ~ label:before, :root .v-checkbox-large>input 
	 ~ label:after {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
}

:root .v-checkbox-large>input ~ label:before {
	height: 19px;
	padding: 0 9px;
	color: #191919;
	font-weight: 500;
	border-radius: 4px;
	border: 1px solid #c5c5c5;
	border-top-color: #c5c5c5;
	border-bottom-color: #bcbcbc;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
	-webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px
		3px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px
		rgba(0, 0, 0, 0.05);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	padding: 0;
	height: 19px;
}

:root .v-checkbox-large>input ~ label:after {
	content: "\f00c";
	font-family: ThemeIcons;
	color: transparent;
	-webkit-transition: color 100ms;
	-moz-transition: color 100ms;
	transition: color 100ms;
}

:root .v-checkbox-large>input:active ~ label:after {
	background-color: rgba(125, 125, 125, 0.2);
}

:root .v-checkbox-large>input:checked ~ label:after {
	color: #60a0ea;
}

.v-checkbox-large>.v-icon, .v-checkbox-large>label .v-icon {
	margin: 0 6px 0 3px;
	min-width: 1em;
	cursor: pointer;
}

.v-checkbox-large.v-disabled>label, .v-checkbox-large.v-disabled>.v-icon
	{
	cursor: default;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-checkbox-large.v-disabled>label>.v-icon {
	cursor: default;
}

:root .v-checkbox-large.v-disabled>input:active ~ label:after {
	background: transparent;
}

.v-checkbox-large.v-readonly>label, .v-checkbox-large.v-readonly>.v-icon
	{
	cursor: default;
}

.v-checkbox-large.v-readonly>label>.v-icon {
	cursor: default;
}

:root .v-checkbox-large.v-readonly>input:active ~ label:after {
	background: transparent;
}

:root .v-checkbox-large.v-readonly>input ~ label:after {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-filterselect {
	position: relative;
	width: 160px;
	height: 32px;
	border-radius: 4px;
	white-space: nowrap;
}

.v-filterselect [class*="input"] {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin: 0;
	font: inherit;
	font-weight: 400;
	line-height: normal;
	height: 32px;
	border-radius: 4px;
	padding: 4px 8px;
	border: 1px solid #c5c5c5;
	background: white;
	color: #474747;
	-webkit-box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0
		rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	width: 100% !important;
	height: 100%;
	padding-right: 33px;
	border-radius: inherit;
}

.v-filterselect [class*="input"].v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-filterselect [class*="input"]:focus {
	outline: none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	border-color: #60a0ea;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0
		#f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0 #f7f7f7, 0
		1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
}

.v-filterselect [class*="input"][class*="prompt"] {
	color: #a3a3a3;
}

.v-filterselect .v-icon+[class*="input"] {
	padding-left: 32px;
}

.v-filterselect img.v-icon {
	max-height: 32px;
	margin-left: 8px;
}

.v-filterselect span.v-icon {
	color: #474747;
	width: 32px;
	line-height: 1;
	padding-top: 0.12em;
	margin-left: 8px;
}

.v-filterselect[class*="prompt"]>[class*="input"] {
	color: #a3a3a3;
}

.v-filterselect [class$="button"] {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	position: absolute;
	width: 32px;
	top: 1px;
	right: 1px;
	bottom: 1px;
	border-left: 1px solid #e4e4e4;
	color: #a3a3a3;
	border-radius: 0 3px 3px 0;
}

.v-filterselect [class$="button"]:before {
	font-family: ThemeIcons;
	content: "\f078";
	-webkit-transition: color 140ms;
	-moz-transition: color 140ms;
	transition: color 140ms;
	position: absolute;
	width: 32px;
	text-align: center;
	top: 50%;
	line-height: 1;
	margin-top: -0.47em;
}

.v-filterselect [class$="button"]:hover:before {
	color: #474747;
}

.v-filterselect [class$="button"]:active:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
	background-color: rgba(128, 128, 128, 0.2);
}

.v-filterselect.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-filterselect.v-disabled [class$="button"] {
	cursor: default;
	pointer-events: none;
}

.v-filterselect.v-disabled [class$="button"]:active:after {
	display: none;
}

.v-filterselect.v-readonly [class*="input"] {
	background: #fafafa;
	color: #464646;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-filterselect.v-readonly [class*="input"]:focus {
	box-shadow: none;
	border-color: #c5c5c5;
}

.v-filterselect.v-readonly [class$="button"] {
	cursor: default;
	pointer-events: none;
}

.v-filterselect.v-readonly [class$="button"]:active:after {
	display: none;
}

.v-filterselect .v-icon {
	position: absolute;
	pointer-events: none;
}

.v-filterselect .v-icon.FontAwesome {
	margin-left: 0px;
}

.v-filterselect-error .v-filterselect-input {
	border-color: #eb2977 !important;
	background: #fffbfc;
	color: #6c213f;
}

.v-filterselect-error .v-filterselect-button {
	color: #eb2977;
	border-color: #eb2977;
}

.v-filterselect-suggestpopup {
	margin-top: 4px !important;
}

.v-filterselect-suggestpopup[class*="animate-in"] {
	-webkit-animation: valo-overlay-animate-in 120ms;
	-moz-animation: valo-overlay-animate-in 120ms;
	animation: valo-overlay-animate-in 120ms;
}

.v-filterselect-suggestpopup [class$="suggestmenu"] {
	padding: 4px 4px;
	border-radius: 4px;
	background-color: white;
	color: #474747;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0
		rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0
		rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 4px 4px;
	box-sizing: content-box;
	position: relative;
	z-index: 1;
	display: block;
}

.v-filterselect-suggestpopup table, .v-filterselect-suggestpopup tbody,
	.v-filterselect-suggestpopup tr, .v-filterselect-suggestpopup td {
	display: block;
	width: 100%;
	overflow-y: hidden;
	float: left;
	clear: both;
}

.v-filterselect-suggestpopup .gwt-MenuItem {
	cursor: pointer;
	line-height: 23px;
	padding: 0 16px 0 8px;
	border-radius: 3px;
	font-weight: 400;
	white-space: nowrap;
	position: relative;
	height: 23px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow-x: hidden;
}

.v-filterselect-suggestpopup .gwt-MenuItem:active:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0d6cda;
	opacity: 0.15;
	filter: alpha(opacity = 15.0);
	pointer-events: none;
	border-radius: inherit;
}

.v-filterselect-suggestpopup .gwt-MenuItem .v-icon {
	max-height: 23px;
	margin-right: 4px;
	min-width: 1em;
}

.v-filterselect-suggestpopup .gwt-MenuItem-selected {
	background-color: #60a0ea;
	background-image: -webkit-linear-gradient(top, #67a7eb 2%, #5491de 98%);
	background-image: linear-gradient(to bottom, #67a7eb 2%, #5491de 98%);
	color: #f2f6fa;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.v-filterselect-suggestpopup [class$="status"] {
	position: absolute;
	right: 4px;
	background: rgba(212, 212, 212, 0.9);
	color: #3b3b3b;
	border-radius: 0 0 4px 4px;
	height: 20px;
	bottom: -20px;
	font-size: 11px;
	line-height: 20px;
	padding: 0 5px;
	cursor: default;
	pointer-events: none;
	-webkit-animation: valo-animate-in-slide-down 200ms 80ms backwards;
	-moz-animation: valo-animate-in-slide-down 200ms 80ms backwards;
	animation: valo-animate-in-slide-down 200ms 80ms backwards;
}

.v-filterselect-suggestpopup [class$="status"]>* {
	color: #3b3b3b;
	text-decoration: none;
}

.v-filterselect-suggestpopup div[class*="page"] {
	position: absolute;
	z-index: 3;
	right: 0;
	opacity: 0.2;
	filter: alpha(opacity = 20);
	cursor: pointer;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-family: ThemeIcons;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	color: #464646;
}

.v-filterselect-suggestpopup div[class*="page"]:after {
	content: "";
	position: absolute;
	display: block;
	border-radius: 50%;
}

.v-filterselect-suggestpopup div[class*="page"]:hover {
	opacity: 1;
	filter: none;
	background: rgba(250, 250, 250, 0.5);
}

.v-filterselect-suggestpopup div[class*="page"]:hover:after {
	top: -10px;
	bottom: -10px;
	left: -20px;
	right: -20px;
}

.v-filterselect-suggestpopup div[class*="page"] span {
	display: none;
}

.v-filterselect-suggestpopup:hover div[class*="page"] {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.v-filterselect-suggestpopup div[class*="prev"] {
	top: 0;
	-webkit-transform-origin: 100% 0%;
	-moz-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-o-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
	border-radius: 0 4px 0 4px;
}

.v-filterselect-suggestpopup div[class*="prev"]:before {
	content: "\f0d8";
}

.v-filterselect-suggestpopup div[class*="next"] {
	bottom: 0;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	border-radius: 4px 0 4px 0;
}

.v-filterselect-suggestpopup div[class*="next"]:before {
	content: "\f0d7";
}

.v-filterselect-suggestpopup div[class*="-off"] {
	display: none;
}

.v-filterselect-no-input {
	cursor: pointer;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}

.v-filterselect-no-input [class*="input"] {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
	cursor: inherit;
	-webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px
		3px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px
		rgba(0, 0, 0, 0.05);
	border: 1px solid #c5c5c5;
	border-top-color: #c5c5c5;
	border-bottom-color: #bcbcbc;
	text-shadow: inherit;
	text-overflow: ellipsis;
	border-radius: inherit;
}

.v-filterselect-no-input [class*="input"]:focus {
	outline: none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	border-color: #60a0ea;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0
		white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0 white,
		inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
}

.v-filterselect-no-input [class$="button"] {
	border-left: none !important;
}

.v-filterselect-no-input:hover [class$="button"]:before {
	color: inherit;
}

.v-filterselect-borderless .v-filterselect-input {
	border: none;
	border-radius: 0;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: inherit;
}

.v-filterselect-borderless .v-filterselect-input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-filterselect-borderless .v-filterselect-input[class*="prompt"] {
	color: inherit;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-filterselect-borderless .v-filterselect-button {
	border: none;
	color: inherit;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-filterselect-borderless.v-filterselect-prompt .v-filterselect-input {
	color: inherit;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-filterselect-align-right input {
	text-align: right;
}

.v-filterselect-align-center input {
	text-align: center;
}

.v-filterselect-tiny {
	height: 24px;
	font-size: 12px;
}

.v-filterselect-tiny [class*="input"] {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin: 0;
	font: inherit;
	font-weight: 400;
	line-height: normal;
	height: 24px;
	padding: 3px 4px;
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	width: 100% !important;
	height: 100%;
	padding-right: 25px;
	border-radius: inherit;
}

.v-filterselect-tiny .v-icon+[class*="input"] {
	padding-left: 24px;
}

.v-filterselect-tiny img.v-icon {
	max-height: 24px;
	margin-left: 4px;
}

.v-filterselect-tiny span.v-icon {
	width: 24px;
	line-height: 1;
	padding-top: 0.12em;
	margin-left: 4px;
}

.v-filterselect-tiny [class$="button"] {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	position: absolute;
	width: 24px;
	border-radius: 0 4px 4px 0;
}

.v-filterselect-tiny [class$="button"]:before {
	font-family: ThemeIcons;
	content: "\f078";
	-webkit-transition: color 140ms;
	-moz-transition: color 140ms;
	transition: color 140ms;
	position: absolute;
	width: 24px;
	text-align: center;
	top: 50%;
	line-height: 1;
	margin-top: -0.47em;
}

.v-filterselect-tiny [class$="button"]:active:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
}

.v-filterselect-tiny.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-filterselect-tiny.v-disabled [class$="button"] {
	cursor: default;
	pointer-events: none;
}

.v-filterselect-tiny.v-disabled [class$="button"]:active:after {
	display: none;
}

.v-filterselect-tiny.v-readonly [class*="input"] {
	background: #fafafa;
	color: #464646;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-filterselect-tiny.v-readonly [class*="input"]:focus {
	box-shadow: none;
	border-color: #c5c5c5;
}

.v-filterselect-tiny.v-readonly [class$="button"] {
	cursor: default;
	pointer-events: none;
}

.v-filterselect-tiny.v-readonly [class$="button"]:active:after {
	display: none;
}

.v-filterselect-compact, .v-filterselect-small {
	height: 27px;
}

.v-filterselect-compact [class*="input"], .v-filterselect-small [class*="input"]
	{
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin: 0;
	font: inherit;
	font-weight: 400;
	line-height: normal;
	height: 27px;
	padding: 3px 5px;
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	width: 100% !important;
	height: 100%;
	padding-right: 28px;
	border-radius: inherit;
}

.v-filterselect-compact .v-icon+[class*="input"], .v-filterselect-small .v-icon+[class*="input"]
	{
	padding-left: 27px;
}

.v-filterselect-compact img.v-icon, .v-filterselect-small img.v-icon {
	max-height: 27px;
	margin-left: 5px;
}

.v-filterselect-compact span.v-icon, .v-filterselect-small span.v-icon {
	width: 27px;
	line-height: 1;
	padding-top: 0.12em;
	margin-left: 5px;
}

.v-filterselect-compact [class$="button"], .v-filterselect-small [class$="button"]
	{
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	position: absolute;
	width: 27px;
	border-radius: 0 4px 4px 0;
}

.v-filterselect-compact [class$="button"]:before, .v-filterselect-small [class$="button"]:before
	{
	font-family: ThemeIcons;
	content: "\f078";
	-webkit-transition: color 140ms;
	-moz-transition: color 140ms;
	transition: color 140ms;
	position: absolute;
	width: 27px;
	text-align: center;
	top: 50%;
	line-height: 1;
	margin-top: -0.47em;
}

.v-filterselect-compact [class$="button"]:active:after,
	.v-filterselect-small [class$="button"]:active:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
}

.v-filterselect-compact.v-disabled, .v-filterselect-small.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-filterselect-compact.v-disabled [class$="button"],
	.v-filterselect-small.v-disabled [class$="button"] {
	cursor: default;
	pointer-events: none;
}

.v-filterselect-compact.v-disabled [class$="button"]:active:after,
	.v-filterselect-small.v-disabled [class$="button"]:active:after {
	display: none;
}

.v-filterselect-compact.v-readonly [class*="input"],
	.v-filterselect-small.v-readonly [class*="input"] {
	background: #fafafa;
	color: #464646;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-filterselect-compact.v-readonly [class*="input"]:focus,
	.v-filterselect-small.v-readonly [class*="input"]:focus {
	box-shadow: none;
	border-color: #c5c5c5;
}

.v-filterselect-compact.v-readonly [class$="button"],
	.v-filterselect-small.v-readonly [class$="button"] {
	cursor: default;
	pointer-events: none;
}

.v-filterselect-compact.v-readonly [class$="button"]:active:after,
	.v-filterselect-small.v-readonly [class$="button"]:active:after {
	display: none;
}

.v-filterselect-small {
	font-size: 13px;
}

.v-filterselect-large {
	height: 38px;
	font-size: 18px;
}

.v-filterselect-large [class*="input"] {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin: 0;
	font: inherit;
	font-weight: 400;
	line-height: normal;
	height: 38px;
	padding: 4px 7px;
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	width: 100% !important;
	height: 100%;
	padding-right: 39px;
	border-radius: inherit;
}

.v-filterselect-large .v-icon+[class*="input"] {
	padding-left: 38px;
}

.v-filterselect-large img.v-icon {
	max-height: 38px;
	margin-left: 7px;
}

.v-filterselect-large span.v-icon {
	width: 38px;
	line-height: 1;
	padding-top: 0.12em;
	margin-left: 7px;
}

.v-filterselect-large [class$="button"] {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	position: absolute;
	width: 38px;
	border-radius: 0 4px 4px 0;
}

.v-filterselect-large [class$="button"]:before {
	font-family: ThemeIcons;
	content: "\f078";
	-webkit-transition: color 140ms;
	-moz-transition: color 140ms;
	transition: color 140ms;
	position: absolute;
	width: 38px;
	text-align: center;
	top: 50%;
	line-height: 1;
	margin-top: -0.47em;
}

.v-filterselect-large [class$="button"]:active:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
}

.v-filterselect-large.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-filterselect-large.v-disabled [class$="button"] {
	cursor: default;
	pointer-events: none;
}

.v-filterselect-large.v-disabled [class$="button"]:active:after {
	display: none;
}

.v-filterselect-large.v-readonly [class*="input"] {
	background: #fafafa;
	color: #464646;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-filterselect-large.v-readonly [class*="input"]:focus {
	box-shadow: none;
	border-color: #c5c5c5;
}

.v-filterselect-large.v-readonly [class$="button"] {
	cursor: default;
	pointer-events: none;
}

.v-filterselect-large.v-readonly [class$="button"]:active:after {
	display: none;
}

.v-filterselect-huge {
	height: 51px;
	font-size: 24px;
}

.v-filterselect-huge [class*="input"] {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin: 0;
	font: inherit;
	font-weight: 400;
	line-height: normal;
	height: 51px;
	padding: 6px 9px;
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	width: 100% !important;
	height: 100%;
	padding-right: 52px;
	border-radius: inherit;
}

.v-filterselect-huge .v-icon+[class*="input"] {
	padding-left: 51px;
}

.v-filterselect-huge img.v-icon {
	max-height: 51px;
	margin-left: 9px;
}

.v-filterselect-huge span.v-icon {
	width: 51px;
	line-height: 1;
	padding-top: 0.12em;
	margin-left: 9px;
}

.v-filterselect-huge [class$="button"] {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	position: absolute;
	width: 51px;
	border-radius: 0 4px 4px 0;
}

.v-filterselect-huge [class$="button"]:before {
	font-family: ThemeIcons;
	content: "\f078";
	-webkit-transition: color 140ms;
	-moz-transition: color 140ms;
	transition: color 140ms;
	position: absolute;
	width: 51px;
	text-align: center;
	top: 50%;
	line-height: 1;
	margin-top: -0.47em;
}

.v-filterselect-huge [class$="button"]:active:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
}

.v-filterselect-huge.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-filterselect-huge.v-disabled [class$="button"] {
	cursor: default;
	pointer-events: none;
}

.v-filterselect-huge.v-disabled [class$="button"]:active:after {
	display: none;
}

.v-filterselect-huge.v-readonly [class*="input"] {
	background: #fafafa;
	color: #464646;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-filterselect-huge.v-readonly [class*="input"]:focus {
	box-shadow: none;
	border-color: #c5c5c5;
}

.v-filterselect-huge.v-readonly [class$="button"] {
	cursor: default;
	pointer-events: none;
}

.v-filterselect-huge.v-readonly [class$="button"]:active:after {
	display: none;
}

.v-csslayout-well {
	background: #f5f5f5;
	color: #454545;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 2px 3px
		rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 2px 3px
		rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	border: 1px solid #c5c5c5;
}

.v-csslayout-well>div>[class*="-caption"] {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-csslayout-well>.v-margin-top {
	padding-top: 11px;
}

.v-csslayout-well>.v-margin-right {
	padding-right: 11px;
}

.v-csslayout-well>.v-margin-bottom {
	padding-bottom: 11px;
}

.v-csslayout-well>.v-margin-left {
	padding-left: 11px;
}

.v-csslayout-card {
	background: white;
	color: #474747;
	border-radius: 4px;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.v-csslayout-card>.v-margin-top {
	padding-top: 11px;
}

.v-csslayout-card>.v-margin-right {
	padding-right: 11px;
}

.v-csslayout-card>.v-margin-bottom {
	padding-bottom: 11px;
}

.v-csslayout-card>.v-margin-left {
	padding-left: 11px;
}

.v-csslayout-v-component-group {
	white-space: nowrap;
	position: relative;
}

.v-csslayout-v-component-group .v-widget:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.v-csslayout-v-component-group .v-widget.v-upload:last-child .v-button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.v-csslayout-v-component-group .v-widget:first-child,
	.v-csslayout-v-component-group .v-caption:first-child+.v-widget {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.v-csslayout-v-component-group .v-widget.v-upload:first-child .v-button,
	.v-csslayout-v-component-group .v-caption:first-child+.v-widget.v-upload .v-button
	{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.v-csslayout-v-component-group .v-widget ~ .v-widget.first.first {
	border-radius: 4px 0 0 4px;
}

.v-csslayout-v-component-group .v-widget ~ .v-widget.first.first.v-upload .v-button
	{
	border-radius: 4px 0 0 4px;
}

.v-csslayout-v-component-group .v-widget ~ .v-widget.last.last {
	border-radius: 0 4px 4px 0;
}

.v-csslayout-v-component-group .v-widget ~ .v-widget.last.last.v-upload .v-button
	{
	border-radius: 0 4px 4px 0;
}

.v-csslayout-v-component-group .v-widget {
	vertical-align: middle;
	margin-left: -1px;
}

.v-csslayout-v-component-group .v-widget:first-child {
	margin-left: 0;
}

.v-csslayout-v-component-group .v-widget:focus,
	.v-csslayout-v-component-group .v-widget[class*="focus"],
	.v-csslayout-v-component-group .v-widget [class*="focus"] {
	position: relative;
	z-index: 5;
}

.v-form fieldset {
	border: none;
	padding: 0;
	margin: 0;
	height: 100%;
}

.v-form-content {
	height: 100%;
	box-sizing: border-box;
}

[class*="spacing"]>tbody>[class*="row"]>td {
	padding-top: 13px;
}

[class*="spacing"]>tbody>[class*="firstrow"]>td {
	padding-top: 0;
}

[class*="margin-top"]>tbody>[class*="firstrow"]>td {
	padding-top: 21px;
}

[class*="margin-bottom"]>tbody>[class*="lastrow"]>td {
	padding-bottom: 21px;
}

[class*="margin-left"]>tbody>[class*="row"]>[class*="captioncell"] {
	padding-left: 21px;
}

[class*="margin-left"]>tbody>[class*="row"]>[class*="contentcell"]>.v-label-h2,
	[class*="margin-left"]>tbody>[class*="row"]>[class*="contentcell"]>.v-label-h3,
	[class*="margin-left"]>tbody>[class*="row"]>[class*="contentcell"]>.v-label-h4
	{
	left: 21px;
}

[class*="margin-right"]>tbody>[class*="row"]>[class*="contentcell"] {
	padding-right: 21px;
}

[class*="margin-right"]>tbody>[class*="row"]>[class*="contentcell"]>.v-label-h2,
	[class*="margin-right"]>tbody>[class*="row"]>[class*="contentcell"]>.v-label-h3,
	[class*="margin-right"]>tbody>[class*="row"]>[class*="contentcell"]>.v-label-h4
	{
	right: 21px;
}

.v-formlayout>table {
	border-spacing: 0;
	position: relative;
}

.v-formlayout.v-has-width>table, .v-formlayout.v-has-width .v-formlayout-contentcell
	{
	width: 100%;
}

.v-formlayout-error-indicator {
	width: 16px;
}

.v-formlayout-captioncell {
	vertical-align: top;
	line-height: 31px;
}

.v-formlayout-captioncell .v-caption {
	padding-bottom: 0;
}

.v-formlayout-captioncell .v-caption-h2, .v-formlayout-captioncell .v-caption-h3,
	.v-formlayout-captioncell .v-caption-h4 {
	height: 3em;
}

.v-formlayout-contentcell .v-checkbox, .v-formlayout-contentcell .v-radiobutton
	{
	font-weight: 500;
}

.v-formlayout-contentcell>.v-label-h2, .v-formlayout-contentcell>.v-label-h3,
	.v-formlayout-contentcell>.v-label-h4 {
	position: absolute;
	left: 0;
	right: 0;
	width: auto !important;
	margin-top: -0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #dfdfdf;
}

.v-formlayout.light>table {
	padding: 0;
}

.v-formlayout.light>table>tbody>tr>td {
	padding-top: 0;
	height: 32px;
	border-bottom: 1px solid #eaeaea;
}

.v-formlayout.light>table>tbody>[class*="lastrow"]>td {
	border-bottom: none;
}

.v-formlayout.light>table>tbody>tr>[class*="captioncell"] {
	color: #7d7d7d;
	text-align: right;
	padding-left: 11px;
	line-height: 32px;
}

.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"] {
	padding-right: 0;
}

.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-textfield,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-textarea,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-filterselect,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-datefield,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-filterselect-input,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-datefield-textfield
	{
	width: 100%;
}

.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-textfield,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-textarea,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-filterselect input,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-datefield input,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-richtextarea
	{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin: 0;
	font: inherit;
	font-weight: 400;
	line-height: normal;
	height: 32px;
	border-radius: 0;
	padding: 4px 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	background: transparent;
	border: none;
	color: inherit;
}

.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-textfield.v-disabled,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-textarea.v-disabled,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-filterselect input.v-disabled,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-datefield input.v-disabled,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-richtextarea.v-disabled
	{
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-textfield:focus,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-textarea:focus,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-filterselect input:focus,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-datefield input:focus,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-richtextarea:focus
	{
	outline: none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	border-color: #60a0ea;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), none;
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), none;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
}

.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-textfield:focus,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-textarea:focus,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-filterselect input:focus,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-datefield input:focus,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-richtextarea:focus
	{
	box-shadow: none;
}

.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-textfield-prompt,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-textarea-prompt,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-filterselect-prompt input,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-datefield-prompt input
	{
	color: #a3a3a3;
}

.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-textarea,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-richtextarea
	{
	height: auto;
}

.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-label-h2,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-label-h3,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-label-h4
	{
	border-bottom: none;
	left: 0;
	right: 0;
}

.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-label-h3,
	.v-formlayout.light>table>tbody>[class*="row"]>[class*="contentcell"]>.v-label-h4
	{
	margin-top: 0;
}

.v-formlayout.light .v-richtextarea {
	margin: 4px 0;
}

.v-formlayout.light .v-filterselect-button, .v-formlayout.light .v-datefield-button
	{
	border: none;
}

.v-formlayout.light .v-filterselect-button:active:after, .v-formlayout.light .v-datefield-button:active:after
	{
	display: none;
}

.v-formlayout.light .v-datefield-button {
	right: 0;
	left: auto;
}

.v-formlayout.light .v-checkbox {
	margin-left: 6px;
}

.v-grid {
	position: relative;
}

.v-grid-scroller {
	position: absolute;
	z-index: 1;
	outline: none;
	box-sizing: border-box;
}

.v-grid-scroller-horizontal {
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: hidden;
	-ms-overflow-y: hidden;
}

.v-grid-scroller-vertical {
	right: 0;
	top: 0;
	bottom: 0;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
}

.v-grid-tablewrapper {
	position: absolute;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 5;
}

.v-grid-tablewrapper>table {
	border-spacing: 0;
	table-layout: fixed;
	width: inherit;
}

.v-grid-header-deco, .v-grid-footer-deco {
	position: absolute;
	right: 0;
	box-sizing: border-box;
}

.v-grid-horizontal-scrollbar-deco {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
}

.v-grid-header, .v-grid-body, .v-grid-footer {
	position: absolute;
	left: 0;
	width: inherit;
	z-index: 10;
}

.v-grid-header, .v-grid-header-deco {
	top: 0;
}

.v-grid-footer, .v-grid-footer-deco {
	bottom: 0;
}

.v-grid-body {
	-ms-touch-action: none;
	touch-action: none;
	z-index: 0;
	top: 0;
}

.v-grid-body .v-grid-row {
	position: absolute;
	top: 0;
	left: 0;
}

.v-grid-row {
	display: block;
}

.v-grid-row>td, .v-grid-row>th {
	background-color: white;
}

.v-grid-row {
	width: inherit;
}

.v-grid-cell {
	display: block;
	float: left;
	padding: 2px;
	white-space: nowrap;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 15px;
}

.v-grid-cell.frozen {
	position: relative;
	z-index: 1;
}

.v-grid-spacer {
	position: absolute;
	display: block;
	background-color: white;
}

.v-grid-spacer>td {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.v-grid {
	outline: none;
}

.v-grid-scroller-vertical, .v-grid-scroller-horizontal {
	border: 1px solid #d4d4d4;
}

.v-grid-scroller-vertical {
	border-left: none;
}

.v-grid-scroller-horizontal {
	border-top: none;
}

.v-grid-tablewrapper {
	border: 1px solid #d4d4d4;
}

.v-grid .header-drag-table {
	border-spacing: 0;
	position: relative;
	table-layout: fixed;
	width: inherit;
}

.v-grid .header-drag-table .v-grid-header {
	position: absolute;
}

.v-grid .header-drag-table .v-grid-header>.v-grid-cell {
	border: 1px solid #d4d4d4;
	margin-top: -10px;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	z-index: 30000;
}

.v-grid .header-drag-table .v-grid-header>.v-grid-drop-marker {
	background-color: #60a0ea;
	position: absolute;
	width: 3px;
}

.v-grid-sidebar.v-contextmenu {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fafafa;
	border: 1px solid #d4d4d4;
	padding: 0;
	z-index: 5;
}

.v-grid-sidebar.v-contextmenu.v-grid-sidebar-popup {
	right: auto;
}

.v-grid-sidebar.v-contextmenu .v-grid-sidebar-button {
	background: transparent;
	border: none;
	color: inherit;
	cursor: pointer;
	outline: none;
	padding: 0 4px;
	text-align: right;
	line-height: 1;
}

.v-grid-sidebar.v-contextmenu .v-grid-sidebar-button[disabled] {
	cursor: default;
}

.v-grid-sidebar.v-contextmenu .v-grid-sidebar-button::-moz-focus-inner {
	border: 0;
}

.v-grid-sidebar.v-contextmenu .v-grid-sidebar-button:after {
	content: "\f0c9";
	display: block;
	font-family: ThemeIcons, sans-serif;
	font-size: 13px;
}

.v-grid-sidebar.v-contextmenu.closed {
	border-radius: 0;
}

.v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-button {
	width: 100%;
}

.v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-button:after {
	content: "\f0c9";
	font-size: 13px;
	line-height: 1;
}

.v-ie .v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-button {
	vertical-align: middle;
}

.v-grid-sidebar.v-contextmenu .v-grid-sidebar-content {
	padding: 4px 0;
	overflow-y: auto;
	overflow-x: hidden;
}

.v-grid-sidebar.v-contextmenu .v-grid-sidebar-content .gwt-MenuBar .gwt-MenuItem .column-hiding-toggle
	{
	text-shadow: none;
}

.v-grid-cell {
	background-color: white;
	padding: 0 16.5px;
	line-height: 32px;
	text-overflow: ellipsis;
}

.v-grid-cell>* {
	line-height: 1.55;
	vertical-align: middle;
}

.v-grid-cell>div {
	display: inline-block;
}

.v-grid-cell.frozen {
	-webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
	border-right: 1px solid #d4d4d4;
}

.v-grid-cell.frozen+th, .v-grid-cell.frozen+td {
	border-left: none;
}

.v-grid-cell div.component-wrap {
	width: 100%;
}

.v-grid-row>td, .v-grid-editor-cells>div {
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}

.v-grid-row>td:first-child, .v-grid-editor-cells>div:first-child {
	border-left: none;
}

.v-grid-editor-cells.frozen>div {
	-webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
	border-right: 1px solid #d4d4d4;
	border-left: none;
}

.v-grid-row-stripe>td {
	background-color: #f5f5f5;
}

.v-grid-row-selected>td {
	background: #60a0ea;
}

.v-grid-row-focused>td {
	
}

.v-grid-header th {
	position: relative;
	background-color: #fafafa;
	font-size: 13px;
	font-weight: inherit;
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	text-align: left;
}

.v-grid-header th:first-child {
	border-left: none;
}

.v-grid-header .sort-asc, .v-grid-header .sort-desc {
	padding-right: 32.5px;
}

.v-grid-header .sort-asc:after, .v-grid-header .sort-desc:after {
	font-family: ThemeIcons, sans-serif;
	content: "\f0de" " " attr(sort-order);
	position: absolute;
	right: 16.5px;
	font-size: 11px;
}

.v-grid-header .sort-desc:after {
	content: "\f0dd" " " attr(sort-order);
}

.v-grid-column-resize-handle {
	position: absolute;
	width: 33px;
	right: -16.5px;
	top: 0px;
	bottom: 0px;
	cursor: col-resize;
	z-index: 10;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.v-grid-column-resize-simple-indicator {
	position: absolute;
	width: 3px;
	top: 0px;
	left: 16.5px;
	z-index: 9001;
	background: #fff;
	box-shadow: 0px 0px 5px #000;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.v-grid-footer td {
	background-color: #fafafa;
	font-size: 13px;
	font-weight: inherit;
	border-left: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	border-bottom: none;
}

.v-grid-footer td:first-child {
	border-left: none;
}

.v-grid-header .v-grid-cell, .v-grid-footer .v-grid-cell {
	overflow: visible;
}

.v-grid-column-header-content, .v-grid-column-footer-content {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 32px;
	vertical-align: baseline;
}

.v-grid-header-deco {
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	background-color: #fafafa;
}

.v-grid-footer-deco {
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	background-color: #fafafa;
}

.v-grid-horizontal-scrollbar-deco {
	background-color: #fafafa;
	border: 1px solid #d4d4d4;
	border-top: none;
}

.v-grid-cell-focused {
	position: relative;
}

.v-grid-cell-focused:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #60a0ea;
	display: none;
	pointer-events: none;
}

.v-grid:focus .v-grid-cell-focused:before {
	display: block;
}

.v-grid.v-disabled:focus .v-grid-cell-focused:before {
	display: none;
}

.v-grid-editor {
	position: absolute;
	z-index: 20;
	overflow: hidden;
	left: 0;
	right: 0;
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top: -1px;
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}

.v-grid-editor.unbuffered .v-grid-editor-footer {
	width: 100%;
}

.v-grid-editor-cells {
	position: relative;
	white-space: nowrap;
}

.v-grid-editor-cells.frozen {
	z-index: 2;
}

.v-grid-editor-cells>div {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	background: white;
}

.v-grid-editor-cells>div:first-child {
	border-left: none;
}

.v-grid-editor-cells>div>* {
	vertical-align: middle;
	display: inline-block;
}

.v-grid-editor-cells>div .v-filterselect {
	padding-left: 0;
}

.v-grid-editor-cells>div input[type="text"], .v-grid-editor-cells>div input[type="text"].v-filterselect-input,
	.v-grid-editor-cells>div input[type="password"] {
	padding-left: 16.5px;
}

.v-grid-editor-cells>div input[type="checkbox"] {
	margin-left: 16.5px;
}

.v-grid-editor-cells>div .v-textfield, .v-grid-editor-cells>div .v-datefield,
	.v-grid-editor-cells>div .v-filterselect {
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
}

.v-grid-editor-cells>div .v-select, .v-grid-editor-cells>div .v-select-select
	{
	min-width: 100%;
	max-width: 100%;
}

.v-grid-editor-cells>div.not-editable.v-grid-cell {
	float: none;
}

.v-grid-editor-cells .error::before {
	position: absolute;
	display: block;
	height: 0;
	width: 0;
	content: "";
	border-top: 5px solid red;
	border-right: 5px solid transparent;
}

.v-grid-editor-cells .error, .v-grid-editor-cells .error>input {
	background-color: #fee;
}

.v-grid-editor-footer {
	display: table;
	height: 32px;
	border-top: 1px solid #d4d4d4;
	margin-top: -1px;
	background: white;
	padding: 0 5px;
}

.v-grid-editor-footer+.v-grid-editor-cells>div {
	border-bottom: none;
	border-top: 1px solid #d4d4d4;
}

.v-grid-editor-footer:first-child {
	border-top: none;
	margin-top: 0;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: -1px;
}

.v-grid-editor-message, .v-grid-editor-buttons {
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
}

.v-grid-editor-message {
	width: 100%;
	position: relative;
}

.v-grid-editor-message>div {
	position: absolute;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 32px;
	top: 0;
}

.v-grid-editor-save {
	margin-right: 4px;
}

.v-grid-spacer {
	padding-left: 1px;
}

.v-grid-spacer>td {
	display: block;
	padding: 0;
	background-color: white;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #d4d4d4;
}

.v-grid-spacer.stripe>td {
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #d4d4d4;
}

.v-grid-spacer-deco-container {
	border-top: 1px solid transparent;
	position: relative;
	top: 0;
	z-index: 5;
}

.v-grid-spacer-deco {
	top: 0;
	left: 0;
	width: 2px;
	background-color: #60a0ea;
	position: absolute;
	height: 100%;
	pointer-events: none;
}

.v-grid-cell>.v-progressbar {
	width: 100%;
}

.v-grid {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	background-color: #fafafa;
}

.v-grid.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-grid-header .v-grid-cell {
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}

.v-grid-header .v-grid-cell.dragged {
	opacity: 0.5;
	filter: alpha(opacity = 50);
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.v-grid-header .v-grid-cell.dragged-column-header {
	margin-top: -16px;
}

.v-grid-footer .v-grid-cell {
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}

.v-grid-header-deco {
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
}

.v-grid-footer-deco, .v-grid-horizontal-scrollbar-deco {
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
}

.v-grid-row-selected>.v-grid-cell {
	background-color: #60a0ea;
	background-image: -webkit-linear-gradient(top, #67a7eb 2%, #5491de 98%);
	background-image: linear-gradient(to bottom, #67a7eb 2%, #5491de 98%);
	color: #d9e5f2;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
	border-color: #458bdc;
}

.v-grid-row-selected>.v-grid-cell-focused:before {
	border-color: #bad6f6;
}

.v-grid-editor {
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	border-color: #60a0ea;
}

.v-grid-editor-footer {
	font-size: 13px;
	padding: 0 7px;
	background: #fafafa;
	-webkit-animation: valo-grid-editor-footer-animate-in 200ms 120ms
		backwards;
	-moz-animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards;
	animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards;
}

.v-grid-editor-footer:first-child {
	-webkit-animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms
		backwards;
	-moz-animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms
		backwards;
	animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards;
}

.v-grid-editor-cells {
	z-index: 1;
}

.v-grid-editor-cells>div:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.v-grid-editor-cells>div.not-editable.v-grid-cell {
	float: none;
}

.v-grid-editor-cells>div .error::before {
	border-top: 8px solid #eb2977;
	border-right: 8px solid transparent;
}

.v-grid-editor-cells>div .error, .v-grid-editor-cells>div .error>input {
	background-color: #fffbfc;
}

.v-grid-editor-cells>div .v-textfield, .v-grid-editor-cells>div .v-textfield-focus,
	.v-grid-editor-cells>div .v-datefield, .v-grid-editor-cells>div .v-datefield .v-textfield-focus,
	.v-grid-editor-cells>div .v-filterselect-input, .v-grid-editor-cells>div .v-filterselect-input:focus
	{
	border: none;
	border-radius: 0;
	background: transparent;
	-webkit-box-shadow: inset 0 1px 0 #f2f2f2;
	box-shadow: inset 0 1px 0 #f2f2f2;
}

.v-grid-editor-cells>div input[type="text"].v-datefield-textfield {
	padding-left: 38.4px;
}

.v-grid-editor-cells>div .v-textfield-focus, .v-grid-editor-cells>div .v-datefield .v-textfield-focus,
	.v-grid-editor-cells>div .v-filterselect-input:focus {
	position: relative;
}

.v-grid-editor-cells>div .v-select {
	padding-left: 8px;
	padding-right: 8px;
}

.v-grid-editor-cells>div .v-checkbox {
	margin: 0 8px 0 16.5px;
}

.v-grid-editor-cells>div .v-checkbox>input[type="checkbox"] {
	margin-left: 0;
}

.v-grid-editor-cells>div .v-checkbox>label {
	white-space: nowrap;
}

.v-grid-editor-message>div:before {
	display: inline-block;
	color: #eb2977;
	font-weight: 600;
	width: 16px;
	text-align: center;
	content: "!";
}

.v-grid-editor-save, .v-grid-editor-cancel {
	cursor: pointer;
	color: #60a0ea;
	text-decoration: underline;
	font-weight: inherit;
	-webkit-transition: color 140ms;
	-moz-transition: color 140ms;
	transition: color 140ms;
	font-weight: 500;
	text-decoration: none;
	border: none;
	background: transparent;
	padding: 7px 7px;
	margin: 0;
	outline: none;
}

.v-grid-editor-save:hover, .v-grid-editor-cancel:hover {
	color: #8dbbf0;
}

.v-grid-editor-save.v-disabled, .v-grid-editor-cancel.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-grid-spacer {
	margin-top: -1px;
}

.v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-content {
	margin: 0 0 2px;
	padding: 4px 4px 2px;
	overflow-y: auto;
	overflow-x: hidden;
}

.v-grid-sidebar.v-contextmenu.closed {
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
}

.v-grid-scroller::-webkit-scrollbar {
	border: none;
}

.v-grid-scroller::-webkit-scrollbar-thumb {
	border-radius: 10px;
	border: 4px solid transparent;
	background: rgba(0, 0, 0, 0.3);
	-webkit-background-clip: content-box;
	background-clip: content-box;
}

.v-grid-scroller-vertical::-webkit-scrollbar-thumb {
	min-height: 30px;
}

.v-grid-scroller-horizontal::-webkit-scrollbar-thumb {
	min-width: 30px;
}

.v-grid-row-drag-badge {
	background-color: red;
	color: white;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 10px;
	line-height: 30px;
	text-align: center;
	float: left;
}

.v-grid-row-drag-top, .v-grid-row-drag-bottom {
	z-index: 100;
}

.v-grid-row-drag-top:before, .v-grid-row-drag-bottom:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #60a0ea;
	pointer-events: none;
	border: none;
}

.v-grid-row-drag-bottom:after {
	bottom: -1px;
}

.v-grid-row-drag-top:before {
	top: -1px;
}

.v-grid-row-drag-top:first-child:before {
	top: 0;
}

.v-grid-row-drag-center:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 2px;
	border: 2px solid #60a0ea;
	pointer-events: none;
}

.v-grid-row-selected.v-grid-row-drag-center:after {
	border-color: #3385e4;
}

.v-grid-row-selected.v-grid-row-drag-top:before, .v-grid-row-selected.v-grid-row-drag-bottom:after
	{
	background: #3385e4;
}

.v-grid-body-drag-top:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	border: 2px solid #60a0ea;
	z-index: 100;
}

.v-textfield {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin: 0;
	font: inherit;
	font-weight: 400;
	line-height: normal;
	height: 32px;
	border-radius: 4px;
	padding: 4px 8px;
	border: 1px solid #c5c5c5;
	background: white;
	color: #474747;
	-webkit-box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0
		rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	width: 160px;
}

.v-textfield.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-textfield:focus {
	outline: none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	border-color: #60a0ea;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0
		#f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0 #f7f7f7, 0
		1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
}

.v-textfield[class*="prompt"] {
	color: #a3a3a3;
}

.v-textfield-readonly {
	background: #fafafa;
	color: #464646;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-textfield-readonly:focus {
	box-shadow: none;
	border-color: #c5c5c5;
}

.v-textfield-error {
	border-color: #eb2977 !important;
	background: #fffbfc;
	color: #6c213f;
}

.v-textfield-borderless {
	border: none;
	border-radius: 0;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: inherit;
}

.v-textfield-borderless:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-textfield-borderless[class*="prompt"] {
	color: inherit;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-textfield-tiny {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin: 0;
	font: inherit;
	font-weight: 400;
	line-height: normal;
	height: 24px;
	border-radius: 4px;
	padding: 3px 6px;
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	font-size: 12px;
}

.v-textfield-compact, .v-textfield-small {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin: 0;
	font: inherit;
	font-weight: 400;
	line-height: normal;
	height: 27px;
	border-radius: 4px;
	padding: 3px 7px;
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
}

.v-textfield-small {
	font-size: 13px;
}

.v-textfield-large {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin: 0;
	font: inherit;
	font-weight: 400;
	line-height: normal;
	height: 38px;
	border-radius: 4px;
	padding: 4px 9px;
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	font-size: 18px;
}

.v-textfield-huge {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin: 0;
	font: inherit;
	font-weight: 400;
	line-height: normal;
	height: 51px;
	border-radius: 4px;
	padding: 6px 11px;
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	font-size: 24px;
}

.v-slot-inline-icon {
	position: relative;
}

.v-caption-inline-icon {
	padding: 0;
}

.v-caption-inline-icon .v-captiontext {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 0.3em;
	padding-left: 1px;
	margin: 0;
}

.v-caption-inline-icon .v-icon {
	position: absolute;
	z-index: 10;
}

.v-caption-inline-icon span.v-icon {
	left: 1px;
	bottom: 1px;
	width: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
}

.v-caption-inline-icon img.v-icon {
	left: 8px;
	bottom: 8px;
}

.v-textfield-inline-icon {
	padding-left: 32px;
}

.v-slot-inline-icon.v-slot-tiny {
	position: relative;
}

.v-caption-inline-icon.v-caption-tiny {
	padding: 0;
}

.v-caption-inline-icon.v-caption-tiny .v-captiontext {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 0.3em;
	padding-left: 1px;
	margin: 0;
}

.v-caption-inline-icon.v-caption-tiny .v-icon {
	position: absolute;
	z-index: 10;
}

.v-caption-inline-icon.v-caption-tiny span.v-icon {
	left: 1px;
	bottom: 1px;
	width: 24px;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
}

.v-caption-inline-icon.v-caption-tiny img.v-icon {
	left: 4px;
	bottom: 4px;
}

.v-textfield-inline-icon.v-textfield-tiny {
	padding-left: 24px;
}

.v-slot-inline-icon.v-slot-compact {
	position: relative;
}

.v-caption-inline-icon.v-caption-compact {
	padding: 0;
}

.v-caption-inline-icon.v-caption-compact .v-captiontext {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 0.3em;
	padding-left: 1px;
	margin: 0;
}

.v-caption-inline-icon.v-caption-compact .v-icon {
	position: absolute;
	z-index: 10;
}

.v-caption-inline-icon.v-caption-compact span.v-icon {
	left: 1px;
	bottom: 1px;
	width: 27px;
	line-height: 25px;
	text-align: center;
	font-size: 15px;
}

.v-caption-inline-icon.v-caption-compact img.v-icon {
	left: 6px;
	bottom: 6px;
}

.v-textfield-inline-icon.v-textfield-compact {
	padding-left: 27px;
}

.v-slot-inline-icon.v-slot-small {
	position: relative;
}

.v-caption-inline-icon.v-caption-small {
	padding: 0;
}

.v-caption-inline-icon.v-caption-small .v-captiontext {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 0.3em;
	padding-left: 1px;
	margin: 0;
}

.v-caption-inline-icon.v-caption-small .v-icon {
	position: absolute;
	z-index: 10;
}

.v-caption-inline-icon.v-caption-small span.v-icon {
	left: 1px;
	bottom: 1px;
	width: 27px;
	line-height: 25px;
	text-align: center;
	font-size: 13px;
}

.v-caption-inline-icon.v-caption-small img.v-icon {
	left: 6px;
	bottom: 6px;
}

.v-textfield-inline-icon.v-textfield-small {
	padding-left: 27px;
}

.v-slot-inline-icon.v-slot-large {
	position: relative;
}

.v-caption-inline-icon.v-caption-large {
	padding: 0;
}

.v-caption-inline-icon.v-caption-large .v-captiontext {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 0.3em;
	padding-left: 1px;
	margin: 0;
}

.v-caption-inline-icon.v-caption-large .v-icon {
	position: absolute;
	z-index: 10;
}

.v-caption-inline-icon.v-caption-large span.v-icon {
	left: 1px;
	bottom: 1px;
	width: 38px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
}

.v-caption-inline-icon.v-caption-large img.v-icon {
	left: 11px;
	bottom: 11px;
}

.v-textfield-inline-icon.v-textfield-large {
	padding-left: 38px;
}

.v-slot-inline-icon.v-slot-huge {
	position: relative;
}

.v-caption-inline-icon.v-caption-huge {
	padding: 0;
}

.v-caption-inline-icon.v-caption-huge .v-captiontext {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 0.3em;
	padding-left: 1px;
	margin: 0;
}

.v-caption-inline-icon.v-caption-huge .v-icon {
	position: absolute;
	z-index: 10;
}

.v-caption-inline-icon.v-caption-huge span.v-icon {
	left: 1px;
	bottom: 1px;
	width: 51px;
	line-height: 49px;
	text-align: center;
	font-size: 24px;
}

.v-caption-inline-icon.v-caption-huge img.v-icon {
	left: 18px;
	bottom: 18px;
}

.v-textfield-inline-icon.v-textfield-huge {
	padding-left: 51px;
}

.v-textfield-align-right {
	text-align: right;
}

.v-textfield-align-center {
	text-align: center;
}

.v-textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin: 0;
	font: inherit;
	font-weight: 400;
	line-height: normal;
	height: 32px;
	border-radius: 4px;
	padding: 5px;
	border: 1px solid #c5c5c5;
	background: white;
	color: #474747;
	-webkit-box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0
		rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	height: auto;
	resize: none;
	white-space: pre-wrap;
	width: 160px;
}

.v-textarea.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-textarea:focus {
	outline: none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	border-color: #60a0ea;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0
		#f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0 #f7f7f7, 0
		1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
}

.v-textarea[class*="prompt"] {
	color: #a3a3a3;
}

.v-textarea-readonly {
	background: #fafafa;
	color: #464646;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-textarea-readonly:focus {
	box-shadow: none;
	border-color: #c5c5c5;
}

.v-textarea-error {
	border-color: #eb2977 !important;
	background: #fffbfc;
	color: #6c213f;
}

.v-textarea-borderless {
	border: none;
	border-radius: 0;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: inherit;
}

.v-textarea-borderless:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-textarea-borderless[class*="prompt"] {
	color: inherit;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-textarea-tiny {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin: 0;
	font: inherit;
	font-weight: 400;
	line-height: normal;
	height: 24px;
	border-radius: 4px;
	padding: 5px;
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	height: auto;
	resize: none;
	white-space: pre-wrap;
	font-size: 12px;
}

.v-textarea-small {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin: 0;
	font: inherit;
	font-weight: 400;
	line-height: normal;
	height: 27px;
	border-radius: 4px;
	padding: 5px;
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	height: auto;
	resize: none;
	white-space: pre-wrap;
	font-size: 13px;
}

.v-textarea-large {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin: 0;
	font: inherit;
	font-weight: 400;
	line-height: normal;
	height: 38px;
	border-radius: 4px;
	padding: 5px;
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	height: auto;
	resize: none;
	white-space: pre-wrap;
	font-size: 18px;
}

.v-textarea-huge {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin: 0;
	font: inherit;
	font-weight: 400;
	line-height: normal;
	height: 51px;
	border-radius: 4px;
	padding: 5px;
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	height: auto;
	resize: none;
	white-space: pre-wrap;
	font-size: 24px;
}

.v-textarea-align-right {
	text-align: right;
}

.v-textarea-align-center {
	text-align: center;
}

.v-datefield {
	position: relative;
	width: 160px;
	height: 32px;
	border-radius: 4px;
}

.v-datefield [class*="textfield"] {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin: 0;
	font: inherit;
	font-weight: 400;
	line-height: normal;
	height: 32px;
	border-radius: 4px;
	padding: 4px 8px;
	border: 1px solid #c5c5c5;
	background: white;
	color: #474747;
	-webkit-box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0
		rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	padding-left: 38.4px;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.v-datefield [class*="textfield"].v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-datefield [class*="textfield"]:focus {
	outline: none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	border-color: #60a0ea;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0
		#f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0 #f7f7f7, 0
		1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
}

.v-datefield [class*="textfield"][class*="prompt"] {
	color: #a3a3a3;
}

.v-datefield[class*="prompt"]>[class*="textfield"] {
	color: #a3a3a3;
}

.v-datefield [class*="button"] {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	-webkit-appearance: none;
	background: transparent;
	padding: 0;
	position: absolute;
	z-index: 10;
	width: 32px;
	line-height: 30px;
	text-align: center;
	font: inherit;
	outline: none;
	margin: 0;
	top: 1px;
	bottom: 1px;
	left: 1px;
	border: none;
	border-right: 1px solid #e4e4e4;
	color: #a3a3a3;
	border-radius: 3px 0 0 3px;
}

.v-datefield [class*="button"]:hover {
	color: #474747;
}

.v-datefield [class*="button"]:before {
	font-family: ThemeIcons;
	content: "\f073";
	-webkit-transition: color 140ms;
	-moz-transition: color 140ms;
	transition: color 140ms;
}

.v-datefield [class*="button"]:active:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(128, 128, 128, 0.2);
	border-radius: inherit;
}

.v-datefield.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-datefield.v-disabled [class*="button"] {
	cursor: default;
	pointer-events: none;
}

.v-datefield.v-disabled [class*="button"]:active:after {
	display: none;
}

.v-datefield.v-readonly [class*="textfield"] {
	background: #fafafa;
	color: #464646;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-datefield.v-readonly [class*="textfield"]:focus {
	box-shadow: none;
	border-color: #c5c5c5;
}

.v-datefield.v-readonly [class*="button"] {
	cursor: default;
	pointer-events: none;
}

.v-datefield.v-readonly [class*="button"]:active:after {
	display: none;
}

.v-datefield-error .v-datefield-textfield {
	border-color: #eb2977 !important;
	background: #fffbfc;
	color: #6c213f;
}

.v-datefield-error .v-datefield-button {
	color: #eb2977;
	border-color: #eb2977;
}

.v-datefield-full {
	width: 225px;
}

.v-datefield-day {
	width: 160px;
}

.v-datefield-month {
	width: 113px;
}

.v-datefield-year {
	width: 98px;
}

.v-datefield-popup {
	padding: 4px 4px;
	border-radius: 4px;
	background-color: white;
	color: #474747;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0
		rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0
		rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-top: 4px !important;
	margin-bottom: 4px !important;
	margin-right: 4px !important;
	cursor: default;
	width: auto;
}

.v-datefield-popup[class*="animate-in"] {
	-webkit-animation: valo-overlay-animate-in 120ms;
	-moz-animation: valo-overlay-animate-in 120ms;
	animation: valo-overlay-animate-in 120ms;
}

.v-datefield-popup[class*="animate-out"] {
	-webkit-animation: valo-animate-out-fade 120ms;
	-moz-animation: valo-animate-out-fade 120ms;
	animation: valo-animate-out-fade 120ms;
}

.v-datefield-popup table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}

.v-datefield-popup td {
	padding: 2px;
}

.v-datefield-popup .v-datefield-calendarpanel {
	font-size: 15px;
	text-align: center;
}

.v-datefield-popup .v-datefield-calendarpanel:focus {
	outline: none;
}

.v-datefield-popup .v-datefield-calendarpanel-day {
	box-sizing: border-box;
	width: 26px;
	height: 22px;
	border: 1px solid transparent;
	line-height: 22px;
	text-align: center;
	font-size: 13px;
	background: #fafafa;
	border-radius: 2px;
	-webkit-transition: color 200ms;
	-moz-transition: color 200ms;
	transition: color 200ms;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
}

.v-datefield-popup .v-datefield-calendarpanel-day:hover {
	color: #60a0ea;
}

.v-datefield-popup .v-datefield-calendarpanel-day-offmonth {
	color: #a0a0a0;
	background: transparent;
}

.v-datefield-popup .v-datefield-calendarpanel-day-today {
	color: #191919;
	font-weight: 600;
	border-color: #afafaf;
}

.v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected,
	.v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected:hover
	{
	color: #d9e5f2;
	background-color: #60a0ea;
	background-image: -webkit-linear-gradient(top, #67a7eb 2%, #5491de 98%);
	background-image: linear-gradient(to bottom, #67a7eb 2%, #5491de 98%);
	border: none;
	font-weight: 600;
}

.v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-focused
	{
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	position: relative;
}

.v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-outside-range,
	.v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-outside-range:hover
	{
	color: #a0a0a0;
	cursor: not-allowed;
}

.v-datefield-popup .v-datefield-calendarpanel-weekdays {
	height: 22px;
	color: rgba(133, 133, 133, 0.85);
}

.v-datefield-popup .v-datefield-calendarpanel-weekdays strong {
	font: inherit;
	font-size: 13px;
}

.v-datefield-popup .v-datefield-calendarpanel-header {
	white-space: nowrap;
}

.v-datefield-popup td[class*="year"] button, .v-datefield-popup td[class*="month"] button
	{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: transparent;
	font-size: 0;
	width: 16px;
	height: 21px;
	outline: none;
	position: relative;
	vertical-align: middle;
}

.v-datefield-popup td[class*="year"] button:before, .v-datefield-popup td[class*="month"] button:before
	{
	color: #a0a0a0;
	font-size: 20px;
	line-height: 23px;
	-webkit-transition: color 200ms;
	-moz-transition: color 200ms;
	transition: color 200ms;
}

.v-datefield-popup td[class*="year"] button:hover:before,
	.v-datefield-popup td[class*="month"] button:hover:before {
	color: #60a0ea;
}

.v-datefield-popup td[class*="year"] button.outside-range,
	.v-datefield-popup td[class*="month"] button.outside-range {
	cursor: default;
	opacity: 0.3;
	filter: alpha(opacity = 30.0);
}

.v-datefield-popup td[class*="year"] button.outside-range:hover:before,
	.v-datefield-popup td[class*="month"] button.outside-range:hover:before
	{
	color: #a0a0a0;
}

.v-datefield-popup .v-button-prevyear:before {
	font-family: ThemeIcons;
	content: "\f100";
}

.v-datefield-popup .v-button-prevmonth:before {
	font-family: ThemeIcons;
	content: "\f104";
}

.v-datefield-popup .v-button-nextyear:before {
	font-family: ThemeIcons;
	content: "\f101";
}

.v-datefield-popup .v-button-nextmonth:before {
	font-family: ThemeIcons;
	content: "\f105";
}

.v-datefield-popup td.v-datefield-calendarpanel-month {
	width: 128px;
	color: #60a0ea;
}

.v-datefield-popup .v-datefield-calendarpanel-year td.v-datefield-calendarpanel-month
	{
	width: 64px;
}

.v-datefield-popup .v-datefield-calendarpanel-weeknumber,
	.v-datefield-popup .v-datefield-calendarpanel-weekdays.v-datefield-calendarpanel-weeknumbers td:first-child
	{
	width: 26px;
	color: rgba(133, 133, 133, 0.85);
	font-size: 13px;
	display: inline-block;
	text-align: left;
}

.v-datefield-popup .v-datefield-calendarpanel-weeknumber {
	position: relative;
}

.v-datefield-popup .v-datefield-calendarpanel-weeknumbers .v-first:before
	{
	content: "";
	position: absolute;
	top: 32px;
	bottom: 0;
	left: 0;
	width: 30px;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background: #fafafa;
}

.v-datefield-popup td.v-datefield-calendarpanel-time {
	width: 100%;
	font-size: 13px;
}

.v-datefield-popup td.v-datefield-calendarpanel-time .v-label {
	display: inline;
	margin: 0 0.1em;
	font-weight: 400;
}

.v-datefield-calendarpanel {
	font-size: 15px;
	text-align: center;
}

.v-datefield-calendarpanel:focus {
	outline: none;
}

.v-datefield-calendarpanel-day {
	box-sizing: border-box;
	width: 26px;
	height: 22px;
	border: 1px solid transparent;
	line-height: 22px;
	text-align: center;
	font-size: 13px;
	background: #fafafa;
	border-radius: 2px;
	-webkit-transition: color 200ms;
	-moz-transition: color 200ms;
	transition: color 200ms;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
}

.v-datefield-calendarpanel-day:hover {
	color: #60a0ea;
}

.v-datefield-calendarpanel-day-offmonth {
	color: #a0a0a0;
	background: transparent;
}

.v-datefield-calendarpanel-day-today {
	color: #191919;
	font-weight: 600;
	border-color: #afafaf;
}

.v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected,
	.v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected:hover
	{
	color: #d9e5f2;
	background-color: #60a0ea;
	background-image: -webkit-linear-gradient(top, #67a7eb 2%, #5491de 98%);
	background-image: linear-gradient(to bottom, #67a7eb 2%, #5491de 98%);
	border: none;
	font-weight: 600;
}

.v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-focused {
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	position: relative;
}

.v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-outside-range,
	.v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-outside-range:hover
	{
	color: #a0a0a0;
	cursor: not-allowed;
}

.v-datefield-calendarpanel-weekdays {
	height: 22px;
	color: rgba(133, 133, 133, 0.85);
}

.v-datefield-calendarpanel-weekdays strong {
	font: inherit;
	font-size: 13px;
}

.v-datefield-calendarpanel-header {
	white-space: nowrap;
}

td[class*="year"] button, td[class*="month"] button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: transparent;
	font-size: 0;
	width: 16px;
	height: 21px;
	outline: none;
	position: relative;
	vertical-align: middle;
}

td[class*="year"] button:before, td[class*="month"] button:before {
	color: #a0a0a0;
	font-size: 20px;
	line-height: 23px;
	-webkit-transition: color 200ms;
	-moz-transition: color 200ms;
	transition: color 200ms;
}

td[class*="year"] button:hover:before, td[class*="month"] button:hover:before
	{
	color: #60a0ea;
}

td[class*="year"] button.outside-range, td[class*="month"] button.outside-range
	{
	cursor: default;
	opacity: 0.3;
	filter: alpha(opacity = 30.0);
}

td[class*="year"] button.outside-range:hover:before, td[class*="month"] button.outside-range:hover:before
	{
	color: #a0a0a0;
}

.v-button-prevyear:before {
	font-family: ThemeIcons;
	content: "\f100";
}

.v-button-prevmonth:before {
	font-family: ThemeIcons;
	content: "\f104";
}

.v-button-nextyear:before {
	font-family: ThemeIcons;
	content: "\f101";
}

.v-button-nextmonth:before {
	font-family: ThemeIcons;
	content: "\f105";
}

td.v-datefield-calendarpanel-month {
	width: 128px;
	color: #60a0ea;
}

.v-datefield-calendarpanel-year td.v-datefield-calendarpanel-month {
	width: 64px;
}

.v-datefield-calendarpanel-weeknumber,
	.v-datefield-calendarpanel-weekdays.v-datefield-calendarpanel-weeknumbers td:first-child
	{
	width: 26px;
	color: rgba(133, 133, 133, 0.85);
	font-size: 13px;
	display: inline-block;
	text-align: left;
}

.v-datefield-calendarpanel-weeknumber {
	position: relative;
}

.v-datefield-calendarpanel-weeknumbers .v-first:before {
	content: "";
	position: absolute;
	top: 32px;
	bottom: 0;
	left: 0;
	width: 30px;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background: #fafafa;
}

td.v-datefield-calendarpanel-time {
	width: 100%;
	font-size: 13px;
}

td.v-datefield-calendarpanel-time .v-label {
	display: inline;
	margin: 0 0.1em;
	font-weight: 400;
}

.v-datefield-borderless .v-datefield-textfield {
	border: none;
	border-radius: 0;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: inherit;
}

.v-datefield-borderless .v-datefield-textfield:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-datefield-borderless .v-datefield-textfield[class*="prompt"] {
	color: inherit;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-datefield-borderless .v-datefield-button {
	border: none;
	color: inherit;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-datefield-align-right input {
	text-align: right;
}

.v-datefield-align-center input {
	text-align: center;
}

.v-datefield-tiny {
	height: 24px;
	border-radius: 4px;
	font-size: 12px;
}

.v-datefield-tiny [class*="textfield"] {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin: 0;
	font: inherit;
	font-weight: 400;
	line-height: normal;
	height: 24px;
	border-radius: 4px;
	padding: 3px 6px;
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	padding-left: 28.8px;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.v-datefield-tiny [class*="button"] {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	-webkit-appearance: none;
	background: transparent;
	padding: 0;
	position: absolute;
	z-index: 10;
	width: 24px;
	line-height: 24px;
	text-align: center;
	font: inherit;
	outline: none;
	margin: 0;
	border-radius: 4px 0 0 4px;
}

.v-datefield-tiny [class*="button"]:before {
	font-family: ThemeIcons;
	content: "\f073";
	-webkit-transition: color 140ms;
	-moz-transition: color 140ms;
	transition: color 140ms;
}

.v-datefield-tiny [class*="button"]:active:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
}

.v-datefield-tiny.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-datefield-tiny.v-disabled [class*="button"] {
	cursor: default;
	pointer-events: none;
}

.v-datefield-tiny.v-disabled [class*="button"]:active:after {
	display: none;
}

.v-datefield-tiny.v-readonly [class*="textfield"] {
	background: #fafafa;
	color: #464646;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-datefield-tiny.v-readonly [class*="textfield"]:focus {
	box-shadow: none;
	border-color: #c5c5c5;
}

.v-datefield-tiny.v-readonly [class*="button"] {
	cursor: default;
	pointer-events: none;
}

.v-datefield-tiny.v-readonly [class*="button"]:active:after {
	display: none;
}

.v-datefield-compact, .v-datefield-small {
	height: 27px;
	border-radius: 4px;
}

.v-datefield-compact [class*="textfield"], .v-datefield-small [class*="textfield"]
	{
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin: 0;
	font: inherit;
	font-weight: 400;
	line-height: normal;
	height: 27px;
	border-radius: 4px;
	padding: 3px 7px;
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	padding-left: 32.4px;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.v-datefield-compact [class*="button"], .v-datefield-small [class*="button"]
	{
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	-webkit-appearance: none;
	background: transparent;
	padding: 0;
	position: absolute;
	z-index: 10;
	width: 27px;
	line-height: 27px;
	text-align: center;
	font: inherit;
	outline: none;
	margin: 0;
	border-radius: 4px 0 0 4px;
}

.v-datefield-compact [class*="button"]:before, .v-datefield-small [class*="button"]:before
	{
	font-family: ThemeIcons;
	content: "\f073";
	-webkit-transition: color 140ms;
	-moz-transition: color 140ms;
	transition: color 140ms;
}

.v-datefield-compact [class*="button"]:active:after, .v-datefield-small [class*="button"]:active:after
	{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
}

.v-datefield-compact.v-disabled, .v-datefield-small.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-datefield-compact.v-disabled [class*="button"], .v-datefield-small.v-disabled [class*="button"]
	{
	cursor: default;
	pointer-events: none;
}

.v-datefield-compact.v-disabled [class*="button"]:active:after,
	.v-datefield-small.v-disabled [class*="button"]:active:after {
	display: none;
}

.v-datefield-compact.v-readonly [class*="textfield"], .v-datefield-small.v-readonly [class*="textfield"]
	{
	background: #fafafa;
	color: #464646;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-datefield-compact.v-readonly [class*="textfield"]:focus,
	.v-datefield-small.v-readonly [class*="textfield"]:focus {
	box-shadow: none;
	border-color: #c5c5c5;
}

.v-datefield-compact.v-readonly [class*="button"], .v-datefield-small.v-readonly [class*="button"]
	{
	cursor: default;
	pointer-events: none;
}

.v-datefield-compact.v-readonly [class*="button"]:active:after,
	.v-datefield-small.v-readonly [class*="button"]:active:after {
	display: none;
}

.v-datefield-small {
	font-size: 13px;
}

.v-datefield-large {
	height: 38px;
	border-radius: 4px;
	font-size: 18px;
}

.v-datefield-large [class*="textfield"] {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin: 0;
	font: inherit;
	font-weight: 400;
	line-height: normal;
	height: 38px;
	border-radius: 4px;
	padding: 4px 9px;
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	padding-left: 45.6px;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.v-datefield-large [class*="button"] {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	-webkit-appearance: none;
	background: transparent;
	padding: 0;
	position: absolute;
	z-index: 10;
	width: 38px;
	line-height: 38px;
	text-align: center;
	font: inherit;
	outline: none;
	margin: 0;
	border-radius: 4px 0 0 4px;
}

.v-datefield-large [class*="button"]:before {
	font-family: ThemeIcons;
	content: "\f073";
	-webkit-transition: color 140ms;
	-moz-transition: color 140ms;
	transition: color 140ms;
}

.v-datefield-large [class*="button"]:active:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
}

.v-datefield-large.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-datefield-large.v-disabled [class*="button"] {
	cursor: default;
	pointer-events: none;
}

.v-datefield-large.v-disabled [class*="button"]:active:after {
	display: none;
}

.v-datefield-large.v-readonly [class*="textfield"] {
	background: #fafafa;
	color: #464646;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-datefield-large.v-readonly [class*="textfield"]:focus {
	box-shadow: none;
	border-color: #c5c5c5;
}

.v-datefield-large.v-readonly [class*="button"] {
	cursor: default;
	pointer-events: none;
}

.v-datefield-large.v-readonly [class*="button"]:active:after {
	display: none;
}

.v-datefield-huge {
	height: 51px;
	border-radius: 4px;
	font-size: 24px;
}

.v-datefield-huge [class*="textfield"] {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin: 0;
	font: inherit;
	font-weight: 400;
	line-height: normal;
	height: 51px;
	border-radius: 4px;
	padding: 6px 11px;
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	padding-left: 61.2px;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.v-datefield-huge [class*="button"] {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	-webkit-appearance: none;
	background: transparent;
	padding: 0;
	position: absolute;
	z-index: 10;
	width: 51px;
	line-height: 51px;
	text-align: center;
	font: inherit;
	outline: none;
	margin: 0;
	border-radius: 4px 0 0 4px;
}

.v-datefield-huge [class*="button"]:before {
	font-family: ThemeIcons;
	content: "\f073";
	-webkit-transition: color 140ms;
	-moz-transition: color 140ms;
	transition: color 140ms;
}

.v-datefield-huge [class*="button"]:active:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
}

.v-datefield-huge.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-datefield-huge.v-disabled [class*="button"] {
	cursor: default;
	pointer-events: none;
}

.v-datefield-huge.v-disabled [class*="button"]:active:after {
	display: none;
}

.v-datefield-huge.v-readonly [class*="textfield"] {
	background: #fafafa;
	color: #464646;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-datefield-huge.v-readonly [class*="textfield"]:focus {
	box-shadow: none;
	border-color: #c5c5c5;
}

.v-datefield-huge.v-readonly [class*="button"] {
	cursor: default;
	pointer-events: none;
}

.v-datefield-huge.v-readonly [class*="button"]:active:after {
	display: none;
}

.v-inline-datefield-calendarpanel {
	font-size: 15px;
	text-align: center;
}

.v-inline-datefield-calendarpanel:focus {
	outline: none;
}

.v-inline-datefield-calendarpanel-day {
	box-sizing: border-box;
	width: 26px;
	height: 22px;
	border: 1px solid transparent;
	line-height: 22px;
	text-align: center;
	font-size: 13px;
	background: #fafafa;
	border-radius: 2px;
	-webkit-transition: color 200ms;
	-moz-transition: color 200ms;
	transition: color 200ms;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
}

.v-inline-datefield-calendarpanel-day:hover {
	color: #60a0ea;
}

.v-inline-datefield-calendarpanel-day-offmonth {
	color: #a0a0a0;
	background: transparent;
}

.v-inline-datefield-calendarpanel-day-today {
	color: #191919;
	font-weight: 600;
	border-color: #afafaf;
}

.v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-selected,
	.v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-selected:hover
	{
	color: #d9e5f2;
	background-color: #60a0ea;
	background-image: -webkit-linear-gradient(top, #67a7eb 2%, #5491de 98%);
	background-image: linear-gradient(to bottom, #67a7eb 2%, #5491de 98%);
	border: none;
	font-weight: 600;
}

.v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-focused
	{
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	position: relative;
}

.v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-outside-range,
	.v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-outside-range:hover
	{
	color: #a0a0a0;
	cursor: not-allowed;
}

.v-inline-datefield-calendarpanel-weekdays {
	height: 22px;
	color: rgba(133, 133, 133, 0.85);
}

.v-inline-datefield-calendarpanel-weekdays strong {
	font: inherit;
	font-size: 13px;
}

.v-inline-datefield-calendarpanel-header {
	white-space: nowrap;
}

td[class*="year"] button, td[class*="month"] button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: transparent;
	font-size: 0;
	width: 16px;
	height: 21px;
	outline: none;
	position: relative;
	vertical-align: middle;
}

td[class*="year"] button:before, td[class*="month"] button:before {
	color: #a0a0a0;
	font-size: 20px;
	line-height: 23px;
	-webkit-transition: color 200ms;
	-moz-transition: color 200ms;
	transition: color 200ms;
}

td[class*="year"] button:hover:before, td[class*="month"] button:hover:before
	{
	color: #60a0ea;
}

td[class*="year"] button.outside-range, td[class*="month"] button.outside-range
	{
	cursor: default;
	opacity: 0.3;
	filter: alpha(opacity = 30.0);
}

td[class*="year"] button.outside-range:hover:before, td[class*="month"] button.outside-range:hover:before
	{
	color: #a0a0a0;
}

.v-button-prevyear:before {
	font-family: ThemeIcons;
	content: "\f100";
}

.v-button-prevmonth:before {
	font-family: ThemeIcons;
	content: "\f104";
}

.v-button-nextyear:before {
	font-family: ThemeIcons;
	content: "\f101";
}

.v-button-nextmonth:before {
	font-family: ThemeIcons;
	content: "\f105";
}

td.v-inline-datefield-calendarpanel-month {
	width: 128px;
	color: #60a0ea;
}

.v-inline-datefield-calendarpanel-year td.v-inline-datefield-calendarpanel-month
	{
	width: 64px;
}

.v-inline-datefield-calendarpanel-weeknumber,
	.v-inline-datefield-calendarpanel-weekdays.v-inline-datefield-calendarpanel-weeknumbers td:first-child
	{
	width: 26px;
	color: rgba(133, 133, 133, 0.85);
	font-size: 13px;
	display: inline-block;
	text-align: left;
}

.v-inline-datefield-calendarpanel-weeknumber {
	position: relative;
}

.v-inline-datefield-calendarpanel-weeknumbers .v-first:before {
	content: "";
	position: absolute;
	top: 32px;
	bottom: 0;
	left: 0;
	width: 30px;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background: #fafafa;
}

td.v-inline-datefield-calendarpanel-time {
	width: 100%;
	font-size: 13px;
}

td.v-inline-datefield-calendarpanel-time .v-label {
	display: inline;
	margin: 0 0.1em;
	font-weight: 400;
}

.v-inline-datefield-calendarpanel {
	position: relative;
	background: white;
	padding: 5px;
}

.v-gridlayout-margin-top {
	padding-top: 21px;
}

.v-gridlayout-margin-bottom {
	padding-bottom: 21px;
}

.v-gridlayout-margin-left {
	padding-left: 21px;
}

.v-gridlayout-margin-right {
	padding-right: 21px;
}

.v-gridlayout-spacing-on {
	padding-left: 13px;
	padding-top: 13px;
}

.v-menubar {
	position: relative;
	text-align: center;
	white-space: nowrap;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	height: 32px;
	padding: 0 14px;
	color: #191919;
	font-weight: 500;
	cursor: default;
	border-radius: 4px;
	border: 1px solid #c5c5c5;
	border-top-color: #c5c5c5;
	border-bottom-color: #bcbcbc;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
	-webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px
		3px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px
		rgba(0, 0, 0, 0.05);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	padding: 0;
	text-align: left;
	line-height: 30px;
}

.v-menubar:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
}

.v-menubar:focus:after {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.v-menubar.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-menubar.v-disabled:after {
	display: none;
}

.v-menubar:after {
	border: inherit;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.v-menubar:focus:after {
	border-color: #60a0ea;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
}

.v-menubar>.v-menubar-menuitem {
	padding: 0 12px;
}

.v-menubar>.v-menubar-menuitem[class*="-icon-only"] {
	width: 32px;
}

.v-menubar:active:after {
	background: transparent;
}

.v-menubar>.v-menubar-menuitem {
	position: relative;
	z-index: 1;
	display: inline-block;
	box-sizing: border-box;
	height: 32px;
	padding: 0 13px;
	color: inherit;
	font-weight: 500;
	cursor: pointer;
	border-radius: 0;
	border: 1px solid #c5c5c5;
	border-top-color: #c5c5c5;
	border-bottom-color: #bcbcbc;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
	-webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7;
	box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-width: 0 1px 0 0;
	border-color: inherit;
	height: 100%;
	line-height: inherit;
	vertical-align: top;
	text-align: center;
}

.v-menubar>.v-menubar-menuitem:first-child {
	border-left-width: 0;
	border-radius: 3px 0 0 3px;
}

.v-menubar>.v-menubar-menuitem:last-child {
	border-radius: 0 3px 3px 0;
	border-right-width: 0;
}

.v-menubar>.v-menubar-menuitem:first-child:last-child {
	border-radius: 3px;
}

.v-menubar>.v-menubar-menuitem:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
}

.v-menubar>.v-menubar-menuitem:hover {
	zoom: 1;
}

.v-menubar>.v-menubar-menuitem:hover:before {
	background-color: rgba(186, 186, 186, 0.1);
	border: none;
}

.v-menubar>.v-menubar-menuitem:active:before {
	background-color: rgba(125, 125, 125, 0.2);
}

.v-menubar>.v-menubar-menuitem .v-icon {
	margin: 0 3px 0 -3px;
	cursor: inherit;
}

.v-menubar>.v-menubar-menuitem[class*="-icon-only"] {
	width: 32px;
	padding: 0;
}

.v-menubar>.v-menubar-menuitem[class*="-icon-only"] .v-icon {
	margin: 0;
}

.v-menubar>.v-menubar-menuitem-checked {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #ededed;
	background-image: -webkit-linear-gradient(bottom, #ededed 2%, #e9e9e9 98%);
	background-image: linear-gradient(to top, #ededed 2%, #e9e9e9 98%);
	color: #181818;
}

.v-disabled>.v-menubar-menuitem, .v-menubar>.v-menubar-menuitem-disabled
	{
	cursor: default;
}

.v-disabled>.v-menubar-menuitem:before, .v-menubar>.v-menubar-menuitem-disabled:before
	{
	display: none;
}

.v-menubar-menuitem-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-menubar>.v-menubar-menuitem-selected {
	color: #f2f6fa;
	border-radius: 0;
	border: 1px solid #4b7eb8;
	border-top-color: #5183b9;
	border-bottom-color: #4272af;
	background-color: #60a0ea;
	background-image: -webkit-linear-gradient(top, #67a7eb 2%, #5491de 98%);
	background-image: linear-gradient(to bottom, #67a7eb 2%, #5491de 98%);
	-webkit-box-shadow: inset 0 1px 0 #93bbed, inset 0 -1px 0 #4f8cd8;
	box-shadow: inset 0 1px 0 #93bbed, inset 0 -1px 0 #4f8cd8;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
	border-top-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	z-index: 2;
}

.v-menubar>.v-menubar-menuitem-selected:hover:before {
	background: none;
}

.v-menubar .v-menubar-submenu-indicator {
	display: none;
}

.v-menubar .v-menubar-submenu-indicator+.v-menubar-menuitem-caption:after
	{
	font-family: ThemeIcons;
	content: "\f078";
	font-size: 0.7em;
	vertical-align: 0.15em;
	margin: 0 -0.2em 0 0.5em;
	opacity: 0.5;
}

.v-menubar .v-menubar-submenu-indicator+.v-menubar-menuitem-caption:empty:after
	{
	margin-left: -0.2em;
}

.v-menubar-popup {
	padding: 4px 4px;
	border-radius: 4px;
	background-color: white;
	color: #474747;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0
		rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0
		rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 4px 4px;
	margin: 4px 0 0 1px !important;
}

.v-menubar-popup[class*="animate-in"] {
	-webkit-animation: valo-overlay-animate-in 120ms;
	-moz-animation: valo-overlay-animate-in 120ms;
	animation: valo-overlay-animate-in 120ms;
}

.v-menubar-popup[class*="animate-out"] {
	-webkit-animation: valo-animate-out-fade 120ms;
	-moz-animation: valo-animate-out-fade 120ms;
	animation: valo-animate-out-fade 120ms;
}

.v-menubar-popup .v-menubar-submenu {
	outline: none;
}

.v-menubar-popup .v-menubar-menuitem {
	display: block;
	cursor: pointer;
	line-height: 23px;
	padding: 0 16px 0 8px;
	border-radius: 3px;
	font-weight: 400;
	white-space: nowrap;
	position: relative;
	padding-left: 27px;
	padding-right: 32px;
	position: relative;
}

.v-menubar-popup .v-menubar-menuitem:active:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0d6cda;
	opacity: 0.15;
	filter: alpha(opacity = 15.0);
	pointer-events: none;
	border-radius: inherit;
}

.v-menubar-popup .v-menubar-menuitem .v-icon {
	max-height: 23px;
	margin-right: 4px;
	min-width: 1em;
}

.v-menubar-popup .v-menubar-submenu-indicator {
	display: none;
}

.v-menubar-popup .v-menubar-submenu-indicator+.v-menubar-menuitem-caption:after
	{
	position: absolute;
	right: 8px;
	font-family: ThemeIcons;
	content: "\f054";
	line-height: 25px;
}

.v-menubar-popup .v-menubar-menuitem-selected {
	background-color: #60a0ea;
	background-image: -webkit-linear-gradient(top, #67a7eb 2%, #5491de 98%);
	background-image: linear-gradient(to bottom, #67a7eb 2%, #5491de 98%);
	color: #f2f6fa;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.v-menubar-popup .v-menubar-separator {
	display: block;
	margin: 4px 0;
	height: 0;
	overflow: hidden;
	border-bottom: 1px solid #e4e4e4;
}

.v-menubar-popup [class*="checked"] .v-menubar-menuitem-caption:before {
	content: "\f00c";
	font-family: ThemeIcons;
	position: absolute;
	left: 8px;
}

.v-menubar-popup [class*="unchecked"] .v-menubar-menuitem-caption:before
	{
	content: "";
}

.v-menubar-popup [class*="disabled"] {
	cursor: default;
}

.v-menubar-small {
	height: 27px;
	padding: 0 12px;
	font-weight: 500;
	cursor: default;
	border-radius: 4px;
	padding: 0;
	text-align: left;
	line-height: 25px;
	font-size: 13px;
}

.v-menubar-small:after {
	border: inherit;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.v-menubar-small>.v-menubar-menuitem {
	padding: 0 10px;
}

.v-menubar-small>.v-menubar-menuitem[class*="-icon-only"] {
	width: 27px;
}

.v-menubar-borderless {
	border: none;
	border-radius: 0;
	padding: 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	background: transparent;
	color: inherit;
}

.v-menubar-borderless:focus:after {
	display: none;
}

.v-menubar-borderless .v-menubar-menuitem {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	margin-right: 1px;
	border-radius: 4px;
	color: #60a0ea;
	padding: 0 11px;
	-webkit-transition: color 140ms;
	-moz-transition: color 140ms;
	transition: color 140ms;
}

.v-menubar-borderless .v-menubar-menuitem:first-child,
	.v-menubar-borderless .v-menubar-menuitem:last-child,
	.v-menubar-borderless .v-menubar-menuitem:first-child:last-child {
	border-radius: 4px;
}

.v-menubar-borderless .v-menubar-menuitem:before {
	content: none;
}

.v-menubar-borderless .v-menubar-menuitem:hover {
	color: #8dbbf0;
}

.v-menubar-borderless .v-menubar-menuitem:active {
	color: inherit;
}

.v-menubar-borderless .v-menubar-menuitem-checked, .v-menubar-borderless .v-menubar-menuitem-checked:first-child
	{
	border: 1px solid #c5c5c5;
	color: #60a0ea;
}

.v-menubar-borderless .v-menubar-menuitem-checked .v-menubar-menuitem-caption,
	.v-menubar-borderless .v-menubar-menuitem-checked:first-child .v-menubar-menuitem-caption
	{
	position: relative;
	top: -1px;
}

.v-menubar-borderless .v-menubar-menuitem-selected {
	color: #f2f6fa;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.v-menubar-borderless .v-menubar-menuitem-selected:hover {
	color: #f2f6fa;
}

.v-menubar-borderless .v-menubar-menuitem-disabled,
	.v-menubar-borderless .v-menubar-menuitem-disabled:hover {
	color: inherit;
}

.v-radiobutton {
	position: relative;
	line-height: 16px;
	white-space: nowrap;
}

.v-radiobutton.v-has-width label {
	white-space: normal;
}

:root .v-radiobutton {
	padding-left: 21px;
}

:root .v-radiobutton label {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	display: inline-block;
}

:root .v-radiobutton>input {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	left: 0.2em;
	top: 0.2em;
	z-index: 0;
	margin: 0;
}

:root .v-radiobutton>input:focus ~ label:before {
	border-color: #60a0ea;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0
		white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0 white,
		inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
}

:root .v-radiobutton>input ~ label:before, :root .v-radiobutton>input ~
	label:after {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	font-size: 12px;
	text-align: center;
}

:root .v-radiobutton>input ~ label:before {
	height: 16px;
	padding: 0 8px;
	color: #191919;
	font-weight: 500;
	border-radius: 4px;
	border: 1px solid #c5c5c5;
	border-top-color: #c5c5c5;
	border-bottom-color: #bcbcbc;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
	-webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px
		3px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px
		rgba(0, 0, 0, 0.05);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	padding: 0;
	height: 16px;
}

:root .v-radiobutton>input ~ label:after {
	content: "\f00c";
	font-family: ThemeIcons;
	color: transparent;
	-webkit-transition: color 100ms;
	-moz-transition: color 100ms;
	transition: color 100ms;
}

:root .v-radiobutton>input:active ~ label:after {
	background-color: rgba(125, 125, 125, 0.2);
}

:root .v-radiobutton>input:checked ~ label:after {
	color: #60a0ea;
}

.v-radiobutton>.v-icon, .v-radiobutton>label .v-icon {
	margin: 0 5px 0 3px;
	min-width: 1em;
	cursor: pointer;
}

.v-radiobutton.v-disabled>label, .v-radiobutton.v-disabled>.v-icon {
	cursor: default;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-radiobutton.v-disabled>label>.v-icon {
	cursor: default;
}

:root .v-radiobutton.v-disabled>input:active ~ label:after {
	background: transparent;
}

.v-radiobutton.v-readonly>label, .v-radiobutton.v-readonly>.v-icon {
	cursor: default;
}

.v-radiobutton.v-readonly>label>.v-icon {
	cursor: default;
}

:root .v-radiobutton.v-readonly>input:active ~ label:after {
	background: transparent;
}

:root .v-radiobutton.v-readonly>input ~ label:after {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

:root .v-radiobutton>input:checked ~ label:after {
	width: 6px;
	height: 6px;
	top: 5px;
	left: 5px;
	background: #60a0ea;
}

:root .v-radiobutton>input ~ label:before, :root .v-radiobutton>input ~
	label:after {
	border-radius: 50%;
	content: "";
}

.v-select-optiongroup .v-radiobutton, .v-select-optiongroup .v-checkbox
	{
	display: block;
	margin: 8px 15px 0 0;
}

.v-select-optiongroup .v-radiobutton:first-child, .v-select-optiongroup .v-checkbox:first-child
	{
	margin-top: 5px;
}

.v-select-optiongroup .v-radiobutton:last-child, .v-select-optiongroup .v-checkbox:last-child
	{
	margin-bottom: 5px;
}

.v-select-optiongroup.v-has-width label {
	white-space: normal;
}

.v-select-optiongroup-small {
	font-size: 13px;
}

.v-select-optiongroup-small .v-checkbox {
	position: relative;
	line-height: 14px;
	white-space: nowrap;
}

.v-select-optiongroup-small .v-checkbox.v-has-width label {
	white-space: normal;
}

:root .v-select-optiongroup-small .v-checkbox {
	padding-left: 18px;
}

:root .v-select-optiongroup-small .v-checkbox label {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	display: inline-block;
}

:root .v-select-optiongroup-small .v-checkbox>input {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	left: 0.2em;
	top: 0.2em;
	z-index: 0;
	margin: 0;
}

:root .v-select-optiongroup-small .v-checkbox>input:focus ~ label:before
	{
	border-color: #60a0ea;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0
		white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0 white,
		inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
}

:root .v-select-optiongroup-small .v-checkbox>input ~ label:before,
	:root .v-select-optiongroup-small .v-checkbox>input ~ label:after {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	font-size: 10px;
	text-align: center;
}

:root .v-select-optiongroup-small .v-checkbox>input ~ label:before {
	height: 13.5px;
	padding: 0 7px;
	color: #191919;
	font-weight: 500;
	border-radius: 4px;
	border: 1px solid #c5c5c5;
	border-top-color: #c5c5c5;
	border-bottom-color: #bcbcbc;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
	-webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px
		3px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px
		rgba(0, 0, 0, 0.05);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	padding: 0;
	height: 14px;
}

:root .v-select-optiongroup-small .v-checkbox>input ~ label:after {
	content: "\f00c";
	font-family: ThemeIcons;
	color: transparent;
	-webkit-transition: color 100ms;
	-moz-transition: color 100ms;
	transition: color 100ms;
}

:root .v-select-optiongroup-small .v-checkbox>input:active ~ label:after
	{
	background-color: rgba(125, 125, 125, 0.2);
}

:root .v-select-optiongroup-small .v-checkbox>input:checked ~ label:after
	{
	color: #60a0ea;
}

.v-select-optiongroup-small .v-checkbox>.v-icon,
	.v-select-optiongroup-small .v-checkbox>label .v-icon {
	margin: 0 5px 0 2px;
	min-width: 1em;
	cursor: pointer;
}

.v-select-optiongroup-small .v-checkbox.v-disabled>label,
	.v-select-optiongroup-small .v-checkbox.v-disabled>.v-icon {
	cursor: default;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-select-optiongroup-small .v-checkbox.v-disabled>label>.v-icon {
	cursor: default;
}

:root .v-select-optiongroup-small .v-checkbox.v-disabled>input:active ~
	label:after {
	background: transparent;
}

.v-select-optiongroup-small .v-checkbox.v-readonly>label,
	.v-select-optiongroup-small .v-checkbox.v-readonly>.v-icon {
	cursor: default;
}

.v-select-optiongroup-small .v-checkbox.v-readonly>label>.v-icon {
	cursor: default;
}

:root .v-select-optiongroup-small .v-checkbox.v-readonly>input:active ~
	label:after {
	background: transparent;
}

:root .v-select-optiongroup-small .v-checkbox.v-readonly>input ~ label:after
	{
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-select-optiongroup-small .v-radiobutton {
	position: relative;
	line-height: 14px;
	white-space: nowrap;
}

.v-select-optiongroup-small .v-radiobutton.v-has-width label {
	white-space: normal;
}

:root .v-select-optiongroup-small .v-radiobutton {
	padding-left: 18px;
}

:root .v-select-optiongroup-small .v-radiobutton label {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	display: inline-block;
}

:root .v-select-optiongroup-small .v-radiobutton>input {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	left: 0.2em;
	top: 0.2em;
	z-index: 0;
	margin: 0;
}

:root .v-select-optiongroup-small .v-radiobutton>input:focus ~ label:before
	{
	border-color: #60a0ea;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0
		white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0 white,
		inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
}

:root .v-select-optiongroup-small .v-radiobutton>input ~ label:before,
	:root .v-select-optiongroup-small .v-radiobutton>input ~ label:after {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	font-size: 10px;
	text-align: center;
}

:root .v-select-optiongroup-small .v-radiobutton>input ~ label:before {
	height: 13.5px;
	padding: 0 7px;
	color: #191919;
	font-weight: 500;
	border-radius: 4px;
	border: 1px solid #c5c5c5;
	border-top-color: #c5c5c5;
	border-bottom-color: #bcbcbc;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
	-webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px
		3px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px
		rgba(0, 0, 0, 0.05);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	padding: 0;
	height: 14px;
}

:root .v-select-optiongroup-small .v-radiobutton>input ~ label:after {
	content: "\f00c";
	font-family: ThemeIcons;
	color: transparent;
	-webkit-transition: color 100ms;
	-moz-transition: color 100ms;
	transition: color 100ms;
}

:root .v-select-optiongroup-small .v-radiobutton>input:active ~ label:after
	{
	background-color: rgba(125, 125, 125, 0.2);
}

:root .v-select-optiongroup-small .v-radiobutton>input:checked ~ label:after
	{
	color: #60a0ea;
}

.v-select-optiongroup-small .v-radiobutton>.v-icon,
	.v-select-optiongroup-small .v-radiobutton>label .v-icon {
	margin: 0 5px 0 2px;
	min-width: 1em;
	cursor: pointer;
}

.v-select-optiongroup-small .v-radiobutton.v-disabled>label,
	.v-select-optiongroup-small .v-radiobutton.v-disabled>.v-icon {
	cursor: default;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-select-optiongroup-small .v-radiobutton.v-disabled>label>.v-icon {
	cursor: default;
}

:root .v-select-optiongroup-small .v-radiobutton.v-disabled>input:active 
	 ~ label:after {
	background: transparent;
}

.v-select-optiongroup-small .v-radiobutton.v-readonly>label,
	.v-select-optiongroup-small .v-radiobutton.v-readonly>.v-icon {
	cursor: default;
}

.v-select-optiongroup-small .v-radiobutton.v-readonly>label>.v-icon {
	cursor: default;
}

:root .v-select-optiongroup-small .v-radiobutton.v-readonly>input:active 
	 ~ label:after {
	background: transparent;
}

:root .v-select-optiongroup-small .v-radiobutton.v-readonly>input ~
	label:after {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

:root .v-select-optiongroup-small .v-radiobutton>input:checked ~ label:after
	{
	width: 5px;
	height: 5px;
	top: 5px;
	left: 5px;
	background: #60a0ea;
}

:root .v-select-optiongroup-small .v-radiobutton>input ~ label:before,
	:root .v-select-optiongroup-small .v-radiobutton>input ~ label:after {
	border-radius: 50%;
	content: "";
}

.v-select-optiongroup-small .v-radiobutton, .v-select-optiongroup-small .v-checkbox
	{
	display: block;
	margin: 7px 15px 0 0;
}

.v-select-optiongroup-small .v-radiobutton:first-child,
	.v-select-optiongroup-small .v-checkbox:first-child {
	margin-top: 5px;
}

.v-select-optiongroup-small .v-radiobutton:last-child,
	.v-select-optiongroup-small .v-checkbox:last-child {
	margin-bottom: 5px;
}

.v-select-optiongroup-small.v-has-width label {
	white-space: normal;
}

.v-select-optiongroup-large {
	font-size: 18px;
}

.v-select-optiongroup-large .v-checkbox {
	position: relative;
	line-height: 19px;
	white-space: nowrap;
}

.v-select-optiongroup-large .v-checkbox.v-has-width label {
	white-space: normal;
}

:root .v-select-optiongroup-large .v-checkbox {
	padding-left: 25px;
}

:root .v-select-optiongroup-large .v-checkbox label {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	display: inline-block;
}

:root .v-select-optiongroup-large .v-checkbox>input {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	left: 0.2em;
	top: 0.2em;
	z-index: 0;
	margin: 0;
}

:root .v-select-optiongroup-large .v-checkbox>input:focus ~ label:before
	{
	border-color: #60a0ea;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0
		white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0 white,
		inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
}

:root .v-select-optiongroup-large .v-checkbox>input ~ label:before,
	:root .v-select-optiongroup-large .v-checkbox>input ~ label:after {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
}

:root .v-select-optiongroup-large .v-checkbox>input ~ label:before {
	height: 19px;
	padding: 0 9px;
	color: #191919;
	font-weight: 500;
	border-radius: 4px;
	border: 1px solid #c5c5c5;
	border-top-color: #c5c5c5;
	border-bottom-color: #bcbcbc;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
	-webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px
		3px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px
		rgba(0, 0, 0, 0.05);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	padding: 0;
	height: 19px;
}

:root .v-select-optiongroup-large .v-checkbox>input ~ label:after {
	content: "\f00c";
	font-family: ThemeIcons;
	color: transparent;
	-webkit-transition: color 100ms;
	-moz-transition: color 100ms;
	transition: color 100ms;
}

:root .v-select-optiongroup-large .v-checkbox>input:active ~ label:after
	{
	background-color: rgba(125, 125, 125, 0.2);
}

:root .v-select-optiongroup-large .v-checkbox>input:checked ~ label:after
	{
	color: #60a0ea;
}

.v-select-optiongroup-large .v-checkbox>.v-icon,
	.v-select-optiongroup-large .v-checkbox>label .v-icon {
	margin: 0 6px 0 3px;
	min-width: 1em;
	cursor: pointer;
}

.v-select-optiongroup-large .v-checkbox.v-disabled>label,
	.v-select-optiongroup-large .v-checkbox.v-disabled>.v-icon {
	cursor: default;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-select-optiongroup-large .v-checkbox.v-disabled>label>.v-icon {
	cursor: default;
}

:root .v-select-optiongroup-large .v-checkbox.v-disabled>input:active ~
	label:after {
	background: transparent;
}

.v-select-optiongroup-large .v-checkbox.v-readonly>label,
	.v-select-optiongroup-large .v-checkbox.v-readonly>.v-icon {
	cursor: default;
}

.v-select-optiongroup-large .v-checkbox.v-readonly>label>.v-icon {
	cursor: default;
}

:root .v-select-optiongroup-large .v-checkbox.v-readonly>input:active ~
	label:after {
	background: transparent;
}

:root .v-select-optiongroup-large .v-checkbox.v-readonly>input ~ label:after
	{
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-select-optiongroup-large .v-radiobutton {
	position: relative;
	line-height: 19px;
	white-space: nowrap;
}

.v-select-optiongroup-large .v-radiobutton.v-has-width label {
	white-space: normal;
}

:root .v-select-optiongroup-large .v-radiobutton {
	padding-left: 25px;
}

:root .v-select-optiongroup-large .v-radiobutton label {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	display: inline-block;
}

:root .v-select-optiongroup-large .v-radiobutton>input {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	left: 0.2em;
	top: 0.2em;
	z-index: 0;
	margin: 0;
}

:root .v-select-optiongroup-large .v-radiobutton>input:focus ~ label:before
	{
	border-color: #60a0ea;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0
		white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0 white,
		inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
}

:root .v-select-optiongroup-large .v-radiobutton>input ~ label:before,
	:root .v-select-optiongroup-large .v-radiobutton>input ~ label:after {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
}

:root .v-select-optiongroup-large .v-radiobutton>input ~ label:before {
	height: 19px;
	padding: 0 9px;
	color: #191919;
	font-weight: 500;
	border-radius: 4px;
	border: 1px solid #c5c5c5;
	border-top-color: #c5c5c5;
	border-bottom-color: #bcbcbc;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
	-webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px
		3px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px
		rgba(0, 0, 0, 0.05);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	padding: 0;
	height: 19px;
}

:root .v-select-optiongroup-large .v-radiobutton>input ~ label:after {
	content: "\f00c";
	font-family: ThemeIcons;
	color: transparent;
	-webkit-transition: color 100ms;
	-moz-transition: color 100ms;
	transition: color 100ms;
}

:root .v-select-optiongroup-large .v-radiobutton>input:active ~ label:after
	{
	background-color: rgba(125, 125, 125, 0.2);
}

:root .v-select-optiongroup-large .v-radiobutton>input:checked ~ label:after
	{
	color: #60a0ea;
}

.v-select-optiongroup-large .v-radiobutton>.v-icon,
	.v-select-optiongroup-large .v-radiobutton>label .v-icon {
	margin: 0 6px 0 3px;
	min-width: 1em;
	cursor: pointer;
}

.v-select-optiongroup-large .v-radiobutton.v-disabled>label,
	.v-select-optiongroup-large .v-radiobutton.v-disabled>.v-icon {
	cursor: default;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-select-optiongroup-large .v-radiobutton.v-disabled>label>.v-icon {
	cursor: default;
}

:root .v-select-optiongroup-large .v-radiobutton.v-disabled>input:active 
	 ~ label:after {
	background: transparent;
}

.v-select-optiongroup-large .v-radiobutton.v-readonly>label,
	.v-select-optiongroup-large .v-radiobutton.v-readonly>.v-icon {
	cursor: default;
}

.v-select-optiongroup-large .v-radiobutton.v-readonly>label>.v-icon {
	cursor: default;
}

:root .v-select-optiongroup-large .v-radiobutton.v-readonly>input:active 
	 ~ label:after {
	background: transparent;
}

:root .v-select-optiongroup-large .v-radiobutton.v-readonly>input ~
	label:after {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

:root .v-select-optiongroup-large .v-radiobutton>input:checked ~ label:after
	{
	width: 7px;
	height: 7px;
	top: 6px;
	left: 6px;
	background: #60a0ea;
}

:root .v-select-optiongroup-large .v-radiobutton>input ~ label:before,
	:root .v-select-optiongroup-large .v-radiobutton>input ~ label:after {
	border-radius: 50%;
	content: "";
}

.v-select-optiongroup-large .v-radiobutton, .v-select-optiongroup-large .v-checkbox
	{
	display: block;
	margin: 10px 15px 0 0;
}

.v-select-optiongroup-large .v-radiobutton:first-child,
	.v-select-optiongroup-large .v-checkbox:first-child {
	margin-top: 6px;
}

.v-select-optiongroup-large .v-radiobutton:last-child,
	.v-select-optiongroup-large .v-checkbox:last-child {
	margin-bottom: 6px;
}

.v-select-optiongroup-large.v-has-width label {
	white-space: normal;
}

.v-select-optiongroup-horizontal {
	white-space: nowrap;
}

.v-select-optiongroup-horizontal .v-radiobutton,
	.v-select-optiongroup-horizontal .v-checkbox {
	display: inline-block;
}

.v-select-optiongroup-horizontal.v-has-width {
	white-space: normal;
}

.v-select-optiongroup-horizontal.v-has-width label {
	white-space: nowrap;
}

.v-link {
	cursor: pointer;
	color: #60a0ea;
	text-decoration: underline;
	font-weight: inherit;
	-webkit-transition: color 140ms;
	-moz-transition: color 140ms;
	transition: color 140ms;
}

.v-link:hover {
	color: #8dbbf0;
}

.v-link.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-link a {
	cursor: pointer;
	color: #60a0ea;
	text-decoration: underline;
	font-weight: inherit;
	-webkit-transition: color 140ms;
	-moz-transition: color 140ms;
	transition: color 140ms;
	cursor: inherit;
	color: inherit;
	text-decoration: inherit;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	transition: inherit;
}

.v-link a:hover {
	color: #8dbbf0;
}

.v-link a.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-link .v-icon {
	cursor: inherit;
}

.v-link-small {
	font-size: 13px;
}

.v-link-large {
	font-size: 18px;
}

.v-window {
	padding: 4px 4px;
	border-radius: 4px;
	background-color: white;
	color: #474747;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0
		rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0
		rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.09098);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 16px 80px -6px
		rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.09098);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 16px 80px -6px
		rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.09098);
	padding: 0;
	min-width: 128px !important;
	min-height: 32px !important;
	white-space: nowrap;
	overflow: hidden !important;
	-webkit-transition: width 200ms, height 200ms, top 200ms, left 200ms;
	-moz-transition: width 200ms, height 200ms, top 200ms, left 200ms;
	transition: width 200ms, height 200ms, top 200ms, left 200ms;
}

.v-window[class*="animate-in"] {
	-webkit-animation: valo-animate-in-fade 140ms;
	-moz-animation: valo-animate-in-fade 140ms;
	animation: valo-animate-in-fade 140ms;
}

.v-window[class*="animate-out"] {
	-webkit-animation: valo-animate-out-scale-down-fade 100ms;
	-moz-animation: valo-animate-out-scale-down-fade 100ms;
	animation: valo-animate-out-scale-down-fade 100ms;
}

.v-window.v-window-animate-in {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.v-window-modalitycurtain {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #222;
	background-image: -webkit-radial-gradient(50% 50%, circle, #222, #0e0e0e);
	background-image: radial-gradient(circle at 50% 50%, #222, #0e0e0e);
	opacity: 0.72;
	filter: alpha(opacity = 72);
	-webkit-animation: valo-animate-in-fade 400ms 100ms backwards;
	-moz-animation: valo-animate-in-fade 400ms 100ms backwards;
	animation: valo-animate-in-fade 400ms 100ms backwards;
}

.v-op12 .v-window-modalitycurtain {
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
}

.v-window-draggingCurtain {
	position: fixed !important;
}

.v-window-resizingCurtain+.v-window, .v-window-draggingCurtain+.v-window
	{
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.v-window-outerheader {
	cursor: move;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.v-window-outerheader:after {
	content: "";
	position: absolute;
	bottom: -1px;
	right: 0;
	left: 0;
	height: 0;
	border-top: 1px solid #dfdfdf;
	border-color: rgba(197, 197, 197, 0.5);
}

.v-window-header {
	line-height: 31px;
	padding-left: 11px;
	margin-right: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #7e7e7e;
}

.v-window-restorebox-disabled  ~ .v-window-closebox ~ .v-window-header,
	.v-window-maximizebox-disabled  ~ .v-window-closebox ~ .v-window-header
	{
	margin-right: 32px;
}

.v-window-restorebox-disabled  ~ .v-window-closebox-disabled ~
	.v-window-header, .v-window-maximizebox-disabled  ~
	.v-window-closebox-disabled ~ .v-window-header {
	margin-right: 11px;
}

.v-window-closebox, .v-window-maximizebox, .v-window-restorebox {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	box-sizing: border-box;
	width: 28px;
	height: 31px;
	background-color: white;
	line-height: 29px;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	color: #999999;
	-webkit-transition: color 140ms;
	-moz-transition: color 140ms;
	transition: color 140ms;
}

.v-window-closebox:focus, .v-window-maximizebox:focus,
	.v-window-restorebox:focus {
	outline: none;
}

.v-window-closebox:hover, .v-window-maximizebox:hover,
	.v-window-restorebox:hover {
	opacity: 1;
	filter: none;
	color: #60a0ea;
}

.v-window-closebox:active, .v-window-maximizebox:active,
	.v-window-restorebox:active {
	color: inherit;
}

.v-window-closebox {
	padding-right: 4px;
	border-radius: 0 4px 0 4px;
}

.v-window-closebox:before {
	content: "\00d7";
}

.v-window-maximizebox, .v-window-restorebox {
	right: 28px;
	padding-left: 4px;
	border-radius: 0 0 0 4px;
}

.v-window-maximizebox+.v-window-closebox, .v-window-restorebox+.v-window-closebox
	{
	border-bottom-left-radius: 0;
}

.v-window-closebox-disabled, .v-window-resizebox-disabled,
	.v-window-restorebox-disabled, .v-window-maximizebox-disabled {
	display: none;
}

.v-window-closebox-disabled+.v-window-closebox,
	.v-window-resizebox-disabled+.v-window-closebox,
	.v-window-restorebox-disabled+.v-window-closebox,
	.v-window-maximizebox-disabled+.v-window-closebox {
	width: 32px;
	padding-right: 0;
	border-bottom-left-radius: 4px;
}

.v-window-maximizebox:before {
	content: "+";
}

.v-window-restorebox:before {
	content: "\2013";
}

.v-window>.popupContent, .v-window-wrap, .v-window-contents,
	.v-window-contents>.v-scrollable {
	height: 100%;
}

.v-window-contents {
	box-sizing: border-box;
	border-radius: 4px;
	margin-top: 0 !important;
}

.v-window-contents>.v-scrollable {
	position: relative;
}

.v-window-contents>.v-scrollable>.v-margin-top {
	padding-top: 11px;
}

.v-window-contents>.v-scrollable>.v-margin-right {
	padding-right: 11px;
}

.v-window-contents>.v-scrollable>.v-margin-bottom {
	padding-bottom: 11px;
}

.v-window-contents>.v-scrollable>.v-margin-left {
	padding-left: 11px;
}

.v-window-contents>.v-scrollable>.v-formlayout [class*="margin-top"]>tbody>[class*="firstrow"]>td
	{
	padding-top: 11px;
}

.v-window-contents>.v-scrollable>.v-formlayout [class*="margin-bottom"]>tbody>[class*="lastrow"]>td
	{
	padding-bottom: 11px;
}

.v-window-contents>.v-scrollable>.v-formlayout [class*="margin-left"]>tbody>[class*="row"]>[class*="captioncell"]
	{
	padding-left: 11px;
}

.v-window-contents>.v-scrollable>.v-formlayout [class*="margin-left"]>tbody>[class*="row"]>[class*="contentcell"]>.v-label-h2,
	.v-window-contents>.v-scrollable>.v-formlayout [class*="margin-left"]>tbody>[class*="row"]>[class*="contentcell"]>.v-label-h3,
	.v-window-contents>.v-scrollable>.v-formlayout [class*="margin-left"]>tbody>[class*="row"]>[class*="contentcell"]>.v-label-h4
	{
	left: 11px;
}

.v-window-contents>.v-scrollable>.v-formlayout [class*="margin-right"]>tbody>[class*="row"]>[class*="contentcell"]
	{
	padding-right: 11px;
}

.v-window-contents>.v-scrollable>.v-formlayout [class*="margin-right"]>tbody>[class*="row"]>[class*="contentcell"]>.v-label-h2,
	.v-window-contents>.v-scrollable>.v-formlayout [class*="margin-right"]>tbody>[class*="row"]>[class*="contentcell"]>.v-label-h3,
	.v-window-contents>.v-scrollable>.v-formlayout [class*="margin-right"]>tbody>[class*="row"]>[class*="contentcell"]>.v-label-h4
	{
	right: 11px;
}

.v-window-contents>.v-scrollable:focus {
	outline: none;
}

.v-window-contents>.v-scrollable:before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	height: 0;
	border-top: 1px solid white;
	left: 0;
	right: 0;
}

.v-window-contents>.v-scrollable .v-panel-captionwrap:after {
	border-color: #dfdfdf;
}

.v-window-contents>.v-scrollable .v-panel-content:before {
	border-color: white;
}

.v-window-footer {
	height: 0;
}

.v-window-resizebox {
	position: absolute;
	z-index: 1000;
	right: 0;
	bottom: 0;
	width: 16px;
	height: 16px;
	cursor: nwse-resize;
}

.v-window-modalitycurtain:active  ~ .v-window {
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
}

.v-window-top-toolbar>.v-widget, .v-window-bottom-toolbar>.v-widget {
	vertical-align: top;
}

.v-window-top-toolbar .v-label, .v-window-bottom-toolbar .v-label {
	line-height: 31px;
}

.v-window-top-toolbar .v-spacing, .v-window-bottom-toolbar .v-spacing {
	width: 7px;
}

.v-window-top-toolbar.v-layout {
	padding: 6px 11px;
	position: relative;
	z-index: 2;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	background-color: #fafafa;
}

.v-window-top-toolbar.v-menubar {
	margin: 11px 11px 5px;
}

.v-window-top-toolbar.v-menubar-borderless {
	padding-left: 5px;
	padding-right: 5px;
	margin: 4px 0;
}

.v-window-bottom-toolbar.v-layout {
	padding: 6px 11px;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #f0f0f0 0, #fafafa 3px);
	background-image: linear-gradient(to bottom, #f0f0f0 0, #fafafa 3px);
	border-top: 1px solid #dfdfdf;
	border-radius: 0 0 4px 4px;
}

.v-margin-left.v-margin-right.v-margin-top .v-window-top-toolbar.v-layout
	{
	box-sizing: content-box;
	margin: -11px -11px 0;
}

.v-margin-left.v-margin-right.v-margin-top .v-window-top-toolbar.v-menubar
	{
	margin: 0;
}

.v-margin-left.v-margin-right.v-margin-top .v-window-top-toolbar.v-menubar-borderless
	{
	margin: -6px -6px 0;
	padding: 0;
}

.v-margin-left.v-margin-right.v-margin-bottom .v-window-bottom-toolbar.v-layout
	{
	box-sizing: content-box;
	margin: 0 -11px -11px;
}

.v-tree8 {
	position: relative;
}

.v-tree8-scroller {
	position: absolute;
	z-index: 1;
	outline: none;
	box-sizing: border-box;
}

.v-tree8-scroller-horizontal {
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: hidden;
	-ms-overflow-y: hidden;
}

.v-tree8-scroller-vertical {
	right: 0;
	top: 0;
	bottom: 0;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
}

.v-tree8-tablewrapper {
	position: absolute;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 5;
}

.v-tree8-tablewrapper>table {
	border-spacing: 0;
	table-layout: fixed;
	width: inherit;
}

.v-tree8-header-deco, .v-tree8-footer-deco {
	position: absolute;
	right: 0;
	box-sizing: border-box;
}

.v-tree8-horizontal-scrollbar-deco {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
}

.v-tree8-header, .v-tree8-body, .v-tree8-footer {
	position: absolute;
	left: 0;
	width: inherit;
	z-index: 10;
}

.v-tree8-header, .v-tree8-header-deco {
	top: 0;
}

.v-tree8-footer, .v-tree8-footer-deco {
	bottom: 0;
}

.v-tree8-body {
	-ms-touch-action: none;
	touch-action: none;
	z-index: 0;
	top: 0;
}

.v-tree8-body .v-tree8-row {
	position: absolute;
	top: 0;
	left: 0;
}

.v-tree8-row {
	display: block;
}

.v-tree8-row>td, .v-tree8-row>th {
	background-color: white;
}

.v-tree8-row {
	width: inherit;
}

.v-tree8-cell {
	display: block;
	float: left;
	padding: 2px;
	white-space: nowrap;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 15px;
}

.v-tree8-cell.frozen {
	position: relative;
	z-index: 1;
}

.v-tree8-spacer {
	position: absolute;
	display: block;
	background-color: white;
}

.v-tree8-spacer>td {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.v-tree8 {
	outline: none;
}

.v-tree8-scroller-vertical, .v-tree8-scroller-horizontal {
	border: 1px solid #d4d4d4;
}

.v-tree8-scroller-vertical {
	border-left: none;
}

.v-tree8-scroller-horizontal {
	border-top: none;
}

.v-tree8-tablewrapper {
	border: 1px solid #d4d4d4;
}

.v-tree8 .header-drag-table {
	border-spacing: 0;
	position: relative;
	table-layout: fixed;
	width: inherit;
}

.v-tree8 .header-drag-table .v-tree8-header {
	position: absolute;
}

.v-tree8 .header-drag-table .v-tree8-header>.v-tree8-cell {
	border: 1px solid #d4d4d4;
	margin-top: -10px;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	z-index: 30000;
}

.v-tree8 .header-drag-table .v-tree8-header>.v-tree8-drop-marker {
	background-color: #60a0ea;
	position: absolute;
	width: 3px;
}

.v-tree8-sidebar.v-contextmenu {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fafafa;
	border: 1px solid #d4d4d4;
	padding: 0;
	z-index: 5;
}

.v-tree8-sidebar.v-contextmenu.v-tree8-sidebar-popup {
	right: auto;
}

.v-tree8-sidebar.v-contextmenu .v-tree8-sidebar-button {
	background: transparent;
	border: none;
	color: inherit;
	cursor: pointer;
	outline: none;
	padding: 0 4px;
	text-align: right;
	line-height: 1;
}

.v-tree8-sidebar.v-contextmenu .v-tree8-sidebar-button[disabled] {
	cursor: default;
}

.v-tree8-sidebar.v-contextmenu .v-tree8-sidebar-button::-moz-focus-inner
	{
	border: 0;
}

.v-tree8-sidebar.v-contextmenu .v-tree8-sidebar-button:after {
	content: "\f0c9";
	display: block;
	font-family: ThemeIcons, sans-serif;
	font-size: 13px;
}

.v-tree8-sidebar.v-contextmenu.closed {
	border-radius: 0;
}

.v-tree8-sidebar.v-contextmenu.open .v-tree8-sidebar-button {
	width: 100%;
}

.v-tree8-sidebar.v-contextmenu.open .v-tree8-sidebar-button:after {
	content: "\f0c9";
	font-size: 13px;
	line-height: 1;
}

.v-ie .v-tree8-sidebar.v-contextmenu.open .v-tree8-sidebar-button {
	vertical-align: middle;
}

.v-tree8-sidebar.v-contextmenu .v-tree8-sidebar-content {
	padding: 4px 0;
	overflow-y: auto;
	overflow-x: hidden;
}

.v-tree8-sidebar.v-contextmenu .v-tree8-sidebar-content .gwt-MenuBar .gwt-MenuItem .column-hiding-toggle
	{
	text-shadow: none;
}

.v-tree8-cell {
	background-color: white;
	padding: 0 16.5px;
	line-height: 32px;
	text-overflow: ellipsis;
}

.v-tree8-cell>* {
	line-height: 1.55;
	vertical-align: middle;
}

.v-tree8-cell>div {
	display: inline-block;
}

.v-tree8-cell.frozen {
	-webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
	border-right: 1px solid #d4d4d4;
}

.v-tree8-cell.frozen+th, .v-tree8-cell.frozen+td {
	border-left: none;
}

.v-tree8-cell div.component-wrap {
	width: 100%;
}

.v-tree8-row>td, .v-tree8-editor-cells>div {
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}

.v-tree8-row>td:first-child, .v-tree8-editor-cells>div:first-child {
	border-left: none;
}

.v-tree8-editor-cells.frozen>div {
	-webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
	border-right: 1px solid #d4d4d4;
	border-left: none;
}

.v-tree8-row-stripe>td {
	background-color: #f5f5f5;
}

.v-tree8-row-selected>td {
	background: #60a0ea;
}

.v-tree8-row-focused>td {
	
}

.v-tree8-header th {
	position: relative;
	background-color: #fafafa;
	font-size: 13px;
	font-weight: inherit;
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	text-align: left;
}

.v-tree8-header th:first-child {
	border-left: none;
}

.v-tree8-header .sort-asc, .v-tree8-header .sort-desc {
	padding-right: 32.5px;
}

.v-tree8-header .sort-asc:after, .v-tree8-header .sort-desc:after {
	font-family: ThemeIcons, sans-serif;
	content: "\f0de" " " attr(sort-order);
	position: absolute;
	right: 16.5px;
	font-size: 11px;
}

.v-tree8-header .sort-desc:after {
	content: "\f0dd" " " attr(sort-order);
}

.v-tree8-column-resize-handle {
	position: absolute;
	width: 33px;
	right: -16.5px;
	top: 0px;
	bottom: 0px;
	cursor: col-resize;
	z-index: 10;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.v-tree8-column-resize-simple-indicator {
	position: absolute;
	width: 3px;
	top: 0px;
	left: 16.5px;
	z-index: 9001;
	background: #fff;
	box-shadow: 0px 0px 5px #000;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.v-tree8-footer td {
	background-color: #fafafa;
	font-size: 13px;
	font-weight: inherit;
	border-left: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	border-bottom: none;
}

.v-tree8-footer td:first-child {
	border-left: none;
}

.v-tree8-header .v-tree8-cell, .v-tree8-footer .v-tree8-cell {
	overflow: visible;
}

.v-tree8-column-header-content, .v-tree8-column-footer-content {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 32px;
	vertical-align: baseline;
}

.v-tree8-header-deco {
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	background-color: #fafafa;
}

.v-tree8-footer-deco {
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	background-color: #fafafa;
}

.v-tree8-horizontal-scrollbar-deco {
	background-color: #fafafa;
	border: 1px solid #d4d4d4;
	border-top: none;
}

.v-tree8-cell-focused {
	position: relative;
}

.v-tree8-cell-focused:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #60a0ea;
	display: none;
	pointer-events: none;
}

.v-tree8:focus .v-tree8-cell-focused:before {
	display: block;
}

.v-tree8.v-disabled:focus .v-tree8-cell-focused:before {
	display: none;
}

.v-tree8-editor {
	position: absolute;
	z-index: 20;
	overflow: hidden;
	left: 0;
	right: 0;
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top: -1px;
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}

.v-tree8-editor.unbuffered .v-tree8-editor-footer {
	width: 100%;
}

.v-tree8-editor-cells {
	position: relative;
	white-space: nowrap;
}

.v-tree8-editor-cells.frozen {
	z-index: 2;
}

.v-tree8-editor-cells>div {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	background: white;
}

.v-tree8-editor-cells>div:first-child {
	border-left: none;
}

.v-tree8-editor-cells>div>* {
	vertical-align: middle;
	display: inline-block;
}

.v-tree8-editor-cells>div .v-filterselect {
	padding-left: 0;
}

.v-tree8-editor-cells>div input[type="text"], .v-tree8-editor-cells>div input[type="text"].v-filterselect-input,
	.v-tree8-editor-cells>div input[type="password"] {
	padding-left: 16.5px;
}


.v-tree8-editor-cells>div input[type="checkbox"] {
	margin-left: 16.5px;
}

.v-tree8-editor-cells>div .v-textfield, .v-tree8-editor-cells>div .v-datefield,
	.v-tree8-editor-cells>div .v-filterselect {
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
}

.v-tree8-editor-cells>div .v-select, .v-tree8-editor-cells>div .v-select-select
	{
	min-width: 100%;
	max-width: 100%;
}

.v-tree8-editor-cells>div.not-editable.v-tree8-cell {
	float: none;
}

.v-tree8-editor-cells .error::before {
	position: absolute;
	display: block;
	height: 0;
	width: 0;
	content: "";
	border-top: 5px solid red;
	border-right: 5px solid transparent;
}

.v-tree8-editor-cells .error, .v-tree8-editor-cells .error>input {
	background-color: #fee;
}

.v-tree8-editor-footer {
	display: table;
	height: 32px;
	border-top: 1px solid #d4d4d4;
	margin-top: -1px;
	background: white;
	padding: 0 5px;
}

.v-tree8-editor-footer+.v-tree8-editor-cells>div {
	border-bottom: none;
	border-top: 1px solid #d4d4d4;
}

.v-tree8-editor-footer:first-child {
	border-top: none;
	margin-top: 0;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: -1px;
}

.v-tree8-editor-message, .v-tree8-editor-buttons {
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
}

.v-tree8-editor-message {
	width: 100%;
	position: relative;
}

.v-tree8-editor-message>div {
	position: absolute;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 32px;
	top: 0;
}

.v-tree8-editor-save {
	margin-right: 4px;
}

.v-tree8-spacer {
	padding-left: 1px;
}

.v-tree8-spacer>td {
	display: block;
	padding: 0;
	background-color: white;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #d4d4d4;
}

.v-tree8-spacer.stripe>td {
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #d4d4d4;
}

.v-tree8-spacer-deco-container {
	border-top: 1px solid transparent;
	position: relative;
	top: 0;
	z-index: 5;
}

.v-tree8-spacer-deco {
	top: 0;
	left: 0;
	width: 2px;
	background-color: #60a0ea;
	position: absolute;
	height: 100%;
	pointer-events: none;
}

.v-tree8-cell>.v-progressbar {
	width: 100%;
}

.v-tree8 {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	background-color: #fafafa;
}

.v-tree8.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-tree8-header .v-tree8-cell {
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}

.v-tree8-header .v-tree8-cell.dragged {
	opacity: 0.5;
	filter: alpha(opacity = 50);
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.v-tree8-header .v-tree8-cell.dragged-column-header {
	margin-top: -16px;
}

.v-tree8-footer .v-tree8-cell {
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}

.v-tree8-header-deco {
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
}

.v-tree8-footer-deco, .v-tree8-horizontal-scrollbar-deco {
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
}

.v-tree8-row-selected>.v-tree8-cell {
	background-color: #60a0ea;
	background-image: -webkit-linear-gradient(top, #67a7eb 2%, #5491de 98%);
	background-image: linear-gradient(to bottom, #67a7eb 2%, #5491de 98%);
	color: #d9e5f2;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
	border-color: #458bdc;
}

.v-tree8-row-selected>.v-tree8-cell-focused:before {
	border-color: #bad6f6;
}

.v-tree8-editor {
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	border-color: #60a0ea;
}

.v-tree8-editor-footer {
	font-size: 13px;
	padding: 0 7px;
	background: #fafafa;
	-webkit-animation: valo-grid-editor-footer-animate-in 200ms 120ms
		backwards;
	-moz-animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards;
	animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards;
}

.v-tree8-editor-footer:first-child {
	-webkit-animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms
		backwards;
	-moz-animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms
		backwards;
	animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards;
}

.v-tree8-editor-cells {
	z-index: 1;
}

.v-tree8-editor-cells>div:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.v-tree8-editor-cells>div.not-editable.v-tree8-cell {
	float: none;
}

.v-tree8-editor-cells>div .error::before {
	border-top: 8px solid #eb2977;
	border-right: 8px solid transparent;
}

.v-tree8-editor-cells>div .error, .v-tree8-editor-cells>div .error>input
	{
	background-color: #fffbfc;
}

.v-tree8-editor-cells>div .v-textfield, .v-tree8-editor-cells>div .v-textfield-focus,
	.v-tree8-editor-cells>div .v-datefield, .v-tree8-editor-cells>div .v-datefield .v-textfield-focus,
	.v-tree8-editor-cells>div .v-filterselect-input, .v-tree8-editor-cells>div .v-filterselect-input:focus
	{
	border: none;
	border-radius: 0;
	background: transparent;
	-webkit-box-shadow: inset 0 1px 0 #f2f2f2;
	box-shadow: inset 0 1px 0 #f2f2f2;
}

.v-tree8-editor-cells>div input[type="text"].v-datefield-textfield {
	padding-left: 38.4px;
}

.v-tree8-editor-cells>div .v-textfield-focus, .v-tree8-editor-cells>div .v-datefield .v-textfield-focus,
	.v-tree8-editor-cells>div .v-filterselect-input:focus {
	position: relative;
}

.v-tree8-editor-cells>div .v-select {
	padding-left: 8px;
	padding-right: 8px;
}

.v-tree8-editor-cells>div .v-checkbox {
	margin: 0 8px 0 16.5px;
}

.v-tree8-editor-cells>div .v-checkbox>input[type="checkbox"] {
	margin-left: 0;
}

.v-tree8-editor-cells>div .v-checkbox>label {
	white-space: nowrap;
}

.v-tree8-editor-message>div:before {
	display: inline-block;
	color: #eb2977;
	font-weight: 600;
	width: 16px;
	text-align: center;
	content: "!";
}

.v-tree8-editor-save, .v-tree8-editor-cancel {
	cursor: pointer;
	color: #60a0ea;
	text-decoration: underline;
	font-weight: inherit;
	-webkit-transition: color 140ms;
	-moz-transition: color 140ms;
	transition: color 140ms;
	font-weight: 500;
	text-decoration: none;
	border: none;
	background: transparent;
	padding: 7px 7px;
	margin: 0;
	outline: none;
}

.v-tree8-editor-save:hover, .v-tree8-editor-cancel:hover {
	color: #8dbbf0;
}

.v-tree8-editor-save.v-disabled, .v-tree8-editor-cancel.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-tree8-spacer {
	margin-top: -1px;
}

.v-tree8-sidebar.v-contextmenu.open .v-tree8-sidebar-content {
	margin: 0 0 2px;
	padding: 4px 4px 2px;
	overflow-y: auto;
	overflow-x: hidden;
}

.v-tree8-sidebar.v-contextmenu.closed {
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
}

.v-tree8-scroller::-webkit-scrollbar {
	border: none;
}

.v-tree8-scroller::-webkit-scrollbar-thumb {
	border-radius: 10px;
	border: 4px solid transparent;
	background: rgba(0, 0, 0, 0.3);
	-webkit-background-clip: content-box;
	background-clip: content-box;
}

.v-tree8-scroller-vertical::-webkit-scrollbar-thumb {
	min-height: 30px;
}

.v-tree8-scroller-horizontal::-webkit-scrollbar-thumb {
	min-width: 30px;
}

.v-tree8-row-drag-badge {
	background-color: red;
	color: white;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 10px;
	line-height: 30px;
	text-align: center;
	float: left;
}

.v-tree8-row-drag-top, .v-tree8-row-drag-bottom {
	z-index: 100;
}

.v-tree8-row-drag-top:before, .v-tree8-row-drag-bottom:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #60a0ea;
	pointer-events: none;
	border: none;
}

.v-tree8-row-drag-bottom:after {
	bottom: -1px;
}

.v-tree8-row-drag-top:before {
	top: -1px;
}

.v-tree8-row-drag-top:first-child:before {
	top: 0;
}

.v-tree8-row-drag-center:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 2px;
	border: 2px solid #60a0ea;
	pointer-events: none;
}

.v-tree8-row-selected.v-tree8-row-drag-center:after {
	border-color: #3385e4;
}

.v-tree8-row-selected.v-tree8-row-drag-top:before, .v-tree8-row-selected.v-tree8-row-drag-bottom:after
	{
	background: #3385e4;
}

.v-tree8-body-drag-top:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	border: 2px solid #60a0ea;
	z-index: 100;
}

.v-tree8-expander {
	display: inline-block;
	vertical-align: top;
}

.v-tree8-expander::before {
	display: inline-block;
	width: 1.5em;
	text-align: center;
	content: "";
}

.v-tree8-expander.expanded::before {
	content: "\f0d7";
	font-family: ThemeIcons;
}

.v-tree8-expander.collapsed::before {
	content: "\f0da";
	font-family: ThemeIcons;
}

.v-tree8-expander.collapse-disabled::before {
	opacity: 0.5;
	filter: alpha(opacity = 50);
	cursor: default;
}

.v-tree8-node.depth-0 {
	padding-left: 0em;
}

.v-tree8-node.depth-1 {
	padding-left: 1em;
}

.v-tree8-node.depth-2 {
	padding-left: 2em;
}

.v-tree8-node.depth-3 {
	padding-left: 3em;
}

.v-tree8-node.depth-4 {
	padding-left: 4em;
}

.v-tree8-node.depth-5 {
	padding-left: 5em;
}

.v-tree8-node.depth-6 {
	padding-left: 6em;
}

.v-tree8-node.depth-7 {
	padding-left: 7em;
}

.v-tree8-node.depth-8 {
	padding-left: 8em;
}

.v-tree8-node.depth-9 {
	padding-left: 9em;
}

.v-tree8-node.depth-10 {
	padding-left: 10em;
}

.v-tree8-node.depth-11 {
	padding-left: 11em;
}

.v-tree8-node.depth-12 {
	padding-left: 12em;
}

.v-tree8-node.depth-13 {
	padding-left: 13em;
}

.v-tree8-node.depth-14 {
	padding-left: 14em;
}

.v-tree8-node.depth-15 {
	padding-left: 15em;
}

.v-tree8-cell-content {
	display: inline-block;
	vertical-align: middle;
}

.v-tree8-row-focused::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #60a0ea;
	display: none;
	pointer-events: none;
}

.v-tree8-cell-focused {
	position: static;
}

.v-tree8-cell-focused::before {
	display: none;
}

.v-tree8:focus .v-tree8-row-focused::before {
	display: block;
}

.v-tree8.v-disabled:focus .v-tree8-row-focused::before {
	display: none;
}

.v-tree8:focus .v-tree8-cell-focused::before {
	display: none;
}

.v-tree8 {
	background-color: transparent;
}

.v-tree8-row>td {
	background-color: transparent;
	border: 0;
	line-height: 28px;
}

.v-tree8-row>td>* {
	vertical-align: baseline;
}

.v-tree8-tablewrapper {
	background-color: transparent;
	border: none;
}

.v-tree8-row::before {
	content: "";
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	pointer-events: none;
	border-width: 1px;
}

.v-tree8-cell {
	position: relative;
}

.v-tree8-row-selected>.v-tree8-cell {
	background: transparent;
}

.v-tree8-row-selected::before {
	display: block;
	background-color: #60a0ea;
	background-image: -webkit-linear-gradient(top, #67a7eb 2%, #5491de 98%);
	background-image: linear-gradient(to bottom, #67a7eb 2%, #5491de 98%);
}

.v-tree8:focus .v-tree8-row-selected.v-tree8-row-focused::before {
	border-color: transparent;
	box-shadow: inset 0 0 0 1px #d9e5f2;
}

.v-tree8-scroller-vertical {
	border: none;
}

.v-tree8-scroller-horizontal {
	border: none;
}

.v-tree8-header-deco, .v-tree8-footer-deco,
	.v-tree8-horizontal-scrollbar-deco {
	border: none;
	background: transparent;
}

.v-treegrid {
	position: relative;
}

.v-treegrid-scroller {
	position: absolute;
	z-index: 1;
	outline: none;
	box-sizing: border-box;
}

.v-treegrid-scroller-horizontal {
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: hidden;
	-ms-overflow-y: hidden;
}

.v-treegrid-scroller-vertical {
	right: 0;
	top: 0;
	bottom: 0;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
}

.v-treegrid-tablewrapper {
	position: absolute;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 5;
}

.v-treegrid-tablewrapper>table {
	border-spacing: 0;
	table-layout: fixed;
	width: inherit;
}

.v-treegrid-header-deco, .v-treegrid-footer-deco {
	position: absolute;
	right: 0;
	box-sizing: border-box;
}

.v-treegrid-horizontal-scrollbar-deco {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
}

.v-treegrid-header, .v-treegrid-body, .v-treegrid-footer {
	position: absolute;
	left: 0;
	width: inherit;
	z-index: 10;
}

.v-treegrid-header, .v-treegrid-header-deco {
	top: 0;
}

.v-treegrid-footer, .v-treegrid-footer-deco {
	bottom: 0;
}

.v-treegrid-body {
	-ms-touch-action: none;
	touch-action: none;
	z-index: 0;
	top: 0;
}

.v-treegrid-body .v-treegrid-row {
	position: absolute;
	top: 0;
	left: 0;
}

.v-treegrid-row {
	display: block;
}

.v-treegrid-row>td, .v-treegrid-row>th {
	background-color: white;
}

.v-treegrid-row {
	width: inherit;
}

.v-treegrid-cell {
	display: block;
	float: left;
	padding: 2px;
	white-space: nowrap;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 15px;
}

.v-treegrid-cell.frozen {
	position: relative;
	z-index: 1;
}

.v-treegrid-spacer {
	position: absolute;
	display: block;
	background-color: white;
}

.v-treegrid-spacer>td {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.v-treegrid {
	outline: none;
}

.v-treegrid-scroller-vertical, .v-treegrid-scroller-horizontal {
	border: 1px solid #d4d4d4;
}

.v-treegrid-scroller-vertical {
	border-left: none;
}

.v-treegrid-scroller-horizontal {
	border-top: none;
}

.v-treegrid-tablewrapper {
	border: 1px solid #d4d4d4;
}

.v-treegrid .header-drag-table {
	border-spacing: 0;
	position: relative;
	table-layout: fixed;
	width: inherit;
}

.v-treegrid .header-drag-table .v-treegrid-header {
	position: absolute;
}

.v-treegrid .header-drag-table .v-treegrid-header>.v-treegrid-cell {
	border: 1px solid #d4d4d4;
	margin-top: -10px;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	z-index: 30000;
}

.v-treegrid .header-drag-table .v-treegrid-header>.v-treegrid-drop-marker
	{
	background-color: #60a0ea;
	position: absolute;
	width: 3px;
}

.v-treegrid-sidebar.v-contextmenu {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fafafa;
	border: 1px solid #d4d4d4;
	padding: 0;
	z-index: 5;
}

.v-treegrid-sidebar.v-contextmenu.v-treegrid-sidebar-popup {
	right: auto;
}

.v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-button {
	background: transparent;
	border: none;
	color: inherit;
	cursor: pointer;
	outline: none;
	padding: 0 4px;
	text-align: right;
	line-height: 1;
}

.v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-button[disabled] {
	cursor: default;
}

.v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-button::-moz-focus-inner
	{
	border: 0;
}

.v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-button:after {
	content: "\f0c9";
	display: block;
	font-family: ThemeIcons, sans-serif;
	font-size: 13px;
}

.v-treegrid-sidebar.v-contextmenu.closed {
	border-radius: 0;
}

.v-treegrid-sidebar.v-contextmenu.open .v-treegrid-sidebar-button {
	width: 100%;
}

.v-treegrid-sidebar.v-contextmenu.open .v-treegrid-sidebar-button:after
	{
	content: "\f0c9";
	font-size: 13px;
	line-height: 1;
}

.v-ie .v-treegrid-sidebar.v-contextmenu.open .v-treegrid-sidebar-button
	{
	vertical-align: middle;
}

.v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-content {
	padding: 4px 0;
	overflow-y: auto;
	overflow-x: hidden;
}

.v-treegrid-sidebar.v-contextmenu .v-treegrid-sidebar-content .gwt-MenuBar .gwt-MenuItem .column-hiding-toggle
	{
	text-shadow: none;
}

.v-treegrid-cell {
	background-color: white;
	padding: 0 16.5px;
	line-height: 32px;
	text-overflow: ellipsis;
}

.v-treegrid-cell>* {
	line-height: 1.55;
	vertical-align: middle;
}

.v-treegrid-cell>div {
	display: inline-block;
}

.v-treegrid-cell.frozen {
	-webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
	border-right: 1px solid #d4d4d4;
}

.v-treegrid-cell.frozen+th, .v-treegrid-cell.frozen+td {
	border-left: none;
}

.v-treegrid-cell div.component-wrap {
	width: 100%;
}

.v-treegrid-row>td, .v-treegrid-editor-cells>div {
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}

.v-treegrid-row>td:first-child, .v-treegrid-editor-cells>div:first-child
	{
	border-left: none;
}

.v-treegrid-editor-cells.frozen>div {
	-webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
	border-right: 1px solid #d4d4d4;
	border-left: none;
}

.v-treegrid-row-stripe>td {
	background-color: #f5f5f5;
}

.v-treegrid-row-selected>td {
	background: #60a0ea;
}

.v-treegrid-row-focused>td {
	
}

.v-treegrid-header th {
	position: relative;
	background-color: #fafafa;
	font-size: 13px;
	font-weight: inherit;
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	text-align: left;
}

.v-treegrid-header th:first-child {
	border-left: none;
}

.v-treegrid-header .sort-asc, .v-treegrid-header .sort-desc {
	padding-right: 32.5px;
}

.v-treegrid-header .sort-asc:after, .v-treegrid-header .sort-desc:after
	{
	font-family: ThemeIcons, sans-serif;
	content: "\f0de" " " attr(sort-order);
	position: absolute;
	right: 16.5px;
	font-size: 11px;
}

.v-treegrid-header .sort-desc:after {
	content: "\f0dd" " " attr(sort-order);
}

.v-treegrid-column-resize-handle {
	position: absolute;
	width: 33px;
	right: -16.5px;
	top: 0px;
	bottom: 0px;
	cursor: col-resize;
	z-index: 10;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.v-treegrid-column-resize-simple-indicator {
	position: absolute;
	width: 3px;
	top: 0px;
	left: 16.5px;
	z-index: 9001;
	background: #fff;
	box-shadow: 0px 0px 5px #000;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.v-treegrid-footer td {
	background-color: #fafafa;
	font-size: 13px;
	font-weight: inherit;
	border-left: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	border-bottom: none;
}

.v-treegrid-footer td:first-child {
	border-left: none;
}

.v-treegrid-header .v-treegrid-cell, .v-treegrid-footer .v-treegrid-cell
	{
	overflow: visible;
}

.v-treegrid-column-header-content, .v-treegrid-column-footer-content {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 32px;
	vertical-align: baseline;
}

.v-treegrid-header-deco {
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	background-color: #fafafa;
}

.v-treegrid-footer-deco {
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	background-color: #fafafa;
}

.v-treegrid-horizontal-scrollbar-deco {
	background-color: #fafafa;
	border: 1px solid #d4d4d4;
	border-top: none;
}

.v-treegrid-cell-focused {
	position: relative;
}

.v-treegrid-cell-focused:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #60a0ea;
	display: none;
	pointer-events: none;
}

.v-treegrid:focus .v-treegrid-cell-focused:before {
	display: block;
}

.v-treegrid.v-disabled:focus .v-treegrid-cell-focused:before {
	display: none;
}

.v-treegrid-editor {
	position: absolute;
	z-index: 20;
	overflow: hidden;
	left: 0;
	right: 0;
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top: -1px;
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}

.v-treegrid-editor.unbuffered .v-treegrid-editor-footer {
	width: 100%;
}

.v-treegrid-editor-cells {
	position: relative;
	white-space: nowrap;
}

.v-treegrid-editor-cells.frozen {
	z-index: 2;
}

.v-treegrid-editor-cells>div {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	background: white;
}

.v-treegrid-editor-cells>div:first-child {
	border-left: none;
}

.v-treegrid-editor-cells>div>* {
	vertical-align: middle;
	display: inline-block;
}

.v-treegrid-editor-cells>div .v-filterselect {
	padding-left: 0;
}

.v-treegrid-editor-cells>div input[type="text"],
	.v-treegrid-editor-cells>div input[type="text"].v-filterselect-input,
	.v-treegrid-editor-cells>div input[type="password"] {
	padding-left: 16.5px;
}


.v-treegrid-editor-cells>div input[type="checkbox"] {
	margin-left: 16.5px;
}

.v-treegrid-editor-cells>div .v-textfield, .v-treegrid-editor-cells>div .v-datefield,
	.v-treegrid-editor-cells>div .v-filterselect {
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
}

.v-treegrid-editor-cells>div .v-select, .v-treegrid-editor-cells>div .v-select-select
	{
	min-width: 100%;
	max-width: 100%;
}

.v-treegrid-editor-cells>div.not-editable.v-treegrid-cell {
	float: none;
}

.v-treegrid-editor-cells .error::before {
	position: absolute;
	display: block;
	height: 0;
	width: 0;
	content: "";
	border-top: 5px solid red;
	border-right: 5px solid transparent;
}

.v-treegrid-editor-cells .error, .v-treegrid-editor-cells .error>input {
	background-color: #fee;
}

.v-treegrid-editor-footer {
	display: table;
	height: 32px;
	border-top: 1px solid #d4d4d4;
	margin-top: -1px;
	background: white;
	padding: 0 5px;
}

.v-treegrid-editor-footer+.v-treegrid-editor-cells>div {
	border-bottom: none;
	border-top: 1px solid #d4d4d4;
}

.v-treegrid-editor-footer:first-child {
	border-top: none;
	margin-top: 0;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: -1px;
}

.v-treegrid-editor-message, .v-treegrid-editor-buttons {
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
}

.v-treegrid-editor-message {
	width: 100%;
	position: relative;
}

.v-treegrid-editor-message>div {
	position: absolute;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 32px;
	top: 0;
}

.v-treegrid-editor-save {
	margin-right: 4px;
}

.v-treegrid-spacer {
	padding-left: 1px;
}

.v-treegrid-spacer>td {
	display: block;
	padding: 0;
	background-color: white;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #d4d4d4;
}

.v-treegrid-spacer.stripe>td {
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #d4d4d4;
}

.v-treegrid-spacer-deco-container {
	border-top: 1px solid transparent;
	position: relative;
	top: 0;
	z-index: 5;
}

.v-treegrid-spacer-deco {
	top: 0;
	left: 0;
	width: 2px;
	background-color: #60a0ea;
	position: absolute;
	height: 100%;
	pointer-events: none;
}

.v-treegrid-cell>.v-progressbar {
	width: 100%;
}

.v-treegrid {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	background-color: #fafafa;
}

.v-treegrid.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-treegrid-header .v-treegrid-cell {
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}

.v-treegrid-header .v-treegrid-cell.dragged {
	opacity: 0.5;
	filter: alpha(opacity = 50);
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.v-treegrid-header .v-treegrid-cell.dragged-column-header {
	margin-top: -16px;
}

.v-treegrid-footer .v-treegrid-cell {
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}

.v-treegrid-header-deco {
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
}

.v-treegrid-footer-deco, .v-treegrid-horizontal-scrollbar-deco {
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
}

.v-treegrid-row-selected>.v-treegrid-cell {
	background-color: #60a0ea;
	background-image: -webkit-linear-gradient(top, #67a7eb 2%, #5491de 98%);
	background-image: linear-gradient(to bottom, #67a7eb 2%, #5491de 98%);
	color: #d9e5f2;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
	border-color: #458bdc;
}

.v-treegrid-row-selected>.v-treegrid-cell-focused:before {
	border-color: #bad6f6;
}

.v-treegrid-editor {
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	border-color: #60a0ea;
}

.v-treegrid-editor-footer {
	font-size: 13px;
	padding: 0 7px;
	background: #fafafa;
	-webkit-animation: valo-grid-editor-footer-animate-in 200ms 120ms
		backwards;
	-moz-animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards;
	animation: valo-grid-editor-footer-animate-in 200ms 120ms backwards;
}

.v-treegrid-editor-footer:first-child {
	-webkit-animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms
		backwards;
	-moz-animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms
		backwards;
	animation: valo-grid-editor-footer-animate-in-alt 200ms 120ms backwards;
}

.v-treegrid-editor-cells {
	z-index: 1;
}

.v-treegrid-editor-cells>div:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.v-treegrid-editor-cells>div.not-editable.v-treegrid-cell {
	float: none;
}

.v-treegrid-editor-cells>div .error::before {
	border-top: 8px solid #eb2977;
	border-right: 8px solid transparent;
}

.v-treegrid-editor-cells>div .error, .v-treegrid-editor-cells>div .error>input
	{
	background-color: #fffbfc;
}

.v-treegrid-editor-cells>div .v-textfield, .v-treegrid-editor-cells>div .v-textfield-focus,
	.v-treegrid-editor-cells>div .v-datefield, .v-treegrid-editor-cells>div .v-datefield .v-textfield-focus,
	.v-treegrid-editor-cells>div .v-filterselect-input,
	.v-treegrid-editor-cells>div .v-filterselect-input:focus {
	border: none;
	border-radius: 0;
	background: transparent;
	-webkit-box-shadow: inset 0 1px 0 #f2f2f2;
	box-shadow: inset 0 1px 0 #f2f2f2;
}

.v-treegrid-editor-cells>div input[type="text"].v-datefield-textfield {
	padding-left: 38.4px;
}

.v-treegrid-editor-cells>div .v-textfield-focus,
	.v-treegrid-editor-cells>div .v-datefield .v-textfield-focus,
	.v-treegrid-editor-cells>div .v-filterselect-input:focus {
	position: relative;
}

.v-treegrid-editor-cells>div .v-select {
	padding-left: 8px;
	padding-right: 8px;
}

.v-treegrid-editor-cells>div .v-checkbox {
	margin: 0 8px 0 16.5px;
}

.v-treegrid-editor-cells>div .v-checkbox>input[type="checkbox"] {
	margin-left: 0;
}

.v-treegrid-editor-cells>div .v-checkbox>label {
	white-space: nowrap;
}

.v-treegrid-editor-message>div:before {
	display: inline-block;
	color: #eb2977;
	font-weight: 600;
	width: 16px;
	text-align: center;
	content: "!";
}

.v-treegrid-editor-save, .v-treegrid-editor-cancel {
	cursor: pointer;
	color: #60a0ea;
	text-decoration: underline;
	font-weight: inherit;
	-webkit-transition: color 140ms;
	-moz-transition: color 140ms;
	transition: color 140ms;
	font-weight: 500;
	text-decoration: none;
	border: none;
	background: transparent;
	padding: 7px 7px;
	margin: 0;
	outline: none;
}

.v-treegrid-editor-save:hover, .v-treegrid-editor-cancel:hover {
	color: #8dbbf0;
}

.v-treegrid-editor-save.v-disabled, .v-treegrid-editor-cancel.v-disabled
	{
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-treegrid-spacer {
	margin-top: -1px;
}

.v-treegrid-sidebar.v-contextmenu.open .v-treegrid-sidebar-content {
	margin: 0 0 2px;
	padding: 4px 4px 2px;
	overflow-y: auto;
	overflow-x: hidden;
}

.v-treegrid-sidebar.v-contextmenu.closed {
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
}

.v-treegrid-scroller::-webkit-scrollbar {
	border: none;
}

.v-treegrid-scroller::-webkit-scrollbar-thumb {
	border-radius: 10px;
	border: 4px solid transparent;
	background: rgba(0, 0, 0, 0.3);
	-webkit-background-clip: content-box;
	background-clip: content-box;
}

.v-treegrid-scroller-vertical::-webkit-scrollbar-thumb {
	min-height: 30px;
}

.v-treegrid-scroller-horizontal::-webkit-scrollbar-thumb {
	min-width: 30px;
}

.v-treegrid-row-drag-badge {
	background-color: red;
	color: white;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 10px;
	line-height: 30px;
	text-align: center;
	float: left;
}

.v-treegrid-row-drag-top, .v-treegrid-row-drag-bottom {
	z-index: 100;
}

.v-treegrid-row-drag-top:before, .v-treegrid-row-drag-bottom:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #60a0ea;
	pointer-events: none;
	border: none;
}

.v-treegrid-row-drag-bottom:after {
	bottom: -1px;
}

.v-treegrid-row-drag-top:before {
	top: -1px;
}

.v-treegrid-row-drag-top:first-child:before {
	top: 0;
}

.v-treegrid-row-drag-center:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 2px;
	border: 2px solid #60a0ea;
	pointer-events: none;
}

.v-treegrid-row-selected.v-treegrid-row-drag-center:after {
	border-color: #3385e4;
}

.v-treegrid-row-selected.v-treegrid-row-drag-top:before,
	.v-treegrid-row-selected.v-treegrid-row-drag-bottom:after {
	background: #3385e4;
}

.v-treegrid-body-drag-top:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	border: 2px solid #60a0ea;
	z-index: 100;
}

.v-treegrid-expander {
	display: inline-block;
	vertical-align: top;
}

.v-treegrid-expander::before {
	display: inline-block;
	width: 1.5em;
	text-align: center;
	content: "";
}

.v-treegrid-expander.expanded::before {
	content: "\f0d7";
	font-family: ThemeIcons;
}

.v-treegrid-expander.collapsed::before {
	content: "\f0da";
	font-family: ThemeIcons;
}

.v-treegrid-expander.collapse-disabled::before {
	opacity: 0.5;
	filter: alpha(opacity = 50);
	cursor: default;
}

.v-treegrid-node.depth-0 {
	padding-left: 0em;
}

.v-treegrid-node.depth-1 {
	padding-left: 1em;
}

.v-treegrid-node.depth-2 {
	padding-left: 2em;
}

.v-treegrid-node.depth-3 {
	padding-left: 3em;
}

.v-treegrid-node.depth-4 {
	padding-left: 4em;
}

.v-treegrid-node.depth-5 {
	padding-left: 5em;
}

.v-treegrid-node.depth-6 {
	padding-left: 6em;
}

.v-treegrid-node.depth-7 {
	padding-left: 7em;
}

.v-treegrid-node.depth-8 {
	padding-left: 8em;
}

.v-treegrid-node.depth-9 {
	padding-left: 9em;
}

.v-treegrid-node.depth-10 {
	padding-left: 10em;
}

.v-treegrid-node.depth-11 {
	padding-left: 11em;
}

.v-treegrid-node.depth-12 {
	padding-left: 12em;
}

.v-treegrid-node.depth-13 {
	padding-left: 13em;
}

.v-treegrid-node.depth-14 {
	padding-left: 14em;
}

.v-treegrid-node.depth-15 {
	padding-left: 15em;
}

.v-treegrid-cell-content {
	display: inline-block;
	vertical-align: middle;
}

.v-treegrid-row-focused::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #60a0ea;
	display: none;
	pointer-events: none;
}

.v-treegrid-cell-focused {
	position: static;
}

.v-treegrid-cell-focused::before {
	display: none;
}

.v-treegrid:focus .v-treegrid-row-focused::before {
	display: block;
}

.v-treegrid.v-disabled:focus .v-treegrid-row-focused::before {
	display: none;
}

.v-treegrid:focus .v-treegrid-cell-focused::before {
	display: none;
}

.v-tabsheet-spacertd {
	display: none !important;
}

.v-tabsheet-tabcontainer {
	position: relative;
	box-sizing: border-box;
}

.v-tabsheet-tabcontainer:before {
	content: "";
	position: absolute;
	height: 0;
	border-top: 1px solid #dfdfdf;
	bottom: 0;
	left: 0;
	right: 0;
}

.v-tabsheet-tabcontainer .v-tabsheet-tabs {
	position: relative;
}

.v-tabsheet-tabitemcell {
	vertical-align: bottom;
}

.v-tabsheet-tabitemcell .v-tabsheet-tabitem {
	line-height: 0;
	overflow: hidden;
}

.v-tabsheet-tabitemcell .v-caption {
	margin-left: 16px;
	padding: 0 3px;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	font-weight: 400;
	color: #696969;
	width: auto !important;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 2px solid transparent;
	position: relative;
	-webkit-transition: border-bottom 200ms, color 200ms;
	-moz-transition: border-bottom 200ms, color 200ms;
	transition: border-bottom 200ms, color 200ms;
}

.v-tabsheet-tabitemcell .v-caption .v-captiontext {
	display: inline;
}

.v-tabsheet-tabitemcell .v-caption .v-icon+.v-captiontext {
	margin-left: 8px;
}

.v-tabsheet-tabitemcell .v-caption:hover {
	color: #60a0ea;
}

.v-tabsheet-tabitemcell .v-caption.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
	cursor: default;
	color: inherit !important;
}

.v-tabsheet-tabitemcell:first-child .v-caption, .v-tabsheet-tabitemcell[aria-hidden="true"]+td .v-caption
	{
	margin-left: 0;
}

.v-tabsheet-tabitemcell:focus {
	outline: none;
}

.v-tabsheet-tabitemcell:focus .v-caption {
	color: #60a0ea;
}

.v-tabsheet-tabitemcell .v-tabsheet-tabitem-selected .v-caption.v-caption
	{
	border-bottom-color: #60a0ea;
	color: #60a0ea;
}

.v-tabsheet-tabitemcell .v-caption-closable {
	padding-right: 20px;
}

.v-tabsheet-tabitemcell.icons-on-top .v-caption-closable {
	padding-right: 3px;
}

.v-tabsheet-tabitemcell .v-tabsheet-caption-close {
	position: absolute;
	right: 0;
	top: 50%;
	margin: -8px 0 0;
	font-size: 17px;
	line-height: 17px;
	width: 17px;
	text-align: center;
	border-radius: 2px;
	color: #969696;
}

.v-tabsheet-tabitemcell .v-tabsheet-caption-close:hover {
	background: rgba(0, 0, 0, 0.03);
	color: #60a0ea;
}

.v-tabsheet-tabitemcell .v-tabsheet-caption-close:active {
	background: #60a0ea;
	color: #d9e5f2;
}

.v-tabsheet-scroller {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding-left: 16px;
	background-color: transparent;
	background-image: -webkit-linear-gradient(right, #fafafa 70%, rgba(250, 250, 250, 0)
		100%);
	background-image: linear-gradient(to left, #fafafa 70%, rgba(250, 250, 250, 0)
		100%);
	pointer-events: none;
}

.v-tabsheet-scroller:after {
	content: "";
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background-color: transparent;
	background-image: -webkit-linear-gradient(right, #dfdfdf 70%, rgba(223, 223, 223, 0)
		100%);
	background-image: linear-gradient(to left, #dfdfdf 70%, rgba(223, 223, 223, 0)
		100%);
}

.v-tabsheet-scroller button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: none;
	background: transparent;
	font: inherit;
	color: inherit;
	height: 100%;
	margin: 0;
	padding: 0 8px;
	outline: none;
	cursor: pointer;
	pointer-events: auto;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-tabsheet-scroller button:hover {
	opacity: 1;
	filter: none;
	color: #60a0ea;
}

.v-tabsheet-scroller button:active {
	opacity: 0.7;
	filter: alpha(opacity = 70);
	color: #60a0ea;
}

.v-tabsheet-scroller button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.v-tabsheet-scroller [class*="Next"] {
	padding-left: 4px;
}

.v-tabsheet-scroller [class*="Next"]:before {
	font-family: ThemeIcons;
	content: "\f054";
}

.v-tabsheet-scroller [class*="Prev"] {
	padding-right: 4px;
}

.v-tabsheet-scroller [class*="Prev"]:before {
	font-family: ThemeIcons;
	content: "\f053";
}

.v-tabsheet-scroller [class*="disabled"] {
	cursor: default;
	color: inherit !important;
	opacity: 0.1 !important;
	filter: alpha(opacity = 10) !important;
}

.v-tabsheet-tabsheetpanel>.v-scrollable>.v-widget {
	-webkit-animation: valo-animate-in-fade 300ms backwards;
	-moz-animation: valo-animate-in-fade 300ms backwards;
	animation: valo-animate-in-fade 300ms backwards;
}

.v-tabsheet-deco {
	height: 16px !important;
	width: 16px !important;
	box-sizing: border-box;
	border: 2px solid rgba(96, 160, 234, 0.2);
	border-top-color: #60a0ea;
	border-right-color: #60a0ea;
	border-radius: 100%;
	-webkit-animation: v-rotate-360 500ms infinite linear;
	-moz-animation: v-rotate-360 500ms infinite linear;
	animation: v-rotate-360 500ms infinite linear;
	pointer-events: none;
	display: none;
	position: absolute;
	z-index: 1;
	bottom: 50%;
	margin-bottom: -24px;
	left: 50%;
	margin-left: -8px;
}

.v-tabsheet-loading .v-tabsheet-deco {
	display: block;
}

.v-tabsheet-equal-width-tabs>.v-tabsheet-tabcontainer table,
	.v-tabsheet-equal-width-tabs>.v-tabsheet-tabcontainer tbody,
	.v-tabsheet-equal-width-tabs>.v-tabsheet-tabcontainer tr {
	width: 100%;
}

.v-tabsheet-equal-width-tabs>.v-tabsheet-tabcontainer tr {
	display: table;
	table-layout: fixed;
}

.v-tabsheet-equal-width-tabs>.v-tabsheet-tabcontainer td {
	display: table-cell;
}

.v-tabsheet-equal-width-tabs>.v-tabsheet-tabcontainer .v-caption {
	margin: 0;
	display: block;
}

.v-tabsheet-framed>.v-tabsheet-tabcontainer .v-caption {
	margin-left: 3px;
	padding: 0 13px;
	background-color: #fafafa;
	border: 1px solid transparent;
	line-height: 31px;
	border-radius: 4px 4px 0 0;
	font-weight: 500;
	-webkit-transition: background-color 160ms;
	-moz-transition: background-color 160ms;
	transition: background-color 160ms;
}

.v-tabsheet-framed>.v-tabsheet-tabcontainer .v-caption:hover {
	background-color: #f2f2f2;
	border-bottom-color: #dfdfdf;
}

.v-tabsheet-framed>.v-tabsheet-tabcontainer .v-caption.v-disabled:hover
	{
	background-color: #fafafa;
}

.v-tabsheet-framed>.v-tabsheet-tabcontainer .v-caption-closable {
	padding-right: 30px;
}

.v-tabsheet-framed>.v-tabsheet-tabcontainer .v-tabsheet-caption-close {
	top: 4px;
	right: 4px;
	margin-top: 0;
}

.v-tabsheet-framed>.v-tabsheet-tabcontainer td:first-child .v-caption,
	.v-tabsheet-framed>.v-tabsheet-tabcontainer [aria-hidden="true"]+td .v-caption
	{
	margin-left: 0;
}

.v-tabsheet-framed>.v-tabsheet-tabcontainer .v-tabsheet-tabitem .v-caption
	{
	border-color: #dfdfdf;
}

.v-tabsheet-framed>.v-tabsheet-tabcontainer .v-tabsheet-tabitem-selected .v-caption
	{
	background: white;
	border-color: #dfdfdf;
	border-bottom: none;
	padding-bottom: 1px;
}

.v-tabsheet-framed>.v-tabsheet-content {
	border: 1px solid #dfdfdf;
	border-top: none;
}

.v-tabsheet-framed>.v-tabsheet-content>div {
	background: white;
}

.v-tabsheet-framed.padded-tabbar>.v-tabsheet-tabcontainer {
	border: 1px solid #dfdfdf;
	border-bottom: none;
	background: #fafafa;
	padding-top: 5px;
}

.v-tabsheet-framed.icons-on-top>.v-tabsheet-tabcontainer .v-tabsheet-tabitem-selected .v-caption
	{
	padding-bottom: 6px;
}

.v-tabsheet-centered-tabs>.v-tabsheet-tabcontainer {
	text-align: center;
}

.v-tabsheet-right-aligned-tabs>.v-tabsheet-tabcontainer {
	text-align: right;
}

.v-tabsheet-padded-tabbar>.v-tabsheet-tabcontainer .v-tabsheet-tabs {
	padding: 0 8px;
}

.v-tabsheet-icons-on-top>.v-tabsheet-tabcontainer .v-caption {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.2;
}

.v-tabsheet-icons-on-top>.v-tabsheet-tabcontainer .v-icon {
	display: block;
}

.v-tabsheet-icons-on-top>.v-tabsheet-tabcontainer .v-icon+.v-captiontext.v-captiontext
	{
	margin-left: 0;
}

.v-tabsheet-icons-on-top>.v-tabsheet-tabcontainer .v-caption-closable {
	padding-right: 13px;
}

.v-tabsheet-icons-on-top>.v-tabsheet-tabcontainer .v-tabsheet-caption-close
	{
	top: 4px;
	margin-top: 0;
}

.v-tabsheet-compact-tabbar>.v-tabsheet-tabcontainer-compact-tabbar .v-caption
	{
	line-height: 1.8;
}

.v-tabsheet-only-selected-closable>.v-tabsheet-tabcontainer .v-tabsheet-caption-close
	{
	visibility: hidden;
}

.v-tabsheet-only-selected-closable>.v-tabsheet-tabcontainer .v-tabsheet-tabitem-selected .v-tabsheet-caption-close
	{
	visibility: visible;
}

.v-panel {
	background: white;
	color: #474747;
	border-radius: 4px;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
	overflow: visible !important;
}

.v-panel-caption {
	box-sizing: border-box;
	padding: 0 11px;
	line-height: 31px;
	border-bottom: 1px solid #d5d5d5;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #f6f6f6 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #f6f6f6 98%);
	color: #464646;
	font-weight: 400;
	font-size: 14px;
	-webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #eeeeee;
	box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #eeeeee;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	border-radius: 3px 3px 0 0;
}

.v-panel-content {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.v-panel-content>.v-margin-top {
	padding-top: 11px;
}

.v-panel-content>.v-margin-right {
	padding-right: 11px;
}

.v-panel-content>.v-margin-bottom {
	padding-bottom: 11px;
}

.v-panel-content>.v-margin-left {
	padding-left: 11px;
}

.v-panel-borderless {
	background: transparent;
	color: inherit;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-panel-borderless>div>[class*="-caption"] {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: inherit;
	padding: 0;
	margin: 0 11px;
	border-bottom: none;
}

.v-panel-well {
	background: #f5f5f5;
	color: #454545;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 2px 3px
		rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 2px 3px
		rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	border: 1px solid #c5c5c5;
}

.v-panel-well>div>[class*="-caption"] {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-panel-scroll-divider>[class*="-captionwrap"] {
	position: relative;
	z-index: 2;
}

.v-panel-scroll-divider>[class*="-captionwrap"]:after {
	content: "";
	position: absolute;
	bottom: -1px;
	right: 0;
	left: 0;
	height: 0;
	border-top: 1px solid #dfdfdf;
	border-color: rgba(197, 197, 197, 0.5);
}

.v-panel-scroll-divider>[class*="-content"]:before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	height: 0;
	border-top: 1px solid #fafafa;
	left: 0;
	right: 0;
}

.v-panel-caption.v-horizontallayout {
	height: auto !important;
	line-height: 0;
}

.v-panel-caption.v-horizontallayout .v-slot {
	vertical-align: middle;
}

.v-panel-caption.v-horizontallayout .v-label {
	line-height: 32px;
}

.v-select select {
	border: 1px solid #c5c5c5;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
	color: #464646;
}

.v-select select:focus {
	outline: none;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
}

.v-select-select {
	display: block;
}

.v-select-select+.v-textfield {
	width: auto !important;
	margin-top: 8px;
}

.v-select-select+.v-textfield+.v-nativebutton {
	margin-top: 8px;
	margin-left: 8px;
}

.v-select-error .v-select-select {
	border-color: #eb2977 !important;
	background: #fffbfc;
	color: #6c213f;
}

.v-calendar-header-day {
	font-weight: 500;
	text-align: center;
	padding: 6px 0;
}

.v-calendar-header-week .v-calendar-back, .v-calendar-header-week .v-calendar-next
	{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	outline: none;
	color: inherit;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-calendar-header-week .v-calendar-back:focus, .v-calendar-header-week .v-calendar-next:focus
	{
	outline: none;
}

.v-calendar-header-week .v-calendar-back:hover, .v-calendar-header-week .v-calendar-next:hover
	{
	opacity: 1;
	filter: none;
}

.v-calendar-header-week .v-calendar-back:active, .v-calendar-header-week .v-calendar-next:active
	{
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-calendar-header-week .v-calendar-back:before {
	font-family: ThemeIcons;
	content: "\f053";
}

.v-calendar-header-week .v-calendar-next:before {
	font-family: ThemeIcons;
	content: "\f054";
}

.v-calendar-month {
	outline: none;
	overflow: hidden;
}

.v-calendar-month td {
	vertical-align: top;
}

.v-calendar-week-number {
	cursor: pointer;
	width: 20px;
	text-align: center;
	font-size: 0.8em;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-calendar-week-number:hover {
	opacity: 1;
	filter: none;
}

.v-calendar-month-day {
	outline: none;
	box-sizing: border-box;
	line-height: 1.2;
}

.v-calendar-bottom-spacer, .v-calendar-spacer,
	.v-calendar-bottom-spacer-empty {
	height: 18px;
	margin-bottom: 3px;
}

.v-calendar-bottom-spacer {
	font-size: 0.8em;
	padding: 0 4px;
	cursor: pointer;
}

.v-calendar-bottom-spacer:hover {
	color: #60a0ea;
}

.v-calendar-day-number {
	line-height: 21px;
	font-size: 15px;
	text-align: right;
	margin: 0 4px;
	white-space: nowrap;
	border-top: 1px solid #f2f2f2;
	cursor: pointer;
}

.v-calendar-day-number:hover {
	color: #60a0ea;
}

.v-calendar-month-day-today {
	background: #f2f5f9;
}

.v-calendar-month-day-today .v-calendar-day-number {
	font-weight: 500;
	color: #60a0ea;
	border-top: 2px solid #60a0ea;
	line-height: 20px;
	margin: 0;
	padding: 0 4px;
}

.v-calendar-month-day-selected {
	background-color: #eaf1f8;
}

.v-calendar-month-day-dragemphasis {
	background-color: #a8a8a8;
}

.v-calendar-month-day-scrollable {
	overflow-y: scroll;
}

.v-calendar-weekly-longevents {
	margin-left: 50px;
	border-bottom: 3px solid #e0e0e0;
}

.v-calendar-weekly-longevents .v-calendar-event-all-day {
	height: 20px;
	line-height: 1.6;
	margin-bottom: 3px;
}

.v-calendar-header-week td {
	vertical-align: middle !important;
}

.v-calendar-header-week .v-calendar-header-day {
	cursor: pointer;
}

.v-calendar-times {
	width: 50px;
	font-size: 0.77em;
	line-height: 1;
	white-space: nowrap;
}

.v-calendar-time {
	text-align: right;
	padding-right: 8px;
	margin-top: -6px;
	padding-bottom: 6px;
}

.v-calendar-day-times, .v-calendar-day-times-today {
	outline: none;
	border-right: 1px solid transparent;
}

.v-calendar-day-times:focus, .v-calendar-day-times-today:focus {
	outline: none;
}

.v-calendar .v-datecellslot, .v-calendar .v-datecellslot-even {
	border-top: 1px solid #dfdfdf;
}

.v-calendar .v-datecellslot:first-child, .v-calendar .v-datecellslot-even:first-child
	{
	border-top-color: transparent;
}

.v-calendar .v-datecellslot {
	border-top-style: dotted;
}

.v-calendar .v-datecellslot, .v-calendar .v-datecellslot-even {
	margin-right: 4px;
}

.v-calendar-current-time {
	background: #60a0ea;
	line-height: 1px;
	pointer-events: none;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-calendar-current-time:before {
	content: "\2022";
	color: #60a0ea;
	font-size: 22px;
	margin-left: -0.07em;
}

.v-calendar .v-daterange {
	position: relative;
}

.v-calendar .v-daterange:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: -1px;
	left: 0;
	background: #60a0ea;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	border-radius: 4px 4px 0 0;
}

.v-calendar .v-daterange+.v-daterange {
	border-color: transparent;
}

.v-calendar .v-daterange+.v-daterange:before {
	border-radius: 0;
}

.v-calendar-event {
	font-size: 0.85em;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	border-radius: 4px;
}

.v-calendar-event:focus {
	outline: none;
}

.v-calendar-event-month {
	padding: 0 4px;
	box-sizing: border-box;
	margin-bottom: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 18px;
	line-height: 18px;
}

.v-calendar-event-month .v-calendar-event-time {
	float: right;
	font-size: 0.9em;
	line-height: 18px;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-calendar-event-month:before {
	content: "\25cf";
	margin-right: 0.2em;
}

.v-calendar-event-all-day {
	padding: 0 4px;
	box-sizing: border-box;
	height: 18px;
	line-height: 18px;
	border-radius: 0;
	margin-left: -1px;
	white-space: nowrap;
}

.v-calendar-event-all-day:before {
	content: "";
}

.v-calendar-event-start {
	overflow: visible;
	margin-left: 0;
}

.v-calendar-event-start.v-calendar-event-continued-to,
	.v-calendar-event-start.v-calendar-event-end {
	overflow: hidden;
	text-overflow: ellipsis;
}

.v-calendar-event-start {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-left: 4px;
}

.v-calendar-event-end {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-right: 4px;
}

.v-calendar-event-caption {
	font-weight: 600;
	line-height: 1.2;
	padding: 4px 0;
	position: absolute;
	overflow: hidden;
	right: 8px;
	left: 4px;
	bottom: 0;
	top: 0;
}

.v-calendar-event-caption span {
	font-weight: 400;
	white-space: nowrap;
}

.v-calendar-week-wrapper .v-calendar-event {
	overflow: visible;
}

.v-calendar-week-wrapper .v-calendar-event-content {
	margin-top: -1px;
	border-radius: 5px;
	border: 1px solid #fafafa;
	padding-top: 3px;
	margin-right: 4px;
}

.v-calendar-event-month:before {
	color: #00ace0;
}

.v-calendar-event-all-day {
	background-color: #c8eaf4;
	background-color: rgba(200, 234, 244, 0.8);
	color: #00ace0;
}

.v-calendar-week-wrapper .v-calendar-event {
	color: #00ace0;
}

.v-calendar-week-wrapper .v-calendar-event .v-calendar-event-content {
	background-color: #c8eaf4;
	background-color: rgba(200, 234, 244, 0.8);
}

.v-calendar-event-month[class*="color2"]:before {
	color: #2d9f19;
}

.v-calendar-event-all-day[class*="color2"] {
	background-color: #d1e7cd;
	background-color: rgba(209, 231, 205, 0.8);
	color: #2d9f19;
}

.v-calendar-week-wrapper .v-calendar-event[class*="color2"] {
	color: #2d9f19;
}

.v-calendar-week-wrapper .v-calendar-event[class*="color2"] .v-calendar-event-content
	{
	background-color: #d1e7cd;
	background-color: rgba(209, 231, 205, 0.8);
}

.v-calendar-event-month[class*="color3"]:before {
	color: #d18100;
}

.v-calendar-event-all-day[class*="color3"] {
	background-color: #f1e1c8;
	background-color: rgba(241, 225, 200, 0.8);
	color: #d18100;
}

.v-calendar-week-wrapper .v-calendar-event[class*="color3"] {
	color: #d18100;
}

.v-calendar-week-wrapper .v-calendar-event[class*="color3"] .v-calendar-event-content
	{
	background-color: #f1e1c8;
	background-color: rgba(241, 225, 200, 0.8);
}

.v-calendar-event-month[class*="color4"]:before {
	color: #ce3812;
}

.v-calendar-event-all-day[class*="color4"] {
	background-color: #f1d3cb;
	background-color: rgba(241, 211, 203, 0.8);
	color: #ce3812;
}

.v-calendar-week-wrapper .v-calendar-event[class*="color4"] {
	color: #ce3812;
}

.v-calendar-week-wrapper .v-calendar-event[class*="color4"] .v-calendar-event-content
	{
	background-color: #f1d3cb;
	background-color: rgba(241, 211, 203, 0.8);
}

.v-calendar-event-month[class*="color5"]:before {
	color: #2d55cd;
}

.v-calendar-event-all-day[class*="color5"] {
	background-color: #d1d9f1;
	background-color: rgba(209, 217, 241, 0.8);
	color: #2d55cd;
}

.v-calendar-week-wrapper .v-calendar-event[class*="color5"] {
	color: #2d55cd;
}

.v-calendar-week-wrapper .v-calendar-event[class*="color5"] .v-calendar-event-content
	{
	background-color: #d1d9f1;
	background-color: rgba(209, 217, 241, 0.8);
}

.v-calendar.v-disabled * {
	cursor: default;
}

.v-label {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.v-label.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.v-label-undef-w {
	white-space: nowrap;
}

h1, .v-label-h1, h2, .v-label-h2, h3, .v-label-h3 {
	line-height: 1.1;
	font-weight: 300;
	color: #141414;
}

h1, .v-label-h1 {
	font-size: 2.4em;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: -0.03em;
}

h2, .v-label-h2 {
	font-size: 1.6em;
	margin-top: 1.6em;
	margin-bottom: 0.77em;
	letter-spacing: -0.02em;
}

h3, .v-label-h3 {
	font-size: 1.2em;
	margin-top: 1.8em;
	font-weight: 600;
	margin-bottom: 0.77em;
	letter-spacing: 0;
}

h4, .v-label-h4 {
	line-height: 1.1;
	font-weight: 600;
	font-size: 15px;
	color: #414141;
	letter-spacing: 0;
	margin-top: 2.4em;
	margin-bottom: 0.8em;
}

.v-csslayout>h1:first-child, .v-csslayout>h2:first-child, .v-csslayout>h3:first-child,
	.v-csslayout>h4>.v-label-h1:first-child, .v-csslayout>.v-label-h2:first-child,
	.v-csslayout>.v-label-h3:first-child, .v-csslayout>.v-label-h4:first-child
	{
	margin-top: 15px;
}

.v-verticallayout>.v-slot:first-child h1, .v-verticallayout>.v-slot:first-child .v-label-h1,
	.v-verticallayout>.v-slot:first-child h2, .v-verticallayout>.v-slot:first-child .v-label-h2,
	.v-verticallayout>.v-slot:first-child h3, .v-verticallayout>.v-slot:first-child .v-label-h3,
	.v-verticallayout>.v-slot:first-child h4, .v-verticallayout>.v-slot:first-child .v-label-h4,
	.v-verticallayout>div>.v-slot:first-child h1, .v-verticallayout>div>.v-slot:first-child .v-label-h1,
	.v-verticallayout>div>.v-slot:first-child h2, .v-verticallayout>div>.v-slot:first-child .v-label-h2,
	.v-verticallayout>div>.v-slot:first-child h3, .v-verticallayout>div>.v-slot:first-child .v-label-h3,
	.v-verticallayout>div>.v-slot:first-child h4, .v-verticallayout>div>.v-slot:first-child .v-label-h4
	{
	margin-top: 15px;
}

.v-verticallayout>.v-slot:first-child .v-formlayout-contentcell h1,
	.v-verticallayout>.v-slot:first-child .v-formlayout-contentcell .v-label-h1,
	.v-verticallayout>.v-slot:first-child .v-formlayout-contentcell h2,
	.v-verticallayout>.v-slot:first-child .v-formlayout-contentcell .v-label-h2,
	.v-verticallayout>.v-slot:first-child .v-formlayout-contentcell h3,
	.v-verticallayout>.v-slot:first-child .v-formlayout-contentcell .v-label-h3,
	.v-verticallayout>.v-slot:first-child .v-formlayout-contentcell h4,
	.v-verticallayout>.v-slot:first-child .v-formlayout-contentcell .v-label-h4,
	.v-verticallayout>div>.v-slot:first-child .v-formlayout-contentcell h1,
	.v-verticallayout>div>.v-slot:first-child .v-formlayout-contentcell .v-label-h1,
	.v-verticallayout>div>.v-slot:first-child .v-formlayout-contentcell h2,
	.v-verticallayout>div>.v-slot:first-child .v-formlayout-contentcell .v-label-h2,
	.v-verticallayout>div>.v-slot:first-child .v-formlayout-contentcell h3,
	.v-verticallayout>div>.v-slot:first-child .v-formlayout-contentcell .v-label-h3,
	.v-verticallayout>div>.v-slot:first-child .v-formlayout-contentcell h4,
	.v-verticallayout>div>.v-slot:first-child .v-formlayout-contentcell .v-label-h4
	{
	margin-top: -0.5em;
}

h1.no-margin, .v-label-h1.no-margin, h2.no-margin, .v-label-h2.no-margin,
	h3.no-margin, .v-label-h3.no-margin, h4.no-margin, .v-label-h4.no-margin
	{
	margin: 0 !important;
}

.v-label-colored {
	color: #60a0ea;
}

.v-label-large {
	font-size: 18px;
}

.v-label-small {
	font-size: 13px;
}

.v-label-tiny {
	font-size: 12px;
}

.v-label-huge {
	font-size: 24px;
}

.v-label-bold {
	font-weight: 600;
}

.v-label-light {
	font-weight: 300;
}

.v-label-align-right {
	text-align: right;
}

.v-label-align-center {
	text-align: center;
}

.v-label-spinner {
	height: 24px !important;
	width: 24px !important;
	box-sizing: border-box;
	border: 2px solid rgba(96, 160, 234, 0.2);
	border-top-color: #60a0ea;
	border-right-color: #60a0ea;
	border-radius: 100%;
	-webkit-animation: v-rotate-360 500ms infinite linear;
	-moz-animation: v-rotate-360 500ms infinite linear;
	animation: v-rotate-360 500ms infinite linear;
	pointer-events: none;
}

.v-label-success, .v-label-failure {
	background: white;
	color: #474747;
	border: 2px solid #36b955;
	border-radius: 4px;
	padding: 6px 16px 6px 32px;
	font-weight: 500;
	font-size: 14px;
}

.v-label-success:before, .v-label-failure:before {
	font-family: ThemeIcons;
	content: "\f00c";
	margin-right: 0.5em;
	margin-left: -16px;
	color: #36b955;
}

.v-label-failure {
	border-color: #eb2977;
}

.v-label-failure:before {
	content: "\f05e";
	color: #eb2977;
}

[draggable=true] {
	-khtml-user-drag: element;
	-webkit-user-drag: element;
}

.v-ddwrapper {
	position: relative;
}

.v-ddwrapper-over:before, .v-ddwrapper-over:after {
	content: "";
	position: absolute;
	z-index: 10;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border: 0 solid #60a0ea;
}

.v-ddwrapper-over-top:before {
	border-top-width: 2px;
}

.v-ddwrapper-over-right:before {
	border-right-width: 2px;
}

.v-ddwrapper-over-bottom:before {
	border-bottom-width: 2px;
}

.v-ddwrapper-over-left:before {
	border-left-width: 2px;
}

.no-vertical-drag-hints .v-ddwrapper-over-top:before,
	.no-vertical-drag-hints.v-ddwrapper-over-top:before {
	border-top-width: 0;
}

.no-vertical-drag-hints .v-ddwrapper-over-top:after,
	.no-vertical-drag-hints.v-ddwrapper-over-top:after {
	border-width: 2px;
	border-radius: 4px;
	opacity: 0.3;
	filter: alpha(opacity = 30.0);
	background: #b0d0f5;
}

.no-vertical-drag-hints .v-ddwrapper-over-bottom:before,
	.no-vertical-drag-hints.v-ddwrapper-over-bottom:before {
	border-bottom-width: 0;
}

.no-vertical-drag-hints .v-ddwrapper-over-bottom:after,
	.no-vertical-drag-hints.v-ddwrapper-over-bottom:after {
	border-width: 2px;
	border-radius: 4px;
	opacity: 0.3;
	filter: alpha(opacity = 30.0);
	background: #b0d0f5;
}

.no-horizontal-drag-hints.v-ddwrapper-over-left:before,
	.no-horizontal-drag-hints .v-ddwrapper-over-left:before {
	border-left-width: 0;
}

.no-horizontal-drag-hints.v-ddwrapper-over-left:after,
	.no-horizontal-drag-hints .v-ddwrapper-over-left:after {
	border-width: 2px;
	border-radius: 4px;
	opacity: 0.3;
	filter: alpha(opacity = 30.0);
	background: #b0d0f5;
}

.no-horizontal-drag-hints.v-ddwrapper-over-right:before,
	.no-horizontal-drag-hints .v-ddwrapper-over-right:before {
	border-right-width: 0;
}

.no-horizontal-drag-hints.v-ddwrapper-over-right:after,
	.no-horizontal-drag-hints .v-ddwrapper-over-right:after {
	border-width: 2px;
	border-radius: 4px;
	opacity: 0.3;
	filter: alpha(opacity = 30.0);
	background: #b0d0f5;
}

.v-ddwrapper-over-middle:after, .v-ddwrapper-over-center:after {
	border-width: 2px;
	border-radius: 4px;
	opacity: 0.3;
	filter: alpha(opacity = 30.0);
	background: #b0d0f5;
}

.no-box-drag-hints.v-ddwrapper:after, .no-box-drag-hints .v-ddwrapper:after
	{
	display: none !important;
	content: none;
}

button {
	font: inherit;
	font-weight: 400;
	line-height: 1.55;
}

.v-nativebutton {
	-webkit-touch-callout: none;
}

.v-select select {
	border: 1px solid #c5c5c5;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
	color: #464646;
}

.v-select select:focus {
	outline: none;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
}

.v-select-select {
	display: block;
}

.v-select-select+.v-textfield {
	width: auto !important;
	margin-top: 8px;
}

.v-select-select+.v-textfield+.v-nativebutton {
	margin-top: 8px;
	margin-left: 8px;
}

.v-select-error .v-select-select {
	border-color: #eb2977 !important;
	background: #fffbfc;
	color: #6c213f;
}

.v-richtextarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin: 0;
	font: inherit;
	font-weight: 400;
	line-height: normal;
	height: 32px;
	border-radius: 4px;
	padding: 0;
	border: 1px solid #c5c5c5;
	background: white;
	color: #474747;
	-webkit-box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0
		rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	height: auto;
	overflow: hidden;
}

.v-richtextarea[class*="prompt"] {
	color: #a3a3a3;
}

.v-richtextarea .gwt-RichTextToolbar {
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
	-webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7;
	box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7;
	border-bottom: 1px solid #c5c5c5;
	color: #464646;
}

.v-richtextarea .gwt-ToggleButton, .v-richtextarea .gwt-PushButton {
	display: inline-block;
	line-height: 32px;
	width: 32px;
	text-align: center;
	outline: none;
}

.v-richtextarea .gwt-ToggleButton:hover, .v-richtextarea .gwt-PushButton:hover
	{
	color: black;
}

.v-richtextarea .gwt-ToggleButton-down, .v-richtextarea .gwt-ToggleButton-down-hovering
	{
	background-color: #e0e0e0;
	background-image: -webkit-linear-gradient(bottom, #e0e0e0 2%, #dcdcdc 98%);
	background-image: linear-gradient(to top, #e0e0e0 2%, #dcdcdc 98%);
}

.v-richtextarea .gwt-RichTextToolbar-top img {
	display: none;
}

.v-richtextarea .gwt-RichTextToolbar-top div:before {
	font-family: ThemeIcons;
}

.v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Bold"]:before
	{
	content: "\f032";
}

.v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Italic"]:before
	{
	content: "\f033";
}

.v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Underline"]:before
	{
	content: "\f0cd";
}

.v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Subscript"]:before
	{
	content: "\f12c";
}

.v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Superscript"]:before
	{
	content: "\f12b";
}

.v-richtextarea .gwt-RichTextToolbar-top div[title="Left Justify"]:before
	{
	content: "\f036";
}

.v-richtextarea .gwt-RichTextToolbar-top div[title="Center"]:before {
	content: "\f037";
}

.v-richtextarea .gwt-RichTextToolbar-top div[title="Right Justify"]:before
	{
	content: "\f038";
}

.v-richtextarea .gwt-RichTextToolbar-top div[title="Toggle Strikethrough"]:before
	{
	content: "\f0cc";
}

.v-richtextarea .gwt-RichTextToolbar-top div[title="Indent Right"]:before
	{
	content: "\f03c";
}

.v-richtextarea .gwt-RichTextToolbar-top div[title="Indent Left"]:before
	{
	content: "\f03b";
}

.v-richtextarea .gwt-RichTextToolbar-top div[title="Insert Horizontal Rule"]:before
	{
	content: "\2014";
}

.v-richtextarea .gwt-RichTextToolbar-top div[title="Insert Ordered List"]:before
	{
	content: "\f0cb";
}

.v-richtextarea .gwt-RichTextToolbar-top div[title="Insert Unordered List"]:before
	{
	content: "\f0ca";
}

.v-richtextarea .gwt-RichTextToolbar-top div[title="Insert Image"]:before
	{
	content: "\f03e";
}

.v-richtextarea .gwt-RichTextToolbar-top div[title="Create Link"]:before
	{
	content: "\f0c1";
}

.v-richtextarea .gwt-RichTextToolbar-top div[title="Remove Link"]:before
	{
	content: "\f127";
}

.v-richtextarea .gwt-RichTextToolbar-top div[title="Remove Formatting"]:before
	{
	content: "\f12d";
}

.v-richtextarea .gwt-RichTextToolbar-bottom {
	font-size: 12px;
	padding: 0 8px 8px 0;
}

.v-richtextarea .gwt-RichTextToolbar-bottom select {
	margin: 8px 0 0 8px;
}

.v-richtextarea .gwt-RichTextArea {
	background: #fff;
	border: none;
	display: block;
}

.v-richtextarea-readonly {
	padding: 4px 6px;
	background: transparent;
}

.v-upload .v-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	white-space: normal;
}

.v-upload-immediate .v-button {
	width: 100%;
}

.v-upload-immediate input[type="file"] {
	opacity: 0;
	filter: alpha(opacity = 0);
	z-index: -1;
	position: absolute;
	right: 0;
	height: 32px;
	text-align: right;
	border: none;
	background: transparent;
}

.v-Notification.v-position-top {
	top: 13px;
}

.v-Notification.v-position-right {
	right: 13px;
}

.v-Notification.v-position-bottom {
	bottom: 13px;
}

.v-Notification.v-position-left {
	left: 13px;
}

.v-Notification.v-position-assistive {
	top: -9999px;
	left: -9999px;
}

.v-Notification-animate-in {
	-webkit-animation: valo-animate-in-fade 180ms 10ms backwards;
	-moz-animation: valo-animate-in-fade 180ms 10ms backwards;
	animation: valo-animate-in-fade 180ms 10ms backwards;
}

.v-Notification-animate-in.v-position-top {
	-webkit-animation: valo-animate-in-slide-down 400ms 10ms backwards;
	-moz-animation: valo-animate-in-slide-down 400ms 10ms backwards;
	animation: valo-animate-in-slide-down 400ms 10ms backwards;
}

.v-Notification-animate-in.v-position-bottom {
	-webkit-animation: valo-animate-in-slide-up 400ms 10ms backwards;
	-moz-animation: valo-animate-in-slide-up 400ms 10ms backwards;
	animation: valo-animate-in-slide-up 400ms 10ms backwards;
}

.v-Notification-animate-out {
	-webkit-animation: valo-animate-out-fade 150ms;
	-moz-animation: valo-animate-out-fade 150ms;
	animation: valo-animate-out-fade 150ms;
}

.v-Notification-animate-out.v-position-top, .v-Notification-animate-out.v-position-bottom
	{
	-webkit-animation: valo-animate-out-slide-down-fade 200ms;
	-moz-animation: valo-animate-out-slide-down-fade 200ms;
	animation: valo-animate-out-slide-down-fade 200ms;
}

.v-Notification {
	border-radius: 4px;
	text-align: center;
	position: fixed !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	background: white;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
	padding: 16px 19px;
}

.v-Notification .v-Notification-caption {
	color: #60a0ea;
	font-size: 18px;
	line-height: 1;
}

.v-Notification .v-Notification-description {
	line-height: 1.4;
}

.v-Notification-caption {
	margin: 0;
	display: inline-block;
	text-align: left;
	font-weight: inherit;
	line-height: inherit;
	white-space: nowrap;
	letter-spacing: 0;
}

.v-Notification-description, .v-Notification-details {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	max-width: 30em;
	text-align: left;
	max-height: 20em;
	overflow: auto;
}

.v-Notification-caption ~ .v-Notification-description,
	.v-Notification-caption ~ .v-Notification-details {
	margin-left: 23px;
}

.v-icon+.v-Notification-caption {
	margin-left: 15px;
}

.v-Notification-system {
	left: 0 !important;
	right: 0;
	max-width: 100%;
	margin: 0 !important;
	border-radius: 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
	padding: 11px 13px;
	background-color: #444;
	background-color: rgba(68, 68, 68, 0.9);
	font-weight: 500;
	line-height: 21px;
}

.v-Notification-system .v-Notification-description,
	.v-Notification-system .v-Notification-details {
	max-width: 50em;
}

.v-Notification-system.v-position-top {
	top: 0;
}

.v-Notification-system.v-position-top[class*="animate-in"] {
	-webkit-animation: valo-animate-in-slide-down 300ms 10ms backwards;
	-moz-animation: valo-animate-in-slide-down 300ms 10ms backwards;
	animation: valo-animate-in-slide-down 300ms 10ms backwards;
}

.v-Notification-system.v-position-top[class*="animate-out"] {
	-webkit-animation: valo-animate-out-slide-up 200ms;
	-moz-animation: valo-animate-out-slide-up 200ms;
	animation: valo-animate-out-slide-up 200ms;
}

.v-Notification-system.v-position-bottom {
	bottom: 0;
}

.v-Notification-system.v-position-bottom[class*="animate-in"] {
	-webkit-animation: valo-animate-in-slide-up 300ms 10ms backwards;
	-moz-animation: valo-animate-in-slide-up 300ms 10ms backwards;
	animation: valo-animate-in-slide-up 300ms 10ms backwards;
}

.v-Notification-system.v-position-bottom[class*="animate-out"] {
	-webkit-animation: valo-animate-out-slide-down 200ms;
	-moz-animation: valo-animate-out-slide-down 200ms;
	animation: valo-animate-out-slide-down 200ms;
}

.v-Notification-system .v-Notification-caption {
	color: #fff;
	vertical-align: middle;
}

.v-Notification-system .v-Notification-description,
	.v-Notification-system .v-Notification-details {
	color: #e6e6e6;
}

.v-Notification-system u {
	text-decoration: none;
}

.v-Notification.tray {
	text-align: left;
}

.v-Notification.tray .v-Notification-caption+.v-Notification-description
	{
	display: block;
	margin: 0.5em 0 0;
}

.v-Notification.warning {
	background: #FFF3D2;
}

.v-Notification.warning .v-Notification-caption {
	color: #AC7C00;
}

.v-Notification.warning .v-Notification-description {
	color: #9D874D;
}

.v-Notification.error {
	background: #eb2977;
	font-weight: 500;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
	padding-right: 51px;
	overflow: hidden !important;
	cursor: pointer;
}

.v-Notification.error .v-Notification-caption {
	color: white;
}

.v-Notification.error .v-Notification-description {
	color: #f3dce5;
}

.v-Notification.error:after {
	content: "\00d7";
	font-size: 1.5em;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: 11px;
	width: 21px;
	height: 21px;
	line-height: 20px;
	cursor: pointer;
	color: #000;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	text-align: center;
	border: 1px solid #000;
	border-color: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	transition: opacity 200ms;
}

.v-Notification.error:hover:after {
	opacity: 1;
	filter: none;
}

.v-Notification.error:active:after {
	background-color: #000;
	color: #fff;
	opacity: 0.3;
	filter: alpha(opacity = 30.0);
	-webkit-transition: none 200ms;
	-moz-transition: none 200ms;
	transition: none 200ms;
}

.v-Notification.error:after {
	color: #fff;
	border-color: #fff;
	border-color: rgba(255, 255, 255, 0.3);
}

.v-Notification.error:active:after {
	background-color: #fff;
	color: #000;
}

.v-Notification.dark {
	background-color: #444;
	background-color: rgba(68, 68, 68, 0.9);
	font-weight: 500;
	line-height: 21px;
}

.v-Notification.dark .v-Notification-caption {
	color: #fff;
	vertical-align: middle;
}

.v-Notification.dark .v-Notification-description, .v-Notification.dark .v-Notification-details
	{
	color: #e6e6e6;
}

.v-Notification.bar {
	left: 0 !important;
	right: 0;
	max-width: 100%;
	margin: 0 !important;
	border-radius: 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
	padding: 11px 13px;
}

.v-Notification.bar .v-Notification-description, .v-Notification.bar .v-Notification-details
	{
	max-width: 50em;
}

.v-Notification.bar.v-position-top {
	top: 0;
}

.v-Notification.bar.v-position-top[class*="animate-in"] {
	-webkit-animation: valo-animate-in-slide-down 300ms 10ms backwards;
	-moz-animation: valo-animate-in-slide-down 300ms 10ms backwards;
	animation: valo-animate-in-slide-down 300ms 10ms backwards;
}

.v-Notification.bar.v-position-top[class*="animate-out"] {
	-webkit-animation: valo-animate-out-slide-up 200ms;
	-moz-animation: valo-animate-out-slide-up 200ms;
	animation: valo-animate-out-slide-up 200ms;
}

.v-Notification.bar.v-position-bottom {
	bottom: 0;
}

.v-Notification.bar.v-position-bottom[class*="animate-in"] {
	-webkit-animation: valo-animate-in-slide-up 300ms 10ms backwards;
	-moz-animation: valo-animate-in-slide-up 300ms 10ms backwards;
	animation: valo-animate-in-slide-up 300ms 10ms backwards;
}

.v-Notification.bar.v-position-bottom[class*="animate-out"] {
	-webkit-animation: valo-animate-out-slide-down 200ms;
	-moz-animation: valo-animate-out-slide-down 200ms;
	animation: valo-animate-out-slide-down 200ms;
}

.v-Notification.small {
	padding: 10px 11px;
}

.v-Notification.small .v-Notification-caption {
	font-size: 15px;
}

.v-Notification.small .v-Notification-description {
	font-size: 13px;
}

.v-Notification.critical-error {
	background: #eb2977;
	font-weight: 500;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.v-Notification.critical-error .v-Notification-caption {
	color: white;
}

.v-Notification.critical-error .v-Notification-description {
	color: #f3dce5;
}

.v-Notification.closable {
	padding-right: 51px;
	overflow: hidden !important;
	cursor: pointer;
}

.v-Notification.closable:after {
	content: "\00d7";
	font-size: 1.5em;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: 11px;
	width: 21px;
	height: 21px;
	line-height: 20px;
	cursor: pointer;
	color: #000;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	text-align: center;
	border: 1px solid #000;
	border-color: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	transition: opacity 200ms;
}

.v-Notification.closable:hover:after {
	opacity: 1;
	filter: none;
}

.v-Notification.closable:active:after {
	background-color: #000;
	color: #fff;
	opacity: 0.3;
	filter: alpha(opacity = 30.0);
	-webkit-transition: none 200ms;
	-moz-transition: none 200ms;
	transition: none 200ms;
}

.v-Notification.closable.dark:after, .v-Notification.closable.critical-error:after,
	.v-Notification.closable.system:after {
	color: #fff;
	border-color: #fff;
	border-color: rgba(255, 255, 255, 0.3);
}

.v-Notification.closable.dark:active:after, .v-Notification.closable.critical-error:active:after,
	.v-Notification.closable.system:active:after {
	background-color: #fff;
	color: #000;
}

.v-Notification.closable.tray:after {
	top: 14px;
	margin-top: 0;
}

.v-Notification.success, .v-Notification.failure {
	background: #fff;
	color: #555;
	border: 2px solid #36b955;
}

.v-Notification.success .v-Notification-caption, .v-Notification.failure .v-Notification-caption
	{
	color: #36b955;
	font-weight: 500;
}

.v-Notification.success .v-Notification-caption:before, .v-Notification.failure .v-Notification-caption:before
	{
	font-family: ThemeIcons;
	content: "\f00c";
	margin-right: 0.5em;
}

.v-Notification.success.bar, .v-Notification.failure.bar {
	margin: -2px !important;
}

.v-Notification.failure {
	border-color: #eb2977;
}

.v-Notification.failure .v-Notification-caption {
	color: #eb2977;
}

.v-Notification.failure .v-Notification-caption:before {
	content: "\f05e";
}

.valo-menu {
	height: 100%;
	background-color: #3b3f42;
	background-image: -webkit-linear-gradient(right, #313537 0%, #3b3f42 8px);
	background-image: linear-gradient(to left, #313537 0%, #3b3f42 8px);
	color: #9b9fa3;
	font-size: 14px;
	line-height: 26px;
	border-right: 1px solid #2e3134;
	white-space: nowrap;
}

.valo-menu-toggle {
	display: none;
	position: fixed;
	z-index: 200;
	top: 3px;
	left: 3px;
	min-width: 0;
}

.valo-menu-part {
	border-left: 1px solid #333739;
	height: 100%;
	padding-bottom: 32px;
	overflow: auto;
}

.valo-menu-part:first-child {
	border-left: none;
}

.valo-menu-title, .valo-menu-subtitle, .valo-menu-item {
	display: block;
	line-height: inherit;
	white-space: nowrap;
	position: relative;
}

.valo-menu-title .valo-menu-badge, .valo-menu-subtitle .valo-menu-badge,
	.valo-menu-item .valo-menu-badge {
	position: absolute;
	right: 16px;
}

.valo-menu-title {
	line-height: 1.2;
	background-color: #60a0ea;
	background-image: -webkit-linear-gradient(top, #67a7eb 2%, #5491de 98%);
	background-image: linear-gradient(to bottom, #67a7eb 2%, #5491de 98%);
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
	padding: 11px 16px;
	font-size: 14px;
	border-bottom: 1px solid #4b7eb8;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
	text-align: center;
}

.valo-menu-title .v-menubar.v-menubar {
	background: transparent;
	border-color: #4b7eb8;
	color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: inherit;
}

.valo-menu-title .v-menubar-menuitem {
	background: transparent;
	-webkit-box-shadow: inset 0 1px 0 #93bbed, inset 0 -1px 0 #4f8cd8;
	box-shadow: inset 0 1px 0 #93bbed, inset 0 -1px 0 #4f8cd8;
	text-shadow: inherit;
	font-size: 15px;
	border-color: inherit;
}

.valo-menu-title h1, .valo-menu-title .v-label-h1, .valo-menu-title h2,
	.valo-menu-title .v-label-h2, .valo-menu-title h3, .valo-menu-title .v-label-h3,
	.valo-menu-title h4, .valo-menu-title .v-label-h4 {
	margin-top: 0;
	margin-bottom: 0;
	color: inherit;
}

.v-menubar-user-menu {
	border: none;
	border-radius: 0;
	padding: 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	background: transparent;
	color: inherit;
	margin: 16px 6px;
	display: block;
	overflow: hidden;
	text-align: center;
	height: auto;
	color: inherit;
}

.v-menubar-user-menu:focus:after {
	display: none;
}

.v-menubar-user-menu .v-menubar-menuitem {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	margin-right: 1px;
	border-radius: 4px;
	color: #60a0ea;
	padding: 0 11px;
	-webkit-transition: color 140ms;
	-moz-transition: color 140ms;
	transition: color 140ms;
}

.v-menubar-user-menu .v-menubar-menuitem:first-child,
	.v-menubar-user-menu .v-menubar-menuitem:last-child,
	.v-menubar-user-menu .v-menubar-menuitem:first-child:last-child {
	border-radius: 4px;
}

.v-menubar-user-menu .v-menubar-menuitem:before {
	content: none;
}

.v-menubar-user-menu .v-menubar-menuitem:hover {
	color: #8dbbf0;
}

.v-menubar-user-menu .v-menubar-menuitem:active {
	color: inherit;
}

.v-menubar-user-menu .v-menubar-menuitem-checked, .v-menubar-user-menu .v-menubar-menuitem-checked:first-child
	{
	border: 1px solid #c5c5c5;
	color: #60a0ea;
}

.v-menubar-user-menu .v-menubar-menuitem-checked .v-menubar-menuitem-caption,
	.v-menubar-user-menu .v-menubar-menuitem-checked:first-child .v-menubar-menuitem-caption
	{
	position: relative;
	top: -1px;
}

.v-menubar-user-menu .v-menubar-menuitem-selected {
	color: #f2f6fa;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.v-menubar-user-menu .v-menubar-menuitem-selected:hover {
	color: #f2f6fa;
}

.v-menubar-user-menu .v-menubar-menuitem-disabled, .v-menubar-user-menu .v-menubar-menuitem-disabled:hover
	{
	color: inherit;
}

.v-menubar-user-menu>.v-menubar-menuitem {
	color: inherit;
	white-space: normal;
	line-height: 1.4;
	margin: 0;
}

.v-menubar-user-menu>.v-menubar-menuitem img.v-icon {
	width: 48px;
	height: 48px;
	border-radius: 25px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
	display: block;
	margin: 0 auto 0.3em;
	border: 1px solid #c5c5c5;
}

.v-menubar-user-menu>.v-menubar-menuitem:after {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.v-menubar-user-menu .v-menubar-menuitem-selected {
	background: transparent;
}

.valo-menu-subtitle {
	color: #787f84;
	margin: 6px 0 6px 16px;
	border-bottom: 1px solid #585b5e;
}

.valo-menu-subtitle [class*="badge"] {
	color: #93b4da;
}

.valo-menuitems {
	display: block;
}

.valo-menu-item {
	outline: none;
	font-weight: 500;
	padding: 0 32px 0 16px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
	-webkit-transition: background-color 300ms, color 60ms;
	-moz-transition: background-color 300ms, color 60ms;
	transition: background-color 300ms, color 60ms;
}

.valo-menu-item [class*="caption"] {
	vertical-align: middle;
	display: inline-block;
	width: 90%;
	max-width: 15em;
	padding-right: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.valo-menu-item [class*="badge"] {
	color: #60a0ea;
}

.valo-menu-item.selected {
	background: #34373a;
}

.valo-menu-item.selected .v-icon {
	color: #60a0ea;
}

.valo-menu-item.selected [class*="badge"] {
	background-color: #60a0ea;
	background-image: -webkit-linear-gradient(top, #67a7eb 2%, #5491de 98%);
	background-image: linear-gradient(to bottom, #67a7eb 2%, #5491de 98%);
	color: #d9e5f2;
}

.valo-menu-item:focus, .valo-menu-item:hover, .valo-menu-item.selected {
	color: white;
}

.valo-menu-item span.v-icon {
	min-width: 1em;
	margin-right: 16px;
	text-align: center;
	vertical-align: middle;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black),
		to(rgba(0, 0, 0, 0.75)));
}

.valo-menu-item span.v-icon+span {
	margin-left: 0;
}

.valo-menu-item [class*="badge"] {
	background-color: #474c4f;
	-webkit-transition: background-color 300ms;
	-moz-transition: background-color 300ms;
	transition: background-color 300ms;
	line-height: 1;
	padding: 4px 5px;
	min-width: 10px;
	text-align: center;
	top: 2px;
	border-radius: 4px;
}

.valo-menu-part.large-icons {
	background-color: #3b3f42;
	min-width: 64px;
	max-width: 96px;
}

.valo-menu-part.large-icons .valo-menu-title {
	font-size: 11px;
}

.valo-menu-part.large-icons .valo-menu-title .v-label-undef-w {
	white-space: normal;
}

.valo-menu-part.large-icons .v-menubar-user-menu {
	margin-left: 0;
	margin-right: 0;
	font-size: 11px;
}

.valo-menu-part.large-icons .v-menubar-user-menu img.v-icon {
	width: 25px;
	height: 25px;
}

.valo-menu-part.large-icons [class*="subtitle"] {
	margin: 8px 0 0;
	padding: 6px 21px 6px 8px;
	line-height: 1;
	border: none;
	text-overflow: ellipsis;
	overflow: hidden;
	background: #2d3032;
	font-size: 12px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.valo-menu-part.large-icons [class*="subtitle"] [class*="badge"] {
	right: 8px;
}

.valo-menu-part.large-icons [class*="subtitle"]+.valo-menu-item {
	border-top: none;
}

.valo-menu-part.large-icons .valo-menu-item {
	display: block;
	font-size: 24px;
	line-height: 1;
	padding: 11px;
	text-align: center;
	border-top: 1px solid #464a4d;
}

.valo-menu-part.large-icons .valo-menu-item:first-child {
	border-top: none;
}

.valo-menu-part.large-icons .valo-menu-item [class*="caption"] {
	display: block;
	width: auto;
	margin: 0.3em 0 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.3;
}

.valo-menu-part.large-icons .valo-menu-item .v-icon {
	margin: 0;
}

.valo-menu-part.large-icons .valo-menu-item span.v-icon {
	opacity: 0.8;
}

.valo-menu-part.large-icons .valo-menu-item.selected {
	background: #34373a;
}

.valo-menu-part.large-icons .valo-menu-item.selected .v-icon {
	opacity: 1;
}

.valo-menu-part.large-icons .valo-menu-item.selected [class*="badge"] {
	border-color: #34373a;
}

.valo-menu-part.large-icons .valo-menu-item [class*="badge"] {
	padding-left: 4px;
	padding-right: 4px;
	top: 6px;
	right: 6px;
	border: 2px solid #3b3f42;
}

.valo-menu-logo {
	display: block;
	overflow: hidden;
	width: 38px !important;
	height: 38px;
	border-radius: 4px;
	text-align: center;
	background-color: #60a0ea;
	background-image: -webkit-linear-gradient(top, #67a7eb 2%, #5491de 98%);
	background-image: linear-gradient(to bottom, #67a7eb 2%, #5491de 98%);
	color: white;
	font-size: 21px;
	line-height: 38px;
	margin: 16px auto;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.valo-menu-logo:focus {
	outline: none;
}

.valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part {
	background-color: #3b3f42;
	min-width: 64px;
	max-width: 96px;
}

.valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-title
	{
	font-size: 11px;
}

.valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-title .v-label-undef-w
	{
	white-space: normal;
}

.valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .v-menubar-user-menu
	{
	margin-left: 0;
	margin-right: 0;
	font-size: 11px;
}

.valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .v-menubar-user-menu img.v-icon
	{
	width: 25px;
	height: 25px;
}

.valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part [class*="subtitle"]
	{
	margin: 8px 0 0;
	padding: 6px 21px 6px 8px;
	line-height: 1;
	border: none;
	text-overflow: ellipsis;
	overflow: hidden;
	background: #2d3032;
	font-size: 12px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part [class*="subtitle"] [class*="badge"]
	{
	right: 8px;
}

.valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part [class*="subtitle"]+.valo-menu-item
	{
	border-top: none;
}

.valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item
	{
	display: block;
	font-size: 24px;
	line-height: 1;
	padding: 11px;
	text-align: center;
	border-top: 1px solid #464a4d;
}

.valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item:first-child
	{
	border-top: none;
}

.valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item [class*="caption"]
	{
	display: block;
	width: auto;
	margin: 0.3em 0 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.3;
}

.valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item .v-icon
	{
	margin: 0;
}

.valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item span.v-icon
	{
	opacity: 0.8;
}

.valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item.selected
	{
	background: #34373a;
}

.valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item.selected .v-icon
	{
	opacity: 1;
}

.valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item.selected [class*="badge"]
	{
	border-color: #34373a;
}

.valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item [class*="badge"]
	{
	padding-left: 4px;
	padding-right: 4px;
	top: 6px;
	right: 6px;
	border: 2px solid #3b3f42;
}

.valo-menu-responsive[width-range~="0-800px"] {
	padding-top: 32px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.valo-menu-responsive[width-range~="0-800px"] .v-loading-indicator {
	top: 32px;
}

.valo-menu-responsive[width-range~="0-800px"]>.v-widget {
	position: relative !important;
}

.valo-menu-responsive[width-range~="0-800px"] .valo-menu {
	border-right: none;
}

.valo-menu-responsive[width-range~="0-800px"] .valo-menu-part {
	overflow: visible;
}

.valo-menu-responsive[width-range~="0-800px"] .valo-menu-toggle {
	display: inline-block;
}

.valo-menu-responsive[width-range~="0-800px"] .valo-menu-title {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	height: 32px !important;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-backface-visibility: hidden;
}

.valo-menu-responsive[width-range~="0-800px"] .valo-menu .v-menubar-user-menu
	{
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	height: 32px;
	color: #b8d0ec;
	max-width: 30%;
	-webkit-backface-visibility: hidden;
}

.valo-menu-responsive[width-range~="0-800px"] .valo-menu .v-menubar-user-menu .v-menubar-menuitem
	{
	line-height: 31px;
	white-space: nowrap;
}

.valo-menu-responsive[width-range~="0-800px"] .valo-menu .v-menubar-user-menu img.v-icon
	{
	display: inline-block;
	margin: 0 5px 0 0;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	border: none;
}

.valo-menu-responsive[width-range~="0-800px"] .valo-menuitems {
	height: 100%;
	background-color: #3b3f42;
	background-image: -webkit-linear-gradient(right, #313537 0%, #3b3f42 8px);
	background-image: linear-gradient(to left, #313537 0%, #3b3f42 8px);
	color: #9b9fa3;
	font-size: 14px;
	line-height: 26px;
	border-right: 1px solid #2e3134;
	white-space: nowrap;
	position: fixed;
	z-index: 9000;
	top: 32px;
	bottom: 0;
	height: auto;
	max-width: 100%;
	overflow: auto;
	padding: 16px 0;
	-webkit-transform: translatex(-100%);
	-moz-transform: translatex(-100%);
	-ms-transform: translatex(-100%);
	-o-transform: translatex(-100%);
	transform: translatex(-100%);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
}

.valo-menu-responsive[width-range~="0-800px"] .valo-menu-visible .valo-menuitems,
	.valo-menu-responsive[width-range~="0-800px"] .valo-menu-hover:hover .valo-menuitems
	{
	-webkit-transform: translatex(0%);
	-moz-transform: translatex(0%);
	-ms-transform: translatex(0%);
	-o-transform: translatex(0%);
	transform: translatex(0%);
}

.valo-menu-responsive[width-range~="0-500px"] .valo-menu-toggle .v-button-caption
	{
	display: none;
}

.valo-menu-responsive[width-range~="0-500px"] .valo-menu .v-menubar-user-menu .v-menubar-menuitem-caption
	{
	display: inline-block;
	width: 16px;
	overflow: hidden;
}

.dashboard-view.dashboard-view {
	overflow: visible;
}

.dashboard-view.dashboard-view .sparks {
	background: white;
	color: #474747;
	border-radius: 4px;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.dashboard-view.dashboard-view .sparks[width-range~="0-680px"] .spark {
	width: 50%;
}

.dashboard-view.dashboard-view .sparks[width-range~="0-680px"] .spark:nth-child(2n+1)
	{
	border-left: none;
}

.dashboard-view.dashboard-view .sparks[width-range~="0-680px"] .spark:nth-child(n+3)
	{
	border-top: 1px solid #eaeaea;
}

.dashboard-view.dashboard-view .sparks[width-range~="0-270px"] .spark {
	width: 100%;
	border-left: none;
	border-top: 1px solid #eaeaea;
}

.dashboard-view.dashboard-view .sparks[width-range~="0-270px"] .spark:first-child
	{
	border-top: none;
}

.dashboard-view.dashboard-view .spark {
	float: left;
	text-align: center;
	width: 25%;
	padding: 13px 13px;
	border-left: 1px solid #eaeaea;
	line-height: 1.35;
}

.dashboard-view.dashboard-view .spark>tbody {
	display: inline-block;
}

.dashboard-view.dashboard-view .spark:first-child {
	border-left: none;
}

.dashboard-view.dashboard-view .dashboard-panel-toolbar {
	padding: 1px 0 1px 18px;
	height: 34px;
	position: absolute;
	top: 0;
	left: 0;
}

.dashboard-view.dashboard-view .dashboard-panels {
	display: block;
	height: 100%;
	margin: 0 var(--view-padding);
}

.dashboard-view.dashboard-view .dashboard-panels .card {
	height: 100%;
	overflow: hidden;
	padding: 34px var(--view-padding) 0;
	margin: 0px;
	position: relative;
}

.dashboard-view.dashboard-view .dashboard-panels .card .v-table,
	.dashboard-view.dashboard-view .dashboard-panels .card .v-table-table {
	background: transparent;
}

.dashboard-view.dashboard-view .dashboard-panels .top10-revenue .card {
	padding-left: 0;
	padding-right: 0;
}

.dashboard-view.dashboard-view .dashboard-panels .top10-revenue .v-table-table
	{
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dashboard-view.dashboard-view .dashboard-panels .top10-revenue .v-table-cell-wrapper
	{
	padding-left: var(--view-padding);
	padding-right: var(--view-padding);
}

.dashboard-view.dashboard-view .dashboard-panels .top10-revenue .v-table-cell-content
	{
	border-color: #eaeaea;
}

.dashboard-view.dashboard-view .dashboard-panels .top10-revenue .v-table-cell-content-rowheader
	{
	color: #969696;
}

.dashboard-view.dashboard-view .dashboard-panels .top10-revenue .v-table-cell-content-rowheader .v-table-cell-wrapper
	{
	padding-right: 0;
}

.dashboard-view.dashboard-view .dashboard-panels .dashboard-panel-slot {
	padding: var(--view-padding);
	min-height: 200px;
}

.dashboard-view.dashboard-view .dashboard-panels[width-range~="0-700px"] .dashboard-panel-slot
	{
	width: 100% !important;
}

.dashboard-view.dashboard-view .dashboard-panels[width-range~="701px-"] .dashboard-panel-slot
	{
	width: 50% !important;
}

.dashboard-view.dashboard-view .dashboard-panels[height-range~="0-440px"] .dashboard-panel-slot
	{
	height: 100%;
}

.dashboard-view.dashboard-view .dashboard-panels[height-range~="441px-"] .dashboard-panel-slot
	{
	height: 50%;
}

.dashboard-view.dashboard-view .dashboard-panels .dashboard-panel-slot.max
	{
	width: 100% !important;
	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

.dashboard-view.dashboard-view .dashboard-panels .notes .card {
	margin-left: 5px;
	padding: 34px 0 0;
}

.dashboard-view.dashboard-view .dashboard-panels .notes .v-textarea {
	border-top: 1px solid #dfdfdf;
	padding: 20px 20px 0;
	line-height: 20px;
	font-size: 13px;
	background: #fffdf2 url(img/notes-bg.png) repeat;
	background-attachment: local;
	color: #545145;
	overflow: auto;
}

.dashboard-view[width-range~="0-480px"] {
	padding-left: var(--view-padding);
	padding-right: var(--view-padding);
}

.notifications.v-window {
	overflow: visible !important;
	right: var(--view-padding);
	left: auto !important;
	max-width: 90%;
	-webkit-transform-origin: 243px -7px;
	-moz-transform-origin: 243px -7px;
	-ms-transform-origin: 243px -7px;
	-o-transform-origin: 243px -7px;
	transform-origin: 243px -7px;
}

.notifications.v-window.v-window-animate-in {
	-webkit-animation: animate-in-scale-up 260ms
		cubic-bezier(0.68, 0.37, 0.51, 1.37);
	-moz-animation: animate-in-scale-up 260ms
		cubic-bezier(0.68, 0.37, 0.51, 1.37);
	animation: animate-in-scale-up 260ms
		cubic-bezier(0.68, 0.37, 0.51, 1.37);
}

.notifications.v-window:before, .notifications.v-window:after {
	content: "";
	position: absolute;
	top: -14px;
	right: 53px;
	border: 7px solid transparent;
	width: 0;
	height: 0;
	border-bottom-color: white;
}

.notifications.v-window:before {
	top: -17px;
	margin-right: -1px;
	border-width: 8px;
	border-bottom-width: 8px;
	border-bottom-color: rgba(0, 0, 0, 0.09098);
}

.notifications.v-window .v-window-header {
	color: #60a0ea;
}

.notifications.v-window .v-window-outerheader:after, .notifications.v-window .v-scrollable:before
	{
	display: none;
}

.notifications.v-window .notification-item {
	font-size: 14px;
}

.notifications.v-window .notification-title {
	font-weight: 600;
}

.notifications.v-window .notification-time {
	font-size: 12px;
	color: gray;
}

.reports .create .v-slot {
	border: 1px solid rgba(122, 122, 122, 0.1);
	background: rgba(122, 122, 122, 0.04);
}

.reports .draft-thumb {
	cursor: pointer;
	position: relative;
}

.reports .draft-thumb .v-label {
	display: block;
	text-align: center;
}

.reports .draft-thumb .v-label span {
	font-size: 0.8em;
}

.reports .draft-thumb .v-image {
	-webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.5);
}

.reports .draft-thumb .v-image:hover {
	outline: 2px solid #5198df;
}

.reports .v-slot-palette {
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
	border-bottom: 1px solid #c5c5c5;
}

.reports .palette {
	padding: 0.5em 0;
	font-size: 0.9em;
}

.reports .palette .v-icon {
	display: block;
	text-align: center;
}

.reports .palette .v-label {
	font-size: 0.9em;
	margin: 0 0.4em;
	cursor: move;
}

.reports .v-caption-palette {
	font-size: 12px;
	display: block;
	white-space: normal;
	padding-top: 1em;
	width: 140px;
}

.reports .v-slot-canvas {
	overflow: auto;
}

.reports .canvas {
	padding: var(--view-padding);
}

.reports .canvas .title {
	font-size: 24px;
	font-weight: 600;
	border: 1px solid transparent;
	color: #404346;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	text-align: center;
	cursor: pointer;
	margin-bottom: 1cm;
}

.reports .palette .v-image {
	width: 75px;
	height: 47px;
}

.canvas-layout {
	min-height: 29cm;
	background: #fff;
	padding: 1.5cm;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.canvas-layout>.v-slot>.v-widget {
	-webkit-animation: valo-animate-in-fade 500ms 10ms backwards,
		animate-in-scale-up 300ms 10ms backwards;
	-moz-animation: valo-animate-in-fade 500ms 10ms backwards,
		animate-in-scale-up 300ms 10ms backwards;
	animation: valo-animate-in-fade 500ms 10ms backwards,
		animate-in-scale-up 300ms 10ms backwards;
}

.canvas-layout>.v-slot>.v-widget.title, .canvas-layout>.v-slot>.v-widget.placeholder
	{
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
}

.reports .canvas .title:hover {
	background: #fff9e6;
}

.reports .canvas .title:focus {
	cursor: text;
	border-color: #eee;
	background: transparent;
}

.reports .canvas .placeholder {
	text-align: center;
}

.reports .canvas .placeholder .v-label {
	min-height: 10cm;
	line-height: 5cm;
	font-size: 18px;
}

.reports .v-tabsheet-content {
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
	background-image: linear-gradient(to bottom, #fafafa 2%, #efefef 98%);
}

.reports .v-timeline-widget-display-hscale-left {
	font-size: 10px;
	margin-top: -14px;
	padding-left: 3px;
}

.reports .canvas .v-ddwrapper {
	padding-top: 20px;
	padding-bottom: 20px;
}

.reports .text-editor {
	position: relative;
	overflow: visible;
}

.reports .text-editor:hover {
	background: #fff9e6;
}

.reports .text-editor.edit:hover {
	background: transparent;
}

.text-editor .v-button {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: -20px;
	display: none;
}

.text-editor .v-button-wrap:before {
	margin: 0 -0.3em;
}

.text-editor:hover .v-button {
	display: inline-block;
}

.reports .text-editor.edit .v-button {
	display: inline-block;
	position: static;
	margin-top: 3px;
}

.delete-button {
	width: 19px;
	height: 19px;
	border: 1px solid #a3a7ab;
	border-radius: 2px;
	background: #73767a;
	color: #fff;
	font: inherit;
	font-size: 16px;
	line-height: 1;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	text-align: center;
	cursor: default;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.delete-button:hover {
	background: #4e5153;
}

.delete-button:focus {
	outline: none;
}

.delete-button:active {
	background: #3c3f40;
}

.draft-thumb .delete-button {
	position: absolute;
	top: 1px;
	right: 1px;
	display: none;
}

.draft-thumb:hover .delete-button {
	display: block;
}

.help-overlay.palette {
	top: 200px !important;
	left: 200px !important;
}

.help-overlay.reorder {
	margin-left: 200px !important;
}

.reports .transaction {
	position: relative;
	float: left;
	width: 47%;
	margin-right: 2.5%;
	margin-top: 10px;
	overflow: hidden;
	background: #eee;
	border: 1px solid #e0e0e0;
}

.reports .transaction .time, .reports .transaction .seats {
	font-size: 12px;
	color: #9fa2a6;
	position: absolute;
	top: 5px;
	left: 5px;
	line-height: normal;
}

.reports .transaction .movie-title {
	font-size: 16px;
	font-weight: 300;
	white-space: normal;
	padding: 40px 5px 5px;
}

.reports .transaction .seats {
	left: 60%;
}

.margin {
	margin: 30px;
}

.item-view {
	background: #2F4050;
}

.bar-menu .v-menubar {
	color: #fff;
	background: #8495ea;
	border: 0px solid #4455aa;
	text-shadow: 1px 1px 0px #474746;
}

.bar-menu .v-menubar-menuitem {
	border: 0px solid #4455aa;
	box-shadow: inset 0 0px 0 #93bbed;
}

.bar-menu .v-menubar-menuitem:hover {
	background-color: #4455aa;
}

.bar-menu .v-menubar-menuitem-selected {
	background-color: #6475ca;
}

.mybarmenu .highlight {
	background: #000040;
}

.invisible-select-all-checkbox .v-grid-select-all-checkbox {
	visibility: hidden;
}

.v-window-header {
	line-height: 31px;
	padding-left: 11px;
	margin-right: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #C6C6C6;
}

.save {
	margin: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #5cb85c;
}

.bar-menu {
	margin: 0;
	min-height: 40px;
	border: 0;
	background: #36a9e1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff;
}

.big-font {
	color: #253858;
	text-align: center;
	font-size: 36px;
}

.medium-font {
	color: #003C4C;
	text-align: center;
	font-size: 24px;
}

.login-screen h3 {
	display: block;
	padding: 30px;
	width: 100%;
}

.login-screen .login-form {
	border: none;
	-webkit-animation: valo-animate-in-fade 1s backwards;
	-moz-animation: valo-animate-in-fade 1s backwards;
	animation: valo-animate-in-fade 1s backwards;
	height: auto;
	min-height: 100%;
}

.login-screen .login-form .top {
	background: #ffffff url(img/header_logo_updated.png) no-repeat top left;
	margin: 0 auto;
	padding-top: 20px;
	height: 100px;
	z-index: -1;
	font-size: 16px;
}

.login-screen .login-form .button-footer {
	font-size: 12px;
}

.login-screen .login-form .bottom {
	border-top: 10px solid #ddd;
	font-size: 12px;
	background-color: #ffffff;
	color: #000000;
}

.login-screen .login-form h4 {
	display: block;
	padding: 10px 30px 0px 30px;
	color: #f5f5f5;
	margin: 10px 0px 0px 0px;
}

.login-screen .login-form .form_wrapper {
	height: 100%;
	text-align: center;
	background-color: #ffffff;
}

.login-screen .login-information {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	background: #60a0ea;
	background-color: rgba(96, 160, 234, 0.7);
	padding: var(--v-layout-margin);
	color: #f2f6fa;
	-webkit-animation: valo-animate-in-fade 1s 1s backwards;
	-moz-animation: valo-animate-in-fade 1s 1s backwards;
	animation: valo-animate-in-fade 1s 1s backwards;
}

.login-screen .login-information h1 {
	color: inherit;
}

.login-screen .centering-layout {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-left: 300px;
}

.login-screen .centering-layout .v-slot {
	height: 100%;
}

.v-menu-item {
	white-space: pre-wrap;
}

.wrap-text {
	white-space: pre-wrap;
}

.nativebutton {
	z-index: 1;
	margin: 0px;
	text-align: center;
	background-color: #489EE7;
	border-color: #489EE7;
	border: 0px;
	color: #fff;
}

.arrow-down {
	background: #fafafa repeat top left;
	margin: 0 auto;
	padding-top: 0px;
	height: 33px;
	z-index: -1;
}

.arrow-left {
	background: #fafafa url(img/arrow_left.png) repeat top bottom;
	margin: 0 auto;
	padding-top: 0px;
	width: 15px;
	height: 33px;
	z-index: -1;
}

.v-nativebutton {
	text-align: center;
	z-index: 10;
}

.v-nativebutton .v-nativebutton-caption {
	white-space: pre-wrap;
}

.button-style-1 {
	border-radius: 2px;
}

.button-style-2 {
	border-radius: 4px;
}

.button-style-3 {
	border-radius: 8px;
}

.button-style-4 {
	border-radius: 12px;
}

.button-style-5 {
	border-radius: 50%;
}

.bg-color1 {
	background-color: #A7CE3B;
	color: #fff;
}

.bg-color2 {
	background-color: #F9A71A;
	color: #fff;
}

.bg-color3 {
	background-color: #1BBBB1;
	color: #fff;
}

.bg-color4 {
	background-color: #FFC501;
	color: #fff;
}

.bg-color5 {
	background-color: #8DF06A;
	color: #6FD65E;
}

.bg-white {
	background-color: #fff;
	color: #000;
}

.bg-gray {
	background-color: #fff;
	color: #888;
}

.fg-red {
	color: #FF7491;
}

.sep {
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
}

.default-padding {
	padding: 10px;
}

.small-button-margin {
	text-align: center;
	margin: 2px;
}

.default-margin {
	margin-right: 5px;
	margin-bottom: 10px;
}

.textfield1 {
	overflow: hidden;
	width: 99%;
	height: 38px;
	line-height: 30px;
	color: #7f7f7f;
	font-size: 14px;
	margin: 0px;
	background: #fff;
	padding: 0 0px;
	text-align: left;
	border-radius: 0;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.crud-view {
	position: relative;
}

.crud-view .filter-textfield {
	width: 288px;
}

.component-wrap {
	color: transparent;
}

.v-container .search-panel {
	/* background: var(--theme-secondary-background); */
	border-radius: 4px 4px 0px 0px;
	padding: 0px 10px 0px 10px;
	
}
@media ( max-width :450px) {
	.v-container .search-panel{
		display:flex;
		flex-flow:wrap;
	}
}
.v-container .header {
	text-transform: uppercase;
	padding: 0 2.4rem;
	height: 64px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.ticket-grid-view{
	width: 100%;
    height: 100%;
    flex-grow: 1;
    padding: 15px 0px 0px 0px;
}

.checkout-view{
	max-width: 320px;
    padding-right: 10px;
    padding-left: 0px;
    width: 100%;
    height: calc(100vh - 60px);
}

.v-container .ticket-view {
	/* background: var(--theme-secondary-background); */
	border-radius: 0px 0px 4px 4px;
	padding-top: 0px;
	margin-top: 0px;
	height:calc(100vh - 106px) !important;
	min-height: 240px;
}


@media ( max-width : 800px) {
	.v-container .ticket-view{
   	 	height: calc(50vh - 80px) !important;
   	 	padding:0px 10px;
   	 	min-height: calc(50vh - 80px) !important;
    }
    .ticket-grid-view{
    	 padding: 5px 0px 0px 0px;
    }
    .v-container .search-panel{
   		 padding: 0px 10px 10px 10px;
    }
}

.orders-grid-view {
	padding-top: 0px;
	margin-top: 0px;
}
.v-container .ticket-view .v-grid .v-grid-tablewrapper {
	background: #fff;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.v-container .ticket-view .v-grid .v-grid-tablewrapper .v-grid-header {
	background: #DBE5EF;
}

.v-container .ticket-view .v-grid .v-grid-tablewrapper .v-grid-header .v-grid-row
	{
	background: #DBE5EF;
}

.v-container .ticket-view .v-grid .v-grid-tablewrapper .v-grid-header .v-grid-row .v-grid-cell,
	.v-container .ticket-view .v-grid .v-grid-tablewrapper .v-grid-header .v-grid-row .frozen,
	.v-container .ticket-view .v-grid .v-grid-tablewrapper .v-grid-header .v-grid-row .v-grid-cell-focused
	{
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	background: #DBE5EF;
	color: #000;
}

.v-container .ticket-view .v-grid .v-grid-tablewrapper .v-grid-header .v-grid-row .v-grid-cell .v-grid-column-resize-handle,
	.v-container .ticket-view .v-grid .v-grid-tablewrapper .v-grid-header .v-grid-row .frozen .v-grid-column-resize-handle,
	.v-container .ticket-view .v-grid .v-grid-tablewrapper .v-grid-header .v-grid-row .v-grid-cell-focused .v-grid-column-resize-handle
	{
	display: none;
}

.v-container .ticket-view .v-grid .v-grid-tablewrapper .v-grid-body .v-grid-row .v-grid-cell,
	.v-container .ticket-view .v-grid .v-grid-tablewrapper .v-grid-body .v-grid-row .frozen,
	.v-container .ticket-view .v-grid .v-grid-tablewrapper .v-grid-body .v-grid-row .v-grid-cell-focused,
	.v-container .ticket-view .v-grid .v-grid-tablewrapper .v-grid-body .v-grid-row-stripe .v-grid-cell,
	.v-container .ticket-view .v-grid .v-grid-tablewrapper .v-grid-body .v-grid-row-stripe .frozen,
	.v-container .ticket-view .v-grid .v-grid-tablewrapper .v-grid-body .v-grid-row-stripe .v-grid-cell-focused,
	.v-container .ticket-view .v-grid .v-grid-tablewrapper .v-grid-body .v-grid-row-has-data .v-grid-cell,
	.v-container .ticket-view .v-grid .v-grid-tablewrapper .v-grid-body .v-grid-row-has-data .frozen,
	.v-container .ticket-view .v-grid .v-grid-tablewrapper .v-grid-body .v-grid-row-has-data .v-grid-cell-focused
	{
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	display: inline;
}

.v-container .style-shadow {
	margin: 0px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	position: relative;
	background: #fff;
}

.v-container .v-select select {
	background: #fff;
}

.v-container .box {
	background: #FFF;
	margin: 40px auto;
}

.v-container .effect2 {
	position: relative;
	background: #fff;
}

.v-container .effect2:before, .v-container .effect2:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.v-container .effect2:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.v-container .v-cell-small {
	z-index: -1;
	width: 25px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.v-container .navbutton {
	z-index: 1;
	margin: 0px;
	text-align: center;
	background-color: #fff;
	border: 0px;
	border-right: 1px solid #ebebeb;
	color: #c60d5c;
}

.v-container .searchtext {
	overflow: hidden;
	width: 99%;
	color: #7f7f7f;
	font-size: 14px;
	padding: 0 0px;
	text-align: left;
	border-radius: 0;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	background:white;
	border:1px solid #DDDDDD !important;
	height:var(--dafult-button-height);
	border-radius:5px;
}

.v-container .texth {
	text-decoration: none;
	margin-left: 10px;
	font: 700 20px/38px "Open Sans";
	color: #D70F64;
}

.v-container .cart {
	z-index: -1;
	background: #ffffff url(img/cart_icon.png) no-repeat center center;
}

.v-container .color-label {
	background-color: #E51922;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 0px;
	width: 30px;
	height: 30px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 0px;
	border-radius: 50%;
}

.v-container .normal-grid {
	background-color: #fff;
	color: black;
}

.v-container .color-button {
	border: none;
	color: white;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

.v-container .text-table-header {
	text-decoration: none;
	margin: 2px;
	padding: 5px;
	text-align: center;
	font: 700 18px/38px "Open Sans";
	border-bottom: 1px solid #ebebeb;
	text-align: center;
	background-color: #F1F1F1;
	color: #c60d5c;
}

.v-container .text-table-footer {
	text-decoration: none;
	margin: 2px;
	text-align: center;
	padding: 5px;
	font: 700 18px/38px "Open Sans";
	background: #F9A61B;
	color: #fff;
}

.v-container .text-light {
	color: #888;
	margin-bottom: 0;
	text-align: right;
	margin-top: 8px;
	line-height: 1.4;
}

.v-container .text-table-summary {
	margin: 2px;
	padding: 5px;
	border-top: 1px solid #ebebeb;
	background: #fff;
	color: #000;
}

.v-container .v-filterselect-button {
	display: none;
}

.v-container .style-button {
	background-color: #c60d5c;
	border-color: #c60d5c;
	border: 0px;
	color: #fff;
}

.v-container .button1 {
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	position: relative;
	padding: 10px 31px;
	margin-top: 0px;
	background: #ffb965;
	font: 700 18px/38px "Open Sans";
	color: #fff;
}

.v-container .button1:hover, .v-container .button1:focus {
	background: #12beff;
	color: #fff;
	text-decoration: none;
}

.v-container .button2 {
	position: relative;
	padding: 0 10px;
	background: #FF0000;
	font: 700 18px/38px "Open Sans";
	color: #fff;
}

.v-container .button2:hover, .v-container .button2:focus {
	background: #12beff;
	color: #fff;
	text-decoration: none;
}

.v-container a:active, .v-container a:hover {
	outline: 0;
}

.v-container a:hover, .v-container a:focus {
	color: #f58f15;
	text-decoration: none;
}

.crud-form-view {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.crud-form-view .header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 50px;
}

.crud-form-view .footer {
	left: 0;
	right: 0;
	z-index: 1;
	bottom: 0;
	padding: 0 5px 10px 5px;
	height: 50px;
}

.crud-form-view .content {
	background-color: #FFFFFF;
	position: absolute;
	top: 10px;
	bottom: 60px;
	right: 0;
	left: 0;
	overflow-y: auto;
}

.header {
	background-color: #ffffff;
}

.product-form-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 100;
	width: 288px;
	height: 100%;
	overflow: auto;
	padding: 13px 13px;
	background-color: #3b3f42;
	color: #d7d9da;
}

.product-form-wrapper .v-textfield {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin: 0;
	font: inherit;
	font-weight: 400;
	line-height: normal;
	height: 32px;
	border-radius: 4px;
	padding: 4px 8px;
	border: 1px solid #252729;
	background: #2f3235;
	color: #c3c6c8;
	-webkit-box-shadow: inset 0 1px 0 #2d3033, 0 1px 0
		rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 #2d3033, 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
}

.product-form-wrapper .v-textfield.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.product-form-wrapper .v-textfield:focus {
	outline: none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	border-color: #60a0ea;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0
		#2d3033, 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0 #2d3033, 0
		1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
}

.product-form-wrapper .v-textfield[class*="prompt"] {
	color: #777c80;
}

.product-form-wrapper .v-checkbox {
	position: relative;
	line-height: 16px;
	white-space: nowrap;
}

.product-form-wrapper .v-checkbox.v-has-width label {
	white-space: normal;
}

:root .product-form-wrapper .v-checkbox {
	padding-left: 21px;
}

:root .product-form-wrapper .v-checkbox label {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	display: inline-block;
}

:root .product-form-wrapper .v-checkbox>input {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	left: 0.2em;
	top: 0.2em;
	z-index: 0;
	margin: 0;
}

:root .product-form-wrapper .v-checkbox>input:focus ~ label:before {
	border: 1px solid #414649;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0
		#727272, inset 0 -1px 0 #454a4e, 0 2px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0 #727272,
		inset 0 -1px 0 #454a4e, 0 2px 3px rgba(0, 0, 0, 0.05);
}

:root .product-form-wrapper .v-checkbox>input ~ label:before, :root .product-form-wrapper .v-checkbox>input 
	 ~ label:after {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	font-size: 12px;
	text-align: center;
}

:root .product-form-wrapper .v-checkbox>input ~ label:before {
	height: 16px;
	padding: 0 8px;
	color: #eeeeef;
	font-weight: 500;
	border-radius: 4px;
	border: 1px solid #414649;
	border-top-color: #464b4f;
	border-bottom-color: #383c3f;
	background-color: #53595d;
	background-image: -webkit-linear-gradient(top, #596064 2%, #484d51 98%);
	background-image: linear-gradient(to bottom, #596064 2%, #484d51 98%);
	-webkit-box-shadow: inset 0 1px 0 #727272, inset 0 -1px 0 #454a4e, 0 2px
		3px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 #727272, inset 0 -1px 0 #454a4e, 0 2px 3px
		rgba(0, 0, 0, 0.05);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
	padding: 0;
	height: 16px;
}

:root .product-form-wrapper .v-checkbox>input ~ label:after {
	content: "\f00c";
	font-family: ThemeIcons;
	color: transparent;
	-webkit-transition: color 100ms;
	-moz-transition: color 100ms;
	transition: color 100ms;
}

:root .product-form-wrapper .v-checkbox>input:active ~ label:after {
	background-color: rgba(39, 45, 49, 0.2);
}

:root .product-form-wrapper .v-checkbox>input:checked ~ label:after {
	color: #60a0ea;
}

.product-form-wrapper .v-checkbox>.v-icon, .product-form-wrapper .v-checkbox>label .v-icon
	{
	margin: 0 5px 0 3px;
	min-width: 1em;
	cursor: pointer;
}

.product-form-wrapper .v-checkbox.v-disabled>label,
	.product-form-wrapper .v-checkbox.v-disabled>.v-icon {
	cursor: default;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.product-form-wrapper .v-checkbox.v-disabled>label>.v-icon {
	cursor: default;
}

:root .product-form-wrapper .v-checkbox.v-disabled>input:active ~ label:after
	{
	background: transparent;
}

.product-form-wrapper .v-checkbox.v-readonly>label,
	.product-form-wrapper .v-checkbox.v-readonly>.v-icon {
	cursor: default;
}

.product-form-wrapper .v-checkbox.v-readonly>label>.v-icon {
	cursor: default;
}

:root .product-form-wrapper .v-checkbox.v-readonly>input:active ~ label:after
	{
	background: transparent;
}

:root .product-form-wrapper .v-checkbox.v-readonly>input ~ label:after {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.product-form-wrapper .v-filterselect {
	height: 32px;
	border-radius: 4px;
}

.product-form-wrapper .v-filterselect [class*="input"] {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	margin: 0;
	font: inherit;
	font-weight: 400;
	line-height: normal;
	height: 32px;
	border-radius: 4px;
	padding: 4px 8px;
	border: 1px solid #2e3134;
	background-color: #53595d;
	background-image: -webkit-linear-gradient(top, #596064 2%, #484d51 98%);
	background-image: linear-gradient(to bottom, #596064 2%, #484d51 98%);
	color: #cfd0d2;
	-webkit-box-shadow: inset 0 1px 0 #727272, inset 0 -1px 0 #454a4e, 0 1px
		0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 #727272, inset 0 -1px 0 #454a4e, 0 1px 0
		rgba(255, 255, 255, 0.1);
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	width: 100% !important;
	height: 100%;
	padding-right: 33px;
	border-radius: inherit;
}

.product-form-wrapper .v-filterselect [class*="input"].v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.product-form-wrapper .v-filterselect [class*="input"]:focus {
	outline: none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	border-color: #60a0ea;
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0
		#727272, inset 0 -1px 0 #454a4e, 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5), inset 0 1px 0 #727272,
		inset 0 -1px 0 #454a4e, 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
	box-shadow: 0 0 0 2px rgba(96, 160, 234, 0.5);
}

.product-form-wrapper .v-filterselect [class*="input"][class*="prompt"]
	{
	color: #8e949a;
}

.product-form-wrapper .v-filterselect .v-icon+[class*="input"] {
	padding-left: 32px;
}

.product-form-wrapper .v-filterselect img.v-icon {
	max-height: 32px;
	margin-left: 8px;
}

.product-form-wrapper .v-filterselect span.v-icon {
	color: #cfd0d2;
	width: 32px;
	line-height: 1;
	padding-top: 0.12em;
	margin-left: 8px;
}

.product-form-wrapper .v-filterselect[class*="prompt"]>[class*="input"]
	{
	color: #8e949a;
}

.product-form-wrapper .v-filterselect [class$="button"] {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	position: absolute;
	width: 32px;
	top: 1px;
	right: 1px;
	bottom: 1px;
	border-left: 1px solid #4a4f53;
	color: #919497;
	border-radius: 0 3px 3px 0;
}

.product-form-wrapper .v-filterselect [class$="button"]:before {
	font-family: ThemeIcons;
	content: "\f078";
	-webkit-transition: color 140ms;
	-moz-transition: color 140ms;
	transition: color 140ms;
	position: absolute;
	width: 32px;
	text-align: center;
	top: 50%;
	line-height: 1;
	margin-top: -0.47em;
}

.product-form-wrapper .v-filterselect [class$="button"]:hover:before {
	color: #cfd0d2;
}

.product-form-wrapper .v-filterselect [class$="button"]:active:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
	background-color: rgba(39, 45, 49, 0.2);
}

.product-form-wrapper .v-filterselect.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.product-form-wrapper .v-filterselect.v-disabled [class$="button"] {
	cursor: default;
	pointer-events: none;
}

.product-form-wrapper .v-filterselect.v-disabled [class$="button"]:active:after
	{
	display: none;
}

.product-form-wrapper .v-filterselect.v-readonly [class*="input"] {
	background: #fafafa;
	color: #464646;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.product-form-wrapper .v-filterselect.v-readonly [class*="input"]:focus
	{
	box-shadow: none;
	border-color: #c5c5c5;
}

.product-form-wrapper .v-filterselect.v-readonly [class$="button"] {
	cursor: default;
	pointer-events: none;
}

.product-form-wrapper .v-filterselect.v-readonly [class$="button"]:active:after
	{
	display: none;
}

.product-form-wrapper .v-button {
	display: block;
}

.product-form-wrapper .v-caption {
	color: #9b9fa3;
}

.product-form-wrapper .form-layout>.v-expand>.v-slot:last-child {
	padding-bottom: 13px;
}

.product-form {
	right: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	-webkit-transform: translatex(100%);
	-moz-transform: translatex(100%);
	-ms-transform: translatex(100%);
	-o-transform: translatex(100%);
	transform: translatex(100%);
}

.visible {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}

.about-view {
	overflow: auto;
}

.about-view .about-content {
	background: white;
	color: #474747;
	border-radius: 4px;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
	max-width: 500px;
	padding: 32px !important;
}

.v-ui[width-range~="0-800px"] .main-screen {
	padding-top: 32px;
}

.v-ui[width-range~="0-800px"] .login-screen .login-form {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	border: none;
	-webkit-animation: valo-animate-in-fade 1s backwards;
	-moz-animation: valo-animate-in-fade 1s backwards;
	animation: valo-animate-in-fade 1s backwards;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

.v-ui[width-range~="0-800px"] .login-screen .login-form .form_wrapper {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

.v-ui[width-range~="0-800px"] .login-screen .login-form .top {
	background: #ffffff url(img/header_logo_updated.png) no-repeat top left;
	margin: 0 auto;
	height: 100px;
	font-size: 16px;
	border-bottom: 1px solid #A6A6A6;
}

.v-ui[width-range~="0-800px"] .login-screen .login-form .button-footer {
	font-size: 12px;
}

.v-ui[width-range~="0-800px"] .login-screen .login-form .form-content {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	color: #A6A6A6;
}

.v-ui[width-range~="0-800px"] .login-screen .login-form .bottom {
	border-top: 10px solid #ddd;
	font-size: 12px;
	background-color: #000000;
	color: #ddd;
}

.v-ui[width-range~="0-800px"] .login-screen .login-form h4 {
	display: block;
	padding: 10px 30px 0px 30px;
	color: #f5f5f5;
	margin: 10px 0px 0px 0px;
}

.v-ui[width-range~="0-800px"] .login-screen .login-information {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	background: #60a0ea;
	background-color: rgba(96, 160, 234, 0.7);
	padding: var(--v-layout-margin);
	color: #f2f6fa;
	-webkit-animation: valo-animate-in-fade 1s 1s backwards;
	-moz-animation: valo-animate-in-fade 1s 1s backwards;
	animation: valo-animate-in-fade 1s 1s backwards;
}

.v-ui[width-range~="0-800px"] .login-screen .login-information h1 {
	color: inherit;
}

.v-ui[width-range~="0-800px"] .login-screen .centering-layout {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-left: 300px;
}

.v-ui[width-range~="0-800px"] .login-screen .centering-layout .v-slot {
	height: 100%;
}

.v-ui[width-range~="801px-1100px"] .valo-menu-part .v-slot-logo, .v-ui[width-range~="801px-1100px"] .valo-menu-part .v-slot-logo+.v-spacing
	{
	display: none;
}

.v-ui[width-range~="801px-"] .valo-menu-part {
	background: #2F4050;
}

.v-ui[width-range~="801px-"] .valo-menu-part .user-menu {
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
	background: #ffffff url(img/header-profile.png) no-repeat top left;
}

.v-ui[width-range~="0-550px"] .product-form-wrapper {
	width: 100%;
}

.v-ui[width-range~="0-550px"] .crud-view .crud-main-layout {
	padding: 0 0 0 0;
}

.v-ui[width-range~="0-550px"] .crud-view .crud-main-layout .top-bar {
	padding: 13px 13px 0 13px;
}

.v-ui[width-range~="0-550px"] .crud-view .crud-main-layout .top-bar .filter-textfield
	{
	width: 100%;
}

.v-ui[width-range~="0-550px"] .about-view {
	padding-bottom: 0;
	padding-top: 0;
	height: auto;
	padding: 3.2px;
}

.v-ui[width-range~="0-550px"] .about-view .v-slot-about-content {
	overflow: auto;
}

.v-ui[width-range~="0-550px"] .about-view .about-content {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: top;
	padding: 0;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-ui[width-range~="0-500px"] .valo-menu .v-menubar-user-menu .v-menubar-menuitem-caption
	{
	width: auto;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
	{
	-webkit-appearance: none;
	margin: 0;
}

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

.v-window-outerheader {
	background-color: var(--v-system-color);
}

.v-window-header {
	line-height: 31px;
	padding-left: 11px;
	margin-right: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: white;
	font-weight: bold;
	font-size: 15px;
}

.login-screen h3 {
	display: block;
	padding: 30px;
	width: 100%;
}

.login-screen .login-form {
	border: none;
	-webkit-animation: valo-animate-in-fade 1s backwards;
	-moz-animation: valo-animate-in-fade 1s backwards;
	animation: valo-animate-in-fade 1s backwards;
	height: auto;
	min-height: 100%;
	background: #F2F2F2;
}

.login-screen .login-form .top {
	margin: 0 auto;
	padding-top: 20px;
	height: 100px;
	z-index: -1;
	font-size: 16px;
}

.login-screen .login-form .button-footer {
	font-size: 12px;
}

.login-screen .login-form .bottom {
	border-top: 10px solid #ddd;
	font-size: 12px;
	background-color: #ffffff;
	color: #000000;
}

.login-screen .login-form h4 {
	display: block;
	padding: 10px 30px 0;
	color: #f5f5f5;
	margin: 10px 0 0;
}

.login-screen .login-form .form_wrapper {
	height: 100%;
	text-align: center;
	background-color: white;
}

.login-screen .login-form-2 {
	border: none;
	-webkit-animation: valo-animate-in-fade 1s backwards;
	-moz-animation: valo-animate-in-fade 1s backwards;
	animation: valo-animate-in-fade 1s backwards;
	height: auto;
	min-height: 100%;
	background: #f2f2f2;
}

.login-screen .login-form-2 .top {
	margin: 0 auto;
	float: left;
	height: 100px;
	z-index: -1;
	font-size: 16px;
}

.login-screen .login-form-2 .top-logo {
	margin: 0 auto;
	height: 100px;
	z-index: -1;
	float: left;
	font-size: 16px;
}

.login-screen .login-form-2 .button-footer {
	font-size: 12px;
}

.login-screen .login-form-2 .bottom {
	border-top: 10px solid #ddd;
	font-size: 12px;
	color: #000000;
}

.login-screen .login-form-2 h4 {
	display: block;
	padding: 10px 30px 0;
	color: #f5f5f5;
	margin: 10px 0 0;
}

.login-screen .login-form-2 .form_wrapper {
	height: 100%;
	text-align: center;
}

.login-screen .login-form-2 .form_wrapper .login-form-content {
	display: inline-block;
	width: 100%;
	background-color: white;
}

.login-screen .login-information {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	background: #60a0ea;
	background-color: rgba(96, 160, 234, 0.7);
	padding: var(--v-layout-margin);
	color: #f2f6fa;
	-webkit-animation: valo-animate-in-fade 1s 1s backwards;
	-moz-animation: valo-animate-in-fade 1s 1s backwards;
	animation: valo-animate-in-fade 1s 1s backwards;
}

.login-screen .login-information h1 {
	color: inherit;
}

.login-screen .centering-layout {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-left: 300px;
}

.login-screen .centering-layout .v-slot {
	height: 100%;
}

.custom-background-color {
	background-color: white;
}

.moveable-crud-form-view {
	position: relative;
	height: 100%;
	overflow: hidden;
	background-color: white;
}

.moveable-crud-form-view .v-window-outerheader {
	height: 40px;
	z-index: 1;
	background-color: transparent;
}

.moveable-crud-form-view .window-title-button {
	z-index: 10;
}

.moveable-crud-form-view .v-window-contents {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.moveable-crud-form-view .v-window-header {
	display: none;
}

.moveable-crud-form-view .main-content {
	position: relative;
	height: 100%;
	overflow: hidden;
	background-color: white;
}

.moveable-crud-form-view .main-content .top-header {
	background-color: var(--v-system-color);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 5px 10px;
}

.moveable-crud-form-view .main-content .content {
	top: 50px;
}

.moveable-crud-form-view .main-content .content .v-tabsheet-content {
	top: 5px;
}

.moveable-crud-form-view .main-content .window-title {
	padding-top: 5px;
	color: white;
	font-size: 12pt;
	font-weight: bold;
}

.moveable-crud-form-view .header {
	background-color: white;
	left: 0;
	right: 0;
	top: 0;
	height: 50px;
}

.moveable-crud-form-view .content {
	background-color: white;
	position: absolute;
	top: 10px;
	bottom: 0;
	right: 0;
	left: 0;
	overflow-y: auto;
}

.moveable-crud-form-view .v-scrollable {
	background-color: white;
	top: -1px;
}

.crud-form-view {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.crud-form-view .v-window-outerheader {
	display: none;
	width: 0;
}

.crud-form-view .main-content {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.crud-form-view .main-content .top-header {
	background-color: var(--v-system-color);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 5px 10px;
}

.crud-form-view .main-content .content {
	top: 50px;
}

.crud-form-view .main-content .content .v-tabsheet-content {
	top: 5px;
}

.crud-form-view .main-content .window-title {
	padding-top: 5px;
	color: white;
	font-size: 12pt;
	font-weight: bold;
}

.crud-form-view .header {
	background-color: white;
	left: 0;
	right: 0;
	top: 0;
	height: 50px;
}

.crud-form-view .content {
	background-color: white;
	position: absolute;
	top: 10px;
	bottom: 0;
	right: 0;
	left: 0;
	overflow-y: auto;
}

.crud-form-view .v-scrollable {
	background-color: white;
}

.v-order-types {
	display: inline-flex;
	flow-flow: wrap;
	max-width: 820px;
    padding: 16px 10px;
    margin: 16px 10px ;
}
.grid-row-v3{
  flex-grow: 1;
  width: 33%;
  line-height: 1.55;
  box-sizing: border-box;
  margin: auto;
}
.grid-row-v2{
  flex-grow: 1;
  width: 50%;
  line-height: 1.55;
  box-sizing: border-box;
  margin: auto;
  font-size: 1rem;
}
.default-toggle-button-green {
    margin-right: 5px;
    margin-bottom: 10px;
    background-color: #F2FFED;
    color: #6FD65E;
    border: 1px solid #6FD65E;
    text-align: center;
}
.default-toggle-button-red {
    margin-right: 5px;
    margin-bottom: 10px;
    background: #FFEAEA;
    border: 1px solid #FFC0C0;
    text-align: center;
    color: #E51323;
}
.v-mid-label{
    font: 15px "Open Sans", sans-serif;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    margin: auto 0px;
    flex-grow:1;
}
.v-mid-field{
    font: 15px "Open Sans", sans-serif;
    box-sizing: border-box;
    vertical-align: top;
    text-align: right;
    margin: auto 0px;
    flex-grow:1;
}
.v-flex-center{
	display: inline-flex;
    justify-content: center;
    flex-flow: wrap;
}
.v-flex-right{
	display: inline-flex;
    justify-content: flex-end;
    flex-flow: wrap;
}

.slider-button {
	display: none;
}

.context-menu-button {
	width: 100%;
	height: 42px;
	margin: 0;
	margin-bottom: -7px;
}

.responsive-new-order-button {
	display: none;
}

.dine-in-order-view {
	display: flex;
}

@media only screen and (max-width: 800px) {
	@media only screen and (max-height: 500px) {
		.quick-item-pane {
			display: none;
		}
		.ticket-view-container {
			height: calc(100vh - 98px);
			padding-bottom: 0;
		}
		.page-header-name-div {
			padding-left: 10px !important;
    		padding-right: 13px !important;
		}
		.ticket-view-container .search-panel {
    		padding: 0px 0px 5px 0px !important;
		}
	}
	.arrow-down {
		height: 0 !important;
	}
	
 	.order-view-action-buttons {
		display: none;
    }
	.dine-in-order-view {
		display: block;
	}
	.total-button {
		display: flex;
		margin-top: 5px;
	}
	.items-container {
		margin-left: 29px;
	}
	.slider-button {
		display: block;
	}
	.responsive-new-order-button {
		display: block;
		height: 32px;
		float: right;
	}
	body {
		height: 100vh !important;
	}
	.collapsible-container {
		margin:8px 10px 5px !important;
	}
}