@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-UltraLight-06.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-UltraLightItalic-07.ttf");
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-Light-08.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-LightItalic-09.ttf");
  font-style: italic;
  font-weight: 200;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-Thin-13.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-ThinItalic-14.ttf");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-01.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-Italic-03.ttf");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-Medium-11.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-Italic-03.ttf");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-Bold-02.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-BoldItalic-04.ttf");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-CondensedBold-05.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_/fonts/helvetica-neue/HelveticaNeue-CondensedBlack-10.ttf");
  font-style: italic;
  font-weight: 900;
}
.enzo, .right.name.steps .hi, .right.name.steps h2 {
  font-family: "ff-enzo-web", sans-serif;
  font-weight: 600;
}

.ns {
  font-family: "nimbus-sans", helvetica, sans-serif;
  font-weight: 400;
}

.pn {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.os {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.hn {
  font-family: "Helvetica Neue", sans-serif;
}

.fw300 {
  font-weight: 300 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.t03, #letterOverlay .container > .c2 .template {
  transition: all 0.3s ease;
}

.t05 {
  transition: all 0.5s ease;
}

.prev {
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: url(../img/left.png) center center no-repeat;
}
.prev:hover {
  background: url(../img/left-h.png) center center no-repeat;
}
.prev.active {
  background: url(../img/left-a.png) center center no-repeat;
}
.prev.faster {
  background: url(../img/left2.png) center center no-repeat;
}
.prev.faster:hover {
  background: url(../img/left2-h.png) center center no-repeat;
}
.prev.faster.active {
  background: url(../img/left2-a.png) center center no-repeat;
}

.next {
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: url(../img/right.png) center center no-repeat;
}
.next:hover {
  background: url(../img/right-h.png) center center no-repeat;
}
.next.active {
  background: url(../img/right-a.png) center center no-repeat;
}
.next.faster {
  background: url(../img/right2.png) center center no-repeat;
}
.next.faster:hover {
  background: url(../img/right2-h.png) center center no-repeat;
}
.next.faster.active {
  background: url(../img/right2-a.png) center center no-repeat;
}

.avatarSelector {
  width: 136px;
  height: 136px;
  max-width: 100%;
  max-height: 100%;
}
.avatarSelector.buttonsOpen .corner {
  display: none !important;
}
.avatarSelector.buttonsOpen .buttonsList {
  display: flex;
}
.avatarSelector.dragOver .twDropzone {
  display: block;
}
.avatarSelector:has(.wr.noShow) {
  display: none;
}
.avatarSelector .wr {
  border: 3px solid #bcbcbc;
  width: 100%;
  height: 100%;
  position: relative;
}
.avatarSelector .wr.readOnly .buttons, .avatarSelector .wr.readOnly .twDropzone, .avatarSelector .wr.readOnly .progress {
  display: none !important;
}
.avatarSelector img {
  width: 100%;
  height: 100%;
  display: block;
}
.avatarSelector .absFull {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.avatarSelector .buttons {
  cursor: pointer;
}
.avatarSelector .corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 35%;
  background: url(../img/avatarCorner.png) center center no-repeat;
  opacity: 0;
}
.avatarSelector .corner:hover {
  opacity: 1;
}
.avatarSelector .buttonsList {
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.5019607843);
  padding-bottom: 10px;
  cursor: default;
}
.avatarSelector .buttonsList > * {
  color: #ffffff;
  font-weight: 300;
  padding-left: 25px;
  text-decoration: underline;
  margin: 5px 5px 5px 10px;
  cursor: pointer;
}
.avatarSelector .buttonsList > *:hover {
  text-decoration: none;
}
.avatarSelector .buttonsList > *.renew {
  background: url(../img/avatarSelector1.png) 2px center no-repeat;
}
.avatarSelector .buttonsList > *.upload {
  background: url(../img/avatarSelector2.png) 0px center no-repeat;
}
.avatarSelector .buttonsList > *.default, .avatarSelector .buttonsList > *.remove {
  background: url(../img/avatarSelector3.png) 3px center no-repeat;
}
.avatarSelector .twDropzone {
  background: url(../img/avatar-drop.png) center center no-repeat;
  display: none;
}
.avatarSelector .twDropzone.dz-drag-hover, .avatarSelector .twDropzone:hover {
  display: block;
}
.avatarSelector .twDropzone > div {
  display: none;
}
body.dragOver .avatarSelector .twDropzone {
  display: block;
}
.avatarSelector .progress {
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #bcbcbc;
}
.avatarSelector .progress .circle {
  width: 50px;
  height: 50px;
}

.imageDropzoneBox {
  width: 136px;
  height: 136px;
  position: relative;
}
.imageDropzoneBox .wr {
  border: 3px solid #bcbcbc;
  width: 100%;
  height: 100%;
}
.imageDropzoneBox img {
  width: 100%;
  height: 100%;
  display: block;
}
.imageDropzoneBox .twDropzone {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../img/avatar-drop.png) center center no-repeat;
  cursor: pointer;
  opacity: 0;
}
.imageDropzoneBox .twDropzone:hover, .imageDropzoneBox .twDropzone.dz-drag-hover {
  opacity: 1;
}
.imageDropzoneBox .twDropzone > div {
  display: none;
}
.imageDropzoneBox .progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #bcbcbc;
}
.imageDropzoneBox .progress .circle {
  width: 50px;
  height: 50px;
}

