/*##########################
 * 			   #
 * GENERAL STYLE           #
 *			   # 
 * #########################
 */

.bmg-widget-qreq .sending_quote_request {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.8) url(../../assets/back/img/ui-anim_basic_16x16.gif) 50% 20px no-repeat;
	z-index: 99;
}

.bmg-widget-qreq .input-group img {
	display: none;
}

.bmg-widget-qreq .has-feedback .form-control {
	padding-right: 0;
}

.bmg-widget-qreq .children_ages_row {
	margin-bottom: 0;
}

.bmg-widget-qreq .children_ages_cnt {
	margin-bottom: 15px;
}

.bmg-widget-qreq .customer_tags_row {
	margin-bottom: 0;
}

.bmg-widget-qreq .customer_tags_cnt {
	margin-bottom: 15px;
}

.bmg-widget-qreq .checkbox .cr {
	display: none;
}

.bmg-widget-qreq textarea {
	resize: none;
}

.bmg-widget-qreq .texts_star {
	font-size: 1.5em;
	font-weight: bold;
	line-height: .5em;
}

/*##########################
 * 			   #
 * DEFAULT STYLE 1         #
 *			   # 
 * #########################
 */

.bmg-widget-qreq.def_style_1 {
	background-color: #fff;
	border: 1px solid black;
	margin: 10px auto;
	padding: 15px;
	position: relative;
	max-width: 630px;
}

.bmg-widget-qreq.def_style_1 .widget-title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
}

.bmg-widget-qreq.def_style_1 .widget-subtitle,
.bmg-widget-qreq.def_style_1 .widget-texts {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
}

.bmg-widget-qreq.def_style_1 .widget-introduction-text {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 0;
}

.bmg-widget-qreq.def_style_1 .widget-label {
	font-weight: bold;
}

.bmg-widget-qreq.def_style_1 .widget-texts {
	font-weight: bold;
}

.bmg-widget-qreq.def_style_1 .send_btn_cnt {
	float: right;
}

.bmg-widget-qreq.def_style_1 .send_btn {
	background-color: #5cb85c;
	border-color: #4cae4c;
	border-radius: 6px;
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 1.3333333;
	padding: 10px 16px;
	width: 100%;
}

/*##########################
 * 			   #
 * DEFAULT STYLE 2         #
 *			   # 
 * #########################
 */

.bmg-widget-qreq.def_style_2 {
	border-top: 8px solid #b69a5a;
	font-family: 'Open Sans', sans-serif;
	margin: 1em 3em;
	position: relative;
}

.bmg-widget-qreq.def_style_2 .widget-title {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
}

.bmg-widget-qreq.def_style_2 .widget-subtitle,
.bmg-widget-qreq.def_style_2 .widget-texts {
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 0;
	text-transform: none;
}

.bmg-widget-qreq.def_style_2 .widget-secondary-texts {
	margin-bottom: 50px;
}

.bmg-widget-qreq.def_style_2 .widget-subtitle {
	margin-bottom: 0;
}

.bmg-widget-qreq.def_style_2 .widget-introduction-text {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: none;
}

.bmg-widget-qreq.def_style_2 .widget-form-row {
	max-width: 1000px;
}

.bmg-widget-qreq.def_style_2 .widget-form-rcol {
	float: right;
}

.bmg-widget-qreq.def_style_2 input,
.bmg-widget-qreq.def_style_2 select {
	background: transparent;
	border: none;
	box-shadow: none;
	font-size: 13px;
	height: inherit;
	padding: 0.5em;
}

.bmg-widget-qreq.def_style_2 .widget-input,
.bmg-widget-qreq.def_style_2 .widget-select,
.bmg-widget-qreq.def_style_2 .widget-textarea {
	border: 1px solid #b69a5a !important;
	border-radius: 0;
}

.bmg-widget-qreq.def_style_2 .widget-datepicker-cnt {
	border: 1px solid #b69a5a !important;
	display: inline-block;
	padding: 0;
	position: relative;
	width: 100%;
}

.bmg-widget-qreq.def_style_2 .widget-datepicker-cnt input {
	width: 112px;
}

.bmg-widget-qreq.def_style_2 .widget-datepicker-cnt .input-group-addon {
	background-color: #fff;
	border: none;
	color: #b69a5a;
	display: inline-block;
	float: right;
	font-size: 17px;
	padding: 6px;
	position: absolute;
	right: 0;
	width: auto;
}

.bmg-widget-qreq.def_style_2 .checkbox,
.bmg-widget-qreq.def_style_2 .checkbox label {
	padding-left: 0;
}

.bmg-widget-qreq.def_style_2 .checkbox label:after {
  content: '';
  display: table;
  clear: both;
}

.bmg-widget-qreq.def_style_2 .checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}

.bmg-widget-qreq.def_style_2 .checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 15%;
}

.bmg-widget-qreq.def_style_2 .checkbox label input[type="checkbox"] {
  opacity: 0;
}

.bmg-widget-qreq.def_style_2 .checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.bmg-widget-qreq.def_style_2 .checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}

.bmg-widget-qreq.def_style_2 .send_btn_cnt {
	float: right;
}

.bmg-widget-qreq.def_style_2 .send_btn {
	background: #b69a5a;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	float: right;
	font-size: 20px;
	font-weight: 300;
	height: 50px;
	margin: 0;
	text-shadow: none;
	text-transform: uppercase;
	width: 200px;
}

.bmg-widget-qreq.def_style_2 .widget-modal {
	background-color: transparent!important;
	border: none!important;
	bottom: 0!important;
	left: 0!important;
	margin: 0!important;
	right: 0!important;
	top: 0!important;
	width: auto!important;
}
