<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#newJobWrapper
{
    --black: #000000;
    --red:	#e94f2d;
    --turquise: #82bac4;
    --darkGrey: #767676;
    --grey: #c8cdcd;
    --lightGrey: #e6e6e6;
    --orange: #e94f2d;
    --exclamationRed: #CC2222;
    --iconHeight: 64px;
    --mainFontSize: 14px;
    --menuFontSize: 1em;
    --headerHeight: 200px;
    --outerWidth: 1920px;
    --teaserHeight: 375px;
    --contentWidth: 1420px;
    --2colGap: 4.5em;
    --3colGap: 3.5em;
    --4colGap: 3em;
    --sliderGap: 2em;
    --header1space: 1.5em;
    --header3space: 0.5em;
    --framespace: 7em;
    --topSpacing: 7em;
    --teaserOrderImageWidth: 4em;
    --catIconHeight: 4.5em;
    --njFormColWidth: 500px;
    --njBannerWidth: 20vw;
}

.tx-fsnd-translate .container
{
    max-width: 100%;
}

.newJobHeader
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6em;
    margin-bottom: 1em;
    background-color: var(--turquise);

    border-radius: 0.5em;
}

.newJobHeader &gt; *
{
    font-size: 1.8em;
    font-weight: 600;
}

.stdTitle
{
    color: #ffffff;
    padding-right: 0.8em;
}

.cjInputBox .bootstrap-select
{
    width: 100% !important;
}

.btn.dropdown-toggle
{
    background-color: var(--grey);
    color: var(--black);
    padding-left: 1em;
    padding-right: 0.8em;
}

#createJobWrapper
{
    display: grid;
    grid-template-columns: auto var(--njBannerWidth);
    grid-column-gap: 2em;
}

#newTranslationJobOrder,
#newTranslationJobOrder .cjStepWrapper
{
    max-width: calc(var(--contentWidth) - 200px - 2em);
}

#createJobContainer
{
    padding-left: 0;
}

#createJobSidebar .frame
{
    padding-bottom: 1em;
}

#createJobSidebar .frame img
{
    border-radius: 1em;
}

#createJobSidebar .image
{
    text-align: center;
}

#createJobSidebar .frame-layout-4 a img
{
    border: 2px silver solid;
    border-radius: 0.7em;
}

#createJobSidebar .frame:first-child
{
    padding-top: 0.7em;
}

#createJobSidebar .trustpilot-widget
{
    width: 145px;
    background-color: #000;
    padding-left: 1em;
    padding-top: 1.5em;
    border-radius: 0.7em;
}

.sjInfoBox
{
    max-width: calc(100% - 1em);
    overflow: hidden;
}

.sjInfoBox .frame,
.sjInfoBox .frame:first-child
{
    max-width: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1em;
    border: 3px #ffffff solid;
    border-radius: 1em;
}

.sjInfoBox h3
{
    padding-bottom: 0;
    font-weight: 600;
    font-size: 1.2em;
}

.sjInfoBox p
{
    font-size: 1em;
}

#cjStep1LangSelectInfoBox3
{
    position: relative;
    padding-bottom: 4em;
}

#cjStep1LangSelectInfoBox3 .frame:first-child
{
    margin-bottom: 3em;
}

#cjStep1LangSelectInfoBox3 .frame:nth-child(2),
#cjStep1LangSelectInfoBox3 .frame:nth-child(3)
{
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#createJobWrapper .cjNextStepButton
{
    position: absolute;
    left: 0;
    bottom: -0.5em;
    padding-left: 2.5em;
    padding-right: 3.5em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-weight: 600;
    color: #f0f0f0;
}

.cjBottomRow
{
    padding-bottom: 1em;
    padding-left: 0.5em;
}

#createJobWrapper .cjBottomRow .cjNextStepButton
{
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 100%;
    text-align: center;
}

.cjBottomRow #cjResetButton,
.cjBottomRow .cjBackButton
{
    position: relative;
    display: block;
    bottom: auto;
    right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
}

#createJobWrapper .cjNextStepButton:hover
{
    color: #ffffff;
    /*box-shadow: 0.2em 0.2em 0.5em 0.5em rgba(0,0,0,0.2);*/
}

#createJobWrapper .cjNextStepButton:after
{
    display: flex;
    justify-content: center;
    align-items: center;
    content: "&gt;";
    position: absolute;
    top: 50%;
    right: 0.5em;
    color: #3E3E3E;
    background-color: #ffffff;
    width: 1.4em;
    height: 1.4em;
    border-radius: 0.7em;
    border: 1px var(--orange) solid;

    transform: translate(0, -50%);
    transition: all 0.5s ease-in-out;
}

#createJobWrapper .cjNextStepButton:hover:after
{
    color: #000000;
    border: 1px rgba(0,0,0,0.7) solid;
}

.cjInputBox .bootstrap-select&gt;.dropdown-toggle.bs-placeholder,
.cjInputBox .bootstrap-select&gt;.dropdown-toggle.bs-placeholder:active,
.cjInputBox .bootstrap-select&gt;.dropdown-toggle.bs-placeholder:focus,
.cjInputBox .bootstrap-select&gt;.dropdown-toggle.bs-placeholder:hover
{
    color: var(--black);
}

.cjInputBox .bootstrap-select&gt;.dropdown-toggle:after
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.4em;
    width: 1.4em;
    background-color: #ffffff;
    border: none;
    border-radius: 50%;
    content: "&gt;";
    transform: rotate(90deg);
}

