#pdinvoicebillpro {
    margin-bottom: 15px;
}

#pdinvoicebillpro fieldset {
    padding: 10px 0;
}

#pdinvoicebillpro.ps15 fieldset {
    padding: 10px 0;
    border-color: #bdc2c9 #bdc2c9;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
}


/* #pdinvoicebillpro fieldset label {font-size: 16px;width:100%;min-height:35px;margin-top:20px;} */


/*update psoft*/

#pdinvoicebillpro fieldset label {
    font-size: 16px;
    width: 100%;
    height: 55px;
    padding: 20px;
    cursor: pointer;
}

#pdinvoicebillpro fieldset input.pd_ibp_radio {
    margin: 0px 10px 0px 10px;
    z-index: -1000;
    left: -10000px;
}

#pdinvoicebillpro fieldset .pd_ibp_error {
    padding: 5px 0px 0 0px;
}

#pdinvoicebillpro .radio-inline {
    width: 100%;
    text-align: center;
    padding: 0;
    border: 3px solid #dbdbdb;
    box-shadow: 0 6px 0 #b5b5b5;
    cursor: pointer;
}

#pdinvoicebillpro .radio-inline:hover {
    border: 3px solid #292a2f;
    background-color: #292a2f;
    -webkit-box-shadow: 0 6px 0 #1b1b1f;
    -moz-box-shadow: 0 6px 0 #1b1b1f;
    box-shadow: 0 6px 0 #1b1b1f;
    background-image: linear-gradient(bottom, rgb(41, 42, 47) 0, rgb(55, 57, 64) 100%);
    background-image: -o-linear-gradient(bottom, rgb(41, 42, 47) 0, rgb(55, 57, 64) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(541, 42, 47) 0, rgb(55, 57, 64) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(41, 42, 47) 0, rgb(55, 57, 64) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(41, 42, 47) 0, rgb(55, 57, 64) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(41, 42, 47)), color-stop(1, rgb(55, 57, 64)));
}

#pdinvoicebillpro fieldset .radio-inline:hover label {
    color: #fff;
}

#pdinvoicebillpro fieldset .radio-inline.chosen {
    border: 3px solid #292a2f;
    background-color: #292a2f;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    background-image: linear-gradient(bottom, rgb(41, 42, 47) 0, rgb(55, 57, 64) 100%);
    background-image: -o-linear-gradient(bottom, rgb(41, 42, 47) 0, rgb(55, 57, 64) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(541, 42, 47) 0, rgb(55, 57, 64) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(41, 42, 47) 0, rgb(55, 57, 64) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(41, 42, 47) 0, rgb(55, 57, 64) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(41, 42, 47)), color-stop(1, rgb(55, 57, 64)));
}

#pdinvoicebillpro fieldset .radio-inline.chosen label {
    color: #fff;
}

#pdinvoicebillpro fieldset .radio-inline label i.fa.fa-check {
    display: none;
}

#pdinvoicebillpro fieldset .radio-inline.chosen label i.fa.fa-check {
    display: inline-block;
}

#pd_ibp_saved_response {}

#pdinvoicebillpro fieldset .radio-inline.disabled,
#pdinvoicebillpro fieldset .radio-inline.disabled:hover {
    background-color: #dbdbdb;
    background-image: -o-linear-gradient(bottom, rgb(219, 219, 219) 0, rgb(219, 219, 219) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(219, 219, 219) 0, rgb(219, 219, 219) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(219, 219, 219) 0, rgb(219, 219, 219) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(219, 219, 219) 0, rgb(219, 219, 219) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(219, 219, 219)), color-stop(1, rgb(219, 219, 219)));
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    color: #fff;
    border-color: #dbdbdb;
    cursor: not-allowed;
}

#pdinvoicebillpro fieldset .radio-inline.disabled label {
    cursor: not-allowed;
}