.crfw_add_input_field,.crfw_remove_input_field{
    display: inline-block;
    width: 18px;
    height: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.crfw_add_input_field{
	background-color: #81b71a;
}
.crfw_remove_input_field{
	background-color: red;
}
.post-type-crfw-custom-fields div#normal-sortables {
   display: none;
}

/* Conditional logic */

.clear-both {
    clear: both;
}

.crfw_conditional_groups_wrapper {
    padding: 10px 10px 10px 50px;
}
#crfw_conditional_group_conjunction_template {
    display: none;
}
#crfw_conditional_group_template {
    display: none;
}
.crfw_conditional_groups_wrapper .crfw_conditional_group {
    border: 1px solid #ccd0d4;
    border-radius: 5px;
    padding: 15px;
}

.crfw_conditional_groups_wrapper .crfw_conditional_group_conjunction_wrapper {
    padding: 15px 0px;
}
.crfw_conditional_groups_wrapper .crfw_conditional_rule > div {
    line-height: 30px;
    vertical-align: bottom;
    display: inline-block;
    margin-right: 20px;
}
.crfw_conditional_groups_wrapper .crfw_conditional_group > .crfw_conditional_group_footer {
    display: block;
    padding: 10px 0px;
    min-height: 20px;
    margin-right: 0px;
    margin-top: 15px;
}
.crfw_conditional_groups_wrapper .crfw_conditional_group_footer .add_rule {
    float: right;
}

.crfw_conditional_groups_wrapper .crfw_conditional_group_conjunction_wrapper > select {
    display: block;
    margin: 0 auto;
}

.crfw_conditional_groups_wrapper .crfw_conditional_rule > div > input,
.crfw_conditional_groups_wrapper .crfw_conditional_rule > div > select {
    display: block;
}
.crfw_conditional_groups_wrapper .crfw_conditional_field_wrapper > select {
    min-width: 128px;
}
.crfw_conditional_groups_wrapper .crfw_conditional_rule .crfw_conditional_value_wrapper {
    display: none;
}
.crfw_conditional_groups_wrapper .crfw_conditional_field_actions > .dashicons-dismiss {
    color: #d92128;
    border: 1px solid #d92128;
    padding: 4px 7px;
    border-radius: 3px;
    cursor: pointer;
}

.crfw_conditional_logic_wrapper .crfw_conditional_rules_footer {
    min-height: 30px;
    padding: 0px 10px;
}
.crfw_conditional_logic_wrapper .crfw_conditional_rules_footer > .add_group {
    float: right;
}

#crfw_conditional_rule_template {
    display: none !important;
}

.remove_group {
    color: #a00;
    text-decoration: underline;
}
.remove_group:hover {
    color: #a00 !important;
    cursor: pointer;
}
.help_note{
    display: block;
    font-size: 11px;
    padding-top: 2px;
    margin-left: 30px;
}
.vtp-container .form-table td {
	font-size: 16px;
}

