@charset "UTF-8";
@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 {
  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, .dropDown1 .popUpBottom.hasNoSidePadding .subGoal {
  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, #clipOverlay .delete {
  background: url(../img/delete2.png) center center no-repeat;
  width: 40px;
  height: 35px;
  cursor: pointer;
  display: block;
}
.deleteButton:hover, #clipOverlay .delete:hover {
  background: url(../img/delete2-h.png) center center no-repeat;
}
.deleteButton.active, #clipOverlay .active.delete {
  background: url(../img/delete2-a.png) center center no-repeat;
}

body.clips #content {
  flex-grow: 1;
}

#cls {
  background: url(../img/back2.png);
  display: -webkit-flex;
  display: flex;
}
#cls .clipBoxes {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  padding: 24px 14px 20px 14px;
  cursor: ew-resize;
}
#cls.init .actions {
  display: none;
}
#cls .actions {
  padding: 25px 75px 25px 5px;
  cursor: ew-resize;
}
#cls .sortable-placeholder-clipBox {
  margin-right: 10px;
  background-color: #fbfbf4;
  height: 100%;
  width: 280px !important;
  -webkit-flex: none;
  flex: none;
}

.clipBox {
  position: relative;
  height: 100%;
  width: 280px !important;
  -webkit-flex: none;
  flex: none;
  margin-right: 10px;
  background-color: #f2f2eb;
  cursor: default;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.clipBox.hasPlaceHolder .buttonAdd {
  top: -20px !important;
}
.clipBox .boxTop {
  padding: 20px 20px 10px;
  left: 0;
  top: 0;
  width: 100%;
  flex: none;
  cursor: pointer;
}
.clipBox .boxTop:active {
  cursor: url(../img/closedhand.cur) 8 8, move;
}
.clipBox.active .boxTop, .clipBox.ui-sortable-helper .boxTop {
  cursor: url(../img/closedhand.cur) 8 8, move;
}
.clipBox.ui-sortable-helper {
  transform: rotate(5deg);
  transform-origin: center top;
  cursor: url(../img/closedhand.cur) 8 8, move;
}
.clipBox .sortable-placeholder-clip {
  border-radius: 5px;
  margin-bottom: 7px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 7px;
}
.clipBox .sortable-placeholder-clip:last-child {
  margin-bottom: 0;
}
.clipBox .menu {
  position: absolute;
  right: 6px;
  top: 8px;
}
.clipBox .menu.open .button {
  background-color: #e6e6de;
}
.clipBox .menu.open .popUp {
  display: block;
}
.clipBox .menu.active .button {
  background-color: #ecece6 !important;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15) inset;
}
.clipBox .menu .button {
  width: 25px;
  height: 25px;
  background: url(../img/horizontal-dots.png) center center no-repeat;
  cursor: pointer;
}
.clipBox .menu .button:hover {
  background-color: #e6e6de;
}
.clipBox .menu .popUp {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 2;
  cursor: default;
}
.clipBox .menu .popUp:after {
  right: auto;
  left: 5px;
}
.clipBox .boxBottom {
  height: 100px;
  flex: 1 0 auto;
}
.clipBox .boxBottomInner {
  height: 100%;
}
.clipBox .boxBottomInner.mobileScroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.clipBox .scrollDiv {
  height: 100%;
  max-height: 100%;
  padding: 0 20px 50px;
}
.clipBox .scrollDiv .ps-scrollbar-y-rail {
  top: auto !important;
  bottom: 20px !important;
}
.clipBox .clipImg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -8px;
}
.clipBox .clipBoxName {
  width: 95%;
  resize: none;
  padding: 2px 5px;
  font-size: inherit;
}
.clipBox .clips {
  padding-bottom: 40px;
  width: 100% !important;
  overflow: visible;
}
.clipBox .add {
  position: relative;
  top: -20px;
}

.clip {
  padding: 7px 8px 5px;
  position: relative;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 7px;
  font-size: 15px;
  color: #171717;
  border-radius: 5px;
  cursor: pointer;
}
.clip:hover {
  background: #f9f9f9 url(../img/clip-pen.png) 96% 10px no-repeat;
}
.clip.ui-sortable-helper {
  background: #ffffff;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing !important;
  cursor: grabbing;
  transform: rotate(5deg);
  transform-origin: center top;
  box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.clip:last-child {
  margin-bottom: 0;
}
.clip .clipTop {
  margin-bottom: 4px;
}
.clip textarea {
  margin-bottom: 3px;
}
.clip .clipNameDiv {
  padding: 2px 2px;
  overflow: hidden;
  white-space: pre-line;
}
.clip .clipBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clip .labels {
  width: 37%;
  display: flex;
  justify-content: space-between;
}
.clip .labels .labelColor {
  height: 7px;
  flex: 0 1 47%;
}
.clip .labels .labelColor:not(:last-child) {
  margin-right: 6%;
}
.clip .time {
  width: 26.55%;
  font-size: 10px;
  color: #949494;
  padding-left: 3px;
}
.clip .time .timeLabel {
  background: url(../img/timeLabel.png) left center no-repeat;
  padding-left: 15px;
}
.clip .users {
  width: 27.88%;
  display: flex;
  position: relative;
}
.clip .users img {
  height: 14px;
  width: 14px;
  margin-right: 5px;
  border-radius: 2px;
  font-size: 0;
  display: block;
}
.clip .users img:nth-child(n+4) {
  display: none;
}
.clip .users.dots:after {
  content: "...";
  position: absolute;
  right: -2px;
  bottom: 0;
  font-size: 12px;
}
.clip.declared:hover, .clip.semiDeclared:hover, .clip.credited:hover, .clip.semiCredited:hover {
  background: #f9f9f9;
}
.clip.declared:after, .clip.semiDeclared:after, .clip.credited:after, .clip.semiCredited:after {
  content: "";
  z-index: 3;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  height: 100%;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  width: 13px;
}
.clip.declared:after {
  background: #017272 url(../img/euro-white.png) center center/8px auto no-repeat;
}
.clip.semiDeclared:after {
  background: #9ccece url(../img/euro-white.png) center center/8px auto no-repeat;
}
.clip.credited:after {
  background: #093535 url(../img/arrow-back-white.png) center center/10px auto no-repeat;
}
.clip.semiCredited:after {
  background: #8b9999 url(../img/arrow-back-white.png) center center/10px auto no-repeat;
}

body:not(.demo) #clipOverlay {
  position: fixed;
  z-index: 10;
}

#clipOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#clipOverlay.mobileScroll .inner {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#clipOverlay .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
#clipOverlay .container {
  position: relative;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#clipOverlay .openClip {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  width: 525px;
  position: relative;
}
#clipOverlay .openClip .clipName {
  right: auto;
  width: 460px;
  resize: none;
}
#clipOverlay .openClip .header {
  position: relative;
  padding: 10px 20px;
}
#clipOverlay .openClip .actions {
  background-color: #f5f5f5;
  padding: 15px 20px;
}
#clipOverlay .openClip .actions .defaultClose {
  top: -2px;
  right: -5px;
}
#clipOverlay .openClip.declared .top .row.r2 .col, #clipOverlay .openClip.declared .close, #clipOverlay .openClip.declared .realOwner, #clipOverlay .openClip.credited .top .row.r2 .col, #clipOverlay .openClip.credited .close, #clipOverlay .openClip.credited .realOwner {
  z-index: 3;
}
#clipOverlay .openClip.declared:after, #clipOverlay .openClip.credited:after {
  position: absolute;
  display: inline-block;
  top: -1px;
  right: 50px;
  padding: 6px 30px 5px 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
