
body .essay-component.popup-component label.checkbox-input input[type=checkbox]{
    position: relative;
}
body .essay-component.popup-component label.checkbox-input i.chek {
    display: none;
}

body .essay-component .checkbox-input {
    font-family: Lato, Helvetica, Arial, sans-serif;
}
body .essay-component .check-list > li {
    background-image: url('/files/images/red-check.png');
}
body .essay-component .blue-label,
body .essay-component .blue-status-label,
body .payments-wrapper .info-data .row .col:nth-child(2) {
    color: #e14e46;
}

.order-preview .row > .col:nth-child(2) {

}

body  .payments-wrapper .info-data .row:nth-child(odd) {
    background: #f7f7fa;
}
body div.featherlight .featherlight-content {
    padding: 15px 45px 0;
    border-bottom-width: 15px;
    border-top-width: 15px;
    border-color: #ffffff;
    max-width: 95%;
}
.featherlight .featherlight-inner {
    max-width: 100%;
}
body .essay-orders .orders .order-item {
    padding-left: 25px;
    padding-right: 25px;
}
body .essay-orders .orders .order-item.vip {
    border-color: #e14e46;
}
body .essay-orders .orders .order-item.vip .vip-label {
    background-color: #e14e46;
    color: #ffffff;
}
body .essay-orders .orders .order-item .text-block p,
body .essay-orders .links-list > li a:after {
    font-weight: 500;
    color: #652022;

}
body .essay-orders .orders-header-row .price-label {
    color: #e14e46;
}
body .essay-component .material-select,
body .essay-component input[type="text"],
body .essay-component input[type="email"],
body .essay-component input[type="password"],
body .essay-component textarea,
body .essay-component select,
body .essay-component .pm-input input,
body .essay-component .multiinput {
    line-height: normal;
    min-height: auto;
    height: auto;
    background-color: #fafafa;

}
.button,
input[type=button],
input[type=submit] {
    border-radius: 3px;
}
body .essay-component .back-b:before {
    color: #e14e46;
}

body .affiliate-program-wrapper .side .case .case-content .group input[type="text"],
body .affiliate-program-wrapper .side .case .case-content .group input[type="email"],
body .affiliate-program-wrapper .side .case .case-content .group input[type="password"],
body .affiliate-program-wrapper .side .case .case-content .group input[type="file"],
body .affiliate-program-wrapper .side .case .case-content .group textarea,
body .affiliate-program-wrapper .side .case .case-content .group select,
body .affiliate-program-wrapper .side .case .case-content .group .pm-input input,
body .affiliate-program-wrapper .side .case .case-content .group .multiinput,
body .essay-component input[type="text"],
body .essay-component input[type="email"],
body .essay-component input[type="password"],
body .essay-component input[type="file"],
body .essay-component textarea,
body .essay-component select,
body .essay-component .pm-input input,
body .essay-component .multiinput {
    border: 1px solid rgba(21, 48, 67, 0.13);
    border-radius: 10px;
    color: rgba(54, 54, 54, .75);
    padding: 14px;
    box-shadow: none;

}
body .essay-component *:not(.material-icons) {
    font-family:  "Lato", Helvetica, Verdana, Arial, sans-serif;;
}
body .essay-component input[type="text"]:disabled,
body .essay-component input[type="email"]:disabled,
body .essay-component input[type="password"]:disabled,
body .essay-component input[type="file"]:disabled,
body .essay-component textarea:disabled,
body .essay-component select:disabled,
body .essay-component .pm-input input:disabled,
body .essay-component .multiinput:disabled {
    cursor: not-allowed;
    background: #ffffff;
    color: silver;
}
body .essay-component form label {
    color: #652022;
}
body .currency.select-wrapper {
    border: 1px solid rgba(21, 48, 67, 0.13);
    border-radius: 10px;
    overflow: hidden;
}
body .essay-component .currency.select-wrapper input[type=button] {
    border-radius: 0;
    height: 47px;
    background: #fafafa;
    border: none;
}
body .essay-component .currency.select-wrapper input[type=button] + input {
    border-left: 1px solid rgba(21, 48, 67, 0.13);
}


body .essay-component .currency.select-wrapper input[type=button].active {
    background: #dcdcdc;
    box-shadow: 0 0 2px #dcdcdc;
    border: 1px solid #dcdcdc;
}
body .essay-component .currency.select-wrapper input[type=button].active +input {
    border-left: 1px solid #dcdcdc;
}

body .essay-component select::-ms-expand {
    display: none;
}

