@charset "UTF-8";

.lf-w30 {
	width: 30% !important;
}

.lf-float-right {
	float: right;
}

span.lf-required {
  border-radius: 3px;
  font-size: 0.7rem;
  font-weight: normal;
  background: #2B3467;
  color: white;
  padding: 1px 3px 1px 3px;
  margin-left: 6px;
}

div.lf-cert-exp {
  font-size: 0.8em;
  color: #999;
}

span.lf-annot {
	color: gray;
}

button.lf-btn-forminside {
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  background-color: #BAD7E9;
  color: black;
  padding: 8px 10px 8px 10px;
  border: none;
}

button.lf-btn-forminside:hover {
  background-color: #AAC7D9;
}

.lf-w4char {
	width: 4rem !important;
}

.lf-w8char {
	width: 8rem !important;
}

.lf-rental_calendar {
	overflow-y: scroll;
	height: 200px;
}

.lf-rental_calendar_whole {
	position: relative;
}

.lf-loader {
	display: none;
	background-color: white;
	color: black;
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.lf-loader img {
	text-align: center;
	position: relative;
	top: 50%;
}

span.tl-rental-btn {
	background-color: white;
}

#lf-rental_date {
	display: none;
}

select.lf-select {
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #aaa;
	border-radius: 5px;
	color: #666;
}

.estimate-btn-list ul li a {
	appearance:none;
	-webkit-appearance:none;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	width: 100%;
	max-width: 280px;
	background: #f3f3f3;
	color: #333333;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 100px;
	line-height: 1.5;
	text-decoration: none;
	border:1px solid #f3f3f3;
	cursor: pointer;
	text-align: center;
}

.estimate-btn-list ul li a:hover {
	opacity: 0.7;
}

.trans_alert {
	color: #f69600;
	font-size: 14px;
	margin-left: 2em;
}
