body{
    font-family: 'Prompt', sans-serif;
    font-size: 15px;
}
nav.navbar{
    background-color: rgb(255 255 255 / 85%);
    border-bottom: 2px solid #b4b2b37d;
}
nav.navbar-default .navbar-nav>li>a{
    color:rgb(140 140 140);
}
nav.navbar-default .navbar-nav>li.active>a, nav.navbar-default .navbar-nav>li.active>a:focus{
    background: rgb(240 85 39);
}
nav.navbar-default .navbar-nav>li>a:hover{
    color: rgb(240 85 39);
    background: transparent;
}
nav.navbar-default .navbar-nav>li.active>a:hover{
    background: rgb(240 85 39);
    color:#fff;
}
.cBgGray{
  background-color: rgba(0,0,0,0.03);
  padding:30px 0px;
}

md-sidenav.md-sidenav-left{
  background: #fff;
  padding: 15px;
}
md-sidenav.md-sidenav-left md-toolbar.md-theme-indigo{
  background: transparent;
}
md-sidenav.md-sidenav-left md-content{
  background-color: transparent;
}
md-sidenav.md-sidenav-left ul.docs-menu{
  background-color:transparent;
  margin-top:20px;
}
md-sidenav.md-sidenav-left ul.docs-menu li{
  font-size: 18px;
  padding:5px 0px;
}
md-sidenav.md-sidenav-left ul.docs-menu li a{
  color:#ef5323
}



/* SVG Map style */
.svgmap{
  background-color: #e5e5e5;
}
.svgmap .svg {
    /*position: fixed;*/
    /*top: 0;
    left: 0;*/
    width: 100%;
    height: 520px;
    cursor: move;
  }
  .svgmap.h100 .svg {
    height:calc(100vh - 90px);
  }
  
  .svgmap .svg-scrim {
    pointer-events: none;
    z-index: 5;
  }
  
  .svgmap .proxy {
    fill: none;
    stroke: none;
  }
  
  .svgmap .controls {
    position: fixed;
    top: 0;
    left: 0;  
    padding: 12px;  
    z-index: 10;

    .controls-button {
      font-weight: 700;
    }
  } 
  .svgmap .info {  
    user-select: none;
    pointer-events: none;
    
    ul {
      font-size: 13px;
      list-style-type: none;
      padding: 0;    
      line-height: 20px;    
      margin-top: 0;
    }
  }
  
  .svgmap .svg-background {
    fill: none;
    stroke: none;
  }
  
  .svgmap .pivot {
    fill: #ffc107;
    stroke: rgba(0,0,0,0.5);
    stroke-width: 2;
    opacity: 0;
  }
  /* End SVG Map style */

  .searchButton{
    width:100%;
    background-color: #000;
    border-radius: 0px 0px 15px 0px;
    padding:15px;
  }
  .searchButton .t1{
   font-size: 22px;
   color:#EF5323
  }
  .searchButton .t2{
   color:#999;
}
.searchElection{
    padding: 15px;
    background-color: #e5e5e5;
    background-image: url(../image/election_features/rbBG.png);
    background-position: right bottom;
    background-size: 50%;
    background-repeat: no-repeat;
    padding-bottom: 200px;
    
}
.searchElection label{
    background: transparent;
    border: none;
    box-shadow: none;
    text-align: left;
    padding: 0px;
    margin: 15px 0px 5px 0px;
    color:#EF5323;
    font-size: 20px;
}
.searchElection .btnSearchBox{
    font-size: 16px;
    color:#fff;
}

.searchElection .btnSearchBox.btnBlue{
    background-color: #004a98;
}
.searchElection .btnSearchBox.btnOrange{
    background-color: #EF5323;
}
.searchElection .btnSearchBox.btnGray{
    background-color: #a5a5a5;
}

/* Election Modal */
.electionModal{
  background-image: url(../image/election_features/bgModal.jpg);
  background-position: top left;
  background-size: cover;
  background-color: transparent;
  padding:30px;
  height:calc(100vh - 65px);
  
}
.electionModalArea{
  background: rgba(255,255,255,0.6);
  background: linear-gradient(90deg, rgba(241,242,242,1) 10%, rgba(241,242,242,0.8) 100%);
  padding:30px;
  height:100%;
  overflow: auto;
}


.headModalElection{
  font-size: 27px;
  text-align: center;
  margin-bottom: 15px;
}
.headModalElection > span:nth-of-type(1){
  color:#004a98;
}
.headModalElection > span:nth-of-type(2){
  color:#ef5323;
  margin-left:8px;
}

.detailCandidate {
  width: calc(100% - 35px);
  height: 70px;
  position: relative;
  background: #fff;
  margin-bottom: 15px;
}
.detailCandidate:before {
  content: "";
  position: absolute;
  right: -35px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 35px solid white;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
}

