
#custom_data_form{
	width:100%;
    font-family: 'Raleway', sans-serif;
    line-height: 26px;
    font-weight: 400;
    font-size: 14px;
    }
#custom_data_form>.form {
    float: left;
    width: 100%;
    margin-bottom: 25px;
} 
#custom_data_form>.formrow {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}   
#custom_data_form> .formrow textarea {width:100%; }
#custom_data_form> .formrow label.optfldname{
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
     width: 150px;
     font-weight: bold;
}
#custom_data_form> .formrow label.help-block {
    display: block;
    color: red;
    font-weight: bold;
}
.asterik-span{ color: red;
    font-weight: bold;}
    #custom_data_form .optfld {    width: 100px !important;
    display: inline !important;
    margin-left: 10px !important;
    margin-right: 10px !important;}
#custom_data_form> .widelabel label {width:300px !important;;}
#custom_data_form select { max-width: 150px; display: inline!important}
#custom_data_form textarea:not(.g-recaptcha-response), #custom_data_form input { max-width: 150px; display: inline!important; color:black;}
#custom_data_form> button{
    margin-left: 150px;
    padding: 5px 10px;
    background: #08c;
    color: #fff;
    font-weight: bold;
    border: none;
}
#custom_data_form input, #custom_data_form button, #custom_data_form select, #custom_data_form textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
#custom_data_form .form-control {
  
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}