body .essay-component select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url('/files/images/caret.svg');
    background-repeat: no-repeat;
    background-position: 95% center ;
    background-size: 10px;
}

.number-field.form-slim {
    display: inline-block;
    position: relative;
    height: 49px;
    margin-bottom: 20px;
}
.number-field.form-slim input {
    padding-left: 33px;
    padding-right: 33px;
    text-align: center;
}
.number-field.form-slim .minus.m,
.number-field.form-slim .plus.p {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    line-height: inherit;
    padding: 14px;
    z-index: 1;
    cursor: pointer;
    height: 48px;
    width: 45px;
    border-radius: 4px;
    text-align: center;
}
.number-field.form-slim .minus.m:before,
.number-field.form-slim .plus.p:before {
    font-size: 25px;
    display: inline-block;
    line-height: 14px;
    vertical-align: baseline;
}
.number-field.form-slim .minus.m {
     left: 0;
    border-right: 1px solid rgba(21, 48, 67, 0.13);
 }
.number-field.form-slim .plus.p:before {
    content: '\002B';
}

.number-field.form-slim .plus.p {
    padding-top: 16px;
    padding-right: 15px;
    right: 0;
    border-left: 1px solid rgba(21, 48, 67, 0.13);
}
.number-field.form-slim .minus.m:before {
    content: '\2013';
}

body .essay-miniorder-form .sidebar-total,
body .essay-miniorder-form .sidebar-total-with-discount {
    color: #652022;
    font-weight: 500;
}
body .essay-miniorder-form .mini-order-total-price {
    font-size: 30px;
    font-weight: 700;
    color: #e14e46;
}
.essay-custom-calculator-wrapper .row span.label {
    font-size: 15px;
    color: #652022;
    text-align: left;
    font-weight: normal;
    line-height: 1.4;
}
.essay-custom-calculator-wrapper.essay-component form  .input-field {
    margin-top: 20px;
}
.essay-custom-calculator-wrapper .price-list .price-item .price {
    color: #652022;
}
body .essay-custom-calculator-wrapper .price-list .price-item .circles {
    margin-top: 0;
}
body .essay-custom-calculator-wrapper .price-list .price-item {
    background: #fafafa;
    border-color: #e0e4e6;
}
body .essay-custom-calculator-wrapper .price-list .price-item.active {
    background: #ededed;
}
body .essay-custom-calculator-wrapper .price-list .price-item:hover {
    background: #f5f5f5;
}
body .essay-custom-calculator-wrapper .price-list .price-item.active {
    background: #ededed;
}
.essay-custom-calculator-wrapper input[type="submit"] {
    background: #fbdc83;
    padding: 15px;
    border-color: #fbdc83;
    font-size: 16px;
    color: #000000;
}
.essay-custom-calculator-wrapper input[type="submit"]:hover,
.essay-custom-calculator-wrapper input[type="submit"]:focus,
.essay-custom-calculator-wrapper input[type="submit"]:active {
    background: #f5d57f;
    padding: 15px;
    border-color: #f5d57f;
    font-size: 16px;
    color: #000000;
}

.essay-component input[type=checkbox]:before {
    width: 32px;
    height: 32px;
    display: inline-block;
    content: '';
    position: relative;
    top: -12px;
    left: 0;
    border-radius: 10px;
    background: #fafafa;
    border: 1px solid rgba(21, 48, 67, 0.13);
    cursor: pointer;
}
.essay-component input[type=checkbox]:after {
    width: 32px;
    height: 32px;
    font-family: FontAwesome;
    display: inline-block;
    content: '\f00c';
    position: absolute;
    top: -12px;
    left: 0;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    padding: 6px 0;
    opacity: 0;
    cursor: pointer;
}
.essay-component input[type=checkbox] {
    position: relative;
    border-radius: 4px;
    background: none;
    border: none;
    width: 32px;
}
.essay-component input[type=radio]:before {
    width: 32px;
    height: 32px;
    display: inline-block;
    content: '';
    position: relative;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #fafafa;
    border: 1px solid rgba(21, 48, 67, 0.13);
    cursor: pointer;
}
.essay-component input[type=radio]:after {
    width: 16px;
    height: 16px;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 1px #000;
    background: #000000;
    cursor: pointer;
}
.essay-component input[type=radio] {
    position: relative;
    border-radius: 4px;
    background: none;
    border: none;
    width: 32px;
    height: 32px;
    padding-left: 1px;
}
body .essay-component .ws-language-style .checkbox-label, body .essay-component .ws-language-style  [type="radio"] + label.radio-label {
    line-height: 40px;
    padding-bottom: 0;
}

