
	.form-control-mb {
		height: 70px;
		margin: 0;
		width: 100%;
		padding: 0 20px;
		vertical-align: middle;
		border: 1px solid #ffc440;
		/* font-family: 'Roboto', sans-serif; */
		font-size: 30px;
		font-weight: 300;
		line-height: 44px;
		color: #f5a623;
		background-color: #fff;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		-o-transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		-ms-transition: all .3s;
		transition: all .3s;
	}
	.label-mb{
		font-size: 30px; 
	}

@media screen and (max-width: 1200px) {

		.tt-menu{ 
			font-size: 30px!important; 
	 
		}
		.btn{
			font-size: 30px!important; 
		}
	}

	




.f1 {
	/* font-family: 'Roboto', sans-serif; */
    font-size: 16px;
    font-weight: 300;
    color: rgb(12, 14, 187);
    line-height: 30px;
	text-align: center;
	
	padding: 25px; /*background: #fff;*/
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.f1 h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase; }

.f1-steps { overflow: hidden; position: relative; margin-top: 20px; }

.f1-progress { position: absolute; top: 24px; left: 0; width: 100%; height: 1px; background: #ddd; }
.f1-progress-line { position: absolute; top: 0; left: 0; height: 1px; background: #f35b3f; }

.f1-step { position: relative; float: left; width: 33.333333%; padding: 0 5px; }

.f1-step-icon {
	display: inline-block; width: 40px; height: 40px; margin-top: 4px; background: #8b8b8b;
	font-size: 16px; color: #ffffff; line-height: 40px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
	background: #fff; border: 1px solid #f35b3f; color: #f35b3f; line-height: 38px;
}
.f1-step.active .f1-step-icon {
	width: 48px; height: 48px; margin-top: 0; background: #f35b3f; font-size: 22px; line-height: 48px;
}

.f1-step p { color: #ccc; }
.f1-step.activated p { color: #f35b3f; }
.f1-step.active p { color: #f35b3f; }

.f1 fieldset { display: none; text-align: left; }

.f1-buttons { text-align: right; }

.input-error { border-color: #f35b3f; }


.tt-menu {
    width: 100%;
    border: 1px solid #eee;
    border-top: none;
}


.form-control {
	height: 44px;
	margin: 0;
	padding: 0 20px;
	vertical-align: middle; 
	border: 1px solid #ffc440;
	/* font-family: 'Roboto', sans-serif; */
	font-size: 16px;
	font-weight: 300;
	line-height: 44px;
	color: #f5a623;
	background-color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
  }

  
  /* auto complete จังหวัด */
.twitter-typeahead{width:100%}.tt-menu{width:100%;border:1px solid #eee;border-top:none; font-size: 18px; font-weight: normal;}.tt-suggestion{color:#fff;padding:10px 5px;background:#000000b7;border-bottom:1px solid rgb(104, 99, 99);cursor:pointer}.tt-cursor,.tt-suggestion:hover{background:#b4b4b4}.twitter-typeahead{width:100%}.tt-hint{opacity:.3 !important}

  

 /* file upload */
label {line-height: 1.8;}
.box {
	display: table;
	min-width: 300px;
	height: 300px;
	margin: 10px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	overflow: hidden;
  }
  
  .upload-options {
	position: relative;
	height: 75px;
	background-color: cadetblue;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
	-webkit-transition: background-color ease-in-out 150ms;
	transition: background-color ease-in-out 150ms;
  }
  .upload-options:hover {
	background-color: #7fb1b3;
  }
  .upload-options input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
  }
  .upload-options label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 100%;
	height: 100%;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	overflow: hidden;
  }
  .upload-options label::after {
	content: 'add';
	font-family: 'Material Icons';
	position: absolute;
	font-size: 2.5rem;
	color: #e6e6e6;
	top: calc(50% - 2.5rem);
	left: calc(50% - 1.25rem);
	z-index: 0;
  }
  .upload-options label span {
	display: inline-block;
	width: 50%;
	height: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
  }
  .upload-options label span:hover i.material-icons {
	color: lightgray;
  }
  
  .js--image-preview {
	height: 225px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-image: url("");
	background-color: white;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
  }
  .js--image-preview::after {
	content: "photo_size_select_actual";
	font-family: 'Material Icons';
	position: relative;
	font-size: 4.5em;
	color: #e6e6e6;
	top: calc(50% - 3rem);
	left: calc(50% - 2.25rem);
	z-index: 0;
  }
  .js--image-preview.js--no-default::after {
	display: none;
  }
  
  i.material-icons {
	-webkit-transition: color 100ms ease-in-out;
	transition: color 100ms ease-in-out;
	font-size: 2.25em;
	line-height: 55px;
	color: white;
	display: block;
  }
  
  .drop {
	display: block;
	position: absolute;
	background: rgba(95, 158, 160, 0.2);
	border-radius: 100%;
	-webkit-transform: scale(0);
			transform: scale(0);
  }
  
  .animate {
	-webkit-animation: ripple 0.4s linear;
			animation: ripple 0.4s linear;
  }
  
  @-webkit-keyframes ripple {
	100% {
	  opacity: 0;
	  -webkit-transform: scale(2.5);
			  transform: scale(2.5);
	}
  }
  
  @keyframes ripple {
	100% {
	  opacity: 0;
	  -webkit-transform: scale(2.5);
			  transform: scale(2.5);
	}
  }


