body[class*="simpforwc_"] {
    background: #f6f9fc;
}


.wrap.simpforwc h1 {
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: 20px;
}

.wrap.simpforwc form {
    background: #fff;
    padding: 10px 30px;
    margin: 0;
}

.wrap.simpforwc span.sfw-disabled {
    color: #999;
}
.wrap.simpforwc span.sfw-pro {
    font-size: 11px;
    border: 1px solid #2271b1;
    color: #2271b1;
    border-radius: 3px;
    padding: 1px 3px;
    margin-left: 4px;
}

.wrap.simpforwc .main_content {
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: calc(100% - 380px);
    display: inline-block;
}
.wrap.simpforwc .sidebar_cell {
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 330px;
    display: inline-block;
    float: right;
}
.wrap.simpforwc .sidebar_cell .box,
.wrap.simpforwc .main_content .outer-box {
    box-shadow: 0 1px 4px rgba(18,25,97,.078);
    border: 1px solid #e3e6ef;
}


.wrap.simpforwc .sidebar_cell .box {
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.wrap.simpforwc .sidebar_cell .box .simpforwc-logo {
    border-bottom: 1px solid #c3c4c7;
    margin: 0 -20px;
    padding: 0 20px 7px;
}
.wrap.simpforwc .sidebar_cell .box .simpforwc-logo img {
    width: 110px;
}

.wrap.simpforwc .sidebar_cell .box a {
    text-decoration: none;
}
.wrap.simpforwc span.dashicons.dashicons-editor-help {
    color: #cacfd3;
    display: inline-block;
    margin: -1px 0 0 5px;
    padding: 0;
}
.simpforwc-tooltip {
    position: absolute;
    top: 0;
    padding: 10px 15px;
    background: #1d2327;
    border-radius: 5px;
    max-width: 260px;
    color: #fff;
    z-index: 99999;
}
.simpforwc-tooltip a {
    display: inline-block;
    background: #fff;
    padding: 4px 10px;
    color: #2271b1;
    border: 1px solid #2271b1;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12px;
    margin: 10px 0 5px;
}
.wrap.simpforwc .desc {
    font-style: normal;
    margin: 0 0 15px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-weight: 300;
    word-break: break-word;
}

.wrap.simpforwc .nav-tab-wrapper {
    background: #fff;
    margin: 0;
    padding: 0;
}
.wrap.simpforwc .nav-tab-wrapper .nav-tab {
    display: block;
    float: left;
    cursor: pointer;
    padding: 20px 30px;
    border: 1px solid transparent;
    border-bottom: none;
    vertical-align: middle;
    font-size: 14px;
    color: #999;
    background: none;
    margin: 0;
    font-weight: normal;
    line-height: 1;
}
.wrap.simpforwc .nav-tab-wrapper .nav-tab:hover {
    background-color: #f8f8f8;
}
.wrap.simpforwc .nav-tab-wrapper .nav-tab.nav-tab-active {
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #007cba;
    font-weight: 700;
    color: #3c434a;
}
.wrap.simpforwc .form-table th {
    padding: 10px 10px 10px 0;
}
.form-table td {
    padding: 10px 10px;
}

@media screen and (max-width: 1224px) {
    .wrap.simpforwc .main_content {
        width: auto;
        display: block;
        height: auto;
    }
    .wrap.simpforwc .sidebar_cell {
        width: auto;
        padding: 40px 0 0 0;
        display: block;
        height: auto;
    }
}
