<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hiddenElement {
  display: none;
}

#page .badge-primary {
  background-color: #14295b;
}

#page .btn-primary,
#page .btn-primary:disabled {
  background-color: #14295b;
  border-color: darkgrey;
}

#page .btn-primary:hover {
  border-color: #E4550F;
}

#loadingOverlay {
  position: absolute;
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(240, 240, 240, 0.6);
  background-image: url("../Images/loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 5000;
}

div#createJobWrapper {
  margin-bottom: 70px;
}

.datePriceWrapper div.priceArea {
  padding-top: 15px;
  padding-bottom: 20px;
  color: #E4550F;
  text-align: center;
  white-space: nowrap;
  background-color: #E4E4E4;
}

.datePriceWrapper.hasCoupon div.priceArea {
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-control.is-empty {
  border-color: #14295b;
}

.datePriceWrapper.hasCoupon div#dateArea {
  margin-top: 0px;
}

.hiddenFormFields {
  display: none;
  height: 0px;
  width: 0px;
}

#priceArea .netPrice,
#priceArea .priceCurrency {
  font-size: 24px;
  font-weight: 600;
}

#priceArea #addVat {
  display: none;
  font-size: 10px;
}

.datePriceWrapper div#dateArea {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
}

#successMesseage {
  display: none;
  max-width: 98vw;
  margin-bottom: 100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 1.5em;
  text-align: center;
  font-weight: 700;
  border: 1px #E4550F solid;
  border-radius: 8px;
  box-shadow: 0.1em 0.1em 0.2em 0.1em rgba(0, 0, 0, 0.4);
}

div.framedBox {
  border: 1px #E4550F solid;
  border-radius: 10px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 35px;
  padding-bottom: 35px;
}

div.frameBoxStrong {
  border: 2px #14295b solid;
  border-radius: 15px;
}

div#orderBoxes {
  margin-bottom: 15px;
}

div.portalInputBoxNumber {
  height: 40px;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-top: 6px;
  text-align: center;
  font-weight: 600;
  color: #FFF;
  background-color: #14295b;
  border-radius: 20px;
}

div.orderBox {
  min-width: 24%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 20px;
  border-left: 1px #E4550F dashed;
}

#orderSubRow1 div.orderBox:first-child {
  border-left: none;
}

div.portalBoxInputWrapper {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 13px;
}

#newJobWrapper:not(.newJobTNT) #fileUploadZone,
#newJobWrapper:not(.newJobTNT) .uploadFiles #textUploadZone {
  animation: backOutDown;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s;
  /* don't forget to set a duration! */
}

.newJobTNT #textUploadZone {
  display: none !important;
}

.uploadFiles #fileUploadZone {
  display: block;
  padding-top: 0px;
  background-color: #F0F0F0;
  background: repeating-linear-gradient(45deg, #F9F9F9, #F9F9F9 10px, #CCC 10px, #CCC 11px);
  background-position: 0px 15px;
}

#newJobWrapper:not(.newJobTN) #textUploadZone,
#newJobWrapper:not(.newJobTN) .uploadFiles #fileUploadZone {
  display: block;
  padding-top: 0px;
  animation: backInUp;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 0.6s;
  /* don't forget to set a duration! */
  background-color: #F0F0F0;
  background: repeating-linear-gradient(45deg, #F9F9F9, #F9F9F9 10px, #CCC 10px, #CCC 11px);
  background-position: 0px 15px;
}

div.dzRemove {
  position: absolute;
  top: 0px;
  right: 0px;
}

#orderBoxes .uploadedFileRow a.dz-remove {
  display: none;
}

a.dzRemoveLink {
  display: none;
  width: 10px;
  height: 10px;
  border: 1px #14295b solid;
  border-radius: 5px;
  color: #E4550F;
  cursor: pointer;
  z-index: 100;
}

a.dzRemoveLink:hover {
  border-color: #E4550F;
  text-decoration: none;
}

.uploadFiles #fileUploadZone {
  overflow-y: auto;
  overflow-x: hidden;
}

#textUploadZone {
  padding-top: 30px;
}

#textUploadZone textarea#ttext {
  width: 100%;
  height: 150px;
  max-height: 110%;
  background-color: #F0F0F0;
  font-size: 12px;
  color: #000;
}

