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

.svg-turkiye-haritasi {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 0px ! important;
}

.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: rgba(0, 102, 153, 1);
    color: #fff;
    padding: 8px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid white;
    
}

#svg-turkiye-haritasi text {
    font-size: 9px;
    fill: #000;
}

#svg-turkiye-haritasi text.num-text {
    font-weight: bold;
    font-size: 12px;
    fill: #fff;
}

#svg-turkiye-haritasi path {
    cursor: pointer;
    fill: rgba(255, 216, 0, 30%);
    position: relative;
    z-index: 0;
}

#svg-turkiye-haritasi path:hover {
    fill: rgba(255, 216, 0, 100%);
}

#svg-turkiye-haritasi circle {
    fill: rgba(24, 215, 84, 40%);
}

#guney-kibris {
    pointer-events: none;
}


.tablo table thead tr{background:#fff!important}

.tablo table tr:nth-of-type(odd) {
    background: #f3f3f3;
}

.tabloveri td{
  text-align: left;
   vertical-align: middle;
}

.tabloveri td:nth-child(6)
{
  width:120px;
  font-size:11px;

}

.tabloveri td:nth-child(7){font-weight: bold;  color:#999}
.tabloveri td:nth-child(7) a {font-weight: bold;  color:#999}