.essay-component input[type=checkbox]:checked:after,
.essay-component input[type=radio]:checked:after {
    opacity: 1;
}
body .container .essay-component .checkbox-label,
body .container .essay-component [type="radio"] + label.radio-label {
    padding: 0 0 0 45px;
}
body .order-form-wrapper .data-table > .row > .col {
    margin-bottom: 20px;
}
body .order-form-wrapper .data-table > .row >  .ws-language-style,
body .order-form-wrapper .data-table > .row >  .ws--style {
    margin-bottom: 0;
}
body .order-form-wrapper .material-hint > i:after,
body .order-form-wrapper .material-hint > b:after {
    color: #ffffff;
    background: #ffdc00;
    border-color: #ffdc00;
    font-size: 13px;
    line-height: 15px;
    padding-left: 1px;
}
body .essay-component.order-form-wrapper .form-button {
    background: #fbdc83;
    border-radius: 2px;
    padding-top: 15px;
    padding-bottom: 15px;

}
body .order-form-wrapper .input-button span {
    margin-top: -50px;
}
body .order-form-wrapper .input-button .red-label,
body .order-form-wrapper .input-button .green-label {
    font-size: 1.1rem;
}
body .order-form-wrapper .data-table .label {
    font-size: 17px;
    color: #652022;
    padding-left: 0;
    padding-right: 0;
}
body .essay-order-form {
    padding-top: 30px;
}
body .essay-order-form .header {
    margin-top: 0;
}
#order-form > div.essay-order-form > div.order-form-data.steps > div:nth-child(5) > div > div.row.ws-additional-order-id > div > label:nth-child(1) {
    display: block;
    clear: right;
    text-align: left;
    margin-bottom: 0;
}
#order-form > div.essay-order-form > div.order-form-data.steps > div:nth-child(5) > div > div.row.ws-additional-order-id > div > label {
    text-align: left;
}
#order-form > div.essay-order-form > div.order-form-data.steps div.row.ws-additional-order-id label:nth-child(2) {
    float: left;
    max-width: 88%;
}
#order-form > div.essay-order-form > div.order-form-data.steps div.row.ws-additional-order-id span > label {
    padding-bottom: 15px;
    clear: both;
}
#order-form > div.essay-order-form > div.order-form-data.steps  div.row.ws-additional-order-id > div > div:nth-child(4) {
    clear: both;
}
.essay-component .ws-vip-services label.checkbox-label {
    border: 1px solid rgba(21, 48, 67, 0.13);
    border-radius: 10px;
    cursor: pointer;
}
body .essay-component .ws-vip-services .material-hint {
    position: absolute;
    left: 15px;
    top: 15px;
}
body .essay-component .ws-vip-services .material-hint i {
    margin-left: 0;
}
body .essay-component .ws-vip-services .vip-services-list input[type=checkbox] {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
body .essay-component .ws-vip-services .new-vip:before {
    right: 8px;
    border-top-right-radius: 10px;
    border-top-color: #e14e46;
    border-right-color: #e14e46;
}
.essay-component .ws-vip-services .vip-services-list label p.price-wrapper {
    color: #652022;
}
body .essay-component .ws-vip-services .new-vip .wrapper:before {
    font-family: Lato, Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    top: 6px;
    right: 3px;
}
.essay-component .ws-vip-services .services-package .package-price-wrapper .old-price,
.essay-component .ws-vip-services .services-package .package-price-wrapper .old-currency {
    color: silver;
}
.essay-component .ws-vip-services .services-package .package-price-wrapper .price:not(.old-price),
.essay-component .ws-vip-services .services-package .package-price-wrapper .currency:not(.old-currency) {
    color: #e14e46;
}
.essay-component .ws-vip-services .services-package input[type=checkbox] {
    top: 106px;
    left: 15px;
}
.essay-component .ws-vip-services .services-package .offer-label b {
    font-size: 20px;
    color: #e14e46;
}
body .essay-component .ws-vip-services .services-package .package-price-wrapper {
    padding-left: 70px;
}
.essay-component .ws-vip-services .services-package .package-price-wrapper span.discount {
    display: inline-block;
    width: 74px;
    height: 74px;
    background: url('/files/images/extra-featutre.png') no-repeat top left;
    font-size: 21px;
    color: #ffffff;
    text-align: center;
    padding-top: 9px;
    position: absolute;
    left: 60%;
    transform: rotate(30deg);
    top: 17px;
}
.essay-component .ws-vip-services .services-package .package-price-wrapper span.discount b {
    margin: 0;
    width: 44px;
    white-space: pre-line;
}
body .wrap-order-submit {
    padding: 30px 0;
}
body .order-form-wrapper .order-submit {
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    min-width: 250px;
}
body .order-form-wrapper .total-price {
    font-size: 18px;
}
body .order-form-wrapper .total-price b {
    color: #e14e46;
    font-size: 23px;
    font-weight: 900;
}
.essay-component .accept-div * {
    font-size: 14px;
    color: rgba(54, 54, 54, 0.75);
}
.essay-component .accept-div a {
    text-decoration: underline dotted rgba(54, 54, 54, 0.75);
}
.price-disclaimer,
.price-disclaimer b {
    font-size: 14px;
    color: #363636;
    padding-bottom: 15px;
    text-align: center;
    font-weight: normal;
}
body .order-form-wrapper .bookmark-row .wrapper {
    border: 16px solid #fdf0d9;
    border-radius: 0;
    background: url('/files/images/bookmark-grandpa.jpg') no-repeat bottom left;
    padding-bottom: 50px;
}
body .order-form-wrapper .bookmark-row .wrapper b {
    color: #ffc34f;
}
.ae-lifetime-discount .lifetime-wrapper,
.logged-in #order-form > div.essay-order-form > div.order-form-data.steps > div:nth-child(3) > div.row > div,
.logged-in #order-form > div.essay-order-form > div.order-form-data.steps > div:nth-child(5) > div.paper-requirements-table.data-table > div > div:nth-child(1) > div,
.ws-personal-information-div > div,
#order-form > div.essay-order-form > div.order-form-data.steps > div:nth-child(4) > div.row > div,
#order-form > div.essay-order-form > div.order-form-data.steps > div:nth-child(6) > div.paper-requirements-table.data-table > div > div:nth-child(1) > div {
    position: relative;
    margin-bottom: 15px;
}
.ae-lifetime-discount .lifetime-wrapper:before,
.logged-in #order-form > div.essay-order-form > div.order-form-data.steps > div:nth-child(3) > div.row > div:before,
.logged-in #order-form > div.essay-order-form > div.order-form-data.steps > div:nth-child(5) > div.paper-requirements-table.data-table > div > div:nth-child(1) > div:before,
.order-preview .header:before,
.ws-personal-information-div > div:before,
#order-form > div.essay-order-form > div.order-form-data.steps > div:nth-child(4) > div.row > div:before,
#order-form > div.essay-order-form > div.order-form-data.steps > div:nth-child(6) > div.paper-requirements-table.data-table > div > div:nth-child(1) > div:before {
    display: block;
    content: '';
    height: 24px;
    background: url('/files/images/pattern-ancient.png') repeat-x top right;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 10px;
    z-index: -2;
}
body .ae-lifetime-discount .header,
body .order-preview .header,
body .ws-personal-information-div > div .header,
body .essay-order-preview .header,
#order-form > div.essay-order-form > div.order-form-data.steps .header,
#order-form > div.essay-order-form > div.order-form-data.steps  div.paper-requirements-table.data-table .header  {
    font-size: 28px;
    color: #e14e46;
    font-weight: 600;
    display: inline-block;
    padding-right: 23px;
    background: #ffffff;
    position: relative;
    font-family: "Lato", Helvetica, Verdana, Arial, sans-serif;
}
.order-preview .header:after {
    display: block;
    content: '';
    max-width: 100%;
    width: 280px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.essay-component .ws-vip-services .vip-services-list.row {
    margin-left: -15px;
    margin-right: -15px;
}
#order-form > div.essay-order-form > div.order-form-data.steps  div.paper-requirements-table.data-table .ws-vip-services  .header {
    padding-left: 70px;
    position: relative;
}
#order-form > div.essay-order-form > div.order-form-data.steps  div.paper-requirements-table.data-table .ws-vip-services .header:before {
    display: inline-block;
    content: url('/files/images/vip-sign.jpg');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 48px;
    line-height: 48px;
}
body .ae-lifetime-discount .lifetime-wrapper {
    padding: 0 15px;
}
body .lifetime-wrapper .lifetime .discount-section-wrapper .discount-section:hover span.percent,
body .lifetime-wrapper .lifetime .discount-section-wrapper .discount-section:hover span.pages {
    color: #652022;
}
body .lifetime-wrapper .lifetime .discount-section-wrapper .discount-section:hover {
    border-color: #e14e46;
}
body .lifetime-wrapper .lifetime .lifetime-line {
    color: #652022;
    overflow: hidden;
}
body .lifetime-wrapper .lifetime .lifetime-line .lifetime-line-status {
    background: #e14e46;
}
body .lifetime-wrapper .lifetime .lifetime-line .current-pages {
    position: absolute;
    right: 15px;
    top: 5px;
}
.ae-orders .essay-component:not(.payments-wrapper) {
    background: url('/files/images/pattern-ancient.png') repeat-x 100% 39px;
}
.ae-orders .essay-component .component-tabs-controls {
    border: 1px solid #e14e46;
    max-width: 320px;
    margin: 0;
    padding: 0;
}
.ae-orders .essay-component .component-tabs-controls li {
    background: #ffffff;
    padding: 0;
    width: 50%;
}
.ae-orders .essay-component .component-tabs-controls li:first-child a,
.ae-orders .essay-component .component-tabs-controls li:first-child a:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.ae-orders .essay-component .component-tabs-controls li:last-child a,
.ae-orders .essay-component .component-tabs-controls li:last-child a:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.ae-orders .essay-component .component-tabs-controls  a {
    color: #652022;
    padding-left: 0;
    padding-right: 0;
}

