@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

/* GLOBAL STYLES
-------------------------------------------------- */

/* Padding below the footer and lighter body text */

body {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    background-color: #efefef;
}

.box-shadow {
    -webkit-box-shadow: 0 -2px 9px 0 #d0d5e3;
    box-shadow: 0 -2px 9px 0 #d0d5e3;
}

/* NEWSTICKER
-------------------------------------------------- */

.newsticker {
    overflow: hidden;
    padding: 0;
    height: 30px;
    position: relative;
    color: white;
}

.newsticker ul li a.category-ticker {
    background-color: #efefef;
    padding: 2px 7px;
    color: #444;
}

.newsticker ul li a {
    color: white;
}

.newsticker ul {
    position: absolute;
    top: 2px;
    /*    left: 90px;*/
}

.newsticker ul li {
    height: 30px;
    overflow: hidden;
}

/*NAVBAR*/

#secim-logo {
    padding-top: 5px;
    border-bottom: 3px solid #eee;
}

#secim-logo .dropdown {
    float: right;
    top: 10px;
    right: 5px;
}

.navbar-brand {
    font-size: 35px;
    color: #444;
}

a.navbar-brand:hover {
    color: #444;
}

.navbar-brand em {
    font-style: normal;
    font-weight: 300;
    color: #DF0006;
}

.top-field {
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #E10008;
}

.kalan-sure .sure {
    font-size: 35px;
    color: #E10008;
    font-weight: 500;
}

.kalan-sure .sure-text {
    color: #444;
    font-weight: 300;
}

.kalan-sure .sure em {
    font-size: 15px;
    font-weight: 400;
    color: #444;
    font-style: normal;
}

#main {
    margin-top: 90px;
    margin-bottom: 30px;
}

/*RESPONSIVE EDITINGS
-------------------------------------------------- */

@media (min-width: 1201px) {
    .kalan-sure {
        text-align: right;
    }
    .partiler-menu {
        display: none;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .swiper-container {
        height: 360px!important;
    }
    .kalan-sure {
        text-align: right;
    }
    .partiler-menu {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .swiper-container {
        height: 265px!important;
    }
    .kalan-sure {
        text-align: right;
    }
    .partiler-menu {
        display: none;
    }

    .swiper-slide .haber-title h4 {
        font-size: 20px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
  .harita-renkleri {
    margin-top: -20px!important;
  }
  footer .reference small{
    float: none!important;
    display: block!important;
  }
  td .ml-3 {
    margin-left: 0!important;
  }
  td img {
    display: none;
  }
    .swiper-container {
        height: 300px!important;
    }
    .partiler,
    .guncel-tarih {
        display: none;
    }

    #secim-logo {
        text-align: center;
    }

    .anket {
        margin-top: 10px;
    }
    .myfooter .col-sm-6 {
        margin-bottom: 25px;
    }

    .cb-baslik,
    .acilan-sandik {
        text-align: center!important;
    }
}

@media (max-width: 576px) {
  .harita-renkleri {
    margin-top: -20px!important;
  }
  footer .reference small{
    float: none!important;
    display: block!important;
  }
  td .ml-3 {
    margin-left: 0!important;
  }
  td img {
    display: none;
  }
  .navbar img {
    max-height: 40px!important
  }
  .container {
    padding-right: 0;
    padding-left: 0;}
    .swiper-container {
        height: 190px!important;
    }
    .partiler,
    .guncel-tarih,
    .sure-text {
        display: none;
    }
    .logo,
    #secim-logo {
        text-align: center;
    }
    .anket {
        margin-top: 10px;
    }
    .myfooter .col-sm-6 {
        margin-bottom: 25px;
    }
    .myfooter {
        text-align: center;
    }
    .swiper-slide .haber-title h4 {
        font-size: 13px;
    }
    .adaylar-secim .cb-baslik span {
        display: block;
        margin-top: 10px;
    }
    .secim-sonuc .sehir-baslik span {
        float: none!important;
        margin: 5px;
    }
    .cb-baslik,
    .acilan-sandik {
        text-align: center!important;
    }
    .canli-sonuc {
        display: none;
    }
}

/*SWIPER
-------------------------------------------------- */

.swiper-container {
    width: 100%;
    height: 431px;
}

.swiper-slide {
    text-align: center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    opacity: 1;
    background: #E10008;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
}

.swiper-slide .haber-title {
    position: absolute;
    bottom: 50px;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    border-radius: 15px;
}

/*PANEL CONFIGURATION
-------------------------------------------------- */

.card {
    border: none;
}

.card-header {
    border-bottom: 2px solid rgba(0, 0, 0, .125);
    color: #777;
}

.card-header span {
    border-bottom: solid #444 2px;
    padding-bottom: 14px;
    font-weight: 500;
}

.anket .card-text {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    padding-bottom: 20px;
}

.resimli-anket a {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #fff;
}

.resimli-anket a:hover {
    border: 1px solid #444;
}

.panel-box {
    margin-top: 10px;
}

.adaylar h5 {
    margin-top: 10px;
    color: #E10008;
    font-size: 16px;
    text-align: center;
}

.adaylar h6 {
    color: #727272;
    font-size: 13px;
    text-align: center;
    padding-bottom: 7px;
}

.haberler a.news-title {
    color: #727272;
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding-top: 7px;
    padding-bottom: 15px;
    line-height: 22px;
}

.haberler a:hover.news-title {
    color: #E10008;
    text-decoration: none;
}

.istatistik .media {
    border-bottom: 2px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.istatistik .media:hover {
    color: #E10008;
}

.istatistik .media-body {
    margin-left: 20px;
}

.istatistik h5 {
    margin-bottom: 2px;
    margin-top: 5px!important;
}

.cb-secim-widget .card-body .media img {
    width: 60px;
}

.cb-secim-widget em {
    color: #E10008;
}

/*DETAY PAGE
-------------------------------------------------- */

.detay-bolum {
    padding: 20px 0;
}

.detay-bolum h1 {
    padding: 0 15px;
}

.detay-bolum .detay-meta {
    padding: 0 15px;
}

.detay-bolum .detay-meta span {
    margin-right: 10px;
}

.detay-bolum .detay-meta i {
    margin-right: 5px;
}

.detay-bolum .detay-meta a {
    color: #878c94;
}

.detay-bolum .detay-meta a:hover {
    color: #E10008;
}

.detay-bolum .detay-ozet {
    padding: 15px;
    font-size: 25px;
    font-weight: 400;
}

.detay-bolum .detay-haber {
    padding: 15px;
    font-family: "Open Sans", sans-serif;
}

.yorumlar img {
    width: 75px;
}

/*SEÇİM SAYFASI--------------------------------------------- */

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .9);
}

