/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

.form-control {
  padding: 5px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #ebf2fa;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/*select.form-control {
  padding: 4px 12px 3px;
}*/
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  background-color: #ebf2fa !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  -webkit-transition: background-color ease-in-out .15s;
       -o-transition: background-color ease-in-out .15s;
          transition: background-color ease-in-out .15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

@media screen and (max-width: 767px){
  .form-control.sp-sizefix {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 100%;
  }
}

body.SP.iOS.Safari select.form-control,
body.TABLET.iOS.Safari select.form-control {
	height: 38px;
}
body.SP.Android.Safari select.form-control {
	height: 34px;
}
