/*! SVG Türkiye Haritası | CSS | MIT Lisans | dnomak.com */

html, body {
	padding: 0;
	margin: 0;
}

.svg-turkiye-haritasi {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
  position: static !important;
  overflow: hidden;
}
.svg-turkiye-haritasi svg {
  width: 100%;
  height: auto;
}
.il-isimleri {
  position: absolute;
  z-index: 2;
}
.il-isimleri div {
  font-family: 'Open Sans';
  display: inline-block;
  background: #1094F6;
  color: #fff;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#svg-turkiye-haritasi path {
  cursor: pointer;
  fill: #d7d7d7;
}

.available path {
	fill: #f9b123 !important;
}

.available path:hover {
  fill: #3578B4 !important;
}

.available.selected path {
  fill: #3578B4 !important;
}

.box {
	width: 20px;
	height: 20px;
	border-radius: 2px;
	display: block;
}

.yellow {
	background: #f9b123;
}

.blue {
	background: #3578B4;
}

.distributor {
	border-radius: 3px;
	border: 1px solid #eee;
	display: inline-block;
	min-height: 209px;
}

.distributor i {
	width: 10px;
	height: 10px;
}

.font-size-11 {
	font-size: 11pt;
}