.defaultText {
  width: 100%;
  border: 1px solid #d8d8d8;
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.05) inset;
  height: 31px;
  padding: 2px 10px 0;
  border-radius: 2px;
  transition: border-color 0.5s ease;
  outline: none;
  background-color: #fff;
}
.defaultText:focus:not(:read-only) {
  border-color: #017272;
}
.defaultText:read-only {
  background-color: #f9f9f9;
}
.readyPlus500 .defaultText.error, .readyPlus500 .defaultText.err, .readyPlus500 .defaultText:invalid {
  border-color: #850012;
}
.defaultText.percentage {
  background: #fff url(../img/percentage.png) 10px center/12px auto no-repeat;
  padding-left: 30px;
}
.defaultText.euro {
  background: #fff url(../img/euro.png) 10px center/9px auto no-repeat;
  padding-left: 30px;
}
.defaultText.disabled, .defaultText:disabled {
  background-color: #f9f9f9;
}
.defaultText.flash {
  animation: 0.3s ease-in-out infinite alternate flashText;
}
@keyframes flashText {
  to {
    border-color: #017272;
  }
}
textarea.defaultText {
  line-height: 1.2;
  resize: vertical;
  padding: 10px;
}

.emptyState {
  text-align: center;
  padding: 60px 20px 20px;
  font-size: 16px;
}
.emptyState img {
  display: inline-block;
  margin-bottom: 10px;
  max-width: 150px;
  height: auto;
}
.emptyState img.maw100 {
  max-width: 100px;
}
.emptyState .text {
  color: #bcbcbc;
  margin-bottom: 15px;
  font-weight: 300;
}
.emptyState .newArt {
  display: inline-block;
}

.deleteButton {
  background: url(../img/delete2.png) center center no-repeat;
  width: 40px;
  height: 35px;
  cursor: pointer;
  display: block;
}
.deleteButton:hover {
  background: url(../img/delete2-h.png) center center no-repeat;
}
.deleteButton.active {
  background: url(../img/delete2-a.png) center center no-repeat;
}

body.letterOverlayActive #content .left.main {
  min-height: 200vh !important;
}

