/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

/********************************************************************************
 COLOR DEFINITIONS
 ********************************************************************************/

@font-face {
	font-family: "forecast";
	src: url("font/iconvault_forecastfont.eot");
	src: url("font/iconvault_forecastfont.eot?#iefix") format("embedded-opentype"), url("font/iconvault_forecastfont.ttf") format("truetype"), url("font/iconvault_forecastfont.svg#iconvault") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="weather-"], [class*=" weather-"] {
	font-family: "forecast";
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
}

.weather {
	margin: 0;
	padding: 0;
}

.weather li {
	list-style: outside none none;
	line-height: 1;
}

.cloud:before {
	font-family: "forecast";
	content: "\f105";
	position: absolute;
	color: #cccccc;
}

.darkcloud:before {
	font-family: "forecast";
	content: "\f105";
	position: absolute;
	color: #686868;
}

.windyraincloud:before {
	font-family: "forecast";
	content: "\f111";
	position: absolute;
	color: #cccccc;
}

.darkwindyraincloud:before {
	font-family: "forecast";
	content: "\f111";
	position: absolute;
	color: #686868;
}

.windysnowcloud:before {
	font-family: "forecast";
	content: "\f109";
	position: absolute;
	color: #cccccc;
}

.darkwindysnowcloud:before {
	font-family: "forecast";
	content: "\f109";
	position: absolute;
	color: #686868;
}

.weather-thunder::before {
	content: "\f114";
	position: absolute;
	color: orange;
}

.weather-sunny::after {
	content: "\f101";
	color: orange;
	position: absolute;
}

.weather-drizzle::before {
	content: "\f10a";
	color: #82b2e4;
	position: absolute;
}

.weather-hail::before {
	content: "\f10f";
	position: absolute;
	color: #cccccc;
}

.weather-showers::before {
	content: "\f104";
	position: absolute;
	color: #82b2e4;
}

.weather-rainy::before {
	content: "\f107";
	position: absolute;
	color: #4681c3;
}

.weather-snowy::before {
	content: "\f10b";
	position: absolute;
	color: #acd3f3;
}

.weather-frosty::before {
	content: "\f102";
	position: absolute;
	color: #85d8f7;
}

.weather-windy::before {
	content: "\f115";
	position: absolute;
	color: #cccccc;
}

.weather-windyrain::before {
	content: "\f10e";
	position: absolute;
	color: #acd3f3;
}

.weather-windysnow::before {
	content: "\f103";
	position: absolute;
	color: #acd3f3;
}

.weather-sleet::before {
	content: "\f10c";
	position: absolute;
	color: #acd3f3;
}

.weather-moon::after {
	content: "\f10d";
	color: orange;
	position: absolute;
}

.weather-night::after {
	content: "\f100";
	position: absolute;
	color: orange;
}

.weather-sun::after {
	content: "\f113";
	color: orange;
	position: absolute;
}

.weather-cloud::after {
	content: "\f106";
	color: #cccccc;
	position: absolute;
}

.weather-middlecloud::after {
	content: "\f106";
	color: #969696;
	position: absolute;
}

.weather-darkcloud::after {
	content: "\f106";
	color: #686868;
	position: absolute;
}

.weather-sunrise:before {
	content: "\f112";
	color: orange;
	position: absolute;
}

.weather-sunset:before {
	content: "\f110";
	color: #f96f23;
	position: absolute;
}

.weather-mist:before {
	content: "\f108";
	color: #cccccc;
	position: absolute;
}

.dropdown-menu {
	cursor: pointer;
	margin-right: 3px;
	margin-left: 4px;
	font-size: 13px;
	color: #ffffff;
}

.dropdown-menu.opened, .dropdown-menu:hover {
	background-color: #8eb520;
}

.dropdown-menu > i.dropmenu-icon:before {
	font-size: 12px;
}

.dropdown-menu > i.dropmenu-icon {
	color: #a0be5a;
}

.dropdown-menu.opened > i.dropmenu-icon, .dropdown-menu:hover > i.dropmenu-icon {
	font-size: 12px;
	color: #ffffff;
}

.dropdown-menu > ul {
	margin: 3px 2px 0 0;
	right: 0;
	left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 8px 0;
	margin: 1px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.dropdown-menu > ul:before {
	border: 0 none;
}

.dropdown-menu li {
	text-align: left;
}

.dropdown-menu li .button {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #146eaa;
	white-space: nowrap;
	text-align: left;
	background: none;
	cursor: pointer;
}

.dropdown-menu li .button:hover {
	color: #444;
	text-decoration: none;
	background-color: #f2f2f2;
}

.dropdown-menu li a.button:hover {
	color: #0c4266;
}

.dropdown-menu li a i {
	margin-right: 5px;
	float: left;
}

.dropdown-menu li.divider {
	height: 1px;
	margin: 8px 1px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}

.dropdown-menu > span.badge {
	right: 20px;
	top: 2px;
}

#start-menu {
	height: 42px;
	padding: 0 3px;
	width: 65px;
}

#start-menu ul {
	padding: 8px 8px;
	margin-left: 3px;
}

#start-menu ul > li {
	text-align: center;
	display: table-cell;
}

#start-menu ul > li > a {
	filter: none;
	font-weight: normal;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	padding: 15px 25px 10px 25px;
}

#start-menu ul > li > a > i {
	float: none;
}

#start-menu ul > li > a > i:before {
	font-size: 80px;
}

#start-menu ul > li > a > div.label {
	font-size: 14px;
	line-height: 36px;
}

#start-menu .ui-effects-wrapper {
	display: table;
}

#start-menu ul .badge {
	font-size: 16px !important;
	font-weight: bold;
	line-height: 24px;
	margin-left: 50px;
	padding: 2px 4px;
	position: absolute;
	top: 15px;
}

#user-menu > ul {
	left: auto;
	margin-right: 8px;
	float: right;
	margin: 3px 8px 0 0;
}

#perspective-menu {
	padding: 15px;
}

.v-table-header-cell span.checkbox-menu {
	cursor: pointer;
	line-height: 0;
}

.v-table-header-cell span.checkbox-menu:hover {
	color: #aaaaaa;
}

#tabs {
	width: 100%;
	display: block;
	z-index: 10;
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	padding: 0;
	position: relative;
}

#tabs .tab-content-holder {
	position: relative;
	display: inline;
}

#tabs .tab-content {
	display: inline-block;
}

#tabs .tab {
	float: left;
	max-width: 200px;
	vertical-align: top;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	color: $color-neutral-light;
	height: 45px;
	padding: 2px 12px 0px 12px;
	border-width: 0px 2px 2px 0px;
	border-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	transition: all 0.4s cubic-bezier(0, 0, 0.2, 1) 0s;
}

#tabs .tab.selected {
	border-bottom-color: #eeeeee;
	background-color: #eeeeee;
}

#tabs .tab.singleton .v-icon {
	font-size: 30px;
}

#tabs .tab.instance {
	line-height: 1;
	min-width: 100px;
	padding: 2px 5px 0px 5px;
}

#tabs .tab.instance .content, #tabs .tab.instance .icon {
	float: left;
}

#tabs .tab.instance .content {
	padding-top: 2px;
	padding-right: 15px;
}

#tabs .tab.instance .icon .v-icon {
	font-size: 30px;
	padding-top: 12px;
	padding-right: 5px;
}

#tabs .tab .tab-close {
	font-weight: bold;
	font-size: 15px;
	width: 9px;
	line-height: 8px;
	cursor: pointer;
	position: absolute;
	top: -30px;
	right: 0;
	margin-top: 6px;
	margin-right: 0px;
	z-index: 300;
	color: inherit;
}

#tabs .tab.closesable-separator {
	width: 50px;
	box-shadow: none;
	display: none;
}

.tooltipster-base {
	display: flex;
	position: absolute;
}

.tooltipster-box {
	flex: 1 1 auto;
}

.tooltipster-content {
	box-sizing: border-box;
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

@keyframes tooltipster-fading {
		0% {
		opacity: 0;
	}
		100% {
		opacity: 1;
	}
	}

.tooltipster-update-fade {
	animation: tooltipster-fading 400ms;
}

@keyframes tooltipster-rotating {
		25% {
		transform: rotate(-2deg);
	}
		75% {
		transform: rotate(2deg);
	}
		100% {
		transform: rotate(0);
	}
	}

.tooltipster-update-rotate {
	animation: tooltipster-rotating 600ms;
}

@keyframes tooltipster-scaling {
		50% {
		transform: scale(1.1);
	}
		100% {
		transform: scale(1);
	}
	}

.tooltipster-update-scale {
	animation: tooltipster-scaling 600ms;
}

.tooltipster-white.tooltipster-sidetip .tooltipster-box {
	background-color: #FFFFFF;
}

.tooltipster-white.tooltipster-sidetip .tooltipster-content {
	color: #444444;
}

.tooltipster-sidetip .tooltipster-box {
	background: #444444;
	border: 2px solid black;
	border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
	color: white;
	line-height: 1.2em;
	padding: 4px 8px;
	font-size: 12px;
	font-family: "RobotoExt";
}

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #444444;
	left: 0px;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #444444;
	left: -3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #444444;
	left: 3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #444444;
	left: 0px;
	top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-white.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #FFFFFF;
}

.tooltipster-white.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #FFFFFF;
}

.tooltipster-white.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #FFFFFF;
}

.tooltipster-white.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #FFFFFF;
}

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: black;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}

.v-slot-ribbon {
	padding-right: 10px;
}

#skeleton-ribbon {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	margin-bottom: 10px;
}

#skeleton-page {
	padding: 0 10px 10px 10px;
}

#perspective > table {
	height: 100%;
}

#perspective > table td.col0row0 {
	padding-left: 10px;
	padding-top: 10px;
	height: 100%;
}

#perspective > table td.col1row0 {
	padding-left: 10px;
	padding-top: 10px;
	height: 100%;
}

#tabs .tab.purple {
	color: #AB47BC;
}

#tabs .tab.purple:hover {
	color: #AB47BC;
}

#tabs .tab.purple.selected {
	border-bottom: 2px solid #AB47BC;
}

.perspective-purple #skeleton-menu ul li.selected {
	background-color: #E1BEE7;
	border-color: #AB47BC;
	color: #6A1B9A;
}

.perspective-purple .section-title .v-icon, .perspective-purple .section .expand .v-icon, .perspective-purple .section-title, .perspective-purple #skeleton-menu ul li.category {
	color: #6A1B9A;
}

.perspective-purple #skeleton-actionmenu .v-menubar-menuitem:focus {
	border-color: #AB47BC;
}

.perspective-purple #skeleton-actionmenu .v-menubar-menuitem-selected {
	background-color: #AB47BC;
	border-color: #AB47BC;
}

.perspective-purple .v-table .v-selected[class*="-row"] + .v-selected, .perspective-purple .v-table .v-selected[class*="-row"] {
	background-color: #fafafa;
	background-image: none;
	color: inherit;
}

.perspective-purple .v-table-sort-indicator {
	color: #AB47BC;
}

#tabs .tab.deeppurple {
	color: #673ab7;
}

#tabs .tab.deeppurple:hover {
	color: #673ab7;
}

#tabs .tab.deeppurple.selected {
	border-bottom: 2px solid #673ab7;
}

.perspective-deeppurple #skeleton-menu ul li.selected {
	background-color: #b39ddb;
	border-color: #673ab7;
	color: #311b92;
}

.perspective-deeppurple .section-title .v-icon, .perspective-deeppurple .section .expand .v-icon, .perspective-deeppurple .section-title, .perspective-deeppurple #skeleton-menu ul li.category {
	color: #311b92;
}

.perspective-deeppurple #skeleton-actionmenu .v-menubar-menuitem:focus {
	border-color: #673ab7;
}

.perspective-deeppurple #skeleton-actionmenu .v-menubar-menuitem-selected {
	background-color: #673ab7;
	border-color: #673ab7;
}

.perspective-deeppurple .v-table .v-selected[class*="-row"] + .v-selected, .perspective-deeppurple .v-table .v-selected[class*="-row"] {
	background-color: #fafafa;
	background-image: none;
	color: inherit;
}

.perspective-deeppurple .v-table-sort-indicator {
	color: #673ab7;
}

#tabs .tab.orange {
	color: #ff9800;
}

#tabs .tab.orange:hover {
	color: #ff9800;
}

#tabs .tab.orange.selected {
	border-bottom: 2px solid #ff9800;
}

.perspective-orange #skeleton-menu ul li.selected {
	background-color: #ffcc80;
	border-color: #ff9800;
	color: #e65100;
}

.perspective-orange .section-title .v-icon, .perspective-orange .section .expand .v-icon, .perspective-orange .section-title, .perspective-orange #skeleton-menu ul li.category {
	color: #e65100;
}

.perspective-orange #skeleton-actionmenu .v-menubar-menuitem:focus {
	border-color: #ff9800;
}

.perspective-orange #skeleton-actionmenu .v-menubar-menuitem-selected {
	background-color: #ff9800;
	border-color: #ff9800;
}

.perspective-orange .v-table .v-selected[class*="-row"] + .v-selected, .perspective-orange .v-table .v-selected[class*="-row"] {
	background-color: #fafafa;
	background-image: none;
	color: inherit;
}

.perspective-orange .v-table-sort-indicator {
	color: #ff9800;
}

#tabs .tab.amber {
	color: #ffc107;
}

#tabs .tab.amber:hover {
	color: #ffc107;
}

#tabs .tab.amber.selected {
	border-bottom: 2px solid #ffc107;
}

.perspective-amber #skeleton-menu ul li.selected {
	background-color: #fff5db;
	border-color: #ffc107;
	color: #ff8f00;
}

.perspective-amber .section-title .v-icon, .perspective-amber .section .expand .v-icon, .perspective-amber .section-title, .perspective-amber #skeleton-menu ul li.category {
	color: #ff8f00;
}

.perspective-amber #skeleton-actionmenu .v-menubar-menuitem:focus {
	border-color: #ffc107;
}

.perspective-amber #skeleton-actionmenu .v-menubar-menuitem-selected {
	background-color: #ffc107;
	border-color: #ffc107;
}

.perspective-amber .v-table .v-selected[class*="-row"] + .v-selected, .perspective-amber .v-table .v-selected[class*="-row"] {
	background-color: #fafafa;
	background-image: none;
	color: inherit;
}

.perspective-amber .v-table-sort-indicator {
	color: #ffc107;
}

#tabs .tab.brown {
	color: #795548;
}

#tabs .tab.brown:hover {
	color: #795548;
}

#tabs .tab.brown.selected {
	border-bottom: 2px solid #795548;
}

.perspective-brown #skeleton-menu ul li.selected {
	background-color: #bcaaa4;
	border-color: #795548;
	color: #4e342e;
}

.perspective-brown .section-title .v-icon, .perspective-brown .section .expand .v-icon, .perspective-brown .section-title, .perspective-brown #skeleton-menu ul li.category {
	color: #4e342e;
}

.perspective-brown #skeleton-actionmenu .v-menubar-menuitem:focus {
	border-color: #795548;
}

.perspective-brown #skeleton-actionmenu .v-menubar-menuitem-selected {
	background-color: #795548;
	border-color: #795548;
}

.perspective-brown .v-table .v-selected[class*="-row"] + .v-selected, .perspective-brown .v-table .v-selected[class*="-row"] {
	background-color: #fafafa;
	background-image: none;
	color: inherit;
}

.perspective-brown .v-table-sort-indicator {
	color: #795548;
}

#tabs .tab.blue {
	color: #2196f3;
}

#tabs .tab.blue:hover {
	color: #2196f3;
}

#tabs .tab.blue.selected {
	border-bottom: 2px solid #2196f3;
}

.perspective-blue #skeleton-menu ul li.selected {
	background-color: #90caf9;
	border-color: #2196f3;
	color: #0d47a1;
}

.perspective-blue .section-title .v-icon, .perspective-blue .section .expand .v-icon, .perspective-blue .section-title, .perspective-blue #skeleton-menu ul li.category {
	color: #0d47a1;
}

.perspective-blue #skeleton-actionmenu .v-menubar-menuitem:focus {
	border-color: #2196f3;
}

.perspective-blue #skeleton-actionmenu .v-menubar-menuitem-selected {
	background-color: #2196f3;
	border-color: #2196f3;
}

.perspective-blue .v-table .v-selected[class*="-row"] + .v-selected, .perspective-blue .v-table .v-selected[class*="-row"] {
	background-color: #fafafa;
	background-image: none;
	color: inherit;
}

.perspective-blue .v-table-sort-indicator {
	color: #2196f3;
}

#tabs .tab.green {
	color: #4caf50;
}

#tabs .tab.green:hover {
	color: #4caf50;
}

#tabs .tab.green.selected {
	border-bottom: 2px solid #4caf50;
}

.perspective-green #skeleton-menu ul li.selected {
	background-color: #a5d6a7;
	border-color: #4caf50;
	color: #1b5e20;
}

.perspective-green .section-title .v-icon, .perspective-green .section .expand .v-icon, .perspective-green .section-title, .perspective-green #skeleton-menu ul li.category {
	color: #1b5e20;
}

.perspective-green #skeleton-actionmenu .v-menubar-menuitem:focus {
	border-color: #4caf50;
}

.perspective-green #skeleton-actionmenu .v-menubar-menuitem-selected {
	background-color: #4caf50;
	border-color: #4caf50;
}

.perspective-green .v-table .v-selected[class*="-row"] + .v-selected, .perspective-green .v-table .v-selected[class*="-row"] {
	background-color: #fafafa;
	background-image: none;
	color: inherit;
}

.perspective-green .v-table-sort-indicator {
	color: #4caf50;
}

#tabs .tab.bluegrey {
	color: #607d8b;
}

#tabs .tab.bluegrey:hover {
	color: #607d8b;
}

#tabs .tab.bluegrey.selected {
	border-bottom: 2px solid #607d8b;
}

.perspective-bluegrey #skeleton-menu ul li.selected {
	background-color: #b0bec5;
	border-color: #607d8b;
	color: #37474f;
}

.perspective-bluegrey .section-title .v-icon, .perspective-bluegrey .section .expand .v-icon, .perspective-bluegrey .section-title, .perspective-bluegrey #skeleton-menu ul li.category {
	color: #37474f;
}

.perspective-bluegrey #skeleton-actionmenu .v-menubar-menuitem:focus {
	border-color: #607d8b;
}

.perspective-bluegrey #skeleton-actionmenu .v-menubar-menuitem-selected {
	background-color: #607d8b;
	border-color: #607d8b;
}

.perspective-bluegrey .v-table .v-selected[class*="-row"] + .v-selected, .perspective-bluegrey .v-table .v-selected[class*="-row"] {
	background-color: #fafafa;
	background-image: none;
	color: inherit;
}

.perspective-bluegrey .v-table-sort-indicator {
	color: #607d8b;
}

#tabs .tab.lightblue {
	color: #03a9f4;
}

#tabs .tab.lightblue:hover {
	color: #03a9f4;
}

#tabs .tab.lightblue.selected {
	border-bottom: 2px solid #03a9f4;
}

.perspective-lightblue #skeleton-menu ul li.selected {
	background-color: #81d4fa;
	border-color: #03a9f4;
	color: #0277bd;
}

.perspective-lightblue .section-title .v-icon, .perspective-lightblue .section .expand .v-icon, .perspective-lightblue .section-title, .perspective-lightblue #skeleton-menu ul li.category {
	color: #0277bd;
}

.perspective-lightblue #skeleton-actionmenu .v-menubar-menuitem:focus {
	border-color: #03a9f4;
}

.perspective-lightblue #skeleton-actionmenu .v-menubar-menuitem-selected {
	background-color: #03a9f4;
	border-color: #03a9f4;
}

.perspective-lightblue .v-table .v-selected[class*="-row"] + .v-selected, .perspective-lightblue .v-table .v-selected[class*="-row"] {
	background-color: #fafafa;
	background-image: none;
	color: inherit;
}

.perspective-lightblue .v-table-sort-indicator {
	color: #03a9f4;
}

#tabs .tab.indigo {
	color: #3f51b5;
}

#tabs .tab.indigo:hover {
	color: #3f51b5;
}

#tabs .tab.indigo.selected {
	border-bottom: 2px solid #3f51b5;
}

.perspective-indigo #skeleton-menu ul li.selected {
	background-color: #9fa8da;
	border-color: #3f51b5;
	color: #1a237e;
}

.perspective-indigo .section-title .v-icon, .perspective-indigo .section .expand .v-icon, .perspective-indigo .section-title, .perspective-indigo #skeleton-menu ul li.category {
	color: #1a237e;
}

.perspective-indigo #skeleton-actionmenu .v-menubar-menuitem:focus {
	border-color: #3f51b5;
}

.perspective-indigo #skeleton-actionmenu .v-menubar-menuitem-selected {
	background-color: #3f51b5;
	border-color: #3f51b5;
}

.perspective-indigo .v-table .v-selected[class*="-row"] + .v-selected, .perspective-indigo .v-table .v-selected[class*="-row"] {
	background-color: #fafafa;
	background-image: none;
	color: inherit;
}

.perspective-indigo .v-table-sort-indicator {
	color: #3f51b5;
}

#tabs .tab.lime {
	color: #cddc39;
}

#tabs .tab.lime:hover {
	color: #cddc39;
}

#tabs .tab.lime.selected {
	border-bottom: 2px solid #cddc39;
}

.perspective-lime #skeleton-menu ul li.selected {
	background-color: #e6ee9c;
	border-color: #cddc39;
	color: #9e9d24;
}

.perspective-lime .section-title .v-icon, .perspective-lime .section .expand .v-icon, .perspective-lime .section-title, .perspective-lime #skeleton-menu ul li.category {
	color: #9e9d24;
}

.perspective-lime #skeleton-actionmenu .v-menubar-menuitem:focus {
	border-color: #cddc39;
}

.perspective-lime #skeleton-actionmenu .v-menubar-menuitem-selected {
	background-color: #cddc39;
	border-color: #cddc39;
}

.perspective-lime .v-table .v-selected[class*="-row"] + .v-selected, .perspective-lime .v-table .v-selected[class*="-row"] {
	background-color: #fafafa;
	background-image: none;
	color: inherit;
}

.perspective-lime .v-table-sort-indicator {
	color: #cddc39;
}

#tabs .tab.teal {
	color: #009688;
}

#tabs .tab.teal:hover {
	color: #009688;
}

#tabs .tab.teal.selected {
	border-bottom: 2px solid #009688;
}

.perspective-teal #skeleton-menu ul li.selected {
	background-color: #80cbc4;
	border-color: #009688;
	color: #004d40;
}

.perspective-teal .section-title .v-icon, .perspective-teal .section .expand .v-icon, .perspective-teal .section-title, .perspective-teal #skeleton-menu ul li.category {
	color: #004d40;
}

.perspective-teal #skeleton-actionmenu .v-menubar-menuitem:focus {
	border-color: #009688;
}

.perspective-teal #skeleton-actionmenu .v-menubar-menuitem-selected {
	background-color: #009688;
	border-color: #009688;
}

.perspective-teal .v-table .v-selected[class*="-row"] + .v-selected, .perspective-teal .v-table .v-selected[class*="-row"] {
	background-color: #fafafa;
	background-image: none;
	color: inherit;
}

.perspective-teal .v-table-sort-indicator {
	color: #009688;
}

#tabs .tab.pink {
	color: #e91e63;
}

#tabs .tab.pink:hover {
	color: #e91e63;
}

#tabs .tab.pink.selected {
	border-bottom: 2px solid #e91e63;
}

.perspective-pink #skeleton-menu ul li.selected {
	background-color: #f48fb1;
	border-color: #e91e63;
	color: #880e4f;
}

.perspective-pink .section-title .v-icon, .perspective-pink .section .expand .v-icon, .perspective-pink .section-title, .perspective-pink #skeleton-menu ul li.category {
	color: #880e4f;
}

.perspective-pink #skeleton-actionmenu .v-menubar-menuitem:focus {
	border-color: #e91e63;
}

.perspective-pink #skeleton-actionmenu .v-menubar-menuitem-selected {
	background-color: #e91e63;
	border-color: #e91e63;
}

.perspective-pink .v-table .v-selected[class*="-row"] + .v-selected, .perspective-pink .v-table .v-selected[class*="-row"] {
	background-color: #fafafa;
	background-image: none;
	color: inherit;
}

.perspective-pink .v-table-sort-indicator {
	color: #e91e63;
}

#tabs .tab.cyan {
	color: #00bcd4;
}

#tabs .tab.cyan:hover {
	color: #00bcd4;
}

#tabs .tab.cyan.selected {
	border-bottom: 2px solid #00bcd4;
}

.perspective-cyan #skeleton-menu ul li.selected {
	background-color: #80deea;
	border-color: #00bcd4;
	color: #00838f;
}

.perspective-cyan .section-title .v-icon, .perspective-cyan .section .expand .v-icon, .perspective-cyan .section-title, .perspective-cyan #skeleton-menu ul li.category {
	color: #00838f;
}

.perspective-cyan #skeleton-actionmenu .v-menubar-menuitem:focus {
	border-color: #00bcd4;
}

.perspective-cyan #skeleton-actionmenu .v-menubar-menuitem-selected {
	background-color: #00bcd4;
	border-color: #00bcd4;
}

.perspective-cyan .v-table .v-selected[class*="-row"] + .v-selected, .perspective-cyan .v-table .v-selected[class*="-row"] {
	background-color: #fafafa;
	background-image: none;
	color: inherit;
}

.perspective-cyan .v-table-sort-indicator {
	color: #00bcd4;
}

.v-slot-horizontal-separator, .v-slot-vertical-separator {
	line-height: 0px;
}

.horizontal-separator, .vertical-separator {
	background-color: #cccccc;
}

.horizontal-wrap > .v-checkbox {
	margin-top: 7px;
}

.horizontal-wrap > .v-widget {
	margin-right: 10px;
	margin-bottom: 10px;
}

#messages-page {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 10px;
	width: 800px;
	height: 600px;
}

#messages-page .messages-welcome {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 50px;
	width: 700px;
}

#messages-page .messages-icon .v-icon {
	font-size: 96px;
}

