.all-fields {
    padding: 15px;
    background: #e7e7ea;
}

.field-item-box {
    min-height: 50px;
    background-color: #fcfcfc;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
}

.field-item-box .field-item {
    height: auto !important;
    line-height: 30px;
    padding: 10px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}

.field-item-box .field-item i {
    vertical-align: middle;
}

.field-item-box .field-item span {
    border-left: 1px solid #eee;
    padding-left: 10px;
    margin-left: 10px;
    font-weight: normal;
}

.field-item-box .field-item .actions {
    top: 10px;
    right: 10px;
    position: absolute;
}

.field-item-box .field-form {
    border-top: 1px solid #eee;
    padding: 10px;
}

.field-item-box .field-form .form-left {
    width: 15%;
    float: left;
    padding-left: 20px;
}

.field-item-box .field-form .form-right {
    width: 82%;
    float: left;
}

.new-field-section {
    padding: 10px 0 10px 0;
}

.image img {
    width: 100% !important;
    height: auto;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 4px;
    margin-top: 1px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.image img:hover {
    border-color: #aaa;
}

div.label {
    width: 30%;
}

.form-row {
    margin-bottom: 10px;
}

.field-options {
    width: 96%;
    margin-left: 2%;
}

tbody.field_options tr {
    background-color: #f7f7f7;
}

tbody.field_options tr td.option-sort {
    text-align: center;
    cursor: pointer;
}

tbody.field_options tr td.option-sort i {
    color: #aaaaaa;
    line-height: 30px;
    margin-right: 5px;
}

table.zwt_option_table tr td .option-label {
    width: 39%;
    margin-right: 1%;
    margin-bottom: 5px;
    float: left;
}

table.zwt_option_table tr td .option-placeholder {
    width: 60%;
    margin-bottom: 5px;
    float: left;
}

table.zwt_option_table tr td .option-price {
    width: 19%;
    margin-right: 1%;
    margin-bottom: 5px;
    float: left;
    clear: both;
}

table.zwt_option_table tr td small {
    color: #aaa;
    margin-left: 1px;
}

table.zwt_option_table tr td input[type=text],
table.zwt_option_table tr td select {
    width: 100%;
    height: 30px;
}

table.zwt_option_table tr td .option-actions a {
    margin-bottom: 5px;
}

table.zwt_option_table tr td .option-actions a.button {
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
}

table.zwt_option_table tr td {
    border-top: 1px solid #eee;
}

table.zwt_option_table tr td:nth-child(1),
table.zwt_option_table tr td:nth-child(4) {
    width: 5%;
}

table.zwt_option_table tr td:nth-child(3) {
    width: 10%;
}

.zwt-upload {
    width: 100%;
    text-align: center;
}

.save_order_right {
    float: right;
}

span.mendatory {
    color: red;
}

table.form-table tbody tr th {
    padding: 20px;
    width: 400px;
}

table.form-table {
    background-color: white;
}

table.form-table.form-table-heading {
    background-color: #23282dd4;
}

table.form-table.form-table-heading tbody tr th {
    padding: 10px;
    padding-left: 20px;
    color: white;
}

a.pro_in_fgroup {
    display: inline-block;
    padding: 3px 10px;
    margin: 0 10px 5px 0;
    background: #f1f1f1;
    border-radius: 4px;
}

a.pro_in_fgroup:hover {
    background: #e8e6e6;
}

form#add_new_field {
    display: inline-block;
}

span.liststatus.enabled {
    display: inline-block;
    padding: 3px 10px;
    margin: 0 10px 5px 0;
    background: #f1f1f1;
    border-radius: 4px;
}

span.liststatus.disabled {
    display: inline-block;
    padding: 3px 10px;
    margin: 0 10px 5px 0;
    background: #ffa6a6;
    color: #ffffff;
    border-radius: 4px;
}

.form-row.first_row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form-row.first_row .label {
    margin-right: 15px
}

.form-row.first_row input {
    width: 100%;
}

.option_settings {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

.option_settings small {
    width: 100%;
    display: block
}

.option_settings .option-description {
    width: 99%;
}

.option_settings textarea,
.option_settings input {
    width: 100%;
}

.option_settings .option-label,
.option_settings .option-placeholder {
    width: 49% !important;
    margin-right: 1%;
}

.field-item-box .field-form form>.form-row {
    width: 100%;
    float: left
}

.toggle-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.toggle-btn+label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.toggle-btn input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    z-index: 1;
    cursor: pointer;
    margin: 0
}

.toggle-btn .toggle-label {
    background: #ccc;
    border-radius: 2em;
    padding: 2px;
    transition: all .4s ease;
    outline: 0;
    display: block;
    width: 3.6em;
    height: 1.7em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.toggle-btn .toggle-label:after {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    left: 0;
}

.toggle-btn input:checked+.toggle-label {
    background: #007cba;
}

.toggle-btn input:checked+.toggle-label:after {
    left: 50%;
}

.field_checkboxes {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap
}

.field_checkboxes>div {
    margin-right: 15px;
}

.cpowoo-pointer .wp-pointer-content h3:before {
    content: '\f348';
}

.zwt-zurcf7-tooltip {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    border-radius: 100%;
    margin-left: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJpbmZvLWNpcmNsZSIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWluZm8tY2lyY2xlIGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMjU2IDhDMTE5LjA0MyA4IDggMTE5LjA4MyA4IDI1NmMwIDEzNi45OTcgMTExLjA0MyAyNDggMjQ4IDI0OHMyNDgtMTExLjAwMyAyNDgtMjQ4QzUwNCAxMTkuMDgzIDM5Mi45NTcgOCAyNTYgOHptMCAxMTBjMjMuMTk2IDAgNDIgMTguODA0IDQyIDQycy0xOC44MDQgNDItNDIgNDItNDItMTguODA0LTQyLTQyIDE4LjgwNC00MiA0Mi00MnptNTYgMjU0YzAgNi42MjctNS4zNzMgMTItMTIgMTJoLTg4Yy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDEydi02NGgtMTJjLTYuNjI3IDAtMTItNS4zNzMtMTItMTJ2LTI0YzAtNi42MjcgNS4zNzMtMTIgMTItMTJoNjRjNi42MjcgMCAxMiA1LjM3MyAxMiAxMnYxMDBoMTJjNi42MjcgMCAxMiA1LjM3MyAxMiAxMnYyNHoiPjwvcGF0aD48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: cover;
}

.accor-sign,
.accor-sign:hover,
.accor-sign:active {
    float: right;
    color: #fff;
    text-decoration: none;
}

.zurcf7_error {
    border: 1px solid #FF0000 !important;
}