.bootstrap-select .dropdown-menu li
{
    font-size: 0.9rem;
    line-height: 1.05;
}

.bootstrap-select .dropdown-menu li a
{
    color: inherit;
}

.createJobRow
{
    display: grid;
    grid-template-columns: var(--njFormColWidth) auto;
    grid-column-gap: 4em;
    max-width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}

.cjInputBox
{
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    background-color: #ffffff;
}

.acceptAGBWrapper
{
    padding-top: 1em;
}

.checkBoxWrapper
{
    display: flex;
    gap: 1em;
    align-items: start;
}

.checkBoxWrapper label.cjLabel
{
    margin-top: 0;
}

.checkBoxItem
{
    margin-top: 0.2em;
}

.AGBLink
{
    cursor: pointer;
    z-index: 100;
}

.tntDialog
{
    left: 50%;
    top: 50%;
    width: 680px;
    max-width: 90vw;
    height: 620px;
    max-height: calc(95vh - 4em);
    border-color: #888;
    border-radius: 1em;
    overflow: hidden;
    transform: translate(-50%, -50%);
}

.tntDialogHeader
{
    height: 4em;
    display: flex;
    justify-content: space-between;
    background-color: var(--turquise);
}

.tntDialogHeader h3
{
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
    font-weight: 600;
    font-size: 1.4rem;
}

.tntDialogHeader .close
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.2em;
    height: 1.2em;
    margin-right: -2px;
    margin-top: -2px;
    font-size: 1.8rem;
    border-left: 1px #3e3e3e solid;
    border-bottom: 1px #3e3e3e solid;
    border-top: 1px #3e3e3e solid;
    background-color: #f0f0f0;
}

.tntDialogHeader .close:hover
{
    background-color: #ffffff;
}

.tntDialogBody
{
    height: calc(100% - 4.5em);
    overflow: auto;
    padding-left: 1em;
    padding-right: 1em;
    background-color: #f0f0f0;
}

.tntDialogBody .frame
{
    padding-top: 1em !important;
    padding-left: 1em;
    padding-right: 1em;
}

.cjStepWrapper
{
    display: none;

    transition: all 0.5s ease-in-out;
}

.newJobTNT a.dz-remove
{
    display: none !important;
}

.newJobTNT a.dzRemoveLink
{
    display: block;
    height: 0.9em;
    width: 0.9em;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 0.65;
    color: #ffffff !important;
    background-color: #CC2222;
    cursor: pointer;
    border: none;
    border-radius: 0.45em;
}

.step1 #cjStep1Wrapper
{
    display: block;
}

.step2 #cjStep2Wrapper
{
    display: block;
}

.step3 #cjStep3Wrapper
{
    display: block;
}

.step4 #cjStep4Wrapper
{
    display: block;
}

#createJobWrapper &gt; header
{
    grid-column: header;
}

#cjLangSelectRow
{
    grid-column: langselect;
}

#cjSpecialtySelectRow
{
    grid-column: specialtyselect;
}

#cjFileSelectRow
{
    grid-column: fileselect;
}

.cjInfoLine
{
    display: flex;
    gap: 0.5em;
    justify-content: flex-start;
}

.cjLabel
{
    font-weight: 600;
}

.cjLabel,
.cjPriceInfo
{
    text-transform: uppercase;
}

.cjInfoLine .cjLabel:last-child
{
    white-space: nowrap;
}

label.cjLabel
{
    margin-top: 0.5em;
}

h5.cjLabel
{
    margin-top: 0.5em;
    margin-bottom: -0.7em;
}

.cjPostalCityInput
{
    display: grid;
    grid-template-columns: 8em auto;
    grid-column-gap: 1em;
}