#ttextInfo {
  position: absolute;
  display: none;
  left: 5%;
  bottom: -20px;
  width: 90%;
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left: 5px;
  color: #E4550F;
  text-align: center;
  background-color: #F0F0F0;
  z-index: 10;
}

.portalInputWrapper label {
  display: block;
  margin-bottom: 2px;
  font-size: 1.25em;
  white-space: nowrap;
}

.pageContentfr .portalInputWrapper label {
  white-space: normal;
}

.portalInputWrapper .portalCheckboxWrapper label {
  font-size: inherit;
  white-space: normal;
}

.portalInputWrapper label#fileUploadLabel {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  background: #FFF;
  z-index: 10;
}

div.portalCheckboxWrapper {
  padding-bottom: 10px;
}

.portalCheckboxWrapper label {
  display: inline-block;
  max-width: 80%;
}

.portalCheckboxWrapper input[type=checkbox] {
  margin-right: 10px;
  margin-top: 3px;
}

#createJobWrapper #sixtCol button.ccPaymentButton {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 20px;
}

#sixtCol .ccPaymentButton .fa {
  display: inline-block;
  margin-left: 7px;
  margin-top: 1px;
  font-size: 20px;
}

.fa-cc-mastercard {
  background: #E4550F;
}

.portalInputWrapper .jtDropzone .dz-message button.dz-button {
  margin-top: -35px;
  margin-left: 10%;
}

#createJobWrapper button.actionButton {
  margin-top: 15px;
  margin-bottom: 15px;
}

#centreArea .bootstrap-select .dropdown-menu li a {
  color: #3e3e3e;
}

.portalInputWrapper .jtDropzone .dz-message button.dz-button:focus,
#createJobWrapper button.actionButton:focus {
  border-style: inset;
}

.portalInputWrapper div.jtDropzone.dz-browser-not-supported {
  width: 98%;
  padding-top: 0px;
  margin-top: 0px;
  margin-left: 2%;
  margin-right: 0px;
}

.portalInputWrapper .jtDropzone .dz-preview {
  min-height: 40px;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.portalInputWrapper .dropzone .dz-preview .dz-details .dz-size {
  float: right;
  font-size: 12px;
}

.portalInputWrapper .dropzone .dz-preview .dz-details {
  max-width: calc(100% - 14px);
  padding-left: 22px;
  padding-right: 2px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 11px;
  opacity: 0.7;
}

.portalInputWrapper .dropzone .dz-preview .dz-details:hover {
  max-width: calc(100% - 4px);
  padding-left: 2px;
  text-align: center;
}

.portalInputWrapper .dropzone .dz-preview.dz-complete .dz-details {
  color: #14295b;
  opacity: 1;
}

.portalInputWrapper .dropzone .dz-preview .dz-image {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40px;
  width: 40px;
}

.paymentFrame {
  width: 100%;
  height: 80vh;
  min-height: 500px;
}

div.modal {
  z-index: 1020;
}

div.modal-backdrop {
  z-index: 1010;
}

table.dzFilePreview {
  width: 100%;
  background-color: #F0F0F0;
}

table.dzFilePreview:hover {
  background-color: #E9E9E9;
}

td.dzImage {
  display: none;
  padding-right: 10px;
  padding-left: 5px;
}

.portalInputWrapper .jtDropzone .dz-preview td.dzImage div.dz-image {
  position: relative;
  width: 40px;
}

th.dzDetails {
  width: calc(100% - 55px);
}

.dzDetails div.dz-filename {
  width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
  overflow: auto;
}

.dzDetails div.dz-filename:hover {
  font-weight: 600;
}

td.tzCostInfo {
  text-align: right;
}

button#orderButton {
  display: block;
  width: 160px;
  max-width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: none;
}

button#orderButton:focus {
  border: none;
}

#orderButton svg {
  max-width: 100% !important;
  height: auto;
  border: none;
}

div#customerDetails {
  width: 920px;
  max-width: 98%;
  font-size: 13px;
  background-color: #FFF;
}

#customerDetails div.framedBox {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#customerDetails div.row {
  margin-top: 2px;
  margin-bottom: 4px;
}

#createJobWrapper input.form-control {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 13px;
}

::-webkit-input-placeholder {
  text-align: left;
}

:-moz-placeholder {
  text-align: left;
}