#messages-page .messages-information {
	font-size: 18px;
	color: $color-neutral-dark;
	padding-bottom: 20px;
	padding-left: 50px;
	width: 700px;
}

#messages-page .messages-information-small {
	font-size: 14px;
	color: $color-neutral-dark;
	padding-bottom: 20px;
	width: 700px;
}

#messages-page .message {
	background: white none repeat scroll 0 0;
	border: 2px solid $color-neutral-dark;
	border-radius: 5px;
	color: $color-neutral-dark;
	padding: 20px;
	text-align: justify;
	box-shadow: 0 0 10px $color-neutral-dark;
	margin-bottom: 20px;
	overflow: auto;
	border: 2px solid #888888;
}

#messages-page .v-button {
	margin-top: 20px;
}

#skeleton-header .wundersearch {
	margin-top: 5px;
	width: 300px;
}

#skeleton-user-menu {
	color: #666666;
}

#skeleton-user-menu .v-button {
	font-size: 13px;
}

#skeleton-user-menu #organization-chart {
	border-collapse: unset;
	border-spacing: 10px;
}

#skeleton-user-menu .organization {
	padding: 10px;
	font-size: 26px;
	font-weight: 100;
	text-align: left;
}

#skeleton-user-menu .unit {
	padding: 10px;
	background-color: #607d8b;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	text-align: center;
	min-width: 200px;
	line-height: 1.3;
	color: white;
}

#skeleton-user-menu .unit-name {
	padding-bottom: 0px;
}

#skeleton-user-menu .unit-name .name {
	font-weight: bold;
	font-size: 13px;
}

#skeleton-user-menu .unit-name .initials {
	font-size: 11px;
}

#skeleton-user-menu .manager-name {
	padding-top: 15px;
}

#skeleton-user-menu .responsible {
	font-size: 10px;
	color: #b0bec5;
}

#skeleton-user-menu .unit-manager .name {
	font-size: 12px;
}

#skeleton-user-menu .members {
	padding-top: 30px;
}

.v-slot-page {
	overflow-y: auto;
}

.padding-right {
	padding-right: 10px;
}

.padding-bottom {
	padding-bottom: 10px;
}

.padding-top {
	padding-top: 10px;
}

.padding-left {
	padding-left: 10px;
}

.margin-right {
	margin-right: 10px;
}

.margin-bottom {
	margin-bottom: 10px;
}

.margin-top {
	margin-top: 10px;
}

.margin-left {
	margin-left: 10px;
}

.text-align-right {
	text-align: right !important;
}

.text-align-center {
	text-align: center !important;
}

.text-align-justify {
	text-align: justify !important;
}

.highlight {
	color: #fbc02d !important;
}

.v-label.success {
	color: #4caf50 !important;
}

.error {
	color: #f44336 !important;
}

.information {
	color: #2196f3 !important;
}

.caption {
	color: #aaaaaa !important;
}

.black {
	color: #000000 !important;
}

.success-sticker, .warning-sticker, .error-sticker, .neutral-sticker, .neutral-sticker-dark, .information-sticker {
	padding: 1px 5px;
	border-radius: 6px;
	font-size: 11px;
	line-height: 1.4;
	display: inline-block;
}

.success-note, .warning-note, .error-note, .neutral-note, .neutral-note-dark, .information-note {
	padding: 8px 8px 8px 15px;
	width: 100%;
}

.error-note, .error-sticker {
	background-color: #f2dede;
	color: #f44336;
}

.warning-note, .warning-sticker {
	background-color: #ffedd6;
	color: #ff9800;
}

.information-note, .information-sticker {
	background-color: #d9edf7;
	color: #2196f3;
}

.success-note, .success-sticker {
	background-color: #dff0d8;
	color: #4caf50;
}

.neutral-note, .neutral-sticker {
	background-color: #eeeeee;
	color: #888888;
}

.neutral-note-dark, .neutral-sticker-dark {
	background-color: #999999;
	color: #888888;
}

.v-caption.v-caption-success-caption, .success {
	color: #4caf50;
}

.v-caption.v-caption-warning-caption, .warning {
	color: #ff9800;
}

.success .v-icon, .error .v-icon {
	padding-right: 5px;
}

.v-Notification.failure {
	background-color: #f2dede !important;
	color: #f44336 !important;
	border: 0px !important;
	border-radius: 0px !important;
}

.v-Notification.success {
	background-color: #dff0d8 !important;
	color: #4caf50 !important;
	border: 0px !important;
	border-radius: 0px !important;
}

.v-Notification-caption {
	display: block !important;
	padding-bottom: 10px !important;
	font-weight: bold !important;
}

.v-table-row-hand, .v-table-cell-content-hand, .hand {
	cursor: pointer !important;
}

.v-table-row-clickable, .v-table-cell-content-clickable, .clickable {
	cursor: url(img/pencil.png) 1 23, pointer !important;
}

.table-layout tr td {
	vertical-align: top;
	padding: 10px;
}

.table-layout.table-spacing tr:first-of-type td {
	padding-top: 0px;
}

.table-layout.table-spacing tr td:first-of-type {
	padding-left: 0px;
}

.table-layout.table-spacing tr td:last-of-type {
	padding-right: 0px;
}

.table-layout.table-spacing tr:last-of-type td {
	padding-bottom: 0px;
}

.table-layout.table-spacing {
	border-spacing: 0px;
	border-collapse: separate;
}

.table-layout.table-margin {
	padding: 10px;
}

.table-layout .v-caption {
	display: block;
}

.v-filterselect-suggestmenu {
	max-height: 450px;
	overflow-x: hidden;
	overflow-y: auto;
}

.gap_size .cke_combo_text {
	width: 120px !important;
}

.cke_combo_text, .cke_combopanel {
	width: auto !important;
}

@keyframes greenPulse {
		50% {
		border-color: #4caf50;
		background-color: #f1f9f1;
	}
	}

.success-glow input, .success-glow {
	animation-name: greenPulse;
	animation-duration: 1s;
	animation-iteration-count: 1;
}

#action-shortcuts .v-icon {
	font-size: 30px;
	margin-top: 3px;
}

#action-shortcuts .orange {
	background-color: #ff9800 !important;
	color: white !important;
}

#action-shortcuts .orange:hover {
	background-color: #e65100 !important;
}

#action-shortcuts .green {
	background-color: #4caf50 !important;
	color: white !important;
}

#action-shortcuts .green:hover {
	background-color: #1b5e20 !important;
	color: white !important;
}

#action-shortcuts .lightblue {
	background-color: #03a9f4 !important;
	color: white !important;
}

#action-shortcuts .lightblue:hover {
	background-color: #0277bd !important;
}

#action-shortcuts .indigo {
	background-color: #3f51b5 !important;
	color: white !important;
}

#action-shortcuts .indigo:hover {
	background-color: #1a237e !important;
}

#action-shortcuts .lime {
	background-color: #cddc39 !important;
	color: white !important;
}

#action-shortcuts .indigo:hover {
	background-color: #9e9d24 !important;
}

#action-shortcuts .purple {
	background-color: #AB47BC !important;
	color: white !important;
}

#action-shortcuts .purple:hover {
	background-color: #6A1B9A !important;
}

.v-window.overlay-dialog {
	backface-visibility: hidden;
	background-color: #f3f3f3;
	border-radius: 3px;
	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.094);
	color: #444444;
	margin: 4px 0 0 1px !important;
	padding: 3px;
	transition: opacity 0.25s ease-in-out;
}

.v-window.overlay-dialog .v-window-outerheader::after, .v-window.overlay-dialog .v-window-contents > .v-scrollable::before {
	border: 0px;
}

.v-verticallayout-formpanel {
	width: 100%;
}

.cke_button__gap_label, .cke_button__fillin_label {
	display: inline !important;
}

.cke_button__gap_icon, .cke_button__fillin_icon {
	display: none !important;
}

.combolabelbox_label {
	width: 25px;
	height: 30px;
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: #FFFFFF;
}

.combolabelbox_combo {
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.v-button-icon-align-right .v-icon {
	margin-top: -3px;
}

.v-button.button-off {
	cursor: default;
}

.v-button.button-on {
	background-color: #888888 !important;
	box-shadow: none;
	color: #fafafa;
}

.v-button.button-on.v-pressed {
	background: inherit !important;
}

.v-button.horizontal-button-switch-first {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.v-button.vertical-button-switch-middle, .v-button.horizontal-button-switch-middle {
	border-radius: 0px;
}

.v-button.horizontal-button-switch-last {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.v-button.vertical-button-switch-first {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.v-button.vertical-button-switch-last {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.v-button:focus::after {
	border-color: inherit !important;
	box-shadow: none !important;
}

.v-button.button-icon-big {
	height: 112px;
}

.v-button.button-icon-big .v-icon {
	font-size: 96px;
}

.v-button.drop-down.selected {
	background-color: #666666;
	color: white;
}

.v-button.drop-down .v-button-caption::after {
	content: "\edbd";
	font-family: WixbeeIcon;
	font-size: 0.7em;
	margin: 0 -0.2em 0 0.5em;
	opacity: 0.5;
	vertical-align: 0.15em;
}

.v-button.button-light-blue {
	backgound-color: #81d4fa;
	color: #0277bd;
}

.v-button-orange {
	background-color: #ff9800 !important;
	color: white !important;
}

.v-button-orange:hover {
	background-color: #e65100 !important;
}

.v-button-green {
	background-color: #4caf50 !important;
	color: white !important;
}

.v-button-green:hover {
	background-color: #1b5e20 !important;
	color: white !important;
}

.v-button-lightblue {
	background-color: #03a9f4 !important;
	color: white !important;
}

.v-button-lightblue:hover {
	background-color: #0277bd !important;
}

.v-button-red {
	background-color: #f44336 !important;
	color: white !important;
}

.v-button-red:hover {
	background-color: #b71c1c !important;
}

.v-button-purple {
	background-color: #AB47BC !important;
	color: white !important;
}

.v-button-purple:hover {
	background-color: #6A1B9A !important;
}

.v-button-bluegrey {
	background-color: #607d8b !important;
	color: white !important;
}

.v-button-bluegrey:hover {
	background-color: #37474f !important;
}

.v-button-lime {
	background-color: #cddc39 !important;
	color: white !important;
}

.v-button-lime:hover {
	background-color: #9e9d24 !important;
}

.v-button-indigo {
	background-color: #3f51b5 !important;
	color: white !important;
}

.v-button-indigo:hover {
	background-color: #1a237e !important;
}

.v-button-purple {
	background-color: #AB47BC !important;
	color: white !important;
}

.v-button-purple:hover {
	background-color: #6A1B9A !important;
}

.context-menu-list {
	margin: 0;
	padding: 0;
	min-width: 120px;
	max-width: 250px;
	display: inline-block;
	position: absolute;
	list-style-type: none;
	background: #fafafa;
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
	font-size: 12px;
	font-family: "RobotoExt";
	z-index: 1000 !important;
}

.context-menu-item {
	padding: 10px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.context-menu-item a {
	text-decoration: none;
}

.context-menu-separator {
	padding-bottom: 0;
	border-bottom: 1px solid #cccccc;
}

.context-menu-item > label > input, .context-menu-item > label > textarea {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.context-menu-item:hover, .context-menu-item.hover {
	cursor: pointer;
	background-color: #666666;
	color: #fafafa;
}

.context-menu-item:hover a {
	color: #fafafa;
}

.context-menu-item.disabled {
	color: #aaaaaa;
}

.context-menu-input.hover, .context-menu-item.disabled.hover {
	cursor: default;
	backgroun-color: #fafafa;
}

.context-menu-submenu:after {
	content: ">";
	color: #666;
	position: absolute;
	top: 0;
	right: 3px;
	z-index: 1;
}

.context-menu-input > label > * {
	vertical-align: top;
}

.context-menu-input > label > input[type="checkbox"], .context-menu-input > label > input[type="radio"] {
	margin-left: -17px;
}

.context-menu-input > label > span {
	margin-left: 5px;
}

.context-menu-input > label, .context-menu-input > label > input[type="text"], .context-menu-input > label > textarea, .context-menu-input > label > select {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.context-menu-input > label > textarea {
	height: 100px;
}

.context-menu-item > .context-menu-list {
	display: none;
	right: -5px;
	top: 5px;
}

.context-menu-item.hover > .context-menu-list {
	display: block;
}

.context-menu-accesskey {
	text-decoration: underline;
}

.autocomplete-suggestions {
	margin-top: 4px;
	text-align: left;
	cursor: default;
	padding: 3px;
	color: #444444;
	background-color: #f3f3f3;
	border-radius: 3px;
	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.094);
	position: absolute;
	display: none;
	z-index: 9999;
	max-height: 254px;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: content-box;
	max-height: 450px;
}

.autocomplete-suggestion {
	border-radius: 2px;
	box-sizing: border-box;
	cursor: pointer;
	font-weight: 400;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	padding: 0 16px 0 8px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

.autocomplete-suggestion b {
	font-weight: normal;
	color: #1f8dd6;
}

.autocomplete-suggestion.selected {
	background: #666666;
	color: #f0f0f0;
}

.autocomplete-suggestion-content {
	display: table;
	width: 100%;
}

.autocomplete-suggestion-content > * {
	display: table-cell;
	vertical-align: top;
	overflow: hidden;
}

.autocomplete-suggestion-icon .v-icon {
	margin-top: 0.2em;
	margin-right: 0.4em;
	margin-bottom: 0.2em;
}

.autocomplete-suggestion-text {
	width: 100%;
}

.autocomplete-suggestion-text > * {
	position: relative;
}

.autocomplete-suggestion-text > *:before {
	content: "&nbsp;";
	visibility: hidden;
}

.autocomplete-suggestion-text > * span {
	position: absolute;
	left: 0;
	right: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.autocomplete-suggestion-description {
	font-size: 0.8em;
}

.v-window.popup-window {
	background-color: #fafafa;
	border: 3px solid #666666;
}

.v-window.popup-window .v-window-outerheader {
	background-color: #888888;
	border-top: none;
}

.v-window.popup-window .v-window-closebox {
	border-bottom-left-radius: 0px;
	width: 50px;
	font-size: 30px;
	margin-top: 5px;
	background-color: inherit;
	color: $color-neutral-lighter;
}

.v-window.popup-window .v-window-header {
	padding: 5px 0px 5px 15px;
	font-size: 14px;
	margin-right: 50px !important;
	color: #fafafa;
	font-weight: bold;
}

.v-window.popup-window .content {
	padding: 15px;
}

.v-window.popup-window .footer {
	border-top: 2px solid #666666;
	padding: 10px;
	text-align: right;
	width: 100%;
}

.v-window.popup-window .content .part {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #aaaaaa;
}

.v-window.popup-window .content .highlight {
	color: #fbc02d;
	font-size: 20px;
}

.v-window.popup-window .page-title {
	line-height: 1;
	width: 100%;
	padding: 15px;
	font-style: italic;
	background-color: #cccccc;
}

.v-window.popup-window-title-green .v-window-outerheader {
	background-color: #4caf50 !important;
}

.v-window.popup-window .thumb {
	background: inherit !important;
	border: 1px dashed #cccccc;
}

.v-window.popup-window .content .header {
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
	width: 100%;
	border-bottom: 2px solid #f0f0f0;
}

.dragndrop-twinlist-column-label {
	font-size: 11px;
	white-space: normal;
	padding-bottom: 5px;
}

.dragndrop-twinlist-column-right, .dragndrop-twinlist-column-left {
	border: 1px solid #aaaaaa;
	padding: 10px;
	overflow-y: auto;
}

.dragndrop-twinlist-item {
	background-color: #ffffff;
	border: 1px dashed #bbbbbb;
	padding: 10px;
	width: 100%;
	cursor: pointer;
}

.dragndrop-twinlist .locked {
	float: right;
}

.section {
	background-color: #fafafa;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.section-title {
	padding: 10px;
	display: inline-block;
	font-size: 16px;
	width: 100%;
	font-weight: 500;
}

.section-title.collapsible {
	cursor: pointer;
}

.section-title .section-title-label {
	width: 100%;
	display: inline-block;
}

.section-title .v-icon {
	font-size: 12px;
	padding-right: 5px;
}

.section .header .title {
	display: inline-block;
	min-width: 450px;
}

.section .header .more {
	display: inline-block;
	font-size: 12px;
	min-width: 100px;
	color: #aaaaaa;
}

.section .header .header-right {
	display: inline-block;
	float: right;
}

.section-content:not(.list) {
	padding: 10px;
}

.section-content.list {
	padding: 0px 10px 10px 10px;
}

.section-content.list .item {
	padding-top: 10px;
}

.section-content.list .item .content {
	display: table-cell;
	line-height: 1.2;
	width: 100%;
}

.section .horizontal-separator {
	height: 1px;
	width: 100%;
}

.section .vertical-separator {
	width: 1px;
	height: 100%;
}

.section .thumb {
	background: inherit !important;
	border: 1px dashed #cccccc;
}

.section .header {
	font-size: 12px;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
	border-bottom: 2px solid #f0f0f0;
	font-weight: 700;
}

.section .strong {
	font-weight: 700;
}

.verticalscrolltrack {
	width: 10px;
	background-clip: padding-box;
	background: #fff;
	border-style: solid;
	border-color: transparent;
	border-width: 0;
}

.verticalscrolltrack.dragging, .verticalscrolltrack:hover {
	background: #f2f2f2;
	background: rgba(0, 0, 0, 0.05);
}

.verticalscrolltrack:active {
	background: #f2f2f2;
	background: rgba(0, 0, 0, 0.05);
}

.verticalscrollhandle {
	width: 10px;
	background-clip: padding-box;
	background: #ccc;
	background: rgba(0, 0, 0, 0.2);
}

.verticalscrollhandle:hover {
	background: #999;
	background: rgba(0, 0, 0, 0.4);
}

.dragging .verticalscrollhandle, .verticalscrollhandle:active {
	background: gray;
	background: rgba(0, 0, 0, 0.5);
}

.horizontalscrolltrack {
	height: 10px;
	background-clip: padding-box;
	background: $color-neutra-lighter;
	border-style: solid;
	border-color: transparent;
	border-width: 0;
}

.horizontalscrolltrack.dragging, .horizontalscrolltrack:hover {
	background: $color-neutral-lighter;
	background: rgba(0, 0, 0, 0.05);
}

.horizontalscrolltrack:active {
	background: $color-neutral-lighter;
	background: rgba(0, 0, 0, 0.05);
}

.horizontalscrollhandle {
	height: 10px;
	background-clip: padding-box;
	background: $color-neutral;
	background: rgba(0, 0, 0, 0.2);
}

.horizontalscrollhandle:hover {
	background: $color-neutral-dark;
	background: rgba(0, 0, 0, 0.4);
}

.dragging .horizontalscrollhandle, .horizontalscrollhandle:active {
	background: $color-neutral-dark;
	background: rgba(0, 0, 0, 0.5);
}

/********************************************************************************

 WIDGET BASE

 ********************************************************************************/

.widget {
	color: white;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.widget.medium {
	height: 110px;
}

.widget.small {
	height: 90px;
}

.widget .widget-icon {
	color: white;
	opacity: 0.2;
	position: absolute;
	padding-left: 10px;
}

.widget table {
	width: 100%;
}

.widget .widget-title, .widget .widget-content {
	z-index: 100;
	position: relative;
}

.widget.medium .widget-content {
	height: 87px;
}

.widget.small .widget-content {
	height: 67px;
}

.widget .widget-icon .v-icon {
	line-height: 1;
}

.widget.medium .widget-icon .v-icon {
	padding-top: 10px;
	font-size: 90px;
}

.widget.small .widget-icon .v-icon {
	font-size: 70px;
	padding-top: 5px;
}

.widget .kpi {
	display: table-cell;
	text-align: right;
	padding: 5px 0 10px 30px;
}

.widget .kpi:last-of-type {
	padding-right: 10px;
}

.widget .kpi .value {
	font-size: 20px;
	font-weight: 400;
}

.widget .kpi .value-nolabel {
	font-size: 26px;
	font-weight: 300;
}

.widget .kpi .value-single {
	font-weight: 300;
	font-size: 20px;
	padding-top: 20px;
}

.widget .kpi .value-single-nolabel {
	font-weight: 300;
	font-size: 30px;
	padding-top: 20px;
}

.widget.medium .kpi .value-single-nolabel {
	font-size: 35px;
	padding-top: 20px;
}

.widget.small .kpi .value-single-nolabel {
	padding-top: 0;
}

.widget .kpi .label {
	font-size: 12px;
	opacity: 0.7;
}

.widget .widget-title {
	font-size: 12px;
	padding: 3px 0px 3px 10px;
	opacity: 0.5;
}

.widget-grey {
	background-color: #cccccc;
}

.widget-grey .widget-title {
	background-color: #888888;
}

.widget-black {
	background-color: #666666;
}

.widget-black .widget-title {
	background-color: black;
}

.widget-deeporange {
	background-color: #ff5722;
}

.widget-deeporange .widget-title {
	background-color: #bf360c;
}

.widget-red {
	background-color: #f44336;
}

.widget-red .widget-title {
	background-color: #b71c1c;
}

.widget-red-light {
	background-color: #ef9a9a;
}

.widget-red-light .widget-title {
	background-color: #f44336;
}

.widget-yellow {
	background-color: #ffeb3b;
}

.widget-yellow .widget-title {
	background-color: #fbc02d;
}

.widget-orange {
	background-color: #ff9800;
}

.widget-orange .widget-title {
	background-color: #e65100;
}

.widget-purple {
	background-color: #AB47BC;
}

.widget-purple .widget-title {
	background-color: #6A1B9A;
}

.widget-green {
	background-color: #4caf50;
}

.widget-green .widget-title {
	background-color: #1b5e20;
}

.widget-bluegrey {
	background-color: #607d8b;
}

.widget-bluegrey .widget-title {
	background-color: #37474f;
}

.widget-blue {
	background-color: #2196f3;
}

.widget-blue .widget-title {
	background-color: #0d47a1;
}

.widget-lightblue {
	background-color: #03a9f4;
}

.widget-lightblue .widget-title {
	background-color: #0277bd;
}

.widget-brown {
	background-color: #795548;
}

.widget-brown .widget-title {
	background-color: #4e342e;
}

.emptyTable {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	padding: 10px;
	background-color: #fafafa;
	vertical-align: middle;
	text-align: center;
}

.popupContent .v-table, #skeleton-page .v-table {
	background-color: #fafafa;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.popupContent .v-table .v-table-cell-content, #skeleton-page .v-table .v-table-cell-content {
	font-size: 11px;
	white-space: normal;
	vertical-align: middle;
}

.popupContent .v-table .v-table-header-cell, #skeleton-page .v-table .v-table-header-cell {
	font-size: 11px;
	color: #888888;
}

.popupContent .v-table .v-table-focus, #skeleton-page .v-table .v-table-focus {
	outline: 0px;
}

.popupContent .v-table .v-selected[class*="-row"] + .v-selected, .popupContent .v-table .v-selected[class*="-row"] {
	background-color: #fafafa;
	background-image: none;
	color: inherit;
}

.popupContent .v-table .v-selected[class*="-row"] .v-table-cell-content, #skeleton-page .v-table .v-selected[class*="-row"] .v-table-cell-content {
	border-color: #d4d4d4;
}

#list-grid .v-grid-cell {
	font-size: 11px;
	white-space: normal;
}

#thumbs-grid.v-grid {
	background-color: inherit;
}

#thumbs-grid .v-grid-cell {
	background-color: inherit;
	padding: 0px;
	border: 0 none;
}

#thumbs-grid .v-grid-tablewrapper {
	border: 0px;
}

#thumbs-grid .v-grid-scroller-vertical {
	border: 0px;
}

#thumbs-grid .v-grid-cell > * {
	line-height: 1;
}

#thumbs-grid .v-grid-cell-focused::before {
	border: 0px;
}

#thumbs-grid .v-grid-row-selected > .v-grid-cell {
	background-color: inherit;
	background-image: none;
	color: inherit;
}

.v-grid-cell.thumb {
	border: 0px;
}

.v-grid-row-stripe > td.thumb {
	background-color: white;
}