#clipOverlay .openClip.declared:not(.canEditDeclaredClips) .top:not(.popUp):after, #clipOverlay .openClip.declared:not(.canEditDeclaredClips) .bottom:not(.popUp):after, #clipOverlay .openClip.credited:not(.canEditDeclaredClips) .top:not(.popUp):after, #clipOverlay .openClip.credited:not(.canEditDeclaredClips) .bottom:not(.popUp):after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
}
#clipOverlay .openClip.declared:after {
  content: "Gedeclareerd item";
  background: #017272 url(../img/euro-white.png) 93% center/10px auto no-repeat;
}
#clipOverlay .openClip.credited:after {
  content: "Gecrediteerd item";
  background: #093535 url(../img/arrow-back-white.png) 95% center/13px auto no-repeat;
}
#clipOverlay .openClip > .top {
  position: relative;
}
#clipOverlay .middle {
  padding: 0 20px;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: #666666;
}
#clipOverlay .middle .line {
  padding: 15px 0;
  border-bottom: 1px solid #d9d9d9;
}
#clipOverlay .middle .line .clickable {
  cursor: pointer;
  text-decoration: underline;
}
#clipOverlay .middle .line .clickable:hover {
  text-decoration: none;
}
#clipOverlay .items {
  margin-bottom: 10px;
}
#clipOverlay .bottom {
  position: relative;
  padding: 30px 20px 10px;
}
#clipOverlay .realOwner {
  font-style: italic;
  color: #aaaaaa;
  position: relative;
  top: -10px;
  margin-bottom: 10px;
  font-weight: 300;
}
#clipOverlay .realOwner a {
  text-decoration: underline;
}
#clipOverlay .items .itemInput .addItem .s1 {
  display: none;
}
#clipOverlay .items .itemInput .addItem .s2 {
  display: inline;
}
#clipOverlay .timelineItem.userItem .box {
  width: 430px;
}
#clipOverlay .timelineItem.userItem .filesContainer2 {
  max-width: 430px;
}
#clipOverlay .timelineItem .box {
  width: 483px;
}
#clipOverlay .timelineItem .filesContainer2 {
  max-width: 483px;
}
#clipOverlay .shareTo {
  float: left;
  display: flex;
  align-items: center;
  padding-top: 7px;
  color: rgba(0, 0, 0, 0.7);
}
#clipOverlay .shareTo * {
  color: rgba(0, 0, 0, 0.7);
}
#clipOverlay .shareTo .label {
  font-size: 13px;
  text-transform: uppercase;
  margin-right: 5px;
}
#clipOverlay .shareTo .sb {
  margin-right: 2px;
  display: flex;
  align-items: center;
}
#clipOverlay .shareTo .sb.open i {
  background: #c8c8c8;
  color: rgba(0, 0, 0, 0.7);
}
#clipOverlay .shareTo .sb.open .options {
  display: block;
}
#clipOverlay .shareTo .sb .options {
  display: none;
  margin-left: 5px;
  font-size: 13px;
}
#clipOverlay .shareTo .sb .options * {
  text-transform: uppercase;
  cursor: pointer;
}
#clipOverlay .shareTo .sb .options *:hover {
  text-decoration: underline;
}
#clipOverlay .shareTo i {
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin-right: 2px;
}
#clipOverlay .shareTo i:hover {
  color: rgba(0, 0, 0, 0.7);
  background: #c8c8c8;
}
#clipOverlay .shareTo i.active {
  color: rgba(0, 0, 0, 0.7);
  top: 1px;
}
#clipOverlay .delete {
  float: right;
}
#clipOverlay .delete2 {
  background: url(../img/delete3.png) center center no-repeat;
  width: 175px;
  height: 35px;
  cursor: pointer;
  float: right;
  display: block;
}
#clipOverlay .delete2:hover {
  background: url(../img/delete3-h.png) center center no-repeat;
}

