﻿@charset "utf-8";
/* CSS Document */
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css"); /* Icon樣式 */

/* 背景色 */
.container {
  padding-bottom: 122px;
  color: rgba(10, 10, 10, 0.6);
}

.content {
  padding-bottom: 10px;
}

/*---------------------------內容樣式---------------------------*/
.box {
  width: 97%;
  max-width: 850px;
}

.box--styleA {
  border: 1px solid rgba(10, 10, 10, 0.3);
}

.box--styleE {
  background-color: rgba(10, 10, 10, 0.1);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.5em;
  margin: 0 auto;
  width: 80%;
}

  .box--styleE i.fa-search {
    margin-left: 3px;
    margin-right: 3px;
  }

  .box--styleE h3 {
    font-size: 105%;
  }

  .box--styleE p {
    line-height: 1.6em;
  }

.box h2 {
  font-size: 108%;
  font-weight: bold;
  color: #333;
  line-height: 2em;
  padding-left: 5px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}

i.fa-file-text {
  font-size: 120%;
  margin-right: 5px;
}

i.fa-phone-square {
  font-size: 140%;
  margin-right: 7px;
}

.box h3 {
  font-weight: bold;
  color: #333;
  line-height: 2em;
  padding-left: 5px;
}

.box p {
  padding: 0 10px;
  color: #333;
}

.box ol, .box ul {
  color: #333;
  padding-left: 15px;
  margin: 5px;
}

/* 按鈕_修改認證資料 */
.btn_modify_IDfile {
  border-radius: 6px;
  padding: 4px 8px;
  margin-left: 1.5em;
  background: rgba(10, 10, 10, 0.45);
  color: rgba(255, 255, 255, 0.8);
}

  .btn_modify_IDfile:hover {
    background: rgba(10, 10, 10, 0.2);
    color: rgba(10, 10, 10, 0.8);
    transition: all .2s;
  }

  .btn_modify_IDfile i {
    margin-right: 5px;
  }

/* 圖片_完成領獎流程圖示 */
.img_complete {
  width: 100%;
  max-width: 1027px;
  margin: 0 auto;
}

.form {
  width: inherit;
  overflow: auto;
}

/* 填寫持有人資料 */
.idApply input[type="text"] {
  width: 90%;
  margin: 0
}

.idApply p {
  line-height: 2em;
}

/* 解決下拉選單BUG */
.select-container{
  overflow: visible !important;
  transform: none !important;
}
.select-container select {
  appearance: menulist;
  -webkit-appearance: menulist;
  font: inherit;
  line-height: 1.2;
  max-width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
}
/* 解決下拉選單BUG__the end */

.idApply > div {
  padding: 5px;
  width: 50%;
  float: left
}

.idApply .box--styleB {
  width: 100%;
}

@media screen and (max-width:767px) {
  .idApply > div {
    width: 100%;
    float: inherit
  }
}

.member {
}

/*身份證字號*/
.idcardno {
  min-height: 78px;
}

/*發證日期 */
.date {
}

  .date select {
    width: 50px;
  }

    .date select:first-child {
      width: 80px;
    }

.name {
}

/* 發證地點 */
.location {
}

  .location select {
    width: 50%;
    max-width: 180px
  }
/*補換發類別 */
.category {
}

  .category select {
    width: 50%;
    max-width: 180px
  }


/* 戶籍地址料 */
.idApply div.address {
  width: 100%
}
/* 電話 */
.phoneno input {
  width: 70%;
  display: inline-block;
}

.address select {
  width: 30%;
  max-width: 140px;
  min-width: 85px;
}

/* 遊戲別 */
.idApply div.gameId {
  width: 100%
}

.gameId select {
  width: 100%;
}

.mobileno {
}

.contacttime {
}

.email {
}

.button--styleA {
  background: rgba(10, 10, 10, 0.7);
  color: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(10, 10, 10, 0.6) 1px 1px 0 0;
}


/* 銀行帳戶 */
.idApply .bank_code input {
  width: 70%;
  display: inline-block;
}

  .idApply .bank_code input:nth-child(1) {
    width: 20%;
  }

  .idApply .bank_code input:nth-child(2) {
    width: 30%;
  }


/* 身分證資料-block */
.birthday input {
  width: 70%;
  display: inline-block;
}

  .birthday input:nth-child(1) {
    width: 25%;
  }

  .birthday input:nth-child(2) {
    width: 15%;
  }

  .birthday input:nth-child(3) {
    width: 15%;
  }


/* 身分證上傳按鈕 */
.form--styleA .fileImg--styleA {
  width: 100%;
  border: 2px rgba(10, 10, 10, 0.5) solid;
  padding: 0 10px 0 10px;
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  clear: both;
}

  .form--styleA .fileImg--styleA input {
    width: 100%;
    height: 95px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: block;
    cursor: pointer;
  }

  .form--styleA .fileImg--styleA ul {
    list-style-type: none;
    display: block;
    padding: 0;
  }

    .form--styleA .fileImg--styleA ul li {
      display: inline-block;
      float: inherit;
      margin-right: 5px;
      color: rgba(10, 10, 10, 0.6);
      text-decoration: none;
      padding: 3px;
    }


/*生日 */
.birthday {
}

  .birthday select {
    width: 50px;
  }

    .birthday select:first-child {
      width: 80px;
    }