.thumb {
	padding: 6px;
	background-color: #fafafa;
	cursor: url(img/pencil.png) 1 23, pointer;
	min-height: 112px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.thumb-archived {
	background-color: #ffedd6 !important;
}

.thumb-dead {
	background-color: #f2dede !important;
}

.thumb:hover {
	background-color: white !important;
}

.thumb p {
	line-height: 1 !important;
}

.thumb .thumb-wrap {
	width: 100%;
}

.thumb .line {
	display: table;
	width: 100%;
}

.thumb .col-right, .thumb .col-left {
	display: table-cell;
	vertical-align: top;
}

.thumb img {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	cursor: pointer;
}

.thumb .stickers {
	font-size: 13px;
	line-height: 13px;
	padding-bottom: 2px;
	float: left;
}

.thumb .stickers .v-icon {
	font-size: 13px;
}

.thumb p.large {
	font-size: 13px;
	line-height: 13px;
	margin: 0px 0px 8px 0px;
}

.thumb p.medium {
	font-size: 12px;
	line-height: 12px;
	margin: 0px 0px 8px 0px;
}

.thumb p.small {
	font-size: 11px;
	line-height: 11px;
	margin: 0px 0px 2px 0px;
}

.v-app .v-table-row {
	background-color: #fcfcfc;
	cursor: pointer;
}

.v-app .v-table-row-odd {
	background-color: #f5f5f5;
	cursor: pointer;
}

.v-app .v-table-row-red .v-table-cell-content, .v-app .v-table-cell-content-red {
	background-color: #fdf2f2;
	color: #b71c1c;
}

.v-app .v-table-row-orange .v-table-cell-content, .v-app .v-table-cell-content-orange {
	background-color: #fff5e6;
	color: #e65100;
}

.v-app .v-table-row-yellow .v-table-cell-content, .v-app .v-table-cell-content-yellow {
	background-color: #fff9cc;
	color: #be8904;
}

.v-app .v-table-row-purple .v-table-cell-content, .v-app .v-table-cell-content-purple {
	background-color: #fadaff;
	color: #AB47BC;
}

.v-app .v-table-row-lightblue .v-table-cell-content, .v-app .v-table-cell-content-lightblue {
	background-color: #e3f5fe;
	color: #0277bd;
}

.v-app .v-table-row-green .v-table-cell-content, .v-app .v-table-cell-content-green {
	background-color: #ebf6ec;
	color: #1b5e20;
}

.v-app .v-table-row-grey .v-table-cell-content, .v-app .v-table-cell-content-grey {
	background-color: #cccccc;
	color: #666666;
}

.v-app .v-table-row-asset-contact .v-table-cell-content {
	background-color: #dddddd;
	font-weight: bold;
}

.v-app .v-table-row-asset-event .v-table-cell-content {
	background-color: #eeeeee;
}

.v-app .v-table-row-asset-event .v-table-cell-content-asset-event-nobilling {
	background-color: #fadaff !important;
}

.v-app .v-table-row-asset-timesheet .v-table-cell-content {
	background-color: #ffffff;
}

.v-app .v-table-row-asset-timesheet .v-table-cell-content-asset-timesheet-overdue {
	background-color: #fff9cc !important;
}

.bar_code_table .v-table-table th, .bar_code_table .v-table-table td {
	height: 60px;
	min-height: 60px;
}

.cropper-container {
	font-size: 0;
	line-height: 0;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	direction: ltr !important;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.cropper-container img {
	display: block;
	width: 100%;
	min-width: 0 !important;
	max-width: none !important;
	height: 100%;
	min-height: 0 !important;
	max-height: none !important;
	image-orientation: 0deg !important;
}

.cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.cropper-wrap-box {
	overflow: hidden;
}

.cropper-drag-box {
	opacity: 0;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.cropper-modal {
	opacity: 0.5;
	background-color: #000;
	filter: alpha(opacity=50);
}

.cropper-view-box {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	outline: 1px solid #39f;
	outline-color: rgba(51, 153, 255, 0.75);
}

.cropper-dashed {
	position: absolute;
	display: block;
	opacity: 0.5;
	border: 0 dashed #eee;
	filter: alpha(opacity=50);
}

.cropper-dashed.dashed-h {
	top: 33.33333%;
	left: 0;
	width: 100%;
	height: 33.33333%;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.cropper-dashed.dashed-v {
	top: 0;
	left: 33.33333%;
	width: 33.33333%;
	height: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
}

.cropper-center {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.cropper-center:before, .cropper-center:after {
	position: absolute;
	display: block;
	content: " ";
	background-color: #eee;
}

.cropper-center:before {
	top: 0;
	left: -3px;
	width: 7px;
	height: 1px;
}

.cropper-center:after {
	top: -3px;
	left: 0;
	width: 1px;
	height: 7px;
}

.cropper-face, .cropper-line, .cropper-point {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

.cropper-face {
	top: 0;
	left: 0;
	background-color: #fff;
}

.cropper-line {
	background-color: #39f;
}

.cropper-line.line-e {
	top: 0;
	right: -3px;
	width: 5px;
	cursor: e-resize;
}

.cropper-line.line-n {
	top: -3px;
	left: 0;
	height: 5px;
	cursor: n-resize;
}

.cropper-line.line-w {
	top: 0;
	left: -3px;
	width: 5px;
	cursor: w-resize;
}

.cropper-line.line-s {
	bottom: -3px;
	left: 0;
	height: 5px;
	cursor: s-resize;
}

.cropper-point {
	width: 5px;
	height: 5px;
	opacity: 0.75;
	background-color: #39f;
	filter: alpha(opacity=75);
}

.cropper-point.point-e {
	top: 50%;
	right: -3px;
	margin-top: -3px;
	cursor: e-resize;
}

.cropper-point.point-n {
	top: -3px;
	left: 50%;
	margin-left: -3px;
	cursor: n-resize;
}

.cropper-point.point-w {
	top: 50%;
	left: -3px;
	margin-top: -3px;
	cursor: w-resize;
}

.cropper-point.point-s {
	bottom: -3px;
	left: 50%;
	margin-left: -3px;
	cursor: s-resize;
}

.cropper-point.point-ne {
	top: -3px;
	right: -3px;
	cursor: ne-resize;
}

.cropper-point.point-nw {
	top: -3px;
	left: -3px;
	cursor: nw-resize;
}

.cropper-point.point-sw {
	bottom: -3px;
	left: -3px;
	cursor: sw-resize;
}

.cropper-point.point-se {
	right: -3px;
	bottom: -3px;
	width: 20px;
	height: 20px;
	cursor: se-resize;
	opacity: 1;
	filter: alpha(opacity=100);
}

.cropper-point.point-se:before {
	position: absolute;
	right: -50%;
	bottom: -50%;
	display: block;
	width: 200%;
	height: 200%;
	content: " ";
	opacity: 0;
	background-color: #39f;
	filter: alpha(opacity=0);
}

@media (min-width: 768px) {
	.cropper-point.point-se {
		width: 15px;
		height: 15px;
	}
}

@media (min-width: 992px) {
	.cropper-point.point-se {
		width: 10px;
		height: 10px;
	}
}

@media (min-width: 1200px) {
	.cropper-point.point-se {
		width: 5px;
		height: 5px;
		opacity: 0.75;
		filter: alpha(opacity=75);
	}
}

.cropper-invisible {
	opacity: 0;
	filter: alpha(opacity=0);
}

.cropper-bg {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
}

.cropper-hidden {
	display: none !important;
}

.cropper-move {
	cursor: move;
}

.cropper-crop {
	cursor: crosshair;
}

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
	cursor: not-allowed;
}

/**
 * Checks if a list contains a certain value.
 * 
 * @param {list} $list - the list to check
 * @param {value} $var - the value to search for
 * @param {bool} $recursive (false) - should any contained lists be checked for the value
 * 
 * @return {bool} true if the value is found from the list, false otherwise
 * 
 * @group lists
 */

/**
 * Cross-browser opacity.
 *
 * @param {number} $value - opacity value from 0 to 1
 * @param {bool} $important (false) - should the property value be declared with !important
 *
 * @group util
 */

@-webkit-keyframes valo-animate-in-fade {
		0% {
		opacity: 0;
	}
	}

@-moz-keyframes valo-animate-in-fade {
		0% {
		opacity: 0;
	}
	}

@keyframes valo-animate-in-fade {
		0% {
		opacity: 0;
	}
	}

@-webkit-keyframes valo-animate-out-fade {
		100% {
		opacity: 0;
	}
	}

@-moz-keyframes valo-animate-out-fade {
		100% {
		opacity: 0;
	}
	}

@keyframes valo-animate-out-fade {
		100% {
		opacity: 0;
	}
	}

@-webkit-keyframes valo-animate-in-slide-down {
		0% {
		-webkit-transform: translateY(-100%);
	}
	}

@-moz-keyframes valo-animate-in-slide-down {
		0% {
		-moz-transform: translateY(-100%);
	}
	}

@keyframes valo-animate-in-slide-down {
		0% {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	}

@-webkit-keyframes valo-animate-in-slide-up {
		0% {
		-webkit-transform: translateY(100%);
	}
	}

@-moz-keyframes valo-animate-in-slide-up {
		0% {
		-moz-transform: translateY(100%);
	}
	}

@keyframes valo-animate-in-slide-up {
		0% {
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}
	}

@-webkit-keyframes valo-animate-in-slide-left {
		0% {
		-webkit-transform: translateX(100%);
	}
	}

@-moz-keyframes valo-animate-in-slide-left {
		0% {
		-moz-transform: translateX(100%);
	}
	}

@keyframes valo-animate-in-slide-left {
		0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
	}

@-webkit-keyframes valo-animate-in-slide-right {
		0% {
		-webkit-transform: translateX(-100%);
	}
	}

@-moz-keyframes valo-animate-in-slide-right {
		0% {
		-moz-transform: translateX(-100%);
	}
	}

@keyframes valo-animate-in-slide-right {
		0% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	}

@-webkit-keyframes valo-animate-out-slide-down {
		100% {
		-webkit-transform: translateY(100%);
	}
	}

@-moz-keyframes valo-animate-out-slide-down {
		100% {
		-moz-transform: translateY(100%);
	}
	}

@keyframes valo-animate-out-slide-down {
		100% {
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}
	}

@-webkit-keyframes valo-animate-out-slide-up {
		100% {
		-webkit-transform: translateY(-100%);
	}
	}

@-moz-keyframes valo-animate-out-slide-up {
		100% {
		-moz-transform: translateY(-100%);
	}
	}

@keyframes valo-animate-out-slide-up {
		100% {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	}

@-webkit-keyframes valo-animate-out-slide-left {
		100% {
		-webkit-transform: translateX(-100%);
	}
	}

@-moz-keyframes valo-animate-out-slide-left {
		100% {
		-moz-transform: translateX(-100%);
	}
	}

@keyframes valo-animate-out-slide-left {
		100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	}

@-webkit-keyframes valo-animate-out-slide-right {
		100% {
		-webkit-transform: translateX(100%);
	}
	}

@-moz-keyframes valo-animate-out-slide-right {
		100% {
		-moz-transform: translateX(100%);
	}
	}

@keyframes valo-animate-out-slide-right {
		100% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
	}

@-webkit-keyframes valo-overlay-animate-in {
		0% {
		-webkit-transform: translatey(-4px);
		opacity: 0;
	}
	}

@-moz-keyframes valo-overlay-animate-in {
		0% {
		-moz-transform: translatey(-4px);
		opacity: 0;
	}
	}

@keyframes valo-overlay-animate-in {
		0% {
		-webkit-transform: translatey(-4px);
		-moz-transform: translatey(-4px);
		-ms-transform: translatey(-4px);
		-o-transform: translatey(-4px);
		transform: translatey(-4px);
		opacity: 0;
	}
	}

@-webkit-keyframes valo-animate-out-slide-down-fade {
		100% {
		opacity: 0;
		-webkit-transform: translatey(30%);
	}
	}

@-moz-keyframes valo-animate-out-slide-down-fade {
		100% {
		opacity: 0;
		-moz-transform: translatey(30%);
	}
	}

@keyframes valo-animate-out-slide-down-fade {
		100% {
		opacity: 0;
		-webkit-transform: translatey(30%);
		-moz-transform: translatey(30%);
		-ms-transform: translatey(30%);
		-o-transform: translatey(30%);
		transform: translatey(30%);
	}
	}

/**
 * Outputs cross-browser Valo-specific linear gradient background-image declarations.
 * 
 * @group style
 * 
 * @param {color} $color ($v-background-color) - The base color for the gradient color stops
 * @param {list} $gradient ($v-gradient) - Valo-specific gradient value. See the documentation for $v-gradient.
 * @param {color} $fallback (null) - A fallback color for browser which do not support linear gradients (IE8 and IE9 in particular). If null, the base $color is used instead.
 * @param {string} $direction (to bottom) - the direction of the linear gradient. The color stops are by default so that a lighter shade is at the start and a darker shade is at the end.
 */

/**
 * Computes a CSS border property value for the given base color.
 *
 * @group style
 *
 * @param {list} $border ($v-border) - CSS border value which can contain any of the color keywords
 * @param {color} $color ($v-background-color) - the base color to which the color keywords are applied to
 * @param {color} $context (null) - context/surrounding color where the border is expected to appear. The color of the final border is the darker of the two parameters passed to this function.
 * @param {number} $strength (1) - adjustment for the border contrast
 *
 * @return {list} The input $border value with any color keyword replaced with the corresponding actual color
 */

/**
 * Ouput selectors and properties to vertically center elements inside their parent.
 * 
 * @param {string} $to-align (()) - The selector to match the elements which you wish to align vertically. The targeted elements should be inline or inline-block elements.
 * @param {string} $align (middle) - The vertical-align value, e.g. top, middle, bottom
 * @param {string} $pseudo-element (after) - Which pseudo element to use for the vertical align guide
 * 
 * @group util
 */

@font-face {
	font-family: ThemeIcons;
	font-weight: normal;
	font-style: normal;
	src: url(../valo/util/bourbon/css3/../../../../base/fonts/themeicons-webfont.eot);
	src: url(../valo/util/bourbon/css3/../../../../base/fonts/themeicons-webfont.eot?#iefix) format("embedded-opentype"), url(../valo/util/bourbon/css3/../../../../base/fonts/themeicons-webfont.woff) format("woff"), url(../valo/util/bourbon/css3/../../../../base/fonts/themeicons-webfont.ttf) format("truetype"), url(../valo/util/bourbon/css3/../../../../base/fonts/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/../../../../base/fonts/fontawesome-webfont.eot);
	src: url(../valo/util/bourbon/css3/../../../../base/fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../valo/util/bourbon/css3/../../../../base/fonts/fontawesome-webfont.woff) format("woff"), url(../valo/util/bourbon/css3/../../../../base/fonts/fontawesome-webfont.ttf) format("truetype"), url(../valo/util/bourbon/css3/../../../../base/fonts/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;
}

@-webkit-keyframes v-rotate-360 {
		to {
		-webkit-transform: rotate(360deg);
	}
	}

@-moz-keyframes v-rotate-360 {
		to {
		-moz-transform: rotate(360deg);
	}
	}

@-o-keyframes v-rotate-360 {
		to {
		-o-transform: rotate(360deg);
	}
	}

@keyframes v-rotate-360 {
		to {
		transform: rotate(360deg);
	}
	}

@-webkit-keyframes v-progress-start {
		0% {
		width: 0%;
	}
		100% {
		width: 50%;
	}
	}

@-moz-keyframes v-progress-start {
		0% {
		width: 0%;
	}
		100% {
		width: 50%;
	}
	}

@keyframes v-progress-start {
		0% {
		width: 0%;
	}
		100% {
		width: 50%;
	}
	}

@-webkit-keyframes v-progress-delay {
		0% {
		width: 50%;
	}
		100% {
		width: 90%;
	}
	}

@-moz-keyframes v-progress-delay {
		0% {
		width: 50%;
	}
		100% {
		width: 90%;
	}
	}

@keyframes v-progress-delay {
		0% {
		width: 50%;
	}
		100% {
		width: 90%;
	}
	}

@-webkit-keyframes v-progress-wait {
		0% {
		width: 90%;
		height: 3px;
	}
		3% {
		width: 91%;
		height: 5px;
	}
		100% {
		width: 96%;
		height: 5px;
	}
	}

@-moz-keyframes v-progress-wait {
		0% {
		width: 90%;
		height: 3px;
	}
		3% {
		width: 91%;
		height: 5px;
	}
		100% {
		width: 96%;
		height: 5px;
	}
	}

@keyframes v-progress-wait {
		0% {
		width: 90%;
		height: 3px;
	}
		3% {
		width: 91%;
		height: 5px;
	}
		100% {
		width: 96%;
		height: 5px;
	}
	}

@-webkit-keyframes v-progress-wait-pulse {
		0% {
		opacity: 1;
	}
		50% {
		opacity: 0.1;
	}
		100% {
		opacity: 1;
	}
	}

@-moz-keyframes v-progress-wait-pulse {
		0% {
		opacity: 1;
	}
		50% {
		opacity: 0.1;
	}
		100% {
		opacity: 1;
	}
	}

@keyframes v-progress-wait-pulse {
		0% {
		opacity: 1;
	}
		50% {
		opacity: 0.1;
	}
		100% {
		opacity: 1;
	}
	}

/**
 * Outputs the context menu selectors and styles, which is used by Table and Tree for instance.
 * 
 * @requires {mixin} valo-selection-item-style
 * @requires {mixin} valo-selection-item-selected-style
 */

/**
 * The background color for overlay elements.
 *
 * @type color
 * @group overlay
 */

.v-shadow, .v-shadow-window {
	display: none;
}

.v-ie8 .v-shadow, .v-ie8 .v-shadow-window {
	display: block;
}

.v-ie8 .v-shadow .top, .v-ie8 .v-shadow-window .top {
	position: absolute;
	top: -6px;
	right: 10px;
	bottom: 6px;
	left: -10px;
	background: black;
	filter: alpha(opacity=5) progid:DXImageTransform.Microsoft.blur(pixelradius=10, makeShadow=false);
}

.v-ie8 .v-shadow .top-left, .v-ie8 .v-shadow-window .top-left {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	background: black;
	filter: alpha(opacity=9) progid:DXImageTransform.Microsoft.blur(pixelradius=0, makeShadow=false);
}

/**
 * The backgound color for tooltips.
 *
 * @type color
 * @group tooltip
 */

/**
 *
 *
 * @param {string} $primary-stylename (v-absolutelayout) - 
 *
 * @group absolutelayout
 */

/**
 * Outputs the selectors and properties for the Accordion component.
 *
 * @param {string} $primary-stylename (v-accordion) - the primary style name for the selectors
 * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component
 * @group accordion
 */

/**
 * Outputs the selectors and properties for the Button component.
 *
 * @param {string} $primary-stylename (v-button) - the primary style name for the selectors
 * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component
 *
 * @group button
 */

/**
 * A list of colors for custom event colors. Can be an empty list of you don't 
 * need any custom event colors.
 * 
 * @example javascript
 * // Java code
 * // 'event' is an instance of EditableCalendarEvent
 * event.setStyleName("color1"); // 1st color in the list
 * event.setStyleName("color2"); // 2nd color in the list
 * // etc.
 * 
 * @group calendar
 */

/**
 * Outputs the selectors and properties for the CheckBox component.
 *
 * @param {string} $primary-stylename (v-checkbox) - the primary style name for the selectors
 * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component
 *
 * @group checkbox
 */

/**
 * Outputs the global selectors and properties for the ColorPicker component - styles which are 
 * considered mandatory for the component to work properly.
 *
 * @param {string} $primary-stylename (v-colorpicker) - the primary style name for the selectors
 *
 * @group colorpicker
 */

/**
 * Outputs the selectors and properties for the ComboBox component.
 *
 * @param {string} $primary-stylename (v-filterselect) - the primary style name for the selectors
 * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component
 *
 * @group combobox
 */

/**
 * The amount of spacing between different widgets in a component group.
 * If null, a computed value is used ($v-border size * -1, or 1px if $v-border size is 0)
 * 
 * @group csslayout
 */

/**
 *
 *
 * @param {string} $primary-stylename (v-customcomponent) - 
 *
 * @group customcomponent
 */

/**
 *
 *
 * @param {string} $primary-stylename (v-customlayout) - 
 *
 * @group customlayout
 */

/**
 * Outputs the selectors and properties for the DateField component.
 *
 * @param {string} $primary-stylename (v-datefield) - the primary style name for the selectors
 * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component
 *
 * @group datefield
 */

/**
 * Outputs the styles and selectors for the DragAndDropWrapper component.
 * 
 * @param {string} $primary-stylename (v-ddwrapper) - the primary style name for the selectors
 * 
 * @group drag-n-drop
 */

/**
 *
 *
 * @param {string} $primary-stylename (v-form) - 
 *
 * @group form
 */

/**
 * Outputs the selectors and properties for the FormLayout component.
 *
 * @param {string} $primary-stylename (v-formlayout) - the primary style name for the selectors
 * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component
 *
 * @group formlayout
 */

/**
 *
 * @group table
 */

@-webkit-keyframes valo-grid-editor-footer-animate-in {
		0% {
		margin-top: -30px;
	}
	}

@-moz-keyframes valo-grid-editor-footer-animate-in {
		0% {
		margin-top: -30px;
	}
	}

@keyframes valo-grid-editor-footer-animate-in {
		0% {
		margin-top: -30px;
	}
	}

@-webkit-keyframes valo-grid-editor-footer-animate-in-alt {
		0% {
		margin-bottom: -31px;
	}
		100% {
		margin-bottom: -1px;
	}
	}

@-moz-keyframes valo-grid-editor-footer-animate-in-alt {
		0% {
		margin-bottom: -31px;
	}
		100% {
		margin-bottom: -1px;
	}
	}

@keyframes valo-grid-editor-footer-animate-in-alt {
		0% {
		margin-bottom: -31px;
	}
		100% {
		margin-bottom: -1px;
	}
	}

/**
 *
 *
 * @param {string} $primary-stylename (v-gridlayout) - 
 *
 * @group gridlayout
 */

/**
 * The font weight for headers.
 * 
 * @group label
 */

/**
 *
 * @group link
 */

/**
 *
 *
 * @param {string} $primary-stylename (v-loginform) - 
 *
 * @group loginform
 */

/**
 *
 *
 * @param {string} $primary-stylename (v-menubar) - 
 * @param {bool} $include-additional-styles - 
 *
 * @group menubar
 */

/**
 *
 *
 * @param {string} $primary-stylename (v-nativebutton) - 
 *
 * @group nativebutton
 */

/**
 *
 *
 * @param {string} $primary-stylename (v-select) - 
 *
 * @group nativeselect
 */

/**
 *
 * @group notification
 */

/**
 *
 *
 * @param {string} $primary-stylename (v-select-optiongroup) - 
 * @param {bool} $include-additional-styles - 
 *
 * @group optiongroup
 */

/**
 *
 *
 *
 * @group orderedlayout
 */

/**
 *
 * @group panel
 */

@-webkit-keyframes v-popupview-animate-in {
		0% {
		-webkit-transform: scale(0);
	}
	}

@-moz-keyframes v-popupview-animate-in {
		0% {
		-moz-transform: scale(0);
	}
	}

@keyframes v-popupview-animate-in {
		0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	}

/**
 *
 * @group progressbar
 */

/**
 *
 * @group richtextarea
 */

/**
 *
 * @group slider
 */

/**
 *
 *
 * @param {string} $primary-stylename (v-splitpanel) - 
 * @param {bool} $include-additional-styles - 
 *
 * @group splitpanel
 */

/**
 *
 * @group table
 */

/**
 * Should the tabsheet content changes be animated.
 * 
 * @group tabsheet
 */

/**
 * The background color for text fields.
 * @group textfield
 */

/**
 * Outputs the selectors and properties for the TextArea component.
 *
 * @param {string} $primary-stylename (v-textarea) - the primary style name for the selectors
 * @param {bool} $include-additional-styles - should the mixin output all the different style variations of the component
 *
 * @group textarea
 */

/**
 *
 * @group tree
 */

/**
 *
 *
 * @param {string} $primary-stylename (v-treetable) - 
 *
 * @group treetable
 */

/**
 *
 *
 * @param {string} $primary-stylename (v-select-twincol) - 
 *
 * @group twin-column-select
 */

/**
 *
 *
 * @param {string} $primary-stylename (v-upload) -
 *
 * @group upload
 */

/**
 *
 */

/**
 * @group window
 */

@-webkit-keyframes valo-modal-window-indication {
		0% {
		opacity: 0;
	}
		100% {
		opacity: 1;
	}
	}

@-moz-keyframes valo-modal-window-indication {
		0% {
		opacity: 0;
	}
		100% {
		opacity: 1;
	}
	}

@keyframes valo-modal-window-indication {
		0% {
		opacity: 0;
	}
		100% {
		opacity: 1;
	}
	}

@-webkit-keyframes valo-animate-out-scale-down-fade {
		100% {
		-webkit-transform: scale(0.8);
		opacity: 0;
	}
	}

@-moz-keyframes valo-animate-out-scale-down-fade {
		100% {
		-moz-transform: scale(0.8);
		opacity: 0;
	}
	}

@keyframes valo-animate-out-scale-down-fade {
		100% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}
	}

/**
 * @group valo-menu
 */

.v-vaadin-version:after {
	content: "7.7.1";
}

.v-widget {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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 {
	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.4;
}

.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 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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.4;
}

.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.4;
}

.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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-tabsheet-content {
	position: relative;
}

.v-tabsheet-content  > div > .v-scrollable  > .v-margin-top {
	padding-top: 10px;
}

.v-tabsheet-content  > div > .v-scrollable  > .v-margin-right {
	padding-right: 10px;
}

.v-tabsheet-content  > div > .v-scrollable  > .v-margin-bottom {
	padding-bottom: 10px;
}

.v-tabsheet-content  > div > .v-scrollable  > .v-margin-left {
	padding-left: 10px;
}

.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 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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;
}

@font-face {
	font-family: "RobotoExt";
	font-style: normal;
	font-weight: 100;
	src: local("RobotoExt Thin"), local("RobotoExt-Thin"), url(https://fonts.gstatic.com/s/roboto/v15/2tsd397wLxj96qwHyNIkxPesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
}

@font-face {
	font-family: "RobotoExt";
	font-style: normal;
	font-weight: 300;
	src: local("RobotoExt Light"), local("RobotoExt-Light"), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
}

@font-face {
	font-family: "RobotoExt";
	src: local("RobotoExt"), local("RobotoExt-Regular"), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format("woff2");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "RobotoExt";
	font-style: normal;
	font-weight: 500;
	src: local("RobotoExt Medium"), local("RobotoExt-Medium"), url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
}

@font-face {
	font-family: "RobotoExt";
	font-style: normal;
	font-weight: 700;
	src: local("RobotoExt Bold"), local("RobotoExt-Bold"), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
}

@font-face {
	font-family: "Cousine";
	font-style: normal;
	font-weight: 400;
	src: local("Cousine Regular"), local("Cousine-Regular"), url(https://fonts.gstatic.com/s/cousine/v13/d6lIkaiiRdih4SpP_SQvzA.woff2) format("woff2");
}

.v-app, .v-app-loading {
	font: 400 13px/1.4 "RobotoExt", verdana;
	color: #666666;
	background-color: #eeeeee;
	cursor: default;
}

.v-app-loading {
	width: 100%;
	height: 100%;
	background: #eeeeee;
}

.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: 3px;
}

.v-loading-indicator {
	position: fixed !important;
	z-index: 99999;
	left: 0;
	right: auto;
	top: 0;
	width: 50%;
	opacity: 1;
	height: 3px;
	background-color: #b0bec5;
	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-ie8  .v-loading-indicator, .v-ie8  .v-loading-indicator-delay, .v-ie8  .v-loading-indicator-wait, .v-ie9  .v-loading-indicator, .v-ie9  .v-loading-indicator-delay, .v-ie9  .v-loading-indicator-wait {
	width: 28px !important;
	height: 28px;
	padding: 8px;
	background: #fff url(../valo/shared/img/spinner.gif) no-repeat 50%;
	border-radius: 3px;
	top: 8px;
	right: 8px;
	left: auto;
	filter: alpha(opacity=50);
}

.v-ie8  .v-loading-indicator[style*="none"], .v-ie8  .v-loading-indicator-delay[style*="none"], .v-ie8  .v-loading-indicator-wait[style*="none"], .v-ie9  .v-loading-indicator[style*="none"], .v-ie9  .v-loading-indicator-delay[style*="none"], .v-ie9  .v-loading-indicator-wait[style*="none"] {
	display: none !important;
}

.v-ie8  .v-loading-indicator-wait, .v-ie9  .v-loading-indicator-wait {
	filter: alpha(opacity=100);
}

.v-scrollable:focus {
	outline: none;
}

img.v-icon {
	vertical-align: middle;
}

.v-caption {
	font-size: 11px;
	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: #ed473b;
	font-weight: 600;
	width: 15px;
	text-align: center;
}

.v-errorindicator:before {
	content: "!";
}

.v-required-field-indicator {
	color: #ed473b;
	padding: 0 0.2em;
}

select {
	font: inherit;
	font-weight: 400;
	line-height: inherit;
	padding: 4px;
	margin: 0;
	border-radius: 3px;
	border: 1px solid #bcbcbc;
	background: #eeeeee;
	color: #434343;
}

select:focus {
	outline: none;
}

button {
	font: inherit;
	font-weight: 400;
	line-height: 1.4;
}

a {
	cursor: pointer;
	color: #666666;
	text-decoration: underline;
	font-weight: inherit;
	-webkit-transition: color 140ms;
	-moz-transition: color 140ms;
	transition: color 140ms;
}

a:hover {
	color: gray;
}

a.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity=50) ;
}

.v-disabled {
	cursor: default !important;
}

.v-drag-element {
	background: #eeeeee;
	color: #434343;
	-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: 3px;
	overflow: hidden;
	opacity: 0.5;
	filter: alpha(opacity=50) ;
}

.v-tooltip {
	background-color: #303030;
	background-color: rgba(48, 48, 48, 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: 2px;
	max-width: 35em;
	overflow: hidden !important;
	font-size: 12px;
}

.v-tooltip div[style*="width"] {
	width: auto !important;
}

.v-tooltip .v-errormessage {
	background-color: white;
	background-color: #fff;
	color: #ed473b;
	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-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-contextmenu {
	padding: 3px 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	color: #444444;
	-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.09333);
	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.09333);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 3px 3px;
}

.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: 22px;
	padding: 0 16px 0 8px;
	border-radius: 2px;
	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: #474747;
	opacity: 0.15;
	filter: alpha(opacity=15.0) ;
	pointer-events: none;
	border-radius: inherit;
}

.v-contextmenu .gwt-MenuItem .v-icon {
	max-height: 22px;
	margin-right: 4px;
	min-width: 1em;
}

.v-contextmenu .gwt-MenuItem-selected {
	background: #666666;
	color: #f0f0f0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.v-reconnect-dialog {
	color: white;
	top: 10px;
	right: 10px;
	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: 10px 12px;
	background-color: #444;
	background-color: rgba(68, 68, 68, 0.9);
	line-height: 18px;
	text-align: center;
}

.v-reconnect-dialog .text {
	display: inline-block;
	padding-left: 10px;
}

.v-reconnect-dialog .spinner {
	height: 24px !important;
	width: 24px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid rgba(102, 102, 102, 0.2);
	border-top-color: #666666;
	border-right-color: #666666;
	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-ie8 .v-reconnect-dialog .spinner, .v-ie9 .v-reconnect-dialog .spinner {
	border: none;
	border-radius: 3px;
	background: #fff url(../valo/shared/img/spinner.gif) no-repeat 50% 50%;
	background-size: 80%;
}

.v-ie8 .v-reconnect-dialog .spinner {
	min-width: 30px;
	min-height: 30px;
}

.v-reconnect-dialog.active .spinner {
	display: inline-block;
}

.v-absolutelayout-wrapper {
	position: absolute;
}

.v-absolutelayout-margin, .v-absolutelayout-canvas {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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: 10px;
}

.v-margin-right {
	padding-right: 10px;
}

.v-margin-bottom {
	padding-bottom: 10px;
}

.v-margin-left {
	padding-left: 10px;
}

.v-spacing {
	width: 10px;
	height: 10px;
}

.v-verticallayout-well, .v-horizontallayout-well {
	background: #e9e9e9;
	color: #414141;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset false;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset false;
	border-radius: 3px;
	border: 1px solid #bcbcbc;
}

.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: 10px;
}

.v-verticallayout-well  > .v-margin-right, .v-horizontallayout-well  > .v-margin-right {
	padding-right: 10px;
}

.v-verticallayout-well  > .v-margin-bottom, .v-horizontallayout-well  > .v-margin-bottom {
	padding-bottom: 10px;
}

.v-verticallayout-well  > .v-margin-left, .v-horizontallayout-well  > .v-margin-left {
	padding-left: 10px;
}

.v-verticallayout-card, .v-horizontallayout-card {
	background: #fbfbfb;
	color: #464646;
	border-radius: 3px;
	border: 1px solid #cbcbcb;
	
	
}

.v-verticallayout-card  > .v-margin-top, .v-horizontallayout-card  > .v-margin-top {
	padding-top: 10px;
}

.v-verticallayout-card  > .v-margin-right, .v-horizontallayout-card  > .v-margin-right {
	padding-right: 10px;
}

.v-verticallayout-card  > .v-margin-bottom, .v-horizontallayout-card  > .v-margin-bottom {
	padding-bottom: 10px;
}

.v-verticallayout-card  > .v-margin-left, .v-horizontallayout-card  > .v-margin-left {
	padding-left: 10px;
}

.v-horizontallayout-wrapping {
	white-space: normal !important;
}

.v-horizontallayout-wrapping > .v-spacing + .v-slot, .v-horizontallayout-wrapping > .v-slot:first-child {
	margin-bottom: 10px;
}

.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: 30px;
	padding: 0 13px;
	color: #181818;
	border-radius: 3px;
	border: none;
	background: #ffffff;
}

.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(174, 174, 174, 0.1);
}

.v-button:focus:after {
	border-color: #666666;
}

.v-button:active:after {
	background-color: rgba(119, 119, 119, 0.2);
}

.v-button-primary {
	height: 30px;
	padding: 0 13px;
	color: #f0f0f0;
	font-weight: 500;
	
	
	border-radius: 3px;
	border: 1px solid #505050;
	background: #666666;
	
	
	padding: 0 15px;
	font-weight: bold;
	min-width: 66px;
}

.v-button-primary:after {
	border: inherit;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.v-button-primary:hover:after {
	background-color: rgba(140, 140, 140, 0.1);
}

.v-button-primary:focus:after {
	border: inherit;
}

.v-button-primary:active:after {
	background-color: rgba(51, 51, 51, 0.2);
}

.v-ie8 .v-button-primary {
	min-width: 36px;
}

.v-button-friendly {
	height: 30px;
	padding: 0 13px;
	color: #eaf4e9;
	font-weight: 500;
	
	
	border-radius: 3px;
	border: 1px solid #227719;
	background: #2c9720;
	
	
}

.v-button-friendly:after {
	border: inherit;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.v-button-friendly:hover:after {
	background-color: rgba(65, 211, 48, 0.1);
}

.v-button-friendly:focus:after {
	border: inherit;
}

.v-button-friendly:active:after {
	background-color: rgba(14, 86, 6, 0.2);
}

.v-button-danger {
	height: 30px;
	padding: 0 13px;
	color: #f9f0ef;
	font-weight: 500;
	
	
	border-radius: 3px;
	border: 1px solid #bb382e;
	background: #ed473b;
	
	
}

.v-button-danger:after {
	border: inherit;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.v-button-danger:hover:after {
	background-color: rgba(243, 137, 129, 0.1);
}

.v-button-danger:focus:after {
	border: inherit;
}

.v-button-danger:active:after {
	background-color: rgba(146, 12, 2, 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:active {
	opacity: 0.7;
	filter: alpha(opacity=70) ;
}

.v-button-borderless:active:after {
	background: transparent;
}

.v-button-borderless-colored {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	color: #666666;
}

.v-button-borderless-colored:hover {
	color: gray;
}

.v-button-borderless-colored:hover:after {
	background: transparent;
}

.v-button-borderless-colored:active {
	opacity: 0.7;
	filter: alpha(opacity=70) ;
}

.v-button-borderless-colored:active: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: #666666;
	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:active {
	opacity: 0.7;
	filter: alpha(opacity=70) ;
}

.v-button-link:active:after {
	background: transparent;
}

.v-button-link:hover {
	color: gray;
}

.v-button-link.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity=50) ;
}

.v-button-tiny {
	height: 23px;
	padding: 0 11px;
	
	
	font-size: 10px;
	
	border-radius: 3px;
}

.v-button-tiny:after {
	border: inherit;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.v-button-small {
	height: 26px;
	padding: 0 12px;
	
	
	font-size: 12px;
	
	border-radius: 3px;
}

.v-button-small:after {
	border: inherit;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.v-button-large {
	height: 36px;
	padding: 0 16px;
	
	
	font-size: 16px;
	
	border-radius: 3px;
}

.v-button-large:after {
	border: inherit;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.v-button-huge {
	height: 48px;
	padding: 0 21px;
	
	
	font-size: 21px;
	
	border-radius: 3px;
}

.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: 11px;
}

.v-button-icon-align-right .v-icon  + span:not(:empty) {
	margin-left: 0;
}

.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-align-top .v-icon  + span:not(:empty) {
	margin-top: 5px;
	margin-left: 0;
}

.v-button-icon-only {
	width: 30px;
	padding: 0;
}

.v-button-icon-only.v-button-tiny {
	width: 23px;
}

.v-button-icon-only.v-button-small {
	width: 26px;
}

.v-button-icon-only.v-button-large {
	width: 36px;
}

.v-button-icon-only.v-button-huge {
	width: 48px;
}

.v-button-icon-only .v-button-caption {
	display: none;
}

.v-checkbox {
	position: relative;
	line-height: 15px;
	white-space: nowrap;
}

.v-checkbox.v-has-width label {
	white-space: normal;
}

:root .v-checkbox {
	padding-left: 20px;
}

: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: #666666;
	
	
}

:root .v-checkbox > input ~ label:before, :root .v-checkbox > input ~ label:after {
	content: "";
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
	font-size: 10px;
	text-align: center;
}

:root .v-checkbox > input ~ label:before {
	height: 15px;
	padding: 0 7px;
	color: #181818;
	font-weight: 500;
	
	
	border-radius: 3px;
	border: 1px solid #bcbcbc;
	background: #eeeeee;
	
	
	padding: 0;
	height: 15px;
}

: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(119, 119, 119, 0.2);
}

:root .v-checkbox > input:checked ~ label:after {
	color: #666666;
}

.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: 13px;
	white-space: nowrap;
	font-size: 12px;
}

.v-checkbox-small.v-has-width label {
	white-space: normal;
}

:root .v-checkbox-small {
	padding-left: 17px;
}

: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: #666666;
	
	
}

:root .v-checkbox-small > input ~ label:before, :root .v-checkbox-small > input ~ label:after {
	content: "";
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
	font-size: 9px;
	text-align: center;
}

:root .v-checkbox-small > input ~ label:before {
	height: 13px;
	padding: 0 6px;
	color: #181818;
	font-weight: 500;
	
	
	border-radius: 3px;
	border: 1px solid #bcbcbc;
	background: #eeeeee;
	
	
	padding: 0;
	height: 13px;
}

: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(119, 119, 119, 0.2);
}

:root .v-checkbox-small > input:checked ~ label:after {
	color: #666666;
}

.v-checkbox-small > .v-icon, .v-checkbox-small > label .v-icon {
	margin: 0 4px 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: 18px;
	white-space: nowrap;
	font-size: 16px;
}

.v-checkbox-large.v-has-width label {
	white-space: normal;
}

:root .v-checkbox-large {
	padding-left: 24px;
}

: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: #666666;
	
	
}

:root .v-checkbox-large > input ~ label:before, :root .v-checkbox-large > input ~ label:after {
	content: "";
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
	font-size: 12px;
	text-align: center;
}

:root .v-checkbox-large > input ~ label:before {
	height: 18px;
	padding: 0 8px;
	color: #181818;
	font-weight: 500;
	
	
	border-radius: 3px;
	border: 1px solid #bcbcbc;
	background: #eeeeee;
	
	
	padding: 0;
	height: 18px;
}

: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(119, 119, 119, 0.2);
}

:root .v-checkbox-large > input:checked ~ label:after {
	color: #666666;
}

.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: 150px;
	height: 30px;
	border-radius: 3px;
	white-space: nowrap;
}