#t.isbg {
  width: 957px;
}
#t.isbg .left.main {
  width: 612px;
  position: relative;
  padding-left: 42px;
}
#t.isbg .left.main:after {
  content: "";
  position: absolute;
  width: 4px;
  top: 35px;
  left: 20px;
  bottom: 300px;
  background-color: #00a9a9;
}
#t.isbg .itemInput .box .addItem {
  min-width: 0;
  width: 120px;
}
#t .tliHeaderText {
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
}
#t .tliHeaderText.finished:after {
  width: 22px;
  height: 22px;
  background: url(../img/check-round.png) center center/100% 100% no-repeat;
  top: -1px;
  left: -31px;
}
#t .tliHeaderText:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 11px;
  height: 70px;
  top: -25px;
  left: -22px;
  background: url(../img/isbgPhase3.png) center center/contain no-repeat;
}

.right.name.steps .hi {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #6a6a6a;
}
.right.name.steps h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}
.right.name.steps .welcome {
  font-size: 16px;
  font-weight: 300;
}

body.steps #t .phase, body.timeline #t .phase {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 25px;
}
body.steps #t .phase .nr, body.timeline #t .phase .nr {
  font-size: 41px;
  font-weight: 700;
  margin-right: 5px;
}
body.steps #t .phase .text, body.timeline #t .phase .text {
  font-size: 24px;
  text-transform: uppercase;
}
body.steps #t .phase:before, body.timeline #t .phase:before {
  content: "";
  background: url(../img/isbgPhase.png) center center no-repeat;
  width: 15px;
  height: 21px;
  position: absolute;
  top: 14px;
  left: -22px;
}
body.steps #t .subPhase, body.timeline #t .subPhase {
  font-size: 18px;
  margin-bottom: 15px;
}
body.steps #t .phaseRow, body.timeline #t .phaseRow {
  display: flex;
  margin-bottom: 10px;
  line-height: 24px;
  align-items: center;
}
body.steps #t .phaseRow.mb, body.timeline #t .phaseRow.mb {
  margin-bottom: 25px;
}
body.steps #t .phaseRow .col1, body.timeline #t .phaseRow .col1 {
  width: 300px;
  flex: none;
}
body.steps #t .phaseRow .col2, body.timeline #t .phaseRow .col2 {
  width: 230px;
  flex: none;
  font-weight: 300;
}
body.steps #t .phaseRow .col2.pl, body.timeline #t .phaseRow .col2.pl {
  padding-left: 30px;
}
body.steps #t .phaseRow .col2.todo, body.timeline #t .phaseRow .col2.todo {
  background: url(../img/isbgTodo.png) left center no-repeat;
}
body.steps #t .phaseRow .col2.ok, body.timeline #t .phaseRow .col2.ok {
  background: url(../img/isbgOk.png) left center no-repeat;
}
body.steps #t .phaseRow .col2.again, body.timeline #t .phaseRow .col2.again {
  background: url(../img/isbgAgain.png) left center no-repeat;
}
body.steps #t .phaseRow .col2.pending, body.timeline #t .phaseRow .col2.pending {
  background: url(../img/isbgPending.png) left center no-repeat;
}
body.steps #t .phaseRow .addFile, body.timeline #t .phaseRow .addFile {
  display: inline-block;
  font-weight: 300;
  cursor: pointer;
  position: relative;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 3px 5px 2px 20px;
  background: url(../img/addFile2.png) 7px center no-repeat;
}
body.steps #t .phaseRow .addFile:hover, body.timeline #t .phaseRow .addFile:hover {
  background-color: #fbfbfb;
}
body.steps #t .phaseRow .addFile.active, body.timeline #t .phaseRow .addFile.active {
  top: 1px;
}
body.steps #t .phaseRow .attachment, body.timeline #t .phaseRow .attachment {
  background: #fff url(../img/addFile2.png) 10px center no-repeat;
  display: inline-block;
  max-width: 90%;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  padding: 4px 8px 4px 25px;
}
body.steps #t .phaseRow .attachment:hover, body.timeline #t .phaseRow .attachment:hover {
  background-color: #f9f9f9 !important;
}
body.steps #t .phaseRow .attachment .attText, body.timeline #t .phaseRow .attachment .attText {
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.steps #t .phaseRow .attachment .remove, body.timeline #t .phaseRow .attachment .remove {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 4px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: #fff url(../img/close3.png) center center/11px no-repeat;
}
body.steps #t .phaseRow .attachment .remove:hover, body.timeline #t .phaseRow .attachment .remove:hover {
  background: #f9f9f9 url(../img/close3-h.png) center center/11px no-repeat;
}
body.steps #t .phaseRow .attachment .remove.confirm, body.timeline #t .phaseRow .attachment .remove.confirm {
  background-image: url(../img/progress-cross.png);
}
body.steps #t .phaseRow .attachment .remove.active, body.timeline #t .phaseRow .attachment .remove.active {
  top: 6px;
}
body.steps #t .phaseRow .attachment:hover .remove, body.timeline #t .phaseRow .attachment:hover .remove {
  display: block;
}
body.steps #t .phaseNote, body.timeline #t .phaseNote {
  width: 530px;
  margin-bottom: 10px;
}
body.steps #t .phaseNote .text, body.timeline #t .phaseNote .text {
  background-color: #f4f4f4;
  padding: 15px 10px;
  border-radius: 5px;
  font-weight: 300;
  line-height: 1.6;
}
body.steps #t .hbar, body.timeline #t .hbar {
  height: 1px;
  background-color: #e3e3e3;
  width: 530px;
  margin-bottom: 15px;
}

