.it-product-table_page_iwptp-settings #wpbody-content>div {
    display: none;
}

.it-product-table_page_iwptp-settings #wpbody-content #iwptp-main {
    display: block !important;
}

a {
    text-decoration: none;
}

#wpcontent {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

#iwptp-header {
    width: 100%;
    height: 170px;
    background: url(../images/background-header.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.iwptp-plugin-title {
    position: absolute;
    color: #fff;
    top: 25px;
    left: 45px;
}

.iwptp-plugin-name {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px;
}

.iwptp-plugin-name img {
    margin: 2px 7px 0 0;
    float: left;
}

.iwptp-plugin-description {
    font-size: 13px;
    margin-left: 7px;
}

.iwptp-header-left {
    float: right;
    height: auto;
    margin: 50px 3% 0 0;
}

.iwptp-full-screen {
    float: right;
    margin: 0 8px 0 0;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
}

.iwptp-plugin-help {
    float: right;
    margin: 0;
    height: 50px;
    line-height: 50px;
}

.iwptp-plugin-help span,
.iwptp-full-screen span {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    padding: 0 20px;
}

.iwptp-plugin-help>span>a,
.iwptp-full-screen>span>i {
    color: #ffffff;
}

.iwptp-full-screen>span>i {
    font-size: 26px;
    width: 26px;
    height: 26px;
    line-height: 50px;
}

.iwptp-wrap {
    width: 96%;
    margin: 0 2%;
}

.iwptp-tabs-list li {
    display: inline-block;
    margin: 0 30px 0 0;
}

.iwptp-tabs-list>li:first-child {
    margin-left: 45px;
}

.iwptp-tabs-list li a {
    position: relative;
    color: #737373;
    display: inline-block;
    padding: 24px 2px 21px;
    transition: all 0.2s ease;
    outline: none;
    font-size: 15px;
    text-transform: none;
}

.iwptp-tabs-list .iwptp-tab-changed::before {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: red;
    float: right;
    margin: 7px 0 0 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.iwptp-tabs-list li a:hover {
    color: #1d1d1e;
}

.iwptp-tabs-list li a.selected {
    color: #303740;
}

.iwptp-tabs-list a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    right: 50%;
    left: 50%;
    width: 0;
    height: 3px;
    background: #603ecd;
    transition: all 0.2s ease;
}

.iwptp-tabs-list li a.selected:after {
    right: 0;
    left: 0;
    width: auto;
}

.iwptp-tabs-contents,
.iwptp-tab-content-item {
    width: 100%;
    height: auto;
    display: inline-block;
}

.iwptp-tabs-contents {
    padding: 15px 30px;
}

.iwptp-tab-middle-content {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.iwptp-tab-content-item {
    display: none;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.iwptp-tabs-contents .selected {
    display: block;
}

.iwptp-tab-content-header {
    width: 100%;
    padding: 30px 0 0 35px;
    box-sizing: border-box;
}

.iwptp-tab-content-title {
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px 10px 0;
    display: block;
    position: relative;
}

.iwptp-tab-content-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 87px;
    height: 1px;
    background: #7258cf;
    transition: all 0.2s ease;
}

.iwptp-tab-content-description {
    line-height: 18px;
    color: #858585;
    margin-top: 25px;
    display: block;
}

.iwptp-tabs-main {
    width: 96%;
    background: #fff;
    margin: 0 2%;
    position: relative;
    top: -68px;
    height: auto;
    border-radius: 5px;
    float: left;
    box-shadow: 0 0 25.5px rgba(0, 0, 0, 0.09);
}

.iwptp-tabs-navigation {
    width: 100%;
    float: left;
    position: relative;
    padding: 0;
    height: auto;
    background-color: transparent;
}

.iwptp-tabs-navigation ul {
    float: left;
}

.iwptp-tabs-contents,
.iwptp-tab-content-item {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.iwptp-tabs-contents {
    padding-bottom: 20px;
}

.iwptp-tab-middle-content {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.iwptp-tab-content-item {
    display: none;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
}

.iwptp-tabs-contents .selected {
    display: block;
}