@charset "UTF-8";
form {
  padding: 0% 0%;
  margin: 0px 0 0 0;
  border: 0px solid #00BDFF;
  /*background: #dcdcdc;
    border-radius: 5px;
    background: rgba(0,189,255,.12);*/
}

/*.poplogin{
    background: none;
    border:0px;
    padding: 0 0%;
  }
  
  .poplogin input[type="submit"] {
    margin: 0px auto;
    padding: 10px 40px;
    border: 1px solid #00BDFF;
    border-radius: 5px;
    box-shadow: 0px 0px 0px #dcdcdc;
  
    border-color:  #00BDFF;
    color: #fff;
    font-size: 16px;
    float:none;
    -o-transition:color .15s linear,background .15s linear,border .15s linear;
    -webkit-transition:color .15s linear,background .15s linear,border .15s linear;
    -moz-transition:color .15s linear,background .15s linear,border .15s linear;
    transition:color .15s linear,background .15s linear,border .15s linear;
    transition: all .2s ease-in-out;
  }
  
  .poplogin input[type="submit"]:hover {
    transform: scale(0.9);
    background: #1289B2;
  }
  
  
  form.poplogin  ul li{
    padding: 13px 5px;
  }
  
  form.poplogin{
    margin: 20px 0 0 0 ;
  }
  */
/* Give form elements consistent margin, padding and line height */
form ul {
  list-style: none;
  margin: 0;
  padding: 0%;
}

form ul li {
  margin: 0px 0;
  padding: 10px 0px;
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
}

/* Place a border around focused fields, and hide the inner shadow */
input:focus {
  border: 1px solid #17F1DE;
  outline: none !important;
  outline-width: 0px !important;
  /*box-shadow:0px 0px 3px #06C;*/
  -webkit-transition: color .3s linear,background .3s linear,border .3s linear;
  transition: color .3s linear,background .3s linear,border .3s linear;
}

/* Form heading */
form h1 {
  margin: 0.8em 0 .5em 0;
  padding: 0;
  /*text-align:;*/
  font-size: 2em;
  color: #00A29A;
}

/* Give each fieldset a darker background, dark curved border and plenty of space */
fieldset {
  padding: 0 0%;
}

/* Give each fieldset legend a nice curvy green box with white text */
legend {
  color: #252c35;
  font-size: 1em;
  padding: 0% 1%;
  line-height: 40px;
  margin: 0% 0 2% 0;
  width: 100%;
  /*border-bottom: 1px solid #bbb;*/
  border-radius: 0px;
}