.ct-ignition, .ct-inspector {
  display: none;
}

.ce-element--over {
  cursor: text;
}

.ct-widget.ct-toolbox {
  background: #fafafa !important;
  border: 1px solid #000 !important;
}

#letterOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
#letterOverlay.contentHasFocus .container > .c2 .template.sel {
  background-color: rgba(154, 205, 205, 0.5019607843);
  border-color: rgba(154, 190, 188, 0.5019607843);
}
#letterOverlay .inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#letterOverlay .container {
  position: relative;
  padding: 150px 10px 200px 10px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
#letterOverlay .container > .c1 {
  width: 210mm;
  background-color: #dddddd;
  flex: none;
  border-right: 1px solid #e8e8e8;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
}
#letterOverlay .container > .c1 .isbgLetter:not(.noBorder) {
  min-height: 27.6854166667cm;
}
#letterOverlay .container > .c1 .isbgLetter:not(.noBorder) .header, #letterOverlay .container > .c1 .isbgLetter:not(.noBorder) .content {
  border: 1px solid #9acdcd;
  padding: 10px;
  margin: -10px;
}
#letterOverlay .container > .c1 .isbgLetter:not(.noBorder) .content {
  margin-bottom: 0;
}
#letterOverlay .container > .c1 .isbgLetter:not(.noBorder) .subHeader p {
  border: 1px solid #9acdcd;
  padding: 2px 5px;
  margin: -2px -5px -2px -2px;
}
#letterOverlay .container > .c1 .doc {
  margin-top: 30px;
}
#letterOverlay .container > .c1 .doc .hdr {
  display: flex;
  align-items: center;
  padding: 0 0px 5px 30px;
  justify-content: space-between;
}
#letterOverlay .container > .c1 .doc .name {
  font-style: italic;
  font-weight: 300;
  color: #545454;
  margin-right: 10px;
}
#letterOverlay .container > .c1 .doc .remove {
  cursor: pointer;
  height: 25px;
  width: 25px;
  background: url(../img/progress-cross.png) center center no-repeat;
}
#letterOverlay .container > .c1 .doc embed {
  height: 400px;
}
#letterOverlay .container > .c1 .doc img {
  width: 100%;
  height: auto;
}
#letterOverlay .container > .c1 .twDropzoneContainer {
  margin: 30px;
  height: 200px;
  border: 1px dashed #a19f99;
  border-radius: 5px;
  position: relative;
}
#letterOverlay .container > .c1 .twDropzoneContainer .text {
  margin-top: 90px;
  text-align: center;
  font-size: 24px;
  font-style: italic;
  color: #545454;
}
#letterOverlay .container > .c1 .twDropzoneContainer .twDropzone {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.95) url(../img/drag-drop-large.png) center center no-repeat;
  cursor: pointer;
  opacity: 0;
}
#letterOverlay .container > .c1 .twDropzoneContainer .twDropzone:hover, #letterOverlay .container > .c1 .twDropzoneContainer .twDropzone.dz-drag-hover {
  opacity: 1;
}
#letterOverlay .container > .c1 .twDropzoneContainer .twDropzone > div {
  display: none;
}
#letterOverlay .container > .c1 .twDropzoneContainer .progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #bcbcbc;
}
#letterOverlay .container > .c1 .twDropzoneContainer .progress .circle {
  width: 50px;
  height: 50px;
}
#letterOverlay .container > .c1 .availableDocs {
  padding: 10px 30px 30px;
}
#letterOverlay .container > .c1 .availableDocs .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  border-top: 1px solid #aaa;
  padding-top: 10px;
}
#letterOverlay .container > .c1 .availableDocs .folderName {
  font-weight: 600;
}
#letterOverlay .container > .c1 .availableDocs .aDocs {
  padding-left: 15px;
  margin-bottom: 5px;
}
#letterOverlay .container > .c1 .availableDocs .aDoc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
  cursor: pointer;
  color: #555;
}
#letterOverlay .container > .c1 .availableDocs .aDoc:hover .name {
  text-decoration: none;
}
#letterOverlay .container > .c1 .availableDocs .aDoc .name {
  text-decoration: underline;
}
#letterOverlay .container > .c2 {
  flex: 0 0 305px;
  padding: 20px 15px 40px 18px;
  background-color: #dddddd;
  font-size: 16px;
  color: #202020;
  position: relative;
}
#letterOverlay .container > .c2.sent {
  align-self: flex-start;
}
#letterOverlay .container > .c2 .section {
  margin-bottom: 35px;
}
#letterOverlay .container > .c2 .titleBox {
  display: flex;
  justify-content: space-between;
}
#letterOverlay .container > .c2 .titleBox .dropDown1 .btn {
  width: 20px;
  height: 25px;
  background: url(../img/plus-bigger.png) center center no-repeat;
}
#letterOverlay .container > .c2 .titleBox .dropDown1 .btn:hover {
  background: url(../img/plus-bigger-h.png) center center no-repeat;
}
#letterOverlay .container > .c2 .titleBox .dropDown1 .btn.active {
  background: url(../img/plus-bigger-a.png) center center no-repeat;
}
#letterOverlay .container > .c2 .titleBox .dropDown1 .popUp:after {
  right: 2px;
}
#letterOverlay .container > .c2 .section > .title, #letterOverlay .container > .c2 .titleBox > .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
#letterOverlay .container > .c2 .toSend {
  margin-bottom: 15px;
}
#letterOverlay .container > .c2 .toSend > .label {
  margin-bottom: 5px;
}
#letterOverlay .container > .c2 .toSend .radios.inline {
  display: flex;
}
#letterOverlay .container > .c2 .filterText {
  margin-bottom: 20px;
}
#letterOverlay .container > .c2 .filterText input {
  padding-left: 37px;
  height: 38px;
  background: #fff url(../img/search.png) 8px center no-repeat;
}
#letterOverlay .container > .c2 .templatesList {
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0 -15px 0 -18px;
}
#letterOverlay .container > .c2 p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
#letterOverlay .container > .c2 .download {
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: underline;
  background: url(../img/download.png) right center no-repeat;
  padding-right: 15px;
  cursor: pointer;
}
#letterOverlay .container > .c2 .download:hover {
  text-decoration: none;
}
#letterOverlay .container > .c2 .buttonStyle {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  font-size: 13px;
}
#letterOverlay .container > .c2 .template {
  padding: 5px 9px 5px 50px;
  height: 50px;
  background: url(../img/template.png) 18px center no-repeat;
  display: flex;
  border: 1px solid transparent;
  align-items: center;
  cursor: pointer;
}
#letterOverlay .container > .c2 .template.sel, #letterOverlay .container > .c2 .template:hover {
  background-color: #9acdcd;
  border-color: #9abebc;
}
#letterOverlay .container > .c2 .template .name {
  flex: 1 1 auto;
  max-height: 40px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#letterOverlay .container > .c2 .template .dropDown1:not(.duplicate) > .btn {
  width: 20px;
  height: 25px;
}
#letterOverlay .container > .c2 .template .dropDown1:not(.duplicate) > .popUp:after {
  right: 2px;
}
#letterOverlay .container > .c2 .dropDown1.change {
  flex: none;
}
#letterOverlay .container > .c2 .dropDown1.change .btn {
  background: url(../img/pencil3.png) center 70%/15px auto no-repeat;
}
#letterOverlay .container > .c2 .dropDown1.more {
  flex: none;
}
#letterOverlay .container > .c2 .dropDown1.more > .btn {
  background: url(../img/vertical-dots.png) center 70%/auto 15px no-repeat;
}
#letterOverlay .container > .c2 .dropDown1 .hoverLabel {
  left: 0;
  transform: translate(-41%, -128%);
}
#letterOverlay .container > .c2 .dropDown1 .pBottom {
  padding: 20px 0 10px;
}
#letterOverlay .container > .c2 .dropDown1 .group {
  margin-bottom: 15px;
}
#letterOverlay .container > .c2 .dropDown1 .group > .label {
  margin-bottom: 5px;
}
#letterOverlay .container > .c2 .dropDown1 .radios.inline {
  display: flex;
}