.v-filterselect [class*="input"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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: 30px;
	border-radius: 3px;
	padding: 3px 6px;
	border: 1px solid #bcbcbc;
	background: white;
	color: #474747;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: 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: 31px;
	border-radius: inherit;
}

.v-ie8 .v-filterselect [class*="input"], .v-ie9 .v-filterselect [class*="input"] {
	line-height: 30px;
	padding-top: 0;
	padding-bottom: 0;
}

.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: #666666;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

.v-filterselect [class*="input"][class*="prompt"] {
	color: #a3a3a3;
}

.v-filterselect .v-icon + [class*="input"] {
	padding-left: 30px;
}

.v-filterselect img.v-icon {
	max-height: 30px;
	margin-left: 6px;
}

.v-filterselect span.v-icon {
	color: #474747;
	width: 30px;
	line-height: 1;
	padding-top: 0.12em;
}

.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: 30px;
	top: 1px;
	right: 1px;
	bottom: 1px;
	border-left: 1px solid #e4e4e4;
	color: #a3a3a3;
	border-radius: 0 2px 2px 0;
}

.v-ie8 .v-filterselect [class$="button"] {
	background-color: white;
}

.v-filterselect [class$="button"]:before {
	font-family: ThemeIcons;
	content: "\f078";
	-webkit-transition: color 140ms;
	-moz-transition: color 140ms;
	transition: color 140ms;
	position: absolute;
	width: 30px;
	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: #eeeeee;
	color: #434343;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-filterselect.v-readonly [class*="input"]:focus {
	box-shadow: none;
	border-color: #bcbcbc;
}

.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-error .v-filterselect-input {
	border-color: #ed473b !important;
	background: #fffbfb;
	color: #6c2621;
}

.v-filterselect-error .v-filterselect-button {
	color: #ed473b;
	border-color: #ed473b;
}

.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: 3px 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	color: #444444;
	-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.09333);
	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.09333);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 3px 3px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	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: 22px;
	padding: 0 16px 0 8px;
	border-radius: 2px;
	font-weight: 400;
	white-space: nowrap;
	position: relative;
	height: 22px;
	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: #474747;
	opacity: 0.15;
	filter: alpha(opacity=15.0) ;
	pointer-events: none;
	border-radius: inherit;
}

.v-filterselect-suggestpopup .gwt-MenuItem .v-icon {
	max-height: 22px;
	margin-right: 4px;
	min-width: 1em;
}

.v-filterselect-suggestpopup .gwt-MenuItem-selected {
	background: #666666;
	color: #f0f0f0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.v-filterselect-suggestpopup [class$="status"] {
	position: absolute;
	right: 3px;
	background: rgba(202, 202, 202, 0.9);
	color: #393939;
	border-radius: 0 0 3px 3px;
	height: 18px;
	bottom: -18px;
	font-size: 10px;
	line-height: 18px;
	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: #393939;
	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: 20px;
	height: 20px;
	line-height: 20px;
	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: #434343;
}

.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(238, 238, 238, 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 3px 0 3px;
}

.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: 3px 0 3px 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: #eeeeee;
	cursor: inherit;
	
	
	border: 1px solid #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: #666666;
	
	
}

.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: 23px;
	
	font-size: 10px;
}

.v-filterselect-tiny [class*="input"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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: 23px;
	
	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: 24px;
	border-radius: inherit;
}

.v-ie8 .v-filterselect-tiny [class*="input"], .v-ie9 .v-filterselect-tiny [class*="input"] {
	line-height: 23px;
	padding-top: 0;
	padding-bottom: 0;
}

.v-filterselect-tiny .v-icon + [class*="input"] {
	padding-left: 23px;
}

.v-filterselect-tiny img.v-icon {
	max-height: 23px;
	margin-left: 4px;
}

.v-filterselect-tiny span.v-icon {
	
	width: 23px;
	line-height: 1;
	padding-top: 0.12em;
}

.v-filterselect-tiny [class$="button"] {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	position: absolute;
	width: 23px;
	border-radius: 0 3px 3px 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: 23px;
	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: #eeeeee;
	color: #434343;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-filterselect-tiny.v-readonly [class*="input"]:focus {
	box-shadow: none;
	border-color: #bcbcbc;
}

.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: 26px;
	
}

.v-filterselect-compact [class*="input"], .v-filterselect-small [class*="input"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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: 26px;
	
	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: 27px;
	border-radius: inherit;
}

.v-ie8 .v-filterselect-compact [class*="input"], .v-ie9 .v-filterselect-compact [class*="input"], .v-ie8 .v-filterselect-small [class*="input"], .v-ie9 .v-filterselect-small [class*="input"] {
	line-height: 26px;
	padding-top: 0;
	padding-bottom: 0;
}

.v-filterselect-compact .v-icon + [class*="input"], .v-filterselect-small .v-icon + [class*="input"] {
	padding-left: 26px;
}

.v-filterselect-compact img.v-icon, .v-filterselect-small img.v-icon {
	max-height: 26px;
	margin-left: 5px;
}

.v-filterselect-compact span.v-icon, .v-filterselect-small span.v-icon {
	
	width: 26px;
	line-height: 1;
	padding-top: 0.12em;
}

.v-filterselect-compact [class$="button"], .v-filterselect-small [class$="button"] {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	position: absolute;
	width: 26px;
	border-radius: 0 3px 3px 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: 26px;
	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: #eeeeee;
	color: #434343;
	-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: #bcbcbc;
}

.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: 12px;
}

.v-filterselect-large {
	height: 36px;
	
	font-size: 16px;
}

.v-filterselect-large [class*="input"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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: 36px;
	
	padding: 4px 6px;
	
	
	-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: 37px;
	border-radius: inherit;
}

.v-ie8 .v-filterselect-large [class*="input"], .v-ie9 .v-filterselect-large [class*="input"] {
	line-height: 36px;
	padding-top: 0;
	padding-bottom: 0;
}

.v-filterselect-large .v-icon + [class*="input"] {
	padding-left: 36px;
}

.v-filterselect-large img.v-icon {
	max-height: 36px;
	margin-left: 6px;
}

.v-filterselect-large span.v-icon {
	
	width: 36px;
	line-height: 1;
	padding-top: 0.12em;
}

.v-filterselect-large [class$="button"] {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	position: absolute;
	width: 36px;
	border-radius: 0 3px 3px 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: 36px;
	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: #eeeeee;
	color: #434343;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-filterselect-large.v-readonly [class*="input"]:focus {
	box-shadow: none;
	border-color: #bcbcbc;
}

.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: 48px;
	
	font-size: 21px;
}

.v-filterselect-huge [class*="input"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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: 48px;
	
	padding: 5px 8px;
	
	
	-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: 49px;
	border-radius: inherit;
}

.v-ie8 .v-filterselect-huge [class*="input"], .v-ie9 .v-filterselect-huge [class*="input"] {
	line-height: 48px;
	padding-top: 0;
	padding-bottom: 0;
}

.v-filterselect-huge .v-icon + [class*="input"] {
	padding-left: 48px;
}

.v-filterselect-huge img.v-icon {
	max-height: 48px;
	margin-left: 8px;
}

.v-filterselect-huge span.v-icon {
	
	width: 48px;
	line-height: 1;
	padding-top: 0.12em;
}

.v-filterselect-huge [class$="button"] {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	position: absolute;
	width: 48px;
	border-radius: 0 3px 3px 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: 48px;
	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: #eeeeee;
	color: #434343;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-filterselect-huge.v-readonly [class*="input"]:focus {
	box-shadow: none;
	border-color: #bcbcbc;
}

.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: #e9e9e9;
	color: #414141;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset false;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset false;
	border-radius: 3px;
	border: 1px solid #bcbcbc;
}

.v-csslayout-well  > div > [class*="-caption"] {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-csslayout-well  > .v-margin-top {
	padding-top: 10px;
}

.v-csslayout-well  > .v-margin-right {
	padding-right: 10px;
}

.v-csslayout-well  > .v-margin-bottom {
	padding-bottom: 10px;
}

.v-csslayout-well  > .v-margin-left {
	padding-left: 10px;
}

.v-csslayout-card {
	background: #fbfbfb;
	color: #464646;
	border-radius: 3px;
	border: 1px solid #cbcbcb;
	
	
}

.v-csslayout-card  > .v-margin-top {
	padding-top: 10px;
}

.v-csslayout-card  > .v-margin-right {
	padding-right: 10px;
}

.v-csslayout-card  > .v-margin-bottom {
	padding-bottom: 10px;
}

.v-csslayout-card  > .v-margin-left {
	padding-left: 10px;
}

.v-csslayout-v-component-group {
	white-space: nowrap;
	position: relative;
}

.v-csslayout-v-component-group .v-widget ~ .v-widget:not(:last-child) {
	border-radius: 0;
}

.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: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-widget.first.first {
	border-radius: 3px 0 0 3px;
}

.v-csslayout-v-component-group .v-widget ~ .v-widget.last.last {
	border-radius: 0 3px 3px 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%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

[class*="spacing"] > tbody > [class*="row"] > td {
	padding-top: 10px;
}

[class*="spacing"] > tbody > [class*="firstrow"] > td {
	padding-top: 0;
}

[class*="margin-top"] > tbody > [class*="firstrow"] > td {
	padding-top: 10px;
}

[class*="margin-bottom"] > tbody > [class*="lastrow"] > td {
	padding-bottom: 10px;
}

[class*="margin-left"] > tbody > [class*="row"] > [class*="captioncell"] {
	padding-left: 10px;
}

[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: 10px;
}

[class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] {
	padding-right: 10px;
}

[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: 10px;
}

.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: 15px;
}

.v-formlayout-captioncell {
	vertical-align: top;
	line-height: 29px;
}

.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 #d5d5d5;
}

.v-formlayout.light  > table {
	padding: 0;
}

.v-formlayout.light  > table > tbody > tr > td {
	padding-top: 0;
	height: 30px;
	border-bottom: 1px solid #dfdfdf;
}

.v-formlayout.light  > table > tbody > [class*="lastrow"] > td {
	border-bottom: none;
}

.v-formlayout.light  > table > tbody > tr > [class*="captioncell"] {
	color: #777777;
	text-align: right;
	padding-left: 10px;
	line-height: 30px;
}

.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: 30px;
	border-radius: 0;
	padding: 3px 5px;
	
	-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-ie8 .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-textfield, .v-ie9 .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-textfield, .v-ie8 .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-textarea, .v-ie9 .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-textarea, .v-ie8 .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-filterselect input, .v-ie9 .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-filterselect input, .v-ie8 .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-datefield input, .v-ie9 .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-datefield input, .v-ie8 .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-richtextarea, .v-ie9 .v-formlayout.light  > table > tbody > [class*="row"] > [class*="contentcell"]  > .v-richtextarea {
	line-height: 30px;
	padding-top: 0;
	padding-bottom: 0;
}

.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: #666666;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.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: 5px;
}

.v-grid {
	position: relative;
}

.v-grid-scroller {
	position: absolute;
	z-index: 1;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-grid-horizontal-scrollbar-deco {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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 {
	z-index: 0;
	top: 0;
}

.v-grid-body .v-grid-row {
	position: absolute;
	top: 0;
	left: 0;
}

.v-grid-row {
	display: block;
}

.v-ie8 .v-grid-row, .v-ie9 .v-grid-row {
	float: left;
	clear: left;
	margin-top: 0;
}

.v-grid-row  > td, .v-grid-row  > th {
	background-color: #f3f3f3;
}

.v-grid-row {
	width: inherit;
}

.v-grid-cell {
	display: block;
	float: left;
	padding: 2px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 13px;
}

.v-grid-cell.frozen {
	position: relative;
	z-index: 1;
}

.v-grid-spacer {
	position: absolute;
	display: block;
	background-color: #f3f3f3;
}

.v-grid-spacer  > td {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-ie8 .v-grid-spacer, .v-ie9 .v-grid-spacer {
	margin-top: 0;
}

.v-grid {
	outline: none;
}

.v-grid-scroller-vertical, .v-grid-scroller-horizontal {
	border: 1px solid #cacaca;
}

.v-grid-scroller-vertical {
	border-left: none;
}

.v-grid-scroller-horizontal {
	border-top: none;
}

.v-grid-tablewrapper {
	border: 1px solid #cacaca;
}

.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 #cacaca;
	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: #666666;
	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: #eeeeee;
	border: 1px solid #cacaca;
	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: 11px;
}

.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: 11px;
	line-height: 1;
}

.v-ie .v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-button {
	vertical-align: middle;
}

.v-ie8 .v-grid-sidebar.v-contextmenu.open .v-grid-sidebar-button:after {
	vertical-align: middle;
	text-align: center;
	display: inline;
}

.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: #f3f3f3;
	padding: 0 15px;
	line-height: 30px;
	text-overflow: ellipsis;
}

.v-grid-cell  > * {
	line-height: 1.4;
	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 #cacaca;
}

.v-grid-cell.frozen  + th, .v-grid-cell.frozen  + td {
	border-left: none;
}

.v-grid-row > td, .v-grid-editor-cells > div {
	border-left: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}

.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 #cacaca;
	border-left: none;
}

.v-grid-row-stripe > td {
	background-color: #e9e9e9;
}

.v-grid-row-selected > td {
	background: #666666;
}

.v-grid-row-focused > td {
	
}

.v-grid-header th {
	position: relative;
	background-color: #eeeeee;
	font-size: 11px;
	font-weight: inherit;
	border-left: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	
	text-align: left;
}

.v-grid-header th:first-child {
	border-left: none;
}

