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

.svg-turkiye-haritasi {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.svg-turkiye-haritasi svg {
  width: 100%;
  height: auto;
}

.il-isimleri {
  position: absolute;
  z-index: 2;
}

.il-isimleri div {
  font-family: 'Open Sans';
  background: #777;
  color: #fff;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#svg-turkiye-haritasi path {
  cursor: pointer;
  fill: #999;
}

#svg-turkiye-haritasi path:hover {
  fill: #999;
}

path.yilmaz {
  fill: #1094F6 !important;
  /*stroke: #ffbe01;
  stroke-width: 2px;*/
  stroke-dasharray: 0;
}

path.fatih {
  fill: #48a21d !important;
  /*stroke: #ffbe01;
  stroke-width: 2px;*/
  stroke-dasharray: 0;
}

path.ozgur {
  fill: #ff6f24 !important;
  /*stroke: #ffbe01;
  stroke-width: 2px;*/
  stroke-dasharray: 0;
}

.bg-yilmaz {
    background-color: #1094F6 !important;
}

.color-yilmaz {
    color: #1094F6 !important;
}

.bg-ozgur {
    background-color: #ff6f24 !important;
}

.color-ozgur {
    color: #ff6f24 !important;
}

.bg-fatih {
    background-color: #48a21d !important;
}

.color-fatih {
    color: #48a21d !important;
}

.color-other {
    color: #ffb400 !important;
}