@font-face {
    font-family: "codeixer-icon";
    src: url("../fonts/codeixer-icon.eot?26747632");
    src: url("../fonts/codeixer-icon.eot?26747632#iefix") format("embedded-opentype"),
        url("../fonts/codeixer-icon.woff2?26747632") format("woff2"),
        url("../fonts/codeixer-icon.woff?26747632") format("woff"),
        url("../fonts/codeixer-icon.ttf?26747632") format("truetype"),
        url("../fonts/codeixer-icon.svg?26747632#codeixer-icon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "codeixer-icon";
        src: url("../font/codeixer-icon.svg?26747632#codeixer-icon") format("svg");
    }
}

.icon-codeixer-icon:before {
    content: "\e800";
}

/* '' */

.icon-codeixer:before,
.dashicons-codeixer:before {
    content: "\e800";
    font-family: "codeixer-icon";
}

/**
 * DASHBOARD PAGE
 */


@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "codeixer-icon";
        src: url("../font/codeixer-icon.svg?26747632#codeixer-icon") format("svg");
    }
}

.icon-codeixer-icon:before {
    content: "\e800";
}

.icon-codeixer:before {
    content: "\e800";
    font-family: "codeixer-icon";
}

.dashicons-codeixer:before {
    content: "\e800";
    font-family: "codeixer-icon";
}

.ci-settings-heading {
    margin: 0px;
    position: relative;
    left: -220px;
    font-size: 20px;
    padding-bottom: 10px;
}

.cix-card-active {
    width: 1100px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    padding: 25px;
    float: none;
    color: #4a4a4a;
    display: block;
    margin-bottom: 25px;
}

.cix-card-active h3 {
    color: #4a4a4a;
    margin-top: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
}

.cix-card-active .button {
    width: 100%;
    text-align: center;
    height: 45px;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    cursor: pointer;
    border-radius: 4px;
    background: #006dd2;
}

.cix-card-active .button:hover {
    background: #057ae6;
}

.cix-card-active .button:focus {
    background: #057ae6;
    outline: none;
}

.cix-card-active .deactivate-btn .button {
    background: #E40055 !important;
    border: none;
}

.cix-card-active p.submit {
    margin: 0;
    padding: 0;
}

.cix-card-active .notice-error {
    color: #dc3232;
}

.el-license-field {
    width: 450px;
    float: left;
    margin-right: 20px;
}

.el-license-field input {
    font-size: 15px;
    color: #797979;
    background: #fafafa;
    border: 1px solid #ddd;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 500;
    height: 45px;
    padding: 0px 20px;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
}

.el-license-active-btn {
    width: 200px;
    float: left;
}