.v-grid-header .sort-asc, .v-grid-header .sort-desc {
	padding-right: 28px;
}

.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: 15px;
	font-size: 9px;
}

.v-grid-header .sort-desc:after {
	content: "\f0dd" " " attr(sort-order);
}

.v-grid-column-resize-handle {
	position: absolute;
	width: 30px;
	right: -15px;
	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-footer td {
	background-color: #eeeeee;
	font-size: 11px;
	font-weight: inherit;
	border-left: 1px solid #cacaca;
	border-top: 1px solid #cacaca;
	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: 30px;
	vertical-align: baseline;
}

.v-grid-header-deco {
	border-top: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	background-color: #eeeeee;
}

.v-grid-footer-deco {
	border-bottom: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	background-color: #eeeeee;
}

.v-grid-horizontal-scrollbar-deco {
	background-color: #eeeeee;
	border: 1px solid #cacaca;
	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 #666666;
	display: none;
	pointer-events: none;
}

.ie8 .v-grid-cell-focused:before, .ie9 .v-grid-cell-focused:before, .ie10 .v-grid-cell-focused:before {
	content: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==);
}

.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 #cacaca;
	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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	background: #f3f3f3;
}

.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: 15px;
}

.v-grid-editor-cells  > div input[type="text"]:not(.v-filterselect-input), .v-grid-editor-cells  > div input[type="password"] {
	padding-right: 7.5px;
}

.v-grid-editor-cells  > div input[type="checkbox"] {
	margin-left: 15px;
}

.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-ie8 .v-grid-editor-cells  > div .v-datefield-button {
	margin-left: -37px;
}

.v-ie8 .v-grid-editor-cells  > div .v-filterselect-button {
	margin-left: -25px;
}

.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: 30px;
	border-top: 1px solid #cacaca;
	margin-top: -1px;
	background: #f3f3f3;
	padding: 0 5px;
}

.v-grid-editor-footer  + .v-grid-editor-cells > div {
	border-bottom: none;
	border-top: 1px solid #cacaca;
}

.v-grid-editor-footer:first-child {
	border-top: none;
	margin-top: 0;
	border-bottom: 1px solid #cacaca;
	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: 30px;
	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: #f3f3f3;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #cacaca;
}

.v-grid-spacer.stripe > td {
	background-color: #e9e9e9;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #cacaca;
}

.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: #666666;
	position: absolute;
	height: 100%;
	pointer-events: none;
}

.ie8 .v-grid-spacer-deco:before, .ie9 .v-grid-spacer-deco:before, .ie10 .v-grid-spacer-deco:before {
	content: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==);
}

.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: #eeeeee;
}

.v-grid.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity=50) ;
}

.v-grid-header .v-grid-cell {
	background: #eeeeee;
	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: -15px;
}

.v-grid-footer .v-grid-cell {
	background: #eeeeee;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}

.v-grid-header-deco {
	background: #eeeeee;
}

.v-grid-footer-deco, .v-grid-horizontal-scrollbar-deco {
	background: #eeeeee;
}

.v-grid-row-selected  > .v-grid-cell {
	background: #666666;
	color: #d4d4d4;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
	border-color: #525252;
}

.v-grid-row-selected  > .v-grid-cell-focused:before {
	border-color: #999999;
}

.v-grid-editor {
	border-color: #666666;
}

.v-grid-editor-footer {
	font-size: 12px;
	padding: 0 5px;
	background: #eeeeee;
	-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 #ed473b;
	border-right: 8px solid transparent;
}

.v-grid-editor-cells > div .error, .v-grid-editor-cells > div .error > input {
	background-color: #fffbfb;
}

.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: none;
	box-shadow: none;
}

.v-grid-editor-cells > div input[type="text"].v-datefield-textfield {
	padding-left: 36px;
}

.v-ie8 .v-grid-editor-cells > div .v-datefield-button {
	margin-left: 0px;
}

.v-ie8 .v-grid-editor-cells > div .v-filterselect-button {
	margin-left: 0px;
}

.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 15px;
}

.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: #ed473b;
	font-weight: 600;
	width: 15px;
	text-align: center;
	content: "!";
}

.v-grid-editor-save, .v-grid-editor-cancel {
	cursor: pointer;
	color: #666666;
	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: 5px 5px;
	margin: 0;
	outline: none;
}

.v-grid-editor-save:hover, .v-grid-editor-cancel:hover {
	color: gray;
}

.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: #eeeeee;
}

.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-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: 30px;
	border-radius: 3px;
	padding: 3px 6px;
	border: 1px solid #bcbcbc;
	background: white;
	color: #474747;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: 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: 150px;
}

.v-ie8 .v-textfield, .v-ie9 .v-textfield {
	line-height: 30px;
	padding-top: 0;
	padding-bottom: 0;
}

.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: #666666;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

.v-textfield[class*="prompt"] {
	color: #a3a3a3;
}

.v-textfield-readonly {
	background: #eeeeee;
	color: #434343;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-textfield-readonly:focus {
	box-shadow: none;
	border-color: #bcbcbc;
}

.v-textfield-error {
	border-color: #ed473b !important;
	background: #fffbfb;
	color: #6c2621;
}

.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: 23px;
	border-radius: 3px;
	padding: 3px 5px;
	
	
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	font-size: 10px;
}

.v-ie8 .v-textfield-tiny, .v-ie9 .v-textfield-tiny {
	line-height: 23px;
	padding-top: 0;
	padding-bottom: 0;
}

.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: 26px;
	border-radius: 3px;
	padding: 3px 6px;
	
	
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
}

.v-ie8 .v-textfield-compact, .v-ie9 .v-textfield-compact, .v-ie8 .v-textfield-small, .v-ie9 .v-textfield-small {
	line-height: 26px;
	padding-top: 0;
	padding-bottom: 0;
}

.v-textfield-small {
	font-size: 12px;
}

.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: 36px;
	border-radius: 3px;
	padding: 4px 7px;
	
	
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	font-size: 16px;
}

.v-ie8 .v-textfield-large, .v-ie9 .v-textfield-large {
	line-height: 36px;
	padding-top: 0;
	padding-bottom: 0;
}

.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: 48px;
	border-radius: 3px;
	padding: 5px 9px;
	
	
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	font-size: 21px;
}

.v-ie8 .v-textfield-huge, .v-ie9 .v-textfield-huge {
	line-height: 48px;
	padding-top: 0;
	padding-bottom: 0;
}

.v-slot-inline-icon {
	position: relative;
}

.v-caption-inline-icon {
	padding: 0;
}

.v-caption-inline-icon .v-captiontext {
	font-size: 11px;
	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: 30px;
	line-height: 28px;
	text-align: center;
	font-size: 13px;
}

.v-caption-inline-icon img.v-icon {
	left: 7px;
	bottom: 7px;
}

.v-textfield-inline-icon  {
	padding-left: 30px;
}

.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: 11px;
	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: 23px;
	line-height: 21px;
	text-align: center;
	font-size: 10px;
}

.v-caption-inline-icon.v-caption-tiny img.v-icon {
	left: 4px;
	bottom: 4px;
}

.v-textfield-inline-icon.v-textfield-tiny  {
	padding-left: 23px;
}

.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: 11px;
	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: 26px;
	line-height: 24px;
	text-align: center;
	font-size: 13px;
}

.v-caption-inline-icon.v-caption-compact img.v-icon {
	left: 5px;
	bottom: 5px;
}

.v-textfield-inline-icon.v-textfield-compact  {
	padding-left: 26px;
}

.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: 11px;
	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: 26px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
}

.v-caption-inline-icon.v-caption-small img.v-icon {
	left: 5px;
	bottom: 5px;
}

.v-textfield-inline-icon.v-textfield-small  {
	padding-left: 26px;
}

.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: 11px;
	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: 36px;
	line-height: 34px;
	text-align: center;
	font-size: 16px;
}

.v-caption-inline-icon.v-caption-large img.v-icon {
	left: 10px;
	bottom: 10px;
}

.v-textfield-inline-icon.v-textfield-large  {
	padding-left: 36px;
}

.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: 11px;
	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: 48px;
	line-height: 46px;
	text-align: center;
	font-size: 21px;
}

.v-caption-inline-icon.v-caption-huge img.v-icon {
	left: 16px;
	bottom: 16px;
}

.v-textfield-inline-icon.v-textfield-huge  {
	padding-left: 48px;
}

.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: 30px;
	border-radius: 3px;
	padding: 5px;
	border: 1px solid #bcbcbc;
	background: white;
	color: #474747;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: 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: 150px;
}

.v-ie8 .v-textarea, .v-ie9 .v-textarea {
	line-height: 30px;
	padding-top: 0;
	padding-bottom: 0;
}

.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: #666666;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

.v-textarea[class*="prompt"] {
	color: #a3a3a3;
}

.v-ie8 .v-textarea, .v-ie9 .v-textarea {
	line-height: inherit;
	padding-top: 3px;
	padding-bottom: 3px;
}

.v-textarea-readonly {
	background: #eeeeee;
	color: #434343;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-textarea-readonly:focus {
	box-shadow: none;
	border-color: #bcbcbc;
}

.v-textarea-error {
	border-color: #ed473b !important;
	background: #fffbfb;
	color: #6c2621;
}

.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: 23px;
	border-radius: 3px;
	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: 10px;
}

.v-ie8 .v-textarea-tiny, .v-ie9 .v-textarea-tiny {
	line-height: 23px;
	padding-top: 0;
	padding-bottom: 0;
}

.v-ie8 .v-textarea-tiny, .v-ie9 .v-textarea-tiny {
	line-height: inherit;
	padding-top: 3px;
	padding-bottom: 3px;
}

.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: 26px;
	border-radius: 3px;
	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-ie8 .v-textarea-small, .v-ie9 .v-textarea-small {
	line-height: 26px;
	padding-top: 0;
	padding-bottom: 0;
}

.v-ie8 .v-textarea-small, .v-ie9 .v-textarea-small {
	line-height: inherit;
	padding-top: 3px;
	padding-bottom: 3px;
}

.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: 36px;
	border-radius: 3px;
	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: 16px;
}

.v-ie8 .v-textarea-large, .v-ie9 .v-textarea-large {
	line-height: 36px;
	padding-top: 0;
	padding-bottom: 0;
}

.v-ie8 .v-textarea-large, .v-ie9 .v-textarea-large {
	line-height: inherit;
	padding-top: 4px;
	padding-bottom: 4px;
}

.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: 48px;
	border-radius: 3px;
	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: 21px;
}

.v-ie8 .v-textarea-huge, .v-ie9 .v-textarea-huge {
	line-height: 48px;
	padding-top: 0;
	padding-bottom: 0;
}

.v-ie8 .v-textarea-huge, .v-ie9 .v-textarea-huge {
	line-height: inherit;
	padding-top: 5px;
	padding-bottom: 5px;
}

.v-textarea-align-right {
	text-align: right;
}

.v-textarea-align-center {
	text-align: center;
}

.v-datefield {
	position: relative;
	width: 150px;
	height: 30px;
	border-radius: 3px;
}

.v-datefield [class*="textfield"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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: 30px;
	border-radius: 3px;
	padding: 3px 6px;
	border: 1px solid #bcbcbc;
	background: white;
	color: #474747;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: 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: 36px;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.v-ie8 .v-datefield [class*="textfield"], .v-ie9 .v-datefield [class*="textfield"] {
	line-height: 30px;
	padding-top: 0;
	padding-bottom: 0;
}

.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: #666666;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

.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: 30px;
	line-height: 28px;
	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: 2px 0 0 2px;
}

.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: #eeeeee;
	color: #434343;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-datefield.v-readonly [class*="textfield"]:focus {
	box-shadow: none;
	border-color: #bcbcbc;
}

.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: #ed473b !important;
	background: #fffbfb;
	color: #6c2621;
}

.v-datefield-error .v-datefield-button {
	color: #ed473b;
	border-color: #ed473b;
}

.v-datefield-full {
	width: 195px;
}

.v-datefield-day {
	width: 150px;
}

.v-datefield-month {
	width: 98px;
}

.v-datefield-year {
	width: 85px;
}

.v-datefield-popup {
	padding: 3px 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	color: #444444;
	-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.09333);
	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.09333);
	-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: 13px;
	text-align: center;
}

.v-datefield-popup .v-datefield-calendarpanel:focus {
	outline: none;
}

.v-datefield-popup .v-datefield-calendarpanel-day {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 24px;
	height: 21px;
	border: 1px solid transparent;
	line-height: 21px;
	text-align: center;
	font-size: 12px;
	background: #eeeeee;
	border-radius: 2px;
	-webkit-transition: color 200ms;
	-moz-transition: color 200ms;
	transition: color 200ms;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.v-datefield-popup .v-datefield-calendarpanel-day:hover {
	color: #666666;
}

.v-datefield-popup .v-datefield-calendarpanel-day-offmonth {
	color: #989898;
	background: transparent;
}

.v-datefield-popup .v-datefield-calendarpanel-day-today {
	color: #181818;
	font-weight: 600;
	border-color: #a7a7a7;
}

.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: #d4d4d4;
	background: #666666;
	border: none;
	font-weight: 600;
}

.v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-focused {
	position: relative;
}

.v-ie8 .v-datefield-popup .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-focused {
	border-color: #666666;
}

.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: #989898;
	cursor: not-allowed;
}

.v-datefield-popup .v-datefield-calendarpanel-weekdays {
	height: 21px;
	color: rgba(126, 126, 126, 0.85);
}

.v-datefield-popup .v-datefield-calendarpanel-weekdays strong {
	font: inherit;
	font-size: 12px;
}

.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: 15px;
	height: 20px;
	outline: none;
	position: relative;
	vertical-align: middle;
}

.v-datefield-popup td[class*="year"] button:before, .v-datefield-popup td[class*="month"] button:before {
	color: #989898;
	font-size: 17px;
	line-height: 20px;
	-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: #666666;
}

.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: #989898;
}

.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: 120px;
	color: #666666;
}

.v-datefield-popup .v-datefield-calendarpanel-year td.v-datefield-calendarpanel-month {
	width: 60px;
}

.v-datefield-popup .v-datefield-calendarpanel-weeknumber, .v-datefield-popup .v-datefield-calendarpanel-weekdays.v-datefield-calendarpanel-weeknumbers td:first-child {
	width: 24px;
	color: rgba(126, 126, 126, 0.85);
	font-size: 12px;
	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: 30px;
	bottom: 0;
	left: 0;
	width: 27px;
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #eeeeee;
}

.v-datefield-popup td.v-datefield-calendarpanel-time {
	width: 100%;
	font-size: 12px;
}

.v-datefield-popup td.v-datefield-calendarpanel-time .v-label {
	display: inline;
	margin: 0 0.1em;
	font-weight: 400;
}

.v-datefield-calendarpanel {
	font-size: 13px;
	text-align: center;
}

.v-datefield-calendarpanel:focus {
	outline: none;
}

.v-datefield-calendarpanel-day {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 24px;
	height: 21px;
	border: 1px solid transparent;
	line-height: 21px;
	text-align: center;
	font-size: 12px;
	background: #eeeeee;
	border-radius: 2px;
	-webkit-transition: color 200ms;
	-moz-transition: color 200ms;
	transition: color 200ms;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.v-datefield-calendarpanel-day:hover {
	color: #666666;
}

.v-datefield-calendarpanel-day-offmonth {
	color: #989898;
	background: transparent;
}

.v-datefield-calendarpanel-day-today {
	color: #181818;
	font-weight: 600;
	border-color: #a7a7a7;
}

.v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected, .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-selected:hover {
	color: #d4d4d4;
	background: #666666;
	border: none;
	font-weight: 600;
}

.v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-focused {
	position: relative;
}

.v-ie8 .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-focused {
	border-color: #666666;
}

.v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-outside-range, .v-datefield-calendarpanel-day.v-datefield-calendarpanel-day-outside-range:hover {
	color: #989898;
	cursor: not-allowed;
}

.v-datefield-calendarpanel-weekdays {
	height: 21px;
	color: rgba(126, 126, 126, 0.85);
}

.v-datefield-calendarpanel-weekdays strong {
	font: inherit;
	font-size: 12px;
}

.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: 15px;
	height: 20px;
	outline: none;
	position: relative;
	vertical-align: middle;
}

td[class*="year"] button:before, td[class*="month"] button:before {
	color: #989898;
	font-size: 17px;
	line-height: 20px;
	-webkit-transition: color 200ms;
	-moz-transition: color 200ms;
	transition: color 200ms;
}

td[class*="year"] button:hover:before, td[class*="month"] button:hover:before {
	color: #666666;
}

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: #989898;
}

.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: 120px;
	color: #666666;
}

.v-datefield-calendarpanel-year td.v-datefield-calendarpanel-month {
	width: 60px;
}

.v-datefield-calendarpanel-weeknumber, .v-datefield-calendarpanel-weekdays.v-datefield-calendarpanel-weeknumbers td:first-child {
	width: 24px;
	color: rgba(126, 126, 126, 0.85);
	font-size: 12px;
	display: inline-block;
	text-align: left;
}

.v-datefield-calendarpanel-weeknumber {
	position: relative;
}

.v-datefield-calendarpanel-weeknumbers .v-first:before {
	content: "";
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 0;
	width: 27px;
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #eeeeee;
}

td.v-datefield-calendarpanel-time {
	width: 100%;
	font-size: 12px;
}

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: 23px;
	border-radius: 3px;
	font-size: 10px;
}

.v-datefield-tiny [class*="textfield"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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: 23px;
	border-radius: 3px;
	padding: 3px 5px;
	
	
	
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	padding-left: 27.6px;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.v-ie8 .v-datefield-tiny [class*="textfield"], .v-ie9 .v-datefield-tiny [class*="textfield"] {
	line-height: 23px;
	padding-top: 0;
	padding-bottom: 0;
}

.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: 23px;
	line-height: 23px;
	text-align: center;
	font: inherit;
	outline: none;
	margin: 0;
	border-radius: 3px 0 0 3px;
}

.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: #eeeeee;
	color: #434343;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-datefield-tiny.v-readonly [class*="textfield"]:focus {
	box-shadow: none;
	border-color: #bcbcbc;
}

.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: 26px;
	border-radius: 3px;
}

.v-datefield-compact [class*="textfield"], .v-datefield-small [class*="textfield"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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: 26px;
	border-radius: 3px;
	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: 31.2px;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.v-ie8 .v-datefield-compact [class*="textfield"], .v-ie9 .v-datefield-compact [class*="textfield"], .v-ie8 .v-datefield-small [class*="textfield"], .v-ie9 .v-datefield-small [class*="textfield"] {
	line-height: 26px;
	padding-top: 0;
	padding-bottom: 0;
}

.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: 26px;
	line-height: 26px;
	text-align: center;
	font: inherit;
	outline: none;
	margin: 0;
	border-radius: 3px 0 0 3px;
}

.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: #eeeeee;
	color: #434343;
	-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: #bcbcbc;
}

.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: 12px;
}

.v-datefield-large {
	height: 36px;
	border-radius: 3px;
	font-size: 16px;
}

.v-datefield-large [class*="textfield"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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: 36px;
	border-radius: 3px;
	padding: 4px 7px;
	
	
	
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	padding-left: 43.2px;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.v-ie8 .v-datefield-large [class*="textfield"], .v-ie9 .v-datefield-large [class*="textfield"] {
	line-height: 36px;
	padding-top: 0;
	padding-bottom: 0;
}

.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: 36px;
	line-height: 36px;
	text-align: center;
	font: inherit;
	outline: none;
	margin: 0;
	border-radius: 3px 0 0 3px;
}

.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: #eeeeee;
	color: #434343;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-datefield-large.v-readonly [class*="textfield"]:focus {
	box-shadow: none;
	border-color: #bcbcbc;
}

.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: 48px;
	border-radius: 3px;
	font-size: 21px;
}

.v-datefield-huge [class*="textfield"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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: 48px;
	border-radius: 3px;
	padding: 5px 9px;
	
	
	
	-webkit-transition: box-shadow 180ms, border 180ms;
	-moz-transition: box-shadow 180ms, border 180ms;
	transition: box-shadow 180ms, border 180ms;
	padding-left: 57.6px;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.v-ie8 .v-datefield-huge [class*="textfield"], .v-ie9 .v-datefield-huge [class*="textfield"] {
	line-height: 48px;
	padding-top: 0;
	padding-bottom: 0;
}

.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: 48px;
	line-height: 48px;
	text-align: center;
	font: inherit;
	outline: none;
	margin: 0;
	border-radius: 3px 0 0 3px;
}

.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: #eeeeee;
	color: #434343;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-datefield-huge.v-readonly [class*="textfield"]:focus {
	box-shadow: none;
	border-color: #bcbcbc;
}

.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: 13px;
	text-align: center;
}

.v-inline-datefield-calendarpanel:focus {
	outline: none;
}

.v-inline-datefield-calendarpanel-day {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 24px;
	height: 21px;
	border: 1px solid transparent;
	line-height: 21px;
	text-align: center;
	font-size: 12px;
	background: #eeeeee;
	border-radius: 2px;
	-webkit-transition: color 200ms;
	-moz-transition: color 200ms;
	transition: color 200ms;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.v-inline-datefield-calendarpanel-day:hover {
	color: #666666;
}

.v-inline-datefield-calendarpanel-day-offmonth {
	color: #989898;
	background: transparent;
}

.v-inline-datefield-calendarpanel-day-today {
	color: #181818;
	font-weight: 600;
	border-color: #a7a7a7;
}

.v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-selected, .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-selected:hover {
	color: #d4d4d4;
	background: #666666;
	border: none;
	font-weight: 600;
}

.v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-focused {
	position: relative;
}

.v-ie8 .v-inline-datefield-calendarpanel-day.v-inline-datefield-calendarpanel-day-focused {
	border-color: #666666;
}

.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: #989898;
	cursor: not-allowed;
}

.v-inline-datefield-calendarpanel-weekdays {
	height: 21px;
	color: rgba(126, 126, 126, 0.85);
}

.v-inline-datefield-calendarpanel-weekdays strong {
	font: inherit;
	font-size: 12px;
}

.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: 15px;
	height: 20px;
	outline: none;
	position: relative;
	vertical-align: middle;
}

td[class*="year"] button:before, td[class*="month"] button:before {
	color: #989898;
	font-size: 17px;
	line-height: 20px;
	-webkit-transition: color 200ms;
	-moz-transition: color 200ms;
	transition: color 200ms;
}

td[class*="year"] button:hover:before, td[class*="month"] button:hover:before {
	color: #666666;
}

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: #989898;
}

.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: 120px;
	color: #666666;
}

.v-inline-datefield-calendarpanel-year td.v-inline-datefield-calendarpanel-month {
	width: 60px;
}

.v-inline-datefield-calendarpanel-weeknumber, .v-inline-datefield-calendarpanel-weekdays.v-inline-datefield-calendarpanel-weeknumbers td:first-child {
	width: 24px;
	color: rgba(126, 126, 126, 0.85);
	font-size: 12px;
	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: 30px;
	bottom: 0;
	left: 0;
	width: 27px;
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #eeeeee;
}

td.v-inline-datefield-calendarpanel-time {
	width: 100%;
	font-size: 12px;
}

td.v-inline-datefield-calendarpanel-time .v-label {
	display: inline;
	margin: 0 0.1em;
	font-weight: 400;
}

.v-inline-datefield-calendarpanel {
	position: relative;
	background: #f3f3f3;
	padding: 5px;
}

.v-gridlayout-margin-top {
	padding-top: 10px;
}

.v-gridlayout-margin-bottom {
	padding-bottom: 10px;
}

.v-gridlayout-margin-left {
	padding-left: 10px;
}

.v-gridlayout-margin-right {
	padding-right: 10px;
}

.v-gridlayout-spacing-on {
	padding-left: 10px;
	padding-top: 10px;
}

.v-menubar {
	position: relative;
	text-align: center;
	white-space: nowrap;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
	height: 30px;
	padding: 0 13px;
	color: #181818;
	font-weight: 500;
	
	cursor: default;
	border-radius: 3px;
	border: 1px solid #bcbcbc;
	background: #eeeeee;
	
	
	padding: 0;
	text-align: left;
	line-height: 28px;
}

.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: #666666;
}

.v-menubar  > .v-menubar-menuitem {
	padding: 0 12px;
}

.v-menubar  > .v-menubar-menuitem[class*="-icon-only"] {
	width: 30px;
}

.v-menubar:active:after {
	background: transparent;
}

.v-menubar > .v-menubar-menuitem {
	position: relative;
	z-index: 1;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	padding: 0 12px;
	color: inherit;
	font-weight: 500;
	
	cursor: pointer;
	border-radius: 0;
	border: 1px solid #bcbcbc;
	background: #eeeeee;
	
	
	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: 2px 0 0 2px;
}

.v-menubar > .v-menubar-menuitem:last-child {
	border-radius: 0 2px 2px 0;
	border-right-width: 0;
}

.v-menubar > .v-menubar-menuitem:first-child:last-child {
	border-radius: 2px;
}

.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(174, 174, 174, 0.1);
	border: none;
}

.v-menubar > .v-menubar-menuitem:active:before {
	background-color: rgba(119, 119, 119, 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: 30px;
	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: #e2e2e2;
	background-image: -webkit-linear-gradient(bottom, #e2e2e2 0%, #e2e2e2 100%);
	background-image: linear-gradient(to top,#e2e2e2 0%, #e2e2e2 100%);
	color: #171717;
}

.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: #f0f0f0;
	
	
	
	border-radius: 0;
	border: 1px solid #505050;
	background: #666666;
	
	
	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: 3px 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	color: #444444;
	-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.09333);
	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.09333);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 3px 3px;
	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: 22px;
	padding: 0 16px 0 8px;
	border-radius: 2px;
	font-weight: 400;
	white-space: nowrap;
	position: relative;
	padding-left: 26px;
	padding-right: 30px;
	position: relative;
}

.v-menubar-popup .v-menubar-menuitem:active:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #474747;
	opacity: 0.15;
	filter: alpha(opacity=15.0) ;
	pointer-events: none;
	border-radius: inherit;
}