.ae-orders .essay-component .component-tabs-controls .selected a {
    background: #e14e46;
    color: #ffffff;
}
.ae-orders .essay-component .component-tabs-controls .selected a:hover
{
    padding-left: 0;
    padding-right: 0;
    background: rgba(242, 82, 74, 0.77);
    color: #ffffff;
}

.ae-orders .essay-component .component-tabs-controls  a:hover {
    padding-left: 0;
    padding-right: 0;
    background: #f7f7f7;

}
.ae-orders .essay-component .component-tab-content {
    padding: 0;
}
body .essay-order-details .nav-list > li.selected a {
    background: #e14e46;
    margin: 0;
    border: 2px solid #E14E46;
}
body .essay-order-details .nav-list > li:not(.selected) a {
    border-color: #e14e46;
    color: #e14e46;
}
.essay-order-details .details-list li {
    width: 100%;
}
body .essay-order-details .title {
    padding: 20px 0;
    font-size: 22px;
    color: #652022;
    font-family: Montserrat, Helvetica, Verdana, Arial, sans-serif;
}
body .essay-order-details .title > div:before {
    display: block;
    content: 'Title:';
    font-size: 14px;
    color: #979ca7;
}
body .essay-order-details .details-list li b {
    color: #652022;
}
body .essay-order-details .actions-list > li a:not(.pay-now-b) {
    border-color: #e14e46;
    color: #e14e46;
}
body .essay-order-details .actions-list > li a.pay-now-b {
    border-color: #fbdc83;
    width: 100%;
}
body .essay-order-details .messages-list .status-icon i.unread:before {
    color: #652022;
}
body .essay-order-details .price b {
    color: #e14e46;
}
body .essay-order-details .price i {
    color: #979ca7;
}
@media all and (min-width: 1200px) {

    body .essay-order-details .grid > .row:nth-child(odd) {
        background: #f7f7fa;
    }
}
@media all  and (max-width: 1199px) {
    body .essay-order-details .grid > .row > .col:nth-child(odd) {
        background: #f7f7fa;
    }
    body .essay-order-details .grid .col:nth-child(n+2) {
        border: none;
        background: none;
    }
    body .essay-order-details .grid > .row:nth-child(odd) {
       background: none;
    }
}
body .affiliate-program-wrapper .affiliate-pre-text .title {
    display: none;
}
body .affiliate-program-wrapper .affiliate-status .earnings span {
    color: #bc3032;
}
body .affiliate-program-wrapper .referral-banner .row-1,
body .affiliate-program-wrapper .referral-banner .row-2,
body .affiliate-program-wrapper .referral-banner .row-3 {
    border-radius: 33px 0 0 33px;
    overflow: hidden;

    background: #fff3dd;
}
body .affiliate-program-wrapper .referral-banner .row-1  p.title {
    background: #fff3dd;
    color: #bc3032;
}
body .affiliate-program-wrapper .referral-banner .row-1 .icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    border: 4px solid #fff3dd;
    opacity: .7;
}
body .affiliate-program-wrapper .side .case .case-title {
    background: #ffd;
    color: #bc3032;
    text-align: left;
}
body .affiliate-program-wrapper .side .case .case-title div {
    color: #bc3032;
}
body .affiliate-program-wrapper #referralcode {
    padding-right: 78px;
}
body .affiliate-program-wrapper .side .case .case-content .affiliate-button.copy,
body .affiliate-program-wrapper .side .case .case-content .affiliate-button.center,
body .affiliate-program-wrapper .side .case .case-content .save-button.print-button {
    background: #fbdc83;
    color: #000000;
    border-color: #fbdc83;
    font-weight: normal;
}
body .affiliate-program-wrapper .side .case .case-content .save-button,
body .affiliate-program-wrapper .side .case .case-content .payment-details .affiliate-button {
    background: #475577;
    border: 1px solid #475577;
    color: white;
}
body .affiliate-program-wrapper .side .case .case-content .referral-link {
    background-color: #fffff1;
}
body .affiliate-program-wrapper .side .case .case-content .emails-wrapper .tagsinput {
    border: 1px solid rgba(21, 48, 67, 0.13);
    border-radius: 10px;
    color: rgba(54, 54, 54, .75);
    box-shadow: none;
    background-color: #fafafa;
    padding: 0 0 0 14px;
}
body .affiliate-program-wrapper .side .case .case-content .emails-wrapper .tagsinput div input {
    padding-left: 0;
    margin: 3px 0;
    padding-top: 6px;
    padding-bottom: 6px;
    height: auto;
}
body .affiliate-program-wrapper .side .case .case-content .emails-wrapper .tagsinput span.tag {
    margin-right: 4px;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 16px;
    background: #ffd;
    border-color: #fff3dd;
    color: #bc3032;
}
body .affiliate-program-wrapper .side .case .case-content .emails-wrapper .tagsinput span.tag.error {
    margin: 0 4px 0 0;
    padding-top: 6px;
    margin-top: 3px;
    margin-bottom: 3px;
}
body .affiliate-program-wrapper .side .case .case-content .accordion .item .question {
    color: #bc3032;
}
body .affiliate-program-wrapper .side .case .case-content .accordion.blue-bg .item .question {
    background: #fff3dd;
    color: #bc3032;
}
body .affiliate-program-wrapper .side .case .case-content .accordion .answer .title {
    color: #bc3032;
}
body .affiliate-program-wrapper .side .case .case-content .balance-history .balance-history-item .item-value {
    color: #bc3032;
}
@media all and (min-width: 1261px) {
    body .affiliate-program-wrapper .referral-banner .row-1 .icon {
        width: 65px;
    }
}
@media all and (max-width: 1260px) {
    body .affiliate-program-wrapper .referral-banner .row-1 .icon {
        width: 50px;
    }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    #sorder-form > div.essay-order-form > div.order-form-data.steps  div.paper-requirements-table.data-table > div > ul > li {
        width: 33.3333333%;
    }

}
@media all and (max-width: 992px) {
    body .affiliate-program-wrapper .side.right {
        clear: both;
    }
    body .order-preview .row:nth-child(odd) {
        background: #f7f7fa;
    }
    body .hide-on-large-only.d-lg-none.hidden-lg-up.total-price-wrapper {
        display: block !important;
    }
    body .hide-on-med-and-down.hidden-md-down.d-none.d-lg-block.total-price-wrapper {
        display: none !important;
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    #order-form > div.essay-order-form > div.order-form-data.steps  div.paper-requirements-table.data-table > div > ul > li {
        width: 50%;
    }
    .essay-component .ws-vip-services .services-package .package-price-wrapper span.discount {
        left: 90%;
    }
    body .navbar-collapse.in {
        overflow-y: scroll;
    }
    body .navbar-collapse.in {
        float: none;
    }
}
@media all and (min-width: 768px) {

    #order-form > div.essay-order-form > div.order-form-data.steps > div:nth-child(6) > div.paper-requirements-table.data-table > div > div.services-package > div > div > div > span > label > div > p.col.s12.l6.col-sm-12.col-lg-6.package-price-wrapper,
    #order-form > div.essay-order-form > div.order-form-data.steps > div:nth-child(6) > div.paper-requirements-table.data-table > div > div.services-package > div > div > div > span > label > div > p.col.s12.l6.col-sm-12.col-lg-6.offer-label {
        width: 50%;
    }


    #order-form > div.essay-order-form > div.order-form-data.steps > div:nth-child(6) > div.paper-requirements-table.data-table > div > ul > li {
        width: 50%;
    }
}
@media all and (max-width: 767px) {
    body .affiliate-program-wrapper .promote ul {
        padding-left: 10px;
    }
}
/* sidebar-user-area-wrapper */