.candidateNumberArea {
  text-align: center;
  height: 70px;
  background-color: #d6d6d6;
  margin-right: 10px;
}


.candidateNumber{
  font-size: 27px;
}


.candidtateName{
  font-size: 24px;
  color:#004a98;
}
.candidtateParty{
  color:#ef5323; 
}
.candidatePartyLogo{
  height: 100%;
  text-align: center;
  padding: 15px;
}
.candidatePartyLogo img{
  height:100%;
}
.electionModal button.close{
  margin:15px;
  font-size: 30px;
  position: fixed;
  right: 35px;
  z-index: 999;
}


.detailCandidate.active > .candidateNumberArea{
  background-color: #ef5323;
  color: #fff;
}
.detailCandidate.active > .candidtateNameArea{
  font-weight: bold;
  letter-spacing: 1px;
}
.candidateListBtn{
  font-size: 20px;
  color: #ef5323;
  cursor: pointer;
}
.candidateListBtn:hover{
  opacity: 0.6;
}
.candidateBackBtn{
  font-size: 30px;
  position: absolute;
  left: 60px;
  top: 59px;
  color: rgb(0 0 0 / 28%);
}

.candidateListTable{
  height:45px;
  width:100%;
}
.candidateListTable .candidateNumberArea{
  height:45px;
}
.candidateListTable:before{
  display: none;
}
.md-autocomplete-suggestions li{
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (max-width: 768px) {
  .electionModalArea{
    padding:15px;
  }
  .candidtateName{
    font-size: 15px;
  }
  .slide-home-csite .carousel-inner>.item>img {
    height: 295px;
  }

  .voteHeadText.textSizeResponsive .detailHeadText{
    font-size: 16px;
  }
  .candidatePartyLogo img{
    height:auto;
    max-width: 100%;
    max-height:100%;
  }
}


/*long form style*/
.longFormArea{
  width:100%;
  overflow: hidden;
  cursor: pointer;
  color:rgb(24, 24, 24);
}
.longFormArea:hover{
  opacity: 0.8;
}
.longFormThumb{
  background-repeat: no-repeat;
  background-size: cover;
}
.longFormThumb img{
  width:100%;
}
.longFormDetail{
  text-align: center;
  padding:15px;
}
.longFormDetail h4{
  font-family: 'Prompt', sans-serif;
  font-size: 17px;
  color: #f05527;
height:2.4rem;
line-height: 1.2rem;
}
.longFormDetail p{
  height:6rem;
  line-height: 1.2rem;
  overflow: hidden;
}

/*end long form style*/

/* electionTabCandidate */
.electionTabCandidate .nav.nav-tabs{
  margin:10px auto;
  width: fit-content;
  border:0px;
}

.electionTabCandidate .tab-pane{
  height: calc(100vh - 282px);
  overflow: auto;
}

.electionTabCandidate .nav.nav-tabs >li>a{
  padding: 0px 10px;
    background: transparent;
    border: none;
    border-radius: 0px;
    font-size: 20px;
    color:#014a99;
}
.electionTabCandidate .nav.nav-tabs >li.active>a{
  border-bottom: 3px solid #EF5323;
}

/*End electionTabCandidate */

.mytaxsummaryDetail{
  margin:5px;
  
}
.mytaxsummaryDetail .color{
  width: 2rem;
  text-align: center;
  border-radius: 5px;
  flex: none;
}
.mytaxsummaryDetail .text{
  padding-left:5px;
  text-align: left;
}

.noAns{
  margin: auto;
  text-align: center;
  font-size: 26px;
  color:#EF5323 ;
  margin-top:20px;
}
.btnResetOnwhite{
  background-color: rgb(181, 181, 181);
}
.btnHideMytax{
  display: none;
  position: absolute;
  right: 0;
  margin-top: -36px;
  background: #ffffffde;
  color: #7f7c7c;
  padding: 5px;
}
.btnShowicon{
  display: none ;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .mytaxsummaryAreaAll{
    position: fixed;
    z-index: 99;
    background-color: #ffffffde;
    display: table;
    padding: 7px;
    bottom: 0;
    width: 100%;
    left: 0;
  }
  .btnHideMytax{
    display: block;
  }
  .btnShowicon{
    display: none;
  }

  .electionTabCandidate .nav.nav-tabs >li>a{
    font-size: 16px;
  }
  .headModalElection{
    font-size: 16px;
    margin-top: 12px;
  }
  .electionModal{
    padding:15px;
  }
}
.inputDetailSmall{
  background-color: #EF5323;
  color:#fff;
  padding:5px 8px;
  text-align: center;
}
.textDBlue{
  color:#014a99;
}