.v-menubar-popup .v-menubar-menuitem .v-icon {
	max-height: 22px;
	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: 24px;
}

.v-menubar-popup .v-menubar-menuitem-selected {
	background: #666666;
	color: #f0f0f0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.v-menubar-popup .v-menubar-separator {
	display: block;
	margin: 3px 0;
	height: 0;
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
}

.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: 26px;
	padding: 0 12px;
	
	font-weight: 500;
	
	cursor: default;
	border-radius: 3px;
	padding: 0;
	text-align: left;
	line-height: 24px;
	font-size: 12px;
}

.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: 26px;
}

.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: 3px;
	color: #666666;
	padding: 0 10px;
	-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: 3px;
}

.v-menubar-borderless .v-menubar-menuitem:before {
	content: none;
}

.v-menubar-borderless .v-menubar-menuitem:hover {
	color: gray;
}

.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 #bcbcbc;
	color: #666666;
}

.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: #f0f0f0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.v-menubar-borderless .v-menubar-menuitem-selected:hover {
	color: #f0f0f0;
}

.v-menubar-borderless .v-menubar-menuitem-disabled, .v-menubar-borderless .v-menubar-menuitem-disabled:hover {
	color: inherit;
}

.v-radiobutton {
	position: relative;
	line-height: 15px;
	white-space: nowrap;
}

.v-radiobutton.v-has-width label {
	white-space: normal;
}

:root .v-radiobutton {
	padding-left: 20px;
}

: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: #666666;
	
	
}

:root .v-radiobutton > input ~ label:before, :root .v-radiobutton > input ~ label:after {
	content: "";
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
	font-size: 10px;
	text-align: center;
}

:root .v-radiobutton > input ~ label:before {
	height: 15px;
	padding: 0 7px;
	color: #181818;
	font-weight: 500;
	
	
	border-radius: 3px;
	border: 1px solid #bcbcbc;
	background: #eeeeee;
	
	
	padding: 0;
	height: 15px;
}

: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(119, 119, 119, 0.2);
}

:root .v-radiobutton > input:checked ~ label:after {
	color: #666666;
}

.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: 5px;
	height: 5px;
	top: 5px;
	left: 5px;
	background: #666666;
}

: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 13px 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: 12px;
}

.v-select-optiongroup-small .v-checkbox {
	position: relative;
	line-height: 13px;
	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: 17px;
}

: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: #666666;
	
	
}

:root .v-select-optiongroup-small .v-checkbox > input ~ label:before, :root .v-select-optiongroup-small .v-checkbox > input ~ label:after {
	content: "";
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
	font-size: 9px;
	text-align: center;
}

:root .v-select-optiongroup-small .v-checkbox > input ~ label:before {
	height: 13px;
	padding: 0 6px;
	color: #181818;
	font-weight: 500;
	
	
	border-radius: 3px;
	border: 1px solid #bcbcbc;
	background: #eeeeee;
	
	
	padding: 0;
	height: 13px;
}

: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(119, 119, 119, 0.2);
}

:root .v-select-optiongroup-small .v-checkbox > input:checked ~ label:after {
	color: #666666;
}

.v-select-optiongroup-small .v-checkbox > .v-icon, .v-select-optiongroup-small .v-checkbox > label .v-icon {
	margin: 0 4px 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: 13px;
	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: 17px;
}

: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: #666666;
	
	
}

:root .v-select-optiongroup-small .v-radiobutton > input ~ label:before, :root .v-select-optiongroup-small .v-radiobutton > input ~ label:after {
	content: "";
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
	font-size: 9px;
	text-align: center;
}

:root .v-select-optiongroup-small .v-radiobutton > input ~ label:before {
	height: 13px;
	padding: 0 6px;
	color: #181818;
	font-weight: 500;
	
	
	border-radius: 3px;
	border: 1px solid #bcbcbc;
	background: #eeeeee;
	
	
	padding: 0;
	height: 13px;
}

: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(119, 119, 119, 0.2);
}

:root .v-select-optiongroup-small .v-radiobutton > input:checked ~ label:after {
	color: #666666;
}

.v-select-optiongroup-small .v-radiobutton > .v-icon, .v-select-optiongroup-small .v-radiobutton > label .v-icon {
	margin: 0 4px 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: 4px;
	left: 4px;
	background: #666666;
}

: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 13px 0 0;
}

.v-select-optiongroup-small .v-radiobutton:first-child, .v-select-optiongroup-small .v-checkbox:first-child {
	margin-top: 4px;
}

.v-select-optiongroup-small .v-radiobutton:last-child, .v-select-optiongroup-small .v-checkbox:last-child {
	margin-bottom: 4px;
}

.v-select-optiongroup-small.v-has-width label {
	white-space: normal;
}

.v-select-optiongroup-large {
	font-size: 16px;
}

.v-select-optiongroup-large .v-checkbox {
	position: relative;
	line-height: 18px;
	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: 24px;
}

: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: #666666;
	
	
}

:root .v-select-optiongroup-large .v-checkbox > input ~ label:before, :root .v-select-optiongroup-large .v-checkbox > input ~ label:after {
	content: "";
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
	font-size: 12px;
	text-align: center;
}

:root .v-select-optiongroup-large .v-checkbox > input ~ label:before {
	height: 18px;
	padding: 0 8px;
	color: #181818;
	font-weight: 500;
	
	
	border-radius: 3px;
	border: 1px solid #bcbcbc;
	background: #eeeeee;
	
	
	padding: 0;
	height: 18px;
}

: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(119, 119, 119, 0.2);
}

:root .v-select-optiongroup-large .v-checkbox > input:checked ~ label:after {
	color: #666666;
}

.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: 18px;
	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: 24px;
}

: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: #666666;
	
	
}

:root .v-select-optiongroup-large .v-radiobutton > input ~ label:before, :root .v-select-optiongroup-large .v-radiobutton > input ~ label:after {
	content: "";
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
	font-size: 12px;
	text-align: center;
}

:root .v-select-optiongroup-large .v-radiobutton > input ~ label:before {
	height: 18px;
	padding: 0 8px;
	color: #181818;
	font-weight: 500;
	
	
	border-radius: 3px;
	border: 1px solid #bcbcbc;
	background: #eeeeee;
	
	
	padding: 0;
	height: 18px;
}

: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(119, 119, 119, 0.2);
}

:root .v-select-optiongroup-large .v-radiobutton > input:checked ~ label:after {
	color: #666666;
}

.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: 6px;
	height: 6px;
	top: 6px;
	left: 6px;
	background: #666666;
}

: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: 9px 13px 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: #666666;
	text-decoration: underline;
	font-weight: inherit;
	-webkit-transition: color 140ms;
	-moz-transition: color 140ms;
	transition: color 140ms;
}

.v-link:hover {
	color: gray;
}

.v-link.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity=50) ;
}

.v-link a {
	cursor: inherit;
	color: inherit;
	text-decoration: inherit;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	transition: inherit;
}

.v-link .v-icon {
	cursor: inherit;
}

.v-link-small {
	font-size: 12px;
}

.v-link-large {
	font-size: 16px;
}

.v-window {
	padding: 3px 3px;
	border-radius: 3px;
	background-color: #fbfbfb;
	color: #464646;
	-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.09333);
	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.09333);
	-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.09333);
	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.09333);
	padding: 0;
	min-width: 120px !important;
	min-height: 30px !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, #222222);
	background-image: radial-gradient(  circle at 50% 50%, #222, #222222);
	opacity: 0.8;
	filter: alpha(opacity=80) ;
	-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 #d5d5d5;
	border-color: rgba(188, 188, 188, 0.5);
}

.v-window-header {
	line-height: 29px;
	padding-left: 10px;
	margin-right: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #7c7c7c;
}

.v-window-restorebox-disabled  ~ .v-window-closebox ~ .v-window-header, .v-window-maximizebox-disabled  ~ .v-window-closebox ~ .v-window-header {
	margin-right: 30px;
}

.v-window-restorebox-disabled  ~ .v-window-closebox-disabled ~ .v-window-header, .v-window-maximizebox-disabled  ~ .v-window-closebox-disabled ~ .v-window-header {
	margin-right: 10px;
}

.v-window-closebox, .v-window-maximizebox, .v-window-restorebox {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 27px;
	height: 29px;
	background-color: #fbfbfb;
	line-height: 27px;
	text-align: center;
	cursor: pointer;
	font-size: 17px;
	color: #969696;
	-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: #666666;
}

.v-window-closebox:active, .v-window-maximizebox:active, .v-window-restorebox:active {
	color: inherit;
}

.v-window-closebox {
	padding-right: 3px;
	border-radius: 0 3px 0 3px;
}

.v-window-closebox:before {
	content: "\00d7";
}

.v-window-maximizebox, .v-window-restorebox {
	right: 27px;
	padding-left: 3px;
	border-radius: 0 0 0 3px;
}

.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: 30px;
	padding-right: 0;
	border-bottom-left-radius: 3px;
}

.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 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	margin-top: 0 !important;
}

.v-window-contents  > .v-scrollable {
	position: relative;
}

.v-window-contents  > .v-scrollable  > .v-margin-top {
	padding-top: 10px;
}

.v-window-contents  > .v-scrollable  > .v-margin-right {
	padding-right: 10px;
}

.v-window-contents  > .v-scrollable  > .v-margin-bottom {
	padding-bottom: 10px;
}

.v-window-contents  > .v-scrollable  > .v-margin-left {
	padding-left: 10px;
}

.v-window-contents  > .v-scrollable  > .v-formlayout [class*="margin-top"] > tbody > [class*="firstrow"] > td {
	padding-top: 10px;
}

.v-window-contents  > .v-scrollable  > .v-formlayout [class*="margin-bottom"] > tbody > [class*="lastrow"] > td {
	padding-bottom: 10px;
}

.v-window-contents  > .v-scrollable  > .v-formlayout [class*="margin-left"] > tbody > [class*="row"] > [class*="captioncell"] {
	padding-left: 10px;
}

.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: 10px;
}

.v-window-contents  > .v-scrollable  > .v-formlayout [class*="margin-right"] > tbody > [class*="row"] > [class*="contentcell"] {
	padding-right: 10px;
}

.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: 10px;
}

.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 #fbfbfb;
	left: 0;
	right: 0;
}

.v-window-contents  > .v-scrollable .v-panel-captionwrap:after {
	border-color: #d5d5d5;
}

.v-window-contents  > .v-scrollable .v-panel-content:before {
	border-color: #fbfbfb;
}

.v-window-footer {
	height: 0;
}

.v-window-resizebox {
	position: absolute;
	z-index: 1000;
	right: 0;
	bottom: 0;
	width: 15px;
	height: 15px;
	cursor: nwse-resize;
}

.v-ie8 .v-window-resizebox {
	background: #000;
	filter: alpha(opacity=0.1);
}

.v-ie8 .v-window-resizebox, .v-ie9 .v-window-resizebox {
	cursor: se-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: 29px;
}

.v-window-top-toolbar .v-spacing, .v-window-bottom-toolbar .v-spacing {
	width: 5px;
}

.v-window-top-toolbar.v-layout {
	padding: 6px 10px;
	position: relative;
	z-index: 2;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	background-color: #eeeeee;
}

