.candidateDetailBox .l_image {
  height: 260px;
}
.candidateDetailBox .l_image img {
  max-height: 100%;
  max-width: 200px;
}

.candidateDetailBox .l_name {
  height: 50px;
}
@media print {
  .candidateDetailBox .l_image {
    height: auto;
  }
  .candidateDetailBox .l_image img {
    max-height: auto;
  }
}

.mobil {
  display: none;
}

.tab-content {
  padding: 0px 0px 40px;
  margin-top: -30px;
}

.nav-tabs > li > a {
  margin-right: 0px;
}

#bgShowSuccess {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: -10;
  opacity: 0;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#showSuccess {
  -webkit-box-shadow: 0px 0px 15px #444;
  box-shadow: 0px 0px 15px #444;
  font-size: 30px;
  text-align: center;
  width: 350px;
  height: 200px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  z-index: -10;
  opacity: 0;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#showSuccess p {
  margin: 50px 0px 10px;
}

/* vote-area---start */
#resultTab {
  padding-left: 25px;
}

#vote-area {
  background-color: #fff;
  min-height: 75.7vh;
}

#vote-area a {
  color: #000;
  text-decoration: none;
}

#vote-area-wrap img {
  padding-left: 5px;
}

.bread-crumbs {
  color: #70281a;
  padding: 30px;
}

.br {
  display: none;
}

.color-block {
  color: #444;
  font-size: 25px;
}

.color-tip {
  color: var(--primary);
  font-size: 16px;
}

.vote-cate-btn li {
  display: inline-block;
  margin: 10px 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  border: 2px solid var(--primary);
  color: #444;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#vote-area h1 {
  text-align: center;
  margin: 10px 0px;
  font-size: 28px;
}

#vote-area h1:first-child:before,
#vote-area h1:first-child:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #555;
  margin: 12px 10px;
}

.vote-area-table1 {
  margin: 50px auto 20px;
  width: 95%;
  font-size: 20px;
  font-weight: 700;
}

.vote-area-table1 td {
  padding: 10px 0px;
  vertical-align: top;
}

.vote-area-table1 span {
  display: block;
}

#resultArea {
  width: 120px;
}

.after-table1 {
  width: 95%;
  margin: 0px auto 20px;
  color: var(--primary);
}

.vote-area-table2 a {
  color: #333;
  text-decoration: none;
}

.vote-area-table2 {
  width: 95%;
  margin: 0px auto;
}

.vote-area-table2 th {
  background-color: var(--primary);
  color: #fff;
}

.vote-area-table2 th,
.vote-area-table2 td {
  padding: 13px 10px;
  font-size: 16px;
}

.vote-area-table2 td {
  border-bottom: 1px solid var(--primary);
}

.text-align {
  width: 90%;
  text-align: center;
  margin: auto;
}

a.more-vote-area {
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 15px;
  color: var(--primary) !important;
  font-size: 16px;
  border: 2px solid var(--primary);
  margin: 20px 0px;
}
a.more-vote-area:hover {
  text-decoration: underline !important;
}

.beBigger {
  display: block;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}

#voteAreasTbody a:first-of-type img {
  display: inline-block;
  width: 30px;
  margin: 0px 0px 7px;
}

#voteAreasTbody a:last-of-type img {
  margin: 0px 0px 5px;
}

@media screen and (max-width: 1000px) {
  #vote-area h1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 800px) {
  #vote-area h1 {
    font-size: 24px;
  }
  .br {
    display: block;
  }
  .mobil {
    display: block;
  }
  .pc {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .vote-area-table1,
  .after-table1,
  .vote-area-table2 {
    margin: 20px 20px;
  }
  .vote-area-table1 {
    width: 100%;
    font-size: 15px;
  }
  .after-table1 {
    color: var(--primary);
  }
  .vote-area-table2 {
    background: #fff;
    min-width: 600px;
    margin: auto;
  }
  .vote-area-table2 th,
  .vote-area-table2 td {
    font-size: 15px;
  }
  .overflow {
    overflow-x: auto;
    margin: 20px;
  }
  #resultArea {
    width: 100px;
  }
  #nthOfArea {
    padding-right: 20px;
  }
}

@media screen and (max-width: 500px) {
  #vote-area h1:first-child:before,
  #vote-area h1:first-child:after {
    width: 10px;
    height: 2px;
    margin: 5px 10px;
  }
  #vote-area h1 {
    font-size: 20px;
  }
  .colse_window {
    right: 20px;
    top: 30px;
  }
  .colse_window .line {
    right: 27px;
    top: 50px;
  }

  #cont_l_pop {
    width: 100%;
  }

  #personalWrapper .col-xs-12.col-sm-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 420px) {
  .number-votes {
    display: none;
  }
}