.user-area-wrapper .info-list {
    padding: 30px 25px;
}

.user-area-wrapper .info-list li {
    display: block;
    margin-bottom: 10px;
}

.user-area-wrapper .info-list li span {
    display: block;
    color: #979ca7;
    font-size: 13px;
}

.user-area-wrapper .info-list li b {
    color: #004270;
    font-weight: 600;
}

.user-area-wrapper .info-list li.additional-field-name {
    display: none;
}

.user-area-wrapper .info-list .discount-code {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.user-area-wrapper .menu-list li {
    border-top: solid #ececed 1px;
}

.user-area-wrapper .menu-list li a {
    color: #272f48;
    text-decoration: none;
    padding: 15px 25px;
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.user-area-wrapper .menu-list li a:hover {
    background: #f6fbfe;
}

.user-area-wrapper .menu-list li i,
.top-user-area-wrapper .top-logout a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 10px;
    background-image: url("/ws/images/userArea/user-menu-sprite.png");
}

.user-area-wrapper .menu-list .order-li i {
    background-position: 0 -80px;
}

.user-area-wrapper .menu-list .profile-li i {
    background-position: 0 0;
}

.user-area-wrapper .menu-list .orders-li i {
    background-position: 0 -16px;
}

.user-area-wrapper .menu-list .discounts-li i {
    background-position: 0 -96px;
}

.user-area-wrapper .menu-list .affiliate-li i {
    background-position: 0 -47px;
}

.user-area-wrapper .menu-list .logout-li i {
    background-position: 0 -64px;
}

.user-area-wrapper .menu-list b {
    background: #ffc34f url("/ws/images/userArea/white-letter.png") 6px center no-repeat;
    float: right;
    padding: 2px 6px 2px 18px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
}

.user-area-wrapper .hint {
    display: inline-block;
}

.essay-component.user-area-wrapper .hint div {
    width: auto;
}

.mini-wrapper .close-mark {
    display: none;
    font-family: normal;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 26px;
    cursor: pointer;
    line-height: 26px;
}

body .ae-sidebar-logged .essay-login-form {
    padding-left: 20px;
    padding-right: 20px;
}
.mini-wrapper.top-login-wrapper .blockMsg {
    display: none !important;
}

.top-login-wrapper-horizontal form {
    text-align: left;
}

.top-login-wrapper-horizontal section {
    width: 220px;
    display: inline-block;
    margin: 0 20px 0 10px;
}

.top-login-wrapper-horizontal form input[type="text"],
.top-login-wrapper-horizontal form input[type="password"] {
    margin-bottom: 5px;
}

.top-login-wrapper-horizontal form input.flat-button,
.top-login-wrapper-horizontal form a.flat-button {
    width: 100px;
    padding: 8px 10px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-right: 10px;
}

.top-login-wrapper-horizontal label.error {
    position: absolute;
}

.top-user-area-wrapper .top-label,
.top-user-area-wrapper .top-data,
.top-user-area-wrapper .top-logout {
    display: inline-block;
    vertical-align: middle;
}

.top-user-area-wrapper .top-data {
    margin: 0 30px;
    padding: 0 30px;
    border: solid #dcdde1 1px;
    border-top: none;
    border-bottom: none;
}

.top-user-area-wrapper .top-data div {
    display: inline-block;
    padding-right: 40px;
}

.top-user-area-wrapper .top-data div:last-child {
    padding-right: 0;
}

.top-user-area-wrapper .top-data div span {
    display: block;
    color: #979ca7;
    font-size: 13px;
}

.top-user-area-wrapper .top-data div b {
    color: #004270;
    font-weight: 600;
    font-size: 15px;
}

.top-user-area-wrapper .top-data div .bonus-point {
    color: #0074c4;
}

.top-user-area-wrapper .top-data div .bonus-point a {
    font-weight: normal;
    font-size: 13px;
    margin-left: 5px;
}

.top-user-area-wrapper .top-logout a {
    color: #272f48;
    text-decoration: none;
}

.top-user-area-wrapper .top-logout a i {
    background-position: 0 -64px;
    margin: 1px 7px 0 0;
}
/* user-area-wrapper */

body .user-area-wrapper {
    text-align: center;
}

body .essay-component.mini-wrapper .header {
    background: url('/files/images/welcome.png') no-repeat top center transparent;
    -webkit-background-size: 65%;
    background-size: auto 42px;
    border: none;
    color: #444444;
    text-align: center;
    padding-top: 45px;
    font-weight: bold;
    font-family: Lato, Helvetica, Arial, sans-serif;
    margin-left: -10px;
    margin-right: -10px;
}
body .user-area-wrapper .info-list {
    padding: 0;
    margin-bottom: 10px;
}
body .user-area-wrapper ul.info-list li b,
body .user-area-wrapper ul.info-list li span {
    font-size: 18px;
    /*display: inline-block;*/
}
body .user-area-wrapper ul.info-list li span {
    color: #444444;
    display: block;
}
body .user-area-wrapper ul.info-list li a,
body .user-area-wrapper ul.info-list li b {
    color: #006ebd;
    text-decoration: none;
    border: none;
}
body .user-area-wrapper ul.info-list li:nth-child(2) b {
    color: #e14f48;
}
.user-area-wrapper.essay-component .menu-list  i {
    display: none;
}

.user-area-wrapper .menu-list li:first-child,
.user-area-wrapper .menu-list li:first-child + li {
    border:none;
}
.user-area-wrapper .menu-list li:last-child {
    border-bottom: solid #ececed 1px;;
}
body .user-area-wrapper ul.menu-list {
    position: relative;
    margin-bottom: 120px;
}
body .user-area-wrapper ul.menu-list li:not(:first-child) a {
    font-size: 18px;
    text-transform:uppercase;
    color:#444444;
    padding: 12px 15px;
}
body .user-area-wrapper ul.menu-list li:not(:first-child) a:hover,
body .user-area-wrapper ul.menu-list li:not(:first-child) a:active,
body .user-area-wrapper ul.menu-list li:not(:first-child) a:focus {
    color: #e04e46;
    background: none;
}
body .user-area-wrapper ul.menu-list li.order-li {
    position: absolute;
    top: 100%;
    font-size: 20px;
    width: 100%;
    padding-top: 30px;
}
body .user-area-wrapper ul.menu-list li.order-li a{
    box-sizing:border-box;
    padding: 0;
    height:50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 20px;
    color:#ffffff;
    vertical-align: middle;
    background: #f7941d;
    max-width:238px;
    margin: auto;
}
body .user-area-wrapper ul.menu-list li.order-li a:hover,
body .user-area-wrapper ul.menu-list li.order-li a:active,
body .user-area-wrapper ul.menu-list li.order-li a:focus {
    box-shadow: 0 0 15px rgba(0,0,0,.3) inset;
}
/* END user-area-wrapper */

body .order-preview .row:nth-child(odd) > .col:nth-child(2) {
    background: #f7f7fa;
}

@media all and (min-width: 500px) {
    body .order-form-wrapper .material-hint .dropdown-content {
        min-width: 420px;
        max-width: 420px;
    }
}
@media all and (max-width: 767px) {
    body .essay-order-details .nav-list > li a {
        border-left-width: 2px;
        border-left-style: solid;
    }
    body .essay-order-details .nav-list > li:not(:first-child) a {
        border-top: none;
    }

    .essay-component .ws-vip-services .services-package input[type=checkbox] {
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
    body .essay-component .ws-vip-services .services-package .package-price-wrapper {
        padding-left: 0;
    }
    body .essay-component .ws-vip-services .services-package .package-price-wrapper span.discount {
        top: -5px;
        left: auto;
        right: 20px;
    }
    #order-form > div.essay-order-form > div.order-form-data.steps > div:nth-child(6) > div.paper-requirements-table.data-table > div > div.services-package > div > div > div {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    #order-form > div.essay-order-form > div.order-form-data.steps  div.paper-requirements-table.data-table > div > ul > li {
        max-width: 400px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    body .essay-custom-calculator-wrapper .price-list .price-item .col.s8.m3.l4.col-sm-3.col-md-3.col-lg-4.text-right.right-align.time {
        width: 66.666666%;
        text-align: right;
    }
    body .essay-custom-calculator-wrapper .price-list .price-item .col.s4.m3.col-3.col-sm-3.col-md-3.valign-wrapper {
        width: 33.3333333%;
        text-align: center;
    }
    .ae-prices .essay-custom-calculator-wrapper .total-price-wrapper {
        text-align: center;
        display: block;
        padding-top: 0;
    }
    .ae-prices .essay-custom-calculator-wrapper .total-price-wrapper .col {
        float: none;
        width: 100%;
        display: block;
    }
    .ae-prices .essay-custom-calculator-wrapper .total-price-wrapper .valign-wrapper {
        justify-content: center;
    }
     .ae-prices .essay-custom-calculator-wrapper .order-total-price {
        color: #e14e46;
        font-size: 25px;
    }
    body .order-form-wrapper .data-table label {
        white-space: normal;
    }
}