.warning {
  color: red;
  background: none;
  padding: 0;
  font-size: 11px;
  margin-top: -8px;
}
.main {
  clear: both;
}
.read.text-center{
  border: 1px solid red;
  color: red;
}
#progressbar{
	font-size:18px
}
.regform > div{
	padding: 10px 20px 20px;
  background-color: #fff;
	box-shadow: 0 1px 2px #999;
	margin-bottom: 30px;
}
#step-1, #next_btn1{
	display:block;
}
#progressbar li{
    cursor:pointer;
    padding-left: 5px;
	list-style: none;
	display: inline-block;
	position:relative;
}
#active1{
	color:#ff3f00;
}
.form_register input[type='text'],
.form_register select,
.form_register textarea{
	min-height: 30px;
  border:1px solid #ccc;
	width: 100%;
	margin-bottom: 10px;
}
.red span:first-child{
	background: #ec0404;
	border-radius: 5px;
	display: inline-block;
    color: white;
    width: 35px;
	line-height: 32px;
    text-align: center;
}
li.validate:before{
	content:"*";
	color:#ff3f00;
	position:absolute;
	right: 5px;
    top: -3px;
}
li.validate.red:before{
	color:white;
}
.form_register input[type='button']:hover,.form_register input[type='submit']:hover{
	background:rgba(242,101,34);
	border-color:rgba(242,101,34);
	color:#fff;
}
.form_register input[type='button'],.form_register input[type='submit']{
	background: none;
	border: 1px solid rgba(242,101,34);
  border-radius: 3px;
  color: rgba(242,101,34);
	height: 40px;
	padding-left:15px;
	padding-right:15px;
	float: right;
  margin-left: 10px;
	margin-bottom: 15px;
}
.form_register input[type='radio'],.form_register input[type='checkbox']{
	margin-right:5px;
}
.step_grey span:first-child{
	background: #ccc;
    display: inline-block;
    height: 32px;
    width: 35px;
    color: white;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
}
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, Lato-Regular;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	padding: 15px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 500px;
    /* min-height:275px; */
    position: relative;
    margin: 10% auto;
    padding: 20px;
    background: #e5e5e4;
}
.close {
    background: #fff;
    color: #000;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.readonly{
	width: 200px;
    border: none;
}
#booth td input{
	width: inherit;
    margin: 0px;
    height: 25px;
    border: none;
    border-bottom: 1px solid #a9a9a9;
}
.form_register table td{
	border-bottom: 1px solid #808080;
}
.none{display: none}

/* popup */
.box-popup {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button-popup {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button-popup:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:999999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 540px;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close-popup {
  position: absolute;
  top: 5px;
  right: 8px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close-popup:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.notify{
	border: 1px solid red;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
	text-align: center;
	color: red;
	font-size: 14px;
}
.img-captcha{margin-left: 10px;margin-top: 5px;}
#notify{font-size: 20px;margin-bottom: 20px;font-weight: 700;}
/* popup */
#certify_origin,
#product_detail,
#certify_standard{
    width: 100%
}
.btn.clr--main .im{
  font-size: 11px;
}
.btn.clr--main{
    color: rgba(242,101,34);
    cursor: pointer;
}
button[type='submit'] {
  border: 0;
  padding: 10px 25px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#loading {
  display: block;
  background:url(loading.gif) left center no-repeat;
  padding-left: 50px;
  background-size: 32px;
}