/* CSS Document */
#franchiseContainer {
	position: relative;
	width:920px;
	padding:40px;
	margin: 0 auto;
	font-size: 12pt;
	line-height: 18pt;
	color: #000;
	height: calc(100% - 240px);
	top:130px;
	overflow:auto;
	margin: 0 auto;
	background:rgba(255,255,255,0.7);
	scrollbar-color: rgba(255,255,255,0.7) #e84f2c;
	}

#franchiseContainer h1 {
	font-family: 'takeawaybold';
	font-weight: normal;
	font-size: 22pt;
	color: #e84f2c;
	}

#franchiseContainer h2 {
	font-family: 'takeawaybold';
	font-weight: normal;
	font-size: 18pt;
	color: #e84f2c;
	margin-bottom:10px;
	}

#franchiseContainer fieldset {
  border: 1px solid #e84f2c;
  background: #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding:30px;
}

#franchiseContainer a {
	font-weight: bold;
	color: #e84f2c;
	text-decoration:underline;
	}

.row {
  position: relative;
  margin: 0 0 20px;
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.rowHalf {
  width: 48%;
  padding: 0;
}

.row.rowHalf.last {
	float:right;
}

.row label {
  font-size: 1em;
  font-weight: 500;
  padding: 7px 0;
  float: left;
}

.row select {
  padding-right: 2em;
  background: url(../images/angleDown.png);
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 20px;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.row select {
  -webkit-appearance: menulist-button;
  color: black;
}

.row select:invalid{
  color: gray;
}

.row input[type="text"], .row input[type="tel"], .row input[type="email"], .row input[type="password"], .row input[type="search"], .row input[type="number"], .row textarea, .row select, .row .placeholder, .row .fakeInput {
  float: left;
  position: relative;
  width: 100%;
  border: 1px solid var(--border_color);
  padding: 14px 1em;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 3px;
  background-clip: padding-box;
  height: 52px;
  text-align: left;
}

.row input[type="text"], .row input[type="tel"], .row input[type="email"], .row input[type="password"], .row input[type="search"], .row textarea, .row select, .row .placeholder {
  float: left;
  position: relative;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #999;
}
.row input, .row select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html, button, input, select, textarea {
  color: var(--fontColor);
}
input, textarea, select, label {
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  outline: 0;
  margin: 0;
  padding: 0;
}
input {
  line-height: normal;
}

.nomorehoney{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