#customerDetails input.form-control::-webkit-input-placeholder,
#customerDetails input.form-control::-moz-placeholder,
#customerDetails input.form-control:-ms-input-placeholder,
#customerDetails input.form-control::-ms-input-placeholder,
#customerDetails input.form-control:-moz-placeholder,
#customerDetails input.form-control::placeholder,
#customerDetails input.form-control::placeholder {
  text-align: left;
  opacity: 0.7;
}

#createJobWrapper input[type=checkbox].form-control,
#createJobWrapper input[type=radio].form-control {
  display: inline-block;
  width: auto;
  height: auto;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: normal;
}

#customerDetails .orderSummaries {
  margin-top: 0px;
}

#customerDetails h4.orderSubheader {
  font-size: 14px;
}

#customerDetails label {
  margin-bottom: 0px;
  padding-top: 8px;
  vertical-align: bottom;
}

#cCityLabelWrapper {
  padding-right: 5px;
  text-align: right;
}

.requiredRow label::after {
  content: "*";
  position: relative;
  top: -0.5em;
  font-size: 80%;
  padding-left: 4px;
}

#customerDetails div.orderCustomerAddress {
  padding-top: 20px;
}

#commentRow div.labelWrapper {
  margin-top: 3px;
  margin-bottom: 3px;
}

div#legalRow.row {
  margin-top: 15px;
  padding-left: 5px;
}

#customerDetails div.modal-content,
#customerDetails div.modal-header,
#customerDetails div.modal-body,
#customerDetails div.modal-footer {
  border: none;
}

#legalRow input[type=checkbox].form-control {
  margin-top: 10px;
  margin-right: 5px;
}

div#paymentFooterWrapper {
  display: block;
}

#paymentRow {
  text-align: center;
}

#customerDetailWrapper div.modal-header {
  padding-bottom: 0px;
}

div#customerDetailHeader {
  display: block;
  width: 100%;
}

img#customerDetailHeaderLogo {
  position: absolute;
  left: 5px;
  top: 5px;
  height: 35px;
  width: auto;
}

#customerDetailHeaderTitle {
  position: absolute;
  left: 50%;
  top: 0px;
  max-width: 49%;
}

.tJobHeading {
  padding: 0.75rem;
}

.translatorJobs .filesToTranslate {
  padding-left: 1.2em;
  padding-right: 1.2em;
}

.translatorJobs th.jobTitle {
  border-bottom-color: transparent;
  border-bottom: none;
  border-top: none;
  font-size: 20px;
}

.translatorJobs .fileSize {
  width: 5em;
  white-space: nowrap;
}

.translatorJobs .fileUploadCell {
  display: none;
  padding-left: 3em;
}

.translatorJobs .statusu .fileUploadCell,
.translatorJobs .statusx .fileUploadCell {
  display: flex;
}

div.translatedFileWrapper {
  display: none;
  flex-grow: 1;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}

.fileUploaded div.translatedFileWrapper {
  display: block;
}

.translatedFileWrapper input.translatedFile {
  width: 100%;
  border: none;
}

.fileUploadDelButton {
  position: absolute;
  top: 0.4em;
  right: 0;
  border-radius: 0.5em;
}

.translatorJobs td.translatorJobCell {
  border-top: none;
}

.translatorJobs .fileUploadWrapper {
  flex-grow: 1;
  position: relative;
}

.translatorJobs .fileUploaded .fileUploadWrapper {
  display: none;
}

.translatorJobCell div.card {
  border-color: #14295b;
  font-size: 14px;
}

.translatorJobCell .cardLegend {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-right: 1em;
  padding-left: 1em;
  text-align: right;
  font-size: 1.3em;
  font-weight: 400;
}

.translatorJobCell .statusu .cardLegend {
  background-color: #0f6674 !important;
}

.translatorJobCell .statusa .cardLegend {
  background-color: var(--orange) !important;
}

.cardLegend span.jobID {
  font-size: 1.2em;
}

.cardLegend span.jobDate {
  margin-top: 3px;
  font-style: italic;
}

.cardLegend span.jobPrice {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 1em;
  margin-right: -0.7em;
  color: #14295b;
  background-color: #FFF;
}

.translatorJobRow .card-body {
  padding: 0;
}

.translatorJobRow .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.translatorJobRow .card-footer .btn {
  height: 3em;
}

.translatorJobRow .cAddressWrapper {
  margin-top: -0.8em;
  font-size: 0.9em;
}

.translatorJobRow .cAddressWrapper &gt; * {
  display: none;
}

