#frnpfinder_settings .w100 {
    position: relative;
    display: inline-block;
    width: 100%;
}

#frnpfinder_settings .w40 {
    width: 40%;
}

#frnpfinder_settings .w20 {
    width: 20%;
}

#frnpfinder_settings .w25 {
    width: 25%;
}

.frnpfinder_table table {
    width: 100%;
    padding: 10px;
    border-spacing: 0;
    font-size: 12px;
}

.frnpfinder_table table p.form-field {
    padding: 2px !important;
    margin: 0 !important;
}

.frnpfinder_table table .inputmax p .short {
    width: 100%;
}

.frnpfinder_table table .inputmax2 input {
    width: 100%;
}

.frnpfinder_table table p label {
    padding: 0;
    margin: 0;
}

.frnpfinder_table table tr td {
    vertical-align: middle;
    padding: 5px;
}

.frnpfinder_table table tr td button {
    margin: 0;
    max-width: 70%;
    float: right;
}

.frnpfinder_table table tr .checkb label {
    width: auto;
    padding-left: 4px;
}

.frnpfinder_table table tr td .span_rm {
    color: #A6A7A7;
    margin-top: 5px;
    margin-right: 10px;
}

.frnpfinder_table table tr td .span_rm:hover {
    cursor: pointer;
}

.frnpfinder_table table tr td .span_cp {
    color: #A6A7A7;
    margin-top: 5px;
}

.frnpfinder_table table tr td .span_cp:hover {
    cursor: pointer;
}

.frnpftfoot_td {
    border: 1px solid #E8D3B7;
    border-style: solid none;
    background-color: #F7F7F7;
    padding: 5px;
}

.frnpftfoot_td1 {
    border-right-style: solid;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding-right: 5px;
}

.frnpftfoot_td2 {
    border-left-style: solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.frnpftfootq_td {
    border: 0 !important;
    border-top: 0 !important;
    background-color: #eeecec;
    padding: 10px !important;

}

.frnpfinder_table .lnkoption {
    width: 100%;
}

.frnpfinder_table .vibr {
    padding-top: 25px;
    padding-bottom: 10px;
    font-weight: bold;
}

.frnpfinder_table .vibr2 {
    padding-top: 10px;
    font-weight: bold;
}

#pdctfinder_qktable tr td {
    padding-top: 6px;
}

.frnpfinder_acheck:hover {
    cursor: pointer;
}

.frnpfinder_product_tr {
    display: none;
}

.frnpf_cronform .spndesc {
    padding-top: 5px;
    color: #969797;
    font-size: 12px;
    position: relative;
    display: block;
}

#frnpf_table_crons a:hover {
    cursor: pointer;
}

.frnpf_acronst,
.frnpf_acronst span {
    color: #A6A7A7;
    font-size: 13px;
}

.frnpf_acronst span,
.frnpf_acronrm span {
    margin-top: 6px;
}

.frnpf_acronrm,
.frnpf_acronrm span {
    color: #fcabab;
    font-size: 13px;
}

.frnpf_acronrm {
    padding-right: 15px;
}

.frnpf_acronedt {
    color: #A6A7A7;
    font-size: 17px;
    cursor: pointer;
}

/* ////// */
.frnpf_dropspn {
    cursor: pointer;
}

.frnpf_dropdown {
    position: relative;
    display: inline-block;
}

.frnpf_dropdown_content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 150px;
    max-height: 250px;
    overflow-y: scroll;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.frnpf_dropdown_content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.frnpf_dropdown_content a:hover {
    background-color: #ddd
}

.frnpf_dropdown_show {
    display: block;
}

.frnpf_tbl_scr {
    padding: 0 10px;
    max-height: 250px;
    overflow: auto;
}

.frnpf_tbl_dv1 {
    width: 25%;
    float: right;
}

.frnpf_tbl_ex {
    padding-bottom: 10px;
    float: right;
    color: #969797;
}

#frnpf_table_exservice {
    margin-top: 25px;
}

#frnpf_table_exservice .woocommerce-input-toggle:hover {
    cursor: pointer;
}

.frnpf_ltr {
    direction: rtl;
    display: inline-block;
}

/* ------- */
.frnpf_progress {
    padding: 1px;
    margin: 0;
    background: rgba(117, 117, 117, 0.25);
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 2px rgba(117, 117, 117, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 2px rgba(117, 117, 117, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.frnpf_progress-bar {
    height: 30px;
    /* width: 95%;      */
    padding-top: 6px;
    vertical-align: middle;
    text-align: center;
    background-color: #f2cc11;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
}

/* ------- */
.frnpfspinner {
    width: 18px;
    height: 18px;
    border: 2px solid #a6a7a7;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    animation: frnpf_rotation 1s linear infinite;
    float: left;
    display: none;
}

.frnpfspn_is_active {
    display: inline-block;
}

@keyframes frnpf_rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}