#mod_salespro_request {
    overflow: auto;
    clear: both;
    margin: 0 0 0 10px;
    position: relative;
}

.salespro_estimator-form input.error {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(246 159 0) !important;
}

.salespro_estimator-form .form-horizontal {
    width: 100%;
}

.salespro_estimator-form .form-horizontal .controls {
    margin: 0;
}

#mod_salespro_request .form-horizontal label {
  display:none;
}

form#salespro_estimator-modform .control-group {
 margin-bottom: 0;
}

#mod_salespro_request button.btn.btn-primary.send-Report {
    width: 100%;
}

.stech-consult-loading {
  background: rgba(255,255,255,0.5) url('/modules/mod_salespro_request/tmpl/assets/loading.gif') no-repeat;
  display: block;
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-position: center;
}

#mod_salespro_request .control-group.span3 {
    margin: 0 !important;
    padding: 1rem;
}

#mod_salespro_request .span3 {
    width: 25%;
}

#mod_salespro_request form {
    margin: 0;
    padding: 0;
}

#mod_salespro_request input {
    margin: 0;
    padding: 4px 6px;
    font-size: 1rem;
    height: 32px;
    width: 290px;
    border: 1px solid #ddd;
    border-right: 0;
    float: right;
	border-radius: 0;
  box-sizing: border-box;
    max-width: 100%;
}

#mod_salespro_request select {
    line-height: 26px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    padding: 5px;
    width: auto;
    height: 32px;
    border: 1px solid #ddd;
    float: right;
	border-radius: 0;

}

#mod_salespro_request input.mod_salespro_search_submit {
    padding: 6px 25px;
    text-align: center;
    background: #c12200;
    color: white;
    border: 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    width: auto;
    margin: 0;
    cursor: pointer;
    float: right;
}

#mod_salespro_request input.mod_salespro_search_submit:hover {
    text-decoration: underline;
}

#mod_salespro_request .form-horizontal .interest-inputs.control-group label {
    display: inline-block;
}

#mod_salespro_request .form-horizontal .radio-wrap {
    display: inline-block;
}

#mod_salespro_request .form-horizontal .interest-inputs.control-group input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.interest-inputs.control-group {
    padding-left: 1rem;
}

.radio-wrap {
  position: relative;
  padding-left: 35px;
    padding-right: 10px;
    border: 1px solid #bbb;
    height: 27px;
    border-radius: 2px;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px
}

.radio-wrap input:not(:checked) ~ .checkmark.btn-primary{
  background-color: #ccc;
}

/* On mouse-over, add a grey background color */
.radio-wrap:hover input ~ .checkmark {
  opacity: 0.8;
}

/* When the checkbox is checked, add a blue background */
.radio-wrap input:checked ~ .checkmark {
  /*background-color: inherit;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.radio-wrap input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.radio-wrap .checkmark:after {
  left: 8px;
    top: -3px;
    width: 14px;
    height: 24px;
    border: solid #fff;
    border-width: 0 5px 5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

}