.translatorJobRow .statusx.paperCopy .cAddressWrapper &gt; *,
.translatorJobRow .statusu.paperCopy .cAddressWrapper &gt; * {
  display: block;
}

.translatorJobRow .cAddressWrapper h5 {
  padding-bottom: 0;
  font-size: 1em;
  font-weight: 600;
  text-decoration: underline;
}

.translatorJobRow .cAddressWrapper h5::first-letter {
  text-transform: uppercase;
}

div.translatorJobHeader {
  margin-bottom: 1.2em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1.2em;
  padding-bottom: 1em;
  background-color: #E0E0E0;
  color: #14295b;
}

.translatorJobs .card-title {
  font-size: 18px;
}

.translatorJobs .card-title div.col {
  white-space: nowrap;
}

.translatorJobs .card-subtitle .jobInfo,
.translatorJobs .card-title .jobTitleInfo {
  font-weight: 600;
}

.sourceFileList thead th {
  border-top: none;
}

.sourceFileProperties .sourceFileProperty {
  padding-left: 0px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 0px;
  white-space: nowrap;
}

.sourceFileProperties .sourceFileProperty:last-child {
  padding-right: 4px;
}

.statusa .completeJob {
  display: none;
}

.statusx .acceptJob,
.statusu .acceptJob {
  display: none;
}

.loginItems input[type=text],
.loginItems input[type=password] {
  padding-left: 0.3em;
  padding-right: 0.3em;
}

.passwordRecovery .form_control {
  width: 14em;
}

.miniPortal label {
  display: block;
}

.miniPortal select {
  width: 80%;
  padding-left: 0.3em;
  padding-right: 0.3em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  margin-bottom: 0.8em;
}

.miniPortalInputWrapper {
  container-type: inline-size;
}

@container (max-width: 300px) {
  .miniPortal select {
    width: 95%;
  }
}
@container (max-width: 250px) {
  .miniPortal select {
    width: 100%;
  }
}
@media (max-width: 990px) {
  #orderSubRow1 div.orderBox {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  #orderSubRow2 div.orderBox {
    padding-top: 0px;
    margin-top: 0px;
  }

  #orderSubRow2 div.orderBox:first-child {
    border-left: none;
  }

  div.labelWrapper {
    max-width: 30%;
  }

  #cCityLabelWrapper {
    max-width: 50px;
  }

  #legalRow div.labelWrapper {
    max-width: 90% !important;
  }

  .portalInputWrapper label {
    font-size: 1.4em;
  }

  .portalInputWrapper .portalCheckboxWrapper label {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  #orderBox1 {
    z-index: 10;
  }

  #orderBox2 {
    z-index: 5;
  }

  #orderSubRow1 div.orderBox {
    padding-top: 0px;
    margin-top: 0px;
  }

  #orderSubRow2 div.orderBox:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  div.orderBox {
    border: none !important;
  }

  .portalInputWrapper .dropzone.dz-clickable .dz-message {
    bottom: 35px;
  }

  .portalInputWrapper label {
    font-size: 1.6em;
  }

  div.portalInputBoxNumber {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-top: 10px;
  }

  div.portalInputWrapper {
    height: auto;
  }

  div#fileTextWrapper.portalInputWrapper {
    min-height: 100px;
  }

  div#orderBoxes {
    padding-text-outline: 15px;
  }

  .portalInputWrapper .jtDropzone .dz-message button.dz-button {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .uploadFiles #fileUploadZone {
    position: relative;
    height: auto;
    min-height: 100%;
  }
}
@media (max-width: 580px) {
  #customerDetailHeaderTitle {
    left: auto;
    right: 0px;
    font-size: 1em;
  }

  #commentRow {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
  }

  div.labelWrapper {
    max-width: 30%;
  }

  #commentRow div.labelWrapper {
    max-width: 100%;
  }

  #cCityLabelWrapper {
    max-width: 50px;
  }

  input#cpostal {
    max-width: 65px;
  }

  .portalInputWrapper .jtDropzone .dz-message button.dz-button {
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .modal-body div.row {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
  }

  div.labelWrapper {
    max-width: 100%;
  }

  input#cpostal {
    max-width: 100%;
  }

  #legalRow div.labelWrapper {
    max-width: 70% !important;
  }
}

/*# sourceMappingURL=fsnd_translate.css.map */
</pre></body></html>