/****************************************************************************
 **
 ** This file is part of yFiles for HTML 1.3.0.1.
 ** 
 ** yWorks proprietary/confidential. Use is subject to license terms.
 **
 ** Copyright (c) 2015 by yWorks GmbH, Vor dem Kreuzberg 28, 
 ** 72070 Tuebingen, Germany. All rights reserved.
 **
 ***************************************************************************/

/* The main divs that make up the control's contents */

.yfiles-canvascontrol, .yfiles-svgpanel {
  position: relative;
}

.yfiles-svgpanel {
  /*
    For exact label size measurement, use the below property
    to emphasize geometric precision over legibility and rendering speed.
  */
  /* text-rendering: geometricPrecision; */
}

/* Layout the components of a CanvasControl in a grid */

.yfiles-canvascontrol {
  position: relative;
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
  touch-action: none;
  /* prevent selecting text by double click */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.yfiles-canvascontrol .yfiles-svgpanel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

/* Style the scrollbars */

.yfiles-canvascontrol .yfiles-scrollbar.yfiles-scrollbar-vertical {
  background: #eee;
  width: 15px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.yfiles-canvascontrol .yfiles-scrollbar.yfiles-scrollbar-horizontal {
  background: #eee;
  height: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.yfiles-canvascontrol .yfiles-scrollbar.yfiles-scrollbar-vertical div {
  /* set the size to all inner elements as well to ensure that none accidentally enlarges the scrollbar */
  width: 15px;
}

.yfiles-canvascontrol .yfiles-scrollbar.yfiles-scrollbar-horizontal div {
  /* set the size to all inner elements as well to ensure that none accidentally enlarges the scrollbar */
  height: 15px;
}

.yfiles-canvascontrol .yfiles-scrollbar .yfiles-button:hover {
  background: #bbb;
}

.yfiles-canvascontrol .yfiles-scrollbar, .yfiles-canvascontrol .yfiles-scrollbar-range, .yfiles-canvascontrol .yfiles-scrollbar-range-content {
  background-color: transparent;
}

.yfiles-canvascontrol .yfiles-scrollbar-range.yfiles-scrollbar-range-vertical .yfiles-scrollbar-slider, .yfiles-canvascontrol .yfiles-scrollbar .yfiles-button.yfiles-button-up:hover, .yfiles-canvascontrol .yfiles-scrollbar .yfiles-button.yfiles-button-down:hover {
  border: none;
  background: #cccccc;
  border-radius: 0;
  width: 15px;
}

.yfiles-canvascontrol .yfiles-scrollbar-range.yfiles-scrollbar-range-horizontal .yfiles-scrollbar-slider, .yfiles-canvascontrol .yfiles-scrollbar .yfiles-button.yfiles-button-left:hover, .yfiles-canvascontrol .yfiles-scrollbar .yfiles-button.yfiles-button-right:hover {
  border: none;
  background: #cccccc;
  border-radius: 0;
  height: 15px;
}

.yfiles-canvascontrol .yfiles-scrollbar-range.yfiles-scrollbar-range-horizontal .yfiles-scrollbar-slider:hover,
.yfiles-canvascontrol .yfiles-scrollbar-range.yfiles-scrollbar-range-vertical .yfiles-scrollbar-slider:hover {
  background: #bbb;
}

/* Layout the scrollbars */

.yfiles-canvascontrol .yfiles-scrollbar div {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.yfiles-canvascontrol .yfiles-scrollbar-content {
  cursor: default;
}

.yfiles-canvascontrol .yfiles-scrollbar > div {
  position: absolute;
}

.yfiles-canvascontrol .yfiles-scrollbar .yfiles-scrollbar-range.yfiles-scrollbar-range-horizontal {
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  height: 15px;
}

.yfiles-canvascontrol .yfiles-scrollbar .yfiles-scrollbar-range.yfiles-scrollbar-range-vertical {
  width: 15px;
  left: 0;
  right: 0;
  top: 15px;
  bottom: 15px;
}

.yfiles-canvascontrol .yfiles-scrollbar .yfiles-scrollbar-range-content, .yfiles-canvascontrol .yfiles-scrollbar .yfiles-scrollbar-slider-content {
  /* set maximum size in both dimension and override for specific elements if required */
  width: 100%;
  height: 100%;
}

.yfiles-canvascontrol .yfiles-scrollbar .yfiles-button {
  color: #000;
  width: 15px;
  height: 15px;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  border: none;
  border-radius: 0;
}

.yfiles-canvascontrol .yfiles-scrollbar .yfiles-button-left {
  left: 0;
  top: 0;
  bottom: 0;
}

.yfiles-canvascontrol .yfiles-scrollbar .yfiles-button-right {
  right: 0;
  top: 0;
  bottom: 0;
}

.yfiles-canvascontrol .yfiles-scrollbar .yfiles-button-up {
  left: 0;
  right: 0;
  top: 0;
}

.yfiles-canvascontrol .yfiles-scrollbar .yfiles-button-down {
  left: 0;
  right: 0;
  bottom: 0;
}

/* Misc styling */

.yfiles-canvascontrol, .yfiles-canvascontrol-svg {
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.yfiles-canvascontrol-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.yfiles-tooltip {
  font-size: 10pt;
  background-color: #ffffd0;
  border: 1px solid black;
  padding: 2px;
  position: absolute;
  overflow: visible;
}

.yfiles-dropshadow-image {
  pointer-events: none;
}

.yfiles-canvascontrol .yfiles-labeleditbox-container {
  border: 1px solid black;
  background-color: white;
  padding: 2px;
}

.yfiles-canvascontrol .yfiles-labeleditbox {
  box-sizing: border-box; /* box model is crucial for measuring */
  resize: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0 none;
  padding: 0;
  line-height: normal;
  font-family: sans-serif;
  font-size: 10pt;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  word-spacing: 0;
  outline: none;
  white-space: pre;
}

.yfiles-collapsebutton {
  cursor:pointer;
}

.yfiles-overlaypanel {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.yfiles-canvascontrol ::-webkit-scrollbar {
  -webkit-appearance: none;
}

.btn {
  border-radius: 3px;
  font-size: 13px;
  border-color: transparent;
  -webkit-appearance: none;
  outline: none !important;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}


element.style {
}
#propertiesView td a.btn {
  color: #FFFFFF;
}
#propertiesView td a {
  color: #407fbf;
  text-decoration: none;
}
.btn-pill-right, .btn-oval {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-right: 18px;
}
.btn-pill-left, .btn-oval {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 18px;
}
.btn {
  border-radius: 3px;
  font-size: 13px;
  border-color: transparent;
  -webkit-appearance: none;
  outline: none !important;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 16px;
  line-height: 1.52857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-success {
  color: #ffffff;
  background-color: #27c24c;
  border-color: #26be4a;
}
.btn-pill-right, .btn-oval {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-right: 18px;
}
.btn-pill-left, .btn-oval {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 18px;
}
