body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	overflow: hidden;
}

#main {
  width: 100%;
  height:auto !important;/* real browsers */
  height:100%;
  IE6: treaded as min-height;
  min-height:100%;/* real browsers */
}

.axis text {
  font: 10px sans-serif;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.axis path {
  display: none;
}

.isoline {
  fill: none;
  stroke: #000;
}

.btn-file {
  /* width: 100%; */
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.btn-xfile {
  /* width: 100%; */
  position: relative;
  overflow: hidden;
}
.btn-xfile input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.btn-group li {
  padding-bottom: 5px;
}
div.tooltip {
  position: absolute;
    text-align: center;
    padding: 5px;
    font: 12px sans-serif;
    background: #ededee;
    border: 0px;
    border-radius: 8px;
    pointer-events: none;
}

/*Bootstrap 3*/
body .modal-lg {
     width: 95%;
}