.v-window-top-toolbar.v-menubar {
	margin: 10px 10px 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 10px;
	background-color: #eeeeee;
	background-image: -webkit-linear-gradient(top, #eeeeee 0, #eeeeee 3px);
	background-image: linear-gradient(to bottom,#eeeeee 0, #eeeeee 3px);
	border-top: 1px solid #d5d5d5;
	border-radius: 0 0 3px 3px;
}

.v-margin-left.v-margin-right.v-margin-top .v-window-top-toolbar.v-layout {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin: -10px -10px 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: -5px -5px 0;
	padding: 0;
}

.v-margin-left.v-margin-right.v-margin-bottom .v-window-bottom-toolbar.v-layout {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 -10px -10px;
}

.v-tree {
	position: relative;
	white-space: nowrap;
}

.v-tree:focus {
	outline: none;
}

.v-tree-node:before {
	content: "";
	position: absolute;
	display: inline-block;
	z-index: 3;
	width: 1.9em;
	height: 23px;
	cursor: pointer;
	background: red;
	opacity: 0;
}

.v-ie8 .v-tree-node:before {
	position: static;
	margin-left: -1.9em;
	vertical-align: top;
	content: "\f0da";
	font-family: ThemeIcons;
	text-align: center;
	background: transparent;
}

.v-ie8 .v-tree-node {
	padding-left: 1.9em;
}

.v-tree-node-caption {
	height: 23px;
	line-height: 22px;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: top;
}

.v-tree-node-caption > div {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 2;
}

.v-tree-node-caption > div:before {
	content: "\f0da";
	font-family: ThemeIcons;
	display: inline-block;
	width: 0.5em;
	text-align: center;
	margin: 0 0.6em 0 0.8em;
	-webkit-transition: all 100ms;
	-moz-transition: all 100ms;
	transition: all 100ms;
}

.v-ie8 .v-tree-node-caption > div:before {
	display: none;
}

.v-tree-node-caption span {
	padding-right: 23px;
	cursor: pointer;
	display: inline-block;
	width: 100%;
}

.v-ie .v-tree-node-caption span {
	width: auto;
}

.v-tree-node-caption .v-icon {
	padding-right: 0;
	width: auto;
	min-width: 1em;
}

.v-tree-node-caption:after {
	content: "";
	display: block;
	vertical-align: top;
	position: absolute;
	z-index: 1;
	left: 0;
	margin-top: -23px;
	width: 100%;
	height: 23px;
	border-radius: 3px;
	opacity: 0;
	-webkit-transition: opacity 120ms;
	-moz-transition: opacity 120ms;
	transition: opacity 120ms;
}

.v-ie8 .v-tree-node-caption:after {
	content: none;
}

.v-ie8 .v-tree-node-caption {
	display: inline-block;
}

.v-tree-node-expanded > .v-tree-node-caption > div:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	content: "\f0da";
	font-family: ThemeIcons;
}

.v-ie8  .v-tree-node-expanded:before {
	content: "\f0d7";
	font-family: ThemeIcons;
}

.v-tree-node-leaf:before, .v-tree-node-leaf > .v-tree-node-caption > div:before {
	visibility: hidden;
}

.v-tree-node-focused:after {
	opacity: 1;
	border: 1px solid #666666;
}

.v-ie8 .v-tree-node-focused {
	outline: 1px dotted #666666;
}

.v-tree-node-selected {
	color: #f0f0f0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.v-tree-node-selected:after {
	opacity: 1;
	background: #666666;
	border: none;
}

.v-ie8 .v-tree-node-selected {
	background: #666666;
}

.v-tree-node-children {
	padding-left: 15px;
}

.v-ie8 .v-tree-node-children {
	padding-left: 0;
}

.v-tree-node-drag-top:before, .v-tree-node-drag-bottom:after, .v-tree-node-drag-bottom.v-tree-node-dragfolder.v-tree-node-expanded > .v-tree-node-children:before {
	content: "\2022";
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #666666;
	font-size: 26px;
	line-height: 2px;
	color: #666666;
	text-indent: -3px;
	text-shadow: 0 0 1px #eeeeee, 0 0 1px #eeeeee;
	opacity: 1;
	visibility: visible;
}

.v-tree-node-drag-bottom.v-tree-node-dragfolder.v-tree-node-expanded:after {
	content: none;
}

.v-tree-node-caption-drag-center {
	-webkit-box-shadow: 0 0 0 2px #666666;
	box-shadow: 0 0 0 2px #666666;
	position: relative;
	border-radius: 3px;
}

.v-ie8 .v-tree-node-caption-drag-center {
	outline: 2px solid #666666;
}

.v-ff  .v-tree-node-drag-top:before, .v-ff  .v-tree-node-drag-bottom:after {
	line-height: 1px;
}

.v-ie8  .v-tree-node-drag-top:before, .v-ie8  .v-tree-node-drag-bottom:after {
	line-height: 0;
}

.v-table {
	position: relative;
	background: #eeeeee;
	color: #434343;
	overflow: hidden;
}

.v-table-header table, .v-table-footer table, .v-table-table {
	-webkit-box-shadow: 0 0 0 1px #cacaca;
	box-shadow: 0 0 0 1px #cacaca;
}

.v-ie8 .v-table-header table, .v-ie8 .v-table-footer table, .v-ie8 .v-table-table {
	outline: 1px solid #cacaca;
}

.v-table-header-wrap, .v-table-footer-wrap, .v-table-header-drag {
	border: 1px solid #cacaca;
	background: #eeeeee;
	white-space: nowrap;
	font-size: 11px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}

.v-table-header-wrap {
	position: relative;
	border-bottom: none;
}

.v-table-footer-wrap {
	border-top: none;
}

.v-table-footer td {
	border-left: 1px solid #cacaca;
}

.v-table-footer-container, .v-table-caption-container {
	overflow: hidden;
	line-height: 1;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-ie8 .v-table-footer-container, .v-ie8 .v-table-caption-container {
	min-height: 11px;
}

.v-table-footer-container {
	padding: 9px 10px 10px;
	float: right;
}

[class^="v-table-header-cell"] {
	position: relative;
}

.v-table-caption-container, .v-table-header-drag {
	padding: 10px 10px 9px;
	border-left: 1px solid #cacaca;
}

.v-table-caption-container-align-right {
	padding-right: 3px;
}

.v-table-resizer {
	height: 30px;
	width: 7px;
	cursor: e-resize;
	cursor: col-resize;
	position: relative;
	right: -4px;
	z-index: 1;
	margin-left: -7px;
}

.v-table-cell-content {
	border-left: 1px solid #cacaca;
	overflow: hidden;
	height: 30px;
	vertical-align: middle;
}

.v-table-cell-content:first-child {
	border-left: none;
	padding-left: 1px;
}

.v-table-header td:first-child .v-table-caption-container, .v-table-footer td:first-child {
	border-left-color: transparent;
}

.v-table-cell-wrapper {
	line-height: 1;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0 !important;
}

.v-table-cell-wrapper  > .v-widget {
	margin: 3px -5px;
}

.v-table-cell-wrapper  > .v-widget.v-label, .v-table-cell-wrapper  > .v-widget.v-checkbox, .v-table-cell-wrapper  > .v-widget.v-select-optiongroup {
	margin: 0;
}

.v-table-cell-wrapper  > .v-widget.v-progressbar {
	margin-left: 0;
	margin-right: 0;
}

.v-table-body {
	border: 1px solid #cacaca;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.v-table-table {
	background-color: #f3f3f3;
	white-space: nowrap;
}

.v-table-table td {
	border-top: 1px solid #cacaca;
}

.v-table-table tr:first-child > td {
	border-top: none;
}

.v-table-row {
	background-color: #f3f3f3;
	cursor: pointer;
}

.v-table-row-odd {
	background-color: #e9e9e9;
	cursor: pointer;
}

.v-table-body-noselection .v-table-row, .v-table-body-noselection .v-table-row-odd {
	cursor: default;
}

.v-table [class*="-row"].v-selected {
	background: #666666;
	background-origin: border-box;
	color: #f0f0f0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.v-table [class*="-row"].v-selected  + .v-selected {
	background: #666666;
}

.v-table [class*="-row"].v-selected  + .v-selected td {
	border-top-color: #666666;
}

.v-table [class*="-row"].v-selected .v-table-cell-content {
	border-color: transparent;
	border-left-color: #525252;
}

.v-table [class*="-row"].v-selected .v-table-cell-content:first-child {
	border-left-color: transparent;
}

.v-table-header-cell-asc .v-table-sort-indicator, .v-table-header-cell-desc .v-table-sort-indicator {
	background: transparent;
	width: 15px;
	height: 30px;
	line-height: 30px;
	margin-left: -15px;
}

.v-table-header-cell-asc .v-table-sort-indicator:before, .v-table-header-cell-desc .v-table-sort-indicator:before {
	font-style: normal;
	font-weight: normal;
	display: inline-block;
}

.v-table-header-cell-asc .v-table-sort-indicator:before {
	content: "\f0de";
	font-family: ThemeIcons;
}

.v-table-header-cell-desc .v-table-sort-indicator:before {
	content: "\f0dd";
	font-family: ThemeIcons;
}

[class*="rowheader"] span.v-icon {
	min-width: 1em;
}

.v-table-focus {
	outline: 1px solid #666666;
	outline-offset: -1px;
}

.v-drag-element.v-table-focus, .v-drag-element .v-table-focus {
	outline: none;
}

.v-table-header-drag {
	position: absolute;
	opacity: 0.9;
	filter: alpha(opacity=90) ;
	margin-top: -15px;
	z-index: 30000;
	line-height: 1;
}

.v-table-focus-slot-right {
	border-right: 3px solid #666666;
	right: -2px;
	margin-left: -10px !important;
}

.v-table-focus-slot-left {
	float: left;
	border-left: 3px solid #666666;
	left: -1px;
	right: auto;
	margin-left: 0 !important;
	margin-right: -10px;
}

.v-table-column-selector {
	height: 30px;
	padding: 0 13px;
	color: #181818;
	font-weight: 500;
	
	
	border-radius: 3px;
	border: 1px solid #bcbcbc;
	background: #eeeeee;
	
	
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 15px;
	height: 15px;
	line-height: 15px;
	padding: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-radius: 0 0 0 3px;
	cursor: pointer;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0) ;
	-webkit-transition: opacity 200ms 2s;
	-moz-transition: opacity 200ms 2s;
	transition: opacity 200ms 2s;
}

.v-table-column-selector:after {
	border: inherit;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.v-table-column-selector:hover:after {
	background-color: rgba(174, 174, 174, 0.1);
}

.v-table-column-selector:focus:after {
	border-color: #666666;
}

.v-table-column-selector:active:after {
	background-color: rgba(119, 119, 119, 0.2);
}

.v-table-column-selector:after {
	content: "";
	position: absolute;
	border: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.v-table-column-selector:active:after {
	background-color: rgba(119, 119, 119, 0.2);
}

.v-table-column-selector:before {
	font-family: ThemeIcons;
	content: "\f013";
}

.v-table-header-wrap:hover .v-table-column-selector {
	opacity: 1;
	filter: none ;
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	transition-delay: 200ms;
}

.v-on:before, .v-off:before {
	content: "\f00c";
	font-family: ThemeIcons;
	font-size: 0.9em;
	margin-right: 5px;
}

.v-on div, .v-off div {
	display: inline;
}

.v-on.v-disabled, .v-off.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity=50) ;
}

.v-off:before {
	visibility: hidden;
}

tbody.v-drag-element {
	display: block;
	overflow: visible;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	opacity: 1;
	filter: none ;
}

tbody.v-drag-element tr {
	display: block;
	
	
	-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: 3px;
	overflow: hidden;
	opacity: 0.5;
	filter: alpha(opacity=50) ;
	background: #f3f3f3;
}

.v-table-body {
	position: relative;
	z-index: 1;
}

.v-table-scrollposition {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: -15px 0 0 !important;
	text-align: center;
}

.v-table-drag {
	overflow: visible;
}

.v-table-drag .v-table-body {
	-webkit-box-shadow: 0 0 0 2px rgba(102, 102, 102, 0.5);
	box-shadow: 0 0 0 2px rgba(102, 102, 102, 0.5);
	border-color: #666666;
}

.v-ie8 .v-table-drag .v-table-body {
	border-color: #666666;
}

.v-table-drag .v-table-body .v-table-focus {
	outline: none;
}

.v-table-row-drag-middle .v-table-cell-content {
	background-color: #d6d6d6;
	color: #3c3c3c;
}

.v-table-row-drag-bottom td.v-table-cell-content {
	border-bottom: 2px solid #666666;
	height: 28px;
}

.v-table-row-drag-bottom .v-table-cell-wrapper {
	margin-bottom: -2px;
}

.v-table-row-drag-top td.v-table-cell-content {
	border-top: 2px solid #666666;
	height: 29px;
}

.v-table-row-drag-top .v-table-cell-wrapper {
	margin-top: -1px;
}

.v-table-no-stripes .v-table-row, .v-table-no-stripes .v-table-row-odd {
	background: transparent;
}

.v-table-no-vertical-lines .v-table-cell-content {
	border-left: none;
	padding-left: 1px;
}

.v-table-no-vertical-lines.v-treetable .v-table-cell-content {
	padding-left: 11px;
}

.v-table-no-horizontal-lines .v-table-cell-content {
	border-top: none;
	border-bottom: none;
}

.v-table-no-horizontal-lines .v-table-row-drag-top .v-table-cell-content, .v-table-no-horizontal-lines .v-table-row-drag-bottom .v-table-cell-content {
	height: 29px;
}

.v-table-no-header .v-table-header-wrap {
	display: none;
}

.v-table-borderless .v-table-header-wrap, .v-table-borderless .v-table-footer-wrap, .v-table-borderless .v-table-header-drag, .v-table-borderless .v-table-body {
	border: none;
}

.v-table-borderless .v-table-header-wrap {
	border-bottom: 1px solid #cfcfcf;
}

.v-table-borderless .v-table-footer-wrap {
	border-top: 1px solid #cfcfcf;
}

.v-table-compact .v-table-header-wrap, .v-table-compact .v-table-footer-wrap, .v-table-compact .v-table-header-drag, .v-table-small .v-table-header-wrap, .v-table-small .v-table-footer-wrap, .v-table-small .v-table-header-drag {
	font-size: 11px;
}

.v-table-compact .v-table-footer-container, .v-table-small .v-table-footer-container {
	padding: 7px 6px 8px;
}

.v-table-compact .v-table-caption-container, .v-table-compact .v-table-header-drag, .v-table-small .v-table-caption-container, .v-table-small .v-table-header-drag {
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
}

.v-table-compact .v-table-caption-container-align-right, .v-table-small .v-table-caption-container-align-right {
	padding-right: 0;
}

.v-table-compact .v-table-resizer, .v-table-small .v-table-resizer {
	height: 26px;
}

.v-table-compact .v-table-cell-content, .v-table-small .v-table-cell-content {
	height: 26px;
}

.v-table-compact .v-table-cell-wrapper, .v-table-small .v-table-cell-wrapper {
	padding-left: 5px;
	padding-right: 5px;
}

.v-table-compact .v-table-cell-wrapper  > .v-widget, .v-table-small .v-table-cell-wrapper  > .v-widget {
	margin: 1px -3px;
}

.v-table-compact .v-table-cell-wrapper  > .v-widget.v-label, .v-table-compact .v-table-cell-wrapper  > .v-widget.v-checkbox, .v-table-compact .v-table-cell-wrapper  > .v-widget.v-select-optiongroup, .v-table-small .v-table-cell-wrapper  > .v-widget.v-label, .v-table-small .v-table-cell-wrapper  > .v-widget.v-checkbox, .v-table-small .v-table-cell-wrapper  > .v-widget.v-select-optiongroup {
	margin: 0;
}

.v-table-compact .v-table-cell-wrapper  > .v-widget.v-progressbar, .v-table-small .v-table-cell-wrapper  > .v-widget.v-progressbar {
	margin-left: 0;
	margin-right: 0;
}

.v-table-compact .v-table-header-cell-asc .v-table-sort-indicator, .v-table-compact .v-table-header-cell-desc .v-table-sort-indicator, .v-table-small .v-table-header-cell-asc .v-table-sort-indicator, .v-table-small .v-table-header-cell-desc .v-table-sort-indicator {
	height: 26px;
	line-height: 26px;
}

.v-table-compact .v-table-header-drag, .v-table-small .v-table-header-drag {
	margin-top: -13px;
}

.v-table-compact.v-treetable .v-table-cell-wrapper, .v-table-small.v-treetable .v-table-cell-wrapper {
	padding-left: 0;
	padding-right: 0;
	min-height: 13px;
}

.v-table-compact.v-treetable .v-table-cell-content, .v-table-small.v-treetable .v-table-cell-content {
	padding-left: 5px;
	padding-right: 5px;
}

.v-table-compact.v-treetable .v-table-cell-content:first-child, .v-table-small.v-treetable .v-table-cell-content:first-child {
	padding-left: 6px;
}

.v-table-compact.v-treetable .v-table-footer-container, .v-table-small.v-treetable .v-table-footer-container {
	padding-left: 5px;
	padding-right: 5px;
}

.v-table-compact .v-table-row-drag-top .v-table-cell-content, .v-table-compact .v-table-row-drag-bottom .v-table-cell-content, .v-table-small .v-table-row-drag-top .v-table-cell-content, .v-table-small .v-table-row-drag-bottom .v-table-cell-content {
	height: 25px;
}

.v-table-small {
	font-size: 12px;
}

.v-table-small.v-treetable .v-table-cell-wrapper {
	min-height: 12px;
}

.v-treetable [class*="caption-container"], .v-treetable [class*="footer-container"], .v-treetable [class*="cell-wrapper"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding-left: 0;
	padding-right: 0;
}

.v-treetable [class*="caption-container"], .v-treetable [class*="footer-container"] {
	min-height: 11px;
}

.v-treetable [class*="cell-wrapper"] {
	min-height: 13px;
}

.v-treetable [class*="caption-container"] {
	padding-left: 10px;
}

.v-treetable [class*="caption-container-align-right"] {
	padding-left: 17px;
}

.v-treetable [class*="footer-container"] {
	padding-right: 10px;
}

.v-treetable [class*="cell-content"] {
	padding-left: 10px;
	padding-right: 10px;
}

.v-treetable [class*="cell-content"]:first-child {
	padding-left: 11px;
}

.v-treetable-treespacer {
	display: inline-block;
	position: absolute;
	width: 15px !important;
	margin-left: -20px;
	text-align: center;
	cursor: pointer;
}

.v-treetable-node-closed:before {
	content: "\f0da";
	font-family: ThemeIcons;
}

.v-treetable-node-open:before {
	content: "\f0d7";
	font-family: ThemeIcons;
}

.v-splitpanel-horizontal  > div > .v-splitpanel-hsplitter {
	width: 1px;
}

.v-splitpanel-horizontal  > div > .v-splitpanel-hsplitter:after {
	left: -5px;
	right: -5px;
}

.v-splitpanel-horizontal  > div > .v-splitpanel-hsplitter div:before {
	height: 30px;
	padding: 0 13px;
	color: #181818;
	font-weight: 500;
	
	
	border-radius: 3px;
	border: 1px solid #bcbcbc;
	background: #eeeeee;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: auto;
	padding: 0;
	border-radius: 0;
	background: #eeeeee;
}

.v-splitpanel-horizontal  > div > .v-splitpanel-hsplitter div:before:after {
	border: inherit;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.v-splitpanel-horizontal  > div > .v-splitpanel-hsplitter div:before:hover:after {
	background-color: rgba(174, 174, 174, 0.1);
}

.v-splitpanel-horizontal  > div > .v-splitpanel-hsplitter div:before:focus:after {
	border-color: #666666;
}

.v-splitpanel-horizontal  > div > .v-splitpanel-hsplitter div:before:active:after {
	background-color: rgba(119, 119, 119, 0.2);
}

.v-splitpanel-horizontal  > div > .v-splitpanel-second-container {
	margin-left: 1px;
}

.v-splitpanel-vertical  > div > .v-splitpanel-vsplitter {
	height: 1px;
}

.v-splitpanel-vertical  > div > .v-splitpanel-vsplitter:after {
	top: -5px;
	bottom: -5px;
}

.v-splitpanel-vertical  > div > .v-splitpanel-vsplitter div:before {
	height: 30px;
	padding: 0 13px;
	color: #181818;
	font-weight: 500;
	
	
	border-radius: 3px;
	border: 1px solid #bcbcbc;
	background: #eeeeee;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: auto;
	padding: 0;
	border-radius: 0;
}

.v-splitpanel-vertical  > div > .v-splitpanel-vsplitter div:before:after {
	border: inherit;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.v-splitpanel-vertical  > div > .v-splitpanel-vsplitter div:before:hover:after {
	background-color: rgba(174, 174, 174, 0.1);
}

.v-splitpanel-vertical  > div > .v-splitpanel-vsplitter div:before:focus:after {
	border-color: #666666;
}

.v-splitpanel-vertical  > div > .v-splitpanel-vsplitter div:before:active:after {
	background-color: rgba(119, 119, 119, 0.2);
}

.v-splitpanel-horizontal.large  > div > .v-splitpanel-hsplitter {
	width: 10px;
}

.v-splitpanel-horizontal.large  > div > .v-splitpanel-hsplitter:after {
	left: 0px;
	right: 0px;
}

.v-splitpanel-horizontal.large  > div > .v-splitpanel-hsplitter div:before {
	height: 30px;
	padding: 0 13px;
	color: #181818;
	font-weight: 500;
	
	
	border-radius: 3px;
	border: 1px solid #bcbcbc;
	background: #eeeeee;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: auto;
	padding: 0;
	border-radius: 0;
	background: #eeeeee;
}

.v-splitpanel-horizontal.large  > div > .v-splitpanel-hsplitter div:before:after {
	border: inherit;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.v-splitpanel-horizontal.large  > div > .v-splitpanel-hsplitter div:before:hover:after {
	background-color: rgba(174, 174, 174, 0.1);
}

.v-splitpanel-horizontal.large  > div > .v-splitpanel-hsplitter div:before:focus:after {
	border-color: #666666;
}

.v-splitpanel-horizontal.large  > div > .v-splitpanel-hsplitter div:before:active:after {
	background-color: rgba(119, 119, 119, 0.2);
}

.v-splitpanel-horizontal.large  > div > .v-splitpanel-hsplitter div:after {
	content: "";
	border: 1px solid #d0d0d0;
	border-top-color: #b2b2b2;
	border-left-color: #b2b2b2;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 30px;
	margin-left: -1px;
	margin-top: -15px;
}

.v-splitpanel-horizontal.large  > div > .v-splitpanel-second-container {
	margin-left: 10px;
}

.v-splitpanel-vertical.large  > div > .v-splitpanel-vsplitter {
	height: 10px;
}

.v-splitpanel-vertical.large  > div > .v-splitpanel-vsplitter:after {
	top: 0px;
	bottom: 0px;
}

.v-splitpanel-vertical.large  > div > .v-splitpanel-vsplitter div:before {
	height: 30px;
	padding: 0 13px;
	color: #181818;
	font-weight: 500;
	
	
	border-radius: 3px;
	border: 1px solid #bcbcbc;
	background: #eeeeee;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: auto;
	padding: 0;
	border-radius: 0;
}

.v-splitpanel-vertical.large  > div > .v-splitpanel-vsplitter div:before:after {
	border: inherit;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.v-splitpanel-vertical.large  > div > .v-splitpanel-vsplitter div:before:hover:after {
	background-color: rgba(174, 174, 174, 0.1);
}

.v-splitpanel-vertical.large  > div > .v-splitpanel-vsplitter div:before:focus:after {
	border-color: #666666;
}

.v-splitpanel-vertical.large  > div > .v-splitpanel-vsplitter div:before:active:after {
	background-color: rgba(119, 119, 119, 0.2);
}

.v-splitpanel-vertical.large  > div > .v-splitpanel-vsplitter div:after {
	content: "";
	border: 1px solid #d0d0d0;
	border-top-color: #b2b2b2;
	border-left-color: #b2b2b2;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 0;
	margin-left: -15px;
	margin-top: -1px;
}

.v-progressbar-wrapper {
	border-radius: 3px;
	height: 8px;
	background: #cacaca;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 60px;
}

.v-progressbar-indicator {
	border-radius: 3px;
	height: inherit;
	background: #666666;
	
	
	border: 1px solid #505050;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	min-width: 6px;
	-webkit-transition: width 160ms;
	-moz-transition: width 160ms;
	transition: width 160ms;
}

.v-progressbar-point .v-progressbar-indicator {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	text-align: right;
	overflow: hidden;
}

.v-progressbar-point .v-progressbar-indicator:before {
	content: "";
	display: inline-block;
	border-radius: 3px;
	height: inherit;
	background: #666666;
	
	
	border: 1px solid #505050;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	width: 8px;
	vertical-align: top;
}

.v-progressbar-indeterminate {
	height: 24px !important;
	width: 24px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid rgba(102, 102, 102, 0.2);
	border-top-color: #666666;
	border-right-color: #666666;
	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-ie8 .v-progressbar-indeterminate, .v-ie9 .v-progressbar-indeterminate {
	border: none;
	border-radius: 3px;
	background: #fff url(../valo/shared/img/spinner.gif) no-repeat 50% 50%;
	background-size: 80%;
}

.v-ie8 .v-progressbar-indeterminate {
	min-width: 30px;
	min-height: 30px;
}

.v-progressbar-indeterminate .v-progressbar-wrapper {
	display: none;
}

.v-slider {
	position: relative;
}

.v-slider:focus {
	outline: none;
}

.v-slider:focus .v-slider-handle:after {
	opacity: 1;
}

.v-ie8 .v-slider:focus .v-slider-handle:after {
	visibility: visible;
}

.v-slider.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity=50) ;
}

.v-slider-base {
	border-radius: 3px;
	height: 8px;
	background: #cacaca;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 60px;
	height: 4px;
	margin: 13px 9px;
	white-space: nowrap;
	overflow: hidden;
	
}

.v-slider-base:before {
	content: "";
	position: absolute;
	top: 13px;
	bottom: 13px;
	left: 9px;
	width: 6px;
	border-radius: 3px;
	border-left: 1px solid #505050;
}

.v-slider-base:after {
	border-radius: 3px;
	height: inherit;
	background: #666666;
	
	
	border: 1px solid #505050;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	content: "";
	display: inline-block;
	margin-left: -100%;
	width: 100%;
	vertical-align: top;
}

.v-ie8 .v-slider-base:after {
	position: relative;
	left: -9px;
}

.v-has-width > .v-slider-base {
	min-width: 0;
}

.v-slider-handle {
	margin-top: -13px;
	width: 0.1px;
	display: inline-block;
	vertical-align: top;
}

.v-slider-handle:before {
	height: 30px;
	padding: 0 13px;
	color: #181818;
	font-weight: 500;
	
	
	border-radius: 3px;
	border: 1px solid #bcbcbc;
	background: #eeeeee;
	
	
}

.v-slider-handle:before:after {
	border: inherit;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.v-slider-handle:before:hover:after {
	background-color: rgba(174, 174, 174, 0.1);
}

.v-slider-handle:before:focus:after {
	border-color: #666666;
}

.v-slider-handle:before:active:after {
	background-color: rgba(119, 119, 119, 0.2);
}

.v-slider-handle:after {
	border: 1px solid #bcbcbc;
	border-color: #666666;
	opacity: 0;
	-webkit-transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	transition: opacity 200ms;
}

.v-ie8 .v-slider-handle:after {
	visibility: hidden;
}

.v-slider-handle:before, .v-slider-handle:after {
	content: "";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	width: 18px;
	height: 18px;
	border-radius: 9px;
	position: absolute;
	z-index: 1;
	margin-top: 6px;
	margin-left: -9px;
}

.v-slider-feedback {
	background-color: #303030;
	background-color: rgba(48, 48, 48, 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: 2px;
	max-width: 35em;
	overflow: hidden !important;
	font-size: 12px;
}

.v-slider-vertical {
	padding: 9px 0;
	height: 78px;
}

.v-slider-vertical .v-slider-base {
	background: #cacaca;
	width: 4px;
	height: 100% !important;
	min-width: 0;
	margin: 0 13px;
}

.v-slider-vertical .v-slider-base:before {
	top: auto;
	bottom: 9px;
	left: 13px;
	right: 13px;
	width: auto;
	height: 6px;
	border-left: none;
	border-bottom: 1px solid #505050;
}

.v-slider-vertical .v-slider-base:after {
	height: 101%;
	margin-left: 0;
	background: #666666;
}

.v-ie8 .v-slider-vertical .v-slider-base:after {
	top: 9px;
	left: 0;
	height: 130%;
}

.v-slider-vertical .v-slider-handle {
	width: 0;
	height: 0.1px;
	width: 30px;
	display: block;
}

.v-slider-vertical .v-slider-handle:before, .v-slider-vertical .v-slider-handle:after {
	width: 18px;
	height: 18px;
	margin-top: -9px;
	margin-left: -7px;
}

.v-slider-no-indicator .v-slider-base:before, .v-slider-no-indicator .v-slider-base:after {
	display: none;
}

.v-tabsheet:not(.v-has-width) {
	width: auto !important;
}

.v-tabsheet-spacertd {
	display: none !important;
}

.v-tabsheet-tabcontainer {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-tabsheet-tabcontainer:before {
	content: "";
	position: absolute;
	height: 0;
	border-top: 1px solid #d5d5d5;
	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: 15px;
	padding: 0 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	font-weight: 400;
	color: #646464;
	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: #666666;
}

.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: #666666;
}

.v-tabsheet-tabitemcell .v-tabsheet-tabitem-selected .v-caption.v-caption {
	border-bottom-color: #666666;
	color: #666666;
}

.v-tabsheet-tabitemcell .v-caption-closable {
	padding-right: 17px;
}

.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: -7px 0 0;
	font-size: 14px;
	line-height: 14px;
	width: 14px;
	text-align: center;
	border-radius: 2px;
	color: #8f8f8f;
}

.v-tabsheet-tabitemcell .v-tabsheet-caption-close:hover {
	background: rgba(0, 0, 0, 0.03);
	color: #666666;
}

.v-tabsheet-tabitemcell .v-tabsheet-caption-close:active {
	background: #666666;
	color: #d4d4d4;
}

.v-tabsheet-scroller {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding-left: 15px;
	background-color: transparent;
	background-image: -webkit-linear-gradient(right, #eeeeee 70%, rgba(238, 238, 238, 0) 100%);
	background-image: linear-gradient(to left,#eeeeee 70%, rgba(238, 238, 238, 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, #d5d5d5 70%, rgba(213, 213, 213, 0) 100%);
	background-image: linear-gradient(to left,#d5d5d5 70%, rgba(213, 213, 213, 0) 100%);
}

.v-ie8 .v-tabsheet-scroller, .v-ie9 .v-tabsheet-scroller {
	background-color: #eeeeee;
}

.v-ie8 .v-tabsheet-scroller:after, .v-ie9 .v-tabsheet-scroller:after {
	background-color: #d5d5d5;
}

.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: #666666;
}

.v-tabsheet-scroller button:active {
	opacity: 0.7;
	filter: alpha(opacity=70) ;
	color: #666666;
}

.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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid rgba(102, 102, 102, 0.2);
	border-top-color: #666666;
	border-right-color: #666666;
	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: -23px;
	left: 50%;
	margin-left: -8px;
}

.v-ie8 .v-tabsheet-deco, .v-ie9 .v-tabsheet-deco {
	border: none;
	border-radius: 3px;
	background: #fff url(../valo/shared/img/spinner.gif) no-repeat 50% 50%;
	background-size: 80%;
}

.v-ie8 .v-tabsheet-deco {
	min-width: 30px;
	min-height: 30px;
}

.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 10px;
	background-color: #eeeeee;
	border: 1px solid transparent;
	line-height: 29px;
	border-radius: 3px 3px 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: #e6e6e6;
	border-bottom-color: #d5d5d5;
}

.v-tabsheet-framed  > .v-tabsheet-tabcontainer .v-caption.v-disabled:hover {
	background-color: #eeeeee;
}

.v-tabsheet-framed  > .v-tabsheet-tabcontainer .v-caption-closable {
	padding-right: 24px;
}

.v-tabsheet-framed  > .v-tabsheet-tabcontainer .v-tabsheet-caption-close {
	top: 3px;
	right: 3px;
	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: #d5d5d5;
}

.v-tabsheet-framed  > .v-tabsheet-tabcontainer .v-tabsheet-tabitem-selected .v-caption {
	background: #fbfbfb;
	border-color: #d5d5d5;
	border-bottom: none;
	padding-bottom: 1px;
}

.v-tabsheet-framed  > .v-tabsheet-content {
	border: 1px solid #d5d5d5;
	border-top: none;
}

.v-tabsheet-framed  > .v-tabsheet-content  > div {
	background: #fbfbfb;
}

.v-tabsheet-framed.padded-tabbar  > .v-tabsheet-tabcontainer {
	border: 1px solid #d5d5d5;
	border-bottom: none;
	background: #eeeeee;
	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: 10px;
}

.v-tabsheet-icons-on-top  > .v-tabsheet-tabcontainer .v-tabsheet-caption-close {
	top: 3px;
	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-colorpicker-popup.v-window {
	min-width: 220px !important;
}

.v-colorpicker-popup .v-tabsheet-tabs {
	padding: 0 8px;
}

.v-colorpicker-popup [class$="sliders"] {
	padding: 10px;
}

.v-colorpicker-popup [class$="sliders"] .v-widget {
	width: 100% !important;
	vertical-align: middle;
}

.v-colorpicker-popup [class$="sliders"] .v-has-caption {
	white-space: nowrap;
	padding-left: 39px;
}

.v-colorpicker-popup [class$="sliders"] .v-caption {
	display: inline-block;
	margin-left: -39px;
	width: 39px;
}

.v-colorpicker-popup [class$="sliders"] .v-slot-hue-slider + .v-slot .v-has-caption {
	padding-left: 65px;
}

.v-colorpicker-popup [class$="sliders"] .v-slot-hue-slider + .v-slot .v-caption {
	margin-left: -65px;
	width: 65px;
}

.v-colorpicker-popup .v-slider-red .v-slider-base:after {
	background: red;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-colorpicker-popup .v-slider-green .v-slider-base:after {
	background: green;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-colorpicker-popup .v-slider-blue .v-slider-base:after {
	background: blue;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-colorpicker-popup .v-margin-bottom {
	padding-bottom: 0;
}

.v-colorpicker-popup .resize-button {
	width: 100% !important;
	height: auto !important;
	text-align: center;
	outline: none;
}

.v-colorpicker-popup .resize-button:before {
	font-family: ThemeIcons;
	content: "\f141";
}

.v-colorpicker-popup .resize-button-caption {
	display: none;
}

.v-colorpicker-popup .v-horizontallayout {
	height: auto !important;
	padding: 8px 0;
	background-color: #eeeeee;
	border-top: 1px solid #e2e2e2;
}

.v-colorpicker-popup .v-horizontallayout .v-expand {
	overflow: visible;
}

.v-colorpicker-popup .v-horizontallayout .v-button {
	width: 80% !important;
}

.v-colorpicker-preview {
	width: 100% !important;
	height: auto !important;
	padding: 8px;
}

.v-colorpicker-preview-textfield {
	height: auto !important;
	text-align: center;
	border: none;
}

.v-colorpicker {
	width: auto;
}

.v-colorpicker-button-color {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	max-width: 18px;
}

.v-colorpicker-button-color  + .v-button-caption:not(:empty) {
	margin-left: 15px;
}

.v-ie8 .v-colorpicker-button-color {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 -7px;
}

.v-ie8 .v-colorpicker-button-color  + .v-button-caption {
	margin-left: 15px;
}

.v-panel {
	background: #fbfbfb;
	color: #464646;
	border-radius: 3px;
	border: 1px solid #cbcbcb;
	
	
	overflow: visible !important;
}

.v-panel-caption {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 29px;
	border-bottom: 1px solid #cbcbcb;
	background-color: #eeeeee;
	background-image: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
	background-image: linear-gradient(to bottom,#eeeeee 0%, #eeeeee 100%);
	color: #434343;
	font-weight: 400;
	font-size: 11px;
	
	
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	border-radius: 2px 2px 0 0;
}

.v-panel-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.v-panel-content  > .v-margin-top {
	padding-top: 10px;
}

.v-panel-content  > .v-margin-right {
	padding-right: 10px;
}

.v-panel-content  > .v-margin-bottom {
	padding-bottom: 10px;
}

.v-panel-content  > .v-margin-left {
	padding-left: 10px;
}

.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 10px;
	border-bottom: none;
}

.v-panel-well {
	background: #e9e9e9;
	color: #414141;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset false;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset false;
	border-radius: 3px;
	border: 1px solid #bcbcbc;
}

.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 #d5d5d5;
	border-color: rgba(188, 188, 188, 0.5);
}

.v-panel-scroll-divider  > [class*="-content"]:before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	height: 0;
	border-top: 1px solid #eeeeee;
	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: 30px;
}

.v-accordion {
	background: #fbfbfb;
	color: #464646;
	border-radius: 3px;
	border: 1px solid #cbcbcb;
	
	
	background-color: #eeeeee;
	background-image: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
	background-image: linear-gradient(to bottom,#eeeeee 0%, #eeeeee 100%);
	overflow: hidden;
}

.v-accordion-item {
	position: relative;
}

.v-accordion-item:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.v-accordion-item:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.v-accordion-item:last-child [class*="item-content"] {
	border-radius: inherit;
}

.v-accordion-item[class*="item-open"]:last-child > div > .v-caption {
	border-radius: 0;
}

.v-accordion-item:not([class*="item-open"]):last-child > div > .v-caption {
	border-bottom: none;
	margin-bottom: 0;
}

.v-accordion-item[class*="item-open"] + [class*="item"] {
	border-top: 1px solid #d6d6d6;
}

.v-accordion-item-caption {
	border-radius: inherit;
}

.v-accordion-item-caption  > .v-caption {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 29px;
	border-bottom: 1px solid #cbcbcb;
	background-color: #eeeeee;
	background-image: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
	background-image: linear-gradient(to bottom,#eeeeee 0%, #eeeeee 100%);
	color: #434343;
	font-weight: 400;
	font-size: 11px;
	
	
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	display: block;
	background: transparent;
	border-bottom-color: #c6c6c6;
	border-radius: inherit;
	cursor: pointer;
	position: relative;
}

.v-accordion-item-caption  > .v-caption:hover:before, .v-accordion-item-caption  > .v-caption:active:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
}

.v-accordion-item-caption  > .v-caption:hover:before {
	background-color: rgba(174, 174, 174, 0.1);
	border: none;
}

.v-accordion-item-caption  > .v-caption:active:before {
	background-color: rgba(119, 119, 119, 0.2);
}

.v-accordion-item-content {
	-webkit-box-shadow: inset false;
	box-shadow: inset false;
	background-color: #fbfbfb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.v-accordion-item-content  > .v-margin-top {
	padding-top: 10px;
}

.v-accordion-item-content  > .v-margin-right {
	padding-right: 10px;
}

.v-accordion-item-content  > .v-margin-bottom {
	padding-bottom: 10px;
}

.v-accordion-item-content  > .v-margin-left {
	padding-left: 10px;
}

.v-accordion-borderless {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.v-accordion-borderless  > .v-accordion-item, .v-accordion-borderless  > .v-accordion-item > div > .v-caption, .v-accordion-borderless  > .v-accordion-item > .v-accordion-item-content {
	border-radius: 0;
}

.v-select-twincol {
	white-space: normal;
}

.v-select-twincol select {
	border: 1px solid #bcbcbc;
	background: #eeeeee;
	color: #434343;
}

.v-select-twincol select:focus {
	outline: none;
}

.v-select-twincol .v-textfield, .v-select-twincol .v-nativebutton {
	width: auto !important;
	margin-top: 8px;
}

.v-select-twincol .v-nativebutton {
	margin-left: 8px;
}

.v-select-twincol-caption-left, .v-select-twincol-caption-right {
	font-size: 11px;
	font-weight: 400;
	padding-bottom: 0.3em;
	padding-left: 1px;
}

.v-select-twincol-buttons {
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
	position: relative;
	min-width: 3.5em;
}

.v-select-twincol-buttons .v-button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	white-space: normal;
	position: absolute;
	left: 8px;
	right: 8px;
	top: 29px;
	padding: 0;
	text-align: center;
}

.v-select-twincol-buttons .v-button:first-child {
	top: 0;
}

.v-select-twincol-buttons .v-button-caption {
	display: none;
}

.v-select-twincol-buttons .v-button:focus {
	z-index: 1;
}

.v-select-twincol-buttons .v-button:first-child {
	border-radius: 3px 3px 0 0;
}

.v-select-twincol-buttons .v-button:last-child {
	border-radius: 0 0 3px 3px;
}

.v-select-twincol-buttons .v-button-wrap:before {
	font-family: ThemeIcons;
	content: "\f053";
}

.v-select-twincol-buttons .v-button:first-child .v-button-wrap:before {
	font-family: ThemeIcons;
	content: "\f054";
}

.v-select-twincol-error .v-select-twincol-options, .v-select-twincol-error .v-select-twincol-selections {
	border-color: #ed473b !important;
	background: #fffbfb;
	color: #6c2621;
}

.v-select select {
	border: 1px solid #bcbcbc;
	background: #eeeeee;
	color: #434343;
}

.v-select select:focus {
	outline: none;
}

.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: #ed473b !important;
	background: #fffbfb;
	color: #6c2621;
}

.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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.2;
}

.v-calendar-bottom-spacer, .v-calendar-spacer, .v-calendar-bottom-spacer-empty {
	height: 16px;
	margin-bottom: 3px;
}

.v-calendar-bottom-spacer {
	font-size: 0.8em;
	padding: 0 4px;
	cursor: pointer;
}

.v-calendar-bottom-spacer:hover {
	color: #666666;
}

.v-calendar-day-number {
	line-height: 20px;
	font-size: 13px;
	text-align: right;
	margin: 0 4px;
	white-space: nowrap;
	border-top: 1px solid #e6e6e6;
	cursor: pointer;
}

.v-calendar-day-number:hover {
	color: #666666;
}

.v-calendar-month-day-today {
	background: #e7e7e7;
}

.v-calendar-month-day-today .v-calendar-day-number {
	font-weight: 500;
	color: #666666;
	border-top: 2px solid #666666;
	line-height: 19px;
	margin: 0;
	padding: 0 4px;
}

.v-calendar-month-day-selected {
	background-color: #e0e0e0;
}

.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 #d5d5d5;
}

.v-calendar-weekly-longevents .v-calendar-event-all-day {
	height: 18px;
	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: -5px;
	padding-bottom: 5px;
}

.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 #d5d5d5;
}

.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: #666666;
	line-height: 1px;
	pointer-events: none;
	opacity: 0.5;
	filter: alpha(opacity=50) ;
}

.v-calendar-current-time:before {
	content: "\2022";
	color: #666666;
	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: #666666;
	opacity: 0.5;
	filter: alpha(opacity=50) ;
	border-radius: 3px 3px 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: 3px;
}

.v-calendar-event:focus {
	outline: none;
}

.v-calendar-event-month {
	padding: 0 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 16px;
	line-height: 16px;
}

.v-calendar-event-month .v-calendar-event-time {
	float: right;
	font-size: 0.9em;
	line-height: 16px;
	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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 16px;
	line-height: 16px;
	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: 3px;
	border-bottom-left-radius: 3px;
	margin-left: 4px;
}

.v-calendar-event-end {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	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: 4px;
	border: 1px solid #eeeeee;
	padding-top: 3px;
	margin-right: 4px;
}

.v-calendar-event-month:before {
	color: #00ace0;
}

.v-calendar-event-all-day {
	background-color: #bee0eb;
	background-color: rgba(190, 224, 235, 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: #bee0eb;
	background-color: rgba(190, 224, 235, 0.8);
}

.v-calendar-event-month[class*="color2"]:before {
	color: #2d9f19;
}

.v-calendar-event-all-day[class*="color2"] {
	background-color: #c7dec3;
	background-color: rgba(199, 222, 195, 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: #c7dec3;
	background-color: rgba(199, 222, 195, 0.8);
}

.v-calendar-event-month[class*="color3"]:before {
	color: #d18100;
}

.v-calendar-event-all-day[class*="color3"] {
	background-color: #e8d8be;
	background-color: rgba(232, 216, 190, 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: #e8d8be;
	background-color: rgba(232, 216, 190, 0.8);
}

.v-calendar-event-month[class*="color4"]:before {
	color: #ce3812;
}

.v-calendar-event-all-day[class*="color4"] {
	background-color: #e7c9c2;
	background-color: rgba(231, 201, 194, 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: #e7c9c2;
	background-color: rgba(231, 201, 194, 0.8);
}

.v-calendar-event-month[class*="color5"]:before {
	color: #2d55cd;
}

.v-calendar-event-all-day[class*="color5"] {
	background-color: #c7cfe7;
	background-color: rgba(199, 207, 231, 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: #c7cfe7;
	background-color: rgba(199, 207, 231, 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: #131313;
}

h1, .v-label-h1 {
	font-size: 2.4em;
	margin-top: 1.4em;
	margin-bottom: 1em;
	
	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;
	margin-bottom: 0.77em;
	letter-spacing: 0;
}

h4, .v-label-h4 {
	line-height: 1.1;
	font-weight: 600;
	font-size: 12px;
	color: #3e3e3e;
	text-transform: uppercase;
	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: 13px;
}

.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: 13px;
}

.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: #666666;
}

.v-label-large {
	font-size: 16px;
}

.v-label-small {
	font-size: 12px;
}

.v-label-tiny {
	font-size: 10px;
}

.v-label-huge {
	font-size: 21px;
}

.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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid rgba(102, 102, 102, 0.2);
	border-top-color: #666666;
	border-right-color: #666666;
	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-ie8 .v-label-spinner, .v-ie9 .v-label-spinner {
	border: none;
	border-radius: 3px;
	background: #fff url(../valo/shared/img/spinner.gif) no-repeat 50% 50%;
	background-size: 80%;
}

.v-ie8 .v-label-spinner {
	min-width: 30px;
	min-height: 30px;
}

.v-label-success, .v-label-failure {
	background: white;
	color: #474747;
	border: 2px solid #2c9720;
	border-radius: 3px;
	padding: 6px 15px 6px 30px;
	font-weight: 500;
	font-size: 12px;
}

.v-label-success:before, .v-label-failure:before {
	font-family: ThemeIcons;
	content: "\f00c";
	margin-right: 0.5em;
	margin-left: -15px;
	color: #2c9720;
}

.v-label-failure {
	border-color: #ed473b;
}

.v-label-failure:before {
	content: "\f05e";
	color: #ed473b;
}

[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 #666666;
}

.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: 3px;
	opacity: 0.3;
	filter: alpha(opacity=30.0) ;
	background: #b3b3b3;
}

.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: 3px;
	opacity: 0.3;
	filter: alpha(opacity=30.0) ;
	background: #b3b3b3;
}

.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: 3px;
	opacity: 0.3;
	filter: alpha(opacity=30.0) ;
	background: #b3b3b3;
}

.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: 3px;
	opacity: 0.3;
	filter: alpha(opacity=30.0) ;
	background: #b3b3b3;
}

.v-ddwrapper-over-middle:after, .v-ddwrapper-over-center:after {
	border-width: 2px;
	border-radius: 3px;
	opacity: 0.3;
	filter: alpha(opacity=30.0) ;
	background: #b3b3b3;
}

.no-box-drag-hints.v-ddwrapper:after, .no-box-drag-hints .v-ddwrapper:after {
	display: none !important;
	content: none;
}

.v-nativebutton {
	-webkit-touch-callout: none;
}

.v-select select {
	border: 1px solid #bcbcbc;
	background: #eeeeee;
	color: #434343;
}

.v-select select:focus {
	outline: none;
}

.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: #ed473b !important;
	background: #fffbfb;
	color: #6c2621;
}

.v-popupview {
	cursor: pointer;
	color: #666666;
	text-decoration: underline;
	font-weight: inherit;
	-webkit-transition: color 140ms;
	-moz-transition: color 140ms;
	transition: color 140ms;
}

.v-popupview:hover {
	color: gray;
}

.v-popupview.v-disabled {
	opacity: 0.5;
	filter: alpha(opacity=50) ;
}

.v-popupview-popup {
	padding: 3px 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	color: #444444;
	-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.09333);
	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.09333);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.v-popupview-popup[class*="animate-in"] {
	-webkit-animation: v-popupview-animate-in 120ms;
	-moz-animation: v-popupview-animate-in 120ms;
	animation: v-popupview-animate-in 120ms;
}

.v-popupview-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-popupview-popup .popupContent  > .v-margin-top {
	padding-top: 10px;
}

.v-popupview-popup .popupContent  > .v-margin-right {
	padding-right: 10px;
}

.v-popupview-popup .popupContent  > .v-margin-bottom {
	padding-bottom: 10px;
}

.v-popupview-popup .popupContent  > .v-margin-left {
	padding-left: 10px;
}

.v-popupview-loading {
	margin: 10px 10px;
	height: 24px !important;
	width: 24px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid rgba(102, 102, 102, 0.2);
	border-top-color: #666666;
	border-right-color: #666666;
	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-ie8 .v-popupview-loading, .v-ie9 .v-popupview-loading {
	border: none;
	border-radius: 3px;
	background: #fff url(../valo/shared/img/spinner.gif) no-repeat 50% 50%;
	background-size: 80%;
}

.v-ie8 .v-popupview-loading {
	min-width: 30px;
	min-height: 30px;
}

.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: 30px;
	border-radius: 3px;
	padding: 0;
	border: 1px solid #bcbcbc;
	background: white;
	color: #474747;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: 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-ie8 .v-richtextarea, .v-ie9 .v-richtextarea {
	line-height: 30px;
	padding-top: 0;
	padding-bottom: 0;
}

.v-richtextarea[class*="prompt"] {
	color: #a3a3a3;
}

.v-richtextarea .gwt-RichTextToolbar {
	background: #eeeeee;
	
	
	border-bottom: 1px solid #bcbcbc;
	color: #434343;
}

.v-richtextarea .gwt-ToggleButton, .v-richtextarea .gwt-PushButton {
	display: inline-block;
	line-height: 30px;
	width: 30px;
	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: #d5d5d5;
	background-image: -webkit-linear-gradient(bottom, #d5d5d5 0%, #d5d5d5 100%);
	background-image: linear-gradient(to top,#d5d5d5 0%, #d5d5d5 100%);
}

.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: 10px;
	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 5px;
	background: transparent;
}

.v-upload .v-button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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: 30px;
	text-align: right;
	border: none;
	background: transparent;
}

.v-Notification.v-position-top {
	top: 10px;
}

.v-Notification.v-position-right {
	right: 10px;
}

.v-Notification.v-position-bottom {
	bottom: 10px;
}

.v-Notification.v-position-left {
	left: 10px;
}

.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: 3px;
	text-align: center;
	position: fixed !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #f3f3f3;
	-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: 15px 18px;
}

