.form_popup {
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
        display:none;
        margin:1em;
        background-color: #FFF;
        padding: 20px;
        width: 30%;
    }

.form_popup label {
	display: block;
	font-weight: bold;
}

.form_popup input[type=text],
.form_popup select ,
.form_popup textarea {
	width: 100%
}

.form_popup textarea {
	height: 150px;
}

.form_close_btn { padding: 0px 8px; float: right;} 

.form_title { text-align: center;}

.form_popup66_wrapper { display: none; }

.mainbox { width:95%; padding: 20px; border:2px solid #ccc }
.fieldbox { height: 900px; width:100%; padding-bottom:20px; margin-bottom:20px; border-bottom: 1px solid #ccc; }
.fieldbox label { font-size: 14px; font-weight: bold; display: block; }

.setting_pannel1 { width: 55%; padding: 10px; float: left; border-right: 1px solid #ccc; }
.setting_pannel2 { width: 39%; float:right; padding: 10px; }

.text_box { width: 100%; padding: 10px; border: 1px solid #bbb; border-radius: 4px; }
.select_box { width: 100%; border: 1px solid #ccc; padding: 3px; }

#or { width: 300px; height: 50px; line-height: 50px; text-align: center; color: #FF0000; float: left; }
#

#sjfb {

	border: 1px solid #ccc;
	padding: 10px;

}
#sjfb-body {
    background-color: #206fa2;
    font-family: "PT Sans", sans-serif, Helvetica, Arial;
    font-size: 14px;
}

#sjfb-wrap {
    margin: 30px auto;
    max-width: 800px;
    padding: 20px;
    background-color: #fff;
    border: 6px solid #195a84;
}

#sjfb-wrap .hide {
    display: none;
}

#sjfb-wrap h1 {
    margin-top: 10px;
}

#sjfb-wrap h3 {
    margin: 6px 0;
    text-transform: capitalize;
}

#sjfb-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sjfb-wrap .add-wrap,
#sjfb-sample {
    background: #f7f7f7;
    border: 1px solid #ddd;
    padding: 10px 20px 20px;
    margin-bottom: 20px;
}

#sjfb-wrap .add-wrap a {
    color: #111;
}

#sjfb-wrap .add-wrap li {
    padding: 2px 0;
}

#sjfb-wrap .add-wrap li a:hover {
    padding-left: 5px;
    color: #000;
}

#sjfb-wrap .alert {
    background-color: #00a65a;
    border: 1px solid #008d4c;
    padding: 10px;
    color: #fff;
    margin-bottom: 20px;
}

#sjfb-wrap .alert textarea {
    display: block;
    margin-top: 10px;
    width: 96%;
    min-height: 140px;
}

#sjfb-wrap h2 {
    margin: 4px 0;
    font-weight: normal;
}

#sjfb .field {
    border: 1px solid #ffcfcf;
    margin-bottom: 4px;
    padding: 5px 10px;
}

#sjfb .field:hover {
    background-color: #fbf9ee;
    cursor: move;
}

#sjfb .choices li:hover {
    background-color: #f7fbc7 !important;
    cursor: move;
}

#sjfb label {
    margin: 0;
    font-weight: bold;
}

#sjfb .toggle-selected,
#sjfb .toggle-required {
    margin: 0 0 0 5px;
}

#sjfb .delete {
    float: right;
    background-color: #ef5252;
    border: none;
    padding: 5px;
    color: #fff;
}
#sjfb .add-choice {
    background-color: #74c575;
    border: none;
    padding: 5px 15px;
    color: #fff;

}

#sjfb input {
    font-weight: normal;
    margin: 0 5px;
}

#sjfb input[type="text"] {
    width: 80%;
    max-width: 275px;
}

#sjfb .choices {
    margin: 20px 10px;
    padding: 5px;
    background: #f7f7f7;
    border: 1px solid #ddd;
}

#sjfb .choices li {
    padding: 4px;
    margin: 4px 0;
}

#sjfb .choices li:nth-child(even) {
    background: #e7e7e7;
}

#sjfb .delete-choice {
    margin-left: 5px;
    font-weight: normal;
}

#sjfb-sample label {
    display: block;
    margin: 2px 0;
}

#sjfb-sample .form-fields {
    margin: 10px 0;
}

#sjfb > button {
    margin: 20px 0 10px;
}

#sjfb-sample {
    max-width: 350px;
}

#sjfb-sample input[type="text"],
#sjfb-sample textarea {
    width: 100%;
    max-width: 250px;
}

#sjfb-sample input[type="text"],
#sjfb-sample textarea,
#sjfb-sample select {
    padding: 4px;
}

#sjfb-sample textarea {
    min-height: 70px;
}

#sjfb-sample label {
    line-height: 1.6em;
}

#sjfb-sample .sjfb-field {
    margin-bottom: 20px;
}

#sjfb-sample .sjfb-agree label,
#sjfb-sample .sjfb-agree input {
    float: left;
}

#sjfb-sample .required-field > label:after {
    content: " *";
    color: red;
    font-size: 120%;
    font-weight: bold;
}

#sjfb-sample .submit {
    margin: 20px 0 0;
    cursor: pointer;
}

#hpp-rule-info { width: 100%; float: left; padding-top: 20px; padding-bottom: 20px; }

.hpp_admin_main { width: 100%; float: left; margin-top: 30px;}

.hpp_admin_main_left{ width: 22%; float: left }

.hpp_admin_main_right { width: 77%; float: left }


.hpp_admin_main label{ float: left; margin-top: 5px; }

.all_cats { width: 97%; border: solid 1px #b6b1b1; border-radius: 4px; padding: 10px; float: left; }

.par_cat { width: auto; padding: 5px; }

.child_cat{ width: auto; padding:3px 15px; }

.select_box_small{ width: 400px; }

.notes { color: red; font-weight: bold; }

.hpp_admin_main_right input[type="number"] { height: 47px; }

#menu-posts-hidepricerule img { margin-top: -7px; }

.postbox{ position: inherit; }