.cix-badge {
    color: #202223;
    font-weight: 500;
    border: none;
    line-height: 40px;
    padding: 5px 20px;
    font-size: 17px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.cix-badge span {
    font-size: 22px;
    padding-top: 9px;
    margin-right: 5px;
}

.b-unregister {
    background: #ffb818;
}

.b-unregister span {
    color: #202223;
}

.b-support {
    background: #8e44ad;
    color: #fff;
}

.b-register {
    background: #4834d4;
    color: #fff;
}

.b-register span {
    color: #fff;
}

.txt-disable {
    color: #4a4a4a !important;
    cursor: not-allowed;
}

.infobox {
    display: block;
    width: 100%;
    overflow: hidden;
}

.bluetitle {
    color: #0185ff;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}

.simpletext {
    color: green;
    font-size: 14px;
    line-height: 20px;
}

.simpletext a {
    color: #747679;
    font-size: 14px;
    line-height: 20px;
}

.simpletext span {
    display: inline-block;
    padding: 5px 10px;
    padding-left: 0px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.fw-brz-dismiss {
    display: none;
}

.lightbox-icon-pixker img {
    width: 40px;
    border: 5px solid #f1f1f1;
    border-radius: 3px;
}

.image_picker_image .csf--image {
    width: 200px;
    overflow: hidden;
}

.image_picker_image img {
    width: 100% !important;
}

.no-border-csf .csf-fieldset-content {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.no-border-csf .csf-field+.csf-field {
    border-top: none;
}

tr.number_field_ci input {
    width: 80px;
    float: left;
    margin-right: 10px;
}

.notice.ciplugin-review {
    border: 0px;
    padding: 10px 20px;
}

.notice.ciplugin-review p {
    font-size: 15px;
}

.ciplugin-offer {
    padding: 10px 25px;
    border: 0px;
    width: 700px;
}

.ciplugin-offer p {
    font-size: 14px;
    line-height: 24px;
}

.ciplugin-offer span {
    border: 1px dashed #1a73aa;
    padding: 2px 5px;
    background: #e7f5ff;
    color: #000;
}

/** For Upgrade page */
.post-type-shop_deposit .wrap {
    margin-top: 80px;
}

a.cit-admin-pro-notice {
    background: #fff;
    width: 93%;
    display: inline-block;
    margin-top: 30px;
    text-decoration: none;
    padding: 20px 25px;
    border: 1px solid #8e46dd;
    color: #363b3f;
    border-radius: 4px;
    vertical-align: middle;
}

a.cit-admin-pro-notice p {
    display: inline-block;
    font-size: 16px;
    margin: 0;
    line-height: 37px;
}

a.cit-admin-pro-notice span {
    background: #8e46dd;
    padding: 10px 15px;
    border-radius: 6px;
    float: right;
    color: #fff;
    font-size: 16px;
}

.cit-get-pro {
    font-weight: 600;
    color: #1da867;
}

.admin_page_codeixer-upgrade .notice,
.post-type-shop_deposit .notice {
    display: none;
}

.admin_page_codeixer-upgrade .cit-item-feature,
.post-type-shop_deposit .cit-item-feature {
    background: #fff;
    margin-right: 20px;
    padding: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 0 1px #e9eff3;
    box-shadow: 0 0 0 1px #e9eff3;
}

.admin_page_codeixer-upgrade .cit-item-feature h4,
.post-type-shop_deposit .cit-item-feature h4 {
    margin: 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #2d0576;
}

.admin_page_codeixer-upgrade .cit-item-feature .ha-feature-list-wrap li,
.post-type-shop_deposit .cit-item-feature .ha-feature-list-wrap li {
    margin-bottom: 13px;
    border: 1px solid #1b076da6;
    border-radius: 3px;
    padding: 6px 15px;
    color: #1b076d;
}

.admin_page_codeixer-upgrade .cit-item-feature .ha-feature-list-wrap li:last-child,
.post-type-shop_deposit .cit-item-feature .ha-feature-list-wrap li:last-child {
    margin-bottom: 0px;
}

.admin_page_codeixer-upgrade .cit-item-action,
.post-type-shop_deposit .cit-item-action {
    background: #1a0b6d;
    padding: 20px;
    padding-bottom: 30px;
    margin-right: 10px;
}

.admin_page_codeixer-upgrade .cit-item-action h3,
.post-type-shop_deposit .cit-item-action h3 {
    color: #fff;
    font-size: 23px;
    line-height: 27px;
    font-weight: 500;
    margin-top: 0;
}

.admin_page_codeixer-upgrade .cit-item-action p,
.post-type-shop_deposit .cit-item-action p {
    color: #fff;
    text-align: center;
    font-size: 13px;
    display: block;
    margin-bottom: 0px;
    margin-top: 10px;
}

.admin_page_codeixer-upgrade a.cit-action-btn,
.post-type-shop_deposit a.cit-action-btn {
    padding: 13px;
    background: #fff;
    margin-top: 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    background: #8e46dd;
    border-radius: 3px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.admin_page_codeixer-upgrade .wp-cit-heading,
.post-type-shop_deposit .wp-cit-heading {
    text-align: left;
    margin-left: 0;
    margin-top: 90px;
    font-size: 24px;
    margin-bottom: 30px;
    display: inline-block;
    color: #2d0576;
    font-weight: normal;
}

.admin_page_codeixer-upgrade .cit-upgrade-sticky,
.post-type-shop_deposit .cit-upgrade-sticky {
    position: absolute;
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
    margin-left: -20px;
    text-align: right;
    background: #fff;
    height: 60px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 1px #c8d7e1;
    box-shadow: 0 1px 1px #c8d7e1;
}

.admin_page_codeixer-upgrade .cit-upgrade-sticky h3,
.post-type-shop_deposit .cit-upgrade-sticky h3 {
    text-align: left;
    margin-left: 85px;
    margin-top: 20px;
    display: block;
    color: #2d0576;
}

.admin_page_codeixer-upgrade .cit-upgrade-sticky .buttons-area,
.post-type-shop_deposit .cit-upgrade-sticky .buttons-area {
    padding: 13px 0px;
}

.admin_page_codeixer-upgrade .cit-upgrade-sticky img,
.post-type-shop_deposit .cit-upgrade-sticky img {
    width: 60px;
    margin-left: 10px;
}

.cit-button-2,
.cit-button-1 {
    display: inline-block;
    padding: 6px 12px;
    margin-right: 6px;
    background: #fff;
    border-color: #c8d7e1;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #2e4453;
    cursor: pointer;
    outline: 0;
    overflow: hidden;
    font-size: 13px;
    font-weight: 500;
    text-overflow: ellipsis;
    text-decoration: none;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 21px;
    border-radius: 4px;
    padding: 5px 11px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.cit-button-2 span,
.cit-button-1 span {
    margin-right: 4px;
    font-size: 17px;
    margin-top: 2px;
}

.cit-button-2:last-child,
.cit-button-1:last-child {
    margin-right: 0;
}

.cit-button-1 {
    background: #8e46dd;
    border-color: #7234b4;
    color: #fff;
}

.cit-button-1:hover {
    color: #fff;
}

.cit-button-link {
    text-decoration: none;
    margin-right: 15px;
    color: #2d0576;
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: 500;
}

.cit-button-link:focus {
    outline: none;
}

.fw-brz-dismiss {
    display: none;
}

/*
 * Codestar framework
 */
.lightbox-icon-pixker img {
    width: 40px;
    border: 5px solid #f1f1f1;
    border-radius: 3px;
}

.image_picker_image .csf--image {
    width: 200px;
    overflow: hidden;
}

.image_picker_image img {
    width: 100% !important;
}

.no-border-csf .csf-fieldset-content {
    border: none;
    box-shadow: none;
}

.no-border-csf .csf-field+.csf-field {
    border-top: none;
}

/*
 * Notice Style
 */
.codeixer-notice-alert {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px !important;
}

.codeixer-notice-wrapper {
    padding: 10px 20px !important;
    padding-bottom: 15px !important;
    border-left-color: transparent;
    border: 1px solid #ccd0d4;
    border-radius: 3px;
}

.codeixer-notice-wrapper .button {}

.codeixer-notice-wrapper .button-alt {
    margin-left: 10px;
}

.codeixer-notice-wrapper h3 {
    margin-bottom: 15px;
}

/* deposits */
div#wptrt-notice-woo_deposits1 {
    padding: 0px !important;
    min-height: 54px;
}

div#wptrt-notice-woo_deposits1 img {
    width: 54px;
    margin-left: -2px;
    margin-right: 10px;
    margin-top: -2px;
    display: block;
}

div#wptrt-notice-woo_deposits1 p {
    margin: 0px;
    float: left;
    line-height: 48px;
    font-size: 13px;
}

/**
 * Plugin markup
 */
.fw-cix-plugin-wrapper {
    overflow: hidden;
    width: 100%;
    display: block;
}

.fw-plugin-list-item {
    background: #fff;
}

#fw-dashboard-tabs ul {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 0px;
}

div#fw-dashboard-tabs li {
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}

div#fw-dashboard-tabs li a {
    background: #ddd;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: rgb(71, 71, 71);
    font-weight: 600;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

div#fw-dashboard-tabs li a:focus {
    box-shadow: none;
}

div#fw-dashboard-tabs li.ui-tabs-active a,
div#fw-dashboard-tabs li a:hover {
    background: #fff;
    color: #000;
}

.fw-tab-data {
    background: #fff;
    padding: 15px 0px;
    padding-left: 15px;
}

#fw-premium-plugins .fw-extensions-list .fw-extensions-list-item>.inner {
    border: 1px solid #e8e8ea;
    border-radius: 5px;
}

.fw-cix-plugin-wrapper .fw-btn-link {
    color: #2a137f !important;
    border-color: #21127b !important;
}

a.cit-admin-pro-notice {
    background: #fff;
    width: 93%;
    display: inline-block;
    margin-top: 30px;
    text-decoration: none;
    padding: 20px 25px;
    border: 1px solid #8e46dd;
    color: #363b3f;
    border-radius: 4px;
    vertical-align: middle;
}

a.cit-admin-pro-notice p {
    display: inline-block;
    font-size: 16px;
    margin: 0;
    line-height: 37px;
}

a.cit-admin-pro-notice span {
    background: #8e46dd;
    padding: 10px 15px;
    border-radius: 6px;
    float: right;
    color: #fff;
    font-size: 16px;
}