.cjInfo
{
    color: var(--orange);
}

#cjTranslationAreaName
{
    color: inherit;
}

#cjSourceFileNames
{
    display: block;
    flex-grow: 1;
    white-space: nowrap;
}

.cjLabel
{
    flex-shrink: 1;
}

.sourceFileInfoItem
{
    color: var(--black);
    font-weight: 400;
    font-style: italic;
    white-space: nowrap;
}

.cjPriceLabel
{
    white-space: nowrap;
}

.cjOrderButton
{
    margin-top: 0.6em;
    text-transform: uppercase;
    font-weight: 600;
}

.portalInputWrapper
{
    position: relative;
}

.cjJobInfoBox,
.cjJobInfoBox
{
    position: relative;
}

#fileUploadZone,
#cjFileSelectBox .portalInputWrapper
{
    height: 100%;
}

#jobFileDropzone
{
    min-height: 100%;
}

.dropzone.dz-clickable .dz-message
{
    display: block;
}

.dropzone.dz-started .dz-message
{
    display: block !important;
}

.portalInputWrapper .jtDropzone .dz-message button.dz-button
{
    margin-left: 0;
    background-color: var(--lightGrey);
    width: 90%;
    color: #000000;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border: 1px var(--darkGrey) solid;
    border-radius: 0.5em;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}

.portalInputWrapper .jtDropzone .dz-message button.dz-button:hover
{
    background-color: transparent;
    box-shadow: 0.2em 0.2em 0.2em 0.2em rgba( 0, 0, 0, 0.15);
}

.sourceFileInfoLine
{
    display: flex;
    gap: 1em;
    justify-content: space-between;
}

.cjStepBackButton
{
    position: absolute;
    top: 0.5em;
    right: 0.5em;
}

#cjResetButton
{
    position: absolute;
    bottom: 0;
    right: 0;
}

.cjBackButton
{
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 1em;
    padding-right: 1em;
    background-color: var(--lightGrey);
    border-radius: 0.5em;
    border-color: var(--grey);
}

.cjBackButton:hover
{
    box-shadow: 0.2em 0.2em 0.1em 0.1em var(--lightGrey);
}

#cjFromLangName,
#cjToLangName,
#cjSpecialtyName
{
    font-weight: 400;
    color: inherit;
}

.portalInputWrapper #fileUploadZone
{
    display: block;
}

#cjPayPalWrapper
{
    margin-top: 4em;
    margin-bottom: 1.5em;
    grid-area: paypal;
}

#cjSaferPayWrapper
{
    grid-area: sixt;
}

