table.wfp-general-content-settings-table,
table.wfp-general-style-settings-table {
    width: 100%;
}

table.wfp-general-content-settings-table tr th,
table.wfp-general-style-settings-table tr th {
    width: 190px;
    text-align: right;
}

table.wfp-general-content-settings-table tr th,
table.wfp-general-content-settings-table tr td,
table.wfp-general-style-settings-table tr th,
table.wfp-general-style-settings-table tr td {
    border: 0px solid #000;
    padding: 15px;
    vertical-align: top;
    background-color: #F7F7F7;
}

table.wfp-general-content-settings-table tr th,
table.wfp-general-style-settings-table tr th {
    font-weight: 600;
}


/* Fontawesome Iconpicker Started */

.iconpicker-popover.popover {
    width: 264px;
    border: 1px solid #DDD;
}

.iconpicker .iconpicker-item {
    width: 22px;
    height: 22px;
    font-size: 22px;
    box-shadow: 0 0 0 3px #DDD;
    color: #444;
}

.iconpicker .iconpicker-item:hover {
    color: #47A8F5;
    box-shadow: 0 0 0 3px #47A8F5;
}

.iconpicker .iconpicker-item.iconpicker-selected {
    background: #47A8F5;
}


/* Fontawesome Iconpicker Ended */


/* Open Close Icon Select Started */

.wdf-open-close-icon-select-item {
    width: 80px;
    display: inline-block;
    box-shadow: 0 0 1px #666;
    height: 40px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.wdf-open-close-icon-select-item:hover {
    box-shadow: 0 0 3px #47A8F5;
}

.wdf-open-close-icon-select-item span {
    width: 37px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #DDD;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.wdf-open-close-icon-select-item:hover span {
    color: #47A8F5;
}


/* Open Close Icon Select Ended */


/* Alert Bar Started */

.wfp-alert {
    padding: 20px !important;
    color: white;
}

.wfp-alert.success {
    background-color: #6ABD6E;
}

.wfp-alert.error {
    background-color: #F66358;
}

.wfp-alert.warning {
    background-color: #FFAA2B;
}

.wfp-alert.info {
    background-color: #47A8F5;
}

.wfp-closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.wfp-closebtn:hover {
    color: black;
}


/* Alert Bar Ended */

input#wfp_shortcode {
    border: 2px dotted #ebf0ff;
    margin: 0;
    text-align: center;
    background: #FDB813;
    color: #CC0000;
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 4px;
    width: 200px;
}


/* Nav Tab */

.settings-banner h2 {
    color: #5E24DD;
    font-size: 28px;
}

.nav-tab-wrapper {
    border-bottom: 0px solid #5E24DD;
}

.wfp-tab {
    border: 0px;
    border-top: 2px solid #5E24DD;
    border: 1px solid #e5e5e5;
    background-color: #FFF;
    color: #5E24DD;
    padding: 10px 30px;
    font-size: 16px;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 5px;
}

.wfp-tab:hover {
    background-color: #5E24DD;
    color: #FFF;
    border-bottom: 0px;
}

.wfp-tab.wfp-tab-active {
    background-color: #5E24DD;
    color: #FFF;
}

.button.wfp-button,
.button.wfp-button:active {
    background: #5E24DD;
    color: #FFF;
    border: 0px solid #5E24DD;
    border-radius: 5px;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 600;
}

.button.wfp-button:hover {
    border: 1px solid #5E24DD;
    background: #FFF;
    color: #5E24DD;
}


/* Common Admin Styles Started */

.wfp-wrap {
    display: inline-block;
    min-height: 100px;
    clear: both;
    width: 100%;
}

.wfp_personal_wrap.wfp_personal_help {
    background: #fff;
    margin: 0 20px 20px 0;
    padding: 15px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
}

.wfp_personal_wrap h1 {
    font-size: 30px !important;
    text-align: center;
    border: none;
    padding: 15px 10px !important;
    background: #6029F6;
    color: #fff;
    margin: 15px !important;
    line-height: 1;
    /*margin: 12px 12px 20px 0 !important;*/
    border-radius: 3px;
}

.wfp_personal_wrap .help-link {
    padding: 16px;
}

.wfp-hlp-btn {
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
    margin-right: 10px;
    padding: 12px 16px;
}

.wfp-hlp-btn:hover {
    color: #f1f1f1;
}

.wfp-btn-1 {
    background-color: #49B158;
}

.wfp-btn-2 {
    background-color: #A62F66;
}

.wfp-btn-3 {
    background-color: #F25757;
}

.wfp-btn-4 {
    background-color: #FC368C;
}

.wfp_personal_wrap .hire-ad {
    padding: 10px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #ffffe0;
    border: 1px solid #E6DB55;
    margin: 30px auto;
    width: 60%;
}

.wfp-admin-sidebar .postbox {
    text-align: center;
}

.wfp-admin-sidebar .postbox h3.hndle {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
    border-bottom: 1px solid #ccd0d4;
}


/* Common Admin Styles Ended */

span.wfp-admin-icon {
    color: #8fa5e0;
    cursor: pointer;
}

span.wfp-admin-icon:hover {
    color: #CC0000;
}

img.wfp-admin-help-img {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}