.istatistik-secim img {
    max-width: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.istatistik-secim h5 {
    margin-bottom: 2px;
    margin-top: 15px!important;
    text-align: center;
}

.istatistik-secim .box {
    background-color: white;
    padding: 10px;
    min-height: 100px;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 5px;
}

.adaylar-secim .cb-baslik {
    display: block;
    font-size: 25px;
    color: #4c536d;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 2px #999 dotted;
}

.orta-baslik {
    display: block;
    font-size: 25px;
    color: #4c536d;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 2px #999 dotted;
    text-align: center;
}

.acilan-sandik {
    text-align: right;
}

.adaylar-secim .card-header span {
    border: none;

}

.adaylar-secim h5 {
      margin-top: 10px;
      color: #E10008;
      font-size: 26px;
      text-align: center;
      background-color: #efefef;
      border-radius: 7px;
      margin-bottom: 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
}

.adaylar-secim h6 {
    color: #727272;
    font-size: 13px;
    text-align: center;
    padding-top: 7px;
}

.adaylar-secim a.cb-isim {
    display: block;
    color: #727272;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding-top: 7px;
}

.adaylar-secim a.cb-isim:hover {
    text-decoration: none;
    color: #E10008;
}

.adaylar-secim em {
    color: orangered;
}

.secim-sonuc .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #E10008;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

.secim-sonuc .nav-pills .nav-link {
    color: #fff;
    background-color: #999;
    margin-left: 10px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

.secim-sonuc .box {
    display: inline-block;
    width: 100%;
    height: auto;
}

.map-province-name {
    position: absolute;
    z-index: 2;
}

svg:not(:root) {
    overflow: hidden;
}

.turkiye-haritasi {
    width: 100%;
    max-width: 942px;
    margin: 0 auto;
    padding-right: 15px;
    text-align: center;
    display: block;
    background-color: transparent;
}

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

#turkiye-haritasi .harita-sehir path {
    fill: #3870cb;
}

#turkiye-haritasi .secili-sehir path {
    fill: red;
}