.clipRow.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.clipRow .col {
  width: 148px;
}
.clipRow.r1 {
  margin-bottom: 10px;
}
.clipRow.r1 .c1 {
  display: flex;
}
.clipRow.r1 .c1 .labelColor {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}
.clipRow.r1 .c2 {
  text-transform: uppercase;
}
.clipRow.r1 .c2 .row {
  display: flex;
  justify-content: space-between;
}
.clipRow.r1 .c2 .label {
  color: #8e8e8e;
}
.clipRow.r1 .c3 {
  display: flex;
  position: relative;
  min-height: 30px;
}
.clipRow.r1 .c3 .persons {
  position: relative;
  display: flex;
}
.clipRow.r1 .c3 a {
  margin-left: 6px;
  flex: 0 1 auto;
}
.clipRow.r1 .c3 a:first-child {
  margin-left: 0;
}
.clipRow.r1 .c3 a > img {
  display: block;
  margin-left: 0;
}
.clipRow.r1 .c3 img {
  height: 30px;
  width: 30px;
  margin-left: 6px;
  border-radius: 3px;
  flex: 0 1 auto;
}
.clipRow.r1 .c3 img:first-child {
  margin-left: 0;
}
.clipRow.r1 .c3 .totalNr {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  padding: 12px 3px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: rgba(0, 125, 125, 0.8);
  color: #ffffff;
}
.clipRow.r1 .c3 .stripe {
  background-color: #c2c2c2;
  width: 1px;
  flex: none;
  margin: 8px 5px;
}
.clipRow.r2 .c1 .button2 span {
  background: url(../img/c-labels.png) left center no-repeat;
}
.clipRow.r2 .c2 .button2 span {
  background: url(../img/c-time.png) left center no-repeat;
}
.clipRow.r2 .c2 .button2.register, .clipRow.r2 .c2 .button2.notifications {
  padding-left: 8px;
  line-height: 33px;
  padding-bottom: 2px;
}
.clipRow.r2 .c2 .button2.register span, .clipRow.r2 .c2 .button2.notifications span {
  background: url(../img/check1.png) left center/15px no-repeat;
}
.clipRow.r2 .c2 .button2.register span.sel, .clipRow.r2 .c2 .button2.notifications span.sel {
  background: url(../img/check1-checked.png) left center/15px no-repeat;
}
.clipRow.r2 .c2 .buttonBox.notifications .checkboxLabel {
  display: block;
  margin-bottom: 5px;
}
.clipRow.r2 .c2 .smsEnabled {
  display: flex;
  align-items: center;
}
.clipRow.r2 .c2 .smsEnabled .label {
  font-weight: 700;
  margin-right: 20px;
}
.clipRow.r2 .c2 .smsSection {
  padding-top: 10px;
}
.clipRow.r2 .c2 .smsSection .recipients {
  margin-bottom: 10px;
}
.clipRow.r2 .c2 .smsSection .recipient {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.clipRow.r2 .c2 .smsSection .recipient input {
  padding-left: 40px;
  background: url(../img/input-tel.png) 5% center no-repeat;
  flex: 1 1 auto;
  margin-right: 5px;
}
.clipRow.r2 .c2 .smsSection .recipient .remove {
  height: 25px;
  width: 25px;
  flex: none;
  cursor: pointer;
  background: url(../img/close3.png) center center no-repeat;
}
.clipRow.r2 .c2 .smsSection .recipient .remove:hover {
  background: url(../img/close3-h.png) center center no-repeat;
}
.clipRow.r2 .c2 .smsSection .recipient .remove.active {
  background: url(../img/close3-a.png) center center no-repeat;
}
.clipRow.r2 .c2 .smsSection .addTel {
  margin-bottom: 10px;
}
.clipRow.r2 .c2 .smsSection .textContainer {
  background-color: #017272;
  border-radius: 25px;
  margin-bottom: 20px;
}
.clipRow.r2 .c2 .smsSection .textContainer textarea {
  color: #fff;
  font-size: 16px;
  background: none;
  border: none;
  outline: none;
  resize: none;
  padding: 15px 10px;
  width: 100%;
}
.clipRow.r2 .c2 .smsSection .note {
  font-style: italic;
}
.clipRow.r2 .c3 .button2 span {
  background: url(../img/c-members.png) left center no-repeat;
}
.clipRow.r2 .c3 .popUpBottom {
  max-height: 270px;
  position: relative;
}
.clipRow.r2 .c3 .popUpBottom.noMh {
  max-height: none;
}
.clipRow.r2 .selectAll {
  margin-top: 7px;
  font-size: 13px;
  font-style: italic;
  color: #a2a2a2;
  cursor: pointer;
  padding-left: 10px;
  font-weight: 300;
  text-decoration: underline;
}

.dropDown1.buttonBox {
  position: relative;
}
.dropDown1.buttonBox > .button {
  margin-right: 0;
}
.dropDown1.buttonBox.open > .popUp {
  display: block;
}
.dropDown1.fadeBackground.effectInit {
  z-index: 10;
}
.dropDown1.fadeBackground.effectInit:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.dropDown1 .popUp {
  position: absolute;
  z-index: 15;
  top: 45px;
  left: 0;
  padding: 10px 15px 10px;
  background-color: #fff;
  width: 300px;
  border-radius: 4px;
  display: none;
}
.dropDown1 .popUp:after {
  right: auto;
  left: 60px;
}
.dropDown1 .popUp.alignLeft:after {
  left: 25px;
}
.dropDown1 .popUp.alignRight {
  left: auto;
  right: 0;
}
.dropDown1 .popUp.alignRight:after {
  left: auto;
  right: 60px;
}
.dropDown1 .popUp.alignRight2 {
  left: auto;
  right: -15px;
}
.dropDown1 .popUp.alignRight2:after {
  left: auto;
  right: 10px;
}
.dropDown1 .popUp.w200 {
  width: 200px;
}
.dropDown1 .popUp.w350 {
  width: 350px;
}
.dropDown1 .popUp.w450 {
  width: 450px;
}
.dropDown1 .popUp.maw450 {
  max-width: 450px;
}
.dropDown1 .popUp.noSidePadding {
  padding: 10px 0;
}
.dropDown1 .popUp.noSidePadding .popUpHeader {
  padding: 0 15px;
}
.dropDown1 .popUp.noSidePadding .popUpHeader .closePopUp {
  right: 10px !important;
}
.dropDown1 .popUp .rightBottom {
  display: flex;
  justify-content: flex-end;
  padding: 0 15px;
}
.dropDown1 i.closePopUp {
  position: absolute;
  display: block;
  color: #B1B7BD;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 1;
  font-size: 13px;
}
.dropDown1 i.closePopUp:hover {
  color: #8D98A2;
}
.dropDown1 .popUpHeader {
  position: relative;
  border-bottom: 2px solid #f7f7f7;
}
.dropDown1 .popUpHeader .title {
  font-weight: 700;
  margin-bottom: 7px;
}
.dropDown1 .popUpHeader .closePopUp {
  top: -2px !important;
  right: -5px !important;
}
.dropDown1 .pBottom {
  position: relative;
}
.dropDown1 .pBottom .labelAndInput {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.dropDown1 .pBottom .labelAndInput .label {
  width: 110px;
  padding-right: 20px;
}
.dropDown1 .pBottom .labelAndInput .input {
  flex: 1 1 auto;
}
.dropDown1 .pBottom .labelAndInput .input input {
  width: 100%;
}
.dropDown1 .popUpBottom {
  padding-top: 15px;
}
.dropDown1 .popUpBottom .section {
  border-bottom: 1px dashed #eaeaea;
}
.dropDown1 .popUpBottom .section.last {
  padding-top: 8px;
  border: none;
}
.dropDown1 .popUpBottom .section.last .buttonBox {
  width: 49%;
}
.dropDown1 .popUpBottom .section.last .buttonBox:nth-child(n+3) {
  margin-top: 5px;
}
.dropDown1 .popUpBottom .section.pb {
  padding-bottom: 10px;
}
.dropDown1 .popUpBottom .tabContainer .content {
  padding: 10px 3px;
}
.dropDown1 .popUpBottom .tabContainer .content .scrollbarAsync.fade .checkboxLabel {
  cursor: default;
}
.dropDown1 .popUpBottom .tabContainer .content .scrollbarAsync.fade .icon {
  display: none;
}
.dropDown1 .popUpBottom .tabContainer .content .scrollbarAsync.fade img {
  position: relative;
}
.dropDown1 .popUpBottom .tabContainer .content .scrollbarAsync.fade img:after {
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.dropDown1 .popUpBottom .tabContainer .content .scrollbarAsync.fade .name {
  color: #929292;
  font-style: italic;
}
.dropDown1 .popUpBottom .tabContainer .content .scrollbarAsync.larger {
  max-height: 300px;
  position: relative;
}
.dropDown1 .popUpBottom .tabContainer .content .message {
  margin-top: 30px;
  max-width: 200px;
  font-style: italic;
  font-weight: 300;
}
.dropDown1 .popUpBottom .tabContainer .content .message a {
  text-decoration: underline;
}
.dropDown1 .popUpBottom .tabContainer .content .message a:hover {
  text-decoration: none;
}
.dropDown1 .popUpBottom .tabContainer .content .message.highLight {
  animation: 0.7s ease 2 alternate highLightMessage;
}
@keyframes highLightMessage {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 20px;
  }
}
.dropDown1 .popUpBottom .tabs {
  background-color: #f5f5f5;
  padding-top: 15px;
  margin: 0 -15px;
}
.dropDown1 .popUpBottom .tabs.compact .tab {
  padding: 6px 8px;
}
.dropDown1 .popUpBottom .tabs.smallest {
  display: flex;
  justify-content: space-between;
}
.dropDown1 .popUpBottom .tabs.smallest .tab {
  margin: 0 0 -2px;
}
.dropDown1 .popUpBottom .tabs .tab {
  padding: 6px 10px;
  background-color: #f5f5f5;
}
.dropDown1 .popUpBottom .tabs .tab.sel, .dropDown1 .popUpBottom .tabs .tab:hover {
  background-color: #fff;
}
.owningTeam197 .dropDown1 .popUpBottom .tabs.regs .tab.tab1 {
  order: 3;
}
.owningTeam197 .dropDown1 .popUpBottom .tabs.regs .tab.tab2 {
  order: 4;
}
.owningTeam197 .dropDown1 .popUpBottom .tabs.regs .tab.tab3 {
  order: 1;
}
.owningTeam197 .dropDown1 .popUpBottom .tabs.regs .tab.tab4 {
  order: 2;
}
.owningTeam1036 .dropDown1 .popUpBottom .tabs.regs .tab.tab2, .owningTeam1036 .dropDown1 .popUpBottom .tabs.regs .tab.tab3, .owningTeam1036 .dropDown1 .popUpBottom .tabs.regs .tab.tab4 {
  display: none;
}
.dropDown1 .popUpBottom p {
  margin-bottom: 20px;
}
.dropDown1 .popUpBottom p.smaller {
  font-size: 14px;
  font-weight: 300;
}
.dropDown1 .popUpBottom .grayMsg {
  font-weight: 300;
  font-style: italic;
  color: #797979;
}
.dropDown1 .popUpBottom .grayMsg a {
  text-decoration: underline;
}
.dropDown1 .popUpBottom .grayMsg a:hover {
  text-decoration: none;
}
.dropDown1 .popUpBottom.hasNoSidePadding {
  font-size: 15px;
}
.dropDown1 .popUpBottom.hasNoSidePadding * {
  font-weight: 300;
}
.dropDown1 .popUpBottom.hasNoSidePadding .emptyText {
  padding: 0 15px;
  margin-bottom: 30px;
}
.dropDown1 .popUpBottom.hasNoSidePadding .goals {
  margin-bottom: 10px;
}
.dropDown1 .popUpBottom.hasNoSidePadding .subGoals {
  margin-bottom: 10px;
}
.dropDown1 .popUpBottom.hasNoSidePadding .addSubGoal {
  color: #cbcbcb;
  padding: 6px 15px 5px 30px;
  cursor: pointer;
}
.dropDown1 .popUpBottom.hasNoSidePadding .rightBottom {
  margin-bottom: 5px;
}
.dropDown1 .popUpBottom.hasNoSidePadding .inputLine {
  display: flex;
  margin-bottom: 10px;
  padding: 0 15px;
}
.dropDown1 .popUpBottom.hasNoSidePadding .inputLine .text {
  margin-right: 5px;
  flex: 0 1 auto;
  white-space: nowrap;
}
.dropDown1 .popUpBottom.hasNoSidePadding .inputLine input, .dropDown1 .popUpBottom.hasNoSidePadding .inputLine textarea {
  background-color: #d8d8d8;
  padding: 6px 10px 5px;
  border: none;
  outline: none;
  border-radius: 6px;
  flex: 1 1 auto;
}
.dropDown1 .popUpBottom.hasNoSidePadding .inputLine.sub, .dropDown1 .popUpBottom.hasNoSidePadding .inputLine.sub2 {
  padding-left: 30px;
}
.dropDown1 .popUpBottom.hasNoSidePadding .mainGoal {
  padding: 5px 15px 8px;
  border-bottom: 1px solid #f7f7f7;
}
.dropDown1 .popUpBottom.hasNoSidePadding .subGoal {
  padding: 6px 15px 5px 30px;
  cursor: pointer;
}
.dropDown1 .popUpBottom.hasNoSidePadding .subGoal.sel, .dropDown1 .popUpBottom.hasNoSidePadding .subGoal:hover:not(.unColor) {
  color: #ffffff;
  background-color: #e76600;
}
.dropDown1 .popUpBottom.hasNoSidePadding .nrAndName {
  display: flex;
}
.dropDown1 .popUpBottom.hasNoSidePadding .nrAndName .nr {
  flex: 0 1 auto;
  margin-right: 6px;
  white-space: nowrap;
}
.dropDown1 .popUpBottom.hasNoSidePadding .nrAndName .name {
  flex: 1 1 auto;
}
.dropDown1 .popUpBottom.hasNoTopPadding {
  padding-top: 0;
}
.dropDown1 .popUpBottom .hbar {
  height: 1px;
  background-color: #f7f7f7;
  margin-bottom: 10px;
}
.dropDown1 .popUpBottom a {
  text-decoration: underline;
}
.dropDown1 .popUpBottom a:hover {
  text-decoration: none;
}
.dropDown1 .dualRow {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.dropDown1 .dualRow .l {
  flex: 0 0 115px;
  padding-right: 15px;
  text-align: right;
}
.dropDown1 .dualRow .r {
  flex: 1;
  font-size: 13px;
}
.dropDown1 .dualRow .checkboxLabel:not(.v3) {
  margin-right: 0;
}
.dropDown1 .dualRow.count .r {
  display: flex;
  align-items: center;
}
.dropDown1 .dualRow.count .r *:not(:last-child) {
  margin-right: 8px;
  flex: 0 1 50px;
}
.dropDown1 .dualRow.days .r {
  display: flex;
}
.dropDown1 .dualRow.end .after .text {
  display: flex;
  align-items: center;
}
.dropDown1 .dualRow.end .after .text *:not(:first-child) {
  margin-left: 8px;
}
.dropDown1 .dualRow.end .after input[type=text] {
  width: 30px;
}
.dropDown1 .dualRow.end .on .text {
  display: flex;
  align-items: center;
}
.dropDown1 .dualRow.end .on .text *:not(:first-child) {
  margin-left: 8px;
}
.dropDown1 .dualRow.overview .r {
  font-weight: 700;
}
.dropDown1 .copyNot {
  opacity: 0.5;
}
.dropDown1 .copyNot input {
  pointer-events: none;
}
.dropDown1 .buttons {
  text-align: right;
}
.dropDown1 .buttons .btn {
  width: 180px;
  display: inline-block;
}
.dropDown1 .products .availableProducts {
  margin-bottom: 20px;
  max-height: 200px;
}
.dropDown1 .products .direct {
  display: flex;
}
.dropDown1 .products .direct .label {
  margin-right: 15px;
  font-weight: 700;
}
.dropDown1 .products .direct .radios {
  margin-bottom: 15px;
}
.dropDown1 .products .direct .radios label {
  margin-bottom: 5px;
}

.timelineItem {
  display: flex;
  border-bottom: 1px solid #d9d9d9;
  font-size: 17px;
  width: 100%;
}
.timelineItem.edited > .box > .msg, .timelineItem.edited > .box > .timelineLabels > .privateLabel {
  animation: tliEdited 1s reverse;
}
.timelineItem.edited > .box > .msg > .hbar, .timelineItem.edited > .box > .timelineLabels > .privateLabel > .hbar {
  animation: tliEdited 1s reverse;
}
.timelineItem.edited > .box > .msg .attachments, .timelineItem.edited > .box > .timelineLabels > .privateLabel .attachments {
  animation: tliEdited 1s reverse;
}
@keyframes tliEdited {
  100% {
    background-color: #a7d1d1;
    border-top-color: #9edfdf;
  }
}
.timelineItem > .img {
  flex: 0 0 auto;
}
.timelineItem img.user {
  border: 2px solid #c0c0c0;
  height: 43px;
  width: 43px;
  border-radius: 5px;
  margin-right: 9px;
}
.timelineItem .box {
  flex: 1 1 450px;
  min-width: 0;
}
.timelineItem .box.b2 {
  padding-bottom: 20px;
}
.timelineItem .bt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.timelineItem .bt .name {
  font-weight: 700;
  background: url(../img/name-bottom.png) 15px bottom no-repeat;
  padding-bottom: 15px;
}
.timelineItem .bt .created {
  font-size: 15px;
  color: #888888;
}
.timelineItem .bt .created .hover {
  display: none;
  font-size: 14px;
  padding-top: 2px;
  font-weight: 300;
}
.timelineItem .bt .created.hovering .normal {
  display: none;
}
.timelineItem .bt .created.hovering .hover {
  display: block;
}
.timelineItem.selected > .box > .msg, .timelineItem.selected > .box > .timelineLabels > .privateLabel {
  background-color: #b9e6e6;
}
.timelineItem.selected > .box > .msg .buttonBox .button:hover, .timelineItem.selected > .box > .timelineLabels > .privateLabel .buttonBox .button:hover {
  background-color: #a7d1d1;
}
.timelineItem.selected > .box > .msg > .hbar, .timelineItem.selected > .box > .timelineLabels > .privateLabel > .hbar {
  background-color: #a5d3d3;
}
.timelineItem.selected > .box > .msg .attachments, .timelineItem.selected > .box > .timelineLabels > .privateLabel .attachments {
  border-top-color: #9edfdf;
}
.timelineItem.closed .ifOpen {
  display: none;
}
.timelineItem .msg {
  background-color: #f4f4f4;
  padding: 12px 15px;
  border-radius: 5px;
  margin-bottom: 7px;
}
.timelineItem .msg.hasCornerBox {
  padding-top: 15px;
}
.timelineItem .msg.editing {
  padding: 5px 5px;
}
.timelineItem .msg.editing textarea {
  padding: 7px 10px;
}
.timelineItem .msg .text {
  word-wrap: break-word;
}
.timelineItem .msg .listView {
  border-top: 1px solid #efefef;
  padding: 10px 0;
}
.timelineItem .msg .listView .hbar {
  margin: 10px 0;
  width: 100% !important;
}
.timelineItem .msg .listView .optionsTitle {
  font-weight: 700;
  margin-bottom: 5px;
}
.timelineItem .msg .listView .progress {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
}
.timelineItem .msg .listView .progress .nr {
  flex: none;
  font-weight: 400;
  margin-right: 15px;
}
.timelineItem .msg .listView .progress .bar {
  height: 7px;
  background-color: #b0b0b0;
  border-radius: 3px;
  flex: 1 1 200px;
}
.timelineItem .msg .listView .progress .val {
  height: 7px;
  background-color: #00a9a9;
  border-radius: 3px;
}
.timelineItem .msg .listView .topField, .timelineItem .msg .listView .timeField, .timelineItem .msg .listView .selectField {
  margin-bottom: 10px;
}
.timelineItem .msg .listView .topField .defaultText.invalid, .timelineItem .msg .listView .timeField .defaultText.invalid, .timelineItem .msg .listView .selectField .defaultText.invalid {
  box-shadow: 0px 0px 2px 0px rgba(108, 15, 15, 0.9);
}
.timelineItem .msg .listView .topField .defaultText.invalid + .assertMsg, .timelineItem .msg .listView .timeField .defaultText.invalid + .assertMsg, .timelineItem .msg .listView .selectField .defaultText.invalid + .assertMsg {
  display: block;
}
.timelineItem .msg .listView .timeField, .timelineItem .msg .listView .selectField {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.timelineItem .msg .listView .timeField > .label, .timelineItem .msg .listView .selectField > .label {
  width: 80px;
  flex: none;
}
.timelineItem .msg .listView .timeField > *:last-child, .timelineItem .msg .listView .selectField > *:last-child {
  flex: 1 1 auto;
}
.timelineItem .msg .listView .assertMsg {
  display: none;
  font-size: 15px;
  margin-top: 5px;
  font-style: italic;
  font-weight: 300;
  color: rgba(108, 15, 15, 0.9);
  white-space: pre-line;
}
.timelineItem .msg .listView .checkboxLabel {
  margin-bottom: 5px;
}
.timelineItem .msg .tag {
  color: #e76700;
}
.timelineItem .msg .highlight, .timelineItem .msg .highlight .tag {
  font-weight: 700;
  color: #017272;
}
.timelineItem .msg textarea {
  width: 100%;
  background-color: #fcfcfc;
  resize: none;
}
.timelineItem .msg .cornerBox {
  display: flex;
  margin: -3px 0 5px 10px;
}
.timelineItem .msg .cornerBox .likes {
  position: relative;
  margin-right: 5px;
  padding-left: 30px;
  background: url("../img/timeline/Like Colorized 30x30 (ander icoon dan grijs_wit).png") 2px -2px/23px auto no-repeat;
}
.timelineItem .msg .cornerBox .likes:hover .hoverLabel {
  opacity: 1;
  z-index: 1;
}
.timelineItem .msg .cornerBox .hoverLabel {
  top: -5px;
  left: 50px;
  white-space: pre;
  padding: 6px 10px 5px;
  font-size: 14px;
}
.timelineItem .msg .cornerBox .hoverLabel:after {
  top: 5px;
}
.timelineItem .msg .cornerBox .star {
  padding-left: 30px;
  background: url("../img/timeline/Ster 30x30 Colorized.png") 2px -1px/23px auto no-repeat;
}
.timelineItem .msg .cornerBox .extra .button {
  background: url(../img/horizontal-dots.png) center center no-repeat;
  height: 25px;
  width: 25px;
  position: relative;
  border-radius: 3px;
}
.timelineItem .msg .cornerBox .extra .button:hover {
  background-color: #dfdfdf;
}
.timelineItem .msg .cornerBox .extra .button.active {
  top: 1px;
}
.timelineItem .msg .cornerBox .extra .popUp {
  top: 30px;
  width: 225px;
}
.timelineItem .msg .cornerBox .extra .popUp:after {
  left: 5px;
  right: auto;
}
.timelineItem .msg .cornerBox .extra .popUpBottom {
  padding: 0;
}
.timelineItem .msg .cornerBox .extra .hbar {
  margin: 10px 15px !important;
}
.timelineItem .msg .cornerBox .extra .entryLabel {
  position: relative;
}
.timelineItem .msg .cornerBox .extra .entryLabel input {
  position: absolute;
  z-index: -1;
}
.timelineItem .msg .cornerBox .extra .entry {
  padding-left: 40px;
  position: relative;
  color: #666666;
}
.timelineItem .msg .cornerBox .extra .entry:after {
  content: none;
}
.timelineItem .msg .cornerBox .extra .entry.confirm {
  color: #db0000 !important;
}
.timelineItem .msg .cornerBox .extra .entry.confirm:hover {
  background-color: #f6a15c !important;
}
.timelineItem .msg .cornerBox .extra .entry.react {
  background: url("../img/timeline/Pijltje terug 30x30 grijs copy.png") 18px center/15px no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.react:hover {
  background: url("../img/timeline/Pijltje terug 30x30 wit.png") 18px center/15px no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.like {
  background: url("../img/timeline/Like 30x30 grijs.png") 15px center/18px no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.like:hover {
  background: url("../img/timeline/Like 30x30 wit.png") 15px center/18px no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.star {
  background: url("../img/timeline/Ster 30x30 grijs.png") 15px center/18px no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.star:hover {
  background: url("../img/timeline/Ster 30x30 wit.png") 15px center/18px no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.goals {
  background: url("../img/timeline/Doel _ vlag 30x30 grijs.png") 15px center/18px no-repeat;
  margin-bottom: 0;
}
.timelineItem .msg .cornerBox .extra .entry.goals:hover {
  background: url("../img/timeline/Doel _ vlag 30x30 wit.png") 15px center/18px no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.files {
  background: url("../img/timeline/Bijlage _ paperclip 30x30 grijs.png") 15px center/18px no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.files:hover {
  background: url("../img/timeline/Bijlage _ paperclip 30x30 wit.png") 15px center/18px no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.clips, .timelineItem .msg .cornerBox .extra .entry.approve {
  background: url("../img/timeline/Clip _ check 30x30 grijs.png") 15px center/18px no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.clips:hover, .timelineItem .msg .cornerBox .extra .entry.approve:hover {
  background: url("../img/timeline/Clip _ check 30x30 wit.png") 15px center/18px no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.letter {
  background: url("../img/letter.png") 16px center no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.letter:hover {
  background: url("../img/letter-white.png") 16px center no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.visibility {
  background: url("../img/timeline/private.png") 15px center/18px no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.visibility:hover:not(.closed) {
  background: url("../img/timeline/Zichtbaar voor _ poppetje 30x30 wit.png") 15px center/18px no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.link {
  background: url("../img/timeline/Kopieër link 30x30 grijs.png") 15px center/18px no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.link:hover {
  background-color: #fff !important;
}
.timelineItem .msg .cornerBox .extra .entry.link input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background-color: #d7d7d7;
  padding: 8px 5px;
}
.timelineItem .msg .cornerBox .extra .entry.date {
  background: url("../img/timeline/Calendar _ zet op datum 30x30 grijs.png") 15px center/18px no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.date:hover {
  background: url("../img/timeline/Calendar _ zet op datum 30x30 wit.png") 15px center/18px no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.list {
  background: url("../img/list.png") 15px center no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.list:hover {
  background: url("../img/list-white.png") 15px center no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.completion {
  background: url("../img/timeline/private.png") 14px center/20px no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.completion:hover {
  background: url("../img/timeline/Zichtbaar voor _ poppetje 30x30 wit.png") 14px center/20px no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.completion.preCompletionText {
  cursor: default;
  font-style: italic;
}
.timelineItem .msg .cornerBox .extra .entry.completion.preCompletionText:hover {
  color: #666666;
  background: #fff url("../img/timeline/private.png") 14px center/20px no-repeat !important;
}
.timelineItem .msg .cornerBox .extra .entry.edit {
  background: url("../img/timeline/Edit _ Pen 30x30 grijs.png") 15px center/18px no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.edit:hover {
  background: url("../img/timeline/Edit _ Pen 30x30 wit.png") 15px center/18px no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.delete {
  background: url("../img/timeline/Verwijderen _ prullenbak 30x30 grijs.png") 15px center/18px no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry.delete:hover {
  background: url("../img/timeline/Verwijderen _ prullenbak 30x30 wit.png") 15px center/18px no-repeat;
}
.timelineItem .msg .cornerBox .extra .entry:hover {
  background-color: #e76700 !important;
  color: #fff;
}
.timelineItem .msg .cornerBox .extra .entry.closed {
  background-color: #fff !important;
  cursor: default;
  color: #666666;
}
.timelineItem .msg .cornerBox .extra input[type=checkbox]:checked + .entry.like {
  background: url("../img/timeline/Like Colorized 30x30 (ander icoon dan grijs_wit).png") 15px center/18px no-repeat;
}
.timelineItem .msg .cornerBox .extra input[type=checkbox]:checked + .entry.star {
  background: url("../img/timeline/Ster 30x30 Colorized.png") 15px center/18px no-repeat;
}
.timelineItem .msg .cornerBox .extra .viewsStatus {
  padding: 0 15px 0 40px;
  font-size: 14px;
}
.timelineItem .msg .cornerBox .extra .viewsStatus span {
  padding-right: 25px;
}
.timelineItem .msg .cornerBox .extra .viewsStatus span.seen {
  background: url(../img/timeline/seen.png) right center/20px no-repeat;
}
.timelineItem .msg .cornerBox .extra .viewsStatus span.couldHaveSeen {
  background: url(../img/timeline/couldHaveSeen.png) right center/20px no-repeat;
}
.timelineItem .msg .cornerBox .extra .viewsStatus span.inactive {
  background: url(../img/timeline/inactive.png) right center/20px no-repeat;
}
.timelineItem .msg .cornerBox .extra .alreadyClosed {
  padding: 20px 15px 9px;
  color: #bdbdbd;
  font-size: 15px;
  background: url("../img/timeline/Edit _ Pen 30x30 grijs.png") 15px 0px/18px no-repeat, url("../img/timeline/Verwijderen _ prullenbak 30x30 grijs.png") 35px 0px/18px no-repeat;
}
.timelineItem .msg .hbar {
  height: 1px;
  margin-top: 10px;
  background-color: #e6e6e6;
  width: auto !important;
}
.timelineItem .attachments {
  border-top: 1px solid #efefef;
  padding-top: 10px;
  display: grid;
  grid-template-columns: 49.2% 49.2%;
  gap: 5px 1.6%;
  width: 100%;
  max-width: 100%;
}
.timelineItem .attachment {
  position: relative;
}
.timelineItem .attachment .clip {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.timelineItem .attachment .clip:hover {
  background: #f9f9f9;
}
.timelineItem .attachment .clip .clipTop {
  margin-bottom: 9px;
}
.timelineItem .attachment .clip .clipNameDiv {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.timelineItem .attachment.att-clip {
  grid-row: span 2;
}
.timelineItem .attachment.att-goal .goalOrFile {
  background: #fff url(../img/goals.png) 10px center no-repeat;
}
.timelineItem .attachment.att-twfile .goalOrFile {
  background: #fff url(../img/addFile2.png) 10px center no-repeat;
}
.timelineItem .attachment.att-letter .goalOrFile {
  background: #fff url(../img/letter.png) 5px center no-repeat;
}
.timelineItem .attachment .goalOrFile {
  width: 100%;
  max-width: 100%;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  padding: 4px 8px 4px 25px;
  display: block;
}
.timelineItem .attachment .goalOrFile:hover {
  background-color: #f9f9f9 !important;
}
.timelineItem .attachment .goalOrFile .attText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.timelineItem .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;
}
.timelineItem .attachment .remove:hover {
  background: #f9f9f9 url(../img/close3-h.png) center center/11px no-repeat;
}
.timelineItem .attachment .remove.confirm {
  background-image: url(../img/progress-cross.png);
}
.timelineItem .attachment .remove.active {
  top: 6px;
}
.timelineItem .attachment:hover .remove {
  display: block;
}
.timelineItem .timelineLabels {
  position: relative;
  display: flex;
  top: -7px;
}
.timelineItem .privateLabel {
  font-size: 13px;
  padding: 2px 10px;
  margin-left: 20px;
  color: #949494;
  background-color: #f4f4f4;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
}
.timelineItem .privateLabel.approve {
  cursor: pointer;
}
.timelineItem .privateLabel.approve:hover {
  text-decoration: underline;
}
.timelineItem .border + .goalContainer .goal {
  margin-top: 10px;
}
.timelineItem .filesContainer2 {
  float: left;
  padding-left: 30px;
}
.timelineItem .files2 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 0;
}
.timelineItem .files2 .label {
  background: url(../img/addFile2.png) left center no-repeat;
  width: 7px;
  height: 17px;
  margin-right: 10px;
}
.timelineItem .files2 .file {
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 5px;
}
.timelineItem .files2 .icon {
  width: 30px;
  height: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 22px;
  background-size: auto 22px;
}
.timelineItem .files2 .name {
  max-width: 400px;
  word-wrap: break-word;
}
.timelineItem .files2 .name.ready {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px dashed #d6d6d3;
}
.timelineItem .ciActions {
  min-height: 5px;
  margin-bottom: 4px;
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
  color: #a1a1a1;
}
.timelineItem .ciActions.ca2 {
  margin-bottom: 0;
  padding-top: 10px;
}
.timelineItem .ciActions > div {
  display: flex;
  justify-content: flex-end;
}
.timelineItem .ciActions > div > div {
  margin-left: 3px;
}
.timelineItem .ciActions .cup:hover {
  text-decoration: underline;
}
.timelineItem .ciActions .save {
  color: #888;
  font-size: 17px;
}
.timelineItem .reactions.noToggle {
  padding-top: 20px;
}
.timelineItem .reactions .toggle {
  font-size: 14px;
  margin-bottom: 20px;
}
.timelineItem .reactions .toggle.opened .open {
  display: none;
}
.timelineItem .reactions .toggle.opened .close {
  display: block;
}
.timelineItem .reactions .toggle > div {
  cursor: pointer;
  padding-left: 35px;
}
.timelineItem .reactions .toggle > div:hover {
  text-decoration: underline;
}
.timelineItem .reactions .toggle .open {
  background: url(../img/arrow-right3.png) 25px center/5px no-repeat;
}
.timelineItem .reactions .toggle .close {
  display: none;
  background: url(../img/arrow-down3.png) 22px center/8px no-repeat;
}
.timelineItem .reactions .timelineItem {
  border-bottom: none;
}

.mainInput {
  margin-bottom: 0;
}
.mainInput .timelineItem {
  border: none;
}

.itemInput {
  padding-bottom: 30px;
  position: relative;
}
.itemInput .box .border {
  border: 1px solid #bcbcbc;
  border-radius: 5px;
}
.itemInput .box textarea {
  resize: none;
  padding: 10px;
  width: 100%;
  background-color: #fff;
}
.itemInput .box .bBottom {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07) inset;
  background-color: #fafafa;
  border-top: 1px solid #d2d2d2;
  padding: 7px 10px;
}
.itemInput .box .bBottom .bb1, .itemInput .box .bBottom .bb2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.itemInput .box .bBottom .bb1 + .bb2 {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #d2d2d2;
}
.itemInput .box .bBottom .revDescription {
  font-size: 15px;
  font-style: italic;
}
.itemInput .box .buttons {
  display: flex;
  align-items: center;
}
.itemInput .box .buttons > * {
  margin-right: 5px;
}
.itemInput .box .moreButtons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 160px;
}
.itemInput .box .moreButtons > * {
  width: 75px;
  margin: 0 0 5px;
}
.itemInput .box .moreButtons .newButton {
  margin-right: 0;
  display: block;
}
.itemInput .box .moreButtons input {
  position: absolute;
}
.itemInput .box .startDate {
  width: 95px;
  padding: 0 7px;
}
.itemInput .box .startTime {
  width: 50px;
  padding: 0 7px;
}
.itemInput .box .newButton {
  font-weight: 300;
  background-color: #fff;
  position: relative;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  padding: 6px 5px 5px 23px;
  cursor: pointer;
  font-size: 14px;
}
.itemInput .box .newButton .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.itemInput .box .newButton.goals {
  background: #ffffff url(../img/goals.png) 8px center no-repeat;
}
.itemInput .box .newButton.addFile .bg {
  background: url(../img/addFile2.png) 10px center no-repeat;
  opacity: 0.6;
}
.itemInput .box .newButton.clips {
  background: #fff url("../img/timeline/Clip _ check 30x30 grijs.png") 3px center/20px no-repeat;
}
.itemInput .box .newButton.more {
  background: #ffffff url(../img/horizontal-dots.png) center center no-repeat;
  padding-left: 15px;
  padding-right: 15px;
}
.itemInput .box .newButton.date .bg {
  background: url(../img/icon-calendar.png) 4px center/15px auto no-repeat;
  opacity: 0.45;
}
.itemInput .box .newButton.letter {
  background: #fff url("../img/letter.png") 5px center no-repeat;
}
.itemInput .box .newButton.list {
  background: #fff url("../img/list.png") 5px center no-repeat;
}
.itemInput .box .newButton.list.selected {
  background: #cecece url("../img/list-white.png") 5px center no-repeat;
}
.itemInput .box .newButton.completion {
  background: #fff url("../img/timeline/private.png") 5px center/15px no-repeat;
}
.itemInput .box .newButton.adminEdit {
  background: #cecece url("../img/timeline/Edit _ Pen 30x30 wit.png") 3px center/18px no-repeat !important;
}
.itemInput .box .newButton.active {
  top: 1px;
}
.itemInput .box .newButton.selected {
  background-color: #cecece;
}
.itemInput .box .newButton:hover {
  background-color: #ececec;
}
.itemInput .box input[type=checkbox]:checked + .newButtonInLabel {
  background-color: #cecece;
}
.itemInput .box input[type=checkbox]:checked + .newButtonInLabel.like .bg {
  background: url("../img/timeline/Like Colorized 30x30 (ander icoon dan grijs_wit).png") 2px center/20px auto no-repeat;
}
.itemInput .box input[type=checkbox]:checked + .newButtonInLabel.star .bg {
  background: url("../img/timeline/Ster 30x30 Colorized.png") 2px center/20px auto no-repeat;
}
.itemInput .box input[type=checkbox]:checked + .newButtonInLabel:hover {
  background-color: #ececec;
}
.itemInput .box input[type=checkbox] + .newButtonInLabel {
  font-weight: 300;
  background-color: #fff;
  position: relative;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  padding: 6px 5px 5px 23px;
  cursor: pointer;
  font-size: 14px;
  display: block;
}
.itemInput .box input[type=checkbox] + .newButtonInLabel .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.itemInput .box input[type=checkbox] + .newButtonInLabel.private .bg {
  background: url(../img/icon-user.png) 5px center/15px auto no-repeat;
  opacity: 0.45;
}
.itemInput .box input[type=checkbox] + .newButtonInLabel.like .bg {
  background: url("../img/timeline/Like 30x30 grijs.png") 2px center/20px auto no-repeat;
}
.itemInput .box input[type=checkbox] + .newButtonInLabel.star .bg {
  background: url("../img/timeline/Ster 30x30 grijs.png") 2px center/20px auto no-repeat;
}
.itemInput .box input[type=checkbox] + .newButtonInLabel.active {
  top: 1px;
}
.itemInput .box input[type=checkbox] + .newButtonInLabel:hover {
  background-color: #ececec;
}
.itemInput .box .adjustedCreated p {
  margin-bottom: 10px;
}
.itemInput .box .adjustedCreated .dateRow {
  justify-content: flex-start;
}
.itemInput .box .adjustedCreated .dateRow input:not(:last-child) {
  margin-right: 10px;
}
.itemInput .box .private .text {
  font-size: 13px;
  color: #949494;
}
.itemInput .box .selectContainer {
  margin-right: 0 !important;
}
.itemInput .box .selectContainer .selectric-wrapper {
  margin-right: 8px;
  width: 220px;
}
.itemInput .box .selectContainer .selectric-wrapper .label {
  font-size: 15px;
  font-weight: 300;
  height: 27px;
  line-height: 27px;
}
.itemInput .dropDown1 .container1 {
  width: 250px;
}
.isbg .itemInput .dropDown1.goals .popUp:after {
  left: 8px;
}
.itemInput .dropDown1.addFile .container1, .itemInput .dropDown1.clips .container1, .itemInput .dropDown1.more .container1 {
  background-color: #f4f4f4;
}
.itemInput .dropDown1.addFile .container1 .att-twfile, .itemInput .dropDown1.clips .container1 .att-twfile, .itemInput .dropDown1.more .container1 .att-twfile {
  margin-bottom: 5px;
}
.itemInput .dropDown1.addFile .container1 .clip, .itemInput .dropDown1.clips .container1 .clip, .itemInput .dropDown1.more .container1 .clip {
  margin-bottom: 0;
}
.itemInput .dropDown1.addFile .container1 .clipTop, .itemInput .dropDown1.clips .container1 .clipTop, .itemInput .dropDown1.more .container1 .clipTop {
  margin-bottom: 4px;
}
.itemInput .dropDown1.addFile .container1 .buttonAdd, .itemInput .dropDown1.clips .container1 .buttonAdd, .itemInput .dropDown1.more .container1 .buttonAdd {
  padding-top: 5px;
  padding-bottom: 5px;
}
.itemInput .dropDown1.addFile .rightBottom, .itemInput .dropDown1.clips .rightBottom, .itemInput .dropDown1.more .rightBottom {
  padding: 0;
}
.itemInput .dropDown1.more .container1 {
  width: 200px;
  padding-bottom: 5px;
}
.itemInput.rootTimelineVM .box .buttons > *:not(:last-child) {
  margin-right: 8px;
}
.itemInput.rootTimelineVM .box .dropDown1.more {
  display: none;
}
.itemInput.rootTimelineVM .box .newButton {
  padding: 6px 11px 5px;
}
.itemInput.rootTimelineVM .box .newButton.goals {
  background-position-x: center;
}
.itemInput.rootTimelineVM .box .newButton.addFile .bg {
  background-position-x: center;
}
.itemInput.rootTimelineVM .box .newButton.clips {
  background: #fff url("../img/timeline/Clip _ check 30x30 grijs.png") center center/20px no-repeat;
}
.itemInput.rootTimelineVM .box .newButton.clips:hover {
  background-color: #ececec;
}
.itemInput.rootTimelineVM .box .addItem {
  background-color: #e76700;
}

body.timeline #content .emptyState, body.timelines #content .emptyState, #clipOverlay .emptyState {
  opacity: 0;
  animation: 1s 1.25s 1 forwards fadesEmpty;
}
@keyframes fadesEmpty {
  0% {
    opacity: 0;
    transform: translate(0, 80px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.mainInput, .templateContainer {
  margin-bottom: 40px;
}

.templateContainer:last-child {
  margin-bottom: 0;
}

.labelColor.color1 {
  background-color: #6ad353;
}
.labelColor.color2 {
  background-color: #fff1a0;
}
.labelColor.color3 {
  background-color: #ffab3d;
}
.labelColor.color4 {
  background-color: #ed593f;
}
.labelColor.color5 {
  background-color: #d083ee;
}
.labelColor.color6 {
  background-color: #2199e3;
}
.labelColor.color7 {
  background-color: #db9e8c;
}
.labelColor.color8 {
  background-color: #a45c33;
}
.labelColor.color9 {
  background-color: #1c5f5a;
}
.labelColor.color10 {
  background-color: #293d37;
}
.labelColor.color11 {
  background-color: #e8ebe9;
}
.agendaItem .labelColor {
  background-color: rgba(235, 240, 242, 0.7);
}
.agendaItem .labelColor.color1 {
  background-color: rgba(106, 211, 83, 0.7);
}
.agendaItem .labelColor.color2 {
  background-color: rgba(255, 241, 160, 0.7);
}
.agendaItem .labelColor.color3 {
  background-color: rgba(255, 171, 61, 0.7);
}
.agendaItem .labelColor.color4 {
  background-color: rgba(237, 89, 63, 0.7);
}
.agendaItem .labelColor.color5 {
  background-color: rgba(208, 131, 238, 0.7);
}
.agendaItem .labelColor.color6 {
  background-color: rgba(33, 153, 227, 0.7);
}
.agendaItem .labelColor.color7 {
  background-color: rgba(219, 158, 140, 0.7);
}
.agendaItem .labelColor.color8 {
  background-color: rgba(164, 92, 51, 0.7);
}
.agendaItem .labelColor.color9 {
  background-color: rgba(28, 95, 90, 0.7);
}
.agendaItem .labelColor.color10 {
  background-color: rgba(41, 61, 55, 0.7);
}
.agendaItem .labelColor.color11 {
  background-color: rgba(232, 253, 233, 0.7);
}
.labelColor.registration {
  background: url(../img/stripes.png) #259091;
}
.labelColor.semiRegistration {
  background: url(../img/stripes.png) #9ccece;
}
.labelColor.present {
  background: url(../img/stripes.png) #019110;
}
.labelColor.absent {
  background: url(../img/stripes.png) #910403;
}
.labelColor.color101 {
  background: url(../img/dots.png) #6dc989;
}
.labelColor.color102 {
  background: url(../img/dots.png) #f67a78;
}
.labelColor.color103 {
  background: url(../img/dots.png) #50a9cd;
}
.labelColor.color104 {
  background: url(../img/dots.png) #ab7ab9;
}
.labelColor.color105 {
  background: url(../img/dots.png) #f5d033;
}
.labelColor.color106 {
  background: url(../img/dots.png) #f39b45;
}
.labelColor.color107 {
  background: url(../img/dots.png) #333333;
}
.labelColor.color108 {
  background: url(../../../img/dots.png) #a5adaa;
}
.labelColor.color109 {
  background: url(../../../img/dots.png) #f473fd;
}
.labelColor.color201 {
  background: url(../img/stripes.png) #789158;
}
.labelColor.color202 {
  background: url(../img/stripes.png) #b18334;
}
.labelColor.color203 {
  background: url(../img/stripes.png) #7ec5a9;
}
.labelColor.color204 {
  background: url(../img/stripes.png) #d17134;
}
.labelColor.color205 {
  background: url(../img/stripes.png) #ebe5b4;
}
.labelColor.color206 {
  background: url(../img/stripes.png) #a13399;
}
.labelColor.color207 {
  background: url(../img/stripes.png) #888888;
}
.labelColor.color208 {
  background: url(../img/stripes.png) #a36a78;
}
.labelColor.color209 {
  background: url(../img/stripes.png) #6688b0;
}
.labelColor.color2010 {
  background: url(../img/stripes.png) #b17957;
}
.labelColor.color2011 {
  background: url(../img/stripes.png) #51a1b1;
}
.labelColor.color2012 {
  background: url(../img/stripes.png) #a05cb1;
}
.labelColor.color2013 {
  background: url(../img/stripes.png) #69b177;
}
.labelColor.color2014 {
  background: url(../img/stripes.png) #b14f5e;
}
.labelColor.color2015 {
  background: url(../img/stripes.png) #b18865;
}
.labelColor.color2016 {
  background: url(../img/stripes.png) #8e77b1;
}
.labelColor.color2017 {
  background: url(../img/stripes.png) #b19a56;
}
.labelColor.color2018 {
  background: url(../img/stripes.png) #75b168;
}
.labelColor.color2019 {
  background: url(../img/stripes.png) #b19b77;
}
.labelColor.color2020 {
  background: url(../img/stripes.png) #b17078;
}
.labelColor.color2021 {
  background: url(../img/stripes.png) #afb190;
}
.labelColor.color2022 {
  background: url(../img/stripes.png) #7f82b1;
}
.labelColor.color2023 {
  background: url(../img/stripes.png) #acb1aa;
}
.labelColor.color2024 {
  background: url(../img/stripes.png) #69b177;
}
.labelColor.color2025 {
  background: url(../img/stripes.png) #394c9a;
}
.labelColor.color301 {
  background-color: #6ad353;
}
.labelColor.color302 {
  background-color: #fff1a0;
}
.labelColor.color303 {
  background-color: #ffab3d;
}
.labelColor.color304 {
  background-color: #ed593f;
}
.labelColor.color305 {
  background-color: #d083ee;
}
.labelColor.color306 {
  background-color: #2199e3;
}
.labelColor.color307 {
  background-color: #db9e8c;
}
.labelColor.color308 {
  background-color: #a45c33;
}
.labelColor.color309 {
  background-color: #1c5f5a;
}
.labelColor.color3010 {
  background-color: #293d37;
}
.labelColor.color3011 {
  background-color: #e8ebe9;
}
.labelColor.color401 {
  background-color: #6ad353;
}
.labelColor.color402 {
  background-color: #fff1a0;
}
.labelColor.color403 {
  background-color: #ffab3d;
}
.labelColor.color404 {
  background-color: #ed593f;
}
.labelColor.color405 {
  background-color: #d083ee;
}
.labelColor.color406 {
  background-color: #2199e3;
}
.labelColor.color501 {
  background-color: #6ad353;
}
.labelColor.color502 {
  background-color: #fff1a0;
}
.labelColor.color503 {
  background-color: #ffab3d;
}
.labelColor.color504 {
  background-color: #ed593f;
}
.labelColor.color505 {
  background-color: #d083ee;
}
.labelColor.color506 {
  background-color: #2199e3;
}
.labelColor.color507 {
  background-color: #db9e8c;
}
.labelColor.color508 {
  background-color: #a45c33;
}
.labelColor.color509 {
  background-color: #1c5f5a;
}
.labelColor.color5010 {
  background-color: #293d37;
}
.labelColor.color5011 {
  background-color: #e8ebe9;
}
.labelColor input {
  font-size: 16px;
}
.labelColor input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
  font-weight: 400;
  color: #eee;
}
.labelColor input::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
  font-weight: 400;
  color: #eee;
}
.labelColor input:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
  font-weight: 400;
  color: #eee;
}
.labelColor input:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
  font-weight: 400;
  color: #eee;
}

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