.v-Notification .v-Notification-caption {
	color: #666666;
	font-size: 16px;
	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: 20px;
}

.v-icon + .v-Notification-caption {
	margin-left: 13px;
}

.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: 10px 12px;
	background-color: #444;
	background-color: rgba(68, 68, 68, 0.9);
	font-weight: 500;
	line-height: 18px;
}

.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: #ed473b;
	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.error .v-Notification-caption {
	color: white;
}

.v-Notification.error .v-Notification-description {
	color: #f4e0df;
}

.v-Notification.dark {
	background-color: #444;
	background-color: rgba(68, 68, 68, 0.9);
	font-weight: 500;
	line-height: 18px;
}

.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: 10px 12px;
}

.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: 9px 11px;
}

.v-Notification.small .v-Notification-caption {
	font-size: 13px;
}

.v-Notification.small .v-Notification-description {
	font-size: 11px;
}

.v-Notification.closable {
	padding-right: 48px;
	overflow: hidden !important;
	cursor: pointer;
}

.v-Notification.closable:after {
	content: "\00d7";
	font-size: 1.5em;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 10px;
	width: 20px;
	height: 20px;
	line-height: 19px;
	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.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.error:active:after, .v-Notification.closable.system:active:after {
	background-color: #fff;
	color: #000;
}

.v-Notification.closable.tray:after {
	top: 13px;
	margin-top: 0;
}

.v-Notification.success, .v-Notification.failure {
	background: #fff;
	color: #555;
	border: 2px solid #2c9720;
}

.v-Notification.success .v-Notification-caption, .v-Notification.failure .v-Notification-caption {
	color: #2c9720;
	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: #ed473b;
}

.v-Notification.failure .v-Notification-caption {
	color: #ed473b;
}

.v-Notification.failure .v-Notification-caption:before {
	content: "\f05e";
}

.valo-menu {
	height: 100%;
	background-color: #474747;
	background-image: -webkit-linear-gradient(right, #474747 0%, #474747 8px);
	background-image: linear-gradient(to left,#474747 0%, #474747 8px);
	color: #a3a3a3;
	font-size: 12px;
	line-height: 24px;
	border-right: 1px solid #383838;
	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 #3e3e3e;
	height: 100%;
	padding-bottom: 30px;
	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: 15px;
}

.valo-menu-title {
	line-height: 1.2;
	background: #666666;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
	padding: 10px 15px;
	font-size: 12px;
	border-bottom: 1px solid #505050;
	
	
	text-align: center;
}

.valo-menu-title .v-menubar.v-menubar {
	background: transparent;
	border-color: #505050;
	color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: inherit;
}

.valo-menu-title .v-menubar-menuitem {
	background: transparent;
	
	
	text-shadow: inherit;
	font-size: 13px;
	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: 15px 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: 3px;
	color: #666666;
	padding: 0 10px;
	-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: 3px;
}

.v-menubar-user-menu .v-menubar-menuitem:before {
	content: none;
}

.v-menubar-user-menu .v-menubar-menuitem:hover {
	color: gray;
}

.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 #bcbcbc;
	color: #666666;
}

.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: #f0f0f0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.v-menubar-user-menu .v-menubar-menuitem-selected:hover {
	color: #f0f0f0;
}

.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: 45px;
	height: 45px;
	border-radius: 24px;
	
	display: block;
	margin: 0 auto 0.3em;
	border: 1px solid #bcbcbc;
}

.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: #848484;
	margin: 6px 0 6px 15px;
	border-bottom: 1px solid #626262;
}

.valo-menu-subtitle [class*="badge"] {
	color: #999999;
}

.valo-menuitems {
	display: block;
}

.valo-menu-item {
	outline: none;
	font-weight: 500;
	padding: 0 30px 0 15px;
	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: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.valo-menu-item [class*="badge"] {
	color: #999999;
}

.valo-menu-item.selected {
	background: #404040;
}

.valo-menu-item.selected .v-icon {
	color: #666666;
}

.valo-menu-item.selected [class*="badge"] {
	background: #666666;
	color: #d4d4d4;
}

.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: 15px;
	text-align: center;
	vertical-align: middle;
}

.valo-menu-item span.v-icon  + span {
	margin-left: 0;
}

.valo-menu-item [class*="badge"] {
	background-color: #545454;
	-webkit-transition: background-color 300ms;
	-moz-transition: background-color 300ms;
	transition: background-color 300ms;
	line-height: 1;
	padding: 3px 5px;
	min-width: 9px;
	text-align: center;
	top: 3px;
	border-radius: 3px;
}

.valo-menu-part.large-icons {
	background-color: #474747;
	min-width: 60px;
	max-width: 90px;
}

.valo-menu-part.large-icons .valo-menu-title {
	font-size: 10px;
}

.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: 9px;
}

.valo-menu-part.large-icons .v-menubar-user-menu img.v-icon {
	width: 23px;
	height: 23px;
}

.valo-menu-part.large-icons [class*="subtitle"] {
	margin: 8px 0 0;
	padding: 6px 20px 6px 8px;
	line-height: 1;
	border: none;
	text-overflow: ellipsis;
	overflow: hidden;
	background: #383838;
	font-size: 10px;
	
}

.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: 21px;
	line-height: 1;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #525252;
}

.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: 9px;
	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: #404040;
}

.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: #404040;
}

.valo-menu-part.large-icons .valo-menu-item [class*="badge"] {
	padding-left: 3px;
	padding-right: 3px;
	top: 6px;
	right: 6px;
	border: 2px solid #474747;
}

.valo-menu-logo {
	display: block;
	overflow: hidden;
	width: 36px !important;
	height: 36px;
	border-radius: 3px;
	text-align: center;
	background: #666666;
	color: white;
	font-size: 20px;
	line-height: 36px;
	margin: 15px auto;
	
	
}

.valo-menu-logo:focus {
	outline: none;
}

.valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part {
	background-color: #474747;
	min-width: 60px;
	max-width: 90px;
}

.valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-title {
	font-size: 10px;
}

.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: 9px;
}

.valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .v-menubar-user-menu img.v-icon {
	width: 23px;
	height: 23px;
}

.valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part [class*="subtitle"] {
	margin: 8px 0 0;
	padding: 6px 20px 6px 8px;
	line-height: 1;
	border: none;
	text-overflow: ellipsis;
	overflow: hidden;
	background: #383838;
	font-size: 10px;
	
}

.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: 21px;
	line-height: 1;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #525252;
}

.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: 9px;
	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: #404040;
}

.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: #404040;
}

.valo-menu-responsive[width-range~="801px-1100px"] .valo-menu-part .valo-menu-item [class*="badge"] {
	padding-left: 3px;
	padding-right: 3px;
	top: 6px;
	right: 6px;
	border: 2px solid #474747;
}

.valo-menu-responsive[width-range~="0-800px"] {
	padding-top: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.valo-menu-responsive[width-range~="0-800px"] .v-loading-indicator {
	top: 30px;
}

.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: 30px !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: 30px;
	color: #b3b3b3;
	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: 29px;
	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: 15px;
	height: 15px;
	border-radius: 8px;
	border: none;
}

.valo-menu-responsive[width-range~="0-800px"] .valo-menuitems {
	height: 100%;
	background-color: #474747;
	background-image: -webkit-linear-gradient(right, #474747 0%, #474747 8px);
	background-image: linear-gradient(to left,#474747 0%, #474747 8px);
	color: #a3a3a3;
	font-size: 12px;
	line-height: 24px;
	border-right: 1px solid #383838;
	white-space: nowrap;
	position: fixed;
	z-index: 9000;
	top: 30px;
	bottom: 0;
	height: auto;
	max-width: 100%;
	overflow: auto;
	padding: 15px 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 {
	-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: 15px;
	overflow: hidden;
}

.v-app .v-app-loading:before {
	content: "";
	position: fixed;
	z-index: 100;
	top: 48%;
	left: 50%;
	width: 64px;
	height: 64px;
	padding: 0px;
	margin-top: -32px;
	margin-left: -32px;
	background: transparent url(../wixbee/img/spinner.gif) no-repeat 50%;
	border-radius: 0px;
}

.v-window {
	transition: none !important;
}

body, button, input {
	letter-spacing: 0.1px;
	text-rendering: optimizelegibility;
}

p {
	line-height: 1.4;
	margin: 0px;
	white-space: normal;
}

.WixbeeIcon {
	font-family: "WixbeeIcon";
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

@font-face {
	font-family: "WixbeeIcon";
	src: url('font/WixbeeIcons.ttf') format("truetype");
}

.v-caption {
	color: #aaaaaa;
	white-space: normal;
	padding-left: 0px;
}

.v-label-undef-w {
	white-space: normal;
}

.v-filterselect-no-input [class*="input"] {
	background-color: white;
}

.v-icon {
	font-size: 13px;
}

.v-reconnect-dialog {
	background-color: #f2dede;
	color: #f44336;
}

.strong {
	font-weight: 700;
}

.v-menubar, .v-button {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
	border: 0px;
	color: #000000;
	border-radius: 3px;
	transition: none;
}

.v-menubar {
	opacity: 1 !important;
}

.v-menubar-menuitem {
	border-radius: 0px !important;
}

.v-menubar-submenu .v-menubar-menuitem {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.v-menubar.v-disabled .v-menubar-menuitem {
	opacity: 0.5;
}

.v-button {
	padding: 0px 10px;
}

.v-menubar:active, .v-menubar:focus, .v-menubar:hover, .v-button:active, .v-button:focus, .v-button:hover {
	background-color: #fafafa;
}

.v-menubar, .v-button.v-disabled {
	opacity: 0.3;
}

.v-button-icon-align-right .v-icon {
	padding-top: 3px;
}

.v-button.borderless {
	box-shadow: none;
}

.v-button.large {
	height: 40px;
}

.v-button.large .v-icon {
	font-size: 20px;
}

.v-button.large .v-button-caption {
	font-size: 20px;
}

.v-button.normal {
	height: 30px;
}

.v-button.normal .v-icon {
	font-size: 13px;
}

.v-button.normal .v-button-caption {
	font-size: 13px;
}

.v-button.small {
	height: 20px;
}

.v-button.small .v-icon {
	font-size: 11px;
}

.v-button.small .v-button-caption {
	font-size: 11px;
}

.v-button.icononly.rounded {
	border-radius: 50%;
	padding: 0;
}

.v-button.icononly.rounded.large {
	border-radius: 50%;
	padding-top: 7px;
}

.v-button.icononly, .v-button.icononly.normal {
	padding-top: 3px;
	width: 32px;
}

.v-button.icononly.large {
	width: 40px;
	line-height: 26px;
}

.v-button.icononly.small {
	width: 20px;
}

.v-button.confirm {
	border: 1px solid #f44336;
}

.v-button::after {
	border: none;
}

#skeleton-header {
	padding: 10px;
	background-color: #444444;
	color: #eeeeee;
	height: 60px;
	position: relative;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	z-index: 100;
}

#skeleton-header .v-button.icononly {
	color: #222222;
	background-color: #666666;
}

#skeleton-header .v-button.icononly:hover {
	color: #222222;
	background-color: #2196f3;
}

#skeleton-navigation {
	background-color: #ffffff;
	box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.2);
}

#skeleton-left {
	width: 200px;
	height: 100%;
	overflow-x: hidden;
}

#perspective {
	border-top: 2px solid #cccccc;
	padding: 10px 0 0 10px;
	position: relative;
	top: -2px;
}

#skeleton-menu {
	width: 100%;
}

#skeleton-menu .category {
	color: $color-neutral-darker;
	font-size: 13px;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#skeleton-menu .category:not(.first) {
	padding-top: 15px;
}

#skeleton-menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#skeleton-menu ul li {
	padding: 12px 5px;
	border-left: 5px solid transparent;
	font-size: 12px;
}

#skeleton-menu ul li.item {
	cursor: pointer;
}

#skeleton-menu ul li.selected {
	cursor: default;
	color: #fafafa;
	border-radius : 3px;
}

#skeleton-actionmenu {
	width: 100%;
	margin-bottom: 15px;
	color: inherit;
}

#skeleton-actionmenu .v-menubar-menuitem-root {
	width: 100%;
}

.v-Notification-description, .v-Notification-details {
	min-width: 300px;
	max-width: 800px;
}

.v-tooltip .v-tooltip-text {
	max-height: inherit !important;
	overflow: inherit !important;
	line-height: 1.3 !important;
}

.v-tooltip {
	max-width: 800px !important;
	max-height: 800px !important;
	overflow-y: auto !important;
}

.forecast .today {
	text-align: right;
	padding-right: 10px;
	padding-left: 30px;
}

.forecast .v-spacing {
	width: 5px;
}

.forecast .today .date {
	font-size: 30px;
}

.forecast .temp {
	font-size: 10px;
	font-weight: 500;
	padding-top: 6px;
	text-shadow: 1px 1px white;
	position: absolute;
}

.forecast .today .day {
	font-weight: 700;
}

.forecast .today .month {
	font-weight: 100;
}

.forecast .today .year {
	font-weight: 100;
	color: #aaaaaa;
}

.forecast .today .city {
	font-size: 10px;
	font-weight: 300;
	padding-top: 1px;
}

.forecast {
	height: 60px;
}

.forecast .weather {
	margin-top: -6px;
	padding-left: 10px;
	font-size: 50px;
}

.forecast .weather p {
	font-size: 10px;
	font-weight: 300;
	position: relative;
	text-align: center;
	top: 50px;
}

.v-colorpicker-button-color {
	max-width: 100px;
}

.v-colorpicker-area {
	border: 1px solid #bcbcbc;
}

.tag {
	float: left;
	height: 24px;
	line-height: 24px;
	position: relative;
	font-size: 12px;
	margin-left: 20px;
	padding: 0 10px 0 12px;
	background: #2196f3;
	color: #fff;
	text-decoration: none;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.tag:before {
	content: "";
	float: left;
	position: absolute;
	top: 0;
	left: -12px;
	width: 0;
	height: 0;
	border-color: transparent #2196f3 transparent transparent;
	border-style: solid;
	border-width: 12px 12px 12px 0;
}

.tag:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	float: left;
	width: 4px;
	height: 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: white;
}

.filter-tag {
	text-shadow: 1px 1px #666666;
	background-color: #888888;
	border: 0 none;
	border-radius: 4px;
	color: white;
}

.filter-tag:hover {
	background-color: #AAAAAA;
}

.help table {
	width: 100%;
	border-spacing: 10px 0px;
	border-collapse: separate;
	margin-left: -10px;
	margin-right: -10px;
}

.help table th, .help table td {
	padding: 2px;
	text-align: center;
}

.help table th {
	background-color: #FFFFFF;
	color: #444444;
	border: 1px solid #FFFFFF;
}

.help table td {
	border: 1px solid #FFFFFF;
}

.icon-selector .v-icon:hover {
	background-color: #444444;
	color: #FFFFFF;
}

.icon-selector .v-icon {
	font-size: 30px;
	padding: 5px;
	cursor: pointer;
}

.v-tabsheet-tabitemcell-error .v-caption.v-caption {
	color: #ff0000 !important;
}

.v-tabsheet-tabitemcell-error .v-tabsheet-tabitem-selected .v-caption.v-caption {
	border-color: #ff0000 !important;
}

.v-select-optiongroup-force-horizontal .v-select-option {
	display: inline-block !important;
	white-space: normal;
}

.fake-link:hover {
	text-decoration: underline;
}

.v-select-optiongroup-wrap .v-select-option {
	white-space: normal !important;
}

.v-select-optiongroup-horizontal .v-select-option {
	display: inline-block;
}

.v-select-optiongroup-horizontal {
	white-space: nowrap;
}

.v-select-optiongroup-horizontal .v-select-option.v-radiobutton {
	padding-right: 10px;
}

.favorite-section:hover {
	background-color: #F0F0F0 !important;
}

.favorite-section.section-selected:hover {
	background-color: #888888 !important;
	cursor: default !important;
}

.favorite-entry:hover {
	text-decoration: underline;
}