.cx-wrapper {
    background: #fff;
    border: none;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 13px;
    max-width: 100%;
    min-width: 100%;
    padding: 0 0 20px 0;
    position: relative;
    width: 100%;
    display: inline-block;
}
.cx-navs-wrapper {
    width: 12%;
    z-index: 2;
    position: relative;
    float: left;
    background: 0 0;
    border-right: 0;
    margin-top: 18px;
    padding: 0;
    border-radius: 0;
    line-height: inherit;
}
.cx-navs-wrapper ul,
.cx-navs-wrapper ul li {
    margin: 0 !important;
    padding: 0 !important;
}
.cx-navs-wrapper ul li {
    background: 0 0;
    white-space: normal;
    list-style: none;
    width: 100 % !important;
}
.cx-navs-wrapper ul li:last-child {
    border-bottom: none;
}
.cx-navs-wrapper ul li a {
    display: block;
    margin: 0;
    padding: 15px 12px;
    text-decoration: none;
    color: #777;
    font-size: 12px;
    text-align: center;
}
.cx-field-wrap,
.cx-label-wrap {
    line-height: 1.3;
    display: inline-block;
}
.cx-navs-wrapper ul li a:focus {
    box-shadow: none;
}
.cx-sections-wrapper {
    position: relative;
    padding: 5px 16px;
    width: 80%;
    float: left;
    background: #fff;
    color: #444;
    border-left: none;
    margin-bottom: 40px;
}
.cx-subheading {
    border-bottom: 1px solid #ddd;
    padding-bottom: 18px;
}
.cx-label-wrap {
    vertical-align: top;
    text-align: left;
    padding: 20px 10px 20px 0;
    width: 25%;
	font-weight: 400;
	font-size: 15px;
}
.cx-field-wrap {
    padding: 15px 10px;
    vertical-align: middle;
    width: 70% !important;
}
.cx-desc {
	color: #666;
	font-style: italic;
}
.cxrow {
	border-bottom: 1px solid #f5f5f5;
}
.cx-nav-tab.cx-active-tab {
    background: #626262;
    border-right: none;
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
}
.cx-label-wrap label,
.cx-nav-tab.cx-active-tab a {
    color: #fff;
}
.cx-field-wrap .cx-field-email,
.cx-field-wrap .cx-field-number,
.cx-field-wrap .cx-field-password,
.cx-field-wrap .cx-field-select,
.cx-field-wrap .cx-field-text,
.cx-field-wrap .cx-field-textarea,
.cx-field-wrap .cx-field-url {
    width: 100%;
}
.cx-field-wrap .cx-field-group {
    width: auto;
}
.cx-field-wrap .cx-field-file {
    width: 80%;
}
.cx-field-wrap p {
    margin: 0;
    font-family: inherit;
}
.cx-message {
    display: none;
    color: #155724;
    background-color: #d4edda;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #acceb4;
    position: fixed;
    right: 10px;
    width: 200px;
    z-index: 99;
    height: 48px;
    line-height: 48px;
    text-align: center;
    top: 162px;
    font-weight: 400;
    font-size: 15px;
}
.chosen-container,
.select2-container {
    width: 100%;
}
.cx-sticky-controls {
    width: 69%;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    text-align: right;
    border-top: 1px solid #ddd;
    padding: 25px 0;
}
.cx-subheading > .dashicons {
    color: #626262;
}
.cx-label-wrap label {
    color: #626262;
}
.cx-field-wrap .cx-field {
    background: #f9f9f9;
    border: 1px solid #ecebeb;
    padding: 5px 10px;
}
.cx-divider {
    text-align: center;
    border-bottom: 0px;
    border-top: 0px;
    font-size: 18px;
    padding-top: 10px;
}
.cx-divider > span {
    font-weight: 700;
}
/*.cx-divider::after,
.cx-divider::before {
    height: 2px;
    content: "";
    width: 200px;
    border-top: 1px solid #ddd;
    display: inline-block;
    margin: 0 6px 0 6px;
}*/
.cx-sticky-controls .button-primary {
    background: #4caf50;
    border-color: #4caf50;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    padding: 8px 20px;
    border: 1px solid #57b95b;
}
.cx-sticky-controls .button-primary:active,
.cx-sticky-controls .button-primary:focus,
.cx-sticky-controls .button-primary:hover {
    background: #57b95b;
    border-color: #57b95b;
    border: 1px solid #57b95b;
    box-shadow: none;
}
.cx-sticky-controls .button.cx-reset-button {
    color: #b7b7b7;
    border-color: transparent !important;
    background: 0 0 !important;
    background-color: transparent !important;
    vertical-align: top;
    text-decoration: underline;
    padding-top: 8px;
    outline: 0;
}
.cx-sticky-controls .button.cx-reset-button::active,
.cx-sticky-controls .button.cx-reset-button::focus,
.cx-sticky-controls .button.cx-reset-button::hover {
    background: 0 0 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    border: none;
    box-shadow: none;
    outline: 0;
}
.cx-field-wrap input.button.cx-browse {
    line-height: 38px;
    float: right;
}
.cx-heading {
    padding-bottom: 20px !important;
}
@media only screen and (min-width: 320px) {
    .cx-sections-wrapper {
        width: 73.5%;
        margin-left: 0;
    }
    .cx-label-wrap {
        width: 100%;
    }
    .cx-field-wrap {
        width: 100% !important;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .cx-field-wrap .cx-field-file {
        width: 53%;
    }
    .cx-nav-label {
        display: none;
        font-weight: 400;
        font-size: 15px;
        padding-left: 5px !important;
    }
    .cx-navs-wrapper ul li a {
        text-align: center;
        padding: 10px;
    }
    .cx-sticky-controls {
        width: 100%;
        text-align: center;
    }
    .cx-field-wrap input.button.cx-browse {
        padding: 0 12px;
    }
    .cx-sidebar-wrapper {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .cx-sections-wrapper {
        width: 75%;
        margin-left: 20px;
    }
    .cx-label-wrap {
        width: 25%;
    }
    .cx-field-wrap {
        padding: 15px 10px;
        width: 67% !important;
    }
    .cx-field-wrap .cx-field-file {
        width: 65%;
    }
    .cx-nav-label {
        display: none;
        font-weight: 400;
        font-size: 15px;
    }
    .cx-navs-wrapper {
        width: 10%;
    }
    .cx-field-wrap input.button.cx-browse {
        padding: 0 10px;
    }
    .cx-sticky-controls .button-primary {
        padding: 4px 20px;
    }
}
@media only screen and (min-width: 900px) {
    .cx-sticky-controls {
        left: 160px;
        width: calc(100% - 160px);
    }
}
@media only screen and (min-width: 1200px) {
    .cx-sections-wrapper {
        width: 80%;
    }
    .cx-label-wrap {
        width: 15%;
    }
    .cx-field-wrap {
        padding: 15px 0;
        width: 83% !important;
    }
    .cx-field-wrap .cx-field-file {
        width: 80%;
    }
    .cx-nav-label {
        display: unset;
        font-weight: 400;
        font-size: 15px;
    }
    .cx-navs-wrapper {
        width: 15%;
    }
    .cx-navs-wrapper ul li a {
        text-align: left;
        padding: 15px 12px;
    }
    .cx-field-wrap input.button.cx-browse {
        padding: 0 16px;
    }
    .cx-sidebar-wrapper {
        display: block;
    }
    .cx-sticky-controls .button-primary {
        padding: 8px 20px;
    }
}
@media only screen and (min-width: 1367px) {
    .cx-navs-wrapper {
        width: 13%;
    }
    .cx-field-wrap input.button.cx-browse {
        padding: 0 40px;
    }
}