/* The field labels */
label {
  display: block;
  float: left;
  text-align: left;
  margin: 0 0 8px 0;
  width: 100%;
  font-size: 20px;
  color: #B2B2B2;
  border-bottom: 2px solid #B2B2B2;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}

.label {
  margin: 0 0 5px 0;
  font-weight: bolder;
}

/* Style the fields */
input::-webkit-input-placeholder {
  color: #9FA0A0;
  font-size: 1em;
}
input:-ms-input-placeholder {
  color: #9FA0A0;
  font-size: 1em;
}
input::-ms-input-placeholder {
  color: #9FA0A0;
  font-size: 1em;
}
input::placeholder {
  color: #9FA0A0;
  font-size: 1em;
}

input, textarea {
  display: block;
  margin: 0;
  border: 1px solid #707070;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

textarea {
  background: #fff;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: none !important;
  background-image: none !important;
  color: inherit !important;
}

.input {
  font-size: 1em;
  padding: 14px 15px;
  -webkit-appearance: none;
  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none;
  /* FireFox */
  appearance: none;
  color: #fff;
  background: #39304D;
}

.select {
  font-size: 1em;
  padding: 14px 15px;
  -webkit-appearance: none;
  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none;
  /* FireFox */
  appearance: none;
}

/* SELECT
  -------------------------------------------------------*/
select {
  padding: 0%;
  position: relative;
  margin: 0;
  border-radius: 3px;
  font-size: 1em;
  color: #121212;
  border: 1px solid #C9CACA;
  float: left;
  background: #fff;
}

select:before {
  content: "sdfsdf";
  width: 100%;
  height: 100%;
  background: #f00;
  padding: 0%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  border-radius: 3px;
  font-size: 1em;
  color: #ccc;
}

select:focus {
  -webkit-box-shadow: 0px 0px  0px;
          box-shadow: 0px 0px  0px;
  background: #fff url("../../image/subs.png") right center no-repeat;
}

select:invalid {
  color: #9FA0A0;
}

select option {
  color: #4c4643;
}

textarea {
  font-size: 1.8em;
  width: 100%;
  min-height: 210px;
  clear: none;
  position: relative;
  float: left;
  margin: 0% 0 0 0;
  color: #666;
  height: 250px !important;
  letter-spacing: 0px;
}

input[type="email"] {
  font-size: 1em;
  clear: none;
  position: relative;
  margin: 0% 0 0 0;
  color: #000;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
  background: #fff;
}

input[type="text"]:disabled {
  font-size: 16px;
  clear: none;
  position: relative;
  float: left;
  margin: 0% 0 0 0;
  color: #666;
  -webkit-box-shadow: #f3f3f3 0px 0px  0px inset;
          box-shadow: #f3f3f3 0px 0px  0px inset;
  border: 0px solid;
  background: none;
  padding: 0%;
}

input[type="text"]:-moz-read-only {
  font-size: 16px;
  clear: none;
  position: relative;
  float: left;
  margin: 0% 0 0 0;
  color: #666;
  box-shadow: #f3f3f3 0px 0px  0px;
  border: 1px solid #000;
  background: none;
  font-size: .95em;
  color: #343434;
}

input[type="text"]:read-only {
  font-size: 16px;
  clear: none;
  position: relative;
  float: left;
  margin: 0% 0 0 0;
  color: #666;
  -webkit-box-shadow: #f3f3f3 0px 0px  0px;
          box-shadow: #f3f3f3 0px 0px  0px;
  border: 1px solid #000;
  background: none;
  font-size: .95em;
  color: #343434;
}

/*.countarea input[type="text"]:read-only:focus {
    outline: none;
  }*/
input[type="file"] {
  font-size: .9em;
  clear: none;
  position: relative;
  float: left;
}

input[type="search"] {
  font-size: .9em;
  height: 3em;
  clear: none;
  position: relative;
}

/* CHECKBOX 
  ------------------------------------------------------------*/
input[type="checkbox"] {
  margin: 0% 0 0 0%;
  width: 20px;
  height: 20px;
  float: left;
}

input[type=checkbox]:checked + label {
  font-style: normal;
}

/*RADIO
  -----------------------------------------------------------*/
input[type="radio"] {
  margin: 1% 0 0 1%;
  width: 26px;
  height: 26px;
  padding: 10px;
  border: 2px solid #593131;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.5em rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0);
  color: #fff;
  background: #593131;
  float: left;
}

input[type=radio]:checked {
  color: #f35;
  font-size: 30px;
  text-align: center;
  line-height: 18px;
}

/* Submit button
  -------------------------------------------------------*/
input[type="submit"] {
  margin: 0px auto;
  padding: 15px 40px;
  border: 0px solid;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 0px #dcdcdc;
          box-shadow: 0px 0px 0px #dcdcdc;
  background: -webkit-gradient(linear, left top, left bottom, from(#17F1DE), to(#035C8F));
  background: linear-gradient(#17F1DE, #035C8F);
  /*border-color: #fff;/*00a0f0*/
  /*width: auto;*/
  color: #fff;
  font-size: 16px;
  float: right;
  -webkit-transition: color .15s linear,background .15s linear,border .15s linear;
  transition: color .15s linear,background .15s linear,border .15s linear;
}

input[type="submit"]:hover {
  cursor: pointer;
  background: #07173a;
  background: -webkit-gradient(linear, left top, left bottom, from(#035C8F), to(#17F1DE));
  background: linear-gradient(#035C8F, #17F1DE);
  color: #fff;
}

input[type="submit"]:active {
  background: #0091cd;
  /*margin: 1px auto;*/
}

/* RESET
  ---------------------------------------------------------*/
input[type="reset"] {
  margin: 0.5% 0 0.5% 2%;
  width: auto;
  padding: 10px;
  border: 2px solid #ddd;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 2px #dcdcdc;
          box-shadow: 0px 0px 2px #dcdcdc;
  color: #333;
  background: #a99788;
  font-size: 1em;
  font-weight: bold;
  float: left;
}

input[type="reset"]:hover, input[type="reset"]:active {
  cursor: pointer;
  background: #40210f;
  color: #FFF;
}

input[type="reset"]:active {
  background: #40210f;
}

/*-------------------------------------------------------- 
  BUTTON
  ---------------------------------------------------------*/
input[type="button"] {
  margin: 15px 0;
  padding: 7px 22px;
  border: 1px solid;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 0px #dcdcdc;
          box-shadow: 0px 0px 0px #dcdcdc;
  background-color: #fafafa;
  border-color: #ddd;
  color: #333;
  font-size: 15px;
  float: left;
}

input[type="button"]:hover {
  cursor: pointer;
  background: #333;
  color: #fff;
}

/*input[type="button"]:active {
    /*background:#333;
    color: #fff;
  
  }*/
input[type="button"]:disabled, input[type="button"]:disabled:hover {
  margin: 2% 0;
  padding: .4% 1%;
  border: 1px solid #999;
  border-radius: 3px;
  color: #454545;
  background: #dfdfdf;
  font-size: 14px;
  float: left;
  position: relative;
  cursor: default;
}

.countarea input[type="button"] {
  margin: 0 2px;
  width: 35px;
  height: 35px;
  border-radius: 30px;
  font-size: 22px;
  padding: 0 0;
  line-height: 23px;
  color: #fff;
  border: 2px solid #fff;
  background: none;
}

.countarea input[type="button"]:hover {
  background: rgba(255, 255, 255, 0.35);
}

.shownumber {
  padding: 0 8px;
}

.countarea input[type="text"]:-moz-read-only {
  font-size: 16px;
  clear: none;
  position: relative;
  float: left;
  margin: 3px 0 3px 0;
  color: #666;
  box-shadow: #f3f3f3 0px 0px  0px;
  border: 0px solid #00BDFF;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 3px 0;
}

.countarea input[type="text"]:read-only {
  font-size: 16px;
  clear: none;
  position: relative;
  float: left;
  margin: 3px 0 3px 0;
  color: #666;
  -webkit-box-shadow: #f3f3f3 0px 0px  0px;
          box-shadow: #f3f3f3 0px 0px  0px;
  border: 0px solid #00BDFF;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 3px 0;
}

.popgobuy input[type="button"] {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  border: 2px solid #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.popgobuy .cancel:hover {
  background: rgba(5, 5, 5, 0.5);
}

.popgobuy .gocheck:hover {
  background: rgba(0, 189, 255, 0.55);
}

.selectpic {
  background-image: url(../../image/uploadb.png);
  background-color: #eee;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /*width: 40px;
    height: 40px;*/
  border: none;
  color: white;
  padding: 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 0px 0 0 5px !important;
  cursor: pointer;
  float: left;
}

.selectpic:hover, .selectpic:active {
  cursor: pointer;
  background-color: #0073aa;
  background-image: url(../../image/uploadb-w.png) !important;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}

.now {
  margin: 2% 0 0 0;
  border: 4px solid #f2f2f2;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 4px #999;
          box-shadow: 2px 2px 4px #999;
}

/*TABLE樣式*/
.tables {
  padding: 10px 25px 15px 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}

/*LINK樣式*/
.link {
  padding: 6px 16px;
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

@media (min-width: 1000px) {
  form ul {
    list-style: none;
    margin: 0;
    padding: 0%;
  }
  form ul li {
    margin: 0px 0;
    padding: 8px 5px 15px 5px;
  }
  .poplogin {
    padding: 0 10%;
  }
}
/*# sourceMappingURL=form.css.map */