.vis .overlay {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 10;
}
.vis-active {
	box-shadow: 0px 0px 10px #86d5f8;
}
.vis [class*=span] {
	width: auto; min-height: 0px;
}
div.vis-configuration {
	font-size: 12px; float: left; display: block; position: relative;
}
div.vis-configuration-wrapper {
	width: 700px; display: block;
}
div.vis-configuration-wrapper::after {
	clear: both; display: block; content: "";
}
div.vis-configuration.vis-config-option-container {
	border-radius: 4px; border: 2px solid rgb(247, 248, 250); border-image: none; left: 10px; width: 495px; padding-left: 5px; margin-top: 20px; display: block; background-color: rgb(255, 255, 255);
}
div.vis-configuration.vis-config-button {
	border-radius: 4px; border: 2px solid rgb(206, 206, 208); border-image: none; left: 10px; width: 495px; height: 25px; line-height: 25px; padding-left: 5px; margin-top: 20px; margin-bottom: 30px; vertical-align: middle; display: block; cursor: pointer; background-color: rgb(247, 248, 250);
}
div.vis-configuration.vis-config-button.hover {
	border: 2px solid rgb(33, 67, 115); border-image: none; color: rgb(255, 255, 255); background-color: rgb(69, 136, 230);
}
div.vis-configuration.vis-config-item {
	width: 495px; height: 25px; line-height: 25px; vertical-align: middle; float: left; display: block;
}
div.vis-configuration.vis-config-item.vis-config-s2 {
	border-radius: 3px; left: 10px; padding-left: 5px; background-color: rgb(247, 248, 250);
}
div.vis-configuration.vis-config-item.vis-config-s3 {
	border-radius: 3px; left: 20px; padding-left: 5px; background-color: rgb(228, 233, 240);
}
div.vis-configuration.vis-config-item.vis-config-s4 {
	border-radius: 3px; left: 30px; padding-left: 5px; background-color: rgb(207, 216, 230);
}
div.vis-configuration.vis-config-header {
	font-size: 18px; font-weight: 700;
}
div.vis-configuration.vis-config-label {
	width: 120px; height: 25px; line-height: 25px;
}
div.vis-configuration.vis-config-label.vis-config-s3 {
	width: 110px;
}
div.vis-configuration.vis-config-label.vis-config-s4 {
	width: 100px;
}
div.vis-configuration.vis-config-colorBlock {
	margin: 0px; padding: 0px; border-radius: 2px; border: 1px solid rgb(68, 68, 68); border-image: none; top: 1px; width: 30px; height: 19px; cursor: pointer;
}
input.vis-configuration.vis-config-checkbox {
	left: -5px;
}
input.vis-configuration.vis-config-rangeinput {
	margin: 0px; padding: 1px; top: -5px; width: 60px; position: relative; pointer-events: none;
}
input.vis-configuration.vis-config-range {
	border: 0px solid rgb(255, 255, 255); border-image: none; width: 300px; height: 20px; background-color: rgba(0, 0, 0, 0); -webkit-appearance: none;
}
input.vis-configuration.vis-config-range:focus {
	outline: 0px;
}
input.vis-configuration.vis-config-range::-ms-track {
	background: 0px 0px; border-width: 6px 0px; border-color: transparent; width: 300px; height: 5px; color: transparent;
}
input.vis-configuration.vis-config-range::-ms-fill-lower {
	background: rgb(119, 119, 119); border-radius: 10px;
}
input.vis-configuration.vis-config-range::-ms-fill-upper {
	background: rgb(221, 221, 221); border-radius: 10px;
}
input.vis-configuration.vis-config-range::-ms-thumb {
	background: rgb(56, 83, 128); border-radius: 50%; border: currentColor; border-image: none; width: 16px; height: 16px;
}
input.vis-configuration.vis-config-range:focus::-ms-fill-lower {
	background: rgb(136, 136, 136);
}
input.vis-configuration.vis-config-range:focus::-ms-fill-upper {
	background: rgb(204, 204, 204);
}
.vis-configuration-popup {
	background: rgba(57, 76, 89, 0.85); border-radius: 4px; border: 2px solid rgb(242, 250, 255); transition:opacity 0.3s ease-in-out; border-image: none; width: 150px; height: 30px; text-align: center; color: rgb(255, 255, 255); line-height: 30px; font-size: 14px; position: absolute; -webkit-transition: opacity .3s ease-in-out; -moz-transition: opacity .3s ease-in-out;
}
.vis-configuration-popup::after {
	border: solid transparent; border-image: none; left: 100%; top: 50%; width: 0px; height: 0px; position: absolute; content: " "; pointer-events: none;
}
.vis-configuration-popup::before {
	border: solid transparent; border-image: none; left: 100%; top: 50%; width: 0px; height: 0px; position: absolute; content: " "; pointer-events: none;
}
.vis-configuration-popup::after {
	border-width: 8px; border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) rgba(57, 76, 89, 0.85); margin-top: -8px;
}
.vis-configuration-popup::before {
	border-width: 12px; border-color: rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) rgb(242, 250, 255); margin-top: -12px;
}
div.vis-tooltip {
	padding: 5px; border-radius: 3px; border: 1px solid rgb(128, 128, 116); border-image: none; color: rgb(0, 0, 0); font-family: verdana; font-size: 14px; white-space: nowrap; visibility: hidden; position: absolute; z-index: 5; pointer-events: none; box-shadow: 3px 3px 10px rgba(0,0,0,0.2); background-color: rgb(245, 244, 237); -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
div.vis-color-picker {
	padding: 10px; border-radius: 15px; left: 30px; top: 0px; width: 310px; height: 444px; margin-top: -140px; margin-left: 30px; display: none; position: absolute; z-index: 1; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5); background-color: rgb(255, 255, 255);
}
div.vis-color-picker div.vis-arrow {
	left: 5px; top: 147px; position: absolute;
}
div.vis-color-picker div.vis-arrow::after {
	border: solid transparent; border-image: none; top: 50%; width: 0px; height: 0px; right: 100%; position: absolute; content: " "; pointer-events: none;
}
div.vis-color-picker div.vis-arrow::before {
	border: solid transparent; border-image: none; top: 50%; width: 0px; height: 0px; right: 100%; position: absolute; content: " "; pointer-events: none;
}
div.vis-color-picker div.vis-arrow::after {
	border-width: 30px; border-color: rgba(255, 255, 255, 0) rgb(255, 255, 255) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); margin-top: -30px;
}
div.vis-color-picker div.vis-color {
	width: 289px; height: 289px; position: absolute; cursor: pointer;
}
div.vis-color-picker div.vis-brightness {
	top: 313px; position: absolute;
}
div.vis-color-picker div.vis-opacity {
	top: 350px; position: absolute;
}
div.vis-color-picker div.vis-selector {
	background: linear-gradient(rgb(76, 76, 76) 0px, rgb(89, 89, 89) 12%, rgb(102, 102, 102) 25%, rgb(71, 71, 71) 39%, rgb(44, 44, 44) 50%, rgb(0, 0, 0) 51%, rgb(17, 17, 17) 60%, rgb(43, 43, 43) 76%, rgb(28, 28, 28) 91%, rgb(19, 19, 19) 100%); border-radius: 15px; border: 1px solid rgb(255, 255, 255); border-image: none; left: 137px; top: 137px; width: 15px; height: 15px; position: absolute;
}
div.vis-color-picker div.vis-new-color {
	border-radius: 5px; border: 1px solid rgba(0, 0, 0, 0.1); border-image: none; left: 159px; top: 380px; width: 140px; height: 20px; text-align: right; color: rgba(0, 0, 0, 0.4); line-height: 20px; padding-right: 2px; font-size: 10px; vertical-align: middle; position: absolute;
}
div.vis-color-picker div.vis-initial-color {
	border-radius: 5px; border: 1px solid rgba(0, 0, 0, 0.1); border-image: none; left: 10px; top: 380px; width: 140px; height: 20px; text-align: left; color: rgba(0, 0, 0, 0.4); line-height: 20px; padding-left: 2px; font-size: 10px; vertical-align: middle; position: absolute;
}
div.vis-color-picker div.vis-label {
	left: 10px; width: 300px; position: absolute;
}
div.vis-color-picker div.vis-label.vis-brightness {
	top: 300px;
}
div.vis-color-picker div.vis-label.vis-opacity {
	top: 338px;
}
div.vis-color-picker div.vis-button {
	border-radius: 10px; border: 2px solid rgb(217, 217, 217); border-image: none; top: 410px; width: 68px; height: 25px; text-align: center; line-height: 25px; vertical-align: middle; position: absolute; cursor: pointer; background-color: rgb(247, 247, 247);
}
div.vis-color-picker div.vis-button.vis-cancel {
	left: 5px;
}
div.vis-color-picker div.vis-button.vis-load {
	left: 82px;
}
div.vis-color-picker div.vis-button.vis-apply {
	left: 159px;
}
div.vis-color-picker div.vis-button.vis-save {
	left: 236px;
}
div.vis-color-picker input.vis-range {
	width: 290px; height: 20px;
}
div.vis-network div.vis-manipulation {
	background: linear-gradient(rgb(255, 255, 255) 0px, rgb(252, 252, 252) 48%, rgb(250, 250, 250) 50%, rgb(252, 252, 252) 100%); border-width: 0px 0px 1px; border-style: solid; border-color: rgb(214, 217, 216); left: 0px; top: 0px; width: 100%; height: 28px; padding-top: 4px; position: absolute; box-sizing: content-box;
}
div.vis-network div.vis-edit-mode {
	left: 0px; top: 5px; height: 30px; position: absolute;
}
div.vis-network div.vis-close {
	background-position: 20px 3px; top: 0px; width: 30px; height: 30px; right: 0px; position: absolute; cursor: pointer; -ms-user-select: none; background-image: url("img/network/cross.png"); background-repeat: no-repeat; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; user-select: none;
}
div.vis-network div.vis-close:hover {
	opacity: 0.6;
}
div.vis-network div.vis-edit-mode div.vis-button {
	background-position: 0px 0px; padding: 0px 8px; border-radius: 15px; height: 24px; font-family: verdana; font-size: 12px; margin-left: 10px; float: left; display: inline-block; cursor: pointer; -ms-user-select: none; background-repeat: no-repeat; -moz-border-radius: 15px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; user-select: none;
}
div.vis-network div.vis-manipulation div.vis-button {
	background-position: 0px 0px; padding: 0px 8px; border-radius: 15px; height: 24px; font-family: verdana; font-size: 12px; margin-left: 10px; float: left; display: inline-block; cursor: pointer; -ms-user-select: none; background-repeat: no-repeat; -moz-border-radius: 15px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; user-select: none;
}
div.vis-network div.vis-manipulation div.vis-button:hover {
	box-shadow: 1px 1px 8px rgba(0,0,0,0.2);
}
div.vis-network div.vis-manipulation div.vis-button:active {
	box-shadow: 1px 1px 8px rgba(0,0,0,0.5);
}
div.vis-network div.vis-manipulation div.vis-button.vis-back {
	background-image: url("img/network/backIcon.png");
}
div.vis-network div.vis-manipulation div.vis-button.vis-none:hover {
	cursor: default; box-shadow: 1px 1px 8px transparent;
}
div.vis-network div.vis-manipulation div.vis-button.vis-none:active {
	box-shadow: 1px 1px 8px transparent;
}
div.vis-network div.vis-manipulation div.vis-button.vis-none {
	padding: 0px;
}
div.vis-network div.vis-manipulation div.notification {
	margin: 2px; font-weight: 700;
}
div.vis-network div.vis-manipulation div.vis-button.vis-add {
	background-image: url("img/network/addNodeIcon.png");
}
div.vis-network div.vis-edit-mode div.vis-button.vis-edit {
	background-image: url("img/network/editIcon.png");
}
div.vis-network div.vis-manipulation div.vis-button.vis-edit {
	background-image: url("img/network/editIcon.png");
}
div.vis-network div.vis-edit-mode div.vis-button.vis-edit.vis-edit-mode {
	border: 1px solid rgb(204, 204, 204); border-image: none; background-color: rgb(252, 252, 252);
}
div.vis-network div.vis-manipulation div.vis-button.vis-connect {
	background-image: url("img/network/connectIcon.png");
}
div.vis-network div.vis-manipulation div.vis-button.vis-delete {
	background-image: url("img/network/deleteIcon.png");
}
div.vis-network div.vis-edit-mode div.vis-label {
	margin: 0px 0px 0px 23px; line-height: 25px;
}
div.vis-network div.vis-manipulation div.vis-label {
	margin: 0px 0px 0px 23px; line-height: 25px;
}
div.vis-network div.vis-manipulation div.vis-separator-line {
	margin: 0px 7px 0px 15px; width: 1px; height: 21px; float: left; display: inline-block; background-color: rgb(189, 189, 189);
}
div.vis-network div.vis-navigation div.vis-button {
	background-position: 2px 2px; border-radius: 17px; width: 34px; height: 34px; display: inline-block; position: absolute; cursor: pointer; -ms-user-select: none; background-repeat: no-repeat; -moz-border-radius: 17px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; user-select: none;
}
div.vis-network div.vis-navigation div.vis-button:hover {
	box-shadow: 0px 0px 3px 3px rgba(56,207,21,0.3);
}
div.vis-network div.vis-navigation div.vis-button:active {
	box-shadow: 0px 0px 1px 3px rgba(56,207,21,0.95);
}
div.vis-network div.vis-navigation div.vis-button.vis-up {
	left: 55px; bottom: 50px; background-image: url("img/network/upArrow.png");
}
div.vis-network div.vis-navigation div.vis-button.vis-down {
	left: 55px; bottom: 10px; background-image: url("img/network/downArrow.png");
}
div.vis-network div.vis-navigation div.vis-button.vis-left {
	left: 15px; bottom: 10px; background-image: url("img/network/leftArrow.png");
}
div.vis-network div.vis-navigation div.vis-button.vis-right {
	left: 95px; bottom: 10px; background-image: url("img/network/rightArrow.png");
}
div.vis-network div.vis-navigation div.vis-button.vis-zoomIn {
	right: 15px; bottom: 10px; background-image: url("img/network/plus.png");
}
div.vis-network div.vis-navigation div.vis-button.vis-zoomOut {
	right: 55px; bottom: 10px; background-image: url("img/network/minus.png");
}
div.vis-network div.vis-navigation div.vis-button.vis-zoomExtends {
	right: 15px; bottom: 50px; background-image: url("img/network/zoomExtends.png");
}
.vis-current-time {
	width: 2px; z-index: 1; pointer-events: none; background-color: rgb(255, 127, 110);
}
.vis-rolling-mode-btn {
	background: rgb(56, 118, 194); border-radius: 50%; top: 7px; width: 40px; height: 40px; text-align: center; right: 20px; color: rgb(255, 255, 255); font-size: 28px; font-weight: 700; position: absolute; cursor: pointer; opacity: 0.8;
}
.vis-rolling-mode-btn::before {
	content: "\26F6";
}
.vis-rolling-mode-btn:hover {
	opacity: 1;
}
.vis-custom-time {
	width: 2px; z-index: 1; cursor: move; background-color: rgb(110, 148, 255);
}
.vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal {
	width: 100%; height: 0px; border-bottom-color: currentColor; border-bottom-width: 1px; border-bottom-style: solid; position: absolute;
}
.vis-panel.vis-background.vis-horizontal .vis-grid.vis-minor {
	border-color: rgb(229, 229, 229);
}
.vis-panel.vis-background.vis-horizontal .vis-grid.vis-major {
	border-color: rgb(191, 191, 191);
}
.vis-data-axis .vis-y-axis.vis-major {
	width: 100%; color: rgb(77, 77, 77); white-space: nowrap; position: absolute;
}
.vis-data-axis .vis-y-axis.vis-major.vis-measure {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; width: auto; visibility: hidden;
}
.vis-data-axis .vis-y-axis.vis-minor {
	width: 100%; color: rgb(190, 190, 190); white-space: nowrap; position: absolute;
}
.vis-data-axis .vis-y-axis.vis-minor.vis-measure {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; width: auto; visibility: hidden;
}
.vis-data-axis .vis-y-axis.vis-title {
	text-align: center; bottom: 20px; color: rgb(77, 77, 77); white-space: nowrap; position: absolute;
}
.vis-data-axis .vis-y-axis.vis-title.vis-measure {
	margin: 0px; padding: 0px; width: auto; visibility: hidden;
}
.vis-data-axis .vis-y-axis.vis-title.vis-left {
	transform-origin: left bottom; bottom: 0px; transform: rotate(-90deg); -webkit-transform-origin: left top; -moz-transform-origin: left top; -o-transform-origin: left top; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg);
}
.vis-data-axis .vis-y-axis.vis-title.vis-right {
	transform-origin: right bottom; bottom: 0px; transform: rotate(90deg); -webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; -o-transform-origin: right bottom; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg);
}
.vis-legend {
	padding: 5px; border: 1px solid rgb(179, 179, 179); border-image: none; box-shadow: 2px 2px 10px rgba(154,154,154,0.55); background-color: rgba(247, 252, 255, 0.65);
}
.vis-legend-text {
	display: inline-block; white-space: nowrap;
}
.vis-item {
	border-width: 1px; border-color: rgb(151, 176, 248); color: rgb(26, 26, 26); display: inline-block; position: absolute; z-index: 1; background-color: rgb(213, 221, 246);
}
.vis-item.vis-selected {
	border-color: rgb(255, 194, 0); z-index: 2; background-color: rgb(255, 247, 133);
}
.vis-editable.vis-selected {
	cursor: move;
}
.vis-item.vis-point.vis-selected {
	background-color: rgb(255, 247, 133);
}
.vis-item.vis-box {
	border-style: solid; border-radius: 2px; text-align: center;
}
.vis-item.vis-point {
	background: 0px 0px;
}
.vis-item.vis-dot {
	border-width: 4px; border-style: solid; padding: 0px; border-radius: 4px; position: absolute;
}
.vis-item.vis-range {
	border-style: solid; border-radius: 2px; box-sizing: border-box;
}
.vis-item.vis-background {
	margin: 0px; padding: 0px; border: currentColor; border-image: none; box-sizing: border-box; background-color: rgba(213, 221, 246, 0.4);
}
.vis-item .vis-item-overflow {
	margin: 0px; padding: 0px; width: 100%; height: 100%; overflow: hidden; position: relative;
}
.vis-item-visible-frame {
	white-space: nowrap;
}
.vis-item.vis-range .vis-item-content {
	display: inline-block; position: relative;
}
.vis-item.vis-background .vis-item-content {
	display: inline-block; position: absolute;
}
.vis-item.vis-line {
	padding: 0px; width: 0px; border-left-width: 1px; border-left-style: solid; position: absolute;
}
.vis-item .vis-item-content {
	padding: 5px; white-space: nowrap; box-sizing: border-box;
}
.vis-item .vis-onUpdateTime-tooltip {
	background: rgb(79, 129, 189); padding: 5px; border-radius: 1px; transition:0.4s; width: 200px; text-align: center; color: rgb(255, 255, 255); white-space: nowrap; position: absolute; -webkit-transition: .4s; -moz-transition: .4s; -o-transition: .4s;
}
.vis-item .vis-delete {
	padding: 0px 5px; transition:background 0.2s linear; top: 0px; width: 24px; height: 24px; position: absolute; cursor: pointer; box-sizing: border-box; -webkit-transition: background .2s linear; -moz-transition: background .2s linear; -o-transition: background .2s linear;
}
.vis-item .vis-delete-rtl {
	padding: 0px 5px; transition:background 0.2s linear; top: 0px; width: 24px; height: 24px; position: absolute; cursor: pointer; box-sizing: border-box; -webkit-transition: background .2s linear; -moz-transition: background .2s linear; -o-transition: background .2s linear;
}
.vis-item .vis-delete {
	right: -24px;
}
.vis-item .vis-delete-rtl {
	left: -24px;
}
.vis-item .vis-delete-rtl::after {
	transition:color 0.2s linear; color: red; font-family: arial,sans-serif; font-size: 22px; font-weight: 700; content: "\00D7"; -webkit-transition: color .2s linear; -moz-transition: color .2s linear; -o-transition: color .2s linear;
}
.vis-item .vis-delete::after {
	transition:color 0.2s linear; color: red; font-family: arial,sans-serif; font-size: 22px; font-weight: 700; content: "\00D7"; -webkit-transition: color .2s linear; -moz-transition: color .2s linear; -o-transition: color .2s linear;
}
.vis-item .vis-delete-rtl:hover {
	background: red;
}
.vis-item .vis-delete:hover {
	background: red;
}
.vis-item .vis-delete-rtl:hover::after {
	color: rgb(255, 255, 255);
}
.vis-item .vis-delete:hover::after {
	color: rgb(255, 255, 255);
}
.vis-item .vis-drag-center {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; cursor: move;
}
.vis-item.vis-range .vis-drag-left {
	left: -4px; top: 0px; width: 24px; height: 100%; position: absolute; cursor: w-resize; min-width: 2px; max-width: 20%;
}
.vis-item.vis-range .vis-drag-right {
	top: 0px; width: 24px; height: 100%; right: -4px; position: absolute; cursor: e-resize; min-width: 2px; max-width: 20%;
}
.vis-range.vis-item.vis-readonly .vis-drag-left {
	cursor: auto;
}
.vis-range.vis-item.vis-readonly .vis-drag-right {
	cursor: auto;
}
.vis-itemset {
	margin: 0px; padding: 0px; position: relative; box-sizing: border-box;
}
.vis-itemset .vis-background {
	width: 100%; height: 100%; overflow: visible; position: absolute;
}
.vis-itemset .vis-foreground {
	width: 100%; height: 100%; overflow: visible; position: absolute;
}
.vis-axis {
	left: 0px; width: 100%; height: 0px; position: absolute; z-index: 1;
}
.vis-foreground .vis-group {
	border-bottom-color: rgb(191, 191, 191); border-bottom-width: 1px; border-bottom-style: solid; position: relative; box-sizing: border-box;
}
.vis-foreground :last-child.vis-group {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.vis-nesting-group {
	cursor: pointer;
}
.vis-nested-group {
	background: rgb(245, 245, 245);
}
.vis-label.vis-nesting-group.expanded::before {
	content: "\25BC";
}
.vis-label.vis-nesting-group.collapsed-rtl::before {
	content: "\25C0";
}
.vis-label.vis-nesting-group.collapsed::before {
	content: "\25B6";
}
.vis-overlay {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 10;
}
.vis-labelset {
	overflow: hidden; position: relative; box-sizing: border-box;
}
.vis-labelset .vis-label {
	left: 0px; top: 0px; width: 100%; color: rgb(77, 77, 77); position: relative; box-sizing: border-box;
}
.vis-labelset .vis-label {
	border-bottom-color: rgb(191, 191, 191); border-bottom-width: 1px; border-bottom-style: solid;
}
.vis-labelset .vis-label.draggable {
	cursor: pointer;
}
.vis-labelset :last-child.vis-label {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.vis-labelset .vis-label .vis-inner {
	padding: 5px; display: inline-block;
}
.vis-labelset .vis-label .vis-inner.vis-hidden {
	padding: 0px;
}
.vis-panel {
	margin: 0px; padding: 0px; position: absolute; box-sizing: border-box;
}
.vis-panel.vis-bottom {
	border: 1px rgb(191, 191, 191); border-image: none;
}
.vis-panel.vis-center {
	border: 1px rgb(191, 191, 191); border-image: none;
}
.vis-panel.vis-left {
	border: 1px rgb(191, 191, 191); border-image: none;
}
.vis-panel.vis-right {
	border: 1px rgb(191, 191, 191); border-image: none;
}
.vis-panel.vis-top {
	border: 1px rgb(191, 191, 191); border-image: none;
}
.vis-panel.vis-center {
	overflow: hidden; border-top-style: solid; border-bottom-style: solid;
}
.vis-panel.vis-left {
	overflow: hidden; border-top-style: solid; border-bottom-style: solid;
}
.vis-panel.vis-right {
	overflow: hidden; border-top-style: solid; border-bottom-style: solid;
}
.vis-left.vis-panel.vis-vertical-scroll {
	height: 100%; -ms-overflow-x: hidden; -ms-overflow-y: scroll;
}
.vis-right.vis-panel.vis-vertical-scroll {
	height: 100%; -ms-overflow-x: hidden; -ms-overflow-y: scroll;
}
.vis-left.vis-panel.vis-vertical-scroll {
	direction: rtl;
}
.vis-left.vis-panel.vis-vertical-scroll .vis-content {
	direction: ltr;
}
.vis-right.vis-panel.vis-vertical-scroll {
	direction: ltr;
}
.vis-right.vis-panel.vis-vertical-scroll .vis-content {
	direction: rtl;
}
.vis-panel.vis-bottom {
	border-right-style: solid; border-left-style: solid;
}
.vis-panel.vis-center {
	border-right-style: solid; border-left-style: solid;
}
.vis-panel.vis-top {
	border-right-style: solid; border-left-style: solid;
}
.vis-background {
	overflow: hidden;
}
.vis-panel > .vis-content {
	position: relative;
}
.vis-panel .vis-shadow {
	width: 100%; height: 1px; position: absolute; box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}
.vis-panel .vis-shadow.vis-top {
	left: 0px; top: -1px;
}
.vis-panel .vis-shadow.vis-bottom {
	left: 0px; bottom: -1px;
}
.vis-graph-group0 {
	fill: #4f81bd; fill-opacity: 0; stroke: #4f81bd; stroke-width: 2px;
}
.vis-graph-group1 {
	fill: #f79646; fill-opacity: 0; stroke: #f79646; stroke-width: 2px;
}
.vis-graph-group2 {
	fill: #8c51cf; fill-opacity: 0; stroke: #8c51cf; stroke-width: 2px;
}
.vis-graph-group3 {
	fill: #75c841; fill-opacity: 0; stroke: #75c841; stroke-width: 2px;
}
.vis-graph-group4 {
	fill: #ff0100; fill-opacity: 0; stroke: #ff0100; stroke-width: 2px;
}
.vis-graph-group5 {
	fill: #37d8e6; fill-opacity: 0; stroke: #37d8e6; stroke-width: 2px;
}
.vis-graph-group6 {
	fill: #042662; fill-opacity: 0; stroke: #042662; stroke-width: 2px;
}
.vis-graph-group7 {
	fill: #00ff26; fill-opacity: 0; stroke: #00ff26; stroke-width: 2px;
}
.vis-graph-group8 {
	fill: #f0f; fill-opacity: 0; stroke: #f0f; stroke-width: 2px;
}
.vis-graph-group9 {
	fill: #8f3938; fill-opacity: 0; stroke: #8f3938; stroke-width: 2px;
}
.vis-timeline .vis-fill {
	fill-opacity: 0.1; stroke: none;
}
.vis-timeline .vis-bar {
	fill-opacity: 0.5; stroke-width: 1px;
}
.vis-timeline .vis-point {
	fill-opacity: 1; stroke-width: 2px;
}
.vis-timeline .vis-legend-background {
	fill: #fff; fill-opacity: 0.9; stroke: #c2c2c2; stroke-width: 1px;
}
.vis-timeline .vis-outline {
	fill: #fff; fill-opacity: 1; stroke: #e5e5e5; stroke-width: 1px;
}
.vis-timeline .vis-icon-fill {
	fill-opacity: 0.3; stroke: none;
}
.vis-time-axis {
	overflow: hidden; position: relative;
}
.vis-time-axis.vis-foreground {
	left: 0px; top: 0px; width: 100%;
}
.vis-time-axis.vis-background {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
.vis-time-axis .vis-text {
	padding: 3px; color: rgb(77, 77, 77); overflow: hidden; white-space: nowrap; position: absolute; box-sizing: border-box;
}
.vis-time-axis .vis-text.vis-measure {
	padding-right: 0px; padding-left: 0px; margin-right: 0px; margin-left: 0px; visibility: hidden; position: absolute;
}
.vis-time-axis .vis-grid.vis-vertical {
	border-left-color: currentColor; border-left-width: 1px; border-left-style: solid; position: absolute;
}
.vis-time-axis .vis-grid.vis-vertical-rtl {
	border-right-color: currentColor; border-right-width: 1px; border-right-style: solid; position: absolute;
}
.vis-time-axis .vis-grid.vis-minor {
	border-color: rgb(229, 229, 229);
}
.vis-time-axis .vis-grid.vis-major {
	border-color: rgb(191, 191, 191);
}
.vis-timeline {
	margin: 0px; padding: 0px; border: 1px solid rgb(191, 191, 191); border-image: none; overflow: hidden; position: relative; box-sizing: border-box;
}
