@charset "utf-8";

/* logincheck */

.logincheck-wrapper input[type="text"]{
    border: 1px solid #CCC;
    color: #888;
    height: 45px;
    line-height:15px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 170px;
    float: left;
}

.logincheck-wrapper input[type=submit], .submit-button {
    width: 120px;
    background: #005C9C;
    padding: 12px 24px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    height: 45px;
}
.logincheck-wrapper input[type=submit]:hover {
    color: #FFF;
    background-color: #F7B100;
}
.reservation-btn input[type=submit]:hover {
    color: #FFF;
}

/* #### bootstrap Form #### */
.bootstrap-frm {
    /*max-width: 800px;*/
    background: #FFF;
    padding: 10px 10px 0px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888;
    margin-bottom: 10px;
    width: 80%;
    margin: 0 auto;
}
.bootstrap-frm h1 {
    font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}
.bootstrap-frm h1>span {
    display: block;
    font-size: 11px;
}
.bootstrap-frm label {
    display: inline-block;
    border-radius: 5px;
}
.bootstrap-frm label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm input[type="password"], .bootstrap-frm input[type="tel"], .bootstrap-frm input[type="number"],.bootstrap-frm textarea, .bootstrap-frm select{
    color: #888;
    height: 35px;
    line-height:15px;
    margin-bottom: 4px;
    margin-right: 6px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 220px;
    border: 1px solid #CCC;
    border-radius: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    font-size: 12px;
    background-color: #FFF;
}
/*.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm input[type="password"], .bootstrap-frm textarea{
    border: 1px solid #CCC;
    color: #888;
    height: 35px;
    line-height:15px;
    margin-bottom: 4px;
    margin-right: 6px;
    margin-top: 10px;
    outline: 0 none;
    padding: 0px 0px 5px 5px;
    width: 350px;
}*/

.bootstrap-frm input[type="text"].phonenumber{
    width: 260px;
}
.bootstrap-frm input[type="text"].message{
    width: 260px;
    height: 200px;
}
.bootstrap-frm input[type="text"].name{
    width: 115px;
    display: inline-block;
    position: relative;
}
.bootstrap-frm input[type="text"].email{
    width: 260px;
}
.bootstrap-frm input[type="text"].password{
    width: 220px;
}
.bootstrap-frm input[type="text"].addresstext{
    width: 220px;
    margin-left: 82px;
}
.bootstrap-frm input[type="text"].cardate{
    width: 80px;
    display: inline-block;
    position: relative;
}
.bootstrap-frm input[type="text"].cardetail{
    width: 150px;
}
.bootstrap-frm input[type="password"] .secretcode{
    width: 260px;
}
.bootstrap-frm input[type="text"].shopservice{
    width: 80px;
}
.bootstrap-frm input[type="text"].shoprice{
    width: 70px;
}
.bootstrap-frm .send a{
    color: #036EB8;
}
.bootstrap-frm .send a:hover{
    color: #FFF;
}
.bootstrap-frm input[type="radio"].reservation-choose {
    float:left;
    margin-right: 5px;
}
.bootstrap-frm input[type="radio"] {
    float:left;
    margin-right: 5px;
}

.bootstrap-frm .radio-inline {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    font-family: brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
    font-size: 13px;
    color: #222;
    margin-right: 10px;
    line-height: 10px;
}
.bootstrap-frm input[type="checkbox"] {
    float:left;
    margin-right: 5px;
    width: 40px;
}
.bootstrap-frm select {
    background: #FFF url('../images/icon_select.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 260px;
    height: 35px;
    line-height:15px;
    font-family: brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
    font-size: 13px;
}
select.strapcolor{
    width: 200px;
    display: inline-block;
    position: relative;
}
select.bankname{
    width: 150px;
    display: inline-block;
    position: relative;
}
select.time{
    width: 100px;
    display: inline-block;
    position: relative;
}
select.reason{
    width: 100%;
    display: inline-block;
    position: relative;
}
select.account{
    width: 220px;
    display: inline-block;
    position: relative;
}
select.carband{
    width: 150px;
    display: inline-block;
    position: relative;
}
select.servicetime{
    width: 75px;
    display: inline-block;
    position: relative;
}
.bootstrap-frm textarea.reasontext{
    height: 150px;
    padding: 12px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
}
.bootstrap-frm textarea.shoptext{
    width: 218px;
    height: 100px;
    padding: 12px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 13px;
    margin: 0 auto;
}

.bootstrap-frm textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 100%;
}
.sendbtn{
    margin-top: 180px;
}
.sendbtn a{
  display: inline-block;
  position: relative;
  border: 1px solid #036EB8;
  padding: 10px 35px;
  float: left;
  color: #036EB8;
}
.sendbtn a:hover{
  display: inline-block;
  position: relative;
  background-color: #51A79E;
  border: 1px solid #51A79E;
  padding: 10px 35px;
  cursor: pointer;
  color: #FFF;
}
/* user_form */
.userwrap{
    max-width: 1100px;
    margin: 60px auto;
    margin-top: 60px;
    padding: 0 30px;
}
.usertitle{
    font-family: brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
    font-size: 25px;
    padding: 20px 100px;
    font-weight: 800;
    text-align: center;
}
.display_usertitle{
    font-family: brandon-grotesque, 'microsoft jhenghei', Arial, sans-serif;
    font-size: 25px;
    padding: 20px 0px;
    font-weight: 800;
}
.facebook-link{
    margin: 0 auto;
    width: 30%;
    background-color: #4561AA;
    padding: 10px;
    margin-top: 20px;
    position: relative;
    text-align: center;
    float: none;
}
.google-link{
    margin: 0 auto;
    width: 30%;
    background-color: #CF463A;
    padding: 10px;
    margin-top: 20px;
    position: relative;
    text-align: center;
    float: none;
}
@media only screen and (max-width: 1380px) {
.rwdlogincheck input[type="text"]{
    border: 1px solid #CCC;
    color: #888;
    height: 45px;
    line-height:15px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 170px;
    float: left;
}
.rwdlogincheck input[type=submit], .submit-button {
    width: 120px;
    background: #005C9C;
    padding: 12px 24px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    height: 45px;
}
.rwdlogincheck input[type=submit]:hover {
    color: #FFF;
    background-color: #F7B100;
}
}
/* end .logincheck */


@media only screen and (max-width: 870px) {
    .bootstrap-frm input[type="text"].addresstext{
    margin-left: 82px;
}
    }
@media only screen and (max-width: 470px) {
.bootstrap-frm input[type="text"].addresstext {
    margin-left: 0px;
}
select.address {
    margin-top: 10px;
}
}
