/** MAP SPECIFIC STUFF **/
.map-viewport {
  width: 710px;
  height: 180px;
  position: relative;
}
.map {
  width: 2000px;
  background-color: while;
  left: 740px;
}
.map-title {
  height: 28px;
}
.map-title button {
  padding: 0;
  margin-top: 4px;
}
.map-title select {
  margin-top: 3px;
  font-size: 12px;
}
.map-legend,
.map-title {
  background-color: #dedede;
  clear: both;
}
.map-legend {
  height: 20px;
  padding-top: 5px;
}
.map-name {
  margin-left: 10px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  float: left;
}
.map-close {
  float: right;
  margin-right: 7px;
  margin-top: 5px;
  font-weight: bold;
  cursor: pointer;
}
.map-container {
  margin-bottom: 10px;
  display: none;

}
.map-container:focus {
    outline: none !important;
	box-shadow:none;
	border-color:transparent;
}
.map-panning-spacer {
  position: relative;
  float: left;
}
.map-viewport {
	overflow:hidden;
}
.zoom {
  float: right;
}
.zoom i {
  cursor: pointer;
  margin-right: 5px;
}
.zoom i.clicked {
  color: #808080;
}
path,
rect {
  /* shape-rendering: crispEdges; */
  cursor: pointer;
}
#map {
  background-color: #FFFFFF;
  height: 600px;
  top: 0px !important;
}
.map-message {
  z-index: 2;
  background-color: #ededed;
  float: right;
  border-radius: 6px;
  padding: 5px;
  margin: 5px;
  position: absolute;
  right: 0;
  display: none;
}
.map-functionality-div {
  width: 375px;
}
.products-table-container {
  margin-top: 20px;
  width: 760px;
}
.panel.panel-info {
  margin-bottom: 5px;
}
.products-table-container .panel-body {
  height: 200px !important;
  overflow-y: auto;
}
.find-product:hover {
  text-decoration: underline;
  cursor: pointer;
}
.hidden-panel {
  position: absolute;
  background-color: white;
  height: 100%;
  width: 100%;
}
.zoom-in,
.zoom-out {
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  float: right;
}
.zoom-in {
  background-image: url('/order/genome-database/assets/img/plus_box.gif');
  margin: 0 5px;
}
.zoom-out {
  background-image: url('/order/genome-database/assets/img/minus_box.gif');
}
div.checkbox {
  padding-left: 25px;
  float: left;
}
div.checkbox input {
  float: left;
  margin: 3px 0 0 -15px;
  margin-top: 1px \9;
  line-height: normal;
}
div.checkbox label {
  margin-bottom: 4px;
}
.map-loading {
  display: none;
  position: absolute;
  width: 760px;
  height: 248px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 5;
}
.map-loading img {
  display: block;
  margin: 5px auto;
}
.map-loading span {
  display: block;
  margin-left: 300px;
  padding-top: 100px;
  font-size: 32px;
}
.map-loading span.map-loading-status {
  padding-top: 0;
  font-size: 10px;
  margin: 0 auto;
  width: 96px;
}
.map-container select {
  display: none;
}

path{
    /* fill:none; */
    pointer-events:all;
}

#species-chooser, .map-name {
	text-transform: capitalize;
}

.alert-info{
  background-image: url(/etc/designs/lifetech/clientlibs/base/img/alert-info.png);
  border-color: #1e8ae7;
}
.alert {
  display: block;
  padding: 8px 35px 8px 40px;
  margin-bottom: 22px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #f3f3f3;
  color: #333;
}
