/*申請報名*/
.ma-a{margin: 0 auto;}
.smail-text{
	font-size: 24px;
    padding-top: 10px;
    color: #e91e63;
}
/*-----------------審核進度 (審核未通過)------------------*/
.Quota-NO01{padding: 0;}
.ta-NO{margin: 0;}
.Quota-label{
	width: 15%;
	margin: 0;
}
.Quota-input{
	width: auto;
    border: none;
    border-bottom: solid 1px #666;
    outline: none;
    background:transparent;
}
/* 按鈕 */
.Quota-btn{margin: 0 auto;}
.Quota-btn666 a.animated-button.victoria-four {
    border: none;
    background: #666;
    color: #fff;
    font-size: 23px;
    padding: 10px;
    border-radius: 4px;
}
/*註解*/
.Quota-note ul{
	display: flex;
    justify-content: center;
    padding: 10px;
}
.Quota-note li{
	padding: 0 10px;
}
.Quota-note li div{
	width: 10px;
    height: 10px;
    background: #666;
    border-radius: 10px;
    display: inline-flex;
    padding: 0px;
    margin-right: 10px;
}
/*-----------------審核進度 (審核未通過)------------------*/
/*-----------------步驟------------------*/
.Quota-table{margin: 0 auto;}
.ta-step-plr{margin: 0 15px;}
/*表格*/
.rwd-table {
   margin: 20px 0;
   min-width: 100%;
}
.rwd-table tbody:hover {
    background: #e8e8e84d;
}
.rwd-table thead tr {
    background: #f1d5d2;
}
.rwd-table tbody tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 8px 15px;
  }
.rwd-table td:before {
    display: none;
  }
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}

.rwd-table th, .rwd-table td {
  text-align: left;
}
/*分頁*/
.pagination-table ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pagination-table a{
  display: inline-block;
  padding: 3px 10px;
  color: #000;
}
.pagination-table .p1 a{
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
}

.Quota-table .p1 a.is-active{
   background-color: #e91e63;
   color: #fff;
}
/*-----------------步驟------------------*/
/*----------------廠商直接邀約-----------------*/
.file-input{height: 40px;}
.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}
.file-upload-wrapper::before {
    content: "上傳檔案";
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    height: 38px;
    color: #666;
    font-weight: 700;
    z-index: 4;
    font-size: 15px;
    line-height: 40px;
    text-transform: uppercase;
    pointer-events: none;
    background: #f1d5d2;
    padding: 0px 15px;
    border-radius: 5px 0px 0px 5px;
}
.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    display: block;
    border: solid 1px #bfbfbf;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 3;
    line-height: 30px;
    color: #999;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;
    text-align: left;
    padding: 3px;
    padding-left: 10%;
}
/*按鈕*/
.btn-quota{margin: 0 auto;}
.btn-quota a.animated-button.victoria-one {
    border: 2px solid #ff6565;
    border-radius: 5px;
}
.Quota-step h2 {
    color: #666;
}
.Quota-step .expanded {
    background-color: #ffffff;
    border: solid 1px #ececec;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}
/*填入資訊*/
.file-input-btn {
    display: flex;
}
.file-input-btn .Keyword {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    border-radius: 5px 0 0 5px;
    border: solid 1px #bfbfbf;
    padding: 9px;
    color: inherit;
    outline: 0;
    width: 85%;
    text-decoration: none;
    transition: all .2s ease;
    height: 2.7em;
    outline: none;
    background: #fff;
}
.file-input-btn .but {
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: .3s;
    text-align: center;
    background: #8b3e60;
    color: #fff;
    width: 15%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    height: 2.7em;
    outline: none;
}
.numberpic{
	width: 100%;
    height: 200px;
    background: url(../img/numberpic.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
}
/*----------------廠商直接邀約-----------------*/

/*申請報名*/

@media screen and (max-width: 768px){
/*-----------------審核進度 (審核未通過)------------------*/
.Quota-NO01{padding: 0;}
.ta-NO {
    margin: 0;
    padding: 0;
}
.Quota-label {
	width: 25%;
    font-size: 14px;
}
/*-----------------審核進度 (審核未通過)------------------*/
}
@media screen and (max-width: 425px){
.ta-step-plr {margin: 0;}
.Quota-step .topic {
	padding: 0;
	border: solid 1px #ebebeb;

    }
    
  
}
/*-----------------審核進度 (審核未通過)------------------*/
/*註解*/
.Quota-note li{
	padding: 0 4px;
}
/*-----------------審核進度 (審核未通過)------------------*/
/*-----------------步驟------------------*/
.rwd-table th {display: none;}
.rwd-table td {
	display: block;
	padding: 4px 15px;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 75px;
  display: inline-block;
  color: #e91e63;
}
.rwd-table th:last-child, 
.rwd-table td:last-child {
    padding-right: 0;
  }
.rwd-table tbody tr {border: 1px solid #ddd;}
/*-----------------步驟------------------*/
/*----------------廠商直接邀約-----------------*/
.file-upload-wrapper:after {
    width: calc(100% - 4px);
    font-size: 14px;
    padding-left: 33%;
}
/*----------------廠商直接邀約-----------------*/
}