.cjPaymentWrapper
{
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.paymentInfoImage img
{
    display: block;
    height: 44px;
    width: auto;
}

.payButtonWrapper
{
    width: 220px;
    max-width: 100%;
}

.paymentButtonWrapper .btn
{
    text-transform: uppercase;
}

#createJobWrapper input.form-control,
#createJobWrapper textarea.form-control
{
    background-color: var(--lightGrey);
    border-radius: 0.5em;
}

#createJobWrapper .has-error &gt; input.form-control,
#createJobWrapper .has-error &gt; textarea.form-control
{
    border-color: red;
}

.help-block
{
    display: none;
}

.has-error .help-block
{
    display: block;
    color: red;
    padding-left: 0.5em;
    padding-top: 0.1em;
}

.hiddenCEs,
#textUploadZone
{
    display: none;
}

.paymentFrameWrapper
{
    width: var(--contentWidth);
    max-width: 95vw;
    position: fixed;
    top: 5em;
    left: 50%;
    transform: translate(-50%, 10px);
    background: #FFFFFF;
    border-color: var(--turquise);
    border-radius: 1em;
    z-index: 10000;
}

#translatedJobs,
#downloadCompleteHeader,
#cDownloadFooter
{
    padding-left: 2rem;
}

#downloadCompleteHeader
{
    margin-bottom: 0;
    padding-bottom: 1rem;
}

.sfYouCan
{
    font-weight: 600;
}

.sourcefileItem
{
    display: flex;
    gap: 1em;
    padding-bottom: 0.2em;
    padding-top: 0.5em;
}

.sourcefileItem &gt; *
{
    border-radius: 0.5em;
}

.sourcefileItem &gt; span
{
    display: inline-block;
    padding-left: 1.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 1.5em;
    background-color: var(--turquise);
    color: #ffffff;
}

.sourcefileItem &gt; span:first-child
{
    min-width: 3.2em;
}

.sourcefileItem &gt; a,
.sourcefileItem &gt; a:visited
{
    display: inline-block;
    padding-left: 0.5em;
    padding-top: 0.4em;
    padding-bottom: 0.05em;
    padding-right: 0.5em;
    background-color: var(--orange);
    color: #ffffff !important;
    font-size: 1.8em;
}

.sourcefileItem &gt; a &gt; *
{
    color: inherit;
}

#cDownloadFooter
{
    margin-top: 1em;
}

dialog#paymentFrameWrapper
{
    position: fixed;
    top: 4em;
    left: 50%;
    width: 70em;
    max-width: 99vw;
    height: 65em;
    max-height: calc(100vh - 6em);
    z-index: 10000;

    transform: translate(-50%, 0);
}

#paymentFrameWrapper .dialogCloseButton
{
    position: absolute;
    right: -0.8em;
    top: -1.2em;
    width: 2em;
    height: 2em;
    border-color: grey;
    border-radius: 50%;
}

@media screen and (max-width: 1400px)
{
    #newJobWrapper
    {
        --njFormColWidth: 30vw;
    }
    .sjInfoBox
    {
        font-size: 13px;
    }
    .sjInfoBox p
    {
        line-height: 1.2;
    }
    .step2 .createJobRow,
    .step3 .createJobRow
    {
        grid-column-gap: 2em;
        grid-template-columns: auto var(--njFormColWidth);
    }
    .step2 #createJobSidebar,
    .step3 #createJobSidebar
    {
        display: none;
    }
    .step2 #createJobWrapper,
    .step3 #createJobWrapper
    {
        display: block;
    }
    .sourceFileNameItem
    {
        white-space: nowrap;
    }
    #cjJobInfoBoxStep3
    {
        grid-area: info;
    }
}

@media screen and (max-width: 1000px)
{
    .sjInfoBox
    {
        font-size: 12px;
    }
    .sjInfoBox p
    {
        line-height: 1.1;
    }
    #cjStep1LangSelectInfoBox3
    {
        padding-bottom: 0.1em;
    }
    #cjCustomerInfoRowStep3
    {
        grid-template-columns: auto;
    }
    #cjStep3LangSelectInfoBox
    {
        grid-template-areas: "info info"
                             "paypal sixt";
        max-width: 100%;
        margin-top: 1em;
    }
}

@media screen and (max-width: 800px)
{
    #newJobWrapper
    {
        --njBannerWidth: 15vw;
    }
    #createJobWrapper
    {
        gap: 0.5em;
    }
    .createJobRow
    {
        grid-column-gap: 1.5em;
    }
    .createJobRow .portalInputWrapper label
    {
        font-size: 1.1em;
    }
    .btn.dropdown-toggle
    {
        font-size: 1em;
    }
}

@media screen and (max-width: 730px)
{
    .newJobHeader
    {
        font-size: 12px;
    }
    #createJobWrapper
    {
        display: block;
    }
    #createJobSidebar
    {
        display: none;
    }
    #newJobWrapper
    {
        --njFormColWidth: 45vw;
    }
    #cjJobInfoRowStep2
    {
        display: block;
    }
    #cjStep2LangSelectInfoBox1
    {
        display: none;
    }
    #cjEstDeliveryDate
    {
        white-space: nowrap;
    }
}

@media screen and (max-width: 600px)
{
    .newJobHeader
    {
        font-size: 9px;
    }
    .sjInfoBox
    {
        display: none;
    }
    #cjStep1LangSelectInfoBox3
    {
        display: grid;
        grid-template-columns: 1fr;
        min-height: 5.5rem;
    }
    #cjStep1LangSelectInfoBox3 &gt; div
    {
        display: none;
    }
    #cjStep3LangSelectInfoBox
    {
        display: grid;
    }
    #cjPayPalWrapper
    {
        margin-top: 0;
        margin-bottom: 0;
        max-width: 49vw;
    }
    .paymentButtonWrapper .btn
    {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .paymentInfoImage img
    {
        height: auto;
    }
    .createJobRow:not(.hiddenCEs)
    {
        grid-template-columns: 1fr;
    }
    #cjBottomRow1 &gt; button
    {
        width: 500px;
        max-width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #cjStep3BackButton
    {
        top: -0.5em;
        right: -0.5em;
    }
}

@media screen and (max-width: 520px)
{
    .newJobHeader
    {
        font-size: 7px;
    }
    .sourceFileInfoItem
    {
        display: none;
    }
}

@media screen and (max-width: 400px)
{
    #cjStep3LangSelectInfoBox
    {
        grid-template-areas: "info"
                             "paypal"
                             "sixt";
    }
    #cjPayPalWrapper
    {
        max-width: 100%;
    }
}
</pre></body></html>