/*
Theme Name:     Certification form - child theme
Description:    
Author:         unbridleddev
Template:       salient

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

#ajax-content-wrap .form-container-wrap {
	padding: 0;
}
#frm_desc_field_certs_dosingrating, #frm_desc_field_certs_efficacyrating, #frm_desc_field_certs_tolerabilityrating, #frm_desc_field_certs_moarating, #frm_desc_field_certs_resolveconcernsrating, #frm_desc_field_certs_commitmentrating {
	color: #e74735;
}
#no-js-wrapper{
	padding-top:50px;
}
.form-btn-disabled {
	background-color: #f7f7f7 !important;
    color: #666 !important;
    border-color: #e5e5e5 !important;
    cursor: not-allowed;
    pointer-events: none;
}

