

.puma-turkiye-haritasi {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}
.puma-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: #009741;
        color: #fff;
        padding: 8px 16px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    text{
        color:#fff;
        fill:#000000;
    }
#puma-turkiye-haritasi path {
    cursor: pointer;
    fill: #ce4227;
}
    #puma-turkiye-haritasi path:hover {
        fill: #e65052;
    }
.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: 325px;
    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;
    }
body {
    background-color: #fafafa;
    font-family: 'Open Sans', sans-serif;
  
}
.header {
    padding: 23px 0;
    background-color: #303030;
    margin-bottom: 50px;
    color: #fff;
}
.header h3{
    text-align:center;
    margin-bottom:0;
    margin-top:0
}
.table > tbody > tr > td:first-child{
    border: none
}



::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ce4227;
    background-color: #F5F5F5;
}


::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}


::-webkit-scrollbar-thumb {
    background-color: #ce4227;
}

