/*最外層div*/
.inquiry-c div.file-box {
    position:relative;
}
  
  /*檔案名稱*/
.inquiry-c input.filename {
    height:30px;
    padding-left:8px;
    
    background-color:#ffffff;
    border:#cccccc 1px solid;
    border-radius:5px;
    
    color:#666666;
}
  
  /*選取檔案按鈕*/
.inquiry-c input.button {
    width:82px;
    height:30px;
    padding-left:13px;
    
    background-color:#2c7cff;
    border:0;
    border-radius:0 5px 5px 0;
    
    position:absolute;
    top:0;
    right:0;
    
    color:#ffffff;
    font-size:14px;
    cursor:pointer;
}
  
  /*隱藏原按鈕*/
.inquiry-c input.file {
    width:297px;
    height:27px;
    
    position:absolute;
    top:0;
    right:0;
  
    opacity:0;
    
    font-size:20px;
    cursor:pointer;
}

.inquiry-c .check-div{
    height: 40px;
    line-height: 40px;
    padding-left: 8px;
    background-color: #ffffff;
    border: #cccccc 1px solid;
    border-radius: 5px;
    color: #666666;
}

.inquiry-c .check-div input,
.inquiry-c .check-div select{
    border: none;
}

.inquiry-c label[for=_same_with_insured]{
  font-size: 0.8rem;
  margin: auto 0 auto 3px;
}

.inquiry-c .select2-container{
  width: 60% !important;
  margin: auto;
}
.inquiry-c .select2-container .select2-selection{
  border: none;
}