@font-face {
  font-family: Calibri;
  font-style: normal;
  font-weight: normal;
  src: url(_/fonts/Calibri_Regular.ttf) format("truetype");
}
@font-face {
  font-family: Calibri;
  font-style: italic;
  font-weight: normal;
  src: url(_/fonts/Calibri_Italic.ttf) format("truetype");
}
@font-face {
  font-family: Calibri;
  font-style: normal;
  font-weight: bold;
  src: url(_/fonts/Calibri_Bold.ttf) format("truetype");
}
@font-face {
  font-family: Calibri;
  font-style: italic;
  font-weight: bold;
  src: url(_/fonts/Calibri_Bold_Italic.ttf) format("truetype");
}
.isbgFooter {
  height: 1.75cm;
  width: 210mm;
  position: relative;
  background-color: #fff;
}
.isbgFooter:not(.noIsbg) {
  background: #fff url(../img/teams/3592/footer_faded.jpg) 2.5cm 7mm/125mm no-repeat;
}
.isbgFooter.isTemplate {
  background-color: #eef4f1;
}
.isbgFooter.onlyAttachments:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(189, 189, 189, 0.9490196078);
}

.isbgLetter {
  font-family: Calibri, sans-serif;
  width: 210mm;
  min-height: 27.95cm;
  font-size: 11pt;
  line-height: 1.4;
  padding: 5cm 2.5cm 0 2.5cm;
  position: relative;
  background-color: #fff;
}
.isbgLetter:not(.noIsbg) {
  background: #fff url(../img/teams/3592/ISBG_logo_pos_hr_groot_trimmed_faded.jpg) 2.5cm 1.2cm/50mm no-repeat;
}
.isbgLetter:not(.noIsbg) hr:first-of-type:before {
  background: #fff url(../img/teams/3592/footer_faded.jpg) 2.5cm 7mm/125mm no-repeat;
}
.isbgLetter:not(.noIsbg) hr:after {
  background: #fff url(../img/teams/3592/ISBG_logo2_pos_hr_groot_trimmed_faded.jpg) 2.5cm 1.2cm/29.5mm no-repeat;
}
.isbgLetter.noIsbg {
  background: #fff url(../img/teams/5385/logo.png) 1.5cm 1.2cm/60mm no-repeat;
}
.isbgLetter.noIsbg hr:after {
  background: #fff url(../img/teams/5385/logo.png) 1.5cm 1.2cm/60mm no-repeat;
}
.isbgLetter:has(hr) + .isbgFooter {
  background: #fff;
}
.isbgLetter.isTemplate {
  background-color: #eef4f1;
}
.isbgLetter.isTemplate:after {
  content: "TEMPLATE";
  display: block;
  position: absolute;
  font-size: 40px;
  left: 60px;
  top: 20px;
  font-weight: 700;
  transform: rotate(-15deg);
}
.isbgLetter.onlyAttachments {
  min-height: 0 !important;
}
.isbgLetter.onlyAttachments:after {
  content: "GEEN BEWERKBARE BRIEF";
  display: block;
  position: absolute;
  font-size: 40px;
  font-weight: 700;
  padding: 100px 200px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(189, 189, 189, 0.95);
}
.isbgLetter .headerContainer {
  min-height: 2.7cm;
}
.isbgLetter .subHeader {
  margin-top: 0.3cm;
  min-height: 2.7cm;
  margin-bottom: 0.3cm;
}
.isbgLetter .subHeader table {
  font-size: 10pt;
  line-height: 1.3;
  border: none;
  outline: none;
}
.isbgLetter .subHeader table p {
  display: inline-block;
}
.isbgLetter .subHeader table span.color {
  color: #61194a;
}
.isbgLetter .subHeader table tr {
  border: none !important;
  outline: none !important;
}
.isbgLetter .subHeader table td {
  vertical-align: top;
  padding-left: 0;
  padding-bottom: 0.1cm;
  border: none !important;
  outline: none !important;
}
.isbgLetter .subHeader table td:first-child {
  width: 8cm;
}
.isbgLetter hr {
  margin: 2.5cm -2.5cm 5cm -2.5cm;
  height: 8mm;
  border: none;
  background-color: #DDDDDD;
  position: relative;
  cursor: default;
  overflow: visible;
}
.isbgLetter hr:first-of-type:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1.75cm;
  top: -1.75cm;
  left: 0;
}
.isbgLetter hr:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4.5cm;
  top: 8mm;
  left: 0;
}
.isbgLetter h1 {
  font-weight: 700;
  font-size: 15pt;
  margin-bottom: 3mm;
}
.isbgLetter h2 {
  font-weight: 700;
  font-size: 13.5pt;
  margin-bottom: 2mm;
}
.isbgLetter p:not(:last-child), .isbgLetter ul:not(:last-child), .isbgLetter ol:not(:last-child), .isbgLetter table:not(:last-child) {
  margin-bottom: 7mm;
}
.isbgLetter li {
  margin-left: 10mm;
}
.isbgLetter ul li {
  list-style-type: disc;
}
.isbgLetter b {
  font-weight: 700;
}
.isbgLetter i {
  font-style: italic;
}
.isbgLetter a {
  text-decoration: underline;
}
.isbgLetter table th, .isbgLetter table th * {
  text-align: left;
  font-weight: 700;
}
.isbgLetter table th, .isbgLetter table td {
  border-top: 0.3mm solid #000000;
  border-left: 0.3mm solid #000000;
  padding: 0.5mm 7mm 0.7mm 0.5mm;
}
.isbgLetter table th:last-child, .isbgLetter table td:last-child {
  border-right: 0.3mm solid #000000;
}
.isbgLetter table tr:last-child th, .isbgLetter table tr:last-child td {
  border-bottom: 0.3mm solid #000000;
}
.isbgLetter isvar {
  background-color: #9acdcd;
}
.isbgLetter isvar.invalid {
  background-color: #eecdcd;
}
.isbgLetter value {
  background-color: #9acdcd;
}

/*# sourceMappingURL=isbg.css.map */
