/*! SVG Türkiye Haritası | CSS | MIT Lisans | dnomak.com */

.svg-turkiye-haritasi {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}
.svg-turkiye-haritasi svg {
  width: 100%;
  height: auto;
}
.il-isimleri {
  position: absolute;
  z-index: 2;
}
    .il-isimleri div {
       
        display: inline-block;
        background: #a2d0ee;
        color: #fff;
        padding: 8px 16px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    text{
        color:#fff;
        fill:#000000;
    }
#svg-turkiye-haritasi path {
    cursor: pointer;
    fill: #c3c3c3;
}
    #svg-turkiye-haritasi path:hover {
        fill: #a2d0ee;
    }
.form-horizontal .control-label {
    text-align: left !important;
}
#guney-kibris {
    pointer-events: none;
}

.bold {
    font-weight: bold;
    width: 30%;
    color: #ce4227;
}

.bayiler {
    background-color: #fff;
    
    border-radius: 5px;
    box-shadow: 0 1px 6px -2px #9e9e9e;
    min-height: 310px !important;
    margin: 15px 0;
    height: 334px;
    overflow: overlay;
}
table tr {
    height: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    text-align: center;
}
    table tr:first-child{
        font-weight:bold
    }
    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        vertical-align: middle !important;
    }