#turkiye-haritasi path:hover {
    opacity: .9;
}

.secim-sonuc .sehir-sec {
    float: none;
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 0 10px 0 10px;
    width: 100%;
    font-size: 1rem;
    line-height: 2rem;
    color: #4c526e;
    outline: 0;
}

.sehir-sayfasi span {
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;

}

.sehir-sayfasi .sehir-sec {
    display: inline-block;
    width: 200px;
    font-size: 14px;
    color: #4c526e;
    outline: 0;
}

.secim-sonuc .ulke-sec {
    float: none;
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 0 10px 0 10px;
    width: 40%;
    font-size: 1rem;
    line-height: 2rem;
    color: #4c526e;
    outline: 0;
}

.secim-sonuc .sehir-baslik {
    display: block;
    font-size: 20px;
    color: #4c536d;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.tek-baslik {
    padding-top: 7px;
}

.partiler-sonuc {
    border-radius: 5px;
    padding: 0;
    margin-bottom: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.partiler-sonuc img {
    max-width: 75px;
    display: inline-block;
}

.partiler-sonuc .parti-adi {
    display: block;
    margin-top: 5px;
    font-weight: 600;
    font-size: 18px;
}

.partiler-sonuc .parti-yuzde {
    display: block;
    font-weight: 600;
    font-size: 22px;
    color: #e10008;
    /*background-color: #efefef;*/
    border-radius: 7px;
}
.ittifak h4 {
  text-transform: uppercase;
}
.partiler-sonuc .parti-yuzde em {
    font-style: normal;
    color: #777;
    font-size: 15px;
    margin-left: 10px;
    font-weight: 500;
}

.sehirler-liste ul li {
    float: left;
    margin-right: 10px;
    list-style: none;
    width: 125px;
}

/* FOOTER -------------------------------------------------- */

.myfooter {
    padding: 10px 0;
    background-color: #35404f;
    color: #878c94;
}

.myfooter .title-widget {
    text-align: left;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    position: relative;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    padding-left: 28px;
}

.myfooter .title-widget::before {
    background-color: #ea5644;
    content: "";
    height: 22px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 5px;
}


.myfooter .list-icon a {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 5px;
    text-decoration: none;
}

.myfooter .list-icon .fa {
    margin-right: 25px;
}


.myfooter .category a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    margin: 1px;
    border-radius: 4px;
    margin-top: 6px;
    background-color: black;
    border: solid 1px #fff;
}

.myfooter ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #7F8C8D;
}

.myfooter .social {
    margin: 0px;
    padding: 0px;
    list-style-type: none
}

.myfooter .social li {
    list-style-type: none
}

.myfooter .social li a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    float: left;
    font-size: 25px;
    padding: 10px 10px;
}

.myfooter .social {
    font-size: 1.5em;
}

/*  zooming class */

.zoom:hover {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
}

.zoom {
    -webkit-transform: scale(1);
    /* Browser Variations: */
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}

.myfooter .reference {
    text-align: center;
}

.myfooter .reference a {
    color: #999;
}
.colorPicker {
  position: fixed;
  left: 0;
  top: 80px;
  z-index: 9999999;
  padding: 10px;
  width: 135px;
}
.colorPicker .color {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 2px;
  cursor:pointer;
  border-radius: 50%;
  border: 2px solid #fff;
}

#refreshData a {
  border-color: #fff;
  background: #fff;
  color: #444;
}
#refreshData a:focus {
  box-shadow:0 0 0 0.2rem rgba(248, 249, 250, 0.79)
}
#ScrollToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #E10008;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
a.disabled {
  pointer-events: none;
  color: #ccc;
}
.harita-renkleri {
  margin-top: -50px;
    margin-bottom: 20px;
}
.harita-renkleri .harita-item {
  display: inline-block;
  margin-right: 5px;
}
.harita-renkleri .harita-item div {
  display: inline-block;
}
.harita-renkleri .harita-item .item-color {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  float: left;
  margin-top: 6px;
}
.cb-oy-sayisi {
  border-top-left-radius: 0!important;
  border-top-right-radius: 0!important;
  font-size: 14px!important;
  color: #444!important;
  padding: 3px 0;
  margin-top: 0!important;
  border-bottom-left-radius: 7px!important;
  border-bottom-right-radius: 7px!important;
  border-top: 1px solid #ddd;
}
#cb_adaylar .col-6 {
  margin-bottom: 15px;
}
