
/*admin sidebar meta box*/

.ws-metabox {
    background-color: #fff;
    margin-bottom: 20px;
   /* border: 1px solid #ddd;*/
}

.ws-metabox {
    padding: 0px 10px 10px;
}

.ws-metabox img {
    max-width: 100%;
}


/*seprator*/

.ws-h-seprator {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.dd-dragel .dd3-content,
.dd3-content {
    background: #fff
}



/**
 * Nestable
 */

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-dragel li .dd3-content {
    background: #fff
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    height: 40px;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-handle:hover {
    color: #2ea8e5;
    background: #fff;
}

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.dd-item > button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}

.dd-item > button[data-action="collapse"]:before {
    content: '-';
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}

/**
 * Nestable Draggable Handles
 */

.dd3-content {
    display: block;
    /*height: 30px;*/
    margin: 5px 0 0;
    padding: 0 0 0 50px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd3-content:hover {
    color: #2ea8e5;
    background: #fff;
}

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-left: 30px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 1px;
    font-size: 26px;
    line-height: 1.55;
    top: 1px;
    cursor: pointer;
    height: 52px;
    width: 49px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dd3-handle:before {
    content: '≡';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #555;
    font-size: 28px;
    font-weight: normal;
}

.dd3-handle:hover {
    background: #ddd;
}


/*Nestable override*/

#nestable-document {
    margin-bottom: 20px;
}

#nestable-document .menuEdit {
    background: #fff;
    border: 1px solid #e5e5e5;
    margin: 0;
    padding: 0;
}

#nestable-document h3.itemTitle {
    background: #fff;
    font: normal 14px/30px "Open Sans", sans-serif;
    margin: 0;
    min-height: 32px;
    padding: 10px;
}

#nestable-document h3.itemTitle i.dashicons,
#wp-faq-questions-section h3 i.dashicons-no-alt {
    float: right;
    line-height: 1.55
}

#nestable-document h3.itemTitle i.dashicons-no-alt {
    color: #c22;
}

h3.itemTitle span.edit_title {
    display: inline-block;
    margin-right: 10px;
    padding: 1px 10px
}

h3.itemTitle span.edit_title:hover {
    border: 1px dotted #ccc;
    cursor: pointer;
    padding: 0 9px;
    text-decoration: none;
}

h3.itemTitle a.edit-faq-page,
h3.itemTitle i.delete-icon {
    display: none;
}

h3.itemTitle:hover a.edit-faq-page,
h3.itemTitle:hover i.delete-icon {
    display: inline-block;
    line-height: 1.55;
    text-decoration: none;
}


/*list wihle dragging*/

.dd-dragel h3.itemTitle i.dashicons {
    float: right;
}

#wp-faq-questions-section .save-notice {
    color: #c22;
    display: none;
    font: normal 14px/1.6 "Open Sans", sans-serif;
    text-align: center;
    width: 100%;
    float: right;
    margin-bottom: 30px;
}


/*faq Content Tab*/

.faq-list {
    background: #fff;
    margin-bottom: 10px;
}

.faq-title h3 {
    background: #fff;
    border: 1px solid #eee;
    font: normal 14px/1.6 "Open Sans", sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px;
}

.faq-title h3:hover {
    cursor: pointer;
}

.faq-title h3 i.dashicons {
    float: right;
}

.faq-content {
    border: 1px solid #eee;
    border-top: none;
    display: none;
    padding: 10px;
}

.faq-title span.num-counter {
    /*color: #f00;*/
    display: inline-block;
    float: right;
    /*min-width: 50px;*/
}

.delete-icon:hover {
    cursor: pointer;
}

.faq-quest-button .button-primary.wp-faq-add-new {
    /*margin-right: 10px;*/
    float: right;
}

.faq-quest-button .button-primary.button-save-doc {
    float: right;
}

.wp-faq-add-new-message {
    background: #fff none repeat scroll 0 0;
    border: 1px dotted #ccc;
    color: #d20d00;
    display: block;
    margin-bottom: 20px;
    padding: 10px 20px;
}

/*seprator*/


.ws-h-seprator{
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.dd-dragel .dd3-content,.dd3-content{background: #fff}


/**
 * Settings Tab CSS
 */

.faq-setting-title {
    background: #fff;
    color: #000;
    padding: 6px;
    border-bottom: 1px solid #e5e5e5;
     margin:0;
}

.easy-faq-option-wrapper {
    padding: 15px;
    margin-bottom: 10px;
}

.easy-faq-option-wrapper label {
    display: inline-block;
    width: 200px;
    margin-bottom: 10px;
    vertical-align: top;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
}

.easy-faq-option-field {
    display: inline-block;
    max-width: 65%;
}

.easy-faq-plain-label {
    width: auto;
    margin-right: 20px;
    font-weight: normal;
}

.easy-faq-side-note {
    display: inline-block;
    margin-right: 10px;
   /* position: absolute;*/
    font-style: italic;
    color: #777;
    font-weight: normal;
    font-size: 12px;
}

.easy-faq-option-note {
    font-style: italic;
   /* padding: 5px;
    margin-top: 10px;*/
    max-width: 100%;
    color: #777;
}

.wp-admin select {
    font-weight: normal;
    color: #777;
}
.faq-field-text {
    display: inline-block;
    margin-top: 10px;
}
.faq-field-text input.shortcode-usage,.faq-field-text textarea {
    color: #777;
    background: #fff;
    padding: 5px;
}

.faq-setting-title i.dashicons.dashicons-arrow-down, .faq-setting-title i.dashicons.dashicons-arrow-up {
    float: right;
}
h4.faq-setting-title a {
    display: block;
    text-decoration: none;
    color: #000;
    box-shadow: none;
    
}
.wp-faq-setting-option {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    background: #fff;
}
.faq-title h3 {
    background: #fff;
    border: 1px solid #eee;
    font: normal 14px/1.6 "Open Sans", sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px;
}
a.faq-options-showing:focus, a.faq-options-showing:active ,a.faq-options-showing:visited {
    outline: none;
    box-shadow: none;
    color: #000;
}
.easy-faq-options.faq-setting-fields {
    display: block;
    background: #fff;
}

/* For hiding the radio buttons */

.easy-faq-plain-label.toggle-type input {
    display: none;
}

.easy-faq-plain-label.toggle-type img {
  
opacity: 0.3;  

}


/* Remove Label */

.easy-faq-plain-label.toggle-type label {
    width: 50px;
}

label.checked img {

    opacity: 1!important;
    border: 1px, dotted;
}

/*Hover Effect*/

.easy-faq-plain-label.toggle-type img:hover {
    opacity: 1;

}